@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace,monospace;font-size:1em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}template{display:none}[hidden]{display:none}.el-affix--fixed{position:fixed}.el-alert{--el-alert-padding:8px 16px;--el-alert-border-radius-base:var(--el-border-radius-base);--el-alert-title-font-size:14px;--el-alert-title-with-description-font-size:16px;--el-alert-description-font-size:14px;--el-alert-close-font-size:16px;--el-alert-close-customed-font-size:14px;--el-alert-icon-size:16px;--el-alert-icon-large-size:28px;align-items:center;background-color:var(--el-color-white);border-radius:var(--el-alert-border-radius-base);box-sizing:border-box;display:flex;margin:0;opacity:1;overflow:hidden;padding:var(--el-alert-padding);position:relative;transition:opacity var(--el-transition-duration-fast);width:100%}.el-alert.is-light .el-alert__close-btn{color:var(--el-text-color-placeholder)}.el-alert.is-dark .el-alert__close-btn,.el-alert.is-dark .el-alert__description{color:var(--el-color-white)}.el-alert.is-center{justify-content:center}.el-alert--success{--el-alert-bg-color:var(--el-color-success-light-9)}.el-alert--success.is-light{background-color:var(--el-alert-bg-color)}.el-alert--success.is-light,.el-alert--success.is-light .el-alert__description{color:var(--el-color-success)}.el-alert--success.is-dark{background-color:var(--el-color-success);color:var(--el-color-white)}.el-alert--info{--el-alert-bg-color:var(--el-color-info-light-9)}.el-alert--info.is-light{background-color:var(--el-alert-bg-color)}.el-alert--info.is-light,.el-alert--info.is-light .el-alert__description{color:var(--el-color-info)}.el-alert--info.is-dark{background-color:var(--el-color-info);color:var(--el-color-white)}.el-alert--warning{--el-alert-bg-color:var(--el-color-warning-light-9)}.el-alert--warning.is-light{background-color:var(--el-alert-bg-color)}.el-alert--warning.is-light,.el-alert--warning.is-light .el-alert__description{color:var(--el-color-warning)}.el-alert--warning.is-dark{background-color:var(--el-color-warning);color:var(--el-color-white)}.el-alert--error{--el-alert-bg-color:var(--el-color-error-light-9)}.el-alert--error.is-light{background-color:var(--el-alert-bg-color)}.el-alert--error.is-light,.el-alert--error.is-light .el-alert__description{color:var(--el-color-error)}.el-alert--error.is-dark{background-color:var(--el-color-error);color:var(--el-color-white)}.el-alert__content{display:flex;flex-direction:column;gap:4px}.el-alert .el-alert__icon{font-size:var(--el-alert-icon-size);margin-right:8px;width:var(--el-alert-icon-size)}.el-alert .el-alert__icon.is-big{font-size:var(--el-alert-icon-large-size);margin-right:12px;width:var(--el-alert-icon-large-size)}.el-alert__title{font-size:var(--el-alert-title-font-size);line-height:24px}.el-alert__title.with-description{font-size:var(--el-alert-title-with-description-font-size)}.el-alert .el-alert__description{font-size:var(--el-alert-description-font-size);margin:0}.el-alert .el-alert__close-btn{cursor:pointer;font-size:var(--el-alert-close-font-size);opacity:1;position:absolute;right:16px;top:12px}.el-alert .el-alert__close-btn.is-customed{font-size:var(--el-alert-close-customed-font-size);font-style:normal;line-height:24px;top:8px}.el-alert-fade-enter-from,.el-alert-fade-leave-active{opacity:0}.el-aside{box-sizing:border-box;flex-shrink:0;overflow:auto;width:var(--el-aside-width,300px)}.el-autocomplete{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;display:inline-block;position:relative;width:var(--el-input-width)}.el-autocomplete__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-autocomplete__popper.el-popper,.el-autocomplete__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-autocomplete__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-autocomplete__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-autocomplete__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-autocomplete__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-autocomplete-suggestion{border-radius:var(--el-border-radius-base);box-sizing:border-box}.el-autocomplete-suggestion__wrap{box-sizing:border-box;max-height:280px;padding:10px 0}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{color:var(--el-text-color-regular);cursor:pointer;font-size:var(--el-font-size-base);line-height:34px;list-style:none;margin:0;overflow:hidden;padding:0 20px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:var(--el-fill-color-light)}.el-autocomplete-suggestion li.divider{border-top:1px solid var(--el-color-black);margin-top:6px}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{color:var(--el-text-color-secondary);font-size:20px;height:100px;line-height:100px;text-align:center}.el-autocomplete-suggestion.is-loading li:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:var(--el-bg-color-overlay)}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-avatar{--el-avatar-text-color:var(--el-color-white);--el-avatar-bg-color:var(--el-text-color-disabled);--el-avatar-text-size:14px;--el-avatar-icon-size:18px;--el-avatar-border-radius:var(--el-border-radius-base);--el-avatar-size-large:56px;--el-avatar-size-small:24px;--el-avatar-size:40px;align-items:center;background:var(--el-avatar-bg-color);box-sizing:border-box;color:var(--el-avatar-text-color);display:inline-flex;font-size:var(--el-avatar-text-size);height:var(--el-avatar-size);justify-content:center;outline:none;overflow:hidden;text-align:center;width:var(--el-avatar-size)}.el-avatar>img{display:block;height:100%;width:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:var(--el-avatar-border-radius)}.el-avatar--icon{font-size:var(--el-avatar-icon-size)}.el-avatar--small{--el-avatar-size:24px}.el-avatar--large{--el-avatar-size:56px}.el-backtop{--el-backtop-bg-color:var(--el-bg-color-overlay);--el-backtop-text-color:var(--el-color-primary);--el-backtop-hover-bg-color:var(--el-border-color-extra-light);align-items:center;background-color:var(--el-backtop-bg-color);border-radius:50%;box-shadow:var(--el-box-shadow-lighter);color:var(--el-backtop-text-color);cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:fixed;width:40px;z-index:5}.el-backtop:hover{background-color:var(--el-backtop-hover-bg-color)}.el-backtop__icon{font-size:20px}.el-badge{--el-badge-bg-color:var(--el-color-danger);--el-badge-radius:10px;--el-badge-font-size:12px;--el-badge-padding:6px;--el-badge-size:18px;display:inline-block;position:relative;vertical-align:middle;width:-moz-fit-content;width:fit-content}.el-badge__content{align-items:center;background-color:var(--el-badge-bg-color);border:1px solid var(--el-bg-color);border-radius:var(--el-badge-radius);color:var(--el-color-white);display:inline-flex;font-size:var(--el-badge-font-size);height:var(--el-badge-size);justify-content:center;padding:0 var(--el-badge-padding);white-space:nowrap}.el-badge__content.is-fixed{position:absolute;right:calc(1px + var(--el-badge-size)/2);top:0;transform:translateY(-50%) translate(100%);z-index:var(--el-index-normal)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{border-radius:50%;height:8px;padding:0;right:0;width:8px}.el-badge__content.is-hide-zero{display:none}.el-badge__content--primary{background-color:var(--el-color-primary)}.el-badge__content--success{background-color:var(--el-color-success)}.el-badge__content--warning{background-color:var(--el-color-warning)}.el-badge__content--info{background-color:var(--el-color-info)}.el-badge__content--danger{background-color:var(--el-color-danger)}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb:after,.el-breadcrumb:before{content:"";display:table}.el-breadcrumb:after{clear:both}.el-breadcrumb__separator{color:var(--el-text-color-placeholder);font-weight:700;margin:0 9px}.el-breadcrumb__separator.el-icon{font-weight:400;margin:0 6px}.el-breadcrumb__separator.el-icon svg{vertical-align:middle}.el-breadcrumb__item{align-items:center;display:inline-flex;float:left}.el-breadcrumb__inner{color:var(--el-text-color-regular)}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{color:var(--el-text-color-primary);font-weight:700;text-decoration:none;transition:var(--el-transition-color)}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:var(--el-color-primary);cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{color:var(--el-text-color-regular);cursor:text;font-weight:400}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-button{--el-button-font-weight:var(--el-font-weight-primary);--el-button-border-color:var(--el-border-color);--el-button-bg-color:var(--el-fill-color-blank);--el-button-text-color:var(--el-text-color-regular);--el-button-disabled-text-color:var(--el-disabled-text-color);--el-button-disabled-bg-color:var(--el-fill-color-blank);--el-button-disabled-border-color:var(--el-border-color-light);--el-button-divide-border-color:rgba(255,255,255,.5);--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-color-primary-light-9);--el-button-hover-border-color:var(--el-color-primary-light-7);--el-button-active-text-color:var(--el-button-hover-text-color);--el-button-active-border-color:var(--el-color-primary);--el-button-active-bg-color:var(--el-button-hover-bg-color);--el-button-outline-color:var(--el-color-primary-light-5);--el-button-hover-link-text-color:var(--el-text-color-secondary);--el-button-active-color:var(--el-text-color-primary);align-items:center;-webkit-appearance:none;background-color:var(--el-button-bg-color);border:var(--el-border);border-color:var(--el-button-border-color);box-sizing:border-box;color:var(--el-button-text-color);cursor:pointer;display:inline-flex;font-weight:var(--el-button-font-weight);height:32px;justify-content:center;line-height:1;outline:none;text-align:center;transition:.1s;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-calendar{--el-calendar-border:var(--el-table-border,1px solid var(--el-border-color-lighter));--el-calendar-header-border-bottom:var(--el-calendar-border);--el-calendar-selected-bg-color:var(--el-color-primary-light-9);--el-calendar-cell-width:85px;background-color:var(--el-fill-color-blank)}.el-calendar__header{border-bottom:var(--el-calendar-header-border-bottom);display:flex;justify-content:space-between;padding:12px 20px}.el-calendar__title{align-self:center;color:var(--el-text-color)}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{color:var(--el-text-color-regular);font-weight:400;padding:12px 0}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:var(--el-text-color-placeholder)}.el-calendar-table td{border-bottom:var(--el-calendar-border);border-right:var(--el-calendar-border);transition:background-color var(--el-transition-duration-fast) ease;vertical-align:top}.el-calendar-table td.is-selected{background-color:var(--el-calendar-selected-bg-color)}.el-calendar-table td.is-today{color:var(--el-color-primary)}.el-calendar-table tr:first-child td{border-top:var(--el-calendar-border)}.el-calendar-table tr td:first-child{border-left:var(--el-calendar-border)}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{box-sizing:border-box;height:var(--el-calendar-cell-width);padding:8px}.el-calendar-table .el-calendar-day:hover{background-color:var(--el-calendar-selected-bg-color);cursor:pointer}.el-card{--el-card-border-color:var(--el-border-color-light);--el-card-border-radius:4px;--el-card-padding:20px;--el-card-bg-color:var(--el-fill-color-blank);background-color:var(--el-card-bg-color);border:1px solid var(--el-card-border-color);border-radius:var(--el-card-border-radius);color:var(--el-text-color-primary);overflow:hidden;transition:var(--el-transition-duration)}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{box-shadow:var(--el-box-shadow-light)}.el-card__header{border-bottom:1px solid var(--el-card-border-color);box-sizing:border-box;padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding)}.el-card__body{padding:var(--el-card-padding)}.el-card__footer{border-top:1px solid var(--el-card-border-color);box-sizing:border-box;padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding)}.el-carousel__item{display:inline-block;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.el-carousel__item,.el-carousel__item.is-active{z-index:calc(var(--el-index-normal) - 1)}.el-carousel__item--card,.el-carousel__item.is-animating{transition:transform .4s ease-in-out}.el-carousel__item--card{width:50%}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:var(--el-index-normal)}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:calc(var(--el-index-normal) + 1)}.el-carousel__item--card-vertical{height:50%;width:100%}.el-carousel__mask{background-color:var(--el-color-white);height:100%;left:0;opacity:.24;position:absolute;top:0;transition:var(--el-transition-duration-fast);width:100%}.el-carousel{--el-carousel-arrow-font-size:12px;--el-carousel-arrow-size:36px;--el-carousel-arrow-background:rgba(31,45,61,.11);--el-carousel-arrow-hover-background:rgba(31,45,61,.23);--el-carousel-indicator-width:30px;--el-carousel-indicator-height:2px;--el-carousel-indicator-padding-horizontal:4px;--el-carousel-indicator-padding-vertical:12px;--el-carousel-indicator-out-color:var(--el-border-color-hover);position:relative}.el-carousel--horizontal,.el-carousel--vertical{overflow:hidden}.el-carousel__container{height:300px;position:relative}.el-carousel__arrow{align-items:center;background-color:var(--el-carousel-arrow-background);border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;font-size:var(--el-carousel-arrow-font-size);height:var(--el-carousel-arrow-size);justify-content:center;margin:0;outline:none;padding:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);transition:var(--el-transition-duration);width:var(--el-carousel-arrow-size);z-index:10}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:var(--el-carousel-arrow-hover-background)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{list-style:none;margin:0;padding:0;position:absolute;z-index:calc(var(--el-index-normal) + 1)}.el-carousel__indicators--horizontal{bottom:0;left:50%;transform:translate(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:calc(var(--el-carousel-indicator-height) + var(--el-carousel-indicator-padding-vertical)*2);position:static;text-align:center;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:var(--el-carousel-indicator-out-color);opacity:.24}.el-carousel__indicators--right{right:0}.el-carousel__indicators--labels{left:0;right:0;text-align:center;transform:none}.el-carousel__indicators--labels .el-carousel__button{color:#000;font-size:12px;height:auto;padding:2px 18px;width:auto}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal)}.el-carousel__indicator--vertical{padding:var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical)}.el-carousel__indicator--vertical .el-carousel__button{height:calc(var(--el-carousel-indicator-width)/2);width:var(--el-carousel-indicator-height)}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{background-color:#fff;border:none;cursor:pointer;display:block;height:var(--el-carousel-indicator-height);margin:0;opacity:.48;outline:none;padding:0;transition:var(--el-transition-duration);width:var(--el-carousel-indicator-width)}.carousel-arrow-left-enter-from,.carousel-arrow-left-leave-active{opacity:0;transform:translateY(-50%) translate(-10px)}.carousel-arrow-right-enter-from,.carousel-arrow-right-leave-active{opacity:0;transform:translateY(-50%) translate(10px)}.el-transitioning{filter:url(#elCarouselHorizontal)}.el-transitioning-vertical{filter:url(#elCarouselVertical)}.el-cascader-panel{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);border-radius:var(--el-cascader-menu-radius);display:flex;font-size:var(--el-cascader-menu-font-size)}.el-cascader-panel.is-bordered{border:var(--el-cascader-menu-border);border-radius:var(--el-cascader-menu-radius)}.el-cascader-menu{border-right:var(--el-cascader-menu-border);box-sizing:border-box;color:var(--el-cascader-menu-text-color);min-width:180px}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap.el-scrollbar__wrap{height:204px}.el-cascader-menu__list{box-sizing:border-box;list-style:none;margin:0;min-height:100%;padding:6px 0;position:relative}.el-cascader-menu__hover-zone{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.el-cascader-menu__empty-text{align-items:center;color:var(--el-cascader-color-empty);display:flex;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.el-cascader-menu__empty-text .is-loading{margin-right:2px}.el-cascader-node{align-items:center;display:flex;height:34px;line-height:34px;outline:none;padding:0 30px 0 20px;position:relative}.el-cascader-node.is-selectable.in-active-path{color:var(--el-cascader-menu-text-color)}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:var(--el-cascader-menu-selected-text-color);font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:var(--el-cascader-node-background-hover)}.el-cascader-node.is-disabled{color:var(--el-cascader-node-color-disabled);cursor:not-allowed}.el-cascader-node__prefix{left:10px;position:absolute}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{flex:1;overflow:hidden;padding:0 8px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.el-cascader-node>.el-checkbox,.el-cascader-node>.el-radio{margin-right:0}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-cascader{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);display:inline-block;font-size:var(--el-font-size-base);line-height:32px;outline:none;position:relative;vertical-align:middle}.el-cascader:not(.is-disabled):hover .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset;cursor:pointer}.el-cascader .el-input{cursor:pointer;display:flex}.el-cascader .el-input .el-input__inner{cursor:pointer;text-overflow:ellipsis}.el-cascader .el-input .el-input__suffix-inner .el-icon svg{vertical-align:middle}.el-cascader .el-input .icon-arrow-down{font-size:14px;transition:transform var(--el-transition-duration)}.el-cascader .el-input .icon-arrow-down.is-reverse{transform:rotate(180deg)}.el-cascader .el-input .icon-circle-close:hover{color:var(--el-input-clear-hover-color,var(--el-text-color-secondary))}.el-cascader .el-input.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color,var(--el-color-primary)) inset}.el-cascader--large{font-size:14px;line-height:40px}.el-cascader--large .el-cascader__tags{gap:6px;padding:8px}.el-cascader--large .el-cascader__search-input{height:24px;margin-left:7px}.el-cascader--small{font-size:12px;line-height:24px}.el-cascader--small .el-cascader__tags{gap:4px;padding:2px}.el-cascader--small .el-cascader__search-input{height:20px;margin-left:5px}.el-cascader.is-disabled .el-cascader__label{color:var(--el-disabled-text-color);z-index:calc(var(--el-index-normal) + 1)}.el-cascader__dropdown{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);border-radius:var(--el-cascader-menu-radius);font-size:var(--el-cascader-menu-font-size)}.el-cascader__dropdown.el-popper{background:var(--el-cascader-menu-fill)}.el-cascader__dropdown.el-popper,.el-cascader__dropdown.el-popper .el-popper__arrow:before{border:var(--el-cascader-menu-border)}.el-cascader__dropdown.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-cascader__dropdown.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-cascader__dropdown.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-cascader__dropdown.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-cascader__dropdown.el-popper{box-shadow:var(--el-cascader-menu-shadow)}.el-cascader__tags{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:6px;left:0;line-height:normal;padding:4px;position:absolute;right:30px;text-align:left;top:50%;transform:translateY(-50%)}.el-cascader__tags .el-tag{align-items:center;background:var(--el-cascader-tag-background);display:inline-flex;max-width:100%;text-overflow:ellipsis}.el-cascader__tags .el-tag.el-tag--dark,.el-cascader__tags .el-tag.el-tag--plain{background-color:var(--el-tag-bg-color)}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag:not(.is-hit).el-tag--dark,.el-cascader__tags .el-tag:not(.is-hit).el-tag--plain{border-color:var(--el-tag-border-color)}.el-cascader__tags .el-tag>span{flex:1;line-height:normal;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{background-color:var(--el-text-color-placeholder);color:var(--el-color-white);flex:none}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:var(--el-text-color-secondary)}.el-cascader__tags .el-tag+input{margin-left:0}.el-cascader__tags.is-validate{right:55px}.el-cascader__collapse-tags{white-space:normal;z-index:var(--el-index-normal)}.el-cascader__collapse-tags .el-tag{align-items:center;background:var(--el-fill-color);display:inline-flex;max-width:100%;text-overflow:ellipsis}.el-cascader__collapse-tags .el-tag.el-tag--dark,.el-cascader__collapse-tags .el-tag.el-tag--plain{background-color:var(--el-tag-bg-color)}.el-cascader__collapse-tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__collapse-tags .el-tag:not(.is-hit).el-tag--dark,.el-cascader__collapse-tags .el-tag:not(.is-hit).el-tag--plain{border-color:var(--el-tag-border-color)}.el-cascader__collapse-tags .el-tag>span{flex:1;line-height:normal;overflow:hidden;text-overflow:ellipsis}.el-cascader__collapse-tags .el-tag .el-icon-close{background-color:var(--el-text-color-placeholder);color:var(--el-color-white);flex:none}.el-cascader__collapse-tags .el-tag .el-icon-close:hover{background-color:var(--el-text-color-secondary)}.el-cascader__collapse-tags .el-tag+input{margin-left:0}.el-cascader__collapse-tags .el-tag{margin:2px 0}.el-cascader__suggestion-panel{border-radius:var(--el-cascader-menu-radius)}.el-cascader__suggestion-list{color:var(--el-cascader-menu-text-color);font-size:var(--el-font-size-base);margin:0;max-height:204px;padding:6px 0;text-align:center}.el-cascader__suggestion-item{align-items:center;cursor:pointer;display:flex;height:34px;justify-content:space-between;outline:none;padding:0 15px;text-align:left}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:var(--el-cascader-node-background-hover)}.el-cascader__suggestion-item.is-checked{color:var(--el-cascader-menu-selected-text-color);font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{color:var(--el-cascader-color-empty);margin:10px 0}.el-cascader__search-input{background:transparent;border:none;box-sizing:border-box;color:var(--el-cascader-menu-text-color);flex:1;height:24px;margin-left:7px;min-width:60px;outline:none;padding:0}.el-cascader__search-input::-moz-placeholder{color:transparent}.el-cascader__search-input::placeholder{color:transparent}.el-check-tag{background-color:var(--el-color-info-light-9);border-radius:var(--el-border-radius-base);color:var(--el-color-info);cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:700;line-height:var(--el-font-size-base);padding:7px 15px;transition:var(--el-transition-all)}.el-check-tag:hover{background-color:var(--el-color-info-light-7)}.el-check-tag.el-check-tag--primary.is-checked{background-color:var(--el-color-primary-light-8);color:var(--el-color-primary)}.el-check-tag.el-check-tag--primary.is-checked:hover{background-color:var(--el-color-primary-light-7)}.el-check-tag.el-check-tag--primary.is-checked.is-disabled{background-color:var(--el-color-primary-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--primary.is-checked.is-disabled:hover{background-color:var(--el-color-primary-light-8)}.el-check-tag.el-check-tag--primary.is-disabled{background-color:var(--el-color-info-light-9);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--primary.is-disabled:hover{background-color:var(--el-color-info-light-9)}.el-check-tag.el-check-tag--success.is-checked{background-color:var(--el-color-success-light-8);color:var(--el-color-success)}.el-check-tag.el-check-tag--success.is-checked:hover{background-color:var(--el-color-success-light-7)}.el-check-tag.el-check-tag--success.is-checked.is-disabled{background-color:var(--el-color-success-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--success.is-checked.is-disabled:hover{background-color:var(--el-color-success-light-8)}.el-check-tag.el-check-tag--success.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--success.is-disabled,.el-check-tag.el-check-tag--success.is-disabled:hover{background-color:var(--el-color-success-light-9)}.el-check-tag.el-check-tag--warning.is-checked{background-color:var(--el-color-warning-light-8);color:var(--el-color-warning)}.el-check-tag.el-check-tag--warning.is-checked:hover{background-color:var(--el-color-warning-light-7)}.el-check-tag.el-check-tag--warning.is-checked.is-disabled{background-color:var(--el-color-warning-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--warning.is-checked.is-disabled:hover{background-color:var(--el-color-warning-light-8)}.el-check-tag.el-check-tag--warning.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--warning.is-disabled,.el-check-tag.el-check-tag--warning.is-disabled:hover{background-color:var(--el-color-warning-light-9)}.el-check-tag.el-check-tag--danger.is-checked{background-color:var(--el-color-danger-light-8);color:var(--el-color-danger)}.el-check-tag.el-check-tag--danger.is-checked:hover{background-color:var(--el-color-danger-light-7)}.el-check-tag.el-check-tag--danger.is-checked.is-disabled{background-color:var(--el-color-danger-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--danger.is-checked.is-disabled:hover{background-color:var(--el-color-danger-light-8)}.el-check-tag.el-check-tag--danger.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--danger.is-disabled,.el-check-tag.el-check-tag--danger.is-disabled:hover{background-color:var(--el-color-danger-light-9)}.el-check-tag.el-check-tag--error.is-checked{background-color:var(--el-color-error-light-8);color:var(--el-color-error)}.el-check-tag.el-check-tag--error.is-checked:hover{background-color:var(--el-color-error-light-7)}.el-check-tag.el-check-tag--error.is-checked.is-disabled{background-color:var(--el-color-error-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--error.is-checked.is-disabled:hover{background-color:var(--el-color-error-light-8)}.el-check-tag.el-check-tag--error.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--error.is-disabled,.el-check-tag.el-check-tag--error.is-disabled:hover{background-color:var(--el-color-error-light-9)}.el-check-tag.el-check-tag--info.is-checked{background-color:var(--el-color-info-light-8);color:var(--el-color-info)}.el-check-tag.el-check-tag--info.is-checked:hover{background-color:var(--el-color-info-light-7)}.el-check-tag.el-check-tag--info.is-checked.is-disabled{background-color:var(--el-color-info-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--info.is-checked.is-disabled:hover{background-color:var(--el-color-info-light-8)}.el-check-tag.el-check-tag--info.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--info.is-disabled,.el-check-tag.el-check-tag--info.is-disabled:hover{background-color:var(--el-color-info-light-9)}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border:var(--el-border);border-left-color:transparent;border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:none;padding:8px 15px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7);color:var(--el-checkbox-button-checked-text-color)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);border-left:var(--el-border);border-top-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-bottom-right-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox{--el-checkbox-font-size:14px;--el-checkbox-font-weight:var(--el-font-weight-primary);--el-checkbox-text-color:var(--el-text-color-regular);--el-checkbox-input-height:14px;--el-checkbox-input-width:14px;--el-checkbox-border-radius:var(--el-border-radius-small);--el-checkbox-bg-color:var(--el-fill-color-blank);--el-checkbox-input-border:var(--el-border);--el-checkbox-disabled-border-color:var(--el-border-color);--el-checkbox-disabled-input-fill:var(--el-fill-color-light);--el-checkbox-disabled-icon-color:var(--el-text-color-placeholder);--el-checkbox-disabled-checked-input-fill:var(--el-border-color-extra-light);--el-checkbox-disabled-checked-input-border-color:var(--el-border-color);--el-checkbox-disabled-checked-icon-color:var(--el-text-color-placeholder);--el-checkbox-checked-text-color:var(--el-color-primary);--el-checkbox-checked-input-border-color:var(--el-color-primary);--el-checkbox-checked-bg-color:var(--el-color-primary);--el-checkbox-checked-icon-color:var(--el-color-white);--el-checkbox-input-border-color-hover:var(--el-color-primary);align-items:center;color:var(--el-checkbox-text-color);cursor:pointer;display:inline-flex;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);height:var(--el-checkbox-height,32px);margin-right:30px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.el-checkbox.is-disabled{cursor:not-allowed}.el-checkbox.is-bordered{border:var(--el-border);border-radius:var(--el-border-radius-base);box-sizing:border-box;padding:0 15px 0 9px}.el-checkbox.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-checkbox.is-bordered.is-disabled{border-color:var(--el-border-color-lighter)}.el-checkbox.is-bordered.el-checkbox--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label{font-size:var(--el-font-size-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{border-radius:calc(var(--el-border-radius-base) - 1px);padding:0 11px 0 7px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox input:focus-visible+.el-checkbox__inner{border-radius:var(--el-checkbox-border-radius);outline:2px solid var(--el-checkbox-input-border-color-hover);outline-offset:1px}.el-checkbox__input{cursor:pointer;display:inline-flex;outline:none;position:relative;white-space:nowrap}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:var(--el-checkbox-disabled-input-fill);border-color:var(--el-checkbox-disabled-border-color);cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-icon-color);cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-disabled-checked-icon-color);border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-checked-icon-color);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--el-checkbox-checked-text-color)}.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible){border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-checked-icon-color);content:"";display:block;height:2px;left:0;position:absolute;right:0;top:5px;transform:scale(.5)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{background-color:var(--el-checkbox-bg-color);border:var(--el-checkbox-input-border);border-radius:var(--el-checkbox-border-radius);box-sizing:border-box;display:inline-block;height:var(--el-checkbox-input-height);position:relative;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);width:var(--el-checkbox-input-width);z-index:var(--el-index-normal)}.el-checkbox__inner:hover{border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__inner:after{border:1px solid transparent;border-left:0;border-top:0;box-sizing:content-box;content:"";height:7px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);transform-origin:center;transition:transform .15s ease-in .05s;width:3px}.el-checkbox__original{height:0;margin:0;opacity:0;outline:none;position:absolute;width:0;z-index:-1}.el-checkbox__label{display:inline-block;font-size:var(--el-checkbox-font-size);line-height:1;padding-left:8px}.el-checkbox.el-checkbox--large{height:40px}.el-checkbox.el-checkbox--large .el-checkbox__label{font-size:14px}.el-checkbox.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.el-checkbox--small{height:24px}.el-checkbox.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{top:4px}.el-checkbox.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox:last-of-type{margin-right:0}[class*=el-col-]{box-sizing:border-box}[class*=el-col-].is-guttered{display:block;min-height:1px}.el-col-0{flex:0 0 0%;max-width:0}.el-col-0,.el-col-0.is-guttered{display:none}.el-col-offset-0{margin-left:0}.el-col-pull-0{position:relative;right:0}.el-col-push-0{left:0;position:relative}.el-col-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-1,.el-col-1.is-guttered{display:block}.el-col-offset-1{margin-left:4.1666666667%}.el-col-pull-1{position:relative;right:4.1666666667%}.el-col-push-1{left:4.1666666667%;position:relative}.el-col-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-2,.el-col-2.is-guttered{display:block}.el-col-offset-2{margin-left:8.3333333333%}.el-col-pull-2{position:relative;right:8.3333333333%}.el-col-push-2{left:8.3333333333%;position:relative}.el-col-3{flex:0 0 12.5%;max-width:12.5%}.el-col-3,.el-col-3.is-guttered{display:block}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{position:relative;right:12.5%}.el-col-push-3{left:12.5%;position:relative}.el-col-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-4,.el-col-4.is-guttered{display:block}.el-col-offset-4{margin-left:16.6666666667%}.el-col-pull-4{position:relative;right:16.6666666667%}.el-col-push-4{left:16.6666666667%;position:relative}.el-col-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-5,.el-col-5.is-guttered{display:block}.el-col-offset-5{margin-left:20.8333333333%}.el-col-pull-5{position:relative;right:20.8333333333%}.el-col-push-5{left:20.8333333333%;position:relative}.el-col-6{flex:0 0 25%;max-width:25%}.el-col-6,.el-col-6.is-guttered{display:block}.el-col-offset-6{margin-left:25%}.el-col-pull-6{position:relative;right:25%}.el-col-push-6{left:25%;position:relative}.el-col-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-7,.el-col-7.is-guttered{display:block}.el-col-offset-7{margin-left:29.1666666667%}.el-col-pull-7{position:relative;right:29.1666666667%}.el-col-push-7{left:29.1666666667%;position:relative}.el-col-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-8,.el-col-8.is-guttered{display:block}.el-col-offset-8{margin-left:33.3333333333%}.el-col-pull-8{position:relative;right:33.3333333333%}.el-col-push-8{left:33.3333333333%;position:relative}.el-col-9{flex:0 0 37.5%;max-width:37.5%}.el-col-9,.el-col-9.is-guttered{display:block}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{position:relative;right:37.5%}.el-col-push-9{left:37.5%;position:relative}.el-col-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-10,.el-col-10.is-guttered{display:block}.el-col-offset-10{margin-left:41.6666666667%}.el-col-pull-10{position:relative;right:41.6666666667%}.el-col-push-10{left:41.6666666667%;position:relative}.el-col-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-11,.el-col-11.is-guttered{display:block}.el-col-offset-11{margin-left:45.8333333333%}.el-col-pull-11{position:relative;right:45.8333333333%}.el-col-push-11{left:45.8333333333%;position:relative}.el-col-12{flex:0 0 50%;max-width:50%}.el-col-12,.el-col-12.is-guttered{display:block}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%;position:relative}.el-col-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-13,.el-col-13.is-guttered{display:block}.el-col-offset-13{margin-left:54.1666666667%}.el-col-pull-13{position:relative;right:54.1666666667%}.el-col-push-13{left:54.1666666667%;position:relative}.el-col-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-14,.el-col-14.is-guttered{display:block}.el-col-offset-14{margin-left:58.3333333333%}.el-col-pull-14{position:relative;right:58.3333333333%}.el-col-push-14{left:58.3333333333%;position:relative}.el-col-15{flex:0 0 62.5%;max-width:62.5%}.el-col-15,.el-col-15.is-guttered{display:block}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{position:relative;right:62.5%}.el-col-push-15{left:62.5%;position:relative}.el-col-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-16,.el-col-16.is-guttered{display:block}.el-col-offset-16{margin-left:66.6666666667%}.el-col-pull-16{position:relative;right:66.6666666667%}.el-col-push-16{left:66.6666666667%;position:relative}.el-col-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-17,.el-col-17.is-guttered{display:block}.el-col-offset-17{margin-left:70.8333333333%}.el-col-pull-17{position:relative;right:70.8333333333%}.el-col-push-17{left:70.8333333333%;position:relative}.el-col-18{flex:0 0 75%;max-width:75%}.el-col-18,.el-col-18.is-guttered{display:block}.el-col-offset-18{margin-left:75%}.el-col-pull-18{position:relative;right:75%}.el-col-push-18{left:75%;position:relative}.el-col-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-19,.el-col-19.is-guttered{display:block}.el-col-offset-19{margin-left:79.1666666667%}.el-col-pull-19{position:relative;right:79.1666666667%}.el-col-push-19{left:79.1666666667%;position:relative}.el-col-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-20,.el-col-20.is-guttered{display:block}.el-col-offset-20{margin-left:83.3333333333%}.el-col-pull-20{position:relative;right:83.3333333333%}.el-col-push-20{left:83.3333333333%;position:relative}.el-col-21{flex:0 0 87.5%;max-width:87.5%}.el-col-21,.el-col-21.is-guttered{display:block}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{position:relative;right:87.5%}.el-col-push-21{left:87.5%;position:relative}.el-col-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-22,.el-col-22.is-guttered{display:block}.el-col-offset-22{margin-left:91.6666666667%}.el-col-pull-22{position:relative;right:91.6666666667%}.el-col-push-22{left:91.6666666667%;position:relative}.el-col-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-23,.el-col-23.is-guttered{display:block}.el-col-offset-23{margin-left:95.8333333333%}.el-col-pull-23{position:relative;right:95.8333333333%}.el-col-push-23{left:95.8333333333%;position:relative}.el-col-24{flex:0 0 100%;max-width:100%}.el-col-24,.el-col-24.is-guttered{display:block}.el-col-offset-24{margin-left:100%}.el-col-pull-24{position:relative;right:100%}.el-col-push-24{left:100%;position:relative}@media only screen and (max-width:767px){.el-col-xs-0{display:none;flex:0 0 0%;max-width:0}.el-col-xs-0.is-guttered{display:none}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{left:0;position:relative}.el-col-xs-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-xs-1,.el-col-xs-1.is-guttered{display:block}.el-col-xs-offset-1{margin-left:4.1666666667%}.el-col-xs-pull-1{position:relative;right:4.1666666667%}.el-col-xs-push-1{left:4.1666666667%;position:relative}.el-col-xs-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-xs-2,.el-col-xs-2.is-guttered{display:block}.el-col-xs-offset-2{margin-left:8.3333333333%}.el-col-xs-pull-2{position:relative;right:8.3333333333%}.el-col-xs-push-2{left:8.3333333333%;position:relative}.el-col-xs-3{flex:0 0 12.5%;max-width:12.5%}.el-col-xs-3,.el-col-xs-3.is-guttered{display:block}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{left:12.5%;position:relative}.el-col-xs-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-xs-4,.el-col-xs-4.is-guttered{display:block}.el-col-xs-offset-4{margin-left:16.6666666667%}.el-col-xs-pull-4{position:relative;right:16.6666666667%}.el-col-xs-push-4{left:16.6666666667%;position:relative}.el-col-xs-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-xs-5,.el-col-xs-5.is-guttered{display:block}.el-col-xs-offset-5{margin-left:20.8333333333%}.el-col-xs-pull-5{position:relative;right:20.8333333333%}.el-col-xs-push-5{left:20.8333333333%;position:relative}.el-col-xs-6{flex:0 0 25%;max-width:25%}.el-col-xs-6,.el-col-xs-6.is-guttered{display:block}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{left:25%;position:relative}.el-col-xs-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-xs-7,.el-col-xs-7.is-guttered{display:block}.el-col-xs-offset-7{margin-left:29.1666666667%}.el-col-xs-pull-7{position:relative;right:29.1666666667%}.el-col-xs-push-7{left:29.1666666667%;position:relative}.el-col-xs-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-xs-8,.el-col-xs-8.is-guttered{display:block}.el-col-xs-offset-8{margin-left:33.3333333333%}.el-col-xs-pull-8{position:relative;right:33.3333333333%}.el-col-xs-push-8{left:33.3333333333%;position:relative}.el-col-xs-9{flex:0 0 37.5%;max-width:37.5%}.el-col-xs-9,.el-col-xs-9.is-guttered{display:block}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{left:37.5%;position:relative}.el-col-xs-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-xs-10.is-guttered{display:block}.el-col-xs-offset-10{margin-left:41.6666666667%}.el-col-xs-pull-10{position:relative;right:41.6666666667%}.el-col-xs-push-10{left:41.6666666667%;position:relative}.el-col-xs-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-xs-11.is-guttered{display:block}.el-col-xs-offset-11{margin-left:45.8333333333%}.el-col-xs-pull-11{position:relative;right:45.8333333333%}.el-col-xs-push-11{left:45.8333333333%;position:relative}.el-col-xs-12{display:block;flex:0 0 50%;max-width:50%}.el-col-xs-12.is-guttered{display:block}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{left:50%;position:relative}.el-col-xs-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-xs-13.is-guttered{display:block}.el-col-xs-offset-13{margin-left:54.1666666667%}.el-col-xs-pull-13{position:relative;right:54.1666666667%}.el-col-xs-push-13{left:54.1666666667%;position:relative}.el-col-xs-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-xs-14.is-guttered{display:block}.el-col-xs-offset-14{margin-left:58.3333333333%}.el-col-xs-pull-14{position:relative;right:58.3333333333%}.el-col-xs-push-14{left:58.3333333333%;position:relative}.el-col-xs-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-xs-15.is-guttered{display:block}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{left:62.5%;position:relative}.el-col-xs-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-xs-16.is-guttered{display:block}.el-col-xs-offset-16{margin-left:66.6666666667%}.el-col-xs-pull-16{position:relative;right:66.6666666667%}.el-col-xs-push-16{left:66.6666666667%;position:relative}.el-col-xs-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-xs-17.is-guttered{display:block}.el-col-xs-offset-17{margin-left:70.8333333333%}.el-col-xs-pull-17{position:relative;right:70.8333333333%}.el-col-xs-push-17{left:70.8333333333%;position:relative}.el-col-xs-18{display:block;flex:0 0 75%;max-width:75%}.el-col-xs-18.is-guttered{display:block}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{left:75%;position:relative}.el-col-xs-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-xs-19.is-guttered{display:block}.el-col-xs-offset-19{margin-left:79.1666666667%}.el-col-xs-pull-19{position:relative;right:79.1666666667%}.el-col-xs-push-19{left:79.1666666667%;position:relative}.el-col-xs-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-xs-20.is-guttered{display:block}.el-col-xs-offset-20{margin-left:83.3333333333%}.el-col-xs-pull-20{position:relative;right:83.3333333333%}.el-col-xs-push-20{left:83.3333333333%;position:relative}.el-col-xs-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-xs-21.is-guttered{display:block}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{left:87.5%;position:relative}.el-col-xs-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-xs-22.is-guttered{display:block}.el-col-xs-offset-22{margin-left:91.6666666667%}.el-col-xs-pull-22{position:relative;right:91.6666666667%}.el-col-xs-push-22{left:91.6666666667%;position:relative}.el-col-xs-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-xs-23.is-guttered{display:block}.el-col-xs-offset-23{margin-left:95.8333333333%}.el-col-xs-pull-23{position:relative;right:95.8333333333%}.el-col-xs-push-23{left:95.8333333333%;position:relative}.el-col-xs-24{display:block;flex:0 0 100%;max-width:100%}.el-col-xs-24.is-guttered{display:block}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{left:100%;position:relative}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;flex:0 0 0%;max-width:0}.el-col-sm-0.is-guttered{display:none}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{left:0;position:relative}.el-col-sm-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-sm-1,.el-col-sm-1.is-guttered{display:block}.el-col-sm-offset-1{margin-left:4.1666666667%}.el-col-sm-pull-1{position:relative;right:4.1666666667%}.el-col-sm-push-1{left:4.1666666667%;position:relative}.el-col-sm-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-sm-2,.el-col-sm-2.is-guttered{display:block}.el-col-sm-offset-2{margin-left:8.3333333333%}.el-col-sm-pull-2{position:relative;right:8.3333333333%}.el-col-sm-push-2{left:8.3333333333%;position:relative}.el-col-sm-3{flex:0 0 12.5%;max-width:12.5%}.el-col-sm-3,.el-col-sm-3.is-guttered{display:block}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{left:12.5%;position:relative}.el-col-sm-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-sm-4,.el-col-sm-4.is-guttered{display:block}.el-col-sm-offset-4{margin-left:16.6666666667%}.el-col-sm-pull-4{position:relative;right:16.6666666667%}.el-col-sm-push-4{left:16.6666666667%;position:relative}.el-col-sm-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-sm-5,.el-col-sm-5.is-guttered{display:block}.el-col-sm-offset-5{margin-left:20.8333333333%}.el-col-sm-pull-5{position:relative;right:20.8333333333%}.el-col-sm-push-5{left:20.8333333333%;position:relative}.el-col-sm-6{flex:0 0 25%;max-width:25%}.el-col-sm-6,.el-col-sm-6.is-guttered{display:block}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{left:25%;position:relative}.el-col-sm-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-sm-7,.el-col-sm-7.is-guttered{display:block}.el-col-sm-offset-7{margin-left:29.1666666667%}.el-col-sm-pull-7{position:relative;right:29.1666666667%}.el-col-sm-push-7{left:29.1666666667%;position:relative}.el-col-sm-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-sm-8,.el-col-sm-8.is-guttered{display:block}.el-col-sm-offset-8{margin-left:33.3333333333%}.el-col-sm-pull-8{position:relative;right:33.3333333333%}.el-col-sm-push-8{left:33.3333333333%;position:relative}.el-col-sm-9{flex:0 0 37.5%;max-width:37.5%}.el-col-sm-9,.el-col-sm-9.is-guttered{display:block}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{left:37.5%;position:relative}.el-col-sm-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-sm-10.is-guttered{display:block}.el-col-sm-offset-10{margin-left:41.6666666667%}.el-col-sm-pull-10{position:relative;right:41.6666666667%}.el-col-sm-push-10{left:41.6666666667%;position:relative}.el-col-sm-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-sm-11.is-guttered{display:block}.el-col-sm-offset-11{margin-left:45.8333333333%}.el-col-sm-pull-11{position:relative;right:45.8333333333%}.el-col-sm-push-11{left:45.8333333333%;position:relative}.el-col-sm-12{display:block;flex:0 0 50%;max-width:50%}.el-col-sm-12.is-guttered{display:block}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{left:50%;position:relative}.el-col-sm-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-sm-13.is-guttered{display:block}.el-col-sm-offset-13{margin-left:54.1666666667%}.el-col-sm-pull-13{position:relative;right:54.1666666667%}.el-col-sm-push-13{left:54.1666666667%;position:relative}.el-col-sm-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-sm-14.is-guttered{display:block}.el-col-sm-offset-14{margin-left:58.3333333333%}.el-col-sm-pull-14{position:relative;right:58.3333333333%}.el-col-sm-push-14{left:58.3333333333%;position:relative}.el-col-sm-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-sm-15.is-guttered{display:block}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{left:62.5%;position:relative}.el-col-sm-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-sm-16.is-guttered{display:block}.el-col-sm-offset-16{margin-left:66.6666666667%}.el-col-sm-pull-16{position:relative;right:66.6666666667%}.el-col-sm-push-16{left:66.6666666667%;position:relative}.el-col-sm-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-sm-17.is-guttered{display:block}.el-col-sm-offset-17{margin-left:70.8333333333%}.el-col-sm-pull-17{position:relative;right:70.8333333333%}.el-col-sm-push-17{left:70.8333333333%;position:relative}.el-col-sm-18{display:block;flex:0 0 75%;max-width:75%}.el-col-sm-18.is-guttered{display:block}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{left:75%;position:relative}.el-col-sm-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-sm-19.is-guttered{display:block}.el-col-sm-offset-19{margin-left:79.1666666667%}.el-col-sm-pull-19{position:relative;right:79.1666666667%}.el-col-sm-push-19{left:79.1666666667%;position:relative}.el-col-sm-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-sm-20.is-guttered{display:block}.el-col-sm-offset-20{margin-left:83.3333333333%}.el-col-sm-pull-20{position:relative;right:83.3333333333%}.el-col-sm-push-20{left:83.3333333333%;position:relative}.el-col-sm-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-sm-21.is-guttered{display:block}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{left:87.5%;position:relative}.el-col-sm-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-sm-22.is-guttered{display:block}.el-col-sm-offset-22{margin-left:91.6666666667%}.el-col-sm-pull-22{position:relative;right:91.6666666667%}.el-col-sm-push-22{left:91.6666666667%;position:relative}.el-col-sm-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-sm-23.is-guttered{display:block}.el-col-sm-offset-23{margin-left:95.8333333333%}.el-col-sm-pull-23{position:relative;right:95.8333333333%}.el-col-sm-push-23{left:95.8333333333%;position:relative}.el-col-sm-24{display:block;flex:0 0 100%;max-width:100%}.el-col-sm-24.is-guttered{display:block}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{left:100%;position:relative}}@media only screen and (min-width:992px){.el-col-md-0{display:none;flex:0 0 0%;max-width:0}.el-col-md-0.is-guttered{display:none}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{left:0;position:relative}.el-col-md-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-md-1,.el-col-md-1.is-guttered{display:block}.el-col-md-offset-1{margin-left:4.1666666667%}.el-col-md-pull-1{position:relative;right:4.1666666667%}.el-col-md-push-1{left:4.1666666667%;position:relative}.el-col-md-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-md-2,.el-col-md-2.is-guttered{display:block}.el-col-md-offset-2{margin-left:8.3333333333%}.el-col-md-pull-2{position:relative;right:8.3333333333%}.el-col-md-push-2{left:8.3333333333%;position:relative}.el-col-md-3{flex:0 0 12.5%;max-width:12.5%}.el-col-md-3,.el-col-md-3.is-guttered{display:block}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{left:12.5%;position:relative}.el-col-md-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-md-4,.el-col-md-4.is-guttered{display:block}.el-col-md-offset-4{margin-left:16.6666666667%}.el-col-md-pull-4{position:relative;right:16.6666666667%}.el-col-md-push-4{left:16.6666666667%;position:relative}.el-col-md-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-md-5,.el-col-md-5.is-guttered{display:block}.el-col-md-offset-5{margin-left:20.8333333333%}.el-col-md-pull-5{position:relative;right:20.8333333333%}.el-col-md-push-5{left:20.8333333333%;position:relative}.el-col-md-6{flex:0 0 25%;max-width:25%}.el-col-md-6,.el-col-md-6.is-guttered{display:block}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{left:25%;position:relative}.el-col-md-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-md-7,.el-col-md-7.is-guttered{display:block}.el-col-md-offset-7{margin-left:29.1666666667%}.el-col-md-pull-7{position:relative;right:29.1666666667%}.el-col-md-push-7{left:29.1666666667%;position:relative}.el-col-md-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-md-8,.el-col-md-8.is-guttered{display:block}.el-col-md-offset-8{margin-left:33.3333333333%}.el-col-md-pull-8{position:relative;right:33.3333333333%}.el-col-md-push-8{left:33.3333333333%;position:relative}.el-col-md-9{flex:0 0 37.5%;max-width:37.5%}.el-col-md-9,.el-col-md-9.is-guttered{display:block}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{left:37.5%;position:relative}.el-col-md-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-md-10.is-guttered{display:block}.el-col-md-offset-10{margin-left:41.6666666667%}.el-col-md-pull-10{position:relative;right:41.6666666667%}.el-col-md-push-10{left:41.6666666667%;position:relative}.el-col-md-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-md-11.is-guttered{display:block}.el-col-md-offset-11{margin-left:45.8333333333%}.el-col-md-pull-11{position:relative;right:45.8333333333%}.el-col-md-push-11{left:45.8333333333%;position:relative}.el-col-md-12{display:block;flex:0 0 50%;max-width:50%}.el-col-md-12.is-guttered{display:block}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{left:50%;position:relative}.el-col-md-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-md-13.is-guttered{display:block}.el-col-md-offset-13{margin-left:54.1666666667%}.el-col-md-pull-13{position:relative;right:54.1666666667%}.el-col-md-push-13{left:54.1666666667%;position:relative}.el-col-md-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-md-14.is-guttered{display:block}.el-col-md-offset-14{margin-left:58.3333333333%}.el-col-md-pull-14{position:relative;right:58.3333333333%}.el-col-md-push-14{left:58.3333333333%;position:relative}.el-col-md-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-md-15.is-guttered{display:block}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{left:62.5%;position:relative}.el-col-md-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-md-16.is-guttered{display:block}.el-col-md-offset-16{margin-left:66.6666666667%}.el-col-md-pull-16{position:relative;right:66.6666666667%}.el-col-md-push-16{left:66.6666666667%;position:relative}.el-col-md-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-md-17.is-guttered{display:block}.el-col-md-offset-17{margin-left:70.8333333333%}.el-col-md-pull-17{position:relative;right:70.8333333333%}.el-col-md-push-17{left:70.8333333333%;position:relative}.el-col-md-18{display:block;flex:0 0 75%;max-width:75%}.el-col-md-18.is-guttered{display:block}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{left:75%;position:relative}.el-col-md-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-md-19.is-guttered{display:block}.el-col-md-offset-19{margin-left:79.1666666667%}.el-col-md-pull-19{position:relative;right:79.1666666667%}.el-col-md-push-19{left:79.1666666667%;position:relative}.el-col-md-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-md-20.is-guttered{display:block}.el-col-md-offset-20{margin-left:83.3333333333%}.el-col-md-pull-20{position:relative;right:83.3333333333%}.el-col-md-push-20{left:83.3333333333%;position:relative}.el-col-md-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-md-21.is-guttered{display:block}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{left:87.5%;position:relative}.el-col-md-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-md-22.is-guttered{display:block}.el-col-md-offset-22{margin-left:91.6666666667%}.el-col-md-pull-22{position:relative;right:91.6666666667%}.el-col-md-push-22{left:91.6666666667%;position:relative}.el-col-md-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-md-23.is-guttered{display:block}.el-col-md-offset-23{margin-left:95.8333333333%}.el-col-md-pull-23{position:relative;right:95.8333333333%}.el-col-md-push-23{left:95.8333333333%;position:relative}.el-col-md-24{display:block;flex:0 0 100%;max-width:100%}.el-col-md-24.is-guttered{display:block}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{left:100%;position:relative}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;flex:0 0 0%;max-width:0}.el-col-lg-0.is-guttered{display:none}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{left:0;position:relative}.el-col-lg-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-lg-1,.el-col-lg-1.is-guttered{display:block}.el-col-lg-offset-1{margin-left:4.1666666667%}.el-col-lg-pull-1{position:relative;right:4.1666666667%}.el-col-lg-push-1{left:4.1666666667%;position:relative}.el-col-lg-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-lg-2,.el-col-lg-2.is-guttered{display:block}.el-col-lg-offset-2{margin-left:8.3333333333%}.el-col-lg-pull-2{position:relative;right:8.3333333333%}.el-col-lg-push-2{left:8.3333333333%;position:relative}.el-col-lg-3{flex:0 0 12.5%;max-width:12.5%}.el-col-lg-3,.el-col-lg-3.is-guttered{display:block}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{left:12.5%;position:relative}.el-col-lg-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-lg-4,.el-col-lg-4.is-guttered{display:block}.el-col-lg-offset-4{margin-left:16.6666666667%}.el-col-lg-pull-4{position:relative;right:16.6666666667%}.el-col-lg-push-4{left:16.6666666667%;position:relative}.el-col-lg-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-lg-5,.el-col-lg-5.is-guttered{display:block}.el-col-lg-offset-5{margin-left:20.8333333333%}.el-col-lg-pull-5{position:relative;right:20.8333333333%}.el-col-lg-push-5{left:20.8333333333%;position:relative}.el-col-lg-6{flex:0 0 25%;max-width:25%}.el-col-lg-6,.el-col-lg-6.is-guttered{display:block}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{left:25%;position:relative}.el-col-lg-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-lg-7,.el-col-lg-7.is-guttered{display:block}.el-col-lg-offset-7{margin-left:29.1666666667%}.el-col-lg-pull-7{position:relative;right:29.1666666667%}.el-col-lg-push-7{left:29.1666666667%;position:relative}.el-col-lg-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-lg-8,.el-col-lg-8.is-guttered{display:block}.el-col-lg-offset-8{margin-left:33.3333333333%}.el-col-lg-pull-8{position:relative;right:33.3333333333%}.el-col-lg-push-8{left:33.3333333333%;position:relative}.el-col-lg-9{flex:0 0 37.5%;max-width:37.5%}.el-col-lg-9,.el-col-lg-9.is-guttered{display:block}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{left:37.5%;position:relative}.el-col-lg-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-lg-10.is-guttered{display:block}.el-col-lg-offset-10{margin-left:41.6666666667%}.el-col-lg-pull-10{position:relative;right:41.6666666667%}.el-col-lg-push-10{left:41.6666666667%;position:relative}.el-col-lg-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-lg-11.is-guttered{display:block}.el-col-lg-offset-11{margin-left:45.8333333333%}.el-col-lg-pull-11{position:relative;right:45.8333333333%}.el-col-lg-push-11{left:45.8333333333%;position:relative}.el-col-lg-12{display:block;flex:0 0 50%;max-width:50%}.el-col-lg-12.is-guttered{display:block}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{left:50%;position:relative}.el-col-lg-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-lg-13.is-guttered{display:block}.el-col-lg-offset-13{margin-left:54.1666666667%}.el-col-lg-pull-13{position:relative;right:54.1666666667%}.el-col-lg-push-13{left:54.1666666667%;position:relative}.el-col-lg-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-lg-14.is-guttered{display:block}.el-col-lg-offset-14{margin-left:58.3333333333%}.el-col-lg-pull-14{position:relative;right:58.3333333333%}.el-col-lg-push-14{left:58.3333333333%;position:relative}.el-col-lg-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-lg-15.is-guttered{display:block}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{left:62.5%;position:relative}.el-col-lg-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-lg-16.is-guttered{display:block}.el-col-lg-offset-16{margin-left:66.6666666667%}.el-col-lg-pull-16{position:relative;right:66.6666666667%}.el-col-lg-push-16{left:66.6666666667%;position:relative}.el-col-lg-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-lg-17.is-guttered{display:block}.el-col-lg-offset-17{margin-left:70.8333333333%}.el-col-lg-pull-17{position:relative;right:70.8333333333%}.el-col-lg-push-17{left:70.8333333333%;position:relative}.el-col-lg-18{display:block;flex:0 0 75%;max-width:75%}.el-col-lg-18.is-guttered{display:block}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{left:75%;position:relative}.el-col-lg-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-lg-19.is-guttered{display:block}.el-col-lg-offset-19{margin-left:79.1666666667%}.el-col-lg-pull-19{position:relative;right:79.1666666667%}.el-col-lg-push-19{left:79.1666666667%;position:relative}.el-col-lg-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-lg-20.is-guttered{display:block}.el-col-lg-offset-20{margin-left:83.3333333333%}.el-col-lg-pull-20{position:relative;right:83.3333333333%}.el-col-lg-push-20{left:83.3333333333%;position:relative}.el-col-lg-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-lg-21.is-guttered{display:block}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{left:87.5%;position:relative}.el-col-lg-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-lg-22.is-guttered{display:block}.el-col-lg-offset-22{margin-left:91.6666666667%}.el-col-lg-pull-22{position:relative;right:91.6666666667%}.el-col-lg-push-22{left:91.6666666667%;position:relative}.el-col-lg-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-lg-23.is-guttered{display:block}.el-col-lg-offset-23{margin-left:95.8333333333%}.el-col-lg-pull-23{position:relative;right:95.8333333333%}.el-col-lg-push-23{left:95.8333333333%;position:relative}.el-col-lg-24{display:block;flex:0 0 100%;max-width:100%}.el-col-lg-24.is-guttered{display:block}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{left:100%;position:relative}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;flex:0 0 0%;max-width:0}.el-col-xl-0.is-guttered{display:none}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{left:0;position:relative}.el-col-xl-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-xl-1,.el-col-xl-1.is-guttered{display:block}.el-col-xl-offset-1{margin-left:4.1666666667%}.el-col-xl-pull-1{position:relative;right:4.1666666667%}.el-col-xl-push-1{left:4.1666666667%;position:relative}.el-col-xl-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-xl-2,.el-col-xl-2.is-guttered{display:block}.el-col-xl-offset-2{margin-left:8.3333333333%}.el-col-xl-pull-2{position:relative;right:8.3333333333%}.el-col-xl-push-2{left:8.3333333333%;position:relative}.el-col-xl-3{flex:0 0 12.5%;max-width:12.5%}.el-col-xl-3,.el-col-xl-3.is-guttered{display:block}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{left:12.5%;position:relative}.el-col-xl-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-xl-4,.el-col-xl-4.is-guttered{display:block}.el-col-xl-offset-4{margin-left:16.6666666667%}.el-col-xl-pull-4{position:relative;right:16.6666666667%}.el-col-xl-push-4{left:16.6666666667%;position:relative}.el-col-xl-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-xl-5,.el-col-xl-5.is-guttered{display:block}.el-col-xl-offset-5{margin-left:20.8333333333%}.el-col-xl-pull-5{position:relative;right:20.8333333333%}.el-col-xl-push-5{left:20.8333333333%;position:relative}.el-col-xl-6{flex:0 0 25%;max-width:25%}.el-col-xl-6,.el-col-xl-6.is-guttered{display:block}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{left:25%;position:relative}.el-col-xl-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-xl-7,.el-col-xl-7.is-guttered{display:block}.el-col-xl-offset-7{margin-left:29.1666666667%}.el-col-xl-pull-7{position:relative;right:29.1666666667%}.el-col-xl-push-7{left:29.1666666667%;position:relative}.el-col-xl-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-xl-8,.el-col-xl-8.is-guttered{display:block}.el-col-xl-offset-8{margin-left:33.3333333333%}.el-col-xl-pull-8{position:relative;right:33.3333333333%}.el-col-xl-push-8{left:33.3333333333%;position:relative}.el-col-xl-9{flex:0 0 37.5%;max-width:37.5%}.el-col-xl-9,.el-col-xl-9.is-guttered{display:block}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{left:37.5%;position:relative}.el-col-xl-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-xl-10.is-guttered{display:block}.el-col-xl-offset-10{margin-left:41.6666666667%}.el-col-xl-pull-10{position:relative;right:41.6666666667%}.el-col-xl-push-10{left:41.6666666667%;position:relative}.el-col-xl-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-xl-11.is-guttered{display:block}.el-col-xl-offset-11{margin-left:45.8333333333%}.el-col-xl-pull-11{position:relative;right:45.8333333333%}.el-col-xl-push-11{left:45.8333333333%;position:relative}.el-col-xl-12{display:block;flex:0 0 50%;max-width:50%}.el-col-xl-12.is-guttered{display:block}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{left:50%;position:relative}.el-col-xl-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-xl-13.is-guttered{display:block}.el-col-xl-offset-13{margin-left:54.1666666667%}.el-col-xl-pull-13{position:relative;right:54.1666666667%}.el-col-xl-push-13{left:54.1666666667%;position:relative}.el-col-xl-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-xl-14.is-guttered{display:block}.el-col-xl-offset-14{margin-left:58.3333333333%}.el-col-xl-pull-14{position:relative;right:58.3333333333%}.el-col-xl-push-14{left:58.3333333333%;position:relative}.el-col-xl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-xl-15.is-guttered{display:block}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{left:62.5%;position:relative}.el-col-xl-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-xl-16.is-guttered{display:block}.el-col-xl-offset-16{margin-left:66.6666666667%}.el-col-xl-pull-16{position:relative;right:66.6666666667%}.el-col-xl-push-16{left:66.6666666667%;position:relative}.el-col-xl-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-xl-17.is-guttered{display:block}.el-col-xl-offset-17{margin-left:70.8333333333%}.el-col-xl-pull-17{position:relative;right:70.8333333333%}.el-col-xl-push-17{left:70.8333333333%;position:relative}.el-col-xl-18{display:block;flex:0 0 75%;max-width:75%}.el-col-xl-18.is-guttered{display:block}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{left:75%;position:relative}.el-col-xl-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-xl-19.is-guttered{display:block}.el-col-xl-offset-19{margin-left:79.1666666667%}.el-col-xl-pull-19{position:relative;right:79.1666666667%}.el-col-xl-push-19{left:79.1666666667%;position:relative}.el-col-xl-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-xl-20.is-guttered{display:block}.el-col-xl-offset-20{margin-left:83.3333333333%}.el-col-xl-pull-20{position:relative;right:83.3333333333%}.el-col-xl-push-20{left:83.3333333333%;position:relative}.el-col-xl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-xl-21.is-guttered{display:block}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{left:87.5%;position:relative}.el-col-xl-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-xl-22.is-guttered{display:block}.el-col-xl-offset-22{margin-left:91.6666666667%}.el-col-xl-pull-22{position:relative;right:91.6666666667%}.el-col-xl-push-22{left:91.6666666667%;position:relative}.el-col-xl-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-xl-23.is-guttered{display:block}.el-col-xl-offset-23{margin-left:95.8333333333%}.el-col-xl-pull-23{position:relative;right:95.8333333333%}.el-col-xl-push-23{left:95.8333333333%;position:relative}.el-col-xl-24{display:block;flex:0 0 100%;max-width:100%}.el-col-xl-24.is-guttered{display:block}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{left:100%;position:relative}}.el-collapse{--el-collapse-border-color:var(--el-border-color-lighter);--el-collapse-header-height:48px;--el-collapse-header-bg-color:var(--el-fill-color-blank);--el-collapse-header-text-color:var(--el-text-color-primary);--el-collapse-header-font-size:13px;--el-collapse-content-bg-color:var(--el-fill-color-blank);--el-collapse-content-font-size:13px;--el-collapse-content-text-color:var(--el-text-color-primary);border-bottom:1px solid var(--el-collapse-border-color);border-top:1px solid var(--el-collapse-border-color)}.el-collapse-item.is-disabled .el-collapse-item__header{color:var(--el-text-color-disabled);cursor:not-allowed}.el-collapse-item__header{align-items:center;background-color:var(--el-collapse-header-bg-color);border:none;border-bottom:1px solid var(--el-collapse-border-color);color:var(--el-collapse-header-text-color);cursor:pointer;display:flex;font-size:var(--el-collapse-header-font-size);font-weight:500;height:var(--el-collapse-header-height);line-height:var(--el-collapse-header-height);outline:none;padding:0;transition:border-bottom-color var(--el-transition-duration);width:100%}.el-collapse-item__arrow{font-weight:300;margin:0 8px 0 auto;transition:transform var(--el-transition-duration)}.el-collapse-item__arrow.is-active{transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:var(--el-color-primary)}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{background-color:var(--el-collapse-content-bg-color);border-bottom:1px solid var(--el-collapse-border-color);box-sizing:border-box;overflow:hidden;will-change:height}.el-collapse-item__content{color:var(--el-collapse-content-text-color);font-size:var(--el-collapse-content-font-size);line-height:1.7692307692;padding-bottom:25px}.el-collapse-item:last-child{margin-bottom:-1px}.el-color-predefine{display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:flex;flex:1;flex-wrap:wrap}.el-color-predefine__color-selector{border-radius:4px;cursor:pointer;height:20px;margin:0 0 8px 8px;width:20px}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{box-shadow:0 0 3px 2px var(--el-color-primary)}.el-color-predefine__color-selector>div{border-radius:3px;display:flex;height:100%}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{background-color:red;box-sizing:border-box;float:right;height:12px;padding:0 2px;position:relative;width:280px}.el-color-hue-slider__bar{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red);height:100%;position:relative}.el-color-hue-slider__thumb{background:#fff;border:1px solid var(--el-border-color-lighter);border-radius:1px;box-shadow:0 0 2px #0009;box-sizing:border-box;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:4px;z-index:1}.el-color-hue-slider__thumb:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-hue-slider.is-vertical{height:180px;padding:2px 0;width:12px}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{height:4px;left:0;top:0;width:100%}.el-color-svpanel{height:180px;position:relative;width:280px}.el-color-svpanel__black,.el-color-svpanel__white{bottom:0;left:0;position:absolute;right:0;top:0}.el-color-svpanel__white{background:linear-gradient(90deg,#fff,#fff0)}.el-color-svpanel__black{background:linear-gradient(0deg,#000,#0000)}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px #0000004d,0 0 1px 2px #0006;cursor:head;height:4px;transform:translate(-2px,-2px);width:4px}.el-color-alpha-slider{background-image:linear-gradient(45deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(45deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%);background-position:0 0,6px 0,6px -6px,0 6px;background-size:12px 12px;box-sizing:border-box;height:12px;position:relative;width:280px}.el-color-alpha-slider__bar{background:linear-gradient(to right,rgba(255,255,255,0) 0,var(--el-bg-color) 100%);height:100%;position:relative}.el-color-alpha-slider__thumb{background:#fff;border:1px solid var(--el-border-color-lighter);border-radius:1px;box-shadow:0 0 2px #0009;box-sizing:border-box;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:4px;z-index:1}.el-color-alpha-slider__thumb:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-alpha-slider.is-vertical{height:180px;width:20px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:linear-gradient(180deg,#fff0 0,#fff)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{height:4px;left:0;top:0;width:100%}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper:after{clear:both;content:"";display:table}.el-color-dropdown__btns{margin-top:12px;text-align:right}.el-color-dropdown__value{color:#000;float:left;font-size:12px;line-height:26px;width:160px}.el-color-picker{display:inline-block;line-height:normal;outline:none;position:relative}.el-color-picker:hover:not(.is-disabled,.is-focused) .el-color-picker__trigger{border-color:var(--el-border-color-hover)}.el-color-picker:focus-visible:not(.is-disabled) .el-color-picker__trigger{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-picker.is-focused .el-color-picker__trigger{border-color:var(--el-color-primary)}.el-color-picker.is-disabled{pointer-events:none}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--large{height:40px}.el-color-picker--large .el-color-picker__trigger{height:40px;width:40px}.el-color-picker--large .el-color-picker__mask{height:38px;width:38px}.el-color-picker--small{height:24px}.el-color-picker--small .el-color-picker__trigger{height:24px;width:24px}.el-color-picker--small .el-color-picker__mask{height:22px;width:22px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{transform:scale(.8)}.el-color-picker__mask{background-color:#ffffffb3;border-radius:4px;cursor:not-allowed;height:30px;left:1px;position:absolute;top:1px;width:30px;z-index:1}.el-color-picker__trigger{align-items:center;border:1px solid var(--el-border-color);border-radius:4px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:0;height:32px;justify-content:center;padding:4px;position:relative;width:32px}.el-color-picker__color{border:1px solid var(--el-text-color-secondary);border-radius:var(--el-border-radius-small);box-sizing:border-box;display:block;height:100%;position:relative;text-align:center;width:100%}.el-color-picker__color.is-alpha{background-image:linear-gradient(45deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(45deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%);background-position:0 0,6px 0,6px -6px,0 6px;background-size:12px 12px}.el-color-picker__color-inner{align-items:center;display:inline-flex;height:100%;justify-content:center;width:100%}.el-color-picker .el-color-picker__empty{color:var(--el-text-color-secondary);font-size:12px}.el-color-picker .el-color-picker__icon{align-items:center;color:#fff;display:inline-flex;font-size:12px;justify-content:center}.el-color-picker__panel{background-color:#fff;border-radius:var(--el-border-radius-base);box-shadow:var(--el-box-shadow-light);box-sizing:content-box;padding:6px;position:absolute;z-index:10}.el-color-picker__panel.el-popper{border:1px solid var(--el-border-color-lighter)}.el-color-picker,.el-color-picker__panel{--el-color-picker-alpha-bg-a:#ccc;--el-color-picker-alpha-bg-b:transparent}.dark .el-color-picker,.dark .el-color-picker__panel{--el-color-picker-alpha-bg-a:#333333}.el-container{box-sizing:border-box;display:flex;flex:1;flex-basis:auto;flex-direction:row;min-width:0}.el-container.is-vertical{flex-direction:column}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-date-editor .el-range-input::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-range-editor.is-disabled input::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-time-panel{border-radius:2px;box-sizing:content-box;left:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:180px;z-index:var(--el-index-top)}.el-descriptions{--el-descriptions-table-border:1px solid var(--el-border-color-lighter);--el-descriptions-item-bordered-label-background:var(--el-fill-color-light);box-sizing:border-box;color:var(--el-text-color-primary);font-size:var(--el-font-size-base)}.el-descriptions__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.el-descriptions__title{color:var(--el-text-color-primary);font-size:16px;font-weight:700}.el-descriptions__body{background-color:var(--el-fill-color-blank)}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%}.el-descriptions__body .el-descriptions__table .el-descriptions__cell{box-sizing:border-box;font-size:14px;font-weight:400;line-height:23px;text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-right{text-align:right}.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{border:var(--el-descriptions-table-border);padding:8px 11px}.el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:12px}.el-descriptions--large{font-size:14px}.el-descriptions--large .el-descriptions__header{margin-bottom:20px}.el-descriptions--large .el-descriptions__header .el-descriptions__title{font-size:16px}.el-descriptions--large .el-descriptions__body .el-descriptions__table .el-descriptions__cell{font-size:14px}.el-descriptions--large .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{padding:12px 15px}.el-descriptions--large .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:16px}.el-descriptions--small{font-size:12px}.el-descriptions--small .el-descriptions__header{margin-bottom:12px}.el-descriptions--small .el-descriptions__header .el-descriptions__title{font-size:14px}.el-descriptions--small .el-descriptions__body .el-descriptions__table .el-descriptions__cell{font-size:12px}.el-descriptions--small .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{padding:4px 7px}.el-descriptions--small .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:8px}.el-descriptions__label.el-descriptions__cell.is-bordered-label{background:var(--el-descriptions-item-bordered-label-background);color:var(--el-text-color-regular);font-weight:700}.el-descriptions__label:not(.is-bordered-label){color:var(--el-text-color-primary);margin-right:16px}.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:6px}.el-descriptions__content.el-descriptions__cell.is-bordered-content{color:var(--el-text-color-primary)}.el-descriptions__content:not(.is-bordered-label){color:var(--el-text-color-regular)}.el-descriptions--large .el-descriptions__label:not(.is-bordered-label){margin-right:16px}.el-descriptions--large .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:8px}.el-descriptions--small .el-descriptions__label:not(.is-bordered-label){margin-right:12px}.el-descriptions--small .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:4px}.el-dialog.is-draggable .el-dialog__header{cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-divider{position:relative}.el-divider--horizontal{border-top:1px var(--el-border-color) var(--el-border-style);display:block;height:1px;margin:24px 0;width:100%}.el-divider--vertical{border-left:1px var(--el-border-color) var(--el-border-style);display:inline-block;height:1em;margin:0 8px;position:relative;vertical-align:middle;width:1px}.el-divider__text{background-color:var(--el-bg-color);color:var(--el-text-color-primary);font-size:14px;font-weight:500;padding:0 20px;position:absolute}.el-divider__text.is-left{left:20px;transform:translateY(-50%)}.el-divider__text.is-center{left:50%;transform:translate(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;transform:translateY(-50%)}.el-drawer{--el-drawer-bg-color:var(--el-dialog-bg-color,var(--el-bg-color));--el-drawer-padding-primary:var(--el-dialog-padding-primary,20px);background-color:var(--el-drawer-bg-color);box-shadow:var(--el-box-shadow-dark);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;position:absolute;transition:all var(--el-transition-duration)}.el-drawer .btt,.el-drawer .ltr,.el-drawer .rtl,.el-drawer .ttb{transform:translate(0)}.el-drawer__sr-focus:focus{outline:none!important}.el-drawer__header{align-items:center;color:#72767b;display:flex;margin-bottom:32px;padding:var(--el-drawer-padding-primary);padding-bottom:0}.el-drawer__header>:first-child{flex:1}.el-drawer__title{flex:1;font-size:16px;line-height:inherit;margin:0}.el-drawer__footer{padding:var(--el-drawer-padding-primary);padding-top:10px;text-align:right}.el-drawer__close-btn{background-color:transparent;border:none;color:inherit;cursor:pointer;display:inline-flex;font-size:var(--el-font-size-extra-large);outline:none}.el-drawer__close-btn:focus i,.el-drawer__close-btn:hover i{color:var(--el-color-primary)}.el-drawer__body{flex:1;overflow:auto;padding:var(--el-drawer-padding-primary)}.el-drawer__body>*{box-sizing:border-box}.el-drawer.ltr,.el-drawer.rtl{bottom:0;height:100%;top:0}.el-drawer.btt,.el-drawer.ttb{left:0;right:0;width:100%}.el-drawer.ltr{left:0}.el-drawer.rtl{right:0}.el-drawer.ttb{top:0}.el-drawer.btt{bottom:0}.el-drawer-fade-enter-active,.el-drawer-fade-leave-active{transition:all var(--el-transition-duration)}.el-drawer-fade-enter-active,.el-drawer-fade-enter-from,.el-drawer-fade-enter-to,.el-drawer-fade-leave-active,.el-drawer-fade-leave-from,.el-drawer-fade-leave-to{overflow:hidden!important}.el-drawer-fade-enter-from,.el-drawer-fade-leave-to{background-color:transparent!important}.el-drawer-fade-enter-from .rtl,.el-drawer-fade-leave-to .rtl{transform:translate(100%)}.el-drawer-fade-enter-from .ltr,.el-drawer-fade-leave-to .ltr{transform:translate(-100%)}.el-drawer-fade-enter-from .ttb,.el-drawer-fade-leave-to .ttb{transform:translateY(-100%)}.el-drawer-fade-enter-from .btt,.el-drawer-fade-leave-to .btt{transform:translateY(100%)}.el-empty{--el-empty-padding:40px 0;--el-empty-image-width:160px;--el-empty-description-margin-top:20px;--el-empty-bottom-margin-top:20px;--el-empty-fill-color-0:var(--el-color-white);--el-empty-fill-color-1:#fcfcfd;--el-empty-fill-color-2:#f8f9fb;--el-empty-fill-color-3:#f7f8fc;--el-empty-fill-color-4:#eeeff3;--el-empty-fill-color-5:#edeef2;--el-empty-fill-color-6:#e9ebef;--el-empty-fill-color-7:#e5e7e9;--el-empty-fill-color-8:#e0e3e9;--el-empty-fill-color-9:#d5d7de;align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:var(--el-empty-padding);text-align:center}.el-empty__image{width:var(--el-empty-image-width)}.el-empty__image img{height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top;width:100%}.el-empty__image svg{color:var(--el-svg-monochrome-grey);fill:currentColor;height:100%;vertical-align:top;width:100%}.el-empty__description{margin-top:var(--el-empty-description-margin-top)}.el-empty__description p{color:var(--el-text-color-secondary);font-size:var(--el-font-size-base);margin:0}.el-empty__bottom{margin-top:var(--el-empty-bottom-margin-top)}.el-footer{--el-footer-padding:0 20px;--el-footer-height:60px;box-sizing:border-box;flex-shrink:0;height:var(--el-footer-height);padding:var(--el-footer-padding)}.el-form{--el-form-label-font-size:var(--el-font-size-base);--el-form-inline-content-width:220px}.el-form--inline .el-form-item{display:inline-flex;margin-right:32px;vertical-align:middle}.el-form--inline.el-form--label-top{display:flex;flex-wrap:wrap}.el-form--inline.el-form--label-top .el-form-item{display:block}.el-form-item{display:flex;--font-size:14px;margin-bottom:18px}.el-form-item .el-form-item{margin-bottom:0}.el-form-item .el-input__validateIcon{display:none}.el-form-item--large{--font-size:14px;--el-form-label-font-size:var(--font-size);margin-bottom:22px}.el-form-item--large .el-form-item__label{height:40px;line-height:40px}.el-form-item--large .el-form-item__content{line-height:40px}.el-form-item--large .el-form-item__error{padding-top:4px}.el-form-item--default{--font-size:14px;--el-form-label-font-size:var(--font-size);margin-bottom:18px}.el-form-item--default .el-form-item__label{height:32px;line-height:32px}.el-form-item--default .el-form-item__content{line-height:32px}.el-form-item--default .el-form-item__error{padding-top:2px}.el-form-item--small{--font-size:12px;--el-form-label-font-size:var(--font-size);margin-bottom:18px}.el-form-item--small .el-form-item__label{height:24px;line-height:24px}.el-form-item--small .el-form-item__content{line-height:24px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--label-left .el-form-item__label{justify-content:flex-start}.el-form-item--label-top{display:block}.el-form-item--label-top .el-form-item__label{display:inline-block;height:auto;line-height:22px;margin-bottom:8px;text-align:left;vertical-align:middle}.el-form-item__label-wrap{display:flex}.el-form-item__label{align-items:flex-start;box-sizing:border-box;color:var(--el-text-color-regular);display:inline-flex;flex:0 0 auto;font-size:var(--el-form-label-font-size);height:32px;justify-content:flex-end;line-height:32px;padding:0 12px 0 0}.el-form-item__content{align-items:center;display:flex;flex:1;flex-wrap:wrap;font-size:var(--font-size);line-height:32px;min-width:0;position:relative}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:var(--el-color-danger);font-size:12px;left:0;line-height:1;padding-top:2px;position:absolute;top:100%}.el-form-item__error--inline{display:inline-block;left:auto;margin-left:10px;position:relative;top:auto}.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before{color:var(--el-color-danger);content:"*";margin-right:4px}.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label-wrap>.el-form-item__label:after,.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label:after{color:var(--el-color-danger);content:"*";margin-left:4px}.el-form-item.is-error .el-input-tag__wrapper,.el-form-item.is-error .el-input-tag__wrapper.is-focus,.el-form-item.is-error .el-input-tag__wrapper:focus,.el-form-item.is-error .el-input-tag__wrapper:hover,.el-form-item.is-error .el-input__wrapper,.el-form-item.is-error .el-input__wrapper.is-focus,.el-form-item.is-error .el-input__wrapper:focus,.el-form-item.is-error .el-input__wrapper:hover,.el-form-item.is-error .el-select__wrapper,.el-form-item.is-error .el-select__wrapper.is-focus,.el-form-item.is-error .el-select__wrapper:focus,.el-form-item.is-error .el-select__wrapper:hover,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner.is-focus,.el-form-item.is-error .el-textarea__inner:focus,.el-form-item.is-error .el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-form-item.is-error .el-input-group__append .el-input__wrapper,.el-form-item.is-error .el-input-group__prepend .el-input__wrapper{box-shadow:inset 0 0 0 1px transparent}.el-form-item.is-error .el-input-group__append .el-input__validateIcon,.el-form-item.is-error .el-input-group__prepend .el-input__validateIcon{display:none}.el-form-item.is-error .el-input__validateIcon{color:var(--el-color-danger)}.el-form-item--feedback .el-input__validateIcon{display:inline-flex}.el-header{--el-header-padding:0 20px;--el-header-height:60px;box-sizing:border-box;flex-shrink:0;height:var(--el-header-height);padding:var(--el-header-padding)}.el-image-viewer__wrapper{bottom:0;left:0;position:fixed;right:0;top:0}.el-image-viewer__wrapper:focus{outline:none!important}.el-image-viewer__btn{align-items:center;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;opacity:.8;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.el-image-viewer__btn .el-icon{cursor:pointer}.el-image-viewer__close{font-size:40px;height:40px;right:40px;top:40px;width:40px}.el-image-viewer__canvas{align-items:center;display:flex;height:100%;justify-content:center;position:static;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.el-image-viewer__actions{background-color:var(--el-text-color-regular);border-color:#fff;border-radius:22px;bottom:30px;height:44px;left:50%;padding:0 23px;transform:translate(-50%)}.el-image-viewer__actions__inner{align-items:center;color:#fff;cursor:default;display:flex;font-size:23px;gap:22px;height:100%;justify-content:space-around;padding:0 6px;width:100%}.el-image-viewer__actions__divider{margin:0 -6px}.el-image-viewer__progress{bottom:90px;color:#fff;cursor:default;left:50%;transform:translate(-50%)}.el-image-viewer__prev{left:40px}.el-image-viewer__next,.el-image-viewer__prev{background-color:var(--el-text-color-regular);border-color:#fff;color:#fff;font-size:24px;height:44px;top:50%;transform:translateY(-50%);width:44px}.el-image-viewer__next{right:40px;text-indent:2px}.el-image-viewer__close{background-color:var(--el-text-color-regular);border-color:#fff;color:#fff;font-size:24px;height:44px;width:44px}.el-image-viewer__mask{background:#000;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.viewer-fade-enter-active{animation:viewer-fade-in var(--el-transition-duration)}.viewer-fade-leave-active{animation:viewer-fade-out var(--el-transition-duration)}@keyframes viewer-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes viewer-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}.el-image__error,.el-image__inner,.el-image__placeholder,.el-image__wrapper{height:100%;width:100%}.el-image{display:inline-block;overflow:hidden;position:relative}.el-image__inner{opacity:1;vertical-align:top}.el-image__inner.is-loading{opacity:0}.el-image__wrapper{left:0;position:absolute;top:0}.el-image__error,.el-image__placeholder{background:var(--el-fill-color-light)}.el-image__error{align-items:center;color:var(--el-text-color-placeholder);display:flex;font-size:14px;justify-content:center;vertical-align:middle}.el-image__preview{cursor:pointer}.el-textarea__inner::-moz-placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-input__inner::-moz-placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-input-number{display:inline-flex;line-height:30px;position:relative;vertical-align:middle;width:150px}.el-input-number .el-input__wrapper{padding-left:42px;padding-right:42px}.el-input-number .el-input__inner{-webkit-appearance:none;-moz-appearance:textfield;line-height:1;text-align:center}.el-input-number .el-input__inner::-webkit-inner-spin-button,.el-input-number .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-input-number__decrease,.el-input-number__increase{align-items:center;background:var(--el-fill-color-light);bottom:1px;color:var(--el-text-color-regular);cursor:pointer;display:flex;font-size:13px;height:auto;justify-content:center;position:absolute;top:1px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:32px;z-index:1}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:var(--el-color-primary)}.el-input-number__decrease:hover~.el-input:not(.is-disabled) .el-input__wrapper,.el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color,var(--el-color-primary)) inset}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-input-number__increase{border-left:var(--el-border);border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0;right:1px}.el-input-number__decrease{border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base);border-right:var(--el-border);left:1px}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:var(--el-disabled-border-color);color:var(--el-disabled-border-color)}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:var(--el-disabled-border-color);cursor:not-allowed}.el-input-number--large{line-height:38px;width:180px}.el-input-number--large .el-input-number__decrease,.el-input-number--large .el-input-number__increase{font-size:14px;width:40px}.el-input-number--large.is-controls-right .el-input--large .el-input__wrapper{padding-right:47px}.el-input-number--large .el-input--large .el-input__wrapper{padding-left:47px;padding-right:47px}.el-input-number--small{line-height:22px;width:120px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{font-size:12px;width:24px}.el-input-number--small.is-controls-right .el-input--small .el-input__wrapper{padding-right:31px}.el-input-number--small .el-input--small .el-input__wrapper{padding-left:31px;padding-right:31px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{transform:scale(.9)}.el-input-number.is-without-controls .el-input__wrapper{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__wrapper{padding-left:15px;padding-right:42px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{--el-input-number-controls-height:15px;height:var(--el-input-number-controls-height);line-height:var(--el-input-number-controls-height)}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-bottom:var(--el-border);border-radius:0 var(--el-border-radius-base) 0 0;bottom:auto;left:auto}.el-input-number.is-controls-right .el-input-number__decrease{border-left:var(--el-border);border-radius:0 0 var(--el-border-radius-base) 0;border-right:none;left:auto;right:1px;top:auto}.el-input-number.is-controls-right[class*=large] [class*=decrease],.el-input-number.is-controls-right[class*=large] [class*=increase]{--el-input-number-controls-height:19px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{--el-input-number-controls-height:11px}.el-input-tag{--el-input-tag-border-color-hover:var(--el-border-color-hover);--el-input-tag-placeholder-color:var(--el-text-color-placeholder);--el-input-tag-disabled-color:var(--el-disabled-text-color);--el-input-tag-disabled-border:var(--el-disabled-border-color);--el-input-tag-font-size:var(--el-font-size-base);--el-input-tag-close-hover-color:var(--el-text-color-secondary);--el-input-tag-text-color:var(--el-text-color-regular);--el-input-tag-input-focus-border-color:var(--el-color-primary);--el-input-tag-width:100%;--el-input-tag-mini-height:var(--el-component-size);--el-input-tag-gap:6px;--el-input-tag-padding:4px;--el-input-tag-inner-padding:8px;--el-input-tag-line-height:24px;align-items:center;background-color:var(--el-fill-color-blank);border-radius:var(--el-border-radius-base);box-shadow:0 0 0 1px var(--el-border-color) inset;box-sizing:border-box;cursor:pointer;display:flex;font-size:var(--el-input-tag-font-size);line-height:var(--el-input-tag-line-height);min-height:var(--el-input-tag-mini-height);padding:var(--el-input-tag-padding);transform:translateZ(0);transition:var(--el-transition-duration);width:var(--el-input-tag-width)}.el-input-tag.is-focused{box-shadow:0 0 0 1px var(--el-color-primary) inset}.el-input-tag.is-hovering:not(.is-focused){box-shadow:0 0 0 1px var(--el-border-color-hover) inset}.el-input-tag.is-disabled{background-color:var(--el-fill-color-light);cursor:not-allowed;pointer-events:none}.el-input-tag.is-disabled,.el-input-tag.is-disabled:hover{box-shadow:0 0 0 1px var(--el-input-tag-disabled-border) inset}.el-input-tag.is-disabled.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-input-tag.is-disabled .el-input-tag__inner .el-input-tag__input,.el-input-tag.is-disabled .el-input-tag__inner .el-tag{cursor:not-allowed}.el-input-tag__prefix,.el-input-tag__suffix{align-items:center;color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:flex;flex-shrink:0;padding:0 var(--el-input-tag-inner-padding)}.el-input-tag__suffix{gap:8px}.el-input-tag__inner{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:var(--el-input-tag-gap);max-width:100%;min-width:0;position:relative}.el-input-tag__inner.is-left-space{margin-left:var(--el-input-tag-inner-padding)}.el-input-tag__inner.is-right-space{margin-right:var(--el-input-tag-inner-padding)}.el-input-tag__inner.is-draggable .el-tag{cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-input-tag__drop-indicator{background-color:var(--el-color-primary);height:var(--el-input-tag-line-height);position:absolute;top:0;width:1px}.el-input-tag__inner .el-tag{border-color:transparent;cursor:pointer;max-width:100%}.el-input-tag__inner .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-input-tag__inner .el-tag .el-tag__content{line-height:normal;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-input-tag__input-wrapper{flex:1}.el-input-tag__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--el-input-tag-text-color);font-family:inherit;font-size:inherit;line-height:inherit;outline:none;padding:0;width:100%}.el-input-tag__input::-moz-placeholder{color:var(--el-input-tag-placeholder-color)}.el-input-tag__input::placeholder{color:var(--el-input-tag-placeholder-color)}.el-input-tag__input-calculator{left:0;max-width:100%;overflow:hidden;position:absolute;top:0;visibility:hidden;white-space:pre}.el-input-tag--large{--el-input-tag-gap:6px;--el-input-tag-padding:8px;--el-input-tag-padding-left:8px;--el-input-tag-font-size:14px}.el-input-tag--small{--el-input-tag-gap:4px;--el-input-tag-padding:2px;--el-input-tag-padding-left:6px;--el-input-tag-font-size:12px;--el-input-tag-line-height:20px;--el-input-tag-mini-height:var(--el-component-size-small)}.el-link{--el-link-font-size:var(--el-font-size-base);--el-link-font-weight:var(--el-font-weight-primary);--el-link-text-color:var(--el-text-color-regular);--el-link-hover-text-color:var(--el-color-primary);--el-link-disabled-text-color:var(--el-text-color-placeholder);align-items:center;color:var(--el-link-text-color);cursor:pointer;display:inline-flex;flex-direction:row;font-size:var(--el-link-font-size);font-weight:var(--el-link-font-weight);justify-content:center;outline:none;padding:0;position:relative;text-decoration:none;vertical-align:middle}.el-link:hover{color:var(--el-link-hover-text-color)}.el-link.is-underline:hover:after{border-bottom:1px solid var(--el-link-hover-text-color);bottom:0;content:"";height:0;left:0;position:absolute;right:0}.el-link.is-disabled{color:var(--el-link-disabled-text-color);cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default:after{border-color:var(--el-link-hover-text-color)}.el-link__inner{align-items:center;display:inline-flex;justify-content:center}.el-link.el-link--primary{--el-link-text-color:var(--el-color-primary);--el-link-hover-text-color:var(--el-color-primary-light-3);--el-link-disabled-text-color:var(--el-color-primary-light-5)}.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:var(--el-link-text-color)}.el-link.el-link--success{--el-link-text-color:var(--el-color-success);--el-link-hover-text-color:var(--el-color-success-light-3);--el-link-disabled-text-color:var(--el-color-success-light-5)}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:var(--el-link-text-color)}.el-link.el-link--warning{--el-link-text-color:var(--el-color-warning);--el-link-hover-text-color:var(--el-color-warning-light-3);--el-link-disabled-text-color:var(--el-color-warning-light-5)}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:var(--el-link-text-color)}.el-link.el-link--danger{--el-link-text-color:var(--el-color-danger);--el-link-hover-text-color:var(--el-color-danger-light-3);--el-link-disabled-text-color:var(--el-color-danger-light-5)}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:var(--el-link-text-color)}.el-link.el-link--error{--el-link-text-color:var(--el-color-error);--el-link-hover-text-color:var(--el-color-error-light-3);--el-link-disabled-text-color:var(--el-color-error-light-5)}.el-link.el-link--error.is-underline:hover:after,.el-link.el-link--error:after{border-color:var(--el-link-text-color)}.el-link.el-link--info{--el-link-text-color:var(--el-color-info);--el-link-hover-text-color:var(--el-color-info-light-3);--el-link-disabled-text-color:var(--el-color-info-light-5)}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:var(--el-link-text-color)}.el-main{--el-main-padding:20px;box-sizing:border-box;display:block;flex:1;flex-basis:auto;overflow:auto;padding:var(--el-main-padding)}:root{--el-menu-active-color:var(--el-color-primary);--el-menu-text-color:var(--el-text-color-primary);--el-menu-hover-text-color:var(--el-color-primary);--el-menu-bg-color:var(--el-fill-color-blank);--el-menu-hover-bg-color:var(--el-color-primary-light-9);--el-menu-item-height:56px;--el-menu-sub-item-height:calc(var(--el-menu-item-height) - 6px);--el-menu-horizontal-height:60px;--el-menu-horizontal-sub-item-height:36px;--el-menu-item-font-size:var(--el-font-size-base);--el-menu-item-hover-fill:var(--el-color-primary-light-9);--el-menu-border-color:var(--el-border-color);--el-menu-base-level-padding:20px;--el-menu-level-padding:20px;--el-menu-icon-width:24px}.el-menu{background-color:var(--el-menu-bg-color);border-right:1px solid var(--el-menu-border-color);box-sizing:border-box;list-style:none;margin:0;padding-left:0;position:relative}.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item,.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title,.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title{padding-left:calc(var(--el-menu-base-level-padding) + var(--el-menu-level)*var(--el-menu-level-padding));white-space:nowrap}.el-menu:not(.el-menu--collapse) .el-sub-menu__title{padding-right:calc(var(--el-menu-base-level-padding) + var(--el-menu-icon-width))}.el-menu--horizontal{border-right:none;display:flex;flex-wrap:nowrap;height:var(--el-menu-horizontal-height)}.el-menu--horizontal.el-menu--popup-container{height:unset}.el-menu--horizontal.el-menu{border-bottom:1px solid var(--el-menu-border-color)}.el-menu--horizontal>.el-menu-item{align-items:center;border-bottom:2px solid transparent;color:var(--el-menu-text-color);display:inline-flex;height:100%;justify-content:center;margin:0}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-sub-menu:focus,.el-menu--horizontal>.el-sub-menu:hover{outline:none}.el-menu--horizontal>.el-sub-menu:hover .el-sub-menu__title{color:var(--el-menu-hover-text-color)}.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title{border-bottom:2px solid var(--el-menu-active-color);color:var(--el-menu-active-color)}.el-menu--horizontal>.el-sub-menu .el-sub-menu__title{border-bottom:2px solid transparent;color:var(--el-menu-text-color);height:100%}.el-menu--horizontal>.el-sub-menu .el-sub-menu__title:hover{background-color:var(--el-menu-bg-color)}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-sub-menu__title{align-items:center;background-color:var(--el-menu-bg-color);color:var(--el-menu-text-color);display:flex;height:var(--el-menu-horizontal-sub-item-height);line-height:var(--el-menu-horizontal-sub-item-height);padding:0 10px}.el-menu--horizontal .el-menu .el-sub-menu__title{padding-right:40px}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title{color:var(--el-menu-active-color)}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{background-color:var(--el-menu-hover-bg-color);color:var(--el-menu-hover-text-color);outline:none}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid var(--el-menu-active-color);color:var(--el-menu-active-color)!important}.el-menu--collapse{width:calc(var(--el-menu-icon-width) + var(--el-menu-base-level-padding)*2)}.el-menu--collapse>.el-menu-item [class^=el-icon],.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title [class^=el-icon],.el-menu--collapse>.el-sub-menu>.el-sub-menu__title [class^=el-icon]{margin:0;text-align:center;vertical-align:middle;width:var(--el-menu-icon-width)}.el-menu--collapse>.el-menu-item .el-sub-menu__icon-arrow,.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow,.el-menu--collapse>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title>span,.el-menu--collapse>.el-menu-item>span,.el-menu--collapse>.el-sub-menu>.el-sub-menu__title>span{display:inline-block;height:0;overflow:hidden;visibility:hidden;width:0}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-sub-menu{min-width:200px}.el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title{color:var(--el-menu-active-color)}.el-menu--popup{border:none;border-radius:var(--el-border-radius-small);box-shadow:var(--el-box-shadow-light);min-width:200px;padding:5px 0;z-index:100}.el-menu .el-icon{flex-shrink:0}.el-menu-item{align-items:center;box-sizing:border-box;color:var(--el-menu-text-color);cursor:pointer;display:flex;font-size:var(--el-menu-item-font-size);height:var(--el-menu-item-height);line-height:var(--el-menu-item-height);list-style:none;padding:0 var(--el-menu-base-level-padding);position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration),color var(--el-transition-duration);white-space:nowrap}.el-menu-item *{vertical-align:bottom}.el-menu-item i{color:inherit}.el-menu-item:focus,.el-menu-item:hover{outline:none}.el-menu-item:hover{background-color:var(--el-menu-hover-bg-color)}.el-menu-item.is-disabled{background:none!important;cursor:not-allowed;opacity:.25}.el-menu-item [class^=el-icon]{font-size:18px;margin-right:5px;text-align:center;vertical-align:middle;width:var(--el-menu-icon-width)}.el-menu-item.is-active{color:var(--el-menu-active-color)}.el-menu-item.is-active i{color:inherit}.el-menu-item .el-menu-tooltip__trigger{align-items:center;box-sizing:border-box;display:inline-flex;height:100%;left:0;padding:0 var(--el-menu-base-level-padding);position:absolute;top:0;width:100%}.el-sub-menu{list-style:none;margin:0;padding-left:0}.el-sub-menu__title{align-items:center;box-sizing:border-box;color:var(--el-menu-text-color);cursor:pointer;display:flex;font-size:var(--el-menu-item-font-size);height:var(--el-menu-item-height);line-height:var(--el-menu-item-height);list-style:none;padding:0 var(--el-menu-base-level-padding);position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration),color var(--el-transition-duration);white-space:nowrap}.el-sub-menu__title *{vertical-align:bottom}.el-sub-menu__title i{color:inherit}.el-sub-menu__title:focus,.el-sub-menu__title:hover{outline:none}.el-sub-menu__title.is-disabled{background:none!important;cursor:not-allowed;opacity:.25}.el-sub-menu__title:hover{background-color:var(--el-menu-hover-bg-color)}.el-sub-menu .el-menu{border:none}.el-sub-menu .el-menu-item{height:var(--el-menu-sub-item-height);line-height:var(--el-menu-sub-item-height)}.el-sub-menu__hide-arrow .el-sub-menu__icon-arrow{display:none!important}.el-sub-menu.is-active .el-sub-menu__title{border-bottom-color:var(--el-menu-active-color)}.el-sub-menu.is-disabled .el-menu-item,.el-sub-menu.is-disabled .el-sub-menu__title{background:none!important;cursor:not-allowed;opacity:.25}.el-sub-menu .el-icon{font-size:18px;margin-right:5px;text-align:center;vertical-align:middle;width:var(--el-menu-icon-width)}.el-sub-menu .el-icon.el-sub-menu__icon-more{margin-right:0!important}.el-sub-menu .el-sub-menu__icon-arrow{font-size:12px;margin-right:0;margin-top:-6px;position:absolute;right:var(--el-menu-base-level-padding);top:50%;transition:transform var(--el-transition-duration);width:inherit}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{color:var(--el-text-color-secondary);font-size:12px;line-height:normal;padding:7px 0 7px var(--el-menu-base-level-padding)}.horizontal-collapse-transition .el-sub-menu__title .el-sub-menu__icon-arrow{opacity:0;transition:var(--el-transition-duration-fast)}.el-message-box{--el-messagebox-title-color:var(--el-text-color-primary);--el-messagebox-width:420px;--el-messagebox-border-radius:4px;--el-messagebox-box-shadow:var(--el-box-shadow);--el-messagebox-font-size:var(--el-font-size-large);--el-messagebox-content-font-size:var(--el-font-size-base);--el-messagebox-content-color:var(--el-text-color-regular);--el-messagebox-error-font-size:12px;--el-messagebox-padding-primary:12px;--el-messagebox-font-line-height:var(--el-font-line-height-primary);backface-visibility:hidden;background-color:var(--el-bg-color);border-radius:var(--el-messagebox-border-radius);box-shadow:var(--el-messagebox-box-shadow);box-sizing:border-box;display:inline-block;font-size:var(--el-messagebox-font-size);max-width:var(--el-messagebox-width);overflow:hidden;overflow-wrap:break-word;padding:var(--el-messagebox-padding-primary);position:relative;text-align:left;vertical-align:middle;width:100%}.el-message-box:focus{outline:none!important}.el-overlay.is-message-box .el-overlay-message-box{bottom:0;left:0;overflow:auto;padding:16px;position:fixed;right:0;text-align:center;top:0}.el-overlay.is-message-box .el-overlay-message-box:after{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.el-message-box.is-draggable .el-message-box__header{cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-message-box__header{padding-bottom:var(--el-messagebox-padding-primary)}.el-message-box__header.show-close{padding-right:calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size, 16px))}.el-message-box__title{color:var(--el-messagebox-title-color);font-size:var(--el-messagebox-font-size);line-height:var(--el-messagebox-font-line-height)}.el-message-box__headerbtn{background:transparent;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:40px;outline:none;padding:0;position:absolute;right:0;top:0;width:40px}.el-message-box__headerbtn .el-message-box__close{color:var(--el-color-info);font-size:inherit}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:var(--el-color-primary)}.el-message-box__content{color:var(--el-messagebox-content-color);font-size:var(--el-messagebox-content-font-size)}.el-message-box__container{align-items:center;display:flex;gap:12px}.el-message-box__input{padding-top:12px}.el-message-box__input div.invalid>input,.el-message-box__input div.invalid>input:focus{border-color:var(--el-color-error)}.el-message-box__status{font-size:24px}.el-message-box__status.el-message-box-icon--success{--el-messagebox-color:var(--el-color-success);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--info{--el-messagebox-color:var(--el-color-info);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--warning{--el-messagebox-color:var(--el-color-warning);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--error{--el-messagebox-color:var(--el-color-error);color:var(--el-messagebox-color)}.el-message-box__message{margin:0}.el-message-box__message p{line-height:var(--el-messagebox-font-line-height);margin:0}.el-message-box__errormsg{color:var(--el-color-error);font-size:var(--el-messagebox-error-font-size);line-height:var(--el-messagebox-font-line-height)}.el-message-box__btns{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;padding-top:var(--el-messagebox-padding-primary)}.el-message-box--center .el-message-box__title{align-items:center;display:flex;gap:6px;justify-content:center}.el-message-box--center .el-message-box__status{font-size:inherit}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__container{justify-content:center}.fade-in-linear-enter-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration)}.fade-in-linear-leave-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration) reverse}@keyframes msgbox-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}.el-message{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-border-color-lighter);--el-message-padding:11px 15px;--el-message-close-size:16px;--el-message-close-icon-color:var(--el-text-color-placeholder);--el-message-close-hover-color:var(--el-text-color-secondary);align-items:center;background-color:var(--el-message-bg-color);border-color:var(--el-message-border-color);border-radius:var(--el-border-radius-base);border-style:var(--el-border-style);border-width:var(--el-border-width);box-sizing:border-box;display:flex;gap:8px;left:50%;max-width:calc(100% - 32px);padding:var(--el-message-padding);position:fixed;top:20px;transform:translate(-50%);transition:opacity var(--el-transition-duration),transform .4s,top .4s;width:-moz-fit-content;width:fit-content}.el-message.is-center{justify-content:center}.el-message.is-plain{background-color:var(--el-bg-color-overlay);border-color:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-message p{margin:0}.el-message--success{--el-message-bg-color:var(--el-color-success-light-9);--el-message-border-color:var(--el-color-success-light-8);--el-message-text-color:var(--el-color-success)}.el-message--success .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--success{color:var(--el-message-text-color)}.el-message--info{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-color-info-light-8);--el-message-text-color:var(--el-color-info)}.el-message--info .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--info{color:var(--el-message-text-color)}.el-message--warning{--el-message-bg-color:var(--el-color-warning-light-9);--el-message-border-color:var(--el-color-warning-light-8);--el-message-text-color:var(--el-color-warning)}.el-message--warning .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--warning{color:var(--el-message-text-color)}.el-message--error{--el-message-bg-color:var(--el-color-error-light-9);--el-message-border-color:var(--el-color-error-light-8);--el-message-text-color:var(--el-color-error)}.el-message--error .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--error{color:var(--el-message-text-color)}.el-message .el-message__badge{position:absolute;right:-8px;top:-8px}.el-message__content{font-size:14px;line-height:1;padding:0}.el-message__content:focus{outline-width:0}.el-message .el-message__closeBtn{color:var(--el-message-close-icon-color);cursor:pointer;font-size:var(--el-message-close-size)}.el-message .el-message__closeBtn:focus{outline-width:0}.el-message .el-message__closeBtn:hover{color:var(--el-message-close-hover-color)}.el-message-fade-enter-from,.el-message-fade-leave-to{opacity:0;transform:translate(-50%,-100%)}.el-notification{--el-notification-width:330px;--el-notification-padding:14px 26px 14px 13px;--el-notification-radius:8px;--el-notification-shadow:var(--el-box-shadow-light);--el-notification-border-color:var(--el-border-color-lighter);--el-notification-icon-size:24px;--el-notification-close-font-size:var(--el-message-close-size,16px);--el-notification-group-margin-left:13px;--el-notification-group-margin-right:8px;--el-notification-content-font-size:var(--el-font-size-base);--el-notification-content-color:var(--el-text-color-regular);--el-notification-title-font-size:16px;--el-notification-title-color:var(--el-text-color-primary);--el-notification-close-color:var(--el-text-color-secondary);--el-notification-close-hover-color:var(--el-text-color-regular);background-color:var(--el-bg-color-overlay);border:1px solid var(--el-notification-border-color);border-radius:var(--el-notification-radius);box-shadow:var(--el-notification-shadow);box-sizing:border-box;display:flex;overflow:hidden;overflow-wrap:break-word;padding:var(--el-notification-padding);position:fixed;transition:opacity var(--el-transition-duration),transform var(--el-transition-duration),left var(--el-transition-duration),right var(--el-transition-duration),top .4s,bottom var(--el-transition-duration);width:var(--el-notification-width);z-index:9999}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{flex:1;margin-left:var(--el-notification-group-margin-left);margin-right:var(--el-notification-group-margin-right);min-width:0}.el-notification__title{color:var(--el-notification-title-color);font-size:var(--el-notification-title-font-size);font-weight:700;line-height:var(--el-notification-icon-size);margin:0}.el-notification__content{color:var(--el-notification-content-color);font-size:var(--el-notification-content-font-size);line-height:24px;margin:6px 0 0}.el-notification__content p{margin:0}.el-notification .el-notification__icon{flex-shrink:0;font-size:var(--el-notification-icon-size);height:var(--el-notification-icon-size);width:var(--el-notification-icon-size)}.el-notification .el-notification__closeBtn{color:var(--el-notification-close-color);cursor:pointer;font-size:var(--el-notification-close-font-size);position:absolute;right:15px;top:18px}.el-notification .el-notification__closeBtn:hover{color:var(--el-notification-close-hover-color)}.el-notification .el-notification--success{--el-notification-icon-color:var(--el-color-success);color:var(--el-notification-icon-color)}.el-notification .el-notification--info{--el-notification-icon-color:var(--el-color-info);color:var(--el-notification-icon-color)}.el-notification .el-notification--warning{--el-notification-icon-color:var(--el-color-warning);color:var(--el-notification-icon-color)}.el-notification .el-notification--error{--el-notification-icon-color:var(--el-color-error);color:var(--el-notification-icon-color)}.el-notification-fade-enter-from.right{right:0;transform:translate(100%)}.el-notification-fade-enter-from.left{left:0;transform:translate(-100%)}.el-notification-fade-leave-to{opacity:0}.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{align-items:center;display:flex;justify-content:space-between;line-height:24px}.el-page-header__left{align-items:center;display:flex;margin-right:40px;position:relative}.el-page-header__back{align-items:center;cursor:pointer;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;display:flex;font-size:16px;margin-right:10px}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.el-pagination{--el-pagination-font-size:14px;--el-pagination-bg-color:var(--el-fill-color-blank);--el-pagination-text-color:var(--el-text-color-primary);--el-pagination-border-radius:2px;--el-pagination-button-color:var(--el-text-color-primary);--el-pagination-button-width:32px;--el-pagination-button-height:32px;--el-pagination-button-disabled-color:var(--el-text-color-placeholder);--el-pagination-button-disabled-bg-color:var(--el-fill-color-blank);--el-pagination-button-bg-color:var(--el-fill-color);--el-pagination-hover-color:var(--el-color-primary);--el-pagination-font-size-small:12px;--el-pagination-button-width-small:24px;--el-pagination-button-height-small:24px;--el-pagination-button-width-large:40px;--el-pagination-button-height-large:40px;--el-pagination-item-gap:16px;align-items:center;color:var(--el-pagination-text-color);display:flex;font-size:var(--el-pagination-font-size);font-weight:400;white-space:nowrap}.el-pagination .el-input__inner{-moz-appearance:textfield;text-align:center}.el-pagination .el-select{width:128px}.el-pagination button{align-items:center;background:var(--el-pagination-bg-color);border:none;border-radius:var(--el-pagination-border-radius);box-sizing:border-box;color:var(--el-pagination-button-color);cursor:pointer;display:flex;font-size:var(--el-pagination-font-size);height:var(--el-pagination-button-height);justify-content:center;line-height:var(--el-pagination-button-height);min-width:var(--el-pagination-button-width);padding:0 4px;text-align:center}.el-pagination button *{pointer-events:none}.el-pagination button:focus{outline:none}.el-pagination button.is-active,.el-pagination button:hover{color:var(--el-pagination-hover-color)}.el-pagination button.is-active{cursor:default;font-weight:700}.el-pagination button.is-active.is-disabled{color:var(--el-text-color-secondary);font-weight:700}.el-pagination button.is-disabled,.el-pagination button:disabled{background-color:var(--el-pagination-button-disabled-bg-color);color:var(--el-pagination-button-disabled-color);cursor:not-allowed}.el-pagination button:focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700;width:inherit}.el-pagination>.is-first{margin-left:0!important}.el-pagination>.is-last{margin-right:0!important}.el-pagination .btn-prev{margin-left:var(--el-pagination-item-gap)}.el-pagination__sizes,.el-pagination__total{color:var(--el-text-color-regular);font-weight:400;margin-left:var(--el-pagination-item-gap)}.el-pagination__total[disabled=true]{color:var(--el-text-color-placeholder)}.el-pagination__jump{align-items:center;color:var(--el-text-color-regular);display:flex;font-weight:400;margin-left:var(--el-pagination-item-gap)}.el-pagination__jump[disabled=true]{color:var(--el-text-color-placeholder)}.el-pagination__goto{margin-right:8px}.el-pagination__editor{box-sizing:border-box;text-align:center}.el-pagination__editor.el-input{width:56px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination__classifier{margin-left:8px}.el-pagination__rightwrapper{align-items:center;display:flex;flex:1;justify-content:flex-end}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{background-color:var(--el-pagination-button-bg-color);margin:0 4px}.el-pagination.is-background .btn-next.is-active,.el-pagination.is-background .btn-prev.is-active,.el-pagination.is-background .el-pager li.is-active{background-color:var(--el-color-primary);color:var(--el-color-white)}.el-pagination.is-background .btn-next.is-disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.is-disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.is-disabled,.el-pagination.is-background .el-pager li:disabled{background-color:var(--el-disabled-bg-color);color:var(--el-text-color-placeholder)}.el-pagination.is-background .btn-next.is-disabled.is-active,.el-pagination.is-background .btn-next:disabled.is-active,.el-pagination.is-background .btn-prev.is-disabled.is-active,.el-pagination.is-background .btn-prev:disabled.is-active,.el-pagination.is-background .el-pager li.is-disabled.is-active,.el-pagination.is-background .el-pager li:disabled.is-active{background-color:var(--el-fill-color-dark);color:var(--el-text-color-secondary)}.el-pagination.is-background .btn-prev{margin-left:var(--el-pagination-item-gap)}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li{font-size:var(--el-pagination-font-size-small);height:var(--el-pagination-button-height-small);line-height:var(--el-pagination-button-height-small);min-width:var(--el-pagination-button-width-small)}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){font-size:var(--el-pagination-font-size-small)}.el-pagination--small .el-select{width:100px}.el-pagination--large .btn-next,.el-pagination--large .btn-prev,.el-pagination--large .el-pager li{height:var(--el-pagination-button-height-large);line-height:var(--el-pagination-button-height-large);min-width:var(--el-pagination-button-width-large)}.el-pagination--large .el-select .el-input{width:160px}.el-pager{font-size:0;list-style:none;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-pager,.el-pager li{align-items:center;display:flex}.el-pager li{background:var(--el-pagination-bg-color);border:none;border-radius:var(--el-pagination-border-radius);box-sizing:border-box;color:var(--el-pagination-button-color);cursor:pointer;font-size:var(--el-pagination-font-size);height:var(--el-pagination-button-height);justify-content:center;line-height:var(--el-pagination-button-height);min-width:var(--el-pagination-button-width);padding:0 4px;text-align:center}.el-pager li *{pointer-events:none}.el-pager li:focus{outline:none}.el-pager li.is-active,.el-pager li:hover{color:var(--el-pagination-hover-color)}.el-pager li.is-active{cursor:default;font-weight:700}.el-pager li.is-active.is-disabled{color:var(--el-text-color-secondary);font-weight:700}.el-pager li.is-disabled,.el-pager li:disabled{background-color:var(--el-pagination-button-disabled-bg-color);color:var(--el-pagination-button-disabled-color);cursor:not-allowed}.el-pager li:focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-popconfirm__main{align-items:center;display:flex}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{margin-top:8px;text-align:right}.el-popover{--el-popover-bg-color:var(--el-bg-color-overlay);--el-popover-font-size:var(--el-font-size-base);--el-popover-border-color:var(--el-border-color-lighter);--el-popover-padding:12px;--el-popover-padding-large:18px 20px;--el-popover-title-font-size:16px;--el-popover-title-text-color:var(--el-text-color-primary);--el-popover-border-radius:4px}.el-popover.el-popper{background:var(--el-popover-bg-color);border:1px solid var(--el-popover-border-color);border-radius:var(--el-popover-border-radius);box-shadow:var(--el-box-shadow-light);box-sizing:border-box;color:var(--el-text-color-regular);font-size:var(--el-popover-font-size);line-height:1.4;min-width:150px;overflow-wrap:break-word;padding:var(--el-popover-padding);z-index:var(--el-index-popper)}.el-popover.el-popper--plain{padding:var(--el-popover-padding-large)}.el-popover__title{color:var(--el-popover-title-text-color);font-size:var(--el-popover-title-font-size);line-height:1;margin-bottom:12px}.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-popover.el-popper.is-dark{--el-popover-bg-color:var(--el-text-color-primary);--el-popover-border-color:var(--el-text-color-primary);--el-popover-title-text-color:var(--el-bg-color);color:var(--el-bg-color)}.el-popover.el-popper:focus,.el-popover.el-popper:focus:active{outline-width:0}.el-radio-button{--el-radio-button-checked-bg-color:var(--el-color-primary);--el-radio-button-checked-text-color:var(--el-color-white);--el-radio-button-checked-border-color:var(--el-color-primary);--el-radio-button-disabled-checked-fill:var(--el-border-color-extra-light)}.el-radio-button,.el-radio-button__inner{display:inline-block;outline:none;position:relative}.el-radio-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border:var(--el-border);border-left:0;border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;font-size:var(--el-font-size-base);font-weight:var(--el-button-font-weight,var(--el-font-weight-primary));line-height:1;margin:0;padding:8px 15px;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-radio-button__inner.is-round{padding:8px 15px}.el-radio-button__inner:hover{color:var(--el-color-primary)}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:var(--el-border);border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base);box-shadow:none!important}.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled)+.el-radio-button__inner{background-color:var(--el-radio-button-checked-bg-color,var(--el-color-primary));border-color:var(--el-radio-button-checked-border-color,var(--el-color-primary));box-shadow:-1px 0 0 0 var(--el-radio-button-checked-border-color,var(--el-color-primary));color:var(--el-radio-button-checked-text-color,var(--el-color-white))}.el-radio-button__original-radio{opacity:0;outline:none;position:absolute;z-index:-1}.el-radio-button__original-radio:focus-visible+.el-radio-button__inner{border-left:var(--el-border);border-left-color:var(--el-radio-button-checked-border-color,var(--el-color-primary));border-radius:var(--el-border-radius-base);box-shadow:none;outline:2px solid var(--el-radio-button-checked-border-color);outline-offset:1px;z-index:2}.el-radio-button__original-radio:disabled+.el-radio-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-radio-button__original-radio:disabled:checked+.el-radio-button__inner{background-color:var(--el-radio-button-disabled-checked-fill)}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:var(--el-border-radius-base)}.el-radio-button--large .el-radio-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-radio-button--large .el-radio-button__inner.is-round{padding:12px 19px}.el-radio-button--small .el-radio-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-radio-button--small .el-radio-button__inner.is-round{padding:5px 11px}.el-radio-group{align-items:center;display:inline-flex;flex-wrap:wrap;font-size:0}.el-radio{--el-radio-font-size:var(--el-font-size-base);--el-radio-text-color:var(--el-text-color-regular);--el-radio-font-weight:var(--el-font-weight-primary);--el-radio-input-height:14px;--el-radio-input-width:14px;--el-radio-input-border-radius:var(--el-border-radius-circle);--el-radio-input-bg-color:var(--el-fill-color-blank);--el-radio-input-border:var(--el-border);--el-radio-input-border-color:var(--el-border-color);--el-radio-input-border-color-hover:var(--el-color-primary);align-items:center;color:var(--el-radio-text-color);cursor:pointer;display:inline-flex;font-size:var(--el-font-size-base);font-weight:var(--el-radio-font-weight);height:32px;margin-right:30px;outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.el-radio.el-radio--large{height:40px}.el-radio.el-radio--small{height:24px}.el-radio.is-bordered{border:var(--el-border);border-radius:var(--el-border-radius-base);box-sizing:border-box;padding:0 15px 0 9px}.el-radio.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-radio.is-bordered.is-disabled{border-color:var(--el-border-color-lighter);cursor:not-allowed}.el-radio.is-bordered.el-radio--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-radio.is-bordered.el-radio--large .el-radio__label{font-size:var(--el-font-size-base)}.el-radio.is-bordered.el-radio--large .el-radio__inner{height:14px;width:14px}.el-radio.is-bordered.el-radio--small{border-radius:var(--el-border-radius-base);padding:0 11px 0 7px}.el-radio.is-bordered.el-radio--small .el-radio__label{font-size:12px}.el-radio.is-bordered.el-radio--small .el-radio__inner{height:12px;width:12px}.el-radio:last-child{margin-right:0}.el-radio__input{cursor:pointer;display:inline-flex;outline:none;position:relative;vertical-align:middle;white-space:nowrap}.el-radio__input.is-disabled .el-radio__inner{border-color:var(--el-disabled-border-color)}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled .el-radio__inner:after{background-color:var(--el-disabled-bg-color);cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:var(--el-disabled-bg-color);border-color:var(--el-disabled-border-color)}.el-radio__input.is-disabled.is-checked .el-radio__inner:after{background-color:var(--el-text-color-placeholder)}.el-radio__input.is-disabled+span.el-radio__label{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{background:var(--el-color-primary);border-color:var(--el-color-primary)}.el-radio__input.is-checked .el-radio__inner:after{transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:var(--el-color-primary)}.el-radio__input.is-focus .el-radio__inner{border-color:var(--el-radio-input-border-color-hover)}.el-radio__inner{background-color:var(--el-radio-input-bg-color);border:var(--el-radio-input-border);border-radius:var(--el-radio-input-border-radius);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--el-radio-input-height);position:relative;width:var(--el-radio-input-width)}.el-radio__inner:hover{border-color:var(--el-radio-input-border-color-hover)}.el-radio__inner:after{background-color:var(--el-color-white);border-radius:var(--el-radio-input-border-radius);content:"";height:4px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .15s ease-in;width:4px}.el-radio__original{bottom:0;left:0;margin:0;opacity:0;outline:none;position:absolute;right:0;top:0;z-index:-1}.el-radio__original:focus-visible+.el-radio__inner{border-radius:var(--el-radio-input-border-radius);outline:2px solid var(--el-radio-input-border-color-hover);outline-offset:1px}.el-radio:focus:not(:focus-visible):not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{box-shadow:0 0 2px 2px var(--el-radio-input-border-color-hover)}.el-radio__label{font-size:var(--el-radio-font-size);padding-left:8px}.el-radio.el-radio--large .el-radio__label{font-size:14px}.el-radio.el-radio--large .el-radio__inner{height:14px;width:14px}.el-radio.el-radio--small .el-radio__label{font-size:12px}.el-radio.el-radio--small .el-radio__inner{height:12px;width:12px}.el-rate{--el-rate-height:20px;--el-rate-font-size:var(--el-font-size-base);--el-rate-icon-size:18px;--el-rate-icon-margin:6px;--el-rate-void-color:var(--el-border-color-darker);--el-rate-fill-color:#f7ba2a;--el-rate-disabled-void-color:var(--el-fill-color);--el-rate-text-color:var(--el-text-color-primary);align-items:center;display:inline-flex;height:32px}.el-rate:active,.el-rate:focus{outline:none}.el-rate__item{color:var(--el-rate-void-color);cursor:pointer;display:inline-block;font-size:0;line-height:normal;position:relative;vertical-align:middle}.el-rate .el-rate__icon{display:inline-block;font-size:var(--el-rate-icon-size);margin-right:var(--el-rate-icon-margin);position:relative;transition:var(--el-transition-duration)}.el-rate .el-rate__icon.hover{transform:scale(1.15)}.el-rate .el-rate__icon .path2{left:0;position:absolute;top:0}.el-rate .el-rate__icon.is-active{color:var(--el-rate-fill-color)}.el-rate__decimal{color:var(--el-rate-fill-color);display:inline-block;overflow:hidden}.el-rate__decimal,.el-rate__decimal--box{left:0;position:absolute;top:0}.el-rate__text{color:var(--el-rate-text-color);font-size:var(--el-rate-font-size);vertical-align:middle}.el-rate--large{height:40px}.el-rate--small{height:24px}.el-rate--small .el-rate__icon{font-size:14px}.el-rate.is-disabled .el-rate__item{color:var(--el-rate-disabled-void-color);cursor:auto}.el-result{--el-result-padding:40px 30px;--el-result-icon-font-size:64px;--el-result-title-font-size:20px;--el-result-title-margin-top:20px;--el-result-subtitle-margin-top:10px;--el-result-extra-margin-top:30px;align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:var(--el-result-padding);text-align:center}.el-result__icon svg{height:var(--el-result-icon-font-size);width:var(--el-result-icon-font-size)}.el-result__title{margin-top:var(--el-result-title-margin-top)}.el-result__title p{color:var(--el-text-color-primary);font-size:var(--el-result-title-font-size);line-height:1.3;margin:0}.el-result__subtitle{margin-top:var(--el-result-subtitle-margin-top)}.el-result__subtitle p{color:var(--el-text-color-regular);font-size:var(--el-font-size-base);line-height:1.3;margin:0}.el-result__extra{margin-top:var(--el-result-extra-margin-top)}.el-result .icon-primary{--el-result-color:var(--el-color-primary);color:var(--el-result-color)}.el-result .icon-success{--el-result-color:var(--el-color-success);color:var(--el-result-color)}.el-result .icon-warning{--el-result-color:var(--el-color-warning);color:var(--el-result-color)}.el-result .icon-danger{--el-result-color:var(--el-color-danger);color:var(--el-result-color)}.el-result .icon-error{--el-result-color:var(--el-color-error);color:var(--el-result-color)}.el-result .icon-info{--el-result-color:var(--el-color-info);color:var(--el-result-color)}.el-row{box-sizing:border-box;display:flex;flex-wrap:wrap;position:relative}.el-row.is-justify-center{justify-content:center}.el-row.is-justify-end{justify-content:flex-end}.el-row.is-justify-space-between{justify-content:space-between}.el-row.is-justify-space-around{justify-content:space-around}.el-row.is-justify-space-evenly{justify-content:space-evenly}.el-row.is-align-top{align-items:flex-start}.el-row.is-align-middle{align-items:center}.el-row.is-align-bottom{align-items:flex-end}.el-select-dropdown{border-radius:var(--el-border-radius-base);box-sizing:border-box;z-index:calc(var(--el-index-top) + 1)}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty,.el-select-dropdown__loading{color:var(--el-text-color-secondary);font-size:var(--el-select-font-size);margin:0;padding:10px 0;text-align:center}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{box-sizing:border-box;list-style:none;margin:0;padding:6px 0}.el-select-dropdown__list.el-vl__window{margin:6px 0;padding:0}.el-select-dropdown__header{border-bottom:1px solid var(--el-border-color-light);padding:10px}.el-select-dropdown__footer{border-top:1px solid var(--el-border-color-light);padding:10px}.el-select-dropdown__item{box-sizing:border-box;color:var(--el-text-color-regular);cursor:pointer;font-size:var(--el-font-size-base);height:34px;line-height:34px;overflow:hidden;padding:0 32px 0 20px;position:relative;text-overflow:ellipsis;white-space:nowrap}.el-select-dropdown__item.is-hovering{background-color:var(--el-fill-color-light)}.el-select-dropdown__item.is-selected{color:var(--el-color-primary);font-weight:700}.el-select-dropdown__item.is-disabled{background-color:unset;color:var(--el-text-color-placeholder);cursor:not-allowed}.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected:after{background-color:var(--el-color-primary);background-position:50%;background-repeat:no-repeat;border-right:none;border-top:none;content:"";height:12px;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;mask-size:100% 100%;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;-webkit-mask-size:100% 100%;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:12px}.el-select-dropdown.is-multiple .el-select-dropdown__item.is-disabled:after{background-color:var(--el-text-color-placeholder)}.el-select-group{margin:0;padding:0}.el-select-group__wrap{list-style:none;margin:0;padding:0;position:relative}.el-select-group__title{box-sizing:border-box;color:var(--el-color-info);font-size:12px;line-height:34px;overflow:hidden;padding:0 20px;text-overflow:ellipsis;white-space:nowrap}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{--el-select-border-color-hover:var(--el-border-color-hover);--el-select-disabled-color:var(--el-disabled-text-color);--el-select-disabled-border:var(--el-disabled-border-color);--el-select-font-size:var(--el-font-size-base);--el-select-close-hover-color:var(--el-text-color-secondary);--el-select-input-color:var(--el-text-color-placeholder);--el-select-multiple-input-color:var(--el-text-color-regular);--el-select-input-focus-border-color:var(--el-color-primary);--el-select-input-font-size:14px;--el-select-width:100%;display:inline-block;position:relative;vertical-align:middle;width:var(--el-select-width)}.el-select__wrapper{align-items:center;background-color:var(--el-fill-color-blank);border-radius:var(--el-border-radius-base);box-shadow:0 0 0 1px var(--el-border-color) inset;box-sizing:border-box;cursor:pointer;display:flex;font-size:14px;gap:6px;line-height:24px;min-height:32px;padding:4px 12px;position:relative;text-align:left;transform:translateZ(0);transition:var(--el-transition-duration)}.el-select__wrapper.is-filterable{cursor:text}.el-select__wrapper.is-focused{box-shadow:0 0 0 1px var(--el-color-primary) inset}.el-select__wrapper.is-hovering:not(.is-focused){box-shadow:0 0 0 1px var(--el-border-color-hover) inset}.el-select__wrapper.is-disabled{background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);cursor:not-allowed;pointer-events:none}.el-select__wrapper.is-disabled,.el-select__wrapper.is-disabled:hover{box-shadow:0 0 0 1px var(--el-select-disabled-border) inset}.el-select__wrapper.is-disabled.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-select__wrapper.is-disabled .el-select__selected-item{color:var(--el-select-disabled-color)}.el-select__wrapper.is-disabled .el-select__caret,.el-select__wrapper.is-disabled .el-tag{cursor:not-allowed}.el-select__prefix,.el-select__suffix{align-items:center;color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:flex;flex-shrink:0;gap:6px}.el-select__caret{color:var(--el-select-input-color);cursor:pointer;font-size:var(--el-select-input-font-size);transform:rotate(0);transition:var(--el-transition-duration)}.el-select__caret.is-reverse{transform:rotate(180deg)}.el-select__clear{cursor:pointer}.el-select__clear:hover{color:var(--el-select-close-hover-color)}.el-select__selection{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:6px;min-width:0;position:relative}.el-select__selection.is-near{margin-left:-8px}.el-select__selection .el-tag{border-color:transparent;cursor:pointer}.el-select__selection .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-select__selection .el-tag .el-tag__content{min-width:0}.el-select__selected-item{display:flex;flex-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-select__tags-text{line-height:normal}.el-select__placeholder,.el-select__tags-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-select__placeholder{color:var(--el-input-text-color,var(--el-text-color-regular));position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}.el-select__placeholder.is-transparent{color:var(--el-text-color-placeholder);-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-select__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-select__popper.el-popper,.el-select__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-select__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-select__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-select__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-select__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-select__input-wrapper{flex:1}.el-select__input-wrapper.is-hidden{opacity:0;position:absolute;z-index:-1}.el-select__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--el-select-multiple-input-color);font-family:inherit;font-size:inherit;height:24px;outline:none;padding:0;width:100%}.el-select__input.is-disabled{cursor:not-allowed}.el-select__input-calculator{left:0;max-width:100%;overflow:hidden;position:absolute;top:0;visibility:hidden;white-space:pre}.el-select--large .el-select__wrapper{font-size:14px;gap:6px;line-height:24px;min-height:40px;padding:8px 16px}.el-select--large .el-select__selection{gap:6px}.el-select--large .el-select__selection.is-near{margin-left:-8px}.el-select--large .el-select__prefix,.el-select--large .el-select__suffix{gap:6px}.el-select--large .el-select__input{height:24px}.el-select--small .el-select__wrapper{font-size:12px;gap:4px;line-height:20px;min-height:24px;padding:2px 8px}.el-select--small .el-select__selection{gap:4px}.el-select--small .el-select__selection.is-near{margin-left:-6px}.el-select--small .el-select__prefix,.el-select--small .el-select__suffix{gap:4px}.el-select--small .el-select__input{height:20px}.el-skeleton{--el-skeleton-circle-size:var(--el-avatar-size)}.el-skeleton__item{background:var(--el-skeleton-color);border-radius:var(--el-border-radius-base);display:inline-block;height:16px;width:100%}.el-skeleton__circle{border-radius:50%;height:var(--el-skeleton-circle-size);line-height:var(--el-skeleton-circle-size);width:var(--el-skeleton-circle-size)}.el-skeleton__button{border-radius:4px;height:40px;width:64px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{height:var(--el-font-size-small);width:100%}.el-skeleton__caption{height:var(--el-font-size-extra-small)}.el-skeleton__h1{height:var(--el-font-size-extra-large)}.el-skeleton__h3{height:var(--el-font-size-large)}.el-skeleton__h5{height:var(--el-font-size-medium)}.el-skeleton__image{align-items:center;border-radius:0;display:flex;justify-content:center;width:unset}.el-skeleton__image svg{color:var(--el-svg-monochrome-grey);fill:currentColor;height:22%;width:22%}.el-skeleton{--el-skeleton-color:var(--el-fill-color);--el-skeleton-to-color:var(--el-fill-color-darker)}@keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{background:var(--el-skeleton-color);height:16px;margin-top:16px}.el-skeleton.is-animated .el-skeleton__item{animation:el-skeleton-loading 1.4s ease infinite;background:linear-gradient(90deg,var(--el-skeleton-color) 25%,var(--el-skeleton-to-color) 37%,var(--el-skeleton-color) 63%);background-size:400% 100%}.el-slider{--el-slider-main-bg-color:var(--el-color-primary);--el-slider-runway-bg-color:var(--el-border-color-light);--el-slider-stop-bg-color:var(--el-color-white);--el-slider-disabled-color:var(--el-text-color-placeholder);--el-slider-border-radius:3px;--el-slider-height:6px;--el-slider-button-size:20px;--el-slider-button-wrapper-size:36px;--el-slider-button-wrapper-offset:-15px;align-items:center;display:flex;height:32px;width:100%}.el-slider__runway{background-color:var(--el-slider-runway-bg-color);border-radius:var(--el-slider-border-radius);cursor:pointer;flex:1;height:var(--el-slider-height);position:relative}.el-slider__runway.show-input{margin-right:30px;width:auto}.el-slider__runway.is-disabled{cursor:default}.el-slider__runway.is-disabled .el-slider__bar{background-color:var(--el-slider-disabled-color)}.el-slider__runway.is-disabled .el-slider__button{border-color:var(--el-slider-disabled-color)}.el-slider__runway.is-disabled .el-slider__button-wrapper.dragging,.el-slider__runway.is-disabled .el-slider__button-wrapper.hover,.el-slider__runway.is-disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.is-disabled .el-slider__button.dragging,.el-slider__runway.is-disabled .el-slider__button.hover,.el-slider__runway.is-disabled .el-slider__button:hover{transform:scale(1);cursor:not-allowed}.el-slider__input{flex-shrink:0;width:130px}.el-slider__bar{background-color:var(--el-slider-main-bg-color);border-bottom-left-radius:var(--el-slider-border-radius);border-top-left-radius:var(--el-slider-border-radius);height:var(--el-slider-height);position:absolute}.el-slider__button-wrapper{background-color:transparent;height:var(--el-slider-button-wrapper-size);line-height:normal;outline:none;position:absolute;text-align:center;top:var(--el-slider-button-wrapper-offset);transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--el-slider-button-wrapper-size);z-index:1}.el-slider__button-wrapper:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:grab}.el-slider__button-wrapper.dragging{cursor:grabbing}.el-slider__button{background-color:var(--el-color-white);border:2px solid var(--el-slider-main-bg-color);border-radius:50%;box-sizing:border-box;display:inline-block;height:var(--el-slider-button-size);transition:var(--el-transition-duration-fast);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:var(--el-slider-button-size)}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:grab}.el-slider__button.dragging{cursor:grabbing}.el-slider__stop{background-color:var(--el-slider-stop-bg-color);border-radius:var(--el-border-radius-circle);height:var(--el-slider-height);position:absolute;transform:translate(-50%);width:var(--el-slider-height)}.el-slider__marks{height:100%;left:12px;top:0;width:18px}.el-slider__marks-text{color:var(--el-color-info);font-size:14px;margin-top:15px;position:absolute;transform:translate(-50%);white-space:pre}.el-slider.is-vertical{display:inline-flex;flex:0;height:100%;position:relative;width:auto}.el-slider.is-vertical .el-slider__runway{height:100%;margin:0 16px;width:var(--el-slider-height)}.el-slider.is-vertical .el-slider__bar{border-radius:0 0 3px 3px;height:auto;width:var(--el-slider-height)}.el-slider.is-vertical .el-slider__button-wrapper{left:var(--el-slider-button-wrapper-offset);top:auto;transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{transform:translateY(50%)}.el-slider.is-vertical .el-slider__marks-text{left:15px;margin-top:0;transform:translateY(50%)}.el-slider--large{height:40px}.el-slider--small{height:24px}.el-space{display:inline-flex;vertical-align:top}.el-space__item{display:flex;flex-wrap:wrap}.el-space__item>*{flex:1}.el-space--vertical{flex-direction:column}.el-time-spinner{white-space:nowrap;width:100%}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{animation:rotate 2s linear infinite;height:50px;width:50px}.el-spinner-inner .path{stroke:var(--el-border-color-lighter);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-step{flex-shrink:1;position:relative}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{flex-basis:auto!important;flex-grow:0;flex-shrink:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{border-color:var(--el-text-color-primary);color:var(--el-text-color-primary)}.el-step__head.is-wait{border-color:var(--el-text-color-placeholder);color:var(--el-text-color-placeholder)}.el-step__head.is-success{border-color:var(--el-color-success);color:var(--el-color-success)}.el-step__head.is-error{border-color:var(--el-color-danger);color:var(--el-color-danger)}.el-step__head.is-finish{border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-step__icon{align-items:center;background:var(--el-bg-color);box-sizing:border-box;display:inline-flex;font-size:14px;height:24px;justify-content:center;position:relative;transition:.15s ease-out;width:24px;z-index:1}.el-step__icon.is-text{border:2px solid;border-radius:50%}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{color:inherit;display:inline-block;font-weight:700;line-height:1;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{transform:translateY(1px)}.el-step__line{background-color:var(--el-text-color-placeholder);border-color:currentColor;position:absolute}.el-step__line-inner{border:1px solid;box-sizing:border-box;display:block;height:0;transition:.15s ease-out;width:0}.el-step__main{text-align:left;white-space:normal}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{color:var(--el-text-color-primary);font-weight:700}.el-step__title.is-wait{color:var(--el-text-color-placeholder)}.el-step__title.is-success{color:var(--el-color-success)}.el-step__title.is-error{color:var(--el-color-danger)}.el-step__title.is-finish{color:var(--el-color-primary)}.el-step__description{font-size:12px;font-weight:400;line-height:20px;margin-top:-5px;padding-right:10%}.el-step__description.is-process{color:var(--el-text-color-primary)}.el-step__description.is-wait{color:var(--el-text-color-placeholder)}.el-step__description.is-success{color:var(--el-color-success)}.el-step__description.is-error{color:var(--el-color-danger)}.el-step__description.is-finish{color:var(--el-color-primary)}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;left:0;right:0;top:11px}.el-step.is-vertical{display:flex}.el-step.is-vertical .el-step__head{flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{flex-grow:1;padding-left:10px}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{bottom:0;left:11px;top:0;width:2px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{align-items:center;display:flex}.el-step.is-simple .el-step__head{font-size:0;padding-right:10px;width:auto}.el-step.is-simple .el-step__icon{background:transparent;font-size:12px;height:16px;width:16px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{align-items:stretch;display:flex;flex-grow:1;position:relative}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;overflow-wrap:break-word}.el-step.is-simple .el-step__arrow{align-items:center;display:flex;flex-grow:1;justify-content:center}.el-step.is-simple .el-step__arrow:after,.el-step.is-simple .el-step__arrow:before{background:var(--el-text-color-placeholder);content:"";display:inline-block;height:15px;position:absolute;width:1px}.el-step.is-simple .el-step__arrow:before{transform:rotate(-45deg) translateY(-4px);transform-origin:0 0}.el-step.is-simple .el-step__arrow:after{transform:rotate(45deg) translateY(4px);transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-steps{display:flex}.el-steps--simple{background:var(--el-fill-color-light);border-radius:4px;padding:13px 8%}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{flex-flow:column;height:100%}.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);align-items:center;display:inline-flex;font-size:14px;height:32px;line-height:20px;position:relative;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{color:var(--el-text-color-primary);cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:20px;transition:var(--el-transition-duration-fast);vertical-align:middle}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{display:inline-block;font-size:14px;line-height:1}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{height:0;margin:0;opacity:0;position:absolute;width:0}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{align-items:center;background:var(--el-switch-off-color);border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));border-radius:10px;box-sizing:border-box;cursor:pointer;display:inline-flex;height:20px;min-width:40px;outline:none;position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration)}.el-switch__core .el-switch__inner{align-items:center;display:flex;height:16px;justify-content:center;overflow:hidden;padding:0 4px 0 18px;transition:all var(--el-transition-duration);width:100%}.el-switch__core .el-switch__inner .is-icon,.el-switch__core .el-switch__inner .is-text{color:var(--el-color-white);font-size:12px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.el-switch__core .el-switch__action{align-items:center;background-color:var(--el-color-white);border-radius:var(--el-border-radius-circle);color:var(--el-switch-off-color);display:flex;height:16px;justify-content:center;left:1px;position:absolute;transition:all var(--el-transition-duration);width:16px}.el-switch.is-checked .el-switch__core{background-color:var(--el-switch-on-color);border-color:var(--el-switch-border-color,var(--el-switch-on-color))}.el-switch.is-checked .el-switch__core .el-switch__action{color:var(--el-switch-on-color);left:calc(100% - 17px)}.el-switch.is-checked .el-switch__core .el-switch__inner{padding:0 18px 0 4px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:14px;height:40px;line-height:24px}.el-switch--large .el-switch__label{font-size:14px;height:24px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{border-radius:12px;height:24px;min-width:50px}.el-switch--large .el-switch__core .el-switch__inner{height:20px;padding:0 6px 0 22px}.el-switch--large .el-switch__core .el-switch__action{height:20px;width:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action{left:calc(100% - 21px)}.el-switch--large.is-checked .el-switch__core .el-switch__inner{padding:0 22px 0 6px}.el-switch--small{font-size:12px;height:24px;line-height:16px}.el-switch--small .el-switch__label{font-size:12px;height:16px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{border-radius:8px;height:16px;min-width:30px}.el-switch--small .el-switch__core .el-switch__inner{height:12px;padding:0 2px 0 14px}.el-switch--small .el-switch__core .el-switch__action{height:12px;width:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action{left:calc(100% - 13px)}.el-switch--small.is-checked .el-switch__core .el-switch__inner{padding:0 14px 0 2px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{background-color:#fff;border:1px solid var(--el-border-color-lighter);border-radius:2px;box-shadow:var(--el-box-shadow-light);box-sizing:border-box}.el-table-filter__list{list-style:none;margin:0;min-width:100px;padding:5px 0}.el-table-filter__list-item{cursor:pointer;font-size:var(--el-font-size-base);line-height:36px;padding:0 10px}.el-table-filter__list-item:hover{background-color:var(--el-color-primary-light-9);color:var(--el-color-primary)}.el-table-filter__list-item.is-active{background-color:var(--el-color-primary);color:#fff}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid var(--el-border-color-lighter);padding:8px}.el-table-filter__bottom button{background:transparent;border:none;color:var(--el-text-color-regular);cursor:pointer;font-size:var(--el-font-size-small);padding:0 3px}.el-table-filter__bottom button:hover{color:var(--el-color-primary)}.el-table-filter__bottom button:focus{outline:none}.el-table-filter__bottom button.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{align-items:center;display:flex;height:unset;margin-bottom:12px;margin-left:5px;margin-right:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-table{--el-table-border-color:var(--el-border-color-lighter);--el-table-border:1px solid var(--el-table-border-color);--el-table-text-color:var(--el-text-color-regular);--el-table-header-text-color:var(--el-text-color-secondary);--el-table-row-hover-bg-color:var(--el-fill-color-light);--el-table-current-row-bg-color:var(--el-color-primary-light-9);--el-table-header-bg-color:var(--el-bg-color);--el-table-fixed-box-shadow:var(--el-box-shadow-light);--el-table-bg-color:var(--el-fill-color-blank);--el-table-tr-bg-color:var(--el-bg-color);--el-table-expanded-cell-bg-color:var(--el-fill-color-blank);--el-table-fixed-left-column:inset 10px 0 10px -10px rgba(0,0,0,.15);--el-table-fixed-right-column:inset -10px 0 10px -10px rgba(0,0,0,.15);--el-table-index:var(--el-index-normal);background-color:var(--el-table-bg-color);box-sizing:border-box;color:var(--el-table-text-color);font-size:var(--el-font-size-base);height:-moz-fit-content;height:fit-content;max-width:100%;overflow:hidden;position:relative;width:100%}.el-table__inner-wrapper{display:flex;flex-direction:column;height:100%;position:relative}.el-table__inner-wrapper:before{bottom:0;height:1px;left:0}.el-table tbody:focus-visible{outline:none}.el-table.has-footer.el-table--fluid-height tr:last-child td.el-table__cell,.el-table.has-footer.el-table--scrollable-y tr:last-child td.el-table__cell{border-bottom-color:transparent}.el-table__empty-block{align-items:center;display:flex;justify-content:center;left:0;min-height:60px;position:sticky;text-align:center;width:100%}.el-table__empty-text{color:var(--el-text-color-secondary);line-height:60px;width:50%}.el-table__expand-column .cell{padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table__expand-icon{color:var(--el-text-color-regular);cursor:pointer;font-size:12px;height:20px;position:relative;transition:transform var(--el-transition-duration-fast) ease-in-out}.el-table__expand-icon--expanded{transform:rotate(90deg)}.el-table__expand-icon>.el-icon{font-size:12px}.el-table__expanded-cell{background-color:var(--el-table-expanded-cell-bg-color)}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-bottom:0;border-right:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--fit .el-table__inner-wrapper:before{width:100%}.el-table thead{color:var(--el-table-header-text-color)}.el-table thead th{font-weight:600}.el-table thead.is-group th.el-table__cell{background:var(--el-fill-color-light)}.el-table .el-table__cell{box-sizing:border-box;min-width:0;padding:8px 0;position:relative;text-align:left;text-overflow:ellipsis;vertical-align:middle;z-index:var(--el-table-index)}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{border-bottom-width:0;border-right-width:0;padding:0;width:15px}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table .cell{box-sizing:border-box;line-height:23px;overflow:hidden;overflow-wrap:break-word;padding:0 12px;text-overflow:ellipsis;white-space:normal}.el-table .cell.el-tooltip{min-width:50px;white-space:nowrap}.el-table--large{font-size:var(--el-font-size-base)}.el-table--large .el-table__cell{padding:12px 0}.el-table--large .cell{padding:0 16px}.el-table--default{font-size:var(--el-font-size-base)}.el-table--default .el-table__cell{padding:8px 0}.el-table--default .cell{padding:0 12px}.el-table--small{font-size:var(--el-font-size-extra-small)}.el-table--small .el-table__cell{padding:4px 0}.el-table--small .cell{padding:0 8px}.el-table tr{background-color:var(--el-table-tr-bg-color)}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:var(--el-table-border)}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{background-color:var(--el-table-header-bg-color)}.el-table th.el-table__cell>.cell.highlight{color:var(--el-color-primary)}.el-table th.el-table__cell.required>div:before{background:#ff4d51;border-radius:50%;content:"";display:inline-block;height:8px;margin-right:5px;vertical-align:middle;width:8px}.el-table td.el-table__cell div{box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table--border .el-table__inner-wrapper:after,.el-table--border:after,.el-table--border:before,.el-table__inner-wrapper:before{background-color:var(--el-table-border-color);content:"";position:absolute;z-index:calc(var(--el-table-index) + 2)}.el-table--border .el-table__inner-wrapper:after{height:1px;left:0;top:0;width:100%;z-index:calc(var(--el-table-index) + 2)}.el-table--border:before{height:100%;left:0;top:-1px;width:1px}.el-table--border:after{height:100%;right:0;top:-1px;width:1px}.el-table--border .el-table__inner-wrapper{border-bottom:none;border-right:none}.el-table--border .el-table__footer-wrapper{flex-shrink:0;position:relative}.el-table--border .el-table__cell{border-right:var(--el-table-border)}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:var(--el-table-border);border-bottom-width:1px}.el-table--border th.el-table__cell{border-bottom:var(--el-table-border)}.el-table--hidden{visibility:hidden}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__body-wrapper tr td.el-table-fixed-column--left,.el-table__body-wrapper tr td.el-table-fixed-column--right,.el-table__body-wrapper tr th.el-table-fixed-column--left,.el-table__body-wrapper tr th.el-table-fixed-column--right,.el-table__footer-wrapper tr td.el-table-fixed-column--left,.el-table__footer-wrapper tr td.el-table-fixed-column--right,.el-table__footer-wrapper tr th.el-table-fixed-column--left,.el-table__footer-wrapper tr th.el-table-fixed-column--right,.el-table__header-wrapper tr td.el-table-fixed-column--left,.el-table__header-wrapper tr td.el-table-fixed-column--right,.el-table__header-wrapper tr th.el-table-fixed-column--left,.el-table__header-wrapper tr th.el-table-fixed-column--right{background:inherit;position:sticky!important;z-index:calc(var(--el-table-index) + 1)}.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before{bottom:-1px;box-shadow:none;content:"";overflow-x:hidden;overflow-y:hidden;pointer-events:none;position:absolute;top:0;touch-action:none;width:10px}.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before{left:-10px}.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before{box-shadow:none;right:-10px}.el-table__body-wrapper tr td.el-table__fixed-right-patch,.el-table__body-wrapper tr th.el-table__fixed-right-patch,.el-table__footer-wrapper tr td.el-table__fixed-right-patch,.el-table__footer-wrapper tr th.el-table__fixed-right-patch,.el-table__header-wrapper tr td.el-table__fixed-right-patch,.el-table__header-wrapper tr th.el-table__fixed-right-patch{background:#fff;position:sticky!important;right:0;z-index:calc(var(--el-table-index) + 1)}.el-table__header-wrapper{flex-shrink:0}.el-table__header-wrapper tr th.el-table-fixed-column--left,.el-table__header-wrapper tr th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table__body,.el-table__footer,.el-table__header{border-collapse:separate;table-layout:fixed}.el-table__header-wrapper{overflow:hidden}.el-table__header-wrapper tbody td.el-table__cell{background-color:var(--el-table-row-hover-bg-color);color:var(--el-table-text-color)}.el-table__footer-wrapper{flex-shrink:0;overflow:hidden}.el-table__footer-wrapper tfoot td.el-table__cell{background-color:var(--el-table-row-hover-bg-color);color:var(--el-table-text-color)}.el-table__body-wrapper .el-table-column--selection>.cell,.el-table__header-wrapper .el-table-column--selection>.cell{align-items:center;display:inline-flex;height:23px}.el-table__body-wrapper .el-table-column--selection .el-checkbox,.el-table__header-wrapper .el-table-column--selection .el-checkbox{height:unset}.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column:before{box-shadow:var(--el-table-fixed-right-column)}.el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:var(--el-table-border)}.el-table.is-scrolling-left th.el-table-fixed-column--left{background-color:var(--el-table-header-bg-color)}.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column:before{box-shadow:var(--el-table-fixed-left-column)}.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:none}.el-table.is-scrolling-right th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:none}.el-table.is-scrolling-middle .el-table-fixed-column--right.is-first-column:before{box-shadow:var(--el-table-fixed-right-column)}.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column:before{box-shadow:var(--el-table-fixed-left-column)}.el-table.is-scrolling-none .el-table-fixed-column--left.is-first-column:before,.el-table.is-scrolling-none .el-table-fixed-column--left.is-last-column:before,.el-table.is-scrolling-none .el-table-fixed-column--right.is-first-column:before,.el-table.is-scrolling-none .el-table-fixed-column--right.is-last-column:before{box-shadow:none}.el-table.is-scrolling-none th.el-table-fixed-column--left,.el-table.is-scrolling-none th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table__body-wrapper{flex:1;overflow:hidden;position:relative}.el-table__body-wrapper .el-scrollbar__bar{z-index:calc(var(--el-table-index) + 2)}.el-table .caret-wrapper{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;height:14px;overflow:initial;position:relative;vertical-align:middle;width:24px}.el-table .sort-caret{border:5px solid transparent;height:0;left:7px;position:absolute;width:0}.el-table .sort-caret.ascending{border-bottom-color:var(--el-text-color-placeholder);top:-5px}.el-table .sort-caret.descending{border-top-color:var(--el-text-color-placeholder);bottom:-3px}.el-table .ascending .sort-caret.ascending{border-bottom-color:var(--el-color-primary)}.el-table .descending .sort-caret.descending{border-top-color:var(--el-color-primary)}.el-table .hidden-columns{position:absolute;visibility:hidden;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:var(--el-fill-color-lighter)}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell{background-color:var(--el-table-current-row-bg-color)}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell,.el-table__body tr>td.hover-cell{background-color:var(--el-table-row-hover-bg-color)}.el-table__body tr.current-row>td.el-table__cell{background-color:var(--el-table-current-row-bg-color)}.el-table.el-table--scrollable-y .el-table__body-header{position:sticky;top:0;z-index:calc(var(--el-table-index) + 2)}.el-table.el-table--scrollable-y .el-table__body-footer{bottom:0;position:sticky;z-index:calc(var(--el-table-index) + 2)}.el-table__column-resize-proxy{border-left:var(--el-table-border);bottom:0;left:200px;position:absolute;top:0;width:0;z-index:calc(var(--el-table-index) + 9)}.el-table__column-filter-trigger{cursor:pointer;display:inline-block}.el-table__column-filter-trigger i{color:var(--el-color-info);font-size:14px;vertical-align:middle}.el-table__border-left-patch{height:100%;top:0;width:1px}.el-table__border-bottom-patch,.el-table__border-left-patch{background-color:var(--el-table-border-color);left:0;position:absolute;z-index:calc(var(--el-table-index) + 2)}.el-table__border-bottom-patch{height:1px}.el-table__border-right-patch{background-color:var(--el-table-border-color);height:100%;position:absolute;top:0;width:1px;z-index:calc(var(--el-table-index) + 2)}.el-table--enable-row-transition .el-table__body td.el-table__cell{transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:var(--el-table-row-hover-bg-color)}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;height:12px;line-height:12px;margin-right:8px;text-align:center;width:12px}.el-table .el-table.el-table--border .el-table__cell{border-right:var(--el-table-border)}.el-table:not(.el-table--border) .el-table__cell{border-right:none}.el-table:not(.el-table--border)>.el-table__inner-wrapper:after{content:none}.el-table-v2{--el-table-border-color:var(--el-border-color-lighter);--el-table-border:1px solid var(--el-table-border-color);--el-table-text-color:var(--el-text-color-regular);--el-table-header-text-color:var(--el-text-color-secondary);--el-table-row-hover-bg-color:var(--el-fill-color-light);--el-table-current-row-bg-color:var(--el-color-primary-light-9);--el-table-header-bg-color:var(--el-bg-color);--el-table-fixed-box-shadow:var(--el-box-shadow-light);--el-table-bg-color:var(--el-fill-color-blank);--el-table-tr-bg-color:var(--el-bg-color);--el-table-expanded-cell-bg-color:var(--el-fill-color-blank);--el-table-fixed-left-column:inset 10px 0 10px -10px rgba(0,0,0,.15);--el-table-fixed-right-column:inset -10px 0 10px -10px rgba(0,0,0,.15);--el-table-index:var(--el-index-normal);font-size:var(--el-font-size-base)}.el-table-v2 *{box-sizing:border-box}.el-table-v2__root{position:relative}.el-table-v2__root:hover .el-table-v2__main .el-virtual-scrollbar{opacity:1}.el-table-v2__main{background-color:var(--el-bg-color);display:flex;flex-direction:column-reverse;left:0;overflow:hidden;position:absolute;top:0}.el-table-v2__main .el-vl__horizontal,.el-table-v2__main .el-vl__vertical{z-index:2}.el-table-v2__left{background-color:var(--el-bg-color);box-shadow:2px 0 4px #0000000f;display:flex;flex-direction:column-reverse;left:0;overflow:hidden;position:absolute;top:0}.el-table-v2__left .el-virtual-scrollbar{opacity:0}.el-table-v2__left .el-vl__horizontal,.el-table-v2__left .el-vl__vertical{z-index:-1}.el-table-v2__right{background-color:var(--el-bg-color);box-shadow:-2px 0 4px #0000000f;display:flex;flex-direction:column-reverse;overflow:hidden;position:absolute;right:0;top:0}.el-table-v2__right .el-virtual-scrollbar{opacity:0}.el-table-v2__right .el-vl__horizontal,.el-table-v2__right .el-vl__vertical{z-index:-1}.el-table-v2__header-row,.el-table-v2__row{padding-inline-end:var(--el-table-scrollbar-size)}.el-table-v2__header-wrapper{overflow:hidden}.el-table-v2__header{overflow:hidden;position:relative}.el-table-v2__header .el-checkbox{z-index:0}.el-table-v2__footer{bottom:0;overflow:hidden;right:0}.el-table-v2__empty,.el-table-v2__footer,.el-table-v2__overlay{left:0;position:absolute}.el-table-v2__overlay{bottom:0;right:0;top:0;z-index:9999}.el-table-v2__header-row{border-bottom:var(--el-table-border);display:flex}.el-table-v2__header-cell{align-items:center;background-color:var(--el-table-header-bg-color);color:var(--el-table-header-text-color);display:flex;font-weight:700;height:100%;overflow:hidden;padding:0 8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table-v2__header-cell.is-align-center{justify-content:center;text-align:center}.el-table-v2__header-cell.is-align-right{justify-content:flex-end;text-align:right}.el-table-v2__header-cell.is-sortable{cursor:pointer}.el-table-v2__header-cell:hover .el-icon{display:block}.el-table-v2__sort-icon{display:none;opacity:.6;transition:opacity,display var(--el-transition-duration)}.el-table-v2__sort-icon.is-sorting{display:block;opacity:1}.el-table-v2__row{align-items:center;border-bottom:var(--el-table-border);display:flex;transition:background-color var(--el-transition-duration)}.el-table-v2__row.is-hovered,.el-table-v2__row:hover{background-color:var(--el-table-row-hover-bg-color)}.el-table-v2__row-cell{align-items:center;display:flex;height:100%;overflow:hidden;padding:0 8px}.el-table-v2__row-cell.is-align-center{justify-content:center;text-align:center}.el-table-v2__row-cell.is-align-right{justify-content:flex-end;text-align:right}.el-table-v2__expand-icon{cursor:pointer;margin:0 4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table-v2__expand-icon svg{transition:transform var(--el-transition-duration)}.el-table-v2__expand-icon.is-expanded svg{transform:rotate(90deg)}.el-table-v2:not(.is-dynamic) .el-table-v2__cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-table-v2.is-dynamic .el-table-v2__row{align-items:stretch;overflow:hidden}.el-table-v2.is-dynamic .el-table-v2__row .el-table-v2__row-cell{overflow-wrap:break-word}.el-tabs{--el-tabs-header-height:40px;display:flex}.el-tabs__header{align-items:center;display:flex;justify-content:space-between;margin:0 0 15px;padding:0;position:relative}.el-tabs__header-vertical{flex-direction:column}.el-tabs__active-bar{background-color:var(--el-color-primary);bottom:0;height:2px;left:0;list-style:none;position:absolute;transition:width var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier),transform var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);z-index:1}.el-tabs__new-tab{align-items:center;border:1px solid var(--el-border-color);border-radius:3px;color:var(--el-text-color-primary);cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:20px;justify-content:center;line-height:20px;margin:10px 0 10px 10px;text-align:center;transition:all .15s;width:20px}.el-tabs__new-tab .is-icon-plus{height:inherit;transform:scale(.8);width:inherit}.el-tabs__new-tab .is-icon-plus svg{vertical-align:middle}.el-tabs__new-tab:hover{color:var(--el-color-primary)}.el-tabs__new-tab-vertical{margin-left:0}.el-tabs__nav-wrap{flex:1 auto;margin-bottom:-1px;overflow:hidden;position:relative}.el-tabs__nav-wrap:after{background-color:var(--el-border-color-light);bottom:0;content:"";height:2px;left:0;position:absolute;width:100%;z-index:var(--el-index-normal)}.el-tabs__nav-wrap.is-scrollable{box-sizing:border-box;padding:0 20px}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{color:var(--el-text-color-secondary);cursor:pointer;font-size:12px;line-height:44px;position:absolute;text-align:center;width:20px}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{display:flex;float:left;position:relative;transition:transform var(--el-transition-duration);white-space:nowrap;z-index:calc(var(--el-index-normal) + 1)}.el-tabs__nav.is-stretch{display:flex;min-width:100%}.el-tabs__nav.is-stretch>*{flex:1;text-align:center}.el-tabs__item{align-items:center;box-sizing:border-box;color:var(--el-text-color-primary);display:flex;font-size:var(--el-font-size-base);font-weight:500;height:var(--el-tabs-header-height);justify-content:center;list-style:none;padding:0 20px;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:none}.el-tabs__item:focus-visible{border-radius:3px;box-shadow:0 0 2px 2px var(--el-color-primary) inset}.el-tabs__item .is-icon-close{border-radius:50%;margin-left:5px;text-align:center;transition:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)}.el-tabs__item .is-icon-close:before{display:inline-block;transform:scale(.9)}.el-tabs__item .is-icon-close:hover{background-color:var(--el-text-color-placeholder);color:#fff}.el-tabs__item.is-active,.el-tabs__item:hover{color:var(--el-color-primary)}.el-tabs__item:hover{cursor:pointer}.el-tabs__item.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-tabs__content{flex-grow:1;overflow:hidden;position:relative}.el-tabs--bottom>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:0}.el-tabs--bottom>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top>.el-tabs__header .el-tabs__item:last-child{padding-right:0}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--card>.el-tabs__header{border-bottom:1px solid var(--el-border-color-light);height:var(--el-tabs-header-height)}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid var(--el-border-color-light);border-bottom:none;border-radius:4px 4px 0 0;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .is-icon-close{font-size:12px;height:14px;overflow:hidden;position:relative;right:-2px;transform-origin:100% 50%;width:0}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid var(--el-border-color-light);transition:color var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier),padding var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:var(--el-bg-color)}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close{width:14px}.el-tabs--border-card{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:var(--el-fill-color-light);border-bottom:1px solid var(--el-border-color-light);margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{border:1px solid transparent;color:var(--el-text-color-secondary);margin-top:-1px;transition:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{background-color:var(--el-bg-color-overlay);border-left-color:var(--el-border-color);border-right-color:var(--el-border-color);color:var(--el-color-primary)}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:var(--el-color-primary)}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:var(--el-disabled-text-color)}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom{flex-direction:column}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid var(--el-border-color)}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-bottom:0;margin-top:-1px}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{bottom:auto;height:auto;top:0;width:2px}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{cursor:pointer;height:30px;line-height:30px;text-align:center;width:100%}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{transform:rotate(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{bottom:0;right:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left:after,.el-tabs--left .el-tabs__nav-wrap.is-right:after,.el-tabs--right .el-tabs__nav-wrap.is-left:after,.el-tabs--right .el-tabs__nav-wrap.is-right:after{bottom:auto;height:100%;top:0;width:2px}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{flex-direction:column}.el-tabs--left .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-left{justify-content:flex-end}.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-right{justify-content:flex-start}.el-tabs--left{flex-direction:row-reverse}.el-tabs--left .el-tabs__header.is-left{margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left:after{left:auto;right:0}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left{display:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-bottom:none;border-left:none;border-right:1px solid var(--el-border-color-light);border-top:1px solid var(--el-border-color-light);text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid var(--el-border-color-light);border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid var(--el-border-color-light);border-bottom:none;border-left:none;border-right:1px solid #fff}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-bottom:1px solid var(--el-border-color-light);border-radius:4px 0 0 4px;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid var(--el-border-color)}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:rgb(209,219,229) transparent}.el-tabs--right .el-tabs__header.is-right{margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right:after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid var(--el-border-color-light)}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid var(--el-border-color-light);border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid var(--el-border-color-light);border-bottom:none;border-left:1px solid #fff;border-right:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-bottom:1px solid var(--el-border-color-light);border-left:none;border-radius:0 4px 4px 0}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid var(--el-border-color)}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:rgb(209,219,229) transparent}.el-tabs--top{flex-direction:column-reverse}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{animation:slideInRight-enter var(--el-transition-duration)}.slideInRight-leave{animation:slideInRight-leave var(--el-transition-duration);left:0;position:absolute;right:0}.slideInLeft-enter{animation:slideInLeft-enter var(--el-transition-duration)}.slideInLeft-leave{animation:slideInLeft-leave var(--el-transition-duration);left:0;position:absolute;right:0}@keyframes slideInRight-enter{0%{opacity:0;transform:translate(100%);transform-origin:0 0}to{opacity:1;transform:translate(0);transform-origin:0 0}}@keyframes slideInRight-leave{0%{opacity:1;transform:translate(0);transform-origin:0 0}to{opacity:0;transform:translate(100%);transform-origin:0 0}}@keyframes slideInLeft-enter{0%{opacity:0;transform:translate(-100%);transform-origin:0 0}to{opacity:1;transform:translate(0);transform-origin:0 0}}@keyframes slideInLeft-leave{0%{opacity:1;transform:translate(0);transform-origin:0 0}to{opacity:0;transform:translate(-100%);transform-origin:0 0}}.el-tag{--el-tag-font-size:12px;--el-tag-border-radius:4px;--el-tag-border-radius-rounded:9999px;align-items:center;background-color:var(--el-tag-bg-color);border-color:var(--el-tag-border-color);border-radius:var(--el-tag-border-radius);border-style:solid;border-width:1px;box-sizing:border-box;color:var(--el-tag-text-color);display:inline-flex;font-size:var(--el-tag-font-size);height:24px;justify-content:center;line-height:1;padding:0 9px;vertical-align:middle;white-space:nowrap;--el-icon-size:14px}.el-tag,.el-tag.el-tag--primary{--el-tag-bg-color:var(--el-color-primary-light-9);--el-tag-border-color:var(--el-color-primary-light-8);--el-tag-hover-color:var(--el-color-primary)}.el-tag.el-tag--success{--el-tag-bg-color:var(--el-color-success-light-9);--el-tag-border-color:var(--el-color-success-light-8);--el-tag-hover-color:var(--el-color-success)}.el-tag.el-tag--warning{--el-tag-bg-color:var(--el-color-warning-light-9);--el-tag-border-color:var(--el-color-warning-light-8);--el-tag-hover-color:var(--el-color-warning)}.el-tag.el-tag--danger{--el-tag-bg-color:var(--el-color-danger-light-9);--el-tag-border-color:var(--el-color-danger-light-8);--el-tag-hover-color:var(--el-color-danger)}.el-tag.el-tag--error{--el-tag-bg-color:var(--el-color-error-light-9);--el-tag-border-color:var(--el-color-error-light-8);--el-tag-hover-color:var(--el-color-error)}.el-tag.el-tag--info{--el-tag-bg-color:var(--el-color-info-light-9);--el-tag-border-color:var(--el-color-info-light-8);--el-tag-hover-color:var(--el-color-info)}.el-tag.is-hit{border-color:var(--el-color-primary)}.el-tag.is-round{border-radius:var(--el-tag-border-radius-rounded)}.el-tag .el-tag__close{color:var(--el-tag-text-color);flex-shrink:0}.el-tag .el-tag__close:hover{background-color:var(--el-tag-hover-color);color:var(--el-color-white)}.el-tag.el-tag--primary{--el-tag-text-color:var(--el-color-primary)}.el-tag.el-tag--success{--el-tag-text-color:var(--el-color-success)}.el-tag.el-tag--warning{--el-tag-text-color:var(--el-color-warning)}.el-tag.el-tag--danger{--el-tag-text-color:var(--el-color-danger)}.el-tag.el-tag--error{--el-tag-text-color:var(--el-color-error)}.el-tag.el-tag--info{--el-tag-text-color:var(--el-color-info)}.el-tag .el-icon{border-radius:50%;cursor:pointer;font-size:calc(var(--el-icon-size) - 2px);height:var(--el-icon-size);width:var(--el-icon-size)}.el-tag .el-tag__close{margin-left:6px}.el-tag--dark{--el-tag-text-color:var(--el-color-white)}.el-tag--dark,.el-tag--dark.el-tag--primary{--el-tag-bg-color:var(--el-color-primary);--el-tag-border-color:var(--el-color-primary);--el-tag-hover-color:var(--el-color-primary-light-3)}.el-tag--dark.el-tag--success{--el-tag-bg-color:var(--el-color-success);--el-tag-border-color:var(--el-color-success);--el-tag-hover-color:var(--el-color-success-light-3)}.el-tag--dark.el-tag--warning{--el-tag-bg-color:var(--el-color-warning);--el-tag-border-color:var(--el-color-warning);--el-tag-hover-color:var(--el-color-warning-light-3)}.el-tag--dark.el-tag--danger{--el-tag-bg-color:var(--el-color-danger);--el-tag-border-color:var(--el-color-danger);--el-tag-hover-color:var(--el-color-danger-light-3)}.el-tag--dark.el-tag--error{--el-tag-bg-color:var(--el-color-error);--el-tag-border-color:var(--el-color-error);--el-tag-hover-color:var(--el-color-error-light-3)}.el-tag--dark.el-tag--info{--el-tag-bg-color:var(--el-color-info);--el-tag-border-color:var(--el-color-info);--el-tag-hover-color:var(--el-color-info-light-3)}.el-tag--dark.el-tag--danger,.el-tag--dark.el-tag--error,.el-tag--dark.el-tag--info,.el-tag--dark.el-tag--primary,.el-tag--dark.el-tag--success,.el-tag--dark.el-tag--warning{--el-tag-text-color:var(--el-color-white)}.el-tag--plain,.el-tag--plain.el-tag--primary{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-primary-light-5);--el-tag-hover-color:var(--el-color-primary)}.el-tag--plain.el-tag--success{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-success-light-5);--el-tag-hover-color:var(--el-color-success)}.el-tag--plain.el-tag--warning{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-warning-light-5);--el-tag-hover-color:var(--el-color-warning)}.el-tag--plain.el-tag--danger{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-danger-light-5);--el-tag-hover-color:var(--el-color-danger)}.el-tag--plain.el-tag--error{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-error-light-5);--el-tag-hover-color:var(--el-color-error)}.el-tag--plain.el-tag--info{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-info-light-5);--el-tag-hover-color:var(--el-color-info)}.el-tag.is-closable{padding-right:5px}.el-tag--large{height:32px;padding:0 11px;--el-icon-size:16px}.el-tag--large .el-tag__close{margin-left:8px}.el-tag--large.is-closable{padding-right:7px}.el-tag--small{height:20px;padding:0 7px;--el-icon-size:12px}.el-tag--small .el-tag__close{margin-left:4px}.el-tag--small.is-closable{padding-right:3px}.el-tag--small .el-icon-close{transform:scale(.8)}.el-tag.el-tag--primary.is-hit{border-color:var(--el-color-primary)}.el-tag.el-tag--success.is-hit{border-color:var(--el-color-success)}.el-tag.el-tag--warning.is-hit{border-color:var(--el-color-warning)}.el-tag.el-tag--danger.is-hit{border-color:var(--el-color-danger)}.el-tag.el-tag--error.is-hit{border-color:var(--el-color-error)}.el-tag.el-tag--info.is-hit{border-color:var(--el-color-info)}.el-text{--el-text-font-size:var(--el-font-size-base);--el-text-color:var(--el-text-color-regular);align-self:center;color:var(--el-text-color);font-size:var(--el-text-font-size);margin:0;overflow-wrap:break-word;padding:0}.el-text.is-truncated{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-text.is-line-clamp{display:-webkit-inline-box;-webkit-box-orient:vertical;overflow:hidden}.el-text--large{--el-text-font-size:var(--el-font-size-medium)}.el-text--default{--el-text-font-size:var(--el-font-size-base)}.el-text--small{--el-text-font-size:var(--el-font-size-extra-small)}.el-text.el-text--primary{--el-text-color:var(--el-color-primary)}.el-text.el-text--success{--el-text-color:var(--el-color-success)}.el-text.el-text--warning{--el-text-color:var(--el-color-warning)}.el-text.el-text--danger{--el-text-color:var(--el-color-danger)}.el-text.el-text--error{--el-text-color:var(--el-color-error)}.el-text.el-text--info{--el-text-color:var(--el-color-info)}.el-text>.el-icon{vertical-align:-2px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{margin:0;max-height:200px}.time-select-item{font-size:14px;line-height:20px;padding:8px 10px}.time-select-item.disabled{color:var(--el-datepicker-border-color);cursor:not-allowed}.time-select-item:hover{background-color:var(--el-fill-color-light);cursor:pointer;font-weight:700}.time-select .time-select-item.selected:not(.disabled){color:var(--el-color-primary);font-weight:700}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{padding-left:28px;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;left:4px;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{align-items:center;background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);border-radius:50%;box-sizing:border-box;display:flex;justify-content:center;position:absolute}.el-timeline-item__node--normal{height:var(--el-timeline-node-size-normal);left:-1px;width:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{height:var(--el-timeline-node-size-large);left:-2px;width:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{align-items:center;display:flex;justify-content:center;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);font-size:var(--el-font-size-small);line-height:1}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);list-style:none;margin:0}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{display:block;height:calc(50% - 10px)}.el-tooltip-v2__content{--el-tooltip-v2-padding:5px 10px;--el-tooltip-v2-border-radius:4px;--el-tooltip-v2-border-color:var(--el-border-color);background-color:var(--el-color-white);border:1px solid var(--el-border-color);border-radius:var(--el-tooltip-v2-border-radius);color:var(--el-color-black);padding:var(--el-tooltip-v2-padding)}.el-tooltip-v2__arrow{color:var(--el-color-white);height:var(--el-tooltip-v2-arrow-height);left:var(--el-tooltip-v2-arrow-x);pointer-events:none;position:absolute;top:var(--el-tooltip-v2-arrow-y);width:var(--el-tooltip-v2-arrow-width)}.el-tooltip-v2__arrow:after,.el-tooltip-v2__arrow:before{border:var(--el-tooltip-v2-arrow-border-width) solid transparent;content:"";height:0;position:absolute;width:0}.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow{bottom:0}.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow:before{border-bottom:0;border-top-color:var(--el-color-white);border-top-width:var(--el-tooltip-v2-arrow-border-width);top:calc(100% - 1px)}.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow:after{border-bottom:0;border-top-color:var(--el-border-color);border-top-width:var(--el-tooltip-v2-arrow-border-width);top:100%;z-index:-1}.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow{top:0}.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow:before{border-bottom-color:var(--el-color-white);border-bottom-width:var(--el-tooltip-v2-arrow-border-width);border-top:0;bottom:calc(100% - 1px)}.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow:after{border-bottom-color:var(--el-border-color);border-bottom-width:var(--el-tooltip-v2-arrow-border-width);border-top:0;bottom:100%;z-index:-1}.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow{right:0}.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow:before{border-left-color:var(--el-color-white);border-left-width:var(--el-tooltip-v2-arrow-border-width);border-right:0;left:calc(100% - 1px)}.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow:after{border-left-color:var(--el-border-color);border-left-width:var(--el-tooltip-v2-arrow-border-width);border-right:0;left:100%;z-index:-1}.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow{left:0}.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow:before{border-left:0;border-right-color:var(--el-color-white);border-right-width:var(--el-tooltip-v2-arrow-border-width);right:calc(100% - 1px)}.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow:after{border-left:0;border-right-color:var(--el-border-color);border-right-width:var(--el-tooltip-v2-arrow-border-width);right:100%;z-index:-1}.el-tooltip-v2__content.is-dark{--el-tooltip-v2-border-color:transparent;color:var(--el-color-white)}.el-tooltip-v2__content.is-dark,.el-tooltip-v2__content.is-dark .el-tooltip-v2__arrow{background-color:var(--el-color-black);border-color:transparent}.el-transfer{--el-transfer-border-color:var(--el-border-color-lighter);--el-transfer-border-radius:var(--el-border-radius-base);--el-transfer-panel-width:200px;--el-transfer-panel-header-height:40px;--el-transfer-panel-header-bg-color:var(--el-fill-color-light);--el-transfer-panel-footer-height:40px;--el-transfer-panel-body-height:278px;--el-transfer-item-height:30px;--el-transfer-filter-height:32px;font-size:var(--el-font-size-base)}.el-transfer__buttons{display:inline-block;padding:0 30px;vertical-align:middle}.el-transfer__button{vertical-align:top}.el-transfer__button:nth-child(2){margin:0 0 0 10px}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button .el-icon+span{margin-left:0}.el-transfer-panel{background:var(--el-bg-color-overlay);box-sizing:border-box;display:inline-block;max-height:100%;overflow:hidden;position:relative;text-align:left;vertical-align:middle;width:var(--el-transfer-panel-width)}.el-transfer-panel__body{border-bottom:1px solid var(--el-transfer-border-color);border-bottom-left-radius:var(--el-transfer-border-radius);border-bottom-right-radius:var(--el-transfer-border-radius);border-left:1px solid var(--el-transfer-border-color);border-right:1px solid var(--el-transfer-border-color);height:var(--el-transfer-panel-body-height);overflow:hidden}.el-transfer-panel__body.is-with-footer{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.el-transfer-panel__list{box-sizing:border-box;height:var(--el-transfer-panel-body-height);list-style:none;margin:0;overflow:auto;padding:6px 0}.el-transfer-panel__list.is-filterable{height:calc(100% - var(--el-transfer-filter-height) - 30px);padding-top:0}.el-transfer-panel__item{display:block!important;height:var(--el-transfer-item-height);line-height:var(--el-transfer-item-height);padding-left:15px}.el-transfer-panel__item+.el-transfer-panel__item{margin-left:0}.el-transfer-panel__item.el-checkbox{color:var(--el-text-color-regular)}.el-transfer-panel__item:hover{color:var(--el-color-primary)}.el-transfer-panel__item.el-checkbox .el-checkbox__label{box-sizing:border-box;display:block;line-height:var(--el-transfer-item-height);overflow:hidden;padding-left:22px;text-overflow:ellipsis;white-space:nowrap;width:100%}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{box-sizing:border-box;padding:15px;text-align:center}.el-transfer-panel__filter .el-input__inner{box-sizing:border-box;display:inline-block;font-size:12px;height:var(--el-transfer-filter-height);width:100%}.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-transfer-panel .el-transfer-panel__header{align-items:center;background:var(--el-transfer-panel-header-bg-color);border:1px solid var(--el-transfer-border-color);border-top-left-radius:var(--el-transfer-border-radius);border-top-right-radius:var(--el-transfer-border-radius);box-sizing:border-box;color:var(--el-color-black);display:flex;height:var(--el-transfer-panel-header-height);margin:0;padding-left:15px}.el-transfer-panel .el-transfer-panel__header .el-checkbox{align-items:center;display:flex;position:relative;width:100%}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{color:var(--el-text-color-primary);font-size:16px;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{color:var(--el-text-color-secondary);font-size:12px;font-weight:400;position:absolute;right:15px;top:50%;transform:translate3d(0,-50%,0)}.el-transfer-panel .el-transfer-panel__footer{background:var(--el-bg-color-overlay);border:1px solid var(--el-transfer-border-color);border-bottom-left-radius:var(--el-transfer-border-radius);border-bottom-right-radius:var(--el-transfer-border-radius);height:var(--el-transfer-panel-footer-height);margin:0;padding:0}.el-transfer-panel .el-transfer-panel__footer:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{color:var(--el-text-color-regular);padding-left:20px}.el-transfer-panel .el-transfer-panel__empty{color:var(--el-text-color-secondary);height:var(--el-transfer-item-height);line-height:var(--el-transfer-item-height);margin:0;padding:6px 15px 0;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{border-radius:3px;height:14px;width:14px}.el-transfer-panel .el-checkbox__inner:after{height:6px;left:4px;width:3px}.el-tree{--el-tree-node-content-height:26px;--el-tree-node-hover-bg-color:var(--el-fill-color-light);--el-tree-text-color:var(--el-text-color-regular);--el-tree-expand-icon-color:var(--el-text-color-placeholder);background:var(--el-fill-color-blank);color:var(--el-tree-text-color);cursor:default;font-size:var(--el-font-size-base);position:relative}.el-tree__empty-block{height:100%;min-height:60px;position:relative;text-align:center;width:100%}.el-tree__empty-text{color:var(--el-text-color-secondary);font-size:var(--el-font-size-base);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.el-tree__drop-indicator{background-color:var(--el-color-primary);height:1px;left:0;position:absolute;right:0}.el-tree-node{outline:none;white-space:nowrap}.el-tree-node:focus>.el-tree-node__content{background-color:var(--el-tree-node-hover-bg-color)}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:var(--el-color-primary);color:#fff}.el-tree-node__content{--el-checkbox-height:var(--el-tree-node-content-height);align-items:center;cursor:pointer;display:flex;height:var(--el-tree-node-content-height)}.el-tree-node__content>.el-tree-node__expand-icon{box-sizing:content-box;padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:var(--el-tree-node-hover-bg-color)}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{color:var(--el-tree-expand-icon-color);cursor:pointer;font-size:12px;transform:rotate(0);transition:transform var(--el-transition-duration) ease-in-out}.el-tree-node__expand-icon.expanded{transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default;visibility:hidden}.el-tree-node__expand-icon.is-hidden{visibility:hidden}.el-tree-node__loading-icon{color:var(--el-tree-expand-icon-color);font-size:var(--el-font-size-base);margin-right:8px}.el-tree-node>.el-tree-node__children{background-color:transparent;overflow:hidden}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:var(--el-color-primary-light-9)}.el-tree-select{--el-tree-node-content-height:26px;--el-tree-node-hover-bg-color:var(--el-fill-color-light);--el-tree-text-color:var(--el-text-color-regular);--el-tree-expand-icon-color:var(--el-text-color-placeholder)}.el-tree-select__popper .el-tree-node__expand-icon{margin-left:8px}.el-tree-select__popper .el-tree-node.is-checked>.el-tree-node__content .el-select-dropdown__item.selected:after{content:none}.el-tree-select__popper .el-select-dropdown__list>.el-select-dropdown__item{padding-left:32px}.el-tree-select__popper .el-select-dropdown__item{background:transparent!important;flex:1;height:20px;line-height:20px;padding-left:0}.el-upload-list--picture-card .el-upload-list__item-thumbnail{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.el-upload-list--picture .el-upload-list__item-thumbnail{align-items:center;background-color:var(--el-color-white);display:inline-flex;height:70px;justify-content:center;-o-object-fit:contain;object-fit:contain;position:relative;width:70px;z-index:1}.el-vl__wrapper{position:relative}.el-vl__wrapper.always-on .el-virtual-scrollbar,.el-vl__wrapper:hover .el-virtual-scrollbar{opacity:1}.el-vl__window{scrollbar-width:none}.el-vl__window::-webkit-scrollbar{display:none}.el-virtual-scrollbar{opacity:0;transition:opacity .34s ease-out}.el-virtual-scrollbar.always-on{opacity:1}.el-vg__wrapper{position:relative}.el-statistic{--el-statistic-title-font-weight:400;--el-statistic-title-font-size:var(--el-font-size-extra-small);--el-statistic-title-color:var(--el-text-color-regular);--el-statistic-content-font-weight:400;--el-statistic-content-font-size:var(--el-font-size-extra-large);--el-statistic-content-color:var(--el-text-color-primary)}.el-statistic__head{color:var(--el-statistic-title-color);font-size:var(--el-statistic-title-font-size);font-weight:var(--el-statistic-title-font-weight);line-height:20px;margin-bottom:4px}.el-statistic__content{color:var(--el-statistic-content-color);font-size:var(--el-statistic-content-font-size);font-weight:var(--el-statistic-content-font-weight)}.el-statistic__value{display:inline-block}.el-statistic__prefix{display:inline-block;margin-right:4px}.el-statistic__suffix{display:inline-block;margin-left:4px}.el-tour{--el-tour-width:520px;--el-tour-padding-primary:12px;--el-tour-font-line-height:var(--el-font-line-height-primary);--el-tour-title-font-size:16px;--el-tour-title-text-color:var(--el-text-color-primary);--el-tour-title-font-weight:400;--el-tour-close-color:var(--el-color-info);--el-tour-font-size:14px;--el-tour-color:var(--el-text-color-primary);--el-tour-bg-color:var(--el-bg-color);--el-tour-border-radius:4px}.el-tour__hollow{transition:all var(--el-transition-duration) ease}.el-tour__content{border-radius:var(--el-tour-border-radius);box-shadow:var(--el-box-shadow-light);outline:none;overflow-wrap:break-word;padding:var(--el-tour-padding-primary);width:var(--el-tour-width)}.el-tour__arrow,.el-tour__content{background:var(--el-tour-bg-color);box-sizing:border-box}.el-tour__arrow{height:10px;pointer-events:none;position:absolute;transform:rotate(45deg);width:10px}.el-tour__content[data-side^=top] .el-tour__arrow{border-left-color:transparent;border-top-color:transparent}.el-tour__content[data-side^=bottom] .el-tour__arrow{border-bottom-color:transparent;border-right-color:transparent}.el-tour__content[data-side^=left] .el-tour__arrow{border-bottom-color:transparent;border-left-color:transparent}.el-tour__content[data-side^=right] .el-tour__arrow{border-right-color:transparent;border-top-color:transparent}.el-tour__content[data-side^=top] .el-tour__arrow{bottom:-5px}.el-tour__content[data-side^=bottom] .el-tour__arrow{top:-5px}.el-tour__content[data-side^=left] .el-tour__arrow{right:-5px}.el-tour__content[data-side^=right] .el-tour__arrow{left:-5px}.el-tour__closebtn{background:transparent;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:40px;outline:none;padding:0;position:absolute;right:0;top:0;width:40px}.el-tour__closebtn .el-tour__close{color:var(--el-tour-close-color);font-size:inherit}.el-tour__closebtn:focus .el-tour__close,.el-tour__closebtn:hover .el-tour__close{color:var(--el-color-primary)}.el-tour__header{padding-bottom:var(--el-tour-padding-primary)}.el-tour__header.show-close{padding-right:calc(var(--el-tour-padding-primary) + var(--el-message-close-size, 16px))}.el-tour__title{color:var(--el-tour-title-text-color);font-size:var(--el-tour-title-font-size);font-weight:var(--el-tour-title-font-weight);line-height:var(--el-tour-font-line-height)}.el-tour__body{color:var(--el-tour-text-color);font-size:var(--el-tour-font-size)}.el-tour__body img,.el-tour__body video{max-width:100%}.el-tour__footer{box-sizing:border-box;display:flex;justify-content:space-between;padding-top:var(--el-tour-padding-primary)}.el-tour__content .el-tour-indicators{display:inline-block;flex:1}.el-tour__content .el-tour-indicator{background:var(--el-color-info-light-9);border-radius:50%;display:inline-block;height:6px;margin-right:6px;width:6px}.el-tour__content .el-tour-indicator.is-active{background:var(--el-color-primary)}.el-tour.el-tour--primary{--el-tour-title-text-color:#fff;--el-tour-text-color:#fff;--el-tour-bg-color:var(--el-color-primary);--el-tour-close-color:#fff}.el-tour.el-tour--primary .el-tour__closebtn:focus .el-tour__close,.el-tour.el-tour--primary .el-tour__closebtn:hover .el-tour__close{color:var(--el-tour-title-text-color)}.el-tour.el-tour--primary .el-button--default{background:#fff;border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-tour.el-tour--primary .el-button--primary{border-color:#fff}.el-tour.el-tour--primary .el-tour-indicator{background:#ffffff26}.el-tour.el-tour--primary .el-tour-indicator.is-active{background:#fff}.el-tour-parent--hidden{overflow:hidden}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);border-radius:4px;opacity:0;position:absolute;z-index:0}.el-anchor.el-anchor--vertical .el-anchor__marker{height:14px;left:0;top:8px;transition:top .25s ease-in-out,opacity .25s;width:4px}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{background-color:#0505050f;content:"";height:100%;left:0;position:absolute;width:2px}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{bottom:0;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;width:20px}.el-anchor.el-anchor--horizontal .el-anchor__list{display:flex;padding-bottom:4px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{background-color:#0505050f;bottom:0;content:"";height:2px;position:absolute;width:100%}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{display:flex;flex-direction:column;overflow:hidden}.el-anchor__link{cursor:pointer;font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);max-width:100%;outline:none;overflow:hidden;padding:4px 0;text-decoration:none;text-overflow:ellipsis;transition:color var(--el-transition-duration);white-space:nowrap}.el-anchor__link,.el-anchor__link:focus,.el-anchor__link:hover{color:var(--el-anchor-color)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}.el-segmented--vertical{flex-direction:column}.el-segmented--vertical .el-segmented__item{padding:11px}.el-segmented{--el-segmented-color:var(--el-text-color-regular);--el-segmented-bg-color:var(--el-fill-color-light);--el-segmented-padding:2px;--el-segmented-item-selected-color:var(--el-color-white);--el-segmented-item-selected-bg-color:var(--el-color-primary);--el-segmented-item-selected-disabled-bg-color:var(--el-color-primary-light-5);--el-segmented-item-hover-color:var(--el-text-color-primary);--el-segmented-item-hover-bg-color:var(--el-fill-color-dark);--el-segmented-item-active-bg-color:var(--el-fill-color-darker);--el-segmented-item-disabled-color:var(--el-text-color-placeholder);align-items:stretch;background:var(--el-segmented-bg-color);border-radius:var(--el-border-radius-base);box-sizing:border-box;color:var(--el-segmented-color);display:inline-flex;font-size:14px;min-height:32px;padding:var(--el-segmented-padding)}.el-segmented__group{align-items:stretch;display:flex;position:relative;width:100%}.el-segmented__item-selected{background:var(--el-segmented-item-selected-bg-color);border-radius:calc(var(--el-border-radius-base) - 2px);height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s;width:10px}.el-segmented__item-selected.is-disabled{background:var(--el-segmented-item-selected-disabled-bg-color)}.el-segmented__item-selected.is-focus-visible:before{border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;outline:2px solid var(--el-segmented-item-selected-bg-color);outline-offset:1px;position:absolute}.el-segmented__item{align-items:center;border-radius:calc(var(--el-border-radius-base) - 2px);cursor:pointer;display:flex;flex:1;padding:0 11px}.el-segmented__item:not(.is-disabled):not(.is-selected):hover{background:var(--el-segmented-item-hover-bg-color);color:var(--el-segmented-item-hover-color)}.el-segmented__item:not(.is-disabled):not(.is-selected):active{background:var(--el-segmented-item-active-bg-color)}.el-segmented__item.is-selected,.el-segmented__item.is-selected.is-disabled{color:var(--el-segmented-item-selected-color)}.el-segmented__item.is-disabled{color:var(--el-segmented-item-disabled-color);cursor:not-allowed}.el-segmented__item-input{height:0;margin:0;opacity:0;pointer-events:none;position:absolute;width:0}.el-segmented__item-label{flex:1;line-height:normal;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:color .3s;white-space:nowrap;z-index:1}.el-segmented.is-block{display:flex}.el-segmented.is-block .el-segmented__item{min-width:0}.el-segmented--large{border-radius:var(--el-border-radius-base);font-size:16px;min-height:40px}.el-segmented--large .el-segmented__item-selected{border-radius:calc(var(--el-border-radius-base) - 2px)}.el-segmented--large .el-segmented--vertical .el-segmented__item{padding:11px}.el-segmented--large .el-segmented__item{border-radius:calc(var(--el-border-radius-base) - 2px);padding:0 11px}.el-segmented--small{border-radius:calc(var(--el-border-radius-base) - 1px);font-size:14px;min-height:24px}.el-segmented--small .el-segmented__item-selected{border-radius:calc(var(--el-border-radius-base) - 3px)}.el-segmented--small .el-segmented--vertical .el-segmented__item{padding:7px}.el-segmented--small .el-segmented__item{border-radius:calc(var(--el-border-radius-base) - 3px);padding:0 7px}.el-mention{position:relative;width:100%}.el-mention__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-mention__popper.el-popper,.el-mention__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-mention__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-mention__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-mention__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-mention__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-mention.is-disabled{pointer-events:none}.el-mention-dropdown{--el-mention-font-size:var(--el-font-size-base);--el-mention-bg-color:var(--el-bg-color-overlay);--el-mention-shadow:var(--el-box-shadow-light);--el-mention-border:1px solid var(--el-border-color-light);--el-mention-option-color:var(--el-text-color-regular);--el-mention-option-height:34px;--el-mention-option-min-width:100px;--el-mention-option-hover-background:var(--el-fill-color-light);--el-mention-option-selected-color:var(--el-color-primary);--el-mention-option-disabled-color:var(--el-text-color-placeholder);--el-mention-option-loading-color:var(--el-text-color-secondary);--el-mention-option-loading-padding:10px 0;--el-mention-max-height:174px;--el-mention-padding:6px 0;--el-mention-header-padding:10px;--el-mention-footer-padding:10px}.el-mention-dropdown__item{box-sizing:border-box;color:var(--el-mention-option-color);cursor:pointer;font-size:var(--el-mention-font-size);height:var(--el-mention-option-height);line-height:var(--el-mention-option-height);min-width:var(--el-mention-option-min-width);overflow:hidden;padding:0 20px;position:relative;text-overflow:ellipsis;white-space:nowrap}.el-mention-dropdown__item.is-hovering{background-color:var(--el-mention-option-hover-background)}.el-mention-dropdown__item.is-selected{color:var(--el-mention-option-selected-color);font-weight:700}.el-mention-dropdown__item.is-disabled{background-color:unset;color:var(--el-mention-option-disabled-color);cursor:not-allowed}.el-mention-dropdown{border-radius:var(--el-border-radius-base);box-sizing:border-box;z-index:calc(var(--el-index-top) + 1)}.el-mention-dropdown__loading{color:var(--el-mention-option-loading-color);font-size:12px;margin:0;min-width:var(--el-mention-option-min-width);padding:10px 0;text-align:center}.el-mention-dropdown__wrap{max-height:var(--el-mention-max-height)}.el-mention-dropdown__list{box-sizing:border-box;list-style:none;margin:0;padding:var(--el-mention-padding)}.el-mention-dropdown__header{border-bottom:var(--el-mention-border);padding:var(--el-mention-header-padding)}.el-mention-dropdown__footer{border-top:var(--el-mention-border);padding:var(--el-mention-footer-padding)}*,: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 / .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 / .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: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}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}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--bg-neutral-primary-selected: var(--gray-130);--bg-neutral-primary-disabled: var(--gray-70);--bg-neutral-primary-default: var(--gray-10);--bg-neutral-primary-hover: var(--gray-20);--bg-neutral-secondary-default: var(--graphite-10);--bg-neutral-secondary-selected: var(--graphite-30);--bg-neutral-secondary-disabled: var(--gray-40);--bg-neutral-secondary-hover: var(--graphite-20);--bg-neutral-tertiary-default: var(--gray-30);--bg-neutral-tertiary-hover: var(--gray-40);--bg-neutral-tertiary-selected: var(--gray-50);--bg-neutral-tertiary-disabled: var(--gray-60);--bg-accent-primary-default: var(--blue-130);--bg-accent-primary-selected: var(--blue-150);--bg-accent-primary-disabled: var(--gray-60);--bg-accent-primary-hover: var(--blue-140);--bg-accent-secondary-default: var(--blue-20);--bg-accent-secondary-selected: var(--blue-40);--bg-accent-secondary-disabled: var(--gray-50);--bg-accent-secondary-hover: var(--blue-30);--bg-accent-tertiary-default: var(--gray-140);--bg-accent-tertiary-hover: var(--gray-150);--bg-accent-tertiary-selected: var(--gray-160);--bg-accent-tertiary-disabled: var(--gray-80);--bg-negative-primary-default: var(--red-130);--bg-negative-primary-selected: var(--red-150);--bg-negative-primary-disabled: var(--gray-40);--bg-negative-primary-hover: var(--red-140);--bg-negative-secondary-default: var(--red-10);--bg-negative-secondary-hover: var(--red-20);--bg-negative-secondary-selected: var(--red-30);--bg-negative-secondary-disabled: var(--gray-40);--bg-positive-primary-default: var(--green-120);--bg-positive-primary-selected: var(--green-140);--bg-positive-primary-disabled: var(--gray-40);--bg-positive-primary-hover: var(--green-130);--bg-positive-secondary-default: var(--green-10);--bg-positive-secondary-hover: var(--green-20);--bg-positive-secondary-selected: var(--green-30);--bg-positive-secondary-disabled: var(--gray-40);--bg-pending-primary-default: var(--graphite-120);--bg-pending-primary-selected: var(--graphite-140);--bg-pending-primary-disabled: var(--gray-40);--bg-pending-primary-hover: var(--graphite-130);--bg-pending-secondary-default: var(--graphite-10);--bg-pending-secondary-hover: var(--graphite-20);--bg-pending-secondary-selected: var(--graphite-30);--bg-pending-secondary-disabled: var(--gray-40);--bg-warning-primary-default: var(--orange-110);--bg-warning-primary-selected: var(--orange-130);--bg-warning-primary-disabled: var(--gray-40);--bg-warning-primary-hover: var(--orange-120);--bg-warning-secondary-default: var(--orange-10);--bg-warning-secondary-selected: var(--orange-30);--bg-warning-secondary-hover: var(--orange-20);--bg-warning-secondary-disabled: var(--gray-40);--bg-on-accent-primary-default: var(--gray-10);--bg-on-accent-primary-hover: var(--gray-20);--bg-on-accent-primary-selected: var(--gray-30);--bg-on-accent-primary-disabled: var(--gray-50);--bg-on-accent-secondary-default: var(--white-opacity-10);--bg-on-accent-secondary-hover: var(--white-opacity-20);--bg-on-accent-secondary-selected: var(--white-opacity-30);--bg-on-accent-secondary-disabled: var(--gray-40);--bg-transactions-primary-atm: var(--green-90);--bg-transactions-primary-card: var(--rose-60);--bg-transactions-primary-fee: var(--graphite-100);--bg-transactions-primary-transfer: var(--blue-90);--bg-transactions-secondary-atm: var(--green-20);--bg-transactions-secondary-card: var(--rose-20);--bg-transactions-secondary-fee: var(--graphite-20);--bg-transactions-secondary-transfer: var(--blue-20);--text-negative-default: var(--red-130);--text-positive-default: var(--green-110);--text-warning-default: var(--orange-110);--text-pending-default: var(--graphite-120);--text-accent-primary-default: var(--blue-130);--text-accent-primary-hover: var(--blue-150);--text-accent-primary-selected: var(--blue-160);--text-accent-primary-disabled: var(--gray-100);--text-accent-secondary-default: var(--graphite-90);--text-accent-secondary-hover: var(--graphite-110);--text-accent-secondary-selected: var(--graphite-130);--text-accent-secondary-disabled: var(--gray-100);--text-neutral-primary-default: var(--gray-150);--text-neutral-primary-hover: var(--gray-140);--text-neutral-primary-selected: var(--gray-150);--text-neutral-primary-disabled: var(--gray-110);--text-neutral-secondary-default: var(--gray-120);--text-neutral-secondary-hover: var(--gray-110);--text-neutral-secondary-selected: var(--gray-130);--text-neutral-secondary-disabled: var(--gray-90);--text-neutral-tertiary-default: var(--gray-110);--text-neutral-tertiary-hover: var(--gray-100);--text-neutral-tertiary-selected: var(--gray-120);--text-neutral-tertiary-disabled: var(--gray-90);--text-on-accent-primary-default: var(--gray-10);--text-on-accent-primary-hover: var(--gray-20);--text-on-accent-primary-selected: var(--gray-30);--text-on-accent-primary-disabled: var(--gray-60);--text-on-accent-secondary-default: var(--white-opacity-80);--text-on-accent-secondary-hover: var(--white-opacity-60);--text-on-accent-secondary-selected: var(--white-opacity-90);--text-on-accent-secondary-disabled: var(--gray-60);--text-transactions-primary-atm: var(--green-100);--text-transactions-primary-card: var(--rose-60);--text-transactions-primary-fee: var(--graphite-140);--text-transactions-primary-transfer: var(--blue-120);--border-neutral-secondary-default: var(--graphite-20);--border-neutral-secondary-selected: var(--gray-140);--border-neutral-secondary-disabled: var(--gray-50);--border-neutral-secondary-hover: var(--graphite-30);--border-neutral-primary-default: var(--graphite-40);--border-neutral-primary-hover: var(--graphite-50);--border-neutral-primary-selected: var(--gray-140);--border-neutral-primary-disabled: var(--gray-90);--border-negative-default: var(--red-130);--border-negative-hover: var(--red-140);--border-negative-selected: var(--red-150);--border-negative-disabled: var(--gray-50);--border-positive-default: var(--green-110);--border-positive-hover: var(--green-120);--border-positive-selected: var(--green-130);--border-positive-disabled: var(--gray-50);--border-warning-default: var(--orange-110);--border-warning-hover: var(--orange-120);--border-warning-selected: var(--orange-130);--border-warning-disabled: var(--gray-50);--border-pending-default: var(--graphite-120);--border-pending-hover: var(--graphite-130);--border-pending-selected: var(--graphite-140);--border-pending-disabled: var(--gray-50);--border-accent-primary-default: var(--blue-130);--border-accent-primary-selected: var(--blue-150);--border-accent-primary-disabled: var(--gray-50);--border-accent-primary-hover: var(--blue-140);--border-accent-secondary-default: var(--gray-140);--border-accent-secondary-hover: var(--gray-150);--border-accent-secondary-selected: var(--gray-160);--border-accent-secondary-disabled: var(--gray-70);--border-accent-tertiary-default: var(--blue-30);--border-accent-tertiary-hover: var(--blue-40);--border-accent-tertiary-selected: var(--blue-50);--border-accent-tertiary-disabled: var(--gray-70);--border-on-accent-primary-default: var(--gray-10);--border-on-accent-primary-hover: var(--gray-20);--border-on-accent-primary-selected: var(--gray-30);--border-on-accent-primary-disabled: var(--gray-50);--border-on-accent-secondary-default: var(--white-opacity-10);--border-on-accent-secondary-hover: var(--white-opacity-20);--border-on-accent-secondary-selected: var(--white-opacity-30);--border-on-accent-secondary-disabled: var(--gray-50);--shadow-level-1: var(--gray-50);--shadow-level-2: var(--gray-60);--shadow-level-3: var(--gray-70);--shadow-level-4: var(--gray-80);--blue-10: #F1F7FF;--blue-20: #E3EEFF;--blue-30: #D5E6FF;--blue-40: #C5DBFF;--blue-50: #ADCDFF;--blue-60: #99BFFF;--blue-70: #87B4FF;--blue-80: #6EA3FF;--blue-90: #5C96FF;--blue-100: #4B8AFF;--blue-110: #337AFF;--blue-120: #206CFF;--blue-130: #0C60F8;--blue-140: #0052EA;--blue-150: #0045DD;--blue-160: #003AD2;--red-10: #FFF2F1;--red-20: #FFE8E6;--red-30: #FFDEDB;--red-40: #FFCECA;--red-50: #FDBCB7;--red-60: #FBA9A3;--red-70: #F89993;--red-80: #F3827C;--red-90: #F0716D;--red-100: #EC605E;--red-110: #E6484A;--red-120: #E1303A;--red-130: #D8152D;--red-140: #C5001B;--red-150: #B20006;--red-160: #A10000;--green-10: #F1F8F5;--green-20: #E3F0EC;--green-30: #D5E9E2;--green-40: #C4E0D7;--green-50: #ACD4C7;--green-60: #95C8B8;--green-70: #82BFAD;--green-80: #64B19C;--green-90: #4EA790;--green-100: #349E85;--green-110: #009277;--green-120: #00876D;--green-130: #007C62;--green-140: #006E56;--green-150: #00634B;--green-160: #005A42;--white-opacity-10: #FFFFFF1A;--white-opacity-20: #FFFFFF33;--white-opacity-30: #FFFFFF4D;--white-opacity-40: #FFFFFF66;--white-opacity-50: #FFFFFF80;--white-opacity-60: #FFFFFF99;--white-opacity-70: #FFFFFFB3;--white-opacity-80: #FFFFFFCC;--white-opacity-90: #FFFFFFE6;--orange-10: #FDF4EE;--orange-20: #FCEBE0;--orange-30: #FBE0CE;--orange-40: #F8D3B9;--orange-50: #F4C29C;--orange-60: #F0B080;--orange-70: #EBA36A;--orange-80: #E48F47;--orange-90: #DF8029;--orange-100: #D87300;--orange-110: #D87300;--orange-120: #C05900;--orange-130: #B05200;--orange-140: #A44300;--orange-150: #953B00;--orange-160: #863500;--black-opacity-10: #0D0D111A;--black-opacity-20: #0D0D1133;--black-opacity-30: #0D0D114D;--black-opacity-40: #0D0D1166;--black-opacity-50: #0D0D1180;--black-opacity-60: #0D0D1199;--black-opacity-70: #0D0D11B3;--black-opacity-80: #0D0D11CC;--black-opacity-90: #0D0D11E6;--ocean-10: #F3F8FE;--ocean-20: #E5F1FC;--ocean-30: #CBE3F8;--ocean-40: #B1D5F4;--ocean-50: #97C7F0;--ocean-60: #7BB9EC;--ocean-70: #5FAAE7;--ocean-80: #3E9CE1;--ocean-90: #008DDC;--ocean-100: #0075C2;--ocean-110: #005FAB;--ocean-120: #00509A;--ocean-130: #004089;--ocean-140: #002F78;--ocean-150: #002069;--ocean-160: #000A56;--mint-10: #F3FAF9;--mint-20: #E7F4F3;--mint-30: #CEE9E7;--mint-40: #B5DEDA;--mint-50: #9CD3CF;--mint-60: #82C8C3;--mint-70: #66BCB7;--mint-80: #44B1AB;--mint-90: #02A6A0;--mint-100: #008C87;--mint-110: #007671;--mint-120: #006662;--mint-130: #005652;--mint-140: #004542;--mint-150: #003735;--mint-160: #002624;--lavander-10: #F2F4FD;--lavander-20: #E3E8FA;--lavander-30: #C9D1F5;--lavander-40: #AEB9EF;--lavander-50: #95A2E8;--lavander-60: #7D8BE0;--lavander-70: #6773D8;--lavander-80: #525ACF;--lavander-90: #403EC6;--lavander-100: #3429B2;--lavander-110: #2A11A1;--lavander-120: #240094;--lavander-130: #1F0087;--lavander-140: #1B007A;--lavander-150: #18006E;--lavander-160: #16005F;--fuchsia-10: #F6F4FA;--fuchsia-20: #EDE7F3;--fuchsia-30: #DBD1E8;--fuchsia-40: #C9BADC;--fuchsia-50: #B7A3D0;--fuchsia-60: #A68DC4;--fuchsia-70: #9677B8;--fuchsia-80: #8561AC;--fuchsia-90: #754B9F;--fuchsia-100: #63398B;--fuchsia-110: #53287A;--fuchsia-120: #481C6D;--fuchsia-130: #3D0D60;--fuchsia-140: #320053;--fuchsia-150: #280048;--fuchsia-160: #1C0039;--gray-10: #FFFFFF;--gray-20: #FBFBFB;--gray-30: #F7F7F7;--gray-40: #F5F5F5;--gray-50: #F1F1F1;--gray-60: #E9E9E9;--gray-70: #DDDDDD;--gray-80: #CBCBCB;--gray-90: #B4B4B4;--gray-100: #959595;--gray-110: #797979;--gray-120: #5D5D5D;--gray-130: #444444;--gray-140: #303030;--gray-150: #272727;--gray-160: #1D1D1D;--rose-10: #FBF3F9;--rose-20: #F4E2EE;--rose-30: #E9C5DE;--rose-40: #DCA8CD;--rose-50: #CF8BBD;--rose-60: #C16EAD;--rose-70: #B3509C;--rose-80: #A32E8C;--rose-90: #91017B;--rose-100: #84006F;--rose-110: #70005E;--rose-120: #5E004D;--rose-130: #530044;--rose-140: #450038;--rose-150: #3A002F;--rose-160: #26001E;--graphite-10: #F4F5FB;--graphite-20: #ECEDF7;--graphite-30: #E2E4F1;--graphite-40: #D6D9EA;--graphite-50: #C7CBE2;--graphite-60: #B8BDD9;--graphite-70: #ACB1D1;--graphite-80: #9BA1C6;--graphite-90: #8F96BE;--graphite-100: #848CB6;--graphite-110: #777EAC;--graphite-120: #6D74A4;--graphite-130: #636A9A;--graphite-140: #565E8E;--graphite-150: #4D5383;--graphite-160: #444B78}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.general-container--wide{max-width:1466px}.general-container--redesign{max-width:1072px;width:100%;margin-right:auto;margin-left:auto;padding-left:1.5rem;padding-right:1.5rem}.pointer-events-none{pointer-events:none!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{top:0!important;right:0!important;bottom:0!important;left:0!important}.inset-y-0{top:0!important;bottom:0!important}.-bottom-35{bottom:-2.1875rem!important}.-bottom-5{bottom:-.3125rem!important}.-right-10{right:-.625rem!important}.-right-5{right:-.3125rem!important}.-top-24{top:-1.5rem!important}.-top-35{top:-2.1875rem!important}.-top-52{top:-52px!important}.bottom-0{bottom:0!important}.bottom-2{bottom:.125rem!important}.left-0{left:0!important}.left-1\/2{left:50%!important}.left-10{left:.625rem!important}.left-2{left:.125rem!important}.left-25{left:1.563rem!important}.left-\[1px\]{left:1px!important}.left-\[calc\(100\%-14px-2px\)\]{left:calc(100% - 16px)!important}.left-\[calc\(100\%-16px-1px\)\]{left:calc(100% - 17px)!important}.left-initial{left:initial!important}.right-0{right:0!important}.right-10{right:.625rem!important}.right-16{right:1rem!important}.right-24{right:1.5rem!important}.right-25{right:1.563rem!important}.right-32{right:2rem!important}.right-40{right:2.5rem!important}.right-8{right:.5rem!important}.top-0{top:0!important}.top-1\/2{top:50%!important}.top-12{top:.75rem!important}.top-2{top:.125rem!important}.top-22{top:1.375rem!important}.top-25{top:1.563rem!important}.top-40{top:2.5rem!important}.top-56{top:3.375rem!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-\[2000\]{z-index:2000!important}.z-\[2002\]{z-index:2002!important}.z-\[2\]{z-index:2!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.col-span-2{grid-column:span 2 / span 2!important}.col-span-full{grid-column:1 / -1!important}.row-span-2{grid-row:span 2 / span 2!important}.m-0{margin:0!important}.m-24{margin:1.5rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-10{margin-left:.625rem!important;margin-right:.625rem!important}.mx-16{margin-left:1rem!important;margin-right:1rem!important}.mx-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-8{margin-left:.5rem!important;margin-right:.5rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.0625rem!important;margin-bottom:.0625rem!important}.my-15{margin-top:.9375rem!important;margin-bottom:.9375rem!important}.my-16{margin-top:1rem!important;margin-bottom:1rem!important}.my-2{margin-top:.125rem!important;margin-bottom:.125rem!important}.my-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.\!mb-0{margin-bottom:0!important}.\!mr-14{margin-right:.875rem!important}.-mb-16{margin-bottom:-1rem!important}.-ml-5{margin-left:-.3125rem!important}.-ml-\[1\.5em\]{margin-left:-1.5em!important}.-mr-10{margin-right:-.625rem!important}.-mt-16{margin-top:-1rem!important}.-mt-24{margin-top:-1.5rem!important}.-mt-5{margin-top:-.3125rem!important}.-mt-8{margin-top:-.5rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.0625rem!important}.mb-10{margin-bottom:.625rem!important}.mb-12{margin-bottom:.75rem!important}.mb-15{margin-bottom:.9375rem!important}.mb-16{margin-bottom:1rem!important}.mb-18{margin-bottom:1.125rem!important}.mb-2{margin-bottom:.125rem!important}.mb-20{margin-bottom:1.25rem!important}.mb-24{margin-bottom:1.5rem!important}.mb-25{margin-bottom:1.563rem!important}.mb-28{margin-bottom:1.75rem!important}.mb-3{margin-bottom:.188rem!important}.mb-32{margin-bottom:2rem!important}.mb-36{margin-bottom:2.25rem!important}.mb-4{margin-bottom:.25rem!important}.mb-40{margin-bottom:2.5rem!important}.mb-48{margin-bottom:3rem!important}.mb-5{margin-bottom:.3125rem!important}.mb-50{margin-bottom:3.125rem!important}.mb-55{margin-bottom:3.438rem!important}.mb-6{margin-bottom:.375rem!important}.mb-64{margin-bottom:4rem!important}.mb-8{margin-bottom:.5rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.0625rem!important}.ml-15{margin-left:.9375rem!important}.ml-16{margin-left:1rem!important}.ml-2{margin-left:.125rem!important}.ml-20{margin-left:1.25rem!important}.ml-28{margin-left:1.75rem!important}.ml-30{margin-left:1.875rem!important}.ml-32{margin-left:2rem!important}.ml-4{margin-left:.25rem!important}.ml-5{margin-left:.3125rem!important}.ml-6{margin-left:.375rem!important}.ml-8{margin-left:.5rem!important}.ml-9{margin-left:.575rem!important}.ml-\[1px\]{margin-left:1px!important}.ml-auto{margin-left:auto!important}.ml-half-width{margin-left:calc((100vw - 100%)/-2)!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.0625rem!important}.mr-10{margin-right:.625rem!important}.mr-12{margin-right:.75rem!important}.mr-14{margin-right:.875rem!important}.mr-16{margin-right:1rem!important}.mr-18{margin-right:1.125rem!important}.mr-2{margin-right:.125rem!important}.mr-20{margin-right:1.25rem!important}.mr-24{margin-right:1.5rem!important}.mr-4{margin-right:.25rem!important}.mr-5{margin-right:.3125rem!important}.mr-6{margin-right:.375rem!important}.mr-8{margin-right:.5rem!important}.mr-auto{margin-right:auto!important}.mt-1{margin-top:.0625rem!important}.mt-10{margin-top:.625rem!important}.mt-12{margin-top:.75rem!important}.mt-16{margin-top:1rem!important}.mt-2{margin-top:.125rem!important}.mt-20{margin-top:1.25rem!important}.mt-24{margin-top:1.5rem!important}.mt-3{margin-top:.188rem!important}.mt-30{margin-top:1.875rem!important}.mt-32{margin-top:2rem!important}.mt-4{margin-top:.25rem!important}.mt-40{margin-top:2.5rem!important}.mt-48{margin-top:3rem!important}.mt-5{margin-top:.3125rem!important}.mt-50{margin-top:3.125rem!important}.mt-56{margin-top:3.375rem!important}.mt-6{margin-top:.375rem!important}.mt-64{margin-top:4rem!important}.mt-8{margin-top:.5rem!important}.mt-\[120px\]{margin-top:120px!important}.mt-auto{margin-top:auto!important}.box-border{box-sizing:border-box!important}.box-content{box-sizing:content-box!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.table-cell{display:table-cell!important}.grid{display:grid!important}.list-item{display:list-item!important}.hidden{display:none!important}.size-16{width:1rem!important;height:1rem!important}.size-24{width:1.5rem!important;height:1.5rem!important}.h-0{height:0!important}.h-0\.5{height:.03125rem!important}.h-10{height:.625rem!important}.h-12{height:.75rem!important}.h-128{height:128px!important}.h-135{height:135px!important}.h-14{height:.875rem!important}.h-148{height:148px!important}.h-15{height:.9375rem!important}.h-150{height:150px!important}.h-16{height:1rem!important}.h-168{height:168px!important}.h-18{height:1.125rem!important}.h-2{height:.125rem!important}.h-20{height:1.25rem!important}.h-200{height:200px!important}.h-24{height:1.5rem!important}.h-3\/5{height:60%!important}.h-30{height:1.875rem!important}.h-300{height:300px!important}.h-32{height:2rem!important}.h-38{height:2.375rem!important}.h-4{height:.25rem!important}.h-40{height:2.5rem!important}.h-42{height:2.625rem!important}.h-44{height:44px!important}.h-48{height:3rem!important}.h-50{height:3.125rem!important}.h-6{height:.375rem!important}.h-61{height:3.8125rem!important}.h-72{height:4.5rem!important}.h-76{height:76px!important}.h-8{height:.5rem!important}.h-80{height:5rem!important}.h-84{height:84px!important}.h-\[1\.050rem\]{height:1.05rem!important}.h-\[106px\]{height:106px!important}.h-\[110px\]{height:110px!important}.h-\[170px\]{height:170px!important}.h-\[17px\]{height:17px!important}.h-\[184px\]{height:184px!important}.h-\[185px\]{height:185px!important}.h-\[1px\]{height:1px!important}.h-\[235px\]{height:235px!important}.h-\[238px\]{height:238px!important}.h-\[24px\]{height:24px!important}.h-\[40px\]{height:40px!important}.h-\[48px\]{height:48px!important}.h-\[58px\]{height:58px!important}.h-\[73px\]{height:73px!important}.h-\[87px\]{height:87px!important}.h-\[calc\(100\%-2px\)\]{height:calc(100% - 2px)!important}.h-\[min\(66px\)\]{height:min(66px)!important}.h-auto{height:auto!important}.h-full{height:100%!important}.h-px{height:1px!important}.h-screen{height:100vh!important}.max-h-300{max-height:300px!important}.max-h-32{max-height:2rem!important}.max-h-320{max-height:320px!important}.max-h-40{max-height:2.5rem!important}.max-h-\[14\.75rem\]{max-height:14.75rem!important}.max-h-\[288px\]{max-height:288px!important}.max-h-\[340px\]{max-height:340px!important}.max-h-full{max-height:100%!important}.min-h-300{min-height:300px!important}.min-h-32{min-height:2rem!important}.min-h-40{min-height:2.5rem!important}.min-h-48{min-height:3rem!important}.min-h-80{min-height:5rem!important}.min-h-\[2\.625em\]{min-height:2.625em!important}.min-h-\[235px\]{min-height:235px!important}.min-h-\[380px\]{min-height:380px!important}.min-h-\[50px\]{min-height:50px!important}.min-h-\[68px\]{min-height:68px!important}.min-h-full{min-height:100%!important}.\!w-full{width:100%!important}.w-0{width:0!important}.w-10{width:.625rem!important}.w-100{width:100px!important}.w-104{width:6.5rem!important}.w-11{width:.688rem!important}.w-12{width:.75rem!important}.w-120{width:120px!important}.w-128{width:128px!important}.w-14{width:.875rem!important}.w-148{width:148px!important}.w-16{width:1rem!important}.w-168{width:168px!important}.w-18{width:1.125rem!important}.w-192{width:192px!important}.w-2{width:.125rem!important}.w-20{width:1.25rem!important}.w-200{width:200px!important}.w-24{width:1.5rem!important}.w-240{width:240px!important}.w-268{width:268px!important}.w-28{width:1.75rem!important}.w-3{width:.188rem!important}.w-30{width:1.875rem!important}.w-300{width:300px!important}.w-310{width:310px!important}.w-32{width:2rem!important}.w-320{width:320px!important}.w-350{width:350px!important}.w-36{width:2.25rem!important}.w-390{width:390px!important}.w-4{width:.25rem!important}.w-40{width:2.5rem!important}.w-410{width:410px!important}.w-42{width:2.625rem!important}.w-48{width:3rem!important}.w-5{width:.3125rem!important}.w-50{width:3.125rem!important}.w-520{width:520px!important}.w-55{width:3.438rem!important}.w-60{width:3.75rem!important}.w-65{width:4.063rem!important}.w-70{width:4.375rem!important}.w-8{width:.5rem!important}.w-80{width:5rem!important}.w-852{width:852px!important}.w-\[105px\]{width:105px!important}.w-\[117px\]{width:117px!important}.w-\[118px\]{width:118px!important}.w-\[120px\]{width:120px!important}.w-\[125px\]{width:125px!important}.w-\[145px\]{width:145px!important}.w-\[167px\]{width:167px!important}.w-\[170px\]{width:170px!important}.w-\[180px\]{width:180px!important}.w-\[194px\]{width:194px!important}.w-\[196px\]{width:196px!important}.w-\[208px\]{width:208px!important}.w-\[213px\]{width:213px!important}.w-\[240px\]{width:240px!important}.w-\[26\.4rem\]{width:26.4rem!important}.w-\[330px\]{width:330px!important}.w-\[350px\]{width:350px!important}.w-\[510px\]{width:510px!important}.w-\[512px\]{width:512px!important}.w-\[708px\]{width:708px!important}.w-\[78px\]{width:78px!important}.w-\[8\.5rem\]{width:8.5rem!important}.w-\[85px\]{width:85px!important}.w-\[calc\(100\%-var\(--scroll-bar-margin\)\)\]{width:calc(100% - var(--scroll-bar-margin))!important}.w-auto{width:auto!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.w-min{width:-moz-min-content!important;width:min-content!important}.min-w-0{min-width:0!important}.min-w-100{min-width:100px!important}.min-w-102{min-width:102px!important}.min-w-104{min-width:6.5rem!important}.min-w-128{min-width:128px!important}.min-w-132{min-width:132px!important}.min-w-135{min-width:135px!important}.min-w-148{min-width:148px!important}.min-w-150{min-width:150px!important}.min-w-20{min-width:1.25rem!important}.min-w-40{min-width:2.5rem!important}.min-w-410{min-width:410px!important}.min-w-64{min-width:4rem!important}.min-w-80{min-width:5rem!important}.min-w-\[0px\]{min-width:0px!important}.min-w-\[2\.5em\]{min-width:2.5em!important}.min-w-\[238px\]{min-width:238px!important}.min-w-\[28\.3rem\]{min-width:28.3rem!important}.min-w-\[50px\]{min-width:50px!important}.min-w-full{min-width:100%!important}.max-w-100{max-width:100px!important}.max-w-135{max-width:135px!important}.max-w-150{max-width:150px!important}.max-w-168{max-width:168px!important}.max-w-220{max-width:220px!important}.max-w-240{max-width:240px!important}.max-w-300{max-width:300px!important}.max-w-310{max-width:310px!important}.max-w-350{max-width:350px!important}.max-w-380{max-width:380px!important}.max-w-40{max-width:2.5rem!important}.max-w-400{max-width:400px!important}.max-w-410{max-width:410px!important}.max-w-440{max-width:440px!important}.max-w-510{max-width:510px!important}.max-w-520{max-width:520px!important}.max-w-540{max-width:540px!important}.max-w-560{max-width:560px!important}.max-w-600{max-width:600px!important}.max-w-852{max-width:852px!important}.max-w-\[100\%\]{max-width:100%!important}.max-w-\[100vw\]{max-width:100vw!important}.max-w-\[196px\]{max-width:196px!important}.max-w-\[200px\]{max-width:200px!important}.max-w-\[350px\]{max-width:350px!important}.max-w-\[484px\]{max-width:484px!important}.max-w-\[485px\]{max-width:485px!important}.max-w-\[5\.5em\]{max-width:5.5em!important}.max-w-\[80vw\]{max-width:80vw!important}.max-w-full{max-width:100%!important}.max-w-none{max-width:none!important}.flex-1{flex:1 1 0%!important}.flex-none{flex:none!important}.flex-shrink{flex-shrink:1!important}.flex-shrink-0{flex-shrink:0!important}.shrink{flex-shrink:1!important}.shrink-0{flex-shrink:0!important}.flex-grow,.grow{flex-grow:1!important}.grow-0{flex-grow:0!important}.basis-full{flex-basis:100%!important}.border-separate{border-collapse:separate!important}.-translate-x-1\/2{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-y-1\/2{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-0{--tw-translate-y: 0 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate: 90deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-x-0{--tw-scale-x: 0 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.animate-spin{animation:spin 1s linear infinite!important}.cursor-default{cursor:default!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.resize-none{resize:none!important}.resize{resize:both!important}.snap-center{scroll-snap-align:center!important}.list-disc{list-style-type:disc!important}.list-none{list-style-type:none!important}.appearance-none{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.auto-cols-auto{grid-auto-columns:auto!important}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)!important}.auto-cols-max{grid-auto-columns:max-content!important}.auto-cols-min{grid-auto-columns:min-content!important}.grid-flow-row{grid-auto-flow:row!important}.grid-flow-col{grid-auto-flow:column!important}.auto-rows-auto{grid-auto-rows:auto!important}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)!important}.auto-rows-max{grid-auto-rows:max-content!important}.auto-rows-min{grid-auto-rows:min-content!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-\[1\.5rem_max\(50px\)_auto\]{grid-template-columns:1.5rem max(50px) auto!important}.grid-cols-\[100px_auto\]{grid-template-columns:100px auto!important}.grid-cols-\[172px_1fr\]{grid-template-columns:172px 1fr!important}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto!important}.grid-cols-\[1fr_min-content\]{grid-template-columns:1fr min-content!important}.grid-cols-\[200px_1fr\]{grid-template-columns:200px 1fr!important}.grid-cols-\[20px_auto\]{grid-template-columns:20px auto!important}.grid-cols-\[360px_1fr\]{grid-template-columns:360px 1fr!important}.grid-cols-\[auto_128px_1fr\]{grid-template-columns:auto 128px 1fr!important}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr!important}.grid-cols-\[calc\(100\%-32px\)_24px\]{grid-template-columns:calc(100% - 32px) 24px!important}.grid-rows-\[100px_1fr\]{grid-template-rows:100px 1fr!important}.grid-rows-\[1fr_auto\]{grid-template-rows:1fr auto!important}.grid-rows-\[1fr_min-content\]{grid-template-rows:1fr min-content!important}.grid-rows-\[22px_auto\]{grid-template-rows:22px auto!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.content-center{align-content:center!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-baseline{align-items:baseline!important}.items-stretch{align-items:stretch!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-items-center{justify-items:center!important}.gap-10{gap:.625rem!important}.gap-12{gap:.75rem!important}.gap-15{gap:.9375rem!important}.gap-16{gap:1rem!important}.gap-2{gap:.125rem!important}.gap-20{gap:1.25rem!important}.gap-24{gap:1.5rem!important}.gap-25{gap:1.563rem!important}.gap-3{gap:.188rem!important}.gap-30{gap:1.875rem!important}.gap-32{gap:2rem!important}.gap-4{gap:.25rem!important}.gap-40{gap:2.5rem!important}.gap-48{gap:3rem!important}.gap-5{gap:.3125rem!important}.gap-50{gap:3.125rem!important}.gap-56{gap:3.375rem!important}.gap-6{gap:.375rem!important}.gap-8{gap:.5rem!important}.gap-\[0\.0625rem\]{gap:.0625rem!important}.gap-x-12{-moz-column-gap:.75rem!important;column-gap:.75rem!important}.gap-x-16{-moz-column-gap:1rem!important;column-gap:1rem!important}.gap-x-30{-moz-column-gap:1.875rem!important;column-gap:1.875rem!important}.gap-x-8{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.gap-y-12{row-gap:.75rem!important}.gap-y-15{row-gap:.9375rem!important}.gap-y-4{row-gap:.25rem!important}.gap-y-6{row-gap:.375rem!important}.self-auto{align-self:auto!important}.self-start{align-self:flex-start!important}.self-end{align-self:flex-end!important}.self-center{align-self:center!important}.self-stretch{align-self:stretch!important}.justify-self-end{justify-self:end!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-visible{overflow-y:visible!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre{white-space:pre!important}.text-nowrap{text-wrap:nowrap!important}.break-words{overflow-wrap:break-word!important}.break-all{word-break:break-all!important}.rounded{border-radius:.438rem!important}.rounded-10{border-radius:10px!important}.rounded-12{border-radius:12px!important}.rounded-2{border-radius:2px!important}.rounded-20{border-radius:20px!important}.rounded-24{border-radius:24px!important}.rounded-32{border-radius:32px!important}.rounded-4{border-radius:4px!important}.rounded-40{border-radius:40px!important}.rounded-6{border-radius:6px!important}.rounded-7{border-radius:7px!important}.rounded-8{border-radius:8px!important}.rounded-\[120px\]{border-radius:120px!important}.rounded-\[12px\]{border-radius:12px!important}.rounded-\[24px\]{border-radius:24px!important}.rounded-\[2rem\]{border-radius:2rem!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-none{border-radius:0!important}.rounded-round{border-radius:50%!important}.rounded-sm{border-radius:3px!important}.rounded-b-lg{border-bottom-right-radius:.5rem!important;border-bottom-left-radius:.5rem!important}.rounded-r-32{border-top-right-radius:32px!important;border-bottom-right-radius:32px!important}.rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-bl{border-bottom-left-radius:.438rem!important}.rounded-tl{border-top-left-radius:.438rem!important}.rounded-tl-6{border-top-left-radius:6px!important}.rounded-tr-6{border-top-right-radius:6px!important}.\!border,.border{border-width:1px!important}.border-0{border-width:0px!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-4{border-width:4px!important}.border-\[1\.5px\]{border-width:1.5px!important}.border-b{border-bottom-width:1px!important}.border-b-0\.5,.border-b-sm{border-bottom-width:.5px!important}.border-l{border-left-width:1px!important}.border-l-0{border-left-width:0px!important}.border-r{border-right-width:1px!important}.border-r-0{border-right-width:0px!important}.border-r-\[1px\]{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-t-0{border-top-width:0px!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-none{border-style:none!important}.border-\[\#10233A\]{--tw-border-opacity: 1 !important;border-color:rgb(16 35 58 / var(--tw-border-opacity, 1))!important}.border-\[\#D3E1EC\]{--tw-border-opacity: 1 !important;border-color:rgb(211 225 236 / var(--tw-border-opacity, 1))!important}.border-\[\#D6D9EA\]{--tw-border-opacity: 1 !important;border-color:rgb(214 217 234 / var(--tw-border-opacity, 1))!important}.border-\[\#E2E4F1\]{--tw-border-opacity: 1 !important;border-color:rgb(226 228 241 / var(--tw-border-opacity, 1))!important}.border-\[\#E7EAF2\]{--tw-border-opacity: 1 !important;border-color:rgb(231 234 242 / var(--tw-border-opacity, 1))!important}.border-\[\#fff\]{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.border-accent-secondary-default{border-color:var(--gray-140)!important}.border-neutral-primary-disabled{border-color:var(--gray-90)!important}.border-neutral-primary-hover{border-color:var(--graphite-50)!important}.border-neutral-secondary-default{border-color:var(--graphite-20)!important}.border-old-blue-100{--tw-border-opacity: 1 !important;border-color:rgb(242 245 249 / var(--tw-border-opacity, 1))!important}.border-old-blue-20{--tw-border-opacity: 1 !important;border-color:rgb(190 215 255 / var(--tw-border-opacity, 1))!important}.border-old-blue-300{--tw-border-opacity: 1 !important;border-color:rgb(229 237 249 / var(--tw-border-opacity, 1))!important}.border-old-blue-400{--tw-border-opacity: 1 !important;border-color:rgb(211 225 236 / var(--tw-border-opacity, 1))!important}.border-old-blue-600{--tw-border-opacity: 1 !important;border-color:rgb(114 136 163 / var(--tw-border-opacity, 1))!important}.border-old-blue-accent{--tw-border-opacity: 1 !important;border-color:rgb(27 85 233 / var(--tw-border-opacity, 1))!important}.border-old-current{border-color:currentColor!important}.border-old-gray-10{--tw-border-opacity: 1 !important;border-color:rgb(242 243 247 / var(--tw-border-opacity, 1))!important}.border-old-gray-100{--tw-border-opacity: 1 !important;border-color:rgb(228 234 243 / var(--tw-border-opacity, 1))!important}.border-old-gray-400{--tw-border-opacity: 1 !important;border-color:rgb(130 133 136 / var(--tw-border-opacity, 1))!important}.border-old-n-black-100{--tw-border-opacity: 1 !important;border-color:rgb(43 43 43 / var(--tw-border-opacity, 1))!important}.border-old-n-black-60{--tw-border-opacity: 1 !important;border-color:rgb(128 128 128 / var(--tw-border-opacity, 1))!important}.border-old-n-gray-10{--tw-border-opacity: 1 !important;border-color:rgb(242 243 247 / var(--tw-border-opacity, 1))!important}.border-old-n-gray-20{--tw-border-opacity: 1 !important;border-color:rgb(229 231 240 / var(--tw-border-opacity, 1))!important}.border-old-n-gray-40{--tw-border-opacity: 1 !important;border-color:rgb(204 206 225 / var(--tw-border-opacity, 1))!important}.border-old-n-gray-60{--tw-border-opacity: 1 !important;border-color:rgb(106 112 148 / var(--tw-border-opacity, 1))!important}.border-old-n-gray-80{--tw-border-opacity: 1 !important;border-color:rgb(152 158 195 / var(--tw-border-opacity, 1))!important}.border-old-n-red-100{--tw-border-opacity: 1 !important;border-color:rgb(150 47 61 / var(--tw-border-opacity, 1))!important}.border-old-orange-300{--tw-border-opacity: 1 !important;border-color:rgb(255 237 216 / var(--tw-border-opacity, 1))!important}.border-old-orange-main{--tw-border-opacity: 1 !important;border-color:rgb(238 182 72 / var(--tw-border-opacity, 1))!important}.border-old-pink-300{--tw-border-opacity: 1 !important;border-color:rgb(232 234 236 / var(--tw-border-opacity, 1))!important}.border-old-red-light{--tw-border-opacity: 1 !important;border-color:rgb(224 95 95 / var(--tw-border-opacity, 1))!important}.border-old-red-main{--tw-border-opacity: 1 !important;border-color:rgb(255 63 63 / var(--tw-border-opacity, 1))!important}.border-old-stroke-neutral-primary-default{--tw-border-opacity: 1 !important;border-color:rgb(214 217 234 / var(--tw-border-opacity, 1))!important}.border-old-transparent{border-color:transparent!important}.border-on-accent-primary-default{border-color:var(--gray-10)!important}.border-transparent{border-color:transparent!important}.border-b-old-blue-400{--tw-border-opacity: 1 !important;border-bottom-color:rgb(211 225 236 / var(--tw-border-opacity, 1))!important}.border-b-old-n-gray-20{--tw-border-opacity: 1 !important;border-bottom-color:rgb(229 231 240 / var(--tw-border-opacity, 1))!important}.border-t-old-blue-100{--tw-border-opacity: 1 !important;border-top-color:rgb(242 245 249 / var(--tw-border-opacity, 1))!important}.border-t-old-transparent{border-top-color:transparent!important}.border-opacity-45{--tw-border-opacity: .45 !important}.bg-\[\#9e9fa1\]{--tw-bg-opacity: 1 !important;background-color:rgb(158 159 161 / var(--tw-bg-opacity, 1))!important}.bg-\[\#eef3fa\]{--tw-bg-opacity: 1 !important;background-color:rgb(238 243 250 / var(--tw-bg-opacity, 1))!important}.bg-\[white\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-accent-primary-default{background-color:var(--blue-130)!important}.bg-accent-secondary-default{background-color:var(--blue-20)!important}.bg-accent-secondary-hover{background-color:var(--blue-30)!important}.bg-accent-tertiary-default{background-color:var(--gray-140)!important}.bg-accent-tertiary-disabled{background-color:var(--gray-80)!important}.bg-fuchsia-40{--tw-bg-opacity: 1 !important;background-color:rgb(201 186 220 / var(--tw-bg-opacity, 1))!important}.bg-negative-primary-default{background-color:var(--red-130)!important}.bg-negative-secondary-default{background-color:var(--red-10)!important}.bg-neutral-primary-default{background-color:var(--gray-10)!important}.bg-neutral-primary-disabled{background-color:var(--gray-70)!important}.bg-neutral-primary-hover{background-color:var(--gray-20)!important}.bg-neutral-secondary-default{background-color:var(--graphite-10)!important}.bg-neutral-tertiary-hover{background-color:var(--gray-40)!important}.bg-old-black{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-0{--tw-bg-opacity: 1 !important;background-color:rgb(244 249 255 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-10{--tw-bg-opacity: 1 !important;background-color:rgb(233 242 255 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-100{--tw-bg-opacity: 1 !important;background-color:rgb(242 245 249 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-20{--tw-bg-opacity: 1 !important;background-color:rgb(190 215 255 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-200{--tw-bg-opacity: 1 !important;background-color:rgb(240 247 253 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-300{--tw-bg-opacity: 1 !important;background-color:rgb(229 237 249 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-400{--tw-bg-opacity: 1 !important;background-color:rgb(211 225 236 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-500{--tw-bg-opacity: 1 !important;background-color:rgb(161 182 198 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-600{--tw-bg-opacity: 1 !important;background-color:rgb(114 136 163 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-70{--tw-bg-opacity: 1 !important;background-color:rgb(20 102 254 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-700{--tw-bg-opacity: 1 !important;background-color:rgb(16 35 58 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-accent{--tw-bg-opacity: 1 !important;background-color:rgb(27 85 233 / var(--tw-bg-opacity, 1))!important}.bg-old-blue-virtual{--tw-bg-opacity: 1 !important;background-color:rgb(63 81 181 / var(--tw-bg-opacity, 1))!important}.bg-old-current{background-color:currentColor!important}.bg-old-fill-accent-primary-default{--tw-bg-opacity: 1 !important;background-color:rgb(12 96 248 / var(--tw-bg-opacity, 1))!important}.bg-old-fill-accent-secondary-default{--tw-bg-opacity: 1 !important;background-color:rgb(227 238 255 / var(--tw-bg-opacity, 1))!important}.bg-old-fill-error-secondary-default{--tw-bg-opacity: 1 !important;background-color:rgb(255 242 241 / var(--tw-bg-opacity, 1))!important}.bg-old-fill-neutral-secondary-default{--tw-bg-opacity: 1 !important;background-color:rgb(244 245 251 / var(--tw-bg-opacity, 1))!important}.bg-old-fill-success-secondary-default{--tw-bg-opacity: 1 !important;background-color:rgb(241 248 245 / var(--tw-bg-opacity, 1))!important}.bg-old-fill-warning-secondary-default{--tw-bg-opacity: 1 !important;background-color:rgb(253 244 238 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-10{--tw-bg-opacity: 1 !important;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-100{--tw-bg-opacity: 1 !important;background-color:rgb(228 234 243 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-150{--tw-bg-opacity: 1 !important;background-color:rgb(243 247 253 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-20{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(252 252 252 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-30{--tw-bg-opacity: 1 !important;background-color:rgb(216 219 232 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-300{--tw-bg-opacity: 1 !important;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-350{--tw-bg-opacity: 1 !important;background-color:rgb(249 252 254 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-375{--tw-bg-opacity: 1 !important;background-color:rgb(147 149 153 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-400{--tw-bg-opacity: 1 !important;background-color:rgb(130 133 136 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-500{--tw-bg-opacity: 1 !important;background-color:rgb(16 35 58 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-60{--tw-bg-opacity: 1 !important;background-color:rgb(178 182 210 / var(--tw-bg-opacity, 1))!important}.bg-old-gray-900{--tw-bg-opacity: 1 !important;background-color:rgb(45 45 45 / var(--tw-bg-opacity, 1))!important}.bg-old-green-300{--tw-bg-opacity: 1 !important;background-color:rgb(212 239 232 / var(--tw-bg-opacity, 1))!important}.bg-old-green-60{--tw-bg-opacity: 1 !important;background-color:rgb(3 181 150 / var(--tw-bg-opacity, 1))!important}.bg-old-green-80{--tw-bg-opacity: 1 !important;background-color:rgb(2 155 130 / var(--tw-bg-opacity, 1))!important}.bg-old-green-90{--tw-bg-opacity: 1 !important;background-color:rgb(2 129 108 / var(--tw-bg-opacity, 1))!important}.bg-old-green-main{--tw-bg-opacity: 1 !important;background-color:rgb(14 216 168 / var(--tw-bg-opacity, 1))!important}.bg-old-green-status{--tw-bg-opacity: 1 !important;background-color:rgb(9 156 68 / var(--tw-bg-opacity, 1))!important}.bg-old-green-tint{--tw-bg-opacity: 1 !important;background-color:rgb(231 251 246 / var(--tw-bg-opacity, 1))!important}.bg-old-inherit{background-color:inherit!important}.bg-old-n-black-100{--tw-bg-opacity: 1 !important;background-color:rgb(43 43 43 / var(--tw-bg-opacity, 1))!important}.bg-old-n-blue-0{--tw-bg-opacity: 1 !important;background-color:rgb(245 249 255 / var(--tw-bg-opacity, 1))!important}.bg-old-n-blue-10{--tw-bg-opacity: 1 !important;background-color:rgb(236 242 255 / var(--tw-bg-opacity, 1))!important}.bg-old-n-blue-100{--tw-bg-opacity: 1 !important;background-color:rgb(1 69 196 / var(--tw-bg-opacity, 1))!important}.bg-old-n-blue-20{--tw-bg-opacity: 1 !important;background-color:rgb(222 233 255 / var(--tw-bg-opacity, 1))!important}.bg-old-n-blue-30{--tw-bg-opacity: 1 !important;background-color:rgb(188 212 255 / var(--tw-bg-opacity, 1))!important}.bg-old-n-blue-40{--tw-bg-opacity: 1 !important;background-color:rgb(155 190 254 / var(--tw-bg-opacity, 1))!important}.bg-old-n-blue-80{--tw-bg-opacity: 1 !important;background-color:rgb(20 102 254 / var(--tw-bg-opacity, 1))!important}.bg-old-n-blue-90{--tw-bg-opacity: 1 !important;background-color:rgb(1 83 235 / var(--tw-bg-opacity, 1))!important}.bg-old-n-gray-30{--tw-bg-opacity: 1 !important;background-color:rgb(182 189 227 / var(--tw-bg-opacity, 1))!important}.bg-old-n-gray-90{--tw-bg-opacity: 1 !important;background-color:rgb(108 117 169 / var(--tw-bg-opacity, 1))!important}.bg-old-orange-10{--tw-bg-opacity: 1 !important;background-color:rgb(253 240 228 / var(--tw-bg-opacity, 1))!important}.bg-old-orange-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 245 235 / var(--tw-bg-opacity, 1))!important}.bg-old-orange-300{--tw-bg-opacity: 1 !important;background-color:rgb(255 237 216 / var(--tw-bg-opacity, 1))!important}.bg-old-orange-70{--tw-bg-opacity: 1 !important;background-color:rgb(241 149 64 / var(--tw-bg-opacity, 1))!important}.bg-old-orange-90{--tw-bg-opacity: 1 !important;background-color:rgb(205 107 15 / var(--tw-bg-opacity, 1))!important}.bg-old-orange-main{--tw-bg-opacity: 1 !important;background-color:rgb(238 182 72 / var(--tw-bg-opacity, 1))!important}.bg-old-orange-tint{--tw-bg-opacity: 1 !important;background-color:rgb(253 248 237 / var(--tw-bg-opacity, 1))!important}.bg-old-pink-100{--tw-bg-opacity: 1 !important;background-color:rgb(244 245 248 / var(--tw-bg-opacity, 1))!important}.bg-old-pink-300{--tw-bg-opacity: 1 !important;background-color:rgb(232 234 236 / var(--tw-bg-opacity, 1))!important}.bg-old-pink-500{--tw-bg-opacity: 1 !important;background-color:rgb(135 140 153 / var(--tw-bg-opacity, 1))!important}.bg-old-red-10{--tw-bg-opacity: 1 !important;background-color:rgb(248 233 235 / var(--tw-bg-opacity, 1))!important}.bg-old-red-20{--tw-bg-opacity: 1 !important;background-color:rgb(241 210 214 / var(--tw-bg-opacity, 1))!important}.bg-old-red-70{--tw-bg-opacity: 1 !important;background-color:rgb(206 99 113 / var(--tw-bg-opacity, 1))!important}.bg-old-red-80{--tw-bg-opacity: 1 !important;background-color:rgb(174 62 80 / var(--tw-bg-opacity, 1))!important}.bg-old-red-90{--tw-bg-opacity: 1 !important;background-color:rgb(179 57 73 / var(--tw-bg-opacity, 1))!important}.bg-old-red-error{--tw-bg-opacity: 1 !important;background-color:rgb(245 108 108 / var(--tw-bg-opacity, 1))!important}.bg-old-red-light{--tw-bg-opacity: 1 !important;background-color:rgb(224 95 95 / var(--tw-bg-opacity, 1))!important}.bg-old-red-main{--tw-bg-opacity: 1 !important;background-color:rgb(255 63 63 / var(--tw-bg-opacity, 1))!important}.bg-old-red-tint{--tw-bg-opacity: 1 !important;background-color:rgb(255 239 241 / var(--tw-bg-opacity, 1))!important}.bg-old-red-warning{--tw-bg-opacity: 1 !important;background-color:rgb(255 69 80 / var(--tw-bg-opacity, 1))!important}.bg-old-transparent{background-color:transparent!important}.bg-old-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-on-accent-primary-default{background-color:var(--gray-10)!important}.bg-pending-primary-default{background-color:var(--graphite-120)!important}.bg-transactions-primary-atm{background-color:var(--green-90)!important}.bg-transactions-primary-card{background-color:var(--rose-60)!important}.bg-transactions-primary-fee{background-color:var(--graphite-100)!important}.bg-transactions-primary-transfer{background-color:var(--blue-90)!important}.bg-transactions-secondary-atm{background-color:var(--green-20)!important}.bg-transactions-secondary-card{background-color:var(--rose-20)!important}.bg-transactions-secondary-fee{background-color:var(--graphite-20)!important}.bg-transactions-secondary-transfer{background-color:var(--blue-20)!important}.bg-transparent{background-color:transparent!important}.bg-opacity-20{--tw-bg-opacity: .2 !important}.bg-opacity-85{--tw-bg-opacity: .85 !important}.bg-opacity-\[10\%\]{--tw-bg-opacity: 10% !important}.bg-\[url\(\"\@\/assets\/icons\/risk-high\.svg\"\)\]{background-image:url(/assets/risk-high-C90wA9Px.svg)!important}.bg-\[url\(\"\@\/assets\/icons\/risk-low\.svg\"\)\]{background-image:url(/assets/risk-low-C4aCI-KT.svg)!important}.bg-\[url\(\"\@\/assets\/icons\/risk-medium\.svg\"\)\]{background-image:url(/assets/risk-medium-rtWIvsU3.svg)!important}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))!important}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))!important}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))!important}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))!important}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))!important}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))!important}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))!important}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))!important}.bg-none{background-image:none!important}.from-black-opacity-10{--tw-gradient-from: #0D0D111A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-10\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20{--tw-gradient-from: #0D0D1133 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-20\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30{--tw-gradient-from: #0D0D114D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-30\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40{--tw-gradient-from: #0D0D1166 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-40\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50{--tw-gradient-from: #0D0D1180 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-50\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60{--tw-gradient-from: #0D0D1199 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-60\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70{--tw-gradient-from: #0D0D11B3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-70\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80{--tw-gradient-from: #0D0D11CC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-80\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90{--tw-gradient-from: #0D0D11E6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/0{--tw-gradient-from: rgb(13 13 17 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/100{--tw-gradient-from: rgb(13 13 17 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/20{--tw-gradient-from: rgb(13 13 17 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/45{--tw-gradient-from: rgb(13 13 17 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/50{--tw-gradient-from: rgb(13 13 17 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/60{--tw-gradient-from: rgb(13 13 17 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/65{--tw-gradient-from: rgb(13 13 17 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/75{--tw-gradient-from: rgb(13 13 17 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-black-opacity-90\/85{--tw-gradient-from: rgb(13 13 17 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10{--tw-gradient-from: #F1F7FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/0{--tw-gradient-from: rgb(241 247 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/100{--tw-gradient-from: rgb(241 247 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/20{--tw-gradient-from: rgb(241 247 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/45{--tw-gradient-from: rgb(241 247 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/50{--tw-gradient-from: rgb(241 247 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/60{--tw-gradient-from: rgb(241 247 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/65{--tw-gradient-from: rgb(241 247 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/75{--tw-gradient-from: rgb(241 247 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-10\/85{--tw-gradient-from: rgb(241 247 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100{--tw-gradient-from: #4B8AFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/0{--tw-gradient-from: rgb(75 138 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/100{--tw-gradient-from: rgb(75 138 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/20{--tw-gradient-from: rgb(75 138 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/45{--tw-gradient-from: rgb(75 138 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/50{--tw-gradient-from: rgb(75 138 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/60{--tw-gradient-from: rgb(75 138 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/65{--tw-gradient-from: rgb(75 138 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/75{--tw-gradient-from: rgb(75 138 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-100\/85{--tw-gradient-from: rgb(75 138 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110{--tw-gradient-from: #337AFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/0{--tw-gradient-from: rgb(51 122 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/100{--tw-gradient-from: rgb(51 122 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/20{--tw-gradient-from: rgb(51 122 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/45{--tw-gradient-from: rgb(51 122 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/50{--tw-gradient-from: rgb(51 122 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/60{--tw-gradient-from: rgb(51 122 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/65{--tw-gradient-from: rgb(51 122 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/75{--tw-gradient-from: rgb(51 122 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-110\/85{--tw-gradient-from: rgb(51 122 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120{--tw-gradient-from: #206CFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/0{--tw-gradient-from: rgb(32 108 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/100{--tw-gradient-from: rgb(32 108 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/20{--tw-gradient-from: rgb(32 108 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/45{--tw-gradient-from: rgb(32 108 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/50{--tw-gradient-from: rgb(32 108 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/60{--tw-gradient-from: rgb(32 108 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/65{--tw-gradient-from: rgb(32 108 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/75{--tw-gradient-from: rgb(32 108 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-120\/85{--tw-gradient-from: rgb(32 108 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130{--tw-gradient-from: #0C60F8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/0{--tw-gradient-from: rgb(12 96 248 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/100{--tw-gradient-from: rgb(12 96 248 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/20{--tw-gradient-from: rgb(12 96 248 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/45{--tw-gradient-from: rgb(12 96 248 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/50{--tw-gradient-from: rgb(12 96 248 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/60{--tw-gradient-from: rgb(12 96 248 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/65{--tw-gradient-from: rgb(12 96 248 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/75{--tw-gradient-from: rgb(12 96 248 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-130\/85{--tw-gradient-from: rgb(12 96 248 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140{--tw-gradient-from: #0052EA var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/0{--tw-gradient-from: rgb(0 82 234 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/100{--tw-gradient-from: rgb(0 82 234 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/20{--tw-gradient-from: rgb(0 82 234 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/45{--tw-gradient-from: rgb(0 82 234 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/50{--tw-gradient-from: rgb(0 82 234 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/60{--tw-gradient-from: rgb(0 82 234 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/65{--tw-gradient-from: rgb(0 82 234 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/75{--tw-gradient-from: rgb(0 82 234 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-140\/85{--tw-gradient-from: rgb(0 82 234 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150{--tw-gradient-from: #0045DD var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/0{--tw-gradient-from: rgb(0 69 221 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/100{--tw-gradient-from: rgb(0 69 221 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/20{--tw-gradient-from: rgb(0 69 221 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/45{--tw-gradient-from: rgb(0 69 221 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/50{--tw-gradient-from: rgb(0 69 221 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/60{--tw-gradient-from: rgb(0 69 221 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/65{--tw-gradient-from: rgb(0 69 221 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/75{--tw-gradient-from: rgb(0 69 221 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-150\/85{--tw-gradient-from: rgb(0 69 221 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160{--tw-gradient-from: #003AD2 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/0{--tw-gradient-from: rgb(0 58 210 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/100{--tw-gradient-from: rgb(0 58 210 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/20{--tw-gradient-from: rgb(0 58 210 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/45{--tw-gradient-from: rgb(0 58 210 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/50{--tw-gradient-from: rgb(0 58 210 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/60{--tw-gradient-from: rgb(0 58 210 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/65{--tw-gradient-from: rgb(0 58 210 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/75{--tw-gradient-from: rgb(0 58 210 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-160\/85{--tw-gradient-from: rgb(0 58 210 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20{--tw-gradient-from: #E3EEFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/0{--tw-gradient-from: rgb(227 238 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/100{--tw-gradient-from: rgb(227 238 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/20{--tw-gradient-from: rgb(227 238 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/45{--tw-gradient-from: rgb(227 238 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/50{--tw-gradient-from: rgb(227 238 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/60{--tw-gradient-from: rgb(227 238 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/65{--tw-gradient-from: rgb(227 238 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/75{--tw-gradient-from: rgb(227 238 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-20\/85{--tw-gradient-from: rgb(227 238 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30{--tw-gradient-from: #D5E6FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/0{--tw-gradient-from: rgb(213 230 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/100{--tw-gradient-from: rgb(213 230 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/20{--tw-gradient-from: rgb(213 230 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/45{--tw-gradient-from: rgb(213 230 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/50{--tw-gradient-from: rgb(213 230 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/60{--tw-gradient-from: rgb(213 230 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/65{--tw-gradient-from: rgb(213 230 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/75{--tw-gradient-from: rgb(213 230 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-30\/85{--tw-gradient-from: rgb(213 230 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40{--tw-gradient-from: #C5DBFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/0{--tw-gradient-from: rgb(197 219 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/100{--tw-gradient-from: rgb(197 219 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/20{--tw-gradient-from: rgb(197 219 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/45{--tw-gradient-from: rgb(197 219 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/50{--tw-gradient-from: rgb(197 219 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/60{--tw-gradient-from: rgb(197 219 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/65{--tw-gradient-from: rgb(197 219 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/75{--tw-gradient-from: rgb(197 219 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-40\/85{--tw-gradient-from: rgb(197 219 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50{--tw-gradient-from: #ADCDFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/0{--tw-gradient-from: rgb(173 205 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/100{--tw-gradient-from: rgb(173 205 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/20{--tw-gradient-from: rgb(173 205 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/45{--tw-gradient-from: rgb(173 205 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/50{--tw-gradient-from: rgb(173 205 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/60{--tw-gradient-from: rgb(173 205 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/65{--tw-gradient-from: rgb(173 205 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/75{--tw-gradient-from: rgb(173 205 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-50\/85{--tw-gradient-from: rgb(173 205 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60{--tw-gradient-from: #99BFFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/0{--tw-gradient-from: rgb(153 191 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/100{--tw-gradient-from: rgb(153 191 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/20{--tw-gradient-from: rgb(153 191 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/45{--tw-gradient-from: rgb(153 191 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/50{--tw-gradient-from: rgb(153 191 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/60{--tw-gradient-from: rgb(153 191 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/65{--tw-gradient-from: rgb(153 191 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/75{--tw-gradient-from: rgb(153 191 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-60\/85{--tw-gradient-from: rgb(153 191 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70{--tw-gradient-from: #87B4FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/0{--tw-gradient-from: rgb(135 180 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/100{--tw-gradient-from: rgb(135 180 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/20{--tw-gradient-from: rgb(135 180 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/45{--tw-gradient-from: rgb(135 180 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/50{--tw-gradient-from: rgb(135 180 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/60{--tw-gradient-from: rgb(135 180 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/65{--tw-gradient-from: rgb(135 180 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/75{--tw-gradient-from: rgb(135 180 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-70\/85{--tw-gradient-from: rgb(135 180 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80{--tw-gradient-from: #6EA3FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/0{--tw-gradient-from: rgb(110 163 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/100{--tw-gradient-from: rgb(110 163 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/20{--tw-gradient-from: rgb(110 163 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/45{--tw-gradient-from: rgb(110 163 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/50{--tw-gradient-from: rgb(110 163 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/60{--tw-gradient-from: rgb(110 163 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/65{--tw-gradient-from: rgb(110 163 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/75{--tw-gradient-from: rgb(110 163 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-80\/85{--tw-gradient-from: rgb(110 163 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90{--tw-gradient-from: #5C96FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/0{--tw-gradient-from: rgb(92 150 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/100{--tw-gradient-from: rgb(92 150 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/20{--tw-gradient-from: rgb(92 150 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/45{--tw-gradient-from: rgb(92 150 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/50{--tw-gradient-from: rgb(92 150 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/60{--tw-gradient-from: rgb(92 150 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/65{--tw-gradient-from: rgb(92 150 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/75{--tw-gradient-from: rgb(92 150 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-blue-90\/85{--tw-gradient-from: rgb(92 150 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-current{--tw-gradient-from: currentColor var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10{--tw-gradient-from: #F6F4FA var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/0{--tw-gradient-from: rgb(246 244 250 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/100{--tw-gradient-from: rgb(246 244 250 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/20{--tw-gradient-from: rgb(246 244 250 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/45{--tw-gradient-from: rgb(246 244 250 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/50{--tw-gradient-from: rgb(246 244 250 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/60{--tw-gradient-from: rgb(246 244 250 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/65{--tw-gradient-from: rgb(246 244 250 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/75{--tw-gradient-from: rgb(246 244 250 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-10\/85{--tw-gradient-from: rgb(246 244 250 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100{--tw-gradient-from: #63398B var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/0{--tw-gradient-from: rgb(99 57 139 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/100{--tw-gradient-from: rgb(99 57 139 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/20{--tw-gradient-from: rgb(99 57 139 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/45{--tw-gradient-from: rgb(99 57 139 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/50{--tw-gradient-from: rgb(99 57 139 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/60{--tw-gradient-from: rgb(99 57 139 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/65{--tw-gradient-from: rgb(99 57 139 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/75{--tw-gradient-from: rgb(99 57 139 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-100\/85{--tw-gradient-from: rgb(99 57 139 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110{--tw-gradient-from: #53287A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/0{--tw-gradient-from: rgb(83 40 122 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/100{--tw-gradient-from: rgb(83 40 122 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/20{--tw-gradient-from: rgb(83 40 122 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/45{--tw-gradient-from: rgb(83 40 122 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/50{--tw-gradient-from: rgb(83 40 122 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/60{--tw-gradient-from: rgb(83 40 122 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/65{--tw-gradient-from: rgb(83 40 122 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/75{--tw-gradient-from: rgb(83 40 122 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-110\/85{--tw-gradient-from: rgb(83 40 122 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120{--tw-gradient-from: #481C6D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/0{--tw-gradient-from: rgb(72 28 109 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/100{--tw-gradient-from: rgb(72 28 109 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/20{--tw-gradient-from: rgb(72 28 109 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/45{--tw-gradient-from: rgb(72 28 109 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/50{--tw-gradient-from: rgb(72 28 109 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/60{--tw-gradient-from: rgb(72 28 109 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/65{--tw-gradient-from: rgb(72 28 109 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/75{--tw-gradient-from: rgb(72 28 109 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-120\/85{--tw-gradient-from: rgb(72 28 109 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130{--tw-gradient-from: #3D0D60 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/0{--tw-gradient-from: rgb(61 13 96 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/100{--tw-gradient-from: rgb(61 13 96 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/20{--tw-gradient-from: rgb(61 13 96 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/45{--tw-gradient-from: rgb(61 13 96 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/50{--tw-gradient-from: rgb(61 13 96 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/60{--tw-gradient-from: rgb(61 13 96 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/65{--tw-gradient-from: rgb(61 13 96 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/75{--tw-gradient-from: rgb(61 13 96 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-130\/85{--tw-gradient-from: rgb(61 13 96 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140{--tw-gradient-from: #320053 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/0{--tw-gradient-from: rgb(50 0 83 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/100{--tw-gradient-from: rgb(50 0 83 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/20{--tw-gradient-from: rgb(50 0 83 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/45{--tw-gradient-from: rgb(50 0 83 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/50{--tw-gradient-from: rgb(50 0 83 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/60{--tw-gradient-from: rgb(50 0 83 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/65{--tw-gradient-from: rgb(50 0 83 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/75{--tw-gradient-from: rgb(50 0 83 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-140\/85{--tw-gradient-from: rgb(50 0 83 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150{--tw-gradient-from: #280048 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/0{--tw-gradient-from: rgb(40 0 72 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/100{--tw-gradient-from: rgb(40 0 72 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/20{--tw-gradient-from: rgb(40 0 72 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/45{--tw-gradient-from: rgb(40 0 72 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/50{--tw-gradient-from: rgb(40 0 72 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/60{--tw-gradient-from: rgb(40 0 72 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/65{--tw-gradient-from: rgb(40 0 72 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/75{--tw-gradient-from: rgb(40 0 72 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-150\/85{--tw-gradient-from: rgb(40 0 72 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160{--tw-gradient-from: #1C0039 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/0{--tw-gradient-from: rgb(28 0 57 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/100{--tw-gradient-from: rgb(28 0 57 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/20{--tw-gradient-from: rgb(28 0 57 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/45{--tw-gradient-from: rgb(28 0 57 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/50{--tw-gradient-from: rgb(28 0 57 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/60{--tw-gradient-from: rgb(28 0 57 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/65{--tw-gradient-from: rgb(28 0 57 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/75{--tw-gradient-from: rgb(28 0 57 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-160\/85{--tw-gradient-from: rgb(28 0 57 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20{--tw-gradient-from: #EDE7F3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/0{--tw-gradient-from: rgb(237 231 243 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/100{--tw-gradient-from: rgb(237 231 243 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/20{--tw-gradient-from: rgb(237 231 243 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/45{--tw-gradient-from: rgb(237 231 243 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/50{--tw-gradient-from: rgb(237 231 243 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/60{--tw-gradient-from: rgb(237 231 243 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/65{--tw-gradient-from: rgb(237 231 243 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/75{--tw-gradient-from: rgb(237 231 243 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-20\/85{--tw-gradient-from: rgb(237 231 243 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30{--tw-gradient-from: #DBD1E8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/0{--tw-gradient-from: rgb(219 209 232 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/100{--tw-gradient-from: rgb(219 209 232 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/20{--tw-gradient-from: rgb(219 209 232 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/45{--tw-gradient-from: rgb(219 209 232 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/50{--tw-gradient-from: rgb(219 209 232 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/60{--tw-gradient-from: rgb(219 209 232 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/65{--tw-gradient-from: rgb(219 209 232 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/75{--tw-gradient-from: rgb(219 209 232 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-30\/85{--tw-gradient-from: rgb(219 209 232 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40{--tw-gradient-from: #C9BADC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/0{--tw-gradient-from: rgb(201 186 220 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/100{--tw-gradient-from: rgb(201 186 220 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/20{--tw-gradient-from: rgb(201 186 220 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/45{--tw-gradient-from: rgb(201 186 220 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/50{--tw-gradient-from: rgb(201 186 220 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/60{--tw-gradient-from: rgb(201 186 220 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/65{--tw-gradient-from: rgb(201 186 220 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/75{--tw-gradient-from: rgb(201 186 220 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-40\/85{--tw-gradient-from: rgb(201 186 220 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50{--tw-gradient-from: #B7A3D0 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/0{--tw-gradient-from: rgb(183 163 208 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/100{--tw-gradient-from: rgb(183 163 208 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/20{--tw-gradient-from: rgb(183 163 208 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/45{--tw-gradient-from: rgb(183 163 208 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/50{--tw-gradient-from: rgb(183 163 208 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/60{--tw-gradient-from: rgb(183 163 208 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/65{--tw-gradient-from: rgb(183 163 208 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/75{--tw-gradient-from: rgb(183 163 208 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-50\/85{--tw-gradient-from: rgb(183 163 208 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60{--tw-gradient-from: #A68DC4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/0{--tw-gradient-from: rgb(166 141 196 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/100{--tw-gradient-from: rgb(166 141 196 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/20{--tw-gradient-from: rgb(166 141 196 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/45{--tw-gradient-from: rgb(166 141 196 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/50{--tw-gradient-from: rgb(166 141 196 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/60{--tw-gradient-from: rgb(166 141 196 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/65{--tw-gradient-from: rgb(166 141 196 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/75{--tw-gradient-from: rgb(166 141 196 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-60\/85{--tw-gradient-from: rgb(166 141 196 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70{--tw-gradient-from: #9677B8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/0{--tw-gradient-from: rgb(150 119 184 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/100{--tw-gradient-from: rgb(150 119 184 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/20{--tw-gradient-from: rgb(150 119 184 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/45{--tw-gradient-from: rgb(150 119 184 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/50{--tw-gradient-from: rgb(150 119 184 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/60{--tw-gradient-from: rgb(150 119 184 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/65{--tw-gradient-from: rgb(150 119 184 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/75{--tw-gradient-from: rgb(150 119 184 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-70\/85{--tw-gradient-from: rgb(150 119 184 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80{--tw-gradient-from: #8561AC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/0{--tw-gradient-from: rgb(133 97 172 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/100{--tw-gradient-from: rgb(133 97 172 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/20{--tw-gradient-from: rgb(133 97 172 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/45{--tw-gradient-from: rgb(133 97 172 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/50{--tw-gradient-from: rgb(133 97 172 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/60{--tw-gradient-from: rgb(133 97 172 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/65{--tw-gradient-from: rgb(133 97 172 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/75{--tw-gradient-from: rgb(133 97 172 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-80\/85{--tw-gradient-from: rgb(133 97 172 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90{--tw-gradient-from: #754B9F var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/0{--tw-gradient-from: rgb(117 75 159 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/100{--tw-gradient-from: rgb(117 75 159 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/20{--tw-gradient-from: rgb(117 75 159 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/45{--tw-gradient-from: rgb(117 75 159 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/50{--tw-gradient-from: rgb(117 75 159 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/60{--tw-gradient-from: rgb(117 75 159 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/65{--tw-gradient-from: rgb(117 75 159 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/75{--tw-gradient-from: rgb(117 75 159 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-fuchsia-90\/85{--tw-gradient-from: rgb(117 75 159 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10{--tw-gradient-from: #F4F5FB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/0{--tw-gradient-from: rgb(244 245 251 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/100{--tw-gradient-from: rgb(244 245 251 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/20{--tw-gradient-from: rgb(244 245 251 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/45{--tw-gradient-from: rgb(244 245 251 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/50{--tw-gradient-from: rgb(244 245 251 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/60{--tw-gradient-from: rgb(244 245 251 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/65{--tw-gradient-from: rgb(244 245 251 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/75{--tw-gradient-from: rgb(244 245 251 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-10\/85{--tw-gradient-from: rgb(244 245 251 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100{--tw-gradient-from: #848CB6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/0{--tw-gradient-from: rgb(132 140 182 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/100{--tw-gradient-from: rgb(132 140 182 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/20{--tw-gradient-from: rgb(132 140 182 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/45{--tw-gradient-from: rgb(132 140 182 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/50{--tw-gradient-from: rgb(132 140 182 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/60{--tw-gradient-from: rgb(132 140 182 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/65{--tw-gradient-from: rgb(132 140 182 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/75{--tw-gradient-from: rgb(132 140 182 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-100\/85{--tw-gradient-from: rgb(132 140 182 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110{--tw-gradient-from: #777EAC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/0{--tw-gradient-from: rgb(119 126 172 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/100{--tw-gradient-from: rgb(119 126 172 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/20{--tw-gradient-from: rgb(119 126 172 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/45{--tw-gradient-from: rgb(119 126 172 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/50{--tw-gradient-from: rgb(119 126 172 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/60{--tw-gradient-from: rgb(119 126 172 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/65{--tw-gradient-from: rgb(119 126 172 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/75{--tw-gradient-from: rgb(119 126 172 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-110\/85{--tw-gradient-from: rgb(119 126 172 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120{--tw-gradient-from: #6D74A4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/0{--tw-gradient-from: rgb(109 116 164 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/100{--tw-gradient-from: rgb(109 116 164 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/20{--tw-gradient-from: rgb(109 116 164 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/45{--tw-gradient-from: rgb(109 116 164 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/50{--tw-gradient-from: rgb(109 116 164 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/60{--tw-gradient-from: rgb(109 116 164 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/65{--tw-gradient-from: rgb(109 116 164 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/75{--tw-gradient-from: rgb(109 116 164 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-120\/85{--tw-gradient-from: rgb(109 116 164 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130{--tw-gradient-from: #636A9A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/0{--tw-gradient-from: rgb(99 106 154 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/100{--tw-gradient-from: rgb(99 106 154 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/20{--tw-gradient-from: rgb(99 106 154 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/45{--tw-gradient-from: rgb(99 106 154 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/50{--tw-gradient-from: rgb(99 106 154 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/60{--tw-gradient-from: rgb(99 106 154 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/65{--tw-gradient-from: rgb(99 106 154 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/75{--tw-gradient-from: rgb(99 106 154 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-130\/85{--tw-gradient-from: rgb(99 106 154 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140{--tw-gradient-from: #565E8E var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/0{--tw-gradient-from: rgb(86 94 142 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/100{--tw-gradient-from: rgb(86 94 142 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/20{--tw-gradient-from: rgb(86 94 142 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/45{--tw-gradient-from: rgb(86 94 142 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/50{--tw-gradient-from: rgb(86 94 142 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/60{--tw-gradient-from: rgb(86 94 142 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/65{--tw-gradient-from: rgb(86 94 142 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/75{--tw-gradient-from: rgb(86 94 142 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-140\/85{--tw-gradient-from: rgb(86 94 142 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150{--tw-gradient-from: #4D5383 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/0{--tw-gradient-from: rgb(77 83 131 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/100{--tw-gradient-from: rgb(77 83 131 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/20{--tw-gradient-from: rgb(77 83 131 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/45{--tw-gradient-from: rgb(77 83 131 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/50{--tw-gradient-from: rgb(77 83 131 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/60{--tw-gradient-from: rgb(77 83 131 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/65{--tw-gradient-from: rgb(77 83 131 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/75{--tw-gradient-from: rgb(77 83 131 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-150\/85{--tw-gradient-from: rgb(77 83 131 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160{--tw-gradient-from: #444B78 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/0{--tw-gradient-from: rgb(68 75 120 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/100{--tw-gradient-from: rgb(68 75 120 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/20{--tw-gradient-from: rgb(68 75 120 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/45{--tw-gradient-from: rgb(68 75 120 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/50{--tw-gradient-from: rgb(68 75 120 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/60{--tw-gradient-from: rgb(68 75 120 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/65{--tw-gradient-from: rgb(68 75 120 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/75{--tw-gradient-from: rgb(68 75 120 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-160\/85{--tw-gradient-from: rgb(68 75 120 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20{--tw-gradient-from: #ECEDF7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/0{--tw-gradient-from: rgb(236 237 247 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/100{--tw-gradient-from: rgb(236 237 247 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/20{--tw-gradient-from: rgb(236 237 247 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/45{--tw-gradient-from: rgb(236 237 247 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/50{--tw-gradient-from: rgb(236 237 247 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/60{--tw-gradient-from: rgb(236 237 247 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/65{--tw-gradient-from: rgb(236 237 247 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/75{--tw-gradient-from: rgb(236 237 247 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-20\/85{--tw-gradient-from: rgb(236 237 247 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30{--tw-gradient-from: #E2E4F1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/0{--tw-gradient-from: rgb(226 228 241 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/100{--tw-gradient-from: rgb(226 228 241 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/20{--tw-gradient-from: rgb(226 228 241 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/45{--tw-gradient-from: rgb(226 228 241 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/50{--tw-gradient-from: rgb(226 228 241 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/60{--tw-gradient-from: rgb(226 228 241 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/65{--tw-gradient-from: rgb(226 228 241 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/75{--tw-gradient-from: rgb(226 228 241 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-30\/85{--tw-gradient-from: rgb(226 228 241 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40{--tw-gradient-from: #D6D9EA var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/0{--tw-gradient-from: rgb(214 217 234 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/100{--tw-gradient-from: rgb(214 217 234 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/20{--tw-gradient-from: rgb(214 217 234 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/45{--tw-gradient-from: rgb(214 217 234 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/50{--tw-gradient-from: rgb(214 217 234 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/60{--tw-gradient-from: rgb(214 217 234 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/65{--tw-gradient-from: rgb(214 217 234 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/75{--tw-gradient-from: rgb(214 217 234 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-40\/85{--tw-gradient-from: rgb(214 217 234 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50{--tw-gradient-from: #C7CBE2 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/0{--tw-gradient-from: rgb(199 203 226 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/100{--tw-gradient-from: rgb(199 203 226 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/20{--tw-gradient-from: rgb(199 203 226 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/45{--tw-gradient-from: rgb(199 203 226 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/50{--tw-gradient-from: rgb(199 203 226 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/60{--tw-gradient-from: rgb(199 203 226 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/65{--tw-gradient-from: rgb(199 203 226 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/75{--tw-gradient-from: rgb(199 203 226 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-50\/85{--tw-gradient-from: rgb(199 203 226 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60{--tw-gradient-from: #B8BDD9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/0{--tw-gradient-from: rgb(184 189 217 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/100{--tw-gradient-from: rgb(184 189 217 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/20{--tw-gradient-from: rgb(184 189 217 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/45{--tw-gradient-from: rgb(184 189 217 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/50{--tw-gradient-from: rgb(184 189 217 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/60{--tw-gradient-from: rgb(184 189 217 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/65{--tw-gradient-from: rgb(184 189 217 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/75{--tw-gradient-from: rgb(184 189 217 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-60\/85{--tw-gradient-from: rgb(184 189 217 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70{--tw-gradient-from: #ACB1D1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/0{--tw-gradient-from: rgb(172 177 209 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/100{--tw-gradient-from: rgb(172 177 209 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/20{--tw-gradient-from: rgb(172 177 209 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/45{--tw-gradient-from: rgb(172 177 209 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/50{--tw-gradient-from: rgb(172 177 209 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/60{--tw-gradient-from: rgb(172 177 209 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/65{--tw-gradient-from: rgb(172 177 209 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/75{--tw-gradient-from: rgb(172 177 209 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-70\/85{--tw-gradient-from: rgb(172 177 209 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80{--tw-gradient-from: #9BA1C6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/0{--tw-gradient-from: rgb(155 161 198 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/100{--tw-gradient-from: rgb(155 161 198 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/20{--tw-gradient-from: rgb(155 161 198 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/45{--tw-gradient-from: rgb(155 161 198 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/50{--tw-gradient-from: rgb(155 161 198 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/60{--tw-gradient-from: rgb(155 161 198 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/65{--tw-gradient-from: rgb(155 161 198 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/75{--tw-gradient-from: rgb(155 161 198 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-80\/85{--tw-gradient-from: rgb(155 161 198 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90{--tw-gradient-from: #8F96BE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/0{--tw-gradient-from: rgb(143 150 190 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/100{--tw-gradient-from: rgb(143 150 190 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/20{--tw-gradient-from: rgb(143 150 190 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/45{--tw-gradient-from: rgb(143 150 190 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/50{--tw-gradient-from: rgb(143 150 190 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/60{--tw-gradient-from: rgb(143 150 190 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/65{--tw-gradient-from: rgb(143 150 190 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/75{--tw-gradient-from: rgb(143 150 190 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-graphite-90\/85{--tw-gradient-from: rgb(143 150 190 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10{--tw-gradient-from: #FFFFFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-10\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100{--tw-gradient-from: #959595 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/0{--tw-gradient-from: rgb(149 149 149 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/100{--tw-gradient-from: rgb(149 149 149 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/20{--tw-gradient-from: rgb(149 149 149 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/45{--tw-gradient-from: rgb(149 149 149 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/50{--tw-gradient-from: rgb(149 149 149 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/60{--tw-gradient-from: rgb(149 149 149 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/65{--tw-gradient-from: rgb(149 149 149 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/75{--tw-gradient-from: rgb(149 149 149 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-100\/85{--tw-gradient-from: rgb(149 149 149 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110{--tw-gradient-from: #797979 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/0{--tw-gradient-from: rgb(121 121 121 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/100{--tw-gradient-from: rgb(121 121 121 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/20{--tw-gradient-from: rgb(121 121 121 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/45{--tw-gradient-from: rgb(121 121 121 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/50{--tw-gradient-from: rgb(121 121 121 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/60{--tw-gradient-from: rgb(121 121 121 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/65{--tw-gradient-from: rgb(121 121 121 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/75{--tw-gradient-from: rgb(121 121 121 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-110\/85{--tw-gradient-from: rgb(121 121 121 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120{--tw-gradient-from: #5D5D5D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/0{--tw-gradient-from: rgb(93 93 93 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/100{--tw-gradient-from: rgb(93 93 93 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/20{--tw-gradient-from: rgb(93 93 93 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/45{--tw-gradient-from: rgb(93 93 93 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/50{--tw-gradient-from: rgb(93 93 93 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/60{--tw-gradient-from: rgb(93 93 93 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/65{--tw-gradient-from: rgb(93 93 93 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/75{--tw-gradient-from: rgb(93 93 93 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-120\/85{--tw-gradient-from: rgb(93 93 93 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130{--tw-gradient-from: #444444 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/0{--tw-gradient-from: rgb(68 68 68 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/100{--tw-gradient-from: rgb(68 68 68 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/20{--tw-gradient-from: rgb(68 68 68 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/45{--tw-gradient-from: rgb(68 68 68 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/50{--tw-gradient-from: rgb(68 68 68 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/60{--tw-gradient-from: rgb(68 68 68 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/65{--tw-gradient-from: rgb(68 68 68 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/75{--tw-gradient-from: rgb(68 68 68 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-130\/85{--tw-gradient-from: rgb(68 68 68 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140{--tw-gradient-from: #303030 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/0{--tw-gradient-from: rgb(48 48 48 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/100{--tw-gradient-from: rgb(48 48 48 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/20{--tw-gradient-from: rgb(48 48 48 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/45{--tw-gradient-from: rgb(48 48 48 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/50{--tw-gradient-from: rgb(48 48 48 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/60{--tw-gradient-from: rgb(48 48 48 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/65{--tw-gradient-from: rgb(48 48 48 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/75{--tw-gradient-from: rgb(48 48 48 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-140\/85{--tw-gradient-from: rgb(48 48 48 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150{--tw-gradient-from: #272727 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/0{--tw-gradient-from: rgb(39 39 39 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/100{--tw-gradient-from: rgb(39 39 39 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/20{--tw-gradient-from: rgb(39 39 39 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/45{--tw-gradient-from: rgb(39 39 39 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/50{--tw-gradient-from: rgb(39 39 39 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/60{--tw-gradient-from: rgb(39 39 39 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/65{--tw-gradient-from: rgb(39 39 39 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/75{--tw-gradient-from: rgb(39 39 39 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-150\/85{--tw-gradient-from: rgb(39 39 39 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160{--tw-gradient-from: #1D1D1D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/0{--tw-gradient-from: rgb(29 29 29 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/100{--tw-gradient-from: rgb(29 29 29 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/20{--tw-gradient-from: rgb(29 29 29 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/45{--tw-gradient-from: rgb(29 29 29 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/50{--tw-gradient-from: rgb(29 29 29 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/60{--tw-gradient-from: rgb(29 29 29 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/65{--tw-gradient-from: rgb(29 29 29 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/75{--tw-gradient-from: rgb(29 29 29 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-160\/85{--tw-gradient-from: rgb(29 29 29 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20{--tw-gradient-from: #FBFBFB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/0{--tw-gradient-from: rgb(251 251 251 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/100{--tw-gradient-from: rgb(251 251 251 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/20{--tw-gradient-from: rgb(251 251 251 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/45{--tw-gradient-from: rgb(251 251 251 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/50{--tw-gradient-from: rgb(251 251 251 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/60{--tw-gradient-from: rgb(251 251 251 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/65{--tw-gradient-from: rgb(251 251 251 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/75{--tw-gradient-from: rgb(251 251 251 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-20\/85{--tw-gradient-from: rgb(251 251 251 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30{--tw-gradient-from: #F7F7F7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/0{--tw-gradient-from: rgb(247 247 247 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/100{--tw-gradient-from: rgb(247 247 247 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/20{--tw-gradient-from: rgb(247 247 247 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/45{--tw-gradient-from: rgb(247 247 247 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/50{--tw-gradient-from: rgb(247 247 247 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/60{--tw-gradient-from: rgb(247 247 247 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/65{--tw-gradient-from: rgb(247 247 247 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/75{--tw-gradient-from: rgb(247 247 247 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-30\/85{--tw-gradient-from: rgb(247 247 247 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40{--tw-gradient-from: #F5F5F5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/0{--tw-gradient-from: rgb(245 245 245 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/100{--tw-gradient-from: rgb(245 245 245 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/20{--tw-gradient-from: rgb(245 245 245 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/45{--tw-gradient-from: rgb(245 245 245 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/50{--tw-gradient-from: rgb(245 245 245 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/60{--tw-gradient-from: rgb(245 245 245 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/65{--tw-gradient-from: rgb(245 245 245 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/75{--tw-gradient-from: rgb(245 245 245 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-40\/85{--tw-gradient-from: rgb(245 245 245 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50{--tw-gradient-from: #F1F1F1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/0{--tw-gradient-from: rgb(241 241 241 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/100{--tw-gradient-from: rgb(241 241 241 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/20{--tw-gradient-from: rgb(241 241 241 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/45{--tw-gradient-from: rgb(241 241 241 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/50{--tw-gradient-from: rgb(241 241 241 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/60{--tw-gradient-from: rgb(241 241 241 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/65{--tw-gradient-from: rgb(241 241 241 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/75{--tw-gradient-from: rgb(241 241 241 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-50\/85{--tw-gradient-from: rgb(241 241 241 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60{--tw-gradient-from: #E9E9E9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/0{--tw-gradient-from: rgb(233 233 233 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/100{--tw-gradient-from: rgb(233 233 233 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/20{--tw-gradient-from: rgb(233 233 233 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/45{--tw-gradient-from: rgb(233 233 233 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/50{--tw-gradient-from: rgb(233 233 233 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/60{--tw-gradient-from: rgb(233 233 233 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/65{--tw-gradient-from: rgb(233 233 233 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/75{--tw-gradient-from: rgb(233 233 233 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-60\/85{--tw-gradient-from: rgb(233 233 233 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70{--tw-gradient-from: #DDDDDD var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/0{--tw-gradient-from: rgb(221 221 221 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/100{--tw-gradient-from: rgb(221 221 221 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/20{--tw-gradient-from: rgb(221 221 221 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/45{--tw-gradient-from: rgb(221 221 221 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/50{--tw-gradient-from: rgb(221 221 221 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/60{--tw-gradient-from: rgb(221 221 221 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/65{--tw-gradient-from: rgb(221 221 221 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/75{--tw-gradient-from: rgb(221 221 221 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-70\/85{--tw-gradient-from: rgb(221 221 221 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80{--tw-gradient-from: #CBCBCB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/0{--tw-gradient-from: rgb(203 203 203 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/100{--tw-gradient-from: rgb(203 203 203 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/20{--tw-gradient-from: rgb(203 203 203 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/45{--tw-gradient-from: rgb(203 203 203 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/50{--tw-gradient-from: rgb(203 203 203 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/60{--tw-gradient-from: rgb(203 203 203 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/65{--tw-gradient-from: rgb(203 203 203 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/75{--tw-gradient-from: rgb(203 203 203 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-80\/85{--tw-gradient-from: rgb(203 203 203 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90{--tw-gradient-from: #B4B4B4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/0{--tw-gradient-from: rgb(180 180 180 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/100{--tw-gradient-from: rgb(180 180 180 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/20{--tw-gradient-from: rgb(180 180 180 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/45{--tw-gradient-from: rgb(180 180 180 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/50{--tw-gradient-from: rgb(180 180 180 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/60{--tw-gradient-from: rgb(180 180 180 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/65{--tw-gradient-from: rgb(180 180 180 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/75{--tw-gradient-from: rgb(180 180 180 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-gray-90\/85{--tw-gradient-from: rgb(180 180 180 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10{--tw-gradient-from: #F1F8F5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/0{--tw-gradient-from: rgb(241 248 245 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/100{--tw-gradient-from: rgb(241 248 245 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/20{--tw-gradient-from: rgb(241 248 245 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/45{--tw-gradient-from: rgb(241 248 245 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/50{--tw-gradient-from: rgb(241 248 245 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/60{--tw-gradient-from: rgb(241 248 245 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/65{--tw-gradient-from: rgb(241 248 245 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/75{--tw-gradient-from: rgb(241 248 245 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-10\/85{--tw-gradient-from: rgb(241 248 245 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100{--tw-gradient-from: #349E85 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/0{--tw-gradient-from: rgb(52 158 133 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/100{--tw-gradient-from: rgb(52 158 133 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/20{--tw-gradient-from: rgb(52 158 133 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/45{--tw-gradient-from: rgb(52 158 133 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/50{--tw-gradient-from: rgb(52 158 133 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/60{--tw-gradient-from: rgb(52 158 133 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/65{--tw-gradient-from: rgb(52 158 133 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/75{--tw-gradient-from: rgb(52 158 133 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-100\/85{--tw-gradient-from: rgb(52 158 133 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110{--tw-gradient-from: #009277 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/0{--tw-gradient-from: rgb(0 146 119 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/100{--tw-gradient-from: rgb(0 146 119 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/20{--tw-gradient-from: rgb(0 146 119 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/45{--tw-gradient-from: rgb(0 146 119 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/50{--tw-gradient-from: rgb(0 146 119 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/60{--tw-gradient-from: rgb(0 146 119 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/65{--tw-gradient-from: rgb(0 146 119 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/75{--tw-gradient-from: rgb(0 146 119 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-110\/85{--tw-gradient-from: rgb(0 146 119 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120{--tw-gradient-from: #00876D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/0{--tw-gradient-from: rgb(0 135 109 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/100{--tw-gradient-from: rgb(0 135 109 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/20{--tw-gradient-from: rgb(0 135 109 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/45{--tw-gradient-from: rgb(0 135 109 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/50{--tw-gradient-from: rgb(0 135 109 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/60{--tw-gradient-from: rgb(0 135 109 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/65{--tw-gradient-from: rgb(0 135 109 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/75{--tw-gradient-from: rgb(0 135 109 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-120\/85{--tw-gradient-from: rgb(0 135 109 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130{--tw-gradient-from: #007C62 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/0{--tw-gradient-from: rgb(0 124 98 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/100{--tw-gradient-from: rgb(0 124 98 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/20{--tw-gradient-from: rgb(0 124 98 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/45{--tw-gradient-from: rgb(0 124 98 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/50{--tw-gradient-from: rgb(0 124 98 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/60{--tw-gradient-from: rgb(0 124 98 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/65{--tw-gradient-from: rgb(0 124 98 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/75{--tw-gradient-from: rgb(0 124 98 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-130\/85{--tw-gradient-from: rgb(0 124 98 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140{--tw-gradient-from: #006E56 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/0{--tw-gradient-from: rgb(0 110 86 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/100{--tw-gradient-from: rgb(0 110 86 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/20{--tw-gradient-from: rgb(0 110 86 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/45{--tw-gradient-from: rgb(0 110 86 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/50{--tw-gradient-from: rgb(0 110 86 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/60{--tw-gradient-from: rgb(0 110 86 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/65{--tw-gradient-from: rgb(0 110 86 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/75{--tw-gradient-from: rgb(0 110 86 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-140\/85{--tw-gradient-from: rgb(0 110 86 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150{--tw-gradient-from: #00634B var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/0{--tw-gradient-from: rgb(0 99 75 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/100{--tw-gradient-from: rgb(0 99 75 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/20{--tw-gradient-from: rgb(0 99 75 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/45{--tw-gradient-from: rgb(0 99 75 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/50{--tw-gradient-from: rgb(0 99 75 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/60{--tw-gradient-from: rgb(0 99 75 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/65{--tw-gradient-from: rgb(0 99 75 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/75{--tw-gradient-from: rgb(0 99 75 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-150\/85{--tw-gradient-from: rgb(0 99 75 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160{--tw-gradient-from: #005A42 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/0{--tw-gradient-from: rgb(0 90 66 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/100{--tw-gradient-from: rgb(0 90 66 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/20{--tw-gradient-from: rgb(0 90 66 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/45{--tw-gradient-from: rgb(0 90 66 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/50{--tw-gradient-from: rgb(0 90 66 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/60{--tw-gradient-from: rgb(0 90 66 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/65{--tw-gradient-from: rgb(0 90 66 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/75{--tw-gradient-from: rgb(0 90 66 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-160\/85{--tw-gradient-from: rgb(0 90 66 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20{--tw-gradient-from: #E3F0EC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/0{--tw-gradient-from: rgb(227 240 236 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/100{--tw-gradient-from: rgb(227 240 236 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/20{--tw-gradient-from: rgb(227 240 236 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/45{--tw-gradient-from: rgb(227 240 236 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/50{--tw-gradient-from: rgb(227 240 236 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/60{--tw-gradient-from: rgb(227 240 236 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/65{--tw-gradient-from: rgb(227 240 236 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/75{--tw-gradient-from: rgb(227 240 236 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-20\/85{--tw-gradient-from: rgb(227 240 236 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30{--tw-gradient-from: #D5E9E2 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/0{--tw-gradient-from: rgb(213 233 226 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/100{--tw-gradient-from: rgb(213 233 226 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/20{--tw-gradient-from: rgb(213 233 226 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/45{--tw-gradient-from: rgb(213 233 226 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/50{--tw-gradient-from: rgb(213 233 226 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/60{--tw-gradient-from: rgb(213 233 226 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/65{--tw-gradient-from: rgb(213 233 226 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/75{--tw-gradient-from: rgb(213 233 226 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-30\/85{--tw-gradient-from: rgb(213 233 226 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40{--tw-gradient-from: #C4E0D7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/0{--tw-gradient-from: rgb(196 224 215 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/100{--tw-gradient-from: rgb(196 224 215 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/20{--tw-gradient-from: rgb(196 224 215 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/45{--tw-gradient-from: rgb(196 224 215 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/50{--tw-gradient-from: rgb(196 224 215 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/60{--tw-gradient-from: rgb(196 224 215 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/65{--tw-gradient-from: rgb(196 224 215 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/75{--tw-gradient-from: rgb(196 224 215 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-40\/85{--tw-gradient-from: rgb(196 224 215 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50{--tw-gradient-from: #ACD4C7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/0{--tw-gradient-from: rgb(172 212 199 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/100{--tw-gradient-from: rgb(172 212 199 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/20{--tw-gradient-from: rgb(172 212 199 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/45{--tw-gradient-from: rgb(172 212 199 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/50{--tw-gradient-from: rgb(172 212 199 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/60{--tw-gradient-from: rgb(172 212 199 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/65{--tw-gradient-from: rgb(172 212 199 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/75{--tw-gradient-from: rgb(172 212 199 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-50\/85{--tw-gradient-from: rgb(172 212 199 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60{--tw-gradient-from: #95C8B8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/0{--tw-gradient-from: rgb(149 200 184 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/100{--tw-gradient-from: rgb(149 200 184 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/20{--tw-gradient-from: rgb(149 200 184 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/45{--tw-gradient-from: rgb(149 200 184 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/50{--tw-gradient-from: rgb(149 200 184 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/60{--tw-gradient-from: rgb(149 200 184 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/65{--tw-gradient-from: rgb(149 200 184 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/75{--tw-gradient-from: rgb(149 200 184 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-60\/85{--tw-gradient-from: rgb(149 200 184 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70{--tw-gradient-from: #82BFAD var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/0{--tw-gradient-from: rgb(130 191 173 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/100{--tw-gradient-from: rgb(130 191 173 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/20{--tw-gradient-from: rgb(130 191 173 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/45{--tw-gradient-from: rgb(130 191 173 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/50{--tw-gradient-from: rgb(130 191 173 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/60{--tw-gradient-from: rgb(130 191 173 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/65{--tw-gradient-from: rgb(130 191 173 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/75{--tw-gradient-from: rgb(130 191 173 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-70\/85{--tw-gradient-from: rgb(130 191 173 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80{--tw-gradient-from: #64B19C var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/0{--tw-gradient-from: rgb(100 177 156 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/100{--tw-gradient-from: rgb(100 177 156 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/20{--tw-gradient-from: rgb(100 177 156 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/45{--tw-gradient-from: rgb(100 177 156 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/50{--tw-gradient-from: rgb(100 177 156 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/60{--tw-gradient-from: rgb(100 177 156 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/65{--tw-gradient-from: rgb(100 177 156 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/75{--tw-gradient-from: rgb(100 177 156 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-80\/85{--tw-gradient-from: rgb(100 177 156 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90{--tw-gradient-from: #4EA790 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/0{--tw-gradient-from: rgb(78 167 144 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/100{--tw-gradient-from: rgb(78 167 144 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/20{--tw-gradient-from: rgb(78 167 144 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/45{--tw-gradient-from: rgb(78 167 144 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/50{--tw-gradient-from: rgb(78 167 144 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/60{--tw-gradient-from: rgb(78 167 144 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/65{--tw-gradient-from: rgb(78 167 144 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/75{--tw-gradient-from: rgb(78 167 144 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-green-90\/85{--tw-gradient-from: rgb(78 167 144 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-inherit{--tw-gradient-from: inherit var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10{--tw-gradient-from: #F2F4FD var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/0{--tw-gradient-from: rgb(242 244 253 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/100{--tw-gradient-from: rgb(242 244 253 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/20{--tw-gradient-from: rgb(242 244 253 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/45{--tw-gradient-from: rgb(242 244 253 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/50{--tw-gradient-from: rgb(242 244 253 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/60{--tw-gradient-from: rgb(242 244 253 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/65{--tw-gradient-from: rgb(242 244 253 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/75{--tw-gradient-from: rgb(242 244 253 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-10\/85{--tw-gradient-from: rgb(242 244 253 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100{--tw-gradient-from: #3429B2 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/0{--tw-gradient-from: rgb(52 41 178 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/100{--tw-gradient-from: rgb(52 41 178 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/20{--tw-gradient-from: rgb(52 41 178 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/45{--tw-gradient-from: rgb(52 41 178 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/50{--tw-gradient-from: rgb(52 41 178 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/60{--tw-gradient-from: rgb(52 41 178 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/65{--tw-gradient-from: rgb(52 41 178 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/75{--tw-gradient-from: rgb(52 41 178 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-100\/85{--tw-gradient-from: rgb(52 41 178 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110{--tw-gradient-from: #2A11A1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/0{--tw-gradient-from: rgb(42 17 161 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/100{--tw-gradient-from: rgb(42 17 161 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/20{--tw-gradient-from: rgb(42 17 161 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/45{--tw-gradient-from: rgb(42 17 161 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/50{--tw-gradient-from: rgb(42 17 161 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/60{--tw-gradient-from: rgb(42 17 161 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/65{--tw-gradient-from: rgb(42 17 161 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/75{--tw-gradient-from: rgb(42 17 161 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-110\/85{--tw-gradient-from: rgb(42 17 161 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120{--tw-gradient-from: #240094 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/0{--tw-gradient-from: rgb(36 0 148 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/100{--tw-gradient-from: rgb(36 0 148 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/20{--tw-gradient-from: rgb(36 0 148 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/45{--tw-gradient-from: rgb(36 0 148 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/50{--tw-gradient-from: rgb(36 0 148 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/60{--tw-gradient-from: rgb(36 0 148 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/65{--tw-gradient-from: rgb(36 0 148 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/75{--tw-gradient-from: rgb(36 0 148 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-120\/85{--tw-gradient-from: rgb(36 0 148 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130{--tw-gradient-from: #1F0087 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/0{--tw-gradient-from: rgb(31 0 135 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/100{--tw-gradient-from: rgb(31 0 135 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/20{--tw-gradient-from: rgb(31 0 135 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/45{--tw-gradient-from: rgb(31 0 135 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/50{--tw-gradient-from: rgb(31 0 135 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/60{--tw-gradient-from: rgb(31 0 135 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/65{--tw-gradient-from: rgb(31 0 135 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/75{--tw-gradient-from: rgb(31 0 135 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-130\/85{--tw-gradient-from: rgb(31 0 135 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140{--tw-gradient-from: #1B007A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/0{--tw-gradient-from: rgb(27 0 122 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/100{--tw-gradient-from: rgb(27 0 122 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/20{--tw-gradient-from: rgb(27 0 122 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/45{--tw-gradient-from: rgb(27 0 122 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/50{--tw-gradient-from: rgb(27 0 122 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/60{--tw-gradient-from: rgb(27 0 122 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/65{--tw-gradient-from: rgb(27 0 122 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/75{--tw-gradient-from: rgb(27 0 122 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-140\/85{--tw-gradient-from: rgb(27 0 122 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150{--tw-gradient-from: #18006E var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/0{--tw-gradient-from: rgb(24 0 110 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/100{--tw-gradient-from: rgb(24 0 110 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/20{--tw-gradient-from: rgb(24 0 110 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/45{--tw-gradient-from: rgb(24 0 110 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/50{--tw-gradient-from: rgb(24 0 110 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/60{--tw-gradient-from: rgb(24 0 110 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/65{--tw-gradient-from: rgb(24 0 110 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/75{--tw-gradient-from: rgb(24 0 110 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-150\/85{--tw-gradient-from: rgb(24 0 110 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160{--tw-gradient-from: #16005F var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/0{--tw-gradient-from: rgb(22 0 95 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/100{--tw-gradient-from: rgb(22 0 95 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/20{--tw-gradient-from: rgb(22 0 95 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/45{--tw-gradient-from: rgb(22 0 95 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/50{--tw-gradient-from: rgb(22 0 95 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/60{--tw-gradient-from: rgb(22 0 95 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/65{--tw-gradient-from: rgb(22 0 95 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/75{--tw-gradient-from: rgb(22 0 95 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-160\/85{--tw-gradient-from: rgb(22 0 95 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20{--tw-gradient-from: #E3E8FA var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/0{--tw-gradient-from: rgb(227 232 250 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/100{--tw-gradient-from: rgb(227 232 250 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/20{--tw-gradient-from: rgb(227 232 250 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/45{--tw-gradient-from: rgb(227 232 250 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/50{--tw-gradient-from: rgb(227 232 250 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/60{--tw-gradient-from: rgb(227 232 250 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/65{--tw-gradient-from: rgb(227 232 250 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/75{--tw-gradient-from: rgb(227 232 250 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-20\/85{--tw-gradient-from: rgb(227 232 250 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30{--tw-gradient-from: #C9D1F5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/0{--tw-gradient-from: rgb(201 209 245 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/100{--tw-gradient-from: rgb(201 209 245 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/20{--tw-gradient-from: rgb(201 209 245 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/45{--tw-gradient-from: rgb(201 209 245 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/50{--tw-gradient-from: rgb(201 209 245 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/60{--tw-gradient-from: rgb(201 209 245 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/65{--tw-gradient-from: rgb(201 209 245 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/75{--tw-gradient-from: rgb(201 209 245 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-30\/85{--tw-gradient-from: rgb(201 209 245 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40{--tw-gradient-from: #AEB9EF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/0{--tw-gradient-from: rgb(174 185 239 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/100{--tw-gradient-from: rgb(174 185 239 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/20{--tw-gradient-from: rgb(174 185 239 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/45{--tw-gradient-from: rgb(174 185 239 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/50{--tw-gradient-from: rgb(174 185 239 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/60{--tw-gradient-from: rgb(174 185 239 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/65{--tw-gradient-from: rgb(174 185 239 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/75{--tw-gradient-from: rgb(174 185 239 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-40\/85{--tw-gradient-from: rgb(174 185 239 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50{--tw-gradient-from: #95A2E8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/0{--tw-gradient-from: rgb(149 162 232 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/100{--tw-gradient-from: rgb(149 162 232 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/20{--tw-gradient-from: rgb(149 162 232 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/45{--tw-gradient-from: rgb(149 162 232 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/50{--tw-gradient-from: rgb(149 162 232 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/60{--tw-gradient-from: rgb(149 162 232 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/65{--tw-gradient-from: rgb(149 162 232 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/75{--tw-gradient-from: rgb(149 162 232 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-50\/85{--tw-gradient-from: rgb(149 162 232 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60{--tw-gradient-from: #7D8BE0 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/0{--tw-gradient-from: rgb(125 139 224 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/100{--tw-gradient-from: rgb(125 139 224 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/20{--tw-gradient-from: rgb(125 139 224 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/45{--tw-gradient-from: rgb(125 139 224 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/50{--tw-gradient-from: rgb(125 139 224 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/60{--tw-gradient-from: rgb(125 139 224 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/65{--tw-gradient-from: rgb(125 139 224 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/75{--tw-gradient-from: rgb(125 139 224 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-60\/85{--tw-gradient-from: rgb(125 139 224 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70{--tw-gradient-from: #6773D8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/0{--tw-gradient-from: rgb(103 115 216 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/100{--tw-gradient-from: rgb(103 115 216 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/20{--tw-gradient-from: rgb(103 115 216 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/45{--tw-gradient-from: rgb(103 115 216 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/50{--tw-gradient-from: rgb(103 115 216 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/60{--tw-gradient-from: rgb(103 115 216 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/65{--tw-gradient-from: rgb(103 115 216 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/75{--tw-gradient-from: rgb(103 115 216 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-70\/85{--tw-gradient-from: rgb(103 115 216 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80{--tw-gradient-from: #525ACF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/0{--tw-gradient-from: rgb(82 90 207 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/100{--tw-gradient-from: rgb(82 90 207 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/20{--tw-gradient-from: rgb(82 90 207 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/45{--tw-gradient-from: rgb(82 90 207 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/50{--tw-gradient-from: rgb(82 90 207 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/60{--tw-gradient-from: rgb(82 90 207 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/65{--tw-gradient-from: rgb(82 90 207 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/75{--tw-gradient-from: rgb(82 90 207 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-80\/85{--tw-gradient-from: rgb(82 90 207 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90{--tw-gradient-from: #403EC6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/0{--tw-gradient-from: rgb(64 62 198 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/100{--tw-gradient-from: rgb(64 62 198 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/20{--tw-gradient-from: rgb(64 62 198 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/45{--tw-gradient-from: rgb(64 62 198 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/50{--tw-gradient-from: rgb(64 62 198 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/60{--tw-gradient-from: rgb(64 62 198 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/65{--tw-gradient-from: rgb(64 62 198 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/75{--tw-gradient-from: rgb(64 62 198 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-lavander-90\/85{--tw-gradient-from: rgb(64 62 198 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10{--tw-gradient-from: #F3FAF9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/0{--tw-gradient-from: rgb(243 250 249 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/100{--tw-gradient-from: rgb(243 250 249 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/20{--tw-gradient-from: rgb(243 250 249 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/45{--tw-gradient-from: rgb(243 250 249 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/50{--tw-gradient-from: rgb(243 250 249 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/60{--tw-gradient-from: rgb(243 250 249 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/65{--tw-gradient-from: rgb(243 250 249 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/75{--tw-gradient-from: rgb(243 250 249 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-10\/85{--tw-gradient-from: rgb(243 250 249 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100{--tw-gradient-from: #008C87 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/0{--tw-gradient-from: rgb(0 140 135 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/100{--tw-gradient-from: rgb(0 140 135 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/20{--tw-gradient-from: rgb(0 140 135 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/45{--tw-gradient-from: rgb(0 140 135 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/50{--tw-gradient-from: rgb(0 140 135 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/60{--tw-gradient-from: rgb(0 140 135 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/65{--tw-gradient-from: rgb(0 140 135 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/75{--tw-gradient-from: rgb(0 140 135 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-100\/85{--tw-gradient-from: rgb(0 140 135 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110{--tw-gradient-from: #007671 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/0{--tw-gradient-from: rgb(0 118 113 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/100{--tw-gradient-from: rgb(0 118 113 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/20{--tw-gradient-from: rgb(0 118 113 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/45{--tw-gradient-from: rgb(0 118 113 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/50{--tw-gradient-from: rgb(0 118 113 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/60{--tw-gradient-from: rgb(0 118 113 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/65{--tw-gradient-from: rgb(0 118 113 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/75{--tw-gradient-from: rgb(0 118 113 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-110\/85{--tw-gradient-from: rgb(0 118 113 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120{--tw-gradient-from: #006662 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/0{--tw-gradient-from: rgb(0 102 98 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/100{--tw-gradient-from: rgb(0 102 98 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/20{--tw-gradient-from: rgb(0 102 98 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/45{--tw-gradient-from: rgb(0 102 98 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/50{--tw-gradient-from: rgb(0 102 98 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/60{--tw-gradient-from: rgb(0 102 98 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/65{--tw-gradient-from: rgb(0 102 98 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/75{--tw-gradient-from: rgb(0 102 98 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-120\/85{--tw-gradient-from: rgb(0 102 98 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130{--tw-gradient-from: #005652 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/0{--tw-gradient-from: rgb(0 86 82 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/100{--tw-gradient-from: rgb(0 86 82 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/20{--tw-gradient-from: rgb(0 86 82 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/45{--tw-gradient-from: rgb(0 86 82 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/50{--tw-gradient-from: rgb(0 86 82 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/60{--tw-gradient-from: rgb(0 86 82 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/65{--tw-gradient-from: rgb(0 86 82 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/75{--tw-gradient-from: rgb(0 86 82 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-130\/85{--tw-gradient-from: rgb(0 86 82 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140{--tw-gradient-from: #004542 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/0{--tw-gradient-from: rgb(0 69 66 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/100{--tw-gradient-from: rgb(0 69 66 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/20{--tw-gradient-from: rgb(0 69 66 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/45{--tw-gradient-from: rgb(0 69 66 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/50{--tw-gradient-from: rgb(0 69 66 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/60{--tw-gradient-from: rgb(0 69 66 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/65{--tw-gradient-from: rgb(0 69 66 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/75{--tw-gradient-from: rgb(0 69 66 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-140\/85{--tw-gradient-from: rgb(0 69 66 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150{--tw-gradient-from: #003735 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/0{--tw-gradient-from: rgb(0 55 53 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/100{--tw-gradient-from: rgb(0 55 53 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/20{--tw-gradient-from: rgb(0 55 53 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/45{--tw-gradient-from: rgb(0 55 53 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/50{--tw-gradient-from: rgb(0 55 53 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/60{--tw-gradient-from: rgb(0 55 53 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/65{--tw-gradient-from: rgb(0 55 53 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/75{--tw-gradient-from: rgb(0 55 53 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-150\/85{--tw-gradient-from: rgb(0 55 53 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160{--tw-gradient-from: #002624 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/0{--tw-gradient-from: rgb(0 38 36 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/100{--tw-gradient-from: rgb(0 38 36 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/20{--tw-gradient-from: rgb(0 38 36 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/45{--tw-gradient-from: rgb(0 38 36 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/50{--tw-gradient-from: rgb(0 38 36 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/60{--tw-gradient-from: rgb(0 38 36 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/65{--tw-gradient-from: rgb(0 38 36 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/75{--tw-gradient-from: rgb(0 38 36 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-160\/85{--tw-gradient-from: rgb(0 38 36 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20{--tw-gradient-from: #E7F4F3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/0{--tw-gradient-from: rgb(231 244 243 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/100{--tw-gradient-from: rgb(231 244 243 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/20{--tw-gradient-from: rgb(231 244 243 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/45{--tw-gradient-from: rgb(231 244 243 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/50{--tw-gradient-from: rgb(231 244 243 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/60{--tw-gradient-from: rgb(231 244 243 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/65{--tw-gradient-from: rgb(231 244 243 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/75{--tw-gradient-from: rgb(231 244 243 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-20\/85{--tw-gradient-from: rgb(231 244 243 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30{--tw-gradient-from: #CEE9E7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/0{--tw-gradient-from: rgb(206 233 231 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/100{--tw-gradient-from: rgb(206 233 231 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/20{--tw-gradient-from: rgb(206 233 231 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/45{--tw-gradient-from: rgb(206 233 231 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/50{--tw-gradient-from: rgb(206 233 231 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/60{--tw-gradient-from: rgb(206 233 231 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/65{--tw-gradient-from: rgb(206 233 231 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/75{--tw-gradient-from: rgb(206 233 231 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-30\/85{--tw-gradient-from: rgb(206 233 231 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40{--tw-gradient-from: #B5DEDA var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/0{--tw-gradient-from: rgb(181 222 218 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/100{--tw-gradient-from: rgb(181 222 218 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/20{--tw-gradient-from: rgb(181 222 218 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/45{--tw-gradient-from: rgb(181 222 218 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/50{--tw-gradient-from: rgb(181 222 218 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/60{--tw-gradient-from: rgb(181 222 218 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/65{--tw-gradient-from: rgb(181 222 218 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/75{--tw-gradient-from: rgb(181 222 218 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-40\/85{--tw-gradient-from: rgb(181 222 218 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50{--tw-gradient-from: #9CD3CF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/0{--tw-gradient-from: rgb(156 211 207 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/100{--tw-gradient-from: rgb(156 211 207 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/20{--tw-gradient-from: rgb(156 211 207 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/45{--tw-gradient-from: rgb(156 211 207 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/50{--tw-gradient-from: rgb(156 211 207 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/60{--tw-gradient-from: rgb(156 211 207 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/65{--tw-gradient-from: rgb(156 211 207 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/75{--tw-gradient-from: rgb(156 211 207 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-50\/85{--tw-gradient-from: rgb(156 211 207 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60{--tw-gradient-from: #82C8C3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/0{--tw-gradient-from: rgb(130 200 195 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/100{--tw-gradient-from: rgb(130 200 195 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/20{--tw-gradient-from: rgb(130 200 195 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/45{--tw-gradient-from: rgb(130 200 195 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/50{--tw-gradient-from: rgb(130 200 195 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/60{--tw-gradient-from: rgb(130 200 195 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/65{--tw-gradient-from: rgb(130 200 195 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/75{--tw-gradient-from: rgb(130 200 195 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-60\/85{--tw-gradient-from: rgb(130 200 195 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70{--tw-gradient-from: #66BCB7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/0{--tw-gradient-from: rgb(102 188 183 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/100{--tw-gradient-from: rgb(102 188 183 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/20{--tw-gradient-from: rgb(102 188 183 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/45{--tw-gradient-from: rgb(102 188 183 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/50{--tw-gradient-from: rgb(102 188 183 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/60{--tw-gradient-from: rgb(102 188 183 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/65{--tw-gradient-from: rgb(102 188 183 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/75{--tw-gradient-from: rgb(102 188 183 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-70\/85{--tw-gradient-from: rgb(102 188 183 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80{--tw-gradient-from: #44B1AB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/0{--tw-gradient-from: rgb(68 177 171 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/100{--tw-gradient-from: rgb(68 177 171 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/20{--tw-gradient-from: rgb(68 177 171 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/45{--tw-gradient-from: rgb(68 177 171 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/50{--tw-gradient-from: rgb(68 177 171 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/60{--tw-gradient-from: rgb(68 177 171 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/65{--tw-gradient-from: rgb(68 177 171 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/75{--tw-gradient-from: rgb(68 177 171 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-80\/85{--tw-gradient-from: rgb(68 177 171 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90{--tw-gradient-from: #02A6A0 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/0{--tw-gradient-from: rgb(2 166 160 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/100{--tw-gradient-from: rgb(2 166 160 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/20{--tw-gradient-from: rgb(2 166 160 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/45{--tw-gradient-from: rgb(2 166 160 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/50{--tw-gradient-from: rgb(2 166 160 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/60{--tw-gradient-from: rgb(2 166 160 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/65{--tw-gradient-from: rgb(2 166 160 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/75{--tw-gradient-from: rgb(2 166 160 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-mint-90\/85{--tw-gradient-from: rgb(2 166 160 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10{--tw-gradient-from: #F3F8FE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/0{--tw-gradient-from: rgb(243 248 254 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/100{--tw-gradient-from: rgb(243 248 254 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/20{--tw-gradient-from: rgb(243 248 254 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/45{--tw-gradient-from: rgb(243 248 254 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/50{--tw-gradient-from: rgb(243 248 254 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/60{--tw-gradient-from: rgb(243 248 254 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/65{--tw-gradient-from: rgb(243 248 254 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/75{--tw-gradient-from: rgb(243 248 254 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-10\/85{--tw-gradient-from: rgb(243 248 254 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100{--tw-gradient-from: #0075C2 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/0{--tw-gradient-from: rgb(0 117 194 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/100{--tw-gradient-from: rgb(0 117 194 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/20{--tw-gradient-from: rgb(0 117 194 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/45{--tw-gradient-from: rgb(0 117 194 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/50{--tw-gradient-from: rgb(0 117 194 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/60{--tw-gradient-from: rgb(0 117 194 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/65{--tw-gradient-from: rgb(0 117 194 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/75{--tw-gradient-from: rgb(0 117 194 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-100\/85{--tw-gradient-from: rgb(0 117 194 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110{--tw-gradient-from: #005FAB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/0{--tw-gradient-from: rgb(0 95 171 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/100{--tw-gradient-from: rgb(0 95 171 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/20{--tw-gradient-from: rgb(0 95 171 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/45{--tw-gradient-from: rgb(0 95 171 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/50{--tw-gradient-from: rgb(0 95 171 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/60{--tw-gradient-from: rgb(0 95 171 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/65{--tw-gradient-from: rgb(0 95 171 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/75{--tw-gradient-from: rgb(0 95 171 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-110\/85{--tw-gradient-from: rgb(0 95 171 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120{--tw-gradient-from: #00509A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/0{--tw-gradient-from: rgb(0 80 154 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/100{--tw-gradient-from: rgb(0 80 154 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/20{--tw-gradient-from: rgb(0 80 154 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/45{--tw-gradient-from: rgb(0 80 154 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/50{--tw-gradient-from: rgb(0 80 154 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/60{--tw-gradient-from: rgb(0 80 154 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/65{--tw-gradient-from: rgb(0 80 154 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/75{--tw-gradient-from: rgb(0 80 154 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-120\/85{--tw-gradient-from: rgb(0 80 154 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130{--tw-gradient-from: #004089 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/0{--tw-gradient-from: rgb(0 64 137 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/100{--tw-gradient-from: rgb(0 64 137 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/20{--tw-gradient-from: rgb(0 64 137 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/45{--tw-gradient-from: rgb(0 64 137 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/50{--tw-gradient-from: rgb(0 64 137 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/60{--tw-gradient-from: rgb(0 64 137 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/65{--tw-gradient-from: rgb(0 64 137 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/75{--tw-gradient-from: rgb(0 64 137 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-130\/85{--tw-gradient-from: rgb(0 64 137 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140{--tw-gradient-from: #002F78 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/0{--tw-gradient-from: rgb(0 47 120 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/100{--tw-gradient-from: rgb(0 47 120 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/20{--tw-gradient-from: rgb(0 47 120 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/45{--tw-gradient-from: rgb(0 47 120 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/50{--tw-gradient-from: rgb(0 47 120 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/60{--tw-gradient-from: rgb(0 47 120 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/65{--tw-gradient-from: rgb(0 47 120 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/75{--tw-gradient-from: rgb(0 47 120 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-140\/85{--tw-gradient-from: rgb(0 47 120 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150{--tw-gradient-from: #002069 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/0{--tw-gradient-from: rgb(0 32 105 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/100{--tw-gradient-from: rgb(0 32 105 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/20{--tw-gradient-from: rgb(0 32 105 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/45{--tw-gradient-from: rgb(0 32 105 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/50{--tw-gradient-from: rgb(0 32 105 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/60{--tw-gradient-from: rgb(0 32 105 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/65{--tw-gradient-from: rgb(0 32 105 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/75{--tw-gradient-from: rgb(0 32 105 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-150\/85{--tw-gradient-from: rgb(0 32 105 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160{--tw-gradient-from: #000A56 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/0{--tw-gradient-from: rgb(0 10 86 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/100{--tw-gradient-from: rgb(0 10 86 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/20{--tw-gradient-from: rgb(0 10 86 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/45{--tw-gradient-from: rgb(0 10 86 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/50{--tw-gradient-from: rgb(0 10 86 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/60{--tw-gradient-from: rgb(0 10 86 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/65{--tw-gradient-from: rgb(0 10 86 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/75{--tw-gradient-from: rgb(0 10 86 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-160\/85{--tw-gradient-from: rgb(0 10 86 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20{--tw-gradient-from: #E5F1FC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/0{--tw-gradient-from: rgb(229 241 252 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/100{--tw-gradient-from: rgb(229 241 252 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/20{--tw-gradient-from: rgb(229 241 252 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/45{--tw-gradient-from: rgb(229 241 252 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/50{--tw-gradient-from: rgb(229 241 252 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/60{--tw-gradient-from: rgb(229 241 252 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/65{--tw-gradient-from: rgb(229 241 252 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/75{--tw-gradient-from: rgb(229 241 252 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-20\/85{--tw-gradient-from: rgb(229 241 252 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30{--tw-gradient-from: #CBE3F8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/0{--tw-gradient-from: rgb(203 227 248 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/100{--tw-gradient-from: rgb(203 227 248 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/20{--tw-gradient-from: rgb(203 227 248 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/45{--tw-gradient-from: rgb(203 227 248 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/50{--tw-gradient-from: rgb(203 227 248 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/60{--tw-gradient-from: rgb(203 227 248 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/65{--tw-gradient-from: rgb(203 227 248 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/75{--tw-gradient-from: rgb(203 227 248 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-30\/85{--tw-gradient-from: rgb(203 227 248 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40{--tw-gradient-from: #B1D5F4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/0{--tw-gradient-from: rgb(177 213 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/100{--tw-gradient-from: rgb(177 213 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/20{--tw-gradient-from: rgb(177 213 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/45{--tw-gradient-from: rgb(177 213 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/50{--tw-gradient-from: rgb(177 213 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/60{--tw-gradient-from: rgb(177 213 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/65{--tw-gradient-from: rgb(177 213 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/75{--tw-gradient-from: rgb(177 213 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-40\/85{--tw-gradient-from: rgb(177 213 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50{--tw-gradient-from: #97C7F0 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/0{--tw-gradient-from: rgb(151 199 240 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/100{--tw-gradient-from: rgb(151 199 240 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/20{--tw-gradient-from: rgb(151 199 240 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/45{--tw-gradient-from: rgb(151 199 240 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/50{--tw-gradient-from: rgb(151 199 240 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/60{--tw-gradient-from: rgb(151 199 240 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/65{--tw-gradient-from: rgb(151 199 240 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/75{--tw-gradient-from: rgb(151 199 240 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-50\/85{--tw-gradient-from: rgb(151 199 240 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60{--tw-gradient-from: #7BB9EC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/0{--tw-gradient-from: rgb(123 185 236 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/100{--tw-gradient-from: rgb(123 185 236 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/20{--tw-gradient-from: rgb(123 185 236 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/45{--tw-gradient-from: rgb(123 185 236 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/50{--tw-gradient-from: rgb(123 185 236 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/60{--tw-gradient-from: rgb(123 185 236 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/65{--tw-gradient-from: rgb(123 185 236 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/75{--tw-gradient-from: rgb(123 185 236 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-60\/85{--tw-gradient-from: rgb(123 185 236 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70{--tw-gradient-from: #5FAAE7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/0{--tw-gradient-from: rgb(95 170 231 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/100{--tw-gradient-from: rgb(95 170 231 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/20{--tw-gradient-from: rgb(95 170 231 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/45{--tw-gradient-from: rgb(95 170 231 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/50{--tw-gradient-from: rgb(95 170 231 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/60{--tw-gradient-from: rgb(95 170 231 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/65{--tw-gradient-from: rgb(95 170 231 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/75{--tw-gradient-from: rgb(95 170 231 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-70\/85{--tw-gradient-from: rgb(95 170 231 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80{--tw-gradient-from: #3E9CE1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/0{--tw-gradient-from: rgb(62 156 225 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/100{--tw-gradient-from: rgb(62 156 225 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/20{--tw-gradient-from: rgb(62 156 225 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/45{--tw-gradient-from: rgb(62 156 225 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/50{--tw-gradient-from: rgb(62 156 225 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/60{--tw-gradient-from: rgb(62 156 225 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/65{--tw-gradient-from: rgb(62 156 225 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/75{--tw-gradient-from: rgb(62 156 225 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-80\/85{--tw-gradient-from: rgb(62 156 225 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90{--tw-gradient-from: #008DDC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/0{--tw-gradient-from: rgb(0 141 220 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/100{--tw-gradient-from: rgb(0 141 220 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/20{--tw-gradient-from: rgb(0 141 220 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/45{--tw-gradient-from: rgb(0 141 220 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/50{--tw-gradient-from: rgb(0 141 220 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/60{--tw-gradient-from: rgb(0 141 220 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/65{--tw-gradient-from: rgb(0 141 220 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/75{--tw-gradient-from: rgb(0 141 220 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-ocean-90\/85{--tw-gradient-from: rgb(0 141 220 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black{--tw-gradient-from: #000 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/0{--tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/100{--tw-gradient-from: rgb(0 0 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/45{--tw-gradient-from: rgb(0 0 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/50{--tw-gradient-from: rgb(0 0 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/65{--tw-gradient-from: rgb(0 0 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/75{--tw-gradient-from: rgb(0 0 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-black\/85{--tw-gradient-from: rgb(0 0 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0{--tw-gradient-from: #F4F9FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/0{--tw-gradient-from: rgb(244 249 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/100{--tw-gradient-from: rgb(244 249 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/20{--tw-gradient-from: rgb(244 249 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/45{--tw-gradient-from: rgb(244 249 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/50{--tw-gradient-from: rgb(244 249 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/60{--tw-gradient-from: rgb(244 249 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/65{--tw-gradient-from: rgb(244 249 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/75{--tw-gradient-from: rgb(244 249 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-0\/85{--tw-gradient-from: rgb(244 249 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10{--tw-gradient-from: #E9F2FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/0{--tw-gradient-from: rgb(233 242 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/100{--tw-gradient-from: rgb(233 242 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/20{--tw-gradient-from: rgb(233 242 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/45{--tw-gradient-from: rgb(233 242 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/50{--tw-gradient-from: rgb(233 242 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/60{--tw-gradient-from: rgb(233 242 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/65{--tw-gradient-from: rgb(233 242 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/75{--tw-gradient-from: rgb(233 242 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-10\/85{--tw-gradient-from: rgb(233 242 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100{--tw-gradient-from: #F2F5F9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/0{--tw-gradient-from: rgb(242 245 249 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/100{--tw-gradient-from: rgb(242 245 249 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/20{--tw-gradient-from: rgb(242 245 249 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/45{--tw-gradient-from: rgb(242 245 249 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/50{--tw-gradient-from: rgb(242 245 249 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/60{--tw-gradient-from: rgb(242 245 249 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/65{--tw-gradient-from: rgb(242 245 249 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/75{--tw-gradient-from: rgb(242 245 249 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-100\/85{--tw-gradient-from: rgb(242 245 249 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20{--tw-gradient-from: #BED7FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/0{--tw-gradient-from: rgb(190 215 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/100{--tw-gradient-from: rgb(190 215 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/20{--tw-gradient-from: rgb(190 215 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/45{--tw-gradient-from: rgb(190 215 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/50{--tw-gradient-from: rgb(190 215 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/60{--tw-gradient-from: rgb(190 215 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/65{--tw-gradient-from: rgb(190 215 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/75{--tw-gradient-from: rgb(190 215 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-20\/85{--tw-gradient-from: rgb(190 215 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200{--tw-gradient-from: #F0F7FD var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/0{--tw-gradient-from: rgb(240 247 253 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/100{--tw-gradient-from: rgb(240 247 253 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/20{--tw-gradient-from: rgb(240 247 253 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/45{--tw-gradient-from: rgb(240 247 253 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/50{--tw-gradient-from: rgb(240 247 253 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/60{--tw-gradient-from: rgb(240 247 253 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/65{--tw-gradient-from: rgb(240 247 253 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/75{--tw-gradient-from: rgb(240 247 253 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-200\/85{--tw-gradient-from: rgb(240 247 253 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300{--tw-gradient-from: #E5EDF9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/0{--tw-gradient-from: rgb(229 237 249 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/100{--tw-gradient-from: rgb(229 237 249 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/20{--tw-gradient-from: rgb(229 237 249 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/45{--tw-gradient-from: rgb(229 237 249 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/50{--tw-gradient-from: rgb(229 237 249 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/60{--tw-gradient-from: rgb(229 237 249 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/65{--tw-gradient-from: rgb(229 237 249 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/75{--tw-gradient-from: rgb(229 237 249 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-300\/85{--tw-gradient-from: rgb(229 237 249 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400{--tw-gradient-from: #D3E1EC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/0{--tw-gradient-from: rgb(211 225 236 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/100{--tw-gradient-from: rgb(211 225 236 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/20{--tw-gradient-from: rgb(211 225 236 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/45{--tw-gradient-from: rgb(211 225 236 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/50{--tw-gradient-from: rgb(211 225 236 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/60{--tw-gradient-from: rgb(211 225 236 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/65{--tw-gradient-from: rgb(211 225 236 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/75{--tw-gradient-from: rgb(211 225 236 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-400\/85{--tw-gradient-from: rgb(211 225 236 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500{--tw-gradient-from: #A1B6C6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/0{--tw-gradient-from: rgb(161 182 198 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/100{--tw-gradient-from: rgb(161 182 198 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/20{--tw-gradient-from: rgb(161 182 198 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/45{--tw-gradient-from: rgb(161 182 198 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/50{--tw-gradient-from: rgb(161 182 198 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/60{--tw-gradient-from: rgb(161 182 198 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/65{--tw-gradient-from: rgb(161 182 198 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/75{--tw-gradient-from: rgb(161 182 198 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-500\/85{--tw-gradient-from: rgb(161 182 198 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600{--tw-gradient-from: #7288A3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/0{--tw-gradient-from: rgb(114 136 163 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/100{--tw-gradient-from: rgb(114 136 163 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/20{--tw-gradient-from: rgb(114 136 163 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/45{--tw-gradient-from: rgb(114 136 163 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/50{--tw-gradient-from: rgb(114 136 163 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/60{--tw-gradient-from: rgb(114 136 163 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/65{--tw-gradient-from: rgb(114 136 163 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/75{--tw-gradient-from: rgb(114 136 163 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-600\/85{--tw-gradient-from: rgb(114 136 163 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70{--tw-gradient-from: #1466FE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/0{--tw-gradient-from: rgb(20 102 254 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/100{--tw-gradient-from: rgb(20 102 254 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/20{--tw-gradient-from: rgb(20 102 254 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/45{--tw-gradient-from: rgb(20 102 254 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/50{--tw-gradient-from: rgb(20 102 254 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/60{--tw-gradient-from: rgb(20 102 254 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/65{--tw-gradient-from: rgb(20 102 254 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/75{--tw-gradient-from: rgb(20 102 254 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-70\/85{--tw-gradient-from: rgb(20 102 254 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700{--tw-gradient-from: #10233A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/0{--tw-gradient-from: rgb(16 35 58 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/100{--tw-gradient-from: rgb(16 35 58 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/20{--tw-gradient-from: rgb(16 35 58 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/45{--tw-gradient-from: rgb(16 35 58 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/50{--tw-gradient-from: rgb(16 35 58 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/60{--tw-gradient-from: rgb(16 35 58 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/65{--tw-gradient-from: rgb(16 35 58 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/75{--tw-gradient-from: rgb(16 35 58 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-700\/85{--tw-gradient-from: rgb(16 35 58 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent{--tw-gradient-from: #1B55E9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/0{--tw-gradient-from: rgb(27 85 233 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/100{--tw-gradient-from: rgb(27 85 233 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/20{--tw-gradient-from: rgb(27 85 233 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/45{--tw-gradient-from: rgb(27 85 233 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/50{--tw-gradient-from: rgb(27 85 233 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/60{--tw-gradient-from: rgb(27 85 233 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/65{--tw-gradient-from: rgb(27 85 233 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/75{--tw-gradient-from: rgb(27 85 233 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-accent\/85{--tw-gradient-from: rgb(27 85 233 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual{--tw-gradient-from: #3f51b5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/0{--tw-gradient-from: rgb(63 81 181 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/100{--tw-gradient-from: rgb(63 81 181 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/20{--tw-gradient-from: rgb(63 81 181 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/45{--tw-gradient-from: rgb(63 81 181 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/50{--tw-gradient-from: rgb(63 81 181 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/60{--tw-gradient-from: rgb(63 81 181 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/65{--tw-gradient-from: rgb(63 81 181 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/75{--tw-gradient-from: rgb(63 81 181 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-blue-virtual\/85{--tw-gradient-from: rgb(63 81 181 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-current{--tw-gradient-from: currentColor var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default{--tw-gradient-from: #0c60f8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/0{--tw-gradient-from: rgb(12 96 248 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/100{--tw-gradient-from: rgb(12 96 248 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/20{--tw-gradient-from: rgb(12 96 248 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/45{--tw-gradient-from: rgb(12 96 248 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/50{--tw-gradient-from: rgb(12 96 248 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/60{--tw-gradient-from: rgb(12 96 248 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/65{--tw-gradient-from: rgb(12 96 248 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/75{--tw-gradient-from: rgb(12 96 248 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-default\/85{--tw-gradient-from: rgb(12 96 248 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover{--tw-gradient-from: #0052ea var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/0{--tw-gradient-from: rgb(0 82 234 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/100{--tw-gradient-from: rgb(0 82 234 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/20{--tw-gradient-from: rgb(0 82 234 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/45{--tw-gradient-from: rgb(0 82 234 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/50{--tw-gradient-from: rgb(0 82 234 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/60{--tw-gradient-from: rgb(0 82 234 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/65{--tw-gradient-from: rgb(0 82 234 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/75{--tw-gradient-from: rgb(0 82 234 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-hover\/85{--tw-gradient-from: rgb(0 82 234 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected{--tw-gradient-from: #0045dd var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/0{--tw-gradient-from: rgb(0 69 221 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/100{--tw-gradient-from: rgb(0 69 221 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/20{--tw-gradient-from: rgb(0 69 221 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/45{--tw-gradient-from: rgb(0 69 221 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/50{--tw-gradient-from: rgb(0 69 221 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/60{--tw-gradient-from: rgb(0 69 221 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/65{--tw-gradient-from: rgb(0 69 221 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/75{--tw-gradient-from: rgb(0 69 221 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-primary-selected\/85{--tw-gradient-from: rgb(0 69 221 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default{--tw-gradient-from: #e3eeff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/0{--tw-gradient-from: rgb(227 238 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/100{--tw-gradient-from: rgb(227 238 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/20{--tw-gradient-from: rgb(227 238 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/45{--tw-gradient-from: rgb(227 238 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/50{--tw-gradient-from: rgb(227 238 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/60{--tw-gradient-from: rgb(227 238 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/65{--tw-gradient-from: rgb(227 238 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/75{--tw-gradient-from: rgb(227 238 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-default\/85{--tw-gradient-from: rgb(227 238 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover{--tw-gradient-from: #d5e6ff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/0{--tw-gradient-from: rgb(213 230 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/100{--tw-gradient-from: rgb(213 230 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/20{--tw-gradient-from: rgb(213 230 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/45{--tw-gradient-from: rgb(213 230 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/50{--tw-gradient-from: rgb(213 230 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/60{--tw-gradient-from: rgb(213 230 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/65{--tw-gradient-from: rgb(213 230 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/75{--tw-gradient-from: rgb(213 230 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-hover\/85{--tw-gradient-from: rgb(213 230 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected{--tw-gradient-from: #c5dbff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/0{--tw-gradient-from: rgb(197 219 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/100{--tw-gradient-from: rgb(197 219 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/20{--tw-gradient-from: rgb(197 219 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/45{--tw-gradient-from: rgb(197 219 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/50{--tw-gradient-from: rgb(197 219 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/60{--tw-gradient-from: rgb(197 219 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/65{--tw-gradient-from: rgb(197 219 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/75{--tw-gradient-from: rgb(197 219 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-accent-secondary-selected\/85{--tw-gradient-from: rgb(197 219 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default{--tw-gradient-from: #d8152d var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/0{--tw-gradient-from: rgb(216 21 45 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/100{--tw-gradient-from: rgb(216 21 45 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/20{--tw-gradient-from: rgb(216 21 45 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/45{--tw-gradient-from: rgb(216 21 45 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/50{--tw-gradient-from: rgb(216 21 45 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/60{--tw-gradient-from: rgb(216 21 45 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/65{--tw-gradient-from: rgb(216 21 45 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/75{--tw-gradient-from: rgb(216 21 45 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-default\/85{--tw-gradient-from: rgb(216 21 45 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover{--tw-gradient-from: #c5001b var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/0{--tw-gradient-from: rgb(197 0 27 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/100{--tw-gradient-from: rgb(197 0 27 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/20{--tw-gradient-from: rgb(197 0 27 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/45{--tw-gradient-from: rgb(197 0 27 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/50{--tw-gradient-from: rgb(197 0 27 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/60{--tw-gradient-from: rgb(197 0 27 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/65{--tw-gradient-from: rgb(197 0 27 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/75{--tw-gradient-from: rgb(197 0 27 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-hover\/85{--tw-gradient-from: rgb(197 0 27 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected{--tw-gradient-from: #b20006 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/0{--tw-gradient-from: rgb(178 0 6 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/100{--tw-gradient-from: rgb(178 0 6 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/20{--tw-gradient-from: rgb(178 0 6 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/45{--tw-gradient-from: rgb(178 0 6 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/50{--tw-gradient-from: rgb(178 0 6 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/60{--tw-gradient-from: rgb(178 0 6 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/65{--tw-gradient-from: rgb(178 0 6 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/75{--tw-gradient-from: rgb(178 0 6 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-primary-selected\/85{--tw-gradient-from: rgb(178 0 6 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default{--tw-gradient-from: #fff2f1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/0{--tw-gradient-from: rgb(255 242 241 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/100{--tw-gradient-from: rgb(255 242 241 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/20{--tw-gradient-from: rgb(255 242 241 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/45{--tw-gradient-from: rgb(255 242 241 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/50{--tw-gradient-from: rgb(255 242 241 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/60{--tw-gradient-from: rgb(255 242 241 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/65{--tw-gradient-from: rgb(255 242 241 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/75{--tw-gradient-from: rgb(255 242 241 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-error-secondary-default\/85{--tw-gradient-from: rgb(255 242 241 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default{--tw-gradient-from: #ffffff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-default\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover{--tw-gradient-from: #fbfbfb var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/0{--tw-gradient-from: rgb(251 251 251 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/100{--tw-gradient-from: rgb(251 251 251 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/20{--tw-gradient-from: rgb(251 251 251 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/45{--tw-gradient-from: rgb(251 251 251 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/50{--tw-gradient-from: rgb(251 251 251 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/60{--tw-gradient-from: rgb(251 251 251 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/65{--tw-gradient-from: rgb(251 251 251 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/75{--tw-gradient-from: rgb(251 251 251 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-hover\/85{--tw-gradient-from: rgb(251 251 251 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected{--tw-gradient-from: #3a3a42 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/0{--tw-gradient-from: rgb(58 58 66 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/100{--tw-gradient-from: rgb(58 58 66 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/20{--tw-gradient-from: rgb(58 58 66 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/45{--tw-gradient-from: rgb(58 58 66 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/50{--tw-gradient-from: rgb(58 58 66 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/60{--tw-gradient-from: rgb(58 58 66 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/65{--tw-gradient-from: rgb(58 58 66 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/75{--tw-gradient-from: rgb(58 58 66 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-primary\(nu\)-selected\/85{--tw-gradient-from: rgb(58 58 66 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default{--tw-gradient-from: #f4f5fb var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/0{--tw-gradient-from: rgb(244 245 251 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/100{--tw-gradient-from: rgb(244 245 251 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/20{--tw-gradient-from: rgb(244 245 251 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/45{--tw-gradient-from: rgb(244 245 251 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/50{--tw-gradient-from: rgb(244 245 251 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/60{--tw-gradient-from: rgb(244 245 251 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/65{--tw-gradient-from: rgb(244 245 251 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/75{--tw-gradient-from: rgb(244 245 251 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-default\/85{--tw-gradient-from: rgb(244 245 251 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover{--tw-gradient-from: #ecedf7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/0{--tw-gradient-from: rgb(236 237 247 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/100{--tw-gradient-from: rgb(236 237 247 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/20{--tw-gradient-from: rgb(236 237 247 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/45{--tw-gradient-from: rgb(236 237 247 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/50{--tw-gradient-from: rgb(236 237 247 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/60{--tw-gradient-from: rgb(236 237 247 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/65{--tw-gradient-from: rgb(236 237 247 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/75{--tw-gradient-from: rgb(236 237 247 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-hover\/85{--tw-gradient-from: rgb(236 237 247 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected{--tw-gradient-from: #e2e4f1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/0{--tw-gradient-from: rgb(226 228 241 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/100{--tw-gradient-from: rgb(226 228 241 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/20{--tw-gradient-from: rgb(226 228 241 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/45{--tw-gradient-from: rgb(226 228 241 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/50{--tw-gradient-from: rgb(226 228 241 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/60{--tw-gradient-from: rgb(226 228 241 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/65{--tw-gradient-from: rgb(226 228 241 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/75{--tw-gradient-from: rgb(226 228 241 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-neutral-secondary-selected\/85{--tw-gradient-from: rgb(226 228 241 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default{--tw-gradient-from: #ffffff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-default\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover{--tw-gradient-from: #fbfbfb var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/0{--tw-gradient-from: rgb(251 251 251 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/100{--tw-gradient-from: rgb(251 251 251 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/20{--tw-gradient-from: rgb(251 251 251 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/45{--tw-gradient-from: rgb(251 251 251 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/50{--tw-gradient-from: rgb(251 251 251 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/60{--tw-gradient-from: rgb(251 251 251 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/65{--tw-gradient-from: rgb(251 251 251 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/75{--tw-gradient-from: rgb(251 251 251 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-hover\/85{--tw-gradient-from: rgb(251 251 251 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected{--tw-gradient-from: #f9f9f9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/0{--tw-gradient-from: rgb(249 249 249 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/100{--tw-gradient-from: rgb(249 249 249 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/20{--tw-gradient-from: rgb(249 249 249 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/45{--tw-gradient-from: rgb(249 249 249 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/50{--tw-gradient-from: rgb(249 249 249 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/60{--tw-gradient-from: rgb(249 249 249 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/65{--tw-gradient-from: rgb(249 249 249 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/75{--tw-gradient-from: rgb(249 249 249 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-primary-selected\/85{--tw-gradient-from: rgb(249 249 249 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default{--tw-gradient-from: rgba(255, 255, 255, .1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/0{--tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/100{--tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/20{--tw-gradient-from: rgba(255, 255, 255, .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/45{--tw-gradient-from: rgba(255, 255, 255, .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/50{--tw-gradient-from: rgba(255, 255, 255, .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/60{--tw-gradient-from: rgba(255, 255, 255, .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/65{--tw-gradient-from: rgba(255, 255, 255, .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/75{--tw-gradient-from: rgba(255, 255, 255, .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-default\/85{--tw-gradient-from: rgba(255, 255, 255, .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled{--tw-gradient-from: #f9f9f9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/0{--tw-gradient-from: rgb(249 249 249 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/100{--tw-gradient-from: rgb(249 249 249 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/20{--tw-gradient-from: rgb(249 249 249 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/45{--tw-gradient-from: rgb(249 249 249 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/50{--tw-gradient-from: rgb(249 249 249 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/60{--tw-gradient-from: rgb(249 249 249 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/65{--tw-gradient-from: rgb(249 249 249 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/75{--tw-gradient-from: rgb(249 249 249 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-disabled\/85{--tw-gradient-from: rgb(249 249 249 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover{--tw-gradient-from: rgba(255, 255, 255, .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/0{--tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/100{--tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/20{--tw-gradient-from: rgba(255, 255, 255, .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/45{--tw-gradient-from: rgba(255, 255, 255, .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/50{--tw-gradient-from: rgba(255, 255, 255, .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/60{--tw-gradient-from: rgba(255, 255, 255, .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/65{--tw-gradient-from: rgba(255, 255, 255, .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/75{--tw-gradient-from: rgba(255, 255, 255, .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-hover\/85{--tw-gradient-from: rgba(255, 255, 255, .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected{--tw-gradient-from: rgba(255, 255, 255, .3) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/0{--tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/100{--tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/20{--tw-gradient-from: rgba(255, 255, 255, .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/45{--tw-gradient-from: rgba(255, 255, 255, .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/50{--tw-gradient-from: rgba(255, 255, 255, .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/60{--tw-gradient-from: rgba(255, 255, 255, .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/65{--tw-gradient-from: rgba(255, 255, 255, .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/75{--tw-gradient-from: rgba(255, 255, 255, .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-on-accent-secondary-selected\/85{--tw-gradient-from: rgba(255, 255, 255, .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default{--tw-gradient-from: #6d74a4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/0{--tw-gradient-from: rgb(109 116 164 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/100{--tw-gradient-from: rgb(109 116 164 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/20{--tw-gradient-from: rgb(109 116 164 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/45{--tw-gradient-from: rgb(109 116 164 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/50{--tw-gradient-from: rgb(109 116 164 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/60{--tw-gradient-from: rgb(109 116 164 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/65{--tw-gradient-from: rgb(109 116 164 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/75{--tw-gradient-from: rgb(109 116 164 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-default\/85{--tw-gradient-from: rgb(109 116 164 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover{--tw-gradient-from: #636a9a var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/0{--tw-gradient-from: rgb(99 106 154 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/100{--tw-gradient-from: rgb(99 106 154 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/20{--tw-gradient-from: rgb(99 106 154 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/45{--tw-gradient-from: rgb(99 106 154 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/50{--tw-gradient-from: rgb(99 106 154 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/60{--tw-gradient-from: rgb(99 106 154 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/65{--tw-gradient-from: rgb(99 106 154 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/75{--tw-gradient-from: rgb(99 106 154 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-hover\/85{--tw-gradient-from: rgb(99 106 154 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected{--tw-gradient-from: #565e8e var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/0{--tw-gradient-from: rgb(86 94 142 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/100{--tw-gradient-from: rgb(86 94 142 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/20{--tw-gradient-from: rgb(86 94 142 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/45{--tw-gradient-from: rgb(86 94 142 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/50{--tw-gradient-from: rgb(86 94 142 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/60{--tw-gradient-from: rgb(86 94 142 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/65{--tw-gradient-from: rgb(86 94 142 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/75{--tw-gradient-from: rgb(86 94 142 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-primary-selected\/85{--tw-gradient-from: rgb(86 94 142 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default{--tw-gradient-from: #f4f5fb var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/0{--tw-gradient-from: rgb(244 245 251 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/100{--tw-gradient-from: rgb(244 245 251 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/20{--tw-gradient-from: rgb(244 245 251 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/45{--tw-gradient-from: rgb(244 245 251 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/50{--tw-gradient-from: rgb(244 245 251 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/60{--tw-gradient-from: rgb(244 245 251 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/65{--tw-gradient-from: rgb(244 245 251 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/75{--tw-gradient-from: rgb(244 245 251 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-pending-secondary-default\/85{--tw-gradient-from: rgb(244 245 251 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default{--tw-gradient-from: #00876d var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/0{--tw-gradient-from: rgb(0 135 109 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/100{--tw-gradient-from: rgb(0 135 109 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/20{--tw-gradient-from: rgb(0 135 109 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/45{--tw-gradient-from: rgb(0 135 109 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/50{--tw-gradient-from: rgb(0 135 109 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/60{--tw-gradient-from: rgb(0 135 109 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/65{--tw-gradient-from: rgb(0 135 109 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/75{--tw-gradient-from: rgb(0 135 109 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-default\/85{--tw-gradient-from: rgb(0 135 109 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover{--tw-gradient-from: #007c62 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/0{--tw-gradient-from: rgb(0 124 98 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/100{--tw-gradient-from: rgb(0 124 98 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/20{--tw-gradient-from: rgb(0 124 98 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/45{--tw-gradient-from: rgb(0 124 98 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/50{--tw-gradient-from: rgb(0 124 98 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/60{--tw-gradient-from: rgb(0 124 98 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/65{--tw-gradient-from: rgb(0 124 98 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/75{--tw-gradient-from: rgb(0 124 98 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-hover\/85{--tw-gradient-from: rgb(0 124 98 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected{--tw-gradient-from: #006e56 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/0{--tw-gradient-from: rgb(0 110 86 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/100{--tw-gradient-from: rgb(0 110 86 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/20{--tw-gradient-from: rgb(0 110 86 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/45{--tw-gradient-from: rgb(0 110 86 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/50{--tw-gradient-from: rgb(0 110 86 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/60{--tw-gradient-from: rgb(0 110 86 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/65{--tw-gradient-from: rgb(0 110 86 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/75{--tw-gradient-from: rgb(0 110 86 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-primary-selected\/85{--tw-gradient-from: rgb(0 110 86 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default{--tw-gradient-from: #f1f8f5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/0{--tw-gradient-from: rgb(241 248 245 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/100{--tw-gradient-from: rgb(241 248 245 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/20{--tw-gradient-from: rgb(241 248 245 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/45{--tw-gradient-from: rgb(241 248 245 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/50{--tw-gradient-from: rgb(241 248 245 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/60{--tw-gradient-from: rgb(241 248 245 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/65{--tw-gradient-from: rgb(241 248 245 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/75{--tw-gradient-from: rgb(241 248 245 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-success-secondary-default\/85{--tw-gradient-from: rgb(241 248 245 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default{--tw-gradient-from: #d87300 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/0{--tw-gradient-from: rgb(216 115 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/100{--tw-gradient-from: rgb(216 115 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/20{--tw-gradient-from: rgb(216 115 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/45{--tw-gradient-from: rgb(216 115 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/50{--tw-gradient-from: rgb(216 115 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/60{--tw-gradient-from: rgb(216 115 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/65{--tw-gradient-from: rgb(216 115 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/75{--tw-gradient-from: rgb(216 115 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-default\/85{--tw-gradient-from: rgb(216 115 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover{--tw-gradient-from: #c05900 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/0{--tw-gradient-from: rgb(192 89 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/100{--tw-gradient-from: rgb(192 89 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/20{--tw-gradient-from: rgb(192 89 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/45{--tw-gradient-from: rgb(192 89 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/50{--tw-gradient-from: rgb(192 89 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/60{--tw-gradient-from: rgb(192 89 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/65{--tw-gradient-from: rgb(192 89 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/75{--tw-gradient-from: rgb(192 89 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-hover\/85{--tw-gradient-from: rgb(192 89 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected{--tw-gradient-from: #b05200 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/0{--tw-gradient-from: rgb(176 82 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/100{--tw-gradient-from: rgb(176 82 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/20{--tw-gradient-from: rgb(176 82 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/45{--tw-gradient-from: rgb(176 82 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/50{--tw-gradient-from: rgb(176 82 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/60{--tw-gradient-from: rgb(176 82 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/65{--tw-gradient-from: rgb(176 82 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/75{--tw-gradient-from: rgb(176 82 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-primary-selected\/85{--tw-gradient-from: rgb(176 82 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default{--tw-gradient-from: #fdf4ee var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/0{--tw-gradient-from: rgb(253 244 238 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/100{--tw-gradient-from: rgb(253 244 238 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/20{--tw-gradient-from: rgb(253 244 238 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/45{--tw-gradient-from: rgb(253 244 238 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/50{--tw-gradient-from: rgb(253 244 238 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/60{--tw-gradient-from: rgb(253 244 238 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/65{--tw-gradient-from: rgb(253 244 238 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/75{--tw-gradient-from: rgb(253 244 238 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-fill-warning-secondary-default\/85{--tw-gradient-from: rgb(253 244 238 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10{--tw-gradient-from: #F2F3F7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/0{--tw-gradient-from: rgb(242 243 247 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/100{--tw-gradient-from: rgb(242 243 247 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/20{--tw-gradient-from: rgb(242 243 247 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/45{--tw-gradient-from: rgb(242 243 247 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/50{--tw-gradient-from: rgb(242 243 247 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/60{--tw-gradient-from: rgb(242 243 247 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/65{--tw-gradient-from: rgb(242 243 247 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/75{--tw-gradient-from: rgb(242 243 247 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-10\/85{--tw-gradient-from: rgb(242 243 247 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100{--tw-gradient-from: #e4eaf3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/0{--tw-gradient-from: rgb(228 234 243 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/100{--tw-gradient-from: rgb(228 234 243 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/20{--tw-gradient-from: rgb(228 234 243 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/45{--tw-gradient-from: rgb(228 234 243 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/50{--tw-gradient-from: rgb(228 234 243 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/60{--tw-gradient-from: rgb(228 234 243 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/65{--tw-gradient-from: rgb(228 234 243 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/75{--tw-gradient-from: rgb(228 234 243 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-100\/85{--tw-gradient-from: rgb(228 234 243 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150{--tw-gradient-from: #f3f7fd var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/0{--tw-gradient-from: rgb(243 247 253 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/100{--tw-gradient-from: rgb(243 247 253 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/20{--tw-gradient-from: rgb(243 247 253 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/45{--tw-gradient-from: rgb(243 247 253 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/50{--tw-gradient-from: rgb(243 247 253 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/60{--tw-gradient-from: rgb(243 247 253 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/65{--tw-gradient-from: rgb(243 247 253 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/75{--tw-gradient-from: rgb(243 247 253 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-150\/85{--tw-gradient-from: rgb(243 247 253 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20{--tw-gradient-from: #E5E7F0 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/0{--tw-gradient-from: rgb(229 231 240 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/100{--tw-gradient-from: rgb(229 231 240 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/20{--tw-gradient-from: rgb(229 231 240 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/45{--tw-gradient-from: rgb(229 231 240 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/50{--tw-gradient-from: rgb(229 231 240 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/60{--tw-gradient-from: rgb(229 231 240 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/65{--tw-gradient-from: rgb(229 231 240 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/75{--tw-gradient-from: rgb(229 231 240 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-20\/85{--tw-gradient-from: rgb(229 231 240 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200{--tw-gradient-from: #FCFCFC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/0{--tw-gradient-from: rgb(252 252 252 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/100{--tw-gradient-from: rgb(252 252 252 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/20{--tw-gradient-from: rgb(252 252 252 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/45{--tw-gradient-from: rgb(252 252 252 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/50{--tw-gradient-from: rgb(252 252 252 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/60{--tw-gradient-from: rgb(252 252 252 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/65{--tw-gradient-from: rgb(252 252 252 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/75{--tw-gradient-from: rgb(252 252 252 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-200\/85{--tw-gradient-from: rgb(252 252 252 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30{--tw-gradient-from: #D8DBE8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/0{--tw-gradient-from: rgb(216 219 232 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/100{--tw-gradient-from: rgb(216 219 232 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/20{--tw-gradient-from: rgb(216 219 232 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/45{--tw-gradient-from: rgb(216 219 232 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/50{--tw-gradient-from: rgb(216 219 232 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/60{--tw-gradient-from: rgb(216 219 232 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/65{--tw-gradient-from: rgb(216 219 232 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/75{--tw-gradient-from: rgb(216 219 232 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-30\/85{--tw-gradient-from: rgb(216 219 232 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300{--tw-gradient-from: #F5F5F5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/0{--tw-gradient-from: rgb(245 245 245 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/100{--tw-gradient-from: rgb(245 245 245 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/20{--tw-gradient-from: rgb(245 245 245 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/45{--tw-gradient-from: rgb(245 245 245 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/50{--tw-gradient-from: rgb(245 245 245 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/60{--tw-gradient-from: rgb(245 245 245 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/65{--tw-gradient-from: rgb(245 245 245 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/75{--tw-gradient-from: rgb(245 245 245 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-300\/85{--tw-gradient-from: rgb(245 245 245 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350{--tw-gradient-from: #F9FCFE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/0{--tw-gradient-from: rgb(249 252 254 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/100{--tw-gradient-from: rgb(249 252 254 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/20{--tw-gradient-from: rgb(249 252 254 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/45{--tw-gradient-from: rgb(249 252 254 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/50{--tw-gradient-from: rgb(249 252 254 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/60{--tw-gradient-from: rgb(249 252 254 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/65{--tw-gradient-from: rgb(249 252 254 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/75{--tw-gradient-from: rgb(249 252 254 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-350\/85{--tw-gradient-from: rgb(249 252 254 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375{--tw-gradient-from: #939599 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/0{--tw-gradient-from: rgb(147 149 153 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/100{--tw-gradient-from: rgb(147 149 153 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/20{--tw-gradient-from: rgb(147 149 153 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/45{--tw-gradient-from: rgb(147 149 153 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/50{--tw-gradient-from: rgb(147 149 153 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/60{--tw-gradient-from: rgb(147 149 153 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/65{--tw-gradient-from: rgb(147 149 153 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/75{--tw-gradient-from: rgb(147 149 153 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-375\/85{--tw-gradient-from: rgb(147 149 153 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400{--tw-gradient-from: #828588 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/0{--tw-gradient-from: rgb(130 133 136 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/100{--tw-gradient-from: rgb(130 133 136 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/20{--tw-gradient-from: rgb(130 133 136 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/45{--tw-gradient-from: rgb(130 133 136 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/50{--tw-gradient-from: rgb(130 133 136 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/60{--tw-gradient-from: rgb(130 133 136 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/65{--tw-gradient-from: rgb(130 133 136 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/75{--tw-gradient-from: rgb(130 133 136 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-400\/85{--tw-gradient-from: rgb(130 133 136 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500{--tw-gradient-from: #10233A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/0{--tw-gradient-from: rgb(16 35 58 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/100{--tw-gradient-from: rgb(16 35 58 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/20{--tw-gradient-from: rgb(16 35 58 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/45{--tw-gradient-from: rgb(16 35 58 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/50{--tw-gradient-from: rgb(16 35 58 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/60{--tw-gradient-from: rgb(16 35 58 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/65{--tw-gradient-from: rgb(16 35 58 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/75{--tw-gradient-from: rgb(16 35 58 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-500\/85{--tw-gradient-from: rgb(16 35 58 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60{--tw-gradient-from: #B2B6D2 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/0{--tw-gradient-from: rgb(178 182 210 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/100{--tw-gradient-from: rgb(178 182 210 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/20{--tw-gradient-from: rgb(178 182 210 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/45{--tw-gradient-from: rgb(178 182 210 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/50{--tw-gradient-from: rgb(178 182 210 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/60{--tw-gradient-from: rgb(178 182 210 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/65{--tw-gradient-from: rgb(178 182 210 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/75{--tw-gradient-from: rgb(178 182 210 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-60\/85{--tw-gradient-from: rgb(178 182 210 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900{--tw-gradient-from: #2D2D2D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/0{--tw-gradient-from: rgb(45 45 45 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/100{--tw-gradient-from: rgb(45 45 45 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/20{--tw-gradient-from: rgb(45 45 45 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/45{--tw-gradient-from: rgb(45 45 45 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/50{--tw-gradient-from: rgb(45 45 45 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/60{--tw-gradient-from: rgb(45 45 45 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/65{--tw-gradient-from: rgb(45 45 45 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/75{--tw-gradient-from: rgb(45 45 45 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-gray-900\/85{--tw-gradient-from: rgb(45 45 45 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300{--tw-gradient-from: #D4EFE8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/0{--tw-gradient-from: rgb(212 239 232 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/100{--tw-gradient-from: rgb(212 239 232 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/20{--tw-gradient-from: rgb(212 239 232 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/45{--tw-gradient-from: rgb(212 239 232 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/50{--tw-gradient-from: rgb(212 239 232 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/60{--tw-gradient-from: rgb(212 239 232 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/65{--tw-gradient-from: rgb(212 239 232 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/75{--tw-gradient-from: rgb(212 239 232 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-300\/85{--tw-gradient-from: rgb(212 239 232 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60{--tw-gradient-from: #03B596 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/0{--tw-gradient-from: rgb(3 181 150 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/100{--tw-gradient-from: rgb(3 181 150 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/20{--tw-gradient-from: rgb(3 181 150 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/45{--tw-gradient-from: rgb(3 181 150 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/50{--tw-gradient-from: rgb(3 181 150 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/60{--tw-gradient-from: rgb(3 181 150 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/65{--tw-gradient-from: rgb(3 181 150 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/75{--tw-gradient-from: rgb(3 181 150 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-60\/85{--tw-gradient-from: rgb(3 181 150 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80{--tw-gradient-from: #029B82 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/0{--tw-gradient-from: rgb(2 155 130 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/100{--tw-gradient-from: rgb(2 155 130 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/20{--tw-gradient-from: rgb(2 155 130 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/45{--tw-gradient-from: rgb(2 155 130 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/50{--tw-gradient-from: rgb(2 155 130 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/60{--tw-gradient-from: rgb(2 155 130 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/65{--tw-gradient-from: rgb(2 155 130 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/75{--tw-gradient-from: rgb(2 155 130 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-80\/85{--tw-gradient-from: rgb(2 155 130 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90{--tw-gradient-from: #02816C var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/0{--tw-gradient-from: rgb(2 129 108 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/100{--tw-gradient-from: rgb(2 129 108 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/20{--tw-gradient-from: rgb(2 129 108 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/45{--tw-gradient-from: rgb(2 129 108 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/50{--tw-gradient-from: rgb(2 129 108 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/60{--tw-gradient-from: rgb(2 129 108 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/65{--tw-gradient-from: rgb(2 129 108 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/75{--tw-gradient-from: rgb(2 129 108 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-90\/85{--tw-gradient-from: rgb(2 129 108 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main{--tw-gradient-from: #0ED8A8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/0{--tw-gradient-from: rgb(14 216 168 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/100{--tw-gradient-from: rgb(14 216 168 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/20{--tw-gradient-from: rgb(14 216 168 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/45{--tw-gradient-from: rgb(14 216 168 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/50{--tw-gradient-from: rgb(14 216 168 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/60{--tw-gradient-from: rgb(14 216 168 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/65{--tw-gradient-from: rgb(14 216 168 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/75{--tw-gradient-from: rgb(14 216 168 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-main\/85{--tw-gradient-from: rgb(14 216 168 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status{--tw-gradient-from: #099C44 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/0{--tw-gradient-from: rgb(9 156 68 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/100{--tw-gradient-from: rgb(9 156 68 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/20{--tw-gradient-from: rgb(9 156 68 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/45{--tw-gradient-from: rgb(9 156 68 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/50{--tw-gradient-from: rgb(9 156 68 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/60{--tw-gradient-from: rgb(9 156 68 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/65{--tw-gradient-from: rgb(9 156 68 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/75{--tw-gradient-from: rgb(9 156 68 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-status\/85{--tw-gradient-from: rgb(9 156 68 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint{--tw-gradient-from: #E7FBF6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/0{--tw-gradient-from: rgb(231 251 246 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/100{--tw-gradient-from: rgb(231 251 246 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/20{--tw-gradient-from: rgb(231 251 246 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/45{--tw-gradient-from: rgb(231 251 246 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/50{--tw-gradient-from: rgb(231 251 246 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/60{--tw-gradient-from: rgb(231 251 246 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/65{--tw-gradient-from: rgb(231 251 246 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/75{--tw-gradient-from: rgb(231 251 246 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-green-tint\/85{--tw-gradient-from: rgb(231 251 246 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-inherit{--tw-gradient-from: inherit var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100{--tw-gradient-from: #2B2B2B var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/0{--tw-gradient-from: rgb(43 43 43 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/100{--tw-gradient-from: rgb(43 43 43 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/20{--tw-gradient-from: rgb(43 43 43 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/45{--tw-gradient-from: rgb(43 43 43 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/50{--tw-gradient-from: rgb(43 43 43 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/60{--tw-gradient-from: rgb(43 43 43 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/65{--tw-gradient-from: rgb(43 43 43 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/75{--tw-gradient-from: rgb(43 43 43 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-100\/85{--tw-gradient-from: rgb(43 43 43 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110{--tw-gradient-from: #151515 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/0{--tw-gradient-from: rgb(21 21 21 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/100{--tw-gradient-from: rgb(21 21 21 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/20{--tw-gradient-from: rgb(21 21 21 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/45{--tw-gradient-from: rgb(21 21 21 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/50{--tw-gradient-from: rgb(21 21 21 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/60{--tw-gradient-from: rgb(21 21 21 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/65{--tw-gradient-from: rgb(21 21 21 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/75{--tw-gradient-from: rgb(21 21 21 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-110\/85{--tw-gradient-from: rgb(21 21 21 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50{--tw-gradient-from: #959595 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/0{--tw-gradient-from: rgb(149 149 149 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/100{--tw-gradient-from: rgb(149 149 149 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/20{--tw-gradient-from: rgb(149 149 149 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/45{--tw-gradient-from: rgb(149 149 149 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/50{--tw-gradient-from: rgb(149 149 149 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/60{--tw-gradient-from: rgb(149 149 149 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/65{--tw-gradient-from: rgb(149 149 149 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/75{--tw-gradient-from: rgb(149 149 149 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-50\/85{--tw-gradient-from: rgb(149 149 149 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60{--tw-gradient-from: #808080 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/0{--tw-gradient-from: rgb(128 128 128 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/100{--tw-gradient-from: rgb(128 128 128 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/20{--tw-gradient-from: rgb(128 128 128 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/45{--tw-gradient-from: rgb(128 128 128 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/50{--tw-gradient-from: rgb(128 128 128 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/60{--tw-gradient-from: rgb(128 128 128 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/65{--tw-gradient-from: rgb(128 128 128 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/75{--tw-gradient-from: rgb(128 128 128 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-60\/85{--tw-gradient-from: rgb(128 128 128 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70{--tw-gradient-from: #6A6A6A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/0{--tw-gradient-from: rgb(106 106 106 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/100{--tw-gradient-from: rgb(106 106 106 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/20{--tw-gradient-from: rgb(106 106 106 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/45{--tw-gradient-from: rgb(106 106 106 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/50{--tw-gradient-from: rgb(106 106 106 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/60{--tw-gradient-from: rgb(106 106 106 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/65{--tw-gradient-from: rgb(106 106 106 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/75{--tw-gradient-from: rgb(106 106 106 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-70\/85{--tw-gradient-from: rgb(106 106 106 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80{--tw-gradient-from: #555555 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/0{--tw-gradient-from: rgb(85 85 85 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/100{--tw-gradient-from: rgb(85 85 85 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/20{--tw-gradient-from: rgb(85 85 85 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/45{--tw-gradient-from: rgb(85 85 85 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/50{--tw-gradient-from: rgb(85 85 85 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/60{--tw-gradient-from: rgb(85 85 85 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/65{--tw-gradient-from: rgb(85 85 85 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/75{--tw-gradient-from: rgb(85 85 85 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-80\/85{--tw-gradient-from: rgb(85 85 85 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90{--tw-gradient-from: #404040 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/0{--tw-gradient-from: rgb(64 64 64 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/100{--tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/20{--tw-gradient-from: rgb(64 64 64 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/45{--tw-gradient-from: rgb(64 64 64 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/50{--tw-gradient-from: rgb(64 64 64 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/60{--tw-gradient-from: rgb(64 64 64 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/65{--tw-gradient-from: rgb(64 64 64 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/75{--tw-gradient-from: rgb(64 64 64 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-black-90\/85{--tw-gradient-from: rgb(64 64 64 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0{--tw-gradient-from: #F5F9FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/0{--tw-gradient-from: rgb(245 249 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/100{--tw-gradient-from: rgb(245 249 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/20{--tw-gradient-from: rgb(245 249 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/45{--tw-gradient-from: rgb(245 249 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/50{--tw-gradient-from: rgb(245 249 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/60{--tw-gradient-from: rgb(245 249 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/65{--tw-gradient-from: rgb(245 249 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/75{--tw-gradient-from: rgb(245 249 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-0\/85{--tw-gradient-from: rgb(245 249 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10{--tw-gradient-from: #ECF2FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/0{--tw-gradient-from: rgb(236 242 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/100{--tw-gradient-from: rgb(236 242 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/20{--tw-gradient-from: rgb(236 242 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/45{--tw-gradient-from: rgb(236 242 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/50{--tw-gradient-from: rgb(236 242 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/60{--tw-gradient-from: rgb(236 242 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/65{--tw-gradient-from: rgb(236 242 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/75{--tw-gradient-from: rgb(236 242 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-10\/85{--tw-gradient-from: rgb(236 242 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100{--tw-gradient-from: #0145C4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/0{--tw-gradient-from: rgb(1 69 196 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/100{--tw-gradient-from: rgb(1 69 196 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/20{--tw-gradient-from: rgb(1 69 196 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/45{--tw-gradient-from: rgb(1 69 196 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/50{--tw-gradient-from: rgb(1 69 196 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/60{--tw-gradient-from: rgb(1 69 196 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/65{--tw-gradient-from: rgb(1 69 196 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/75{--tw-gradient-from: rgb(1 69 196 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-100\/85{--tw-gradient-from: rgb(1 69 196 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20{--tw-gradient-from: #DEE9FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/0{--tw-gradient-from: rgb(222 233 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/100{--tw-gradient-from: rgb(222 233 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/20{--tw-gradient-from: rgb(222 233 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/45{--tw-gradient-from: rgb(222 233 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/50{--tw-gradient-from: rgb(222 233 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/60{--tw-gradient-from: rgb(222 233 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/65{--tw-gradient-from: rgb(222 233 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/75{--tw-gradient-from: rgb(222 233 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-20\/85{--tw-gradient-from: rgb(222 233 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30{--tw-gradient-from: #BCD4FF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/0{--tw-gradient-from: rgb(188 212 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/100{--tw-gradient-from: rgb(188 212 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/20{--tw-gradient-from: rgb(188 212 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/45{--tw-gradient-from: rgb(188 212 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/50{--tw-gradient-from: rgb(188 212 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/60{--tw-gradient-from: rgb(188 212 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/65{--tw-gradient-from: rgb(188 212 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/75{--tw-gradient-from: rgb(188 212 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-30\/85{--tw-gradient-from: rgb(188 212 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40{--tw-gradient-from: #9BBEFE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/0{--tw-gradient-from: rgb(155 190 254 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/100{--tw-gradient-from: rgb(155 190 254 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/20{--tw-gradient-from: rgb(155 190 254 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/45{--tw-gradient-from: rgb(155 190 254 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/50{--tw-gradient-from: rgb(155 190 254 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/60{--tw-gradient-from: rgb(155 190 254 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/65{--tw-gradient-from: rgb(155 190 254 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/75{--tw-gradient-from: rgb(155 190 254 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-40\/85{--tw-gradient-from: rgb(155 190 254 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80{--tw-gradient-from: #1466FE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/0{--tw-gradient-from: rgb(20 102 254 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/100{--tw-gradient-from: rgb(20 102 254 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/20{--tw-gradient-from: rgb(20 102 254 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/45{--tw-gradient-from: rgb(20 102 254 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/50{--tw-gradient-from: rgb(20 102 254 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/60{--tw-gradient-from: rgb(20 102 254 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/65{--tw-gradient-from: rgb(20 102 254 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/75{--tw-gradient-from: rgb(20 102 254 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-80\/85{--tw-gradient-from: rgb(20 102 254 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90{--tw-gradient-from: #0153EB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/0{--tw-gradient-from: rgb(1 83 235 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/100{--tw-gradient-from: rgb(1 83 235 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/20{--tw-gradient-from: rgb(1 83 235 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/45{--tw-gradient-from: rgb(1 83 235 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/50{--tw-gradient-from: rgb(1 83 235 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/60{--tw-gradient-from: rgb(1 83 235 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/65{--tw-gradient-from: rgb(1 83 235 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/75{--tw-gradient-from: rgb(1 83 235 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-blue-90\/85{--tw-gradient-from: rgb(1 83 235 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0{--tw-gradient-from: #FBFBFB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/0{--tw-gradient-from: rgb(251 251 251 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/100{--tw-gradient-from: rgb(251 251 251 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/20{--tw-gradient-from: rgb(251 251 251 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/45{--tw-gradient-from: rgb(251 251 251 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/50{--tw-gradient-from: rgb(251 251 251 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/60{--tw-gradient-from: rgb(251 251 251 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/65{--tw-gradient-from: rgb(251 251 251 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/75{--tw-gradient-from: rgb(251 251 251 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-0\/85{--tw-gradient-from: rgb(251 251 251 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10{--tw-gradient-from: #F2F3F7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/0{--tw-gradient-from: rgb(242 243 247 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/100{--tw-gradient-from: rgb(242 243 247 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/20{--tw-gradient-from: rgb(242 243 247 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/45{--tw-gradient-from: rgb(242 243 247 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/50{--tw-gradient-from: rgb(242 243 247 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/60{--tw-gradient-from: rgb(242 243 247 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/65{--tw-gradient-from: rgb(242 243 247 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/75{--tw-gradient-from: rgb(242 243 247 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-10\/85{--tw-gradient-from: rgb(242 243 247 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100{--tw-gradient-from: #4D5483 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/0{--tw-gradient-from: rgb(77 84 131 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/100{--tw-gradient-from: rgb(77 84 131 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/20{--tw-gradient-from: rgb(77 84 131 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/45{--tw-gradient-from: rgb(77 84 131 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/50{--tw-gradient-from: rgb(77 84 131 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/60{--tw-gradient-from: rgb(77 84 131 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/65{--tw-gradient-from: rgb(77 84 131 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/75{--tw-gradient-from: rgb(77 84 131 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-100\/85{--tw-gradient-from: rgb(77 84 131 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110{--tw-gradient-from: #333857 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/0{--tw-gradient-from: rgb(51 56 87 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/100{--tw-gradient-from: rgb(51 56 87 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/20{--tw-gradient-from: rgb(51 56 87 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/45{--tw-gradient-from: rgb(51 56 87 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/50{--tw-gradient-from: rgb(51 56 87 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/60{--tw-gradient-from: rgb(51 56 87 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/65{--tw-gradient-from: rgb(51 56 87 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/75{--tw-gradient-from: rgb(51 56 87 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-110\/85{--tw-gradient-from: rgb(51 56 87 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20{--tw-gradient-from: #E5E7F0 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/0{--tw-gradient-from: rgb(229 231 240 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/100{--tw-gradient-from: rgb(229 231 240 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/20{--tw-gradient-from: rgb(229 231 240 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/45{--tw-gradient-from: rgb(229 231 240 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/50{--tw-gradient-from: rgb(229 231 240 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/60{--tw-gradient-from: rgb(229 231 240 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/65{--tw-gradient-from: rgb(229 231 240 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/75{--tw-gradient-from: rgb(229 231 240 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-20\/85{--tw-gradient-from: rgb(229 231 240 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30{--tw-gradient-from: #B6BDE3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/0{--tw-gradient-from: rgb(182 189 227 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/100{--tw-gradient-from: rgb(182 189 227 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/20{--tw-gradient-from: rgb(182 189 227 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/45{--tw-gradient-from: rgb(182 189 227 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/50{--tw-gradient-from: rgb(182 189 227 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/60{--tw-gradient-from: rgb(182 189 227 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/65{--tw-gradient-from: rgb(182 189 227 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/75{--tw-gradient-from: rgb(182 189 227 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-30\/85{--tw-gradient-from: rgb(182 189 227 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40{--tw-gradient-from: #CCCEE1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/0{--tw-gradient-from: rgb(204 206 225 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/100{--tw-gradient-from: rgb(204 206 225 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/20{--tw-gradient-from: rgb(204 206 225 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/45{--tw-gradient-from: rgb(204 206 225 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/50{--tw-gradient-from: rgb(204 206 225 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/60{--tw-gradient-from: rgb(204 206 225 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/65{--tw-gradient-from: rgb(204 206 225 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/75{--tw-gradient-from: rgb(204 206 225 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-40\/85{--tw-gradient-from: rgb(204 206 225 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50{--tw-gradient-from: #BFC2D9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/0{--tw-gradient-from: rgb(191 194 217 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/100{--tw-gradient-from: rgb(191 194 217 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/20{--tw-gradient-from: rgb(191 194 217 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/45{--tw-gradient-from: rgb(191 194 217 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/50{--tw-gradient-from: rgb(191 194 217 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/60{--tw-gradient-from: rgb(191 194 217 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/65{--tw-gradient-from: rgb(191 194 217 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/75{--tw-gradient-from: rgb(191 194 217 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-50\/85{--tw-gradient-from: rgb(191 194 217 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60{--tw-gradient-from: #6A7094 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/0{--tw-gradient-from: rgb(106 112 148 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/100{--tw-gradient-from: rgb(106 112 148 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/20{--tw-gradient-from: rgb(106 112 148 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/45{--tw-gradient-from: rgb(106 112 148 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/50{--tw-gradient-from: rgb(106 112 148 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/60{--tw-gradient-from: rgb(106 112 148 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/65{--tw-gradient-from: rgb(106 112 148 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/75{--tw-gradient-from: rgb(106 112 148 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-60\/85{--tw-gradient-from: rgb(106 112 148 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80{--tw-gradient-from: #989EC3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/0{--tw-gradient-from: rgb(152 158 195 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/100{--tw-gradient-from: rgb(152 158 195 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/20{--tw-gradient-from: rgb(152 158 195 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/45{--tw-gradient-from: rgb(152 158 195 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/50{--tw-gradient-from: rgb(152 158 195 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/60{--tw-gradient-from: rgb(152 158 195 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/65{--tw-gradient-from: rgb(152 158 195 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/75{--tw-gradient-from: rgb(152 158 195 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-80\/85{--tw-gradient-from: rgb(152 158 195 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90{--tw-gradient-from: #6C75A9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/0{--tw-gradient-from: rgb(108 117 169 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/100{--tw-gradient-from: rgb(108 117 169 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/20{--tw-gradient-from: rgb(108 117 169 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/45{--tw-gradient-from: rgb(108 117 169 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/50{--tw-gradient-from: rgb(108 117 169 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/60{--tw-gradient-from: rgb(108 117 169 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/65{--tw-gradient-from: rgb(108 117 169 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/75{--tw-gradient-from: rgb(108 117 169 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-gray-90\/85{--tw-gradient-from: rgb(108 117 169 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100{--tw-gradient-from: #962F3D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/0{--tw-gradient-from: rgb(150 47 61 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/100{--tw-gradient-from: rgb(150 47 61 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/20{--tw-gradient-from: rgb(150 47 61 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/45{--tw-gradient-from: rgb(150 47 61 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/50{--tw-gradient-from: rgb(150 47 61 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/60{--tw-gradient-from: rgb(150 47 61 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/65{--tw-gradient-from: rgb(150 47 61 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/75{--tw-gradient-from: rgb(150 47 61 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-100\/85{--tw-gradient-from: rgb(150 47 61 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80{--tw-gradient-from: #C64B5B var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/0{--tw-gradient-from: rgb(198 75 91 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/100{--tw-gradient-from: rgb(198 75 91 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/20{--tw-gradient-from: rgb(198 75 91 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/45{--tw-gradient-from: rgb(198 75 91 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/50{--tw-gradient-from: rgb(198 75 91 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/60{--tw-gradient-from: rgb(198 75 91 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/65{--tw-gradient-from: rgb(198 75 91 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/75{--tw-gradient-from: rgb(198 75 91 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-80\/85{--tw-gradient-from: rgb(198 75 91 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main{--tw-gradient-from: #C2485C var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/0{--tw-gradient-from: rgb(194 72 92 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/100{--tw-gradient-from: rgb(194 72 92 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/20{--tw-gradient-from: rgb(194 72 92 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/45{--tw-gradient-from: rgb(194 72 92 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/50{--tw-gradient-from: rgb(194 72 92 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/60{--tw-gradient-from: rgb(194 72 92 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/65{--tw-gradient-from: rgb(194 72 92 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/75{--tw-gradient-from: rgb(194 72 92 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-red-main\/85{--tw-gradient-from: rgb(194 72 92 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white{--tw-gradient-from: #FFFFFF var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-n-white\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10{--tw-gradient-from: #FDF0E4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/0{--tw-gradient-from: rgb(253 240 228 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/100{--tw-gradient-from: rgb(253 240 228 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/20{--tw-gradient-from: rgb(253 240 228 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/45{--tw-gradient-from: rgb(253 240 228 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/50{--tw-gradient-from: rgb(253 240 228 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/60{--tw-gradient-from: rgb(253 240 228 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/65{--tw-gradient-from: rgb(253 240 228 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/75{--tw-gradient-from: rgb(253 240 228 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-10\/85{--tw-gradient-from: rgb(253 240 228 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100{--tw-gradient-from: #FEF5EB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/0{--tw-gradient-from: rgb(254 245 235 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/100{--tw-gradient-from: rgb(254 245 235 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/20{--tw-gradient-from: rgb(254 245 235 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/45{--tw-gradient-from: rgb(254 245 235 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/50{--tw-gradient-from: rgb(254 245 235 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/60{--tw-gradient-from: rgb(254 245 235 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/65{--tw-gradient-from: rgb(254 245 235 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/75{--tw-gradient-from: rgb(254 245 235 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-100\/85{--tw-gradient-from: rgb(254 245 235 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300{--tw-gradient-from: #FFEDD8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/0{--tw-gradient-from: rgb(255 237 216 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/100{--tw-gradient-from: rgb(255 237 216 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/20{--tw-gradient-from: rgb(255 237 216 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/45{--tw-gradient-from: rgb(255 237 216 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/50{--tw-gradient-from: rgb(255 237 216 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/60{--tw-gradient-from: rgb(255 237 216 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/65{--tw-gradient-from: rgb(255 237 216 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/75{--tw-gradient-from: rgb(255 237 216 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-300\/85{--tw-gradient-from: rgb(255 237 216 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70{--tw-gradient-from: #F19540 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/0{--tw-gradient-from: rgb(241 149 64 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/100{--tw-gradient-from: rgb(241 149 64 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/20{--tw-gradient-from: rgb(241 149 64 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/45{--tw-gradient-from: rgb(241 149 64 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/50{--tw-gradient-from: rgb(241 149 64 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/60{--tw-gradient-from: rgb(241 149 64 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/65{--tw-gradient-from: rgb(241 149 64 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/75{--tw-gradient-from: rgb(241 149 64 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-70\/85{--tw-gradient-from: rgb(241 149 64 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90{--tw-gradient-from: #CD6B0F var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/0{--tw-gradient-from: rgb(205 107 15 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/100{--tw-gradient-from: rgb(205 107 15 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/20{--tw-gradient-from: rgb(205 107 15 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/45{--tw-gradient-from: rgb(205 107 15 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/50{--tw-gradient-from: rgb(205 107 15 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/60{--tw-gradient-from: rgb(205 107 15 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/65{--tw-gradient-from: rgb(205 107 15 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/75{--tw-gradient-from: rgb(205 107 15 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-90\/85{--tw-gradient-from: rgb(205 107 15 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main{--tw-gradient-from: #EEB648 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/0{--tw-gradient-from: rgb(238 182 72 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/100{--tw-gradient-from: rgb(238 182 72 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/20{--tw-gradient-from: rgb(238 182 72 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/45{--tw-gradient-from: rgb(238 182 72 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/50{--tw-gradient-from: rgb(238 182 72 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/60{--tw-gradient-from: rgb(238 182 72 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/65{--tw-gradient-from: rgb(238 182 72 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/75{--tw-gradient-from: rgb(238 182 72 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-main\/85{--tw-gradient-from: rgb(238 182 72 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint{--tw-gradient-from: #FDF8ED var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/0{--tw-gradient-from: rgb(253 248 237 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/100{--tw-gradient-from: rgb(253 248 237 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/20{--tw-gradient-from: rgb(253 248 237 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/45{--tw-gradient-from: rgb(253 248 237 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/50{--tw-gradient-from: rgb(253 248 237 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/60{--tw-gradient-from: rgb(253 248 237 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/65{--tw-gradient-from: rgb(253 248 237 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/75{--tw-gradient-from: rgb(253 248 237 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-orange-tint\/85{--tw-gradient-from: rgb(253 248 237 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100{--tw-gradient-from: #F4F5F8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/0{--tw-gradient-from: rgb(244 245 248 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/100{--tw-gradient-from: rgb(244 245 248 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/20{--tw-gradient-from: rgb(244 245 248 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/45{--tw-gradient-from: rgb(244 245 248 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/50{--tw-gradient-from: rgb(244 245 248 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/60{--tw-gradient-from: rgb(244 245 248 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/65{--tw-gradient-from: rgb(244 245 248 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/75{--tw-gradient-from: rgb(244 245 248 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-100\/85{--tw-gradient-from: rgb(244 245 248 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300{--tw-gradient-from: #E8EAEC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/0{--tw-gradient-from: rgb(232 234 236 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/100{--tw-gradient-from: rgb(232 234 236 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/20{--tw-gradient-from: rgb(232 234 236 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/45{--tw-gradient-from: rgb(232 234 236 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/50{--tw-gradient-from: rgb(232 234 236 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/60{--tw-gradient-from: rgb(232 234 236 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/65{--tw-gradient-from: rgb(232 234 236 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/75{--tw-gradient-from: rgb(232 234 236 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-300\/85{--tw-gradient-from: rgb(232 234 236 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500{--tw-gradient-from: #878C99 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/0{--tw-gradient-from: rgb(135 140 153 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/100{--tw-gradient-from: rgb(135 140 153 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/20{--tw-gradient-from: rgb(135 140 153 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/45{--tw-gradient-from: rgb(135 140 153 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/50{--tw-gradient-from: rgb(135 140 153 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/60{--tw-gradient-from: rgb(135 140 153 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/65{--tw-gradient-from: rgb(135 140 153 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/75{--tw-gradient-from: rgb(135 140 153 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-pink-500\/85{--tw-gradient-from: rgb(135 140 153 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10{--tw-gradient-from: #F8E9EB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/0{--tw-gradient-from: rgb(248 233 235 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/100{--tw-gradient-from: rgb(248 233 235 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/20{--tw-gradient-from: rgb(248 233 235 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/45{--tw-gradient-from: rgb(248 233 235 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/50{--tw-gradient-from: rgb(248 233 235 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/60{--tw-gradient-from: rgb(248 233 235 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/65{--tw-gradient-from: rgb(248 233 235 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/75{--tw-gradient-from: rgb(248 233 235 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-10\/85{--tw-gradient-from: rgb(248 233 235 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20{--tw-gradient-from: #F1D2D6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/0{--tw-gradient-from: rgb(241 210 214 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/100{--tw-gradient-from: rgb(241 210 214 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/20{--tw-gradient-from: rgb(241 210 214 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/45{--tw-gradient-from: rgb(241 210 214 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/50{--tw-gradient-from: rgb(241 210 214 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/60{--tw-gradient-from: rgb(241 210 214 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/65{--tw-gradient-from: rgb(241 210 214 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/75{--tw-gradient-from: rgb(241 210 214 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-20\/85{--tw-gradient-from: rgb(241 210 214 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70{--tw-gradient-from: #CE6371 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/0{--tw-gradient-from: rgb(206 99 113 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/100{--tw-gradient-from: rgb(206 99 113 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/20{--tw-gradient-from: rgb(206 99 113 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/45{--tw-gradient-from: rgb(206 99 113 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/50{--tw-gradient-from: rgb(206 99 113 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/60{--tw-gradient-from: rgb(206 99 113 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/65{--tw-gradient-from: rgb(206 99 113 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/75{--tw-gradient-from: rgb(206 99 113 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-70\/85{--tw-gradient-from: rgb(206 99 113 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80{--tw-gradient-from: #AE3E50 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/0{--tw-gradient-from: rgb(174 62 80 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/100{--tw-gradient-from: rgb(174 62 80 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/20{--tw-gradient-from: rgb(174 62 80 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/45{--tw-gradient-from: rgb(174 62 80 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/50{--tw-gradient-from: rgb(174 62 80 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/60{--tw-gradient-from: rgb(174 62 80 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/65{--tw-gradient-from: rgb(174 62 80 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/75{--tw-gradient-from: rgb(174 62 80 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-80\/85{--tw-gradient-from: rgb(174 62 80 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90{--tw-gradient-from: #B33949 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/0{--tw-gradient-from: rgb(179 57 73 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/100{--tw-gradient-from: rgb(179 57 73 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/20{--tw-gradient-from: rgb(179 57 73 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/45{--tw-gradient-from: rgb(179 57 73 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/50{--tw-gradient-from: rgb(179 57 73 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/60{--tw-gradient-from: rgb(179 57 73 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/65{--tw-gradient-from: rgb(179 57 73 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/75{--tw-gradient-from: rgb(179 57 73 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-90\/85{--tw-gradient-from: rgb(179 57 73 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error{--tw-gradient-from: #f56c6c var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/0{--tw-gradient-from: rgb(245 108 108 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/100{--tw-gradient-from: rgb(245 108 108 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/20{--tw-gradient-from: rgb(245 108 108 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/45{--tw-gradient-from: rgb(245 108 108 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/50{--tw-gradient-from: rgb(245 108 108 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/60{--tw-gradient-from: rgb(245 108 108 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/65{--tw-gradient-from: rgb(245 108 108 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/75{--tw-gradient-from: rgb(245 108 108 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-error\/85{--tw-gradient-from: rgb(245 108 108 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light{--tw-gradient-from: #e05f5f var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/0{--tw-gradient-from: rgb(224 95 95 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/100{--tw-gradient-from: rgb(224 95 95 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/20{--tw-gradient-from: rgb(224 95 95 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/45{--tw-gradient-from: rgb(224 95 95 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/50{--tw-gradient-from: rgb(224 95 95 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/60{--tw-gradient-from: rgb(224 95 95 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/65{--tw-gradient-from: rgb(224 95 95 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/75{--tw-gradient-from: rgb(224 95 95 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-light\/85{--tw-gradient-from: rgb(224 95 95 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main{--tw-gradient-from: #FF3F3F var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/0{--tw-gradient-from: rgb(255 63 63 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/100{--tw-gradient-from: rgb(255 63 63 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/20{--tw-gradient-from: rgb(255 63 63 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/45{--tw-gradient-from: rgb(255 63 63 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/50{--tw-gradient-from: rgb(255 63 63 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/60{--tw-gradient-from: rgb(255 63 63 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/65{--tw-gradient-from: rgb(255 63 63 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/75{--tw-gradient-from: rgb(255 63 63 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-main\/85{--tw-gradient-from: rgb(255 63 63 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint{--tw-gradient-from: #FFEFF1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/0{--tw-gradient-from: rgb(255 239 241 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/100{--tw-gradient-from: rgb(255 239 241 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/20{--tw-gradient-from: rgb(255 239 241 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/45{--tw-gradient-from: rgb(255 239 241 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/50{--tw-gradient-from: rgb(255 239 241 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/60{--tw-gradient-from: rgb(255 239 241 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/65{--tw-gradient-from: rgb(255 239 241 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/75{--tw-gradient-from: rgb(255 239 241 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-tint\/85{--tw-gradient-from: rgb(255 239 241 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning{--tw-gradient-from: #ff4550 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/0{--tw-gradient-from: rgb(255 69 80 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/100{--tw-gradient-from: rgb(255 69 80 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/20{--tw-gradient-from: rgb(255 69 80 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/45{--tw-gradient-from: rgb(255 69 80 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/50{--tw-gradient-from: rgb(255 69 80 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/60{--tw-gradient-from: rgb(255 69 80 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/65{--tw-gradient-from: rgb(255 69 80 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/75{--tw-gradient-from: rgb(255 69 80 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-red-warning\/85{--tw-gradient-from: rgb(255 69 80 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default{--tw-gradient-from: #0c60f8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/0{--tw-gradient-from: rgb(12 96 248 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/100{--tw-gradient-from: rgb(12 96 248 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/20{--tw-gradient-from: rgb(12 96 248 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/45{--tw-gradient-from: rgb(12 96 248 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/50{--tw-gradient-from: rgb(12 96 248 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/60{--tw-gradient-from: rgb(12 96 248 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/65{--tw-gradient-from: rgb(12 96 248 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/75{--tw-gradient-from: rgb(12 96 248 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-default\/85{--tw-gradient-from: rgb(12 96 248 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled{--tw-gradient-from: #e3e3e5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/0{--tw-gradient-from: rgb(227 227 229 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/100{--tw-gradient-from: rgb(227 227 229 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/20{--tw-gradient-from: rgb(227 227 229 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/45{--tw-gradient-from: rgb(227 227 229 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/50{--tw-gradient-from: rgb(227 227 229 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/60{--tw-gradient-from: rgb(227 227 229 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/65{--tw-gradient-from: rgb(227 227 229 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/75{--tw-gradient-from: rgb(227 227 229 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-disabled\/85{--tw-gradient-from: rgb(227 227 229 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover{--tw-gradient-from: #0052ea var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/0{--tw-gradient-from: rgb(0 82 234 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/100{--tw-gradient-from: rgb(0 82 234 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/20{--tw-gradient-from: rgb(0 82 234 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/45{--tw-gradient-from: rgb(0 82 234 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/50{--tw-gradient-from: rgb(0 82 234 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/60{--tw-gradient-from: rgb(0 82 234 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/65{--tw-gradient-from: rgb(0 82 234 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/75{--tw-gradient-from: rgb(0 82 234 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-hover\/85{--tw-gradient-from: rgb(0 82 234 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected{--tw-gradient-from: #0045dd var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/0{--tw-gradient-from: rgb(0 69 221 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/100{--tw-gradient-from: rgb(0 69 221 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/20{--tw-gradient-from: rgb(0 69 221 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/45{--tw-gradient-from: rgb(0 69 221 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/50{--tw-gradient-from: rgb(0 69 221 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/60{--tw-gradient-from: rgb(0 69 221 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/65{--tw-gradient-from: rgb(0 69 221 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/75{--tw-gradient-from: rgb(0 69 221 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-primary-selected\/85{--tw-gradient-from: rgb(0 69 221 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default{--tw-gradient-from: #2f2f37 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/0{--tw-gradient-from: rgb(47 47 55 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/100{--tw-gradient-from: rgb(47 47 55 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/20{--tw-gradient-from: rgb(47 47 55 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/45{--tw-gradient-from: rgb(47 47 55 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/50{--tw-gradient-from: rgb(47 47 55 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/60{--tw-gradient-from: rgb(47 47 55 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/65{--tw-gradient-from: rgb(47 47 55 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/75{--tw-gradient-from: rgb(47 47 55 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-default\/85{--tw-gradient-from: rgb(47 47 55 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled{--tw-gradient-from: #e3e3e5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/0{--tw-gradient-from: rgb(227 227 229 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/100{--tw-gradient-from: rgb(227 227 229 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/20{--tw-gradient-from: rgb(227 227 229 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/45{--tw-gradient-from: rgb(227 227 229 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/50{--tw-gradient-from: rgb(227 227 229 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/60{--tw-gradient-from: rgb(227 227 229 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/65{--tw-gradient-from: rgb(227 227 229 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/75{--tw-gradient-from: rgb(227 227 229 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-disabled\/85{--tw-gradient-from: rgb(227 227 229 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover{--tw-gradient-from: #25242b var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/0{--tw-gradient-from: rgb(37 36 43 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/100{--tw-gradient-from: rgb(37 36 43 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/20{--tw-gradient-from: rgb(37 36 43 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/45{--tw-gradient-from: rgb(37 36 43 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/50{--tw-gradient-from: rgb(37 36 43 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/60{--tw-gradient-from: rgb(37 36 43 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/65{--tw-gradient-from: rgb(37 36 43 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/75{--tw-gradient-from: rgb(37 36 43 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-hover\/85{--tw-gradient-from: rgb(37 36 43 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected{--tw-gradient-from: #1a1a20 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/0{--tw-gradient-from: rgb(26 26 32 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/100{--tw-gradient-from: rgb(26 26 32 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/20{--tw-gradient-from: rgb(26 26 32 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/45{--tw-gradient-from: rgb(26 26 32 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/50{--tw-gradient-from: rgb(26 26 32 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/60{--tw-gradient-from: rgb(26 26 32 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/65{--tw-gradient-from: rgb(26 26 32 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/75{--tw-gradient-from: rgb(26 26 32 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-accent-secondary-\(nu\)-selected\/85{--tw-gradient-from: rgb(26 26 32 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default{--tw-gradient-from: #d8152d var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/0{--tw-gradient-from: rgb(216 21 45 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/100{--tw-gradient-from: rgb(216 21 45 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/20{--tw-gradient-from: rgb(216 21 45 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/45{--tw-gradient-from: rgb(216 21 45 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/50{--tw-gradient-from: rgb(216 21 45 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/60{--tw-gradient-from: rgb(216 21 45 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/65{--tw-gradient-from: rgb(216 21 45 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/75{--tw-gradient-from: rgb(216 21 45 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-default\/85{--tw-gradient-from: rgb(216 21 45 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover{--tw-gradient-from: #c5001b var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/0{--tw-gradient-from: rgb(197 0 27 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/100{--tw-gradient-from: rgb(197 0 27 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/20{--tw-gradient-from: rgb(197 0 27 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/45{--tw-gradient-from: rgb(197 0 27 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/50{--tw-gradient-from: rgb(197 0 27 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/60{--tw-gradient-from: rgb(197 0 27 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/65{--tw-gradient-from: rgb(197 0 27 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/75{--tw-gradient-from: rgb(197 0 27 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-hover\/85{--tw-gradient-from: rgb(197 0 27 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected{--tw-gradient-from: #b20006 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/0{--tw-gradient-from: rgb(178 0 6 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/100{--tw-gradient-from: rgb(178 0 6 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/20{--tw-gradient-from: rgb(178 0 6 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/45{--tw-gradient-from: rgb(178 0 6 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/50{--tw-gradient-from: rgb(178 0 6 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/60{--tw-gradient-from: rgb(178 0 6 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/65{--tw-gradient-from: rgb(178 0 6 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/75{--tw-gradient-from: rgb(178 0 6 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-error-selected\/85{--tw-gradient-from: rgb(178 0 6 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default{--tw-gradient-from: #d6d9ea var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/0{--tw-gradient-from: rgb(214 217 234 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/100{--tw-gradient-from: rgb(214 217 234 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/20{--tw-gradient-from: rgb(214 217 234 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/45{--tw-gradient-from: rgb(214 217 234 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/50{--tw-gradient-from: rgb(214 217 234 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/60{--tw-gradient-from: rgb(214 217 234 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/65{--tw-gradient-from: rgb(214 217 234 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/75{--tw-gradient-from: rgb(214 217 234 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-default\/85{--tw-gradient-from: rgb(214 217 234 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled{--tw-gradient-from: #e3e3e5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/0{--tw-gradient-from: rgb(227 227 229 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/100{--tw-gradient-from: rgb(227 227 229 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/20{--tw-gradient-from: rgb(227 227 229 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/45{--tw-gradient-from: rgb(227 227 229 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/50{--tw-gradient-from: rgb(227 227 229 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/60{--tw-gradient-from: rgb(227 227 229 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/65{--tw-gradient-from: rgb(227 227 229 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/75{--tw-gradient-from: rgb(227 227 229 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-disabled\/85{--tw-gradient-from: rgb(227 227 229 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover{--tw-gradient-from: #c7cbe2 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/0{--tw-gradient-from: rgb(199 203 226 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/100{--tw-gradient-from: rgb(199 203 226 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/20{--tw-gradient-from: rgb(199 203 226 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/45{--tw-gradient-from: rgb(199 203 226 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/50{--tw-gradient-from: rgb(199 203 226 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/60{--tw-gradient-from: rgb(199 203 226 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/65{--tw-gradient-from: rgb(199 203 226 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/75{--tw-gradient-from: rgb(199 203 226 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-hover\/85{--tw-gradient-from: rgb(199 203 226 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected{--tw-gradient-from: #3a3a42 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/0{--tw-gradient-from: rgb(58 58 66 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/100{--tw-gradient-from: rgb(58 58 66 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/20{--tw-gradient-from: rgb(58 58 66 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/45{--tw-gradient-from: rgb(58 58 66 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/50{--tw-gradient-from: rgb(58 58 66 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/60{--tw-gradient-from: rgb(58 58 66 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/65{--tw-gradient-from: rgb(58 58 66 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/75{--tw-gradient-from: rgb(58 58 66 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-primary-selected\/85{--tw-gradient-from: rgb(58 58 66 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default{--tw-gradient-from: #ecedf7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/0{--tw-gradient-from: rgb(236 237 247 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/100{--tw-gradient-from: rgb(236 237 247 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/20{--tw-gradient-from: rgb(236 237 247 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/45{--tw-gradient-from: rgb(236 237 247 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/50{--tw-gradient-from: rgb(236 237 247 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/60{--tw-gradient-from: rgb(236 237 247 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/65{--tw-gradient-from: rgb(236 237 247 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/75{--tw-gradient-from: rgb(236 237 247 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-default\/85{--tw-gradient-from: rgb(236 237 247 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled{--tw-gradient-from: #e3e3e5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/0{--tw-gradient-from: rgb(227 227 229 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/100{--tw-gradient-from: rgb(227 227 229 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/20{--tw-gradient-from: rgb(227 227 229 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/45{--tw-gradient-from: rgb(227 227 229 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/50{--tw-gradient-from: rgb(227 227 229 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/60{--tw-gradient-from: rgb(227 227 229 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/65{--tw-gradient-from: rgb(227 227 229 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/75{--tw-gradient-from: rgb(227 227 229 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-disabled\/85{--tw-gradient-from: rgb(227 227 229 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover{--tw-gradient-from: #e2e4f1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/0{--tw-gradient-from: rgb(226 228 241 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/100{--tw-gradient-from: rgb(226 228 241 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/20{--tw-gradient-from: rgb(226 228 241 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/45{--tw-gradient-from: rgb(226 228 241 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/50{--tw-gradient-from: rgb(226 228 241 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/60{--tw-gradient-from: rgb(226 228 241 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/65{--tw-gradient-from: rgb(226 228 241 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/75{--tw-gradient-from: rgb(226 228 241 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-hover\/85{--tw-gradient-from: rgb(226 228 241 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected{--tw-gradient-from: #3a3a42 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/0{--tw-gradient-from: rgb(58 58 66 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/100{--tw-gradient-from: rgb(58 58 66 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/20{--tw-gradient-from: rgb(58 58 66 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/45{--tw-gradient-from: rgb(58 58 66 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/50{--tw-gradient-from: rgb(58 58 66 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/60{--tw-gradient-from: rgb(58 58 66 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/65{--tw-gradient-from: rgb(58 58 66 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/75{--tw-gradient-from: rgb(58 58 66 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-neutral-secondary-selected\/85{--tw-gradient-from: rgb(58 58 66 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default{--tw-gradient-from: #ffffff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-default\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled{--tw-gradient-from: #e3e3e5 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/0{--tw-gradient-from: rgb(227 227 229 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/100{--tw-gradient-from: rgb(227 227 229 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/20{--tw-gradient-from: rgb(227 227 229 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/45{--tw-gradient-from: rgb(227 227 229 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/50{--tw-gradient-from: rgb(227 227 229 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/60{--tw-gradient-from: rgb(227 227 229 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/65{--tw-gradient-from: rgb(227 227 229 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/75{--tw-gradient-from: rgb(227 227 229 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-disabled\/85{--tw-gradient-from: rgb(227 227 229 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover{--tw-gradient-from: #fbfbfb var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/0{--tw-gradient-from: rgb(251 251 251 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/100{--tw-gradient-from: rgb(251 251 251 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/20{--tw-gradient-from: rgb(251 251 251 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/45{--tw-gradient-from: rgb(251 251 251 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/50{--tw-gradient-from: rgb(251 251 251 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/60{--tw-gradient-from: rgb(251 251 251 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/65{--tw-gradient-from: rgb(251 251 251 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/75{--tw-gradient-from: rgb(251 251 251 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-hover\/85{--tw-gradient-from: rgb(251 251 251 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected{--tw-gradient-from: #f9f9f9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/0{--tw-gradient-from: rgb(249 249 249 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/100{--tw-gradient-from: rgb(249 249 249 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/20{--tw-gradient-from: rgb(249 249 249 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/45{--tw-gradient-from: rgb(249 249 249 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/50{--tw-gradient-from: rgb(249 249 249 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/60{--tw-gradient-from: rgb(249 249 249 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/65{--tw-gradient-from: rgb(249 249 249 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/75{--tw-gradient-from: rgb(249 249 249 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-on-accent-selected\/85{--tw-gradient-from: rgb(249 249 249 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover{--tw-gradient-from: #636a9a var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/0{--tw-gradient-from: rgb(99 106 154 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/100{--tw-gradient-from: rgb(99 106 154 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/20{--tw-gradient-from: rgb(99 106 154 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/45{--tw-gradient-from: rgb(99 106 154 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/50{--tw-gradient-from: rgb(99 106 154 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/60{--tw-gradient-from: rgb(99 106 154 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/65{--tw-gradient-from: rgb(99 106 154 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/75{--tw-gradient-from: rgb(99 106 154 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-hover\/85{--tw-gradient-from: rgb(99 106 154 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary{--tw-gradient-from: #6d74a4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/0{--tw-gradient-from: rgb(109 116 164 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/100{--tw-gradient-from: rgb(109 116 164 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/20{--tw-gradient-from: rgb(109 116 164 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/45{--tw-gradient-from: rgb(109 116 164 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/50{--tw-gradient-from: rgb(109 116 164 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/60{--tw-gradient-from: rgb(109 116 164 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/65{--tw-gradient-from: rgb(109 116 164 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/75{--tw-gradient-from: rgb(109 116 164 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-primary\/85{--tw-gradient-from: rgb(109 116 164 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected{--tw-gradient-from: #565e8e var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/0{--tw-gradient-from: rgb(86 94 142 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/100{--tw-gradient-from: rgb(86 94 142 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/20{--tw-gradient-from: rgb(86 94 142 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/45{--tw-gradient-from: rgb(86 94 142 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/50{--tw-gradient-from: rgb(86 94 142 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/60{--tw-gradient-from: rgb(86 94 142 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/65{--tw-gradient-from: rgb(86 94 142 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/75{--tw-gradient-from: rgb(86 94 142 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-pending-selected\/85{--tw-gradient-from: rgb(86 94 142 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default{--tw-gradient-from: #009277 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/0{--tw-gradient-from: rgb(0 146 119 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/100{--tw-gradient-from: rgb(0 146 119 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/20{--tw-gradient-from: rgb(0 146 119 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/45{--tw-gradient-from: rgb(0 146 119 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/50{--tw-gradient-from: rgb(0 146 119 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/60{--tw-gradient-from: rgb(0 146 119 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/65{--tw-gradient-from: rgb(0 146 119 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/75{--tw-gradient-from: rgb(0 146 119 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-default\/85{--tw-gradient-from: rgb(0 146 119 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover{--tw-gradient-from: #00876d var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/0{--tw-gradient-from: rgb(0 135 109 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/100{--tw-gradient-from: rgb(0 135 109 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/20{--tw-gradient-from: rgb(0 135 109 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/45{--tw-gradient-from: rgb(0 135 109 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/50{--tw-gradient-from: rgb(0 135 109 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/60{--tw-gradient-from: rgb(0 135 109 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/65{--tw-gradient-from: rgb(0 135 109 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/75{--tw-gradient-from: rgb(0 135 109 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-hover\/85{--tw-gradient-from: rgb(0 135 109 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected{--tw-gradient-from: #007c62 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/0{--tw-gradient-from: rgb(0 124 98 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/100{--tw-gradient-from: rgb(0 124 98 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/20{--tw-gradient-from: rgb(0 124 98 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/45{--tw-gradient-from: rgb(0 124 98 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/50{--tw-gradient-from: rgb(0 124 98 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/60{--tw-gradient-from: rgb(0 124 98 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/65{--tw-gradient-from: rgb(0 124 98 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/75{--tw-gradient-from: rgb(0 124 98 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-success-selected\/85{--tw-gradient-from: rgb(0 124 98 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default{--tw-gradient-from: #d87300 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/0{--tw-gradient-from: rgb(216 115 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/100{--tw-gradient-from: rgb(216 115 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/20{--tw-gradient-from: rgb(216 115 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/45{--tw-gradient-from: rgb(216 115 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/50{--tw-gradient-from: rgb(216 115 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/60{--tw-gradient-from: rgb(216 115 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/65{--tw-gradient-from: rgb(216 115 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/75{--tw-gradient-from: rgb(216 115 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-default\/85{--tw-gradient-from: rgb(216 115 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled{--tw-gradient-from: #f3f3f4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/0{--tw-gradient-from: rgb(243 243 244 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/100{--tw-gradient-from: rgb(243 243 244 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/20{--tw-gradient-from: rgb(243 243 244 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/45{--tw-gradient-from: rgb(243 243 244 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/50{--tw-gradient-from: rgb(243 243 244 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/60{--tw-gradient-from: rgb(243 243 244 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/65{--tw-gradient-from: rgb(243 243 244 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/75{--tw-gradient-from: rgb(243 243 244 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-disabled\/85{--tw-gradient-from: rgb(243 243 244 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover{--tw-gradient-from: #c05900 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/0{--tw-gradient-from: rgb(192 89 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/100{--tw-gradient-from: rgb(192 89 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/20{--tw-gradient-from: rgb(192 89 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/45{--tw-gradient-from: rgb(192 89 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/50{--tw-gradient-from: rgb(192 89 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/60{--tw-gradient-from: rgb(192 89 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/65{--tw-gradient-from: rgb(192 89 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/75{--tw-gradient-from: rgb(192 89 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-hover\/85{--tw-gradient-from: rgb(192 89 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected{--tw-gradient-from: #b05200 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/0{--tw-gradient-from: rgb(176 82 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/100{--tw-gradient-from: rgb(176 82 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/20{--tw-gradient-from: rgb(176 82 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/45{--tw-gradient-from: rgb(176 82 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/50{--tw-gradient-from: rgb(176 82 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/60{--tw-gradient-from: rgb(176 82 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/65{--tw-gradient-from: rgb(176 82 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/75{--tw-gradient-from: rgb(176 82 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-stroke-warning-selected\/85{--tw-gradient-from: rgb(176 82 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default{--tw-gradient-from: #0c60f8 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/0{--tw-gradient-from: rgb(12 96 248 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/100{--tw-gradient-from: rgb(12 96 248 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/20{--tw-gradient-from: rgb(12 96 248 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/45{--tw-gradient-from: rgb(12 96 248 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/50{--tw-gradient-from: rgb(12 96 248 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/60{--tw-gradient-from: rgb(12 96 248 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/65{--tw-gradient-from: rgb(12 96 248 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/75{--tw-gradient-from: rgb(12 96 248 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-accent-default\/85{--tw-gradient-from: rgb(12 96 248 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100{--tw-gradient-from: #000722 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/0{--tw-gradient-from: rgb(0 7 34 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/100{--tw-gradient-from: rgb(0 7 34 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/20{--tw-gradient-from: rgb(0 7 34 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/45{--tw-gradient-from: rgb(0 7 34 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/50{--tw-gradient-from: rgb(0 7 34 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/60{--tw-gradient-from: rgb(0 7 34 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/65{--tw-gradient-from: rgb(0 7 34 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/75{--tw-gradient-from: rgb(0 7 34 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-black-100\/85{--tw-gradient-from: rgb(0 7 34 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default{--tw-gradient-from: #d8152d var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/0{--tw-gradient-from: rgb(216 21 45 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/100{--tw-gradient-from: rgb(216 21 45 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/20{--tw-gradient-from: rgb(216 21 45 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/45{--tw-gradient-from: rgb(216 21 45 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/50{--tw-gradient-from: rgb(216 21 45 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/60{--tw-gradient-from: rgb(216 21 45 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/65{--tw-gradient-from: rgb(216 21 45 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/75{--tw-gradient-from: rgb(216 21 45 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-error-default\/85{--tw-gradient-from: rgb(216 21 45 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional{--tw-gradient-from: #8f96be var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/0{--tw-gradient-from: rgb(143 150 190 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/100{--tw-gradient-from: rgb(143 150 190 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/20{--tw-gradient-from: rgb(143 150 190 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/45{--tw-gradient-from: rgb(143 150 190 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/50{--tw-gradient-from: rgb(143 150 190 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/60{--tw-gradient-from: rgb(143 150 190 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/65{--tw-gradient-from: rgb(143 150 190 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/75{--tw-gradient-from: rgb(143 150 190 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-additional\/85{--tw-gradient-from: rgb(143 150 190 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled{--tw-gradient-from: #8a8e96 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/0{--tw-gradient-from: rgb(138 142 150 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/100{--tw-gradient-from: rgb(138 142 150 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/20{--tw-gradient-from: rgb(138 142 150 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/45{--tw-gradient-from: rgb(138 142 150 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/50{--tw-gradient-from: rgb(138 142 150 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/60{--tw-gradient-from: rgb(138 142 150 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/65{--tw-gradient-from: rgb(138 142 150 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/75{--tw-gradient-from: rgb(138 142 150 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-disabled\/85{--tw-gradient-from: rgb(138 142 150 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary{--tw-gradient-from: #25242b var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/0{--tw-gradient-from: rgb(37 36 43 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/100{--tw-gradient-from: rgb(37 36 43 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/20{--tw-gradient-from: rgb(37 36 43 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/45{--tw-gradient-from: rgb(37 36 43 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/50{--tw-gradient-from: rgb(37 36 43 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/60{--tw-gradient-from: rgb(37 36 43 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/65{--tw-gradient-from: rgb(37 36 43 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/75{--tw-gradient-from: rgb(37 36 43 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-primary\/85{--tw-gradient-from: rgb(37 36 43 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary{--tw-gradient-from: #474650 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/0{--tw-gradient-from: rgb(71 70 80 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/100{--tw-gradient-from: rgb(71 70 80 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/20{--tw-gradient-from: rgb(71 70 80 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/45{--tw-gradient-from: rgb(71 70 80 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/50{--tw-gradient-from: rgb(71 70 80 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/60{--tw-gradient-from: rgb(71 70 80 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/65{--tw-gradient-from: rgb(71 70 80 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/75{--tw-gradient-from: rgb(71 70 80 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-secondary\/85{--tw-gradient-from: rgb(71 70 80 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default{--tw-gradient-from: #777A84 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/0{--tw-gradient-from: rgb(119 122 132 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/100{--tw-gradient-from: rgb(119 122 132 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/20{--tw-gradient-from: rgb(119 122 132 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/45{--tw-gradient-from: rgb(119 122 132 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/50{--tw-gradient-from: rgb(119 122 132 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/60{--tw-gradient-from: rgb(119 122 132 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/65{--tw-gradient-from: rgb(119 122 132 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/75{--tw-gradient-from: rgb(119 122 132 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-neutral-tertiary-default\/85{--tw-gradient-from: rgb(119 122 132 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary{--tw-gradient-from: #ffffff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-primary\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary{--tw-gradient-from: rgba(255, 255, 255, .8) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/0{--tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/100{--tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/20{--tw-gradient-from: rgba(255, 255, 255, .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/45{--tw-gradient-from: rgba(255, 255, 255, .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/50{--tw-gradient-from: rgba(255, 255, 255, .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/60{--tw-gradient-from: rgba(255, 255, 255, .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/65{--tw-gradient-from: rgba(255, 255, 255, .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/75{--tw-gradient-from: rgba(255, 255, 255, .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-on-accent-secondary\/85{--tw-gradient-from: rgba(255, 255, 255, .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending{--tw-gradient-from: #6d74a4 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/0{--tw-gradient-from: rgb(109 116 164 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/100{--tw-gradient-from: rgb(109 116 164 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/20{--tw-gradient-from: rgb(109 116 164 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/45{--tw-gradient-from: rgb(109 116 164 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/50{--tw-gradient-from: rgb(109 116 164 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/60{--tw-gradient-from: rgb(109 116 164 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/65{--tw-gradient-from: rgb(109 116 164 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/75{--tw-gradient-from: rgb(109 116 164 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-pending-pending\/85{--tw-gradient-from: rgb(109 116 164 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default{--tw-gradient-from: #009277 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/0{--tw-gradient-from: rgb(0 146 119 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/100{--tw-gradient-from: rgb(0 146 119 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/20{--tw-gradient-from: rgb(0 146 119 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/45{--tw-gradient-from: rgb(0 146 119 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/50{--tw-gradient-from: rgb(0 146 119 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/60{--tw-gradient-from: rgb(0 146 119 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/65{--tw-gradient-from: rgb(0 146 119 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/75{--tw-gradient-from: rgb(0 146 119 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-success-default\/85{--tw-gradient-from: rgb(0 146 119 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default{--tw-gradient-from: #d87300 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/0{--tw-gradient-from: rgb(216 115 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/100{--tw-gradient-from: rgb(216 115 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/20{--tw-gradient-from: rgb(216 115 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/45{--tw-gradient-from: rgb(216 115 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/50{--tw-gradient-from: rgb(216 115 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/60{--tw-gradient-from: rgb(216 115 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/65{--tw-gradient-from: rgb(216 115 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/75{--tw-gradient-from: rgb(216 115 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-text-warning-default\/85{--tw-gradient-from: rgb(216 115 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/0{--tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/100{--tw-gradient-from: rgb(0 0 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/45{--tw-gradient-from: rgb(0 0 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/50{--tw-gradient-from: rgb(0 0 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/65{--tw-gradient-from: rgb(0 0 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/75{--tw-gradient-from: rgb(0 0 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-transparent\/85{--tw-gradient-from: rgb(0 0 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white{--tw-gradient-from: #fff var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-old-white\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10{--tw-gradient-from: #FDF4EE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/0{--tw-gradient-from: rgb(253 244 238 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/100{--tw-gradient-from: rgb(253 244 238 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/20{--tw-gradient-from: rgb(253 244 238 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/45{--tw-gradient-from: rgb(253 244 238 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/50{--tw-gradient-from: rgb(253 244 238 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/60{--tw-gradient-from: rgb(253 244 238 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/65{--tw-gradient-from: rgb(253 244 238 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/75{--tw-gradient-from: rgb(253 244 238 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-10\/85{--tw-gradient-from: rgb(253 244 238 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100{--tw-gradient-from: #D87300 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/0{--tw-gradient-from: rgb(216 115 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/100{--tw-gradient-from: rgb(216 115 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/20{--tw-gradient-from: rgb(216 115 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/45{--tw-gradient-from: rgb(216 115 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/50{--tw-gradient-from: rgb(216 115 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/60{--tw-gradient-from: rgb(216 115 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/65{--tw-gradient-from: rgb(216 115 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/75{--tw-gradient-from: rgb(216 115 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-100\/85{--tw-gradient-from: rgb(216 115 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110{--tw-gradient-from: #D87300 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/0{--tw-gradient-from: rgb(216 115 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/100{--tw-gradient-from: rgb(216 115 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/20{--tw-gradient-from: rgb(216 115 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/45{--tw-gradient-from: rgb(216 115 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/50{--tw-gradient-from: rgb(216 115 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/60{--tw-gradient-from: rgb(216 115 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/65{--tw-gradient-from: rgb(216 115 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/75{--tw-gradient-from: rgb(216 115 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-110\/85{--tw-gradient-from: rgb(216 115 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120{--tw-gradient-from: #C05900 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/0{--tw-gradient-from: rgb(192 89 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/100{--tw-gradient-from: rgb(192 89 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/20{--tw-gradient-from: rgb(192 89 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/45{--tw-gradient-from: rgb(192 89 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/50{--tw-gradient-from: rgb(192 89 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/60{--tw-gradient-from: rgb(192 89 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/65{--tw-gradient-from: rgb(192 89 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/75{--tw-gradient-from: rgb(192 89 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-120\/85{--tw-gradient-from: rgb(192 89 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130{--tw-gradient-from: #B05200 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/0{--tw-gradient-from: rgb(176 82 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/100{--tw-gradient-from: rgb(176 82 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/20{--tw-gradient-from: rgb(176 82 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/45{--tw-gradient-from: rgb(176 82 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/50{--tw-gradient-from: rgb(176 82 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/60{--tw-gradient-from: rgb(176 82 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/65{--tw-gradient-from: rgb(176 82 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/75{--tw-gradient-from: rgb(176 82 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-130\/85{--tw-gradient-from: rgb(176 82 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140{--tw-gradient-from: #A44300 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/0{--tw-gradient-from: rgb(164 67 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/100{--tw-gradient-from: rgb(164 67 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/20{--tw-gradient-from: rgb(164 67 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/45{--tw-gradient-from: rgb(164 67 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/50{--tw-gradient-from: rgb(164 67 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/60{--tw-gradient-from: rgb(164 67 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/65{--tw-gradient-from: rgb(164 67 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/75{--tw-gradient-from: rgb(164 67 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-140\/85{--tw-gradient-from: rgb(164 67 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150{--tw-gradient-from: #953B00 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/0{--tw-gradient-from: rgb(149 59 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/100{--tw-gradient-from: rgb(149 59 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/20{--tw-gradient-from: rgb(149 59 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/45{--tw-gradient-from: rgb(149 59 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/50{--tw-gradient-from: rgb(149 59 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/60{--tw-gradient-from: rgb(149 59 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/65{--tw-gradient-from: rgb(149 59 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/75{--tw-gradient-from: rgb(149 59 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-150\/85{--tw-gradient-from: rgb(149 59 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160{--tw-gradient-from: #863500 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/0{--tw-gradient-from: rgb(134 53 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/100{--tw-gradient-from: rgb(134 53 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/20{--tw-gradient-from: rgb(134 53 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/45{--tw-gradient-from: rgb(134 53 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/50{--tw-gradient-from: rgb(134 53 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/60{--tw-gradient-from: rgb(134 53 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/65{--tw-gradient-from: rgb(134 53 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/75{--tw-gradient-from: rgb(134 53 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-160\/85{--tw-gradient-from: rgb(134 53 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20{--tw-gradient-from: #FCEBE0 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/0{--tw-gradient-from: rgb(252 235 224 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/100{--tw-gradient-from: rgb(252 235 224 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/20{--tw-gradient-from: rgb(252 235 224 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/45{--tw-gradient-from: rgb(252 235 224 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/50{--tw-gradient-from: rgb(252 235 224 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/60{--tw-gradient-from: rgb(252 235 224 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/65{--tw-gradient-from: rgb(252 235 224 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/75{--tw-gradient-from: rgb(252 235 224 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-20\/85{--tw-gradient-from: rgb(252 235 224 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30{--tw-gradient-from: #FBE0CE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/0{--tw-gradient-from: rgb(251 224 206 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/100{--tw-gradient-from: rgb(251 224 206 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/20{--tw-gradient-from: rgb(251 224 206 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/45{--tw-gradient-from: rgb(251 224 206 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/50{--tw-gradient-from: rgb(251 224 206 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/60{--tw-gradient-from: rgb(251 224 206 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/65{--tw-gradient-from: rgb(251 224 206 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/75{--tw-gradient-from: rgb(251 224 206 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-30\/85{--tw-gradient-from: rgb(251 224 206 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40{--tw-gradient-from: #F8D3B9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/0{--tw-gradient-from: rgb(248 211 185 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/100{--tw-gradient-from: rgb(248 211 185 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/20{--tw-gradient-from: rgb(248 211 185 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/45{--tw-gradient-from: rgb(248 211 185 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/50{--tw-gradient-from: rgb(248 211 185 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/60{--tw-gradient-from: rgb(248 211 185 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/65{--tw-gradient-from: rgb(248 211 185 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/75{--tw-gradient-from: rgb(248 211 185 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-40\/85{--tw-gradient-from: rgb(248 211 185 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50{--tw-gradient-from: #F4C29C var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/0{--tw-gradient-from: rgb(244 194 156 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/100{--tw-gradient-from: rgb(244 194 156 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/20{--tw-gradient-from: rgb(244 194 156 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/45{--tw-gradient-from: rgb(244 194 156 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/50{--tw-gradient-from: rgb(244 194 156 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/60{--tw-gradient-from: rgb(244 194 156 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/65{--tw-gradient-from: rgb(244 194 156 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/75{--tw-gradient-from: rgb(244 194 156 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-50\/85{--tw-gradient-from: rgb(244 194 156 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60{--tw-gradient-from: #F0B080 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/0{--tw-gradient-from: rgb(240 176 128 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/100{--tw-gradient-from: rgb(240 176 128 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/20{--tw-gradient-from: rgb(240 176 128 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/45{--tw-gradient-from: rgb(240 176 128 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/50{--tw-gradient-from: rgb(240 176 128 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/60{--tw-gradient-from: rgb(240 176 128 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/65{--tw-gradient-from: rgb(240 176 128 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/75{--tw-gradient-from: rgb(240 176 128 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-60\/85{--tw-gradient-from: rgb(240 176 128 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70{--tw-gradient-from: #EBA36A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/0{--tw-gradient-from: rgb(235 163 106 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/100{--tw-gradient-from: rgb(235 163 106 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/20{--tw-gradient-from: rgb(235 163 106 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/45{--tw-gradient-from: rgb(235 163 106 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/50{--tw-gradient-from: rgb(235 163 106 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/60{--tw-gradient-from: rgb(235 163 106 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/65{--tw-gradient-from: rgb(235 163 106 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/75{--tw-gradient-from: rgb(235 163 106 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-70\/85{--tw-gradient-from: rgb(235 163 106 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80{--tw-gradient-from: #E48F47 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/0{--tw-gradient-from: rgb(228 143 71 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/100{--tw-gradient-from: rgb(228 143 71 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/20{--tw-gradient-from: rgb(228 143 71 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/45{--tw-gradient-from: rgb(228 143 71 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/50{--tw-gradient-from: rgb(228 143 71 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/60{--tw-gradient-from: rgb(228 143 71 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/65{--tw-gradient-from: rgb(228 143 71 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/75{--tw-gradient-from: rgb(228 143 71 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-80\/85{--tw-gradient-from: rgb(228 143 71 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90{--tw-gradient-from: #DF8029 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/0{--tw-gradient-from: rgb(223 128 41 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/100{--tw-gradient-from: rgb(223 128 41 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/20{--tw-gradient-from: rgb(223 128 41 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/45{--tw-gradient-from: rgb(223 128 41 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/50{--tw-gradient-from: rgb(223 128 41 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/60{--tw-gradient-from: rgb(223 128 41 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/65{--tw-gradient-from: rgb(223 128 41 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/75{--tw-gradient-from: rgb(223 128 41 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-orange-90\/85{--tw-gradient-from: rgb(223 128 41 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10{--tw-gradient-from: #FFF2F1 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/0{--tw-gradient-from: rgb(255 242 241 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/100{--tw-gradient-from: rgb(255 242 241 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/20{--tw-gradient-from: rgb(255 242 241 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/45{--tw-gradient-from: rgb(255 242 241 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/50{--tw-gradient-from: rgb(255 242 241 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/60{--tw-gradient-from: rgb(255 242 241 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/65{--tw-gradient-from: rgb(255 242 241 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/75{--tw-gradient-from: rgb(255 242 241 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-10\/85{--tw-gradient-from: rgb(255 242 241 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100{--tw-gradient-from: #EC605E var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/0{--tw-gradient-from: rgb(236 96 94 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/100{--tw-gradient-from: rgb(236 96 94 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/20{--tw-gradient-from: rgb(236 96 94 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/45{--tw-gradient-from: rgb(236 96 94 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/50{--tw-gradient-from: rgb(236 96 94 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/60{--tw-gradient-from: rgb(236 96 94 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/65{--tw-gradient-from: rgb(236 96 94 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/75{--tw-gradient-from: rgb(236 96 94 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-100\/85{--tw-gradient-from: rgb(236 96 94 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110{--tw-gradient-from: #E6484A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/0{--tw-gradient-from: rgb(230 72 74 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/100{--tw-gradient-from: rgb(230 72 74 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/20{--tw-gradient-from: rgb(230 72 74 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/45{--tw-gradient-from: rgb(230 72 74 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/50{--tw-gradient-from: rgb(230 72 74 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/60{--tw-gradient-from: rgb(230 72 74 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/65{--tw-gradient-from: rgb(230 72 74 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/75{--tw-gradient-from: rgb(230 72 74 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-110\/85{--tw-gradient-from: rgb(230 72 74 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120{--tw-gradient-from: #E1303A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/0{--tw-gradient-from: rgb(225 48 58 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/100{--tw-gradient-from: rgb(225 48 58 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/20{--tw-gradient-from: rgb(225 48 58 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/45{--tw-gradient-from: rgb(225 48 58 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/50{--tw-gradient-from: rgb(225 48 58 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/60{--tw-gradient-from: rgb(225 48 58 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/65{--tw-gradient-from: rgb(225 48 58 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/75{--tw-gradient-from: rgb(225 48 58 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-120\/85{--tw-gradient-from: rgb(225 48 58 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130{--tw-gradient-from: #D8152D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/0{--tw-gradient-from: rgb(216 21 45 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/100{--tw-gradient-from: rgb(216 21 45 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/20{--tw-gradient-from: rgb(216 21 45 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/45{--tw-gradient-from: rgb(216 21 45 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/50{--tw-gradient-from: rgb(216 21 45 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/60{--tw-gradient-from: rgb(216 21 45 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/65{--tw-gradient-from: rgb(216 21 45 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/75{--tw-gradient-from: rgb(216 21 45 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-130\/85{--tw-gradient-from: rgb(216 21 45 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140{--tw-gradient-from: #C5001B var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/0{--tw-gradient-from: rgb(197 0 27 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/100{--tw-gradient-from: rgb(197 0 27 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/20{--tw-gradient-from: rgb(197 0 27 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/45{--tw-gradient-from: rgb(197 0 27 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/50{--tw-gradient-from: rgb(197 0 27 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/60{--tw-gradient-from: rgb(197 0 27 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/65{--tw-gradient-from: rgb(197 0 27 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/75{--tw-gradient-from: rgb(197 0 27 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-140\/85{--tw-gradient-from: rgb(197 0 27 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150{--tw-gradient-from: #B20006 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/0{--tw-gradient-from: rgb(178 0 6 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/100{--tw-gradient-from: rgb(178 0 6 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/20{--tw-gradient-from: rgb(178 0 6 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/45{--tw-gradient-from: rgb(178 0 6 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/50{--tw-gradient-from: rgb(178 0 6 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/60{--tw-gradient-from: rgb(178 0 6 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/65{--tw-gradient-from: rgb(178 0 6 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/75{--tw-gradient-from: rgb(178 0 6 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-150\/85{--tw-gradient-from: rgb(178 0 6 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160{--tw-gradient-from: #A10000 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/0{--tw-gradient-from: rgb(161 0 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/100{--tw-gradient-from: rgb(161 0 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/20{--tw-gradient-from: rgb(161 0 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/45{--tw-gradient-from: rgb(161 0 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/50{--tw-gradient-from: rgb(161 0 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/60{--tw-gradient-from: rgb(161 0 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/65{--tw-gradient-from: rgb(161 0 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/75{--tw-gradient-from: rgb(161 0 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-160\/85{--tw-gradient-from: rgb(161 0 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20{--tw-gradient-from: #FFE8E6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/0{--tw-gradient-from: rgb(255 232 230 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/100{--tw-gradient-from: rgb(255 232 230 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/20{--tw-gradient-from: rgb(255 232 230 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/45{--tw-gradient-from: rgb(255 232 230 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/50{--tw-gradient-from: rgb(255 232 230 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/60{--tw-gradient-from: rgb(255 232 230 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/65{--tw-gradient-from: rgb(255 232 230 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/75{--tw-gradient-from: rgb(255 232 230 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-20\/85{--tw-gradient-from: rgb(255 232 230 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30{--tw-gradient-from: #FFDEDB var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/0{--tw-gradient-from: rgb(255 222 219 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/100{--tw-gradient-from: rgb(255 222 219 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/20{--tw-gradient-from: rgb(255 222 219 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/45{--tw-gradient-from: rgb(255 222 219 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/50{--tw-gradient-from: rgb(255 222 219 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/60{--tw-gradient-from: rgb(255 222 219 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/65{--tw-gradient-from: rgb(255 222 219 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/75{--tw-gradient-from: rgb(255 222 219 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-30\/85{--tw-gradient-from: rgb(255 222 219 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40{--tw-gradient-from: #FFCECA var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/0{--tw-gradient-from: rgb(255 206 202 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/100{--tw-gradient-from: rgb(255 206 202 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/20{--tw-gradient-from: rgb(255 206 202 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/45{--tw-gradient-from: rgb(255 206 202 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/50{--tw-gradient-from: rgb(255 206 202 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/60{--tw-gradient-from: rgb(255 206 202 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/65{--tw-gradient-from: rgb(255 206 202 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/75{--tw-gradient-from: rgb(255 206 202 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-40\/85{--tw-gradient-from: rgb(255 206 202 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50{--tw-gradient-from: #FDBCB7 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/0{--tw-gradient-from: rgb(253 188 183 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/100{--tw-gradient-from: rgb(253 188 183 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/20{--tw-gradient-from: rgb(253 188 183 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/45{--tw-gradient-from: rgb(253 188 183 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/50{--tw-gradient-from: rgb(253 188 183 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/60{--tw-gradient-from: rgb(253 188 183 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/65{--tw-gradient-from: rgb(253 188 183 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/75{--tw-gradient-from: rgb(253 188 183 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-50\/85{--tw-gradient-from: rgb(253 188 183 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60{--tw-gradient-from: #FBA9A3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/0{--tw-gradient-from: rgb(251 169 163 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/100{--tw-gradient-from: rgb(251 169 163 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/20{--tw-gradient-from: rgb(251 169 163 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/45{--tw-gradient-from: rgb(251 169 163 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/50{--tw-gradient-from: rgb(251 169 163 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/60{--tw-gradient-from: rgb(251 169 163 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/65{--tw-gradient-from: rgb(251 169 163 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/75{--tw-gradient-from: rgb(251 169 163 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-60\/85{--tw-gradient-from: rgb(251 169 163 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70{--tw-gradient-from: #F89993 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/0{--tw-gradient-from: rgb(248 153 147 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/100{--tw-gradient-from: rgb(248 153 147 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/20{--tw-gradient-from: rgb(248 153 147 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/45{--tw-gradient-from: rgb(248 153 147 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/50{--tw-gradient-from: rgb(248 153 147 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/60{--tw-gradient-from: rgb(248 153 147 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/65{--tw-gradient-from: rgb(248 153 147 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/75{--tw-gradient-from: rgb(248 153 147 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-70\/85{--tw-gradient-from: rgb(248 153 147 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80{--tw-gradient-from: #F3827C var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/0{--tw-gradient-from: rgb(243 130 124 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/100{--tw-gradient-from: rgb(243 130 124 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/20{--tw-gradient-from: rgb(243 130 124 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/45{--tw-gradient-from: rgb(243 130 124 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/50{--tw-gradient-from: rgb(243 130 124 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/60{--tw-gradient-from: rgb(243 130 124 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/65{--tw-gradient-from: rgb(243 130 124 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/75{--tw-gradient-from: rgb(243 130 124 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-80\/85{--tw-gradient-from: rgb(243 130 124 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90{--tw-gradient-from: #F0716D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/0{--tw-gradient-from: rgb(240 113 109 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/100{--tw-gradient-from: rgb(240 113 109 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/20{--tw-gradient-from: rgb(240 113 109 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/45{--tw-gradient-from: rgb(240 113 109 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/50{--tw-gradient-from: rgb(240 113 109 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/60{--tw-gradient-from: rgb(240 113 109 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/65{--tw-gradient-from: rgb(240 113 109 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/75{--tw-gradient-from: rgb(240 113 109 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-red-90\/85{--tw-gradient-from: rgb(240 113 109 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10{--tw-gradient-from: #FBF3F9 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/0{--tw-gradient-from: rgb(251 243 249 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/100{--tw-gradient-from: rgb(251 243 249 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/20{--tw-gradient-from: rgb(251 243 249 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/45{--tw-gradient-from: rgb(251 243 249 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/50{--tw-gradient-from: rgb(251 243 249 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/60{--tw-gradient-from: rgb(251 243 249 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/65{--tw-gradient-from: rgb(251 243 249 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/75{--tw-gradient-from: rgb(251 243 249 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-10\/85{--tw-gradient-from: rgb(251 243 249 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100{--tw-gradient-from: #84006F var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/0{--tw-gradient-from: rgb(132 0 111 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/100{--tw-gradient-from: rgb(132 0 111 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/20{--tw-gradient-from: rgb(132 0 111 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/45{--tw-gradient-from: rgb(132 0 111 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/50{--tw-gradient-from: rgb(132 0 111 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/60{--tw-gradient-from: rgb(132 0 111 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/65{--tw-gradient-from: rgb(132 0 111 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/75{--tw-gradient-from: rgb(132 0 111 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-100\/85{--tw-gradient-from: rgb(132 0 111 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110{--tw-gradient-from: #70005E var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/0{--tw-gradient-from: rgb(112 0 94 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/100{--tw-gradient-from: rgb(112 0 94 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/20{--tw-gradient-from: rgb(112 0 94 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/45{--tw-gradient-from: rgb(112 0 94 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/50{--tw-gradient-from: rgb(112 0 94 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/60{--tw-gradient-from: rgb(112 0 94 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/65{--tw-gradient-from: rgb(112 0 94 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/75{--tw-gradient-from: rgb(112 0 94 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-110\/85{--tw-gradient-from: rgb(112 0 94 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120{--tw-gradient-from: #5E004D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/0{--tw-gradient-from: rgb(94 0 77 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/100{--tw-gradient-from: rgb(94 0 77 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/20{--tw-gradient-from: rgb(94 0 77 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/45{--tw-gradient-from: rgb(94 0 77 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/50{--tw-gradient-from: rgb(94 0 77 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/60{--tw-gradient-from: rgb(94 0 77 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/65{--tw-gradient-from: rgb(94 0 77 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/75{--tw-gradient-from: rgb(94 0 77 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-120\/85{--tw-gradient-from: rgb(94 0 77 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130{--tw-gradient-from: #530044 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/0{--tw-gradient-from: rgb(83 0 68 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/100{--tw-gradient-from: rgb(83 0 68 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/20{--tw-gradient-from: rgb(83 0 68 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/45{--tw-gradient-from: rgb(83 0 68 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/50{--tw-gradient-from: rgb(83 0 68 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/60{--tw-gradient-from: rgb(83 0 68 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/65{--tw-gradient-from: rgb(83 0 68 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/75{--tw-gradient-from: rgb(83 0 68 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-130\/85{--tw-gradient-from: rgb(83 0 68 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140{--tw-gradient-from: #450038 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/0{--tw-gradient-from: rgb(69 0 56 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/100{--tw-gradient-from: rgb(69 0 56 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/20{--tw-gradient-from: rgb(69 0 56 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/45{--tw-gradient-from: rgb(69 0 56 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/50{--tw-gradient-from: rgb(69 0 56 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/60{--tw-gradient-from: rgb(69 0 56 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/65{--tw-gradient-from: rgb(69 0 56 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/75{--tw-gradient-from: rgb(69 0 56 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-140\/85{--tw-gradient-from: rgb(69 0 56 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150{--tw-gradient-from: #3A002F var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/0{--tw-gradient-from: rgb(58 0 47 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/100{--tw-gradient-from: rgb(58 0 47 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/20{--tw-gradient-from: rgb(58 0 47 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/45{--tw-gradient-from: rgb(58 0 47 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/50{--tw-gradient-from: rgb(58 0 47 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/60{--tw-gradient-from: rgb(58 0 47 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/65{--tw-gradient-from: rgb(58 0 47 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/75{--tw-gradient-from: rgb(58 0 47 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-150\/85{--tw-gradient-from: rgb(58 0 47 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160{--tw-gradient-from: #26001E var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/0{--tw-gradient-from: rgb(38 0 30 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/100{--tw-gradient-from: rgb(38 0 30 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/20{--tw-gradient-from: rgb(38 0 30 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/45{--tw-gradient-from: rgb(38 0 30 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/50{--tw-gradient-from: rgb(38 0 30 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/60{--tw-gradient-from: rgb(38 0 30 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/65{--tw-gradient-from: rgb(38 0 30 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/75{--tw-gradient-from: rgb(38 0 30 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-160\/85{--tw-gradient-from: rgb(38 0 30 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20{--tw-gradient-from: #F4E2EE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/0{--tw-gradient-from: rgb(244 226 238 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/100{--tw-gradient-from: rgb(244 226 238 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/20{--tw-gradient-from: rgb(244 226 238 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/45{--tw-gradient-from: rgb(244 226 238 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/50{--tw-gradient-from: rgb(244 226 238 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/60{--tw-gradient-from: rgb(244 226 238 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/65{--tw-gradient-from: rgb(244 226 238 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/75{--tw-gradient-from: rgb(244 226 238 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-20\/85{--tw-gradient-from: rgb(244 226 238 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30{--tw-gradient-from: #E9C5DE var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/0{--tw-gradient-from: rgb(233 197 222 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/100{--tw-gradient-from: rgb(233 197 222 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/20{--tw-gradient-from: rgb(233 197 222 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/45{--tw-gradient-from: rgb(233 197 222 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/50{--tw-gradient-from: rgb(233 197 222 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/60{--tw-gradient-from: rgb(233 197 222 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/65{--tw-gradient-from: rgb(233 197 222 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/75{--tw-gradient-from: rgb(233 197 222 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-30\/85{--tw-gradient-from: rgb(233 197 222 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40{--tw-gradient-from: #DCA8CD var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/0{--tw-gradient-from: rgb(220 168 205 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/100{--tw-gradient-from: rgb(220 168 205 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/20{--tw-gradient-from: rgb(220 168 205 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/45{--tw-gradient-from: rgb(220 168 205 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/50{--tw-gradient-from: rgb(220 168 205 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/60{--tw-gradient-from: rgb(220 168 205 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/65{--tw-gradient-from: rgb(220 168 205 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/75{--tw-gradient-from: rgb(220 168 205 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-40\/85{--tw-gradient-from: rgb(220 168 205 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50{--tw-gradient-from: #CF8BBD var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/0{--tw-gradient-from: rgb(207 139 189 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/100{--tw-gradient-from: rgb(207 139 189 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/20{--tw-gradient-from: rgb(207 139 189 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/45{--tw-gradient-from: rgb(207 139 189 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/50{--tw-gradient-from: rgb(207 139 189 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/60{--tw-gradient-from: rgb(207 139 189 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/65{--tw-gradient-from: rgb(207 139 189 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/75{--tw-gradient-from: rgb(207 139 189 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-50\/85{--tw-gradient-from: rgb(207 139 189 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60{--tw-gradient-from: #C16EAD var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/0{--tw-gradient-from: rgb(193 110 173 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/100{--tw-gradient-from: rgb(193 110 173 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/20{--tw-gradient-from: rgb(193 110 173 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/45{--tw-gradient-from: rgb(193 110 173 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/50{--tw-gradient-from: rgb(193 110 173 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/60{--tw-gradient-from: rgb(193 110 173 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/65{--tw-gradient-from: rgb(193 110 173 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/75{--tw-gradient-from: rgb(193 110 173 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-60\/85{--tw-gradient-from: rgb(193 110 173 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70{--tw-gradient-from: #B3509C var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/0{--tw-gradient-from: rgb(179 80 156 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/100{--tw-gradient-from: rgb(179 80 156 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/20{--tw-gradient-from: rgb(179 80 156 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/45{--tw-gradient-from: rgb(179 80 156 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/50{--tw-gradient-from: rgb(179 80 156 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/60{--tw-gradient-from: rgb(179 80 156 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/65{--tw-gradient-from: rgb(179 80 156 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/75{--tw-gradient-from: rgb(179 80 156 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-70\/85{--tw-gradient-from: rgb(179 80 156 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80{--tw-gradient-from: #A32E8C var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/0{--tw-gradient-from: rgb(163 46 140 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/100{--tw-gradient-from: rgb(163 46 140 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/20{--tw-gradient-from: rgb(163 46 140 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/45{--tw-gradient-from: rgb(163 46 140 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/50{--tw-gradient-from: rgb(163 46 140 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/60{--tw-gradient-from: rgb(163 46 140 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/65{--tw-gradient-from: rgb(163 46 140 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/75{--tw-gradient-from: rgb(163 46 140 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-80\/85{--tw-gradient-from: rgb(163 46 140 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90{--tw-gradient-from: #91017B var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/0{--tw-gradient-from: rgb(145 1 123 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/100{--tw-gradient-from: rgb(145 1 123 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/20{--tw-gradient-from: rgb(145 1 123 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/45{--tw-gradient-from: rgb(145 1 123 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/50{--tw-gradient-from: rgb(145 1 123 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/60{--tw-gradient-from: rgb(145 1 123 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/65{--tw-gradient-from: rgb(145 1 123 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/75{--tw-gradient-from: rgb(145 1 123 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-rose-90\/85{--tw-gradient-from: rgb(145 1 123 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-shadow-level-1{--tw-gradient-from: var(--gray-50) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-shadow-level-2{--tw-gradient-from: var(--gray-60) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-shadow-level-3{--tw-gradient-from: var(--gray-70) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-shadow-level-4{--tw-gradient-from: var(--gray-80) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/0{--tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/100{--tw-gradient-from: rgb(0 0 0 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/45{--tw-gradient-from: rgb(0 0 0 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/50{--tw-gradient-from: rgb(0 0 0 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/65{--tw-gradient-from: rgb(0 0 0 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/75{--tw-gradient-from: rgb(0 0 0 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-transparent\/85{--tw-gradient-from: rgb(0 0 0 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10{--tw-gradient-from: #FFFFFF1A var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-10\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20{--tw-gradient-from: #FFFFFF33 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-20\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30{--tw-gradient-from: #FFFFFF4D var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-30\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40{--tw-gradient-from: #FFFFFF66 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-40\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50{--tw-gradient-from: #FFFFFF80 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-50\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60{--tw-gradient-from: #FFFFFF99 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-60\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70{--tw-gradient-from: #FFFFFFB3 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-70\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80{--tw-gradient-from: #FFFFFFCC var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-80\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90{--tw-gradient-from: #FFFFFFE6 var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/100{--tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/45{--tw-gradient-from: rgb(255 255 255 / .45) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/50{--tw-gradient-from: rgb(255 255 255 / .5) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/65{--tw-gradient-from: rgb(255 255 255 / .65) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/75{--tw-gradient-from: rgb(255 255 255 / .75) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-white-opacity-90\/85{--tw-gradient-from: rgb(255 255 255 / .85) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.from-0\%{--tw-gradient-from-position: 0% !important}.from-10\%{--tw-gradient-from-position: 10% !important}.from-100\%{--tw-gradient-from-position: 100% !important}.from-15\%{--tw-gradient-from-position: 15% !important}.from-20\%{--tw-gradient-from-position: 20% !important}.from-25\%{--tw-gradient-from-position: 25% !important}.from-30\%{--tw-gradient-from-position: 30% !important}.from-35\%{--tw-gradient-from-position: 35% !important}.from-40\%{--tw-gradient-from-position: 40% !important}.from-45\%{--tw-gradient-from-position: 45% !important}.from-5\%{--tw-gradient-from-position: 5% !important}.from-50\%{--tw-gradient-from-position: 50% !important}.from-55\%{--tw-gradient-from-position: 55% !important}.from-60\%{--tw-gradient-from-position: 60% !important}.from-65\%{--tw-gradient-from-position: 65% !important}.from-70\%{--tw-gradient-from-position: 70% !important}.from-75\%{--tw-gradient-from-position: 75% !important}.from-80\%{--tw-gradient-from-position: 80% !important}.from-85\%{--tw-gradient-from-position: 85% !important}.from-90\%{--tw-gradient-from-position: 90% !important}.from-95\%{--tw-gradient-from-position: 95% !important}.to-black-opacity-10{--tw-gradient-to: #0D0D111A var(--tw-gradient-to-position) !important}.to-black-opacity-10\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-10\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-10\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-10\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-10\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-10\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-10\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-10\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-10\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-black-opacity-20{--tw-gradient-to: #0D0D1133 var(--tw-gradient-to-position) !important}.to-black-opacity-20\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-20\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-20\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-20\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-20\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-20\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-20\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-20\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-20\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-black-opacity-30{--tw-gradient-to: #0D0D114D var(--tw-gradient-to-position) !important}.to-black-opacity-30\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-30\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-30\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-30\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-30\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-30\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-30\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-30\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-30\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-black-opacity-40{--tw-gradient-to: #0D0D1166 var(--tw-gradient-to-position) !important}.to-black-opacity-40\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-40\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-40\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-40\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-40\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-40\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-40\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-40\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-40\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-black-opacity-50{--tw-gradient-to: #0D0D1180 var(--tw-gradient-to-position) !important}.to-black-opacity-50\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-50\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-50\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-50\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-50\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-50\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-50\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-50\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-50\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-black-opacity-60{--tw-gradient-to: #0D0D1199 var(--tw-gradient-to-position) !important}.to-black-opacity-60\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-60\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-60\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-60\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-60\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-60\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-60\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-60\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-60\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-black-opacity-70{--tw-gradient-to: #0D0D11B3 var(--tw-gradient-to-position) !important}.to-black-opacity-70\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-70\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-70\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-70\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-70\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-70\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-70\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-70\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-70\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-black-opacity-80{--tw-gradient-to: #0D0D11CC var(--tw-gradient-to-position) !important}.to-black-opacity-80\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-80\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-80\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-80\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-80\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-80\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-80\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-80\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-80\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-black-opacity-90{--tw-gradient-to: #0D0D11E6 var(--tw-gradient-to-position) !important}.to-black-opacity-90\/0{--tw-gradient-to: rgb(13 13 17 / 0) var(--tw-gradient-to-position) !important}.to-black-opacity-90\/100{--tw-gradient-to: rgb(13 13 17 / 1) var(--tw-gradient-to-position) !important}.to-black-opacity-90\/20{--tw-gradient-to: rgb(13 13 17 / .2) var(--tw-gradient-to-position) !important}.to-black-opacity-90\/45{--tw-gradient-to: rgb(13 13 17 / .45) var(--tw-gradient-to-position) !important}.to-black-opacity-90\/50{--tw-gradient-to: rgb(13 13 17 / .5) var(--tw-gradient-to-position) !important}.to-black-opacity-90\/60{--tw-gradient-to: rgb(13 13 17 / .6) var(--tw-gradient-to-position) !important}.to-black-opacity-90\/65{--tw-gradient-to: rgb(13 13 17 / .65) var(--tw-gradient-to-position) !important}.to-black-opacity-90\/75{--tw-gradient-to: rgb(13 13 17 / .75) var(--tw-gradient-to-position) !important}.to-black-opacity-90\/85{--tw-gradient-to: rgb(13 13 17 / .85) var(--tw-gradient-to-position) !important}.to-blue-10{--tw-gradient-to: #F1F7FF var(--tw-gradient-to-position) !important}.to-blue-10\/0{--tw-gradient-to: rgb(241 247 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-10\/100{--tw-gradient-to: rgb(241 247 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-10\/20{--tw-gradient-to: rgb(241 247 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-10\/45{--tw-gradient-to: rgb(241 247 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-10\/50{--tw-gradient-to: rgb(241 247 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-10\/60{--tw-gradient-to: rgb(241 247 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-10\/65{--tw-gradient-to: rgb(241 247 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-10\/75{--tw-gradient-to: rgb(241 247 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-10\/85{--tw-gradient-to: rgb(241 247 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-100{--tw-gradient-to: #4B8AFF var(--tw-gradient-to-position) !important}.to-blue-100\/0{--tw-gradient-to: rgb(75 138 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-100\/100{--tw-gradient-to: rgb(75 138 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-100\/20{--tw-gradient-to: rgb(75 138 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-100\/45{--tw-gradient-to: rgb(75 138 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-100\/50{--tw-gradient-to: rgb(75 138 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-100\/60{--tw-gradient-to: rgb(75 138 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-100\/65{--tw-gradient-to: rgb(75 138 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-100\/75{--tw-gradient-to: rgb(75 138 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-100\/85{--tw-gradient-to: rgb(75 138 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-110{--tw-gradient-to: #337AFF var(--tw-gradient-to-position) !important}.to-blue-110\/0{--tw-gradient-to: rgb(51 122 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-110\/100{--tw-gradient-to: rgb(51 122 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-110\/20{--tw-gradient-to: rgb(51 122 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-110\/45{--tw-gradient-to: rgb(51 122 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-110\/50{--tw-gradient-to: rgb(51 122 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-110\/60{--tw-gradient-to: rgb(51 122 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-110\/65{--tw-gradient-to: rgb(51 122 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-110\/75{--tw-gradient-to: rgb(51 122 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-110\/85{--tw-gradient-to: rgb(51 122 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-120{--tw-gradient-to: #206CFF var(--tw-gradient-to-position) !important}.to-blue-120\/0{--tw-gradient-to: rgb(32 108 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-120\/100{--tw-gradient-to: rgb(32 108 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-120\/20{--tw-gradient-to: rgb(32 108 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-120\/45{--tw-gradient-to: rgb(32 108 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-120\/50{--tw-gradient-to: rgb(32 108 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-120\/60{--tw-gradient-to: rgb(32 108 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-120\/65{--tw-gradient-to: rgb(32 108 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-120\/75{--tw-gradient-to: rgb(32 108 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-120\/85{--tw-gradient-to: rgb(32 108 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-130{--tw-gradient-to: #0C60F8 var(--tw-gradient-to-position) !important}.to-blue-130\/0{--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important}.to-blue-130\/100{--tw-gradient-to: rgb(12 96 248 / 1) var(--tw-gradient-to-position) !important}.to-blue-130\/20{--tw-gradient-to: rgb(12 96 248 / .2) var(--tw-gradient-to-position) !important}.to-blue-130\/45{--tw-gradient-to: rgb(12 96 248 / .45) var(--tw-gradient-to-position) !important}.to-blue-130\/50{--tw-gradient-to: rgb(12 96 248 / .5) var(--tw-gradient-to-position) !important}.to-blue-130\/60{--tw-gradient-to: rgb(12 96 248 / .6) var(--tw-gradient-to-position) !important}.to-blue-130\/65{--tw-gradient-to: rgb(12 96 248 / .65) var(--tw-gradient-to-position) !important}.to-blue-130\/75{--tw-gradient-to: rgb(12 96 248 / .75) var(--tw-gradient-to-position) !important}.to-blue-130\/85{--tw-gradient-to: rgb(12 96 248 / .85) var(--tw-gradient-to-position) !important}.to-blue-140{--tw-gradient-to: #0052EA var(--tw-gradient-to-position) !important}.to-blue-140\/0{--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important}.to-blue-140\/100{--tw-gradient-to: rgb(0 82 234 / 1) var(--tw-gradient-to-position) !important}.to-blue-140\/20{--tw-gradient-to: rgb(0 82 234 / .2) var(--tw-gradient-to-position) !important}.to-blue-140\/45{--tw-gradient-to: rgb(0 82 234 / .45) var(--tw-gradient-to-position) !important}.to-blue-140\/50{--tw-gradient-to: rgb(0 82 234 / .5) var(--tw-gradient-to-position) !important}.to-blue-140\/60{--tw-gradient-to: rgb(0 82 234 / .6) var(--tw-gradient-to-position) !important}.to-blue-140\/65{--tw-gradient-to: rgb(0 82 234 / .65) var(--tw-gradient-to-position) !important}.to-blue-140\/75{--tw-gradient-to: rgb(0 82 234 / .75) var(--tw-gradient-to-position) !important}.to-blue-140\/85{--tw-gradient-to: rgb(0 82 234 / .85) var(--tw-gradient-to-position) !important}.to-blue-150{--tw-gradient-to: #0045DD var(--tw-gradient-to-position) !important}.to-blue-150\/0{--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important}.to-blue-150\/100{--tw-gradient-to: rgb(0 69 221 / 1) var(--tw-gradient-to-position) !important}.to-blue-150\/20{--tw-gradient-to: rgb(0 69 221 / .2) var(--tw-gradient-to-position) !important}.to-blue-150\/45{--tw-gradient-to: rgb(0 69 221 / .45) var(--tw-gradient-to-position) !important}.to-blue-150\/50{--tw-gradient-to: rgb(0 69 221 / .5) var(--tw-gradient-to-position) !important}.to-blue-150\/60{--tw-gradient-to: rgb(0 69 221 / .6) var(--tw-gradient-to-position) !important}.to-blue-150\/65{--tw-gradient-to: rgb(0 69 221 / .65) var(--tw-gradient-to-position) !important}.to-blue-150\/75{--tw-gradient-to: rgb(0 69 221 / .75) var(--tw-gradient-to-position) !important}.to-blue-150\/85{--tw-gradient-to: rgb(0 69 221 / .85) var(--tw-gradient-to-position) !important}.to-blue-160{--tw-gradient-to: #003AD2 var(--tw-gradient-to-position) !important}.to-blue-160\/0{--tw-gradient-to: rgb(0 58 210 / 0) var(--tw-gradient-to-position) !important}.to-blue-160\/100{--tw-gradient-to: rgb(0 58 210 / 1) var(--tw-gradient-to-position) !important}.to-blue-160\/20{--tw-gradient-to: rgb(0 58 210 / .2) var(--tw-gradient-to-position) !important}.to-blue-160\/45{--tw-gradient-to: rgb(0 58 210 / .45) var(--tw-gradient-to-position) !important}.to-blue-160\/50{--tw-gradient-to: rgb(0 58 210 / .5) var(--tw-gradient-to-position) !important}.to-blue-160\/60{--tw-gradient-to: rgb(0 58 210 / .6) var(--tw-gradient-to-position) !important}.to-blue-160\/65{--tw-gradient-to: rgb(0 58 210 / .65) var(--tw-gradient-to-position) !important}.to-blue-160\/75{--tw-gradient-to: rgb(0 58 210 / .75) var(--tw-gradient-to-position) !important}.to-blue-160\/85{--tw-gradient-to: rgb(0 58 210 / .85) var(--tw-gradient-to-position) !important}.to-blue-20{--tw-gradient-to: #E3EEFF var(--tw-gradient-to-position) !important}.to-blue-20\/0{--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-20\/100{--tw-gradient-to: rgb(227 238 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-20\/20{--tw-gradient-to: rgb(227 238 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-20\/45{--tw-gradient-to: rgb(227 238 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-20\/50{--tw-gradient-to: rgb(227 238 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-20\/60{--tw-gradient-to: rgb(227 238 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-20\/65{--tw-gradient-to: rgb(227 238 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-20\/75{--tw-gradient-to: rgb(227 238 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-20\/85{--tw-gradient-to: rgb(227 238 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-30{--tw-gradient-to: #D5E6FF var(--tw-gradient-to-position) !important}.to-blue-30\/0{--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-30\/100{--tw-gradient-to: rgb(213 230 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-30\/20{--tw-gradient-to: rgb(213 230 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-30\/45{--tw-gradient-to: rgb(213 230 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-30\/50{--tw-gradient-to: rgb(213 230 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-30\/60{--tw-gradient-to: rgb(213 230 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-30\/65{--tw-gradient-to: rgb(213 230 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-30\/75{--tw-gradient-to: rgb(213 230 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-30\/85{--tw-gradient-to: rgb(213 230 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-40{--tw-gradient-to: #C5DBFF var(--tw-gradient-to-position) !important}.to-blue-40\/0{--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-40\/100{--tw-gradient-to: rgb(197 219 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-40\/20{--tw-gradient-to: rgb(197 219 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-40\/45{--tw-gradient-to: rgb(197 219 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-40\/50{--tw-gradient-to: rgb(197 219 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-40\/60{--tw-gradient-to: rgb(197 219 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-40\/65{--tw-gradient-to: rgb(197 219 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-40\/75{--tw-gradient-to: rgb(197 219 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-40\/85{--tw-gradient-to: rgb(197 219 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-50{--tw-gradient-to: #ADCDFF var(--tw-gradient-to-position) !important}.to-blue-50\/0{--tw-gradient-to: rgb(173 205 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-50\/100{--tw-gradient-to: rgb(173 205 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-50\/20{--tw-gradient-to: rgb(173 205 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-50\/45{--tw-gradient-to: rgb(173 205 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-50\/50{--tw-gradient-to: rgb(173 205 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-50\/60{--tw-gradient-to: rgb(173 205 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-50\/65{--tw-gradient-to: rgb(173 205 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-50\/75{--tw-gradient-to: rgb(173 205 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-50\/85{--tw-gradient-to: rgb(173 205 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-60{--tw-gradient-to: #99BFFF var(--tw-gradient-to-position) !important}.to-blue-60\/0{--tw-gradient-to: rgb(153 191 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-60\/100{--tw-gradient-to: rgb(153 191 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-60\/20{--tw-gradient-to: rgb(153 191 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-60\/45{--tw-gradient-to: rgb(153 191 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-60\/50{--tw-gradient-to: rgb(153 191 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-60\/60{--tw-gradient-to: rgb(153 191 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-60\/65{--tw-gradient-to: rgb(153 191 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-60\/75{--tw-gradient-to: rgb(153 191 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-60\/85{--tw-gradient-to: rgb(153 191 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-70{--tw-gradient-to: #87B4FF var(--tw-gradient-to-position) !important}.to-blue-70\/0{--tw-gradient-to: rgb(135 180 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-70\/100{--tw-gradient-to: rgb(135 180 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-70\/20{--tw-gradient-to: rgb(135 180 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-70\/45{--tw-gradient-to: rgb(135 180 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-70\/50{--tw-gradient-to: rgb(135 180 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-70\/60{--tw-gradient-to: rgb(135 180 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-70\/65{--tw-gradient-to: rgb(135 180 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-70\/75{--tw-gradient-to: rgb(135 180 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-70\/85{--tw-gradient-to: rgb(135 180 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-80{--tw-gradient-to: #6EA3FF var(--tw-gradient-to-position) !important}.to-blue-80\/0{--tw-gradient-to: rgb(110 163 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-80\/100{--tw-gradient-to: rgb(110 163 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-80\/20{--tw-gradient-to: rgb(110 163 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-80\/45{--tw-gradient-to: rgb(110 163 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-80\/50{--tw-gradient-to: rgb(110 163 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-80\/60{--tw-gradient-to: rgb(110 163 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-80\/65{--tw-gradient-to: rgb(110 163 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-80\/75{--tw-gradient-to: rgb(110 163 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-80\/85{--tw-gradient-to: rgb(110 163 255 / .85) var(--tw-gradient-to-position) !important}.to-blue-90{--tw-gradient-to: #5C96FF var(--tw-gradient-to-position) !important}.to-blue-90\/0{--tw-gradient-to: rgb(92 150 255 / 0) var(--tw-gradient-to-position) !important}.to-blue-90\/100{--tw-gradient-to: rgb(92 150 255 / 1) var(--tw-gradient-to-position) !important}.to-blue-90\/20{--tw-gradient-to: rgb(92 150 255 / .2) var(--tw-gradient-to-position) !important}.to-blue-90\/45{--tw-gradient-to: rgb(92 150 255 / .45) var(--tw-gradient-to-position) !important}.to-blue-90\/50{--tw-gradient-to: rgb(92 150 255 / .5) var(--tw-gradient-to-position) !important}.to-blue-90\/60{--tw-gradient-to: rgb(92 150 255 / .6) var(--tw-gradient-to-position) !important}.to-blue-90\/65{--tw-gradient-to: rgb(92 150 255 / .65) var(--tw-gradient-to-position) !important}.to-blue-90\/75{--tw-gradient-to: rgb(92 150 255 / .75) var(--tw-gradient-to-position) !important}.to-blue-90\/85{--tw-gradient-to: rgb(92 150 255 / .85) var(--tw-gradient-to-position) !important}.to-current{--tw-gradient-to: currentColor var(--tw-gradient-to-position) !important}.to-fuchsia-10{--tw-gradient-to: #F6F4FA var(--tw-gradient-to-position) !important}.to-fuchsia-10\/0{--tw-gradient-to: rgb(246 244 250 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-10\/100{--tw-gradient-to: rgb(246 244 250 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-10\/20{--tw-gradient-to: rgb(246 244 250 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-10\/45{--tw-gradient-to: rgb(246 244 250 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-10\/50{--tw-gradient-to: rgb(246 244 250 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-10\/60{--tw-gradient-to: rgb(246 244 250 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-10\/65{--tw-gradient-to: rgb(246 244 250 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-10\/75{--tw-gradient-to: rgb(246 244 250 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-10\/85{--tw-gradient-to: rgb(246 244 250 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-100{--tw-gradient-to: #63398B var(--tw-gradient-to-position) !important}.to-fuchsia-100\/0{--tw-gradient-to: rgb(99 57 139 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-100\/100{--tw-gradient-to: rgb(99 57 139 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-100\/20{--tw-gradient-to: rgb(99 57 139 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-100\/45{--tw-gradient-to: rgb(99 57 139 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-100\/50{--tw-gradient-to: rgb(99 57 139 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-100\/60{--tw-gradient-to: rgb(99 57 139 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-100\/65{--tw-gradient-to: rgb(99 57 139 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-100\/75{--tw-gradient-to: rgb(99 57 139 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-100\/85{--tw-gradient-to: rgb(99 57 139 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-110{--tw-gradient-to: #53287A var(--tw-gradient-to-position) !important}.to-fuchsia-110\/0{--tw-gradient-to: rgb(83 40 122 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-110\/100{--tw-gradient-to: rgb(83 40 122 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-110\/20{--tw-gradient-to: rgb(83 40 122 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-110\/45{--tw-gradient-to: rgb(83 40 122 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-110\/50{--tw-gradient-to: rgb(83 40 122 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-110\/60{--tw-gradient-to: rgb(83 40 122 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-110\/65{--tw-gradient-to: rgb(83 40 122 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-110\/75{--tw-gradient-to: rgb(83 40 122 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-110\/85{--tw-gradient-to: rgb(83 40 122 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-120{--tw-gradient-to: #481C6D var(--tw-gradient-to-position) !important}.to-fuchsia-120\/0{--tw-gradient-to: rgb(72 28 109 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-120\/100{--tw-gradient-to: rgb(72 28 109 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-120\/20{--tw-gradient-to: rgb(72 28 109 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-120\/45{--tw-gradient-to: rgb(72 28 109 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-120\/50{--tw-gradient-to: rgb(72 28 109 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-120\/60{--tw-gradient-to: rgb(72 28 109 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-120\/65{--tw-gradient-to: rgb(72 28 109 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-120\/75{--tw-gradient-to: rgb(72 28 109 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-120\/85{--tw-gradient-to: rgb(72 28 109 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-130{--tw-gradient-to: #3D0D60 var(--tw-gradient-to-position) !important}.to-fuchsia-130\/0{--tw-gradient-to: rgb(61 13 96 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-130\/100{--tw-gradient-to: rgb(61 13 96 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-130\/20{--tw-gradient-to: rgb(61 13 96 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-130\/45{--tw-gradient-to: rgb(61 13 96 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-130\/50{--tw-gradient-to: rgb(61 13 96 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-130\/60{--tw-gradient-to: rgb(61 13 96 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-130\/65{--tw-gradient-to: rgb(61 13 96 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-130\/75{--tw-gradient-to: rgb(61 13 96 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-130\/85{--tw-gradient-to: rgb(61 13 96 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-140{--tw-gradient-to: #320053 var(--tw-gradient-to-position) !important}.to-fuchsia-140\/0{--tw-gradient-to: rgb(50 0 83 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-140\/100{--tw-gradient-to: rgb(50 0 83 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-140\/20{--tw-gradient-to: rgb(50 0 83 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-140\/45{--tw-gradient-to: rgb(50 0 83 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-140\/50{--tw-gradient-to: rgb(50 0 83 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-140\/60{--tw-gradient-to: rgb(50 0 83 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-140\/65{--tw-gradient-to: rgb(50 0 83 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-140\/75{--tw-gradient-to: rgb(50 0 83 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-140\/85{--tw-gradient-to: rgb(50 0 83 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-150{--tw-gradient-to: #280048 var(--tw-gradient-to-position) !important}.to-fuchsia-150\/0{--tw-gradient-to: rgb(40 0 72 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-150\/100{--tw-gradient-to: rgb(40 0 72 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-150\/20{--tw-gradient-to: rgb(40 0 72 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-150\/45{--tw-gradient-to: rgb(40 0 72 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-150\/50{--tw-gradient-to: rgb(40 0 72 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-150\/60{--tw-gradient-to: rgb(40 0 72 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-150\/65{--tw-gradient-to: rgb(40 0 72 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-150\/75{--tw-gradient-to: rgb(40 0 72 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-150\/85{--tw-gradient-to: rgb(40 0 72 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-160{--tw-gradient-to: #1C0039 var(--tw-gradient-to-position) !important}.to-fuchsia-160\/0{--tw-gradient-to: rgb(28 0 57 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-160\/100{--tw-gradient-to: rgb(28 0 57 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-160\/20{--tw-gradient-to: rgb(28 0 57 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-160\/45{--tw-gradient-to: rgb(28 0 57 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-160\/50{--tw-gradient-to: rgb(28 0 57 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-160\/60{--tw-gradient-to: rgb(28 0 57 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-160\/65{--tw-gradient-to: rgb(28 0 57 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-160\/75{--tw-gradient-to: rgb(28 0 57 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-160\/85{--tw-gradient-to: rgb(28 0 57 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-20{--tw-gradient-to: #EDE7F3 var(--tw-gradient-to-position) !important}.to-fuchsia-20\/0{--tw-gradient-to: rgb(237 231 243 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-20\/100{--tw-gradient-to: rgb(237 231 243 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-20\/20{--tw-gradient-to: rgb(237 231 243 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-20\/45{--tw-gradient-to: rgb(237 231 243 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-20\/50{--tw-gradient-to: rgb(237 231 243 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-20\/60{--tw-gradient-to: rgb(237 231 243 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-20\/65{--tw-gradient-to: rgb(237 231 243 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-20\/75{--tw-gradient-to: rgb(237 231 243 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-20\/85{--tw-gradient-to: rgb(237 231 243 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-30{--tw-gradient-to: #DBD1E8 var(--tw-gradient-to-position) !important}.to-fuchsia-30\/0{--tw-gradient-to: rgb(219 209 232 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-30\/100{--tw-gradient-to: rgb(219 209 232 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-30\/20{--tw-gradient-to: rgb(219 209 232 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-30\/45{--tw-gradient-to: rgb(219 209 232 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-30\/50{--tw-gradient-to: rgb(219 209 232 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-30\/60{--tw-gradient-to: rgb(219 209 232 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-30\/65{--tw-gradient-to: rgb(219 209 232 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-30\/75{--tw-gradient-to: rgb(219 209 232 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-30\/85{--tw-gradient-to: rgb(219 209 232 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-40{--tw-gradient-to: #C9BADC var(--tw-gradient-to-position) !important}.to-fuchsia-40\/0{--tw-gradient-to: rgb(201 186 220 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-40\/100{--tw-gradient-to: rgb(201 186 220 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-40\/20{--tw-gradient-to: rgb(201 186 220 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-40\/45{--tw-gradient-to: rgb(201 186 220 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-40\/50{--tw-gradient-to: rgb(201 186 220 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-40\/60{--tw-gradient-to: rgb(201 186 220 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-40\/65{--tw-gradient-to: rgb(201 186 220 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-40\/75{--tw-gradient-to: rgb(201 186 220 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-40\/85{--tw-gradient-to: rgb(201 186 220 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-50{--tw-gradient-to: #B7A3D0 var(--tw-gradient-to-position) !important}.to-fuchsia-50\/0{--tw-gradient-to: rgb(183 163 208 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-50\/100{--tw-gradient-to: rgb(183 163 208 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-50\/20{--tw-gradient-to: rgb(183 163 208 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-50\/45{--tw-gradient-to: rgb(183 163 208 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-50\/50{--tw-gradient-to: rgb(183 163 208 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-50\/60{--tw-gradient-to: rgb(183 163 208 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-50\/65{--tw-gradient-to: rgb(183 163 208 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-50\/75{--tw-gradient-to: rgb(183 163 208 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-50\/85{--tw-gradient-to: rgb(183 163 208 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-60{--tw-gradient-to: #A68DC4 var(--tw-gradient-to-position) !important}.to-fuchsia-60\/0{--tw-gradient-to: rgb(166 141 196 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-60\/100{--tw-gradient-to: rgb(166 141 196 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-60\/20{--tw-gradient-to: rgb(166 141 196 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-60\/45{--tw-gradient-to: rgb(166 141 196 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-60\/50{--tw-gradient-to: rgb(166 141 196 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-60\/60{--tw-gradient-to: rgb(166 141 196 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-60\/65{--tw-gradient-to: rgb(166 141 196 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-60\/75{--tw-gradient-to: rgb(166 141 196 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-60\/85{--tw-gradient-to: rgb(166 141 196 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-70{--tw-gradient-to: #9677B8 var(--tw-gradient-to-position) !important}.to-fuchsia-70\/0{--tw-gradient-to: rgb(150 119 184 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-70\/100{--tw-gradient-to: rgb(150 119 184 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-70\/20{--tw-gradient-to: rgb(150 119 184 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-70\/45{--tw-gradient-to: rgb(150 119 184 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-70\/50{--tw-gradient-to: rgb(150 119 184 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-70\/60{--tw-gradient-to: rgb(150 119 184 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-70\/65{--tw-gradient-to: rgb(150 119 184 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-70\/75{--tw-gradient-to: rgb(150 119 184 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-70\/85{--tw-gradient-to: rgb(150 119 184 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-80{--tw-gradient-to: #8561AC var(--tw-gradient-to-position) !important}.to-fuchsia-80\/0{--tw-gradient-to: rgb(133 97 172 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-80\/100{--tw-gradient-to: rgb(133 97 172 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-80\/20{--tw-gradient-to: rgb(133 97 172 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-80\/45{--tw-gradient-to: rgb(133 97 172 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-80\/50{--tw-gradient-to: rgb(133 97 172 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-80\/60{--tw-gradient-to: rgb(133 97 172 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-80\/65{--tw-gradient-to: rgb(133 97 172 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-80\/75{--tw-gradient-to: rgb(133 97 172 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-80\/85{--tw-gradient-to: rgb(133 97 172 / .85) var(--tw-gradient-to-position) !important}.to-fuchsia-90{--tw-gradient-to: #754B9F var(--tw-gradient-to-position) !important}.to-fuchsia-90\/0{--tw-gradient-to: rgb(117 75 159 / 0) var(--tw-gradient-to-position) !important}.to-fuchsia-90\/100{--tw-gradient-to: rgb(117 75 159 / 1) var(--tw-gradient-to-position) !important}.to-fuchsia-90\/20{--tw-gradient-to: rgb(117 75 159 / .2) var(--tw-gradient-to-position) !important}.to-fuchsia-90\/45{--tw-gradient-to: rgb(117 75 159 / .45) var(--tw-gradient-to-position) !important}.to-fuchsia-90\/50{--tw-gradient-to: rgb(117 75 159 / .5) var(--tw-gradient-to-position) !important}.to-fuchsia-90\/60{--tw-gradient-to: rgb(117 75 159 / .6) var(--tw-gradient-to-position) !important}.to-fuchsia-90\/65{--tw-gradient-to: rgb(117 75 159 / .65) var(--tw-gradient-to-position) !important}.to-fuchsia-90\/75{--tw-gradient-to: rgb(117 75 159 / .75) var(--tw-gradient-to-position) !important}.to-fuchsia-90\/85{--tw-gradient-to: rgb(117 75 159 / .85) var(--tw-gradient-to-position) !important}.to-graphite-10{--tw-gradient-to: #F4F5FB var(--tw-gradient-to-position) !important}.to-graphite-10\/0{--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important}.to-graphite-10\/100{--tw-gradient-to: rgb(244 245 251 / 1) var(--tw-gradient-to-position) !important}.to-graphite-10\/20{--tw-gradient-to: rgb(244 245 251 / .2) var(--tw-gradient-to-position) !important}.to-graphite-10\/45{--tw-gradient-to: rgb(244 245 251 / .45) var(--tw-gradient-to-position) !important}.to-graphite-10\/50{--tw-gradient-to: rgb(244 245 251 / .5) var(--tw-gradient-to-position) !important}.to-graphite-10\/60{--tw-gradient-to: rgb(244 245 251 / .6) var(--tw-gradient-to-position) !important}.to-graphite-10\/65{--tw-gradient-to: rgb(244 245 251 / .65) var(--tw-gradient-to-position) !important}.to-graphite-10\/75{--tw-gradient-to: rgb(244 245 251 / .75) var(--tw-gradient-to-position) !important}.to-graphite-10\/85{--tw-gradient-to: rgb(244 245 251 / .85) var(--tw-gradient-to-position) !important}.to-graphite-100{--tw-gradient-to: #848CB6 var(--tw-gradient-to-position) !important}.to-graphite-100\/0{--tw-gradient-to: rgb(132 140 182 / 0) var(--tw-gradient-to-position) !important}.to-graphite-100\/100{--tw-gradient-to: rgb(132 140 182 / 1) var(--tw-gradient-to-position) !important}.to-graphite-100\/20{--tw-gradient-to: rgb(132 140 182 / .2) var(--tw-gradient-to-position) !important}.to-graphite-100\/45{--tw-gradient-to: rgb(132 140 182 / .45) var(--tw-gradient-to-position) !important}.to-graphite-100\/50{--tw-gradient-to: rgb(132 140 182 / .5) var(--tw-gradient-to-position) !important}.to-graphite-100\/60{--tw-gradient-to: rgb(132 140 182 / .6) var(--tw-gradient-to-position) !important}.to-graphite-100\/65{--tw-gradient-to: rgb(132 140 182 / .65) var(--tw-gradient-to-position) !important}.to-graphite-100\/75{--tw-gradient-to: rgb(132 140 182 / .75) var(--tw-gradient-to-position) !important}.to-graphite-100\/85{--tw-gradient-to: rgb(132 140 182 / .85) var(--tw-gradient-to-position) !important}.to-graphite-110{--tw-gradient-to: #777EAC var(--tw-gradient-to-position) !important}.to-graphite-110\/0{--tw-gradient-to: rgb(119 126 172 / 0) var(--tw-gradient-to-position) !important}.to-graphite-110\/100{--tw-gradient-to: rgb(119 126 172 / 1) var(--tw-gradient-to-position) !important}.to-graphite-110\/20{--tw-gradient-to: rgb(119 126 172 / .2) var(--tw-gradient-to-position) !important}.to-graphite-110\/45{--tw-gradient-to: rgb(119 126 172 / .45) var(--tw-gradient-to-position) !important}.to-graphite-110\/50{--tw-gradient-to: rgb(119 126 172 / .5) var(--tw-gradient-to-position) !important}.to-graphite-110\/60{--tw-gradient-to: rgb(119 126 172 / .6) var(--tw-gradient-to-position) !important}.to-graphite-110\/65{--tw-gradient-to: rgb(119 126 172 / .65) var(--tw-gradient-to-position) !important}.to-graphite-110\/75{--tw-gradient-to: rgb(119 126 172 / .75) var(--tw-gradient-to-position) !important}.to-graphite-110\/85{--tw-gradient-to: rgb(119 126 172 / .85) var(--tw-gradient-to-position) !important}.to-graphite-120{--tw-gradient-to: #6D74A4 var(--tw-gradient-to-position) !important}.to-graphite-120\/0{--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important}.to-graphite-120\/100{--tw-gradient-to: rgb(109 116 164 / 1) var(--tw-gradient-to-position) !important}.to-graphite-120\/20{--tw-gradient-to: rgb(109 116 164 / .2) var(--tw-gradient-to-position) !important}.to-graphite-120\/45{--tw-gradient-to: rgb(109 116 164 / .45) var(--tw-gradient-to-position) !important}.to-graphite-120\/50{--tw-gradient-to: rgb(109 116 164 / .5) var(--tw-gradient-to-position) !important}.to-graphite-120\/60{--tw-gradient-to: rgb(109 116 164 / .6) var(--tw-gradient-to-position) !important}.to-graphite-120\/65{--tw-gradient-to: rgb(109 116 164 / .65) var(--tw-gradient-to-position) !important}.to-graphite-120\/75{--tw-gradient-to: rgb(109 116 164 / .75) var(--tw-gradient-to-position) !important}.to-graphite-120\/85{--tw-gradient-to: rgb(109 116 164 / .85) var(--tw-gradient-to-position) !important}.to-graphite-130{--tw-gradient-to: #636A9A var(--tw-gradient-to-position) !important}.to-graphite-130\/0{--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important}.to-graphite-130\/100{--tw-gradient-to: rgb(99 106 154 / 1) var(--tw-gradient-to-position) !important}.to-graphite-130\/20{--tw-gradient-to: rgb(99 106 154 / .2) var(--tw-gradient-to-position) !important}.to-graphite-130\/45{--tw-gradient-to: rgb(99 106 154 / .45) var(--tw-gradient-to-position) !important}.to-graphite-130\/50{--tw-gradient-to: rgb(99 106 154 / .5) var(--tw-gradient-to-position) !important}.to-graphite-130\/60{--tw-gradient-to: rgb(99 106 154 / .6) var(--tw-gradient-to-position) !important}.to-graphite-130\/65{--tw-gradient-to: rgb(99 106 154 / .65) var(--tw-gradient-to-position) !important}.to-graphite-130\/75{--tw-gradient-to: rgb(99 106 154 / .75) var(--tw-gradient-to-position) !important}.to-graphite-130\/85{--tw-gradient-to: rgb(99 106 154 / .85) var(--tw-gradient-to-position) !important}.to-graphite-140{--tw-gradient-to: #565E8E var(--tw-gradient-to-position) !important}.to-graphite-140\/0{--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important}.to-graphite-140\/100{--tw-gradient-to: rgb(86 94 142 / 1) var(--tw-gradient-to-position) !important}.to-graphite-140\/20{--tw-gradient-to: rgb(86 94 142 / .2) var(--tw-gradient-to-position) !important}.to-graphite-140\/45{--tw-gradient-to: rgb(86 94 142 / .45) var(--tw-gradient-to-position) !important}.to-graphite-140\/50{--tw-gradient-to: rgb(86 94 142 / .5) var(--tw-gradient-to-position) !important}.to-graphite-140\/60{--tw-gradient-to: rgb(86 94 142 / .6) var(--tw-gradient-to-position) !important}.to-graphite-140\/65{--tw-gradient-to: rgb(86 94 142 / .65) var(--tw-gradient-to-position) !important}.to-graphite-140\/75{--tw-gradient-to: rgb(86 94 142 / .75) var(--tw-gradient-to-position) !important}.to-graphite-140\/85{--tw-gradient-to: rgb(86 94 142 / .85) var(--tw-gradient-to-position) !important}.to-graphite-150{--tw-gradient-to: #4D5383 var(--tw-gradient-to-position) !important}.to-graphite-150\/0{--tw-gradient-to: rgb(77 83 131 / 0) var(--tw-gradient-to-position) !important}.to-graphite-150\/100{--tw-gradient-to: rgb(77 83 131 / 1) var(--tw-gradient-to-position) !important}.to-graphite-150\/20{--tw-gradient-to: rgb(77 83 131 / .2) var(--tw-gradient-to-position) !important}.to-graphite-150\/45{--tw-gradient-to: rgb(77 83 131 / .45) var(--tw-gradient-to-position) !important}.to-graphite-150\/50{--tw-gradient-to: rgb(77 83 131 / .5) var(--tw-gradient-to-position) !important}.to-graphite-150\/60{--tw-gradient-to: rgb(77 83 131 / .6) var(--tw-gradient-to-position) !important}.to-graphite-150\/65{--tw-gradient-to: rgb(77 83 131 / .65) var(--tw-gradient-to-position) !important}.to-graphite-150\/75{--tw-gradient-to: rgb(77 83 131 / .75) var(--tw-gradient-to-position) !important}.to-graphite-150\/85{--tw-gradient-to: rgb(77 83 131 / .85) var(--tw-gradient-to-position) !important}.to-graphite-160{--tw-gradient-to: #444B78 var(--tw-gradient-to-position) !important}.to-graphite-160\/0{--tw-gradient-to: rgb(68 75 120 / 0) var(--tw-gradient-to-position) !important}.to-graphite-160\/100{--tw-gradient-to: rgb(68 75 120 / 1) var(--tw-gradient-to-position) !important}.to-graphite-160\/20{--tw-gradient-to: rgb(68 75 120 / .2) var(--tw-gradient-to-position) !important}.to-graphite-160\/45{--tw-gradient-to: rgb(68 75 120 / .45) var(--tw-gradient-to-position) !important}.to-graphite-160\/50{--tw-gradient-to: rgb(68 75 120 / .5) var(--tw-gradient-to-position) !important}.to-graphite-160\/60{--tw-gradient-to: rgb(68 75 120 / .6) var(--tw-gradient-to-position) !important}.to-graphite-160\/65{--tw-gradient-to: rgb(68 75 120 / .65) var(--tw-gradient-to-position) !important}.to-graphite-160\/75{--tw-gradient-to: rgb(68 75 120 / .75) var(--tw-gradient-to-position) !important}.to-graphite-160\/85{--tw-gradient-to: rgb(68 75 120 / .85) var(--tw-gradient-to-position) !important}.to-graphite-20{--tw-gradient-to: #ECEDF7 var(--tw-gradient-to-position) !important}.to-graphite-20\/0{--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important}.to-graphite-20\/100{--tw-gradient-to: rgb(236 237 247 / 1) var(--tw-gradient-to-position) !important}.to-graphite-20\/20{--tw-gradient-to: rgb(236 237 247 / .2) var(--tw-gradient-to-position) !important}.to-graphite-20\/45{--tw-gradient-to: rgb(236 237 247 / .45) var(--tw-gradient-to-position) !important}.to-graphite-20\/50{--tw-gradient-to: rgb(236 237 247 / .5) var(--tw-gradient-to-position) !important}.to-graphite-20\/60{--tw-gradient-to: rgb(236 237 247 / .6) var(--tw-gradient-to-position) !important}.to-graphite-20\/65{--tw-gradient-to: rgb(236 237 247 / .65) var(--tw-gradient-to-position) !important}.to-graphite-20\/75{--tw-gradient-to: rgb(236 237 247 / .75) var(--tw-gradient-to-position) !important}.to-graphite-20\/85{--tw-gradient-to: rgb(236 237 247 / .85) var(--tw-gradient-to-position) !important}.to-graphite-30{--tw-gradient-to: #E2E4F1 var(--tw-gradient-to-position) !important}.to-graphite-30\/0{--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important}.to-graphite-30\/100{--tw-gradient-to: rgb(226 228 241 / 1) var(--tw-gradient-to-position) !important}.to-graphite-30\/20{--tw-gradient-to: rgb(226 228 241 / .2) var(--tw-gradient-to-position) !important}.to-graphite-30\/45{--tw-gradient-to: rgb(226 228 241 / .45) var(--tw-gradient-to-position) !important}.to-graphite-30\/50{--tw-gradient-to: rgb(226 228 241 / .5) var(--tw-gradient-to-position) !important}.to-graphite-30\/60{--tw-gradient-to: rgb(226 228 241 / .6) var(--tw-gradient-to-position) !important}.to-graphite-30\/65{--tw-gradient-to: rgb(226 228 241 / .65) var(--tw-gradient-to-position) !important}.to-graphite-30\/75{--tw-gradient-to: rgb(226 228 241 / .75) var(--tw-gradient-to-position) !important}.to-graphite-30\/85{--tw-gradient-to: rgb(226 228 241 / .85) var(--tw-gradient-to-position) !important}.to-graphite-40{--tw-gradient-to: #D6D9EA var(--tw-gradient-to-position) !important}.to-graphite-40\/0{--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important}.to-graphite-40\/100{--tw-gradient-to: rgb(214 217 234 / 1) var(--tw-gradient-to-position) !important}.to-graphite-40\/20{--tw-gradient-to: rgb(214 217 234 / .2) var(--tw-gradient-to-position) !important}.to-graphite-40\/45{--tw-gradient-to: rgb(214 217 234 / .45) var(--tw-gradient-to-position) !important}.to-graphite-40\/50{--tw-gradient-to: rgb(214 217 234 / .5) var(--tw-gradient-to-position) !important}.to-graphite-40\/60{--tw-gradient-to: rgb(214 217 234 / .6) var(--tw-gradient-to-position) !important}.to-graphite-40\/65{--tw-gradient-to: rgb(214 217 234 / .65) var(--tw-gradient-to-position) !important}.to-graphite-40\/75{--tw-gradient-to: rgb(214 217 234 / .75) var(--tw-gradient-to-position) !important}.to-graphite-40\/85{--tw-gradient-to: rgb(214 217 234 / .85) var(--tw-gradient-to-position) !important}.to-graphite-50{--tw-gradient-to: #C7CBE2 var(--tw-gradient-to-position) !important}.to-graphite-50\/0{--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important}.to-graphite-50\/100{--tw-gradient-to: rgb(199 203 226 / 1) var(--tw-gradient-to-position) !important}.to-graphite-50\/20{--tw-gradient-to: rgb(199 203 226 / .2) var(--tw-gradient-to-position) !important}.to-graphite-50\/45{--tw-gradient-to: rgb(199 203 226 / .45) var(--tw-gradient-to-position) !important}.to-graphite-50\/50{--tw-gradient-to: rgb(199 203 226 / .5) var(--tw-gradient-to-position) !important}.to-graphite-50\/60{--tw-gradient-to: rgb(199 203 226 / .6) var(--tw-gradient-to-position) !important}.to-graphite-50\/65{--tw-gradient-to: rgb(199 203 226 / .65) var(--tw-gradient-to-position) !important}.to-graphite-50\/75{--tw-gradient-to: rgb(199 203 226 / .75) var(--tw-gradient-to-position) !important}.to-graphite-50\/85{--tw-gradient-to: rgb(199 203 226 / .85) var(--tw-gradient-to-position) !important}.to-graphite-60{--tw-gradient-to: #B8BDD9 var(--tw-gradient-to-position) !important}.to-graphite-60\/0{--tw-gradient-to: rgb(184 189 217 / 0) var(--tw-gradient-to-position) !important}.to-graphite-60\/100{--tw-gradient-to: rgb(184 189 217 / 1) var(--tw-gradient-to-position) !important}.to-graphite-60\/20{--tw-gradient-to: rgb(184 189 217 / .2) var(--tw-gradient-to-position) !important}.to-graphite-60\/45{--tw-gradient-to: rgb(184 189 217 / .45) var(--tw-gradient-to-position) !important}.to-graphite-60\/50{--tw-gradient-to: rgb(184 189 217 / .5) var(--tw-gradient-to-position) !important}.to-graphite-60\/60{--tw-gradient-to: rgb(184 189 217 / .6) var(--tw-gradient-to-position) !important}.to-graphite-60\/65{--tw-gradient-to: rgb(184 189 217 / .65) var(--tw-gradient-to-position) !important}.to-graphite-60\/75{--tw-gradient-to: rgb(184 189 217 / .75) var(--tw-gradient-to-position) !important}.to-graphite-60\/85{--tw-gradient-to: rgb(184 189 217 / .85) var(--tw-gradient-to-position) !important}.to-graphite-70{--tw-gradient-to: #ACB1D1 var(--tw-gradient-to-position) !important}.to-graphite-70\/0{--tw-gradient-to: rgb(172 177 209 / 0) var(--tw-gradient-to-position) !important}.to-graphite-70\/100{--tw-gradient-to: rgb(172 177 209 / 1) var(--tw-gradient-to-position) !important}.to-graphite-70\/20{--tw-gradient-to: rgb(172 177 209 / .2) var(--tw-gradient-to-position) !important}.to-graphite-70\/45{--tw-gradient-to: rgb(172 177 209 / .45) var(--tw-gradient-to-position) !important}.to-graphite-70\/50{--tw-gradient-to: rgb(172 177 209 / .5) var(--tw-gradient-to-position) !important}.to-graphite-70\/60{--tw-gradient-to: rgb(172 177 209 / .6) var(--tw-gradient-to-position) !important}.to-graphite-70\/65{--tw-gradient-to: rgb(172 177 209 / .65) var(--tw-gradient-to-position) !important}.to-graphite-70\/75{--tw-gradient-to: rgb(172 177 209 / .75) var(--tw-gradient-to-position) !important}.to-graphite-70\/85{--tw-gradient-to: rgb(172 177 209 / .85) var(--tw-gradient-to-position) !important}.to-graphite-80{--tw-gradient-to: #9BA1C6 var(--tw-gradient-to-position) !important}.to-graphite-80\/0{--tw-gradient-to: rgb(155 161 198 / 0) var(--tw-gradient-to-position) !important}.to-graphite-80\/100{--tw-gradient-to: rgb(155 161 198 / 1) var(--tw-gradient-to-position) !important}.to-graphite-80\/20{--tw-gradient-to: rgb(155 161 198 / .2) var(--tw-gradient-to-position) !important}.to-graphite-80\/45{--tw-gradient-to: rgb(155 161 198 / .45) var(--tw-gradient-to-position) !important}.to-graphite-80\/50{--tw-gradient-to: rgb(155 161 198 / .5) var(--tw-gradient-to-position) !important}.to-graphite-80\/60{--tw-gradient-to: rgb(155 161 198 / .6) var(--tw-gradient-to-position) !important}.to-graphite-80\/65{--tw-gradient-to: rgb(155 161 198 / .65) var(--tw-gradient-to-position) !important}.to-graphite-80\/75{--tw-gradient-to: rgb(155 161 198 / .75) var(--tw-gradient-to-position) !important}.to-graphite-80\/85{--tw-gradient-to: rgb(155 161 198 / .85) var(--tw-gradient-to-position) !important}.to-graphite-90{--tw-gradient-to: #8F96BE var(--tw-gradient-to-position) !important}.to-graphite-90\/0{--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important}.to-graphite-90\/100{--tw-gradient-to: rgb(143 150 190 / 1) var(--tw-gradient-to-position) !important}.to-graphite-90\/20{--tw-gradient-to: rgb(143 150 190 / .2) var(--tw-gradient-to-position) !important}.to-graphite-90\/45{--tw-gradient-to: rgb(143 150 190 / .45) var(--tw-gradient-to-position) !important}.to-graphite-90\/50{--tw-gradient-to: rgb(143 150 190 / .5) var(--tw-gradient-to-position) !important}.to-graphite-90\/60{--tw-gradient-to: rgb(143 150 190 / .6) var(--tw-gradient-to-position) !important}.to-graphite-90\/65{--tw-gradient-to: rgb(143 150 190 / .65) var(--tw-gradient-to-position) !important}.to-graphite-90\/75{--tw-gradient-to: rgb(143 150 190 / .75) var(--tw-gradient-to-position) !important}.to-graphite-90\/85{--tw-gradient-to: rgb(143 150 190 / .85) var(--tw-gradient-to-position) !important}.to-gray-10{--tw-gradient-to: #FFFFFF var(--tw-gradient-to-position) !important}.to-gray-10\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-gray-10\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-gray-10\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-gray-10\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-gray-10\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-gray-10\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-gray-10\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-gray-10\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-gray-10\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-gray-100{--tw-gradient-to: #959595 var(--tw-gradient-to-position) !important}.to-gray-100\/0{--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important}.to-gray-100\/100{--tw-gradient-to: rgb(149 149 149 / 1) var(--tw-gradient-to-position) !important}.to-gray-100\/20{--tw-gradient-to: rgb(149 149 149 / .2) var(--tw-gradient-to-position) !important}.to-gray-100\/45{--tw-gradient-to: rgb(149 149 149 / .45) var(--tw-gradient-to-position) !important}.to-gray-100\/50{--tw-gradient-to: rgb(149 149 149 / .5) var(--tw-gradient-to-position) !important}.to-gray-100\/60{--tw-gradient-to: rgb(149 149 149 / .6) var(--tw-gradient-to-position) !important}.to-gray-100\/65{--tw-gradient-to: rgb(149 149 149 / .65) var(--tw-gradient-to-position) !important}.to-gray-100\/75{--tw-gradient-to: rgb(149 149 149 / .75) var(--tw-gradient-to-position) !important}.to-gray-100\/85{--tw-gradient-to: rgb(149 149 149 / .85) var(--tw-gradient-to-position) !important}.to-gray-110{--tw-gradient-to: #797979 var(--tw-gradient-to-position) !important}.to-gray-110\/0{--tw-gradient-to: rgb(121 121 121 / 0) var(--tw-gradient-to-position) !important}.to-gray-110\/100{--tw-gradient-to: rgb(121 121 121 / 1) var(--tw-gradient-to-position) !important}.to-gray-110\/20{--tw-gradient-to: rgb(121 121 121 / .2) var(--tw-gradient-to-position) !important}.to-gray-110\/45{--tw-gradient-to: rgb(121 121 121 / .45) var(--tw-gradient-to-position) !important}.to-gray-110\/50{--tw-gradient-to: rgb(121 121 121 / .5) var(--tw-gradient-to-position) !important}.to-gray-110\/60{--tw-gradient-to: rgb(121 121 121 / .6) var(--tw-gradient-to-position) !important}.to-gray-110\/65{--tw-gradient-to: rgb(121 121 121 / .65) var(--tw-gradient-to-position) !important}.to-gray-110\/75{--tw-gradient-to: rgb(121 121 121 / .75) var(--tw-gradient-to-position) !important}.to-gray-110\/85{--tw-gradient-to: rgb(121 121 121 / .85) var(--tw-gradient-to-position) !important}.to-gray-120{--tw-gradient-to: #5D5D5D var(--tw-gradient-to-position) !important}.to-gray-120\/0{--tw-gradient-to: rgb(93 93 93 / 0) var(--tw-gradient-to-position) !important}.to-gray-120\/100{--tw-gradient-to: rgb(93 93 93 / 1) var(--tw-gradient-to-position) !important}.to-gray-120\/20{--tw-gradient-to: rgb(93 93 93 / .2) var(--tw-gradient-to-position) !important}.to-gray-120\/45{--tw-gradient-to: rgb(93 93 93 / .45) var(--tw-gradient-to-position) !important}.to-gray-120\/50{--tw-gradient-to: rgb(93 93 93 / .5) var(--tw-gradient-to-position) !important}.to-gray-120\/60{--tw-gradient-to: rgb(93 93 93 / .6) var(--tw-gradient-to-position) !important}.to-gray-120\/65{--tw-gradient-to: rgb(93 93 93 / .65) var(--tw-gradient-to-position) !important}.to-gray-120\/75{--tw-gradient-to: rgb(93 93 93 / .75) var(--tw-gradient-to-position) !important}.to-gray-120\/85{--tw-gradient-to: rgb(93 93 93 / .85) var(--tw-gradient-to-position) !important}.to-gray-130{--tw-gradient-to: #444444 var(--tw-gradient-to-position) !important}.to-gray-130\/0{--tw-gradient-to: rgb(68 68 68 / 0) var(--tw-gradient-to-position) !important}.to-gray-130\/100{--tw-gradient-to: rgb(68 68 68 / 1) var(--tw-gradient-to-position) !important}.to-gray-130\/20{--tw-gradient-to: rgb(68 68 68 / .2) var(--tw-gradient-to-position) !important}.to-gray-130\/45{--tw-gradient-to: rgb(68 68 68 / .45) var(--tw-gradient-to-position) !important}.to-gray-130\/50{--tw-gradient-to: rgb(68 68 68 / .5) var(--tw-gradient-to-position) !important}.to-gray-130\/60{--tw-gradient-to: rgb(68 68 68 / .6) var(--tw-gradient-to-position) !important}.to-gray-130\/65{--tw-gradient-to: rgb(68 68 68 / .65) var(--tw-gradient-to-position) !important}.to-gray-130\/75{--tw-gradient-to: rgb(68 68 68 / .75) var(--tw-gradient-to-position) !important}.to-gray-130\/85{--tw-gradient-to: rgb(68 68 68 / .85) var(--tw-gradient-to-position) !important}.to-gray-140{--tw-gradient-to: #303030 var(--tw-gradient-to-position) !important}.to-gray-140\/0{--tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position) !important}.to-gray-140\/100{--tw-gradient-to: rgb(48 48 48 / 1) var(--tw-gradient-to-position) !important}.to-gray-140\/20{--tw-gradient-to: rgb(48 48 48 / .2) var(--tw-gradient-to-position) !important}.to-gray-140\/45{--tw-gradient-to: rgb(48 48 48 / .45) var(--tw-gradient-to-position) !important}.to-gray-140\/50{--tw-gradient-to: rgb(48 48 48 / .5) var(--tw-gradient-to-position) !important}.to-gray-140\/60{--tw-gradient-to: rgb(48 48 48 / .6) var(--tw-gradient-to-position) !important}.to-gray-140\/65{--tw-gradient-to: rgb(48 48 48 / .65) var(--tw-gradient-to-position) !important}.to-gray-140\/75{--tw-gradient-to: rgb(48 48 48 / .75) var(--tw-gradient-to-position) !important}.to-gray-140\/85{--tw-gradient-to: rgb(48 48 48 / .85) var(--tw-gradient-to-position) !important}.to-gray-150{--tw-gradient-to: #272727 var(--tw-gradient-to-position) !important}.to-gray-150\/0{--tw-gradient-to: rgb(39 39 39 / 0) var(--tw-gradient-to-position) !important}.to-gray-150\/100{--tw-gradient-to: rgb(39 39 39 / 1) var(--tw-gradient-to-position) !important}.to-gray-150\/20{--tw-gradient-to: rgb(39 39 39 / .2) var(--tw-gradient-to-position) !important}.to-gray-150\/45{--tw-gradient-to: rgb(39 39 39 / .45) var(--tw-gradient-to-position) !important}.to-gray-150\/50{--tw-gradient-to: rgb(39 39 39 / .5) var(--tw-gradient-to-position) !important}.to-gray-150\/60{--tw-gradient-to: rgb(39 39 39 / .6) var(--tw-gradient-to-position) !important}.to-gray-150\/65{--tw-gradient-to: rgb(39 39 39 / .65) var(--tw-gradient-to-position) !important}.to-gray-150\/75{--tw-gradient-to: rgb(39 39 39 / .75) var(--tw-gradient-to-position) !important}.to-gray-150\/85{--tw-gradient-to: rgb(39 39 39 / .85) var(--tw-gradient-to-position) !important}.to-gray-160{--tw-gradient-to: #1D1D1D var(--tw-gradient-to-position) !important}.to-gray-160\/0{--tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position) !important}.to-gray-160\/100{--tw-gradient-to: rgb(29 29 29 / 1) var(--tw-gradient-to-position) !important}.to-gray-160\/20{--tw-gradient-to: rgb(29 29 29 / .2) var(--tw-gradient-to-position) !important}.to-gray-160\/45{--tw-gradient-to: rgb(29 29 29 / .45) var(--tw-gradient-to-position) !important}.to-gray-160\/50{--tw-gradient-to: rgb(29 29 29 / .5) var(--tw-gradient-to-position) !important}.to-gray-160\/60{--tw-gradient-to: rgb(29 29 29 / .6) var(--tw-gradient-to-position) !important}.to-gray-160\/65{--tw-gradient-to: rgb(29 29 29 / .65) var(--tw-gradient-to-position) !important}.to-gray-160\/75{--tw-gradient-to: rgb(29 29 29 / .75) var(--tw-gradient-to-position) !important}.to-gray-160\/85{--tw-gradient-to: rgb(29 29 29 / .85) var(--tw-gradient-to-position) !important}.to-gray-20{--tw-gradient-to: #FBFBFB var(--tw-gradient-to-position) !important}.to-gray-20\/0{--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important}.to-gray-20\/100{--tw-gradient-to: rgb(251 251 251 / 1) var(--tw-gradient-to-position) !important}.to-gray-20\/20{--tw-gradient-to: rgb(251 251 251 / .2) var(--tw-gradient-to-position) !important}.to-gray-20\/45{--tw-gradient-to: rgb(251 251 251 / .45) var(--tw-gradient-to-position) !important}.to-gray-20\/50{--tw-gradient-to: rgb(251 251 251 / .5) var(--tw-gradient-to-position) !important}.to-gray-20\/60{--tw-gradient-to: rgb(251 251 251 / .6) var(--tw-gradient-to-position) !important}.to-gray-20\/65{--tw-gradient-to: rgb(251 251 251 / .65) var(--tw-gradient-to-position) !important}.to-gray-20\/75{--tw-gradient-to: rgb(251 251 251 / .75) var(--tw-gradient-to-position) !important}.to-gray-20\/85{--tw-gradient-to: rgb(251 251 251 / .85) var(--tw-gradient-to-position) !important}.to-gray-30{--tw-gradient-to: #F7F7F7 var(--tw-gradient-to-position) !important}.to-gray-30\/0{--tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position) !important}.to-gray-30\/100{--tw-gradient-to: rgb(247 247 247 / 1) var(--tw-gradient-to-position) !important}.to-gray-30\/20{--tw-gradient-to: rgb(247 247 247 / .2) var(--tw-gradient-to-position) !important}.to-gray-30\/45{--tw-gradient-to: rgb(247 247 247 / .45) var(--tw-gradient-to-position) !important}.to-gray-30\/50{--tw-gradient-to: rgb(247 247 247 / .5) var(--tw-gradient-to-position) !important}.to-gray-30\/60{--tw-gradient-to: rgb(247 247 247 / .6) var(--tw-gradient-to-position) !important}.to-gray-30\/65{--tw-gradient-to: rgb(247 247 247 / .65) var(--tw-gradient-to-position) !important}.to-gray-30\/75{--tw-gradient-to: rgb(247 247 247 / .75) var(--tw-gradient-to-position) !important}.to-gray-30\/85{--tw-gradient-to: rgb(247 247 247 / .85) var(--tw-gradient-to-position) !important}.to-gray-40{--tw-gradient-to: #F5F5F5 var(--tw-gradient-to-position) !important}.to-gray-40\/0{--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important}.to-gray-40\/100{--tw-gradient-to: rgb(245 245 245 / 1) var(--tw-gradient-to-position) !important}.to-gray-40\/20{--tw-gradient-to: rgb(245 245 245 / .2) var(--tw-gradient-to-position) !important}.to-gray-40\/45{--tw-gradient-to: rgb(245 245 245 / .45) var(--tw-gradient-to-position) !important}.to-gray-40\/50{--tw-gradient-to: rgb(245 245 245 / .5) var(--tw-gradient-to-position) !important}.to-gray-40\/60{--tw-gradient-to: rgb(245 245 245 / .6) var(--tw-gradient-to-position) !important}.to-gray-40\/65{--tw-gradient-to: rgb(245 245 245 / .65) var(--tw-gradient-to-position) !important}.to-gray-40\/75{--tw-gradient-to: rgb(245 245 245 / .75) var(--tw-gradient-to-position) !important}.to-gray-40\/85{--tw-gradient-to: rgb(245 245 245 / .85) var(--tw-gradient-to-position) !important}.to-gray-50{--tw-gradient-to: #F1F1F1 var(--tw-gradient-to-position) !important}.to-gray-50\/0{--tw-gradient-to: rgb(241 241 241 / 0) var(--tw-gradient-to-position) !important}.to-gray-50\/100{--tw-gradient-to: rgb(241 241 241 / 1) var(--tw-gradient-to-position) !important}.to-gray-50\/20{--tw-gradient-to: rgb(241 241 241 / .2) var(--tw-gradient-to-position) !important}.to-gray-50\/45{--tw-gradient-to: rgb(241 241 241 / .45) var(--tw-gradient-to-position) !important}.to-gray-50\/50{--tw-gradient-to: rgb(241 241 241 / .5) var(--tw-gradient-to-position) !important}.to-gray-50\/60{--tw-gradient-to: rgb(241 241 241 / .6) var(--tw-gradient-to-position) !important}.to-gray-50\/65{--tw-gradient-to: rgb(241 241 241 / .65) var(--tw-gradient-to-position) !important}.to-gray-50\/75{--tw-gradient-to: rgb(241 241 241 / .75) var(--tw-gradient-to-position) !important}.to-gray-50\/85{--tw-gradient-to: rgb(241 241 241 / .85) var(--tw-gradient-to-position) !important}.to-gray-60{--tw-gradient-to: #E9E9E9 var(--tw-gradient-to-position) !important}.to-gray-60\/0{--tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position) !important}.to-gray-60\/100{--tw-gradient-to: rgb(233 233 233 / 1) var(--tw-gradient-to-position) !important}.to-gray-60\/20{--tw-gradient-to: rgb(233 233 233 / .2) var(--tw-gradient-to-position) !important}.to-gray-60\/45{--tw-gradient-to: rgb(233 233 233 / .45) var(--tw-gradient-to-position) !important}.to-gray-60\/50{--tw-gradient-to: rgb(233 233 233 / .5) var(--tw-gradient-to-position) !important}.to-gray-60\/60{--tw-gradient-to: rgb(233 233 233 / .6) var(--tw-gradient-to-position) !important}.to-gray-60\/65{--tw-gradient-to: rgb(233 233 233 / .65) var(--tw-gradient-to-position) !important}.to-gray-60\/75{--tw-gradient-to: rgb(233 233 233 / .75) var(--tw-gradient-to-position) !important}.to-gray-60\/85{--tw-gradient-to: rgb(233 233 233 / .85) var(--tw-gradient-to-position) !important}.to-gray-70{--tw-gradient-to: #DDDDDD var(--tw-gradient-to-position) !important}.to-gray-70\/0{--tw-gradient-to: rgb(221 221 221 / 0) var(--tw-gradient-to-position) !important}.to-gray-70\/100{--tw-gradient-to: rgb(221 221 221 / 1) var(--tw-gradient-to-position) !important}.to-gray-70\/20{--tw-gradient-to: rgb(221 221 221 / .2) var(--tw-gradient-to-position) !important}.to-gray-70\/45{--tw-gradient-to: rgb(221 221 221 / .45) var(--tw-gradient-to-position) !important}.to-gray-70\/50{--tw-gradient-to: rgb(221 221 221 / .5) var(--tw-gradient-to-position) !important}.to-gray-70\/60{--tw-gradient-to: rgb(221 221 221 / .6) var(--tw-gradient-to-position) !important}.to-gray-70\/65{--tw-gradient-to: rgb(221 221 221 / .65) var(--tw-gradient-to-position) !important}.to-gray-70\/75{--tw-gradient-to: rgb(221 221 221 / .75) var(--tw-gradient-to-position) !important}.to-gray-70\/85{--tw-gradient-to: rgb(221 221 221 / .85) var(--tw-gradient-to-position) !important}.to-gray-80{--tw-gradient-to: #CBCBCB var(--tw-gradient-to-position) !important}.to-gray-80\/0{--tw-gradient-to: rgb(203 203 203 / 0) var(--tw-gradient-to-position) !important}.to-gray-80\/100{--tw-gradient-to: rgb(203 203 203 / 1) var(--tw-gradient-to-position) !important}.to-gray-80\/20{--tw-gradient-to: rgb(203 203 203 / .2) var(--tw-gradient-to-position) !important}.to-gray-80\/45{--tw-gradient-to: rgb(203 203 203 / .45) var(--tw-gradient-to-position) !important}.to-gray-80\/50{--tw-gradient-to: rgb(203 203 203 / .5) var(--tw-gradient-to-position) !important}.to-gray-80\/60{--tw-gradient-to: rgb(203 203 203 / .6) var(--tw-gradient-to-position) !important}.to-gray-80\/65{--tw-gradient-to: rgb(203 203 203 / .65) var(--tw-gradient-to-position) !important}.to-gray-80\/75{--tw-gradient-to: rgb(203 203 203 / .75) var(--tw-gradient-to-position) !important}.to-gray-80\/85{--tw-gradient-to: rgb(203 203 203 / .85) var(--tw-gradient-to-position) !important}.to-gray-90{--tw-gradient-to: #B4B4B4 var(--tw-gradient-to-position) !important}.to-gray-90\/0{--tw-gradient-to: rgb(180 180 180 / 0) var(--tw-gradient-to-position) !important}.to-gray-90\/100{--tw-gradient-to: rgb(180 180 180 / 1) var(--tw-gradient-to-position) !important}.to-gray-90\/20{--tw-gradient-to: rgb(180 180 180 / .2) var(--tw-gradient-to-position) !important}.to-gray-90\/45{--tw-gradient-to: rgb(180 180 180 / .45) var(--tw-gradient-to-position) !important}.to-gray-90\/50{--tw-gradient-to: rgb(180 180 180 / .5) var(--tw-gradient-to-position) !important}.to-gray-90\/60{--tw-gradient-to: rgb(180 180 180 / .6) var(--tw-gradient-to-position) !important}.to-gray-90\/65{--tw-gradient-to: rgb(180 180 180 / .65) var(--tw-gradient-to-position) !important}.to-gray-90\/75{--tw-gradient-to: rgb(180 180 180 / .75) var(--tw-gradient-to-position) !important}.to-gray-90\/85{--tw-gradient-to: rgb(180 180 180 / .85) var(--tw-gradient-to-position) !important}.to-green-10{--tw-gradient-to: #F1F8F5 var(--tw-gradient-to-position) !important}.to-green-10\/0{--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important}.to-green-10\/100{--tw-gradient-to: rgb(241 248 245 / 1) var(--tw-gradient-to-position) !important}.to-green-10\/20{--tw-gradient-to: rgb(241 248 245 / .2) var(--tw-gradient-to-position) !important}.to-green-10\/45{--tw-gradient-to: rgb(241 248 245 / .45) var(--tw-gradient-to-position) !important}.to-green-10\/50{--tw-gradient-to: rgb(241 248 245 / .5) var(--tw-gradient-to-position) !important}.to-green-10\/60{--tw-gradient-to: rgb(241 248 245 / .6) var(--tw-gradient-to-position) !important}.to-green-10\/65{--tw-gradient-to: rgb(241 248 245 / .65) var(--tw-gradient-to-position) !important}.to-green-10\/75{--tw-gradient-to: rgb(241 248 245 / .75) var(--tw-gradient-to-position) !important}.to-green-10\/85{--tw-gradient-to: rgb(241 248 245 / .85) var(--tw-gradient-to-position) !important}.to-green-100{--tw-gradient-to: #349E85 var(--tw-gradient-to-position) !important}.to-green-100\/0{--tw-gradient-to: rgb(52 158 133 / 0) var(--tw-gradient-to-position) !important}.to-green-100\/100{--tw-gradient-to: rgb(52 158 133 / 1) var(--tw-gradient-to-position) !important}.to-green-100\/20{--tw-gradient-to: rgb(52 158 133 / .2) var(--tw-gradient-to-position) !important}.to-green-100\/45{--tw-gradient-to: rgb(52 158 133 / .45) var(--tw-gradient-to-position) !important}.to-green-100\/50{--tw-gradient-to: rgb(52 158 133 / .5) var(--tw-gradient-to-position) !important}.to-green-100\/60{--tw-gradient-to: rgb(52 158 133 / .6) var(--tw-gradient-to-position) !important}.to-green-100\/65{--tw-gradient-to: rgb(52 158 133 / .65) var(--tw-gradient-to-position) !important}.to-green-100\/75{--tw-gradient-to: rgb(52 158 133 / .75) var(--tw-gradient-to-position) !important}.to-green-100\/85{--tw-gradient-to: rgb(52 158 133 / .85) var(--tw-gradient-to-position) !important}.to-green-110{--tw-gradient-to: #009277 var(--tw-gradient-to-position) !important}.to-green-110\/0{--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important}.to-green-110\/100{--tw-gradient-to: rgb(0 146 119 / 1) var(--tw-gradient-to-position) !important}.to-green-110\/20{--tw-gradient-to: rgb(0 146 119 / .2) var(--tw-gradient-to-position) !important}.to-green-110\/45{--tw-gradient-to: rgb(0 146 119 / .45) var(--tw-gradient-to-position) !important}.to-green-110\/50{--tw-gradient-to: rgb(0 146 119 / .5) var(--tw-gradient-to-position) !important}.to-green-110\/60{--tw-gradient-to: rgb(0 146 119 / .6) var(--tw-gradient-to-position) !important}.to-green-110\/65{--tw-gradient-to: rgb(0 146 119 / .65) var(--tw-gradient-to-position) !important}.to-green-110\/75{--tw-gradient-to: rgb(0 146 119 / .75) var(--tw-gradient-to-position) !important}.to-green-110\/85{--tw-gradient-to: rgb(0 146 119 / .85) var(--tw-gradient-to-position) !important}.to-green-120{--tw-gradient-to: #00876D var(--tw-gradient-to-position) !important}.to-green-120\/0{--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important}.to-green-120\/100{--tw-gradient-to: rgb(0 135 109 / 1) var(--tw-gradient-to-position) !important}.to-green-120\/20{--tw-gradient-to: rgb(0 135 109 / .2) var(--tw-gradient-to-position) !important}.to-green-120\/45{--tw-gradient-to: rgb(0 135 109 / .45) var(--tw-gradient-to-position) !important}.to-green-120\/50{--tw-gradient-to: rgb(0 135 109 / .5) var(--tw-gradient-to-position) !important}.to-green-120\/60{--tw-gradient-to: rgb(0 135 109 / .6) var(--tw-gradient-to-position) !important}.to-green-120\/65{--tw-gradient-to: rgb(0 135 109 / .65) var(--tw-gradient-to-position) !important}.to-green-120\/75{--tw-gradient-to: rgb(0 135 109 / .75) var(--tw-gradient-to-position) !important}.to-green-120\/85{--tw-gradient-to: rgb(0 135 109 / .85) var(--tw-gradient-to-position) !important}.to-green-130{--tw-gradient-to: #007C62 var(--tw-gradient-to-position) !important}.to-green-130\/0{--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important}.to-green-130\/100{--tw-gradient-to: rgb(0 124 98 / 1) var(--tw-gradient-to-position) !important}.to-green-130\/20{--tw-gradient-to: rgb(0 124 98 / .2) var(--tw-gradient-to-position) !important}.to-green-130\/45{--tw-gradient-to: rgb(0 124 98 / .45) var(--tw-gradient-to-position) !important}.to-green-130\/50{--tw-gradient-to: rgb(0 124 98 / .5) var(--tw-gradient-to-position) !important}.to-green-130\/60{--tw-gradient-to: rgb(0 124 98 / .6) var(--tw-gradient-to-position) !important}.to-green-130\/65{--tw-gradient-to: rgb(0 124 98 / .65) var(--tw-gradient-to-position) !important}.to-green-130\/75{--tw-gradient-to: rgb(0 124 98 / .75) var(--tw-gradient-to-position) !important}.to-green-130\/85{--tw-gradient-to: rgb(0 124 98 / .85) var(--tw-gradient-to-position) !important}.to-green-140{--tw-gradient-to: #006E56 var(--tw-gradient-to-position) !important}.to-green-140\/0{--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important}.to-green-140\/100{--tw-gradient-to: rgb(0 110 86 / 1) var(--tw-gradient-to-position) !important}.to-green-140\/20{--tw-gradient-to: rgb(0 110 86 / .2) var(--tw-gradient-to-position) !important}.to-green-140\/45{--tw-gradient-to: rgb(0 110 86 / .45) var(--tw-gradient-to-position) !important}.to-green-140\/50{--tw-gradient-to: rgb(0 110 86 / .5) var(--tw-gradient-to-position) !important}.to-green-140\/60{--tw-gradient-to: rgb(0 110 86 / .6) var(--tw-gradient-to-position) !important}.to-green-140\/65{--tw-gradient-to: rgb(0 110 86 / .65) var(--tw-gradient-to-position) !important}.to-green-140\/75{--tw-gradient-to: rgb(0 110 86 / .75) var(--tw-gradient-to-position) !important}.to-green-140\/85{--tw-gradient-to: rgb(0 110 86 / .85) var(--tw-gradient-to-position) !important}.to-green-150{--tw-gradient-to: #00634B var(--tw-gradient-to-position) !important}.to-green-150\/0{--tw-gradient-to: rgb(0 99 75 / 0) var(--tw-gradient-to-position) !important}.to-green-150\/100{--tw-gradient-to: rgb(0 99 75 / 1) var(--tw-gradient-to-position) !important}.to-green-150\/20{--tw-gradient-to: rgb(0 99 75 / .2) var(--tw-gradient-to-position) !important}.to-green-150\/45{--tw-gradient-to: rgb(0 99 75 / .45) var(--tw-gradient-to-position) !important}.to-green-150\/50{--tw-gradient-to: rgb(0 99 75 / .5) var(--tw-gradient-to-position) !important}.to-green-150\/60{--tw-gradient-to: rgb(0 99 75 / .6) var(--tw-gradient-to-position) !important}.to-green-150\/65{--tw-gradient-to: rgb(0 99 75 / .65) var(--tw-gradient-to-position) !important}.to-green-150\/75{--tw-gradient-to: rgb(0 99 75 / .75) var(--tw-gradient-to-position) !important}.to-green-150\/85{--tw-gradient-to: rgb(0 99 75 / .85) var(--tw-gradient-to-position) !important}.to-green-160{--tw-gradient-to: #005A42 var(--tw-gradient-to-position) !important}.to-green-160\/0{--tw-gradient-to: rgb(0 90 66 / 0) var(--tw-gradient-to-position) !important}.to-green-160\/100{--tw-gradient-to: rgb(0 90 66 / 1) var(--tw-gradient-to-position) !important}.to-green-160\/20{--tw-gradient-to: rgb(0 90 66 / .2) var(--tw-gradient-to-position) !important}.to-green-160\/45{--tw-gradient-to: rgb(0 90 66 / .45) var(--tw-gradient-to-position) !important}.to-green-160\/50{--tw-gradient-to: rgb(0 90 66 / .5) var(--tw-gradient-to-position) !important}.to-green-160\/60{--tw-gradient-to: rgb(0 90 66 / .6) var(--tw-gradient-to-position) !important}.to-green-160\/65{--tw-gradient-to: rgb(0 90 66 / .65) var(--tw-gradient-to-position) !important}.to-green-160\/75{--tw-gradient-to: rgb(0 90 66 / .75) var(--tw-gradient-to-position) !important}.to-green-160\/85{--tw-gradient-to: rgb(0 90 66 / .85) var(--tw-gradient-to-position) !important}.to-green-20{--tw-gradient-to: #E3F0EC var(--tw-gradient-to-position) !important}.to-green-20\/0{--tw-gradient-to: rgb(227 240 236 / 0) var(--tw-gradient-to-position) !important}.to-green-20\/100{--tw-gradient-to: rgb(227 240 236 / 1) var(--tw-gradient-to-position) !important}.to-green-20\/20{--tw-gradient-to: rgb(227 240 236 / .2) var(--tw-gradient-to-position) !important}.to-green-20\/45{--tw-gradient-to: rgb(227 240 236 / .45) var(--tw-gradient-to-position) !important}.to-green-20\/50{--tw-gradient-to: rgb(227 240 236 / .5) var(--tw-gradient-to-position) !important}.to-green-20\/60{--tw-gradient-to: rgb(227 240 236 / .6) var(--tw-gradient-to-position) !important}.to-green-20\/65{--tw-gradient-to: rgb(227 240 236 / .65) var(--tw-gradient-to-position) !important}.to-green-20\/75{--tw-gradient-to: rgb(227 240 236 / .75) var(--tw-gradient-to-position) !important}.to-green-20\/85{--tw-gradient-to: rgb(227 240 236 / .85) var(--tw-gradient-to-position) !important}.to-green-30{--tw-gradient-to: #D5E9E2 var(--tw-gradient-to-position) !important}.to-green-30\/0{--tw-gradient-to: rgb(213 233 226 / 0) var(--tw-gradient-to-position) !important}.to-green-30\/100{--tw-gradient-to: rgb(213 233 226 / 1) var(--tw-gradient-to-position) !important}.to-green-30\/20{--tw-gradient-to: rgb(213 233 226 / .2) var(--tw-gradient-to-position) !important}.to-green-30\/45{--tw-gradient-to: rgb(213 233 226 / .45) var(--tw-gradient-to-position) !important}.to-green-30\/50{--tw-gradient-to: rgb(213 233 226 / .5) var(--tw-gradient-to-position) !important}.to-green-30\/60{--tw-gradient-to: rgb(213 233 226 / .6) var(--tw-gradient-to-position) !important}.to-green-30\/65{--tw-gradient-to: rgb(213 233 226 / .65) var(--tw-gradient-to-position) !important}.to-green-30\/75{--tw-gradient-to: rgb(213 233 226 / .75) var(--tw-gradient-to-position) !important}.to-green-30\/85{--tw-gradient-to: rgb(213 233 226 / .85) var(--tw-gradient-to-position) !important}.to-green-40{--tw-gradient-to: #C4E0D7 var(--tw-gradient-to-position) !important}.to-green-40\/0{--tw-gradient-to: rgb(196 224 215 / 0) var(--tw-gradient-to-position) !important}.to-green-40\/100{--tw-gradient-to: rgb(196 224 215 / 1) var(--tw-gradient-to-position) !important}.to-green-40\/20{--tw-gradient-to: rgb(196 224 215 / .2) var(--tw-gradient-to-position) !important}.to-green-40\/45{--tw-gradient-to: rgb(196 224 215 / .45) var(--tw-gradient-to-position) !important}.to-green-40\/50{--tw-gradient-to: rgb(196 224 215 / .5) var(--tw-gradient-to-position) !important}.to-green-40\/60{--tw-gradient-to: rgb(196 224 215 / .6) var(--tw-gradient-to-position) !important}.to-green-40\/65{--tw-gradient-to: rgb(196 224 215 / .65) var(--tw-gradient-to-position) !important}.to-green-40\/75{--tw-gradient-to: rgb(196 224 215 / .75) var(--tw-gradient-to-position) !important}.to-green-40\/85{--tw-gradient-to: rgb(196 224 215 / .85) var(--tw-gradient-to-position) !important}.to-green-50{--tw-gradient-to: #ACD4C7 var(--tw-gradient-to-position) !important}.to-green-50\/0{--tw-gradient-to: rgb(172 212 199 / 0) var(--tw-gradient-to-position) !important}.to-green-50\/100{--tw-gradient-to: rgb(172 212 199 / 1) var(--tw-gradient-to-position) !important}.to-green-50\/20{--tw-gradient-to: rgb(172 212 199 / .2) var(--tw-gradient-to-position) !important}.to-green-50\/45{--tw-gradient-to: rgb(172 212 199 / .45) var(--tw-gradient-to-position) !important}.to-green-50\/50{--tw-gradient-to: rgb(172 212 199 / .5) var(--tw-gradient-to-position) !important}.to-green-50\/60{--tw-gradient-to: rgb(172 212 199 / .6) var(--tw-gradient-to-position) !important}.to-green-50\/65{--tw-gradient-to: rgb(172 212 199 / .65) var(--tw-gradient-to-position) !important}.to-green-50\/75{--tw-gradient-to: rgb(172 212 199 / .75) var(--tw-gradient-to-position) !important}.to-green-50\/85{--tw-gradient-to: rgb(172 212 199 / .85) var(--tw-gradient-to-position) !important}.to-green-60{--tw-gradient-to: #95C8B8 var(--tw-gradient-to-position) !important}.to-green-60\/0{--tw-gradient-to: rgb(149 200 184 / 0) var(--tw-gradient-to-position) !important}.to-green-60\/100{--tw-gradient-to: rgb(149 200 184 / 1) var(--tw-gradient-to-position) !important}.to-green-60\/20{--tw-gradient-to: rgb(149 200 184 / .2) var(--tw-gradient-to-position) !important}.to-green-60\/45{--tw-gradient-to: rgb(149 200 184 / .45) var(--tw-gradient-to-position) !important}.to-green-60\/50{--tw-gradient-to: rgb(149 200 184 / .5) var(--tw-gradient-to-position) !important}.to-green-60\/60{--tw-gradient-to: rgb(149 200 184 / .6) var(--tw-gradient-to-position) !important}.to-green-60\/65{--tw-gradient-to: rgb(149 200 184 / .65) var(--tw-gradient-to-position) !important}.to-green-60\/75{--tw-gradient-to: rgb(149 200 184 / .75) var(--tw-gradient-to-position) !important}.to-green-60\/85{--tw-gradient-to: rgb(149 200 184 / .85) var(--tw-gradient-to-position) !important}.to-green-70{--tw-gradient-to: #82BFAD var(--tw-gradient-to-position) !important}.to-green-70\/0{--tw-gradient-to: rgb(130 191 173 / 0) var(--tw-gradient-to-position) !important}.to-green-70\/100{--tw-gradient-to: rgb(130 191 173 / 1) var(--tw-gradient-to-position) !important}.to-green-70\/20{--tw-gradient-to: rgb(130 191 173 / .2) var(--tw-gradient-to-position) !important}.to-green-70\/45{--tw-gradient-to: rgb(130 191 173 / .45) var(--tw-gradient-to-position) !important}.to-green-70\/50{--tw-gradient-to: rgb(130 191 173 / .5) var(--tw-gradient-to-position) !important}.to-green-70\/60{--tw-gradient-to: rgb(130 191 173 / .6) var(--tw-gradient-to-position) !important}.to-green-70\/65{--tw-gradient-to: rgb(130 191 173 / .65) var(--tw-gradient-to-position) !important}.to-green-70\/75{--tw-gradient-to: rgb(130 191 173 / .75) var(--tw-gradient-to-position) !important}.to-green-70\/85{--tw-gradient-to: rgb(130 191 173 / .85) var(--tw-gradient-to-position) !important}.to-green-80{--tw-gradient-to: #64B19C var(--tw-gradient-to-position) !important}.to-green-80\/0{--tw-gradient-to: rgb(100 177 156 / 0) var(--tw-gradient-to-position) !important}.to-green-80\/100{--tw-gradient-to: rgb(100 177 156 / 1) var(--tw-gradient-to-position) !important}.to-green-80\/20{--tw-gradient-to: rgb(100 177 156 / .2) var(--tw-gradient-to-position) !important}.to-green-80\/45{--tw-gradient-to: rgb(100 177 156 / .45) var(--tw-gradient-to-position) !important}.to-green-80\/50{--tw-gradient-to: rgb(100 177 156 / .5) var(--tw-gradient-to-position) !important}.to-green-80\/60{--tw-gradient-to: rgb(100 177 156 / .6) var(--tw-gradient-to-position) !important}.to-green-80\/65{--tw-gradient-to: rgb(100 177 156 / .65) var(--tw-gradient-to-position) !important}.to-green-80\/75{--tw-gradient-to: rgb(100 177 156 / .75) var(--tw-gradient-to-position) !important}.to-green-80\/85{--tw-gradient-to: rgb(100 177 156 / .85) var(--tw-gradient-to-position) !important}.to-green-90{--tw-gradient-to: #4EA790 var(--tw-gradient-to-position) !important}.to-green-90\/0{--tw-gradient-to: rgb(78 167 144 / 0) var(--tw-gradient-to-position) !important}.to-green-90\/100{--tw-gradient-to: rgb(78 167 144 / 1) var(--tw-gradient-to-position) !important}.to-green-90\/20{--tw-gradient-to: rgb(78 167 144 / .2) var(--tw-gradient-to-position) !important}.to-green-90\/45{--tw-gradient-to: rgb(78 167 144 / .45) var(--tw-gradient-to-position) !important}.to-green-90\/50{--tw-gradient-to: rgb(78 167 144 / .5) var(--tw-gradient-to-position) !important}.to-green-90\/60{--tw-gradient-to: rgb(78 167 144 / .6) var(--tw-gradient-to-position) !important}.to-green-90\/65{--tw-gradient-to: rgb(78 167 144 / .65) var(--tw-gradient-to-position) !important}.to-green-90\/75{--tw-gradient-to: rgb(78 167 144 / .75) var(--tw-gradient-to-position) !important}.to-green-90\/85{--tw-gradient-to: rgb(78 167 144 / .85) var(--tw-gradient-to-position) !important}.to-inherit{--tw-gradient-to: inherit var(--tw-gradient-to-position) !important}.to-lavander-10{--tw-gradient-to: #F2F4FD var(--tw-gradient-to-position) !important}.to-lavander-10\/0{--tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position) !important}.to-lavander-10\/100{--tw-gradient-to: rgb(242 244 253 / 1) var(--tw-gradient-to-position) !important}.to-lavander-10\/20{--tw-gradient-to: rgb(242 244 253 / .2) var(--tw-gradient-to-position) !important}.to-lavander-10\/45{--tw-gradient-to: rgb(242 244 253 / .45) var(--tw-gradient-to-position) !important}.to-lavander-10\/50{--tw-gradient-to: rgb(242 244 253 / .5) var(--tw-gradient-to-position) !important}.to-lavander-10\/60{--tw-gradient-to: rgb(242 244 253 / .6) var(--tw-gradient-to-position) !important}.to-lavander-10\/65{--tw-gradient-to: rgb(242 244 253 / .65) var(--tw-gradient-to-position) !important}.to-lavander-10\/75{--tw-gradient-to: rgb(242 244 253 / .75) var(--tw-gradient-to-position) !important}.to-lavander-10\/85{--tw-gradient-to: rgb(242 244 253 / .85) var(--tw-gradient-to-position) !important}.to-lavander-100{--tw-gradient-to: #3429B2 var(--tw-gradient-to-position) !important}.to-lavander-100\/0{--tw-gradient-to: rgb(52 41 178 / 0) var(--tw-gradient-to-position) !important}.to-lavander-100\/100{--tw-gradient-to: rgb(52 41 178 / 1) var(--tw-gradient-to-position) !important}.to-lavander-100\/20{--tw-gradient-to: rgb(52 41 178 / .2) var(--tw-gradient-to-position) !important}.to-lavander-100\/45{--tw-gradient-to: rgb(52 41 178 / .45) var(--tw-gradient-to-position) !important}.to-lavander-100\/50{--tw-gradient-to: rgb(52 41 178 / .5) var(--tw-gradient-to-position) !important}.to-lavander-100\/60{--tw-gradient-to: rgb(52 41 178 / .6) var(--tw-gradient-to-position) !important}.to-lavander-100\/65{--tw-gradient-to: rgb(52 41 178 / .65) var(--tw-gradient-to-position) !important}.to-lavander-100\/75{--tw-gradient-to: rgb(52 41 178 / .75) var(--tw-gradient-to-position) !important}.to-lavander-100\/85{--tw-gradient-to: rgb(52 41 178 / .85) var(--tw-gradient-to-position) !important}.to-lavander-110{--tw-gradient-to: #2A11A1 var(--tw-gradient-to-position) !important}.to-lavander-110\/0{--tw-gradient-to: rgb(42 17 161 / 0) var(--tw-gradient-to-position) !important}.to-lavander-110\/100{--tw-gradient-to: rgb(42 17 161 / 1) var(--tw-gradient-to-position) !important}.to-lavander-110\/20{--tw-gradient-to: rgb(42 17 161 / .2) var(--tw-gradient-to-position) !important}.to-lavander-110\/45{--tw-gradient-to: rgb(42 17 161 / .45) var(--tw-gradient-to-position) !important}.to-lavander-110\/50{--tw-gradient-to: rgb(42 17 161 / .5) var(--tw-gradient-to-position) !important}.to-lavander-110\/60{--tw-gradient-to: rgb(42 17 161 / .6) var(--tw-gradient-to-position) !important}.to-lavander-110\/65{--tw-gradient-to: rgb(42 17 161 / .65) var(--tw-gradient-to-position) !important}.to-lavander-110\/75{--tw-gradient-to: rgb(42 17 161 / .75) var(--tw-gradient-to-position) !important}.to-lavander-110\/85{--tw-gradient-to: rgb(42 17 161 / .85) var(--tw-gradient-to-position) !important}.to-lavander-120{--tw-gradient-to: #240094 var(--tw-gradient-to-position) !important}.to-lavander-120\/0{--tw-gradient-to: rgb(36 0 148 / 0) var(--tw-gradient-to-position) !important}.to-lavander-120\/100{--tw-gradient-to: rgb(36 0 148 / 1) var(--tw-gradient-to-position) !important}.to-lavander-120\/20{--tw-gradient-to: rgb(36 0 148 / .2) var(--tw-gradient-to-position) !important}.to-lavander-120\/45{--tw-gradient-to: rgb(36 0 148 / .45) var(--tw-gradient-to-position) !important}.to-lavander-120\/50{--tw-gradient-to: rgb(36 0 148 / .5) var(--tw-gradient-to-position) !important}.to-lavander-120\/60{--tw-gradient-to: rgb(36 0 148 / .6) var(--tw-gradient-to-position) !important}.to-lavander-120\/65{--tw-gradient-to: rgb(36 0 148 / .65) var(--tw-gradient-to-position) !important}.to-lavander-120\/75{--tw-gradient-to: rgb(36 0 148 / .75) var(--tw-gradient-to-position) !important}.to-lavander-120\/85{--tw-gradient-to: rgb(36 0 148 / .85) var(--tw-gradient-to-position) !important}.to-lavander-130{--tw-gradient-to: #1F0087 var(--tw-gradient-to-position) !important}.to-lavander-130\/0{--tw-gradient-to: rgb(31 0 135 / 0) var(--tw-gradient-to-position) !important}.to-lavander-130\/100{--tw-gradient-to: rgb(31 0 135 / 1) var(--tw-gradient-to-position) !important}.to-lavander-130\/20{--tw-gradient-to: rgb(31 0 135 / .2) var(--tw-gradient-to-position) !important}.to-lavander-130\/45{--tw-gradient-to: rgb(31 0 135 / .45) var(--tw-gradient-to-position) !important}.to-lavander-130\/50{--tw-gradient-to: rgb(31 0 135 / .5) var(--tw-gradient-to-position) !important}.to-lavander-130\/60{--tw-gradient-to: rgb(31 0 135 / .6) var(--tw-gradient-to-position) !important}.to-lavander-130\/65{--tw-gradient-to: rgb(31 0 135 / .65) var(--tw-gradient-to-position) !important}.to-lavander-130\/75{--tw-gradient-to: rgb(31 0 135 / .75) var(--tw-gradient-to-position) !important}.to-lavander-130\/85{--tw-gradient-to: rgb(31 0 135 / .85) var(--tw-gradient-to-position) !important}.to-lavander-140{--tw-gradient-to: #1B007A var(--tw-gradient-to-position) !important}.to-lavander-140\/0{--tw-gradient-to: rgb(27 0 122 / 0) var(--tw-gradient-to-position) !important}.to-lavander-140\/100{--tw-gradient-to: rgb(27 0 122 / 1) var(--tw-gradient-to-position) !important}.to-lavander-140\/20{--tw-gradient-to: rgb(27 0 122 / .2) var(--tw-gradient-to-position) !important}.to-lavander-140\/45{--tw-gradient-to: rgb(27 0 122 / .45) var(--tw-gradient-to-position) !important}.to-lavander-140\/50{--tw-gradient-to: rgb(27 0 122 / .5) var(--tw-gradient-to-position) !important}.to-lavander-140\/60{--tw-gradient-to: rgb(27 0 122 / .6) var(--tw-gradient-to-position) !important}.to-lavander-140\/65{--tw-gradient-to: rgb(27 0 122 / .65) var(--tw-gradient-to-position) !important}.to-lavander-140\/75{--tw-gradient-to: rgb(27 0 122 / .75) var(--tw-gradient-to-position) !important}.to-lavander-140\/85{--tw-gradient-to: rgb(27 0 122 / .85) var(--tw-gradient-to-position) !important}.to-lavander-150{--tw-gradient-to: #18006E var(--tw-gradient-to-position) !important}.to-lavander-150\/0{--tw-gradient-to: rgb(24 0 110 / 0) var(--tw-gradient-to-position) !important}.to-lavander-150\/100{--tw-gradient-to: rgb(24 0 110 / 1) var(--tw-gradient-to-position) !important}.to-lavander-150\/20{--tw-gradient-to: rgb(24 0 110 / .2) var(--tw-gradient-to-position) !important}.to-lavander-150\/45{--tw-gradient-to: rgb(24 0 110 / .45) var(--tw-gradient-to-position) !important}.to-lavander-150\/50{--tw-gradient-to: rgb(24 0 110 / .5) var(--tw-gradient-to-position) !important}.to-lavander-150\/60{--tw-gradient-to: rgb(24 0 110 / .6) var(--tw-gradient-to-position) !important}.to-lavander-150\/65{--tw-gradient-to: rgb(24 0 110 / .65) var(--tw-gradient-to-position) !important}.to-lavander-150\/75{--tw-gradient-to: rgb(24 0 110 / .75) var(--tw-gradient-to-position) !important}.to-lavander-150\/85{--tw-gradient-to: rgb(24 0 110 / .85) var(--tw-gradient-to-position) !important}.to-lavander-160{--tw-gradient-to: #16005F var(--tw-gradient-to-position) !important}.to-lavander-160\/0{--tw-gradient-to: rgb(22 0 95 / 0) var(--tw-gradient-to-position) !important}.to-lavander-160\/100{--tw-gradient-to: rgb(22 0 95 / 1) var(--tw-gradient-to-position) !important}.to-lavander-160\/20{--tw-gradient-to: rgb(22 0 95 / .2) var(--tw-gradient-to-position) !important}.to-lavander-160\/45{--tw-gradient-to: rgb(22 0 95 / .45) var(--tw-gradient-to-position) !important}.to-lavander-160\/50{--tw-gradient-to: rgb(22 0 95 / .5) var(--tw-gradient-to-position) !important}.to-lavander-160\/60{--tw-gradient-to: rgb(22 0 95 / .6) var(--tw-gradient-to-position) !important}.to-lavander-160\/65{--tw-gradient-to: rgb(22 0 95 / .65) var(--tw-gradient-to-position) !important}.to-lavander-160\/75{--tw-gradient-to: rgb(22 0 95 / .75) var(--tw-gradient-to-position) !important}.to-lavander-160\/85{--tw-gradient-to: rgb(22 0 95 / .85) var(--tw-gradient-to-position) !important}.to-lavander-20{--tw-gradient-to: #E3E8FA var(--tw-gradient-to-position) !important}.to-lavander-20\/0{--tw-gradient-to: rgb(227 232 250 / 0) var(--tw-gradient-to-position) !important}.to-lavander-20\/100{--tw-gradient-to: rgb(227 232 250 / 1) var(--tw-gradient-to-position) !important}.to-lavander-20\/20{--tw-gradient-to: rgb(227 232 250 / .2) var(--tw-gradient-to-position) !important}.to-lavander-20\/45{--tw-gradient-to: rgb(227 232 250 / .45) var(--tw-gradient-to-position) !important}.to-lavander-20\/50{--tw-gradient-to: rgb(227 232 250 / .5) var(--tw-gradient-to-position) !important}.to-lavander-20\/60{--tw-gradient-to: rgb(227 232 250 / .6) var(--tw-gradient-to-position) !important}.to-lavander-20\/65{--tw-gradient-to: rgb(227 232 250 / .65) var(--tw-gradient-to-position) !important}.to-lavander-20\/75{--tw-gradient-to: rgb(227 232 250 / .75) var(--tw-gradient-to-position) !important}.to-lavander-20\/85{--tw-gradient-to: rgb(227 232 250 / .85) var(--tw-gradient-to-position) !important}.to-lavander-30{--tw-gradient-to: #C9D1F5 var(--tw-gradient-to-position) !important}.to-lavander-30\/0{--tw-gradient-to: rgb(201 209 245 / 0) var(--tw-gradient-to-position) !important}.to-lavander-30\/100{--tw-gradient-to: rgb(201 209 245 / 1) var(--tw-gradient-to-position) !important}.to-lavander-30\/20{--tw-gradient-to: rgb(201 209 245 / .2) var(--tw-gradient-to-position) !important}.to-lavander-30\/45{--tw-gradient-to: rgb(201 209 245 / .45) var(--tw-gradient-to-position) !important}.to-lavander-30\/50{--tw-gradient-to: rgb(201 209 245 / .5) var(--tw-gradient-to-position) !important}.to-lavander-30\/60{--tw-gradient-to: rgb(201 209 245 / .6) var(--tw-gradient-to-position) !important}.to-lavander-30\/65{--tw-gradient-to: rgb(201 209 245 / .65) var(--tw-gradient-to-position) !important}.to-lavander-30\/75{--tw-gradient-to: rgb(201 209 245 / .75) var(--tw-gradient-to-position) !important}.to-lavander-30\/85{--tw-gradient-to: rgb(201 209 245 / .85) var(--tw-gradient-to-position) !important}.to-lavander-40{--tw-gradient-to: #AEB9EF var(--tw-gradient-to-position) !important}.to-lavander-40\/0{--tw-gradient-to: rgb(174 185 239 / 0) var(--tw-gradient-to-position) !important}.to-lavander-40\/100{--tw-gradient-to: rgb(174 185 239 / 1) var(--tw-gradient-to-position) !important}.to-lavander-40\/20{--tw-gradient-to: rgb(174 185 239 / .2) var(--tw-gradient-to-position) !important}.to-lavander-40\/45{--tw-gradient-to: rgb(174 185 239 / .45) var(--tw-gradient-to-position) !important}.to-lavander-40\/50{--tw-gradient-to: rgb(174 185 239 / .5) var(--tw-gradient-to-position) !important}.to-lavander-40\/60{--tw-gradient-to: rgb(174 185 239 / .6) var(--tw-gradient-to-position) !important}.to-lavander-40\/65{--tw-gradient-to: rgb(174 185 239 / .65) var(--tw-gradient-to-position) !important}.to-lavander-40\/75{--tw-gradient-to: rgb(174 185 239 / .75) var(--tw-gradient-to-position) !important}.to-lavander-40\/85{--tw-gradient-to: rgb(174 185 239 / .85) var(--tw-gradient-to-position) !important}.to-lavander-50{--tw-gradient-to: #95A2E8 var(--tw-gradient-to-position) !important}.to-lavander-50\/0{--tw-gradient-to: rgb(149 162 232 / 0) var(--tw-gradient-to-position) !important}.to-lavander-50\/100{--tw-gradient-to: rgb(149 162 232 / 1) var(--tw-gradient-to-position) !important}.to-lavander-50\/20{--tw-gradient-to: rgb(149 162 232 / .2) var(--tw-gradient-to-position) !important}.to-lavander-50\/45{--tw-gradient-to: rgb(149 162 232 / .45) var(--tw-gradient-to-position) !important}.to-lavander-50\/50{--tw-gradient-to: rgb(149 162 232 / .5) var(--tw-gradient-to-position) !important}.to-lavander-50\/60{--tw-gradient-to: rgb(149 162 232 / .6) var(--tw-gradient-to-position) !important}.to-lavander-50\/65{--tw-gradient-to: rgb(149 162 232 / .65) var(--tw-gradient-to-position) !important}.to-lavander-50\/75{--tw-gradient-to: rgb(149 162 232 / .75) var(--tw-gradient-to-position) !important}.to-lavander-50\/85{--tw-gradient-to: rgb(149 162 232 / .85) var(--tw-gradient-to-position) !important}.to-lavander-60{--tw-gradient-to: #7D8BE0 var(--tw-gradient-to-position) !important}.to-lavander-60\/0{--tw-gradient-to: rgb(125 139 224 / 0) var(--tw-gradient-to-position) !important}.to-lavander-60\/100{--tw-gradient-to: rgb(125 139 224 / 1) var(--tw-gradient-to-position) !important}.to-lavander-60\/20{--tw-gradient-to: rgb(125 139 224 / .2) var(--tw-gradient-to-position) !important}.to-lavander-60\/45{--tw-gradient-to: rgb(125 139 224 / .45) var(--tw-gradient-to-position) !important}.to-lavander-60\/50{--tw-gradient-to: rgb(125 139 224 / .5) var(--tw-gradient-to-position) !important}.to-lavander-60\/60{--tw-gradient-to: rgb(125 139 224 / .6) var(--tw-gradient-to-position) !important}.to-lavander-60\/65{--tw-gradient-to: rgb(125 139 224 / .65) var(--tw-gradient-to-position) !important}.to-lavander-60\/75{--tw-gradient-to: rgb(125 139 224 / .75) var(--tw-gradient-to-position) !important}.to-lavander-60\/85{--tw-gradient-to: rgb(125 139 224 / .85) var(--tw-gradient-to-position) !important}.to-lavander-70{--tw-gradient-to: #6773D8 var(--tw-gradient-to-position) !important}.to-lavander-70\/0{--tw-gradient-to: rgb(103 115 216 / 0) var(--tw-gradient-to-position) !important}.to-lavander-70\/100{--tw-gradient-to: rgb(103 115 216 / 1) var(--tw-gradient-to-position) !important}.to-lavander-70\/20{--tw-gradient-to: rgb(103 115 216 / .2) var(--tw-gradient-to-position) !important}.to-lavander-70\/45{--tw-gradient-to: rgb(103 115 216 / .45) var(--tw-gradient-to-position) !important}.to-lavander-70\/50{--tw-gradient-to: rgb(103 115 216 / .5) var(--tw-gradient-to-position) !important}.to-lavander-70\/60{--tw-gradient-to: rgb(103 115 216 / .6) var(--tw-gradient-to-position) !important}.to-lavander-70\/65{--tw-gradient-to: rgb(103 115 216 / .65) var(--tw-gradient-to-position) !important}.to-lavander-70\/75{--tw-gradient-to: rgb(103 115 216 / .75) var(--tw-gradient-to-position) !important}.to-lavander-70\/85{--tw-gradient-to: rgb(103 115 216 / .85) var(--tw-gradient-to-position) !important}.to-lavander-80{--tw-gradient-to: #525ACF var(--tw-gradient-to-position) !important}.to-lavander-80\/0{--tw-gradient-to: rgb(82 90 207 / 0) var(--tw-gradient-to-position) !important}.to-lavander-80\/100{--tw-gradient-to: rgb(82 90 207 / 1) var(--tw-gradient-to-position) !important}.to-lavander-80\/20{--tw-gradient-to: rgb(82 90 207 / .2) var(--tw-gradient-to-position) !important}.to-lavander-80\/45{--tw-gradient-to: rgb(82 90 207 / .45) var(--tw-gradient-to-position) !important}.to-lavander-80\/50{--tw-gradient-to: rgb(82 90 207 / .5) var(--tw-gradient-to-position) !important}.to-lavander-80\/60{--tw-gradient-to: rgb(82 90 207 / .6) var(--tw-gradient-to-position) !important}.to-lavander-80\/65{--tw-gradient-to: rgb(82 90 207 / .65) var(--tw-gradient-to-position) !important}.to-lavander-80\/75{--tw-gradient-to: rgb(82 90 207 / .75) var(--tw-gradient-to-position) !important}.to-lavander-80\/85{--tw-gradient-to: rgb(82 90 207 / .85) var(--tw-gradient-to-position) !important}.to-lavander-90{--tw-gradient-to: #403EC6 var(--tw-gradient-to-position) !important}.to-lavander-90\/0{--tw-gradient-to: rgb(64 62 198 / 0) var(--tw-gradient-to-position) !important}.to-lavander-90\/100{--tw-gradient-to: rgb(64 62 198 / 1) var(--tw-gradient-to-position) !important}.to-lavander-90\/20{--tw-gradient-to: rgb(64 62 198 / .2) var(--tw-gradient-to-position) !important}.to-lavander-90\/45{--tw-gradient-to: rgb(64 62 198 / .45) var(--tw-gradient-to-position) !important}.to-lavander-90\/50{--tw-gradient-to: rgb(64 62 198 / .5) var(--tw-gradient-to-position) !important}.to-lavander-90\/60{--tw-gradient-to: rgb(64 62 198 / .6) var(--tw-gradient-to-position) !important}.to-lavander-90\/65{--tw-gradient-to: rgb(64 62 198 / .65) var(--tw-gradient-to-position) !important}.to-lavander-90\/75{--tw-gradient-to: rgb(64 62 198 / .75) var(--tw-gradient-to-position) !important}.to-lavander-90\/85{--tw-gradient-to: rgb(64 62 198 / .85) var(--tw-gradient-to-position) !important}.to-mint-10{--tw-gradient-to: #F3FAF9 var(--tw-gradient-to-position) !important}.to-mint-10\/0{--tw-gradient-to: rgb(243 250 249 / 0) var(--tw-gradient-to-position) !important}.to-mint-10\/100{--tw-gradient-to: rgb(243 250 249 / 1) var(--tw-gradient-to-position) !important}.to-mint-10\/20{--tw-gradient-to: rgb(243 250 249 / .2) var(--tw-gradient-to-position) !important}.to-mint-10\/45{--tw-gradient-to: rgb(243 250 249 / .45) var(--tw-gradient-to-position) !important}.to-mint-10\/50{--tw-gradient-to: rgb(243 250 249 / .5) var(--tw-gradient-to-position) !important}.to-mint-10\/60{--tw-gradient-to: rgb(243 250 249 / .6) var(--tw-gradient-to-position) !important}.to-mint-10\/65{--tw-gradient-to: rgb(243 250 249 / .65) var(--tw-gradient-to-position) !important}.to-mint-10\/75{--tw-gradient-to: rgb(243 250 249 / .75) var(--tw-gradient-to-position) !important}.to-mint-10\/85{--tw-gradient-to: rgb(243 250 249 / .85) var(--tw-gradient-to-position) !important}.to-mint-100{--tw-gradient-to: #008C87 var(--tw-gradient-to-position) !important}.to-mint-100\/0{--tw-gradient-to: rgb(0 140 135 / 0) var(--tw-gradient-to-position) !important}.to-mint-100\/100{--tw-gradient-to: rgb(0 140 135 / 1) var(--tw-gradient-to-position) !important}.to-mint-100\/20{--tw-gradient-to: rgb(0 140 135 / .2) var(--tw-gradient-to-position) !important}.to-mint-100\/45{--tw-gradient-to: rgb(0 140 135 / .45) var(--tw-gradient-to-position) !important}.to-mint-100\/50{--tw-gradient-to: rgb(0 140 135 / .5) var(--tw-gradient-to-position) !important}.to-mint-100\/60{--tw-gradient-to: rgb(0 140 135 / .6) var(--tw-gradient-to-position) !important}.to-mint-100\/65{--tw-gradient-to: rgb(0 140 135 / .65) var(--tw-gradient-to-position) !important}.to-mint-100\/75{--tw-gradient-to: rgb(0 140 135 / .75) var(--tw-gradient-to-position) !important}.to-mint-100\/85{--tw-gradient-to: rgb(0 140 135 / .85) var(--tw-gradient-to-position) !important}.to-mint-110{--tw-gradient-to: #007671 var(--tw-gradient-to-position) !important}.to-mint-110\/0{--tw-gradient-to: rgb(0 118 113 / 0) var(--tw-gradient-to-position) !important}.to-mint-110\/100{--tw-gradient-to: rgb(0 118 113 / 1) var(--tw-gradient-to-position) !important}.to-mint-110\/20{--tw-gradient-to: rgb(0 118 113 / .2) var(--tw-gradient-to-position) !important}.to-mint-110\/45{--tw-gradient-to: rgb(0 118 113 / .45) var(--tw-gradient-to-position) !important}.to-mint-110\/50{--tw-gradient-to: rgb(0 118 113 / .5) var(--tw-gradient-to-position) !important}.to-mint-110\/60{--tw-gradient-to: rgb(0 118 113 / .6) var(--tw-gradient-to-position) !important}.to-mint-110\/65{--tw-gradient-to: rgb(0 118 113 / .65) var(--tw-gradient-to-position) !important}.to-mint-110\/75{--tw-gradient-to: rgb(0 118 113 / .75) var(--tw-gradient-to-position) !important}.to-mint-110\/85{--tw-gradient-to: rgb(0 118 113 / .85) var(--tw-gradient-to-position) !important}.to-mint-120{--tw-gradient-to: #006662 var(--tw-gradient-to-position) !important}.to-mint-120\/0{--tw-gradient-to: rgb(0 102 98 / 0) var(--tw-gradient-to-position) !important}.to-mint-120\/100{--tw-gradient-to: rgb(0 102 98 / 1) var(--tw-gradient-to-position) !important}.to-mint-120\/20{--tw-gradient-to: rgb(0 102 98 / .2) var(--tw-gradient-to-position) !important}.to-mint-120\/45{--tw-gradient-to: rgb(0 102 98 / .45) var(--tw-gradient-to-position) !important}.to-mint-120\/50{--tw-gradient-to: rgb(0 102 98 / .5) var(--tw-gradient-to-position) !important}.to-mint-120\/60{--tw-gradient-to: rgb(0 102 98 / .6) var(--tw-gradient-to-position) !important}.to-mint-120\/65{--tw-gradient-to: rgb(0 102 98 / .65) var(--tw-gradient-to-position) !important}.to-mint-120\/75{--tw-gradient-to: rgb(0 102 98 / .75) var(--tw-gradient-to-position) !important}.to-mint-120\/85{--tw-gradient-to: rgb(0 102 98 / .85) var(--tw-gradient-to-position) !important}.to-mint-130{--tw-gradient-to: #005652 var(--tw-gradient-to-position) !important}.to-mint-130\/0{--tw-gradient-to: rgb(0 86 82 / 0) var(--tw-gradient-to-position) !important}.to-mint-130\/100{--tw-gradient-to: rgb(0 86 82 / 1) var(--tw-gradient-to-position) !important}.to-mint-130\/20{--tw-gradient-to: rgb(0 86 82 / .2) var(--tw-gradient-to-position) !important}.to-mint-130\/45{--tw-gradient-to: rgb(0 86 82 / .45) var(--tw-gradient-to-position) !important}.to-mint-130\/50{--tw-gradient-to: rgb(0 86 82 / .5) var(--tw-gradient-to-position) !important}.to-mint-130\/60{--tw-gradient-to: rgb(0 86 82 / .6) var(--tw-gradient-to-position) !important}.to-mint-130\/65{--tw-gradient-to: rgb(0 86 82 / .65) var(--tw-gradient-to-position) !important}.to-mint-130\/75{--tw-gradient-to: rgb(0 86 82 / .75) var(--tw-gradient-to-position) !important}.to-mint-130\/85{--tw-gradient-to: rgb(0 86 82 / .85) var(--tw-gradient-to-position) !important}.to-mint-140{--tw-gradient-to: #004542 var(--tw-gradient-to-position) !important}.to-mint-140\/0{--tw-gradient-to: rgb(0 69 66 / 0) var(--tw-gradient-to-position) !important}.to-mint-140\/100{--tw-gradient-to: rgb(0 69 66 / 1) var(--tw-gradient-to-position) !important}.to-mint-140\/20{--tw-gradient-to: rgb(0 69 66 / .2) var(--tw-gradient-to-position) !important}.to-mint-140\/45{--tw-gradient-to: rgb(0 69 66 / .45) var(--tw-gradient-to-position) !important}.to-mint-140\/50{--tw-gradient-to: rgb(0 69 66 / .5) var(--tw-gradient-to-position) !important}.to-mint-140\/60{--tw-gradient-to: rgb(0 69 66 / .6) var(--tw-gradient-to-position) !important}.to-mint-140\/65{--tw-gradient-to: rgb(0 69 66 / .65) var(--tw-gradient-to-position) !important}.to-mint-140\/75{--tw-gradient-to: rgb(0 69 66 / .75) var(--tw-gradient-to-position) !important}.to-mint-140\/85{--tw-gradient-to: rgb(0 69 66 / .85) var(--tw-gradient-to-position) !important}.to-mint-150{--tw-gradient-to: #003735 var(--tw-gradient-to-position) !important}.to-mint-150\/0{--tw-gradient-to: rgb(0 55 53 / 0) var(--tw-gradient-to-position) !important}.to-mint-150\/100{--tw-gradient-to: rgb(0 55 53 / 1) var(--tw-gradient-to-position) !important}.to-mint-150\/20{--tw-gradient-to: rgb(0 55 53 / .2) var(--tw-gradient-to-position) !important}.to-mint-150\/45{--tw-gradient-to: rgb(0 55 53 / .45) var(--tw-gradient-to-position) !important}.to-mint-150\/50{--tw-gradient-to: rgb(0 55 53 / .5) var(--tw-gradient-to-position) !important}.to-mint-150\/60{--tw-gradient-to: rgb(0 55 53 / .6) var(--tw-gradient-to-position) !important}.to-mint-150\/65{--tw-gradient-to: rgb(0 55 53 / .65) var(--tw-gradient-to-position) !important}.to-mint-150\/75{--tw-gradient-to: rgb(0 55 53 / .75) var(--tw-gradient-to-position) !important}.to-mint-150\/85{--tw-gradient-to: rgb(0 55 53 / .85) var(--tw-gradient-to-position) !important}.to-mint-160{--tw-gradient-to: #002624 var(--tw-gradient-to-position) !important}.to-mint-160\/0{--tw-gradient-to: rgb(0 38 36 / 0) var(--tw-gradient-to-position) !important}.to-mint-160\/100{--tw-gradient-to: rgb(0 38 36 / 1) var(--tw-gradient-to-position) !important}.to-mint-160\/20{--tw-gradient-to: rgb(0 38 36 / .2) var(--tw-gradient-to-position) !important}.to-mint-160\/45{--tw-gradient-to: rgb(0 38 36 / .45) var(--tw-gradient-to-position) !important}.to-mint-160\/50{--tw-gradient-to: rgb(0 38 36 / .5) var(--tw-gradient-to-position) !important}.to-mint-160\/60{--tw-gradient-to: rgb(0 38 36 / .6) var(--tw-gradient-to-position) !important}.to-mint-160\/65{--tw-gradient-to: rgb(0 38 36 / .65) var(--tw-gradient-to-position) !important}.to-mint-160\/75{--tw-gradient-to: rgb(0 38 36 / .75) var(--tw-gradient-to-position) !important}.to-mint-160\/85{--tw-gradient-to: rgb(0 38 36 / .85) var(--tw-gradient-to-position) !important}.to-mint-20{--tw-gradient-to: #E7F4F3 var(--tw-gradient-to-position) !important}.to-mint-20\/0{--tw-gradient-to: rgb(231 244 243 / 0) var(--tw-gradient-to-position) !important}.to-mint-20\/100{--tw-gradient-to: rgb(231 244 243 / 1) var(--tw-gradient-to-position) !important}.to-mint-20\/20{--tw-gradient-to: rgb(231 244 243 / .2) var(--tw-gradient-to-position) !important}.to-mint-20\/45{--tw-gradient-to: rgb(231 244 243 / .45) var(--tw-gradient-to-position) !important}.to-mint-20\/50{--tw-gradient-to: rgb(231 244 243 / .5) var(--tw-gradient-to-position) !important}.to-mint-20\/60{--tw-gradient-to: rgb(231 244 243 / .6) var(--tw-gradient-to-position) !important}.to-mint-20\/65{--tw-gradient-to: rgb(231 244 243 / .65) var(--tw-gradient-to-position) !important}.to-mint-20\/75{--tw-gradient-to: rgb(231 244 243 / .75) var(--tw-gradient-to-position) !important}.to-mint-20\/85{--tw-gradient-to: rgb(231 244 243 / .85) var(--tw-gradient-to-position) !important}.to-mint-30{--tw-gradient-to: #CEE9E7 var(--tw-gradient-to-position) !important}.to-mint-30\/0{--tw-gradient-to: rgb(206 233 231 / 0) var(--tw-gradient-to-position) !important}.to-mint-30\/100{--tw-gradient-to: rgb(206 233 231 / 1) var(--tw-gradient-to-position) !important}.to-mint-30\/20{--tw-gradient-to: rgb(206 233 231 / .2) var(--tw-gradient-to-position) !important}.to-mint-30\/45{--tw-gradient-to: rgb(206 233 231 / .45) var(--tw-gradient-to-position) !important}.to-mint-30\/50{--tw-gradient-to: rgb(206 233 231 / .5) var(--tw-gradient-to-position) !important}.to-mint-30\/60{--tw-gradient-to: rgb(206 233 231 / .6) var(--tw-gradient-to-position) !important}.to-mint-30\/65{--tw-gradient-to: rgb(206 233 231 / .65) var(--tw-gradient-to-position) !important}.to-mint-30\/75{--tw-gradient-to: rgb(206 233 231 / .75) var(--tw-gradient-to-position) !important}.to-mint-30\/85{--tw-gradient-to: rgb(206 233 231 / .85) var(--tw-gradient-to-position) !important}.to-mint-40{--tw-gradient-to: #B5DEDA var(--tw-gradient-to-position) !important}.to-mint-40\/0{--tw-gradient-to: rgb(181 222 218 / 0) var(--tw-gradient-to-position) !important}.to-mint-40\/100{--tw-gradient-to: rgb(181 222 218 / 1) var(--tw-gradient-to-position) !important}.to-mint-40\/20{--tw-gradient-to: rgb(181 222 218 / .2) var(--tw-gradient-to-position) !important}.to-mint-40\/45{--tw-gradient-to: rgb(181 222 218 / .45) var(--tw-gradient-to-position) !important}.to-mint-40\/50{--tw-gradient-to: rgb(181 222 218 / .5) var(--tw-gradient-to-position) !important}.to-mint-40\/60{--tw-gradient-to: rgb(181 222 218 / .6) var(--tw-gradient-to-position) !important}.to-mint-40\/65{--tw-gradient-to: rgb(181 222 218 / .65) var(--tw-gradient-to-position) !important}.to-mint-40\/75{--tw-gradient-to: rgb(181 222 218 / .75) var(--tw-gradient-to-position) !important}.to-mint-40\/85{--tw-gradient-to: rgb(181 222 218 / .85) var(--tw-gradient-to-position) !important}.to-mint-50{--tw-gradient-to: #9CD3CF var(--tw-gradient-to-position) !important}.to-mint-50\/0{--tw-gradient-to: rgb(156 211 207 / 0) var(--tw-gradient-to-position) !important}.to-mint-50\/100{--tw-gradient-to: rgb(156 211 207 / 1) var(--tw-gradient-to-position) !important}.to-mint-50\/20{--tw-gradient-to: rgb(156 211 207 / .2) var(--tw-gradient-to-position) !important}.to-mint-50\/45{--tw-gradient-to: rgb(156 211 207 / .45) var(--tw-gradient-to-position) !important}.to-mint-50\/50{--tw-gradient-to: rgb(156 211 207 / .5) var(--tw-gradient-to-position) !important}.to-mint-50\/60{--tw-gradient-to: rgb(156 211 207 / .6) var(--tw-gradient-to-position) !important}.to-mint-50\/65{--tw-gradient-to: rgb(156 211 207 / .65) var(--tw-gradient-to-position) !important}.to-mint-50\/75{--tw-gradient-to: rgb(156 211 207 / .75) var(--tw-gradient-to-position) !important}.to-mint-50\/85{--tw-gradient-to: rgb(156 211 207 / .85) var(--tw-gradient-to-position) !important}.to-mint-60{--tw-gradient-to: #82C8C3 var(--tw-gradient-to-position) !important}.to-mint-60\/0{--tw-gradient-to: rgb(130 200 195 / 0) var(--tw-gradient-to-position) !important}.to-mint-60\/100{--tw-gradient-to: rgb(130 200 195 / 1) var(--tw-gradient-to-position) !important}.to-mint-60\/20{--tw-gradient-to: rgb(130 200 195 / .2) var(--tw-gradient-to-position) !important}.to-mint-60\/45{--tw-gradient-to: rgb(130 200 195 / .45) var(--tw-gradient-to-position) !important}.to-mint-60\/50{--tw-gradient-to: rgb(130 200 195 / .5) var(--tw-gradient-to-position) !important}.to-mint-60\/60{--tw-gradient-to: rgb(130 200 195 / .6) var(--tw-gradient-to-position) !important}.to-mint-60\/65{--tw-gradient-to: rgb(130 200 195 / .65) var(--tw-gradient-to-position) !important}.to-mint-60\/75{--tw-gradient-to: rgb(130 200 195 / .75) var(--tw-gradient-to-position) !important}.to-mint-60\/85{--tw-gradient-to: rgb(130 200 195 / .85) var(--tw-gradient-to-position) !important}.to-mint-70{--tw-gradient-to: #66BCB7 var(--tw-gradient-to-position) !important}.to-mint-70\/0{--tw-gradient-to: rgb(102 188 183 / 0) var(--tw-gradient-to-position) !important}.to-mint-70\/100{--tw-gradient-to: rgb(102 188 183 / 1) var(--tw-gradient-to-position) !important}.to-mint-70\/20{--tw-gradient-to: rgb(102 188 183 / .2) var(--tw-gradient-to-position) !important}.to-mint-70\/45{--tw-gradient-to: rgb(102 188 183 / .45) var(--tw-gradient-to-position) !important}.to-mint-70\/50{--tw-gradient-to: rgb(102 188 183 / .5) var(--tw-gradient-to-position) !important}.to-mint-70\/60{--tw-gradient-to: rgb(102 188 183 / .6) var(--tw-gradient-to-position) !important}.to-mint-70\/65{--tw-gradient-to: rgb(102 188 183 / .65) var(--tw-gradient-to-position) !important}.to-mint-70\/75{--tw-gradient-to: rgb(102 188 183 / .75) var(--tw-gradient-to-position) !important}.to-mint-70\/85{--tw-gradient-to: rgb(102 188 183 / .85) var(--tw-gradient-to-position) !important}.to-mint-80{--tw-gradient-to: #44B1AB var(--tw-gradient-to-position) !important}.to-mint-80\/0{--tw-gradient-to: rgb(68 177 171 / 0) var(--tw-gradient-to-position) !important}.to-mint-80\/100{--tw-gradient-to: rgb(68 177 171 / 1) var(--tw-gradient-to-position) !important}.to-mint-80\/20{--tw-gradient-to: rgb(68 177 171 / .2) var(--tw-gradient-to-position) !important}.to-mint-80\/45{--tw-gradient-to: rgb(68 177 171 / .45) var(--tw-gradient-to-position) !important}.to-mint-80\/50{--tw-gradient-to: rgb(68 177 171 / .5) var(--tw-gradient-to-position) !important}.to-mint-80\/60{--tw-gradient-to: rgb(68 177 171 / .6) var(--tw-gradient-to-position) !important}.to-mint-80\/65{--tw-gradient-to: rgb(68 177 171 / .65) var(--tw-gradient-to-position) !important}.to-mint-80\/75{--tw-gradient-to: rgb(68 177 171 / .75) var(--tw-gradient-to-position) !important}.to-mint-80\/85{--tw-gradient-to: rgb(68 177 171 / .85) var(--tw-gradient-to-position) !important}.to-mint-90{--tw-gradient-to: #02A6A0 var(--tw-gradient-to-position) !important}.to-mint-90\/0{--tw-gradient-to: rgb(2 166 160 / 0) var(--tw-gradient-to-position) !important}.to-mint-90\/100{--tw-gradient-to: rgb(2 166 160 / 1) var(--tw-gradient-to-position) !important}.to-mint-90\/20{--tw-gradient-to: rgb(2 166 160 / .2) var(--tw-gradient-to-position) !important}.to-mint-90\/45{--tw-gradient-to: rgb(2 166 160 / .45) var(--tw-gradient-to-position) !important}.to-mint-90\/50{--tw-gradient-to: rgb(2 166 160 / .5) var(--tw-gradient-to-position) !important}.to-mint-90\/60{--tw-gradient-to: rgb(2 166 160 / .6) var(--tw-gradient-to-position) !important}.to-mint-90\/65{--tw-gradient-to: rgb(2 166 160 / .65) var(--tw-gradient-to-position) !important}.to-mint-90\/75{--tw-gradient-to: rgb(2 166 160 / .75) var(--tw-gradient-to-position) !important}.to-mint-90\/85{--tw-gradient-to: rgb(2 166 160 / .85) var(--tw-gradient-to-position) !important}.to-ocean-10{--tw-gradient-to: #F3F8FE var(--tw-gradient-to-position) !important}.to-ocean-10\/0{--tw-gradient-to: rgb(243 248 254 / 0) var(--tw-gradient-to-position) !important}.to-ocean-10\/100{--tw-gradient-to: rgb(243 248 254 / 1) var(--tw-gradient-to-position) !important}.to-ocean-10\/20{--tw-gradient-to: rgb(243 248 254 / .2) var(--tw-gradient-to-position) !important}.to-ocean-10\/45{--tw-gradient-to: rgb(243 248 254 / .45) var(--tw-gradient-to-position) !important}.to-ocean-10\/50{--tw-gradient-to: rgb(243 248 254 / .5) var(--tw-gradient-to-position) !important}.to-ocean-10\/60{--tw-gradient-to: rgb(243 248 254 / .6) var(--tw-gradient-to-position) !important}.to-ocean-10\/65{--tw-gradient-to: rgb(243 248 254 / .65) var(--tw-gradient-to-position) !important}.to-ocean-10\/75{--tw-gradient-to: rgb(243 248 254 / .75) var(--tw-gradient-to-position) !important}.to-ocean-10\/85{--tw-gradient-to: rgb(243 248 254 / .85) var(--tw-gradient-to-position) !important}.to-ocean-100{--tw-gradient-to: #0075C2 var(--tw-gradient-to-position) !important}.to-ocean-100\/0{--tw-gradient-to: rgb(0 117 194 / 0) var(--tw-gradient-to-position) !important}.to-ocean-100\/100{--tw-gradient-to: rgb(0 117 194 / 1) var(--tw-gradient-to-position) !important}.to-ocean-100\/20{--tw-gradient-to: rgb(0 117 194 / .2) var(--tw-gradient-to-position) !important}.to-ocean-100\/45{--tw-gradient-to: rgb(0 117 194 / .45) var(--tw-gradient-to-position) !important}.to-ocean-100\/50{--tw-gradient-to: rgb(0 117 194 / .5) var(--tw-gradient-to-position) !important}.to-ocean-100\/60{--tw-gradient-to: rgb(0 117 194 / .6) var(--tw-gradient-to-position) !important}.to-ocean-100\/65{--tw-gradient-to: rgb(0 117 194 / .65) var(--tw-gradient-to-position) !important}.to-ocean-100\/75{--tw-gradient-to: rgb(0 117 194 / .75) var(--tw-gradient-to-position) !important}.to-ocean-100\/85{--tw-gradient-to: rgb(0 117 194 / .85) var(--tw-gradient-to-position) !important}.to-ocean-110{--tw-gradient-to: #005FAB var(--tw-gradient-to-position) !important}.to-ocean-110\/0{--tw-gradient-to: rgb(0 95 171 / 0) var(--tw-gradient-to-position) !important}.to-ocean-110\/100{--tw-gradient-to: rgb(0 95 171 / 1) var(--tw-gradient-to-position) !important}.to-ocean-110\/20{--tw-gradient-to: rgb(0 95 171 / .2) var(--tw-gradient-to-position) !important}.to-ocean-110\/45{--tw-gradient-to: rgb(0 95 171 / .45) var(--tw-gradient-to-position) !important}.to-ocean-110\/50{--tw-gradient-to: rgb(0 95 171 / .5) var(--tw-gradient-to-position) !important}.to-ocean-110\/60{--tw-gradient-to: rgb(0 95 171 / .6) var(--tw-gradient-to-position) !important}.to-ocean-110\/65{--tw-gradient-to: rgb(0 95 171 / .65) var(--tw-gradient-to-position) !important}.to-ocean-110\/75{--tw-gradient-to: rgb(0 95 171 / .75) var(--tw-gradient-to-position) !important}.to-ocean-110\/85{--tw-gradient-to: rgb(0 95 171 / .85) var(--tw-gradient-to-position) !important}.to-ocean-120{--tw-gradient-to: #00509A var(--tw-gradient-to-position) !important}.to-ocean-120\/0{--tw-gradient-to: rgb(0 80 154 / 0) var(--tw-gradient-to-position) !important}.to-ocean-120\/100{--tw-gradient-to: rgb(0 80 154 / 1) var(--tw-gradient-to-position) !important}.to-ocean-120\/20{--tw-gradient-to: rgb(0 80 154 / .2) var(--tw-gradient-to-position) !important}.to-ocean-120\/45{--tw-gradient-to: rgb(0 80 154 / .45) var(--tw-gradient-to-position) !important}.to-ocean-120\/50{--tw-gradient-to: rgb(0 80 154 / .5) var(--tw-gradient-to-position) !important}.to-ocean-120\/60{--tw-gradient-to: rgb(0 80 154 / .6) var(--tw-gradient-to-position) !important}.to-ocean-120\/65{--tw-gradient-to: rgb(0 80 154 / .65) var(--tw-gradient-to-position) !important}.to-ocean-120\/75{--tw-gradient-to: rgb(0 80 154 / .75) var(--tw-gradient-to-position) !important}.to-ocean-120\/85{--tw-gradient-to: rgb(0 80 154 / .85) var(--tw-gradient-to-position) !important}.to-ocean-130{--tw-gradient-to: #004089 var(--tw-gradient-to-position) !important}.to-ocean-130\/0{--tw-gradient-to: rgb(0 64 137 / 0) var(--tw-gradient-to-position) !important}.to-ocean-130\/100{--tw-gradient-to: rgb(0 64 137 / 1) var(--tw-gradient-to-position) !important}.to-ocean-130\/20{--tw-gradient-to: rgb(0 64 137 / .2) var(--tw-gradient-to-position) !important}.to-ocean-130\/45{--tw-gradient-to: rgb(0 64 137 / .45) var(--tw-gradient-to-position) !important}.to-ocean-130\/50{--tw-gradient-to: rgb(0 64 137 / .5) var(--tw-gradient-to-position) !important}.to-ocean-130\/60{--tw-gradient-to: rgb(0 64 137 / .6) var(--tw-gradient-to-position) !important}.to-ocean-130\/65{--tw-gradient-to: rgb(0 64 137 / .65) var(--tw-gradient-to-position) !important}.to-ocean-130\/75{--tw-gradient-to: rgb(0 64 137 / .75) var(--tw-gradient-to-position) !important}.to-ocean-130\/85{--tw-gradient-to: rgb(0 64 137 / .85) var(--tw-gradient-to-position) !important}.to-ocean-140{--tw-gradient-to: #002F78 var(--tw-gradient-to-position) !important}.to-ocean-140\/0{--tw-gradient-to: rgb(0 47 120 / 0) var(--tw-gradient-to-position) !important}.to-ocean-140\/100{--tw-gradient-to: rgb(0 47 120 / 1) var(--tw-gradient-to-position) !important}.to-ocean-140\/20{--tw-gradient-to: rgb(0 47 120 / .2) var(--tw-gradient-to-position) !important}.to-ocean-140\/45{--tw-gradient-to: rgb(0 47 120 / .45) var(--tw-gradient-to-position) !important}.to-ocean-140\/50{--tw-gradient-to: rgb(0 47 120 / .5) var(--tw-gradient-to-position) !important}.to-ocean-140\/60{--tw-gradient-to: rgb(0 47 120 / .6) var(--tw-gradient-to-position) !important}.to-ocean-140\/65{--tw-gradient-to: rgb(0 47 120 / .65) var(--tw-gradient-to-position) !important}.to-ocean-140\/75{--tw-gradient-to: rgb(0 47 120 / .75) var(--tw-gradient-to-position) !important}.to-ocean-140\/85{--tw-gradient-to: rgb(0 47 120 / .85) var(--tw-gradient-to-position) !important}.to-ocean-150{--tw-gradient-to: #002069 var(--tw-gradient-to-position) !important}.to-ocean-150\/0{--tw-gradient-to: rgb(0 32 105 / 0) var(--tw-gradient-to-position) !important}.to-ocean-150\/100{--tw-gradient-to: rgb(0 32 105 / 1) var(--tw-gradient-to-position) !important}.to-ocean-150\/20{--tw-gradient-to: rgb(0 32 105 / .2) var(--tw-gradient-to-position) !important}.to-ocean-150\/45{--tw-gradient-to: rgb(0 32 105 / .45) var(--tw-gradient-to-position) !important}.to-ocean-150\/50{--tw-gradient-to: rgb(0 32 105 / .5) var(--tw-gradient-to-position) !important}.to-ocean-150\/60{--tw-gradient-to: rgb(0 32 105 / .6) var(--tw-gradient-to-position) !important}.to-ocean-150\/65{--tw-gradient-to: rgb(0 32 105 / .65) var(--tw-gradient-to-position) !important}.to-ocean-150\/75{--tw-gradient-to: rgb(0 32 105 / .75) var(--tw-gradient-to-position) !important}.to-ocean-150\/85{--tw-gradient-to: rgb(0 32 105 / .85) var(--tw-gradient-to-position) !important}.to-ocean-160{--tw-gradient-to: #000A56 var(--tw-gradient-to-position) !important}.to-ocean-160\/0{--tw-gradient-to: rgb(0 10 86 / 0) var(--tw-gradient-to-position) !important}.to-ocean-160\/100{--tw-gradient-to: rgb(0 10 86 / 1) var(--tw-gradient-to-position) !important}.to-ocean-160\/20{--tw-gradient-to: rgb(0 10 86 / .2) var(--tw-gradient-to-position) !important}.to-ocean-160\/45{--tw-gradient-to: rgb(0 10 86 / .45) var(--tw-gradient-to-position) !important}.to-ocean-160\/50{--tw-gradient-to: rgb(0 10 86 / .5) var(--tw-gradient-to-position) !important}.to-ocean-160\/60{--tw-gradient-to: rgb(0 10 86 / .6) var(--tw-gradient-to-position) !important}.to-ocean-160\/65{--tw-gradient-to: rgb(0 10 86 / .65) var(--tw-gradient-to-position) !important}.to-ocean-160\/75{--tw-gradient-to: rgb(0 10 86 / .75) var(--tw-gradient-to-position) !important}.to-ocean-160\/85{--tw-gradient-to: rgb(0 10 86 / .85) var(--tw-gradient-to-position) !important}.to-ocean-20{--tw-gradient-to: #E5F1FC var(--tw-gradient-to-position) !important}.to-ocean-20\/0{--tw-gradient-to: rgb(229 241 252 / 0) var(--tw-gradient-to-position) !important}.to-ocean-20\/100{--tw-gradient-to: rgb(229 241 252 / 1) var(--tw-gradient-to-position) !important}.to-ocean-20\/20{--tw-gradient-to: rgb(229 241 252 / .2) var(--tw-gradient-to-position) !important}.to-ocean-20\/45{--tw-gradient-to: rgb(229 241 252 / .45) var(--tw-gradient-to-position) !important}.to-ocean-20\/50{--tw-gradient-to: rgb(229 241 252 / .5) var(--tw-gradient-to-position) !important}.to-ocean-20\/60{--tw-gradient-to: rgb(229 241 252 / .6) var(--tw-gradient-to-position) !important}.to-ocean-20\/65{--tw-gradient-to: rgb(229 241 252 / .65) var(--tw-gradient-to-position) !important}.to-ocean-20\/75{--tw-gradient-to: rgb(229 241 252 / .75) var(--tw-gradient-to-position) !important}.to-ocean-20\/85{--tw-gradient-to: rgb(229 241 252 / .85) var(--tw-gradient-to-position) !important}.to-ocean-30{--tw-gradient-to: #CBE3F8 var(--tw-gradient-to-position) !important}.to-ocean-30\/0{--tw-gradient-to: rgb(203 227 248 / 0) var(--tw-gradient-to-position) !important}.to-ocean-30\/100{--tw-gradient-to: rgb(203 227 248 / 1) var(--tw-gradient-to-position) !important}.to-ocean-30\/20{--tw-gradient-to: rgb(203 227 248 / .2) var(--tw-gradient-to-position) !important}.to-ocean-30\/45{--tw-gradient-to: rgb(203 227 248 / .45) var(--tw-gradient-to-position) !important}.to-ocean-30\/50{--tw-gradient-to: rgb(203 227 248 / .5) var(--tw-gradient-to-position) !important}.to-ocean-30\/60{--tw-gradient-to: rgb(203 227 248 / .6) var(--tw-gradient-to-position) !important}.to-ocean-30\/65{--tw-gradient-to: rgb(203 227 248 / .65) var(--tw-gradient-to-position) !important}.to-ocean-30\/75{--tw-gradient-to: rgb(203 227 248 / .75) var(--tw-gradient-to-position) !important}.to-ocean-30\/85{--tw-gradient-to: rgb(203 227 248 / .85) var(--tw-gradient-to-position) !important}.to-ocean-40{--tw-gradient-to: #B1D5F4 var(--tw-gradient-to-position) !important}.to-ocean-40\/0{--tw-gradient-to: rgb(177 213 244 / 0) var(--tw-gradient-to-position) !important}.to-ocean-40\/100{--tw-gradient-to: rgb(177 213 244 / 1) var(--tw-gradient-to-position) !important}.to-ocean-40\/20{--tw-gradient-to: rgb(177 213 244 / .2) var(--tw-gradient-to-position) !important}.to-ocean-40\/45{--tw-gradient-to: rgb(177 213 244 / .45) var(--tw-gradient-to-position) !important}.to-ocean-40\/50{--tw-gradient-to: rgb(177 213 244 / .5) var(--tw-gradient-to-position) !important}.to-ocean-40\/60{--tw-gradient-to: rgb(177 213 244 / .6) var(--tw-gradient-to-position) !important}.to-ocean-40\/65{--tw-gradient-to: rgb(177 213 244 / .65) var(--tw-gradient-to-position) !important}.to-ocean-40\/75{--tw-gradient-to: rgb(177 213 244 / .75) var(--tw-gradient-to-position) !important}.to-ocean-40\/85{--tw-gradient-to: rgb(177 213 244 / .85) var(--tw-gradient-to-position) !important}.to-ocean-50{--tw-gradient-to: #97C7F0 var(--tw-gradient-to-position) !important}.to-ocean-50\/0{--tw-gradient-to: rgb(151 199 240 / 0) var(--tw-gradient-to-position) !important}.to-ocean-50\/100{--tw-gradient-to: rgb(151 199 240 / 1) var(--tw-gradient-to-position) !important}.to-ocean-50\/20{--tw-gradient-to: rgb(151 199 240 / .2) var(--tw-gradient-to-position) !important}.to-ocean-50\/45{--tw-gradient-to: rgb(151 199 240 / .45) var(--tw-gradient-to-position) !important}.to-ocean-50\/50{--tw-gradient-to: rgb(151 199 240 / .5) var(--tw-gradient-to-position) !important}.to-ocean-50\/60{--tw-gradient-to: rgb(151 199 240 / .6) var(--tw-gradient-to-position) !important}.to-ocean-50\/65{--tw-gradient-to: rgb(151 199 240 / .65) var(--tw-gradient-to-position) !important}.to-ocean-50\/75{--tw-gradient-to: rgb(151 199 240 / .75) var(--tw-gradient-to-position) !important}.to-ocean-50\/85{--tw-gradient-to: rgb(151 199 240 / .85) var(--tw-gradient-to-position) !important}.to-ocean-60{--tw-gradient-to: #7BB9EC var(--tw-gradient-to-position) !important}.to-ocean-60\/0{--tw-gradient-to: rgb(123 185 236 / 0) var(--tw-gradient-to-position) !important}.to-ocean-60\/100{--tw-gradient-to: rgb(123 185 236 / 1) var(--tw-gradient-to-position) !important}.to-ocean-60\/20{--tw-gradient-to: rgb(123 185 236 / .2) var(--tw-gradient-to-position) !important}.to-ocean-60\/45{--tw-gradient-to: rgb(123 185 236 / .45) var(--tw-gradient-to-position) !important}.to-ocean-60\/50{--tw-gradient-to: rgb(123 185 236 / .5) var(--tw-gradient-to-position) !important}.to-ocean-60\/60{--tw-gradient-to: rgb(123 185 236 / .6) var(--tw-gradient-to-position) !important}.to-ocean-60\/65{--tw-gradient-to: rgb(123 185 236 / .65) var(--tw-gradient-to-position) !important}.to-ocean-60\/75{--tw-gradient-to: rgb(123 185 236 / .75) var(--tw-gradient-to-position) !important}.to-ocean-60\/85{--tw-gradient-to: rgb(123 185 236 / .85) var(--tw-gradient-to-position) !important}.to-ocean-70{--tw-gradient-to: #5FAAE7 var(--tw-gradient-to-position) !important}.to-ocean-70\/0{--tw-gradient-to: rgb(95 170 231 / 0) var(--tw-gradient-to-position) !important}.to-ocean-70\/100{--tw-gradient-to: rgb(95 170 231 / 1) var(--tw-gradient-to-position) !important}.to-ocean-70\/20{--tw-gradient-to: rgb(95 170 231 / .2) var(--tw-gradient-to-position) !important}.to-ocean-70\/45{--tw-gradient-to: rgb(95 170 231 / .45) var(--tw-gradient-to-position) !important}.to-ocean-70\/50{--tw-gradient-to: rgb(95 170 231 / .5) var(--tw-gradient-to-position) !important}.to-ocean-70\/60{--tw-gradient-to: rgb(95 170 231 / .6) var(--tw-gradient-to-position) !important}.to-ocean-70\/65{--tw-gradient-to: rgb(95 170 231 / .65) var(--tw-gradient-to-position) !important}.to-ocean-70\/75{--tw-gradient-to: rgb(95 170 231 / .75) var(--tw-gradient-to-position) !important}.to-ocean-70\/85{--tw-gradient-to: rgb(95 170 231 / .85) var(--tw-gradient-to-position) !important}.to-ocean-80{--tw-gradient-to: #3E9CE1 var(--tw-gradient-to-position) !important}.to-ocean-80\/0{--tw-gradient-to: rgb(62 156 225 / 0) var(--tw-gradient-to-position) !important}.to-ocean-80\/100{--tw-gradient-to: rgb(62 156 225 / 1) var(--tw-gradient-to-position) !important}.to-ocean-80\/20{--tw-gradient-to: rgb(62 156 225 / .2) var(--tw-gradient-to-position) !important}.to-ocean-80\/45{--tw-gradient-to: rgb(62 156 225 / .45) var(--tw-gradient-to-position) !important}.to-ocean-80\/50{--tw-gradient-to: rgb(62 156 225 / .5) var(--tw-gradient-to-position) !important}.to-ocean-80\/60{--tw-gradient-to: rgb(62 156 225 / .6) var(--tw-gradient-to-position) !important}.to-ocean-80\/65{--tw-gradient-to: rgb(62 156 225 / .65) var(--tw-gradient-to-position) !important}.to-ocean-80\/75{--tw-gradient-to: rgb(62 156 225 / .75) var(--tw-gradient-to-position) !important}.to-ocean-80\/85{--tw-gradient-to: rgb(62 156 225 / .85) var(--tw-gradient-to-position) !important}.to-ocean-90{--tw-gradient-to: #008DDC var(--tw-gradient-to-position) !important}.to-ocean-90\/0{--tw-gradient-to: rgb(0 141 220 / 0) var(--tw-gradient-to-position) !important}.to-ocean-90\/100{--tw-gradient-to: rgb(0 141 220 / 1) var(--tw-gradient-to-position) !important}.to-ocean-90\/20{--tw-gradient-to: rgb(0 141 220 / .2) var(--tw-gradient-to-position) !important}.to-ocean-90\/45{--tw-gradient-to: rgb(0 141 220 / .45) var(--tw-gradient-to-position) !important}.to-ocean-90\/50{--tw-gradient-to: rgb(0 141 220 / .5) var(--tw-gradient-to-position) !important}.to-ocean-90\/60{--tw-gradient-to: rgb(0 141 220 / .6) var(--tw-gradient-to-position) !important}.to-ocean-90\/65{--tw-gradient-to: rgb(0 141 220 / .65) var(--tw-gradient-to-position) !important}.to-ocean-90\/75{--tw-gradient-to: rgb(0 141 220 / .75) var(--tw-gradient-to-position) !important}.to-ocean-90\/85{--tw-gradient-to: rgb(0 141 220 / .85) var(--tw-gradient-to-position) !important}.to-old-black{--tw-gradient-to: #000 var(--tw-gradient-to-position) !important}.to-old-black\/0{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important}.to-old-black\/100{--tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position) !important}.to-old-black\/20{--tw-gradient-to: rgb(0 0 0 / .2) var(--tw-gradient-to-position) !important}.to-old-black\/45{--tw-gradient-to: rgb(0 0 0 / .45) var(--tw-gradient-to-position) !important}.to-old-black\/50{--tw-gradient-to: rgb(0 0 0 / .5) var(--tw-gradient-to-position) !important}.to-old-black\/60{--tw-gradient-to: rgb(0 0 0 / .6) var(--tw-gradient-to-position) !important}.to-old-black\/65{--tw-gradient-to: rgb(0 0 0 / .65) var(--tw-gradient-to-position) !important}.to-old-black\/75{--tw-gradient-to: rgb(0 0 0 / .75) var(--tw-gradient-to-position) !important}.to-old-black\/85{--tw-gradient-to: rgb(0 0 0 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-0{--tw-gradient-to: #F4F9FF var(--tw-gradient-to-position) !important}.to-old-blue-0\/0{--tw-gradient-to: rgb(244 249 255 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-0\/100{--tw-gradient-to: rgb(244 249 255 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-0\/20{--tw-gradient-to: rgb(244 249 255 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-0\/45{--tw-gradient-to: rgb(244 249 255 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-0\/50{--tw-gradient-to: rgb(244 249 255 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-0\/60{--tw-gradient-to: rgb(244 249 255 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-0\/65{--tw-gradient-to: rgb(244 249 255 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-0\/75{--tw-gradient-to: rgb(244 249 255 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-0\/85{--tw-gradient-to: rgb(244 249 255 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-10{--tw-gradient-to: #E9F2FF var(--tw-gradient-to-position) !important}.to-old-blue-10\/0{--tw-gradient-to: rgb(233 242 255 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-10\/100{--tw-gradient-to: rgb(233 242 255 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-10\/20{--tw-gradient-to: rgb(233 242 255 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-10\/45{--tw-gradient-to: rgb(233 242 255 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-10\/50{--tw-gradient-to: rgb(233 242 255 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-10\/60{--tw-gradient-to: rgb(233 242 255 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-10\/65{--tw-gradient-to: rgb(233 242 255 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-10\/75{--tw-gradient-to: rgb(233 242 255 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-10\/85{--tw-gradient-to: rgb(233 242 255 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-100{--tw-gradient-to: #F2F5F9 var(--tw-gradient-to-position) !important}.to-old-blue-100\/0{--tw-gradient-to: rgb(242 245 249 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-100\/100{--tw-gradient-to: rgb(242 245 249 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-100\/20{--tw-gradient-to: rgb(242 245 249 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-100\/45{--tw-gradient-to: rgb(242 245 249 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-100\/50{--tw-gradient-to: rgb(242 245 249 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-100\/60{--tw-gradient-to: rgb(242 245 249 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-100\/65{--tw-gradient-to: rgb(242 245 249 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-100\/75{--tw-gradient-to: rgb(242 245 249 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-100\/85{--tw-gradient-to: rgb(242 245 249 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-20{--tw-gradient-to: #BED7FF var(--tw-gradient-to-position) !important}.to-old-blue-20\/0{--tw-gradient-to: rgb(190 215 255 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-20\/100{--tw-gradient-to: rgb(190 215 255 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-20\/20{--tw-gradient-to: rgb(190 215 255 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-20\/45{--tw-gradient-to: rgb(190 215 255 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-20\/50{--tw-gradient-to: rgb(190 215 255 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-20\/60{--tw-gradient-to: rgb(190 215 255 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-20\/65{--tw-gradient-to: rgb(190 215 255 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-20\/75{--tw-gradient-to: rgb(190 215 255 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-20\/85{--tw-gradient-to: rgb(190 215 255 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-200{--tw-gradient-to: #F0F7FD var(--tw-gradient-to-position) !important}.to-old-blue-200\/0{--tw-gradient-to: rgb(240 247 253 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-200\/100{--tw-gradient-to: rgb(240 247 253 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-200\/20{--tw-gradient-to: rgb(240 247 253 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-200\/45{--tw-gradient-to: rgb(240 247 253 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-200\/50{--tw-gradient-to: rgb(240 247 253 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-200\/60{--tw-gradient-to: rgb(240 247 253 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-200\/65{--tw-gradient-to: rgb(240 247 253 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-200\/75{--tw-gradient-to: rgb(240 247 253 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-200\/85{--tw-gradient-to: rgb(240 247 253 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-300{--tw-gradient-to: #E5EDF9 var(--tw-gradient-to-position) !important}.to-old-blue-300\/0{--tw-gradient-to: rgb(229 237 249 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-300\/100{--tw-gradient-to: rgb(229 237 249 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-300\/20{--tw-gradient-to: rgb(229 237 249 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-300\/45{--tw-gradient-to: rgb(229 237 249 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-300\/50{--tw-gradient-to: rgb(229 237 249 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-300\/60{--tw-gradient-to: rgb(229 237 249 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-300\/65{--tw-gradient-to: rgb(229 237 249 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-300\/75{--tw-gradient-to: rgb(229 237 249 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-300\/85{--tw-gradient-to: rgb(229 237 249 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-400{--tw-gradient-to: #D3E1EC var(--tw-gradient-to-position) !important}.to-old-blue-400\/0{--tw-gradient-to: rgb(211 225 236 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-400\/100{--tw-gradient-to: rgb(211 225 236 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-400\/20{--tw-gradient-to: rgb(211 225 236 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-400\/45{--tw-gradient-to: rgb(211 225 236 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-400\/50{--tw-gradient-to: rgb(211 225 236 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-400\/60{--tw-gradient-to: rgb(211 225 236 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-400\/65{--tw-gradient-to: rgb(211 225 236 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-400\/75{--tw-gradient-to: rgb(211 225 236 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-400\/85{--tw-gradient-to: rgb(211 225 236 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-500{--tw-gradient-to: #A1B6C6 var(--tw-gradient-to-position) !important}.to-old-blue-500\/0{--tw-gradient-to: rgb(161 182 198 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-500\/100{--tw-gradient-to: rgb(161 182 198 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-500\/20{--tw-gradient-to: rgb(161 182 198 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-500\/45{--tw-gradient-to: rgb(161 182 198 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-500\/50{--tw-gradient-to: rgb(161 182 198 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-500\/60{--tw-gradient-to: rgb(161 182 198 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-500\/65{--tw-gradient-to: rgb(161 182 198 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-500\/75{--tw-gradient-to: rgb(161 182 198 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-500\/85{--tw-gradient-to: rgb(161 182 198 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-600{--tw-gradient-to: #7288A3 var(--tw-gradient-to-position) !important}.to-old-blue-600\/0{--tw-gradient-to: rgb(114 136 163 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-600\/100{--tw-gradient-to: rgb(114 136 163 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-600\/20{--tw-gradient-to: rgb(114 136 163 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-600\/45{--tw-gradient-to: rgb(114 136 163 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-600\/50{--tw-gradient-to: rgb(114 136 163 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-600\/60{--tw-gradient-to: rgb(114 136 163 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-600\/65{--tw-gradient-to: rgb(114 136 163 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-600\/75{--tw-gradient-to: rgb(114 136 163 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-600\/85{--tw-gradient-to: rgb(114 136 163 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-70{--tw-gradient-to: #1466FE var(--tw-gradient-to-position) !important}.to-old-blue-70\/0{--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-70\/100{--tw-gradient-to: rgb(20 102 254 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-70\/20{--tw-gradient-to: rgb(20 102 254 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-70\/45{--tw-gradient-to: rgb(20 102 254 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-70\/50{--tw-gradient-to: rgb(20 102 254 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-70\/60{--tw-gradient-to: rgb(20 102 254 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-70\/65{--tw-gradient-to: rgb(20 102 254 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-70\/75{--tw-gradient-to: rgb(20 102 254 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-70\/85{--tw-gradient-to: rgb(20 102 254 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-700{--tw-gradient-to: #10233A var(--tw-gradient-to-position) !important}.to-old-blue-700\/0{--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-700\/100{--tw-gradient-to: rgb(16 35 58 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-700\/20{--tw-gradient-to: rgb(16 35 58 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-700\/45{--tw-gradient-to: rgb(16 35 58 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-700\/50{--tw-gradient-to: rgb(16 35 58 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-700\/60{--tw-gradient-to: rgb(16 35 58 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-700\/65{--tw-gradient-to: rgb(16 35 58 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-700\/75{--tw-gradient-to: rgb(16 35 58 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-700\/85{--tw-gradient-to: rgb(16 35 58 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-accent{--tw-gradient-to: #1B55E9 var(--tw-gradient-to-position) !important}.to-old-blue-accent\/0{--tw-gradient-to: rgb(27 85 233 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-accent\/100{--tw-gradient-to: rgb(27 85 233 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-accent\/20{--tw-gradient-to: rgb(27 85 233 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-accent\/45{--tw-gradient-to: rgb(27 85 233 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-accent\/50{--tw-gradient-to: rgb(27 85 233 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-accent\/60{--tw-gradient-to: rgb(27 85 233 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-accent\/65{--tw-gradient-to: rgb(27 85 233 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-accent\/75{--tw-gradient-to: rgb(27 85 233 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-accent\/85{--tw-gradient-to: rgb(27 85 233 / .85) var(--tw-gradient-to-position) !important}.to-old-blue-virtual{--tw-gradient-to: #3f51b5 var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/0{--tw-gradient-to: rgb(63 81 181 / 0) var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/100{--tw-gradient-to: rgb(63 81 181 / 1) var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/20{--tw-gradient-to: rgb(63 81 181 / .2) var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/45{--tw-gradient-to: rgb(63 81 181 / .45) var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/50{--tw-gradient-to: rgb(63 81 181 / .5) var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/60{--tw-gradient-to: rgb(63 81 181 / .6) var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/65{--tw-gradient-to: rgb(63 81 181 / .65) var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/75{--tw-gradient-to: rgb(63 81 181 / .75) var(--tw-gradient-to-position) !important}.to-old-blue-virtual\/85{--tw-gradient-to: rgb(63 81 181 / .85) var(--tw-gradient-to-position) !important}.to-old-current{--tw-gradient-to: currentColor var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default{--tw-gradient-to: #0c60f8 var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/0{--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/100{--tw-gradient-to: rgb(12 96 248 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/20{--tw-gradient-to: rgb(12 96 248 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/45{--tw-gradient-to: rgb(12 96 248 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/50{--tw-gradient-to: rgb(12 96 248 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/60{--tw-gradient-to: rgb(12 96 248 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/65{--tw-gradient-to: rgb(12 96 248 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/75{--tw-gradient-to: rgb(12 96 248 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-default\/85{--tw-gradient-to: rgb(12 96 248 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover{--tw-gradient-to: #0052ea var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/0{--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/100{--tw-gradient-to: rgb(0 82 234 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/20{--tw-gradient-to: rgb(0 82 234 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/45{--tw-gradient-to: rgb(0 82 234 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/50{--tw-gradient-to: rgb(0 82 234 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/60{--tw-gradient-to: rgb(0 82 234 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/65{--tw-gradient-to: rgb(0 82 234 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/75{--tw-gradient-to: rgb(0 82 234 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-hover\/85{--tw-gradient-to: rgb(0 82 234 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected{--tw-gradient-to: #0045dd var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/0{--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/100{--tw-gradient-to: rgb(0 69 221 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/20{--tw-gradient-to: rgb(0 69 221 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/45{--tw-gradient-to: rgb(0 69 221 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/50{--tw-gradient-to: rgb(0 69 221 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/60{--tw-gradient-to: rgb(0 69 221 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/65{--tw-gradient-to: rgb(0 69 221 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/75{--tw-gradient-to: rgb(0 69 221 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-accent-primary-selected\/85{--tw-gradient-to: rgb(0 69 221 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default{--tw-gradient-to: #e3eeff var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/0{--tw-gradient-to: rgb(227 238 255 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/100{--tw-gradient-to: rgb(227 238 255 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/20{--tw-gradient-to: rgb(227 238 255 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/45{--tw-gradient-to: rgb(227 238 255 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/50{--tw-gradient-to: rgb(227 238 255 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/60{--tw-gradient-to: rgb(227 238 255 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/65{--tw-gradient-to: rgb(227 238 255 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/75{--tw-gradient-to: rgb(227 238 255 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-default\/85{--tw-gradient-to: rgb(227 238 255 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover{--tw-gradient-to: #d5e6ff var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/0{--tw-gradient-to: rgb(213 230 255 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/100{--tw-gradient-to: rgb(213 230 255 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/20{--tw-gradient-to: rgb(213 230 255 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/45{--tw-gradient-to: rgb(213 230 255 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/50{--tw-gradient-to: rgb(213 230 255 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/60{--tw-gradient-to: rgb(213 230 255 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/65{--tw-gradient-to: rgb(213 230 255 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/75{--tw-gradient-to: rgb(213 230 255 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-hover\/85{--tw-gradient-to: rgb(213 230 255 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected{--tw-gradient-to: #c5dbff var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/0{--tw-gradient-to: rgb(197 219 255 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/100{--tw-gradient-to: rgb(197 219 255 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/20{--tw-gradient-to: rgb(197 219 255 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/45{--tw-gradient-to: rgb(197 219 255 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/50{--tw-gradient-to: rgb(197 219 255 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/60{--tw-gradient-to: rgb(197 219 255 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/65{--tw-gradient-to: rgb(197 219 255 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/75{--tw-gradient-to: rgb(197 219 255 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-accent-secondary-selected\/85{--tw-gradient-to: rgb(197 219 255 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default{--tw-gradient-to: #d8152d var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/0{--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/100{--tw-gradient-to: rgb(216 21 45 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/20{--tw-gradient-to: rgb(216 21 45 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/45{--tw-gradient-to: rgb(216 21 45 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/50{--tw-gradient-to: rgb(216 21 45 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/60{--tw-gradient-to: rgb(216 21 45 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/65{--tw-gradient-to: rgb(216 21 45 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/75{--tw-gradient-to: rgb(216 21 45 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-default\/85{--tw-gradient-to: rgb(216 21 45 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover{--tw-gradient-to: #c5001b var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/0{--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/100{--tw-gradient-to: rgb(197 0 27 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/20{--tw-gradient-to: rgb(197 0 27 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/45{--tw-gradient-to: rgb(197 0 27 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/50{--tw-gradient-to: rgb(197 0 27 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/60{--tw-gradient-to: rgb(197 0 27 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/65{--tw-gradient-to: rgb(197 0 27 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/75{--tw-gradient-to: rgb(197 0 27 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-hover\/85{--tw-gradient-to: rgb(197 0 27 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected{--tw-gradient-to: #b20006 var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/0{--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/100{--tw-gradient-to: rgb(178 0 6 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/20{--tw-gradient-to: rgb(178 0 6 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/45{--tw-gradient-to: rgb(178 0 6 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/50{--tw-gradient-to: rgb(178 0 6 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/60{--tw-gradient-to: rgb(178 0 6 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/65{--tw-gradient-to: rgb(178 0 6 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/75{--tw-gradient-to: rgb(178 0 6 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-error-primary-selected\/85{--tw-gradient-to: rgb(178 0 6 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default{--tw-gradient-to: #fff2f1 var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/0{--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/100{--tw-gradient-to: rgb(255 242 241 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/20{--tw-gradient-to: rgb(255 242 241 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/45{--tw-gradient-to: rgb(255 242 241 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/50{--tw-gradient-to: rgb(255 242 241 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/60{--tw-gradient-to: rgb(255 242 241 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/65{--tw-gradient-to: rgb(255 242 241 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/75{--tw-gradient-to: rgb(255 242 241 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-error-secondary-default\/85{--tw-gradient-to: rgb(255 242 241 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default{--tw-gradient-to: #ffffff var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-default\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover{--tw-gradient-to: #fbfbfb var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/0{--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/100{--tw-gradient-to: rgb(251 251 251 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/20{--tw-gradient-to: rgb(251 251 251 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/45{--tw-gradient-to: rgb(251 251 251 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/50{--tw-gradient-to: rgb(251 251 251 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/60{--tw-gradient-to: rgb(251 251 251 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/65{--tw-gradient-to: rgb(251 251 251 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/75{--tw-gradient-to: rgb(251 251 251 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-hover\/85{--tw-gradient-to: rgb(251 251 251 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected{--tw-gradient-to: #3a3a42 var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/0{--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/100{--tw-gradient-to: rgb(58 58 66 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/20{--tw-gradient-to: rgb(58 58 66 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/45{--tw-gradient-to: rgb(58 58 66 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/50{--tw-gradient-to: rgb(58 58 66 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/60{--tw-gradient-to: rgb(58 58 66 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/65{--tw-gradient-to: rgb(58 58 66 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/75{--tw-gradient-to: rgb(58 58 66 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-primary\(nu\)-selected\/85{--tw-gradient-to: rgb(58 58 66 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default{--tw-gradient-to: #f4f5fb var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/0{--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/100{--tw-gradient-to: rgb(244 245 251 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/20{--tw-gradient-to: rgb(244 245 251 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/45{--tw-gradient-to: rgb(244 245 251 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/50{--tw-gradient-to: rgb(244 245 251 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/60{--tw-gradient-to: rgb(244 245 251 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/65{--tw-gradient-to: rgb(244 245 251 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/75{--tw-gradient-to: rgb(244 245 251 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-default\/85{--tw-gradient-to: rgb(244 245 251 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover{--tw-gradient-to: #ecedf7 var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/0{--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/100{--tw-gradient-to: rgb(236 237 247 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/20{--tw-gradient-to: rgb(236 237 247 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/45{--tw-gradient-to: rgb(236 237 247 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/50{--tw-gradient-to: rgb(236 237 247 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/60{--tw-gradient-to: rgb(236 237 247 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/65{--tw-gradient-to: rgb(236 237 247 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/75{--tw-gradient-to: rgb(236 237 247 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-hover\/85{--tw-gradient-to: rgb(236 237 247 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected{--tw-gradient-to: #e2e4f1 var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/0{--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/100{--tw-gradient-to: rgb(226 228 241 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/20{--tw-gradient-to: rgb(226 228 241 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/45{--tw-gradient-to: rgb(226 228 241 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/50{--tw-gradient-to: rgb(226 228 241 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/60{--tw-gradient-to: rgb(226 228 241 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/65{--tw-gradient-to: rgb(226 228 241 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/75{--tw-gradient-to: rgb(226 228 241 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-neutral-secondary-selected\/85{--tw-gradient-to: rgb(226 228 241 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default{--tw-gradient-to: #ffffff var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-default\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover{--tw-gradient-to: #fbfbfb var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/0{--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/100{--tw-gradient-to: rgb(251 251 251 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/20{--tw-gradient-to: rgb(251 251 251 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/45{--tw-gradient-to: rgb(251 251 251 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/50{--tw-gradient-to: rgb(251 251 251 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/60{--tw-gradient-to: rgb(251 251 251 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/65{--tw-gradient-to: rgb(251 251 251 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/75{--tw-gradient-to: rgb(251 251 251 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-hover\/85{--tw-gradient-to: rgb(251 251 251 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected{--tw-gradient-to: #f9f9f9 var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/0{--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/100{--tw-gradient-to: rgb(249 249 249 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/20{--tw-gradient-to: rgb(249 249 249 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/45{--tw-gradient-to: rgb(249 249 249 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/50{--tw-gradient-to: rgb(249 249 249 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/60{--tw-gradient-to: rgb(249 249 249 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/65{--tw-gradient-to: rgb(249 249 249 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/75{--tw-gradient-to: rgb(249 249 249 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-primary-selected\/85{--tw-gradient-to: rgb(249 249 249 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default{--tw-gradient-to: rgba(255, 255, 255, .1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/0{--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/100{--tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/20{--tw-gradient-to: rgba(255, 255, 255, .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/45{--tw-gradient-to: rgba(255, 255, 255, .45) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/50{--tw-gradient-to: rgba(255, 255, 255, .5) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/60{--tw-gradient-to: rgba(255, 255, 255, .6) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/65{--tw-gradient-to: rgba(255, 255, 255, .65) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/75{--tw-gradient-to: rgba(255, 255, 255, .75) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-default\/85{--tw-gradient-to: rgba(255, 255, 255, .85) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled{--tw-gradient-to: #f9f9f9 var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/0{--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/100{--tw-gradient-to: rgb(249 249 249 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/20{--tw-gradient-to: rgb(249 249 249 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/45{--tw-gradient-to: rgb(249 249 249 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/50{--tw-gradient-to: rgb(249 249 249 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/60{--tw-gradient-to: rgb(249 249 249 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/65{--tw-gradient-to: rgb(249 249 249 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/75{--tw-gradient-to: rgb(249 249 249 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-disabled\/85{--tw-gradient-to: rgb(249 249 249 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover{--tw-gradient-to: rgba(255, 255, 255, .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/0{--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/100{--tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/20{--tw-gradient-to: rgba(255, 255, 255, .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/45{--tw-gradient-to: rgba(255, 255, 255, .45) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/50{--tw-gradient-to: rgba(255, 255, 255, .5) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/60{--tw-gradient-to: rgba(255, 255, 255, .6) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/65{--tw-gradient-to: rgba(255, 255, 255, .65) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/75{--tw-gradient-to: rgba(255, 255, 255, .75) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-hover\/85{--tw-gradient-to: rgba(255, 255, 255, .85) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected{--tw-gradient-to: rgba(255, 255, 255, .3) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/0{--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/100{--tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/20{--tw-gradient-to: rgba(255, 255, 255, .2) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/45{--tw-gradient-to: rgba(255, 255, 255, .45) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/50{--tw-gradient-to: rgba(255, 255, 255, .5) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/60{--tw-gradient-to: rgba(255, 255, 255, .6) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/65{--tw-gradient-to: rgba(255, 255, 255, .65) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/75{--tw-gradient-to: rgba(255, 255, 255, .75) var(--tw-gradient-to-position) !important}.to-old-fill-on-accent-secondary-selected\/85{--tw-gradient-to: rgba(255, 255, 255, .85) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default{--tw-gradient-to: #6d74a4 var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/0{--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/100{--tw-gradient-to: rgb(109 116 164 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/20{--tw-gradient-to: rgb(109 116 164 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/45{--tw-gradient-to: rgb(109 116 164 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/50{--tw-gradient-to: rgb(109 116 164 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/60{--tw-gradient-to: rgb(109 116 164 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/65{--tw-gradient-to: rgb(109 116 164 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/75{--tw-gradient-to: rgb(109 116 164 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-default\/85{--tw-gradient-to: rgb(109 116 164 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover{--tw-gradient-to: #636a9a var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/0{--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/100{--tw-gradient-to: rgb(99 106 154 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/20{--tw-gradient-to: rgb(99 106 154 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/45{--tw-gradient-to: rgb(99 106 154 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/50{--tw-gradient-to: rgb(99 106 154 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/60{--tw-gradient-to: rgb(99 106 154 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/65{--tw-gradient-to: rgb(99 106 154 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/75{--tw-gradient-to: rgb(99 106 154 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-hover\/85{--tw-gradient-to: rgb(99 106 154 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected{--tw-gradient-to: #565e8e var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/0{--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/100{--tw-gradient-to: rgb(86 94 142 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/20{--tw-gradient-to: rgb(86 94 142 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/45{--tw-gradient-to: rgb(86 94 142 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/50{--tw-gradient-to: rgb(86 94 142 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/60{--tw-gradient-to: rgb(86 94 142 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/65{--tw-gradient-to: rgb(86 94 142 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/75{--tw-gradient-to: rgb(86 94 142 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-pending-primary-selected\/85{--tw-gradient-to: rgb(86 94 142 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default{--tw-gradient-to: #f4f5fb var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/0{--tw-gradient-to: rgb(244 245 251 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/100{--tw-gradient-to: rgb(244 245 251 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/20{--tw-gradient-to: rgb(244 245 251 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/45{--tw-gradient-to: rgb(244 245 251 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/50{--tw-gradient-to: rgb(244 245 251 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/60{--tw-gradient-to: rgb(244 245 251 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/65{--tw-gradient-to: rgb(244 245 251 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/75{--tw-gradient-to: rgb(244 245 251 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-pending-secondary-default\/85{--tw-gradient-to: rgb(244 245 251 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default{--tw-gradient-to: #00876d var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/0{--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/100{--tw-gradient-to: rgb(0 135 109 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/20{--tw-gradient-to: rgb(0 135 109 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/45{--tw-gradient-to: rgb(0 135 109 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/50{--tw-gradient-to: rgb(0 135 109 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/60{--tw-gradient-to: rgb(0 135 109 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/65{--tw-gradient-to: rgb(0 135 109 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/75{--tw-gradient-to: rgb(0 135 109 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-default\/85{--tw-gradient-to: rgb(0 135 109 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover{--tw-gradient-to: #007c62 var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/0{--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/100{--tw-gradient-to: rgb(0 124 98 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/20{--tw-gradient-to: rgb(0 124 98 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/45{--tw-gradient-to: rgb(0 124 98 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/50{--tw-gradient-to: rgb(0 124 98 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/60{--tw-gradient-to: rgb(0 124 98 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/65{--tw-gradient-to: rgb(0 124 98 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/75{--tw-gradient-to: rgb(0 124 98 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-hover\/85{--tw-gradient-to: rgb(0 124 98 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected{--tw-gradient-to: #006e56 var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/0{--tw-gradient-to: rgb(0 110 86 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/100{--tw-gradient-to: rgb(0 110 86 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/20{--tw-gradient-to: rgb(0 110 86 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/45{--tw-gradient-to: rgb(0 110 86 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/50{--tw-gradient-to: rgb(0 110 86 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/60{--tw-gradient-to: rgb(0 110 86 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/65{--tw-gradient-to: rgb(0 110 86 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/75{--tw-gradient-to: rgb(0 110 86 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-success-primary-selected\/85{--tw-gradient-to: rgb(0 110 86 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default{--tw-gradient-to: #f1f8f5 var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/0{--tw-gradient-to: rgb(241 248 245 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/100{--tw-gradient-to: rgb(241 248 245 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/20{--tw-gradient-to: rgb(241 248 245 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/45{--tw-gradient-to: rgb(241 248 245 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/50{--tw-gradient-to: rgb(241 248 245 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/60{--tw-gradient-to: rgb(241 248 245 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/65{--tw-gradient-to: rgb(241 248 245 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/75{--tw-gradient-to: rgb(241 248 245 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-success-secondary-default\/85{--tw-gradient-to: rgb(241 248 245 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default{--tw-gradient-to: #d87300 var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/0{--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/100{--tw-gradient-to: rgb(216 115 0 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/20{--tw-gradient-to: rgb(216 115 0 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/45{--tw-gradient-to: rgb(216 115 0 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/50{--tw-gradient-to: rgb(216 115 0 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/60{--tw-gradient-to: rgb(216 115 0 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/65{--tw-gradient-to: rgb(216 115 0 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/75{--tw-gradient-to: rgb(216 115 0 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-default\/85{--tw-gradient-to: rgb(216 115 0 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover{--tw-gradient-to: #c05900 var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/0{--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/100{--tw-gradient-to: rgb(192 89 0 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/20{--tw-gradient-to: rgb(192 89 0 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/45{--tw-gradient-to: rgb(192 89 0 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/50{--tw-gradient-to: rgb(192 89 0 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/60{--tw-gradient-to: rgb(192 89 0 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/65{--tw-gradient-to: rgb(192 89 0 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/75{--tw-gradient-to: rgb(192 89 0 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-hover\/85{--tw-gradient-to: rgb(192 89 0 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected{--tw-gradient-to: #b05200 var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/0{--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/100{--tw-gradient-to: rgb(176 82 0 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/20{--tw-gradient-to: rgb(176 82 0 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/45{--tw-gradient-to: rgb(176 82 0 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/50{--tw-gradient-to: rgb(176 82 0 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/60{--tw-gradient-to: rgb(176 82 0 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/65{--tw-gradient-to: rgb(176 82 0 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/75{--tw-gradient-to: rgb(176 82 0 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-warning-primary-selected\/85{--tw-gradient-to: rgb(176 82 0 / .85) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default{--tw-gradient-to: #fdf4ee var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/0{--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/100{--tw-gradient-to: rgb(253 244 238 / 1) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/20{--tw-gradient-to: rgb(253 244 238 / .2) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/45{--tw-gradient-to: rgb(253 244 238 / .45) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/50{--tw-gradient-to: rgb(253 244 238 / .5) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/60{--tw-gradient-to: rgb(253 244 238 / .6) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/65{--tw-gradient-to: rgb(253 244 238 / .65) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/75{--tw-gradient-to: rgb(253 244 238 / .75) var(--tw-gradient-to-position) !important}.to-old-fill-warning-secondary-default\/85{--tw-gradient-to: rgb(253 244 238 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-10{--tw-gradient-to: #F2F3F7 var(--tw-gradient-to-position) !important}.to-old-gray-10\/0{--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-10\/100{--tw-gradient-to: rgb(242 243 247 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-10\/20{--tw-gradient-to: rgb(242 243 247 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-10\/45{--tw-gradient-to: rgb(242 243 247 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-10\/50{--tw-gradient-to: rgb(242 243 247 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-10\/60{--tw-gradient-to: rgb(242 243 247 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-10\/65{--tw-gradient-to: rgb(242 243 247 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-10\/75{--tw-gradient-to: rgb(242 243 247 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-10\/85{--tw-gradient-to: rgb(242 243 247 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-100{--tw-gradient-to: #e4eaf3 var(--tw-gradient-to-position) !important}.to-old-gray-100\/0{--tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-100\/100{--tw-gradient-to: rgb(228 234 243 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-100\/20{--tw-gradient-to: rgb(228 234 243 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-100\/45{--tw-gradient-to: rgb(228 234 243 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-100\/50{--tw-gradient-to: rgb(228 234 243 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-100\/60{--tw-gradient-to: rgb(228 234 243 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-100\/65{--tw-gradient-to: rgb(228 234 243 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-100\/75{--tw-gradient-to: rgb(228 234 243 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-100\/85{--tw-gradient-to: rgb(228 234 243 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-150{--tw-gradient-to: #f3f7fd var(--tw-gradient-to-position) !important}.to-old-gray-150\/0{--tw-gradient-to: rgb(243 247 253 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-150\/100{--tw-gradient-to: rgb(243 247 253 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-150\/20{--tw-gradient-to: rgb(243 247 253 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-150\/45{--tw-gradient-to: rgb(243 247 253 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-150\/50{--tw-gradient-to: rgb(243 247 253 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-150\/60{--tw-gradient-to: rgb(243 247 253 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-150\/65{--tw-gradient-to: rgb(243 247 253 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-150\/75{--tw-gradient-to: rgb(243 247 253 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-150\/85{--tw-gradient-to: rgb(243 247 253 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-20{--tw-gradient-to: #E5E7F0 var(--tw-gradient-to-position) !important}.to-old-gray-20\/0{--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-20\/100{--tw-gradient-to: rgb(229 231 240 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-20\/20{--tw-gradient-to: rgb(229 231 240 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-20\/45{--tw-gradient-to: rgb(229 231 240 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-20\/50{--tw-gradient-to: rgb(229 231 240 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-20\/60{--tw-gradient-to: rgb(229 231 240 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-20\/65{--tw-gradient-to: rgb(229 231 240 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-20\/75{--tw-gradient-to: rgb(229 231 240 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-20\/85{--tw-gradient-to: rgb(229 231 240 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-200{--tw-gradient-to: #FCFCFC var(--tw-gradient-to-position) !important}.to-old-gray-200\/0{--tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-200\/100{--tw-gradient-to: rgb(252 252 252 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-200\/20{--tw-gradient-to: rgb(252 252 252 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-200\/45{--tw-gradient-to: rgb(252 252 252 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-200\/50{--tw-gradient-to: rgb(252 252 252 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-200\/60{--tw-gradient-to: rgb(252 252 252 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-200\/65{--tw-gradient-to: rgb(252 252 252 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-200\/75{--tw-gradient-to: rgb(252 252 252 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-200\/85{--tw-gradient-to: rgb(252 252 252 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-30{--tw-gradient-to: #D8DBE8 var(--tw-gradient-to-position) !important}.to-old-gray-30\/0{--tw-gradient-to: rgb(216 219 232 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-30\/100{--tw-gradient-to: rgb(216 219 232 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-30\/20{--tw-gradient-to: rgb(216 219 232 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-30\/45{--tw-gradient-to: rgb(216 219 232 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-30\/50{--tw-gradient-to: rgb(216 219 232 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-30\/60{--tw-gradient-to: rgb(216 219 232 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-30\/65{--tw-gradient-to: rgb(216 219 232 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-30\/75{--tw-gradient-to: rgb(216 219 232 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-30\/85{--tw-gradient-to: rgb(216 219 232 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-300{--tw-gradient-to: #F5F5F5 var(--tw-gradient-to-position) !important}.to-old-gray-300\/0{--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-300\/100{--tw-gradient-to: rgb(245 245 245 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-300\/20{--tw-gradient-to: rgb(245 245 245 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-300\/45{--tw-gradient-to: rgb(245 245 245 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-300\/50{--tw-gradient-to: rgb(245 245 245 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-300\/60{--tw-gradient-to: rgb(245 245 245 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-300\/65{--tw-gradient-to: rgb(245 245 245 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-300\/75{--tw-gradient-to: rgb(245 245 245 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-300\/85{--tw-gradient-to: rgb(245 245 245 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-350{--tw-gradient-to: #F9FCFE var(--tw-gradient-to-position) !important}.to-old-gray-350\/0{--tw-gradient-to: rgb(249 252 254 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-350\/100{--tw-gradient-to: rgb(249 252 254 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-350\/20{--tw-gradient-to: rgb(249 252 254 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-350\/45{--tw-gradient-to: rgb(249 252 254 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-350\/50{--tw-gradient-to: rgb(249 252 254 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-350\/60{--tw-gradient-to: rgb(249 252 254 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-350\/65{--tw-gradient-to: rgb(249 252 254 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-350\/75{--tw-gradient-to: rgb(249 252 254 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-350\/85{--tw-gradient-to: rgb(249 252 254 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-375{--tw-gradient-to: #939599 var(--tw-gradient-to-position) !important}.to-old-gray-375\/0{--tw-gradient-to: rgb(147 149 153 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-375\/100{--tw-gradient-to: rgb(147 149 153 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-375\/20{--tw-gradient-to: rgb(147 149 153 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-375\/45{--tw-gradient-to: rgb(147 149 153 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-375\/50{--tw-gradient-to: rgb(147 149 153 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-375\/60{--tw-gradient-to: rgb(147 149 153 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-375\/65{--tw-gradient-to: rgb(147 149 153 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-375\/75{--tw-gradient-to: rgb(147 149 153 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-375\/85{--tw-gradient-to: rgb(147 149 153 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-400{--tw-gradient-to: #828588 var(--tw-gradient-to-position) !important}.to-old-gray-400\/0{--tw-gradient-to: rgb(130 133 136 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-400\/100{--tw-gradient-to: rgb(130 133 136 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-400\/20{--tw-gradient-to: rgb(130 133 136 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-400\/45{--tw-gradient-to: rgb(130 133 136 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-400\/50{--tw-gradient-to: rgb(130 133 136 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-400\/60{--tw-gradient-to: rgb(130 133 136 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-400\/65{--tw-gradient-to: rgb(130 133 136 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-400\/75{--tw-gradient-to: rgb(130 133 136 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-400\/85{--tw-gradient-to: rgb(130 133 136 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-500{--tw-gradient-to: #10233A var(--tw-gradient-to-position) !important}.to-old-gray-500\/0{--tw-gradient-to: rgb(16 35 58 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-500\/100{--tw-gradient-to: rgb(16 35 58 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-500\/20{--tw-gradient-to: rgb(16 35 58 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-500\/45{--tw-gradient-to: rgb(16 35 58 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-500\/50{--tw-gradient-to: rgb(16 35 58 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-500\/60{--tw-gradient-to: rgb(16 35 58 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-500\/65{--tw-gradient-to: rgb(16 35 58 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-500\/75{--tw-gradient-to: rgb(16 35 58 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-500\/85{--tw-gradient-to: rgb(16 35 58 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-60{--tw-gradient-to: #B2B6D2 var(--tw-gradient-to-position) !important}.to-old-gray-60\/0{--tw-gradient-to: rgb(178 182 210 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-60\/100{--tw-gradient-to: rgb(178 182 210 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-60\/20{--tw-gradient-to: rgb(178 182 210 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-60\/45{--tw-gradient-to: rgb(178 182 210 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-60\/50{--tw-gradient-to: rgb(178 182 210 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-60\/60{--tw-gradient-to: rgb(178 182 210 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-60\/65{--tw-gradient-to: rgb(178 182 210 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-60\/75{--tw-gradient-to: rgb(178 182 210 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-60\/85{--tw-gradient-to: rgb(178 182 210 / .85) var(--tw-gradient-to-position) !important}.to-old-gray-900{--tw-gradient-to: #2D2D2D var(--tw-gradient-to-position) !important}.to-old-gray-900\/0{--tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position) !important}.to-old-gray-900\/100{--tw-gradient-to: rgb(45 45 45 / 1) var(--tw-gradient-to-position) !important}.to-old-gray-900\/20{--tw-gradient-to: rgb(45 45 45 / .2) var(--tw-gradient-to-position) !important}.to-old-gray-900\/45{--tw-gradient-to: rgb(45 45 45 / .45) var(--tw-gradient-to-position) !important}.to-old-gray-900\/50{--tw-gradient-to: rgb(45 45 45 / .5) var(--tw-gradient-to-position) !important}.to-old-gray-900\/60{--tw-gradient-to: rgb(45 45 45 / .6) var(--tw-gradient-to-position) !important}.to-old-gray-900\/65{--tw-gradient-to: rgb(45 45 45 / .65) var(--tw-gradient-to-position) !important}.to-old-gray-900\/75{--tw-gradient-to: rgb(45 45 45 / .75) var(--tw-gradient-to-position) !important}.to-old-gray-900\/85{--tw-gradient-to: rgb(45 45 45 / .85) var(--tw-gradient-to-position) !important}.to-old-green-300{--tw-gradient-to: #D4EFE8 var(--tw-gradient-to-position) !important}.to-old-green-300\/0{--tw-gradient-to: rgb(212 239 232 / 0) var(--tw-gradient-to-position) !important}.to-old-green-300\/100{--tw-gradient-to: rgb(212 239 232 / 1) var(--tw-gradient-to-position) !important}.to-old-green-300\/20{--tw-gradient-to: rgb(212 239 232 / .2) var(--tw-gradient-to-position) !important}.to-old-green-300\/45{--tw-gradient-to: rgb(212 239 232 / .45) var(--tw-gradient-to-position) !important}.to-old-green-300\/50{--tw-gradient-to: rgb(212 239 232 / .5) var(--tw-gradient-to-position) !important}.to-old-green-300\/60{--tw-gradient-to: rgb(212 239 232 / .6) var(--tw-gradient-to-position) !important}.to-old-green-300\/65{--tw-gradient-to: rgb(212 239 232 / .65) var(--tw-gradient-to-position) !important}.to-old-green-300\/75{--tw-gradient-to: rgb(212 239 232 / .75) var(--tw-gradient-to-position) !important}.to-old-green-300\/85{--tw-gradient-to: rgb(212 239 232 / .85) var(--tw-gradient-to-position) !important}.to-old-green-60{--tw-gradient-to: #03B596 var(--tw-gradient-to-position) !important}.to-old-green-60\/0{--tw-gradient-to: rgb(3 181 150 / 0) var(--tw-gradient-to-position) !important}.to-old-green-60\/100{--tw-gradient-to: rgb(3 181 150 / 1) var(--tw-gradient-to-position) !important}.to-old-green-60\/20{--tw-gradient-to: rgb(3 181 150 / .2) var(--tw-gradient-to-position) !important}.to-old-green-60\/45{--tw-gradient-to: rgb(3 181 150 / .45) var(--tw-gradient-to-position) !important}.to-old-green-60\/50{--tw-gradient-to: rgb(3 181 150 / .5) var(--tw-gradient-to-position) !important}.to-old-green-60\/60{--tw-gradient-to: rgb(3 181 150 / .6) var(--tw-gradient-to-position) !important}.to-old-green-60\/65{--tw-gradient-to: rgb(3 181 150 / .65) var(--tw-gradient-to-position) !important}.to-old-green-60\/75{--tw-gradient-to: rgb(3 181 150 / .75) var(--tw-gradient-to-position) !important}.to-old-green-60\/85{--tw-gradient-to: rgb(3 181 150 / .85) var(--tw-gradient-to-position) !important}.to-old-green-80{--tw-gradient-to: #029B82 var(--tw-gradient-to-position) !important}.to-old-green-80\/0{--tw-gradient-to: rgb(2 155 130 / 0) var(--tw-gradient-to-position) !important}.to-old-green-80\/100{--tw-gradient-to: rgb(2 155 130 / 1) var(--tw-gradient-to-position) !important}.to-old-green-80\/20{--tw-gradient-to: rgb(2 155 130 / .2) var(--tw-gradient-to-position) !important}.to-old-green-80\/45{--tw-gradient-to: rgb(2 155 130 / .45) var(--tw-gradient-to-position) !important}.to-old-green-80\/50{--tw-gradient-to: rgb(2 155 130 / .5) var(--tw-gradient-to-position) !important}.to-old-green-80\/60{--tw-gradient-to: rgb(2 155 130 / .6) var(--tw-gradient-to-position) !important}.to-old-green-80\/65{--tw-gradient-to: rgb(2 155 130 / .65) var(--tw-gradient-to-position) !important}.to-old-green-80\/75{--tw-gradient-to: rgb(2 155 130 / .75) var(--tw-gradient-to-position) !important}.to-old-green-80\/85{--tw-gradient-to: rgb(2 155 130 / .85) var(--tw-gradient-to-position) !important}.to-old-green-90{--tw-gradient-to: #02816C var(--tw-gradient-to-position) !important}.to-old-green-90\/0{--tw-gradient-to: rgb(2 129 108 / 0) var(--tw-gradient-to-position) !important}.to-old-green-90\/100{--tw-gradient-to: rgb(2 129 108 / 1) var(--tw-gradient-to-position) !important}.to-old-green-90\/20{--tw-gradient-to: rgb(2 129 108 / .2) var(--tw-gradient-to-position) !important}.to-old-green-90\/45{--tw-gradient-to: rgb(2 129 108 / .45) var(--tw-gradient-to-position) !important}.to-old-green-90\/50{--tw-gradient-to: rgb(2 129 108 / .5) var(--tw-gradient-to-position) !important}.to-old-green-90\/60{--tw-gradient-to: rgb(2 129 108 / .6) var(--tw-gradient-to-position) !important}.to-old-green-90\/65{--tw-gradient-to: rgb(2 129 108 / .65) var(--tw-gradient-to-position) !important}.to-old-green-90\/75{--tw-gradient-to: rgb(2 129 108 / .75) var(--tw-gradient-to-position) !important}.to-old-green-90\/85{--tw-gradient-to: rgb(2 129 108 / .85) var(--tw-gradient-to-position) !important}.to-old-green-main{--tw-gradient-to: #0ED8A8 var(--tw-gradient-to-position) !important}.to-old-green-main\/0{--tw-gradient-to: rgb(14 216 168 / 0) var(--tw-gradient-to-position) !important}.to-old-green-main\/100{--tw-gradient-to: rgb(14 216 168 / 1) var(--tw-gradient-to-position) !important}.to-old-green-main\/20{--tw-gradient-to: rgb(14 216 168 / .2) var(--tw-gradient-to-position) !important}.to-old-green-main\/45{--tw-gradient-to: rgb(14 216 168 / .45) var(--tw-gradient-to-position) !important}.to-old-green-main\/50{--tw-gradient-to: rgb(14 216 168 / .5) var(--tw-gradient-to-position) !important}.to-old-green-main\/60{--tw-gradient-to: rgb(14 216 168 / .6) var(--tw-gradient-to-position) !important}.to-old-green-main\/65{--tw-gradient-to: rgb(14 216 168 / .65) var(--tw-gradient-to-position) !important}.to-old-green-main\/75{--tw-gradient-to: rgb(14 216 168 / .75) var(--tw-gradient-to-position) !important}.to-old-green-main\/85{--tw-gradient-to: rgb(14 216 168 / .85) var(--tw-gradient-to-position) !important}.to-old-green-status{--tw-gradient-to: #099C44 var(--tw-gradient-to-position) !important}.to-old-green-status\/0{--tw-gradient-to: rgb(9 156 68 / 0) var(--tw-gradient-to-position) !important}.to-old-green-status\/100{--tw-gradient-to: rgb(9 156 68 / 1) var(--tw-gradient-to-position) !important}.to-old-green-status\/20{--tw-gradient-to: rgb(9 156 68 / .2) var(--tw-gradient-to-position) !important}.to-old-green-status\/45{--tw-gradient-to: rgb(9 156 68 / .45) var(--tw-gradient-to-position) !important}.to-old-green-status\/50{--tw-gradient-to: rgb(9 156 68 / .5) var(--tw-gradient-to-position) !important}.to-old-green-status\/60{--tw-gradient-to: rgb(9 156 68 / .6) var(--tw-gradient-to-position) !important}.to-old-green-status\/65{--tw-gradient-to: rgb(9 156 68 / .65) var(--tw-gradient-to-position) !important}.to-old-green-status\/75{--tw-gradient-to: rgb(9 156 68 / .75) var(--tw-gradient-to-position) !important}.to-old-green-status\/85{--tw-gradient-to: rgb(9 156 68 / .85) var(--tw-gradient-to-position) !important}.to-old-green-tint{--tw-gradient-to: #E7FBF6 var(--tw-gradient-to-position) !important}.to-old-green-tint\/0{--tw-gradient-to: rgb(231 251 246 / 0) var(--tw-gradient-to-position) !important}.to-old-green-tint\/100{--tw-gradient-to: rgb(231 251 246 / 1) var(--tw-gradient-to-position) !important}.to-old-green-tint\/20{--tw-gradient-to: rgb(231 251 246 / .2) var(--tw-gradient-to-position) !important}.to-old-green-tint\/45{--tw-gradient-to: rgb(231 251 246 / .45) var(--tw-gradient-to-position) !important}.to-old-green-tint\/50{--tw-gradient-to: rgb(231 251 246 / .5) var(--tw-gradient-to-position) !important}.to-old-green-tint\/60{--tw-gradient-to: rgb(231 251 246 / .6) var(--tw-gradient-to-position) !important}.to-old-green-tint\/65{--tw-gradient-to: rgb(231 251 246 / .65) var(--tw-gradient-to-position) !important}.to-old-green-tint\/75{--tw-gradient-to: rgb(231 251 246 / .75) var(--tw-gradient-to-position) !important}.to-old-green-tint\/85{--tw-gradient-to: rgb(231 251 246 / .85) var(--tw-gradient-to-position) !important}.to-old-inherit{--tw-gradient-to: inherit var(--tw-gradient-to-position) !important}.to-old-n-black-100{--tw-gradient-to: #2B2B2B var(--tw-gradient-to-position) !important}.to-old-n-black-100\/0{--tw-gradient-to: rgb(43 43 43 / 0) var(--tw-gradient-to-position) !important}.to-old-n-black-100\/100{--tw-gradient-to: rgb(43 43 43 / 1) var(--tw-gradient-to-position) !important}.to-old-n-black-100\/20{--tw-gradient-to: rgb(43 43 43 / .2) var(--tw-gradient-to-position) !important}.to-old-n-black-100\/45{--tw-gradient-to: rgb(43 43 43 / .45) var(--tw-gradient-to-position) !important}.to-old-n-black-100\/50{--tw-gradient-to: rgb(43 43 43 / .5) var(--tw-gradient-to-position) !important}.to-old-n-black-100\/60{--tw-gradient-to: rgb(43 43 43 / .6) var(--tw-gradient-to-position) !important}.to-old-n-black-100\/65{--tw-gradient-to: rgb(43 43 43 / .65) var(--tw-gradient-to-position) !important}.to-old-n-black-100\/75{--tw-gradient-to: rgb(43 43 43 / .75) var(--tw-gradient-to-position) !important}.to-old-n-black-100\/85{--tw-gradient-to: rgb(43 43 43 / .85) var(--tw-gradient-to-position) !important}.to-old-n-black-110{--tw-gradient-to: #151515 var(--tw-gradient-to-position) !important}.to-old-n-black-110\/0{--tw-gradient-to: rgb(21 21 21 / 0) var(--tw-gradient-to-position) !important}.to-old-n-black-110\/100{--tw-gradient-to: rgb(21 21 21 / 1) var(--tw-gradient-to-position) !important}.to-old-n-black-110\/20{--tw-gradient-to: rgb(21 21 21 / .2) var(--tw-gradient-to-position) !important}.to-old-n-black-110\/45{--tw-gradient-to: rgb(21 21 21 / .45) var(--tw-gradient-to-position) !important}.to-old-n-black-110\/50{--tw-gradient-to: rgb(21 21 21 / .5) var(--tw-gradient-to-position) !important}.to-old-n-black-110\/60{--tw-gradient-to: rgb(21 21 21 / .6) var(--tw-gradient-to-position) !important}.to-old-n-black-110\/65{--tw-gradient-to: rgb(21 21 21 / .65) var(--tw-gradient-to-position) !important}.to-old-n-black-110\/75{--tw-gradient-to: rgb(21 21 21 / .75) var(--tw-gradient-to-position) !important}.to-old-n-black-110\/85{--tw-gradient-to: rgb(21 21 21 / .85) var(--tw-gradient-to-position) !important}.to-old-n-black-50{--tw-gradient-to: #959595 var(--tw-gradient-to-position) !important}.to-old-n-black-50\/0{--tw-gradient-to: rgb(149 149 149 / 0) var(--tw-gradient-to-position) !important}.to-old-n-black-50\/100{--tw-gradient-to: rgb(149 149 149 / 1) var(--tw-gradient-to-position) !important}.to-old-n-black-50\/20{--tw-gradient-to: rgb(149 149 149 / .2) var(--tw-gradient-to-position) !important}.to-old-n-black-50\/45{--tw-gradient-to: rgb(149 149 149 / .45) var(--tw-gradient-to-position) !important}.to-old-n-black-50\/50{--tw-gradient-to: rgb(149 149 149 / .5) var(--tw-gradient-to-position) !important}.to-old-n-black-50\/60{--tw-gradient-to: rgb(149 149 149 / .6) var(--tw-gradient-to-position) !important}.to-old-n-black-50\/65{--tw-gradient-to: rgb(149 149 149 / .65) var(--tw-gradient-to-position) !important}.to-old-n-black-50\/75{--tw-gradient-to: rgb(149 149 149 / .75) var(--tw-gradient-to-position) !important}.to-old-n-black-50\/85{--tw-gradient-to: rgb(149 149 149 / .85) var(--tw-gradient-to-position) !important}.to-old-n-black-60{--tw-gradient-to: #808080 var(--tw-gradient-to-position) !important}.to-old-n-black-60\/0{--tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position) !important}.to-old-n-black-60\/100{--tw-gradient-to: rgb(128 128 128 / 1) var(--tw-gradient-to-position) !important}.to-old-n-black-60\/20{--tw-gradient-to: rgb(128 128 128 / .2) var(--tw-gradient-to-position) !important}.to-old-n-black-60\/45{--tw-gradient-to: rgb(128 128 128 / .45) var(--tw-gradient-to-position) !important}.to-old-n-black-60\/50{--tw-gradient-to: rgb(128 128 128 / .5) var(--tw-gradient-to-position) !important}.to-old-n-black-60\/60{--tw-gradient-to: rgb(128 128 128 / .6) var(--tw-gradient-to-position) !important}.to-old-n-black-60\/65{--tw-gradient-to: rgb(128 128 128 / .65) var(--tw-gradient-to-position) !important}.to-old-n-black-60\/75{--tw-gradient-to: rgb(128 128 128 / .75) var(--tw-gradient-to-position) !important}.to-old-n-black-60\/85{--tw-gradient-to: rgb(128 128 128 / .85) var(--tw-gradient-to-position) !important}.to-old-n-black-70{--tw-gradient-to: #6A6A6A var(--tw-gradient-to-position) !important}.to-old-n-black-70\/0{--tw-gradient-to: rgb(106 106 106 / 0) var(--tw-gradient-to-position) !important}.to-old-n-black-70\/100{--tw-gradient-to: rgb(106 106 106 / 1) var(--tw-gradient-to-position) !important}.to-old-n-black-70\/20{--tw-gradient-to: rgb(106 106 106 / .2) var(--tw-gradient-to-position) !important}.to-old-n-black-70\/45{--tw-gradient-to: rgb(106 106 106 / .45) var(--tw-gradient-to-position) !important}.to-old-n-black-70\/50{--tw-gradient-to: rgb(106 106 106 / .5) var(--tw-gradient-to-position) !important}.to-old-n-black-70\/60{--tw-gradient-to: rgb(106 106 106 / .6) var(--tw-gradient-to-position) !important}.to-old-n-black-70\/65{--tw-gradient-to: rgb(106 106 106 / .65) var(--tw-gradient-to-position) !important}.to-old-n-black-70\/75{--tw-gradient-to: rgb(106 106 106 / .75) var(--tw-gradient-to-position) !important}.to-old-n-black-70\/85{--tw-gradient-to: rgb(106 106 106 / .85) var(--tw-gradient-to-position) !important}.to-old-n-black-80{--tw-gradient-to: #555555 var(--tw-gradient-to-position) !important}.to-old-n-black-80\/0{--tw-gradient-to: rgb(85 85 85 / 0) var(--tw-gradient-to-position) !important}.to-old-n-black-80\/100{--tw-gradient-to: rgb(85 85 85 / 1) var(--tw-gradient-to-position) !important}.to-old-n-black-80\/20{--tw-gradient-to: rgb(85 85 85 / .2) var(--tw-gradient-to-position) !important}.to-old-n-black-80\/45{--tw-gradient-to: rgb(85 85 85 / .45) var(--tw-gradient-to-position) !important}.to-old-n-black-80\/50{--tw-gradient-to: rgb(85 85 85 / .5) var(--tw-gradient-to-position) !important}.to-old-n-black-80\/60{--tw-gradient-to: rgb(85 85 85 / .6) var(--tw-gradient-to-position) !important}.to-old-n-black-80\/65{--tw-gradient-to: rgb(85 85 85 / .65) var(--tw-gradient-to-position) !important}.to-old-n-black-80\/75{--tw-gradient-to: rgb(85 85 85 / .75) var(--tw-gradient-to-position) !important}.to-old-n-black-80\/85{--tw-gradient-to: rgb(85 85 85 / .85) var(--tw-gradient-to-position) !important}.to-old-n-black-90{--tw-gradient-to: #404040 var(--tw-gradient-to-position) !important}.to-old-n-black-90\/0{--tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position) !important}.to-old-n-black-90\/100{--tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position) !important}.to-old-n-black-90\/20{--tw-gradient-to: rgb(64 64 64 / .2) var(--tw-gradient-to-position) !important}.to-old-n-black-90\/45{--tw-gradient-to: rgb(64 64 64 / .45) var(--tw-gradient-to-position) !important}.to-old-n-black-90\/50{--tw-gradient-to: rgb(64 64 64 / .5) var(--tw-gradient-to-position) !important}.to-old-n-black-90\/60{--tw-gradient-to: rgb(64 64 64 / .6) var(--tw-gradient-to-position) !important}.to-old-n-black-90\/65{--tw-gradient-to: rgb(64 64 64 / .65) var(--tw-gradient-to-position) !important}.to-old-n-black-90\/75{--tw-gradient-to: rgb(64 64 64 / .75) var(--tw-gradient-to-position) !important}.to-old-n-black-90\/85{--tw-gradient-to: rgb(64 64 64 / .85) var(--tw-gradient-to-position) !important}.to-old-n-blue-0{--tw-gradient-to: #F5F9FF var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/0{--tw-gradient-to: rgb(245 249 255 / 0) var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/100{--tw-gradient-to: rgb(245 249 255 / 1) var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/20{--tw-gradient-to: rgb(245 249 255 / .2) var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/45{--tw-gradient-to: rgb(245 249 255 / .45) var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/50{--tw-gradient-to: rgb(245 249 255 / .5) var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/60{--tw-gradient-to: rgb(245 249 255 / .6) var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/65{--tw-gradient-to: rgb(245 249 255 / .65) var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/75{--tw-gradient-to: rgb(245 249 255 / .75) var(--tw-gradient-to-position) !important}.to-old-n-blue-0\/85{--tw-gradient-to: rgb(245 249 255 / .85) var(--tw-gradient-to-position) !important}.to-old-n-blue-10{--tw-gradient-to: #ECF2FF var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/0{--tw-gradient-to: rgb(236 242 255 / 0) var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/100{--tw-gradient-to: rgb(236 242 255 / 1) var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/20{--tw-gradient-to: rgb(236 242 255 / .2) var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/45{--tw-gradient-to: rgb(236 242 255 / .45) var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/50{--tw-gradient-to: rgb(236 242 255 / .5) var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/60{--tw-gradient-to: rgb(236 242 255 / .6) var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/65{--tw-gradient-to: rgb(236 242 255 / .65) var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/75{--tw-gradient-to: rgb(236 242 255 / .75) var(--tw-gradient-to-position) !important}.to-old-n-blue-10\/85{--tw-gradient-to: rgb(236 242 255 / .85) var(--tw-gradient-to-position) !important}.to-old-n-blue-100{--tw-gradient-to: #0145C4 var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/0{--tw-gradient-to: rgb(1 69 196 / 0) var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/100{--tw-gradient-to: rgb(1 69 196 / 1) var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/20{--tw-gradient-to: rgb(1 69 196 / .2) var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/45{--tw-gradient-to: rgb(1 69 196 / .45) var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/50{--tw-gradient-to: rgb(1 69 196 / .5) var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/60{--tw-gradient-to: rgb(1 69 196 / .6) var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/65{--tw-gradient-to: rgb(1 69 196 / .65) var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/75{--tw-gradient-to: rgb(1 69 196 / .75) var(--tw-gradient-to-position) !important}.to-old-n-blue-100\/85{--tw-gradient-to: rgb(1 69 196 / .85) var(--tw-gradient-to-position) !important}.to-old-n-blue-20{--tw-gradient-to: #DEE9FF var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/0{--tw-gradient-to: rgb(222 233 255 / 0) var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/100{--tw-gradient-to: rgb(222 233 255 / 1) var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/20{--tw-gradient-to: rgb(222 233 255 / .2) var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/45{--tw-gradient-to: rgb(222 233 255 / .45) var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/50{--tw-gradient-to: rgb(222 233 255 / .5) var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/60{--tw-gradient-to: rgb(222 233 255 / .6) var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/65{--tw-gradient-to: rgb(222 233 255 / .65) var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/75{--tw-gradient-to: rgb(222 233 255 / .75) var(--tw-gradient-to-position) !important}.to-old-n-blue-20\/85{--tw-gradient-to: rgb(222 233 255 / .85) var(--tw-gradient-to-position) !important}.to-old-n-blue-30{--tw-gradient-to: #BCD4FF var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/0{--tw-gradient-to: rgb(188 212 255 / 0) var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/100{--tw-gradient-to: rgb(188 212 255 / 1) var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/20{--tw-gradient-to: rgb(188 212 255 / .2) var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/45{--tw-gradient-to: rgb(188 212 255 / .45) var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/50{--tw-gradient-to: rgb(188 212 255 / .5) var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/60{--tw-gradient-to: rgb(188 212 255 / .6) var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/65{--tw-gradient-to: rgb(188 212 255 / .65) var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/75{--tw-gradient-to: rgb(188 212 255 / .75) var(--tw-gradient-to-position) !important}.to-old-n-blue-30\/85{--tw-gradient-to: rgb(188 212 255 / .85) var(--tw-gradient-to-position) !important}.to-old-n-blue-40{--tw-gradient-to: #9BBEFE var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/0{--tw-gradient-to: rgb(155 190 254 / 0) var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/100{--tw-gradient-to: rgb(155 190 254 / 1) var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/20{--tw-gradient-to: rgb(155 190 254 / .2) var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/45{--tw-gradient-to: rgb(155 190 254 / .45) var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/50{--tw-gradient-to: rgb(155 190 254 / .5) var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/60{--tw-gradient-to: rgb(155 190 254 / .6) var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/65{--tw-gradient-to: rgb(155 190 254 / .65) var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/75{--tw-gradient-to: rgb(155 190 254 / .75) var(--tw-gradient-to-position) !important}.to-old-n-blue-40\/85{--tw-gradient-to: rgb(155 190 254 / .85) var(--tw-gradient-to-position) !important}.to-old-n-blue-80{--tw-gradient-to: #1466FE var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/0{--tw-gradient-to: rgb(20 102 254 / 0) var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/100{--tw-gradient-to: rgb(20 102 254 / 1) var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/20{--tw-gradient-to: rgb(20 102 254 / .2) var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/45{--tw-gradient-to: rgb(20 102 254 / .45) var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/50{--tw-gradient-to: rgb(20 102 254 / .5) var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/60{--tw-gradient-to: rgb(20 102 254 / .6) var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/65{--tw-gradient-to: rgb(20 102 254 / .65) var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/75{--tw-gradient-to: rgb(20 102 254 / .75) var(--tw-gradient-to-position) !important}.to-old-n-blue-80\/85{--tw-gradient-to: rgb(20 102 254 / .85) var(--tw-gradient-to-position) !important}.to-old-n-blue-90{--tw-gradient-to: #0153EB var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/0{--tw-gradient-to: rgb(1 83 235 / 0) var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/100{--tw-gradient-to: rgb(1 83 235 / 1) var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/20{--tw-gradient-to: rgb(1 83 235 / .2) var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/45{--tw-gradient-to: rgb(1 83 235 / .45) var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/50{--tw-gradient-to: rgb(1 83 235 / .5) var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/60{--tw-gradient-to: rgb(1 83 235 / .6) var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/65{--tw-gradient-to: rgb(1 83 235 / .65) var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/75{--tw-gradient-to: rgb(1 83 235 / .75) var(--tw-gradient-to-position) !important}.to-old-n-blue-90\/85{--tw-gradient-to: rgb(1 83 235 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-0{--tw-gradient-to: #FBFBFB var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/0{--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/100{--tw-gradient-to: rgb(251 251 251 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/20{--tw-gradient-to: rgb(251 251 251 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/45{--tw-gradient-to: rgb(251 251 251 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/50{--tw-gradient-to: rgb(251 251 251 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/60{--tw-gradient-to: rgb(251 251 251 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/65{--tw-gradient-to: rgb(251 251 251 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/75{--tw-gradient-to: rgb(251 251 251 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-0\/85{--tw-gradient-to: rgb(251 251 251 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-10{--tw-gradient-to: #F2F3F7 var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/0{--tw-gradient-to: rgb(242 243 247 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/100{--tw-gradient-to: rgb(242 243 247 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/20{--tw-gradient-to: rgb(242 243 247 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/45{--tw-gradient-to: rgb(242 243 247 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/50{--tw-gradient-to: rgb(242 243 247 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/60{--tw-gradient-to: rgb(242 243 247 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/65{--tw-gradient-to: rgb(242 243 247 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/75{--tw-gradient-to: rgb(242 243 247 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-10\/85{--tw-gradient-to: rgb(242 243 247 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-100{--tw-gradient-to: #4D5483 var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/0{--tw-gradient-to: rgb(77 84 131 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/100{--tw-gradient-to: rgb(77 84 131 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/20{--tw-gradient-to: rgb(77 84 131 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/45{--tw-gradient-to: rgb(77 84 131 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/50{--tw-gradient-to: rgb(77 84 131 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/60{--tw-gradient-to: rgb(77 84 131 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/65{--tw-gradient-to: rgb(77 84 131 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/75{--tw-gradient-to: rgb(77 84 131 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-100\/85{--tw-gradient-to: rgb(77 84 131 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-110{--tw-gradient-to: #333857 var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/0{--tw-gradient-to: rgb(51 56 87 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/100{--tw-gradient-to: rgb(51 56 87 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/20{--tw-gradient-to: rgb(51 56 87 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/45{--tw-gradient-to: rgb(51 56 87 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/50{--tw-gradient-to: rgb(51 56 87 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/60{--tw-gradient-to: rgb(51 56 87 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/65{--tw-gradient-to: rgb(51 56 87 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/75{--tw-gradient-to: rgb(51 56 87 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-110\/85{--tw-gradient-to: rgb(51 56 87 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-20{--tw-gradient-to: #E5E7F0 var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/0{--tw-gradient-to: rgb(229 231 240 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/100{--tw-gradient-to: rgb(229 231 240 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/20{--tw-gradient-to: rgb(229 231 240 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/45{--tw-gradient-to: rgb(229 231 240 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/50{--tw-gradient-to: rgb(229 231 240 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/60{--tw-gradient-to: rgb(229 231 240 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/65{--tw-gradient-to: rgb(229 231 240 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/75{--tw-gradient-to: rgb(229 231 240 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-20\/85{--tw-gradient-to: rgb(229 231 240 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-30{--tw-gradient-to: #B6BDE3 var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/0{--tw-gradient-to: rgb(182 189 227 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/100{--tw-gradient-to: rgb(182 189 227 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/20{--tw-gradient-to: rgb(182 189 227 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/45{--tw-gradient-to: rgb(182 189 227 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/50{--tw-gradient-to: rgb(182 189 227 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/60{--tw-gradient-to: rgb(182 189 227 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/65{--tw-gradient-to: rgb(182 189 227 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/75{--tw-gradient-to: rgb(182 189 227 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-30\/85{--tw-gradient-to: rgb(182 189 227 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-40{--tw-gradient-to: #CCCEE1 var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/0{--tw-gradient-to: rgb(204 206 225 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/100{--tw-gradient-to: rgb(204 206 225 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/20{--tw-gradient-to: rgb(204 206 225 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/45{--tw-gradient-to: rgb(204 206 225 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/50{--tw-gradient-to: rgb(204 206 225 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/60{--tw-gradient-to: rgb(204 206 225 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/65{--tw-gradient-to: rgb(204 206 225 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/75{--tw-gradient-to: rgb(204 206 225 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-40\/85{--tw-gradient-to: rgb(204 206 225 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-50{--tw-gradient-to: #BFC2D9 var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/0{--tw-gradient-to: rgb(191 194 217 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/100{--tw-gradient-to: rgb(191 194 217 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/20{--tw-gradient-to: rgb(191 194 217 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/45{--tw-gradient-to: rgb(191 194 217 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/50{--tw-gradient-to: rgb(191 194 217 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/60{--tw-gradient-to: rgb(191 194 217 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/65{--tw-gradient-to: rgb(191 194 217 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/75{--tw-gradient-to: rgb(191 194 217 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-50\/85{--tw-gradient-to: rgb(191 194 217 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-60{--tw-gradient-to: #6A7094 var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/0{--tw-gradient-to: rgb(106 112 148 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/100{--tw-gradient-to: rgb(106 112 148 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/20{--tw-gradient-to: rgb(106 112 148 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/45{--tw-gradient-to: rgb(106 112 148 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/50{--tw-gradient-to: rgb(106 112 148 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/60{--tw-gradient-to: rgb(106 112 148 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/65{--tw-gradient-to: rgb(106 112 148 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/75{--tw-gradient-to: rgb(106 112 148 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-60\/85{--tw-gradient-to: rgb(106 112 148 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-80{--tw-gradient-to: #989EC3 var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/0{--tw-gradient-to: rgb(152 158 195 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/100{--tw-gradient-to: rgb(152 158 195 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/20{--tw-gradient-to: rgb(152 158 195 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/45{--tw-gradient-to: rgb(152 158 195 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/50{--tw-gradient-to: rgb(152 158 195 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/60{--tw-gradient-to: rgb(152 158 195 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/65{--tw-gradient-to: rgb(152 158 195 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/75{--tw-gradient-to: rgb(152 158 195 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-80\/85{--tw-gradient-to: rgb(152 158 195 / .85) var(--tw-gradient-to-position) !important}.to-old-n-gray-90{--tw-gradient-to: #6C75A9 var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/0{--tw-gradient-to: rgb(108 117 169 / 0) var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/100{--tw-gradient-to: rgb(108 117 169 / 1) var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/20{--tw-gradient-to: rgb(108 117 169 / .2) var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/45{--tw-gradient-to: rgb(108 117 169 / .45) var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/50{--tw-gradient-to: rgb(108 117 169 / .5) var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/60{--tw-gradient-to: rgb(108 117 169 / .6) var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/65{--tw-gradient-to: rgb(108 117 169 / .65) var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/75{--tw-gradient-to: rgb(108 117 169 / .75) var(--tw-gradient-to-position) !important}.to-old-n-gray-90\/85{--tw-gradient-to: rgb(108 117 169 / .85) var(--tw-gradient-to-position) !important}.to-old-n-red-100{--tw-gradient-to: #962F3D var(--tw-gradient-to-position) !important}.to-old-n-red-100\/0{--tw-gradient-to: rgb(150 47 61 / 0) var(--tw-gradient-to-position) !important}.to-old-n-red-100\/100{--tw-gradient-to: rgb(150 47 61 / 1) var(--tw-gradient-to-position) !important}.to-old-n-red-100\/20{--tw-gradient-to: rgb(150 47 61 / .2) var(--tw-gradient-to-position) !important}.to-old-n-red-100\/45{--tw-gradient-to: rgb(150 47 61 / .45) var(--tw-gradient-to-position) !important}.to-old-n-red-100\/50{--tw-gradient-to: rgb(150 47 61 / .5) var(--tw-gradient-to-position) !important}.to-old-n-red-100\/60{--tw-gradient-to: rgb(150 47 61 / .6) var(--tw-gradient-to-position) !important}.to-old-n-red-100\/65{--tw-gradient-to: rgb(150 47 61 / .65) var(--tw-gradient-to-position) !important}.to-old-n-red-100\/75{--tw-gradient-to: rgb(150 47 61 / .75) var(--tw-gradient-to-position) !important}.to-old-n-red-100\/85{--tw-gradient-to: rgb(150 47 61 / .85) var(--tw-gradient-to-position) !important}.to-old-n-red-80{--tw-gradient-to: #C64B5B var(--tw-gradient-to-position) !important}.to-old-n-red-80\/0{--tw-gradient-to: rgb(198 75 91 / 0) var(--tw-gradient-to-position) !important}.to-old-n-red-80\/100{--tw-gradient-to: rgb(198 75 91 / 1) var(--tw-gradient-to-position) !important}.to-old-n-red-80\/20{--tw-gradient-to: rgb(198 75 91 / .2) var(--tw-gradient-to-position) !important}.to-old-n-red-80\/45{--tw-gradient-to: rgb(198 75 91 / .45) var(--tw-gradient-to-position) !important}.to-old-n-red-80\/50{--tw-gradient-to: rgb(198 75 91 / .5) var(--tw-gradient-to-position) !important}.to-old-n-red-80\/60{--tw-gradient-to: rgb(198 75 91 / .6) var(--tw-gradient-to-position) !important}.to-old-n-red-80\/65{--tw-gradient-to: rgb(198 75 91 / .65) var(--tw-gradient-to-position) !important}.to-old-n-red-80\/75{--tw-gradient-to: rgb(198 75 91 / .75) var(--tw-gradient-to-position) !important}.to-old-n-red-80\/85{--tw-gradient-to: rgb(198 75 91 / .85) var(--tw-gradient-to-position) !important}.to-old-n-red-main{--tw-gradient-to: #C2485C var(--tw-gradient-to-position) !important}.to-old-n-red-main\/0{--tw-gradient-to: rgb(194 72 92 / 0) var(--tw-gradient-to-position) !important}.to-old-n-red-main\/100{--tw-gradient-to: rgb(194 72 92 / 1) var(--tw-gradient-to-position) !important}.to-old-n-red-main\/20{--tw-gradient-to: rgb(194 72 92 / .2) var(--tw-gradient-to-position) !important}.to-old-n-red-main\/45{--tw-gradient-to: rgb(194 72 92 / .45) var(--tw-gradient-to-position) !important}.to-old-n-red-main\/50{--tw-gradient-to: rgb(194 72 92 / .5) var(--tw-gradient-to-position) !important}.to-old-n-red-main\/60{--tw-gradient-to: rgb(194 72 92 / .6) var(--tw-gradient-to-position) !important}.to-old-n-red-main\/65{--tw-gradient-to: rgb(194 72 92 / .65) var(--tw-gradient-to-position) !important}.to-old-n-red-main\/75{--tw-gradient-to: rgb(194 72 92 / .75) var(--tw-gradient-to-position) !important}.to-old-n-red-main\/85{--tw-gradient-to: rgb(194 72 92 / .85) var(--tw-gradient-to-position) !important}.to-old-n-white{--tw-gradient-to: #FFFFFF var(--tw-gradient-to-position) !important}.to-old-n-white\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-old-n-white\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-old-n-white\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-old-n-white\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-old-n-white\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-old-n-white\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-old-n-white\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-old-n-white\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-old-n-white\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-old-orange-10{--tw-gradient-to: #FDF0E4 var(--tw-gradient-to-position) !important}.to-old-orange-10\/0{--tw-gradient-to: rgb(253 240 228 / 0) var(--tw-gradient-to-position) !important}.to-old-orange-10\/100{--tw-gradient-to: rgb(253 240 228 / 1) var(--tw-gradient-to-position) !important}.to-old-orange-10\/20{--tw-gradient-to: rgb(253 240 228 / .2) var(--tw-gradient-to-position) !important}.to-old-orange-10\/45{--tw-gradient-to: rgb(253 240 228 / .45) var(--tw-gradient-to-position) !important}.to-old-orange-10\/50{--tw-gradient-to: rgb(253 240 228 / .5) var(--tw-gradient-to-position) !important}.to-old-orange-10\/60{--tw-gradient-to: rgb(253 240 228 / .6) var(--tw-gradient-to-position) !important}.to-old-orange-10\/65{--tw-gradient-to: rgb(253 240 228 / .65) var(--tw-gradient-to-position) !important}.to-old-orange-10\/75{--tw-gradient-to: rgb(253 240 228 / .75) var(--tw-gradient-to-position) !important}.to-old-orange-10\/85{--tw-gradient-to: rgb(253 240 228 / .85) var(--tw-gradient-to-position) !important}.to-old-orange-100{--tw-gradient-to: #FEF5EB var(--tw-gradient-to-position) !important}.to-old-orange-100\/0{--tw-gradient-to: rgb(254 245 235 / 0) var(--tw-gradient-to-position) !important}.to-old-orange-100\/100{--tw-gradient-to: rgb(254 245 235 / 1) var(--tw-gradient-to-position) !important}.to-old-orange-100\/20{--tw-gradient-to: rgb(254 245 235 / .2) var(--tw-gradient-to-position) !important}.to-old-orange-100\/45{--tw-gradient-to: rgb(254 245 235 / .45) var(--tw-gradient-to-position) !important}.to-old-orange-100\/50{--tw-gradient-to: rgb(254 245 235 / .5) var(--tw-gradient-to-position) !important}.to-old-orange-100\/60{--tw-gradient-to: rgb(254 245 235 / .6) var(--tw-gradient-to-position) !important}.to-old-orange-100\/65{--tw-gradient-to: rgb(254 245 235 / .65) var(--tw-gradient-to-position) !important}.to-old-orange-100\/75{--tw-gradient-to: rgb(254 245 235 / .75) var(--tw-gradient-to-position) !important}.to-old-orange-100\/85{--tw-gradient-to: rgb(254 245 235 / .85) var(--tw-gradient-to-position) !important}.to-old-orange-300{--tw-gradient-to: #FFEDD8 var(--tw-gradient-to-position) !important}.to-old-orange-300\/0{--tw-gradient-to: rgb(255 237 216 / 0) var(--tw-gradient-to-position) !important}.to-old-orange-300\/100{--tw-gradient-to: rgb(255 237 216 / 1) var(--tw-gradient-to-position) !important}.to-old-orange-300\/20{--tw-gradient-to: rgb(255 237 216 / .2) var(--tw-gradient-to-position) !important}.to-old-orange-300\/45{--tw-gradient-to: rgb(255 237 216 / .45) var(--tw-gradient-to-position) !important}.to-old-orange-300\/50{--tw-gradient-to: rgb(255 237 216 / .5) var(--tw-gradient-to-position) !important}.to-old-orange-300\/60{--tw-gradient-to: rgb(255 237 216 / .6) var(--tw-gradient-to-position) !important}.to-old-orange-300\/65{--tw-gradient-to: rgb(255 237 216 / .65) var(--tw-gradient-to-position) !important}.to-old-orange-300\/75{--tw-gradient-to: rgb(255 237 216 / .75) var(--tw-gradient-to-position) !important}.to-old-orange-300\/85{--tw-gradient-to: rgb(255 237 216 / .85) var(--tw-gradient-to-position) !important}.to-old-orange-70{--tw-gradient-to: #F19540 var(--tw-gradient-to-position) !important}.to-old-orange-70\/0{--tw-gradient-to: rgb(241 149 64 / 0) var(--tw-gradient-to-position) !important}.to-old-orange-70\/100{--tw-gradient-to: rgb(241 149 64 / 1) var(--tw-gradient-to-position) !important}.to-old-orange-70\/20{--tw-gradient-to: rgb(241 149 64 / .2) var(--tw-gradient-to-position) !important}.to-old-orange-70\/45{--tw-gradient-to: rgb(241 149 64 / .45) var(--tw-gradient-to-position) !important}.to-old-orange-70\/50{--tw-gradient-to: rgb(241 149 64 / .5) var(--tw-gradient-to-position) !important}.to-old-orange-70\/60{--tw-gradient-to: rgb(241 149 64 / .6) var(--tw-gradient-to-position) !important}.to-old-orange-70\/65{--tw-gradient-to: rgb(241 149 64 / .65) var(--tw-gradient-to-position) !important}.to-old-orange-70\/75{--tw-gradient-to: rgb(241 149 64 / .75) var(--tw-gradient-to-position) !important}.to-old-orange-70\/85{--tw-gradient-to: rgb(241 149 64 / .85) var(--tw-gradient-to-position) !important}.to-old-orange-90{--tw-gradient-to: #CD6B0F var(--tw-gradient-to-position) !important}.to-old-orange-90\/0{--tw-gradient-to: rgb(205 107 15 / 0) var(--tw-gradient-to-position) !important}.to-old-orange-90\/100{--tw-gradient-to: rgb(205 107 15 / 1) var(--tw-gradient-to-position) !important}.to-old-orange-90\/20{--tw-gradient-to: rgb(205 107 15 / .2) var(--tw-gradient-to-position) !important}.to-old-orange-90\/45{--tw-gradient-to: rgb(205 107 15 / .45) var(--tw-gradient-to-position) !important}.to-old-orange-90\/50{--tw-gradient-to: rgb(205 107 15 / .5) var(--tw-gradient-to-position) !important}.to-old-orange-90\/60{--tw-gradient-to: rgb(205 107 15 / .6) var(--tw-gradient-to-position) !important}.to-old-orange-90\/65{--tw-gradient-to: rgb(205 107 15 / .65) var(--tw-gradient-to-position) !important}.to-old-orange-90\/75{--tw-gradient-to: rgb(205 107 15 / .75) var(--tw-gradient-to-position) !important}.to-old-orange-90\/85{--tw-gradient-to: rgb(205 107 15 / .85) var(--tw-gradient-to-position) !important}.to-old-orange-main{--tw-gradient-to: #EEB648 var(--tw-gradient-to-position) !important}.to-old-orange-main\/0{--tw-gradient-to: rgb(238 182 72 / 0) var(--tw-gradient-to-position) !important}.to-old-orange-main\/100{--tw-gradient-to: rgb(238 182 72 / 1) var(--tw-gradient-to-position) !important}.to-old-orange-main\/20{--tw-gradient-to: rgb(238 182 72 / .2) var(--tw-gradient-to-position) !important}.to-old-orange-main\/45{--tw-gradient-to: rgb(238 182 72 / .45) var(--tw-gradient-to-position) !important}.to-old-orange-main\/50{--tw-gradient-to: rgb(238 182 72 / .5) var(--tw-gradient-to-position) !important}.to-old-orange-main\/60{--tw-gradient-to: rgb(238 182 72 / .6) var(--tw-gradient-to-position) !important}.to-old-orange-main\/65{--tw-gradient-to: rgb(238 182 72 / .65) var(--tw-gradient-to-position) !important}.to-old-orange-main\/75{--tw-gradient-to: rgb(238 182 72 / .75) var(--tw-gradient-to-position) !important}.to-old-orange-main\/85{--tw-gradient-to: rgb(238 182 72 / .85) var(--tw-gradient-to-position) !important}.to-old-orange-tint{--tw-gradient-to: #FDF8ED var(--tw-gradient-to-position) !important}.to-old-orange-tint\/0{--tw-gradient-to: rgb(253 248 237 / 0) var(--tw-gradient-to-position) !important}.to-old-orange-tint\/100{--tw-gradient-to: rgb(253 248 237 / 1) var(--tw-gradient-to-position) !important}.to-old-orange-tint\/20{--tw-gradient-to: rgb(253 248 237 / .2) var(--tw-gradient-to-position) !important}.to-old-orange-tint\/45{--tw-gradient-to: rgb(253 248 237 / .45) var(--tw-gradient-to-position) !important}.to-old-orange-tint\/50{--tw-gradient-to: rgb(253 248 237 / .5) var(--tw-gradient-to-position) !important}.to-old-orange-tint\/60{--tw-gradient-to: rgb(253 248 237 / .6) var(--tw-gradient-to-position) !important}.to-old-orange-tint\/65{--tw-gradient-to: rgb(253 248 237 / .65) var(--tw-gradient-to-position) !important}.to-old-orange-tint\/75{--tw-gradient-to: rgb(253 248 237 / .75) var(--tw-gradient-to-position) !important}.to-old-orange-tint\/85{--tw-gradient-to: rgb(253 248 237 / .85) var(--tw-gradient-to-position) !important}.to-old-pink-100{--tw-gradient-to: #F4F5F8 var(--tw-gradient-to-position) !important}.to-old-pink-100\/0{--tw-gradient-to: rgb(244 245 248 / 0) var(--tw-gradient-to-position) !important}.to-old-pink-100\/100{--tw-gradient-to: rgb(244 245 248 / 1) var(--tw-gradient-to-position) !important}.to-old-pink-100\/20{--tw-gradient-to: rgb(244 245 248 / .2) var(--tw-gradient-to-position) !important}.to-old-pink-100\/45{--tw-gradient-to: rgb(244 245 248 / .45) var(--tw-gradient-to-position) !important}.to-old-pink-100\/50{--tw-gradient-to: rgb(244 245 248 / .5) var(--tw-gradient-to-position) !important}.to-old-pink-100\/60{--tw-gradient-to: rgb(244 245 248 / .6) var(--tw-gradient-to-position) !important}.to-old-pink-100\/65{--tw-gradient-to: rgb(244 245 248 / .65) var(--tw-gradient-to-position) !important}.to-old-pink-100\/75{--tw-gradient-to: rgb(244 245 248 / .75) var(--tw-gradient-to-position) !important}.to-old-pink-100\/85{--tw-gradient-to: rgb(244 245 248 / .85) var(--tw-gradient-to-position) !important}.to-old-pink-300{--tw-gradient-to: #E8EAEC var(--tw-gradient-to-position) !important}.to-old-pink-300\/0{--tw-gradient-to: rgb(232 234 236 / 0) var(--tw-gradient-to-position) !important}.to-old-pink-300\/100{--tw-gradient-to: rgb(232 234 236 / 1) var(--tw-gradient-to-position) !important}.to-old-pink-300\/20{--tw-gradient-to: rgb(232 234 236 / .2) var(--tw-gradient-to-position) !important}.to-old-pink-300\/45{--tw-gradient-to: rgb(232 234 236 / .45) var(--tw-gradient-to-position) !important}.to-old-pink-300\/50{--tw-gradient-to: rgb(232 234 236 / .5) var(--tw-gradient-to-position) !important}.to-old-pink-300\/60{--tw-gradient-to: rgb(232 234 236 / .6) var(--tw-gradient-to-position) !important}.to-old-pink-300\/65{--tw-gradient-to: rgb(232 234 236 / .65) var(--tw-gradient-to-position) !important}.to-old-pink-300\/75{--tw-gradient-to: rgb(232 234 236 / .75) var(--tw-gradient-to-position) !important}.to-old-pink-300\/85{--tw-gradient-to: rgb(232 234 236 / .85) var(--tw-gradient-to-position) !important}.to-old-pink-500{--tw-gradient-to: #878C99 var(--tw-gradient-to-position) !important}.to-old-pink-500\/0{--tw-gradient-to: rgb(135 140 153 / 0) var(--tw-gradient-to-position) !important}.to-old-pink-500\/100{--tw-gradient-to: rgb(135 140 153 / 1) var(--tw-gradient-to-position) !important}.to-old-pink-500\/20{--tw-gradient-to: rgb(135 140 153 / .2) var(--tw-gradient-to-position) !important}.to-old-pink-500\/45{--tw-gradient-to: rgb(135 140 153 / .45) var(--tw-gradient-to-position) !important}.to-old-pink-500\/50{--tw-gradient-to: rgb(135 140 153 / .5) var(--tw-gradient-to-position) !important}.to-old-pink-500\/60{--tw-gradient-to: rgb(135 140 153 / .6) var(--tw-gradient-to-position) !important}.to-old-pink-500\/65{--tw-gradient-to: rgb(135 140 153 / .65) var(--tw-gradient-to-position) !important}.to-old-pink-500\/75{--tw-gradient-to: rgb(135 140 153 / .75) var(--tw-gradient-to-position) !important}.to-old-pink-500\/85{--tw-gradient-to: rgb(135 140 153 / .85) var(--tw-gradient-to-position) !important}.to-old-red-10{--tw-gradient-to: #F8E9EB var(--tw-gradient-to-position) !important}.to-old-red-10\/0{--tw-gradient-to: rgb(248 233 235 / 0) var(--tw-gradient-to-position) !important}.to-old-red-10\/100{--tw-gradient-to: rgb(248 233 235 / 1) var(--tw-gradient-to-position) !important}.to-old-red-10\/20{--tw-gradient-to: rgb(248 233 235 / .2) var(--tw-gradient-to-position) !important}.to-old-red-10\/45{--tw-gradient-to: rgb(248 233 235 / .45) var(--tw-gradient-to-position) !important}.to-old-red-10\/50{--tw-gradient-to: rgb(248 233 235 / .5) var(--tw-gradient-to-position) !important}.to-old-red-10\/60{--tw-gradient-to: rgb(248 233 235 / .6) var(--tw-gradient-to-position) !important}.to-old-red-10\/65{--tw-gradient-to: rgb(248 233 235 / .65) var(--tw-gradient-to-position) !important}.to-old-red-10\/75{--tw-gradient-to: rgb(248 233 235 / .75) var(--tw-gradient-to-position) !important}.to-old-red-10\/85{--tw-gradient-to: rgb(248 233 235 / .85) var(--tw-gradient-to-position) !important}.to-old-red-20{--tw-gradient-to: #F1D2D6 var(--tw-gradient-to-position) !important}.to-old-red-20\/0{--tw-gradient-to: rgb(241 210 214 / 0) var(--tw-gradient-to-position) !important}.to-old-red-20\/100{--tw-gradient-to: rgb(241 210 214 / 1) var(--tw-gradient-to-position) !important}.to-old-red-20\/20{--tw-gradient-to: rgb(241 210 214 / .2) var(--tw-gradient-to-position) !important}.to-old-red-20\/45{--tw-gradient-to: rgb(241 210 214 / .45) var(--tw-gradient-to-position) !important}.to-old-red-20\/50{--tw-gradient-to: rgb(241 210 214 / .5) var(--tw-gradient-to-position) !important}.to-old-red-20\/60{--tw-gradient-to: rgb(241 210 214 / .6) var(--tw-gradient-to-position) !important}.to-old-red-20\/65{--tw-gradient-to: rgb(241 210 214 / .65) var(--tw-gradient-to-position) !important}.to-old-red-20\/75{--tw-gradient-to: rgb(241 210 214 / .75) var(--tw-gradient-to-position) !important}.to-old-red-20\/85{--tw-gradient-to: rgb(241 210 214 / .85) var(--tw-gradient-to-position) !important}.to-old-red-70{--tw-gradient-to: #CE6371 var(--tw-gradient-to-position) !important}.to-old-red-70\/0{--tw-gradient-to: rgb(206 99 113 / 0) var(--tw-gradient-to-position) !important}.to-old-red-70\/100{--tw-gradient-to: rgb(206 99 113 / 1) var(--tw-gradient-to-position) !important}.to-old-red-70\/20{--tw-gradient-to: rgb(206 99 113 / .2) var(--tw-gradient-to-position) !important}.to-old-red-70\/45{--tw-gradient-to: rgb(206 99 113 / .45) var(--tw-gradient-to-position) !important}.to-old-red-70\/50{--tw-gradient-to: rgb(206 99 113 / .5) var(--tw-gradient-to-position) !important}.to-old-red-70\/60{--tw-gradient-to: rgb(206 99 113 / .6) var(--tw-gradient-to-position) !important}.to-old-red-70\/65{--tw-gradient-to: rgb(206 99 113 / .65) var(--tw-gradient-to-position) !important}.to-old-red-70\/75{--tw-gradient-to: rgb(206 99 113 / .75) var(--tw-gradient-to-position) !important}.to-old-red-70\/85{--tw-gradient-to: rgb(206 99 113 / .85) var(--tw-gradient-to-position) !important}.to-old-red-80{--tw-gradient-to: #AE3E50 var(--tw-gradient-to-position) !important}.to-old-red-80\/0{--tw-gradient-to: rgb(174 62 80 / 0) var(--tw-gradient-to-position) !important}.to-old-red-80\/100{--tw-gradient-to: rgb(174 62 80 / 1) var(--tw-gradient-to-position) !important}.to-old-red-80\/20{--tw-gradient-to: rgb(174 62 80 / .2) var(--tw-gradient-to-position) !important}.to-old-red-80\/45{--tw-gradient-to: rgb(174 62 80 / .45) var(--tw-gradient-to-position) !important}.to-old-red-80\/50{--tw-gradient-to: rgb(174 62 80 / .5) var(--tw-gradient-to-position) !important}.to-old-red-80\/60{--tw-gradient-to: rgb(174 62 80 / .6) var(--tw-gradient-to-position) !important}.to-old-red-80\/65{--tw-gradient-to: rgb(174 62 80 / .65) var(--tw-gradient-to-position) !important}.to-old-red-80\/75{--tw-gradient-to: rgb(174 62 80 / .75) var(--tw-gradient-to-position) !important}.to-old-red-80\/85{--tw-gradient-to: rgb(174 62 80 / .85) var(--tw-gradient-to-position) !important}.to-old-red-90{--tw-gradient-to: #B33949 var(--tw-gradient-to-position) !important}.to-old-red-90\/0{--tw-gradient-to: rgb(179 57 73 / 0) var(--tw-gradient-to-position) !important}.to-old-red-90\/100{--tw-gradient-to: rgb(179 57 73 / 1) var(--tw-gradient-to-position) !important}.to-old-red-90\/20{--tw-gradient-to: rgb(179 57 73 / .2) var(--tw-gradient-to-position) !important}.to-old-red-90\/45{--tw-gradient-to: rgb(179 57 73 / .45) var(--tw-gradient-to-position) !important}.to-old-red-90\/50{--tw-gradient-to: rgb(179 57 73 / .5) var(--tw-gradient-to-position) !important}.to-old-red-90\/60{--tw-gradient-to: rgb(179 57 73 / .6) var(--tw-gradient-to-position) !important}.to-old-red-90\/65{--tw-gradient-to: rgb(179 57 73 / .65) var(--tw-gradient-to-position) !important}.to-old-red-90\/75{--tw-gradient-to: rgb(179 57 73 / .75) var(--tw-gradient-to-position) !important}.to-old-red-90\/85{--tw-gradient-to: rgb(179 57 73 / .85) var(--tw-gradient-to-position) !important}.to-old-red-error{--tw-gradient-to: #f56c6c var(--tw-gradient-to-position) !important}.to-old-red-error\/0{--tw-gradient-to: rgb(245 108 108 / 0) var(--tw-gradient-to-position) !important}.to-old-red-error\/100{--tw-gradient-to: rgb(245 108 108 / 1) var(--tw-gradient-to-position) !important}.to-old-red-error\/20{--tw-gradient-to: rgb(245 108 108 / .2) var(--tw-gradient-to-position) !important}.to-old-red-error\/45{--tw-gradient-to: rgb(245 108 108 / .45) var(--tw-gradient-to-position) !important}.to-old-red-error\/50{--tw-gradient-to: rgb(245 108 108 / .5) var(--tw-gradient-to-position) !important}.to-old-red-error\/60{--tw-gradient-to: rgb(245 108 108 / .6) var(--tw-gradient-to-position) !important}.to-old-red-error\/65{--tw-gradient-to: rgb(245 108 108 / .65) var(--tw-gradient-to-position) !important}.to-old-red-error\/75{--tw-gradient-to: rgb(245 108 108 / .75) var(--tw-gradient-to-position) !important}.to-old-red-error\/85{--tw-gradient-to: rgb(245 108 108 / .85) var(--tw-gradient-to-position) !important}.to-old-red-light{--tw-gradient-to: #e05f5f var(--tw-gradient-to-position) !important}.to-old-red-light\/0{--tw-gradient-to: rgb(224 95 95 / 0) var(--tw-gradient-to-position) !important}.to-old-red-light\/100{--tw-gradient-to: rgb(224 95 95 / 1) var(--tw-gradient-to-position) !important}.to-old-red-light\/20{--tw-gradient-to: rgb(224 95 95 / .2) var(--tw-gradient-to-position) !important}.to-old-red-light\/45{--tw-gradient-to: rgb(224 95 95 / .45) var(--tw-gradient-to-position) !important}.to-old-red-light\/50{--tw-gradient-to: rgb(224 95 95 / .5) var(--tw-gradient-to-position) !important}.to-old-red-light\/60{--tw-gradient-to: rgb(224 95 95 / .6) var(--tw-gradient-to-position) !important}.to-old-red-light\/65{--tw-gradient-to: rgb(224 95 95 / .65) var(--tw-gradient-to-position) !important}.to-old-red-light\/75{--tw-gradient-to: rgb(224 95 95 / .75) var(--tw-gradient-to-position) !important}.to-old-red-light\/85{--tw-gradient-to: rgb(224 95 95 / .85) var(--tw-gradient-to-position) !important}.to-old-red-main{--tw-gradient-to: #FF3F3F var(--tw-gradient-to-position) !important}.to-old-red-main\/0{--tw-gradient-to: rgb(255 63 63 / 0) var(--tw-gradient-to-position) !important}.to-old-red-main\/100{--tw-gradient-to: rgb(255 63 63 / 1) var(--tw-gradient-to-position) !important}.to-old-red-main\/20{--tw-gradient-to: rgb(255 63 63 / .2) var(--tw-gradient-to-position) !important}.to-old-red-main\/45{--tw-gradient-to: rgb(255 63 63 / .45) var(--tw-gradient-to-position) !important}.to-old-red-main\/50{--tw-gradient-to: rgb(255 63 63 / .5) var(--tw-gradient-to-position) !important}.to-old-red-main\/60{--tw-gradient-to: rgb(255 63 63 / .6) var(--tw-gradient-to-position) !important}.to-old-red-main\/65{--tw-gradient-to: rgb(255 63 63 / .65) var(--tw-gradient-to-position) !important}.to-old-red-main\/75{--tw-gradient-to: rgb(255 63 63 / .75) var(--tw-gradient-to-position) !important}.to-old-red-main\/85{--tw-gradient-to: rgb(255 63 63 / .85) var(--tw-gradient-to-position) !important}.to-old-red-tint{--tw-gradient-to: #FFEFF1 var(--tw-gradient-to-position) !important}.to-old-red-tint\/0{--tw-gradient-to: rgb(255 239 241 / 0) var(--tw-gradient-to-position) !important}.to-old-red-tint\/100{--tw-gradient-to: rgb(255 239 241 / 1) var(--tw-gradient-to-position) !important}.to-old-red-tint\/20{--tw-gradient-to: rgb(255 239 241 / .2) var(--tw-gradient-to-position) !important}.to-old-red-tint\/45{--tw-gradient-to: rgb(255 239 241 / .45) var(--tw-gradient-to-position) !important}.to-old-red-tint\/50{--tw-gradient-to: rgb(255 239 241 / .5) var(--tw-gradient-to-position) !important}.to-old-red-tint\/60{--tw-gradient-to: rgb(255 239 241 / .6) var(--tw-gradient-to-position) !important}.to-old-red-tint\/65{--tw-gradient-to: rgb(255 239 241 / .65) var(--tw-gradient-to-position) !important}.to-old-red-tint\/75{--tw-gradient-to: rgb(255 239 241 / .75) var(--tw-gradient-to-position) !important}.to-old-red-tint\/85{--tw-gradient-to: rgb(255 239 241 / .85) var(--tw-gradient-to-position) !important}.to-old-red-warning{--tw-gradient-to: #ff4550 var(--tw-gradient-to-position) !important}.to-old-red-warning\/0{--tw-gradient-to: rgb(255 69 80 / 0) var(--tw-gradient-to-position) !important}.to-old-red-warning\/100{--tw-gradient-to: rgb(255 69 80 / 1) var(--tw-gradient-to-position) !important}.to-old-red-warning\/20{--tw-gradient-to: rgb(255 69 80 / .2) var(--tw-gradient-to-position) !important}.to-old-red-warning\/45{--tw-gradient-to: rgb(255 69 80 / .45) var(--tw-gradient-to-position) !important}.to-old-red-warning\/50{--tw-gradient-to: rgb(255 69 80 / .5) var(--tw-gradient-to-position) !important}.to-old-red-warning\/60{--tw-gradient-to: rgb(255 69 80 / .6) var(--tw-gradient-to-position) !important}.to-old-red-warning\/65{--tw-gradient-to: rgb(255 69 80 / .65) var(--tw-gradient-to-position) !important}.to-old-red-warning\/75{--tw-gradient-to: rgb(255 69 80 / .75) var(--tw-gradient-to-position) !important}.to-old-red-warning\/85{--tw-gradient-to: rgb(255 69 80 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default{--tw-gradient-to: #0c60f8 var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/0{--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/100{--tw-gradient-to: rgb(12 96 248 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/20{--tw-gradient-to: rgb(12 96 248 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/45{--tw-gradient-to: rgb(12 96 248 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/50{--tw-gradient-to: rgb(12 96 248 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/60{--tw-gradient-to: rgb(12 96 248 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/65{--tw-gradient-to: rgb(12 96 248 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/75{--tw-gradient-to: rgb(12 96 248 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-default\/85{--tw-gradient-to: rgb(12 96 248 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled{--tw-gradient-to: #e3e3e5 var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/0{--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/100{--tw-gradient-to: rgb(227 227 229 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/20{--tw-gradient-to: rgb(227 227 229 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/45{--tw-gradient-to: rgb(227 227 229 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/50{--tw-gradient-to: rgb(227 227 229 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/60{--tw-gradient-to: rgb(227 227 229 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/65{--tw-gradient-to: rgb(227 227 229 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/75{--tw-gradient-to: rgb(227 227 229 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-disabled\/85{--tw-gradient-to: rgb(227 227 229 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover{--tw-gradient-to: #0052ea var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/0{--tw-gradient-to: rgb(0 82 234 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/100{--tw-gradient-to: rgb(0 82 234 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/20{--tw-gradient-to: rgb(0 82 234 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/45{--tw-gradient-to: rgb(0 82 234 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/50{--tw-gradient-to: rgb(0 82 234 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/60{--tw-gradient-to: rgb(0 82 234 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/65{--tw-gradient-to: rgb(0 82 234 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/75{--tw-gradient-to: rgb(0 82 234 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-hover\/85{--tw-gradient-to: rgb(0 82 234 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected{--tw-gradient-to: #0045dd var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/0{--tw-gradient-to: rgb(0 69 221 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/100{--tw-gradient-to: rgb(0 69 221 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/20{--tw-gradient-to: rgb(0 69 221 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/45{--tw-gradient-to: rgb(0 69 221 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/50{--tw-gradient-to: rgb(0 69 221 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/60{--tw-gradient-to: rgb(0 69 221 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/65{--tw-gradient-to: rgb(0 69 221 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/75{--tw-gradient-to: rgb(0 69 221 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-primary-selected\/85{--tw-gradient-to: rgb(0 69 221 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default{--tw-gradient-to: #2f2f37 var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/0{--tw-gradient-to: rgb(47 47 55 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/100{--tw-gradient-to: rgb(47 47 55 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/20{--tw-gradient-to: rgb(47 47 55 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/45{--tw-gradient-to: rgb(47 47 55 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/50{--tw-gradient-to: rgb(47 47 55 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/60{--tw-gradient-to: rgb(47 47 55 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/65{--tw-gradient-to: rgb(47 47 55 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/75{--tw-gradient-to: rgb(47 47 55 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-default\/85{--tw-gradient-to: rgb(47 47 55 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled{--tw-gradient-to: #e3e3e5 var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/0{--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/100{--tw-gradient-to: rgb(227 227 229 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/20{--tw-gradient-to: rgb(227 227 229 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/45{--tw-gradient-to: rgb(227 227 229 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/50{--tw-gradient-to: rgb(227 227 229 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/60{--tw-gradient-to: rgb(227 227 229 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/65{--tw-gradient-to: rgb(227 227 229 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/75{--tw-gradient-to: rgb(227 227 229 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-disabled\/85{--tw-gradient-to: rgb(227 227 229 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover{--tw-gradient-to: #25242b var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/0{--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/100{--tw-gradient-to: rgb(37 36 43 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/20{--tw-gradient-to: rgb(37 36 43 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/45{--tw-gradient-to: rgb(37 36 43 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/50{--tw-gradient-to: rgb(37 36 43 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/60{--tw-gradient-to: rgb(37 36 43 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/65{--tw-gradient-to: rgb(37 36 43 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/75{--tw-gradient-to: rgb(37 36 43 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-hover\/85{--tw-gradient-to: rgb(37 36 43 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected{--tw-gradient-to: #1a1a20 var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/0{--tw-gradient-to: rgb(26 26 32 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/100{--tw-gradient-to: rgb(26 26 32 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/20{--tw-gradient-to: rgb(26 26 32 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/45{--tw-gradient-to: rgb(26 26 32 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/50{--tw-gradient-to: rgb(26 26 32 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/60{--tw-gradient-to: rgb(26 26 32 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/65{--tw-gradient-to: rgb(26 26 32 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/75{--tw-gradient-to: rgb(26 26 32 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-accent-secondary-\(nu\)-selected\/85{--tw-gradient-to: rgb(26 26 32 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default{--tw-gradient-to: #d8152d var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/0{--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/100{--tw-gradient-to: rgb(216 21 45 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/20{--tw-gradient-to: rgb(216 21 45 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/45{--tw-gradient-to: rgb(216 21 45 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/50{--tw-gradient-to: rgb(216 21 45 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/60{--tw-gradient-to: rgb(216 21 45 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/65{--tw-gradient-to: rgb(216 21 45 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/75{--tw-gradient-to: rgb(216 21 45 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-error-default\/85{--tw-gradient-to: rgb(216 21 45 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-error-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover{--tw-gradient-to: #c5001b var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/0{--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/100{--tw-gradient-to: rgb(197 0 27 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/20{--tw-gradient-to: rgb(197 0 27 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/45{--tw-gradient-to: rgb(197 0 27 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/50{--tw-gradient-to: rgb(197 0 27 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/60{--tw-gradient-to: rgb(197 0 27 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/65{--tw-gradient-to: rgb(197 0 27 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/75{--tw-gradient-to: rgb(197 0 27 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-error-hover\/85{--tw-gradient-to: rgb(197 0 27 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected{--tw-gradient-to: #b20006 var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/0{--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/100{--tw-gradient-to: rgb(178 0 6 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/20{--tw-gradient-to: rgb(178 0 6 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/45{--tw-gradient-to: rgb(178 0 6 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/50{--tw-gradient-to: rgb(178 0 6 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/60{--tw-gradient-to: rgb(178 0 6 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/65{--tw-gradient-to: rgb(178 0 6 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/75{--tw-gradient-to: rgb(178 0 6 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-error-selected\/85{--tw-gradient-to: rgb(178 0 6 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default{--tw-gradient-to: #d6d9ea var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/0{--tw-gradient-to: rgb(214 217 234 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/100{--tw-gradient-to: rgb(214 217 234 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/20{--tw-gradient-to: rgb(214 217 234 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/45{--tw-gradient-to: rgb(214 217 234 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/50{--tw-gradient-to: rgb(214 217 234 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/60{--tw-gradient-to: rgb(214 217 234 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/65{--tw-gradient-to: rgb(214 217 234 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/75{--tw-gradient-to: rgb(214 217 234 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-default\/85{--tw-gradient-to: rgb(214 217 234 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled{--tw-gradient-to: #e3e3e5 var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/0{--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/100{--tw-gradient-to: rgb(227 227 229 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/20{--tw-gradient-to: rgb(227 227 229 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/45{--tw-gradient-to: rgb(227 227 229 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/50{--tw-gradient-to: rgb(227 227 229 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/60{--tw-gradient-to: rgb(227 227 229 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/65{--tw-gradient-to: rgb(227 227 229 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/75{--tw-gradient-to: rgb(227 227 229 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-disabled\/85{--tw-gradient-to: rgb(227 227 229 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover{--tw-gradient-to: #c7cbe2 var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/0{--tw-gradient-to: rgb(199 203 226 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/100{--tw-gradient-to: rgb(199 203 226 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/20{--tw-gradient-to: rgb(199 203 226 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/45{--tw-gradient-to: rgb(199 203 226 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/50{--tw-gradient-to: rgb(199 203 226 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/60{--tw-gradient-to: rgb(199 203 226 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/65{--tw-gradient-to: rgb(199 203 226 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/75{--tw-gradient-to: rgb(199 203 226 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-hover\/85{--tw-gradient-to: rgb(199 203 226 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected{--tw-gradient-to: #3a3a42 var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/0{--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/100{--tw-gradient-to: rgb(58 58 66 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/20{--tw-gradient-to: rgb(58 58 66 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/45{--tw-gradient-to: rgb(58 58 66 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/50{--tw-gradient-to: rgb(58 58 66 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/60{--tw-gradient-to: rgb(58 58 66 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/65{--tw-gradient-to: rgb(58 58 66 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/75{--tw-gradient-to: rgb(58 58 66 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-primary-selected\/85{--tw-gradient-to: rgb(58 58 66 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default{--tw-gradient-to: #ecedf7 var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/0{--tw-gradient-to: rgb(236 237 247 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/100{--tw-gradient-to: rgb(236 237 247 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/20{--tw-gradient-to: rgb(236 237 247 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/45{--tw-gradient-to: rgb(236 237 247 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/50{--tw-gradient-to: rgb(236 237 247 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/60{--tw-gradient-to: rgb(236 237 247 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/65{--tw-gradient-to: rgb(236 237 247 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/75{--tw-gradient-to: rgb(236 237 247 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-default\/85{--tw-gradient-to: rgb(236 237 247 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled{--tw-gradient-to: #e3e3e5 var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/0{--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/100{--tw-gradient-to: rgb(227 227 229 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/20{--tw-gradient-to: rgb(227 227 229 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/45{--tw-gradient-to: rgb(227 227 229 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/50{--tw-gradient-to: rgb(227 227 229 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/60{--tw-gradient-to: rgb(227 227 229 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/65{--tw-gradient-to: rgb(227 227 229 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/75{--tw-gradient-to: rgb(227 227 229 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-disabled\/85{--tw-gradient-to: rgb(227 227 229 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover{--tw-gradient-to: #e2e4f1 var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/0{--tw-gradient-to: rgb(226 228 241 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/100{--tw-gradient-to: rgb(226 228 241 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/20{--tw-gradient-to: rgb(226 228 241 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/45{--tw-gradient-to: rgb(226 228 241 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/50{--tw-gradient-to: rgb(226 228 241 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/60{--tw-gradient-to: rgb(226 228 241 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/65{--tw-gradient-to: rgb(226 228 241 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/75{--tw-gradient-to: rgb(226 228 241 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-hover\/85{--tw-gradient-to: rgb(226 228 241 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected{--tw-gradient-to: #3a3a42 var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/0{--tw-gradient-to: rgb(58 58 66 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/100{--tw-gradient-to: rgb(58 58 66 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/20{--tw-gradient-to: rgb(58 58 66 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/45{--tw-gradient-to: rgb(58 58 66 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/50{--tw-gradient-to: rgb(58 58 66 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/60{--tw-gradient-to: rgb(58 58 66 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/65{--tw-gradient-to: rgb(58 58 66 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/75{--tw-gradient-to: rgb(58 58 66 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-neutral-secondary-selected\/85{--tw-gradient-to: rgb(58 58 66 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default{--tw-gradient-to: #ffffff var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-default\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled{--tw-gradient-to: #e3e3e5 var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/0{--tw-gradient-to: rgb(227 227 229 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/100{--tw-gradient-to: rgb(227 227 229 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/20{--tw-gradient-to: rgb(227 227 229 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/45{--tw-gradient-to: rgb(227 227 229 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/50{--tw-gradient-to: rgb(227 227 229 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/60{--tw-gradient-to: rgb(227 227 229 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/65{--tw-gradient-to: rgb(227 227 229 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/75{--tw-gradient-to: rgb(227 227 229 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-disabled\/85{--tw-gradient-to: rgb(227 227 229 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover{--tw-gradient-to: #fbfbfb var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/0{--tw-gradient-to: rgb(251 251 251 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/100{--tw-gradient-to: rgb(251 251 251 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/20{--tw-gradient-to: rgb(251 251 251 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/45{--tw-gradient-to: rgb(251 251 251 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/50{--tw-gradient-to: rgb(251 251 251 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/60{--tw-gradient-to: rgb(251 251 251 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/65{--tw-gradient-to: rgb(251 251 251 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/75{--tw-gradient-to: rgb(251 251 251 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-hover\/85{--tw-gradient-to: rgb(251 251 251 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected{--tw-gradient-to: #f9f9f9 var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/0{--tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/100{--tw-gradient-to: rgb(249 249 249 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/20{--tw-gradient-to: rgb(249 249 249 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/45{--tw-gradient-to: rgb(249 249 249 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/50{--tw-gradient-to: rgb(249 249 249 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/60{--tw-gradient-to: rgb(249 249 249 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/65{--tw-gradient-to: rgb(249 249 249 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/75{--tw-gradient-to: rgb(249 249 249 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-on-accent-selected\/85{--tw-gradient-to: rgb(249 249 249 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover{--tw-gradient-to: #636a9a var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/0{--tw-gradient-to: rgb(99 106 154 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/100{--tw-gradient-to: rgb(99 106 154 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/20{--tw-gradient-to: rgb(99 106 154 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/45{--tw-gradient-to: rgb(99 106 154 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/50{--tw-gradient-to: rgb(99 106 154 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/60{--tw-gradient-to: rgb(99 106 154 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/65{--tw-gradient-to: rgb(99 106 154 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/75{--tw-gradient-to: rgb(99 106 154 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-hover\/85{--tw-gradient-to: rgb(99 106 154 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary{--tw-gradient-to: #6d74a4 var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/0{--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/100{--tw-gradient-to: rgb(109 116 164 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/20{--tw-gradient-to: rgb(109 116 164 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/45{--tw-gradient-to: rgb(109 116 164 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/50{--tw-gradient-to: rgb(109 116 164 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/60{--tw-gradient-to: rgb(109 116 164 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/65{--tw-gradient-to: rgb(109 116 164 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/75{--tw-gradient-to: rgb(109 116 164 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-primary\/85{--tw-gradient-to: rgb(109 116 164 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected{--tw-gradient-to: #565e8e var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/0{--tw-gradient-to: rgb(86 94 142 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/100{--tw-gradient-to: rgb(86 94 142 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/20{--tw-gradient-to: rgb(86 94 142 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/45{--tw-gradient-to: rgb(86 94 142 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/50{--tw-gradient-to: rgb(86 94 142 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/60{--tw-gradient-to: rgb(86 94 142 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/65{--tw-gradient-to: rgb(86 94 142 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/75{--tw-gradient-to: rgb(86 94 142 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-pending-selected\/85{--tw-gradient-to: rgb(86 94 142 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default{--tw-gradient-to: #009277 var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/0{--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/100{--tw-gradient-to: rgb(0 146 119 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/20{--tw-gradient-to: rgb(0 146 119 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/45{--tw-gradient-to: rgb(0 146 119 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/50{--tw-gradient-to: rgb(0 146 119 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/60{--tw-gradient-to: rgb(0 146 119 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/65{--tw-gradient-to: rgb(0 146 119 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/75{--tw-gradient-to: rgb(0 146 119 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-success-default\/85{--tw-gradient-to: rgb(0 146 119 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-success-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover{--tw-gradient-to: #00876d var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/0{--tw-gradient-to: rgb(0 135 109 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/100{--tw-gradient-to: rgb(0 135 109 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/20{--tw-gradient-to: rgb(0 135 109 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/45{--tw-gradient-to: rgb(0 135 109 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/50{--tw-gradient-to: rgb(0 135 109 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/60{--tw-gradient-to: rgb(0 135 109 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/65{--tw-gradient-to: rgb(0 135 109 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/75{--tw-gradient-to: rgb(0 135 109 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-success-hover\/85{--tw-gradient-to: rgb(0 135 109 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected{--tw-gradient-to: #007c62 var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/0{--tw-gradient-to: rgb(0 124 98 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/100{--tw-gradient-to: rgb(0 124 98 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/20{--tw-gradient-to: rgb(0 124 98 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/45{--tw-gradient-to: rgb(0 124 98 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/50{--tw-gradient-to: rgb(0 124 98 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/60{--tw-gradient-to: rgb(0 124 98 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/65{--tw-gradient-to: rgb(0 124 98 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/75{--tw-gradient-to: rgb(0 124 98 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-success-selected\/85{--tw-gradient-to: rgb(0 124 98 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default{--tw-gradient-to: #d87300 var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/0{--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/100{--tw-gradient-to: rgb(216 115 0 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/20{--tw-gradient-to: rgb(216 115 0 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/45{--tw-gradient-to: rgb(216 115 0 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/50{--tw-gradient-to: rgb(216 115 0 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/60{--tw-gradient-to: rgb(216 115 0 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/65{--tw-gradient-to: rgb(216 115 0 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/75{--tw-gradient-to: rgb(216 115 0 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-default\/85{--tw-gradient-to: rgb(216 115 0 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled{--tw-gradient-to: #f3f3f4 var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/0{--tw-gradient-to: rgb(243 243 244 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/100{--tw-gradient-to: rgb(243 243 244 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/20{--tw-gradient-to: rgb(243 243 244 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/45{--tw-gradient-to: rgb(243 243 244 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/50{--tw-gradient-to: rgb(243 243 244 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/60{--tw-gradient-to: rgb(243 243 244 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/65{--tw-gradient-to: rgb(243 243 244 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/75{--tw-gradient-to: rgb(243 243 244 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-disabled\/85{--tw-gradient-to: rgb(243 243 244 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover{--tw-gradient-to: #c05900 var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/0{--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/100{--tw-gradient-to: rgb(192 89 0 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/20{--tw-gradient-to: rgb(192 89 0 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/45{--tw-gradient-to: rgb(192 89 0 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/50{--tw-gradient-to: rgb(192 89 0 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/60{--tw-gradient-to: rgb(192 89 0 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/65{--tw-gradient-to: rgb(192 89 0 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/75{--tw-gradient-to: rgb(192 89 0 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-hover\/85{--tw-gradient-to: rgb(192 89 0 / .85) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected{--tw-gradient-to: #b05200 var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/0{--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/100{--tw-gradient-to: rgb(176 82 0 / 1) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/20{--tw-gradient-to: rgb(176 82 0 / .2) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/45{--tw-gradient-to: rgb(176 82 0 / .45) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/50{--tw-gradient-to: rgb(176 82 0 / .5) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/60{--tw-gradient-to: rgb(176 82 0 / .6) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/65{--tw-gradient-to: rgb(176 82 0 / .65) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/75{--tw-gradient-to: rgb(176 82 0 / .75) var(--tw-gradient-to-position) !important}.to-old-stroke-warning-selected\/85{--tw-gradient-to: rgb(176 82 0 / .85) var(--tw-gradient-to-position) !important}.to-old-text-accent-default{--tw-gradient-to: #0c60f8 var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/0{--tw-gradient-to: rgb(12 96 248 / 0) var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/100{--tw-gradient-to: rgb(12 96 248 / 1) var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/20{--tw-gradient-to: rgb(12 96 248 / .2) var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/45{--tw-gradient-to: rgb(12 96 248 / .45) var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/50{--tw-gradient-to: rgb(12 96 248 / .5) var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/60{--tw-gradient-to: rgb(12 96 248 / .6) var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/65{--tw-gradient-to: rgb(12 96 248 / .65) var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/75{--tw-gradient-to: rgb(12 96 248 / .75) var(--tw-gradient-to-position) !important}.to-old-text-accent-default\/85{--tw-gradient-to: rgb(12 96 248 / .85) var(--tw-gradient-to-position) !important}.to-old-text-black-100{--tw-gradient-to: #000722 var(--tw-gradient-to-position) !important}.to-old-text-black-100\/0{--tw-gradient-to: rgb(0 7 34 / 0) var(--tw-gradient-to-position) !important}.to-old-text-black-100\/100{--tw-gradient-to: rgb(0 7 34 / 1) var(--tw-gradient-to-position) !important}.to-old-text-black-100\/20{--tw-gradient-to: rgb(0 7 34 / .2) var(--tw-gradient-to-position) !important}.to-old-text-black-100\/45{--tw-gradient-to: rgb(0 7 34 / .45) var(--tw-gradient-to-position) !important}.to-old-text-black-100\/50{--tw-gradient-to: rgb(0 7 34 / .5) var(--tw-gradient-to-position) !important}.to-old-text-black-100\/60{--tw-gradient-to: rgb(0 7 34 / .6) var(--tw-gradient-to-position) !important}.to-old-text-black-100\/65{--tw-gradient-to: rgb(0 7 34 / .65) var(--tw-gradient-to-position) !important}.to-old-text-black-100\/75{--tw-gradient-to: rgb(0 7 34 / .75) var(--tw-gradient-to-position) !important}.to-old-text-black-100\/85{--tw-gradient-to: rgb(0 7 34 / .85) var(--tw-gradient-to-position) !important}.to-old-text-error-default{--tw-gradient-to: #d8152d var(--tw-gradient-to-position) !important}.to-old-text-error-default\/0{--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important}.to-old-text-error-default\/100{--tw-gradient-to: rgb(216 21 45 / 1) var(--tw-gradient-to-position) !important}.to-old-text-error-default\/20{--tw-gradient-to: rgb(216 21 45 / .2) var(--tw-gradient-to-position) !important}.to-old-text-error-default\/45{--tw-gradient-to: rgb(216 21 45 / .45) var(--tw-gradient-to-position) !important}.to-old-text-error-default\/50{--tw-gradient-to: rgb(216 21 45 / .5) var(--tw-gradient-to-position) !important}.to-old-text-error-default\/60{--tw-gradient-to: rgb(216 21 45 / .6) var(--tw-gradient-to-position) !important}.to-old-text-error-default\/65{--tw-gradient-to: rgb(216 21 45 / .65) var(--tw-gradient-to-position) !important}.to-old-text-error-default\/75{--tw-gradient-to: rgb(216 21 45 / .75) var(--tw-gradient-to-position) !important}.to-old-text-error-default\/85{--tw-gradient-to: rgb(216 21 45 / .85) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional{--tw-gradient-to: #8f96be var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/0{--tw-gradient-to: rgb(143 150 190 / 0) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/100{--tw-gradient-to: rgb(143 150 190 / 1) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/20{--tw-gradient-to: rgb(143 150 190 / .2) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/45{--tw-gradient-to: rgb(143 150 190 / .45) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/50{--tw-gradient-to: rgb(143 150 190 / .5) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/60{--tw-gradient-to: rgb(143 150 190 / .6) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/65{--tw-gradient-to: rgb(143 150 190 / .65) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/75{--tw-gradient-to: rgb(143 150 190 / .75) var(--tw-gradient-to-position) !important}.to-old-text-neutral-additional\/85{--tw-gradient-to: rgb(143 150 190 / .85) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled{--tw-gradient-to: #8a8e96 var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/0{--tw-gradient-to: rgb(138 142 150 / 0) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/100{--tw-gradient-to: rgb(138 142 150 / 1) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/20{--tw-gradient-to: rgb(138 142 150 / .2) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/45{--tw-gradient-to: rgb(138 142 150 / .45) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/50{--tw-gradient-to: rgb(138 142 150 / .5) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/60{--tw-gradient-to: rgb(138 142 150 / .6) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/65{--tw-gradient-to: rgb(138 142 150 / .65) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/75{--tw-gradient-to: rgb(138 142 150 / .75) var(--tw-gradient-to-position) !important}.to-old-text-neutral-disabled\/85{--tw-gradient-to: rgb(138 142 150 / .85) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary{--tw-gradient-to: #25242b var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/0{--tw-gradient-to: rgb(37 36 43 / 0) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/100{--tw-gradient-to: rgb(37 36 43 / 1) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/20{--tw-gradient-to: rgb(37 36 43 / .2) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/45{--tw-gradient-to: rgb(37 36 43 / .45) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/50{--tw-gradient-to: rgb(37 36 43 / .5) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/60{--tw-gradient-to: rgb(37 36 43 / .6) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/65{--tw-gradient-to: rgb(37 36 43 / .65) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/75{--tw-gradient-to: rgb(37 36 43 / .75) var(--tw-gradient-to-position) !important}.to-old-text-neutral-primary\/85{--tw-gradient-to: rgb(37 36 43 / .85) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary{--tw-gradient-to: #474650 var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/0{--tw-gradient-to: rgb(71 70 80 / 0) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/100{--tw-gradient-to: rgb(71 70 80 / 1) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/20{--tw-gradient-to: rgb(71 70 80 / .2) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/45{--tw-gradient-to: rgb(71 70 80 / .45) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/50{--tw-gradient-to: rgb(71 70 80 / .5) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/60{--tw-gradient-to: rgb(71 70 80 / .6) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/65{--tw-gradient-to: rgb(71 70 80 / .65) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/75{--tw-gradient-to: rgb(71 70 80 / .75) var(--tw-gradient-to-position) !important}.to-old-text-neutral-secondary\/85{--tw-gradient-to: rgb(71 70 80 / .85) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default{--tw-gradient-to: #777A84 var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/0{--tw-gradient-to: rgb(119 122 132 / 0) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/100{--tw-gradient-to: rgb(119 122 132 / 1) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/20{--tw-gradient-to: rgb(119 122 132 / .2) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/45{--tw-gradient-to: rgb(119 122 132 / .45) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/50{--tw-gradient-to: rgb(119 122 132 / .5) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/60{--tw-gradient-to: rgb(119 122 132 / .6) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/65{--tw-gradient-to: rgb(119 122 132 / .65) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/75{--tw-gradient-to: rgb(119 122 132 / .75) var(--tw-gradient-to-position) !important}.to-old-text-neutral-tertiary-default\/85{--tw-gradient-to: rgb(119 122 132 / .85) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary{--tw-gradient-to: #ffffff var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-primary\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary{--tw-gradient-to: rgba(255, 255, 255, .8) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/0{--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/100{--tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/20{--tw-gradient-to: rgba(255, 255, 255, .2) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/45{--tw-gradient-to: rgba(255, 255, 255, .45) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/50{--tw-gradient-to: rgba(255, 255, 255, .5) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/60{--tw-gradient-to: rgba(255, 255, 255, .6) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/65{--tw-gradient-to: rgba(255, 255, 255, .65) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/75{--tw-gradient-to: rgba(255, 255, 255, .75) var(--tw-gradient-to-position) !important}.to-old-text-on-accent-secondary\/85{--tw-gradient-to: rgba(255, 255, 255, .85) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending{--tw-gradient-to: #6d74a4 var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/0{--tw-gradient-to: rgb(109 116 164 / 0) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/100{--tw-gradient-to: rgb(109 116 164 / 1) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/20{--tw-gradient-to: rgb(109 116 164 / .2) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/45{--tw-gradient-to: rgb(109 116 164 / .45) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/50{--tw-gradient-to: rgb(109 116 164 / .5) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/60{--tw-gradient-to: rgb(109 116 164 / .6) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/65{--tw-gradient-to: rgb(109 116 164 / .65) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/75{--tw-gradient-to: rgb(109 116 164 / .75) var(--tw-gradient-to-position) !important}.to-old-text-pending-pending\/85{--tw-gradient-to: rgb(109 116 164 / .85) var(--tw-gradient-to-position) !important}.to-old-text-success-default{--tw-gradient-to: #009277 var(--tw-gradient-to-position) !important}.to-old-text-success-default\/0{--tw-gradient-to: rgb(0 146 119 / 0) var(--tw-gradient-to-position) !important}.to-old-text-success-default\/100{--tw-gradient-to: rgb(0 146 119 / 1) var(--tw-gradient-to-position) !important}.to-old-text-success-default\/20{--tw-gradient-to: rgb(0 146 119 / .2) var(--tw-gradient-to-position) !important}.to-old-text-success-default\/45{--tw-gradient-to: rgb(0 146 119 / .45) var(--tw-gradient-to-position) !important}.to-old-text-success-default\/50{--tw-gradient-to: rgb(0 146 119 / .5) var(--tw-gradient-to-position) !important}.to-old-text-success-default\/60{--tw-gradient-to: rgb(0 146 119 / .6) var(--tw-gradient-to-position) !important}.to-old-text-success-default\/65{--tw-gradient-to: rgb(0 146 119 / .65) var(--tw-gradient-to-position) !important}.to-old-text-success-default\/75{--tw-gradient-to: rgb(0 146 119 / .75) var(--tw-gradient-to-position) !important}.to-old-text-success-default\/85{--tw-gradient-to: rgb(0 146 119 / .85) var(--tw-gradient-to-position) !important}.to-old-text-warning-default{--tw-gradient-to: #d87300 var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/0{--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/100{--tw-gradient-to: rgb(216 115 0 / 1) var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/20{--tw-gradient-to: rgb(216 115 0 / .2) var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/45{--tw-gradient-to: rgb(216 115 0 / .45) var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/50{--tw-gradient-to: rgb(216 115 0 / .5) var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/60{--tw-gradient-to: rgb(216 115 0 / .6) var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/65{--tw-gradient-to: rgb(216 115 0 / .65) var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/75{--tw-gradient-to: rgb(216 115 0 / .75) var(--tw-gradient-to-position) !important}.to-old-text-warning-default\/85{--tw-gradient-to: rgb(216 115 0 / .85) var(--tw-gradient-to-position) !important}.to-old-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position) !important}.to-old-transparent\/0{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important}.to-old-transparent\/100{--tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position) !important}.to-old-transparent\/20{--tw-gradient-to: rgb(0 0 0 / .2) var(--tw-gradient-to-position) !important}.to-old-transparent\/45{--tw-gradient-to: rgb(0 0 0 / .45) var(--tw-gradient-to-position) !important}.to-old-transparent\/50{--tw-gradient-to: rgb(0 0 0 / .5) var(--tw-gradient-to-position) !important}.to-old-transparent\/60{--tw-gradient-to: rgb(0 0 0 / .6) var(--tw-gradient-to-position) !important}.to-old-transparent\/65{--tw-gradient-to: rgb(0 0 0 / .65) var(--tw-gradient-to-position) !important}.to-old-transparent\/75{--tw-gradient-to: rgb(0 0 0 / .75) var(--tw-gradient-to-position) !important}.to-old-transparent\/85{--tw-gradient-to: rgb(0 0 0 / .85) var(--tw-gradient-to-position) !important}.to-old-white{--tw-gradient-to: #fff var(--tw-gradient-to-position) !important}.to-old-white\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-old-white\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-old-white\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-old-white\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-old-white\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-old-white\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-old-white\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-old-white\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-old-white\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-orange-10{--tw-gradient-to: #FDF4EE var(--tw-gradient-to-position) !important}.to-orange-10\/0{--tw-gradient-to: rgb(253 244 238 / 0) var(--tw-gradient-to-position) !important}.to-orange-10\/100{--tw-gradient-to: rgb(253 244 238 / 1) var(--tw-gradient-to-position) !important}.to-orange-10\/20{--tw-gradient-to: rgb(253 244 238 / .2) var(--tw-gradient-to-position) !important}.to-orange-10\/45{--tw-gradient-to: rgb(253 244 238 / .45) var(--tw-gradient-to-position) !important}.to-orange-10\/50{--tw-gradient-to: rgb(253 244 238 / .5) var(--tw-gradient-to-position) !important}.to-orange-10\/60{--tw-gradient-to: rgb(253 244 238 / .6) var(--tw-gradient-to-position) !important}.to-orange-10\/65{--tw-gradient-to: rgb(253 244 238 / .65) var(--tw-gradient-to-position) !important}.to-orange-10\/75{--tw-gradient-to: rgb(253 244 238 / .75) var(--tw-gradient-to-position) !important}.to-orange-10\/85{--tw-gradient-to: rgb(253 244 238 / .85) var(--tw-gradient-to-position) !important}.to-orange-100{--tw-gradient-to: #D87300 var(--tw-gradient-to-position) !important}.to-orange-100\/0{--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important}.to-orange-100\/100{--tw-gradient-to: rgb(216 115 0 / 1) var(--tw-gradient-to-position) !important}.to-orange-100\/20{--tw-gradient-to: rgb(216 115 0 / .2) var(--tw-gradient-to-position) !important}.to-orange-100\/45{--tw-gradient-to: rgb(216 115 0 / .45) var(--tw-gradient-to-position) !important}.to-orange-100\/50{--tw-gradient-to: rgb(216 115 0 / .5) var(--tw-gradient-to-position) !important}.to-orange-100\/60{--tw-gradient-to: rgb(216 115 0 / .6) var(--tw-gradient-to-position) !important}.to-orange-100\/65{--tw-gradient-to: rgb(216 115 0 / .65) var(--tw-gradient-to-position) !important}.to-orange-100\/75{--tw-gradient-to: rgb(216 115 0 / .75) var(--tw-gradient-to-position) !important}.to-orange-100\/85{--tw-gradient-to: rgb(216 115 0 / .85) var(--tw-gradient-to-position) !important}.to-orange-110{--tw-gradient-to: #D87300 var(--tw-gradient-to-position) !important}.to-orange-110\/0{--tw-gradient-to: rgb(216 115 0 / 0) var(--tw-gradient-to-position) !important}.to-orange-110\/100{--tw-gradient-to: rgb(216 115 0 / 1) var(--tw-gradient-to-position) !important}.to-orange-110\/20{--tw-gradient-to: rgb(216 115 0 / .2) var(--tw-gradient-to-position) !important}.to-orange-110\/45{--tw-gradient-to: rgb(216 115 0 / .45) var(--tw-gradient-to-position) !important}.to-orange-110\/50{--tw-gradient-to: rgb(216 115 0 / .5) var(--tw-gradient-to-position) !important}.to-orange-110\/60{--tw-gradient-to: rgb(216 115 0 / .6) var(--tw-gradient-to-position) !important}.to-orange-110\/65{--tw-gradient-to: rgb(216 115 0 / .65) var(--tw-gradient-to-position) !important}.to-orange-110\/75{--tw-gradient-to: rgb(216 115 0 / .75) var(--tw-gradient-to-position) !important}.to-orange-110\/85{--tw-gradient-to: rgb(216 115 0 / .85) var(--tw-gradient-to-position) !important}.to-orange-120{--tw-gradient-to: #C05900 var(--tw-gradient-to-position) !important}.to-orange-120\/0{--tw-gradient-to: rgb(192 89 0 / 0) var(--tw-gradient-to-position) !important}.to-orange-120\/100{--tw-gradient-to: rgb(192 89 0 / 1) var(--tw-gradient-to-position) !important}.to-orange-120\/20{--tw-gradient-to: rgb(192 89 0 / .2) var(--tw-gradient-to-position) !important}.to-orange-120\/45{--tw-gradient-to: rgb(192 89 0 / .45) var(--tw-gradient-to-position) !important}.to-orange-120\/50{--tw-gradient-to: rgb(192 89 0 / .5) var(--tw-gradient-to-position) !important}.to-orange-120\/60{--tw-gradient-to: rgb(192 89 0 / .6) var(--tw-gradient-to-position) !important}.to-orange-120\/65{--tw-gradient-to: rgb(192 89 0 / .65) var(--tw-gradient-to-position) !important}.to-orange-120\/75{--tw-gradient-to: rgb(192 89 0 / .75) var(--tw-gradient-to-position) !important}.to-orange-120\/85{--tw-gradient-to: rgb(192 89 0 / .85) var(--tw-gradient-to-position) !important}.to-orange-130{--tw-gradient-to: #B05200 var(--tw-gradient-to-position) !important}.to-orange-130\/0{--tw-gradient-to: rgb(176 82 0 / 0) var(--tw-gradient-to-position) !important}.to-orange-130\/100{--tw-gradient-to: rgb(176 82 0 / 1) var(--tw-gradient-to-position) !important}.to-orange-130\/20{--tw-gradient-to: rgb(176 82 0 / .2) var(--tw-gradient-to-position) !important}.to-orange-130\/45{--tw-gradient-to: rgb(176 82 0 / .45) var(--tw-gradient-to-position) !important}.to-orange-130\/50{--tw-gradient-to: rgb(176 82 0 / .5) var(--tw-gradient-to-position) !important}.to-orange-130\/60{--tw-gradient-to: rgb(176 82 0 / .6) var(--tw-gradient-to-position) !important}.to-orange-130\/65{--tw-gradient-to: rgb(176 82 0 / .65) var(--tw-gradient-to-position) !important}.to-orange-130\/75{--tw-gradient-to: rgb(176 82 0 / .75) var(--tw-gradient-to-position) !important}.to-orange-130\/85{--tw-gradient-to: rgb(176 82 0 / .85) var(--tw-gradient-to-position) !important}.to-orange-140{--tw-gradient-to: #A44300 var(--tw-gradient-to-position) !important}.to-orange-140\/0{--tw-gradient-to: rgb(164 67 0 / 0) var(--tw-gradient-to-position) !important}.to-orange-140\/100{--tw-gradient-to: rgb(164 67 0 / 1) var(--tw-gradient-to-position) !important}.to-orange-140\/20{--tw-gradient-to: rgb(164 67 0 / .2) var(--tw-gradient-to-position) !important}.to-orange-140\/45{--tw-gradient-to: rgb(164 67 0 / .45) var(--tw-gradient-to-position) !important}.to-orange-140\/50{--tw-gradient-to: rgb(164 67 0 / .5) var(--tw-gradient-to-position) !important}.to-orange-140\/60{--tw-gradient-to: rgb(164 67 0 / .6) var(--tw-gradient-to-position) !important}.to-orange-140\/65{--tw-gradient-to: rgb(164 67 0 / .65) var(--tw-gradient-to-position) !important}.to-orange-140\/75{--tw-gradient-to: rgb(164 67 0 / .75) var(--tw-gradient-to-position) !important}.to-orange-140\/85{--tw-gradient-to: rgb(164 67 0 / .85) var(--tw-gradient-to-position) !important}.to-orange-150{--tw-gradient-to: #953B00 var(--tw-gradient-to-position) !important}.to-orange-150\/0{--tw-gradient-to: rgb(149 59 0 / 0) var(--tw-gradient-to-position) !important}.to-orange-150\/100{--tw-gradient-to: rgb(149 59 0 / 1) var(--tw-gradient-to-position) !important}.to-orange-150\/20{--tw-gradient-to: rgb(149 59 0 / .2) var(--tw-gradient-to-position) !important}.to-orange-150\/45{--tw-gradient-to: rgb(149 59 0 / .45) var(--tw-gradient-to-position) !important}.to-orange-150\/50{--tw-gradient-to: rgb(149 59 0 / .5) var(--tw-gradient-to-position) !important}.to-orange-150\/60{--tw-gradient-to: rgb(149 59 0 / .6) var(--tw-gradient-to-position) !important}.to-orange-150\/65{--tw-gradient-to: rgb(149 59 0 / .65) var(--tw-gradient-to-position) !important}.to-orange-150\/75{--tw-gradient-to: rgb(149 59 0 / .75) var(--tw-gradient-to-position) !important}.to-orange-150\/85{--tw-gradient-to: rgb(149 59 0 / .85) var(--tw-gradient-to-position) !important}.to-orange-160{--tw-gradient-to: #863500 var(--tw-gradient-to-position) !important}.to-orange-160\/0{--tw-gradient-to: rgb(134 53 0 / 0) var(--tw-gradient-to-position) !important}.to-orange-160\/100{--tw-gradient-to: rgb(134 53 0 / 1) var(--tw-gradient-to-position) !important}.to-orange-160\/20{--tw-gradient-to: rgb(134 53 0 / .2) var(--tw-gradient-to-position) !important}.to-orange-160\/45{--tw-gradient-to: rgb(134 53 0 / .45) var(--tw-gradient-to-position) !important}.to-orange-160\/50{--tw-gradient-to: rgb(134 53 0 / .5) var(--tw-gradient-to-position) !important}.to-orange-160\/60{--tw-gradient-to: rgb(134 53 0 / .6) var(--tw-gradient-to-position) !important}.to-orange-160\/65{--tw-gradient-to: rgb(134 53 0 / .65) var(--tw-gradient-to-position) !important}.to-orange-160\/75{--tw-gradient-to: rgb(134 53 0 / .75) var(--tw-gradient-to-position) !important}.to-orange-160\/85{--tw-gradient-to: rgb(134 53 0 / .85) var(--tw-gradient-to-position) !important}.to-orange-20{--tw-gradient-to: #FCEBE0 var(--tw-gradient-to-position) !important}.to-orange-20\/0{--tw-gradient-to: rgb(252 235 224 / 0) var(--tw-gradient-to-position) !important}.to-orange-20\/100{--tw-gradient-to: rgb(252 235 224 / 1) var(--tw-gradient-to-position) !important}.to-orange-20\/20{--tw-gradient-to: rgb(252 235 224 / .2) var(--tw-gradient-to-position) !important}.to-orange-20\/45{--tw-gradient-to: rgb(252 235 224 / .45) var(--tw-gradient-to-position) !important}.to-orange-20\/50{--tw-gradient-to: rgb(252 235 224 / .5) var(--tw-gradient-to-position) !important}.to-orange-20\/60{--tw-gradient-to: rgb(252 235 224 / .6) var(--tw-gradient-to-position) !important}.to-orange-20\/65{--tw-gradient-to: rgb(252 235 224 / .65) var(--tw-gradient-to-position) !important}.to-orange-20\/75{--tw-gradient-to: rgb(252 235 224 / .75) var(--tw-gradient-to-position) !important}.to-orange-20\/85{--tw-gradient-to: rgb(252 235 224 / .85) var(--tw-gradient-to-position) !important}.to-orange-30{--tw-gradient-to: #FBE0CE var(--tw-gradient-to-position) !important}.to-orange-30\/0{--tw-gradient-to: rgb(251 224 206 / 0) var(--tw-gradient-to-position) !important}.to-orange-30\/100{--tw-gradient-to: rgb(251 224 206 / 1) var(--tw-gradient-to-position) !important}.to-orange-30\/20{--tw-gradient-to: rgb(251 224 206 / .2) var(--tw-gradient-to-position) !important}.to-orange-30\/45{--tw-gradient-to: rgb(251 224 206 / .45) var(--tw-gradient-to-position) !important}.to-orange-30\/50{--tw-gradient-to: rgb(251 224 206 / .5) var(--tw-gradient-to-position) !important}.to-orange-30\/60{--tw-gradient-to: rgb(251 224 206 / .6) var(--tw-gradient-to-position) !important}.to-orange-30\/65{--tw-gradient-to: rgb(251 224 206 / .65) var(--tw-gradient-to-position) !important}.to-orange-30\/75{--tw-gradient-to: rgb(251 224 206 / .75) var(--tw-gradient-to-position) !important}.to-orange-30\/85{--tw-gradient-to: rgb(251 224 206 / .85) var(--tw-gradient-to-position) !important}.to-orange-40{--tw-gradient-to: #F8D3B9 var(--tw-gradient-to-position) !important}.to-orange-40\/0{--tw-gradient-to: rgb(248 211 185 / 0) var(--tw-gradient-to-position) !important}.to-orange-40\/100{--tw-gradient-to: rgb(248 211 185 / 1) var(--tw-gradient-to-position) !important}.to-orange-40\/20{--tw-gradient-to: rgb(248 211 185 / .2) var(--tw-gradient-to-position) !important}.to-orange-40\/45{--tw-gradient-to: rgb(248 211 185 / .45) var(--tw-gradient-to-position) !important}.to-orange-40\/50{--tw-gradient-to: rgb(248 211 185 / .5) var(--tw-gradient-to-position) !important}.to-orange-40\/60{--tw-gradient-to: rgb(248 211 185 / .6) var(--tw-gradient-to-position) !important}.to-orange-40\/65{--tw-gradient-to: rgb(248 211 185 / .65) var(--tw-gradient-to-position) !important}.to-orange-40\/75{--tw-gradient-to: rgb(248 211 185 / .75) var(--tw-gradient-to-position) !important}.to-orange-40\/85{--tw-gradient-to: rgb(248 211 185 / .85) var(--tw-gradient-to-position) !important}.to-orange-50{--tw-gradient-to: #F4C29C var(--tw-gradient-to-position) !important}.to-orange-50\/0{--tw-gradient-to: rgb(244 194 156 / 0) var(--tw-gradient-to-position) !important}.to-orange-50\/100{--tw-gradient-to: rgb(244 194 156 / 1) var(--tw-gradient-to-position) !important}.to-orange-50\/20{--tw-gradient-to: rgb(244 194 156 / .2) var(--tw-gradient-to-position) !important}.to-orange-50\/45{--tw-gradient-to: rgb(244 194 156 / .45) var(--tw-gradient-to-position) !important}.to-orange-50\/50{--tw-gradient-to: rgb(244 194 156 / .5) var(--tw-gradient-to-position) !important}.to-orange-50\/60{--tw-gradient-to: rgb(244 194 156 / .6) var(--tw-gradient-to-position) !important}.to-orange-50\/65{--tw-gradient-to: rgb(244 194 156 / .65) var(--tw-gradient-to-position) !important}.to-orange-50\/75{--tw-gradient-to: rgb(244 194 156 / .75) var(--tw-gradient-to-position) !important}.to-orange-50\/85{--tw-gradient-to: rgb(244 194 156 / .85) var(--tw-gradient-to-position) !important}.to-orange-60{--tw-gradient-to: #F0B080 var(--tw-gradient-to-position) !important}.to-orange-60\/0{--tw-gradient-to: rgb(240 176 128 / 0) var(--tw-gradient-to-position) !important}.to-orange-60\/100{--tw-gradient-to: rgb(240 176 128 / 1) var(--tw-gradient-to-position) !important}.to-orange-60\/20{--tw-gradient-to: rgb(240 176 128 / .2) var(--tw-gradient-to-position) !important}.to-orange-60\/45{--tw-gradient-to: rgb(240 176 128 / .45) var(--tw-gradient-to-position) !important}.to-orange-60\/50{--tw-gradient-to: rgb(240 176 128 / .5) var(--tw-gradient-to-position) !important}.to-orange-60\/60{--tw-gradient-to: rgb(240 176 128 / .6) var(--tw-gradient-to-position) !important}.to-orange-60\/65{--tw-gradient-to: rgb(240 176 128 / .65) var(--tw-gradient-to-position) !important}.to-orange-60\/75{--tw-gradient-to: rgb(240 176 128 / .75) var(--tw-gradient-to-position) !important}.to-orange-60\/85{--tw-gradient-to: rgb(240 176 128 / .85) var(--tw-gradient-to-position) !important}.to-orange-70{--tw-gradient-to: #EBA36A var(--tw-gradient-to-position) !important}.to-orange-70\/0{--tw-gradient-to: rgb(235 163 106 / 0) var(--tw-gradient-to-position) !important}.to-orange-70\/100{--tw-gradient-to: rgb(235 163 106 / 1) var(--tw-gradient-to-position) !important}.to-orange-70\/20{--tw-gradient-to: rgb(235 163 106 / .2) var(--tw-gradient-to-position) !important}.to-orange-70\/45{--tw-gradient-to: rgb(235 163 106 / .45) var(--tw-gradient-to-position) !important}.to-orange-70\/50{--tw-gradient-to: rgb(235 163 106 / .5) var(--tw-gradient-to-position) !important}.to-orange-70\/60{--tw-gradient-to: rgb(235 163 106 / .6) var(--tw-gradient-to-position) !important}.to-orange-70\/65{--tw-gradient-to: rgb(235 163 106 / .65) var(--tw-gradient-to-position) !important}.to-orange-70\/75{--tw-gradient-to: rgb(235 163 106 / .75) var(--tw-gradient-to-position) !important}.to-orange-70\/85{--tw-gradient-to: rgb(235 163 106 / .85) var(--tw-gradient-to-position) !important}.to-orange-80{--tw-gradient-to: #E48F47 var(--tw-gradient-to-position) !important}.to-orange-80\/0{--tw-gradient-to: rgb(228 143 71 / 0) var(--tw-gradient-to-position) !important}.to-orange-80\/100{--tw-gradient-to: rgb(228 143 71 / 1) var(--tw-gradient-to-position) !important}.to-orange-80\/20{--tw-gradient-to: rgb(228 143 71 / .2) var(--tw-gradient-to-position) !important}.to-orange-80\/45{--tw-gradient-to: rgb(228 143 71 / .45) var(--tw-gradient-to-position) !important}.to-orange-80\/50{--tw-gradient-to: rgb(228 143 71 / .5) var(--tw-gradient-to-position) !important}.to-orange-80\/60{--tw-gradient-to: rgb(228 143 71 / .6) var(--tw-gradient-to-position) !important}.to-orange-80\/65{--tw-gradient-to: rgb(228 143 71 / .65) var(--tw-gradient-to-position) !important}.to-orange-80\/75{--tw-gradient-to: rgb(228 143 71 / .75) var(--tw-gradient-to-position) !important}.to-orange-80\/85{--tw-gradient-to: rgb(228 143 71 / .85) var(--tw-gradient-to-position) !important}.to-orange-90{--tw-gradient-to: #DF8029 var(--tw-gradient-to-position) !important}.to-orange-90\/0{--tw-gradient-to: rgb(223 128 41 / 0) var(--tw-gradient-to-position) !important}.to-orange-90\/100{--tw-gradient-to: rgb(223 128 41 / 1) var(--tw-gradient-to-position) !important}.to-orange-90\/20{--tw-gradient-to: rgb(223 128 41 / .2) var(--tw-gradient-to-position) !important}.to-orange-90\/45{--tw-gradient-to: rgb(223 128 41 / .45) var(--tw-gradient-to-position) !important}.to-orange-90\/50{--tw-gradient-to: rgb(223 128 41 / .5) var(--tw-gradient-to-position) !important}.to-orange-90\/60{--tw-gradient-to: rgb(223 128 41 / .6) var(--tw-gradient-to-position) !important}.to-orange-90\/65{--tw-gradient-to: rgb(223 128 41 / .65) var(--tw-gradient-to-position) !important}.to-orange-90\/75{--tw-gradient-to: rgb(223 128 41 / .75) var(--tw-gradient-to-position) !important}.to-orange-90\/85{--tw-gradient-to: rgb(223 128 41 / .85) var(--tw-gradient-to-position) !important}.to-red-10{--tw-gradient-to: #FFF2F1 var(--tw-gradient-to-position) !important}.to-red-10\/0{--tw-gradient-to: rgb(255 242 241 / 0) var(--tw-gradient-to-position) !important}.to-red-10\/100{--tw-gradient-to: rgb(255 242 241 / 1) var(--tw-gradient-to-position) !important}.to-red-10\/20{--tw-gradient-to: rgb(255 242 241 / .2) var(--tw-gradient-to-position) !important}.to-red-10\/45{--tw-gradient-to: rgb(255 242 241 / .45) var(--tw-gradient-to-position) !important}.to-red-10\/50{--tw-gradient-to: rgb(255 242 241 / .5) var(--tw-gradient-to-position) !important}.to-red-10\/60{--tw-gradient-to: rgb(255 242 241 / .6) var(--tw-gradient-to-position) !important}.to-red-10\/65{--tw-gradient-to: rgb(255 242 241 / .65) var(--tw-gradient-to-position) !important}.to-red-10\/75{--tw-gradient-to: rgb(255 242 241 / .75) var(--tw-gradient-to-position) !important}.to-red-10\/85{--tw-gradient-to: rgb(255 242 241 / .85) var(--tw-gradient-to-position) !important}.to-red-100{--tw-gradient-to: #EC605E var(--tw-gradient-to-position) !important}.to-red-100\/0{--tw-gradient-to: rgb(236 96 94 / 0) var(--tw-gradient-to-position) !important}.to-red-100\/100{--tw-gradient-to: rgb(236 96 94 / 1) var(--tw-gradient-to-position) !important}.to-red-100\/20{--tw-gradient-to: rgb(236 96 94 / .2) var(--tw-gradient-to-position) !important}.to-red-100\/45{--tw-gradient-to: rgb(236 96 94 / .45) var(--tw-gradient-to-position) !important}.to-red-100\/50{--tw-gradient-to: rgb(236 96 94 / .5) var(--tw-gradient-to-position) !important}.to-red-100\/60{--tw-gradient-to: rgb(236 96 94 / .6) var(--tw-gradient-to-position) !important}.to-red-100\/65{--tw-gradient-to: rgb(236 96 94 / .65) var(--tw-gradient-to-position) !important}.to-red-100\/75{--tw-gradient-to: rgb(236 96 94 / .75) var(--tw-gradient-to-position) !important}.to-red-100\/85{--tw-gradient-to: rgb(236 96 94 / .85) var(--tw-gradient-to-position) !important}.to-red-110{--tw-gradient-to: #E6484A var(--tw-gradient-to-position) !important}.to-red-110\/0{--tw-gradient-to: rgb(230 72 74 / 0) var(--tw-gradient-to-position) !important}.to-red-110\/100{--tw-gradient-to: rgb(230 72 74 / 1) var(--tw-gradient-to-position) !important}.to-red-110\/20{--tw-gradient-to: rgb(230 72 74 / .2) var(--tw-gradient-to-position) !important}.to-red-110\/45{--tw-gradient-to: rgb(230 72 74 / .45) var(--tw-gradient-to-position) !important}.to-red-110\/50{--tw-gradient-to: rgb(230 72 74 / .5) var(--tw-gradient-to-position) !important}.to-red-110\/60{--tw-gradient-to: rgb(230 72 74 / .6) var(--tw-gradient-to-position) !important}.to-red-110\/65{--tw-gradient-to: rgb(230 72 74 / .65) var(--tw-gradient-to-position) !important}.to-red-110\/75{--tw-gradient-to: rgb(230 72 74 / .75) var(--tw-gradient-to-position) !important}.to-red-110\/85{--tw-gradient-to: rgb(230 72 74 / .85) var(--tw-gradient-to-position) !important}.to-red-120{--tw-gradient-to: #E1303A var(--tw-gradient-to-position) !important}.to-red-120\/0{--tw-gradient-to: rgb(225 48 58 / 0) var(--tw-gradient-to-position) !important}.to-red-120\/100{--tw-gradient-to: rgb(225 48 58 / 1) var(--tw-gradient-to-position) !important}.to-red-120\/20{--tw-gradient-to: rgb(225 48 58 / .2) var(--tw-gradient-to-position) !important}.to-red-120\/45{--tw-gradient-to: rgb(225 48 58 / .45) var(--tw-gradient-to-position) !important}.to-red-120\/50{--tw-gradient-to: rgb(225 48 58 / .5) var(--tw-gradient-to-position) !important}.to-red-120\/60{--tw-gradient-to: rgb(225 48 58 / .6) var(--tw-gradient-to-position) !important}.to-red-120\/65{--tw-gradient-to: rgb(225 48 58 / .65) var(--tw-gradient-to-position) !important}.to-red-120\/75{--tw-gradient-to: rgb(225 48 58 / .75) var(--tw-gradient-to-position) !important}.to-red-120\/85{--tw-gradient-to: rgb(225 48 58 / .85) var(--tw-gradient-to-position) !important}.to-red-130{--tw-gradient-to: #D8152D var(--tw-gradient-to-position) !important}.to-red-130\/0{--tw-gradient-to: rgb(216 21 45 / 0) var(--tw-gradient-to-position) !important}.to-red-130\/100{--tw-gradient-to: rgb(216 21 45 / 1) var(--tw-gradient-to-position) !important}.to-red-130\/20{--tw-gradient-to: rgb(216 21 45 / .2) var(--tw-gradient-to-position) !important}.to-red-130\/45{--tw-gradient-to: rgb(216 21 45 / .45) var(--tw-gradient-to-position) !important}.to-red-130\/50{--tw-gradient-to: rgb(216 21 45 / .5) var(--tw-gradient-to-position) !important}.to-red-130\/60{--tw-gradient-to: rgb(216 21 45 / .6) var(--tw-gradient-to-position) !important}.to-red-130\/65{--tw-gradient-to: rgb(216 21 45 / .65) var(--tw-gradient-to-position) !important}.to-red-130\/75{--tw-gradient-to: rgb(216 21 45 / .75) var(--tw-gradient-to-position) !important}.to-red-130\/85{--tw-gradient-to: rgb(216 21 45 / .85) var(--tw-gradient-to-position) !important}.to-red-140{--tw-gradient-to: #C5001B var(--tw-gradient-to-position) !important}.to-red-140\/0{--tw-gradient-to: rgb(197 0 27 / 0) var(--tw-gradient-to-position) !important}.to-red-140\/100{--tw-gradient-to: rgb(197 0 27 / 1) var(--tw-gradient-to-position) !important}.to-red-140\/20{--tw-gradient-to: rgb(197 0 27 / .2) var(--tw-gradient-to-position) !important}.to-red-140\/45{--tw-gradient-to: rgb(197 0 27 / .45) var(--tw-gradient-to-position) !important}.to-red-140\/50{--tw-gradient-to: rgb(197 0 27 / .5) var(--tw-gradient-to-position) !important}.to-red-140\/60{--tw-gradient-to: rgb(197 0 27 / .6) var(--tw-gradient-to-position) !important}.to-red-140\/65{--tw-gradient-to: rgb(197 0 27 / .65) var(--tw-gradient-to-position) !important}.to-red-140\/75{--tw-gradient-to: rgb(197 0 27 / .75) var(--tw-gradient-to-position) !important}.to-red-140\/85{--tw-gradient-to: rgb(197 0 27 / .85) var(--tw-gradient-to-position) !important}.to-red-150{--tw-gradient-to: #B20006 var(--tw-gradient-to-position) !important}.to-red-150\/0{--tw-gradient-to: rgb(178 0 6 / 0) var(--tw-gradient-to-position) !important}.to-red-150\/100{--tw-gradient-to: rgb(178 0 6 / 1) var(--tw-gradient-to-position) !important}.to-red-150\/20{--tw-gradient-to: rgb(178 0 6 / .2) var(--tw-gradient-to-position) !important}.to-red-150\/45{--tw-gradient-to: rgb(178 0 6 / .45) var(--tw-gradient-to-position) !important}.to-red-150\/50{--tw-gradient-to: rgb(178 0 6 / .5) var(--tw-gradient-to-position) !important}.to-red-150\/60{--tw-gradient-to: rgb(178 0 6 / .6) var(--tw-gradient-to-position) !important}.to-red-150\/65{--tw-gradient-to: rgb(178 0 6 / .65) var(--tw-gradient-to-position) !important}.to-red-150\/75{--tw-gradient-to: rgb(178 0 6 / .75) var(--tw-gradient-to-position) !important}.to-red-150\/85{--tw-gradient-to: rgb(178 0 6 / .85) var(--tw-gradient-to-position) !important}.to-red-160{--tw-gradient-to: #A10000 var(--tw-gradient-to-position) !important}.to-red-160\/0{--tw-gradient-to: rgb(161 0 0 / 0) var(--tw-gradient-to-position) !important}.to-red-160\/100{--tw-gradient-to: rgb(161 0 0 / 1) var(--tw-gradient-to-position) !important}.to-red-160\/20{--tw-gradient-to: rgb(161 0 0 / .2) var(--tw-gradient-to-position) !important}.to-red-160\/45{--tw-gradient-to: rgb(161 0 0 / .45) var(--tw-gradient-to-position) !important}.to-red-160\/50{--tw-gradient-to: rgb(161 0 0 / .5) var(--tw-gradient-to-position) !important}.to-red-160\/60{--tw-gradient-to: rgb(161 0 0 / .6) var(--tw-gradient-to-position) !important}.to-red-160\/65{--tw-gradient-to: rgb(161 0 0 / .65) var(--tw-gradient-to-position) !important}.to-red-160\/75{--tw-gradient-to: rgb(161 0 0 / .75) var(--tw-gradient-to-position) !important}.to-red-160\/85{--tw-gradient-to: rgb(161 0 0 / .85) var(--tw-gradient-to-position) !important}.to-red-20{--tw-gradient-to: #FFE8E6 var(--tw-gradient-to-position) !important}.to-red-20\/0{--tw-gradient-to: rgb(255 232 230 / 0) var(--tw-gradient-to-position) !important}.to-red-20\/100{--tw-gradient-to: rgb(255 232 230 / 1) var(--tw-gradient-to-position) !important}.to-red-20\/20{--tw-gradient-to: rgb(255 232 230 / .2) var(--tw-gradient-to-position) !important}.to-red-20\/45{--tw-gradient-to: rgb(255 232 230 / .45) var(--tw-gradient-to-position) !important}.to-red-20\/50{--tw-gradient-to: rgb(255 232 230 / .5) var(--tw-gradient-to-position) !important}.to-red-20\/60{--tw-gradient-to: rgb(255 232 230 / .6) var(--tw-gradient-to-position) !important}.to-red-20\/65{--tw-gradient-to: rgb(255 232 230 / .65) var(--tw-gradient-to-position) !important}.to-red-20\/75{--tw-gradient-to: rgb(255 232 230 / .75) var(--tw-gradient-to-position) !important}.to-red-20\/85{--tw-gradient-to: rgb(255 232 230 / .85) var(--tw-gradient-to-position) !important}.to-red-30{--tw-gradient-to: #FFDEDB var(--tw-gradient-to-position) !important}.to-red-30\/0{--tw-gradient-to: rgb(255 222 219 / 0) var(--tw-gradient-to-position) !important}.to-red-30\/100{--tw-gradient-to: rgb(255 222 219 / 1) var(--tw-gradient-to-position) !important}.to-red-30\/20{--tw-gradient-to: rgb(255 222 219 / .2) var(--tw-gradient-to-position) !important}.to-red-30\/45{--tw-gradient-to: rgb(255 222 219 / .45) var(--tw-gradient-to-position) !important}.to-red-30\/50{--tw-gradient-to: rgb(255 222 219 / .5) var(--tw-gradient-to-position) !important}.to-red-30\/60{--tw-gradient-to: rgb(255 222 219 / .6) var(--tw-gradient-to-position) !important}.to-red-30\/65{--tw-gradient-to: rgb(255 222 219 / .65) var(--tw-gradient-to-position) !important}.to-red-30\/75{--tw-gradient-to: rgb(255 222 219 / .75) var(--tw-gradient-to-position) !important}.to-red-30\/85{--tw-gradient-to: rgb(255 222 219 / .85) var(--tw-gradient-to-position) !important}.to-red-40{--tw-gradient-to: #FFCECA var(--tw-gradient-to-position) !important}.to-red-40\/0{--tw-gradient-to: rgb(255 206 202 / 0) var(--tw-gradient-to-position) !important}.to-red-40\/100{--tw-gradient-to: rgb(255 206 202 / 1) var(--tw-gradient-to-position) !important}.to-red-40\/20{--tw-gradient-to: rgb(255 206 202 / .2) var(--tw-gradient-to-position) !important}.to-red-40\/45{--tw-gradient-to: rgb(255 206 202 / .45) var(--tw-gradient-to-position) !important}.to-red-40\/50{--tw-gradient-to: rgb(255 206 202 / .5) var(--tw-gradient-to-position) !important}.to-red-40\/60{--tw-gradient-to: rgb(255 206 202 / .6) var(--tw-gradient-to-position) !important}.to-red-40\/65{--tw-gradient-to: rgb(255 206 202 / .65) var(--tw-gradient-to-position) !important}.to-red-40\/75{--tw-gradient-to: rgb(255 206 202 / .75) var(--tw-gradient-to-position) !important}.to-red-40\/85{--tw-gradient-to: rgb(255 206 202 / .85) var(--tw-gradient-to-position) !important}.to-red-50{--tw-gradient-to: #FDBCB7 var(--tw-gradient-to-position) !important}.to-red-50\/0{--tw-gradient-to: rgb(253 188 183 / 0) var(--tw-gradient-to-position) !important}.to-red-50\/100{--tw-gradient-to: rgb(253 188 183 / 1) var(--tw-gradient-to-position) !important}.to-red-50\/20{--tw-gradient-to: rgb(253 188 183 / .2) var(--tw-gradient-to-position) !important}.to-red-50\/45{--tw-gradient-to: rgb(253 188 183 / .45) var(--tw-gradient-to-position) !important}.to-red-50\/50{--tw-gradient-to: rgb(253 188 183 / .5) var(--tw-gradient-to-position) !important}.to-red-50\/60{--tw-gradient-to: rgb(253 188 183 / .6) var(--tw-gradient-to-position) !important}.to-red-50\/65{--tw-gradient-to: rgb(253 188 183 / .65) var(--tw-gradient-to-position) !important}.to-red-50\/75{--tw-gradient-to: rgb(253 188 183 / .75) var(--tw-gradient-to-position) !important}.to-red-50\/85{--tw-gradient-to: rgb(253 188 183 / .85) var(--tw-gradient-to-position) !important}.to-red-60{--tw-gradient-to: #FBA9A3 var(--tw-gradient-to-position) !important}.to-red-60\/0{--tw-gradient-to: rgb(251 169 163 / 0) var(--tw-gradient-to-position) !important}.to-red-60\/100{--tw-gradient-to: rgb(251 169 163 / 1) var(--tw-gradient-to-position) !important}.to-red-60\/20{--tw-gradient-to: rgb(251 169 163 / .2) var(--tw-gradient-to-position) !important}.to-red-60\/45{--tw-gradient-to: rgb(251 169 163 / .45) var(--tw-gradient-to-position) !important}.to-red-60\/50{--tw-gradient-to: rgb(251 169 163 / .5) var(--tw-gradient-to-position) !important}.to-red-60\/60{--tw-gradient-to: rgb(251 169 163 / .6) var(--tw-gradient-to-position) !important}.to-red-60\/65{--tw-gradient-to: rgb(251 169 163 / .65) var(--tw-gradient-to-position) !important}.to-red-60\/75{--tw-gradient-to: rgb(251 169 163 / .75) var(--tw-gradient-to-position) !important}.to-red-60\/85{--tw-gradient-to: rgb(251 169 163 / .85) var(--tw-gradient-to-position) !important}.to-red-70{--tw-gradient-to: #F89993 var(--tw-gradient-to-position) !important}.to-red-70\/0{--tw-gradient-to: rgb(248 153 147 / 0) var(--tw-gradient-to-position) !important}.to-red-70\/100{--tw-gradient-to: rgb(248 153 147 / 1) var(--tw-gradient-to-position) !important}.to-red-70\/20{--tw-gradient-to: rgb(248 153 147 / .2) var(--tw-gradient-to-position) !important}.to-red-70\/45{--tw-gradient-to: rgb(248 153 147 / .45) var(--tw-gradient-to-position) !important}.to-red-70\/50{--tw-gradient-to: rgb(248 153 147 / .5) var(--tw-gradient-to-position) !important}.to-red-70\/60{--tw-gradient-to: rgb(248 153 147 / .6) var(--tw-gradient-to-position) !important}.to-red-70\/65{--tw-gradient-to: rgb(248 153 147 / .65) var(--tw-gradient-to-position) !important}.to-red-70\/75{--tw-gradient-to: rgb(248 153 147 / .75) var(--tw-gradient-to-position) !important}.to-red-70\/85{--tw-gradient-to: rgb(248 153 147 / .85) var(--tw-gradient-to-position) !important}.to-red-80{--tw-gradient-to: #F3827C var(--tw-gradient-to-position) !important}.to-red-80\/0{--tw-gradient-to: rgb(243 130 124 / 0) var(--tw-gradient-to-position) !important}.to-red-80\/100{--tw-gradient-to: rgb(243 130 124 / 1) var(--tw-gradient-to-position) !important}.to-red-80\/20{--tw-gradient-to: rgb(243 130 124 / .2) var(--tw-gradient-to-position) !important}.to-red-80\/45{--tw-gradient-to: rgb(243 130 124 / .45) var(--tw-gradient-to-position) !important}.to-red-80\/50{--tw-gradient-to: rgb(243 130 124 / .5) var(--tw-gradient-to-position) !important}.to-red-80\/60{--tw-gradient-to: rgb(243 130 124 / .6) var(--tw-gradient-to-position) !important}.to-red-80\/65{--tw-gradient-to: rgb(243 130 124 / .65) var(--tw-gradient-to-position) !important}.to-red-80\/75{--tw-gradient-to: rgb(243 130 124 / .75) var(--tw-gradient-to-position) !important}.to-red-80\/85{--tw-gradient-to: rgb(243 130 124 / .85) var(--tw-gradient-to-position) !important}.to-red-90{--tw-gradient-to: #F0716D var(--tw-gradient-to-position) !important}.to-red-90\/0{--tw-gradient-to: rgb(240 113 109 / 0) var(--tw-gradient-to-position) !important}.to-red-90\/100{--tw-gradient-to: rgb(240 113 109 / 1) var(--tw-gradient-to-position) !important}.to-red-90\/20{--tw-gradient-to: rgb(240 113 109 / .2) var(--tw-gradient-to-position) !important}.to-red-90\/45{--tw-gradient-to: rgb(240 113 109 / .45) var(--tw-gradient-to-position) !important}.to-red-90\/50{--tw-gradient-to: rgb(240 113 109 / .5) var(--tw-gradient-to-position) !important}.to-red-90\/60{--tw-gradient-to: rgb(240 113 109 / .6) var(--tw-gradient-to-position) !important}.to-red-90\/65{--tw-gradient-to: rgb(240 113 109 / .65) var(--tw-gradient-to-position) !important}.to-red-90\/75{--tw-gradient-to: rgb(240 113 109 / .75) var(--tw-gradient-to-position) !important}.to-red-90\/85{--tw-gradient-to: rgb(240 113 109 / .85) var(--tw-gradient-to-position) !important}.to-rose-10{--tw-gradient-to: #FBF3F9 var(--tw-gradient-to-position) !important}.to-rose-10\/0{--tw-gradient-to: rgb(251 243 249 / 0) var(--tw-gradient-to-position) !important}.to-rose-10\/100{--tw-gradient-to: rgb(251 243 249 / 1) var(--tw-gradient-to-position) !important}.to-rose-10\/20{--tw-gradient-to: rgb(251 243 249 / .2) var(--tw-gradient-to-position) !important}.to-rose-10\/45{--tw-gradient-to: rgb(251 243 249 / .45) var(--tw-gradient-to-position) !important}.to-rose-10\/50{--tw-gradient-to: rgb(251 243 249 / .5) var(--tw-gradient-to-position) !important}.to-rose-10\/60{--tw-gradient-to: rgb(251 243 249 / .6) var(--tw-gradient-to-position) !important}.to-rose-10\/65{--tw-gradient-to: rgb(251 243 249 / .65) var(--tw-gradient-to-position) !important}.to-rose-10\/75{--tw-gradient-to: rgb(251 243 249 / .75) var(--tw-gradient-to-position) !important}.to-rose-10\/85{--tw-gradient-to: rgb(251 243 249 / .85) var(--tw-gradient-to-position) !important}.to-rose-100{--tw-gradient-to: #84006F var(--tw-gradient-to-position) !important}.to-rose-100\/0{--tw-gradient-to: rgb(132 0 111 / 0) var(--tw-gradient-to-position) !important}.to-rose-100\/100{--tw-gradient-to: rgb(132 0 111 / 1) var(--tw-gradient-to-position) !important}.to-rose-100\/20{--tw-gradient-to: rgb(132 0 111 / .2) var(--tw-gradient-to-position) !important}.to-rose-100\/45{--tw-gradient-to: rgb(132 0 111 / .45) var(--tw-gradient-to-position) !important}.to-rose-100\/50{--tw-gradient-to: rgb(132 0 111 / .5) var(--tw-gradient-to-position) !important}.to-rose-100\/60{--tw-gradient-to: rgb(132 0 111 / .6) var(--tw-gradient-to-position) !important}.to-rose-100\/65{--tw-gradient-to: rgb(132 0 111 / .65) var(--tw-gradient-to-position) !important}.to-rose-100\/75{--tw-gradient-to: rgb(132 0 111 / .75) var(--tw-gradient-to-position) !important}.to-rose-100\/85{--tw-gradient-to: rgb(132 0 111 / .85) var(--tw-gradient-to-position) !important}.to-rose-110{--tw-gradient-to: #70005E var(--tw-gradient-to-position) !important}.to-rose-110\/0{--tw-gradient-to: rgb(112 0 94 / 0) var(--tw-gradient-to-position) !important}.to-rose-110\/100{--tw-gradient-to: rgb(112 0 94 / 1) var(--tw-gradient-to-position) !important}.to-rose-110\/20{--tw-gradient-to: rgb(112 0 94 / .2) var(--tw-gradient-to-position) !important}.to-rose-110\/45{--tw-gradient-to: rgb(112 0 94 / .45) var(--tw-gradient-to-position) !important}.to-rose-110\/50{--tw-gradient-to: rgb(112 0 94 / .5) var(--tw-gradient-to-position) !important}.to-rose-110\/60{--tw-gradient-to: rgb(112 0 94 / .6) var(--tw-gradient-to-position) !important}.to-rose-110\/65{--tw-gradient-to: rgb(112 0 94 / .65) var(--tw-gradient-to-position) !important}.to-rose-110\/75{--tw-gradient-to: rgb(112 0 94 / .75) var(--tw-gradient-to-position) !important}.to-rose-110\/85{--tw-gradient-to: rgb(112 0 94 / .85) var(--tw-gradient-to-position) !important}.to-rose-120{--tw-gradient-to: #5E004D var(--tw-gradient-to-position) !important}.to-rose-120\/0{--tw-gradient-to: rgb(94 0 77 / 0) var(--tw-gradient-to-position) !important}.to-rose-120\/100{--tw-gradient-to: rgb(94 0 77 / 1) var(--tw-gradient-to-position) !important}.to-rose-120\/20{--tw-gradient-to: rgb(94 0 77 / .2) var(--tw-gradient-to-position) !important}.to-rose-120\/45{--tw-gradient-to: rgb(94 0 77 / .45) var(--tw-gradient-to-position) !important}.to-rose-120\/50{--tw-gradient-to: rgb(94 0 77 / .5) var(--tw-gradient-to-position) !important}.to-rose-120\/60{--tw-gradient-to: rgb(94 0 77 / .6) var(--tw-gradient-to-position) !important}.to-rose-120\/65{--tw-gradient-to: rgb(94 0 77 / .65) var(--tw-gradient-to-position) !important}.to-rose-120\/75{--tw-gradient-to: rgb(94 0 77 / .75) var(--tw-gradient-to-position) !important}.to-rose-120\/85{--tw-gradient-to: rgb(94 0 77 / .85) var(--tw-gradient-to-position) !important}.to-rose-130{--tw-gradient-to: #530044 var(--tw-gradient-to-position) !important}.to-rose-130\/0{--tw-gradient-to: rgb(83 0 68 / 0) var(--tw-gradient-to-position) !important}.to-rose-130\/100{--tw-gradient-to: rgb(83 0 68 / 1) var(--tw-gradient-to-position) !important}.to-rose-130\/20{--tw-gradient-to: rgb(83 0 68 / .2) var(--tw-gradient-to-position) !important}.to-rose-130\/45{--tw-gradient-to: rgb(83 0 68 / .45) var(--tw-gradient-to-position) !important}.to-rose-130\/50{--tw-gradient-to: rgb(83 0 68 / .5) var(--tw-gradient-to-position) !important}.to-rose-130\/60{--tw-gradient-to: rgb(83 0 68 / .6) var(--tw-gradient-to-position) !important}.to-rose-130\/65{--tw-gradient-to: rgb(83 0 68 / .65) var(--tw-gradient-to-position) !important}.to-rose-130\/75{--tw-gradient-to: rgb(83 0 68 / .75) var(--tw-gradient-to-position) !important}.to-rose-130\/85{--tw-gradient-to: rgb(83 0 68 / .85) var(--tw-gradient-to-position) !important}.to-rose-140{--tw-gradient-to: #450038 var(--tw-gradient-to-position) !important}.to-rose-140\/0{--tw-gradient-to: rgb(69 0 56 / 0) var(--tw-gradient-to-position) !important}.to-rose-140\/100{--tw-gradient-to: rgb(69 0 56 / 1) var(--tw-gradient-to-position) !important}.to-rose-140\/20{--tw-gradient-to: rgb(69 0 56 / .2) var(--tw-gradient-to-position) !important}.to-rose-140\/45{--tw-gradient-to: rgb(69 0 56 / .45) var(--tw-gradient-to-position) !important}.to-rose-140\/50{--tw-gradient-to: rgb(69 0 56 / .5) var(--tw-gradient-to-position) !important}.to-rose-140\/60{--tw-gradient-to: rgb(69 0 56 / .6) var(--tw-gradient-to-position) !important}.to-rose-140\/65{--tw-gradient-to: rgb(69 0 56 / .65) var(--tw-gradient-to-position) !important}.to-rose-140\/75{--tw-gradient-to: rgb(69 0 56 / .75) var(--tw-gradient-to-position) !important}.to-rose-140\/85{--tw-gradient-to: rgb(69 0 56 / .85) var(--tw-gradient-to-position) !important}.to-rose-150{--tw-gradient-to: #3A002F var(--tw-gradient-to-position) !important}.to-rose-150\/0{--tw-gradient-to: rgb(58 0 47 / 0) var(--tw-gradient-to-position) !important}.to-rose-150\/100{--tw-gradient-to: rgb(58 0 47 / 1) var(--tw-gradient-to-position) !important}.to-rose-150\/20{--tw-gradient-to: rgb(58 0 47 / .2) var(--tw-gradient-to-position) !important}.to-rose-150\/45{--tw-gradient-to: rgb(58 0 47 / .45) var(--tw-gradient-to-position) !important}.to-rose-150\/50{--tw-gradient-to: rgb(58 0 47 / .5) var(--tw-gradient-to-position) !important}.to-rose-150\/60{--tw-gradient-to: rgb(58 0 47 / .6) var(--tw-gradient-to-position) !important}.to-rose-150\/65{--tw-gradient-to: rgb(58 0 47 / .65) var(--tw-gradient-to-position) !important}.to-rose-150\/75{--tw-gradient-to: rgb(58 0 47 / .75) var(--tw-gradient-to-position) !important}.to-rose-150\/85{--tw-gradient-to: rgb(58 0 47 / .85) var(--tw-gradient-to-position) !important}.to-rose-160{--tw-gradient-to: #26001E var(--tw-gradient-to-position) !important}.to-rose-160\/0{--tw-gradient-to: rgb(38 0 30 / 0) var(--tw-gradient-to-position) !important}.to-rose-160\/100{--tw-gradient-to: rgb(38 0 30 / 1) var(--tw-gradient-to-position) !important}.to-rose-160\/20{--tw-gradient-to: rgb(38 0 30 / .2) var(--tw-gradient-to-position) !important}.to-rose-160\/45{--tw-gradient-to: rgb(38 0 30 / .45) var(--tw-gradient-to-position) !important}.to-rose-160\/50{--tw-gradient-to: rgb(38 0 30 / .5) var(--tw-gradient-to-position) !important}.to-rose-160\/60{--tw-gradient-to: rgb(38 0 30 / .6) var(--tw-gradient-to-position) !important}.to-rose-160\/65{--tw-gradient-to: rgb(38 0 30 / .65) var(--tw-gradient-to-position) !important}.to-rose-160\/75{--tw-gradient-to: rgb(38 0 30 / .75) var(--tw-gradient-to-position) !important}.to-rose-160\/85{--tw-gradient-to: rgb(38 0 30 / .85) var(--tw-gradient-to-position) !important}.to-rose-20{--tw-gradient-to: #F4E2EE var(--tw-gradient-to-position) !important}.to-rose-20\/0{--tw-gradient-to: rgb(244 226 238 / 0) var(--tw-gradient-to-position) !important}.to-rose-20\/100{--tw-gradient-to: rgb(244 226 238 / 1) var(--tw-gradient-to-position) !important}.to-rose-20\/20{--tw-gradient-to: rgb(244 226 238 / .2) var(--tw-gradient-to-position) !important}.to-rose-20\/45{--tw-gradient-to: rgb(244 226 238 / .45) var(--tw-gradient-to-position) !important}.to-rose-20\/50{--tw-gradient-to: rgb(244 226 238 / .5) var(--tw-gradient-to-position) !important}.to-rose-20\/60{--tw-gradient-to: rgb(244 226 238 / .6) var(--tw-gradient-to-position) !important}.to-rose-20\/65{--tw-gradient-to: rgb(244 226 238 / .65) var(--tw-gradient-to-position) !important}.to-rose-20\/75{--tw-gradient-to: rgb(244 226 238 / .75) var(--tw-gradient-to-position) !important}.to-rose-20\/85{--tw-gradient-to: rgb(244 226 238 / .85) var(--tw-gradient-to-position) !important}.to-rose-30{--tw-gradient-to: #E9C5DE var(--tw-gradient-to-position) !important}.to-rose-30\/0{--tw-gradient-to: rgb(233 197 222 / 0) var(--tw-gradient-to-position) !important}.to-rose-30\/100{--tw-gradient-to: rgb(233 197 222 / 1) var(--tw-gradient-to-position) !important}.to-rose-30\/20{--tw-gradient-to: rgb(233 197 222 / .2) var(--tw-gradient-to-position) !important}.to-rose-30\/45{--tw-gradient-to: rgb(233 197 222 / .45) var(--tw-gradient-to-position) !important}.to-rose-30\/50{--tw-gradient-to: rgb(233 197 222 / .5) var(--tw-gradient-to-position) !important}.to-rose-30\/60{--tw-gradient-to: rgb(233 197 222 / .6) var(--tw-gradient-to-position) !important}.to-rose-30\/65{--tw-gradient-to: rgb(233 197 222 / .65) var(--tw-gradient-to-position) !important}.to-rose-30\/75{--tw-gradient-to: rgb(233 197 222 / .75) var(--tw-gradient-to-position) !important}.to-rose-30\/85{--tw-gradient-to: rgb(233 197 222 / .85) var(--tw-gradient-to-position) !important}.to-rose-40{--tw-gradient-to: #DCA8CD var(--tw-gradient-to-position) !important}.to-rose-40\/0{--tw-gradient-to: rgb(220 168 205 / 0) var(--tw-gradient-to-position) !important}.to-rose-40\/100{--tw-gradient-to: rgb(220 168 205 / 1) var(--tw-gradient-to-position) !important}.to-rose-40\/20{--tw-gradient-to: rgb(220 168 205 / .2) var(--tw-gradient-to-position) !important}.to-rose-40\/45{--tw-gradient-to: rgb(220 168 205 / .45) var(--tw-gradient-to-position) !important}.to-rose-40\/50{--tw-gradient-to: rgb(220 168 205 / .5) var(--tw-gradient-to-position) !important}.to-rose-40\/60{--tw-gradient-to: rgb(220 168 205 / .6) var(--tw-gradient-to-position) !important}.to-rose-40\/65{--tw-gradient-to: rgb(220 168 205 / .65) var(--tw-gradient-to-position) !important}.to-rose-40\/75{--tw-gradient-to: rgb(220 168 205 / .75) var(--tw-gradient-to-position) !important}.to-rose-40\/85{--tw-gradient-to: rgb(220 168 205 / .85) var(--tw-gradient-to-position) !important}.to-rose-50{--tw-gradient-to: #CF8BBD var(--tw-gradient-to-position) !important}.to-rose-50\/0{--tw-gradient-to: rgb(207 139 189 / 0) var(--tw-gradient-to-position) !important}.to-rose-50\/100{--tw-gradient-to: rgb(207 139 189 / 1) var(--tw-gradient-to-position) !important}.to-rose-50\/20{--tw-gradient-to: rgb(207 139 189 / .2) var(--tw-gradient-to-position) !important}.to-rose-50\/45{--tw-gradient-to: rgb(207 139 189 / .45) var(--tw-gradient-to-position) !important}.to-rose-50\/50{--tw-gradient-to: rgb(207 139 189 / .5) var(--tw-gradient-to-position) !important}.to-rose-50\/60{--tw-gradient-to: rgb(207 139 189 / .6) var(--tw-gradient-to-position) !important}.to-rose-50\/65{--tw-gradient-to: rgb(207 139 189 / .65) var(--tw-gradient-to-position) !important}.to-rose-50\/75{--tw-gradient-to: rgb(207 139 189 / .75) var(--tw-gradient-to-position) !important}.to-rose-50\/85{--tw-gradient-to: rgb(207 139 189 / .85) var(--tw-gradient-to-position) !important}.to-rose-60{--tw-gradient-to: #C16EAD var(--tw-gradient-to-position) !important}.to-rose-60\/0{--tw-gradient-to: rgb(193 110 173 / 0) var(--tw-gradient-to-position) !important}.to-rose-60\/100{--tw-gradient-to: rgb(193 110 173 / 1) var(--tw-gradient-to-position) !important}.to-rose-60\/20{--tw-gradient-to: rgb(193 110 173 / .2) var(--tw-gradient-to-position) !important}.to-rose-60\/45{--tw-gradient-to: rgb(193 110 173 / .45) var(--tw-gradient-to-position) !important}.to-rose-60\/50{--tw-gradient-to: rgb(193 110 173 / .5) var(--tw-gradient-to-position) !important}.to-rose-60\/60{--tw-gradient-to: rgb(193 110 173 / .6) var(--tw-gradient-to-position) !important}.to-rose-60\/65{--tw-gradient-to: rgb(193 110 173 / .65) var(--tw-gradient-to-position) !important}.to-rose-60\/75{--tw-gradient-to: rgb(193 110 173 / .75) var(--tw-gradient-to-position) !important}.to-rose-60\/85{--tw-gradient-to: rgb(193 110 173 / .85) var(--tw-gradient-to-position) !important}.to-rose-70{--tw-gradient-to: #B3509C var(--tw-gradient-to-position) !important}.to-rose-70\/0{--tw-gradient-to: rgb(179 80 156 / 0) var(--tw-gradient-to-position) !important}.to-rose-70\/100{--tw-gradient-to: rgb(179 80 156 / 1) var(--tw-gradient-to-position) !important}.to-rose-70\/20{--tw-gradient-to: rgb(179 80 156 / .2) var(--tw-gradient-to-position) !important}.to-rose-70\/45{--tw-gradient-to: rgb(179 80 156 / .45) var(--tw-gradient-to-position) !important}.to-rose-70\/50{--tw-gradient-to: rgb(179 80 156 / .5) var(--tw-gradient-to-position) !important}.to-rose-70\/60{--tw-gradient-to: rgb(179 80 156 / .6) var(--tw-gradient-to-position) !important}.to-rose-70\/65{--tw-gradient-to: rgb(179 80 156 / .65) var(--tw-gradient-to-position) !important}.to-rose-70\/75{--tw-gradient-to: rgb(179 80 156 / .75) var(--tw-gradient-to-position) !important}.to-rose-70\/85{--tw-gradient-to: rgb(179 80 156 / .85) var(--tw-gradient-to-position) !important}.to-rose-80{--tw-gradient-to: #A32E8C var(--tw-gradient-to-position) !important}.to-rose-80\/0{--tw-gradient-to: rgb(163 46 140 / 0) var(--tw-gradient-to-position) !important}.to-rose-80\/100{--tw-gradient-to: rgb(163 46 140 / 1) var(--tw-gradient-to-position) !important}.to-rose-80\/20{--tw-gradient-to: rgb(163 46 140 / .2) var(--tw-gradient-to-position) !important}.to-rose-80\/45{--tw-gradient-to: rgb(163 46 140 / .45) var(--tw-gradient-to-position) !important}.to-rose-80\/50{--tw-gradient-to: rgb(163 46 140 / .5) var(--tw-gradient-to-position) !important}.to-rose-80\/60{--tw-gradient-to: rgb(163 46 140 / .6) var(--tw-gradient-to-position) !important}.to-rose-80\/65{--tw-gradient-to: rgb(163 46 140 / .65) var(--tw-gradient-to-position) !important}.to-rose-80\/75{--tw-gradient-to: rgb(163 46 140 / .75) var(--tw-gradient-to-position) !important}.to-rose-80\/85{--tw-gradient-to: rgb(163 46 140 / .85) var(--tw-gradient-to-position) !important}.to-rose-90{--tw-gradient-to: #91017B var(--tw-gradient-to-position) !important}.to-rose-90\/0{--tw-gradient-to: rgb(145 1 123 / 0) var(--tw-gradient-to-position) !important}.to-rose-90\/100{--tw-gradient-to: rgb(145 1 123 / 1) var(--tw-gradient-to-position) !important}.to-rose-90\/20{--tw-gradient-to: rgb(145 1 123 / .2) var(--tw-gradient-to-position) !important}.to-rose-90\/45{--tw-gradient-to: rgb(145 1 123 / .45) var(--tw-gradient-to-position) !important}.to-rose-90\/50{--tw-gradient-to: rgb(145 1 123 / .5) var(--tw-gradient-to-position) !important}.to-rose-90\/60{--tw-gradient-to: rgb(145 1 123 / .6) var(--tw-gradient-to-position) !important}.to-rose-90\/65{--tw-gradient-to: rgb(145 1 123 / .65) var(--tw-gradient-to-position) !important}.to-rose-90\/75{--tw-gradient-to: rgb(145 1 123 / .75) var(--tw-gradient-to-position) !important}.to-rose-90\/85{--tw-gradient-to: rgb(145 1 123 / .85) var(--tw-gradient-to-position) !important}.to-shadow-level-1{--tw-gradient-to: var(--gray-50) var(--tw-gradient-to-position) !important}.to-shadow-level-2{--tw-gradient-to: var(--gray-60) var(--tw-gradient-to-position) !important}.to-shadow-level-3{--tw-gradient-to: var(--gray-70) var(--tw-gradient-to-position) !important}.to-shadow-level-4{--tw-gradient-to: var(--gray-80) var(--tw-gradient-to-position) !important}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position) !important}.to-transparent\/0{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important}.to-transparent\/100{--tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position) !important}.to-transparent\/20{--tw-gradient-to: rgb(0 0 0 / .2) var(--tw-gradient-to-position) !important}.to-transparent\/45{--tw-gradient-to: rgb(0 0 0 / .45) var(--tw-gradient-to-position) !important}.to-transparent\/50{--tw-gradient-to: rgb(0 0 0 / .5) var(--tw-gradient-to-position) !important}.to-transparent\/60{--tw-gradient-to: rgb(0 0 0 / .6) var(--tw-gradient-to-position) !important}.to-transparent\/65{--tw-gradient-to: rgb(0 0 0 / .65) var(--tw-gradient-to-position) !important}.to-transparent\/75{--tw-gradient-to: rgb(0 0 0 / .75) var(--tw-gradient-to-position) !important}.to-transparent\/85{--tw-gradient-to: rgb(0 0 0 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-10{--tw-gradient-to: #FFFFFF1A var(--tw-gradient-to-position) !important}.to-white-opacity-10\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-10\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-10\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-10\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-10\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-10\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-10\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-10\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-10\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-20{--tw-gradient-to: #FFFFFF33 var(--tw-gradient-to-position) !important}.to-white-opacity-20\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-20\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-20\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-20\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-20\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-20\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-20\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-20\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-20\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-30{--tw-gradient-to: #FFFFFF4D var(--tw-gradient-to-position) !important}.to-white-opacity-30\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-30\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-30\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-30\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-30\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-30\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-30\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-30\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-30\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-40{--tw-gradient-to: #FFFFFF66 var(--tw-gradient-to-position) !important}.to-white-opacity-40\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-40\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-40\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-40\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-40\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-40\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-40\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-40\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-40\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-50{--tw-gradient-to: #FFFFFF80 var(--tw-gradient-to-position) !important}.to-white-opacity-50\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-50\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-50\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-50\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-50\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-50\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-50\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-50\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-50\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-60{--tw-gradient-to: #FFFFFF99 var(--tw-gradient-to-position) !important}.to-white-opacity-60\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-60\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-60\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-60\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-60\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-60\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-60\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-60\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-60\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-70{--tw-gradient-to: #FFFFFFB3 var(--tw-gradient-to-position) !important}.to-white-opacity-70\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-70\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-70\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-70\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-70\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-70\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-70\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-70\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-70\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-80{--tw-gradient-to: #FFFFFFCC var(--tw-gradient-to-position) !important}.to-white-opacity-80\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-80\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-80\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-80\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-80\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-80\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-80\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-80\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-80\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-white-opacity-90{--tw-gradient-to: #FFFFFFE6 var(--tw-gradient-to-position) !important}.to-white-opacity-90\/0{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important}.to-white-opacity-90\/100{--tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position) !important}.to-white-opacity-90\/20{--tw-gradient-to: rgb(255 255 255 / .2) var(--tw-gradient-to-position) !important}.to-white-opacity-90\/45{--tw-gradient-to: rgb(255 255 255 / .45) var(--tw-gradient-to-position) !important}.to-white-opacity-90\/50{--tw-gradient-to: rgb(255 255 255 / .5) var(--tw-gradient-to-position) !important}.to-white-opacity-90\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position) !important}.to-white-opacity-90\/65{--tw-gradient-to: rgb(255 255 255 / .65) var(--tw-gradient-to-position) !important}.to-white-opacity-90\/75{--tw-gradient-to: rgb(255 255 255 / .75) var(--tw-gradient-to-position) !important}.to-white-opacity-90\/85{--tw-gradient-to: rgb(255 255 255 / .85) var(--tw-gradient-to-position) !important}.to-0\%{--tw-gradient-to-position: 0% !important}.to-10\%{--tw-gradient-to-position: 10% !important}.to-100\%{--tw-gradient-to-position: 100% !important}.to-15\%{--tw-gradient-to-position: 15% !important}.to-20\%{--tw-gradient-to-position: 20% !important}.to-25\%{--tw-gradient-to-position: 25% !important}.to-30\%{--tw-gradient-to-position: 30% !important}.to-35\%{--tw-gradient-to-position: 35% !important}.to-40\%{--tw-gradient-to-position: 40% !important}.to-45\%{--tw-gradient-to-position: 45% !important}.to-5\%{--tw-gradient-to-position: 5% !important}.to-50\%{--tw-gradient-to-position: 50% !important}.to-55\%{--tw-gradient-to-position: 55% !important}.to-60\%{--tw-gradient-to-position: 60% !important}.to-65\%{--tw-gradient-to-position: 65% !important}.to-70\%{--tw-gradient-to-position: 70% !important}.to-75\%{--tw-gradient-to-position: 75% !important}.to-80\%{--tw-gradient-to-position: 80% !important}.to-85\%{--tw-gradient-to-position: 85% !important}.to-90\%{--tw-gradient-to-position: 90% !important}.to-95\%{--tw-gradient-to-position: 95% !important}.bg-center{background-position:center!important}.bg-no-repeat{background-repeat:no-repeat!important}.fill-transparent{fill:transparent!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-center{-o-object-position:center!important;object-position:center!important}.p-0{padding:0!important}.p-10{padding:.625rem!important}.p-12{padding:.75rem!important}.p-16{padding:1rem!important}.p-18{padding:1.125rem!important}.p-2{padding:.125rem!important}.p-20{padding:1.25rem!important}.p-24{padding:1.5rem!important}.p-3{padding:.188rem!important}.p-32{padding:2rem!important}.p-4{padding:.25rem!important}.p-5{padding:.3125rem!important}.p-8{padding:.5rem!important}.p-\[3px\]{padding:3px!important}.p-\[5px\]{padding:5px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-10{padding-left:.625rem!important;padding-right:.625rem!important}.px-12{padding-left:.75rem!important;padding-right:.75rem!important}.px-14{padding-left:.875rem!important;padding-right:.875rem!important}.px-16{padding-left:1rem!important;padding-right:1rem!important}.px-2{padding-left:.125rem!important;padding-right:.125rem!important}.px-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-25{padding-left:1.563rem!important;padding-right:1.563rem!important}.px-32{padding-left:2rem!important;padding-right:2rem!important}.px-4{padding-left:.25rem!important;padding-right:.25rem!important}.px-5{padding-left:.3125rem!important;padding-right:.3125rem!important}.px-52{padding-left:52px!important;padding-right:52px!important}.px-6{padding-left:.375rem!important;padding-right:.375rem!important}.px-64{padding-left:4rem!important;padding-right:4rem!important}.px-7{padding-left:.4375rem!important;padding-right:.4375rem!important}.px-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-8{padding-left:.5rem!important;padding-right:.5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-10{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-11{padding-top:.688rem!important;padding-bottom:.688rem!important}.py-12{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-14{padding-top:.875rem!important;padding-bottom:.875rem!important}.py-15{padding-top:.9375rem!important;padding-bottom:.9375rem!important}.py-16{padding-top:1rem!important;padding-bottom:1rem!important}.py-2{padding-top:.125rem!important;padding-bottom:.125rem!important}.py-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-22{padding-top:1.375rem!important;padding-bottom:1.375rem!important}.py-24{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-4{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-48{padding-top:3rem!important;padding-bottom:3rem!important}.py-5{padding-top:.3125rem!important;padding-bottom:.3125rem!important}.py-56{padding-top:3.375rem!important;padding-bottom:3.375rem!important}.py-6{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-8{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-9{padding-top:.575rem!important;padding-bottom:.575rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.0625rem!important}.pb-16{padding-bottom:1rem!important}.pb-20{padding-bottom:1.25rem!important}.pb-24{padding-bottom:1.5rem!important}.pb-30{padding-bottom:1.875rem!important}.pb-32{padding-bottom:2rem!important}.pb-4{padding-bottom:.25rem!important}.pb-40{padding-bottom:2.5rem!important}.pb-8{padding-bottom:.5rem!important}.pl-0{padding-left:0!important}.pl-10{padding-left:.625rem!important}.pl-100{padding-left:100px!important}.pl-11{padding-left:.688rem!important}.pl-12{padding-left:.75rem!important}.pl-14{padding-left:.875rem!important}.pl-16{padding-left:1rem!important}.pl-18{padding-left:1.125rem!important}.pl-2{padding-left:.125rem!important}.pl-24{padding-left:1.5rem!important}.pl-32{padding-left:2rem!important}.pl-34{padding-left:2.125rem!important}.pl-35{padding-left:2.1875rem!important}.pl-48{padding-left:3rem!important}.pl-7{padding-left:.4375rem!important}.pl-8{padding-left:.5rem!important}.pl-\[78px\]{padding-left:78px!important}.pr-0{padding-right:0!important}.pr-16{padding-right:1rem!important}.pr-18{padding-right:1.125rem!important}.pr-2{padding-right:.125rem!important}.pr-20{padding-right:1.25rem!important}.pr-24{padding-right:1.5rem!important}.pr-3{padding-right:.188rem!important}.pr-32{padding-right:2rem!important}.pr-4{padding-right:.25rem!important}.pr-40{padding-right:2.5rem!important}.pr-48{padding-right:3rem!important}.pr-56{padding-right:3.375rem!important}.pr-6{padding-right:.375rem!important}.pr-8{padding-right:.5rem!important}.pt-0{padding-top:0!important}.pt-12{padding-top:.75rem!important}.pt-16{padding-top:1rem!important}.pt-2{padding-top:.125rem!important}.pt-24{padding-top:1.5rem!important}.pt-30{padding-top:1.875rem!important}.pt-4{padding-top:.25rem!important}.pt-40{padding-top:2.5rem!important}.pt-5{padding-top:.3125rem!important}.pt-7{padding-top:.4375rem!important}.pt-8{padding-top:.5rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-start{text-align:start!important}.align-middle{vertical-align:middle!important}.font-main{font-family:Inter,sans-serif!important}.font-main-tnum{font-family:Inter,sans-serif!important;font-feature-settings:"tnum"!important}.text-10{font-size:.625rem!important;line-height:1rem!important}.text-11{font-size:.688rem!important;line-height:1.063rem!important}.text-14{font-size:.875rem!important;line-height:.875rem!important}.text-15{font-size:.9375rem!important;line-height:1.0625rem!important}.text-20{font-size:20px!important;line-height:1.4!important}.text-22{font-size:22px!important;line-height:1.4!important}.text-24{font-size:24px!important;line-height:1.4!important}.text-2xl{font-size:1.375rem!important;line-height:1.925rem!important}.text-2xs{font-size:.375rem!important;line-height:1.05rem!important}.text-36{font-size:36px!important;line-height:1.4!important}.text-3xl{font-size:2rem!important;line-height:2.5rem!important}.text-40{font-size:40px!important;line-height:1.4!important}.text-6{font-size:.375rem!important;line-height:1.4!important}.text-60{font-size:60px!important;line-height:1.4!important}.text-\[0px\]{font-size:0px!important}.text-\[11px\]{font-size:11px!important}.text-\[12px\]{font-size:12px!important}.text-\[13px\]{font-size:13px!important}.text-\[16px\]{font-size:16px!important}.text-\[17px\]{font-size:17px!important}.text-\[23px\]{font-size:23px!important}.text-\[7px\]{font-size:7px!important}.text-\[8px\]{font-size:8px!important}.text-\[9px\]{font-size:9px!important}.text-base{font-size:.875rem!important;line-height:1.25rem!important}.text-lg{font-size:1rem!important;line-height:1.4rem!important}.text-sm{font-size:.75rem!important;line-height:1.05rem!important}.text-xl{font-size:1.125rem!important;line-height:1.563rem!important}.text-xs{font-size:.5rem!important;line-height:.875rem!important}.font-bold{font-weight:700!important}.font-light{font-weight:300!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.capitalize{text-transform:capitalize!important}.not-italic{font-style:normal!important}.lining-nums{--tw-numeric-figure: lining-nums !important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.tabular-nums{--tw-numeric-spacing: tabular-nums !important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.leading-4{line-height:1rem!important}.leading-5{line-height:1.25rem!important}.leading-8{line-height:2rem!important}.leading-\[1\.15\]{line-height:1.15!important}.leading-\[1\.375rem\]{line-height:1.375rem!important}.leading-\[100\%\]{line-height:100%!important}.leading-\[18px\]{line-height:18px!important}.leading-\[normal\]{line-height:normal!important}.leading-none{line-height:1!important}.leading-normal{line-height:1.5!important}.tracking-xs3{letter-spacing:.08px!important}.text-\[\#10233A\]{--tw-text-opacity: 1 !important;color:rgb(16 35 58 / var(--tw-text-opacity, 1))!important}.text-\[\#25242B\]{--tw-text-opacity: 1 !important;color:rgb(37 36 43 / var(--tw-text-opacity, 1))!important}.text-\[\#474650\]{--tw-text-opacity: 1 !important;color:rgb(71 70 80 / var(--tw-text-opacity, 1))!important}.text-\[\#7288A3\]{--tw-text-opacity: 1 !important;color:rgb(114 136 163 / var(--tw-text-opacity, 1))!important}.text-\[\#777A84\]{--tw-text-opacity: 1 !important;color:rgb(119 122 132 / var(--tw-text-opacity, 1))!important}.text-accent-primary-default{color:var(--blue-130)!important}.text-accent-secondary-default{color:var(--graphite-90)!important}.text-negative-default{color:var(--red-130)!important}.text-neutral-primary-default{color:var(--gray-150)!important}.text-neutral-primary-disabled{color:var(--gray-110)!important}.text-neutral-secondary-default{color:var(--gray-120)!important}.text-neutral-secondary-disabled{color:var(--gray-90)!important}.text-neutral-tertiary-default{color:var(--gray-110)!important}.text-old-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.text-old-blue-400{--tw-text-opacity: 1 !important;color:rgb(211 225 236 / var(--tw-text-opacity, 1))!important}.text-old-blue-500{--tw-text-opacity: 1 !important;color:rgb(161 182 198 / var(--tw-text-opacity, 1))!important}.text-old-blue-600{--tw-text-opacity: 1 !important;color:rgb(114 136 163 / var(--tw-text-opacity, 1))!important}.text-old-blue-70{--tw-text-opacity: 1 !important;color:rgb(20 102 254 / var(--tw-text-opacity, 1))!important}.text-old-blue-700{--tw-text-opacity: 1 !important;color:rgb(16 35 58 / var(--tw-text-opacity, 1))!important}.text-old-blue-accent{--tw-text-opacity: 1 !important;color:rgb(27 85 233 / var(--tw-text-opacity, 1))!important}.text-old-gray-100{--tw-text-opacity: 1 !important;color:rgb(228 234 243 / var(--tw-text-opacity, 1))!important}.text-old-gray-400{--tw-text-opacity: 1 !important;color:rgb(130 133 136 / var(--tw-text-opacity, 1))!important}.text-old-gray-500{--tw-text-opacity: 1 !important;color:rgb(16 35 58 / var(--tw-text-opacity, 1))!important}.text-old-gray-900{--tw-text-opacity: 1 !important;color:rgb(45 45 45 / var(--tw-text-opacity, 1))!important}.text-old-green-80{--tw-text-opacity: 1 !important;color:rgb(2 155 130 / var(--tw-text-opacity, 1))!important}.text-old-green-main{--tw-text-opacity: 1 !important;color:rgb(14 216 168 / var(--tw-text-opacity, 1))!important}.text-old-green-status{--tw-text-opacity: 1 !important;color:rgb(9 156 68 / var(--tw-text-opacity, 1))!important}.text-old-inherit{color:inherit!important}.text-old-n-black-100{--tw-text-opacity: 1 !important;color:rgb(43 43 43 / var(--tw-text-opacity, 1))!important}.text-old-n-black-50{--tw-text-opacity: 1 !important;color:rgb(149 149 149 / var(--tw-text-opacity, 1))!important}.text-old-n-black-60{--tw-text-opacity: 1 !important;color:rgb(128 128 128 / var(--tw-text-opacity, 1))!important}.text-old-n-black-80{--tw-text-opacity: 1 !important;color:rgb(85 85 85 / var(--tw-text-opacity, 1))!important}.text-old-n-blue-100{--tw-text-opacity: 1 !important;color:rgb(1 69 196 / var(--tw-text-opacity, 1))!important}.text-old-n-blue-80{--tw-text-opacity: 1 !important;color:rgb(20 102 254 / var(--tw-text-opacity, 1))!important}.text-old-n-blue-90{--tw-text-opacity: 1 !important;color:rgb(1 83 235 / var(--tw-text-opacity, 1))!important}.text-old-n-gray-100{--tw-text-opacity: 1 !important;color:rgb(77 84 131 / var(--tw-text-opacity, 1))!important}.text-old-n-gray-110{--tw-text-opacity: 1 !important;color:rgb(51 56 87 / var(--tw-text-opacity, 1))!important}.text-old-n-gray-30{--tw-text-opacity: 1 !important;color:rgb(182 189 227 / var(--tw-text-opacity, 1))!important}.text-old-n-gray-60{--tw-text-opacity: 1 !important;color:rgb(106 112 148 / var(--tw-text-opacity, 1))!important}.text-old-n-gray-80{--tw-text-opacity: 1 !important;color:rgb(152 158 195 / var(--tw-text-opacity, 1))!important}.text-old-n-red-main{--tw-text-opacity: 1 !important;color:rgb(194 72 92 / var(--tw-text-opacity, 1))!important}.text-old-orange-90{--tw-text-opacity: 1 !important;color:rgb(205 107 15 / var(--tw-text-opacity, 1))!important}.text-old-orange-main{--tw-text-opacity: 1 !important;color:rgb(238 182 72 / var(--tw-text-opacity, 1))!important}.text-old-pink-500{--tw-text-opacity: 1 !important;color:rgb(135 140 153 / var(--tw-text-opacity, 1))!important}.text-old-red-80{--tw-text-opacity: 1 !important;color:rgb(174 62 80 / var(--tw-text-opacity, 1))!important}.text-old-red-90{--tw-text-opacity: 1 !important;color:rgb(179 57 73 / var(--tw-text-opacity, 1))!important}.text-old-red-light{--tw-text-opacity: 1 !important;color:rgb(224 95 95 / var(--tw-text-opacity, 1))!important}.text-old-red-main{--tw-text-opacity: 1 !important;color:rgb(255 63 63 / var(--tw-text-opacity, 1))!important}.text-old-stroke-success-default{--tw-text-opacity: 1 !important;color:rgb(0 146 119 / var(--tw-text-opacity, 1))!important}.text-old-text-accent-default{--tw-text-opacity: 1 !important;color:rgb(12 96 248 / var(--tw-text-opacity, 1))!important}.text-old-text-black-100{--tw-text-opacity: 1 !important;color:rgb(0 7 34 / var(--tw-text-opacity, 1))!important}.text-old-text-error-default{--tw-text-opacity: 1 !important;color:rgb(216 21 45 / var(--tw-text-opacity, 1))!important}.text-old-text-neutral-additional{--tw-text-opacity: 1 !important;color:rgb(143 150 190 / var(--tw-text-opacity, 1))!important}.text-old-text-neutral-primary{--tw-text-opacity: 1 !important;color:rgb(37 36 43 / var(--tw-text-opacity, 1))!important}.text-old-text-neutral-secondary{--tw-text-opacity: 1 !important;color:rgb(71 70 80 / var(--tw-text-opacity, 1))!important}.text-old-text-neutral-tertiary-default{--tw-text-opacity: 1 !important;color:rgb(119 122 132 / var(--tw-text-opacity, 1))!important}.text-old-text-on-accent-primary{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-old-text-success-default{--tw-text-opacity: 1 !important;color:rgb(0 146 119 / var(--tw-text-opacity, 1))!important}.text-old-text-warning-default{--tw-text-opacity: 1 !important;color:rgb(216 115 0 / var(--tw-text-opacity, 1))!important}.text-old-transparent{color:transparent!important}.text-old-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-on-accent-primary-default{color:var(--gray-10)!important}.text-positive-default{color:var(--green-110)!important}.text-transactions-primary-atm{color:var(--green-100)!important}.text-transactions-primary-card{color:var(--rose-60)!important}.text-transactions-primary-fee{color:var(--graphite-140)!important}.text-transactions-primary-transfer{color:var(--blue-120)!important}.text-transparent{color:transparent!important}.underline{text-decoration-line:underline!important}.decoration-from-font{text-decoration-thickness:from-font!important}.placeholder-old-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(130 133 136 / var(--tw-placeholder-opacity, 1))!important}.placeholder-old-gray-400::placeholder{--tw-placeholder-opacity: 1 !important;color:rgb(130 133 136 / var(--tw-placeholder-opacity, 1))!important}.caret-\[var\(--text-neutral-primary-default\)\]{caret-color:var(--text-neutral-primary-default)!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.opacity-20{opacity:.2!important}.opacity-60{opacity:.6!important}.opacity-\[60\%\]{opacity:60%!important}.shadow{--tw-shadow: 0px 8px 20px rgba(161, 182, 198, .35) !important;--tw-shadow-colored: 0px 8px 20px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-card{--tw-shadow: 0px 4px 12px rgba(161, 182, 198, .2) !important;--tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-dropdown{--tw-shadow: 0px 0px 12px 0px rgba(218, 218, 218, .25) !important;--tw-shadow-colored: 0px 0px 12px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-level-1{--tw-shadow: 0px 0px 2px 0px var(--shadow-level-1) !important;--tw-shadow-colored: 0px 0px 2px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-level-2{--tw-shadow: 0px 0px 8px 1px var(--shadow-level-2) !important;--tw-shadow-colored: 0px 0px 8px 1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-level-3{--tw-shadow: 0px 0px 10px 2px var(--shadow-level-3) !important;--tw-shadow-colored: 0px 0px 10px 2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-level-4{--tw-shadow: 0px 0px 16px 2px var(--shadow-level-4) !important;--tw-shadow-colored: 0px 0px 16px 2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow: 0px 4px 12px rgba(161, 182, 198, .12) !important;--tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-tile{--tw-shadow: 0px 0px 4px 0px rgba(159, 159, 159, .25) !important;--tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-old-transparent{--tw-shadow-color: transparent !important;--tw-shadow: var(--tw-shadow-colored) !important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline{outline-style:solid!important}.outline-1{outline-width:1px!important}.outline-offset-\[5px\]{outline-offset:5px!important}.outline-old-n-gray-20{outline-color:#e5e7f0!important}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring-inset{--tw-ring-inset: inset !important}.ring-accent-secondary-default{--tw-ring-color: var(--gray-140) !important}.ring-negative-default{--tw-ring-color: var(--red-130) !important}.ring-neutral-primary-default{--tw-ring-color: var(--graphite-40) !important}.ring-neutral-primary-selected{--tw-ring-color: var(--gray-140) !important}.ring-neutral-secondary-default{--tw-ring-color: var(--graphite-20) !important}.ring-old-n-gray-40{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(204 206 225 / var(--tw-ring-opacity, 1)) !important}.ring-old-n-red-100{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(150 47 61 / var(--tw-ring-opacity, 1)) !important}.blur{--tw-blur: blur(8px) !important;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}.blur-\[1\.5px\]{--tw-blur: blur(1.5px) !important;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}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06)) !important;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}.invert{--tw-invert: invert(100%) !important;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}.sepia{--tw-sepia: sepia(100%) !important;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{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}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px) !important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[border\]{transition-property:border!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-opacity{transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-shadow{transition-property:box-shadow!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-1000{transition-duration:1s!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}.duration-500{transition-duration:.5s!important}.duration-75{transition-duration:75ms!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-linear{transition-timing-function:linear!important}.content-\[\"\"\]{--tw-content: "" !important;content:var(--tw-content)!important}.text-title{font-size:36px!important;font-weight:500!important;line-height:44px!important}.text-title-strong{font-size:36px!important;font-weight:600!important;line-height:44px!important}.text-header-large{font-size:28px!important;font-weight:600!important;line-height:32px!important}.text-header-medium{font-size:24px!important;font-weight:600!important;line-height:30px!important}.text-header-small{font-size:18px!important;font-weight:500!important;line-height:24px!important}.text-header-small-strong{font-size:18px!important;font-weight:600!important;line-height:24px!important}.text-header-tiny{font-size:16px!important;font-weight:500!important;line-height:18px!important}.text-subtitle,.text-body-medium{font-size:16px!important;font-weight:400!important;line-height:20px!important}.text-body-medium-strong{font-size:16px!important;font-weight:500!important;line-height:20px!important}.text-body-medium-extra{font-size:16px!important;font-weight:600!important;line-height:20px!important}.text-body-small{font-size:14px!important;font-weight:400!important;line-height:16px!important}.text-body-small-strong{font-size:14px!important;font-weight:500!important;line-height:16px!important}.text-body-small-extra{font-size:14px!important;font-weight:600!important;line-height:16px!important}.text-additional{font-size:12px!important;font-weight:400!important;line-height:12px!important}.text-additional-strong{font-size:12px!important;font-weight:500!important;line-height:12px!important}.text-button-large{font-size:16px!important;font-weight:500!important;line-height:16px!important}.text-button-medium,.text-button-small{font-size:14px!important;font-weight:500!important;line-height:14px!important}.text-button-tiny{font-size:12px!important;font-weight:500!important;line-height:12px!important}.text-label{font-size:14px!important;font-weight:400!important;line-height:14px!important}.text-label-medium{font-size:14px!important;font-weight:400!important;line-height:16px!important}.text-label-strong{font-size:14px!important;font-weight:500!important;line-height:14px!important}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/InterVariable-CWi-zmRD.woff2) format("woff2")}@font-face{font-family:InterVariable;font-style:italic;font-weight:100 900;font-display:swap;src:url(/assets/InterVariable-Italic-d6KXgdvN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/Inter-Thin-B4o5siQk.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(/assets/Inter-ThinItalic-vq4GfdE-.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/assets/Inter-ExtraLight-DDkcCnmI.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(/assets/Inter-ExtraLightItalic-Bmm15xK5.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/Inter-Light-MWFfSqj5.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/assets/Inter-LightItalic-B-7nr8NF.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Inter-Regular-B0QUfDW0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/assets/Inter-Italic-B_ozvy2G.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Inter-Medium-B0NFony0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/assets/Inter-MediumItalic-DOveuiCA.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBold-_JLwM7Yv.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBoldItalic-C4gNvuGw.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Inter-Bold-CytjP_7U.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/assets/Inter-BoldItalic-B0T-BnK6.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBold-BN24N3BS.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBoldItalic-Elp9ETkg.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/Inter-Black-COIgjx2i.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(/assets/Inter-BlackItalic-DXjXe-56.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/InterDisplay-Thin-DMFvXDOM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:100;font-display:swap;src:url(/assets/InterDisplay-ThinItalic-DGH5DzcO.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:200;font-display:swap;src:url(/assets/InterDisplay-ExtraLight-CkrcZ2OC.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:200;font-display:swap;src:url(/assets/InterDisplay-ExtraLightItalic-COzNG34r.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/InterDisplay-Light-DB1R7qf0.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:300;font-display:swap;src:url(/assets/InterDisplay-LightItalic-Dg222hFV.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/InterDisplay-Regular-C0mmbI_t.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:400;font-display:swap;src:url(/assets/InterDisplay-Italic-Ceakq4P4.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/InterDisplay-Medium-BRBaQVhl.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:500;font-display:swap;src:url(/assets/InterDisplay-MediumItalic-Bn1fyIYu.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/InterDisplay-SemiBold-J6ePsRbj.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:600;font-display:swap;src:url(/assets/InterDisplay-SemiBoldItalic-Hwqo_RGe.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/InterDisplay-Bold-CXJyJlfA.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:700;font-display:swap;src:url(/assets/InterDisplay-BoldItalic-DPW1ZV9q.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/InterDisplay-ExtraBold-DsWMgBJM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:800;font-display:swap;src:url(/assets/InterDisplay-ExtraBoldItalic-Duz3ksk9.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/InterDisplay-Black-DM1fLmGj.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:900;font-display:swap;src:url(/assets/InterDisplay-BlackItalic-By2MBdM0.woff2) format("woff2")}:root{--el-color-primary: #1b55e9 !important;--el-component-size-large: 44px !important;--el-border-radius-base: 8px !important;--el-color-warning: #ff4550 !important;--fk-color-error: #c64b5b !important}body,html{font-family:Inter,sans-serif;color:var(--gray-150);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{text-decoration:none;transition:color .33s ease}a:hover,a.-colored{color:#0c60f8}button{cursor:pointer;color:inherit}ul{padding:0;margin:0;list-style:none}.scroll-hidden{overflow:hidden}@media only screen and (max-width: 767px){.mobile-hidden{display:none!important}}@media only screen and (min-width: 768px){.desktop-hidden{display:none!important}}.button-as-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;transition:color .5s}.button-as-text:focus{outline:none;border-bottom:1px dashed currentcolor}.button-as-text:hover{color:#0c60f8}.dotted{border:none;background:none;font-size:12px;color:#8ea1ba;text-align:left;display:inline-block;border-bottom:1px dashed currentcolor!important;line-height:14px;padding:0}.dotted:disabled{color:#b9c3d1;cursor:auto}.dotted:hover:not(:disabled){color:#0c60f8}.scrollbar-thin ::-webkit-scrollbar{width:.25rem;border-radius:8px}.scrollbar-thin ::-webkit-scrollbar-track{border-radius:8px;--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.scrollbar-thin ::-webkit-scrollbar-thumb{border-radius:8px;--tw-bg-opacity: 1;background-color:rgb(204 206 225 / var(--tw-bg-opacity, 1))}.scrollbar-thin ::-webkit-scrollbar-button{display:none}.table-head{display:flex;align-items:center;margin-bottom:30px}.table-head h3{margin:0;font-size:18px}.table-head button{margin-left:12px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}h1{font-size:36px;line-height:1.4}h2{font-size:24px;line-height:1.4}h1,h2{font-weight:600;line-height:125%;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}::-moz-placeholder{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity, 1))}::placeholder{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity, 1))}.text-link{cursor:pointer;--tw-text-opacity: 1;color:rgb(20 102 254 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.text-link:hover{--tw-text-opacity: 1;color:rgb(1 83 235 / var(--tw-text-opacity, 1))}.text-link:disabled{--tw-text-opacity: 1;color:rgb(152 158 195 / var(--tw-text-opacity, 1))}.text-link-black{cursor:pointer;--tw-text-opacity: 1;color:rgb(20 102 254 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.text-link-black:hover{--tw-text-opacity: 1;color:rgb(1 83 235 / var(--tw-text-opacity, 1))}.text-link-black:disabled{--tw-text-opacity: 1;color:rgb(152 158 195 / var(--tw-text-opacity, 1))}.text-link-black{cursor:pointer;font-size:.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.text-button{cursor:pointer;--tw-text-opacity: 1;color:rgb(20 102 254 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.text-button:hover{--tw-text-opacity: 1;color:rgb(1 83 235 / var(--tw-text-opacity, 1))}.text-button:disabled{--tw-text-opacity: 1;color:rgb(152 158 195 / var(--tw-text-opacity, 1))}.text-button{font-size:.875rem;line-height:1.25rem;font-weight:600}.text-button-2{display:flex;align-items:center;gap:.25rem;cursor:pointer;--tw-text-opacity: 1;color:rgb(20 102 254 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.text-button-2:hover{--tw-text-opacity: 1;color:rgb(1 83 235 / var(--tw-text-opacity, 1))}.text-button-2:disabled{--tw-text-opacity: 1;color:rgb(152 158 195 / var(--tw-text-opacity, 1))}.text-button-2{font-size:1rem;line-height:1.4rem;font-weight:400;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}.text-button-2 .inline-icon-button{height:1rem;width:1rem;font-size:.625rem;line-height:1rem}.filter-button{display:flex;height:1.5rem;flex-shrink:0;align-items:center;border-radius:4px;--tw-bg-opacity: 1;background-color:rgb(236 242 255 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}.icon-button{cursor:pointer;font-size:.75rem;line-height:1.05rem;--tw-text-opacity: 1;color:rgb(108 117 169 / var(--tw-text-opacity, 1))}.icon-button:hover{--tw-text-opacity: 1;color:rgb(77 84 131 / var(--tw-text-opacity, 1))}.center{display:flex;align-items:center;justify-content:center}.circle-icon{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:50%;--tw-bg-opacity: 1;background-color:rgb(216 219 232 / var(--tw-bg-opacity, 1));font-size:11px;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.suppress-formkit-tabs{display:flex;justify-content:center}.suppress-formkit-tabs .formkit-tabs{display:none!important}.suppress-formkit-tabs .formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-steps{border-style:none;--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)}.el-message-box{min-width:500px;padding-bottom:1.5rem}.el-message-box__title{padding-left:.5rem;padding-right:.5rem;font-size:1.375rem;line-height:1.925rem;font-weight:600;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.el-message-box__message{--tw-text-opacity: 1;color:rgb(16 35 58 / var(--tw-text-opacity, 1));margin-bottom:1.25rem}.el-message-box__content{padding-left:1.5rem;padding-right:1.5rem}.el-message-box__btns .el-button{height:2.625rem;min-width:85px}.el-message-box__btns .el-button.btn--primary{min-width:105px}.el-message-box__btns .el-button:nth-child(2){margin-left:16px}.el-notification__content p{white-space:pre-line}.el-message{height:2rem;border-width:0px;background-color:var(--gray-130);padding-left:.75rem;padding-right:.75rem;padding-top:0;padding-bottom:0;top:1.5rem!important}.el-message__content{--tw-numeric-figure: lining-nums;--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));font-size:16px;font-weight:400;line-height:20px}.el-form-item{margin-bottom:22px}.el-input .el-input__inner,.el-textarea__inner{transition:background-color .5s,border-color .5s;border-width:1px;--tw-border-opacity: 1;border-color:rgb(211 225 236 / var(--tw-border-opacity, 1));padding:.688rem .875rem;border-radius:8px;font-size:.875rem;font-weight:500;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(16 35 58 / var(--tw-text-opacity, 1));caret-color:#1b55e9}.el-input .el-input__inner::-moz-placeholder,.el-textarea__inner::-moz-placeholder{--tw-text-opacity: 1;color:rgb(161 182 198 / var(--tw-text-opacity, 1))}.el-input .el-input__inner::placeholder,.el-textarea__inner::placeholder{--tw-text-opacity: 1;color:rgb(161 182 198 / var(--tw-text-opacity, 1))}.el-input .el-input__inner:focus,.el-textarea__inner:focus{box-shadow:0 0 0 3px #d1ddfb;--tw-border-opacity: 1;border-color:rgb(27 85 233 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus{box-shadow:0 0 0 3px #ffdadc;--tw-border-opacity: 1;border-color:rgb(245 108 108 / var(--tw-border-opacity, 1));caret-color:#ff4550}.el-input__wrapper{width:100%!important;padding-left:0!important;padding-right:0!important;--tw-border-opacity: 1;border-color:rgb(211 225 236/var(--tw-border-opacity));transition:background-color .5s,border-color .5s;border-width:1px;box-shadow:none}.el-input__wrapper.is-focus{border-style:none}.el-input .el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#8ea1ba;transition:all .3s;pointer-events:none;display:flex}.el-input .el-input__suffix .el-input__suffix-inner{display:flex}.el-input .el-input__prefix{position:absolute;height:100%;left:5px;top:0;text-align:center}.el-input .el-input__prefix-inner,.el-input .el-input__prefix-inner div:first-child{width:100%}.el-input .el-icon-circle-close,.el-input .el-icon-circle-check{display:none!important}.el-input.el-input--suffix .el-input__inner{padding-right:2.5rem!important}.el-input.el-input--suffix .el-input__inner+.el-input__suffix .el-input__icon{margin-right:.3125rem;display:flex;height:100%;align-items:center;justify-content:center}.el-input.el-input--prefix .el-input__inner{padding-left:2.5rem}.el-input.el-input--prefix .el-input__inner+.el-input__prefix .el-input__icon{margin-left:.3125rem;display:flex;height:100%;align-items:center}.el-input--medium .el-input__inner{border-radius:6px;padding:.375rem .5rem}.el-input--small .el-input__inner{height:1.563rem;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;line-height:1.05rem}.el-input--large .el-input__wrapper{padding:0!important}.el-input-number{display:flex;width:100%}.el-input-number--medium{display:flex}.el-input-number .el-input__inner{text-align:left}.full-width{width:100%}.el-select__icon{width:1.563rem}.first-letter\:uppercase:first-letter{text-transform:uppercase!important}.placeholder\:text-transparent::-moz-placeholder{color:transparent!important}.placeholder\:text-transparent::placeholder{color:transparent!important}.before\:mr-0:before{content:var(--tw-content)!important;margin-right:0!important}.before\:w-0:before{content:var(--tw-content)!important;width:0!important}.before\:border-0:before{content:var(--tw-content)!important;border-width:0px!important}.before\:transition-\[border\]:before{content:var(--tw-content)!important;transition-property:border!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.before\:transition-\[width\]:before{content:var(--tw-content)!important;transition-property:width!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.before\:duration-\[0ms\]:before{content:var(--tw-content)!important;transition-duration:0ms!important}.\*\:first\:rounded-l-4:first-child>*{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.last\:mb-0:last-child{margin-bottom:0!important}.\*\:last\:rounded-r-4:last-child>*{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.empty\:hidden:empty{display:none!important}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus-within\:ring-old-black:focus-within{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1)) !important}.hover\:bg-accent-primary-hover:hover{background-color:var(--blue-140)!important}.hover\:bg-accent-secondary-hover:hover{background-color:var(--blue-30)!important}.hover\:bg-negative-primary-hover:hover{background-color:var(--red-140)!important}.hover\:bg-negative-secondary-hover:hover{background-color:var(--red-20)!important}.hover\:bg-neutral-secondary-default:hover{background-color:var(--graphite-10)!important}.hover\:bg-neutral-tertiary-hover:hover{background-color:var(--gray-40)!important}.hover\:bg-neutral-tertiary-selected:hover{background-color:var(--gray-50)!important}.hover\:bg-old-blue-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(240 247 253 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-fill-accent-primary-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(0 82 234 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-fill-accent-secondary-hover:hover{--tw-bg-opacity: 1 !important;background-color:rgb(213 230 255 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-gray-10:hover{--tw-bg-opacity: 1 !important;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-gray-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-gray-350:hover{--tw-bg-opacity: 1 !important;background-color:rgb(249 252 254 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-n-blue-90:hover{--tw-bg-opacity: 1 !important;background-color:rgb(1 83 235 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-n-gray-0:hover{--tw-bg-opacity: 1 !important;background-color:rgb(251 251 251 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-n-gray-10:hover{--tw-bg-opacity: 1 !important;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))!important}.hover\:bg-old-white:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.hover\:bg-transparent:hover{background-color:transparent!important}.hover\:text-neutral-secondary-default:hover{color:var(--gray-120)!important}.hover\:text-old-blue-accent:hover{--tw-text-opacity: 1 !important;color:rgb(27 85 233 / var(--tw-text-opacity, 1))!important}.hover\:text-old-n-blue-90:hover{--tw-text-opacity: 1 !important;color:rgb(1 83 235 / var(--tw-text-opacity, 1))!important}.hover\:text-old-n-gray-90:hover{--tw-text-opacity: 1 !important;color:rgb(108 117 169 / var(--tw-text-opacity, 1))!important}.focus\:border-2:focus{border-width:2px!important}.focus\:bg-old-n-gray-10:focus{--tw-bg-opacity: 1 !important;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))!important}.focus\:text-old-inherit:focus{color:inherit!important}.focus\:shadow-none:focus{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.focus\:outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:outline-0:focus{outline-width:0px!important}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus-visible\:bg-old-n-gray-10:focus-visible{--tw-bg-opacity: 1 !important;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))!important}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent!important;outline-offset:2px!important}.focus-visible\:outline-2:focus-visible{outline-width:2px!important}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px!important}.focus-visible\:outline-old-blue-600:focus-visible{outline-color:#7288a3!important}.active\:bg-neutral-tertiary-selected:active{background-color:var(--gray-50)!important}.active\:bg-old-fill-accent-primary-selected:active{--tw-bg-opacity: 1 !important;background-color:rgb(0 69 221 / var(--tw-bg-opacity, 1))!important}.disabled\:bg-old-n-gray-10:disabled{--tw-bg-opacity: 1 !important;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))!important}.disabled\:bg-old-n-gray-20:disabled{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))!important}.disabled\:text-old-n-black-50:disabled{--tw-text-opacity: 1 !important;color:rgb(149 149 149 / var(--tw-text-opacity, 1))!important}.disabled\:text-old-n-black-70:disabled{--tw-text-opacity: 1 !important;color:rgb(106 106 106 / var(--tw-text-opacity, 1))!important}.disabled\:text-old-n-gray-80:disabled{--tw-text-opacity: 1 !important;color:rgb(152 158 195 / var(--tw-text-opacity, 1))!important}.disabled\:opacity-50:disabled{opacity:.5!important}.disabled\:ring-0:disabled{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.peer:checked~.peer-checked\:bg-old-n-black-100{--tw-bg-opacity: 1 !important;background-color:rgb(43 43 43 / var(--tw-bg-opacity, 1))!important}.peer:checked~.peer-checked\:text-old-blue-500{--tw-text-opacity: 1 !important;color:rgb(161 182 198 / var(--tw-text-opacity, 1))!important}.peer:checked~.peer-checked\:text-old-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.peer:checked~.peer-checked\:ring-old-blue-500{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(161 182 198 / var(--tw-ring-opacity, 1)) !important}.peer:checked~.peer-checked\:ring-old-n-black-100{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(43 43 43 / var(--tw-ring-opacity, 1)) !important}.peer:hover~.peer-hover\:ring-old-n-gray-80{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(152 158 195 / var(--tw-ring-opacity, 1)) !important}.peer:checked:hover~.peer-checked\:peer-hover\:bg-old-n-black-90{--tw-bg-opacity: 1 !important;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))!important}.peer:checked:hover~.peer-checked\:peer-hover\:ring-old-n-black-90{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1)) !important}.peer:focus~.peer-focus\:ring-old-n-gray-80{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(152 158 195 / var(--tw-ring-opacity, 1)) !important}.peer:checked:focus~.peer-checked\:peer-focus\:bg-old-n-black-90{--tw-bg-opacity: 1 !important;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))!important}.peer:checked:focus~.peer-checked\:peer-focus\:ring-old-n-black-90{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1)) !important}.aria-selected\:bg-old-blue-600[aria-selected=true]{--tw-bg-opacity: 1 !important;background-color:rgb(114 136 163 / var(--tw-bg-opacity, 1))!important}.aria-selected\:text-old-white[aria-selected=true]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none!important}.data-\[is-active\=\"true\"\]\:bg-old-gray-300[data-is-active=true]{--tw-bg-opacity: 1 !important;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))!important}.data-\[placeholder\=\"true\"\]\:text-old-gray-400[data-placeholder=true]{--tw-text-opacity: 1 !important;color:rgb(130 133 136 / var(--tw-text-opacity, 1))!important}.data-\[is-active\=\"true\"\]\:aria-selected\:bg-old-blue-600[aria-selected=true][data-is-active=true]{--tw-bg-opacity: 1 !important;background-color:rgb(114 136 163 / var(--tw-bg-opacity, 1))!important}.data-\[is-active\=\"true\"\]\:aria-selected\:bg-old-blue-700[aria-selected=true][data-is-active=true]{--tw-bg-opacity: 1 !important;background-color:rgb(16 35 58 / var(--tw-bg-opacity, 1))!important}.peer[data-has-multiple=true]~.peer-data-\[has-multiple\=true\]\:mb-2{margin-bottom:.125rem!important}.peer[data-has-multiple=true]~.peer-data-\[has-multiple\=true\]\:ml-3{margin-left:.188rem!important}.peer[data-has-multiple=true]~.peer-data-\[has-multiple\=true\]\:text-sm{font-size:.75rem!important;line-height:1.05rem!important}.peer[data-has-multiple=true]~.peer-data-\[has-multiple\=true\]\:text-old-blue-500{--tw-text-opacity: 1 !important;color:rgb(161 182 198 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:pointer-events-none{pointer-events:none!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:pointer-events-auto{pointer-events:auto!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:cursor-auto{cursor:auto!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:cursor-not-allowed{cursor:not-allowed!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:bg-old-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(252 252 252 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:bg-old-n-gray-50{--tw-bg-opacity: 1 !important;background-color:rgb(191 194 217 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:bg-old-transparent{background-color:transparent!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:text-old-text-neutral-disabled{--tw-text-opacity: 1 !important;color:rgb(138 142 150 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:opacity-100{opacity:1!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:opacity-50{opacity:.5!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:pointer-events-none{pointer-events:none!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:pointer-events-auto{pointer-events:auto!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:cursor-auto{cursor:auto!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:cursor-not-allowed{cursor:not-allowed!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:bg-old-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(252 252 252 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:bg-old-n-gray-50{--tw-bg-opacity: 1 !important;background-color:rgb(191 194 217 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:bg-old-transparent{background-color:transparent!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:text-old-text-neutral-disabled{--tw-text-opacity: 1 !important;color:rgb(138 142 150 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:opacity-100{opacity:1!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:opacity-50{opacity:.5!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:focus-within\:ring-1:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:focus-within\:ring-old-black:focus-within{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1)) !important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:focus-within\:ring-1:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:focus-within\:ring-old-black:focus-within{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1)) !important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:text-none{font-size:0!important;line-height:1.4!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:text-old-gray-500{--tw-text-opacity: 1 !important;color:rgb(16 35 58 / var(--tw-text-opacity, 1))!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:content-\[\"\"\]{--tw-content: "" !important;content:var(--tw-content)!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:text-none{font-size:0!important;line-height:1.4!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:text-old-gray-500{--tw-text-opacity: 1 !important;color:rgb(16 35 58 / var(--tw-text-opacity, 1))!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:content-\[\"\"\]{--tw-content: "" !important;content:var(--tw-content)!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:block:before{content:var(--tw-content)!important;display:block!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:h-18:before{content:var(--tw-content)!important;height:1.125rem!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:w-18:before{content:var(--tw-content)!important;width:1.125rem!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:animate-spin:before{content:var(--tw-content)!important;animation:spin 1s linear infinite!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:rounded-\[18px\]:before{content:var(--tw-content)!important;border-radius:18px!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:border:before{content:var(--tw-content)!important;border-width:1px!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:border-2:before{content:var(--tw-content)!important;border-width:2px!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:border-old-white:before{content:var(--tw-content)!important;--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:border-r-old-transparent:before{content:var(--tw-content)!important;border-right-color:transparent!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:text-base:before{content:var(--tw-content)!important;font-size:.875rem!important;line-height:1.25rem!important}[data-loading=true]:not([data-type=repeater]).formkit-loading\:before\:leading-\[18\.px\]:before{content:var(--tw-content)!important;line-height:18px!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:block:before{content:var(--tw-content)!important;display:block!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:h-18:before{content:var(--tw-content)!important;height:1.125rem!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:w-18:before{content:var(--tw-content)!important;width:1.125rem!important}@keyframes spin{to{content:var(--tw-content);transform:rotate(360deg)}}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:animate-spin:before{content:var(--tw-content)!important;animation:spin 1s linear infinite!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:rounded-\[18px\]:before{content:var(--tw-content)!important;border-radius:18px!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:border:before{content:var(--tw-content)!important;border-width:1px!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:border-2:before{content:var(--tw-content)!important;border-width:2px!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:border-old-white:before{content:var(--tw-content)!important;--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:border-r-old-transparent:before{content:var(--tw-content)!important;border-right-color:transparent!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:text-base:before{content:var(--tw-content)!important;font-size:.875rem!important;line-height:1.25rem!important}[data-loading=true]:not([data-type=repeater]) .formkit-loading\:before\:leading-\[18\.px\]:before{content:var(--tw-content)!important;line-height:18px!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:bottom-\[0\.15em\]{bottom:.15em!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:left-\[1em\]{left:1em!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:ml-0{margin-left:0!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:p-0{padding:0!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:p-3{padding:.188rem!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:pl-0{padding-left:0!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:text-sm{font-size:.75rem!important;line-height:1.05rem!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:bottom-\[0\.15em\]{bottom:.15em!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:left-\[1em\]{left:1em!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:ml-0{margin-left:0!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:p-0{padding:0!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:p-3{padding:.188rem!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:pl-0{padding-left:0!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:text-sm{font-size:.75rem!important;line-height:1.05rem!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:data-\[has-multiple\=\"true\"\]\:mb-6[data-has-multiple=true]{margin-bottom:.375rem!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:data-\[placeholder\=\"true\"\]\:text-old-inherit[data-placeholder=true]{color:inherit!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:data-\[has-multiple\=\"true\"\]\:mb-6[data-has-multiple=true]{margin-bottom:.375rem!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:data-\[placeholder\=\"true\"\]\:text-old-inherit[data-placeholder=true]{color:inherit!important}[data-prefix-icon=true]:not([data-type=repeater]).formkit-prefix-icon\:max-w-\[7\.5em\]{max-width:7.5em!important}[data-prefix-icon=true]:not([data-type=repeater]) .formkit-prefix-icon\:max-w-\[7\.5em\]{max-width:7.5em!important}[data-multiple=true]:not([data-type=repeater])[data-prefix-icon=true]:not([data-type=repeater]).formkit-multiple\:formkit-prefix-icon\:left-\[3\.75em\]{left:3.75em!important}[data-multiple=true]:not([data-type=repeater]) [data-prefix-icon=true]:not([data-type=repeater]).formkit-multiple\:formkit-prefix-icon\:left-\[3\.75em\]{left:3.75em!important}[data-multiple=true]:not([data-type=repeater])[data-prefix-icon=true]:not([data-type=repeater]) .formkit-multiple\:formkit-prefix-icon\:left-\[3\.75em\]{left:3.75em!important}[data-multiple=true]:not([data-type=repeater]) [data-prefix-icon=true]:not([data-type=repeater]) .formkit-multiple\:formkit-prefix-icon\:left-\[3\.75em\]{left:3.75em!important}[data-suffix-icon=true]:not([data-type=repeater])[data-prefix-icon=true]:not([data-type=repeater]).formkit-suffix-icon\:formkit-prefix-icon\:max-w-\[10em\]{max-width:10em!important}[data-suffix-icon=true]:not([data-type=repeater]) [data-prefix-icon=true]:not([data-type=repeater]).formkit-suffix-icon\:formkit-prefix-icon\:max-w-\[10em\]{max-width:10em!important}[data-suffix-icon=true]:not([data-type=repeater])[data-prefix-icon=true]:not([data-type=repeater]) .formkit-suffix-icon\:formkit-prefix-icon\:max-w-\[10em\]{max-width:10em!important}[data-suffix-icon=true]:not([data-type=repeater]) [data-prefix-icon=true]:not([data-type=repeater]) .formkit-suffix-icon\:formkit-prefix-icon\:max-w-\[10em\]{max-width:10em!important}@media (min-width: 640px){.sm\:static{position:static!important}.sm\:-top-45{top:-45px!important}.sm\:left-40{left:2.5rem!important}.sm\:right-40{right:2.5rem!important}.sm\:top-40{top:2.5rem!important}.sm\:col-span-full{grid-column:1 / -1!important}.sm\:my-32{margin-top:2rem!important;margin-bottom:2rem!important}.sm\:mb-40{margin-bottom:2.5rem!important}.sm\:mb-48{margin-bottom:3rem!important}.sm\:mb-64{margin-bottom:4rem!important}.sm\:ml-10{margin-left:.625rem!important}.sm\:ml-auto{margin-left:auto!important}.sm\:mt-0{margin-top:0!important}.sm\:mt-50{margin-top:3.125rem!important}.sm\:mt-56{margin-top:3.375rem!important}.sm\:block{display:block!important}.sm\:flex{display:flex!important}.sm\:grid{display:grid!important}.sm\:hidden{display:none!important}.sm\:h-240{height:240px!important}.sm\:h-auto{height:auto!important}.sm\:w-268{width:268px!important}.sm\:w-auto{width:auto!important}.sm\:max-w-300{max-width:300px!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:grid-cols-\[172px_1fr\]{grid-template-columns:172px 1fr!important}.sm\:grid-cols-\[3fr_2fr_auto\]{grid-template-columns:3fr 2fr auto!important}.sm\:grid-cols-subgrid{grid-template-columns:subgrid!important}.sm\:flex-row{flex-direction:row!important}.sm\:flex-wrap{flex-wrap:wrap!important}.sm\:items-center{align-items:center!important}.sm\:justify-start{justify-content:flex-start!important}.sm\:justify-end{justify-content:flex-end!important}.sm\:gap-32{gap:2rem!important}.sm\:rounded-12{border-radius:12px!important}.sm\:p-45{padding:45px!important}.sm\:px-48{padding-left:3rem!important;padding-right:3rem!important}.sm\:px-64{padding-left:4rem!important;padding-right:4rem!important}.sm\:px-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.sm\:px-8{padding-left:.5rem!important;padding-right:.5rem!important}.sm\:py-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.sm\:pb-32{padding-bottom:2rem!important}.sm\:pl-\[226px\]{padding-left:226px!important}.sm\:pt-30{padding-top:1.875rem!important}.sm\:pt-40{padding-top:2.5rem!important}.sm\:pt-72{padding-top:4.5rem!important}.sm\:text-40{font-size:40px!important;line-height:1.4!important}.sm\:opacity-100{opacity:1!important}}@media (min-width: 768px){.md\:absolute{position:absolute!important}.md\:-left-16{left:-1rem!important}.md\:right-initial{right:initial!important}.md\:top-16{top:1rem!important}.md\:mx-auto{margin-left:auto!important;margin-right:auto!important}.md\:my-auto{margin-top:auto!important;margin-bottom:auto!important}.md\:mb-2{margin-bottom:.125rem!important}.md\:ml-12{margin-left:.75rem!important}.md\:ml-24{margin-left:1.5rem!important}.md\:ml-auto{margin-left:auto!important}.md\:mr-12{margin-right:.75rem!important}.md\:mr-135{margin-right:135px!important}.md\:mr-16{margin-right:1rem!important}.md\:mr-24{margin-right:1.5rem!important}.md\:block{display:block!important}.md\:inline{display:inline!important}.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:h-148{height:148px!important}.md\:h-324{height:324px!important}.md\:h-42{height:2.625rem!important}.md\:h-64{height:4rem!important}.md\:w-244{width:244px!important}.md\:w-324{width:324px!important}.md\:w-400{width:400px!important}.md\:w-42{width:2.625rem!important}.md\:w-588{width:588px!important}.md\:w-64{width:4rem!important}.md\:w-\[690px\]{width:690px!important}.md\:min-w-390{min-width:390px!important}.md\:max-w-full{max-width:100%!important}.md\:flex-grow-0{flex-grow:0!important}.md\:-translate-x-full{--tw-translate-x: -100% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:snap-start{scroll-snap-align:start!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:flex-nowrap{flex-wrap:nowrap!important}.md\:items-center{align-items:center!important}.md\:justify-start{justify-content:flex-start!important}.md\:justify-center{justify-content:center!important}.md\:gap-24{gap:1.5rem!important}.md\:gap-8{gap:.5rem!important}.md\:p-0{padding:0!important}.md\:px-0{padding-left:0!important;padding-right:0!important}.md\:px-32{padding-left:2rem!important;padding-right:2rem!important}.md\:px-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.md\:pb-36{padding-bottom:2.25rem!important}.md\:pl-45{padding-left:45px!important}.md\:pr-45{padding-right:45px!important}.md\:pt-36{padding-top:2.25rem!important}.md\:pt-8{padding-top:.5rem!important}.md\:shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}}@media (min-width: 1024px){.lg\:mb-65{margin-bottom:4.063rem!important}.lg\:block{display:block!important}.lg\:w-268{width:268px!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width: 1536px){.\32xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}}.\[\&\.absolute\]\:absolute.absolute{position:absolute!important}.\[\&\.danger\.filled\]\:bg-old-red-10.danger.filled{--tw-bg-opacity: 1 !important;background-color:rgb(248 233 235 / var(--tw-bg-opacity, 1))!important}.\[\&\.danger\.filled\]\:text-old-n-red-80.danger.filled{--tw-text-opacity: 1 !important;color:rgb(198 75 91 / var(--tw-text-opacity, 1))!important}.\[\&\.danger\.filled\]\:hover\:bg-old-red-20:hover.danger.filled,.\[\&\.danger\.filled\]\:active\:bg-old-red-20:active.danger.filled{--tw-bg-opacity: 1 !important;background-color:rgb(241 210 214 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.danger\.filled\]\:bg-old-n-gray-20.danger.filled{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.danger\.filled\]\:text-old-n-gray-90.danger.filled{--tw-text-opacity: 1 !important;color:rgb(108 117 169 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.danger\.filled\]\:bg-old-n-gray-20.danger.filled{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.danger\.filled\]\:text-old-n-gray-90.danger.filled{--tw-text-opacity: 1 !important;color:rgb(108 117 169 / var(--tw-text-opacity, 1))!important}.\[\&\.danger\]\:bg-old-fill-error-primary-default.danger{--tw-bg-opacity: 1 !important;background-color:rgb(216 21 45 / var(--tw-bg-opacity, 1))!important}.\[\&\.danger\]\:hover\:bg-old-fill-error-primary-hover:hover.danger{--tw-bg-opacity: 1 !important;background-color:rgb(197 0 27 / var(--tw-bg-opacity, 1))!important}.\[\&\.danger\]\:active\:bg-old-fill-error-primary-selected:active.danger{--tw-bg-opacity: 1 !important;background-color:rgb(178 0 6 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.danger\]\:bg-old-fill-error-primary-disabled.danger{--tw-bg-opacity: 1 !important;background-color:rgb(243 243 244 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.danger\]\:text-old-n-gray-80.danger{--tw-text-opacity: 1 !important;color:rgb(152 158 195 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.danger\]\:text-old-text-neutral-disabled.danger{--tw-text-opacity: 1 !important;color:rgb(138 142 150 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.danger\]\:bg-old-fill-error-primary-disabled.danger{--tw-bg-opacity: 1 !important;background-color:rgb(243 243 244 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.danger\]\:text-old-n-gray-80.danger{--tw-text-opacity: 1 !important;color:rgb(152 158 195 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.danger\]\:text-old-text-neutral-disabled.danger{--tw-text-opacity: 1 !important;color:rgb(138 142 150 / var(--tw-text-opacity, 1))!important}.\[\&\.filled\]\:bg-old-n-blue-20.filled{--tw-bg-opacity: 1 !important;background-color:rgb(222 233 255 / var(--tw-bg-opacity, 1))!important}.\[\&\.filled\]\:text-old-n-blue-80.filled{--tw-text-opacity: 1 !important;color:rgb(20 102 254 / var(--tw-text-opacity, 1))!important}.\[\&\.filled\]\:hover\:bg-old-n-blue-30:hover.filled{--tw-bg-opacity: 1 !important;background-color:rgb(188 212 255 / var(--tw-bg-opacity, 1))!important}.\[\&\.filled\]\:active\:bg-old-n-blue-40:active.filled{--tw-bg-opacity: 1 !important;background-color:rgb(155 190 254 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.filled\]\:bg-old-n-gray-20.filled{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.filled\]\:text-old-n-gray-80.filled{--tw-text-opacity: 1 !important;color:rgb(152 158 195 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.filled\]\:text-old-n-gray-90.filled{--tw-text-opacity: 1 !important;color:rgb(108 117 169 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.filled\]\:bg-old-n-gray-20.filled{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.filled\]\:text-old-n-gray-80.filled{--tw-text-opacity: 1 !important;color:rgb(152 158 195 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.filled\]\:text-old-n-gray-90.filled{--tw-text-opacity: 1 !important;color:rgb(108 117 169 / var(--tw-text-opacity, 1))!important}.\[\&\.fit\]\:w-fit.fit{width:-moz-fit-content!important;width:fit-content!important}.\[\&\.fit\]\:p-0.fit{padding:0!important}.\[\&\.icon\.text\]\:text-sm.icon.text{font-size:.75rem!important;line-height:1.05rem!important}.\[\&\.icon\]\:h-32.icon{height:2rem!important}.\[\&\.icon\]\:w-32.icon{width:2rem!important}.\[\&\.icon\]\:p-8.icon{padding:.5rem!important}.\[\&\.icon\]\:text-sm.icon{font-size:.75rem!important;line-height:1.05rem!important}.\[\&\.link\]\:h-20.link{height:1.25rem!important}.\[\&\.link\]\:bg-old-transparent.link{background-color:transparent!important}.\[\&\.link\]\:text-base.link{font-size:.875rem!important;line-height:1.25rem!important}.\[\&\.link\]\:font-normal.link{font-weight:400!important}.\[\&\.link\]\:text-old-text-neutral-primary.link{--tw-text-opacity: 1 !important;color:rgb(37 36 43 / var(--tw-text-opacity, 1))!important}.\[\&\.link\]\:hover\:text-old-n-blue-90:hover.link{--tw-text-opacity: 1 !important;color:rgb(1 83 235 / var(--tw-text-opacity, 1))!important}.\[\&\.mb-0\]\:mb-0.mb-0{margin-bottom:0!important}.\[\&\.medium\]\:h-40.medium{height:2.5rem!important}.\[\&\.medium\]\:text-base.medium{font-size:.875rem!important;line-height:1.25rem!important}.\[\&\.outline\]\:border-2.outline{border-width:2px!important}.\[\&\.outline\]\:border-old-n-blue-80.outline{--tw-border-opacity: 1 !important;border-color:rgb(20 102 254 / var(--tw-border-opacity, 1))!important}.\[\&\.outline\]\:bg-old-transparent.outline{background-color:transparent!important}.\[\&\.outline\]\:text-old-n-blue-80.outline{--tw-text-opacity: 1 !important;color:rgb(20 102 254 / var(--tw-text-opacity, 1))!important}.\[\&\.outline\]\:outline-none.outline{outline:2px solid transparent!important;outline-offset:2px!important}.\[\&\.outline\]\:hover\:border-old-n-blue-90:hover.outline{--tw-border-opacity: 1 !important;border-color:rgb(1 83 235 / var(--tw-border-opacity, 1))!important}.\[\&\.outline\]\:active\:border-old-n-blue-100:active.outline{--tw-border-opacity: 1 !important;border-color:rgb(1 69 196 / var(--tw-border-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.outline\]\:bg-old-n-gray-20.outline{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]).formkit-disabled\:\[\&\.outline\]\:text-old-n-gray-90.outline{--tw-text-opacity: 1 !important;color:rgb(108 117 169 / var(--tw-text-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.outline\]\:bg-old-n-gray-20.outline{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))!important}[data-disabled=true]:not([data-type=repeater]) .formkit-disabled\:\[\&\.outline\]\:text-old-n-gray-90.outline{--tw-text-opacity: 1 !important;color:rgb(108 117 169 / var(--tw-text-opacity, 1))!important}.\[\&\.small\]\:h-32.small{height:2rem!important}.\[\&\.small\]\:h-40.small{height:2.5rem!important}.\[\&\.small\]\:text-base.small{font-size:.875rem!important;line-height:1.25rem!important}.\[\&\.text\.black\]\:text-old-text-neutral-primary.text.black{--tw-text-opacity: 1 !important;color:rgb(37 36 43 / var(--tw-text-opacity, 1))!important}.\[\&\.text\.black\]\:hover\:text-old-n-blue-90:hover.text.black{--tw-text-opacity: 1 !important;color:rgb(1 83 235 / var(--tw-text-opacity, 1))!important}.\[\&\.text\.small\]\:text-base.text.small{font-size:.875rem!important;line-height:1.25rem!important}.\[\&\.text\.thin\]\:font-normal.text.thin{font-weight:400!important}.\[\&\.text\]\:h-20.text{height:1.25rem!important}.\[\&\.text\]\:bg-old-transparent.text{background-color:transparent!important}.\[\&\.text\]\:py-0.text{padding-top:0!important;padding-bottom:0!important}.\[\&\.text\]\:text-lg.text{font-size:1rem!important;line-height:1.4rem!important}.\[\&\.text\]\:font-medium.text{font-weight:500!important}.\[\&\.text\]\:text-old-n-blue-80.text{--tw-text-opacity: 1 !important;color:rgb(20 102 254 / var(--tw-text-opacity, 1))!important}.\[\&\.text\]\:hover\:text-old-n-blue-90:hover.text{--tw-text-opacity: 1 !important;color:rgb(1 83 235 / var(--tw-text-opacity, 1))!important}.\[\&\:\:-webkit-color-swatch-wrapper\]\:p-0::-webkit-color-swatch-wrapper{padding:0!important}.\[\&\:\:-webkit-color-swatch\]\:border-none::-webkit-color-swatch{border-style:none!important}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none!important}.\[\&\:first-child\>\.title\]\:mt-2:first-child>.title{margin-top:.125rem!important}.\[\&\:last-child\>\.line\]\:hidden:last-child>.line{display:none!important}.\[\&\:not\(\:empty\)\]\:mb-4:not(:empty){margin-bottom:.25rem!important}.\[\&\:not\(\:empty\)\]\:hidden:not(:empty){display:none!important}.\[\&\>\*\>\.formkit-inner\]\:data-\[errors\=true\]\:ring-old-n-red-100[data-errors=true]>*>.formkit-inner{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(150 47 61 / var(--tw-ring-opacity, 1)) !important}.\[\&\>\*\>\.formkit-inner\]\:data-\[invalid\=true\]\:ring-old-n-red-100[data-invalid=true]>*>.formkit-inner{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(150 47 61 / var(--tw-ring-opacity, 1)) !important}.\[\&\>\:first-child\]\:focus-within\:ring-2:focus-within>:first-child{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}[data-multiple=true]:not([data-type=repeater]).formkit-multiple\:\[\&\>button\]\:absolute>button{position:absolute!important}[data-multiple=true]:not([data-type=repeater]) .formkit-multiple\:\[\&\>button\]\:absolute>button{position:absolute!important}.\[\&\>label\:first-child\]\:focus-within\:text-old-blue-500:focus-within>label:first-child{--tw-text-opacity: 1 !important;color:rgb(161 182 198 / var(--tw-text-opacity, 1))!important}.\[\&\>span\:first-child\]\:focus-within\:text-old-blue-500:focus-within>span:first-child{--tw-text-opacity: 1 !important;color:rgb(161 182 198 / var(--tw-text-opacity, 1))!important}.\[\&\>span\]\:ml-0>span{margin-left:0!important}.\[\&\>span\]\:mr-3>span{margin-right:.188rem!important}.\[\&\>span\]\:text-lg>span{font-size:1rem!important;line-height:1.4rem!important}.\[\&\>svg\]\:m-auto>svg{margin:auto!important}.\[\&\>svg\]\:max-h-\[1\.6em\]>svg{max-height:1.6em!important}.\[\&\>svg\]\:max-h-\[1em\]>svg{max-height:1em!important}.\[\&\>svg\]\:w-\[1em\]>svg{width:1em!important}.\[\&\>svg\]\:w-full>svg{width:100%!important}.\[\&\>svg\]\:max-w-\[1\.6em\]>svg{max-width:1.6em!important}.\[\&\>svg\]\:max-w-\[1em\]>svg{max-width:1em!important}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.page-enter-active,.page-leave-active{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:1s}.page-enter{opacity:0}.page-leave-to,.page-leave-active{display:none!important}:root{--el-color-white:#ffffff;--el-color-black:#000000;--el-color-primary-rgb:64,158,255;--el-color-success-rgb:103,194,58;--el-color-warning-rgb:230,162,60;--el-color-danger-rgb:245,108,108;--el-color-error-rgb:245,108,108;--el-color-info-rgb:144,147,153;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:16px;--el-font-size-base:14px;--el-font-size-small:13px;--el-font-size-extra-small:12px;--el-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;--el-font-weight-primary:500;--el-font-line-height-primary:24px;--el-index-normal:1;--el-index-top:1000;--el-index-popper:2000;--el-border-radius-base:4px;--el-border-radius-small:2px;--el-border-radius-round:20px;--el-border-radius-circle:100%;--el-transition-duration:.3s;--el-transition-duration-fast:.2s;--el-transition-function-ease-in-out-bezier:cubic-bezier(.645,.045,.355,1);--el-transition-function-fast-bezier:cubic-bezier(.23,1,.32,1);--el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);--el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;--el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-component-size-large:40px;--el-component-size:32px;--el-component-size-small:24px;color-scheme:light;--el-color-primary:#409eff;--el-color-primary-light-3:rgb(121.3,187.1,255);--el-color-primary-light-5:rgb(159.5,206.5,255);--el-color-primary-light-7:rgb(197.7,225.9,255);--el-color-primary-light-8:rgb(216.8,235.6,255);--el-color-primary-light-9:rgb(235.9,245.3,255);--el-color-primary-dark-2:rgb(51.2,126.4,204);--el-color-success:#67c23a;--el-color-success-light-3:rgb(148.6,212.3,117.1);--el-color-success-light-5:rgb(179,224.5,156.5);--el-color-success-light-7:rgb(209.4,236.7,195.9);--el-color-success-light-8:rgb(224.6,242.8,215.6);--el-color-success-light-9:rgb(239.8,248.9,235.3);--el-color-success-dark-2:rgb(82.4,155.2,46.4);--el-color-warning:#e6a23c;--el-color-warning-light-3:rgb(237.5,189.9,118.5);--el-color-warning-light-5:rgb(242.5,208.5,157.5);--el-color-warning-light-7:rgb(247.5,227.1,196.5);--el-color-warning-light-8:rgb(250,236.4,216);--el-color-warning-light-9:rgb(252.5,245.7,235.5);--el-color-warning-dark-2:rgb(184,129.6,48);--el-color-danger:#f56c6c;--el-color-danger-light-3:rgb(248,152.1,152.1);--el-color-danger-light-5:rgb(250,181.5,181.5);--el-color-danger-light-7:rgb(252,210.9,210.9);--el-color-danger-light-8:rgb(253,225.6,225.6);--el-color-danger-light-9:rgb(254,240.3,240.3);--el-color-danger-dark-2:rgb(196,86.4,86.4);--el-color-error:#f56c6c;--el-color-error-light-3:rgb(248,152.1,152.1);--el-color-error-light-5:rgb(250,181.5,181.5);--el-color-error-light-7:rgb(252,210.9,210.9);--el-color-error-light-8:rgb(253,225.6,225.6);--el-color-error-light-9:rgb(254,240.3,240.3);--el-color-error-dark-2:rgb(196,86.4,86.4);--el-color-info:#909399;--el-color-info-light-3:rgb(177.3,179.4,183.6);--el-color-info-light-5:rgb(199.5,201,204);--el-color-info-light-7:rgb(221.7,222.6,224.4);--el-color-info-light-8:rgb(232.8,233.4,234.6);--el-color-info-light-9:rgb(243.9,244.2,244.8);--el-color-info-dark-2:rgb(115.2,117.6,122.4);--el-bg-color:#ffffff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#ffffff;--el-text-color-primary:#303133;--el-text-color-regular:#606266;--el-text-color-secondary:#909399;--el-text-color-placeholder:#a8abb2;--el-text-color-disabled:#c0c4cc;--el-border-color:#dcdfe6;--el-border-color-light:#e4e7ed;--el-border-color-lighter:#ebeef5;--el-border-color-extra-light:#f2f6fc;--el-border-color-dark:#d4d7de;--el-border-color-darker:#cdd0d6;--el-fill-color:#f0f2f5;--el-fill-color-light:#f5f7fa;--el-fill-color-lighter:#fafafa;--el-fill-color-extra-light:#fafcff;--el-fill-color-dark:#ebedf0;--el-fill-color-darker:#e6e8eb;--el-fill-color-blank:#ffffff;--el-box-shadow:0px 12px 32px 4px rgba(0,0,0,.04),0px 8px 20px rgba(0,0,0,.08);--el-box-shadow-light:0px 0px 12px rgba(0,0,0,.12);--el-box-shadow-lighter:0px 0px 6px rgba(0,0,0,.12);--el-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,.08),0px 12px 32px rgba(0,0,0,.12),0px 8px 16px -8px rgba(0,0,0,.16);--el-disabled-bg-color:var(--el-fill-color-light);--el-disabled-text-color:var(--el-text-color-placeholder);--el-disabled-border-color:var(--el-border-color-light);--el-overlay-color:rgba(0,0,0,.8);--el-overlay-color-light:rgba(0,0,0,.7);--el-overlay-color-lighter:rgba(0,0,0,.5);--el-mask-color:rgba(255,255,255,.9);--el-mask-color-extra-light:rgba(255,255,255,.3);--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:var(--el-text-color-disabled);--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color)}.el-icon-loading{animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.el-icon{--color:inherit;align-items:center;display:inline-flex;height:1em;justify-content:center;line-height:1em;position:relative;width:1em;fill:currentColor;color:var(--color);font-size:inherit}.el-icon.is-loading{animation:rotating 2s linear infinite}.el-icon svg{height:1em;width:1em}:root{--el-loading-spinner-size:42px;--el-loading-fullscreen-spinner-size:50px}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{background-color:var(--el-mask-color);bottom:0;left:0;margin:0;position:absolute;right:0;top:0;transition:opacity var(--el-transition-duration);z-index:2000}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:calc((0px - var(--el-loading-fullscreen-spinner-size))/2)}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:var(--el-loading-fullscreen-spinner-size);width:var(--el-loading-fullscreen-spinner-size)}.el-loading-spinner{margin-top:calc((0px - var(--el-loading-spinner-size))/2);position:absolute;text-align:center;top:50%;width:100%}.el-loading-spinner .el-loading-text{color:var(--el-color-primary);font-size:14px;margin:3px 0}.el-loading-spinner .circular{animation:loading-rotate 2s linear infinite;display:inline;height:var(--el-loading-spinner-size);width:var(--el-loading-spinner-size)}.el-loading-spinner .path{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:var(--el-color-primary);stroke-linecap:round}.el-loading-spinner i{color:var(--el-color-primary)}.el-loading-fade-enter-from,.el-loading-fade-leave-to{opacity:0}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-93b3b7c7],[class*=" icon-"][data-v-93b3b7c7]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-93b3b7c7]:before{content:""}.icon-mass-payment[data-v-93b3b7c7]:before{content:""}.icon-account[data-v-93b3b7c7]:before{content:""}.icon-actions-of-users[data-v-93b3b7c7]:before{content:""}.icon-amaiz[data-v-93b3b7c7]:before{content:""}.icon-annotation[data-v-93b3b7c7]:before{content:""}.icon-arrow-down[data-v-93b3b7c7]:before{content:""}.icon-arrow-down-curv[data-v-93b3b7c7]:before{content:""}.icon-arrow-left[data-v-93b3b7c7]:before{content:""}.icon-arrow-left1[data-v-93b3b7c7]:before{content:""}.icon-arrow-right[data-v-93b3b7c7]:before{content:""}.icon-arrow-right1[data-v-93b3b7c7]:before{content:""}.icon-arrow-up[data-v-93b3b7c7]:before{content:""}.icon-arrow-up-curv[data-v-93b3b7c7]:before{content:""}.icon-arrows-clockwise[data-v-93b3b7c7]:before{content:""}.icon-back-arrow[data-v-93b3b7c7]:before{content:""}.icon-backpack[data-v-93b3b7c7]:before{content:""}.icon-bank[data-v-93b3b7c7]:before{content:""}.icon-blocked[data-v-93b3b7c7]:before{content:""}.icon-briefcase[data-v-93b3b7c7]:before{content:""}.icon-buy[data-v-93b3b7c7]:before{content:""}.icon-calendar[data-v-93b3b7c7]:before{content:""}.icon-card[data-v-93b3b7c7]:before{content:""}.icon-card-thin[data-v-93b3b7c7]:before{content:""}.icon-check[data-v-93b3b7c7]:before{content:""}.icon-check-small[data-v-93b3b7c7]:before{content:""}.icon-close[data-v-93b3b7c7]:before{content:""}.icon-close-circle[data-v-93b3b7c7]:before{content:""}.icon-close-small[data-v-93b3b7c7]:before{content:""}.icon-coins[data-v-93b3b7c7]:before{content:""}.icon-contacts[data-v-93b3b7c7]:before{content:""}.icon-contracts[data-v-93b3b7c7]:before{content:""}.icon-copy[data-v-93b3b7c7]:before{content:""}.icon-currency[data-v-93b3b7c7]:before{content:""}.icon-declined[data-v-93b3b7c7]:before{content:""}.icon-declined1[data-v-93b3b7c7]:before{content:""}.icon-delete-trash[data-v-93b3b7c7]:before{content:""}.icon-dispute[data-v-93b3b7c7]:before{content:""}.icon-document[data-v-93b3b7c7]:before{content:""}.icon-download-document[data-v-93b3b7c7]:before{content:""}.icon-dropdown[data-v-93b3b7c7]:before{content:""}.icon-edit[data-v-93b3b7c7]:before{content:""}.icon-euro[data-v-93b3b7c7]:before{content:""}.icon-exchange[data-v-93b3b7c7]:before{content:""}.icon-exchange-alt[data-v-93b3b7c7]:before{content:""}.icon-expired[data-v-93b3b7c7]:before{content:""}.icon-export-scv[data-v-93b3b7c7]:before{content:""}.icon-eye[data-v-93b3b7c7]:before{content:""}.icon-eye-off[data-v-93b3b7c7]:before{content:""}.icon-frozen[data-v-93b3b7c7]:before{content:""}.icon-gbp[data-v-93b3b7c7]:before{content:""}.icon-i18n[data-v-93b3b7c7]:before{content:""}.icon-identification[data-v-93b3b7c7]:before{content:""}.icon-in-progress[data-v-93b3b7c7]:before{content:""}.icon-in-progress1[data-v-93b3b7c7]:before{content:""}.icon-info[data-v-93b3b7c7]:before{content:""}.icon-info-circle[data-v-93b3b7c7]:before{content:""}.icon-invoices[data-v-93b3b7c7]:before{content:""}.icon-issuers[data-v-93b3b7c7]:before{content:""}.icon-list[data-v-93b3b7c7]:before{content:""}.icon-lock[data-v-93b3b7c7]:before{content:""}.icon-logout[data-v-93b3b7c7]:before{content:""}.icon-logout1[data-v-93b3b7c7]:before{content:""}.icon-make-payment[data-v-93b3b7c7]:before{content:""}.icon-merchant[data-v-93b3b7c7]:before{content:""}.icon-mobile[data-v-93b3b7c7]:before{content:""}.icon-more[data-v-93b3b7c7]:before{content:""}.icon-no-response[data-v-93b3b7c7]:before{content:""}.icon-non-verified[data-v-93b3b7c7]:before{content:""}.icon-non-verified1[data-v-93b3b7c7]:before{content:""}.icon-notification[data-v-93b3b7c7]:before{content:""}.icon-onboarding-document[data-v-93b3b7c7]:before{content:""}.icon-pencil[data-v-93b3b7c7]:before{content:""}.icon-pencil-edit[data-v-93b3b7c7]:before{content:""}.icon-pending[data-v-93b3b7c7]:before{content:""}.icon-pending1[data-v-93b3b7c7]:before{content:""}.icon-percent[data-v-93b3b7c7]:before{content:""}.icon-physical[data-v-93b3b7c7]:before{content:""}.icon-plus[data-v-93b3b7c7]:before{content:""}.icon-plus-circle[data-v-93b3b7c7]:before{content:""}.icon-points-of-sale[data-v-93b3b7c7]:before{content:""}.icon-print[data-v-93b3b7c7]:before{content:""}.icon-refresh[data-v-93b3b7c7]:before{content:""}.icon-save[data-v-93b3b7c7]:before{content:""}.icon-search[data-v-93b3b7c7]:before{content:""}.icon-search-lg[data-v-93b3b7c7]:before{content:""}.icon-select-arrow-down[data-v-93b3b7c7]:before{content:""}.icon-select-arrow-up[data-v-93b3b7c7]:before{content:""}.icon-sell[data-v-93b3b7c7]:before{content:""}.icon-send[data-v-93b3b7c7]:before{content:""}.icon-settings[data-v-93b3b7c7]:before{content:""}.icon-share[data-v-93b3b7c7]:before{content:""}.icon-smile[data-v-93b3b7c7]:before{content:""}.icon-star[data-v-93b3b7c7]:before{content:""}.icon-stats-dots[data-v-93b3b7c7]:before{content:""}.icon-subscription[data-v-93b3b7c7]:before{content:""}.icon-system-operations[data-v-93b3b7c7]:before{content:""}.icon-template[data-v-93b3b7c7]:before{content:""}.icon-tie[data-v-93b3b7c7]:before{content:""}.icon-time-circle[data-v-93b3b7c7]:before{content:""}.icon-top-up[data-v-93b3b7c7]:before{content:""}.icon-transactions[data-v-93b3b7c7]:before{content:""}.icon-transfer-from[data-v-93b3b7c7]:before{content:""}.icon-transfer-to[data-v-93b3b7c7]:before{content:""}.icon-transfers[data-v-93b3b7c7]:before{content:""}.icon-trash[data-v-93b3b7c7]:before{content:""}.icon-trash-alt[data-v-93b3b7c7]:before{content:""}.icon-trash-can[data-v-93b3b7c7]:before{content:""}.icon-trash-loose[data-v-93b3b7c7]:before{content:""}.icon-unfreeze[data-v-93b3b7c7]:before{content:"";color:#555}.icon-user[data-v-93b3b7c7]:before{content:""}.icon-user-circle[data-v-93b3b7c7]:before{content:""}.icon-user-onboarding[data-v-93b3b7c7]:before{content:""}.icon-user-profile[data-v-93b3b7c7]:before{content:""}.icon-user-waiting[data-v-93b3b7c7]:before{content:""}.icon-users[data-v-93b3b7c7]:before{content:""}.icon-users-alt[data-v-93b3b7c7]:before{content:""}.icon-users-thin[data-v-93b3b7c7]:before{content:""}.icon-variables[data-v-93b3b7c7]:before{content:""}.icon-verified[data-v-93b3b7c7]:before{content:""}.icon-verified1[data-v-93b3b7c7]:before{content:""}.icon-virtual[data-v-93b3b7c7]:before{content:""}.icon-voucher[data-v-93b3b7c7]:before{content:""}.icon-wallet[data-v-93b3b7c7]:before{content:""}.icon-wallet-topup[data-v-93b3b7c7]:before{content:""}.icon-wallets[data-v-93b3b7c7]:before{content:""}.icon-withdrawal[data-v-93b3b7c7]:before{content:""}[class^=icon-][data-v-93b3b7c7]:before,[class*=" icon-"][data-v-93b3b7c7]:before{font-size:1.6em}.v-notification[data-v-93b3b7c7]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-93b3b7c7]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-93b3b7c7]:before{content:""}.v-notification__icon--info[data-v-93b3b7c7]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-93b3b7c7]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-93b3b7c7]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-93b3b7c7]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-93b3b7c7]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-93b3b7c7]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.stage[data-v-93b3b7c7]{margin-bottom:.688rem;font-size:1rem;line-height:1.4rem;font-weight:600;letter-spacing:.08px;--tw-text-opacity: 1;color:rgb(182 189 227 / var(--tw-text-opacity, 1))}.title[data-v-93b3b7c7]{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.title-button[data-v-93b3b7c7]{margin-left:auto}.subheader[data-v-93b3b7c7]{margin-bottom:2rem;font-size:1.125rem;line-height:1.563rem;font-weight:400;--tw-text-opacity: 1;color:rgb(45 45 45 / var(--tw-text-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-c5c373ea],[class*=" icon-"][data-v-c5c373ea]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-c5c373ea]:before{content:""}.icon-mass-payment[data-v-c5c373ea]:before{content:""}.icon-account[data-v-c5c373ea]:before{content:""}.icon-actions-of-users[data-v-c5c373ea]:before{content:""}.icon-amaiz[data-v-c5c373ea]:before{content:""}.icon-annotation[data-v-c5c373ea]:before{content:""}.icon-arrow-down[data-v-c5c373ea]:before{content:""}.icon-arrow-down-curv[data-v-c5c373ea]:before{content:""}.icon-arrow-left[data-v-c5c373ea]:before{content:""}.icon-arrow-left1[data-v-c5c373ea]:before{content:""}.icon-arrow-right[data-v-c5c373ea]:before{content:""}.icon-arrow-right1[data-v-c5c373ea]:before{content:""}.icon-arrow-up[data-v-c5c373ea]:before{content:""}.icon-arrow-up-curv[data-v-c5c373ea]:before{content:""}.icon-arrows-clockwise[data-v-c5c373ea]:before{content:""}.icon-back-arrow[data-v-c5c373ea]:before{content:""}.icon-backpack[data-v-c5c373ea]:before{content:""}.icon-bank[data-v-c5c373ea]:before{content:""}.icon-blocked[data-v-c5c373ea]:before{content:""}.icon-briefcase[data-v-c5c373ea]:before{content:""}.icon-buy[data-v-c5c373ea]:before{content:""}.icon-calendar[data-v-c5c373ea]:before{content:""}.icon-card[data-v-c5c373ea]:before{content:""}.icon-card-thin[data-v-c5c373ea]:before{content:""}.icon-check[data-v-c5c373ea]:before{content:""}.icon-check-small[data-v-c5c373ea]:before{content:""}.icon-close[data-v-c5c373ea]:before{content:""}.icon-close-circle[data-v-c5c373ea]:before{content:""}.icon-close-small[data-v-c5c373ea]:before{content:""}.icon-coins[data-v-c5c373ea]:before{content:""}.icon-contacts[data-v-c5c373ea]:before{content:""}.icon-contracts[data-v-c5c373ea]:before{content:""}.icon-copy[data-v-c5c373ea]:before{content:""}.icon-currency[data-v-c5c373ea]:before{content:""}.icon-declined[data-v-c5c373ea]:before{content:""}.icon-declined1[data-v-c5c373ea]:before{content:""}.icon-delete-trash[data-v-c5c373ea]:before{content:""}.icon-dispute[data-v-c5c373ea]:before{content:""}.icon-document[data-v-c5c373ea]:before{content:""}.icon-download-document[data-v-c5c373ea]:before{content:""}.icon-dropdown[data-v-c5c373ea]:before{content:""}.icon-edit[data-v-c5c373ea]:before{content:""}.icon-euro[data-v-c5c373ea]:before{content:""}.icon-exchange[data-v-c5c373ea]:before{content:""}.icon-exchange-alt[data-v-c5c373ea]:before{content:""}.icon-expired[data-v-c5c373ea]:before{content:""}.icon-export-scv[data-v-c5c373ea]:before{content:""}.icon-eye[data-v-c5c373ea]:before{content:""}.icon-eye-off[data-v-c5c373ea]:before{content:""}.icon-frozen[data-v-c5c373ea]:before{content:""}.icon-gbp[data-v-c5c373ea]:before{content:""}.icon-i18n[data-v-c5c373ea]:before{content:""}.icon-identification[data-v-c5c373ea]:before{content:""}.icon-in-progress[data-v-c5c373ea]:before{content:""}.icon-in-progress1[data-v-c5c373ea]:before{content:""}.icon-info[data-v-c5c373ea]:before{content:""}.icon-info-circle[data-v-c5c373ea]:before{content:""}.icon-invoices[data-v-c5c373ea]:before{content:""}.icon-issuers[data-v-c5c373ea]:before{content:""}.icon-list[data-v-c5c373ea]:before{content:""}.icon-lock[data-v-c5c373ea]:before{content:""}.icon-logout[data-v-c5c373ea]:before{content:""}.icon-logout1[data-v-c5c373ea]:before{content:""}.icon-make-payment[data-v-c5c373ea]:before{content:""}.icon-merchant[data-v-c5c373ea]:before{content:""}.icon-mobile[data-v-c5c373ea]:before{content:""}.icon-more[data-v-c5c373ea]:before{content:""}.icon-no-response[data-v-c5c373ea]:before{content:""}.icon-non-verified[data-v-c5c373ea]:before{content:""}.icon-non-verified1[data-v-c5c373ea]:before{content:""}.icon-notification[data-v-c5c373ea]:before{content:""}.icon-onboarding-document[data-v-c5c373ea]:before{content:""}.icon-pencil[data-v-c5c373ea]:before{content:""}.icon-pencil-edit[data-v-c5c373ea]:before{content:""}.icon-pending[data-v-c5c373ea]:before{content:""}.icon-pending1[data-v-c5c373ea]:before{content:""}.icon-percent[data-v-c5c373ea]:before{content:""}.icon-physical[data-v-c5c373ea]:before{content:""}.icon-plus[data-v-c5c373ea]:before{content:""}.icon-plus-circle[data-v-c5c373ea]:before{content:""}.icon-points-of-sale[data-v-c5c373ea]:before{content:""}.icon-print[data-v-c5c373ea]:before{content:""}.icon-refresh[data-v-c5c373ea]:before{content:""}.icon-save[data-v-c5c373ea]:before{content:""}.icon-search[data-v-c5c373ea]:before{content:""}.icon-search-lg[data-v-c5c373ea]:before{content:""}.icon-select-arrow-down[data-v-c5c373ea]:before{content:""}.icon-select-arrow-up[data-v-c5c373ea]:before{content:""}.icon-sell[data-v-c5c373ea]:before{content:""}.icon-send[data-v-c5c373ea]:before{content:""}.icon-settings[data-v-c5c373ea]:before{content:""}.icon-share[data-v-c5c373ea]:before{content:""}.icon-smile[data-v-c5c373ea]:before{content:""}.icon-star[data-v-c5c373ea]:before{content:""}.icon-stats-dots[data-v-c5c373ea]:before{content:""}.icon-subscription[data-v-c5c373ea]:before{content:""}.icon-system-operations[data-v-c5c373ea]:before{content:""}.icon-template[data-v-c5c373ea]:before{content:""}.icon-tie[data-v-c5c373ea]:before{content:""}.icon-time-circle[data-v-c5c373ea]:before{content:""}.icon-top-up[data-v-c5c373ea]:before{content:""}.icon-transactions[data-v-c5c373ea]:before{content:""}.icon-transfer-from[data-v-c5c373ea]:before{content:""}.icon-transfer-to[data-v-c5c373ea]:before{content:""}.icon-transfers[data-v-c5c373ea]:before{content:""}.icon-trash[data-v-c5c373ea]:before{content:""}.icon-trash-alt[data-v-c5c373ea]:before{content:""}.icon-trash-can[data-v-c5c373ea]:before{content:""}.icon-trash-loose[data-v-c5c373ea]:before{content:""}.icon-unfreeze[data-v-c5c373ea]:before{content:"";color:#555}.icon-user[data-v-c5c373ea]:before{content:""}.icon-user-circle[data-v-c5c373ea]:before{content:""}.icon-user-onboarding[data-v-c5c373ea]:before{content:""}.icon-user-profile[data-v-c5c373ea]:before{content:""}.icon-user-waiting[data-v-c5c373ea]:before{content:""}.icon-users[data-v-c5c373ea]:before{content:""}.icon-users-alt[data-v-c5c373ea]:before{content:""}.icon-users-thin[data-v-c5c373ea]:before{content:""}.icon-variables[data-v-c5c373ea]:before{content:""}.icon-verified[data-v-c5c373ea]:before{content:""}.icon-verified1[data-v-c5c373ea]:before{content:""}.icon-virtual[data-v-c5c373ea]:before{content:""}.icon-voucher[data-v-c5c373ea]:before{content:""}.icon-wallet[data-v-c5c373ea]:before{content:""}.icon-wallet-topup[data-v-c5c373ea]:before{content:""}.icon-wallets[data-v-c5c373ea]:before{content:""}.icon-withdrawal[data-v-c5c373ea]:before{content:""}[class^=icon-][data-v-c5c373ea]:before,[class*=" icon-"][data-v-c5c373ea]:before{font-size:1.6em}.v-notification[data-v-c5c373ea]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-c5c373ea]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-c5c373ea]:before{content:""}.v-notification__icon--info[data-v-c5c373ea]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-c5c373ea]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-c5c373ea]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-c5c373ea]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-c5c373ea]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-c5c373ea]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.pricing-table-section[data-v-c5c373ea]{margin-top:2.5rem}.pricing-table-section-row[data-v-c5c373ea]{display:flex;height:58px;align-items:center;justify-content:space-between;border-bottom-width:1px;border-style:solid;--tw-border-opacity: 1;border-bottom-color:rgb(229 231 240 / var(--tw-border-opacity, 1));font-size:1rem;line-height:1.4rem;font-weight:400;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}.pricing-table-section-row[data-v-c5c373ea]:last-child{border-width:0px}.pricing-table-section-row-left[data-v-c5c373ea]{display:flex;flex-direction:column;gap:.25rem}.pricing-table-section-title[data-v-c5c373ea]{margin-bottom:.75rem;font-size:1.125rem;line-height:1.563rem;font-weight:600;--tw-text-opacity: 1;color:rgb(0 7 34 / var(--tw-text-opacity, 1))}.pricing-table-section-comment[data-v-c5c373ea]{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}.pricing-table-section-price[data-v-c5c373ea]{font-weight:500}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-f0bd247d],[class*=" icon-"][data-v-f0bd247d]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-f0bd247d]:before{content:""}.icon-mass-payment[data-v-f0bd247d]:before{content:""}.icon-account[data-v-f0bd247d]:before{content:""}.icon-actions-of-users[data-v-f0bd247d]:before{content:""}.icon-amaiz[data-v-f0bd247d]:before{content:""}.icon-annotation[data-v-f0bd247d]:before{content:""}.icon-arrow-down[data-v-f0bd247d]:before{content:""}.icon-arrow-down-curv[data-v-f0bd247d]:before{content:""}.icon-arrow-left[data-v-f0bd247d]:before{content:""}.icon-arrow-left1[data-v-f0bd247d]:before{content:""}.icon-arrow-right[data-v-f0bd247d]:before{content:""}.icon-arrow-right1[data-v-f0bd247d]:before{content:""}.icon-arrow-up[data-v-f0bd247d]:before{content:""}.icon-arrow-up-curv[data-v-f0bd247d]:before{content:""}.icon-arrows-clockwise[data-v-f0bd247d]:before{content:""}.icon-back-arrow[data-v-f0bd247d]:before{content:""}.icon-backpack[data-v-f0bd247d]:before{content:""}.icon-bank[data-v-f0bd247d]:before{content:""}.icon-blocked[data-v-f0bd247d]:before{content:""}.icon-briefcase[data-v-f0bd247d]:before{content:""}.icon-buy[data-v-f0bd247d]:before{content:""}.icon-calendar[data-v-f0bd247d]:before{content:""}.icon-card[data-v-f0bd247d]:before{content:""}.icon-card-thin[data-v-f0bd247d]:before{content:""}.icon-check[data-v-f0bd247d]:before{content:""}.icon-check-small[data-v-f0bd247d]:before{content:""}.icon-close[data-v-f0bd247d]:before{content:""}.icon-close-circle[data-v-f0bd247d]:before{content:""}.icon-close-small[data-v-f0bd247d]:before{content:""}.icon-coins[data-v-f0bd247d]:before{content:""}.icon-contacts[data-v-f0bd247d]:before{content:""}.icon-contracts[data-v-f0bd247d]:before{content:""}.icon-copy[data-v-f0bd247d]:before{content:""}.icon-currency[data-v-f0bd247d]:before{content:""}.icon-declined[data-v-f0bd247d]:before{content:""}.icon-declined1[data-v-f0bd247d]:before{content:""}.icon-delete-trash[data-v-f0bd247d]:before{content:""}.icon-dispute[data-v-f0bd247d]:before{content:""}.icon-document[data-v-f0bd247d]:before{content:""}.icon-download-document[data-v-f0bd247d]:before{content:""}.icon-dropdown[data-v-f0bd247d]:before{content:""}.icon-edit[data-v-f0bd247d]:before{content:""}.icon-euro[data-v-f0bd247d]:before{content:""}.icon-exchange[data-v-f0bd247d]:before{content:""}.icon-exchange-alt[data-v-f0bd247d]:before{content:""}.icon-expired[data-v-f0bd247d]:before{content:""}.icon-export-scv[data-v-f0bd247d]:before{content:""}.icon-eye[data-v-f0bd247d]:before{content:""}.icon-eye-off[data-v-f0bd247d]:before{content:""}.icon-frozen[data-v-f0bd247d]:before{content:""}.icon-gbp[data-v-f0bd247d]:before{content:""}.icon-i18n[data-v-f0bd247d]:before{content:""}.icon-identification[data-v-f0bd247d]:before{content:""}.icon-in-progress[data-v-f0bd247d]:before{content:""}.icon-in-progress1[data-v-f0bd247d]:before{content:""}.icon-info[data-v-f0bd247d]:before{content:""}.icon-info-circle[data-v-f0bd247d]:before{content:""}.icon-invoices[data-v-f0bd247d]:before{content:""}.icon-issuers[data-v-f0bd247d]:before{content:""}.icon-list[data-v-f0bd247d]:before{content:""}.icon-lock[data-v-f0bd247d]:before{content:""}.icon-logout[data-v-f0bd247d]:before{content:""}.icon-logout1[data-v-f0bd247d]:before{content:""}.icon-make-payment[data-v-f0bd247d]:before{content:""}.icon-merchant[data-v-f0bd247d]:before{content:""}.icon-mobile[data-v-f0bd247d]:before{content:""}.icon-more[data-v-f0bd247d]:before{content:""}.icon-no-response[data-v-f0bd247d]:before{content:""}.icon-non-verified[data-v-f0bd247d]:before{content:""}.icon-non-verified1[data-v-f0bd247d]:before{content:""}.icon-notification[data-v-f0bd247d]:before{content:""}.icon-onboarding-document[data-v-f0bd247d]:before{content:""}.icon-pencil[data-v-f0bd247d]:before{content:""}.icon-pencil-edit[data-v-f0bd247d]:before{content:""}.icon-pending[data-v-f0bd247d]:before{content:""}.icon-pending1[data-v-f0bd247d]:before{content:""}.icon-percent[data-v-f0bd247d]:before{content:""}.icon-physical[data-v-f0bd247d]:before{content:""}.icon-plus[data-v-f0bd247d]:before{content:""}.icon-plus-circle[data-v-f0bd247d]:before{content:""}.icon-points-of-sale[data-v-f0bd247d]:before{content:""}.icon-print[data-v-f0bd247d]:before{content:""}.icon-refresh[data-v-f0bd247d]:before{content:""}.icon-save[data-v-f0bd247d]:before{content:""}.icon-search[data-v-f0bd247d]:before{content:""}.icon-search-lg[data-v-f0bd247d]:before{content:""}.icon-select-arrow-down[data-v-f0bd247d]:before{content:""}.icon-select-arrow-up[data-v-f0bd247d]:before{content:""}.icon-sell[data-v-f0bd247d]:before{content:""}.icon-send[data-v-f0bd247d]:before{content:""}.icon-settings[data-v-f0bd247d]:before{content:""}.icon-share[data-v-f0bd247d]:before{content:""}.icon-smile[data-v-f0bd247d]:before{content:""}.icon-star[data-v-f0bd247d]:before{content:""}.icon-stats-dots[data-v-f0bd247d]:before{content:""}.icon-subscription[data-v-f0bd247d]:before{content:""}.icon-system-operations[data-v-f0bd247d]:before{content:""}.icon-template[data-v-f0bd247d]:before{content:""}.icon-tie[data-v-f0bd247d]:before{content:""}.icon-time-circle[data-v-f0bd247d]:before{content:""}.icon-top-up[data-v-f0bd247d]:before{content:""}.icon-transactions[data-v-f0bd247d]:before{content:""}.icon-transfer-from[data-v-f0bd247d]:before{content:""}.icon-transfer-to[data-v-f0bd247d]:before{content:""}.icon-transfers[data-v-f0bd247d]:before{content:""}.icon-trash[data-v-f0bd247d]:before{content:""}.icon-trash-alt[data-v-f0bd247d]:before{content:""}.icon-trash-can[data-v-f0bd247d]:before{content:""}.icon-trash-loose[data-v-f0bd247d]:before{content:""}.icon-unfreeze[data-v-f0bd247d]:before{content:"";color:#555}.icon-user[data-v-f0bd247d]:before{content:""}.icon-user-circle[data-v-f0bd247d]:before{content:""}.icon-user-onboarding[data-v-f0bd247d]:before{content:""}.icon-user-profile[data-v-f0bd247d]:before{content:""}.icon-user-waiting[data-v-f0bd247d]:before{content:""}.icon-users[data-v-f0bd247d]:before{content:""}.icon-users-alt[data-v-f0bd247d]:before{content:""}.icon-users-thin[data-v-f0bd247d]:before{content:""}.icon-variables[data-v-f0bd247d]:before{content:""}.icon-verified[data-v-f0bd247d]:before{content:""}.icon-verified1[data-v-f0bd247d]:before{content:""}.icon-virtual[data-v-f0bd247d]:before{content:""}.icon-voucher[data-v-f0bd247d]:before{content:""}.icon-wallet[data-v-f0bd247d]:before{content:""}.icon-wallet-topup[data-v-f0bd247d]:before{content:""}.icon-wallets[data-v-f0bd247d]:before{content:""}.icon-withdrawal[data-v-f0bd247d]:before{content:""}[class^=icon-][data-v-f0bd247d]:before,[class*=" icon-"][data-v-f0bd247d]:before{font-size:1.6em}.v-notification[data-v-f0bd247d]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-f0bd247d]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-f0bd247d]:before{content:""}.v-notification__icon--info[data-v-f0bd247d]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-f0bd247d]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-f0bd247d]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-f0bd247d]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-f0bd247d]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-f0bd247d]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.pricing[data-v-f0bd247d]{width:500px}.pricing-footer[data-v-f0bd247d]{margin-top:3rem;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.pricing-footer-agreement[data-v-f0bd247d]{width:310px;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.pricing{width:500px}.pricing-footer{margin-top:3rem;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.pricing-footer-agreement{width:310px;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-d447ab50],[class*=" icon-"][data-v-d447ab50]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-d447ab50]:before{content:""}.icon-mass-payment[data-v-d447ab50]:before{content:""}.icon-account[data-v-d447ab50]:before{content:""}.icon-actions-of-users[data-v-d447ab50]:before{content:""}.icon-amaiz[data-v-d447ab50]:before{content:""}.icon-annotation[data-v-d447ab50]:before{content:""}.icon-arrow-down[data-v-d447ab50]:before{content:""}.icon-arrow-down-curv[data-v-d447ab50]:before{content:""}.icon-arrow-left[data-v-d447ab50]:before{content:""}.icon-arrow-left1[data-v-d447ab50]:before{content:""}.icon-arrow-right[data-v-d447ab50]:before{content:""}.icon-arrow-right1[data-v-d447ab50]:before{content:""}.icon-arrow-up[data-v-d447ab50]:before{content:""}.icon-arrow-up-curv[data-v-d447ab50]:before{content:""}.icon-arrows-clockwise[data-v-d447ab50]:before{content:""}.icon-back-arrow[data-v-d447ab50]:before{content:""}.icon-backpack[data-v-d447ab50]:before{content:""}.icon-bank[data-v-d447ab50]:before{content:""}.icon-blocked[data-v-d447ab50]:before{content:""}.icon-briefcase[data-v-d447ab50]:before{content:""}.icon-buy[data-v-d447ab50]:before{content:""}.icon-calendar[data-v-d447ab50]:before{content:""}.icon-card[data-v-d447ab50]:before{content:""}.icon-card-thin[data-v-d447ab50]:before{content:""}.icon-check[data-v-d447ab50]:before{content:""}.icon-check-small[data-v-d447ab50]:before{content:""}.icon-close[data-v-d447ab50]:before{content:""}.icon-close-circle[data-v-d447ab50]:before{content:""}.icon-close-small[data-v-d447ab50]:before{content:""}.icon-coins[data-v-d447ab50]:before{content:""}.icon-contacts[data-v-d447ab50]:before{content:""}.icon-contracts[data-v-d447ab50]:before{content:""}.icon-copy[data-v-d447ab50]:before{content:""}.icon-currency[data-v-d447ab50]:before{content:""}.icon-declined[data-v-d447ab50]:before{content:""}.icon-declined1[data-v-d447ab50]:before{content:""}.icon-delete-trash[data-v-d447ab50]:before{content:""}.icon-dispute[data-v-d447ab50]:before{content:""}.icon-document[data-v-d447ab50]:before{content:""}.icon-download-document[data-v-d447ab50]:before{content:""}.icon-dropdown[data-v-d447ab50]:before{content:""}.icon-edit[data-v-d447ab50]:before{content:""}.icon-euro[data-v-d447ab50]:before{content:""}.icon-exchange[data-v-d447ab50]:before{content:""}.icon-exchange-alt[data-v-d447ab50]:before{content:""}.icon-expired[data-v-d447ab50]:before{content:""}.icon-export-scv[data-v-d447ab50]:before{content:""}.icon-eye[data-v-d447ab50]:before{content:""}.icon-eye-off[data-v-d447ab50]:before{content:""}.icon-frozen[data-v-d447ab50]:before{content:""}.icon-gbp[data-v-d447ab50]:before{content:""}.icon-i18n[data-v-d447ab50]:before{content:""}.icon-identification[data-v-d447ab50]:before{content:""}.icon-in-progress[data-v-d447ab50]:before{content:""}.icon-in-progress1[data-v-d447ab50]:before{content:""}.icon-info[data-v-d447ab50]:before{content:""}.icon-info-circle[data-v-d447ab50]:before{content:""}.icon-invoices[data-v-d447ab50]:before{content:""}.icon-issuers[data-v-d447ab50]:before{content:""}.icon-list[data-v-d447ab50]:before{content:""}.icon-lock[data-v-d447ab50]:before{content:""}.icon-logout[data-v-d447ab50]:before{content:""}.icon-logout1[data-v-d447ab50]:before{content:""}.icon-make-payment[data-v-d447ab50]:before{content:""}.icon-merchant[data-v-d447ab50]:before{content:""}.icon-mobile[data-v-d447ab50]:before{content:""}.icon-more[data-v-d447ab50]:before{content:""}.icon-no-response[data-v-d447ab50]:before{content:""}.icon-non-verified[data-v-d447ab50]:before{content:""}.icon-non-verified1[data-v-d447ab50]:before{content:""}.icon-notification[data-v-d447ab50]:before{content:""}.icon-onboarding-document[data-v-d447ab50]:before{content:""}.icon-pencil[data-v-d447ab50]:before{content:""}.icon-pencil-edit[data-v-d447ab50]:before{content:""}.icon-pending[data-v-d447ab50]:before{content:""}.icon-pending1[data-v-d447ab50]:before{content:""}.icon-percent[data-v-d447ab50]:before{content:""}.icon-physical[data-v-d447ab50]:before{content:""}.icon-plus[data-v-d447ab50]:before{content:""}.icon-plus-circle[data-v-d447ab50]:before{content:""}.icon-points-of-sale[data-v-d447ab50]:before{content:""}.icon-print[data-v-d447ab50]:before{content:""}.icon-refresh[data-v-d447ab50]:before{content:""}.icon-save[data-v-d447ab50]:before{content:""}.icon-search[data-v-d447ab50]:before{content:""}.icon-search-lg[data-v-d447ab50]:before{content:""}.icon-select-arrow-down[data-v-d447ab50]:before{content:""}.icon-select-arrow-up[data-v-d447ab50]:before{content:""}.icon-sell[data-v-d447ab50]:before{content:""}.icon-send[data-v-d447ab50]:before{content:""}.icon-settings[data-v-d447ab50]:before{content:""}.icon-share[data-v-d447ab50]:before{content:""}.icon-smile[data-v-d447ab50]:before{content:""}.icon-star[data-v-d447ab50]:before{content:""}.icon-stats-dots[data-v-d447ab50]:before{content:""}.icon-subscription[data-v-d447ab50]:before{content:""}.icon-system-operations[data-v-d447ab50]:before{content:""}.icon-template[data-v-d447ab50]:before{content:""}.icon-tie[data-v-d447ab50]:before{content:""}.icon-time-circle[data-v-d447ab50]:before{content:""}.icon-top-up[data-v-d447ab50]:before{content:""}.icon-transactions[data-v-d447ab50]:before{content:""}.icon-transfer-from[data-v-d447ab50]:before{content:""}.icon-transfer-to[data-v-d447ab50]:before{content:""}.icon-transfers[data-v-d447ab50]:before{content:""}.icon-trash[data-v-d447ab50]:before{content:""}.icon-trash-alt[data-v-d447ab50]:before{content:""}.icon-trash-can[data-v-d447ab50]:before{content:""}.icon-trash-loose[data-v-d447ab50]:before{content:""}.icon-unfreeze[data-v-d447ab50]:before{content:"";color:#555}.icon-user[data-v-d447ab50]:before{content:""}.icon-user-circle[data-v-d447ab50]:before{content:""}.icon-user-onboarding[data-v-d447ab50]:before{content:""}.icon-user-profile[data-v-d447ab50]:before{content:""}.icon-user-waiting[data-v-d447ab50]:before{content:""}.icon-users[data-v-d447ab50]:before{content:""}.icon-users-alt[data-v-d447ab50]:before{content:""}.icon-users-thin[data-v-d447ab50]:before{content:""}.icon-variables[data-v-d447ab50]:before{content:""}.icon-verified[data-v-d447ab50]:before{content:""}.icon-verified1[data-v-d447ab50]:before{content:""}.icon-virtual[data-v-d447ab50]:before{content:""}.icon-voucher[data-v-d447ab50]:before{content:""}.icon-wallet[data-v-d447ab50]:before{content:""}.icon-wallet-topup[data-v-d447ab50]:before{content:""}.icon-wallets[data-v-d447ab50]:before{content:""}.icon-withdrawal[data-v-d447ab50]:before{content:""}[class^=icon-][data-v-d447ab50]:before,[class*=" icon-"][data-v-d447ab50]:before{font-size:1.6em}.v-notification[data-v-d447ab50]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-d447ab50]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-d447ab50]:before{content:""}.v-notification__icon--info[data-v-d447ab50]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-d447ab50]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-d447ab50]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-d447ab50]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-d447ab50]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-d447ab50]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.a-layout-header[data-v-d447ab50]{height:130px;align-items:flex-end;font-weight:500;font-size:16px;line-height:19.2px;color:#fff}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.about-company .formkit-legend{font-size:14px!important;font-weight:400!important}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.loader-stub{display:flex;flex-direction:column;height:100%}.loader{display:block;width:100%;margin:0 0 0 -21px}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.badge{width:-moz-fit-content;width:fit-content;border-radius:3px;border-width:1px;border-color:transparent;padding:.125rem .75rem;font-size:.75rem;line-height:1.05rem;font-weight:600}.badge--success{--tw-border-opacity: 1;border-color:rgb(212 239 232 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(231 251 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(14 216 168 / var(--tw-text-opacity, 1))}.badge--danger{--tw-border-opacity: 1;border-color:rgb(255 63 63 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 239 241 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 63 63 / var(--tw-text-opacity, 1))}.badge--warning{--tw-border-opacity: 1;border-color:rgb(238 182 72 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(253 248 237 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(238 182 72 / var(--tw-text-opacity, 1))}.badge--borderless{border-width:0px!important;border-color:transparent!important}.badge--paddingless{padding-left:0;padding-right:0}.badge--background-transparent{background-color:transparent!important}.badge--spaceless{padding:0}.badge--non_verified{--tw-border-opacity: 1;border-color:rgb(255 237 216 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 245 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(238 182 72 / var(--tw-text-opacity, 1))}.badge--pending{--tw-border-opacity: 1;border-color:rgb(232 234 236 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(244 245 248 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(135 140 153 / var(--tw-text-opacity, 1))}.badge--declined{--tw-border-opacity: 1;border-color:rgb(255 63 63 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 239 241 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(179 57 73 / var(--tw-text-opacity, 1))}.badge--in-progress{--tw-text-opacity: 1;color:rgb(20 102 254 / var(--tw-text-opacity, 1))}.badge-no-response,.badge--manual{--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-bdaabbfd],[class*=" icon-"][data-v-bdaabbfd]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-bdaabbfd]:before{content:""}.icon-mass-payment[data-v-bdaabbfd]:before{content:""}.icon-account[data-v-bdaabbfd]:before{content:""}.icon-actions-of-users[data-v-bdaabbfd]:before{content:""}.icon-amaiz[data-v-bdaabbfd]:before{content:""}.icon-annotation[data-v-bdaabbfd]:before{content:""}.icon-arrow-down[data-v-bdaabbfd]:before{content:""}.icon-arrow-down-curv[data-v-bdaabbfd]:before{content:""}.icon-arrow-left[data-v-bdaabbfd]:before{content:""}.icon-arrow-left1[data-v-bdaabbfd]:before{content:""}.icon-arrow-right[data-v-bdaabbfd]:before{content:""}.icon-arrow-right1[data-v-bdaabbfd]:before{content:""}.icon-arrow-up[data-v-bdaabbfd]:before{content:""}.icon-arrow-up-curv[data-v-bdaabbfd]:before{content:""}.icon-arrows-clockwise[data-v-bdaabbfd]:before{content:""}.icon-back-arrow[data-v-bdaabbfd]:before{content:""}.icon-backpack[data-v-bdaabbfd]:before{content:""}.icon-bank[data-v-bdaabbfd]:before{content:""}.icon-blocked[data-v-bdaabbfd]:before{content:""}.icon-briefcase[data-v-bdaabbfd]:before{content:""}.icon-buy[data-v-bdaabbfd]:before{content:""}.icon-calendar[data-v-bdaabbfd]:before{content:""}.icon-card[data-v-bdaabbfd]:before{content:""}.icon-card-thin[data-v-bdaabbfd]:before{content:""}.icon-check[data-v-bdaabbfd]:before{content:""}.icon-check-small[data-v-bdaabbfd]:before{content:""}.icon-close[data-v-bdaabbfd]:before{content:""}.icon-close-circle[data-v-bdaabbfd]:before{content:""}.icon-close-small[data-v-bdaabbfd]:before{content:""}.icon-coins[data-v-bdaabbfd]:before{content:""}.icon-contacts[data-v-bdaabbfd]:before{content:""}.icon-contracts[data-v-bdaabbfd]:before{content:""}.icon-copy[data-v-bdaabbfd]:before{content:""}.icon-currency[data-v-bdaabbfd]:before{content:""}.icon-declined[data-v-bdaabbfd]:before{content:""}.icon-declined1[data-v-bdaabbfd]:before{content:""}.icon-delete-trash[data-v-bdaabbfd]:before{content:""}.icon-dispute[data-v-bdaabbfd]:before{content:""}.icon-document[data-v-bdaabbfd]:before{content:""}.icon-download-document[data-v-bdaabbfd]:before{content:""}.icon-dropdown[data-v-bdaabbfd]:before{content:""}.icon-edit[data-v-bdaabbfd]:before{content:""}.icon-euro[data-v-bdaabbfd]:before{content:""}.icon-exchange[data-v-bdaabbfd]:before{content:""}.icon-exchange-alt[data-v-bdaabbfd]:before{content:""}.icon-expired[data-v-bdaabbfd]:before{content:""}.icon-export-scv[data-v-bdaabbfd]:before{content:""}.icon-eye[data-v-bdaabbfd]:before{content:""}.icon-eye-off[data-v-bdaabbfd]:before{content:""}.icon-frozen[data-v-bdaabbfd]:before{content:""}.icon-gbp[data-v-bdaabbfd]:before{content:""}.icon-i18n[data-v-bdaabbfd]:before{content:""}.icon-identification[data-v-bdaabbfd]:before{content:""}.icon-in-progress[data-v-bdaabbfd]:before{content:""}.icon-in-progress1[data-v-bdaabbfd]:before{content:""}.icon-info[data-v-bdaabbfd]:before{content:""}.icon-info-circle[data-v-bdaabbfd]:before{content:""}.icon-invoices[data-v-bdaabbfd]:before{content:""}.icon-issuers[data-v-bdaabbfd]:before{content:""}.icon-list[data-v-bdaabbfd]:before{content:""}.icon-lock[data-v-bdaabbfd]:before{content:""}.icon-logout[data-v-bdaabbfd]:before{content:""}.icon-logout1[data-v-bdaabbfd]:before{content:""}.icon-make-payment[data-v-bdaabbfd]:before{content:""}.icon-merchant[data-v-bdaabbfd]:before{content:""}.icon-mobile[data-v-bdaabbfd]:before{content:""}.icon-more[data-v-bdaabbfd]:before{content:""}.icon-no-response[data-v-bdaabbfd]:before{content:""}.icon-non-verified[data-v-bdaabbfd]:before{content:""}.icon-non-verified1[data-v-bdaabbfd]:before{content:""}.icon-notification[data-v-bdaabbfd]:before{content:""}.icon-onboarding-document[data-v-bdaabbfd]:before{content:""}.icon-pencil[data-v-bdaabbfd]:before{content:""}.icon-pencil-edit[data-v-bdaabbfd]:before{content:""}.icon-pending[data-v-bdaabbfd]:before{content:""}.icon-pending1[data-v-bdaabbfd]:before{content:""}.icon-percent[data-v-bdaabbfd]:before{content:""}.icon-physical[data-v-bdaabbfd]:before{content:""}.icon-plus[data-v-bdaabbfd]:before{content:""}.icon-plus-circle[data-v-bdaabbfd]:before{content:""}.icon-points-of-sale[data-v-bdaabbfd]:before{content:""}.icon-print[data-v-bdaabbfd]:before{content:""}.icon-refresh[data-v-bdaabbfd]:before{content:""}.icon-save[data-v-bdaabbfd]:before{content:""}.icon-search[data-v-bdaabbfd]:before{content:""}.icon-search-lg[data-v-bdaabbfd]:before{content:""}.icon-select-arrow-down[data-v-bdaabbfd]:before{content:""}.icon-select-arrow-up[data-v-bdaabbfd]:before{content:""}.icon-sell[data-v-bdaabbfd]:before{content:""}.icon-send[data-v-bdaabbfd]:before{content:""}.icon-settings[data-v-bdaabbfd]:before{content:""}.icon-share[data-v-bdaabbfd]:before{content:""}.icon-smile[data-v-bdaabbfd]:before{content:""}.icon-star[data-v-bdaabbfd]:before{content:""}.icon-stats-dots[data-v-bdaabbfd]:before{content:""}.icon-subscription[data-v-bdaabbfd]:before{content:""}.icon-system-operations[data-v-bdaabbfd]:before{content:""}.icon-template[data-v-bdaabbfd]:before{content:""}.icon-tie[data-v-bdaabbfd]:before{content:""}.icon-time-circle[data-v-bdaabbfd]:before{content:""}.icon-top-up[data-v-bdaabbfd]:before{content:""}.icon-transactions[data-v-bdaabbfd]:before{content:""}.icon-transfer-from[data-v-bdaabbfd]:before{content:""}.icon-transfer-to[data-v-bdaabbfd]:before{content:""}.icon-transfers[data-v-bdaabbfd]:before{content:""}.icon-trash[data-v-bdaabbfd]:before{content:""}.icon-trash-alt[data-v-bdaabbfd]:before{content:""}.icon-trash-can[data-v-bdaabbfd]:before{content:""}.icon-trash-loose[data-v-bdaabbfd]:before{content:""}.icon-unfreeze[data-v-bdaabbfd]:before{content:"";color:#555}.icon-user[data-v-bdaabbfd]:before{content:""}.icon-user-circle[data-v-bdaabbfd]:before{content:""}.icon-user-onboarding[data-v-bdaabbfd]:before{content:""}.icon-user-profile[data-v-bdaabbfd]:before{content:""}.icon-user-waiting[data-v-bdaabbfd]:before{content:""}.icon-users[data-v-bdaabbfd]:before{content:""}.icon-users-alt[data-v-bdaabbfd]:before{content:""}.icon-users-thin[data-v-bdaabbfd]:before{content:""}.icon-variables[data-v-bdaabbfd]:before{content:""}.icon-verified[data-v-bdaabbfd]:before{content:""}.icon-verified1[data-v-bdaabbfd]:before{content:""}.icon-virtual[data-v-bdaabbfd]:before{content:""}.icon-voucher[data-v-bdaabbfd]:before{content:""}.icon-wallet[data-v-bdaabbfd]:before{content:""}.icon-wallet-topup[data-v-bdaabbfd]:before{content:""}.icon-wallets[data-v-bdaabbfd]:before{content:""}.icon-withdrawal[data-v-bdaabbfd]:before{content:""}[class^=icon-][data-v-bdaabbfd]:before,[class*=" icon-"][data-v-bdaabbfd]:before{font-size:1.6em}.v-notification[data-v-bdaabbfd]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-bdaabbfd]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-bdaabbfd]:before{content:""}.v-notification__icon--info[data-v-bdaabbfd]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-bdaabbfd]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-bdaabbfd]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-bdaabbfd]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-bdaabbfd]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-bdaabbfd]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.el-form-item[data-v-bdaabbfd]{margin-bottom:22px}.el-input .el-input__inner[data-v-bdaabbfd],.el-textarea__inner[data-v-bdaabbfd]{transition:background-color .5s,border-color .5s;border-width:1px;--tw-border-opacity: 1;border-color:rgb(211 225 236 / var(--tw-border-opacity, 1));padding:.688rem .875rem;border-radius:8px;font-size:.875rem;font-weight:500;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(16 35 58 / var(--tw-text-opacity, 1));caret-color:#1b55e9}.el-input .el-input__inner[data-v-bdaabbfd]::-moz-placeholder,.el-textarea__inner[data-v-bdaabbfd]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(161 182 198 / var(--tw-text-opacity, 1))}.el-input .el-input__inner[data-v-bdaabbfd]::placeholder,.el-textarea__inner[data-v-bdaabbfd]::placeholder{--tw-text-opacity: 1;color:rgb(161 182 198 / var(--tw-text-opacity, 1))}.el-input .el-input__inner[data-v-bdaabbfd]:focus,.el-textarea__inner[data-v-bdaabbfd]:focus{box-shadow:0 0 0 3px #d1ddfb;--tw-border-opacity: 1;border-color:rgb(27 85 233 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px}.el-form-item.is-error .el-input__inner[data-v-bdaabbfd],.el-form-item.is-error .el-input__inner[data-v-bdaabbfd]:focus,.el-form-item.is-error .el-textarea__inner[data-v-bdaabbfd],.el-form-item.is-error .el-textarea__inner[data-v-bdaabbfd]:focus{box-shadow:0 0 0 3px #ffdadc;--tw-border-opacity: 1;border-color:rgb(245 108 108 / var(--tw-border-opacity, 1));caret-color:#ff4550}.el-input__wrapper[data-v-bdaabbfd]{width:100%!important;padding-left:0!important;padding-right:0!important;--tw-border-opacity: 1;border-color:rgb(211 225 236/var(--tw-border-opacity));transition:background-color .5s,border-color .5s;border-width:1px;box-shadow:none}.el-input__wrapper.is-focus[data-v-bdaabbfd]{border-style:none}.el-input .el-input__suffix[data-v-bdaabbfd]{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#8ea1ba;transition:all .3s;pointer-events:none;display:flex}.el-input .el-input__suffix .el-input__suffix-inner[data-v-bdaabbfd]{display:flex}.el-input .el-input__prefix[data-v-bdaabbfd]{position:absolute;height:100%;left:5px;top:0;text-align:center}.el-input .el-input__prefix-inner[data-v-bdaabbfd],.el-input .el-input__prefix-inner div[data-v-bdaabbfd]:first-child{width:100%}.el-input .el-icon-circle-close[data-v-bdaabbfd],.el-input .el-icon-circle-check[data-v-bdaabbfd]{display:none!important}.el-input.el-input--suffix .el-input__inner[data-v-bdaabbfd]{padding-right:2.5rem!important}.el-input.el-input--suffix .el-input__inner+.el-input__suffix .el-input__icon[data-v-bdaabbfd]{margin-right:.3125rem;display:flex;height:100%;align-items:center;justify-content:center}.el-input.el-input--prefix .el-input__inner[data-v-bdaabbfd]{padding-left:2.5rem}.el-input.el-input--prefix .el-input__inner+.el-input__prefix .el-input__icon[data-v-bdaabbfd]{margin-left:.3125rem;display:flex;height:100%;align-items:center}.el-input--medium .el-input__inner[data-v-bdaabbfd]{border-radius:6px;padding:.375rem .5rem}.el-input--small .el-input__inner[data-v-bdaabbfd]{height:1.563rem;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;line-height:1.05rem}.el-input--large .el-input__wrapper[data-v-bdaabbfd]{padding:0!important}.el-input-number[data-v-bdaabbfd]{display:flex;width:100%}.el-input-number--medium[data-v-bdaabbfd]{display:flex}.el-input-number .el-input__inner[data-v-bdaabbfd]{text-align:left}.full-width[data-v-bdaabbfd]{width:100%}.el-select__icon[data-v-bdaabbfd]{width:1.563rem}.el-select[data-v-bdaabbfd]{width:100%}.el-select .el-icon-circle-close[data-v-bdaabbfd],.el-select .el-icon-circle-check[data-v-bdaabbfd]{display:none!important}.el-select__prefix[data-v-bdaabbfd]{color:inherit!important}.el-select__wrapper:not(.is-filterable).is-focused[aria-describedby][data-v-bdaabbfd]{--tw-border-opacity: 1;border-color:rgb(27 85 233 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(27 85 233 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.el-select__wrapper:not(.is-filterable).is-focused[aria-describedby] .el-select__placeholder[data-v-bdaabbfd],.el-select__wrapper:not(.is-filterable).is-focused[aria-describedby] .el-select__prefix[data-v-bdaabbfd]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.el-select__wrapper:not(.is-filterable).is-focused[aria-describedby] .el-input__suffix[data-v-bdaabbfd],.el-select__wrapper:not(.is-filterable).is-focused[aria-describedby] .el-select__caret.is-reverse[data-v-bdaabbfd]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.el-select-dropdown[data-v-bdaabbfd],.el-select-dropdown.is-multiple[data-v-bdaabbfd]{margin-top:.188rem;border-radius:3px;box-shadow:0 0 16px #e0edffb3}.el-select-dropdown .popper__arrow[data-v-bdaabbfd],.el-select-dropdown.is-multiple .popper__arrow[data-v-bdaabbfd]{display:none}.el-select-dropdown .el-select-dropdown__item[data-v-bdaabbfd],.el-select-dropdown.is-multiple .el-select-dropdown__item[data-v-bdaabbfd]{height:2rem;font-size:1rem;line-height:1.4rem;--tw-text-opacity: 1;color:rgb(16 35 58 / var(--tw-text-opacity, 1));line-height:32px}.el-select-dropdown .el-select-dropdown__item.selected[data-v-bdaabbfd],.el-select-dropdown.is-multiple .el-select-dropdown__item.selected[data-v-bdaabbfd]{font-weight:500;--tw-text-opacity: 1;color:rgb(27 85 233 / var(--tw-text-opacity, 1))}.el-select-dropdown .el-select-dropdown__item.selected[data-v-bdaabbfd]:after,.el-select-dropdown.is-multiple .el-select-dropdown__item.selected[data-v-bdaabbfd]:after{right:.5rem!important}.el-select-dropdown .el-select-dropdown__item[data-v-bdaabbfd]:hover,.el-select-dropdown .el-select-dropdown__item.hover[data-v-bdaabbfd],.el-select-dropdown.is-multiple .el-select-dropdown__item[data-v-bdaabbfd]:hover,.el-select-dropdown.is-multiple .el-select-dropdown__item.hover[data-v-bdaabbfd]{background-color:#e8f0fc!important}.el-popper[x-placement^=bottom][data-v-bdaabbfd]{margin-top:.188rem}.el-select-group__title[data-v-bdaabbfd]{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(161 182 198 / var(--tw-text-opacity, 1))}.el-select-group__wrap[data-v-bdaabbfd]:not(:last-of-type):after{display:none}.app-select[data-v-bdaabbfd]{display:flex;min-width:275px;flex-direction:column;text-align:left;line-height:1}.app-select__label[data-v-bdaabbfd]{margin-bottom:.5rem;display:inline-block;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.app-select__prefix-image[data-v-bdaabbfd]{margin-right:.5rem;display:inline;height:1.125rem;width:1.125rem;border-radius:50%}.app-select--custom .el-input.is-focus .el-input__prefix[data-v-bdaabbfd]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.app-select--custom .el-input.is-focus .el-input__inner[data-v-bdaabbfd]{color:transparent!important}.app-select--custom .el-input__prefix[data-v-bdaabbfd]{width:100%;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(16 35 58 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.app-select--custom .el-input__inner[data-v-bdaabbfd]{color:transparent!important}.app-select--custom .el-input--prefix .el-input__inner[data-v-bdaabbfd]{padding-left:.688rem!important}.app-select .el-icon-arrow-up[data-v-bdaabbfd]{font-size:.375rem;line-height:1.4;font-weight:700}.app-select .el-icon-arrow-up[data-v-bdaabbfd]:before{content:"";font-family:icomoon,serif!important;font-size:.375rem!important;line-height:1.5!important}.app-select .el-select .el-input .el-select__caret[data-v-bdaabbfd]{--tw-text-opacity: 1;color:rgb(114 136 163 / var(--tw-text-opacity, 1))}.app-select--dropdown[data-v-bdaabbfd]{position:relative;width:-moz-fit-content;width:fit-content;line-height:1}.app-select--dropdown .el-input--prefix .el-input__inner[data-v-bdaabbfd]{padding-left:2.1875rem!important}.app-select--dropdown .el-input.el-input--suffix .el-input__inner[data-v-bdaabbfd]{padding-right:1.25rem!important}.app-select--dropdown .el-input__prefix[data-v-bdaabbfd]{left:.625rem!important;display:flex!important;align-items:center!important}.app-select--dropdown .el-input__suffix[data-v-bdaabbfd]{margin-right:.625rem}.app-select--dropdown .el-input__suffix .el-icon-arrow-up[data-v-bdaabbfd]{width:-moz-fit-content!important;width:fit-content!important;font-size:.375rem!important;line-height:1.4!important;font-weight:700!important;--tw-text-opacity: 1 !important;color:rgb(114 136 163 / var(--tw-text-opacity, 1))!important}.app-select--dropdown .el-input__suffix .el-icon-arrow-up[data-v-bdaabbfd]:before{content:"";font-family:icomoon,serif!important;font-size:.375rem!important;line-height:1.5!important}.app-select--dropdown .el-select[data-v-bdaabbfd]{height:100%}.app-select--dropdown .el-select__input[data-v-bdaabbfd]{margin:0}.app-select--dropdown .el-input[data-v-bdaabbfd]{display:flex;height:100%}.app-select--dropdown .el-input .el-input__inner[data-v-bdaabbfd]{height:100%;border-radius:9999px;border-style:none;--tw-bg-opacity: 1;background-color:rgb(240 247 253 / var(--tw-bg-opacity, 1));padding-top:.575rem;padding-bottom:.575rem;padding-right:1.25rem;--tw-text-opacity: 1;color:rgb(114 136 163 / var(--tw-text-opacity, 1))}.app-select--dropdown.app-select--simple .app-input__label[data-v-bdaabbfd]{margin-bottom:0;padding-right:1.5rem;text-align:left;font-size:1.125rem;line-height:1.563rem;font-weight:500;--tw-text-opacity: 1;color:rgb(114 136 163 / var(--tw-text-opacity, 1))}.app-select--dropdown.app-select--simple .el-select[data-v-bdaabbfd]{position:absolute;right:0;bottom:.125rem;width:100%}.app-select--dropdown.app-select--simple .el-select .el-input__inner[data-v-bdaabbfd]{height:100%!important;width:100%!important;background-color:transparent!important;padding:0!important;opacity:0!important}.app-select--dropdown.app-select--simple .el-input__suffix[data-v-bdaabbfd]{margin-right:0}.app-select--dropdown.app-select--secondary .app-input__label[data-v-bdaabbfd]{font-size:1rem;line-height:1.4rem;font-weight:400;--tw-text-opacity: 1;color:rgb(16 35 58 / var(--tw-text-opacity, 1))}.app-select--dropdown .app-input__label[data-v-bdaabbfd]{width:100%;text-align:left}.el-select-dropdown__item.is-selected[data-v-bdaabbfd]{--tw-text-opacity: 1 !important;color:rgb(27 85 233 / var(--tw-text-opacity, 1))!important}.el-select__input.is-large[data-v-bdaabbfd]{margin-bottom:0!important}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.tabs{display:flex;align-items:flex-start;margin-bottom:40px}.tabs--secondary{width:100%;border-bottom:1px solid #e5edf9}.tabs--secondary .tabs__link{position:relative;display:inline-flex;height:3rem;cursor:pointer;align-items:center;font-size:1rem;line-height:1.4rem;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1));background:none;padding-bottom:1px}.tabs--secondary .tabs__link .badge{margin-left:8px}.tabs--secondary .tabs__link:after{content:"";position:absolute;bottom:-1px;left:0;right:12px;display:inline-block;width:100%;height:3px;background-color:#0c60f8;transition:opacity .5s ease-in-out;opacity:0}.tabs--secondary .tabs__link:hover{border-radius:4px;--tw-bg-opacity: 1;background-color:rgb(236 242 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}.tabs--secondary .tabs__link.router-link-active,.tabs--secondary .tabs__link.is-active{--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1));background-color:initial}.tabs--secondary .tabs__link.router-link-active:after,.tabs--secondary .tabs__link.is-active:after{opacity:1}.tabs--secondary .tabs__link.router-link-active i:before,.tabs--secondary .tabs__link.is-active i:before{--tw-text-opacity: 1;color:rgb(20 102 254 / var(--tw-text-opacity, 1))}.tabs__link{display:inline-block;line-height:38px;background-color:#eef3fa;color:#8ea1ba;font-size:12px;transition:background-color .5s,color .5s}@media screen and (max-width: 599px){.tabs__link{display:none!important}}.tabs__link:first-of-type{border-top-left-radius:5px;border-bottom-left-radius:5px}.tabs__link:last-of-type{border-top-right-radius:5px;border-bottom-right-radius:5px}.tabs__link:hover{color:#0c60f8;background-color:#e8f0fc}.tabs__link.router-link-active,.tabs__link.is-active{color:#fff;background-color:#0c60f8}.tabs__link.disabled{pointer-events:none;cursor:not-allowed;opacity:.2}.tabs__link-item{display:flex;padding:0 24px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;align-self:stretch}.tabs__link-item i:before{font-size:1rem;line-height:1.4rem}.tabs--medium .tabs__link{font-size:14px}.tabs__select{display:none;flex-grow:1;margin-bottom:17px}@media screen and (max-width: 599px){.tabs__select{display:block}}.tabs__icon{margin-right:8px}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.dashboard-content{max-width:1466px;box-sizing:content-box;display:flex;flex-grow:1;flex-direction:column;padding-left:4.5rem;padding-right:4.5rem;padding-top:2.5rem;padding-left:100px;padding-bottom:1.25rem}.dashboard-content__back{margin-bottom:2.5rem;display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(227 238 255 / var(--tw-bg-opacity, 1))}.dashboard-content__back:hover{--tw-bg-opacity: 1;background-color:rgb(213 230 255 / var(--tw-bg-opacity, 1))}.dashboard-content__back:active{--tw-bg-opacity: 1;background-color:rgb(197 219 255 / var(--tw-bg-opacity, 1))}.dashboard-content__back button{font-size:.5rem;line-height:.875rem;line-height:1;--tw-text-opacity: 1;color:rgb(12 96 248 / var(--tw-text-opacity, 1))}.dashboard-content__header{margin-bottom:2.5rem;display:grid;grid-template-columns:1fr min-content;grid-template-rows:1fr min-content;align-items:center;justify-content:space-between;row-gap:.75rem}.dashboard-content__title{display:flex;align-items:center;font-size:36px;line-height:1.4;font-weight:600;--tw-text-opacity: 1;color:rgb(16 35 58 / var(--tw-text-opacity, 1))}.dashboard-content__title-actions:empty{display:none}.dashboard-content__subtitle{margin-bottom:.75rem;font-size:1rem;line-height:1.4rem}.dashboard-content__subtitle:empty{display:none}.dashboard-content__actions{display:flex;justify-content:flex-end;gap:.75rem}.dashboard-content .app-pagination{justify-content:normal}.el-button{--el-button-font-weight:var(--el-font-weight-primary);--el-button-border-color:var(--el-border-color);--el-button-bg-color:var(--el-fill-color-blank);--el-button-text-color:var(--el-text-color-regular);--el-button-disabled-text-color:var(--el-disabled-text-color);--el-button-disabled-bg-color:var(--el-fill-color-blank);--el-button-disabled-border-color:var(--el-border-color-light);--el-button-divide-border-color:rgba(255,255,255,.5);--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-color-primary-light-9);--el-button-hover-border-color:var(--el-color-primary-light-7);--el-button-active-text-color:var(--el-button-hover-text-color);--el-button-active-border-color:var(--el-color-primary);--el-button-active-bg-color:var(--el-button-hover-bg-color);--el-button-outline-color:var(--el-color-primary-light-5);--el-button-hover-link-text-color:var(--el-text-color-secondary);--el-button-active-color:var(--el-text-color-primary);align-items:center;-webkit-appearance:none;background-color:var(--el-button-bg-color);border:var(--el-border);border-color:var(--el-button-border-color);box-sizing:border-box;color:var(--el-button-text-color);cursor:pointer;display:inline-flex;font-weight:var(--el-button-font-weight);height:32px;justify-content:center;line-height:1;outline:none;text-align:center;transition:.1s;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-button:hover{background-color:var(--el-button-hover-bg-color);border-color:var(--el-button-hover-border-color);color:var(--el-button-hover-text-color);outline:none}.el-button:active{background-color:var(--el-button-active-bg-color);border-color:var(--el-button-active-border-color);color:var(--el-button-active-text-color);outline:none}.el-button:focus-visible{outline:2px solid var(--el-button-outline-color);outline-offset:1px;transition:outline-offset 0s,outline 0s}.el-button>span{align-items:center;display:inline-flex}.el-button+.el-button{margin-left:12px}.el-button{border-radius:var(--el-border-radius-base);font-size:var(--el-font-size-base)}.el-button,.el-button.is-round{padding:8px 15px}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon]+span{margin-left:6px}.el-button [class*=el-icon] svg{vertical-align:bottom}.el-button.is-plain{--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-fill-color-blank);--el-button-hover-border-color:var(--el-color-primary)}.el-button.is-active{background-color:var(--el-button-active-bg-color);border-color:var(--el-button-active-border-color);color:var(--el-button-active-text-color);outline:none}.el-button.is-disabled,.el-button.is-disabled:hover{background-color:var(--el-button-disabled-bg-color);background-image:none;border-color:var(--el-button-disabled-border-color);color:var(--el-button-disabled-text-color);cursor:not-allowed}.el-button.is-loading{pointer-events:none;position:relative}.el-button.is-loading:before{background-color:var(--el-mask-color-extra-light);border-radius:inherit;bottom:-1px;content:"";left:-1px;pointer-events:none;position:absolute;right:-1px;top:-1px;z-index:1}.el-button.is-round{border-radius:var(--el-border-radius-round)}.el-button.is-circle{border-radius:50%;padding:8px;width:32px}.el-button.is-text{background-color:transparent;border:0 solid transparent;color:var(--el-button-text-color)}.el-button.is-text.is-disabled{background-color:transparent!important;color:var(--el-button-disabled-text-color)}.el-button.is-text:not(.is-disabled):hover{background-color:var(--el-fill-color-light)}.el-button.is-text:not(.is-disabled):focus-visible{outline:2px solid var(--el-button-outline-color);outline-offset:1px;transition:outline-offset 0s,outline 0s}.el-button.is-text:not(.is-disabled):active{background-color:var(--el-fill-color)}.el-button.is-text:not(.is-disabled).is-has-bg{background-color:var(--el-fill-color-light)}.el-button.is-text:not(.is-disabled).is-has-bg:hover{background-color:var(--el-fill-color)}.el-button.is-text:not(.is-disabled).is-has-bg:active{background-color:var(--el-fill-color-dark)}.el-button__text--expand{letter-spacing:.3em;margin-right:-.3em}.el-button.is-link{background:transparent;border-color:transparent;color:var(--el-button-text-color);height:auto;padding:2px}.el-button.is-link:hover{color:var(--el-button-hover-link-text-color)}.el-button.is-link.is-disabled{background-color:transparent!important;border-color:transparent!important;color:var(--el-button-disabled-text-color)}.el-button.is-link:not(.is-disabled):active,.el-button.is-link:not(.is-disabled):hover{background-color:transparent;border-color:transparent}.el-button.is-link:not(.is-disabled):active{color:var(--el-button-active-color)}.el-button--text{background:transparent;border-color:transparent;color:var(--el-color-primary);padding-left:0;padding-right:0}.el-button--text.is-disabled{background-color:transparent!important;border-color:transparent!important;color:var(--el-button-disabled-text-color)}.el-button--text:not(.is-disabled):hover{background-color:transparent;border-color:transparent;color:var(--el-color-primary-light-3)}.el-button--text:not(.is-disabled):active{background-color:transparent;border-color:transparent;color:var(--el-color-primary-dark-2)}.el-button__link--expand{letter-spacing:.3em;margin-right:-.3em}.el-button--primary{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-primary);--el-button-border-color:var(--el-color-primary);--el-button-outline-color:var(--el-color-primary-light-5);--el-button-active-color:var(--el-color-primary-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-primary-light-5);--el-button-hover-bg-color:var(--el-color-primary-light-3);--el-button-hover-border-color:var(--el-color-primary-light-3);--el-button-active-bg-color:var(--el-color-primary-dark-2);--el-button-active-border-color:var(--el-color-primary-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-primary-light-5);--el-button-disabled-border-color:var(--el-color-primary-light-5)}.el-button--primary.is-link,.el-button--primary.is-plain,.el-button--primary.is-text{--el-button-text-color:var(--el-color-primary);--el-button-bg-color:var(--el-color-primary-light-9);--el-button-border-color:var(--el-color-primary-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-primary);--el-button-hover-border-color:var(--el-color-primary);--el-button-active-text-color:var(--el-color-white)}.el-button--primary.is-link.is-disabled,.el-button--primary.is-link.is-disabled:active,.el-button--primary.is-link.is-disabled:focus,.el-button--primary.is-link.is-disabled:hover,.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover,.el-button--primary.is-text.is-disabled,.el-button--primary.is-text.is-disabled:active,.el-button--primary.is-text.is-disabled:focus,.el-button--primary.is-text.is-disabled:hover{background-color:var(--el-color-primary-light-9);border-color:var(--el-color-primary-light-8);color:var(--el-color-primary-light-5)}.el-button--success{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-success);--el-button-border-color:var(--el-color-success);--el-button-outline-color:var(--el-color-success-light-5);--el-button-active-color:var(--el-color-success-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-success-light-5);--el-button-hover-bg-color:var(--el-color-success-light-3);--el-button-hover-border-color:var(--el-color-success-light-3);--el-button-active-bg-color:var(--el-color-success-dark-2);--el-button-active-border-color:var(--el-color-success-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-success-light-5);--el-button-disabled-border-color:var(--el-color-success-light-5)}.el-button--success.is-link,.el-button--success.is-plain,.el-button--success.is-text{--el-button-text-color:var(--el-color-success);--el-button-bg-color:var(--el-color-success-light-9);--el-button-border-color:var(--el-color-success-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-success);--el-button-hover-border-color:var(--el-color-success);--el-button-active-text-color:var(--el-color-white)}.el-button--success.is-link.is-disabled,.el-button--success.is-link.is-disabled:active,.el-button--success.is-link.is-disabled:focus,.el-button--success.is-link.is-disabled:hover,.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover,.el-button--success.is-text.is-disabled,.el-button--success.is-text.is-disabled:active,.el-button--success.is-text.is-disabled:focus,.el-button--success.is-text.is-disabled:hover{background-color:var(--el-color-success-light-9);border-color:var(--el-color-success-light-8);color:var(--el-color-success-light-5)}.el-button--warning{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-warning);--el-button-border-color:var(--el-color-warning);--el-button-outline-color:var(--el-color-warning-light-5);--el-button-active-color:var(--el-color-warning-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-warning-light-5);--el-button-hover-bg-color:var(--el-color-warning-light-3);--el-button-hover-border-color:var(--el-color-warning-light-3);--el-button-active-bg-color:var(--el-color-warning-dark-2);--el-button-active-border-color:var(--el-color-warning-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-warning-light-5);--el-button-disabled-border-color:var(--el-color-warning-light-5)}.el-button--warning.is-link,.el-button--warning.is-plain,.el-button--warning.is-text{--el-button-text-color:var(--el-color-warning);--el-button-bg-color:var(--el-color-warning-light-9);--el-button-border-color:var(--el-color-warning-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-warning);--el-button-hover-border-color:var(--el-color-warning);--el-button-active-text-color:var(--el-color-white)}.el-button--warning.is-link.is-disabled,.el-button--warning.is-link.is-disabled:active,.el-button--warning.is-link.is-disabled:focus,.el-button--warning.is-link.is-disabled:hover,.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover,.el-button--warning.is-text.is-disabled,.el-button--warning.is-text.is-disabled:active,.el-button--warning.is-text.is-disabled:focus,.el-button--warning.is-text.is-disabled:hover{background-color:var(--el-color-warning-light-9);border-color:var(--el-color-warning-light-8);color:var(--el-color-warning-light-5)}.el-button--danger{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-danger);--el-button-border-color:var(--el-color-danger);--el-button-outline-color:var(--el-color-danger-light-5);--el-button-active-color:var(--el-color-danger-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-danger-light-5);--el-button-hover-bg-color:var(--el-color-danger-light-3);--el-button-hover-border-color:var(--el-color-danger-light-3);--el-button-active-bg-color:var(--el-color-danger-dark-2);--el-button-active-border-color:var(--el-color-danger-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-danger-light-5);--el-button-disabled-border-color:var(--el-color-danger-light-5)}.el-button--danger.is-link,.el-button--danger.is-plain,.el-button--danger.is-text{--el-button-text-color:var(--el-color-danger);--el-button-bg-color:var(--el-color-danger-light-9);--el-button-border-color:var(--el-color-danger-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-danger);--el-button-hover-border-color:var(--el-color-danger);--el-button-active-text-color:var(--el-color-white)}.el-button--danger.is-link.is-disabled,.el-button--danger.is-link.is-disabled:active,.el-button--danger.is-link.is-disabled:focus,.el-button--danger.is-link.is-disabled:hover,.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover,.el-button--danger.is-text.is-disabled,.el-button--danger.is-text.is-disabled:active,.el-button--danger.is-text.is-disabled:focus,.el-button--danger.is-text.is-disabled:hover{background-color:var(--el-color-danger-light-9);border-color:var(--el-color-danger-light-8);color:var(--el-color-danger-light-5)}.el-button--info{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-info);--el-button-border-color:var(--el-color-info);--el-button-outline-color:var(--el-color-info-light-5);--el-button-active-color:var(--el-color-info-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-info-light-5);--el-button-hover-bg-color:var(--el-color-info-light-3);--el-button-hover-border-color:var(--el-color-info-light-3);--el-button-active-bg-color:var(--el-color-info-dark-2);--el-button-active-border-color:var(--el-color-info-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-info-light-5);--el-button-disabled-border-color:var(--el-color-info-light-5)}.el-button--info.is-link,.el-button--info.is-plain,.el-button--info.is-text{--el-button-text-color:var(--el-color-info);--el-button-bg-color:var(--el-color-info-light-9);--el-button-border-color:var(--el-color-info-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-info);--el-button-hover-border-color:var(--el-color-info);--el-button-active-text-color:var(--el-color-white)}.el-button--info.is-link.is-disabled,.el-button--info.is-link.is-disabled:active,.el-button--info.is-link.is-disabled:focus,.el-button--info.is-link.is-disabled:hover,.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover,.el-button--info.is-text.is-disabled,.el-button--info.is-text.is-disabled:active,.el-button--info.is-text.is-disabled:focus,.el-button--info.is-text.is-disabled:hover{background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8);color:var(--el-color-info-light-5)}.el-button--large{--el-button-size:40px;height:var(--el-button-size)}.el-button--large [class*=el-icon]+span{margin-left:8px}.el-button--large{border-radius:var(--el-border-radius-base);font-size:var(--el-font-size-base);padding:12px 19px}.el-button--large.is-round{padding:12px 19px}.el-button--large.is-circle{padding:12px;width:var(--el-button-size)}.el-button--small{--el-button-size:24px;height:var(--el-button-size)}.el-button--small [class*=el-icon]+span{margin-left:4px}.el-button--small{border-radius:calc(var(--el-border-radius-base) - 1px);font-size:12px;padding:5px 11px}.el-button--small.is-round{padding:5px 11px}.el-button--small.is-circle{padding:5px;width:var(--el-button-size)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{content:"";display:table}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.el-button-group>.el-button:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-bottom-left-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:var(--el-border-radius-round)}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-bottom-left-radius:0;border-left-color:var(--el-button-divide-border-color);border-top-left-radius:0}.el-button-group .el-button--primary:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--primary:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-popper{--el-popper-border-radius:var(--el-popover-border-radius,4px);border-radius:var(--el-popper-border-radius);font-size:12px;line-height:20px;min-width:10px;overflow-wrap:break-word;padding:5px 11px;position:absolute;visibility:visible;z-index:2000}.el-popper.is-dark{color:var(--el-bg-color)}.el-popper.is-dark,.el-popper.is-dark>.el-popper__arrow:before{background:var(--el-text-color-primary);border:1px solid var(--el-text-color-primary)}.el-popper.is-dark>.el-popper__arrow:before{right:0}.el-popper.is-light,.el-popper.is-light>.el-popper__arrow:before{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light)}.el-popper.is-light>.el-popper__arrow:before{right:0}.el-popper.is-pure{padding:0}.el-popper__arrow,.el-popper__arrow:before{height:10px;position:absolute;width:10px;z-index:-1}.el-popper__arrow:before{background:var(--el-text-color-primary);box-sizing:border-box;content:" ";transform:rotate(45deg)}.el-popper[data-popper-placement^=top]>.el-popper__arrow{bottom:-5px}.el-popper[data-popper-placement^=top]>.el-popper__arrow:before{border-bottom-right-radius:2px}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow{top:-5px}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before{border-top-left-radius:2px}.el-popper[data-popper-placement^=left]>.el-popper__arrow{right:-5px}.el-popper[data-popper-placement^=left]>.el-popper__arrow:before{border-top-right-radius:2px}.el-popper[data-popper-placement^=right]>.el-popper__arrow{left:-5px}.el-popper[data-popper-placement^=right]>.el-popper__arrow:before{border-bottom-left-radius:2px}.el-popper[data-popper-placement^=top]>.el-popper__arrow:before{border-left-color:transparent!important;border-top-color:transparent!important}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before{border-bottom-color:transparent!important;border-right-color:transparent!important}.el-popper[data-popper-placement^=left]>.el-popper__arrow:before{border-bottom-color:transparent!important;border-left-color:transparent!important}.el-popper[data-popper-placement^=right]>.el-popper__arrow:before{border-right-color:transparent!important;border-top-color:transparent!important}.el-scrollbar{--el-scrollbar-opacity:.3;--el-scrollbar-bg-color:var(--el-text-color-secondary);--el-scrollbar-hover-opacity:.5;--el-scrollbar-hover-bg-color:var(--el-text-color-secondary);height:100%;overflow:hidden;position:relative}.el-scrollbar__wrap{height:100%;overflow:auto}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{display:none}.el-scrollbar__thumb{background-color:var(--el-scrollbar-bg-color,var(--el-text-color-secondary));border-radius:inherit;cursor:pointer;display:block;height:0;opacity:var(--el-scrollbar-opacity,.3);position:relative;transition:var(--el-transition-duration) background-color;width:0}.el-scrollbar__thumb:hover{background-color:var(--el-scrollbar-hover-bg-color,var(--el-text-color-secondary));opacity:var(--el-scrollbar-hover-opacity,.5)}.el-scrollbar__bar{border-radius:4px;bottom:2px;position:absolute;right:2px;z-index:1}.el-scrollbar__bar.is-vertical{top:2px;width:6px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-scrollbar-fade-enter-active{transition:opacity .34s ease-out}.el-scrollbar-fade-leave-active{transition:opacity .12s ease-out}.el-scrollbar-fade-enter-from,.el-scrollbar-fade-leave-active{opacity:0}.el-dropdown{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10;color:var(--el-text-color-regular);display:inline-flex;font-size:var(--el-font-size-base);line-height:1;position:relative;vertical-align:top}.el-dropdown.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-dropdown__popper{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10}.el-dropdown__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-dropdown-menu-box-shadow)}.el-dropdown__popper.el-popper,.el-dropdown__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-dropdown__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-dropdown__popper .el-dropdown-menu{border:none}.el-dropdown__popper .el-dropdown__popper-selfdefine{outline:none}.el-dropdown__popper .el-scrollbar__bar{z-index:calc(var(--el-dropdown-menu-index) + 1)}.el-dropdown__popper .el-dropdown__list{box-sizing:border-box;list-style:none;margin:0;padding:0}.el-dropdown .el-dropdown__caret-button{align-items:center;border-left:none;display:inline-flex;justify-content:center;padding-left:0;padding-right:0;width:32px}.el-dropdown .el-dropdown__caret-button>span{display:inline-flex}.el-dropdown .el-dropdown__caret-button:before{background:var(--el-overlay-color-lighter);bottom:-1px;content:"";display:block;left:0;position:absolute;top:-1px;width:1px}.el-dropdown .el-dropdown__caret-button.el-button:before{background:var(--el-border-color);opacity:.5}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{font-size:inherit;padding-left:0}.el-dropdown .el-dropdown-selfdefine{outline:none}.el-dropdown--large .el-dropdown__caret-button{width:40px}.el-dropdown--small .el-dropdown__caret-button{width:24px}.el-dropdown-menu{background-color:var(--el-bg-color-overlay);border:none;border-radius:var(--el-border-radius-base);box-shadow:none;left:0;list-style:none;margin:0;padding:5px 0;position:relative;top:0;z-index:var(--el-dropdown-menu-index)}.el-dropdown-menu__item{align-items:center;color:var(--el-text-color-regular);cursor:pointer;display:flex;font-size:var(--el-font-size-base);line-height:22px;list-style:none;margin:0;outline:none;padding:5px 16px;white-space:nowrap}.el-dropdown-menu__item:not(.is-disabled):focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:var(--el-dropdown-menuItem-hover-fill);color:var(--el-dropdown-menuItem-hover-color)}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{border-top:1px solid var(--el-border-color-lighter);margin:6px 0}.el-dropdown-menu__item.is-disabled{color:var(--el-text-color-disabled);cursor:not-allowed}.el-dropdown-menu--large{padding:7px 0}.el-dropdown-menu--large .el-dropdown-menu__item{font-size:14px;line-height:22px;padding:7px 20px}.el-dropdown-menu--large .el-dropdown-menu__item--divided{margin:8px 0}.el-dropdown-menu--small{padding:3px 0}.el-dropdown-menu--small .el-dropdown-menu__item{font-size:12px;line-height:20px;padding:2px 12px}.el-dropdown-menu--small .el-dropdown-menu__item--divided{margin:4px 0}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.risk-level-menu .dropdown-title{font-size:.875rem;line-height:1.25rem;font-weight:700}.risk-level-menu .el-dropdown-menu{display:flex;width:240px;flex-direction:column;gap:.5rem;padding:1rem .75rem;font-family:Inter,sans-serif}.risk-level-menu .el-dropdown-menu__item{border-radius:6px;padding:.375rem .625rem}.risk-level-menu .el-dropdown-menu__item span{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:500}.risk-level-menu .el-popper__arrow{display:none}.risk-level-menu i:before{font-size:1rem;line-height:1.4rem}.risk-level-menu .sections{border-radius:8px;--tw-bg-opacity: 1;background-color:rgb(248 233 235 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.75rem;line-height:1.05rem;line-height:18px}.risk-icon{height:1rem;width:1rem;background-position:center;background-repeat:no-repeat}.risk-icon-LOW{background-image:url(/assets/risk-low-C4aCI-KT.svg)}.risk-icon-MEDIUM{background-image:url(/assets/risk-medium-rtWIvsU3.svg)}.risk-icon-HIGH{background-image:url(/assets/risk-high-C90wA9Px.svg)}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.status-dropdown{flex-shrink:0}.status-dropdown i:before{font-size:1rem;line-height:1.4rem}.status-dropdown .el-button-group{font-size:.875rem;line-height:1.25rem;font-weight:500}.status-dropdown .el-button-group button{border-width:0px;--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.status-dropdown .el-button-group button:before{content:none}.status-dropdown .el-button-group button:first-child{margin-right:1px;background-color:var(--background-color);border-top-left-radius:32px;border-bottom-left-radius:32px}.status-dropdown .el-button-group button:last-child{border-top-right-radius:32px;border-bottom-right-radius:32px;--tw-bg-opacity: 1;background-color:rgb(244 245 251 / var(--tw-bg-opacity, 1))}.status-dropdown .el-button-group button:last-child:hover{--tw-bg-opacity: 1;background-color:rgb(236 237 247 / var(--tw-bg-opacity, 1))}.status-dropdown .el-button-group button:last-child:hover[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(226 228 241 / var(--tw-bg-opacity, 1))}.status-dropdown .el-button-group .el-dropdown__caret-button[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(226 228 241 / var(--tw-bg-opacity, 1))}.status-dropdown-menu{border-radius:12px!important;border-width:2px!important;border-style:solid!important;--tw-border-opacity: 1 !important;border-color:rgb(242 243 247 / var(--tw-border-opacity, 1))!important;--tw-shadow: 0px 0px 12px 0px rgba(218, 218, 218, .25) !important;--tw-shadow-colored: 0px 0px 12px 0px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.status-dropdown-menu .dropdown-title{font-size:.875rem;line-height:1.25rem;font-weight:700}.status-dropdown-menu .el-dropdown-menu{display:flex;width:240px;flex-direction:column;gap:.5rem;padding:1rem;font-family:Inter,sans-serif}.status-dropdown-menu .el-dropdown-menu__item{border-radius:6px;padding:.375rem .75rem;--el-dropdown-menuItem-hover-fill: "#F2F3F7"}.status-dropdown-menu .el-dropdown-menu__item:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.status-dropdown-menu .el-dropdown-menu__item:hover.is-disabled{background-color:transparent}.status-dropdown-menu .el-dropdown-menu__item span{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:500}.status-dropdown-menu .el-popper__arrow{display:none}.status-dropdown-menu i:before{font-size:1rem;line-height:1.4rem}.status-dropdown-menu .sections{border-radius:8px;--tw-bg-opacity: 1;background-color:rgb(248 233 235 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.75rem;line-height:1.05rem;line-height:18px}.status-dropdown.dropdown-hidden button:first-child{border-radius:32px}.status-dropdown.dropdown-hidden button:last-child{display:none}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.info-list-header{margin-bottom:.75rem;display:flex;justify-content:space-between}.info-list-title{height:2rem;font-size:1rem;font-weight:500;line-height:2rem;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}.info-list-body{margin-top:.5rem;display:flex;flex-direction:column;justify-content:center;gap:1rem;border-radius:12px;--tw-border-opacity: 1;border-color:rgb(242 245 249 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(244 249 255 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-size:.75rem;line-height:1.05rem}.info-list-row{display:flex;align-self:stretch}.info-list-row-label{width:196px;max-width:196px;padding-right:.375rem;font-weight:500;--tw-text-opacity: 1;color:rgb(16 35 58 / var(--tw-text-opacity, 1))}.info-list-row-value{max-width:440px;overflow-wrap:break-word}.info-list-row-value.is-empty{--tw-text-opacity: 1;color:rgb(255 63 63 / var(--tw-text-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.info-list-comment{width:100%;font-size:.75rem;line-height:1.05rem;font-weight:400;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}.info-list-comment-header{margin-bottom:.375rem;display:flex;height:17px;justify-content:space-between}.info-list-comment-name{display:flex;gap:.375rem;font-weight:500}.info-list-comment-date{--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}:root{--el-popup-modal-bg-color:var(--el-color-black);--el-popup-modal-opacity:.5}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{background:var(--el-popup-modal-bg-color);height:100%;left:0;opacity:var(--el-popup-modal-opacity);position:fixed;top:0;width:100%}.el-popup-parent--hidden{overflow:hidden}.el-dialog{--el-dialog-width:50%;--el-dialog-margin-top:15vh;--el-dialog-bg-color:var(--el-bg-color);--el-dialog-box-shadow:var(--el-box-shadow);--el-dialog-title-font-size:var(--el-font-size-large);--el-dialog-content-font-size:14px;--el-dialog-font-line-height:var(--el-font-line-height-primary);--el-dialog-padding-primary:16px;--el-dialog-border-radius:var(--el-border-radius-base);background:var(--el-dialog-bg-color);border-radius:var(--el-dialog-border-radius);box-shadow:var(--el-dialog-box-shadow);box-sizing:border-box;margin:var(--el-dialog-margin-top,15vh) auto 50px;overflow-wrap:break-word;padding:var(--el-dialog-padding-primary);position:relative;width:var(--el-dialog-width,50%)}.el-dialog:focus{outline:none!important}.el-dialog.is-align-center{margin:auto}.el-dialog.is-fullscreen{--el-dialog-width:100%;--el-dialog-margin-top:0;border-radius:0;height:100%;margin-bottom:0;overflow:auto}.el-dialog__wrapper{bottom:0;left:0;margin:0;overflow:auto;position:fixed;right:0;top:0}.el-dialog.is-draggable .el-dialog__header{cursor:move;-webkit-user-select:none;user-select:none}.el-dialog__header{padding-bottom:var(--el-dialog-padding-primary)}.el-dialog__header.show-close{padding-right:calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 16px))}.el-dialog__headerbtn{background:transparent;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:48px;outline:none;padding:0;position:absolute;right:0;top:0;width:48px}.el-dialog__headerbtn .el-dialog__close{color:var(--el-color-info);font-size:inherit}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:var(--el-color-primary)}.el-dialog__title{color:var(--el-text-color-primary);font-size:var(--el-dialog-title-font-size);line-height:var(--el-dialog-font-line-height)}.el-dialog__body{color:var(--el-text-color-regular);font-size:var(--el-dialog-content-font-size)}.el-dialog__footer{box-sizing:border-box;padding-top:var(--el-dialog-padding-primary);text-align:right}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial}.el-dialog--center .el-dialog__footer{text-align:inherit}.el-overlay-dialog{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.dialog-fade-enter-active{animation:modal-fade-in var(--el-transition-duration)}.dialog-fade-enter-active .el-overlay-dialog{animation:dialog-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{animation:modal-fade-out var(--el-transition-duration)}.dialog-fade-leave-active .el-overlay-dialog{animation:dialog-fade-out var(--el-transition-duration)}@keyframes dialog-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes dialog-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}.el-overlay{background-color:var(--el-overlay-color-lighter);bottom:0;height:100%;left:0;overflow:auto;position:fixed;right:0;top:0;z-index:2000}.el-overlay .el-overlay-root{height:0}.delimiter[data-v-b64d07da]{margin-bottom:1.25rem;height:1px;width:100%;--tw-bg-opacity: 1;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-e520069c],[class*=" icon-"][data-v-e520069c]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-e520069c]:before{content:""}.icon-mass-payment[data-v-e520069c]:before{content:""}.icon-account[data-v-e520069c]:before{content:""}.icon-actions-of-users[data-v-e520069c]:before{content:""}.icon-amaiz[data-v-e520069c]:before{content:""}.icon-annotation[data-v-e520069c]:before{content:""}.icon-arrow-down[data-v-e520069c]:before{content:""}.icon-arrow-down-curv[data-v-e520069c]:before{content:""}.icon-arrow-left[data-v-e520069c]:before{content:""}.icon-arrow-left1[data-v-e520069c]:before{content:""}.icon-arrow-right[data-v-e520069c]:before{content:""}.icon-arrow-right1[data-v-e520069c]:before{content:""}.icon-arrow-up[data-v-e520069c]:before{content:""}.icon-arrow-up-curv[data-v-e520069c]:before{content:""}.icon-arrows-clockwise[data-v-e520069c]:before{content:""}.icon-back-arrow[data-v-e520069c]:before{content:""}.icon-backpack[data-v-e520069c]:before{content:""}.icon-bank[data-v-e520069c]:before{content:""}.icon-blocked[data-v-e520069c]:before{content:""}.icon-briefcase[data-v-e520069c]:before{content:""}.icon-buy[data-v-e520069c]:before{content:""}.icon-calendar[data-v-e520069c]:before{content:""}.icon-card[data-v-e520069c]:before{content:""}.icon-card-thin[data-v-e520069c]:before{content:""}.icon-check[data-v-e520069c]:before{content:""}.icon-check-small[data-v-e520069c]:before{content:""}.icon-close[data-v-e520069c]:before{content:""}.icon-close-circle[data-v-e520069c]:before{content:""}.icon-close-small[data-v-e520069c]:before{content:""}.icon-coins[data-v-e520069c]:before{content:""}.icon-contacts[data-v-e520069c]:before{content:""}.icon-contracts[data-v-e520069c]:before{content:""}.icon-copy[data-v-e520069c]:before{content:""}.icon-currency[data-v-e520069c]:before{content:""}.icon-declined[data-v-e520069c]:before{content:""}.icon-declined1[data-v-e520069c]:before{content:""}.icon-delete-trash[data-v-e520069c]:before{content:""}.icon-dispute[data-v-e520069c]:before{content:""}.icon-document[data-v-e520069c]:before{content:""}.icon-download-document[data-v-e520069c]:before{content:""}.icon-dropdown[data-v-e520069c]:before{content:""}.icon-edit[data-v-e520069c]:before{content:""}.icon-euro[data-v-e520069c]:before{content:""}.icon-exchange[data-v-e520069c]:before{content:""}.icon-exchange-alt[data-v-e520069c]:before{content:""}.icon-expired[data-v-e520069c]:before{content:""}.icon-export-scv[data-v-e520069c]:before{content:""}.icon-eye[data-v-e520069c]:before{content:""}.icon-eye-off[data-v-e520069c]:before{content:""}.icon-frozen[data-v-e520069c]:before{content:""}.icon-gbp[data-v-e520069c]:before{content:""}.icon-i18n[data-v-e520069c]:before{content:""}.icon-identification[data-v-e520069c]:before{content:""}.icon-in-progress[data-v-e520069c]:before{content:""}.icon-in-progress1[data-v-e520069c]:before{content:""}.icon-info[data-v-e520069c]:before{content:""}.icon-info-circle[data-v-e520069c]:before{content:""}.icon-invoices[data-v-e520069c]:before{content:""}.icon-issuers[data-v-e520069c]:before{content:""}.icon-list[data-v-e520069c]:before{content:""}.icon-lock[data-v-e520069c]:before{content:""}.icon-logout[data-v-e520069c]:before{content:""}.icon-logout1[data-v-e520069c]:before{content:""}.icon-make-payment[data-v-e520069c]:before{content:""}.icon-merchant[data-v-e520069c]:before{content:""}.icon-mobile[data-v-e520069c]:before{content:""}.icon-more[data-v-e520069c]:before{content:""}.icon-no-response[data-v-e520069c]:before{content:""}.icon-non-verified[data-v-e520069c]:before{content:""}.icon-non-verified1[data-v-e520069c]:before{content:""}.icon-notification[data-v-e520069c]:before{content:""}.icon-onboarding-document[data-v-e520069c]:before{content:""}.icon-pencil[data-v-e520069c]:before{content:""}.icon-pencil-edit[data-v-e520069c]:before{content:""}.icon-pending[data-v-e520069c]:before{content:""}.icon-pending1[data-v-e520069c]:before{content:""}.icon-percent[data-v-e520069c]:before{content:""}.icon-physical[data-v-e520069c]:before{content:""}.icon-plus[data-v-e520069c]:before{content:""}.icon-plus-circle[data-v-e520069c]:before{content:""}.icon-points-of-sale[data-v-e520069c]:before{content:""}.icon-print[data-v-e520069c]:before{content:""}.icon-refresh[data-v-e520069c]:before{content:""}.icon-save[data-v-e520069c]:before{content:""}.icon-search[data-v-e520069c]:before{content:""}.icon-search-lg[data-v-e520069c]:before{content:""}.icon-select-arrow-down[data-v-e520069c]:before{content:""}.icon-select-arrow-up[data-v-e520069c]:before{content:""}.icon-sell[data-v-e520069c]:before{content:""}.icon-send[data-v-e520069c]:before{content:""}.icon-settings[data-v-e520069c]:before{content:""}.icon-share[data-v-e520069c]:before{content:""}.icon-smile[data-v-e520069c]:before{content:""}.icon-star[data-v-e520069c]:before{content:""}.icon-stats-dots[data-v-e520069c]:before{content:""}.icon-subscription[data-v-e520069c]:before{content:""}.icon-system-operations[data-v-e520069c]:before{content:""}.icon-template[data-v-e520069c]:before{content:""}.icon-tie[data-v-e520069c]:before{content:""}.icon-time-circle[data-v-e520069c]:before{content:""}.icon-top-up[data-v-e520069c]:before{content:""}.icon-transactions[data-v-e520069c]:before{content:""}.icon-transfer-from[data-v-e520069c]:before{content:""}.icon-transfer-to[data-v-e520069c]:before{content:""}.icon-transfers[data-v-e520069c]:before{content:""}.icon-trash[data-v-e520069c]:before{content:""}.icon-trash-alt[data-v-e520069c]:before{content:""}.icon-trash-can[data-v-e520069c]:before{content:""}.icon-trash-loose[data-v-e520069c]:before{content:""}.icon-unfreeze[data-v-e520069c]:before{content:"";color:#555}.icon-user[data-v-e520069c]:before{content:""}.icon-user-circle[data-v-e520069c]:before{content:""}.icon-user-onboarding[data-v-e520069c]:before{content:""}.icon-user-profile[data-v-e520069c]:before{content:""}.icon-user-waiting[data-v-e520069c]:before{content:""}.icon-users[data-v-e520069c]:before{content:""}.icon-users-alt[data-v-e520069c]:before{content:""}.icon-users-thin[data-v-e520069c]:before{content:""}.icon-variables[data-v-e520069c]:before{content:""}.icon-verified[data-v-e520069c]:before{content:""}.icon-verified1[data-v-e520069c]:before{content:""}.icon-virtual[data-v-e520069c]:before{content:""}.icon-voucher[data-v-e520069c]:before{content:""}.icon-wallet[data-v-e520069c]:before{content:""}.icon-wallet-topup[data-v-e520069c]:before{content:""}.icon-wallets[data-v-e520069c]:before{content:""}.icon-withdrawal[data-v-e520069c]:before{content:""}[class^=icon-][data-v-e520069c]:before,[class*=" icon-"][data-v-e520069c]:before{font-size:1.6em}.v-notification[data-v-e520069c]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-e520069c]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-e520069c]:before{content:""}.v-notification__icon--info[data-v-e520069c]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-e520069c]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-e520069c]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-e520069c]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-e520069c]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-e520069c]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.buttons[data-v-e520069c]{display:flex;align-items:center;gap:1.25rem}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.modal-form__title{font-size:32px;font-style:normal;font-weight:600;line-height:125%;color:inherit}.modal-form__subtitle{margin-top:1rem;font-size:1rem;line-height:1.4rem;--tw-text-opacity: 1;color:rgb(71 70 80 / var(--tw-text-opacity, 1))}.modal-form__btns{display:flex;width:707px;justify-content:flex-end;align-items:center;gap:20px}.modal-form__btns button{height:42px!important;width:119px!important}.modal-form__btns-success{display:flex;height:42px;padding:11px 16px!important;justify-content:center;align-items:center;border-radius:7px}.modal-form__btns-cancel{border:none!important;background-color:transparent!important;color:#000!important}.modal-form__btns-cancel:hover{background-color:transparent!important}.modal-form .half-wrapper{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.modal-form .half-wrapper .formkit-outer{gap:8px;flex:1 0 0}.modal-form.el-dialog{border-radius:8px;max-width:803px;width:803px;display:inline-flex;padding:32px 48px;flex-direction:column;align-items:center;gap:42px}.modal-form .el-dialog__header,.modal-form .el-dialog__body{width:100%;padding:0;color:inherit}.modal-form .el-dialog__header{margin-right:0}.modal-form .el-dialog__title{font-size:32px;font-style:normal;font-weight:600;line-height:125%;color:inherit}.modal-form .el-dialog__headerbtn{width:32px;height:32px;top:32px;right:48px}.modal-form .el-dialog__headerbtn .el-icon{width:32px;height:32px}.modal-form .el-dialog__headerbtn .el-icon svg{width:32px;height:32px}.modal-form .el-dialog .formkit-wrapper{max-width:100%;width:100%}.el-overlay-dialog{padding:10px 0}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-87439d07],[class*=" icon-"][data-v-87439d07]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-87439d07]:before{content:""}.icon-mass-payment[data-v-87439d07]:before{content:""}.icon-account[data-v-87439d07]:before{content:""}.icon-actions-of-users[data-v-87439d07]:before{content:""}.icon-amaiz[data-v-87439d07]:before{content:""}.icon-annotation[data-v-87439d07]:before{content:""}.icon-arrow-down[data-v-87439d07]:before{content:""}.icon-arrow-down-curv[data-v-87439d07]:before{content:""}.icon-arrow-left[data-v-87439d07]:before{content:""}.icon-arrow-left1[data-v-87439d07]:before{content:""}.icon-arrow-right[data-v-87439d07]:before{content:""}.icon-arrow-right1[data-v-87439d07]:before{content:""}.icon-arrow-up[data-v-87439d07]:before{content:""}.icon-arrow-up-curv[data-v-87439d07]:before{content:""}.icon-arrows-clockwise[data-v-87439d07]:before{content:""}.icon-back-arrow[data-v-87439d07]:before{content:""}.icon-backpack[data-v-87439d07]:before{content:""}.icon-bank[data-v-87439d07]:before{content:""}.icon-blocked[data-v-87439d07]:before{content:""}.icon-briefcase[data-v-87439d07]:before{content:""}.icon-buy[data-v-87439d07]:before{content:""}.icon-calendar[data-v-87439d07]:before{content:""}.icon-card[data-v-87439d07]:before{content:""}.icon-card-thin[data-v-87439d07]:before{content:""}.icon-check[data-v-87439d07]:before{content:""}.icon-check-small[data-v-87439d07]:before{content:""}.icon-close[data-v-87439d07]:before{content:""}.icon-close-circle[data-v-87439d07]:before{content:""}.icon-close-small[data-v-87439d07]:before{content:""}.icon-coins[data-v-87439d07]:before{content:""}.icon-contacts[data-v-87439d07]:before{content:""}.icon-contracts[data-v-87439d07]:before{content:""}.icon-copy[data-v-87439d07]:before{content:""}.icon-currency[data-v-87439d07]:before{content:""}.icon-declined[data-v-87439d07]:before{content:""}.icon-declined1[data-v-87439d07]:before{content:""}.icon-delete-trash[data-v-87439d07]:before{content:""}.icon-dispute[data-v-87439d07]:before{content:""}.icon-document[data-v-87439d07]:before{content:""}.icon-download-document[data-v-87439d07]:before{content:""}.icon-dropdown[data-v-87439d07]:before{content:""}.icon-edit[data-v-87439d07]:before{content:""}.icon-euro[data-v-87439d07]:before{content:""}.icon-exchange[data-v-87439d07]:before{content:""}.icon-exchange-alt[data-v-87439d07]:before{content:""}.icon-expired[data-v-87439d07]:before{content:""}.icon-export-scv[data-v-87439d07]:before{content:""}.icon-eye[data-v-87439d07]:before{content:""}.icon-eye-off[data-v-87439d07]:before{content:""}.icon-frozen[data-v-87439d07]:before{content:""}.icon-gbp[data-v-87439d07]:before{content:""}.icon-i18n[data-v-87439d07]:before{content:""}.icon-identification[data-v-87439d07]:before{content:""}.icon-in-progress[data-v-87439d07]:before{content:""}.icon-in-progress1[data-v-87439d07]:before{content:""}.icon-info[data-v-87439d07]:before{content:""}.icon-info-circle[data-v-87439d07]:before{content:""}.icon-invoices[data-v-87439d07]:before{content:""}.icon-issuers[data-v-87439d07]:before{content:""}.icon-list[data-v-87439d07]:before{content:""}.icon-lock[data-v-87439d07]:before{content:""}.icon-logout[data-v-87439d07]:before{content:""}.icon-logout1[data-v-87439d07]:before{content:""}.icon-make-payment[data-v-87439d07]:before{content:""}.icon-merchant[data-v-87439d07]:before{content:""}.icon-mobile[data-v-87439d07]:before{content:""}.icon-more[data-v-87439d07]:before{content:""}.icon-no-response[data-v-87439d07]:before{content:""}.icon-non-verified[data-v-87439d07]:before{content:""}.icon-non-verified1[data-v-87439d07]:before{content:""}.icon-notification[data-v-87439d07]:before{content:""}.icon-onboarding-document[data-v-87439d07]:before{content:""}.icon-pencil[data-v-87439d07]:before{content:""}.icon-pencil-edit[data-v-87439d07]:before{content:""}.icon-pending[data-v-87439d07]:before{content:""}.icon-pending1[data-v-87439d07]:before{content:""}.icon-percent[data-v-87439d07]:before{content:""}.icon-physical[data-v-87439d07]:before{content:""}.icon-plus[data-v-87439d07]:before{content:""}.icon-plus-circle[data-v-87439d07]:before{content:""}.icon-points-of-sale[data-v-87439d07]:before{content:""}.icon-print[data-v-87439d07]:before{content:""}.icon-refresh[data-v-87439d07]:before{content:""}.icon-save[data-v-87439d07]:before{content:""}.icon-search[data-v-87439d07]:before{content:""}.icon-search-lg[data-v-87439d07]:before{content:""}.icon-select-arrow-down[data-v-87439d07]:before{content:""}.icon-select-arrow-up[data-v-87439d07]:before{content:""}.icon-sell[data-v-87439d07]:before{content:""}.icon-send[data-v-87439d07]:before{content:""}.icon-settings[data-v-87439d07]:before{content:""}.icon-share[data-v-87439d07]:before{content:""}.icon-smile[data-v-87439d07]:before{content:""}.icon-star[data-v-87439d07]:before{content:""}.icon-stats-dots[data-v-87439d07]:before{content:""}.icon-subscription[data-v-87439d07]:before{content:""}.icon-system-operations[data-v-87439d07]:before{content:""}.icon-template[data-v-87439d07]:before{content:""}.icon-tie[data-v-87439d07]:before{content:""}.icon-time-circle[data-v-87439d07]:before{content:""}.icon-top-up[data-v-87439d07]:before{content:""}.icon-transactions[data-v-87439d07]:before{content:""}.icon-transfer-from[data-v-87439d07]:before{content:""}.icon-transfer-to[data-v-87439d07]:before{content:""}.icon-transfers[data-v-87439d07]:before{content:""}.icon-trash[data-v-87439d07]:before{content:""}.icon-trash-alt[data-v-87439d07]:before{content:""}.icon-trash-can[data-v-87439d07]:before{content:""}.icon-trash-loose[data-v-87439d07]:before{content:""}.icon-unfreeze[data-v-87439d07]:before{content:"";color:#555}.icon-user[data-v-87439d07]:before{content:""}.icon-user-circle[data-v-87439d07]:before{content:""}.icon-user-onboarding[data-v-87439d07]:before{content:""}.icon-user-profile[data-v-87439d07]:before{content:""}.icon-user-waiting[data-v-87439d07]:before{content:""}.icon-users[data-v-87439d07]:before{content:""}.icon-users-alt[data-v-87439d07]:before{content:""}.icon-users-thin[data-v-87439d07]:before{content:""}.icon-variables[data-v-87439d07]:before{content:""}.icon-verified[data-v-87439d07]:before{content:""}.icon-verified1[data-v-87439d07]:before{content:""}.icon-virtual[data-v-87439d07]:before{content:""}.icon-voucher[data-v-87439d07]:before{content:""}.icon-wallet[data-v-87439d07]:before{content:""}.icon-wallet-topup[data-v-87439d07]:before{content:""}.icon-wallets[data-v-87439d07]:before{content:""}.icon-withdrawal[data-v-87439d07]:before{content:""}[class^=icon-][data-v-87439d07]:before,[class*=" icon-"][data-v-87439d07]:before{font-size:1.6em}.v-notification[data-v-87439d07]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-87439d07]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-87439d07]:before{content:""}.v-notification__icon--info[data-v-87439d07]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-87439d07]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-87439d07]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-87439d07]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-87439d07]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-87439d07]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.subheader[data-v-87439d07]{font-size:22px;line-height:1.4;font-weight:600}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-e36bfc29],[class*=" icon-"][data-v-e36bfc29]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-e36bfc29]:before{content:""}.icon-mass-payment[data-v-e36bfc29]:before{content:""}.icon-account[data-v-e36bfc29]:before{content:""}.icon-actions-of-users[data-v-e36bfc29]:before{content:""}.icon-amaiz[data-v-e36bfc29]:before{content:""}.icon-annotation[data-v-e36bfc29]:before{content:""}.icon-arrow-down[data-v-e36bfc29]:before{content:""}.icon-arrow-down-curv[data-v-e36bfc29]:before{content:""}.icon-arrow-left[data-v-e36bfc29]:before{content:""}.icon-arrow-left1[data-v-e36bfc29]:before{content:""}.icon-arrow-right[data-v-e36bfc29]:before{content:""}.icon-arrow-right1[data-v-e36bfc29]:before{content:""}.icon-arrow-up[data-v-e36bfc29]:before{content:""}.icon-arrow-up-curv[data-v-e36bfc29]:before{content:""}.icon-arrows-clockwise[data-v-e36bfc29]:before{content:""}.icon-back-arrow[data-v-e36bfc29]:before{content:""}.icon-backpack[data-v-e36bfc29]:before{content:""}.icon-bank[data-v-e36bfc29]:before{content:""}.icon-blocked[data-v-e36bfc29]:before{content:""}.icon-briefcase[data-v-e36bfc29]:before{content:""}.icon-buy[data-v-e36bfc29]:before{content:""}.icon-calendar[data-v-e36bfc29]:before{content:""}.icon-card[data-v-e36bfc29]:before{content:""}.icon-card-thin[data-v-e36bfc29]:before{content:""}.icon-check[data-v-e36bfc29]:before{content:""}.icon-check-small[data-v-e36bfc29]:before{content:""}.icon-close[data-v-e36bfc29]:before{content:""}.icon-close-circle[data-v-e36bfc29]:before{content:""}.icon-close-small[data-v-e36bfc29]:before{content:""}.icon-coins[data-v-e36bfc29]:before{content:""}.icon-contacts[data-v-e36bfc29]:before{content:""}.icon-contracts[data-v-e36bfc29]:before{content:""}.icon-copy[data-v-e36bfc29]:before{content:""}.icon-currency[data-v-e36bfc29]:before{content:""}.icon-declined[data-v-e36bfc29]:before{content:""}.icon-declined1[data-v-e36bfc29]:before{content:""}.icon-delete-trash[data-v-e36bfc29]:before{content:""}.icon-dispute[data-v-e36bfc29]:before{content:""}.icon-document[data-v-e36bfc29]:before{content:""}.icon-download-document[data-v-e36bfc29]:before{content:""}.icon-dropdown[data-v-e36bfc29]:before{content:""}.icon-edit[data-v-e36bfc29]:before{content:""}.icon-euro[data-v-e36bfc29]:before{content:""}.icon-exchange[data-v-e36bfc29]:before{content:""}.icon-exchange-alt[data-v-e36bfc29]:before{content:""}.icon-expired[data-v-e36bfc29]:before{content:""}.icon-export-scv[data-v-e36bfc29]:before{content:""}.icon-eye[data-v-e36bfc29]:before{content:""}.icon-eye-off[data-v-e36bfc29]:before{content:""}.icon-frozen[data-v-e36bfc29]:before{content:""}.icon-gbp[data-v-e36bfc29]:before{content:""}.icon-i18n[data-v-e36bfc29]:before{content:""}.icon-identification[data-v-e36bfc29]:before{content:""}.icon-in-progress[data-v-e36bfc29]:before{content:""}.icon-in-progress1[data-v-e36bfc29]:before{content:""}.icon-info[data-v-e36bfc29]:before{content:""}.icon-info-circle[data-v-e36bfc29]:before{content:""}.icon-invoices[data-v-e36bfc29]:before{content:""}.icon-issuers[data-v-e36bfc29]:before{content:""}.icon-list[data-v-e36bfc29]:before{content:""}.icon-lock[data-v-e36bfc29]:before{content:""}.icon-logout[data-v-e36bfc29]:before{content:""}.icon-logout1[data-v-e36bfc29]:before{content:""}.icon-make-payment[data-v-e36bfc29]:before{content:""}.icon-merchant[data-v-e36bfc29]:before{content:""}.icon-mobile[data-v-e36bfc29]:before{content:""}.icon-more[data-v-e36bfc29]:before{content:""}.icon-no-response[data-v-e36bfc29]:before{content:""}.icon-non-verified[data-v-e36bfc29]:before{content:""}.icon-non-verified1[data-v-e36bfc29]:before{content:""}.icon-notification[data-v-e36bfc29]:before{content:""}.icon-onboarding-document[data-v-e36bfc29]:before{content:""}.icon-pencil[data-v-e36bfc29]:before{content:""}.icon-pencil-edit[data-v-e36bfc29]:before{content:""}.icon-pending[data-v-e36bfc29]:before{content:""}.icon-pending1[data-v-e36bfc29]:before{content:""}.icon-percent[data-v-e36bfc29]:before{content:""}.icon-physical[data-v-e36bfc29]:before{content:""}.icon-plus[data-v-e36bfc29]:before{content:""}.icon-plus-circle[data-v-e36bfc29]:before{content:""}.icon-points-of-sale[data-v-e36bfc29]:before{content:""}.icon-print[data-v-e36bfc29]:before{content:""}.icon-refresh[data-v-e36bfc29]:before{content:""}.icon-save[data-v-e36bfc29]:before{content:""}.icon-search[data-v-e36bfc29]:before{content:""}.icon-search-lg[data-v-e36bfc29]:before{content:""}.icon-select-arrow-down[data-v-e36bfc29]:before{content:""}.icon-select-arrow-up[data-v-e36bfc29]:before{content:""}.icon-sell[data-v-e36bfc29]:before{content:""}.icon-send[data-v-e36bfc29]:before{content:""}.icon-settings[data-v-e36bfc29]:before{content:""}.icon-share[data-v-e36bfc29]:before{content:""}.icon-smile[data-v-e36bfc29]:before{content:""}.icon-star[data-v-e36bfc29]:before{content:""}.icon-stats-dots[data-v-e36bfc29]:before{content:""}.icon-subscription[data-v-e36bfc29]:before{content:""}.icon-system-operations[data-v-e36bfc29]:before{content:""}.icon-template[data-v-e36bfc29]:before{content:""}.icon-tie[data-v-e36bfc29]:before{content:""}.icon-time-circle[data-v-e36bfc29]:before{content:""}.icon-top-up[data-v-e36bfc29]:before{content:""}.icon-transactions[data-v-e36bfc29]:before{content:""}.icon-transfer-from[data-v-e36bfc29]:before{content:""}.icon-transfer-to[data-v-e36bfc29]:before{content:""}.icon-transfers[data-v-e36bfc29]:before{content:""}.icon-trash[data-v-e36bfc29]:before{content:""}.icon-trash-alt[data-v-e36bfc29]:before{content:""}.icon-trash-can[data-v-e36bfc29]:before{content:""}.icon-trash-loose[data-v-e36bfc29]:before{content:""}.icon-unfreeze[data-v-e36bfc29]:before{content:"";color:#555}.icon-user[data-v-e36bfc29]:before{content:""}.icon-user-circle[data-v-e36bfc29]:before{content:""}.icon-user-onboarding[data-v-e36bfc29]:before{content:""}.icon-user-profile[data-v-e36bfc29]:before{content:""}.icon-user-waiting[data-v-e36bfc29]:before{content:""}.icon-users[data-v-e36bfc29]:before{content:""}.icon-users-alt[data-v-e36bfc29]:before{content:""}.icon-users-thin[data-v-e36bfc29]:before{content:""}.icon-variables[data-v-e36bfc29]:before{content:""}.icon-verified[data-v-e36bfc29]:before{content:""}.icon-verified1[data-v-e36bfc29]:before{content:""}.icon-virtual[data-v-e36bfc29]:before{content:""}.icon-voucher[data-v-e36bfc29]:before{content:""}.icon-wallet[data-v-e36bfc29]:before{content:""}.icon-wallet-topup[data-v-e36bfc29]:before{content:""}.icon-wallets[data-v-e36bfc29]:before{content:""}.icon-withdrawal[data-v-e36bfc29]:before{content:""}[class^=icon-][data-v-e36bfc29]:before,[class*=" icon-"][data-v-e36bfc29]:before{font-size:1.6em}.v-notification[data-v-e36bfc29]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-e36bfc29]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-e36bfc29]:before{content:""}.v-notification__icon--info[data-v-e36bfc29]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-e36bfc29]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-e36bfc29]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-e36bfc29]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-e36bfc29]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-e36bfc29]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.subheader[data-v-e36bfc29]{font-size:22px;line-height:1.4;font-weight:600}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.el-loading-spinner .circular{width:1rem}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.onboarding-user-docs-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.onboarding-user-docs-wrapper .formkit-wrapper{width:145px}.onboarding-user-docs-item{display:flex;width:100%;padding:4px 8px;justify-content:space-between;align-items:center;cursor:pointer}.onboarding-user-docs-item:hover{--tw-bg-opacity: 1;background-color:rgb(222 233 255 / var(--tw-bg-opacity, 1))}.onboarding-user-docs-item:hover .onboarding-user-docs-item__btns{display:flex}.onboarding-user-docs-item__title{color:#10233a;font-size:12px;font-style:normal;font-weight:500;line-height:18px;display:flex;align-items:center;gap:4px}.onboarding-user-docs-item__btns{gap:12px;display:none;color:#7288a3;height:18px;align-items:center}.onboarding-user-docs-item__btns i:before{font-size:1rem;line-height:1.4rem}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.onboarding-user-profile{display:flex;width:708px;flex-direction:column;gap:2rem}.onboarding-user-profile-header{display:flex;align-items:baseline;justify-content:space-between}.onboarding-user-profile-header-title{font-size:1rem;line-height:1.4rem;font-weight:500}.onboarding-user-profile-header-edit{cursor:pointer;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(27 85 233 / var(--tw-text-opacity, 1))}.onboarding-user-profile-block:last-of-type{margin-bottom:0}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-3166d18d],[class*=" icon-"][data-v-3166d18d]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-3166d18d]:before{content:""}.icon-mass-payment[data-v-3166d18d]:before{content:""}.icon-account[data-v-3166d18d]:before{content:""}.icon-actions-of-users[data-v-3166d18d]:before{content:""}.icon-amaiz[data-v-3166d18d]:before{content:""}.icon-annotation[data-v-3166d18d]:before{content:""}.icon-arrow-down[data-v-3166d18d]:before{content:""}.icon-arrow-down-curv[data-v-3166d18d]:before{content:""}.icon-arrow-left[data-v-3166d18d]:before{content:""}.icon-arrow-left1[data-v-3166d18d]:before{content:""}.icon-arrow-right[data-v-3166d18d]:before{content:""}.icon-arrow-right1[data-v-3166d18d]:before{content:""}.icon-arrow-up[data-v-3166d18d]:before{content:""}.icon-arrow-up-curv[data-v-3166d18d]:before{content:""}.icon-arrows-clockwise[data-v-3166d18d]:before{content:""}.icon-back-arrow[data-v-3166d18d]:before{content:""}.icon-backpack[data-v-3166d18d]:before{content:""}.icon-bank[data-v-3166d18d]:before{content:""}.icon-blocked[data-v-3166d18d]:before{content:""}.icon-briefcase[data-v-3166d18d]:before{content:""}.icon-buy[data-v-3166d18d]:before{content:""}.icon-calendar[data-v-3166d18d]:before{content:""}.icon-card[data-v-3166d18d]:before{content:""}.icon-card-thin[data-v-3166d18d]:before{content:""}.icon-check[data-v-3166d18d]:before{content:""}.icon-check-small[data-v-3166d18d]:before{content:""}.icon-close[data-v-3166d18d]:before{content:""}.icon-close-circle[data-v-3166d18d]:before{content:""}.icon-close-small[data-v-3166d18d]:before{content:""}.icon-coins[data-v-3166d18d]:before{content:""}.icon-contacts[data-v-3166d18d]:before{content:""}.icon-contracts[data-v-3166d18d]:before{content:""}.icon-copy[data-v-3166d18d]:before{content:""}.icon-currency[data-v-3166d18d]:before{content:""}.icon-declined[data-v-3166d18d]:before{content:""}.icon-declined1[data-v-3166d18d]:before{content:""}.icon-delete-trash[data-v-3166d18d]:before{content:""}.icon-dispute[data-v-3166d18d]:before{content:""}.icon-document[data-v-3166d18d]:before{content:""}.icon-download-document[data-v-3166d18d]:before{content:""}.icon-dropdown[data-v-3166d18d]:before{content:""}.icon-edit[data-v-3166d18d]:before{content:""}.icon-euro[data-v-3166d18d]:before{content:""}.icon-exchange[data-v-3166d18d]:before{content:""}.icon-exchange-alt[data-v-3166d18d]:before{content:""}.icon-expired[data-v-3166d18d]:before{content:""}.icon-export-scv[data-v-3166d18d]:before{content:""}.icon-eye[data-v-3166d18d]:before{content:""}.icon-eye-off[data-v-3166d18d]:before{content:""}.icon-frozen[data-v-3166d18d]:before{content:""}.icon-gbp[data-v-3166d18d]:before{content:""}.icon-i18n[data-v-3166d18d]:before{content:""}.icon-identification[data-v-3166d18d]:before{content:""}.icon-in-progress[data-v-3166d18d]:before{content:""}.icon-in-progress1[data-v-3166d18d]:before{content:""}.icon-info[data-v-3166d18d]:before{content:""}.icon-info-circle[data-v-3166d18d]:before{content:""}.icon-invoices[data-v-3166d18d]:before{content:""}.icon-issuers[data-v-3166d18d]:before{content:""}.icon-list[data-v-3166d18d]:before{content:""}.icon-lock[data-v-3166d18d]:before{content:""}.icon-logout[data-v-3166d18d]:before{content:""}.icon-logout1[data-v-3166d18d]:before{content:""}.icon-make-payment[data-v-3166d18d]:before{content:""}.icon-merchant[data-v-3166d18d]:before{content:""}.icon-mobile[data-v-3166d18d]:before{content:""}.icon-more[data-v-3166d18d]:before{content:""}.icon-no-response[data-v-3166d18d]:before{content:""}.icon-non-verified[data-v-3166d18d]:before{content:""}.icon-non-verified1[data-v-3166d18d]:before{content:""}.icon-notification[data-v-3166d18d]:before{content:""}.icon-onboarding-document[data-v-3166d18d]:before{content:""}.icon-pencil[data-v-3166d18d]:before{content:""}.icon-pencil-edit[data-v-3166d18d]:before{content:""}.icon-pending[data-v-3166d18d]:before{content:""}.icon-pending1[data-v-3166d18d]:before{content:""}.icon-percent[data-v-3166d18d]:before{content:""}.icon-physical[data-v-3166d18d]:before{content:""}.icon-plus[data-v-3166d18d]:before{content:""}.icon-plus-circle[data-v-3166d18d]:before{content:""}.icon-points-of-sale[data-v-3166d18d]:before{content:""}.icon-print[data-v-3166d18d]:before{content:""}.icon-refresh[data-v-3166d18d]:before{content:""}.icon-save[data-v-3166d18d]:before{content:""}.icon-search[data-v-3166d18d]:before{content:""}.icon-search-lg[data-v-3166d18d]:before{content:""}.icon-select-arrow-down[data-v-3166d18d]:before{content:""}.icon-select-arrow-up[data-v-3166d18d]:before{content:""}.icon-sell[data-v-3166d18d]:before{content:""}.icon-send[data-v-3166d18d]:before{content:""}.icon-settings[data-v-3166d18d]:before{content:""}.icon-share[data-v-3166d18d]:before{content:""}.icon-smile[data-v-3166d18d]:before{content:""}.icon-star[data-v-3166d18d]:before{content:""}.icon-stats-dots[data-v-3166d18d]:before{content:""}.icon-subscription[data-v-3166d18d]:before{content:""}.icon-system-operations[data-v-3166d18d]:before{content:""}.icon-template[data-v-3166d18d]:before{content:""}.icon-tie[data-v-3166d18d]:before{content:""}.icon-time-circle[data-v-3166d18d]:before{content:""}.icon-top-up[data-v-3166d18d]:before{content:""}.icon-transactions[data-v-3166d18d]:before{content:""}.icon-transfer-from[data-v-3166d18d]:before{content:""}.icon-transfer-to[data-v-3166d18d]:before{content:""}.icon-transfers[data-v-3166d18d]:before{content:""}.icon-trash[data-v-3166d18d]:before{content:""}.icon-trash-alt[data-v-3166d18d]:before{content:""}.icon-trash-can[data-v-3166d18d]:before{content:""}.icon-trash-loose[data-v-3166d18d]:before{content:""}.icon-unfreeze[data-v-3166d18d]:before{content:"";color:#555}.icon-user[data-v-3166d18d]:before{content:""}.icon-user-circle[data-v-3166d18d]:before{content:""}.icon-user-onboarding[data-v-3166d18d]:before{content:""}.icon-user-profile[data-v-3166d18d]:before{content:""}.icon-user-waiting[data-v-3166d18d]:before{content:""}.icon-users[data-v-3166d18d]:before{content:""}.icon-users-alt[data-v-3166d18d]:before{content:""}.icon-users-thin[data-v-3166d18d]:before{content:""}.icon-variables[data-v-3166d18d]:before{content:""}.icon-verified[data-v-3166d18d]:before{content:""}.icon-verified1[data-v-3166d18d]:before{content:""}.icon-virtual[data-v-3166d18d]:before{content:""}.icon-voucher[data-v-3166d18d]:before{content:""}.icon-wallet[data-v-3166d18d]:before{content:""}.icon-wallet-topup[data-v-3166d18d]:before{content:""}.icon-wallets[data-v-3166d18d]:before{content:""}.icon-withdrawal[data-v-3166d18d]:before{content:""}[class^=icon-][data-v-3166d18d]:before,[class*=" icon-"][data-v-3166d18d]:before{font-size:1.6em}.v-notification[data-v-3166d18d]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-3166d18d]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-3166d18d]:before{content:""}.v-notification__icon--info[data-v-3166d18d]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-3166d18d]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-3166d18d]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-3166d18d]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-3166d18d]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-3166d18d]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.subheader[data-v-3166d18d]{font-size:22px;line-height:1.4;font-weight:600}:root{--multistep-color-border: #ccccd7;--multistep-color-tab: #eeeef4;--multistep-color-tab-active: #ffffff;--multistep-color-success: #54a085;--multistep-color-danger: #ea0000;--multistep-color-tab-active-text: #000000;--multistep-color-tab-text: #767676;--multistep-radius: .4em;--multistep-shadow: .25em .25em 1em 0 rgb(0 0 0 / 10%)}.formkit-outer[data-type=multi-step] *{box-sizing:border-box}.formkit-outer[data-type=multi-step] *:before,.formkit-outer[data-type=multi-step] *:after{box-sizing:inherit}.formkit-outer[data-type=multi-step][data-disabled],.formkit-step[data-disabled]{pointer-events:none;opacity:.5}.formkit-outer[data-type=multi-step]>.formkit-wrapper{max-width:32em;box-shadow:var(--multistep-shadow);border-radius:var(--multistep-radius)}.formkit-outer[data-type=multi-step]>.formkit-wrapper[data-tab-style=progress]{box-shadow:none}.formkit-outer[data-type=multi-step]>.formkit-wrapper .formkit-wrapper,.formkit-outer[data-type=multi-step]>.formkit-wrapper .formkit-fieldset{max-width:none}.formkit-outer[data-type=multi-step]>.formkit-wrapper>.formkit-tabs{display:flex;overflow:auto;align-items:center}.formkit-outer[data-type=multi-step]>.formkit-wrapper>.formkit-tabs .formkit-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;margin:0;height:100%}.formkit-outer[data-type=multi-step]>.formkit-wrapper>.formkit-tabs .formkit-tab[data-active=true]{font-weight:700}.formkit-outer[data-type=multi-step] .formkit-badge{background:var(--multistep-color-danger);color:#fff;width:1.33rem;height:1.33rem;padding:.25rem;display:flex;font-size:.66rem;border-radius:999em;flex-direction:column;justify-content:center;text-align:center;position:absolute}.formkit-outer[data-type=multi-step] .formkit-tab[data-valid=true] .formkit-badge{background:var(--multistep-color-success)}.formkit-outer[data-type=multi-step] .formkit-badge .formkit-icon{width:100%;height:100%}.formkit-outer[data-type=multi-step] .formkit-badge .formkit-icon svg{max-width:100%;max-height:100%}.formkit-outer[data-type=multi-step]>[data-tab-style=tab]>.formkit-tabs{background:var(--multistep-color-tab);border-radius:var(--multistep-radius) var(--multistep-radius) 0 0;border:1px solid var(--multistep-color-border)}.formkit-outer[data-type=multi-step]>[data-tab-style=tab]>.formkit-tabs .formkit-tab{font-size:.875rem;padding:1rem 1.5rem;background:var(--multistep-color-tab);box-shadow:-1px 0 0 0 var(--multistep-color-border);color:var(--multistep-color-tab-text);flex-grow:1;flex-shrink:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center}.formkit-outer[data-type=multi-step]>[data-tab-style=tab]>.formkit-tabs .formkit-tab:last-child{box-shadow:-1px 0 0 0 var(--multistep-color-border),1px 0 0 0 var(--multistep-color-border)}.formkit-outer[data-type=multi-step]>[data-tab-style=tab]>.formkit-tabs .formkit-tab[data-active=true]{background:var(--multistep-color-tab-active);color:var(--multistep-color-tab-active-text)}.formkit-outer[data-type=multi-step] [data-tab-style=tab] .formkit-badge{line-height:0;top:.25rem;right:.25rem}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-tabs{margin-bottom:2em;margin-top:2em;justify-content:space-around;overflow:visible}.formkit-outer[data-type=multi-step]>[data-tab-style=progress][data-hide-labels=true]>.formkit-tabs{margin-bottom:1em}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-tabs>.formkit-tab{display:flex;flex-direction:column;align-items:center;flex-grow:1;flex-shrink:0;position:relative}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-tabs .formkit-tab-label{position:absolute;top:100%;width:100%;white-space:nowrap;font-size:.8rem}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-tabs .formkit-tab:before{content:"";display:block;width:1.25rem;height:1.25rem;border:5px solid var(--multistep-color-border);border-radius:999em;margin-bottom:.5rem;background:#fff;z-index:2}.formkit-outer[data-type=multi-step]>[data-tab-style=progress] .formkit-tab[data-active=true]:before{border-color:var(--multistep-color-success)}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-tabs .formkit-tab:after{content:"";display:block;height:.25rem;width:100%;position:absolute;top:.75em;left:calc(50% + .5em);background:var(--multistep-color-border)}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-tabs .formkit-tab:last-child:after{display:none}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-tabs .formkit-tab[data-valid=true][data-visited=true]:after{background:var(--multistep-color-success)}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-tabs .formkit-tab .formkit-badge{z-index:3}.formkit-outer[data-type=multi-step]>.formkit-wrapper>.formkit-steps{border:1px solid var(--multistep-color-border);border-top:none;border-radius:0 0 var(--multistep-radius) var(--multistep-radius);padding:2em}.formkit-outer[data-type=multi-step]>[data-tab-style=progress]>.formkit-steps{border:1px solid var(--multistep-color-border);border-radius:var(--multistep-radius);box-shadow:var(--multistep-shadow)}.formkit-outer[data-type=multi-step] .formkit-step-actions{margin-bottom:-1em}.formkit-step-actions{display:flex;justify-content:space-between}.formkit-step-actions .formkit-step-next{margin-left:auto}:root{--formkit-theme: genesis;--fk-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--fk-font-family-input: var(--fk-font-family);--fk-font-family-label: var(--fk-font-family);--fk-font-family-legend: var(--fk-font-family-label);--fk-font-family-option: var(--fk-font-family-input);--fk-font-family-help: var(--fk-font-family);--fk-font-family-message: var(--fk-font-family);--fk-font-weight: 400;--fk-font-weight-input: var(--fk-font-weight);--fk-font-weight-label: 700;--fk-font-weight-legend: var(--fk-font-weight-label, bold);--fk-font-weight-help: var(--fk-font-weight);--fk-font-weight-option: var(--fk-font-weight);--fk-font-weight-message: var(--fk-font-weight);--fk-font-size: 1em;--fk-font-size-input: var(--fk-font-size);--fk-font-size-label: .875em;--fk-font-size-legend: .875em;--fk-font-size-help: .8125em;--fk-font-size-remove: .8125em;--fk-font-size-option: .9em;--fk-font-size-message: .8125em;--fk-font-size-button: .875em;--fk-font-size-summary: 1.25em;--fk-line-height: 1.1;--fk-line-height-label: var(--fk-line-height);--fk-line-height-help: var(--fk-line-height);--fk-line-height-option: var(--fk-line-height);--fk-line-height-message: var(--fk-line-height);--fk-line-height-textarea: var(--fk-line-height);--fk-line-height-input: 1.125em;--fk-line-height-button: 1.3;--fk-max-width-input: 25em;--fk-box-size: 1.25em;--fk-color-primary: #006ff9;--fk-color-checked: var(--fk-color-primary);--fk-color-input: #000;--fk-color-input-selection: rgba(0, 122, 255, 25%);--fk-color-border: #94929c;--fk-color-border-focus: var(--fk-color-primary);--fk-color-danger: #ea0000;--fk-color-error: var(--fk-color-danger);--fk-color-placeholder: #767676;--fk-color-disabled: rgba(0 0 0 / 10%);--fk-color-help: rgba(0 0 0 / 60%);--fk-color-icon: rgba(0 0 0 / 80%);--fk-color-icon-minor: rgba(0 0 0 / 55%);--fk-color-button: #fff;--fk-color-button-hover: #fff;--fk-color-submit: var(--fk-color-button);--fk-color-submit-hover: var(--fk-color-button-hover);--fk-color-range-track: var(--fk-color-border);--fk-color-range-thumb: var(--fk-color-primary);--fk-focus-ring-color: rgb(50 100 203 / 31%);--fk-error-ring-color: rgb(235 0 0 / 60%);--fk-error-ring-focus-color: rgb(235 0 0 / 30%);--fk-bg-input: transparent;--fk-bg-disabled: rgba(0 0 0 / 5%);--fk-bg-decorator: linear-gradient( 0deg, rgba(0, 0, 0, .07), transparent);--fk-bg-button: var(--fk-color-primary);--fk-bg-button-hover: var(--fk-bg-button);--fk-bg-submit: var(--fk-bg-button);--fk-bg-submit-hover: var(--fk-bg-submit);--fk-border-width: 1px;--fk-border-width-decorator: var(--fk-border-width);--fk-border-width-focus: 2px;--fk-border-width-checked: 1px;--fk-border-width-decorator-checked: 2px;--fk-border-width-decorator-focus: var(--fk-border-width-decorator-checked);--fk-border-width-decorator-focus-visible: var(--fk-border-width-focus);--fk-border-style: solid;--fk-border: var(--fk-border-width) var(--fk-border-style) var(--fk-color-border);--fk-border-focus: var(--fk-border-width-focus) var(--fk-border-style) var(--fk-color-border-focus);--fk-border-decorator: var(--fk-border-width-decorator) var(--fk-border-style) var(--fk-color-border);--fk-border-decorator-focus: var(--fk-border-width-focus) var(--fk-border-style) var(--fk-color-border-focus);--fk-border-decorator-focus-visible: var(--fk-border-width-decorator-focus-visible) var(--fk-border-style) var(--fk-color-border-focus);--fk-border-decorator-checked: var(--fk-border-width-checked) var(--fk-border-style) var(--fk-color-border-focus);--fk-border-box-shadow: 0 0 0 var(--fk-border-width) var(--fk-color-border);--fk-border-box-shadow-focus: 0 0 0 var(--fk-border-width-focus) var(--fk-color-border-focus);--fk-border-box-shadow-decorator: 0 0 0 var(--fk-border-width-decorator);--fk-border-box-shadow-decorator-focus: 0 0 0 var(--fk-border-width-decorator-focus) var(--fk-color-border-focus);--fk-border-box-shadow-decorator-focus-visible: 0 0 0 var(--fk-border-width-decorator-focus-visible) var(--fk-color-border-focus);--fk-border-box-shadow-decorator-checked: 0 0 0 var(--fk-border-width-decorator-checked) var(--fk-color-border-focus);--fk-border-box-shadow-invalid: 0 0 0 var(--fk-border-width-decorator-focus-visible) var(--fk-error-ring-color);--fk-border-radius-tl: .25em;--fk-border-radius-tr: .25em;--fk-border-radius-bl: .25em;--fk-border-radius-br: .25em;--fk-border-radius: var(--fk-border-radius-tl, .25em) var(--fk-border-radius-tr, .25em) var(--fk-border-radius-br, .25em) var(--fk-border-radius-bl, .25em);--fk-border-radius-full: 999em;--fk-focus-ring: .25em;--fk-error-ring: 3px;--fk-error-ring-offset: 2px;--fk-padding-base: .25em;--fk-padding-input-x: calc(var(--fk-padding-base) * 3);--fk-padding-input-y: calc(var(--fk-padding-base) * 3);--fk-padding-input-t: var(--fk-padding-input-y, 0);--fk-padding-input-r: var(--fk-padding-input-x, 0);--fk-padding-input-b: var(--fk-padding-input-y, 0);--fk-padding-input-l: var(--fk-padding-input-x, 0);--fk-padding-input: var(--fk-padding-input-t) var(--fk-padding-input-r) var(--fk-padding-input-b) var(--fk-padding-input-l);--fk-padding-label-x: inherit;--fk-padding-label-y: inherit;--fk-padding-label-t: var(--fk-padding-label-y, 0);--fk-padding-label-r: var(--fk-padding-label-x, 0);--fk-padding-label-b: var(--fk-padding-label-y, .5em);--fk-padding-label-l: var(--fk-padding-label-x, 0);--fk-padding-label: var(--fk-padding-label-t) var(--fk-padding-label-r) var(--fk-padding-label-b) var(--fk-padding-label-l);--fk-padding-help-x: inherit;--fk-padding-help-y: var(--fk-padding-base);--fk-padding-help-t: var(--fk-padding-help-y, 0);--fk-padding-help-r: var(--fk-padding-help-x, 0);--fk-padding-help-b: var(--fk-padding-help-y, 0);--fk-padding-help-l: var(--fk-padding-help-x, 0);--fk-padding-help: var(--fk-padding-help-t) var(--fk-padding-help-r) var(--fk-padding-help-b) var(--fk-padding-help-l);--fk-padding-option-x: inherit;--fk-padding-option-y: inherit;--fk-padding-option-t: var(--fk-padding-option-y, 0);--fk-padding-option-r: var(--fk-padding-option-x, 0);--fk-padding-option-b: var(--fk-padding-option-y, 0);--fk-padding-option-l: var(--fk-padding-option-x, 0);--fk-padding-option: var(--fk-padding-option-t) var(--fk-padding-option-r) var(--fk-padding-option-b) var(--fk-padding-option-l);--fk-padding-messages-x: inherit;--fk-padding-messages-y: inherit;--fk-padding-messages-t: var(--fk-padding-messages-y, var(--fk-padding-base));--fk-padding-messages-r: var(--fk-padding-messages-x, 0);--fk-padding-messages-b: var(--fk-padding-messages-y, 0);--fk-padding-messages-l: var(--fk-padding-messages-x, 0);--fk-padding-messages: var(--fk-padding-messages-t) var(--fk-padding-messages-r) var(--fk-padding-messages-b) var(--fk-padding-messages-l);--fk-padding-message-x: inherit;--fk-padding-message-y: var(--fk-padding-base);--fk-padding-message-t: var(--fk-padding-message-y, 0);--fk-padding-message-r: var(--fk-padding-message-x, 0);--fk-padding-message-b: var(--fk-padding-message-y, 0);--fk-padding-message-l: var(--fk-padding-message-x, 0);--fk-padding-message: var(--fk-padding-message-t) var(--fk-padding-message-r) var(--fk-padding-message-b) var(--fk-padding-message-l);--fk-padding-legend-x: .25em;--fk-padding-legend-y: .25em;--fk-padding-legend-t: var(--fk-padding-legend-y);--fk-padding-legend-r: var(--fk-padding-legend-x);--fk-padding-legend-b: var(--fk-padding-legend-y);--fk-padding-legend-l: var(--fk-padding-legend-x);--fk-padding-legend: var(--fk-padding-legend-t) var(--fk-padding-legend-r) var(--fk-padding-legend-b) var(--fk-padding-legend-l);--fk-padding-fieldset-x: var(--fk-padding-input-x);--fk-padding-fieldset-y: var(--fk-padding-input-y);--fk-padding-fieldset-t: var(--fk-padding-fieldset-y);--fk-padding-fieldset-r: var(--fk-padding-fieldset-x);--fk-padding-fieldset-b: var(--fk-padding-fieldset-y);--fk-padding-fieldset-l: var(--fk-padding-fieldset-x);--fk-padding-fieldset: var(--fk-padding-fieldset-t) var(--fk-padding-fieldset-r) var(--fk-padding-fieldset-b) var(--fk-padding-fieldset-l);--fk-padding-decorator-x: inherit;--fk-padding-decorator-y: var(--fk-padding-base);--fk-padding-decorator-t: var(--fk-padding-decorator-y, 1.25em);--fk-padding-decorator-r: var(--fk-padding-decorator-x, 1.25em);--fk-padding-decorator-b: var(--fk-padding-decorator-y, 1.25em);--fk-padding-decorator-l: var(--fk-padding-decorator-x, 1.25em);--fk-padding-decorator: var(--fk-padding-decorator-t) var(--fk-padding-decorator-r) var(--fk-padding-decorator-b) var(--fk-padding-decorator-l);--fk-padding-button-x: calc(var(--fk-padding-base) * 8);--fk-padding-button-y: calc(var(--fk-padding-base) * 3);--fk-padding-button-t: var(--fk-padding-button-y);--fk-padding-button-r: var(--fk-padding-button-x);--fk-padding-button-b: var(--fk-padding-button-y);--fk-padding-button-l: var(--fk-padding-button-x);--fk-padding-button: var(--fk-padding-button-t) var(--fk-padding-button-r) var(--fk-padding-button-b) var(--fk-padding-button-l);--fk-margin-base: .5em;--fk-margin-outer-x: inherit;--fk-margin-outer-y: inherit;--fk-margin-outer-t: var(--fk-margin-outer-y, 0);--fk-margin-outer-r: var(--fk-margin-outer-x, 0);--fk-margin-outer-b: var(--fk-margin-outer-y, calc(var(--fk-margin-base) * 2));--fk-margin-outer-l: var(--fk-margin-outer-x, 0);--fk-margin-outer: var(--fk-margin-outer-t) var(--fk-margin-outer-r) var(--fk-margin-outer-b) var(--fk-margin-outer-l);--fk-margin-wrapper-x: inherit;--fk-margin-wrapper-y: inherit;--fk-margin-wrapper-t: var(--fk-margin-wrapper-y, 0);--fk-margin-wrapper-r: var(--fk-margin-wrapper-x, 0);--fk-margin-wrapper-b: var(--fk-margin-wrapper-y, 0);--fk-margin-wrapper-l: var(--fk-margin-wrapper-x, 0);--fk-margin-wrapper: var(--fk-margin-wrapper-t) var(--fk-margin-wrapper-r) var(--fk-margin-wrapper-b) var(--fk-margin-wrapper-l);--fk-margin-input-x: inherit;--fk-margin-input-y: inherit;--fk-margin-input-t: var(--fk-margin-input-y, 0);--fk-margin-input-r: var(--fk-margin-input-x, 0);--fk-margin-input-b: var(--fk-margin-input-y, 0);--fk-margin-input-l: var(--fk-margin-input-x, 0);--fk-margin-input: var(--fk-margin-input-t) var(--fk-margin-input-r) var(--fk-margin-input-b) var(--fk-margin-input-l);--fk-margin-label-x: inherit;--fk-margin-label-y: 0;--fk-margin-label-t: var(--fk-margin-label-y, 0);--fk-margin-label-r: var(--fk-margin-label-x, 0);--fk-margin-label-b: var(--fk-margin-label-y, var(--fk-margin-base));--fk-margin-label-l: var(--fk-margin-label-x, 0);--fk-margin-label: var(--fk-margin-label-t) var(--fk-margin-label-r) var(--fk-margin-label-b) var(--fk-margin-label-l);--fk-margin-help-x: inherit;--fk-margin-help-y: .3em;--fk-margin-help-t: var(--fk-margin-help-y, 0);--fk-margin-help-r: var(--fk-margin-help-x, 0);--fk-margin-help-b: 0;--fk-margin-help-l: var(--fk-margin-help-x, 0);--fk-margin-help: var(--fk-margin-help-t) var(--fk-margin-help-r) var(--fk-margin-help-b) var(--fk-margin-help-l);--fk-margin-option-x: inherit;--fk-margin-option-y: inherit;--fk-margin-option-t: var(--fk-margin-option-y, 0);--fk-margin-option-r: var(--fk-margin-option-x, 0);--fk-margin-option-b: var(--fk-margin-option-y, .625em);--fk-margin-option-l: var(--fk-margin-option-x, 0);--fk-margin-option: var(--fk-margin-option-t) var(--fk-margin-option-r) var(--fk-margin-option-b) var(--fk-margin-option-l);--fk-margin-message-x: inherit;--fk-margin-message-y: inherit;--fk-margin-message-t: var(--fk-margin-message-y, 0);--fk-margin-message-r: var(--fk-margin-message-x, 0);--fk-margin-message-b: var(--fk-margin-message-y, 0);--fk-margin-message-l: var(--fk-margin-message-x, 0);--fk-margin-message: var(--fk-margin-message-t) var(--fk-margin-message-r) var(--fk-margin-message-b) var(--fk-margin-message-l);--fk-margin-legend-x: 0em;--fk-margin-legend-y: inherit;--fk-margin-legend-t: var(--fk-margin-legend-y, 0);--fk-margin-legend-r: var(--fk-margin-legend-x, 0);--fk-margin-legend-b: var(--fk-margin-legend-y, 0);--fk-margin-legend-l: var(--fk-margin-legend-x, 0);--fk-margin-legend: var(--fk-margin-legend-t) var(--fk-margin-legend-r) var(--fk-margin-legend-b) var(--fk-margin-legend-l);--fk-margin-fieldset-x: inherit;--fk-margin-fieldset-y: inherit;--fk-margin-fieldset-t: var(--fk-margin-fieldset-y, 0);--fk-margin-fieldset-r: var(--fk-margin-fieldset-x, 0);--fk-margin-fieldset-b: var(--fk-margin-fieldset-y, 0);--fk-margin-fieldset-l: var(--fk-margin-fieldset-x, 0);--fk-margin-fieldset: var(--fk-margin-fieldset-t) var(--fk-margin-fieldset-r) var(--fk-margin-fieldset-b) var(--fk-margin-fieldset-l);--fk-margin-decorator-x: inherit;--fk-margin-decorator-y: inherit;--fk-margin-decorator-t: var(--fk-margin-decorator-y, 0);--fk-margin-decorator-r: var(--fk-margin-decorator-x, .5em);--fk-margin-decorator-b: var(--fk-margin-decorator-y, 0);--fk-margin-decorator-l: var(--fk-margin-decorator-x, 0);--fk-margin-decorator: var(--fk-margin-decorator-t) var(--fk-margin-decorator-r) var(--fk-margin-decorator-b) var(--fk-margin-decorator-l);--fk-margin-button-x: inherit;--fk-margin-button-y: inherit;--fk-margin-button-t: var(--fk-margin-button-y, 0);--fk-margin-button-r: var(--fk-margin-button-x, .5em);--fk-margin-button-b: var(--fk-margin-button-y, 0);--fk-margin-button-l: var(--fk-margin-button-x, 0);--fk-margin-button: var(--fk-margin-button-t) var(--fk-margin-button-r) var(--fk-margin-button-b) var(--fk-margin-button-l);--fk-icon-close: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxNiI+PHBhdGggZD0iTTEwLDEyLjVjLS4xMywwLS4yNi0uMDUtLjM1LS4xNUwxLjY1LDQuMzVjLS4yLS4yLS4yLS41MSwwLS43MSwuMi0uMiwuNTEtLjIsLjcxLDBMMTAuMzUsMTEuNjVjLjIsLjIsLjIsLjUxLDAsLjcxLS4xLC4xLS4yMywuMTUtLjM1LC4xNVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjxwYXRoIGQ9Ik0yLDEyLjVjLS4xMywwLS4yNi0uMDUtLjM1LS4xNS0uMi0uMi0uMi0uNTEsMC0uNzFMOS42NSwzLjY1Yy4yLS4yLC41MS0uMiwuNzEsMCwuMiwuMiwuMiwuNTEsMCwuNzFMMi4zNSwxMi4zNWMtLjEsLjEtLjIzLC4xNS0uMzUsLjE1WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+;--fk-icon-down: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiA3Ij48cGF0aCBkPSJNOCw2LjVjLS4xMywwLS4yNi0uMDUtLjM1LS4xNUwzLjE1LDEuODVjLS4yLS4yLS4yLS41MSwwLS43MSwuMi0uMiwuNTEtLjIsLjcxLDBsNC4xNSw0LjE1TDEyLjE1LDEuMTVjLjItLjIsLjUxLS4yLC43MSwwLC4yLC4yLC4yLC41MSwwLC43MWwtNC41LDQuNWMtLjEsLjEtLjIzLC4xNS0uMzUsLjE1WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+;--fk-icon-fileDoc: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNiI+PHBhdGggZD0iTTEyLjUsMTZIMi41Yy0uODMsMC0xLjUtLjY3LTEuNS0xLjVWMS41YzAtLjgzLC42Ny0xLjUsMS41LTEuNWg3LjA5Yy40LDAsLjc4LC4xNiwxLjA2LC40NGwyLjkxLDIuOTFjLjI4LC4yOCwuNDQsLjY2LC40NCwxLjA2VjE0LjVjMCwuODMtLjY3LDEuNS0xLjUsMS41Wk0yLjUsMWMtLjI4LDAtLjUsLjIyLS41LC41VjE0LjVjMCwuMjgsLjIyLC41LC41LC41SDEyLjVjLjI4LDAsLjUtLjIyLC41LS41VjQuNDFjMC0uMTMtLjA1LS4yNi0uMTUtLjM1bC0yLjkxLTIuOTFjLS4wOS0uMDktLjIyLS4xNS0uMzUtLjE1SDIuNVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjxwYXRoIGQ9Ik0xMy4zOCw1aC0yLjkxYy0uODEsMC0xLjQ3LS42Ni0xLjQ3LTEuNDdWLjYyYzAtLjI4LC4yMi0uNSwuNS0uNXMuNSwuMjIsLjUsLjVWMy41M2MwLC4yNiwuMjEsLjQ3LC40NywuNDdoMi45MWMuMjgsMCwuNSwuMjIsLjUsLjVzLS4yMiwuNS0uNSwuNVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjxwYXRoIGQ9Ik0xMCwxM0g1Yy0uMjgsMC0uNS0uMjItLjUtLjVzLjIyLS41LC41LS41aDVjLjI4LDAsLjUsLjIyLC41LC41cy0uMjIsLjUtLjUsLjVaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz48cGF0aCBkPSJNMTAsMTBINWMtLjI4LDAtLjUtLjIyLS41LS41cy4yMi0uNSwuNS0uNWg1Yy4yOCwwLC41LC4yMiwuNSwuNXMtLjIyLC41LS41LC41WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PHBhdGggZD0iTTcsN2gtMmMtLjI4LDAtLjUtLjIyLS41LS41cy4yMi0uNSwuNS0uNWgyYy4yOCwwLC41LC4yMiwuNSwuNXMtLjIyLC41LS41LC41WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+Cg==;--fk-icon-check: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAyNyI+PHBvbHlnb24gZmlsbD0iY3VycmVudENvbG9yIiBwb2ludHM9IjI2Ljk5IDAgMTAuMTMgMTcuMTcgNC42OSAxMS42MyAwIDE2LjQxIDEwLjQgMjcgMTUuMDUgMjIuMjcgMTUuMDkgMjIuMzEgMzIgNS4xIDI2Ljk5IDAiLz48L3N2Zz4=;--fk-icon-circle: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGNpcmNsZSBmaWxsPSJjdXJyZW50Q29sb3IiIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIvPjwvc3ZnPg==;--fk-icon-fileItem: var(--fk-icon-fileDoc);--fk-icon-fileRemove: var(--fk-icon-close);--fk-icon-noFiles: var(--fk-icon-fileDoc);--fk-icon-select: var(--fk-icon-down);--fk-icon-checkboxDecorator: var(--fk-icon-check);--fk-icon-radioDecorator: var(--fk-icon-circle)}.formkit-outer,.formkit-outer *{box-sizing:border-box}.formkit-outer *:before,.formkit-outer *:after{box-sizing:inherit}.formkit-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.formkit-input:focus{outline:none}@media (forced-colors: active){.formkit-input,.formkit-decorator{border:1px solid!important}}.formkit-message{list-style-type:none}.formkit-inner:focus-within{border-color:var(--fk-color-border-focus)}[data-type=select]:not([data-multiple]) .formkit-inner:after{background-color:var(--fk-color-icon)}.formkit-input{background-color:var(--fk-bg-input);color:var(--fk-color-input)}input.formkit-input[type=radio]:checked~.formkit-decorator:before{background:var(--fk-color-checked)}input.formkit-input[type=checkbox]:checked~.formkit-decorator:before{border-color:var(--fk-color-checked)}[data-family=text] .formkit-input::-moz-selection{background-color:var(--fk-color-input-selection)}[data-family=text] .formkit-input::selection{background-color:var(--fk-color-input-selection)}.formkit-help,.formkit-option-help{color:var(--fk-color-help)}.formkit-message{color:var(--fk-color-error)}.formkit-outer{font-family:var(--fk-font-family);font-weight:var(--fk-font-weight);font-size:var(--fk-font-size);line-height:var(--fk-line-height)}.formkit-outer[data-type=textarea] textarea{line-height:var(--fk-line-height-textarea)}.formkit-label{font-family:var(--fk-font-family-label);font-size:var(--fk-font-size-label);font-weight:var(--fk-font-weight-label);line-height:var(--fk-line-height-label)}[data-type=checkbox] .formkit-label,[data-type=radio] .formkit-label,.formkit-option .formkit-label{font-weight:var(--fk-font-weight-option);font-size:var(--fk-font-size-option);margin-bottom:.1em}.formkit-legend{font-family:var(--fk-font-family-legend);font-size:var(--fk-font-size-legend);font-weight:var(--fk-font-weight-legend)}.formkit-input{font-family:var(--fk-font-family-input);font-size:var(--fk-font-size-input);font-weight:var(--fk-font-weight-input);line-height:var(--fk-line-height-input)}.formkit-help,.formkit-option-help{font-family:var(--fk-font-family-help);font-size:var(--fk-font-size-help);font-weight:var(--fk-font-weight-help);line-height:var(--fk-line-height-help)}.formkit-messages{font-family:var(--fk-font-family-message);font-family:var(--fk-font-family);line-height:var(--fk-line-height-message)}.formkit-message{font-size:var(--fk-font-size-message);font-weight:var(--fk-font-weight-message)}.formkit-outer{margin:var(--fk-margin-outer)}.formkit-outer[data-disabled]{opacity:.5}.formkit-outer[data-disabled] [data-disabled]{opacity:1}.formkit-wrapper,.formkit-fieldset{max-width:var(--fk-max-width-input)}.formkit-label{display:block;margin:var(--fk-margin-label);padding:var(--fk-padding-label)}.formkit-fieldset{margin:var(--fk-margin-fieldset);padding:var(--fk-padding-fieldset);border-radius:var(--fk-border-radius);border:var(--fk-border)}.formkit-fieldset:focus-within{border:var(--fk-border-focus)}.formkit-fieldset>.formkit-help{margin-top:calc(var(--fk-padding-fieldset-t) * -.5);margin-bottom:calc(var(--fk-padding-fieldset-t) * 1.5)}.formkit-legend{display:block;margin:var(--fk-margin-legend);padding:var(--fk-padding-legend)}.formkit-inner{position:relative;box-shadow:var(--fk-border-box-shadow);border-radius:var(--fk-border-radius);display:flex;align-items:center}.formkit-inner:focus-within{box-shadow:var(--fk-border-box-shadow-focus)}[data-type=checkbox] .formkit-inner,[data-type=radio] .formkit-inner{border:none;box-shadow:none;display:inline-block}[data-invalid] :is([data-type=checkbox] .formkit-inner):focus-within,[data-invalid] :is([data-type=radio] .formkit-inner):focus-within,[data-errors] :is([data-type=checkbox] .formkit-inner):focus-within,[data-errors] :is([data-type=radio] .formkit-inner):focus-within{outline:none}.formkit-input{display:block;width:100%;border-radius:var(--fk-border-radius);padding:var(--fk-padding-input)}.formkit-input[disabled]{background-color:var(--fk-bg-disabled)}.formkit-input[multiple]{padding:0}.formkit-input[multiple] option{padding:var(--fk-padding-input)}input.formkit-input[type=date]::-webkit-calendar-picker-indicator{padding-top:0;padding-bottom:0;font-size:.875em}input.formkit-input[type=date]::-webkit-datetime-edit{line-height:1;overflow:visible}select.formkit-input{padding-right:calc(var(--fk-padding-base) * 7)}select.formkit-input[data-placeholder]:not([multiple]){color:var(--fk-color-placeholder)}select.formkit-input[data-placeholder]:not([multiple]) option{color:var(--fk-color-input)}select.formkit-input[data-placeholder]:not([multiple]) option[disabled]{color:var(--fk-color-disabled)}select.formkit-input[data-placeholder]:not([multiple]) option[data-is-placeholder]{color:var(--fk-color-placeholder)}select.formkit-input option{font-size:var(--fk-font-size-option)}input.formkit-input[type=radio]~.formkit-decorator{border-radius:var(--fk-border-radius-full)}input.formkit-input[type=radio]~.formkit-decorator:before{width:50%;height:50%;top:50%;left:50%;transform:translate(-50%,-50%);border:0;border-radius:2em}.formkit-help,.formkit-option-help{margin:var(--fk-margin-help)}.formkit-messages{padding:var(--fk-padding-messages);margin:var(--fk-margin-messages)}.formkit-help+.formkit-messages{padding-top:0}.formkit-message{padding:var(--fk-padding-message);margin:var(--fk-margin-message)}.formkit-messages+.formkit-actions{margin-top:var(--fk-margin-outer-b)}@keyframes fk-rotate{to{transform:rotate(360deg)}}@keyframes fk-glow{0%{box-shadow:0 0 0 .1em var(--fk-color-primary)}to{box-shadow:0 0 0 .4em var(--fk-color-primary)}}[data-type=button] .formkit-input,[data-type=submit] .formkit-input{font-size:var(--fk-font-size-button);border-radius:var(--fk-border-radius);cursor:pointer;display:inline-flex;width:auto;justify-content:center;padding:var(--fk-padding-button);margin:var(--fk-margin-button);position:relative;transition:filter .25s;border:1px solid transparent;line-height:var(--fk-line-height-button)}[data-type=button] .formkit-input:focus-visible,[data-type=submit] .formkit-input:focus-visible{outline:var(--fk-color-border-focus) solid 2px;outline-offset:2px}[data-type=button][data-disabled] .formkit-input,[data-type=submit][data-disabled] .formkit-input,[data-type=button] .formkit-input[disabled],[data-type=submit] .formkit-input[disabled]{background:var(--fk-color-border)!important;color:var(--fk-color-button)!important;cursor:not-allowed}[data-type=submit] .formkit-input{background:var(--fk-bg-submit);color:var(--fk-color-submit)}[data-type=submit] .formkit-input:before{box-sizing:border-box;content:"";width:0;margin-right:0;height:1.28571428em;border:0 solid transparent;border-radius:1.28571428em;transition:width .25s,border .25s,margin-right .25s}[data-type=submit] .formkit-input:hover{background:var(--fk-bg-submit-hover)}[data-loading] [data-type=submit] .formkit-input:before{animation:fk-rotate .5s linear infinite;width:1.28571428em;border:.1428571429em solid white;border-right-color:transparent;margin-right:.75em}[data-loading] .formkit-actions [data-type=submit] .formkit-input{filter:brightness(1.1);pointer-events:none}[data-type=button] .formkit-input{background:var(--fk-bg-button);color:var(--fk-color-button)}[data-type=button] .formkit-input:hover{background:var(--fk-bg-button-hover)}[data-type=checkbox] [data-disabled],[data-type=radio] [data-disabled]{opacity:30%}[data-type=checkbox] .formkit-label,[data-type=radio] .formkit-label{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;margin:0}[data-type=checkbox] .formkit-wrapper,[data-type=radio] .formkit-wrapper{display:flex;align-items:center}[data-type=checkbox] .formkit-input,[data-type=radio] .formkit-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;width:0;height:0;overflow:hidden;opacity:0;left:-999em}[data-type=checkbox] .formkit-input~.formkit-decorator,[data-type=radio] .formkit-input~.formkit-decorator{background:var(--fk-bg-decorator);display:block;box-sizing:content-box;width:var(--fk-box-size);height:var(--fk-box-size);flex:0 0 var(--fk-box-size);border:none;box-shadow:var(--fk-border-box-shadow);border-radius:var(--fk-border-radius);margin:var(--fk-margin-decorator);position:relative}[data-type=checkbox] .formkit-input~.formkit-decorator .formkit-icon,[data-type=radio] .formkit-input~.formkit-decorator .formkit-icon{width:0;height:0;position:absolute;padding:3px;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;pointer-events:none}[data-type=checkbox] .formkit-input~.formkit-decorator .formkit-icon svg,[data-type=radio] .formkit-input~.formkit-decorator .formkit-icon svg{height:100%}[data-type=checkbox] .formkit-input:checked~.formkit-decorator,[data-type=radio] .formkit-input:checked~.formkit-decorator{box-shadow:var(--fk-border-box-shadow-decorator-checked)}[data-type=checkbox] .formkit-input:checked~.formkit-decorator .formkit-icon,[data-type=radio] .formkit-input:checked~.formkit-decorator .formkit-icon{width:100%;height:100%;color:var(--fk-color-border-focus)}[data-type=checkbox] .formkit-input:focus~.formkit-decorator,[data-type=radio] .formkit-input:focus~.formkit-decorator{box-shadow:var(--fk-border-box-shadow-decorator-focus);outline:var(--fk-focus-ring) solid var(--fk-focus-ring-color)}[data-type=checkbox] .formkit-input:focus-visible~.formkit-decorator,[data-type=radio] .formkit-input:focus-visible~.formkit-decorator{box-shadow:var(--fk-border-box-shadow-decorator-focus-visible)}[data-type=checkbox] .formkit-options,[data-type=radio] .formkit-options{margin:var(--fk-checkbox-options-margin);padding:0}[data-type=checkbox] .formkit-option,[data-type=radio] .formkit-option{list-style-type:none;margin:var(--fk-margin-option)}[data-type=checkbox] .formkit-option:last-child,[data-type=radio] .formkit-option:last-child{margin-bottom:0}[data-type=checkbox] fieldset.formkit-fieldset,[data-type=radio] fieldset.formkit-fieldset{border:var(--fk-border);border-radius:var(--fk-border-radius)}[data-type=radio] .formkit-input~.formkit-decorator .formkit-icon{padding:5px}[data-type=color] .formkit-inner{max-width:5em}[data-type=color] input[type=color]{border:none;padding:0}[data-type=color] input[type=color]::-webkit-color-swatch-wrapper{padding:0;border:none}[data-type=color] input[type=color]::-moz-color-swatch-wrapper{padding:0;border:none}[data-type=color] input[type=color]::-webkit-color-swatch{border-radius:var(--fk-border-radius);border:none}[data-type=color] input[type=color]::-moz-color-swatch{border-radius:var(--fk-border-radius);border:none}[data-type=range] .formkit-inner{border:0;box-shadow:none}[data-type=range] .formkit-inner:focus-within{border:0;box-shadow:none}[data-type=range] input{padding-left:0;padding-right:0}[data-type=range] input[disabled]{background:transparent}[data-type=range] input::-webkit-slider-runnable-track{background-color:var(--fk-color-border);height:4px;border-radius:4px}[data-type=range] input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;transform:translateY(calc(-50% + 2px));width:1em;height:1em;border-radius:1em;background-color:var(--fk-color-range-thumb);border:0}[data-type=range] input::-moz-range-track{background-color:var(--fk-color-border);height:4px;border-radius:4px;border:1px solid transparent}[data-type=range] input::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;width:1em;height:1em;border-radius:1em;background-color:var(--fk-color-range-thumb);border:1px solid var(--fk-color-range-thumb)}[data-type=range] input:focus::-webkit-slider-thumb{outline:var(--fk-focus-ring) solid var(--fk-focus-ring-color)}[data-type=range] input:focus::-moz-range-thumb{outline:var(--fk-focus-ring) solid var(--fk-focus-ring-color)}[data-type=range] input[disabled]::-webkit-slider-thumb{background-color:var(--fk-color-border)}[data-type=range] input[disabled]::-moz-slider-thumb{background-color:var(--fk-color-border)}[data-type=select]:not([data-multiple]) .formkit-inner .formkit-select-icon{margin-left:-2.5em;pointer-events:none}[data-type=select][data-multiple] .formkit-select-icon{display:none}[data-type=file] .formkit-no-files,[data-type=file] .formkit-file-list{padding:var(--fk-padding-input);margin:0}[data-type=file] .formkit-no-files,[data-type=file] .formkit-file-item{display:flex;flex-grow:1;align-items:center;font-size:var(--fk-font-size-input);position:relative}[data-type=file] .formkit-no-files+.formkit-no-files,[data-type=file] .formkit-file-item+.formkit-file-item{margin-top:var(--fk-padding-input-t)}[data-type=file] .formkit-inner .formkit-file-item-icon,[data-type=file] .formkit-inner .formkit-no-files-icon{width:1em;margin-right:.5em}[data-type=file] .formkit-file-item .formkit-file-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;font-size:0;margin-left:auto;padding:0;position:relative;z-index:3;cursor:pointer}[data-type=file] .formkit-file-item .formkit-file-remove:hover{color:var(--fk-color-danger)}[data-type=file] .formkit-file-item .formkit-file-remove .formkit-file-remove-icon{width:1em;font-size:1rem}[data-type=file] .formkit-no-files{color:var(--fk-color-placeholder)}[data-type=file] .formkit-no-files:before{background-color:var(--fk-color-placeholder)}[data-type=file] .formkit-file-list{width:100%}[data-type=file] .formkit-file-list[data-has-multiple]{margin-bottom:calc(var(--fk-padding-input-b) + var(--fk-font-size-remove) * 1.1)}[data-type=file] .formkit-file-list[data-has-multiple] .formkit-file-item{line-height:var(--fk-line-height-input)}[data-type=file] .formkit-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer;z-index:2;color:transparent}[data-type=file] .formkit-input::file-selector-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:0;padding:0;border:0}[data-type=file] .formkit-input[data-file-hover]{animation:fk-glow .75s infinite alternate}[data-type=file] [data-has-multiple=true]~.formkit-file-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;padding:0;margin:0;position:absolute;font-size:var(--fk-font-size-remove);color:var(--fk-color-primary);bottom:calc(var(--fk-padding-input-b) + (1em - var(--fk-font-size-remove)));left:calc(var(--fk-padding-input-l) + (1em - var(--fk-font-size-remove)));display:block;z-index:5;cursor:pointer}[data-type=file] [data-has-multiple=true]~.formkit-file-remove:hover{color:var(--fk-color-danger)}[data-type=textarea] textarea{width:100%;min-height:6em;flex-grow:1}.formkit-summary{padding:0;margin:0;width:100%}.formkit-summary-inner{padding:var(--fk-margin-outer-b);border:var(--fk-error-ring) solid var(--fk-error-ring-color);border-radius:.5em}.formkit-summary-header{font-size:var(--fk-font-size-summary);margin:0 0 var(--fk-margin-outer-b) 0}.formkit-message-link{color:var(--fk-color-danger);text-decoration:none}.formkit-message-link:focus{outline:var(--fk-error-ring) solid var(--fk-error-ring-color)}.formkit-inner:focus-within .formkit-icon.formkit-prefix-icon{color:var(--fk-color-primary)}.formkit-outer .formkit-icon{width:2.5em;flex-grow:0;flex-shrink:0;display:flex;align-self:stretch;-webkit-user-select:none;-moz-user-select:none;user-select:none}.formkit-outer .formkit-icon.formkit-prefix-icon{border-radius:var(--fk-border-radius-tl) 0 0 var(--fk-border-radius-bl);background:var(--fk-bg-decorator);box-shadow:1px 0 #00000054}.formkit-outer .formkit-icon.formkit-suffix-icon{width:1.75em;padding-left:0;padding-right:.75em}.formkit-outer .formkit-icon svg{width:100%;margin:auto;max-height:1em;max-width:1em}[data-type=button] .formkit-icon.formkit-prefix-icon,[data-type=submit] .formkit-icon.formkit-prefix-icon,[data-type=range] .formkit-icon.formkit-prefix-icon{background:none;box-shadow:none}[data-type=button] .formkit-inner:focus-within .formkit-icon,[data-type=submit] .formkit-inner:focus-within .formkit-icon,[data-type=range] .formkit-inner:focus-within .formkit-icon{color:currentColor}[data-type=button] .formkit-icon,[data-type=submit] .formkit-icon,[data-type=range] .formkit-icon{padding:0;width:1em;font-size:1rem}[data-type=button] .formkit-icon.formkit--prefix-icon,[data-type=submit] .formkit-icon.formkit--prefix-icon,[data-type=range] .formkit-icon.formkit--prefix-icon{margin-right:.5em}[data-type=button] .formkit-icon.formkit-suffix-icon,[data-type=submit] .formkit-icon.formkit-suffix-icon,[data-type=range] .formkit-icon.formkit-suffix-icon{margin-left:.5em}[data-type=button] .formkit-prefix-icon,[data-type=submit] .formkit-prefix-icon{margin-left:-.5em;margin-right:.5em}[data-type=button] .formkit-suffix-icon,[data-type=submit] .formkit-suffix-icon{margin-left:.5em;margin-right:-.5em}[data-prefix-icon=true][data-prefix-icon-click=true] .formkit-prefix-icon{cursor:pointer}[data-prefix-icon=true][data-type=color] input[type=color]::-webkit-color-swatch{border-top-left-radius:0;border-bottom-left-radius:0}[data-prefix-icon=true][data-type=color] input[type=color]::-moz-color-swatch{border-top-left-radius:0;border-bottom-left-radius:0}[data-prefix-icon=true][data-type=file][data-multiple=true] .formkit-file-remove{left:calc(var(--fk-padding-input-l) + (4em - var(--fk-font-size-remove)))}[data-suffix-icon=true][data-suffix-icon-click=true] .formkit-suffix-icon{cursor:pointer}[data-suffix-icon=true][data-type=color] input[type=color]::-webkit-color-swatch{border-top-right-radius:0;border-bottom-right-radius:0}[data-suffix-icon=true][data-type=color] input[type=color]::-moz-color-swatch{border-top-right-radius:0;border-bottom-right-radius:0}[data-suffix-icon=true][data-type=color] .formkit-icon.formkit-suffix-icon{padding-right:0;width:2.5em}[data-suffix-icon=true][data-type=select] .formkit-inner:after{right:2.5em}[data-prefix-icon=true][data-type=color] .formkit-inner,[data-suffix-icon=true][data-type=color] .formkit-inner{max-width:7.5em}[data-prefix-icon=true][data-suffix-icon=true][data-type=color] .formkit-inner{max-width:10em}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=CheckboxTile]>.formkit-wrapper{max-width:100%}[data-type=CheckboxTile]>.formkit-wrapper>.formkit-inner{flex-wrap:wrap;gap:1.25rem;--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)}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=ChipsCheckbox] .formkit-inner{display:flex;align-items:flex-start;gap:.5rem;--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)}[data-type=ChipsCheckbox] .formkit-inner .formkit-input{width:0;padding:0}[data-type=ChipsCheckbox] .formkit-inner .formkit-wrapper{display:flex;height:2.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;padding-left:1.25rem;padding-right:1.25rem;font-size:.875rem;line-height:1.25rem;cursor:pointer;border-radius:32px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(106 112 148 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}[data-type=ChipsCheckbox] .formkit-inner .formkit-wrapper:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}[data-type=ChipsCheckbox] .formkit-inner .formkit-wrapper{transition-property:border;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}[data-type=ChipsCheckbox] .formkit-inner .formkit-wrapper[data-checked=true]{--tw-border-opacity: 1;border-color:rgb(20 102 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(20 102 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}[data-type=ChipsCheckbox] .formkit-inner .formkit-wrapper[data-checked=true]:hover{--tw-border-opacity: 1;border-color:rgb(1 83 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(1 83 235 / var(--tw-bg-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=ChipsInput] .formkit-inner{display:flex;align-items:flex-start;gap:.5rem;--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)}[data-type=ChipsInput] .formkit-inner .formkit-input{width:0;padding:0}[data-type=ChipsInput] .formkit-inner .formkit-wrapper{display:flex;height:2.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;padding-left:1.25rem;padding-right:1.25rem;font-size:.875rem;line-height:1.25rem;cursor:pointer;border-radius:32px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(106 112 148 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}[data-type=ChipsInput] .formkit-inner .formkit-wrapper:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}[data-type=ChipsInput] .formkit-inner .formkit-wrapper{transition-property:border;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}[data-type=ChipsInput] .formkit-inner .formkit-wrapper[data-checked=true]{--tw-border-opacity: 1;border-color:rgb(20 102 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(20 102 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}[data-type=ChipsInput] .formkit-inner .formkit-wrapper[data-checked=true]:hover{--tw-border-opacity: 1;border-color:rgb(1 83 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(1 83 235 / var(--tw-bg-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=SearchDropdown]>.formkit-wrapper>.formkit-inner{--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)}.formkit-outer[data-invalid=true] .search-dropdown__selected,.formkit-outer[data-errors=true] .search-dropdown__selected{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(150 47 61 / var(--tw-ring-opacity, 1)) !important}.formkit-dropdown-wrapper{position:relative;width:100%}.formkit-dropdown-wrapper:focus-within>:first-child{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.formkit-selected{display:grid;height:48px;width:100%;grid-template-columns:calc(100% - 32px) 24px;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.438rem;line-height:1.375rem;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-inset: inset;--tw-ring-opacity: 1;--tw-ring-color: rgb(204 206 225 / var(--tw-ring-opacity, 1))}.formkit-selected:disabled{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(149 149 149 / var(--tw-text-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.formkit-selected:disabled>img{opacity:.45}.formkit-selected:focus-visible{outline:2px solid transparent;outline-offset:2px}.formkit-selected input:disabled{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.formkit-selected.small{height:40px;font-size:.875rem;line-height:1.25rem}.formkit-option{margin-right:.5rem;display:flex;height:3rem;cursor:pointer;align-items:center;gap:.625rem;border-radius:.5rem;padding:.5rem .625rem}.formkit-option:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.formkit-option:active{--tw-bg-opacity: 1;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))}.formkit-option{overflow:hidden;overflow-wrap:break-word}.formkit-option:focus{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.formkit-option:focus-visible{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1));outline:2px solid transparent;outline-offset:2px}.formkit-option .icon{margin-left:.125rem;display:inline-flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;font-size:7px;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));border-radius:4px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(152 158 195 / var(--tw-border-opacity, 1))}.formkit-option .icon.icon-save{--tw-border-opacity: 1;border-color:rgb(43 43 43 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(43 43 43 / var(--tw-bg-opacity, 1))}.search-dropdown__chevron{margin-left:auto;height:1.5rem;width:1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.search-dropdown__list{position:absolute;top:3.375rem;z-index:10;display:flex;width:100%;flex-direction:column;overflow:hidden;border-radius:.438rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(204 206 225 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .25rem .5rem .75rem}.search-dropdown__list-options{max-height:14.75rem;min-height:3rem;overflow-x:auto}.search-dropdown__list-options img{height:1.5rem;width:1.5rem}.search-dropdown__list input[type=text]{margin-bottom:.25rem;box-sizing:border-box;height:2rem;width:100%;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(204 206 225 / var(--tw-border-opacity, 1));padding-top:.5rem;padding-bottom:.5rem;font-size:1rem;line-height:1.4rem;outline:2px solid transparent;outline-offset:2px}.search-dropdown__list__loader{position:absolute;bottom:0;right:0;display:flex;height:.25rem;width:100%;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: 10%;--uib-speed: 1.4s}.search-dropdown__list__loader:after{height:100%;width:100%;border-radius:32px;--tw-bg-opacity: 1;background-color:rgb(12 96 248 / var(--tw-bg-opacity, 1));content:"";animation:zoom var(--uib-speed) ease-in-out infinite}@keyframes zoom{0%{transform:translate(-100%)}to{transform:translate(100%)}}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=CountryDropdown]{position:static!important}[data-type=CountryDropdown]>.formkit-wrapper>.formkit-inner{--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)}[data-type=CountryDropdown] .formkit-messages{position:static!important;margin-bottom:-1rem!important}[data-type=CountryDropdown] svg{background:#d3d3d3;border-radius:50%;width:24px;height:24px}[data-type=CountryDropdown] li svg+span{flex:1}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-][data-v-29f32203],[class*=" icon-"][data-v-29f32203]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded[data-v-29f32203]:before{content:""}.icon-mass-payment[data-v-29f32203]:before{content:""}.icon-account[data-v-29f32203]:before{content:""}.icon-actions-of-users[data-v-29f32203]:before{content:""}.icon-amaiz[data-v-29f32203]:before{content:""}.icon-annotation[data-v-29f32203]:before{content:""}.icon-arrow-down[data-v-29f32203]:before{content:""}.icon-arrow-down-curv[data-v-29f32203]:before{content:""}.icon-arrow-left[data-v-29f32203]:before{content:""}.icon-arrow-left1[data-v-29f32203]:before{content:""}.icon-arrow-right[data-v-29f32203]:before{content:""}.icon-arrow-right1[data-v-29f32203]:before{content:""}.icon-arrow-up[data-v-29f32203]:before{content:""}.icon-arrow-up-curv[data-v-29f32203]:before{content:""}.icon-arrows-clockwise[data-v-29f32203]:before{content:""}.icon-back-arrow[data-v-29f32203]:before{content:""}.icon-backpack[data-v-29f32203]:before{content:""}.icon-bank[data-v-29f32203]:before{content:""}.icon-blocked[data-v-29f32203]:before{content:""}.icon-briefcase[data-v-29f32203]:before{content:""}.icon-buy[data-v-29f32203]:before{content:""}.icon-calendar[data-v-29f32203]:before{content:""}.icon-card[data-v-29f32203]:before{content:""}.icon-card-thin[data-v-29f32203]:before{content:""}.icon-check[data-v-29f32203]:before{content:""}.icon-check-small[data-v-29f32203]:before{content:""}.icon-close[data-v-29f32203]:before{content:""}.icon-close-circle[data-v-29f32203]:before{content:""}.icon-close-small[data-v-29f32203]:before{content:""}.icon-coins[data-v-29f32203]:before{content:""}.icon-contacts[data-v-29f32203]:before{content:""}.icon-contracts[data-v-29f32203]:before{content:""}.icon-copy[data-v-29f32203]:before{content:""}.icon-currency[data-v-29f32203]:before{content:""}.icon-declined[data-v-29f32203]:before{content:""}.icon-declined1[data-v-29f32203]:before{content:""}.icon-delete-trash[data-v-29f32203]:before{content:""}.icon-dispute[data-v-29f32203]:before{content:""}.icon-document[data-v-29f32203]:before{content:""}.icon-download-document[data-v-29f32203]:before{content:""}.icon-dropdown[data-v-29f32203]:before{content:""}.icon-edit[data-v-29f32203]:before{content:""}.icon-euro[data-v-29f32203]:before{content:""}.icon-exchange[data-v-29f32203]:before{content:""}.icon-exchange-alt[data-v-29f32203]:before{content:""}.icon-expired[data-v-29f32203]:before{content:""}.icon-export-scv[data-v-29f32203]:before{content:""}.icon-eye[data-v-29f32203]:before{content:""}.icon-eye-off[data-v-29f32203]:before{content:""}.icon-frozen[data-v-29f32203]:before{content:""}.icon-gbp[data-v-29f32203]:before{content:""}.icon-i18n[data-v-29f32203]:before{content:""}.icon-identification[data-v-29f32203]:before{content:""}.icon-in-progress[data-v-29f32203]:before{content:""}.icon-in-progress1[data-v-29f32203]:before{content:""}.icon-info[data-v-29f32203]:before{content:""}.icon-info-circle[data-v-29f32203]:before{content:""}.icon-invoices[data-v-29f32203]:before{content:""}.icon-issuers[data-v-29f32203]:before{content:""}.icon-list[data-v-29f32203]:before{content:""}.icon-lock[data-v-29f32203]:before{content:""}.icon-logout[data-v-29f32203]:before{content:""}.icon-logout1[data-v-29f32203]:before{content:""}.icon-make-payment[data-v-29f32203]:before{content:""}.icon-merchant[data-v-29f32203]:before{content:""}.icon-mobile[data-v-29f32203]:before{content:""}.icon-more[data-v-29f32203]:before{content:""}.icon-no-response[data-v-29f32203]:before{content:""}.icon-non-verified[data-v-29f32203]:before{content:""}.icon-non-verified1[data-v-29f32203]:before{content:""}.icon-notification[data-v-29f32203]:before{content:""}.icon-onboarding-document[data-v-29f32203]:before{content:""}.icon-pencil[data-v-29f32203]:before{content:""}.icon-pencil-edit[data-v-29f32203]:before{content:""}.icon-pending[data-v-29f32203]:before{content:""}.icon-pending1[data-v-29f32203]:before{content:""}.icon-percent[data-v-29f32203]:before{content:""}.icon-physical[data-v-29f32203]:before{content:""}.icon-plus[data-v-29f32203]:before{content:""}.icon-plus-circle[data-v-29f32203]:before{content:""}.icon-points-of-sale[data-v-29f32203]:before{content:""}.icon-print[data-v-29f32203]:before{content:""}.icon-refresh[data-v-29f32203]:before{content:""}.icon-save[data-v-29f32203]:before{content:""}.icon-search[data-v-29f32203]:before{content:""}.icon-search-lg[data-v-29f32203]:before{content:""}.icon-select-arrow-down[data-v-29f32203]:before{content:""}.icon-select-arrow-up[data-v-29f32203]:before{content:""}.icon-sell[data-v-29f32203]:before{content:""}.icon-send[data-v-29f32203]:before{content:""}.icon-settings[data-v-29f32203]:before{content:""}.icon-share[data-v-29f32203]:before{content:""}.icon-smile[data-v-29f32203]:before{content:""}.icon-star[data-v-29f32203]:before{content:""}.icon-stats-dots[data-v-29f32203]:before{content:""}.icon-subscription[data-v-29f32203]:before{content:""}.icon-system-operations[data-v-29f32203]:before{content:""}.icon-template[data-v-29f32203]:before{content:""}.icon-tie[data-v-29f32203]:before{content:""}.icon-time-circle[data-v-29f32203]:before{content:""}.icon-top-up[data-v-29f32203]:before{content:""}.icon-transactions[data-v-29f32203]:before{content:""}.icon-transfer-from[data-v-29f32203]:before{content:""}.icon-transfer-to[data-v-29f32203]:before{content:""}.icon-transfers[data-v-29f32203]:before{content:""}.icon-trash[data-v-29f32203]:before{content:""}.icon-trash-alt[data-v-29f32203]:before{content:""}.icon-trash-can[data-v-29f32203]:before{content:""}.icon-trash-loose[data-v-29f32203]:before{content:""}.icon-unfreeze[data-v-29f32203]:before{content:"";color:#555}.icon-user[data-v-29f32203]:before{content:""}.icon-user-circle[data-v-29f32203]:before{content:""}.icon-user-onboarding[data-v-29f32203]:before{content:""}.icon-user-profile[data-v-29f32203]:before{content:""}.icon-user-waiting[data-v-29f32203]:before{content:""}.icon-users[data-v-29f32203]:before{content:""}.icon-users-alt[data-v-29f32203]:before{content:""}.icon-users-thin[data-v-29f32203]:before{content:""}.icon-variables[data-v-29f32203]:before{content:""}.icon-verified[data-v-29f32203]:before{content:""}.icon-verified1[data-v-29f32203]:before{content:""}.icon-virtual[data-v-29f32203]:before{content:""}.icon-voucher[data-v-29f32203]:before{content:""}.icon-wallet[data-v-29f32203]:before{content:""}.icon-wallet-topup[data-v-29f32203]:before{content:""}.icon-wallets[data-v-29f32203]:before{content:""}.icon-withdrawal[data-v-29f32203]:before{content:""}[class^=icon-][data-v-29f32203]:before,[class*=" icon-"][data-v-29f32203]:before{font-size:1.6em}.v-notification[data-v-29f32203]{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon[data-v-29f32203]{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon[data-v-29f32203]:before{content:""}.v-notification__icon--info[data-v-29f32203]{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error[data-v-29f32203]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning[data-v-29f32203]{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success[data-v-29f32203]{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title[data-v-29f32203]{font-size:14px;color:#000}.v-notification .el-notification__content[data-v-29f32203]{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}.normal-mode[data-v-29f32203]{display:flex;align-items:center;gap:.625rem}.phone-code-mode[data-v-29f32203]{display:grid;grid-template-columns:1.5rem max(50px) auto;align-items:center;gap:.625rem}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=SearchMultiDropdown]>.formkit-wrapper>.formkit-inner{flex-direction:column;gap:.75rem;--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)}[data-type=SearchMultiDropdown] .formkit-selected-list{display:flex;width:100%;flex-direction:column;gap:.5rem;padding-left:.5rem;padding-right:.5rem}[data-type=SearchMultiDropdown] .formkit-selected-item{display:flex;height:2rem;align-items:center;gap:.625rem;font-size:.875rem;line-height:1.25rem}[data-type=SearchMultiDropdown] .dropdown-value{max-height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:start;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}.formkit-outer[data-invalid=true] .multiple-search-dropdown__selected,.formkit-outer[data-errors=true] .multiple-search-dropdown__selected{--tw-border-opacity: 1 !important;border-color:rgb(150 47 61 / var(--tw-border-opacity, 1))!important}.multiple-search-dropdown__wrapper{position:relative;width:100%}.multiple-search-dropdown__wrapper:focus-within>:first-child{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.multiple-search-dropdown__selected{display:flex;height:48px;width:100%;align-items:center;gap:.5rem;border-radius:.438rem;padding:.5rem 1rem;line-height:1.375rem;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-inset: inset;--tw-ring-opacity: 1;--tw-ring-color: rgb(204 206 225 / var(--tw-ring-opacity, 1))}.multiple-search-dropdown__selected:focus-visible{outline:2px solid transparent;outline-offset:2px}.multiple-search-dropdown__selected:disabled{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(149 149 149 / var(--tw-text-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.multiple-search-dropdown__selected:disabled>img{opacity:.45}.multiple-search-dropdown__selected input:disabled{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.multiple-search-dropdown__selected.small{height:40px;font-size:.875rem;line-height:1.25rem}.multiple-search-dropdown__chevron{margin-left:auto;height:1.5rem;width:1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.multiple-search-dropdown__list{position:absolute;top:3.375rem;z-index:2002;display:flex;width:100%;flex-direction:column;border-radius:.438rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(204 206 225 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem}.multiple-search-dropdown__list-info{display:flex;height:2rem;flex-shrink:0;align-items:center;justify-content:space-between}.multiple-search-dropdown__list-options{max-height:14.75rem;overflow-x:auto}.multiple-search-dropdown__list-options li{display:flex;height:3rem;cursor:pointer;align-items:center;gap:.625rem;border-radius:.5rem;padding:.5rem .625rem}.multiple-search-dropdown__list-options li:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.multiple-search-dropdown__list-options li:active{--tw-bg-opacity: 1;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))}.multiple-search-dropdown__list-options li:focus-visible{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1));outline:2px solid transparent;outline-offset:2px}.multiple-search-dropdown__list-options li .icon{margin-left:.125rem;display:inline-flex;height:1.25rem;width:1.25rem;min-width:1.25rem;align-items:center;justify-content:center;font-size:7px;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));border-radius:4px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(152 158 195 / var(--tw-border-opacity, 1))}.multiple-search-dropdown__list-options li .icon.icon-save{--tw-border-opacity: 1;border-color:rgb(43 43 43 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(43 43 43 / var(--tw-bg-opacity, 1))}.multiple-search-dropdown__list-options img{height:1.5rem;width:1.5rem}.multiple-search-dropdown__list input[type=text]{margin-bottom:.25rem;box-sizing:border-box;height:2rem;width:100%;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(204 206 225 / var(--tw-border-opacity, 1));padding-top:.5rem;padding-bottom:.5rem;font-size:1rem;line-height:1.4rem;outline:2px solid transparent;outline-offset:2px}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=CountryMultiDropdown][data-empty=true]>.formkit-wrapper>.formkit-inner{gap:0}[data-type=CountryMultiDropdown]>.formkit-wrapper>.formkit-inner{flex-direction:column;gap:.75rem;--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)}[data-type=CountryMultiDropdown] .formkit-selected-list{display:flex;width:100%;flex-direction:column;gap:.5rem;padding-left:.5rem;padding-right:.5rem}[data-type=CountryMultiDropdown] .formkit-selected-item{display:flex;height:2rem;align-items:center;gap:.625rem;font-size:.875rem;line-height:1.25rem}[data-type=CountryMultiDropdown] .formkit-selected-item img{height:1.5rem;width:1.5rem}.el-date-table{font-size:12px;-webkit-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:var(--el-datepicker-text-color)}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child .el-date-table-cell{border-bottom-left-radius:15px;border-top-left-radius:15px;margin-left:5px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child .el-date-table-cell{border-bottom-right-radius:15px;border-top-right-radius:15px;margin-right:5px}.el-date-table.is-week-mode .el-date-table__row.current .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table td{box-sizing:border-box;cursor:pointer;height:30px;padding:4px 0;position:relative;text-align:center;width:32px}.el-date-table td .el-date-table-cell{box-sizing:border-box;height:30px;padding:3px 0}.el-date-table td .el-date-table-cell .el-date-table-cell__text{border-radius:50%;display:block;height:24px;left:50%;line-height:24px;margin:0 auto;position:absolute;transform:translate(-50%);width:24px}.el-date-table td.next-month,.el-date-table td.prev-month{color:var(--el-datepicker-off-text-color)}.el-date-table td.today{position:relative}.el-date-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:700}.el-date-table td.today.end-date .el-date-table-cell__text,.el-date-table td.today.start-date .el-date-table-cell__text{color:#fff}.el-date-table td.available:hover{color:var(--el-datepicker-hover-text-color)}.el-date-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-date-table td.current:not(.disabled) .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#fff}.el-date-table td.current:not(.disabled):focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-date-table td.end-date .el-date-table-cell,.el-date-table td.start-date .el-date-table-cell{color:#fff}.el-date-table td.end-date .el-date-table-cell__text,.el-date-table td.start-date .el-date-table-cell__text{background-color:var(--el-datepicker-active-color)}.el-date-table td.start-date .el-date-table-cell{border-bottom-left-radius:15px;border-top-left-radius:15px;margin-left:5px}.el-date-table td.end-date .el-date-table-cell{border-bottom-right-radius:15px;border-top-right-radius:15px;margin-right:5px}.el-date-table td.disabled .el-date-table-cell{background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);cursor:not-allowed;opacity:1}.el-date-table td.selected .el-date-table-cell{border-radius:15px;margin-left:5px;margin-right:5px}.el-date-table td.selected .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);border-radius:15px;color:#fff}.el-date-table td.week{color:var(--el-datepicker-header-text-color);font-size:80%}.el-date-table td:focus{outline:none}.el-date-table th{border-bottom:1px solid var(--el-border-color-lighter);color:var(--el-datepicker-header-text-color);font-weight:400;padding:5px}.el-month-table{border-collapse:collapse;font-size:12px;margin:-1px}.el-month-table td{cursor:pointer;padding:8px 0;position:relative;text-align:center;width:68px}.el-month-table td .el-date-table-cell{box-sizing:border-box;height:48px;padding:6px 0}.el-month-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:700}.el-month-table td.today.end-date .el-date-table-cell__text,.el-month-table td.today.start-date .el-date-table-cell__text{color:#fff}.el-month-table td.disabled .el-date-table-cell__text{background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);cursor:not-allowed}.el-month-table td.disabled .el-date-table-cell__text:hover{color:var(--el-text-color-placeholder)}.el-month-table td .el-date-table-cell__text{border-radius:18px;color:var(--el-datepicker-text-color);display:block;height:36px;left:50%;line-height:36px;margin:0 auto;position:absolute;transform:translate(-50%);width:54px}.el-month-table td .el-date-table-cell__text:hover{color:var(--el-datepicker-hover-text-color)}.el-month-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-month-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-month-table td.end-date .el-date-table-cell,.el-month-table td.start-date .el-date-table-cell{color:#fff}.el-month-table td.end-date .el-date-table-cell__text,.el-month-table td.start-date .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#fff}.el-month-table td.start-date .el-date-table-cell{border-bottom-left-radius:24px;border-top-left-radius:24px;margin-left:3px}.el-month-table td.end-date .el-date-table-cell{border-bottom-right-radius:24px;border-top-right-radius:24px;margin-right:3px}.el-month-table td.current:not(.disabled) .el-date-table-cell{border-radius:24px;margin-left:3px;margin-right:3px}.el-month-table td.current:not(.disabled) .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#fff}.el-month-table td:focus-visible{outline:none}.el-month-table td:focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-year-table{border-collapse:collapse;font-size:12px;margin:-1px}.el-year-table .el-icon{color:var(--el-datepicker-icon-color)}.el-year-table td{cursor:pointer;padding:8px 0;position:relative;text-align:center;width:68px}.el-year-table td .el-date-table-cell{box-sizing:border-box;height:48px;padding:6px 0}.el-year-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:700}.el-year-table td.today.end-date .el-date-table-cell__text,.el-year-table td.today.start-date .el-date-table-cell__text{color:#fff}.el-year-table td.disabled .el-date-table-cell__text{background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);cursor:not-allowed}.el-year-table td.disabled .el-date-table-cell__text:hover{color:var(--el-text-color-placeholder)}.el-year-table td .el-date-table-cell__text{border-radius:18px;color:var(--el-datepicker-text-color);display:block;height:36px;left:50%;line-height:36px;margin:0 auto;position:absolute;transform:translate(-50%);width:60px}.el-year-table td .el-date-table-cell__text:hover{color:var(--el-datepicker-hover-text-color)}.el-year-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-year-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-year-table td.end-date .el-date-table-cell,.el-year-table td.start-date .el-date-table-cell{color:#fff}.el-year-table td.end-date .el-date-table-cell__text,.el-year-table td.start-date .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#fff}.el-year-table td.start-date .el-date-table-cell{border-bottom-left-radius:24px;border-top-left-radius:24px}.el-year-table td.end-date .el-date-table-cell{border-bottom-right-radius:24px;border-top-right-radius:24px}.el-year-table td.current:not(.disabled) .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#fff}.el-year-table td:focus-visible{outline:none}.el-year-table td:focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{display:inline-block;max-height:192px;overflow:auto;position:relative;vertical-align:top;width:50%}.el-time-spinner__wrapper.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{box-sizing:border-box;overflow:hidden;text-align:center}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.is-disabled):not(.is-active){background:var(--el-fill-color-light);cursor:default}.el-time-spinner__arrow{color:var(--el-text-color-secondary);cursor:pointer;font-size:12px;height:30px;left:0;line-height:30px;position:absolute;text-align:center;width:100%;z-index:var(--el-index-normal)}.el-time-spinner__arrow:hover{color:var(--el-color-primary)}.el-time-spinner__arrow.arrow-up{top:10px}.el-time-spinner__arrow.arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__list{list-style:none;margin:0}.el-time-spinner__list:after,.el-time-spinner__list:before{content:"";display:block;height:80px;width:100%}.el-time-spinner__item{color:var(--el-text-color-regular);font-size:12px;height:32px;line-height:32px}.el-time-spinner__item:hover:not(.is-disabled):not(.is-active){background:var(--el-fill-color-light);cursor:pointer}.el-time-spinner__item.is-active:not(.is-disabled){color:var(--el-text-color-primary);font-weight:700}.el-time-spinner__item.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-picker__popper{--el-datepicker-border-color:var(--el-disabled-border-color)}.el-picker__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-picker__popper.el-popper,.el-picker__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-datepicker-border-color)}.el-picker__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-picker__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-picker__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-picker__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-date-editor{--el-date-editor-width:220px;--el-date-editor-monthrange-width:300px;--el-date-editor-daterange-width:350px;--el-date-editor-datetimerange-width:400px;--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;position:relative;text-align:left;vertical-align:middle}.el-date-editor.el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset}.el-date-editor.el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-date-editor.el-input,.el-date-editor.el-input__wrapper{height:var(--el-input-height,var(--el-component-size));width:var(--el-date-editor-width)}.el-date-editor--monthrange{--el-date-editor-width:var(--el-date-editor-monthrange-width)}.el-date-editor--daterange,.el-date-editor--timerange{--el-date-editor-width:var(--el-date-editor-daterange-width)}.el-date-editor--datetimerange{--el-date-editor-width:var(--el-date-editor-datetimerange-width)}.el-date-editor--dates .el-input__wrapper{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .clear-icon,.el-date-editor .close-icon{cursor:pointer}.el-date-editor .clear-icon:hover{color:var(--el-input-clear-hover-color)}.el-date-editor .el-range__icon{color:var(--el-text-color-placeholder);float:left;font-size:14px;height:inherit}.el-date-editor .el-range__icon svg{vertical-align:middle}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--el-text-color-regular);display:inline-block;font-size:var(--el-font-size-base);height:30px;line-height:30px;margin:0;outline:none;padding:0;text-align:center;width:39%}.el-date-editor .el-range-input::placeholder{color:var(--el-text-color-placeholder)}.el-date-editor .el-range-separator{align-items:center;color:var(--el-text-color-primary);display:inline-flex;flex:1;font-size:14px;height:100%;justify-content:center;margin:0;overflow-wrap:break-word;padding:0 5px}.el-date-editor .el-range__close-icon{color:var(--el-text-color-placeholder);cursor:pointer;font-size:14px;height:inherit;width:unset}.el-date-editor .el-range__close-icon:hover{color:var(--el-input-clear-hover-color)}.el-date-editor .el-range__close-icon svg{vertical-align:middle}.el-date-editor .el-range__close-icon--hidden{opacity:0;visibility:hidden}.el-range-editor.el-input__wrapper{align-items:center;display:inline-flex;padding:0 10px;vertical-align:middle}.el-range-editor.is-active,.el-range-editor.is-active:hover{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-range-editor--large{line-height:var(--el-component-size-large)}.el-range-editor--large.el-input__wrapper{height:var(--el-component-size-large)}.el-range-editor--large .el-range-separator{font-size:14px;line-height:40px}.el-range-editor--large .el-range-input{font-size:14px;height:38px;line-height:38px}.el-range-editor--small{line-height:var(--el-component-size-small)}.el-range-editor--small.el-input__wrapper{height:var(--el-component-size-small)}.el-range-editor--small .el-range-separator{font-size:12px;line-height:24px}.el-range-editor--small .el-range-input{font-size:12px;height:22px;line-height:22px}.el-range-editor.is-disabled{background-color:var(--el-disabled-bg-color);color:var(--el-disabled-text-color);cursor:not-allowed;pointer-events:none}.el-range-editor.is-disabled,.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:var(--el-disabled-border-color)}.el-range-editor.is-disabled input{background-color:var(--el-disabled-bg-color);color:var(--el-disabled-text-color);cursor:not-allowed}.el-range-editor.is-disabled input::placeholder{color:var(--el-text-color-placeholder)}.el-range-editor.is-disabled .el-range-separator{color:var(--el-disabled-text-color)}.el-picker-panel{background:var(--el-bg-color-overlay);border-radius:var(--el-border-radius-base);color:var(--el-text-color-regular);line-height:30px}.el-picker-panel .el-time-panel{background-color:var(--el-bg-color-overlay);border:1px solid var(--el-datepicker-border-color);box-shadow:var(--el-box-shadow-light);margin:5px 0}.el-picker-panel__body-wrapper:after,.el-picker-panel__body:after{clear:both;content:"";display:table}.el-picker-panel__content{margin:15px;position:relative}.el-picker-panel__footer{background-color:var(--el-bg-color-overlay);border-top:1px solid var(--el-datepicker-inner-border-color);font-size:0;padding:4px 12px;position:relative;text-align:right}.el-picker-panel__shortcut{background-color:transparent;border:0;color:var(--el-datepicker-text-color);cursor:pointer;display:block;font-size:14px;line-height:28px;outline:none;padding-left:12px;text-align:left;width:100%}.el-picker-panel__shortcut:hover{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:var(--el-datepicker-active-color)}.el-picker-panel__btn{background-color:transparent;border:1px solid var(--el-fill-color-darker);border-radius:2px;color:var(--el-text-color-primary);cursor:pointer;font-size:12px;line-height:24px;outline:none;padding:0 20px}.el-picker-panel__btn[disabled]{color:var(--el-text-color-disabled);cursor:not-allowed}.el-picker-panel__icon-btn{background:transparent;border:0;color:var(--el-datepicker-icon-color);cursor:pointer;font-size:12px;margin-top:8px;outline:none}.el-picker-panel__icon-btn:hover{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__icon-btn:focus-visible{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__icon-btn.is-disabled{color:var(--el-text-color-disabled)}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__icon-btn .el-icon{cursor:pointer;font-size:inherit}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{background-color:var(--el-bg-color-overlay);border-right:1px solid var(--el-datepicker-inner-border-color);bottom:0;box-sizing:border-box;overflow:auto;padding-top:6px;position:absolute;top:0;width:110px}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{--el-datepicker-text-color:var(--el-text-color-regular);--el-datepicker-off-text-color:var(--el-text-color-placeholder);--el-datepicker-header-text-color:var(--el-text-color-regular);--el-datepicker-icon-color:var(--el-text-color-primary);--el-datepicker-border-color:var(--el-disabled-border-color);--el-datepicker-inner-border-color:var(--el-border-color-light);--el-datepicker-inrange-bg-color:var(--el-border-color-extra-light);--el-datepicker-inrange-hover-bg-color:var(--el-border-color-extra-light);--el-datepicker-active-color:var(--el-color-primary);--el-datepicker-hover-text-color:var(--el-color-primary);width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{display:table-cell;padding:0 5px;position:relative}.el-date-picker__time-header{border-bottom:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;display:table;font-size:12px;padding:8px 5px 5px;position:relative;width:100%}.el-date-picker__header{padding:12px 12px 0;text-align:center}.el-date-picker__header--bordered{border-bottom:1px solid var(--el-border-color-lighter);margin-bottom:0;padding-bottom:12px}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{color:var(--el-text-color-regular);cursor:pointer;font-size:16px;font-weight:500;line-height:22px;padding:0 5px;text-align:center}.el-date-picker__header-label:hover{color:var(--el-datepicker-hover-text-color)}.el-date-picker__header-label:focus-visible{color:var(--el-datepicker-hover-text-color);outline:none}.el-date-picker__header-label.active{color:var(--el-datepicker-active-color)}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{cursor:pointer;float:left;line-height:30px;margin-left:10px}.el-date-picker .el-time-panel{position:absolute}.el-date-range-picker{--el-datepicker-text-color:var(--el-text-color-regular);--el-datepicker-off-text-color:var(--el-text-color-placeholder);--el-datepicker-header-text-color:var(--el-text-color-regular);--el-datepicker-icon-color:var(--el-text-color-primary);--el-datepicker-border-color:var(--el-disabled-border-color);--el-datepicker-inner-border-color:var(--el-border-color-light);--el-datepicker-inrange-bg-color:var(--el-border-color-extra-light);--el-datepicker-inrange-hover-bg-color:var(--el-border-color-extra-light);--el-datepicker-active-color:var(--el-color-primary);--el-datepicker-hover-text-color:var(--el-color-primary);width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{height:28px;position:relative;text-align:center}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{box-sizing:border-box;float:left;margin:0;padding:16px;width:50%}.el-date-range-picker__content.is-left{border-right:1px solid var(--el-datepicker-inner-border-color)}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{border-bottom:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;display:table;font-size:12px;padding:8px 5px 5px;position:relative;width:100%}.el-date-range-picker__time-header>.el-icon-arrow-right{color:var(--el-datepicker-icon-color);display:table-cell;font-size:20px;vertical-align:middle}.el-date-range-picker__time-picker-wrap{display:table-cell;padding:0 5px;position:relative}.el-date-range-picker__time-picker-wrap .el-picker-panel{background:#fff;position:absolute;right:0;top:13px;z-index:1}.el-date-range-picker__time-picker-wrap .el-time-panel{position:absolute}.el-time-range-picker{overflow:visible;width:354px}.el-time-range-picker__content{padding:10px;position:relative;text-align:center;z-index:1}.el-time-range-picker__cell{box-sizing:border-box;display:inline-block;margin:0;padding:4px 7px 7px;width:50%}.el-time-range-picker__header{font-size:14px;margin-bottom:5px;text-align:center}.el-time-range-picker__body{border:1px solid var(--el-datepicker-border-color);border-radius:2px}.el-time-panel{border-radius:2px;box-sizing:content-box;left:0;position:relative;-webkit-user-select:none;user-select:none;width:180px;z-index:var(--el-index-top)}.el-time-panel__content{font-size:0;overflow:hidden;position:relative}.el-time-panel__content:after,.el-time-panel__content:before{box-sizing:border-box;content:"";height:32px;left:0;margin-top:-16px;padding-top:6px;position:absolute;right:0;text-align:left;top:50%;z-index:-1}.el-time-panel__content:after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content:before{border-bottom:1px solid var(--el-border-color-light);border-top:1px solid var(--el-border-color-light);margin-left:12%;margin-right:12%;padding-left:50%}.el-time-panel__content.has-seconds:after{left:66.6666666667%}.el-time-panel__content.has-seconds:before{padding-left:33.3333333333%}.el-time-panel__footer{border-top:1px solid var(--el-timepicker-inner-border-color,var(--el-border-color-light));box-sizing:border-box;height:36px;line-height:25px;padding:4px;text-align:right}.el-time-panel__btn{background-color:transparent;border:none;color:var(--el-text-color-primary);cursor:pointer;font-size:12px;line-height:28px;margin:0 5px;outline:none;padding:0 5px}.el-time-panel__btn.confirm{color:var(--el-timepicker-active-color,var(--el-color-primary));font-weight:800}.el-textarea{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;display:inline-block;font-size:var(--el-font-size-base);position:relative;vertical-align:bottom;width:100%}.el-textarea__inner{-webkit-appearance:none;background-color:var(--el-input-bg-color,var(--el-fill-color-blank));background-image:none;border:none;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;box-sizing:border-box;color:var(--el-input-text-color,var(--el-text-color-regular));display:block;font-family:inherit;font-size:inherit;line-height:1.5;padding:5px 11px;position:relative;resize:vertical;transition:var(--el-transition-box-shadow);width:100%}.el-textarea__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-textarea__inner:focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset;outline:none}.el-textarea .el-input__count{background:var(--el-fill-color-blank);bottom:5px;color:var(--el-color-info);font-size:12px;line-height:14px;position:absolute;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:var(--el-disabled-bg-color);box-shadow:0 0 0 1px var(--el-disabled-border-color) inset;color:var(--el-disabled-text-color);cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:var(--el-text-color-placeholder)}.el-textarea.is-exceed .el-textarea__inner{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-textarea.is-exceed .el-input__count{color:var(--el-color-danger)}.el-input{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;--el-input-height:var(--el-component-size);box-sizing:border-box;display:inline-flex;font-size:var(--el-font-size-base);line-height:var(--el-input-height);position:relative;vertical-align:middle;width:var(--el-input-width)}.el-input::-webkit-scrollbar{width:6px;z-index:11}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{background:var(--el-text-color-disabled);border-radius:5px;width:6px}.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track{background:var(--el-fill-color-blank)}.el-input::-webkit-scrollbar-track-piece{background:var(--el-fill-color-blank);width:6px}.el-input .el-input__clear,.el-input .el-input__password{color:var(--el-input-icon-color);cursor:pointer;font-size:14px}.el-input .el-input__clear:hover,.el-input .el-input__password:hover{color:var(--el-input-clear-hover-color)}.el-input .el-input__count{align-items:center;color:var(--el-color-info);display:inline-flex;font-size:12px;height:100%}.el-input .el-input__count .el-input__count-inner{background:var(--el-fill-color-blank);display:inline-block;line-height:normal;padding-left:8px}.el-input__wrapper{align-items:center;background-color:var(--el-input-bg-color,var(--el-fill-color-blank));background-image:none;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;cursor:text;display:inline-flex;flex-grow:1;justify-content:center;padding:1px 11px;transform:translateZ(0);transition:var(--el-transition-box-shadow)}.el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-input{--el-input-inner-height:calc(var(--el-input-height, 32px) - 2px)}.el-input__inner{-webkit-appearance:none;background:none;border:none;box-sizing:border-box;color:var(--el-input-text-color,var(--el-text-color-regular));flex-grow:1;font-size:inherit;height:var(--el-input-inner-height);line-height:var(--el-input-inner-height);outline:none;padding:0;width:100%}.el-input__inner:focus{outline:none}.el-input__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input__inner[type=password]::-ms-reveal{display:none}.el-input__inner[type=number]{line-height:1}.el-input__prefix{color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:inline-flex;flex-shrink:0;flex-wrap:nowrap;height:100%;line-height:var(--el-input-inner-height);pointer-events:none;text-align:center;transition:all var(--el-transition-duration);white-space:nowrap}.el-input__prefix-inner{align-items:center;display:inline-flex;justify-content:center;pointer-events:all}.el-input__prefix-inner>:last-child{margin-right:8px}.el-input__prefix-inner>:first-child,.el-input__prefix-inner>:first-child.el-input__icon{margin-left:0}.el-input__suffix{color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:inline-flex;flex-shrink:0;flex-wrap:nowrap;height:100%;line-height:var(--el-input-inner-height);pointer-events:none;text-align:center;transition:all var(--el-transition-duration);white-space:nowrap}.el-input__suffix-inner{align-items:center;display:inline-flex;justify-content:center;pointer-events:all}.el-input__suffix-inner>:first-child{margin-left:8px}.el-input .el-input__icon{align-items:center;display:flex;height:inherit;justify-content:center;line-height:inherit;margin-left:8px;transition:all var(--el-transition-duration)}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-color, ) inset}.el-input.is-disabled{cursor:not-allowed}.el-input.is-disabled .el-input__wrapper{background-color:var(--el-disabled-bg-color);box-shadow:0 0 0 1px var(--el-disabled-border-color) inset;cursor:not-allowed;pointer-events:none}.el-input.is-disabled .el-input__inner{color:var(--el-disabled-text-color);-webkit-text-fill-color:var(--el-disabled-text-color);cursor:not-allowed}.el-input.is-disabled .el-input__inner::placeholder{color:var(--el-text-color-placeholder)}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__wrapper{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-input.is-exceed .el-input__suffix .el-input__count{color:var(--el-color-danger)}.el-input--large{--el-input-height:var(--el-component-size-large);font-size:14px}.el-input--large .el-input__wrapper{padding:1px 15px}.el-input--large{--el-input-inner-height:calc(var(--el-input-height, 40px) - 2px)}.el-input--small{--el-input-height:var(--el-component-size-small);font-size:12px}.el-input--small .el-input__wrapper{padding:1px 7px}.el-input--small{--el-input-inner-height:calc(var(--el-input-height, 24px) - 2px)}.el-input-group{align-items:stretch;display:inline-flex;width:100%}.el-input-group__append,.el-input-group__prepend{align-items:center;background-color:var(--el-fill-color-light);border-radius:var(--el-input-border-radius);color:var(--el-color-info);display:inline-flex;justify-content:center;min-height:100%;padding:0 20px;position:relative;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:none}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:0 -20px}.el-input-group__append button.el-button,.el-input-group__append button.el-button:hover,.el-input-group__append div.el-select .el-select__wrapper,.el-input-group__append div.el-select:hover .el-select__wrapper,.el-input-group__prepend button.el-button,.el-input-group__prepend button.el-button:hover,.el-input-group__prepend div.el-select .el-select__wrapper,.el-input-group__prepend div.el-select:hover .el-select__wrapper{background-color:transparent;border-color:transparent;color:inherit}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;box-shadow:1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset}.el-input-group__append{border-left:0;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.el-input-group--prepend>.el-input__wrapper,.el-input-group__append{border-bottom-left-radius:0;border-top-left-radius:0}.el-input-group--prepend .el-input-group__prepend .el-select .el-select__wrapper{border-bottom-right-radius:0;border-top-right-radius:0;box-shadow:1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset}.el-input-group--append>.el-input__wrapper{border-bottom-right-radius:0;border-top-right-radius:0}.el-input-group--append .el-input-group__append .el-select .el-select__wrapper{border-bottom-left-radius:0;border-top-left-radius:0;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.el-input-hidden{display:none!important}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=DateInput] .el-input{height:3rem;width:100%;border-style:none}[data-type=DateInput] .el-input__wrapper,[data-type=DateInput] .el-input__inner{border-style:none;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1));--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)}[data-type=DateInput] .el-input__wrapper.is-focus,[data-type=DateInput] .el-input__wrapper:focus,[data-type=DateInput] .el-input__inner.is-focus,[data-type=DateInput] .el-input__inner:focus{border-style:none!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}[data-type=DateInput] .el-input__inner{padding-left:1rem!important;padding-right:1rem!important;font-size:1rem!important;line-height:1.4rem!important;font-weight:400!important}[data-type=DateInput] .el-input__prefix{left:initial!important;right:1rem!important}[data-type=DateInput] .el-icon{margin-right:0!important;--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=FilterCheckbox] .formkit-label{display:none!important}[data-type=FilterCheckbox] .formkit-wrapper .formkit-wrapper{height:2.5rem}[data-type=FilterCheckbox] .formkit-outer{margin-bottom:0!important}[data-type=FilterCheckbox] .formkit-inner{--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)}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-disabled=true]:not([data-type=repeater])[data-type=OtpInput]{opacity:1!important}[data-disabled=true]:not([data-type=repeater]) [data-type=OtpInput]{opacity:1!important}[data-type=OtpInput] .formkit-inner{position:relative;flex-direction:column;align-items:flex-start;--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)}[data-disabled=true]:not([data-type=repeater])[data-type=OtpInput] .formkit-inner{pointer-events:auto!important;cursor:auto!important;background-color:transparent!important}[data-disabled=true]:not([data-type=repeater]) [data-type=OtpInput] .formkit-inner{pointer-events:auto!important;cursor:auto!important;background-color:transparent!important}[data-type=OtpInput] .formkit-loader{display:flex;align-items:center}[data-type=OtpInput] .formkit-loader:before{display:block;height:1.25rem;width:1.25rem}@keyframes spin{to{transform:rotate(360deg)}}[data-type=OtpInput] .formkit-loader:before{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(43 43 43 / var(--tw-border-opacity, 1));border-top-color:transparent}[data-loading=true]:not([data-type=repeater])[data-type=OtpInput] .formkit-loader:before{--tw-content: "";content:var(--tw-content)}[data-loading=true]:not([data-type=repeater]) [data-type=OtpInput] .formkit-loader:before{--tw-content: "";content:var(--tw-content)}[data-type=OtpInput] .formkit-messages{position:static!important}.formkit-digits{margin-bottom:.25rem;display:flex;gap:.5rem}.formkit-digit{height:3rem;width:3rem;border-radius:.438rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(204 206 225 / var(--tw-border-opacity, 1));padding:.5rem 1rem;text-align:center;caret-color:#000}.formkit-digit:focus{border-width:2px;--tw-border-opacity: 1;border-color:rgb(43 43 43 / var(--tw-border-opacity, 1));outline-width:0px}.formkit-digit:disabled{--tw-border-opacity: 1;border-color:rgb(229 231 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(106 106 106 / var(--tw-text-opacity, 1))}.formkit-digit *::-moz-selection{background-color:transparent}.formkit-digit *::selection{background-color:transparent}.formkit-digit::-moz-selection{background-color:transparent}.formkit-digit::selection{background-color:transparent}.formkit-digit:focus-visible{outline:unset}.formkit-countdown{margin-top:.25rem}.formkit-countdown>span{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity, 1))}.formkit-countdown>span>b{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-disabled=true]:not([data-type=repeater])[data-type=PasswordWithHint]{opacity:1!important}[data-disabled=true]:not([data-type=repeater]) [data-type=PasswordWithHint]{opacity:1!important}[data-type=PasswordWithHint] .formkit-inner{position:relative;display:flex;flex-direction:column;align-items:flex-start;--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)}[data-disabled=true]:not([data-type=repeater])[data-type=PasswordWithHint] .formkit-inner{pointer-events:auto!important;cursor:auto!important;background-color:transparent!important}[data-disabled=true]:not([data-type=repeater]) [data-type=PasswordWithHint] .formkit-inner{pointer-events:auto!important;cursor:auto!important;background-color:transparent!important}[data-type=PasswordWithHint] .password-input-wrapper{display:flex;width:100%;align-items:center;height:3rem;border-radius:.438rem;border-width:1px;text-align:center;caret-color:#000}[data-type=PasswordWithHint] .password-input-wrapper:focus{border-width:2px;--tw-border-opacity: 1;border-color:rgb(43 43 43 / var(--tw-border-opacity, 1));outline-width:0px}[data-type=PasswordWithHint] .password-input-wrapper:disabled{--tw-border-opacity: 1;border-color:rgb(229 231 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(106 106 106 / var(--tw-text-opacity, 1))}[data-type=PasswordWithHint] .password-input-wrapper *::-moz-selection{background-color:transparent}[data-type=PasswordWithHint] .password-input-wrapper *::selection{background-color:transparent}[data-type=PasswordWithHint] .password-input-wrapper::-moz-selection{background-color:transparent}[data-type=PasswordWithHint] .password-input-wrapper::selection{background-color:transparent}[data-type=PasswordWithHint] .password-input-wrapper{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-inset: inset;--tw-ring-opacity: 1;--tw-ring-color: rgb(204 206 225 / var(--tw-ring-opacity, 1))}[data-type=PasswordWithHint] .password-input-wrapper:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}[data-type=PasswordWithHint] .password-input-wrapper:focus-within>label:first-child{--tw-text-opacity: 1;color:rgb(161 182 198 / var(--tw-text-opacity, 1))}[data-type=PasswordWithHint] .password-input-wrapper:focus-visible{outline:unset}[data-type=PasswordWithHint] .password-input-wrapper input{height:3rem;padding-top:.5rem;padding-bottom:.5rem}[data-type=PasswordWithHint] i:before{font-size:24px;line-height:1.4}.password-helper{display:flex!important;flex-direction:column!important;gap:.25rem!important;padding:.75rem .5rem!important;font-size:.75rem!important;line-height:1.05rem!important;--tw-text-opacity: 1 !important;color:rgb(85 85 85 / var(--tw-text-opacity, 1))!important}.password-helper-title{font-family:Inter,sans-serif!important;font-weight:500!important;line-height:1.25rem!important}.password-helper-message{display:flex!important;align-items:center!important;gap:.25rem!important;font-family:Inter,sans-serif!important;line-height:1.25rem!important}.password-helper-strength{margin-top:.375rem!important;margin-bottom:.375rem!important;width:100%!important;font-family:Inter,sans-serif!important}.password-helper-strength .password-helper-title{margin-bottom:.25rem}.password-helper-strength-line{height:.375rem;width:100%;border-radius:8px;--tw-bg-opacity: 1;background-color:rgb(229 231 240 / var(--tw-bg-opacity, 1))}.password-helper-strength-line-progress{display:block;height:100%;border-radius:8px}.password-helper i:before{font-size:.875rem;line-height:1.25rem}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=PhoneInput]>.formkit-wrapper>.formkit-inner{gap:.25rem;--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)}[data-type=PhoneInput].formkit-outer[data-invalid=true] [data-type=TextPatternInput] .formkit-inner,[data-type=PhoneInput].formkit-outer[data-errors=true] [data-type=TextPatternInput] .formkit-inner{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(150 47 61 / var(--tw-ring-opacity, 1)) !important}[data-type=PhoneInput] [data-type=CountryDropdown]>.formkit-wrapper>.formkit-inner,[data-type=PhoneInput] [data-type=CountryDropdown] .formkit-dropdown-wrapper{position:static!important}[data-type=PhoneInput] [data-type=CountryDropdown] .formkit-selected{width:6.5rem}[data-type=PhoneInput] [data-type=CountryDropdown] .formkit-selected .overflow-hidden{overflow:visible!important}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=RadioCard] .formkit-inner{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;--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)}[data-type=RadioCard] .formkit-inner .formkit-input{width:0;padding:0}[data-type=RadioCard] .formkit-inner .formkit-wrapper{display:flex;height:min(66px);width:100%;cursor:pointer;align-items:center;gap:.75rem;padding:.688rem 1rem;border-radius:7px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}[data-type=RadioCard] .formkit-inner .formkit-wrapper:hover{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity, 1))}[data-type=RadioCard] .formkit-inner .formkit-wrapper{transition-property:border;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}[data-type=RadioCard] .formkit-inner .formkit-wrapper:before{margin:.75rem;display:block;height:.75rem;width:.75rem;--tw-content: "";content:var(--tw-content);border-radius:50%;outline-style:solid;outline-width:1px;outline-offset:5px;outline-color:#e5e7f0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}[data-type=RadioCard] .formkit-inner .formkit-wrapper[data-checked=true]{--tw-border-opacity: 1;border-color:rgb(20 102 254 / var(--tw-border-opacity, 1))}[data-type=RadioCard] .formkit-inner .formkit-wrapper[data-checked=true]:hover{--tw-border-opacity: 1;border-color:rgb(1 83 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}[data-type=RadioCard] .formkit-inner .formkit-wrapper[data-checked=true]:before{--tw-bg-opacity: 1;background-color:rgb(20 102 254 / var(--tw-bg-opacity, 1));outline-color:#1466fe}[data-type=RadioCard] .formkit-inner .formkit-wrapper[data-checked=true]:hover:before{--tw-bg-opacity: 1;background-color:rgb(1 83 235 / var(--tw-bg-opacity, 1));outline-color:#0153eb}[data-type=RadioCard] .formkit-inner .formkit-radio{display:flex;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-direction:column;justify-content:center;gap:.125rem}[data-type=RadioCard] .formkit-inner .formkit-label{font-size:1rem;line-height:1.4rem;font-weight:400;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}[data-type=RadioCard] .formkit-inner .formkit-description{font-size:.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}[data-type=RadioCard] .formkit-inner .formkit-description:not(:empty){display:none}.tile[data-v-2bb492b5]{display:flex;min-height:206px;width:192px;flex-direction:column;align-items:center;padding:2.5rem 1rem 2rem;border-radius:12px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(242 243 247 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));text-align:center;--tw-shadow: 0px 0px 4px 0px rgba(159, 159, 159, .25);--tw-shadow-colored: 0px 0px 4px 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)}.tile[data-v-2bb492b5]:hover{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity, 1))}.tile[data-v-2bb492b5]:active{--tw-bg-opacity: 1;background-color:rgb(242 243 247 / var(--tw-bg-opacity, 1))}.icon[data-v-2bb492b5]{margin-bottom:1rem;display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(1 83 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.icon i[data-v-2bb492b5]:before{font-size:23px}.title[data-v-2bb492b5]{padding-bottom:.5rem;font-weight:600;letter-spacing:.08px;--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}p[data-v-2bb492b5]{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=RadioTile] .formkit-inner{display:flex;justify-content:center;gap:1.5rem;--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)}[data-type=RadioTile] .formkit-inner .formkit-input{width:0;padding:0}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}[data-type=SwitchInput] .formkit-wrapper{display:flex;min-width:100%;justify-content:space-between;gap:1rem}[data-type=SwitchInput] .formkit-inner{display:flex;justify-content:center;--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)}[data-type=SwitchInput] .formkit-input{position:relative;margin-right:.625rem;height:1.125rem;width:1.875rem;cursor:pointer;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(161 182 198 / var(--tw-bg-opacity, 1));padding:0}[data-type=SwitchInput] .formkit-input:after{position:absolute;top:.125rem;left:.125rem;height:.875rem;width:.875rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-content: "";content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}[data-type=SwitchInput] .formkit-input:checked{--tw-bg-opacity: 1;background-color:rgb(27 85 233 / var(--tw-bg-opacity, 1))}[data-type=SwitchInput] .formkit-input:checked:after{left:calc(100% - 16px)}[data-type=SwitchInput] .formkit-wrapper:has([data-old-style=true]) .formkit-label{padding:0!important;font-family:Inter,sans-serif!important;font-size:.75rem!important;line-height:1.05rem!important;font-weight:500!important;--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}[data-type=SwitchInput] .formkit-wrapper:has([data-old-style=true]) .formkit-input{margin-right:0;height:1.25rem;width:2.5rem;--tw-bg-opacity: 1;background-color:rgb(238 243 250 / var(--tw-bg-opacity, 1))}[data-type=SwitchInput] .formkit-wrapper:has([data-old-style=true]) .formkit-input:after{left:1px;height:1rem;width:1rem;--tw-bg-opacity: 1;background-color:rgb(158 159 161 / var(--tw-bg-opacity, 1))}[data-type=SwitchInput] .formkit-wrapper:has([data-old-style=true]) .formkit-input:checked:after{left:calc(100% - 17px);--tw-bg-opacity: 1;background-color:rgb(27 85 233 / var(--tw-bg-opacity, 1))}.el-upload{--el-upload-dragger-padding-horizontal:40px;--el-upload-dragger-padding-vertical:10px;align-items:center;cursor:pointer;display:inline-flex;justify-content:center;outline:none}.el-upload.is-disabled{cursor:not-allowed}.el-upload.is-disabled:focus{color:inherit}.el-upload.is-disabled:focus,.el-upload.is-disabled:focus .el-upload-dragger{border-color:var(--el-border-color-darker)}.el-upload.is-disabled .el-upload-dragger{background-color:var(--el-disabled-bg-color);cursor:not-allowed}.el-upload.is-disabled .el-upload-dragger .el-upload__text{color:var(--el-text-color-placeholder)}.el-upload.is-disabled .el-upload-dragger .el-upload__text em{color:var(--el-disabled-text-color)}.el-upload.is-disabled .el-upload-dragger:hover{border-color:var(--el-border-color-darker)}.el-upload__input{display:none}.el-upload__tip{color:var(--el-text-color-regular);font-size:12px;margin-top:7px}.el-upload iframe{filter:alpha(opacity=0);left:0;opacity:0;position:absolute;top:0;z-index:-1}.el-upload--picture-card{--el-upload-picture-card-size:148px;align-items:center;background-color:var(--el-fill-color-lighter);border:1px dashed var(--el-border-color-darker);border-radius:6px;box-sizing:border-box;cursor:pointer;display:inline-flex;height:var(--el-upload-picture-card-size);justify-content:center;vertical-align:top;width:var(--el-upload-picture-card-size)}.el-upload--picture-card>i{color:var(--el-text-color-secondary);font-size:28px}.el-upload--picture-card:hover{border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-upload.is-drag{display:block}.el-upload:focus{color:var(--el-color-primary)}.el-upload:focus,.el-upload:focus .el-upload-dragger{border-color:var(--el-color-primary)}.el-upload-dragger{background-color:var(--el-fill-color-blank);border:1px dashed var(--el-border-color);border-radius:6px;box-sizing:border-box;cursor:pointer;overflow:hidden;padding:var(--el-upload-dragger-padding-horizontal) var(--el-upload-dragger-padding-vertical);position:relative;text-align:center}.el-upload-dragger .el-icon--upload{color:var(--el-text-color-placeholder);font-size:67px;line-height:50px;margin-bottom:16px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:var(--el-border);margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:var(--el-text-color-regular);font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:var(--el-color-primary);font-style:normal}.el-upload-dragger:hover{border-color:var(--el-color-primary)}.el-upload-dragger.is-dragover{background-color:var(--el-color-primary-light-9);border:2px dashed var(--el-color-primary);padding:calc(var(--el-upload-dragger-padding-horizontal) - 1px) calc(var(--el-upload-dragger-padding-vertical) - 1px)}.el-upload-list{list-style:none;margin:10px 0 0;padding:0;position:relative}.el-upload-list__item{border-radius:4px;box-sizing:border-box;color:var(--el-text-color-regular);font-size:14px;margin-bottom:5px;position:relative;transition:all .5s cubic-bezier(.55,0,.1,1);width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item .el-icon--upload-success{color:var(--el-color-success)}.el-upload-list__item .el-icon--close{color:var(--el-text-color-regular);cursor:pointer;display:none;opacity:.75;position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:opacity var(--el-transition-duration)}.el-upload-list__item .el-icon--close:hover{color:var(--el-color-primary);opacity:1}.el-upload-list__item .el-icon--close-tip{color:var(--el-color-primary);cursor:pointer;display:none;font-size:12px;font-style:normal;opacity:1;position:absolute;right:5px;top:1px}.el-upload-list__item:hover{background-color:var(--el-fill-color-light)}.el-upload-list__item:hover .el-icon--close{display:inline-flex}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item .el-upload-list__item-info{display:inline-flex;flex-direction:column;justify-content:center;margin-left:4px;width:calc(100% - 30px)}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:inline-flex}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:var(--el-color-primary);cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon--close-tip,.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip{display:none}.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label{display:none;opacity:0}.el-upload-list__item-name{align-items:center;color:var(--el-text-color-regular);display:inline-flex;font-size:var(--el-font-size-base);padding:0 4px;text-align:center;transition:color var(--el-transition-duration)}.el-upload-list__item-name .el-icon{color:var(--el-text-color-secondary);margin-right:6px}.el-upload-list__item-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-upload-list__item-status-label{align-items:center;display:none;height:100%;justify-content:center;line-height:inherit;position:absolute;right:5px;top:0;transition:opacity var(--el-transition-duration)}.el-upload-list__item-delete{color:var(--el-text-color-regular);display:none;font-size:12px;position:absolute;right:10px;top:0}.el-upload-list__item-delete:hover{color:var(--el-color-primary)}.el-upload-list--picture-card{--el-upload-list-picture-card-size:148px;display:inline-flex;flex-wrap:wrap;margin:0}.el-upload-list--picture-card .el-upload-list__item{background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:6px;box-sizing:border-box;display:inline-flex;height:var(--el-upload-list-picture-card-size);margin:0 8px 8px 0;overflow:hidden;padding:0;width:var(--el-upload-list-picture-card-size)}.el-upload-list--picture-card .el-upload-list__item .el-icon--check,.el-upload-list--picture-card .el-upload-list__item .el-icon--circle-check{color:#fff}.el-upload-list--picture-card .el-upload-list__item .el-icon--close{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:block;opacity:0}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{height:100%;object-fit:contain;width:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{background:var(--el-color-success);height:24px;right:-15px;text-align:center;top:-6px;transform:rotate(45deg);width:40px}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{align-items:center;background-color:var(--el-overlay-color-lighter);color:#fff;cursor:default;display:inline-flex;font-size:20px;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity var(--el-transition-duration);width:100%}.el-upload-list--picture-card .el-upload-list__item-actions span{cursor:pointer;display:none}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:16px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{color:inherit;font-size:inherit;position:static}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-flex}.el-upload-list--picture-card .el-progress{bottom:auto;left:50%;top:50%;transform:translate(-50%,-50%);width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{align-items:center;background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:6px;box-sizing:border-box;display:flex;margin-top:10px;overflow:hidden;padding:10px;z-index:0}.el-upload-list--picture .el-upload-list__item .el-icon--check,.el-upload-list--picture .el-upload-list__item .el-icon--circle-check{color:#fff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{display:inline-flex;opacity:0}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item .el-icon--close{top:5px;transform:translateY(0)}.el-upload-list--picture .el-upload-list__item-thumbnail{align-items:center;background-color:var(--el-color-white);display:inline-flex;height:70px;justify-content:center;object-fit:contain;position:relative;width:70px;z-index:1}.el-upload-list--picture .el-upload-list__item-status-label{background:var(--el-color-success);height:26px;position:absolute;right:-17px;text-align:center;top:-7px;transform:rotate(45deg);width:46px}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{cursor:default;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:10}.el-upload-cover:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;height:100%;width:100%}.el-upload-cover__label{background:var(--el-color-success);height:24px;right:-15px;text-align:center;top:-6px;transform:rotate(45deg);width:40px}.el-upload-cover__label i{color:#fff;font-size:12px;margin-top:11px;transform:rotate(-45deg)}.el-upload-cover__progress{display:inline-block;position:static;vertical-align:middle;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{height:100%;left:0;position:absolute;top:0;width:100%}.el-upload-cover__interact{background-color:var(--el-overlay-color-light);bottom:0;height:100%;left:0;position:absolute;text-align:center;width:100%}.el-upload-cover__interact .btn{color:#fff;cursor:pointer;display:inline-block;font-size:14px;margin-top:60px;transition:var(--el-transition-md-fade);vertical-align:middle}.el-upload-cover__interact .btn i{margin-top:0}.el-upload-cover__interact .btn span{opacity:0;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#fff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{background-color:#fff;bottom:0;color:var(--el-text-color-primary);font-size:14px;font-weight:400;height:36px;left:0;line-height:36px;margin:0;overflow:hidden;padding:0 10px;position:absolute;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{align-items:center;display:flex;line-height:1;position:relative}.el-progress__text{color:var(--el-text-color-regular);font-size:14px;line-height:1;margin-left:5px;min-width:50px}.el-progress__text i{display:block;vertical-align:middle}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{left:0;margin:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{display:inline-block;vertical-align:middle}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{display:block;margin-right:0;padding-right:0}.el-progress--text-inside .el-progress-bar{margin-right:0;padding-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:var(--el-color-success)}.el-progress.is-success .el-progress__text{color:var(--el-color-success)}.el-progress.is-warning .el-progress-bar__inner{background-color:var(--el-color-warning)}.el-progress.is-warning .el-progress__text{color:var(--el-color-warning)}.el-progress.is-exception .el-progress-bar__inner{background-color:var(--el-color-danger)}.el-progress.is-exception .el-progress__text{color:var(--el-color-danger)}.el-progress-bar{box-sizing:border-box;flex-grow:1}.el-progress-bar__outer{background-color:var(--el-border-color-lighter);border-radius:100px;height:6px;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{background-color:var(--el-color-primary);border-radius:100px;height:100%;left:0;line-height:1;position:absolute;text-align:right;top:0;transition:width .6s ease;white-space:nowrap}.el-progress-bar__inner:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-progress-bar__inner--indeterminate{animation:indeterminate 3s infinite;transform:translateZ(0)}.el-progress-bar__inner--striped{background-image:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 0,transparent 50%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 75%,transparent 0,transparent);background-size:1.25em 1.25em}.el-progress-bar__inner--striped.el-progress-bar__inner--striped-flow{animation:striped-flow 3s linear infinite}.el-progress-bar__innerText{color:#fff;display:inline-block;font-size:12px;margin:0 5px;vertical-align:middle}@keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}@keyframes indeterminate{0%{left:-100%}to{left:100%}}@keyframes striped-flow{0%{background-position:-100%}to{background-position:100%}}.app-upload__tip{margin-bottom:.5rem;display:flex;align-items:baseline;gap:.5rem;font-size:1rem;line-height:1.4rem;font-weight:400}.app-upload__tip.success .el-icon{--tw-text-opacity: 1;color:rgb(2 129 108 / var(--tw-text-opacity, 1))}.app-upload__tip.error .el-icon{--tw-text-opacity: 1;color:rgb(179 57 73 / var(--tw-text-opacity, 1))}@font-face{font-family:icomoon;src:url(/assets/icomoon-CgQxWNm_.eot?9su91r);src:url(/assets/icomoon-CgQxWNm_.eot?9su91r#iefix) format("embedded-opentype"),url(/assets/icomoon-Dg9m3S5u.ttf?9su91r) format("truetype"),url(/assets/icomoon-DUxS6K-Z.woff?9su91r) format("woff"),url(/assets/icomoon-CMOjS73P.svg?9su91r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-trash-rounded:before{content:""}.icon-mass-payment:before{content:""}.icon-account:before{content:""}.icon-actions-of-users:before{content:""}.icon-amaiz:before{content:""}.icon-annotation:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-down-curv:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-left1:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-right1:before{content:""}.icon-arrow-up:before{content:""}.icon-arrow-up-curv:before{content:""}.icon-arrows-clockwise:before{content:""}.icon-back-arrow:before{content:""}.icon-backpack:before{content:""}.icon-bank:before{content:""}.icon-blocked:before{content:""}.icon-briefcase:before{content:""}.icon-buy:before{content:""}.icon-calendar:before{content:""}.icon-card:before{content:""}.icon-card-thin:before{content:""}.icon-check:before{content:""}.icon-check-small:before{content:""}.icon-close:before{content:""}.icon-close-circle:before{content:""}.icon-close-small:before{content:""}.icon-coins:before{content:""}.icon-contacts:before{content:""}.icon-contracts:before{content:""}.icon-copy:before{content:""}.icon-currency:before{content:""}.icon-declined:before{content:""}.icon-declined1:before{content:""}.icon-delete-trash:before{content:""}.icon-dispute:before{content:""}.icon-document:before{content:""}.icon-download-document:before{content:""}.icon-dropdown:before{content:""}.icon-edit:before{content:""}.icon-euro:before{content:""}.icon-exchange:before{content:""}.icon-exchange-alt:before{content:""}.icon-expired:before{content:""}.icon-export-scv:before{content:""}.icon-eye:before{content:""}.icon-eye-off:before{content:""}.icon-frozen:before{content:""}.icon-gbp:before{content:""}.icon-i18n:before{content:""}.icon-identification:before{content:""}.icon-in-progress:before{content:""}.icon-in-progress1:before{content:""}.icon-info:before{content:""}.icon-info-circle:before{content:""}.icon-invoices:before{content:""}.icon-issuers:before{content:""}.icon-list:before{content:""}.icon-lock:before{content:""}.icon-logout:before{content:""}.icon-logout1:before{content:""}.icon-make-payment:before{content:""}.icon-merchant:before{content:""}.icon-mobile:before{content:""}.icon-more:before{content:""}.icon-no-response:before{content:""}.icon-non-verified:before{content:""}.icon-non-verified1:before{content:""}.icon-notification:before{content:""}.icon-onboarding-document:before{content:""}.icon-pencil:before{content:""}.icon-pencil-edit:before{content:""}.icon-pending:before{content:""}.icon-pending1:before{content:""}.icon-percent:before{content:""}.icon-physical:before{content:""}.icon-plus:before{content:""}.icon-plus-circle:before{content:""}.icon-points-of-sale:before{content:""}.icon-print:before{content:""}.icon-refresh:before{content:""}.icon-save:before{content:""}.icon-search:before{content:""}.icon-search-lg:before{content:""}.icon-select-arrow-down:before{content:""}.icon-select-arrow-up:before{content:""}.icon-sell:before{content:""}.icon-send:before{content:""}.icon-settings:before{content:""}.icon-share:before{content:""}.icon-smile:before{content:""}.icon-star:before{content:""}.icon-stats-dots:before{content:""}.icon-subscription:before{content:""}.icon-system-operations:before{content:""}.icon-template:before{content:""}.icon-tie:before{content:""}.icon-time-circle:before{content:""}.icon-top-up:before{content:""}.icon-transactions:before{content:""}.icon-transfer-from:before{content:""}.icon-transfer-to:before{content:""}.icon-transfers:before{content:""}.icon-trash:before{content:""}.icon-trash-alt:before{content:""}.icon-trash-can:before{content:""}.icon-trash-loose:before{content:""}.icon-unfreeze:before{content:"";color:#555}.icon-user:before{content:""}.icon-user-circle:before{content:""}.icon-user-onboarding:before{content:""}.icon-user-profile:before{content:""}.icon-user-waiting:before{content:""}.icon-users:before{content:""}.icon-users-alt:before{content:""}.icon-users-thin:before{content:""}.icon-variables:before{content:""}.icon-verified:before{content:""}.icon-verified1:before{content:""}.icon-virtual:before{content:""}.icon-voucher:before{content:""}.icon-wallet:before{content:""}.icon-wallet-topup:before{content:""}.icon-wallets:before{content:""}.icon-withdrawal:before{content:""}[class^=icon-]:before,[class*=" icon-"]:before{font-size:1.6em}.v-notification{background:#e8f0fc;border-radius:5px;min-height:73px}.v-notification__icon{background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.v-notification__icon:before{content:""}.v-notification__icon--info{width:23px;height:23px;background-image:url(/assets/notification-info-BcOusOQN.svg)}.v-notification__icon--error{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--warning{width:23px;height:23px;background-image:url(/assets/notification-error-C9HhgaPT.svg)}.v-notification__icon--success{width:19px;height:19px;background-image:url(/assets/notification-success-C9UydrTv.svg)}.v-notification .el-notification__title{font-size:14px;color:#000}.v-notification .el-notification__content{font-size:12px;line-height:17px;margin:0;word-break:break-word;color:#000}[data-type=UploadWithPreview][data-complete=true] .el-upload-dragger{padding:.75rem 1rem}[data-type=UploadWithPreview] .formkit-inner{gap:.25rem;--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)}[data-type=UploadWithPreview] .formkit-inner .w-full>.el-upload{width:100%}[data-type=UploadWithPreview] .formkit-wrapper{width:100%;max-width:100%}[data-type=UploadWithPreview] .formkit-inner [data-type=UploadWithPreview] .formkit-wrapper>.el-upload{width:100%}.el-upload{width:26.4rem}.el-upload-dragger{border-style:dashed;--tw-border-opacity: 1;border-color:rgb(190 215 255 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(244 249 255 / var(--tw-bg-opacity, 1))}.el-upload-dragger:hover{--tw-bg-opacity: 1;background-color:rgb(233 242 255 / var(--tw-bg-opacity, 1))}.el-upload__text{display:flex;align-items:center;justify-content:center;gap:.5rem;--tw-text-opacity: 1;color:rgb(20 102 254 / var(--tw-text-opacity, 1))}.el-upload-list{display:none}.el-upload i:before{font-size:1rem;line-height:1.4rem}.upload-image__wrapper{display:flex;max-height:340px;align-items:stretch;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.upload-image__text{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600}.upload-image__title{display:flex;justify-content:space-between}
