@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--rnf-font-size-xs:.75rem;--rnf-font-size-sm:.875rem;--rnf-font-size-md:1rem;--rnf-font-size-lg:1.125rem;--rnf-font-size-xl:1.266rem;--rnf-font-size-2xl:1.5rem;--rnf-font-size-3xl:1.75rem;--rnf-spacing-0:0;--rnf-spacing-1:4px;--rnf-spacing-2:8px;--rnf-spacing-3:12px;--rnf-spacing-4:16px;--rnf-spacing-5:20px;--rnf-spacing-6:24px;--rnf-spacing-7:32px;--rnf-spacing-8:42px;--rnf-font-weight-normal:400;--rnf-font-weight-medium:500;--rnf-font-weight-semibold:600;--rnf-font-weight-bold:700;--rnf-font-family-sanserif:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;--rnf-border-radius-sm:2px;--rnf-border-radius-md:4px;--rnf-border-radius-lg:8px;--rnf-shadow-sm:0px 5px 10px #0000001f;--rnf-shadow-md:0px 8px 30px #0000003d;--rnf-color-white:#fff;--rnf-color-white-a-75:#ffffffbf;--rnf-color-black:#000;--rnf-color-gray-900:#1a1f36;--rnf-color-gray-800:#3c4257;--rnf-color-gray-700:#3c4257;--rnf-color-gray-600:#515669;--rnf-color-gray-500:#697386;--rnf-color-gray-400:#9ea0aa;--rnf-color-gray-300:#a5acb8;--rnf-color-gray-200:#dddee1;--rnf-color-gray-100:#e4e8ee;--rnf-color-brand-500:#e95744;--rnf-color-brand-700:#e4321b;--rnf-color-brand-900:#891e10;--rnf-unread-badge-bg-color:#dd514c;--rnf-message-cell-unread-dot-bg-color:#f4ada4;--rnf-message-cell-hover-bg-color:#f1f6fc;--rnf-empty-feed-max-w:240px;--rnf-empty-feed-header-font-size:var(--rnf-font-size-md);--rnf-empty-feed-body-font-size:var(--rnf-font-size-sm)}.rnf-empty-feed{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}.rnf-empty-feed__inner{margin:-20px auto 0;max-width:240px;max-width:var(--rnf-empty-feed-max-w);text-align:center}.rnf-empty-feed__header{color:#1a1f36;color:var(--rnf-color-gray-900);font-size:1rem;font-size:var(--rnf-empty-feed-header-font-size);font-weight:500;font-weight:var(--rnf-font-weight-medium);margin:0 0 4px;margin:0 0 var(--rnf-spacing-1)}.rnf-empty-feed__body{color:#a5acb8;color:var(--rnf-color-gray-300);font-size:.875rem;font-size:var(--rnf-empty-feed-body-font-size);margin:0}.rnf-empty-feed--dark .rnf-empty-feed__header{color:#ffffffbf;color:var(--rnf-color-white-a-75)}.rnf-empty-feed--dark .rnf-empty-feed__body{color:#9ea0aa;color:var(--rnf-color-gray-400)}:root{--rnf-avatar-bg-color:#ef8476;--rnf-avatar-size:32px;--rnf-avatar-initials-font-size:var(--rnf-font-size-md);--rnf-avatar-initials-line-height:var(--rnf-font-size-lg);--rnf-avatar-initials-color:#fff;--rnf-notification-cell-border-bottom-color:#e4e8ee;--rnf-notification-cell-padding:var(--rnf-spacing-3);--rnf-notification-cell-active-bg-color:#f1f6fc;--rnf-notification-cell-unread-dot-size:6px;--rnf-notification-cell-unread-dot-bg-color:#80c7f5;--rnf-notification-cell-unread-dot-border-color:#3192e3;--rnf-notification-cell-content-color:var(--rnf-color-gray-900);--rnf-notification-cell-content-font-size:var(--rnf-font-size-sm);--rnf-notification-cell-content-line-height:var(--rnf-font-size-lg);--rnf-archive-notification-btn-bg-color:var(--rnf-color-gray-400);--rnf-archive-notification-btn-bg-color-active:var(--rnf-color-gray-500)}.rnf-avatar{align-items:center;background-color:#ef8476;background-color:var(--rnf-avatar-bg-color);border-radius:32px;border-radius:var(--rnf-avatar-size);display:flex;flex-shrink:0;height:32px;height:var(--rnf-avatar-size);justify-content:center;overflow:hidden;width:32px;width:var(--rnf-avatar-size)}.rnf-avatar__initials{color:#fff;color:var(--rnf-avatar-initials-color);font-size:1rem;font-size:var(--rnf-avatar-initials-font-size);line-height:1.125rem;line-height:var(--rnf-avatar-initials-line-height)}.rnf-avatar__image{height:32px;height:var(--rnf-avatar-size);object-fit:cover;width:32px;width:var(--rnf-avatar-size)}.rnf-notification-cell{background-color:initial;border-bottom:1px solid #e4e8ee;border-bottom:1px solid var(--rnf-notification-cell-border-bottom-color);position:relative}.rnf-notification-cell:last-child{border-bottom-color:#0000}.rnf-notification-cell:active,.rnf-notification-cell:focus,.rnf-notification-cell:hover{background-color:#f1f6fc;background-color:var(--rnf-notification-cell-active-bg-color);outline:none}.rnf-notification-cell__inner{-webkit-appearance:none;appearance:none;border:none;cursor:pointer;display:flex;justify-content:flex-start;margin:0;padding:12px;padding:var(--rnf-notification-cell-padding);text-align:left;text-decoration:none;width:100%}.rnf-notification-cell__unread-dot{background-color:#80c7f5;background-color:var(--rnf-notification-cell-unread-dot-bg-color);border:1px solid #3192e3;border:1px solid var(--rnf-notification-cell-unread-dot-border-color);border-radius:6px;border-radius:var(--rnf-notification-cell-unread-dot-size);height:6px;height:var(--rnf-notification-cell-unread-dot-size);left:6px;left:var(--rnf-notification-cell-unread-dot-size);position:absolute;top:6px;top:var(--rnf-notification-cell-unread-dot-size);width:6px;width:var(--rnf-notification-cell-unread-dot-size)}.rnf-notification-cell__content-outer{margin-left:12px;margin-left:var(--rnf-spacing-3)}.rnf-notification-cell__content{word-wrap:break-word;color:#1a1f36;color:var(--rnf-notification-cell-content-color);display:block;font-size:.875rem;font-size:var(--rnf-notification-cell-content-font-size);font-weight:400;font-weight:var(--rnf-font-weight-normal);line-height:1.125rem;line-height:var(--rnf-notification-cell-content-line-height);margin-bottom:4px;margin-bottom:var(--rnf-spacing-1);word-break:normal}.rnf-notification-cell__content h1,.rnf-notification-cell__content h2,.rnf-notification-cell__content h3,.rnf-notification-cell__content h4{font-weight:600;font-weight:var(--rnf-font-weight-semibold);margin-bottom:.5em}.rnf-notification-cell__content h1{font-size:1.5rem;font-size:var(--rnf-font-size-2xl)}.rnf-notification-cell__content h2{font-size:1.266rem;font-size:var(--rnf-font-size-xl)}.rnf-notification-cell__content h3{font-size:1.125rem;font-size:var(--rnf-font-size-lg)}.rnf-notification-cell__content h4{font-size:1rem;font-size:var(--rnf-font-size-md)}.rnf-notification-cell__content p{margin:0 0 .75em}.rnf-notification-cell__content p:last-child{margin-bottom:0}.rnf-notification-cell__content blockquote{border-left:3px solid #a5acb8;border-left:3px solid var(--rnf-color-gray-300);line-height:1.266rem;line-height:var(--rnf-font-size-xl);margin:0;padding-left:12px;padding-left:var(--rnf-spacing-3)}.rnf-notification-cell__content strong{font-weight:600;font-weight:var(--rnf-font-weight-semibold)}.rnf-notification-cell__timestamp{color:#a5acb8;color:var(--rnf-color-gray-300);display:block;font-size:.875rem;font-size:var(--rnf-font-size-sm);font-weight:400;font-weight:var(--rnf-font-weight-normal);line-height:1.125rem;line-height:var(--rnf-font-size-lg)}.rnf-notification-cell__child-content{margin:.75em 0 .5em}.rnf-archive-notification-btn{-webkit-appearance:none;appearance:none;background-color:initial;border:none;color:#9ea0aa;color:var(--rnf-archive-notification-btn-bg-color);cursor:pointer;height:24px;margin-left:auto;opacity:0;padding:4px 8px;padding:var(--rnf-spacing-1) var(--rnf-spacing-2);transition:color .1s ease-in-out,opacity .2s ease-in-out;-webkit-user-select:none;user-select:none;width:24px}.rnf-notification-cell:active .rnf-archive-notification-btn,.rnf-notification-cell:focus .rnf-archive-notification-btn,.rnf-notification-cell:hover .rnf-archive-notification-btn{opacity:1}.rnf-archive-notification-btn:active,.rnf-archive-notification-btn:focus,.rnf-archive-notification-btn:hover{color:#697386;color:var(--rnf-archive-notification-btn-bg-color-active);opacity:1;outline:none}.rnf-tooltip{background-color:#3c4257;background-color:var(--rnf-color-gray-700);border-radius:4px;box-shadow:0 2px 4px #0000002e;color:#fff;display:flex;flex-direction:column;font-size:.75rem;font-size:var(--rnf-font-size-xs);font-weight:500;font-weight:var(--rnf-font-weight-medium);line-height:var(--rnf-font-size-s);padding:4px 8px;padding:var(--rnf-spacing-1) var(--rnf-spacing-2);transition:opacity .3s;z-index:9999}.rnf-notification-cell--dark{--rnf-notification-cell-border-bottom-color:#697386a6;--rnf-notification-cell-active-bg-color:#393b40;--rnf-notification-cell-content-color:var(--rnf-color-white-a-75)}.rnf-notification-cell--dark:last-child{border-bottom-color:#0000}.rnf-notification-cell--dark .rnf-notification-cell__timestamp{color:#697386;color:var(--rnf-color-gray-500)}.rnf-archive-notification-btn--dark{--rnf-archive-notification-btn-bg-color:var(--rnf-color-gray-500);--rnf-archive-notification-btn-bg-color-active:var(--rnf-color-gray-400)}.rnf-tooltip--dark{background-color:#565a61}@media screen and (hover:none){.rnf-archive-notification-btn{opacity:1}}.rnf-feed-provider{margin:0!important;padding:0!important}.rnf-feed-provider,.rnf-feed-provider *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif!important;font-family:var(--rnf-font-family-sanserif)!important}.rnf-feed-provider *{box-sizing:border-box}:root{--rnf-notification-feed-popover-max-w:400px;--rnf-notification-feed-popover-min-w:280px;--rnf-notification-feed-popover-height:400px;--rnf-notification-feed-popover-shadow:drop-shadow(0px 5px 15px #0003);--rnf-notification-feed-popover-shadow-color:#0003;--rnf-notification-feed-popover-bg-color:#fff;--rnf-notification-feed-popover-z-index:999;--rnf-notification-feed-popover-arrow-size:10px;--rnf-notification-feed-popover-border-radius:4px}.rnf-notification-feed-popover{height:400px;height:var(--rnf-notification-feed-popover-height);max-width:400px;max-width:var(--rnf-notification-feed-popover-max-w);min-width:280px;min-width:var(--rnf-notification-feed-popover-min-w);width:100%;z-index:999;z-index:var(--rnf-notification-feed-popover-z-index)}.rnf-notification-feed-popover__inner{background-color:#fff;background-color:var(--rnf-notification-feed-popover-bg-color);border-radius:4px;border-radius:var(--rnf-notification-feed-popover-border-radius);filter:drop-shadow(0 5px 15px rgba(0,0,0,.2));filter:var(--rnf-notification-feed-popover-shadow);height:100%;overflow:hidden}.rnf-notification-feed-popover__arrow,.rnf-notification-feed-popover__arrow:after{height:10px;height:var(--rnf-notification-feed-popover-arrow-size);position:absolute;width:10px;width:var(--rnf-notification-feed-popover-arrow-size)}.rnf-notification-feed-popover__arrow:after{background-color:#fff;background-color:var(--rnf-notification-feed-popover-bg-color);box-shadow:-1px -1px 1px #0003;box-shadow:-1px -1px 1px var(--rnf-notification-feed-popover-shadow-color);content:" ";display:block;left:0;top:-5px;transform:rotate(45deg)}.rnf-notification-feed-popover--dark{--rnf-notification-feed-popover-shadow-color:#0003}:root{--rnf-button-padding-x:8px;--rnf-button-padding-y:4px;--rnf-button-border-radius:4px;--rnf-button-font-weight:var(--rnf-font-weight-medium);--rnf-button-font-size:var(--rnf-font-size-sm);--rnf-button-primary-bg-color:var(--rnf-color-brand-500);--rnf-button-primary-hover-bg-color:var(--rnf-color-brand-700);--rnf-button-primary-border-color:#0000;--rnf-button-primary-text-color:var(--rnf-color-white);--rnf-button-secondary-bg-color:var(--rnf-color-white);--rnf-button-secondary-hover-bg-color:#dddee1;--rnf-button-secondary-border-color:#dddee1;--rnf-button-secondary-text-color:var(--rnf-color-gray-700)}.rnf-button{align-items:center;-webkit-appearance:none;appearance:none;border:1px solid;border-radius:4px;border-radius:var(--rnf-button-border-radius);cursor:pointer;display:inline-flex;font-size:.875rem;font-size:var(--rnf-button-font-size);font-weight:500;font-weight:var(--rnf-button-font-weight);justify-content:center;line-height:1.125rem;line-height:var(--rnf-font-size-lg);padding:4px 8px;padding:var(--rnf-button-padding-y) var(--rnf-button-padding-x);transition:all .1s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:auto}.rnf-button--full-width{width:100%}.rnf-button--primary{background-color:#e95744;background-color:var(--rnf-button-primary-bg-color);border-color:#0000;border-color:var(--rnf-button-primary-border-color);color:#fff;color:var(--rnf-button-primary-text-color)}.rnf-button--primary:active:not(:disabled),.rnf-button--primary:hover:not(:disabled){background-color:#e4321b;background-color:var(--rnf-button-primary-hover-bg-color)}.rnf-button:disabled{cursor:not-allowed;opacity:.4}.rnf-button--secondary{background-color:#fff;background-color:var(--rnf-button-secondary-bg-color);border-color:#dddee1;border-color:var(--rnf-button-secondary-border-color);color:#3c4257;color:var(--rnf-button-secondary-text-color)}.rnf-button--secondary:active:not(:disabled),.rnf-button--secondary:hover:not(:disabled){background-color:#dddee1;background-color:var(--rnf-button-secondary-hover-bg-color)}.rnf-button--dark.rnf-button--secondary{background-color:#43464c;border-color:#43464c;color:#ffffffbf;color:var(--rnf-color-white-a-75)}.rnf-button__button-text-hidden{opacity:0}.rnf-button--dark.rnf-button--secondary:active:not(:disabled),.rnf-button--dark.rnf-button--secondary:hover:not(:disabled){background-color:#515669;background-color:var(--rnf-color-gray-600)}.rnf-button-spinner{align-items:center;display:flex;font-size:1rem;line-height:"normal"}.rnf-button-spinner--without-label{position:absolute}.rnf-button-spinner--with-label{margin-right:6px}.rnf-button--primary .rnf-button-spinner circle{stroke:#fff}.rnf-button--secondary .rnf-button-spinner circle{stroke:#3c4257;stroke:var(--rnf-button-secondary-text-color)}.rnf-button--dark.rnf-button--secondary .rnf-button-spinner circle{stroke:#ffffffbf;stroke:var(--rnf-color-white-a-75)}.rnf-button-group>.rnf-button+.rnf-button{margin-left:8px}:root{--rnf-notification-feed-header-height:45px}.rnf-notification-feed{background-color:#fff;background-color:var(--rnf-color-white);display:flex;flex-direction:column;height:100%}.rnf-dropdown{color:#9ea0aa;color:var(--rnf-color-gray-400);font-size:1rem;font-size:var(--rnf-font-size-md);font-weight:500;font-weight:var(--rnf-font-weight-medium);position:relative}.rnf-dropdown select{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:currentColor;font-size:.875rem;font-size:var(--rnf-font-size-sm);padding-right:12px;padding-right:var(--rnf-spacing-3);position:relative;text-align:right;z-index:2}.rnf-dropdown svg{margin-top:-2px;position:absolute;right:0;top:50%;z-index:1}.rnf-mark-all-as-read{align-items:center;background:#0000;border:none;color:#9ea0aa;color:var(--rnf-color-gray-400);cursor:pointer;display:flex;font-size:.875rem;font-size:var(--rnf-font-size-sm);margin-left:auto;padding:0}.rnf-mark-all-as-read:disabled{color:#dddee1;color:var(--rnf-color-gray-200);cursor:not-allowed}.rnf-mark-all-as-read svg{margin-left:4px;margin-left:var(--rnf-spacing-1);margin-top:1px}.rnf-notification-feed__header{height:45px;height:var(--rnf-notification-feed-header-height);padding:12px 16px;padding:var(--rnf-spacing-3) var(--rnf-spacing-4)}.rnf-notification-feed__header,.rnf-notification-feed__selector{align-items:center;display:flex}.rnf-notification-feed__type{color:#1a1f36;color:var(--rnf-color-gray-900);font-size:.875rem;font-size:var(--rnf-font-size-sm);font-weight:500;font-weight:var(--rnf-font-weight-medium);margin-right:8px;margin-right:var(--rnf-spacing-2)}.rnf-notification-feed__container{flex:1 1;overflow-y:auto}.rnf-notification-feed__spinner-container{padding:12px 16px;padding:var(--rnf-spacing-3) var(--rnf-spacing-4)}.rnf-notification-feed__spinner-container svg{display:block;margin:0 auto}.rnf-notification-feed__knock-branding{text-align:center}.rnf-notification-feed__knock-branding a{border-top:1px solid #e4e8ee;border-top:1px solid var(--rnf-color-gray-100);color:#697386;color:var(--rnf-color-gray-500);display:block;font-size:.875rem;font-size:var(--rnf-font-size-sm);padding:6px}.rnf-notification-feed__knock-branding a:hover{background-color:#f1f6fc}.rnf-notification-feed--dark{background-color:#2e2f34}.rnf-notification-feed--dark .rnf-notification-feed__type{color:#ffffffbf;color:var(--rnf-color-white-a-75)}.rnf-dropdown--dark{color:#9ea0aa;color:var(--rnf-color-gray-400)}.rnf-mark-all-as-read--dark:disabled{color:#697386;color:var(--rnf-color-gray-500)}.rnf-notification-feed--dark .rnf-notification-feed__knock-branding a{border-top-color:#697386a6;color:#9ea0aa;color:var(--rnf-color-gray-400)}.rnf-notification-feed--dark .rnf-notification-feed__knock-branding a:hover{background-color:#393b40}:root{--rnf-notification-icon-button-size:32px;--rnf-notification-icon-button-bg-color:#0000}.rnf-notification-icon-button{background-color:initial;background-color:var(--rnf-notification-icon-button-bg-color);border:none;color:inherit;cursor:pointer;display:block;height:32px;height:var(--rnf-notification-icon-button-size);margin:0;padding:0;position:relative;width:32px;width:var(--rnf-notification-icon-button-size)}.rnf-notification-icon-button svg{display:block;margin:0 auto}.rnf-notification-icon-button--dark{color:#fff}:root{--rnf-unseen-badge-bg-color:#eb5757;--rnf-unseen-badge-size:16px;--rnf-unseed-badge-font-size:9px}.rnf-unseen-badge{align-items:center;background-color:#eb5757;background-color:var(--rnf-unseen-badge-bg-color);border-radius:16px;border-radius:var(--rnf-unseen-badge-size);display:flex;height:16px;height:var(--rnf-unseen-badge-size);justify-content:center;position:absolute;right:0;top:0;width:16px;width:var(--rnf-unseen-badge-size)}.rnf-unseen-badge__count{color:#fff;color:var(--rnf-color-white);font-size:9px;font-size:var(--rnf-unseed-badge-font-size);font-weight:500;font-weight:var(--rnf-font-weight-medium);margin-top:-1px}.rnf-unseen-badge--dark{--rnf-unseen-badge-bg-color:#ef3434}body{margin:0}.x-spreadsheet{-webkit-font-smoothing:antialiased;background:#fff;box-sizing:initial;font-family:Lato,Source Sans Pro,Roboto,Helvetica,Arial,sans-serif;font-size:13px;line-height:normal;-webkit-user-select:none;user-select:none;-moz-user-select:none}.x-spreadsheet textarea{font:400 13px Arial,Lato,Source Sans Pro,Roboto,Helvetica,sans-serif}.x-spreadsheet-sheet{overflow:hidden;position:relative}.x-spreadsheet-table{vertical-align:bottom}.x-spreadsheet-tooltip{background:#000;border-radius:1px;color:#fff;font-family:inherit;font-size:12px;padding:5px 10px;position:absolute;z-index:201}.x-spreadsheet-tooltip:before{background:inherit;box-shadow:1px 1px 3px -1px #0000004d;content:"";height:8px;left:calc(50% - 4px);pointer-events:none;position:absolute;top:-4px;transform:rotate(45deg);width:8px;z-index:1}.x-spreadsheet-color-palette{padding:5px}.x-spreadsheet-color-palette table{background:#fff;border-collapse:initial;border-spacing:2;margin:0;padding:0}.x-spreadsheet-color-palette table td{border:1px solid #0000;cursor:pointer;margin:0}.x-spreadsheet-color-palette table td:hover{border-color:#ddd}.x-spreadsheet-color-palette table td .x-spreadsheet-color-palette-cell{height:16px;width:16px}.x-spreadsheet-border-palette{padding:6px}.x-spreadsheet-border-palette table{background:#fff;border-collapse:initial;border-spacing:0;margin:0;padding:0;table-layout:fixed}.x-spreadsheet-border-palette table td{margin:0}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left{border-right:1px solid #eee;padding-right:6px}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell{cursor:pointer;height:30px;text-align:center;width:30px}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell .x-spreadsheet-icon-img{opacity:.8}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell:hover{background-color:#eee}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right{padding-left:6px}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right .x-spreadsheet-toolbar-btn{margin-bottom:3px;margin-top:0}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right .x-spreadsheet-line-type{left:0;position:relative;top:-3px}.x-spreadsheet-dropdown{position:relative}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-content{background:#fff;box-shadow:1px 2px 5px 2px #33333326;position:absolute;z-index:200}.x-spreadsheet-dropdown.bottom-left .x-spreadsheet-dropdown-content{left:0;top:calc(100% + 5px)}.x-spreadsheet-dropdown.bottom-right .x-spreadsheet-dropdown-content{right:0;top:calc(100% + 5px)}.x-spreadsheet-dropdown.top-left .x-spreadsheet-dropdown-content{bottom:calc(100% + 5px);left:0}.x-spreadsheet-dropdown.top-right .x-spreadsheet-dropdown-content{bottom:calc(100% + 5px);right:0}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-title{display:inline-block;padding:0 5px}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-left{margin-left:4px}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-right{margin-right:4px;width:10px}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-right .arrow-down{left:-130px}.x-spreadsheet-resizer{position:absolute;z-index:11}.x-spreadsheet-resizer .x-spreadsheet-resizer-hover{background-color:#4b89ff40}.x-spreadsheet-resizer .x-spreadsheet-resizer-line{position:absolute}.x-spreadsheet-resizer.horizontal{cursor:row-resize}.x-spreadsheet-resizer.horizontal .x-spreadsheet-resizer-line{border-bottom:2px dashed #4b89ff;bottom:0;left:0}.x-spreadsheet-resizer.vertical{cursor:col-resize}.x-spreadsheet-resizer.vertical .x-spreadsheet-resizer-line{border-right:2px dashed #4b89ff;right:0;top:0}.x-spreadsheet-scrollbar{background-color:#f4f5f8;bottom:0;opacity:.9;position:absolute;right:0;z-index:12}.x-spreadsheet-scrollbar.horizontal{overflow-x:scroll;overflow-y:hidden;right:15px}.x-spreadsheet-scrollbar.horizontal>div{background:#ddd;height:1px}.x-spreadsheet-scrollbar.vertical{bottom:15px;overflow-x:hidden;overflow-y:scroll}.x-spreadsheet-scrollbar.vertical>div{background:#ddd;width:1px}.x-spreadsheet-overlayer{left:0;position:absolute;top:0;z-index:10}.x-spreadsheet-editor,.x-spreadsheet-overlayer .x-spreadsheet-overlayer-content,.x-spreadsheet-selector{height:100%;overflow:hidden;pointer-events:none;position:absolute;width:100%}.x-spreadsheet-editor,.x-spreadsheet-selector{box-sizing:initial;left:0;top:0}.x-spreadsheet-selector .hide-input{position:absolute;z-index:0}.x-spreadsheet-selector .hide-input input{border:none!important;padding:0;width:0}.x-spreadsheet-selector .x-spreadsheet-selector-area{background:#4b89ff1a;border:2px solid #4b89ff;position:absolute;z-index:5}.x-spreadsheet-selector .x-spreadsheet-selector-autofill,.x-spreadsheet-selector .x-spreadsheet-selector-clipboard{background:#0000;position:absolute;z-index:100}.x-spreadsheet-selector .x-spreadsheet-selector-clipboard{border:2px dashed #4b89ff}.x-spreadsheet-selector .x-spreadsheet-selector-autofill{border:1px dashed #00000073}.x-spreadsheet-selector .x-spreadsheet-selector-corner{background:#4b89ff;border:2px solid #fff;bottom:-5px;cursor:crosshair;font-size:0;height:5px;pointer-events:auto;position:absolute;right:-5px;width:5px}.x-spreadsheet-editor{z-index:20}.x-spreadsheet-editor .x-spreadsheet-editor-area{border:2px solid #4b89ff;line-height:0;pointer-events:auto;position:absolute;text-align:left;z-index:100}.x-spreadsheet-editor .x-spreadsheet-editor-area textarea{word-wrap:break-word;border:none;box-sizing:initial;color:inherit;font:400 13px Arial,Lato,Source Sans Pro,Roboto,Helvetica,sans-serif;line-height:22px;margin:0;outline:none;overflow-y:hidden;padding:0 3px;resize:none;text-align:start;white-space:normal}.x-spreadsheet-editor .x-spreadsheet-editor-area .textline{left:0;overflow:hidden;position:fixed;top:0;visibility:hidden}.x-spreadsheet-item{background:0;border:1px solid #0000;color:#000000e6;cursor:default;height:26px;line-height:26px;list-style:none;outline:none;overflow:hidden;padding:2px 10px;text-align:left;-webkit-user-select:none;user-select:none}.x-spreadsheet-item.disabled{opacity:.5;pointer-events:none}.x-spreadsheet-item.active,.x-spreadsheet-item:hover{background:#0000000d}.x-spreadsheet-item.divider{border:none;border-bottom:1px solid #0000001a;height:0;margin:5px 0;padding:0}.x-spreadsheet-item .label{float:right;font-size:1em;opacity:.65}.x-spreadsheet-header.state,.x-spreadsheet-item.state{padding-left:35px!important;position:relative}.x-spreadsheet-header.state:before,.x-spreadsheet-item.state:before{background:#00000014;border-radius:2px;content:"";height:10px;left:12px;position:absolute;top:calc(50% - 5px);width:10px}.x-spreadsheet-header.state.checked:before,.x-spreadsheet-item.state.checked:before{background:#4b89ff}.x-spreadsheet-checkbox{backface-visibility:hidden;display:inline-block;font-size:1rem;font-style:normal;line-height:1em;outline:0;position:relative;vertical-align:initial}.x-spreadsheet-checkbox>input{left:0;opacity:0!important;outline:0;position:absolute;top:0;z-index:-1}.x-spreadsheet-contextmenu,.x-spreadsheet-sort-filter,.x-spreadsheet-suggest{background:#fff;box-shadow:1px 2px 5px 2px #33333326;overflow:auto;pointer-events:auto;position:absolute;width:260px;z-index:100}.x-spreadsheet-suggest{width:200px}.x-spreadsheet-filter{border:1px solid #e9e9e9;font-size:12px;margin:10px}.x-spreadsheet-filter .x-spreadsheet-header{background:#f8f8f9;border-bottom:1px solid #e9e9e9;border-left:1px solid #0000;padding:.5em .75em}.x-spreadsheet-filter .x-spreadsheet-body{height:200px;overflow-y:auto}.x-spreadsheet-filter .x-spreadsheet-body .x-spreadsheet-item{height:20px;line-height:20px}.x-spreadsheet-sort-filter .x-spreadsheet-buttons{margin:10px}.x-spreadsheet-bottombar,.x-spreadsheet-toolbar{background:#f5f6f7;display:flex;height:40px;padding:0 30px;text-align:left}.x-spreadsheet-bottombar{border-top:1px solid #e0e2e4;position:relative}.x-spreadsheet-bottombar .x-spreadsheet-menu>li{border-right:1px solid #e8eaed;height:40px;line-height:40px;padding-bottom:0;padding-top:0;vertical-align:middle}.x-spreadsheet-menu{list-style:none;margin:0;padding:0;-webkit-user-select:none;user-select:none}.x-spreadsheet-menu>li{color:#80868b;cursor:pointer;float:left;font-weight:400;font-weight:700;line-height:1.25em;margin:0;padding:.785em 1em;text-align:left;transition:all .3s;vertical-align:middle;white-space:nowrap}.x-spreadsheet-menu>li.active{background-color:#fff;color:#000000a6}.x-spreadsheet-menu>li .x-spreadsheet-icon{margin:0 6px}.x-spreadsheet-menu>li .x-spreadsheet-icon .x-spreadsheet-icon-img:hover{opacity:.85}.x-spreadsheet-menu>li .x-spreadsheet-dropdown{display:inline-block}.x-spreadsheet-toolbar{border-bottom:1px solid #e0e2e4}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btns{display:inline-flex}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-more{padding:0 6px 6px;text-align:left}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-more .x-spreadsheet-toolbar-divider{margin-top:0}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn{border:1px solid #0000;border-radius:2px;display:inline-block;flex:0 0 auto;height:26px;line-height:26px;margin:6px 1px 0;min-width:26px;padding:0;text-align:center}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn.disabled{opacity:.5;pointer-events:none}.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn.active,.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn:hover{background:#00000014}.x-spreadsheet-toolbar-divider{border-right:1px solid #e0e2e4;display:inline-block;height:18px;margin:12px 3px 0;vertical-align:middle;width:0}.x-spreadsheet-print{display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%;z-index:100}.x-spreadsheet-print-bar{background:#424242;height:60px;line-height:60px;padding:0 30px}.x-spreadsheet-print-bar .-title{color:#fff;float:left;font-size:1.2em;font-weight:700}.x-spreadsheet-print-bar .-right{float:right;margin-top:12px}.x-spreadsheet-print-content{background:#d0d0d0;display:flex;flex:auto;flex-direction:row;height:calc(100% - 60px)}.x-spreadsheet-print-content .-sider{background:#fff;border-left:2px solid #ccc;flex:0 0 300px;width:300px}.x-spreadsheet-print-content .-content{flex:auto;height:100%;overflow-x:auto;overflow-y:scroll}.x-spreadsheet-canvas-card-wraper{margin:40px 20px}.x-spreadsheet-canvas-card{background:#fff;box-shadow:0 8px 10px 1px #00000024,0 3px 14px 3px #0000001f,0 4px 5px 0 #0003;margin:auto;page-break-after:always;page-break-before:auto}.x-spreadsheet-calendar{background:#fff;color:#000000a6;-webkit-user-select:none;user-select:none}.x-spreadsheet-calendar .calendar-header{background:#f9fafb;float:left;font-weight:700;line-height:30px;text-align:center;width:100%}.x-spreadsheet-calendar .calendar-header .calendar-header-left{float:left;padding-left:5px}.x-spreadsheet-calendar .calendar-header .calendar-header-right{float:right}.x-spreadsheet-calendar .calendar-header .calendar-header-right a{border-radius:2px;margin-right:2px;padding:3px 0}.x-spreadsheet-calendar .calendar-header .calendar-header-right a:hover{background:#00000014}.x-spreadsheet-calendar .calendar-body{border-collapse:collapse;border-spacing:0}.x-spreadsheet-calendar .calendar-body td,.x-spreadsheet-calendar .calendar-body th{font-weight:700;line-height:30px;min-width:32px;padding:0;text-align:center;width:14.28571429%}.x-spreadsheet-calendar .calendar-body td>.cell:hover{background:#ecf6fd}.x-spreadsheet-calendar .calendar-body td>.cell.active,.x-spreadsheet-calendar .calendar-body td>.cell.active:hover{background:#ecf6fd;color:#2185d0}.x-spreadsheet-calendar .calendar-body td>.cell.disabled{opacity:.5;pointer-events:none}.x-spreadsheet-datepicker{box-shadow:2px 2px 5px #0003;left:0;position:absolute;top:calc(100% + 5px);width:auto;z-index:10}.x-spreadsheet-buttons{display:flex;justify-content:flex-end}.x-spreadsheet-buttons .x-spreadsheet-button{margin-left:8px}.x-spreadsheet-button{zoom:1;background:#e0e1e2;border-radius:3px;color:#0009;cursor:pointer;display:inline-block;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;font-size:1em;font-weight:700;line-height:1em;min-height:1em;outline:none;padding:.75em 1em;text-align:center;text-decoration:none;transition:all .1s linear;-webkit-user-select:none;user-select:none;vertical-align:initial;white-space:nowrap}.x-spreadsheet-button.active,.x-spreadsheet-button:hover{background-color:#c0c1c2;color:#000c}.x-spreadsheet-button.primary{background-color:#2185d0;color:#fff}.x-spreadsheet-button.primary.active,.x-spreadsheet-button.primary:hover{background-color:#1678c2;color:#fff}.x-spreadsheet-form-input{color:#000000de;display:inline-flex;font-size:1em;font-weight:400;position:relative}.x-spreadsheet-form-input input{-webkit-tap-highlight-color:rgba(255,255,255,0);background:#fff;border:1px solid #e9e9e9;border-radius:3px;box-shadow:inset 0 1px 2px #0a0a0a0f;flex:1 0 auto;height:30px;line-height:30px;margin:0;max-width:100%;outline:0;padding:0 8px;text-align:left;transition:box-shadow .1s ease,border-color .1s ease;z-index:1}.x-spreadsheet-form-input input:focus{border-color:#4b89ff;box-shadow:inset 0 1px 2px #4b89ff33}.x-spreadsheet-form-select{background:#fff;border:1px solid #e9e9e9;border-radius:2px;box-shadow:inset 0 1px 2px #0a0a0a0f;color:#000000de;cursor:pointer;display:inline-block;position:relative;-webkit-user-select:none;user-select:none}.x-spreadsheet-form-select .input-text{height:30px;line-height:30px;min-width:60px;padding:0 8px;text-overflow:ellipsis;white-space:nowrap;width:auto}.x-spreadsheet-form-fields{display:flex;flex-direction:row;flex-wrap:wrap}.x-spreadsheet-form-fields .x-spreadsheet-form-field{flex:0 1 auto}.x-spreadsheet-form-fields .x-spreadsheet-form-field .label{display:inline-block;margin:0 10px 0 0}.x-spreadsheet-form-field{display:block;margin-bottom:10px;margin-left:10px;vertical-align:middle}.x-spreadsheet-form-field:first-child{margin-left:0}.x-spreadsheet-form-field.error .x-spreadsheet-form-select,.x-spreadsheet-form-field.error input{border-color:#f04134}.x-spreadsheet-form-field .tip{color:#f04134;font-size:.9em}.x-spreadsheet-dimmer{animation-duration:.5s;animation-fill-mode:both;background-color:#0009;display:none;height:100%;left:0!important;opacity:0;position:absolute;text-align:center;top:0!important;transition:background-color .5s linear;-webkit-user-select:none;user-select:none;vertical-align:middle;width:100%;z-index:1000}.x-spreadsheet-dimmer.active{display:block;opacity:1}form fieldset{border:none}form fieldset label{color:#666;display:block;font-size:1em;margin-bottom:.5em}form fieldset select{background-color:#fff;border:none;border-bottom:2px solid #ddd;border-radius:2px;font-size:1.1em;padding:.5em .85em;width:100%}.x-spreadsheet-modal,.x-spreadsheet-toast{background-clip:padding-box;background-color:#fff;border:1px solid #0000001a;border-radius:4px;box-shadow:0 2px 8px #0003;color:#000000de;font-family:Lato,Source Sans Pro,Roboto,Helvetica,Arial,sans-serif;font-size:13px;line-height:1.25em;min-width:360px;position:fixed;text-align:left;z-index:1001}.x-spreadsheet-toast{background-color:#ffffffd9}.x-spreadsheet-modal-header,.x-spreadsheet-toast-header{background-clip:padding-box;background-color:#ffffffd9;border-bottom:1px solid #0000000d;border-radius:4px 4px 0 0;font-weight:600}.x-spreadsheet-modal-header .x-spreadsheet-icon,.x-spreadsheet-toast-header .x-spreadsheet-icon{border-radius:18px;position:absolute;right:.8em;top:.65em}.x-spreadsheet-modal-header .x-spreadsheet-icon:hover,.x-spreadsheet-toast-header .x-spreadsheet-icon:hover{background:#00000014;opacity:1}.x-spreadsheet-toast-header{color:#f2711c}.x-spreadsheet-modal-header{background:#00000014;border-bottom:1px solid #e0e2e4;font-size:1.0785em}.x-spreadsheet-modal-content,.x-spreadsheet-modal-header,.x-spreadsheet-toast-content,.x-spreadsheet-toast-header{padding:.75em 1em}@media screen and (min-width:320px) and (max-width:480px){.x-spreadsheet-toolbar{display:none}}.x-spreadsheet-icon{display:inline-block;height:18px;margin:1px 1px 2px;overflow:hidden;position:relative;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;width:18px}.x-spreadsheet-icon .x-spreadsheet-icon-img{background-image:url(/static/media/58eaeb4e52248a5c75936c6f4c33a370.28a6df6fc2a815a964dd.svg);height:444px;opacity:.56;position:absolute;width:262px}.x-spreadsheet-icon .x-spreadsheet-icon-img.undo{left:0;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.redo{left:-18px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.print{left:-36px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.paintformat{left:-54px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.clearformat{left:-72px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.font-bold{left:-90px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.font-italic{left:-108px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.underline{left:-126px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.strike{left:-144px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.color{left:-162px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.bgcolor{left:-180px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.merge{left:-198px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-left{left:-216px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-center{left:-234px;top:0}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-right{left:0;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-top{left:-18px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-middle{left:-36px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.align-bottom{left:-54px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.textwrap{left:-72px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.autofilter{left:-90px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.formula{left:-108px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.arrow-down{left:-126px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.arrow-right{left:-144px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.link{left:-162px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chart{left:-180px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.freeze{left:-198px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.ellipsis{left:-216px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.add{left:-234px;top:-18px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-all{left:0;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-inside{left:-18px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-horizontal{left:-36px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-vertical{left:-54px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-outside{left:-72px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-left{left:-90px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-top{left:-108px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-right{left:-126px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-bottom{left:-144px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.border-none{left:-162px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.line-color{left:-180px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.line-type{left:-198px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.close{left:-234px;top:-36px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-down{left:0;top:-54px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-up{left:-18px;top:-54px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-left{left:-36px;top:-54px}.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-right{left:-54px;top:-54px}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.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:1440px){.container{max-width:1440px}}#root :is(.visible){visibility:visible}#root :is(.invisible){visibility:hidden}#root :is(.fixed){position:fixed}#root :is(.absolute){position:absolute}#root :is(.relative){position:relative}#root :is(.sticky){position:sticky}#root :is(.-top-0){top:0}#root :is(.-top-0\.5){top:-.125rem}#root :is(.right-0){right:0}#root :is(.right-12){right:3rem}#root :is(.right-2){right:.5rem}#root :is(.right-5){right:1.25rem}#root :is(.top-12){top:3rem}#root :is(.top-2){top:.5rem}#root :is(.top-5){top:1.25rem}#root :is(.z-10){z-index:10}#root :is(.float-right){float:right}#root :is(.m-2){margin:.5rem}#root :is(.m-2\.5){margin:.625rem}#root :is(.m-\[0_5px_0_10px\]){margin:0 5px 0 10px}#root :is(.mx-10){margin-left:2.5rem;margin-right:2.5rem}#root :is(.mx-5){margin-left:1.25rem;margin-right:1.25rem}#root :is(.mx-\[6\%\]){margin-left:6%;margin-right:6%}#root :is(.mx-auto){margin-left:auto;margin-right:auto}#root :is(.my-2){margin-bottom:.5rem;margin-top:.5rem}#root :is(.my-3){margin-bottom:.75rem;margin-top:.75rem}#root :is(.my-4){margin-bottom:1rem;margin-top:1rem}#root :is(.-ml-1){margin-left:-.25rem}#root :is(.-mt-3){margin-top:-.75rem}#root :is(.mb-0){margin-bottom:0}#root :is(.mb-1){margin-bottom:.25rem}#root :is(.mb-2){margin-bottom:.5rem}#root :is(.mb-4){margin-bottom:1rem}#root :is(.mb-6){margin-bottom:1.5rem}#root :is(.mb-\[0\.9rem\]){margin-bottom:.9rem}#root :is(.mb-\[100px\]){margin-bottom:100px}#root :is(.mb-\[160px\]){margin-bottom:160px}#root :is(.ml-1){margin-left:.25rem}#root :is(.ml-16){margin-left:4rem}#root :is(.ml-2){margin-left:.5rem}#root :is(.ml-3){margin-left:.75rem}#root :is(.mr-0){margin-right:0}#root :is(.mr-1){margin-right:.25rem}#root :is(.mr-2){margin-right:.5rem}#root :is(.mr-3){margin-right:.75rem}#root :is(.mr-3\.5){margin-right:.875rem}#root :is(.mr-\[1rem\]){margin-right:1rem}#root :is(.mt-1){margin-top:.25rem}#root :is(.mt-10){margin-top:2.5rem}#root :is(.mt-2){margin-top:.5rem}#root :is(.mt-3){margin-top:.75rem}#root :is(.mt-4){margin-top:1rem}#root :is(.mt-5){margin-top:1.25rem}#root :is(.mt-8){margin-top:2rem}#root :is(.mt-\[-0\.5rem\]){margin-top:-.5rem}#root :is(.mt-\[-1\.2rem\]){margin-top:-1.2rem}#root :is(.mt-\[-10px\]){margin-top:-10px}#root :is(.mt-\[-14px\]){margin-top:-14px}#root :is(.mt-\[-4px\]){margin-top:-4px}#root :is(.mt-\[-6px\]){margin-top:-6px}#root :is(.box-border){box-sizing:border-box}#root :is(.block){display:block}#root :is(.inline-block){display:inline-block}#root :is(.inline){display:inline}#root :is(.flex){display:flex}#root :is(.inline-flex){display:inline-flex}#root :is(.table){display:table}#root :is(.table-cell){display:table-cell}#root :is(.grid){display:grid}#root :is(.list-item){display:list-item}#root :is(.hidden){display:none}#root :is(.h-14){height:3.5rem}#root :is(.h-4\/5){height:80%}#root :is(.h-6){height:1.5rem}#root :is(.h-8){height:2rem}#root :is(.h-9){height:2.25rem}#root :is(.h-\[1\.5rem\]){height:1.5rem}#root :is(.h-\[1\.7rem\]){height:1.7rem}#root :is(.h-\[215px\]){height:215px}#root :is(.h-\[3\.75rem\]){height:3.75rem}#root :is(.h-\[30px\]){height:30px}#root :is(.h-\[600px\]){height:600px}#root :is(.h-\[95vh\]){height:95vh}#root :is(.h-fit){height:-moz-fit-content;height:fit-content}#root :is(.h-full){height:100%}#root :is(.max-h-\[3\.8rem\]){max-height:3.8rem}#root :is(.max-h-\[4\.68rem\]){max-height:4.68rem}#root :is(.min-h-\[50vh\]){min-height:50vh}#root :is(.min-h-dvh){min-height:100dvh}#root :is(.w-2){width:.5rem}#root :is(.w-2\.5){width:.625rem}#root :is(.w-2\/6){width:33.333333%}#root :is(.w-24){width:6rem}#root :is(.w-28){width:7rem}#root :is(.w-6){width:1.5rem}#root :is(.w-7){width:1.75rem}#root :is(.w-8){width:2rem}#root :is(.w-9\/12){width:75%}#root :is(.w-\[1\.5rem\]){width:1.5rem}#root :is(.w-\[1\.7rem\]){width:1.7rem}#root :is(.w-\[25\%\]){width:25%}#root :is(.w-\[30px\]){width:30px}#root :is(.w-\[50\%\]){width:50%}#root :is(.w-\[55\%\]){width:55%}#root :is(.w-\[7\.5rem\]){width:7.5rem}#root :is(.w-auto){width:auto}#root :is(.w-fit){width:-moz-fit-content;width:fit-content}#root :is(.w-full){width:100%}#root :is(.min-w-80){min-width:20rem}#root :is(.min-w-\[2rem\]){min-width:2rem}#root :is(.min-w-\[320px\]){min-width:320px}#root :is(.max-w-60){max-width:15rem}#root :is(.max-w-80){max-width:20rem}#root :is(.max-w-\[21rem\]){max-width:21rem}#root :is(.max-w-\[4\.68rem\]){max-width:4.68rem}#root :is(.max-w-full){max-width:100%}#root :is(.max-w-lg){max-width:32rem}#root :is(.flex-\[1\]){flex:1 1}#root :is(.flex-\[2\]){flex:2 1}#root :is(.flex-\[3\]){flex:3 1}#root :is(.flex-shrink-0){flex-shrink:0}#root :is(.shrink){flex-shrink:1}#root :is(.flex-grow){flex-grow:1}#root :is(.grow){flex-grow:1}#root :is(.grow-0){flex-grow:0}#root :is(.grow-\[2\]){flex-grow:2}#root :is(.transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}#root :is(.animate-pulse){animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}#root :is(.cursor-pointer){cursor:pointer}#root :is(.resize){resize:both}#root :is(.flex-col){flex-direction:column}#root :is(.flex-wrap){flex-wrap:wrap}#root :is(.content-center){align-content:center}#root :is(.items-start){align-items:flex-start}#root :is(.items-end){align-items:flex-end}#root :is(.items-center){align-items:center}#root :is(.items-baseline){align-items:baseline}#root :is(.justify-start){justify-content:flex-start}#root :is(.justify-end){justify-content:flex-end}#root :is(.justify-center){justify-content:center}#root :is(.justify-between){justify-content:space-between}#root :is(.gap-1){gap:.25rem}#root :is(.gap-1\.5){gap:.375rem}#root :is(.gap-2){gap:.5rem}#root :is(.gap-3){gap:.75rem}#root :is(.gap-4){gap:1rem}#root :is(.gap-8){gap:2rem}#root :is(.self-start){align-self:flex-start}#root :is(.self-center){align-self:center}#root :is(.overflow-hidden){overflow:hidden}#root :is(.overflow-x-scroll){overflow-x:scroll}#root :is(.truncate){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#root :is(.rounded){border-radius:.25rem}#root :is(.rounded-3xl){border-radius:1.5rem}#root :is(.rounded-\[3px\]){border-radius:3px}#root :is(.rounded-lg){border-radius:.5rem}#root :is(.rounded-md){border-radius:.375rem}#root :is(.rounded-none){border-radius:0}#root :is(.border){border-width:1px}#root :is(.border-0){border-width:0}#root :is(.border-b){border-bottom-width:1px}#root :is(.border-b-0){border-bottom-width:0}#root :is(.border-solid){border-style:solid}#root :is(.border-none){border-style:none}#root :is(.border-\[\#C6C6C6\]){--tw-border-opacity:1;border-color:rgb(198 198 198/var(--tw-border-opacity))}#root :is(.border-blue-600){--tw-border-opacity:1;border-color:rgb(13 110 253/var(--tw-border-opacity))}#root :is(.bg-\[\#D9D9D9\]){--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity))}#root :is(.bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}#root :is(.bg-blue-100){--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}#root :is(.bg-transparent){background-color:initial}#root :is(.bg-white){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}#root :is(.object-contain){object-fit:contain}#root :is(.p-0){padding:0}#root :is(.p-4){padding:1rem}#root :is(.p-5){padding:1.25rem}#root :is(.p-8){padding:2rem}#root :is(.p-\[2\.2rem\]){padding:2.2rem}#root :is(.px-1){padding-left:.25rem;padding-right:.25rem}#root :is(.px-12){padding-left:3rem;padding-right:3rem}#root :is(.px-4){padding-left:1rem;padding-right:1rem}#root :is(.px-6){padding-left:1.5rem;padding-right:1.5rem}#root :is(.px-\[1\.5rem\]){padding-left:1.5rem;padding-right:1.5rem}#root :is(.px-\[2rem\]){padding-left:2rem;padding-right:2rem}#root :is(.py-0){padding-bottom:0;padding-top:0}#root :is(.py-16){padding-bottom:4rem;padding-top:4rem}#root :is(.py-2){padding-bottom:.5rem;padding-top:.5rem}#root :is(.py-3){padding-bottom:.75rem;padding-top:.75rem}#root :is(.py-\[1rem\]){padding-bottom:1rem;padding-top:1rem}#root :is(.pb-0){padding-bottom:0}#root :is(.pb-2){padding-bottom:.5rem}#root :is(.pb-3){padding-bottom:.75rem}#root :is(.pb-4){padding-bottom:1rem}#root :is(.pb-6){padding-bottom:1.5rem}#root :is(.pb-7){padding-bottom:1.75rem}#root :is(.pb-\[0\.9rem\]){padding-bottom:.9rem}#root :is(.pl-2){padding-left:.5rem}#root :is(.pl-4){padding-left:1rem}#root :is(.pl-6){padding-left:1.5rem}#root :is(.pl-7){padding-left:1.75rem}#root :is(.pl-\[\.2rem\]){padding-left:.2rem}#root :is(.pl-\[1\.25rem\]){padding-left:1.25rem}#root :is(.pl-\[2\.5rem\]){padding-left:2.5rem}#root :is(.pr-1){padding-right:.25rem}#root :is(.pr-2){padding-right:.5rem}#root :is(.pr-20){padding-right:5rem}#root :is(.pr-6){padding-right:1.5rem}#root :is(.pr-\[2rem\]){padding-right:2rem}#root :is(.pt-0){padding-top:0}#root :is(.pt-1){padding-top:.25rem}#root :is(.pt-2){padding-top:.5rem}#root :is(.pt-4){padding-top:1rem}#root :is(.pt-6){padding-top:1.5rem}#root :is(.pt-8){padding-top:2rem}#root :is(.pt-\[1rem\]){padding-top:1rem}#root :is(.pt-\[64px\]){padding-top:64px}#root :is(.text-left){text-align:left}#root :is(.text-center){text-align:center}#root :is(.text-right){text-align:right}#root :is(.align-middle){vertical-align:middle}#root :is(.text-2xl){font-size:1.5rem;line-height:2rem}#root :is(.text-3xl){font-size:1.875rem;line-height:2.25rem}#root :is(.text-\[\.62em\]){font-size:.62em}#root :is(.text-\[0\.75rem\]){font-size:.75rem}#root :is(.text-\[1\.125rem\]){font-size:1.125rem}#root :is(.text-\[1\.12rem\]){font-size:1.12rem}#root :is(.text-base){font-size:1rem;line-height:1.5rem}#root :is(.text-sm){font-size:.875rem;line-height:1.25rem}#root :is(.text-xs){font-size:.75rem;line-height:1rem}#root :is(.font-black){font-weight:900}#root :is(.font-bold){font-weight:700}#root :is(.font-extrabold){font-weight:800}#root :is(.font-light){font-weight:300}#root :is(.font-medium){font-weight:500}#root :is(.font-normal){font-weight:400}#root :is(.font-semibold){font-weight:600}#root :is(.capitalize){text-transform:capitalize}#root :is(.normal-case){text-transform:none}#root :is(.leading-8){line-height:2rem}#root :is(.leading-relaxed){line-height:1.625}#root :is(.leading-snug){line-height:1.375}#root :is(.tracking-wide){letter-spacing:.025em}#root :is(.text-\[\#2f2f3c\]){--tw-text-opacity:1;color:rgb(47 47 60/var(--tw-text-opacity))}#root :is(.text-\[\#343434\]){--tw-text-opacity:1;color:rgb(52 52 52/var(--tw-text-opacity))}#root :is(.text-\[\#3DBE00\]){--tw-text-opacity:1;color:rgb(61 190 0/var(--tw-text-opacity))}#root :is(.text-\[\#43a047\]){--tw-text-opacity:1;color:rgb(67 160 71/var(--tw-text-opacity))}#root :is(.text-\[\#49ad0c\]){--tw-text-opacity:1;color:rgb(73 173 12/var(--tw-text-opacity))}#root :is(.text-\[\#4b4b4b\]){--tw-text-opacity:1;color:rgb(75 75 75/var(--tw-text-opacity))}#root :is(.text-\[\#556AC3\]){--tw-text-opacity:1;color:rgb(85 106 195/var(--tw-text-opacity))}#root :is(.text-\[\#ADADB0\]){--tw-text-opacity:1;color:rgb(173 173 176/var(--tw-text-opacity))}#root :is(.text-\[\#FF0005\]){--tw-text-opacity:1;color:rgb(255 0 5/var(--tw-text-opacity))}#root :is(.text-\[\#dd2c00\]){--tw-text-opacity:1;color:rgb(221 44 0/var(--tw-text-opacity))}#root :is(.text-\[\#ffd600\]){--tw-text-opacity:1;color:rgb(255 214 0/var(--tw-text-opacity))}#root :is(.text-\[primary\.main\]){color:primary.main}#root :is(.text-black){--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}#root :is(.text-blue-500){--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}#root :is(.text-blue-600){--tw-text-opacity:1;color:rgb(13 110 253/var(--tw-text-opacity))}#root :is(.text-gray-300){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}#root :is(.text-gray-500){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}#root :is(.text-red-600){--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}#root :is(.text-text-primary){--tw-text-opacity:1;color:rgb(47 47 60/var(--tw-text-opacity))}#root :is(.text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}#root :is(.underline){text-decoration-line:underline}#root :is(.line-through){text-decoration-line:line-through}#root :is(.no-underline){text-decoration-line:none}#root :is(.opacity-70){opacity:.7}#root :is(.opacity-\[0\.78\]){opacity:.78}#root :is(.shadow-md){--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#root :is(.shadow-none){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#root :is(.outline){outline-style:solid}#root :is(.drop-shadow){--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);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)}#root :is(.grayscale){--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#root :is(.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)}#root :is(.transition){transition-duration:.15s;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)}#root :is(.ease-in-out){transition-timing-function:cubic-bezier(.4,0,.2,1)}.MuiPopover-root.MuiMenu-root.MuiModal-root .MuiPaper-root .MuiButtonBase-root.Mui-disabled,.x-spreadsheet-bottombar .x-spreadsheet-menu li:first-child .x-spreadsheet-icon{display:none}::-webkit-scrollbar{height:12px;width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px #eee}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.ReactModal__Content{max-width:800px!important;width:100%!important}.ReactModalPortal .ReactModal__Content .ab-modal-container .ab-modal-iframe{height:100vh;margin-bottom:-152px;margin-top:-100px;overflow:hidden}.pac-container{z-index:2000!important}.gmap{width:100%}.gmap-mini{border-radius:.375rem;filter:grayscale(1);max-height:100px;min-height:100px;width:100%}.gmap .gm-style div:last-child .gm-style-cc,.gmap .gm-style div:last-child .gmnoprint,.gmap-mini .gm-style div:last-child .gm-style-cc,.gmap-mini .gm-style div:last-child .gmnoprint,.gmap-mini .gm-style div:nth-last-child(3)>div a{display:none!important}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 #0003}to{box-shadow:0 0 0 20px #0000}}.cursor-pointer{cursor:pointer!important}#root :is(.hover\:bg-blue-600:hover){--tw-bg-opacity:1;background-color:rgb(13 110 253/var(--tw-bg-opacity))}#root :is(.hover\:bg-transparent:hover){background-color:initial}#root :is(.hover\:text-white:hover){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:640px){#root :is(.sm\:min-w-\[600px\]){min-width:600px}#root :is(.sm\:max-w-\[600px\]){max-width:600px}}@media (min-width:768px){#root :is(.md\:ml-4){margin-left:1rem}#root :is(.md\:ml-\[5px\]){margin-left:5px}#root :is(.md\:mt-0){margin-top:0}#root :is(.md\:min-w-\[720px\]){min-width:720px}#root :is(.md\:max-w-\[200px\]){max-width:200px}#root :is(.md\:max-w-\[720px\]){max-width:720px}#root :is(.md\:max-w-none){max-width:none}#root :is(.md\:flex-row){flex-direction:row}#root :is(.md\:justify-between){justify-content:space-between}#root :is(.md\:p-6){padding:1.5rem}#root :is(.md\:px-4){padding-left:1rem;padding-right:1rem}#root :is(.md\:px-\[2\.375rem\]){padding-left:2.375rem;padding-right:2.375rem}}@media (min-width:1024px){#root :is(.lg\:w-\[80\%\]){width:80%}#root :is(.lg\:min-w-\[960px\]){min-width:960px}#root :is(.lg\:max-w-\[960px\]){max-width:960px}#root :is(.lg\:px-16){padding-left:4rem;padding-right:4rem}#root :is(.lg\:pb-1){padding-bottom:.25rem}#root :is(.lg\:pr-6){padding-right:1.5rem}}@media (min-width:1280px){#root :is(.xl\:w-\[75\%\]){width:75%}#root :is(.xl\:min-w-\[1140px\]){min-width:1140px}#root :is(.xl\:max-w-\[1140px\]){max-width:1140px}#root :is(.xl\:max-w-\[300px\]){max-width:300px}#root :is(.xl\:flex-\[2\]){flex:2 1}#root :is(.xl\:flex-\[3\]){flex:3 1}#root :is(.xl\:py-\[1\.43rem\]){padding-bottom:1.43rem;padding-top:1.43rem}}@media (min-width:1440px){#root :is(.\32xl\:mt-5){margin-top:1.25rem}#root :is(.\32xl\:min-w-\[1420px\]){min-width:1420px}#root :is(.\32xl\:max-w-\[1420px\]){max-width:1420px}#root :is(.\32xl\:py-\[2\.375rem\]){padding-bottom:2.375rem;padding-top:2.375rem}}
/*# sourceMappingURL=main.fc3f5f4b.css.map*/