@charset "UTF-8";:root{--el-color-white:#fff;--el-color-black:#000;--el-color-primary-rgb:38,134,234;--el-color-success-rgb:22,163,74;--el-color-warning-rgb:245,166,35;--el-color-danger-rgb:219,40,40;--el-color-error-rgb:208,2,27;--el-color-info-rgb:59,72,88;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:15px;--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;--el-color-primary:#2686ea;--el-color-primary-light-3:#67aaf0;--el-color-primary-light-5:#93c3f5;--el-color-primary-light-7:#bedbf9;--el-color-primary-light-8:#d4e7fb;--el-color-primary-light-9:#e9f3fd;--el-color-primary-dark-2:#1e6bbb;--el-color-success:#16a34a;--el-color-success-light-3:#5cbf80;--el-color-success-light-5:#8bd1a5;--el-color-success-light-7:#b9e3c9;--el-color-success-light-8:#d0eddb;--el-color-success-light-9:#e8f6ed;--el-color-success-dark-2:#12823b;--el-color-warning:#f5a623;--el-color-warning-light-3:#f8c165;--el-color-warning-light-5:#fad391;--el-color-warning-light-7:#fce4bd;--el-color-warning-light-8:#fdedd3;--el-color-warning-light-9:#fef6e9;--el-color-warning-dark-2:#c4851c;--el-color-danger:#db2828;--el-color-danger-light-3:#e66969;--el-color-danger-light-5:#ed9494;--el-color-danger-light-7:#f4bfbf;--el-color-danger-light-8:#f8d4d4;--el-color-danger-light-9:#fbeaea;--el-color-danger-dark-2:#af2020;--el-color-error:#d0021b;--el-color-error-light-3:#de4e5f;--el-color-error-light-5:#e8818d;--el-color-error-light-7:#f1b3bb;--el-color-error-light-8:#f6ccd1;--el-color-error-light-9:#fae6e8;--el-color-error-dark-2:#a60216;--el-color-info:#3b4858;--el-color-info-light-3:#767f8a;--el-color-info-light-5:#9da4ac;--el-color-info-light-7:#c4c8cd;--el-color-info-light-8:#d8dade;--el-color-info-light-9:#ebedee;--el-color-info-dark-2:#2f3a46;--el-bg-color:#fff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#fff;--el-text-color-primary:#303030;--el-text-color-regular:#606266;--el-text-color-secondary:#767f8a;--el-text-color-placeholder:#c0c4cc;--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:#fff;--el-box-shadow:0px 12px 32px 4px #0000000a,0px 8px 20px #00000014;--el-box-shadow-light:0px 0px 12px #0000001f;--el-box-shadow-lighter:0px 0px 6px #0000001f;--el-box-shadow-dark:0px 16px 48px 16px #00000014,0px 12px 32px #0000001f,0px 8px 16px -8px #00000029;--el-disabled-bg-color:#e2e4e6;--el-disabled-text-color:#89919b;--el-disabled-border-color:#e2e4e6;--el-overlay-color:#000c;--el-overlay-color-light:#000000b3;--el-overlay-color-lighter:#00000080;--el-mask-color:#ffffffe6;--el-mask-color-extra-light:#ffffff4d;--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:#2686ea;--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color);color-scheme:light}.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-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;fill:currentColor;align-items:center;color:var(--color);display:inline-flex;font-size:inherit;height:1em;justify-content:center;line-height:1em;position:relative;width:1em}.el-icon.is-loading{animation:rotating 2s linear infinite}.el-icon svg{height:1em;width:1em}.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--primary{--el-alert-bg-color:var(--el-color-primary-light-9)}.el-alert--primary.is-light{background-color:var(--el-alert-bg-color)}.el-alert--primary.is-light,.el-alert--primary.is-light .el-alert__description{color:var(--el-color-primary)}.el-alert--primary.is-dark{background-color:var(--el-color-primary);color:var(--el-color-white)}.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:#303030;--el-input-border:1px solid #d8dade;--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 #0000 inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:#fff;--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:#0000;border-top-color:#0000}.el-autocomplete__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-autocomplete__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-autocomplete__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:#0000;border-top-color:#0000}.el-autocomplete-suggestion{border-radius:var(--el-border-radius-base);box-sizing:border-box}.el-autocomplete-suggestion__header{border-bottom:1px solid var(--el-border-color-lighter);padding:10px}.el-autocomplete-suggestion__footer{border-top:1px solid var(--el-border-color-lighter);padding:10px}.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{align-items:center;color:var(--el-text-color-secondary);cursor:default;display:flex;font-size:20px;height:100px;justify-content:center}.el-autocomplete-suggestion.is-loading li:hover{background-color:var(--el-bg-color-overlay)}.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-avatar-group{--el-avatar-group-item-gap:-8px;--el-avatar-group-collapse-item-gap:4px;display:inline-flex}.el-avatar-group .el-avatar{border:1px solid var(--el-border-color-extra-light)}.el-avatar-group .el-avatar:not(:first-child){margin-left:var(--el-avatar-group-item-gap)}.el-avatar-group__collapse-avatars{--el-avatar-group-item-gap:-8px;--el-avatar-group-collapse-item-gap:4px}.el-avatar-group__collapse-avatars .el-avatar:not(:first-child){margin-left:var(--el-avatar-group-collapse-item-gap)}.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__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.is-link,.el-breadcrumb__inner a{color:var(--el-text-color-primary);font-weight:700;text-decoration:none;transition:var(--el-transition-color)}.el-breadcrumb__inner.is-link:hover,.el-breadcrumb__inner a:hover{color:var(--el-color-primary);cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover{color:var(--el-text-color-regular);cursor:text;font-weight:400}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb:after,.el-breadcrumb:before{content:"";display:table}.el-breadcrumb:after{clear:both}.el-button-group>.el-button+.el-button{margin-left: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.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--horizontal{display:inline-block;vertical-align:middle}.el-button-group--horizontal:after,.el-button-group--horizontal:before{content:"";display:table}.el-button-group--horizontal:after{clear:both}.el-button-group--horizontal>.el-button{float:left;position:relative}.el-button-group--horizontal>.el-button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.el-button-group--horizontal>.el-button:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.el-button-group--horizontal>.el-button:not(:last-child){margin-right:-1px}.el-button-group--horizontal .el-button--primary:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--primary:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .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--horizontal .el-button--success:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--success:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .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--horizontal .el-button--warning:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--warning:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .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--horizontal .el-button--danger:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--danger:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .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--horizontal .el-button--info:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--info:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .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-button-group--horizontal>.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--vertical{align-items:stretch;display:inline-flex;flex-direction:column}.el-button-group--vertical>.el-button{margin-top:-1px}.el-button-group--vertical>.el-button:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-button-group--vertical>.el-button:last-child{border-top-left-radius:0;border-top-right-radius:0}.el-button-group--vertical>.el-dropdown{margin-top:-1px}.el-button-group--vertical>.el-dropdown>.el-button{border-left-color:var(--el-button-divide-border-color);border-top-left-radius:0;border-top-right-radius:0}.el-button-group--vertical .el-button--primary:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--primary:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--primary:not(:first-child):not(:last-child){border-bottom-color:var(--el-button-divide-border-color);border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--success:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--success:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--success:not(:first-child):not(:last-child){border-bottom-color:var(--el-button-divide-border-color);border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--warning:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--warning:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--warning:not(:first-child):not(:last-child){border-bottom-color:var(--el-button-divide-border-color);border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--danger:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--danger:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--danger:not(:first-child):not(:last-child){border-bottom-color:var(--el-button-divide-border-color);border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--info:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--info:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--info:not(:first-child):not(:last-child){border-bottom-color:var(--el-button-divide-border-color);border-top-color:var(--el-button-divide-border-color)}.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:#ffffff80;--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: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:15px}.el-button,.el-button.is-round{padding:6px 19px}.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;content:"";inset:-1px;pointer-events:none;position:absolute;z-index:1}.el-button.is-round{border-radius:var(--el-border-radius-round)}.el-button.is-dashed{--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);border-style:dashed}.el-button.is-circle{border-radius:50%;padding:6px;width:32px}.el-button.is-text{background-color:initial;border:0 solid #0000;color:var(--el-button-text-color)}.el-button.is-text.is-disabled{background-color:initial!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):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:#0000;border-color:#0000;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:initial!important;border-color:#0000!important;color:var(--el-button-disabled-text-color)}.el-button.is-link:not(.is-disabled):hover{background-color:initial;border-color:#0000}.el-button.is-link:not(.is-disabled):active{background-color:initial;border-color:#0000;color:var(--el-button-active-color)}.el-button--text{background:#0000;border-color:#0000;color:var(--el-color-primary);padding-left:0;padding-right:0}.el-button--text.is-disabled{background-color:initial!important;border-color:#0000!important;color:var(--el-button-disabled-text-color)}.el-button--text:not(.is-disabled):hover{background-color:initial;border-color:#0000;color:var(--el-color-primary-light-3)}.el-button--text:not(.is-disabled):active{background-color:initial;border-color:#0000;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--primary.is-dashed{--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-primary);--el-button-hover-bg-color:var(--el-color-primary-light-9);--el-button-hover-border-color:var(--el-color-primary-light-3);--el-button-active-text-color:var(--el-color-primary-dark-2);--el-button-active-bg-color:var(--el-color-primary-light-9);--el-button-active-border-color:var(--el-color-primary-dark-2)}.el-button--primary.is-dashed.is-disabled,.el-button--primary.is-dashed.is-disabled:active,.el-button--primary.is-dashed.is-disabled:focus,.el-button--primary.is-dashed.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--success.is-dashed{--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-success);--el-button-hover-bg-color:var(--el-color-success-light-9);--el-button-hover-border-color:var(--el-color-success-light-3);--el-button-active-text-color:var(--el-color-success-dark-2);--el-button-active-bg-color:var(--el-color-success-light-9);--el-button-active-border-color:var(--el-color-success-dark-2)}.el-button--success.is-dashed.is-disabled,.el-button--success.is-dashed.is-disabled:active,.el-button--success.is-dashed.is-disabled:focus,.el-button--success.is-dashed.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--warning.is-dashed{--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-warning);--el-button-hover-bg-color:var(--el-color-warning-light-9);--el-button-hover-border-color:var(--el-color-warning-light-3);--el-button-active-text-color:var(--el-color-warning-dark-2);--el-button-active-bg-color:var(--el-color-warning-light-9);--el-button-active-border-color:var(--el-color-warning-dark-2)}.el-button--warning.is-dashed.is-disabled,.el-button--warning.is-dashed.is-disabled:active,.el-button--warning.is-dashed.is-disabled:focus,.el-button--warning.is-dashed.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--danger.is-dashed{--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-danger);--el-button-hover-bg-color:var(--el-color-danger-light-9);--el-button-hover-border-color:var(--el-color-danger-light-3);--el-button-active-text-color:var(--el-color-danger-dark-2);--el-button-active-bg-color:var(--el-color-danger-light-9);--el-button-active-border-color:var(--el-color-danger-dark-2)}.el-button--danger.is-dashed.is-disabled,.el-button--danger.is-dashed.is-disabled:active,.el-button--danger.is-dashed.is-disabled:focus,.el-button--danger.is-dashed.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--info.is-dashed{--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-info);--el-button-hover-bg-color:var(--el-color-info-light-9);--el-button-hover-border-color:var(--el-color-info-light-3);--el-button-active-text-color:var(--el-color-info-dark-2);--el-button-active-bg-color:var(--el-color-info-light-9);--el-button-active-border-color:var(--el-color-info-dark-2)}.el-button--info.is-dashed.is-disabled,.el-button--info.is-dashed.is-disabled:active,.el-button--info.is-dashed.is-disabled:focus,.el-button--info.is-dashed.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:15px;padding:9px 19px}.el-button--large.is-round{padding:9px 19px}.el-button--large.is-circle{padding:9px;width:var(--el-button-size)}.el-button--small{--el-button-size:28px;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:13px;padding:4px 14px}.el-button--small.is-round{padding:4px 14px}.el-button--small.is-circle{padding:4px;width:var(--el-button-size)}.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__select-controller .el-select{margin-right:8px}.el-calendar__select-controller .el-calendar-select__year{width:120px}.el-calendar__select-controller .el-calendar-select__month{width:60px}.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);display:flex;flex-direction:column;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{flex-grow:1;overflow:auto;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:#1f2d3d1c;--el-carousel-arrow-hover-background:#1f2d3d3b;--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.is-vertical-outside{align-items:center;display:flex;flex-direction:row}.el-carousel.is-vertical-outside .el-carousel__container{flex:1}.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{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 .el-carousel__button{color:#000;font-size:12px;padding:2px 18px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:initial;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)}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto}.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);width:-moz-fit-content;width:fit-content}.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{text-overflow:ellipsis}.el-cascader .el-input .el-input__inner:read-only{cursor:pointer}.el-cascader .el-input .el-input__inner:disabled{cursor:not-allowed}.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:28px}.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:#0000;border-top-color:#0000}.el-cascader__dropdown.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-cascader__dropdown.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-cascader__dropdown.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:#0000;border-top-color:#0000}.el-cascader__dropdown.el-popper{box-shadow:var(--el-cascader-menu-shadow)}.el-cascader__header{border-bottom:1px solid var(--el-border-color-light);padding:10px}.el-cascader__footer{border-top:1px solid var(--el-border-color-light);padding:10px}.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:#0000}.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:#0000}.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:#0000;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::placeholder{color:#0000}.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);--el-checkbox-button-disabled-checked-fill:var(--el-border-color-extra-light);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));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:15px;font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:var(--el-border);padding:6px 19px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:6px 19px}.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.is-disabled.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-disabled-checked-fill)}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);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:15px;padding:9px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:9px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:13px;padding:4px 14px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:4px 14px}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox{--el-checkbox-font-size:15px;--el-checkbox-font-weight:var(--el-font-weight-primary);--el-checkbox-text-color:#3b4858;--el-checkbox-input-height:18px;--el-checkbox-input-width:18px;--el-checkbox-border-radius:5px;--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:#3b4858;--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;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:15px}.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:13px}.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: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;will-change:transform}.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:translate(-45%,-60%) 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-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 #0000;border-left:0;border-top:0;box-sizing:initial;content:"";height:7px;left:50%;position:absolute;top:50%;transform:translate(-45%,-60%) 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-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);box-sizing:border-box;color:var(--el-collapse-header-text-color);cursor:pointer;display:flex;font-size:var(--el-collapse-header-font-size);font-weight:500;line-height:var(--el-collapse-header-height);min-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;transition:transform var(--el-transition-duration)}.el-collapse-item__arrow.is-active{transform:rotate(90deg)}.el-collapse-item__title{flex:auto;text-align:left}.el-collapse-item__header.focusing:focus:not(:hover){color:var(--el-color-primary)}.el-collapse-item__header.is-active{border-bottom-color:#0000}.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-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-icon-position-left .el-collapse-item__header{gap:8px}.el-collapse-icon-position-left .el-collapse-item__title{order:1}.el-collapse-icon-position-right .el-collapse-item__header{padding-right:8px}.el-color-picker-panel{--el-colorpicker-bg-color:var(--el-bg-color-overlay);--el-fill-color-blank:var(--el-colorpicker-bg-color);background:var(--el-colorpicker-bg-color);box-sizing:initial;padding:12px;width:300px}.el-color-picker-panel.is-border{border:1px solid var(--el-border-color-lighter);border-radius:4px}.el-color-picker-panel__wrapper{margin-bottom:6px}.el-color-picker-panel__footer{display:flex;justify-content:space-between;margin-top:12px;text-align:right}.el-color-picker-panel__footer .el-input{color:#000;font-size:12px;line-height:26px;width:160px}.el-color-picker-panel.is-disabled .el-color-hue-slider,.el-color-picker-panel.is-disabled .el-color-svpanel{cursor:not-allowed;opacity:.3}.el-color-picker-panel.is-disabled .el-color-hue-slider__thumb{cursor:not-allowed}.el-color-picker-panel.is-disabled .el-color-alpha-slider,.el-color-picker-panel.is-disabled .el-color-predefine .el-color-predefine__color-selector{cursor:not-allowed;opacity:.3}.el-color-predefine{display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:flex;flex:1;flex-wrap:wrap;gap:8px}.el-color-predefine__color-selector{border:none;border-radius:var(--el-border-radius-base);cursor:pointer;height:20px;outline:none;overflow:hidden;padding:0;width:20px}.el-color-predefine__color-selector.selected{box-shadow:0 0 3px 2px var(--el-color-primary)}.el-color-predefine__color-selector.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-color-predefine__color-selector:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-color-predefine__color-selector>div{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__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{background-image:linear-gradient(0deg,#000,#0000),linear-gradient(90deg,#fff,#fff0);height:180px;position:relative;width:280px}.el-color-svpanel__cursor{border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px #0000004d,0 0 1px 2px #0006;cursor:pointer;height:4px;position:absolute;transform:translate(-2px,-2px);width:4px}.el-color-svpanel__cursor.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-color-svpanel__cursor:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.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.is-disabled .el-color-alpha-slider__thumb{cursor:not-allowed}.el-color-alpha-slider__bar{background:linear-gradient(to right,#fff0 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__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-picker-panel{--el-color-picker-alpha-bg-a:#ccc;--el-color-picker-alpha-bg-b:#0000}.dark .el-color-picker-panel{--el-color-picker-alpha-bg-a:#333}.el-color-picker{display:inline-block;height:32px;line-height:normal;outline:none;position:relative;width:32px}.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: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 .el-color-picker__trigger{background-color:var(--el-fill-color-light);cursor:not-allowed}.el-color-picker.is-disabled .el-color-picker__color{opacity:.3}.el-color-picker--large{height:40px;width:40px}.el-color-picker--small{height:24px;width:24px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{transform:scale(.8)}.el-color-picker__trigger{align-items:center;border:1px solid var(--el-border-color);border-radius:4px;cursor:pointer;display:inline-flex;font-size:0;justify-content:center;padding:4px}.el-color-picker__color,.el-color-picker__trigger{box-sizing:border-box;height:100%;position:relative;width:100%}.el-color-picker__color{border:1px solid var(--el-text-color-secondary);border-radius:var(--el-border-radius-small);display:block;text-align:center}.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)}.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:#0000}.dark .el-color-picker,.dark .el-color-picker__panel{--el-color-picker-alpha-bg-a:#333}.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;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.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-off-text-color);cursor:default;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-date-table th.el-date-table__week-header{padding:0;width:24px}.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{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-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{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-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}.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:#0000;border-top-color:#0000}.el-picker__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-picker__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-picker__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:#0000;border-top-color:#0000}.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:#303030;--el-input-border:1px solid #d8dade;--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 #0000 inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:#fff;--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.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-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{appearance:none;background-color:initial;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:26px;line-height:26px}.el-range-editor.is-disabled{background-color:var(--el-disabled-bg-color);color:var(--el-disabled-text-color);cursor:not-allowed}.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-datepicker-bg-color);border-radius:var(--el-popper-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-datepicker-bg-color);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-datepicker-bg-color);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:initial;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:initial;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:#0000;border:0;color:var(--el-datepicker-icon-color);cursor:pointer;font-size:12px;line-height:1;margin-top:8px;outline:none;padding:1px 6px}.el-picker-panel__icon-btn.focus-visible,.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.is-disabled .el-icon{cursor:inherit}.el-picker-panel__icon-btn .el-icon{cursor:pointer;font-size:inherit}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel.is-disabled .el-picker-panel__prev-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__prev-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__prev-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__next-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__next-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__next-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__icon-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__icon-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__icon-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__shortcut{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__shortcut:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__shortcut .el-icon{cursor:inherit}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{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);--el-datepicker-bg-color:var(--el-bg-color-overlay);--el-fill-color-blank:var(--el-datepicker-bg-color);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: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-picker.is-disabled .el-date-picker__header-label{color:var(--el-text-color-disabled)}.el-date-picker.is-disabled .el-date-picker__header-label:hover{cursor:not-allowed}.el-date-picker.is-disabled .el-date-picker__header-label .el-icon{cursor:inherit}.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);--el-datepicker-bg-color:var(--el-bg-color-overlay);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__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-range-picker__header-label:hover{color:var(--el-datepicker-hover-text-color)}.el-date-range-picker__header-label.focus-visible{color:var(--el-datepicker-hover-text-color);outline:none}.el-date-range-picker__header-label:focus-visible{color:var(--el-datepicker-hover-text-color);outline:none}.el-date-range-picker__header-label.active{color:var(--el-datepicker-active-color)}.el-date-range-picker__content{box-sizing:border-box;display:table-cell;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-date-range-picker.is-disabled .el-date-range-picker__header-label{color:var(--el-text-color-disabled)}.el-date-range-picker.is-disabled .el-date-range-picker__header-label:hover{cursor:not-allowed}.el-date-range-picker.is-disabled .el-date-range-picker__header-label .el-icon{cursor:inherit}.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:initial;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:initial;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-picker-panel.is-border{border:1px solid var(--el-border-color-lighter)}.el-picker-panel.is-border .el-picker-panel__body-wrapper{position:relative}.el-picker-panel.is-border.el-picker-panel [slot=sidebar],.el-picker-panel.is-border.el-picker-panel__sidebar{border-right:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;height:100%;overflow:auto;padding-top:6px;position:absolute;top:0;width:110px}.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;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}: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{inset:0;margin:0;overflow:auto;position:fixed}.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:#0000;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-modal-dialog.is-penetrable{pointer-events:none}.el-modal-dialog.is-penetrable .el-dialog{pointer-events:auto}.el-overlay-dialog{inset:0;overflow:auto;position:fixed}.el-overlay-dialog.is-closing .el-dialog{pointer-events:none}.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-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-overlay.is-drawer{overflow:hidden}.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);--el-drawer-dragger-size:8px;background-color:var(--el-drawer-bg-color);box-shadow:var(--el-box-shadow-dark);box-sizing:border-box;display:flex;flex-direction:column;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:var(--el-text-color-primary);display:flex;margin-bottom:32px;overflow:hidden;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{overflow:hidden;padding:var(--el-drawer-padding-primary);padding-top:10px;text-align:right}.el-drawer__close-btn{background-color:initial;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.is-dragging{transition:none}.el-drawer__dragger{-webkit-user-select:none;user-select:none}.el-drawer__dragger,.el-drawer__dragger:before{background-color:initial;position:absolute;transition:all .2s}.el-drawer__dragger:before{content:""}.el-drawer__dragger:hover:before{background-color:var(--el-color-primary)}.el-drawer.ltr,.el-drawer.rtl{bottom:0;height:100%;top:0}.el-drawer.ltr>.el-drawer__dragger,.el-drawer.rtl>.el-drawer__dragger{bottom:0;cursor:ew-resize;height:100%;top:0;width:var(--el-drawer-dragger-size)}.el-drawer.ltr>.el-drawer__dragger:before,.el-drawer.rtl>.el-drawer__dragger:before{bottom:0;top:0;width:3px}.el-drawer.btt,.el-drawer.ttb{left:0;right:0;width:100%}.el-drawer.btt>.el-drawer__dragger,.el-drawer.ttb>.el-drawer__dragger{cursor:ns-resize;height:var(--el-drawer-dragger-size);left:0;right:0;width:100%}.el-drawer.btt>.el-drawer__dragger:before,.el-drawer.ttb>.el-drawer__dragger:before{height:3px;left:0;right:0}.el-drawer.ltr{left:0}.el-drawer.ltr>.el-drawer__dragger{right:0}.el-drawer.ltr>.el-drawer__dragger:before{right:-2px}.el-drawer.rtl{right:0}.el-drawer.rtl>.el-drawer__dragger{left:0}.el-drawer.rtl>.el-drawer__dragger:before{left:-2px}.el-drawer.ttb{top:0}.el-drawer.ttb>.el-drawer__dragger{bottom:0}.el-drawer.ttb>.el-drawer__dragger:before{bottom:-2px}.el-drawer.btt{bottom:0}.el-drawer.btt>.el-drawer__dragger{top:0}.el-drawer.btt>.el-drawer__dragger:before{top:-2px}.el-modal-drawer.is-penetrable{pointer-events:none}.el-modal-drawer.is-penetrable .el-drawer{pointer-events:auto}.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:initial!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-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:#0000;border-top-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:#0000;border-top-color:#0000}.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}.el-empty{--el-empty-padding:40px 0;--el-empty-image-width:160px;--el-empty-description-margin-top:4px;--el-empty-bottom-margin-top:16px;--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%;object-fit:contain;-webkit-user-select:none;user-select:none;vertical-align:top;width:100%}.el-empty__image svg{fill:currentColor;color:var(--el-svg-monochrome-grey);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-item{--font-size:14px;display:flex;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;text-align:left}.el-form-item--label-right .el-form-item__label{justify-content:flex-end;text-align:right}.el-form-item--label-top{display:block}.el-form-item--label-top .el-form-item__label{display:block;height:auto;line-height:22px;margin-bottom:8px;padding-right:0;text-align:left;width:-moz-fit-content;width:fit-content}.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;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-form-item__content .el-input-tag__wrapper,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper.is-focus,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-input__wrapper,.el-form-item.is-error .el-form-item__content .el-input__wrapper.is-focus,.el-form-item.is-error .el-form-item__content .el-input__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-input__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-select__wrapper,.el-form-item.is-error .el-form-item__content .el-select__wrapper.is-focus,.el-form-item.is-error .el-form-item__content .el-select__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-select__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-textarea__inner,.el-form-item.is-error .el-form-item__content .el-textarea__inner.is-focus,.el-form-item.is-error .el-form-item__content .el-textarea__inner:focus,.el-form-item.is-error .el-form-item__content .el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-form-item.is-error .el-form-item__content .el-input-group__append .el-input__wrapper,.el-form-item.is-error .el-form-item__content .el-input-group__prepend .el-input__wrapper{box-shadow:inset 0 0 0 1px #0000}.el-form-item.is-error .el-form-item__content .el-input-group__append .el-input__validateIcon,.el-form-item.is-error .el-form-item__content .el-input-group__prepend .el-input__validateIcon{display:none}.el-form-item.is-error .el-form-item__content .el-input__validateIcon{color:var(--el-color-danger)}.el-form-item--feedback .el-input__validateIcon{display:inline-flex}.el-form{--el-form-label-font-size:var(--el-font-size-small);--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-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{inset:0;position:fixed}.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;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;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%}.el-image-viewer-parent--hidden{overflow:hidden}.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{--el-input-text-color:#303030;--el-input-border:1px solid #d8dade;--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 #0000 inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:#fff;--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,#fff);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,#303030);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.is-clearable{padding:5px 26px 5px 11px}.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__clear{color:var(--el-input-icon-color);cursor:pointer;font-size:14px;position:absolute;right:11px;top:15px;transform:translateY(-50%)}.el-textarea__clear:hover{color:var(--el-input-clear-hover-color)}.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 .el-input__count.is-outside{background:#0000;bottom:unset;line-height:1;padding-top:2px;position:absolute;right:0;top:100%}.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:#303030;--el-input-border:1px solid #d8dade;--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 #0000 inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:#fff;--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 .el-input__count.is-outside{height:unset;padding-top:2px;position:absolute;right:0;top:100%}.el-input .el-input__count.is-outside .el-input__count-inner{background:#0000;line-height:1;padding-left:0}.el-input__wrapper{align-items:center;background-color:var(--el-input-bg-color,#fff);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,#303030);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}.el-input.is-disabled .el-input__inner{-webkit-text-fill-color:var(--el-disabled-text-color);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-disabled .el-input__prefix-inner,.el-input.is-disabled .el-input__suffix-inner{pointer-events:none}.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, 28px) - 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;flex:1;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:initial;border-color:#0000;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}.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.is-left .el-input__inner{text-align:left}.el-input-number.is-right .el-input__inner{text-align:right}.el-input-number.is-center .el-input__inner{text-align:center}.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;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:26px;width:120px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{font-size:12px;width:28px}.el-input-number--small.is-controls-right .el-input--small .el-input__wrapper{padding-right:35px}.el-input-number--small .el-input--small .el-input__wrapper{padding-left:35px;padding-right:35px}.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:13px}.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}.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__collapse-tag{line-height:1}.el-input-tag__input-tag-list{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:6px;min-width:0;position:relative}.el-input-tag__input-tag-list.is-near{margin-left:-8px}.el-input-tag__input-tag-list .el-tag{border-color:#0000;cursor:pointer}.el-input-tag__input-tag-list .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-input-tag__input-tag-list .el-tag .el-tag__content{min-width:0}.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;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:#0000;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{appearance:none;background-color:initial;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::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:15px;--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);--el-link-default-active-color:#e5f0fc;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.is-hover-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-underline:after{border-bottom:1px solid var(--el-link-text-color);bottom:0;content:"";height:0;left:0;position:absolute;right:0}.el-link:hover{color:var(--el-link-hover-text-color)}.el-link:hover:after{border-color:var(--el-link-hover-text-color)}.el-link [class*=el-icon-]+span{margin-left:5px}.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--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--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--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--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--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.is-disabled{color:var(--el-link-disabled-text-color);cursor:not-allowed}.el-link.is-disabled:after{border-color:var(--el-link-disabled-text-color)}: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);inset:0;margin:0;position:absolute;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{stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:var(--el-color-primary);stroke-linecap:round;animation:loading-dash 1.5s ease-in-out infinite}.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}}.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 #0000;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 #0000;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-menu-item.is-active:hover,.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title,.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title:hover{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-active-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-group>ul>.el-sub-menu>.el-sub-menu__title [class^=el-icon],.el-menu--collapse>.el-menu-item [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-group>ul>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow,.el-menu--collapse>.el-menu-item .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.el-sub-menu__hide-arrow .el-sub-menu__title{padding-right:var(--el-menu-base-level-padding)}.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-menu,.el-menu--popup-container,.el-popper{outline:none}.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}.is-message-box .el-overlay-message-box{inset:0;overflow:auto;padding:16px;position:fixed;text-align:center}.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;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:#0000;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--primary{--el-messagebox-color:var(--el-color-primary);color:var(--el-messagebox-color)}.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;min-width: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}.el-message-box-parent--hidden{overflow:hidden}.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:var(--el-border-width) var(--el-border-style) var(--el-message-border-color);border-radius:var(--el-border-radius-base);box-sizing:border-box;display:flex;gap:8px;max-width:calc(100% - 32px);padding:var(--el-message-padding);position:fixed;transition:opacity var(--el-transition-duration),transform .4s,top .4s,bottom .4s;width:max-content}.el-message.is-left{left:16px}.el-message.is-right{right:16px}.el-message.is-center{left:50%;transform:translate(-50%)}.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--primary{--el-message-bg-color:var(--el-color-primary-light-9);--el-message-border-color:var(--el-color-primary-light-8);--el-message-text-color:var(--el-color-primary)}.el-message--primary .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--primary{color:var(--el-message-text-color)}.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}.el-message-fade-enter-from.is-left,.el-message-fade-enter-from.is-right,.el-message-fade-leave-to.is-left,.el-message-fade-leave-to.is-right{transform:translateY(-100%)}.el-message-fade-enter-from.is-left.is-bottom,.el-message-fade-enter-from.is-right.is-bottom,.el-message-fade-leave-to.is-left.is-bottom,.el-message-fade-leave-to.is-right.is-bottom{transform:translateY(100%)}.el-message-fade-enter-from.is-center,.el-message-fade-leave-to.is-center{transform:translate(-50%,-100%)}.el-message-fade-enter-from.is-center.is-bottom,.el-message-fade-leave-to.is-center.is-bottom{transform:translate(-50%,100%)}.el-notification{--el-notification-width:370px;--el-notification-padding:14px;--el-notification-radius:5px;--el-notification-shadow:0px 2px 4px #0000000a,0px 4px 16px #00000014;--el-notification-border-color:var(--el-border-color-lighter);--el-notification-icon-size:16px;--el-notification-close-font-size:var(--el-message-close-size,16px);--el-notification-group-margin-left:6px;--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:15px;--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--primary{--el-notification-icon-color:var(--el-color-primary);color:var(--el-notification-icon-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-overlay{background-color:var(--el-overlay-color-lighter);height:100%;inset:0;overflow:auto;position:fixed;z-index:2000}.el-overlay .el-overlay-root{height: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 .btn-next,.el-pagination .btn-prev{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 .btn-next *,.el-pagination .btn-prev *{pointer-events:none}.el-pagination .btn-next:focus,.el-pagination .btn-prev:focus{outline:none}.el-pagination .btn-next:hover,.el-pagination .btn-prev:hover{color:var(--el-pagination-hover-color)}.el-pagination .btn-next.is-active,.el-pagination .btn-prev.is-active{color:var(--el-pagination-hover-color);cursor:default;font-weight:700}.el-pagination .btn-next.is-active.is-disabled,.el-pagination .btn-prev.is-active.is-disabled{color:var(--el-text-color-secondary);font-weight:700}.el-pagination .btn-next.is-disabled,.el-pagination .btn-next:disabled,.el-pagination .btn-prev.is-disabled,.el-pagination .btn-prev:disabled{background-color:var(--el-pagination-button-disabled-bg-color);color:var(--el-pagination-button-disabled-color);cursor:not-allowed}.el-pagination .btn-next.focus-visible,.el-pagination .btn-prev.focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-pagination .btn-next:focus-visible,.el-pagination .btn-prev: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;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-pager li:focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-popconfirm{outline:none}.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:0;--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-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,#0000001a 25%,#0000 0 50%,#0000001a 0 75%,#0000 0,#0000);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%}}.el-radio-button{--el-radio-button-checked-bg-color:#1a6dbd;--el-radio-button-checked-text-color:var(--el-color-white);--el-radio-button-checked-border-color:#1a6dbd;--el-radio-button-disabled-checked-fill:var(--el-border-color-extra-light);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-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:15px;font-weight:var(--el-button-font-weight,var(--el-font-weight-primary));line-height:1;margin:0;outline:var(--el-border);padding:6px 19px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-radio-button__inner.is-round{padding:6px 19px}.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-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,#1a6dbd);border-color:var(--el-radio-button-checked-border-color,#1a6dbd);box-shadow:-1px 0 0 0 var(--el-radio-button-checked-border-color,#1a6dbd);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,#1a6dbd);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:focus-visible+.el-radio-button__inner{border-left:var(--el-border);border-left-color:var(--el-radio-button-checked-border-color,#1a6dbd);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:15px;padding:9px 19px}.el-radio-button--large .el-radio-button__inner.is-round{padding:9px 19px}.el-radio-button--small .el-radio-button__inner{border-radius:0;font-size:13px;padding:4px 14px}.el-radio-button--small .el-radio-button__inner.is-round{padding:4px 14px}.el-radio-group{flex-wrap:wrap;font-size:0}.el-radio,.el-radio-group{align-items:center;display:inline-flex}.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);color:var(--el-radio-text-color);cursor:pointer;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;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:15px}.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:13px}.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{background-color:var(--el-color-white);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;transition:all .3s;width:var(--el-radio-input-width)}.el-radio__inner:hover{border-color:var(--el-radio-input-border-color-hover)}.el-radio__inner:after{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{inset:0;margin:0;opacity:0;outline:none;position:absolute;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__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: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);--el-rate-outline-color:var(--el-color-primary-light-5);align-items:center;display:inline-flex;height:32px}.el-rate:active,.el-rate:focus{outline:none}.el-rate.focus-visible .el-rate__item .el-rate__icon.is-focus-visible{outline:2px solid var(--el-rate-outline-color);transition:outline-offset 0s,outline 0s}.el-rate:focus-visible .el-rate__item .el-rate__icon.is-focus-visible{outline:2px solid var(--el-rate-outline-color);transition:outline-offset 0s,outline 0s}.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:not-allowed}.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-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-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;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}.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,.el-select__wrapper.is-disabled input{cursor:not-allowed}.el-select__wrapper.is-disabled .el-select__prefix,.el-select__wrapper.is-disabled .el-select__suffix{pointer-events:none}.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:#0000;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;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,#303030);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;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:#0000;border-top-color:#0000}.el-select__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-select__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-select__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:#0000;border-top-color:#0000}.el-select__input-wrapper{flex:1}.el-select__input-wrapper.is-hidden{opacity:0;position:absolute;z-index:-1}.el-select__input{appearance:none;background-color:initial;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-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:28px;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{fill:currentColor;color:var(--el-svg-monochrome-grey);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)}.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{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:initial;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;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;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;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-vertical .el-step__description{padding-right:0}.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:#0000;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;line-height:normal}.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__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-wrapper{align-items:center;color:var(--el-color-white);display:flex;font-size:12px;overflow:hidden;text-overflow:ellipsis;-webkit-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;outline:none;padding:5px 0}.el-table-filter__list-item{cursor:pointer;font-size:var(--el-font-size-base);line-height:36px;outline:none;padding:0 10px}.el-table-filter__list-item:focus,.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__multiple{outline:none}.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{appearance:none;background-color:initial;border:none;border-radius:var(--el-border-radius-base);color:var(--el-text-color-regular);cursor:pointer;font-size:var(--el-font-size-small);margin:0;outline:none;padding:0 3px;transition:transform var(--el-transition-duration-fast) ease-in-out}.el-table-filter__bottom button.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table-filter__bottom button:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table-filter__bottom button:hover{color:var(--el-color-primary)}.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:#d8dade;--el-table-border:1px solid var(--el-table-border-color);--el-table-text-color:#242424;--el-table-header-text-color:#3b4858;--el-table-row-hover-bg-color:#0000;--el-table-current-row-bg-color:#ebedee;--el-table-header-bg-color:#ebedee;--el-table-fixed-box-shadow:0 0 10px #0000001f;--el-table-bg-color:var(--el-color-white);--el-table-tr-bg-color:var(--el-color-white);--el-table-expanded-cell-bg-color:var(--el-color-white);--el-table-fixed-left-column:inset 10px 0 10px -10px #00000026;--el-table-fixed-right-column:inset -10px 0 10px -10px #00000026;--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 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:#0000}.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;user-select:none}.el-table__expand-icon{appearance:none;background-color:initial;border:none;border-radius:var(--el-border-radius-base);color:var(--el-text-color-regular);cursor:pointer;font-size:12px;height:23px;line-height:12px;margin:0;outline:none;padding:0;transition:transform var(--el-transition-duration-fast) ease-in-out;width:min(23px,100%)}.el-table__expand-icon.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:-2px}.el-table__expand-icon:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:-2px}.el-table__expand-icon.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.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:initial!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:0;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{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:initial;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;appearance:none;background-color:initial;border:none;border-radius:var(--el-border-radius-base);cursor:pointer;display:inline-flex;flex-direction:column;height:14px;margin:0;outline:none;overflow:initial;padding:0;position:relative;transition:transform var(--el-transition-duration-fast) ease-in-out;vertical-align:middle;width:24px}.el-table .caret-wrapper.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table .caret-wrapper:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table .sort-caret{border:5px solid #0000;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{appearance:none;background-color:initial;border:none;border-radius:var(--el-border-radius-base);cursor:pointer;display:inline-block;margin:0;outline:none;padding:0;transition:transform var(--el-transition-duration-fast) ease-in-out}.el-table__column-filter-trigger.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table__column-filter-trigger:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.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;text-align:center;width:20px}.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:#d8dade;--el-table-border:1px solid var(--el-table-border-color);--el-table-text-color:#242424;--el-table-header-text-color:#3b4858;--el-table-row-hover-bg-color:#0000;--el-table-current-row-bg-color:#ebedee;--el-table-header-bg-color:#ebedee;--el-table-fixed-box-shadow:0 0 10px #0000001f;--el-table-bg-color:var(--el-color-white);--el-table-tr-bg-color:var(--el-color-white);--el-table-expanded-cell-bg-color:var(--el-color-white);--el-table-fixed-left-column:inset 10px 0 10px -10px #00000026;--el-table-fixed-right-column:inset -10px 0 10px -10px #00000026;--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}[dir=ltr] .el-table-v2__header-row{padding-right:var(--el-table-scrollbar-size)}[dir=rtl] .el-table-v2__header-row{padding-left:var(--el-table-scrollbar-size)}[dir=ltr] .el-table-v2__row{padding-right:var(--el-table-scrollbar-size)}[dir=rtl] .el-table-v2__row{padding-left: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;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{appearance:none;background-color:initial;border:none;border-radius:var(--el-border-radius-base);cursor:pointer;display:none;margin:0;opacity:.6;outline:none;padding:0;transition:transform var(--el-transition-duration-fast) ease-in-out;transition:opacity,display var(--el-transition-duration)}.el-table-v2__sort-icon.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table-v2__sort-icon:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table-v2__sort-icon.is-sorting{display:flex;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{appearance:none;background-color:initial;border:none;border-radius:var(--el-border-radius-base);cursor:pointer;margin:0 4px;outline:none;padding:0;transition:transform var(--el-transition-duration-fast) ease-in-out;-webkit-user-select:none;user-select:none}.el-table-v2__expand-icon.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table-v2__expand-icon:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.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__active-bar.is-bottom{bottom:auto}.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-bottom:after{bottom:auto;top:0}.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.is-disabled,.el-tabs__nav-prev.is-disabled{color:var(--el-text-color-disabled);cursor:not-allowed}.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: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);box-sizing:border-box;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 #0000;border-left:1px solid var(--el-border-color-light);margin-top:-1px;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 #0000;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 #0000}.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-next.is-disabled,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev.is-disabled,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next.is-disabled,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev.is-disabled,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next.is-disabled,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev.is-disabled,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next.is-disabled,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev.is-disabled{cursor:not-allowed}.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}.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 #0000;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 #0000}.el-tabs--left>.el-tabs__content+.el-tabs__header{order:-1}.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 #0000;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 #0000}.el-tabs--top{flex-direction:column}.el-tabs--top>.el-tabs__content+.el-tabs__header{order:-1}.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;--el-icon-size:14px;align-items:center;background-color:var(--el-tag-bg-color);border:1px solid var(--el-tag-border-color);border-radius:var(--el-tag-border-radius);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-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;display:flex;font-size:calc(var(--el-icon-size) - 2px);height:var(--el-icon-size);width:var(--el-icon-size)}.el-tag .el-tag__close{background-color:initial;border:none;border-radius:50%;margin-left:6px;outline:none;overflow:hidden;padding:0}.el-tag .el-tag__close.focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-tag .el-tag__close:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.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{--el-icon-size:16px;height:32px;padding:0 11px}.el-tag--large .el-tag__close{margin-left:8px}.el-tag--large.is-closable{padding-right:7px}.el-tag--small{--el-icon-size:12px;height:20px;padding:0 7px}.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{-webkit-box-orient:vertical;display:-webkit-inline-box;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{box-sizing:initial;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;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);width:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{height:var(--el-timeline-node-size-large);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-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{padding-right:28px;text-align:right}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate-reverse .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate .el-timeline-item__tail{left:50%;transform:translate(-50%)}.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-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{left:calc(50% - var(--el-timeline-node-size-large)/2);padding-left:28px;width:calc(50% - 28px)}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{padding-right:28px;text-align:right;width:calc(50% - 28px + var(--el-timeline-node-size-large)/2)}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{padding-right:28px;text-align:right;width:calc(50% - 28px + var(--el-timeline-node-size-large)/2)}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{left:calc(50% - var(--el-timeline-node-size-large)/2);padding-left:28px;width:calc(50% - 28px)}.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);margin-right:30px}.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{align-items:center;color:var(--el-text-color-primary);display:flex;flex:1;font-size:16px;font-weight:400;min-width:0}.el-transfer-panel .el-transfer-panel__header-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-transfer-panel .el-transfer-panel__header-count{color:var(--el-text-color-secondary);flex-shrink:0;font-size:12px;margin-left:8px;margin-right:15px}.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-tree{--el-tree-node-content-height:26px;--el-tree-node-hover-bg-color:var(--el-fill-color-light);--el-tree-text-color:#303030;--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:initial;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:#0000;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:initial;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:#303030;--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:#0000!important;flex:1;height:20px;line-height:20px;padding-left:0}.el-upload{--el-upload-dragger-padding-horizontal:10px;--el-upload-dragger-padding-vertical:40px;--el-upload-list-picture-card-size:var(--el-upload-picture-card-size);--el-upload-picture-card-size:148px;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{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-vertical) var(--el-upload-dragger-padding-horizontal);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-vertical) - 1px) calc(var(--el-upload-dragger-padding-horizontal) - 1px)}.el-upload-list{--el-upload-dragger-padding-horizontal:10px;--el-upload-dragger-padding-vertical:40px;--el-upload-list-picture-card-size:var(--el-upload-picture-card-size);--el-upload-picture-card-size:148px;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:focus-within,.el-upload-list__item:hover{background-color:var(--el-fill-color-light)}.el-upload-list__item:focus-within .el-icon--close,.el-upload-list__item:hover .el-icon--close{display:inline-flex}.el-upload-list__item:focus-within .el-icon--close-tip,.el-upload-list__item:hover .el-icon--close-tip{right:24px}.el-upload-list__item:focus-within .el-progress__text,.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-within .el-upload-list__item-status-label,.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{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-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-popper{--el-popper-border-radius:var(--el-popover-border-radius,4px);--el-popper-bg-color-light:var(--el-bg-color-overlay);--el-popper-bg-color-dark:var(--el-text-color-primary);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;word-break:normal;z-index:2000}.el-popper.is-dark{--el-fill-color-blank:var(--el-popper-bg-color-dark);color:var(--el-bg-color)}.el-popper.is-dark,.el-popper.is-dark>.el-popper__arrow:before{background:var(--el-popper-bg-color-dark);border:1px solid var(--el-text-color-primary)}.el-popper.is-dark>.el-popper__arrow:before{right:0}.el-popper.is-light{--el-fill-color-blank:var(--el-popper-bg-color-light)}.el-popper.is-light,.el-popper.is-light>.el-popper__arrow:before{background:var(--el-popper-bg-color-light);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:#0000!important;border-top-color:#0000!important}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before{border-bottom-color:#0000!important;border-right-color:#0000!important}.el-popper[data-popper-placement^=left]>.el-popper__arrow:before{border-bottom-color:#0000!important;border-left-color:#0000!important}.el-popper[data-popper-placement^=right]>.el-popper__arrow:before{border-right-color:#0000!important;border-top-color:#0000!important}.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:#0000;border-top-color:#0000}.el-tour__content[data-side^=bottom] .el-tour__arrow{border-bottom-color:#0000;border-right-color:#0000}.el-tour__content[data-side^=left] .el-tour__arrow{border-bottom-color:#0000;border-left-color:#0000}.el-tour__content[data-side^=right] .el-tour__arrow{border-right-color:#0000;border-top-color:#0000}.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:#0000;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-hover-color:var(--el-text-color-regular);--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}.el-anchor__link{color:var(--el-anchor-color);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:focus,.el-anchor__link:hover{color:var(--el-hover-color)}.el-anchor__link.focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.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:"";inset: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:28px}.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:#0000;border-top-color:#0000}.el-mention__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-mention__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-mention__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:#0000;border-top-color:#0000}.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)}.el-splitter{display:flex;height:100%;margin:0;padding:0;position:relative;width:100%}.el-splitter__mask{inset:0;position:absolute;z-index:999}.el-splitter__mask-horizontal{cursor:ew-resize}.el-splitter__mask-vertical{cursor:ns-resize}.el-splitter__horizontal{flex-direction:row}.el-splitter__vertical{flex-direction:column}.el-splitter-bar{flex:none;position:relative;-webkit-user-select:none;user-select:none}.el-splitter-bar__dragger{background:#0000;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.el-splitter-bar__dragger:after,.el-splitter-bar__dragger:before{background-color:var(--el-border-color-light);content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.el-splitter-bar__dragger:not(.is-lazy):after{display:none}.el-splitter-bar__dragger:after{opacity:.4}.el-splitter-bar__dragger:hover:not(.is-disabled):before{background-color:var(--el-color-primary-light-5)}.el-splitter-bar__dragger-horizontal:after,.el-splitter-bar__dragger-horizontal:before{height:100%;width:2px}.el-splitter-bar__dragger-vertical:after,.el-splitter-bar__dragger-vertical:before{height:2px;width:100%}.el-splitter-bar__dragger-active:after,.el-splitter-bar__dragger-active:before{background-color:var(--el-color-primary-light-3)}.el-splitter-bar__dragger-active.el-splitter-bar__dragger-horizontal:after{transform:translate(calc(-50% + var(--el-splitter-bar-offset)),-50%)}.el-splitter-bar__dragger-active.el-splitter-bar__dragger-vertical:after{transform:translate(-50%,calc(-50% + var(--el-splitter-bar-offset)))}.el-splitter-bar:hover .el-splitter-bar__collapse-icon{opacity:1}.el-splitter-bar__collapse-icon{align-items:center;background:var(--el-border-color-light);border-radius:2px;cursor:pointer;display:flex;justify-content:center;opacity:0;position:absolute;z-index:9}.el-splitter-bar__collapse-icon:hover{background-color:var(--el-color-primary-light-5);opacity:1}.el-splitter-bar__horizontal-collapse-icon-start{height:24px;left:-12px;top:50%;transform:translate(-50%,-50%);width:16px}.el-splitter-bar__horizontal-collapse-icon-end{height:24px;left:12px;top:50%;transform:translate(-50%,-50%);width:16px}.el-splitter-bar__vertical-collapse-icon-start{height:16px;right:50%;top:-12px;transform:translate(50%,-50%);width:24px}.el-splitter-bar__vertical-collapse-icon-end{height:16px;right:50%;top:12px;transform:translate(50%,-50%);width:24px}.el-splitter-panel{box-sizing:border-box;flex-grow:0;overflow:auto;scrollbar-width:thin}.el-button--primary{--el-button-hover-bg-color:#1b7bd8;--el-button-hover-border-color:#1b7bd8;--el-button-active-bg-color:#1b7bd8;--el-button-active-border-color:#1b7bd8}.el-button--primary.is-plain{--el-button-bg-color:#fff;--el-button-text-color:#2586ea;--el-button-border-color:#2586ea;--el-button-hover-text-color:#1b7bd8;--el-button-hover-bg-color:#f0f7fe;--el-button-hover-border-color:#1b7bd8;--el-button-active-bg-color:#f0f7fe;--el-button-active-text-color:#1b7bd8;--el-button-active-border-color:#1b7bd8}.el-button--success{--el-color-success:#34a853;--el-button-hover-bg-color:#2f9e4c;--el-button-hover-border-color:#2f9e4c;--el-button-active-bg-color:#2f9e4c;--el-button-active-border-color:#2f9e4c}.el-button--success.is-plain{--el-color-success:#34a853;--el-button-border-color:#34a853;--el-button-bg-color:#fff;--el-button-hover-text-color:#2f9e4c;--el-button-hover-bg-color:#e6f7e9;--el-button-hover-border-color:#2f9e4c;--el-button-active-bg-color:#e6f7e9;--el-button-active-text-color:#2f9e4c;--el-button-active-border-color:#2f9e4c}.el-button--warning{--el-color-warning:#f96318;--el-button-hover-bg-color:#cd4400;--el-button-hover-border-color:#cd4400;--el-button-active-bg-color:#cd4400;--el-button-active-border-color:#cd4400}.el-button--warning.is-plain{--el-color-warning:#f96318;--el-button-border-color:#f96318;--el-button-bg-color:#fff;--el-button-hover-text-color:#cd4400;--el-button-hover-bg-color:#fff6f1;--el-button-hover-border-color:#cd4400;--el-button-active-bg-color:#fff6f1;--el-button-active-text-color:#cd4400;--el-button-active-border-color:#cd4400}.el-button--danger.is-plain{--el-button-bg-color:#fff;--el-button-text-color:#ff7183;--el-button-border-color:#ffb8c1;--el-button-hover-text-color:#ff7183;--el-button-hover-bg-color:#faeef0;--el-button-hover-border-color:#ff7183;--el-button-active-bg-color:#faeef0;--el-button-active-text-color:#ff7183;--el-button-active-border-color:#ff7183}.el-button.is-disabled{background-color:#e2e4e6!important;border:#e2e4e6!important;color:#89919b!important}.el-button.is-disabled .el-icon{color:#89919b}.el-form--default.el-form--label-top .el-form-item .el-form-item__label{line-height:16px;margin-bottom:6px}.el-form-item__label{color:#3b4858;font-weight:700}.el-message-box{color:var(--text-color);padding:0;width:520px}@media (max-width:767px){.el-message-box{border-radius:0;margin:-16px;width:100vw}}.el-message-box__header{border-bottom:1px solid #ebedee;padding:18px 24px}.el-message-box__headerbtn{height:24px;max-width:24px;right:18px;top:18px}.el-message-box__close,.el-message-box__close svg{height:24px;width:24px}.el-message-box__title{color:var(--text-color);font-size:18px;font-weight:700;line-height:24px}.el-message-box__title span{font-size:18px}.el-message-box__content{padding:16px 24px}@media (max-width:767px){.el-message-box__content{padding:24px}}.el-message-box__message{color:var(--text-color);font-size:15px;line-height:20px}.el-message-box__btns{padding:24px}@media (max-width:767px){.el-message-box__btns{align-items:stretch;flex-direction:column;padding:24px 20px}.el-message-box__btns button:nth-child(2){margin-left:0;margin-top:12px}}.el-drawer__header{border-bottom:1px solid #e2e4e6;color:#3b4858;font-weight:700;margin-bottom:0;padding-bottom:20px}.el-drawer__title{font-size:var(--el-font-size-large)}.el-dialog{padding:24px}.el-table{--el-table-bg-color:#0000}.el-table .cell{overflow:visible}.el-table .el-table__cell{padding:10px 0}.el-table__empty-block{background:#fff}.el-table.el-table--border .el-table__header-wrapper{border:1px solid #d8dade;border-bottom:none;border-radius:var(--el-border-radius-base) var(--el-border-radius-base) 0 0}.el-table.el-table--border .el-table__header{margin:0 -1px}.el-table.el-table--border .el-table__header th.ascending,.el-table.el-table--border .el-table__header th.descending{background-color:#d8dade;color:#2686ea}.el-table.el-table--border .el-table__body-wrapper{border:1px solid #d8dade;border-radius:0 0 var(--el-border-radius-base) var(--el-border-radius-base);border-top:none}.el-table.el-table--border .el-scrollbar{margin:0 -1px}.el-table.el-table--border .el-table__border-bottom-patch,.el-table.el-table--border .el-table__border-left-patch,.el-table.el-table--border .el-table__inner-wrapper:after,.el-table.el-table--border .el-table__inner-wrapper:before,.el-table.el-table--border:after,.el-table.el-table--border:before{background-color:initial}.el-table.el-table--border th.el-table__cell{border-bottom:1px solid #e2e4e6;border-right:1px solid #e2e4e6}.el-table.el-table--border th.el-table__cell:last-of-type{border-right:none}.el-table.el-table--border td.el-table__cell{border-bottom:1px solid #e2e4e6;border-right:1px solid #e2e4e6}.el-table.el-table--border td.el-table__cell:last-of-type{border-right:none}.el-table.el-table--border tr.el-table__row:last-of-type td.el-table__cell{border-bottom:none}.el-table.el-table--border .caret-wrapper{--el-text-color-placeholder:#89919b}.el-popper{font-size:13px;line-height:16px;padding:5px 8px}.el-popper.is-dark{--el-bg-color-overlay:#303030}.el-tabs__item{font-size:15px;font-weight:400}.el-tabs__item.is-active{font-weight:700}.el-tabs__nav-wrap:after{background-color:#d8dade;height:1px}.el-tabs__active-bar{height:1px}.el-checkbox__label{padding-left:8px}.el-checkbox__inner:after{border:2px solid var(--el-checkbox-checked-icon-color);border-left:0;border-radius:2px;border-top:0;height:8px;left:7.5px;top:7.5px;width:4px}.el-radio__input.is-checked+.el-radio__label,.el-radio__label{color:#000}.el-radio__inner{background-color:#fff;border:1px solid #2586ea;border-radius:50%;height:20px;width:20px}.el-radio__input.is-checked .el-radio__inner{background-color:#fff;border:1px solid #2586ea}.el-radio__input.is-checked .el-radio__inner:after{background-color:#2586ea;border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:10px}.el-radio.is-bordered{border:1px solid #bad7f5;border-radius:12px;height:auto;margin:0 0 4px;padding:16px}.el-radio.is-bordered.is-checked{background-color:#f0f7fe;border:2px solid #2586ea}.el-radio.is-bordered:hover{background-color:#f0f7fe;border-color:#2586ea}.el-tag{border-radius:3px}.el-tag--success{color:#fff;padding-left:4px;padding-right:4px}.el-tag--small{height:16px}.el-tag--small .el-tag__content{font-size:12px}.el-popconfirm{border-radius:4px;padding:8px 10px}.el-popconfirm__main{word-break:break-word}.el-date-picker__header-label{color:#2586ea}.el-date-picker__header-label:hover{color:#1b7bd8}.el-notification{--el-notification-title-color:#fff;--el-notification-content-color:#fff;--color:#fff;--el-notification-title-font-size:18px;--el-notification-content-font-size:15px;--el-notification-icon-size:24px;--el-notification-group-margin-left:12px;--el-notification-group-margin-right:0;--el-notification-close-color:#d4d4d4;--el-notification-close-font-size:24px;border-radius:8px;box-shadow:0 0 12px #0000001f;padding:16px 24px 16px 12px;width:330px}.el-notification--type-info{--el-notification-title-color:#262626;--el-notification-content-color:#262626;--color:#2586ea;background-color:#e8f1fd;border-color:#bad7f5}.el-notification--type-error{background-color:#d0021b;border-color:#ff7183}.el-notification--type-success{background-color:#16a34a;border-color:#86efac}.el-notification--type-warning{background-color:#f97316;border-color:#fdba74}.el-notification__title{margin-right:16px}.el-notification__content{line-height:18px;text-align:left}.el-notification__closeBtn{right:14px;top:14px}.picker{background-color:#00000080;color:#333;direction:ltr;display:none;font-size:1rem;line-height:1.5;overflow:hidden;touch-action:none;transition:opacity .15s;-webkit-user-select:none;user-select:none}.picker-fixed{inset:0;position:fixed;z-index:1986}.picker-fixed>.picker-dialog{bottom:-100%;left:0;max-height:100%;position:absolute;right:0;transition:bottom .3s}.picker-fixed .picker-header{display:block}.picker-fixed .picker-footer{display:table}.picker-open{display:block;opacity:0}.picker-opened{opacity:1}.picker-opened>.picker-dialog{bottom:0}.picker-dialog{background-color:#fff;border:1px solid #eee}.picker-header{border-bottom:1px solid #eee;display:none;padding:.875rem 1.25rem;position:relative}.picker-title{font-size:1.125rem;font-weight:500;line-height:1.25rem;margin:0}.picker-close{background-color:initial;border-width:0;color:#999;cursor:pointer;font-size:1.75rem;height:3rem;opacity:.75;padding:0;position:absolute;right:0;top:0;width:3rem}.picker-close:focus,.picker-close:hover{opacity:1;outline:none}.picker-body{overflow:hidden}.picker-grid{display:table;table-layout:fixed;width:100%}.picker-cell{display:table-cell;position:relative}.picker-cell:after,.picker-cell:before{content:"";display:block;left:0;position:absolute;right:0;z-index:3}.picker-cell:before{background-image:linear-gradient(0deg,#0000,#0000000d);bottom:50%;margin-bottom:1rem;top:0}.picker-cell:after{background-image:linear-gradient(180deg,#0000,#0000000d);bottom:0;margin-top:1rem;top:50%}.picker-cell+.picker-cell{border-left:1px solid #eee}.picker-headers .picker-cell:before{margin-bottom:0}.picker-headers .picker-cell:after{margin-top:2rem}.picker-single:not(.picker-controls):not(.picker-headers) .picker-cell:after,.picker-single:not(.picker-controls):not(.picker-headers) .picker-cell:before{display:none}.picker-cell__header{color:#999;font-size:.875rem;font-weight:500;line-height:1.5rem;margin:0;overflow:hidden;padding:.25rem .5rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.picker-cell__control{cursor:pointer;height:2rem;padding:.25rem .5rem;position:relative;z-index:4}.picker-cell__control:before{border:0 solid #ccc;content:"";display:block;height:.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);width:.5rem}.picker-cell__control:hover:before{border-color:#999}.picker-cell__control--prev:before{border-right-width:1px;border-top-width:1px;margin-top:2px}.picker-cell__control--next:before{border-bottom-width:1px;border-left-width:1px;margin-bottom:2px}.picker-cell__body{overflow:hidden;position:relative}.picker-cell__body:after,.picker-cell__body:before{content:"";height:2rem;left:0;position:absolute;right:0;z-index:1}.picker-cell__body:before{background-image:linear-gradient(0deg,#fff0,#fff);top:0}.picker-cell__body:after{background-image:linear-gradient(180deg,#fff0,#fff);bottom:0}.picker-single .picker-cell__body:after,.picker-single .picker-cell__body:before{display:none}.picker-list{list-style:none;margin:-2rem 0;padding:0;position:relative}.picker-item{color:#999;padding:.25rem .5rem;text-align:center;white-space:nowrap}.picker-picked{color:#0074d9;font-size:1.125em;line-height:1.5rem}.picker-footer{border-top:1px solid #eee;display:none;width:100%}.picker-cancel,.picker-confirm{background-color:initial;border-width:0;cursor:pointer;display:table-cell;font-size:1rem;padding:.75rem 1rem;width:50%}.picker-cancel:focus,.picker-cancel:hover,.picker-confirm:focus,.picker-confirm:hover{background-color:#fcfcfc;outline:none}.picker-confirm{color:#0074d9}@font-face{font-display:swap;font-family:PT Sans;font-weight:400;src:url(https://cdn.taxesforexpats.com/packs/client/assets/pt-sans-v12-latin-regular-CVDjcpau.woff) format("woff"),url(https://cdn.taxesforexpats.com/packs/client/assets/pt-sans-v12-latin-regular-DAQDbt3c.ttf) format("truetype"),url(https://cdn.taxesforexpats.com/packs/client/assets/pt-sans-v12-latin-regular-DbVTbs7b.svg#PTSans) format("svg")}@font-face{font-display:swap;font-family:PT Sans;font-weight:700;src:url(https://cdn.taxesforexpats.com/packs/client/assets/pt-sans-v12-latin-700-B59IiyKd.woff) format("woff"),url(https://cdn.taxesforexpats.com/packs/client/assets/pt-sans-v12-latin-700-BZwhCDJ6.ttf) format("truetype"),url(https://cdn.taxesforexpats.com/packs/client/assets/pt-sans-v12-latin-700-BfLKrhyt.svg#PTSans) format("svg")}*{font-family:PT Sans,sans-serif}.file-preview_name,.messages-center__wrapper .tfx-tabs-flat .tab,.tickets-center__wrapper .tfx-tabs-flat .tab,.userinfo-item-recipients-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment{background-color:#fff;display:flex;padding:8px 0;position:relative;width:100%}@media (max-width:1023px){.attachment{height:49px;margin-right:0;width:100%}}.attachment-desc{color:#1a20ab;font-size:15px;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 20px)}@media (max-width:1023px){.attachment-desc{word-wrap:break-word;margin-top:0;overflow:hidden;width:calc(100% - 90px)}}.attachment-icon{height:18px;margin-right:4px;width:18px}.attachment-icon .icon-file{background-size:cover;height:20px;width:20px}.attachment-icon .icon-file.document-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.001 16.385a7.386 7.386 0 1 0 0-14.772 7.386 7.386 0 0 0 0 14.772Z' stroke='%23F9630E' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.002 5.867v3.28' stroke='%23F9630E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.206 11.935a.205.205 0 1 1-.41 0 .205.205 0 0 1 .41 0Z' fill='%23F9630E' stroke='%23F9630E' stroke-width='1.3'/%3E%3C/svg%3E")}.attachment-icon .icon-file.document-pdf{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.108.471-.301.641-.194.17-.457.267-.732.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%23F5696C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%23AF4454'/%3E%3Cpath d='M4.195 13.543V9.006H6.34c.213 0 .403.037.572.11.17.07.312.167.43.293.12.126.214.28.279.461.065.178.097.373.097.586 0 .216-.032.413-.097.591s-.158.33-.28.455c-.117.126-.26.225-.429.299-.169.07-.36.104-.572.104H5.183v1.638h-.988Zm.988-2.496h1.04a.499.499 0 0 0 .345-.11c.087-.079.13-.191.13-.338v-.287c0-.147-.043-.257-.13-.331a.481.481 0 0 0-.345-.117h-1.04v1.183Zm3.278-2.041h1.71c.299 0 .572.048.819.143.247.095.457.238.63.429.173.186.308.423.403.709.095.281.143.61.143.987 0 .378-.048.709-.143.995-.095.282-.23.518-.403.708a1.67 1.67 0 0 1-.63.423c-.247.095-.52.143-.82.143H8.462V9.006Zm1.71 3.66c.294 0 .526-.083.695-.248.17-.164.254-.428.254-.792v-.702c0-.364-.085-.629-.254-.793-.169-.165-.4-.248-.695-.248h-.722v2.783h.722Zm2.822.877V9.006h3.01v.877H13.98v.93h1.723v.871H13.98v1.859h-.988Z' fill='%23fff'/%3E%3C/svg%3E")}.attachment-icon .icon-file.document-doc{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.881l5.577 4.36v12.897c0 .24-.108.471-.302.641-.193.17-.456.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.64V1.825c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%234688F1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.732-.267a.852.852 0 0 1-.3-.642V.916l5.585 4.36Z' fill='%234661F1'/%3E%3Cpath d='M3.793 8.775h1.71c.298 0 .571.047.818.143.247.095.457.238.63.429.174.186.308.422.404.708.095.282.143.611.143.988s-.048.709-.143.995c-.096.281-.23.517-.403.708a1.667 1.667 0 0 1-.63.422c-.248.096-.52.144-.82.144h-1.71V8.774Zm1.71 3.659c.294 0 .526-.082.695-.247.169-.165.253-.429.253-.793v-.702c0-.364-.084-.628-.253-.793-.17-.165-.401-.247-.696-.247h-.721v2.782h.721Zm4.642.956a2.17 2.17 0 0 1-.819-.15 1.664 1.664 0 0 1-.63-.442 2.103 2.103 0 0 1-.404-.735 3.316 3.316 0 0 1-.143-1.02c0-.386.048-.724.143-1.014.096-.295.23-.54.403-.734.174-.2.384-.35.631-.449.247-.1.52-.15.819-.15.299 0 .572.05.819.15.247.1.457.25.63.449.174.195.308.44.404.734.095.29.143.628.143 1.014s-.048.726-.143 1.02c-.096.29-.23.536-.403.735a1.664 1.664 0 0 1-.631.442c-.247.1-.52.15-.819.15Zm0-.878c.299 0 .53-.098.696-.293.168-.194.253-.474.253-.838v-.676c0-.364-.085-.643-.253-.838-.165-.195-.397-.293-.696-.293-.299 0-.533.098-.702.293-.165.194-.247.474-.247.838v.676c0 .364.082.643.247.838.169.196.403.293.702.293Zm4.653.877c-.308 0-.585-.047-.832-.143a1.697 1.697 0 0 1-.63-.435 2.042 2.042 0 0 1-.403-.722 3.255 3.255 0 0 1-.143-1.014c0-.38.047-.719.143-1.013a2.09 2.09 0 0 1 .403-.748c.173-.204.383-.357.63-.461.247-.104.524-.156.832-.156.42 0 .767.086 1.04.26.273.169.492.437.657.806l-.852.441a.979.979 0 0 0-.286-.454c-.126-.117-.312-.176-.559-.176-.29 0-.524.095-.702.286-.173.186-.26.46-.26.819v.728c0 .36.087.635.26.825.178.187.412.28.702.28.243 0 .436-.065.579-.195.147-.134.255-.295.325-.481l.806.468a2.031 2.031 0 0 1-.67.806c-.273.186-.62.28-1.04.28Z' fill='%23fff'/%3E%3C/svg%3E")}.attachment-icon .icon-file.document-csv{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%2361A850'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%230E8312'/%3E%3Cpath d='M6.127 13.514c-.308 0-.585-.047-.832-.143a1.697 1.697 0 0 1-.63-.435 2.042 2.042 0 0 1-.404-.722 3.254 3.254 0 0 1-.143-1.014c0-.38.048-.719.143-1.013a2.09 2.09 0 0 1 .403-.748c.174-.204.384-.357.631-.461.247-.104.524-.156.832-.156.42 0 .767.086 1.04.26.273.169.492.437.656.806l-.851.441a.978.978 0 0 0-.286-.454c-.126-.117-.312-.176-.559-.176-.29 0-.524.095-.702.286-.173.186-.26.46-.26.819v.728c0 .36.087.635.26.825.178.187.412.28.702.28.243 0 .435-.065.578-.195.148-.134.256-.295.325-.481l.806.468a2.03 2.03 0 0 1-.669.806c-.273.186-.62.28-1.04.28Zm3.87 0c-.399 0-.737-.067-1.014-.201a2.362 2.362 0 0 1-.709-.533l.65-.656c.308.346.687.52 1.138.52.243 0 .422-.05.54-.15a.495.495 0 0 0 .175-.396.468.468 0 0 0-.104-.313c-.07-.086-.21-.145-.423-.175l-.448-.058c-.481-.061-.834-.206-1.06-.436-.22-.23-.331-.535-.331-.916 0-.204.039-.39.117-.56.078-.168.188-.314.331-.435a1.56 1.56 0 0 1 .533-.28 2.32 2.32 0 0 1 .722-.103c.342 0 .643.054.903.162.26.108.484.267.67.475l-.657.662a1.262 1.262 0 0 0-.396-.305 1.204 1.204 0 0 0-.579-.123c-.22 0-.385.039-.494.117a.378.378 0 0 0-.162.324c0 .156.041.27.123.338.087.07.226.12.416.15l.449.072c.468.073.814.218 1.04.435.225.212.338.516.338.91 0 .217-.04.416-.117.598a1.265 1.265 0 0 1-.345.468c-.147.13-.331.232-.552.306-.221.069-.473.104-.754.104Zm3.526-.077L12.06 8.9h1.001l.676 2.177.358 1.424h.02l.344-1.424.676-2.177h.968l-1.475 4.537h-1.105Z' fill='%23fff'/%3E%3C/svg%3E")}.attachment-icon .icon-file.document-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c.001.24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%23E7CD08'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%23C7B423'/%3E%3Cpath d='M3.919 13.517v-.787h.585V9.766h-.585V8.98h2.158v.786h-.585v2.964h.585v.787H3.919Zm6.374-2.977h-.02l-.331.663-.884 1.605-.865-1.599-.344-.715h-.02v3.023H6.9V8.98h1.047l1.112 2.125h.013l1.098-2.125h1.053v4.537h-.93V10.54Zm4.812 2.255h-.033a.863.863 0 0 1-.35.572c-.2.152-.47.228-.813.228-.26 0-.503-.05-.728-.15a1.671 1.671 0 0 1-.592-.442 2.093 2.093 0 0 1-.396-.728 3.229 3.229 0 0 1-.143-1.007c0-.382.05-.72.15-1.014.099-.295.238-.542.415-.741.182-.2.399-.351.65-.455.252-.104.531-.156.839-.156.407 0 .758.088 1.053.266.294.173.526.436.695.787l-.806.461a1.081 1.081 0 0 0-.325-.448c-.147-.126-.353-.189-.617-.189-.308 0-.553.089-.735.267-.182.177-.273.457-.273.838v.728c0 .377.091.657.273.839.182.177.427.266.735.266.121 0 .236-.013.344-.039a.962.962 0 0 0 .286-.13.633.633 0 0 0 .189-.214.574.574 0 0 0 .071-.293v-.227h-.845v-.826h1.788v2.529h-.832v-.722Z' fill='%23fff'/%3E%3C/svg%3E")}.attachment-icon .icon-file.document-all{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%236C7682'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%233B4858'/%3E%3Cpath d='M3.592 13.437V8.9h3.01v.877H4.58v.93h1.722v.87H4.58v1.86h-.988Zm3.561 0v-.787h.585V9.686h-.585V8.9h2.158v.786h-.585v2.964h.585v.787H7.153Zm2.917 0V8.9h.988v3.659h1.729v.878H10.07Zm3.381 0V8.9h3.088v.877h-2.1v.93h1.8v.87h-1.8v.982h2.1v.878H13.45Z' fill='%23fff'/%3E%3C/svg%3E")}.attachment-icon .icon-file.document-xls{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.108.471-.301.641-.194.17-.457.267-.732.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%2361A850'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.277h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.917l5.586 4.36Z' fill='%230E8312'/%3E%3Cpath d='M8.327 13.518H7.183l-.981-1.67h-.02l-.955 1.67H4.16l1.456-2.347-1.385-2.19h1.15l.885 1.534h.02l.896-1.534H8.25l-1.397 2.21 1.475 2.327Zm.604 0V8.98h.988v3.66h1.729v.877H8.93Zm4.916.078c-.399 0-.737-.068-1.014-.202a2.366 2.366 0 0 1-.709-.533l.65-.656c.308.346.687.52 1.138.52.242 0 .422-.05.54-.15a.495.495 0 0 0 .175-.396.468.468 0 0 0-.104-.312c-.07-.087-.21-.146-.423-.176l-.448-.058c-.481-.061-.834-.206-1.06-.436-.22-.23-.331-.535-.331-.916 0-.204.039-.39.117-.56.078-.168.188-.314.331-.435a1.56 1.56 0 0 1 .533-.28 2.32 2.32 0 0 1 .722-.103c.342 0 .643.054.903.162.26.108.483.267.67.475l-.657.663a1.26 1.26 0 0 0-.396-.306 1.205 1.205 0 0 0-.579-.123c-.22 0-.385.039-.494.117a.378.378 0 0 0-.162.325c0 .156.04.268.123.338.087.069.226.119.416.15l.449.07c.468.074.814.22 1.04.436.225.212.338.516.338.91 0 .217-.04.416-.117.598a1.265 1.265 0 0 1-.345.468c-.147.13-.331.232-.552.306-.221.069-.473.104-.754.104Z' fill='%23fff'/%3E%3C/svg%3E")}.attachment-image{height:100%;left:0;position:absolute;top:0;width:100%}.attachment-image_img{border-radius:4px;height:inherit;object-fit:cover;width:inherit}.attachment-actions{bottom:unset!important;display:flex;justify-content:flex-end;left:unset;position:absolute;right:0;top:6px;width:20px}.attachment-actions .button{display:block;height:18px;min-height:18px;min-width:18px;padding:0;width:18px}.attachment-actions .button>svg{height:inherit}.attachment-actions .button .icon-view-as-client{fill:#2586ea;background:none;height:20px;width:20px}.attachment-actions .button .icon-delete{fill:#2586ea;background:none;height:16px;width:14px}.attachment-actions .button:hover{background-color:#e7e7e7}.attachment-actions .button:last-child{margin-right:0}@media (max-width:1023px){.attachment-actions .button{background-color:#fff;border:1px solid #d9d9d9;box-shadow:0 1px #00141d12;height:28px;margin-right:8px;min-height:unset;min-width:unset;padding:0;text-align:center;width:28px}}.attachment-actions .select-doc-year{height:32px;position:relative;right:10px;top:-6px}.attachment-actions .select-doc-year .multiselect,.attachment-actions .select-doc-year .select{height:inherit;max-height:unset;min-width:80px}.attachment-actions .select-doc-year .multiselect .multiselect__tags,.attachment-actions .select-doc-year .select .multiselect__tags{min-height:30px}.button_link{border-bottom:1px solid #0000001f;font-size:15px;height:18px;line-height:18px;text-decoration:none}.button_link:hover{border-color:#1a6dbd;color:#1a6dbd}.no-bold{font-weight:400!important}.messages-center-search-wrapper,.tickets-center-search-wrapper,.tickets-center .messages-center-search{background-color:#f9fafa;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23A9B8C8' fill-rule='evenodd' d='m16.829 17.006-3.366-3.366A5.902 5.902 0 0 0 8.9 4a5.9 5.9 0 1 0 3.737 10.466l3.366 3.363a.583.583 0 1 0 .826-.823zM8.9 14.626A4.732 4.732 0 0 1 4.171 9.9 4.734 4.734 0 0 1 8.9 5.171 4.736 4.736 0 0 1 13.629 9.9 4.734 4.734 0 0 1 8.9 14.626z'/%3E%3C/svg%3E");background-position:left 12px center;background-repeat:no-repeat;border:1px solid #d8dade;border-radius:4px;display:block}.messages-center-item-wrapper-empty,.messages-center-list-empty,.tickets-center-item-wrapper-empty,.tickets-center-list-empty{align-items:center;color:#89919b;display:flex;flex:1;font-size:15px;font-weight:400;height:calc(100% - 20px);justify-content:center;line-height:18px;margin:0;padding:0}.messages-center,.tickets-center{background-color:#fff;border-radius:.4rem;color:#3b4858;font-size:15px;height:calc(100vh - 220px);line-height:18px}.messages-center #messages,.tickets-center #messages{height:100%}.messages-center-header,.tickets-center-header{border-bottom:1px solid #ebedee;display:flex;justify-content:flex-end;padding:16px}.messages-center-select-area,.tickets-center-select-area{position:relative;width:160px}.messages-center-select,.tickets-center-select{align-items:center;border:0;color:#2586ea;display:flex;font-size:15px;justify-content:flex-end;line-height:18px;padding:10px 38px 10px 10px}.messages-center-select:after,.tickets-center-select:after{border-color:#2586ea;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:20px;top:15px;transform:rotate(135deg);vertical-align:top;width:7px}.messages-center-select:hover,.tickets-center-select:hover{border:inherit;cursor:pointer}.messages-center-select-text,.tickets-center-select-text{border-bottom:1px solid #00000029;display:inline-block;white-space:nowrap}.messages-center-select.active,.tickets-center-select.active{color:#1a6dbd}.messages-center-select.active:after,.tickets-center-select.active:after{border-color:#1a6dbd;top:16px;transform:rotate(-45deg)}.messages-center-select.active .messages-center-select-text,.tickets-center-select.active .messages-center-select-text{border:0}.messages-center-select-option,.tickets-center-select-option{align-items:center;display:flex;font-size:15px;line-height:18px;padding:7px 12px;transition:all .3s ease}.messages-center-select-option:hover,.tickets-center-select-option:hover{background-color:#2586ea;color:#fff;cursor:pointer}.messages-center-select-option.active,.tickets-center-select-option.active{background:#e2e4e6;color:#303030;font-weight:700}.messages-center-select-option.active:hover,.tickets-center-select-option.active:hover{background-color:initial;cursor:default}.messages-center-select-wrapper,.tickets-center-select-wrapper{background-color:#fff;border-radius:0 0 4px 4px;box-shadow:0 1px 4px #0000001f;margin-top:3px;position:absolute;right:16px;width:100%;z-index:1}.messages-center_move-inbox,.tickets-center_move-inbox{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 4px 20px #bfbfbf66;color:#2586ea;display:flex;font-size:15px;font-weight:700;height:44px;left:0;line-height:20px;padding:12px 15px;position:absolute;top:0;width:100%;z-index:1}.messages-center_move-inbox-img,.tickets-center_move-inbox-img{line-height:0;margin-right:10px}.messages-center_move-inbox-img svg path,.tickets-center_move-inbox-img svg path{fill:#2586ea}.messages-center_move-inbox-text,.tickets-center_move-inbox-text{cursor:pointer;width:calc(100% - 100px)}.messages-center_move-inbox-close,.tickets-center_move-inbox-close{cursor:pointer;height:16px;opacity:.5;position:absolute;right:15px;top:10px;width:14px}.messages-center_move-inbox-close svg,.tickets-center_move-inbox-close svg{height:inherit;width:inherit}.messages-center-select-all,.tickets-center-select-all{align-items:center;background-color:#fff;cursor:pointer;display:flex;padding:16px;white-space:nowrap}.messages-center-select-all .checkbox-label,.tickets-center-select-all .checkbox-label{margin-right:10px}.messages-center-search-wrapper,.tickets-center-search-wrapper{margin:16px;padding:0;width:calc(100% - 32px)}.messages-center-search-form,.tickets-center-search-form{position:relative}.messages-center-search-input,.tickets-center-search-input{border:0;box-shadow:none;color:#3c4858;font-size:15px;padding-left:36px;padding-right:0}.messages-center-search-input:focus,.tickets-center-search-input:focus{border:0;box-shadow:none}.messages-center-search-button,.tickets-center-search-button{background:#0000;border:0;cursor:pointer;padding:10px;position:absolute;right:0;top:0}.messages-center-search-button .messages-center-icon-search,.tickets-center-search-button .messages-center-icon-search{margin:0}.messages-center-actions,.tickets-center-actions{align-items:center;display:flex;font-weight:700;justify-content:flex-end;white-space:nowrap;width:100%}.messages-center-actions .messages-center-icon-important,.tickets-center-actions .messages-center-icon-important{line-height:0;margin-right:5px}.messages-center-actions .messages-center-icon-important.noactive,.tickets-center-actions .messages-center-icon-important.noactive{stroke-width:0}.messages-center-actions .messages-center-icon-important path,.tickets-center-actions .messages-center-icon-important path{stroke:#2586ea}.messages-center-actions .button_link,.tickets-center-actions .button_link{border-bottom:1px solid #0000001f;font-size:15px;height:18px;line-height:18px;text-decoration:none}.messages-center-actions .button_link:hover,.tickets-center-actions .button_link:hover{border-color:#1a6dbd;color:#1a6dbd}.messages-center-actions .button_link:hover+svg path,.tickets-center-actions .button_link:hover+svg path{stroke:#1a6dbd}.messages-center-item-wrapper,.tickets-center-item-wrapper{flex:1;height:calc(100% - 7px);width:0}.messages-center-item-wrapper-empty,.tickets-center-item-wrapper-empty{width:100%}.messages-center-item-view,.tickets-center-item-view{display:flex;flex:1;flex-direction:column;height:100%;overflow-y:hidden}.messages-center-item-view-user-avatar,.tickets-center-item-view-user-avatar{border-radius:100%;height:36px;margin-bottom:12px;margin-right:8px;min-width:36px;width:36px}.messages-center-item-view-user-avatar-wrapper,.tickets-center-item-view-user-avatar-wrapper{align-items:center;display:inline-flex;height:100%;justify-content:center;width:100%}.messages-center-item-view-user-avatar-icon,.tickets-center-item-view-user-avatar-icon{background:none;border-radius:4px;height:100%;width:100%}.messages-center-item-view-user-avatar-icon>path,.tickets-center-item-view-user-avatar-icon>path{fill:#0000}.messages-center-item-view-user-avatar-img,.tickets-center-item-view-user-avatar-img{border-radius:4px;height:100%;min-width:100%;object-fit:cover;width:100%}.messages-center-item-view-content,.tickets-center-item-view-content{height:auto;min-height:120px}.messages-center-item-view-content .attachments .attachment-desc,.tickets-center-item-view-content .attachments .attachment-desc{width:calc(100% - 154px)}.messages-center-item-view-body,.tickets-center-item-view-body{height:100%;position:relative}.messages-center-item-view-body .attachments,.tickets-center-item-view-body .attachments{margin:0;width:auto}.messages-center-item-view-body .attachments-wrapper,.tickets-center-item-view-body .attachments-wrapper{background-color:#fff;border-top:1px solid #d8dade;bottom:10px;margin:0 16px;padding:16px 0;position:absolute;width:calc(100% - 32px)}.messages-center-item-view-body .attachments-wrapper .attachments-buttons,.tickets-center-item-view-body .attachments-wrapper .attachments-buttons{align-items:flex-end;display:flex;left:auto;position:absolute;right:0;text-align:right;top:0;width:auto}.messages-center-item-view-body .attachments-wrapper .attachments-buttons .font-bold,.tickets-center-item-view-body .attachments-wrapper .attachments-buttons .font-bold{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.22 8.38a.5.5 0 0 0-.367-.84h-1.78a.5.5 0 0 1-.5-.5V2.5a.5.5 0 0 0-.5-.5H7.927a.5.5 0 0 0-.5.5v4.54a.5.5 0 0 1-.5.5h-1.78a.5.5 0 0 0-.367.841l4.855 5.225a.5.5 0 0 0 .733 0l4.85-5.225ZM4 17.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11a.5.5 0 0 0-.5.5Z' fill='%232686EA'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;display:inline-block;font-weight:400;padding-left:22px;text-decoration:none}.messages-center-item-view-body .attachments-wrapper .attachments-buttons .font-bold>span,.tickets-center-item-view-body .attachments-wrapper .attachments-buttons .font-bold>span{border-bottom:1px dashed;display:inline-block;white-space:nowrap}.messages-center-item-view-body .attachments-wrapper h4,.tickets-center-item-view-body .attachments-wrapper h4{font-weight:700}@media (max-width:1023px){.messages-center-item-view-body .attachments-wrapper,.tickets-center-item-view-body .attachments-wrapper{padding:0}}.messages-center-item-overflow,.tickets-center-item-overflow{height:calc(100% - 49px)}.messages-center .button:not(.button_smallest),.tickets-center .button:not(.button_smallest){color:#2586ea}.messages-center .button:not(.button_smallest):hover:not(.button_disabled),.tickets-center .button:not(.button_smallest):hover:not(.button_disabled){background:none;color:#1a6dbd}.messages-center .button:not(.button_smallest):hover:not(.button_disabled) .messages-center-icon-reply,.tickets-center .button:not(.button_smallest):hover:not(.button_disabled) .messages-center-icon-reply{fill:#1a6dbd}.messages-center .button:not(.button_smallest).button_disabled,.tickets-center .button:not(.button_smallest).button_disabled{background-color:#f1f1f1;border-color:#f1f1f1;color:#9b9b9b}.messages-center .button:not(.button_smallest).button_disabled:hover,.tickets-center .button:not(.button_smallest).button_disabled:hover{color:#9b9b9b;cursor:not-allowed}.messages-center .button:not(.button_smallest).button_white_disabled,.tickets-center .button:not(.button_smallest).button_white_disabled{border-color:#d9d9d9;color:#9b9b9b;cursor:not-allowed}.messages-center .button:not(.button_smallest).button_white_disabled:hover,.tickets-center .button:not(.button_smallest).button_white_disabled:hover{color:#9b9b9b}.messages-center .button:not(.button_smallest).messages-center-new,.tickets-center .button:not(.button_smallest).messages-center-new{color:#fff;font-weight:700;height:32px;line-height:0}.messages-center .button:not(.button_smallest).messages-center-new:hover,.tickets-center .button:not(.button_smallest).messages-center-new:hover{background-color:#1a6dbd;color:#fff}.messages-center .button:not(.button_smallest).button_blue:not(.button_disabled),.tickets-center .button:not(.button_smallest).button_blue:not(.button_disabled){color:#fff}.messages-center .button:not(.button_smallest).button_blue:not(.button_disabled):hover,.tickets-center .button:not(.button_smallest).button_blue:not(.button_disabled):hover{background-color:#1a6dbd;color:#fff}.messages-center .button:not(.button_smallest).button_dark-link,.tickets-center .button:not(.button_smallest).button_dark-link{color:#404040}.messages-center-new,.tickets-center-new{padding:7px 22px}.messages-center-new.button,.tickets-center-new.button{margin-left:10px}.messages-center-icon,.tickets-center-icon{color:#fff;height:22px;width:22px}.messages-center-icon-add,.tickets-center-icon-add{fill:#fff;background:none;height:inherit;transition:all .3s ease-in-out;width:inherit}.messages-center-icon-archive,.messages-center-icon-reply,.messages-center-icon-search,.tickets-center-icon-archive,.tickets-center-icon-reply,.tickets-center-icon-search{height:20px;margin:0 5px 0 0;width:20px}.messages-center-icon-reply,.tickets-center-icon-reply{fill:#fff}.messages-center-icon-important,.tickets-center-icon-important{height:20px;margin:0;width:20px}.messages-center-icon-important #change-star-color,.tickets-center-icon-important #change-star-color{fill:#3c4858}.messages-center-icon-document-add,.tickets-center-icon-document-add{fill:#fff;background:none}.messages-center-icon-document-add-wrapper,.tickets-center-icon-document-add-wrapper{height:20px;margin-right:6px;width:20px}.messages-center-icon:hover,.tickets-center-icon:hover{color:#fff}.messages-center-icon:hover .messages-center-icon-reply,.tickets-center-icon:hover .messages-center-icon-reply{fill:#fff}.messages-center__wrapper .tfx-tabs,.tickets-center__wrapper .tfx-tabs{border-top:1px solid #e7e7e7;margin:10px 0 6px;overflow:inherit;padding-top:10px}.messages-center__wrapper .tfx-tabs-flat .tab,.tickets-center__wrapper .tfx-tabs-flat .tab{height:35px;margin:0 5px 0 0;max-width:32%;padding:10px 5px;text-align:center;width:100%}.messages-center__wrapper .tfx-tabs-flat .tab:last-of-type,.tickets-center__wrapper .tfx-tabs-flat .tab:last-of-type{margin:0}.messages-center-list,.tickets-center-list{display:flex;flex-direction:column;height:100%;max-width:376px;overflow-y:auto;position:relative;width:100%}@media (max-width:1023px){.messages-center-list,.tickets-center-list{border:0}}.messages-center-list-empty,.tickets-center-list-empty{border:0}.messages-center-list-empty-inner,.tickets-center-list-empty-inner{padding-left:15px;padding-right:15px}.messages-center-list-empty-search,.tickets-center-list-empty-search{align-items:flex-start;justify-content:flex-start}@media (max-width:1023px){.messages-center-list-empty-search,.tickets-center-list-empty-search{margin-top:10px}}.messages-center-delivery-state,.tickets-center-delivery-state{line-height:0;margin-left:5px}.messages-center-delivery-state_not-sent,.tickets-center-delivery-state_not-sent{border-bottom:1px dashed #d0021b;color:#d0021b;display:inline-block}@media (min-width:1024px){.messages-center-back,.tickets-center-back{display:none}}.tickets-center .pane{background-color:#fff;border:0;border-radius:0;box-shadow:none;color:inherit;display:flex;flex-direction:row;line-height:inherit;margin:0;padding:0}.tickets-center .pane>div:not(.filter){width:100%}.tickets-center .messages-center-search-wrapper{border:0;margin:15px 16px}.tickets-center .messages-center-search-wrapper .messages-center-search .input,.tickets-center .messages-center-search-wrapper .messages-center-search .input-phone,.tickets-center .messages-center-search-wrapper .messages-center-search .input-select,.tickets-center .messages-center-search-wrapper .messages-center-search .textarea{height:32px}.tickets-center-filter{flex-flow:row-reverse!important}.tickets-center-filter .button_simple-small{height:32px;padding-left:12px;padding-right:12px}.tickets-center .messages-center-search{margin:0 0 0 8px;width:100%}.userinfo{position:relative;width:100%}.userinfo-item{display:flex;font-size:14px;line-height:20px;margin:0 0 2px}.userinfo-item-title{color:#9b9b9b;white-space:nowrap}.userinfo-item-description{color:#303030}.userinfo-item-description-subject{align-items:flex-start;display:flex;font-size:18px;font-weight:700;line-height:1;margin-bottom:0}.userinfo-item-description-wrap{display:inline-block;width:100%}@media (max-width:1023px){.userinfo-item-description-wrap{white-space:nowrap}}.userinfo-item-recipients{width:100%}@media (max-width:1023px){.userinfo-item-recipients{width:auto}}.userinfo-item-recipients-name{display:inline-block;float:left;max-width:87%}.userinfo-item-from{align-items:center;color:#303030;display:flex;line-height:1.1;max-width:calc(100% - 160px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (max-width:1023px){.userinfo-item-from{max-width:200px}}.userinfo-item-more{color:#2586ea;cursor:pointer;font-weight:400;margin-left:5px;white-space:nowrap}.userinfo-item-date{text-align:right;white-space:nowrap}.userinfo-item-right-part{align-items:flex-end;display:flex;flex-direction:column;position:absolute;right:0;top:0}.userinfo-item-right-part .messages-center-delivery-state{color:#9b9b9b;line-height:1;margin-top:3px}.userinfo-item-dropdown{cursor:pointer;display:inline-block;font-size:10px;transform:rotate(90deg)}.userinfo-item-archive{margin-right:7px}.userinfo-item-archive svg{height:16px;width:16px}.userinfo-item-archive svg path{fill:#6772e5}.client-message-center-head{display:flex;justify-content:space-between}.page-content.page-content--messages{border:0;height:calc(100vh - 210px);margin:10px 0 0;padding:0}@media (max-width:1023px){.page-content.page-content--messages{height:calc(100vh - 172px);height:calc(100dvh - 172px);margin:10px 0 0;position:static;width:100%}}.page-content.page-content--messages .tfx-ckeditor-wrapper .cke_top{margin:0;min-height:30px}@media (max-width:1023px){.page-content.page-content--messages .tfx-ckeditor-wrapper .cke_top{display:none}}.page-content.page-content--messages .client-side-messages{height:100%}.page-content.page-content--messages .client-side-messages .show-on-mobile{display:none}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages{border-top:1px solid #d9d9d9}.page-content.page-content--messages .client-side-messages .hide-on-mobile{display:none}}.page-content.page-content--messages .client-side-messages .messages-center-select-area{flex:1;margin-right:20px;position:relative;width:100%}.page-content.page-content--messages .client-side-messages .messages-center-select{align-items:center;border:1px solid #2586ea;border-radius:4px;color:#303030;display:flex;font-size:15px;font-weight:700;justify-content:flex-start;line-height:20px;padding:10px 12px}.page-content.page-content--messages .client-side-messages .messages-center-select-text{border:0}.page-content.page-content--messages .client-side-messages .messages-center-select:after{border-color:#303030;border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:20px;top:15px;transform:rotate(135deg);vertical-align:top;width:7px}.page-content.page-content--messages .client-side-messages .messages-center-select.active{background:#f0f7fe}.page-content.page-content--messages .client-side-messages .messages-center-select.active:after{border-color:#2586ea;top:18px;transform:rotate(-45deg)}.page-content.page-content--messages .client-side-messages .messages-center-select-option{align-items:center;border-radius:4px;color:#2586ea;display:flex;font-size:15px;font-weight:700;line-height:18px;padding:10px;transition:all .3s ease}.page-content.page-content--messages .client-side-messages .messages-center-select-option-img{align-items:center;display:flex;margin-right:10px}.page-content.page-content--messages .client-side-messages .messages-center-select-option-img .icon-important,.page-content.page-content--messages .client-side-messages .messages-center-select-option-img .messages-center-icon-important{margin:0!important}.page-content.page-content--messages .client-side-messages .messages-center-select-option svg path{fill:#2586ea}.page-content.page-content--messages .client-side-messages .messages-center-select-option:hover{background-color:#f4f4f4;color:#2586ea;cursor:pointer}.page-content.page-content--messages .client-side-messages .messages-center-select-option:hover svg{margin:0!important}.page-content.page-content--messages .client-side-messages .messages-center-select-option:hover svg path{fill:#2586ea}.page-content.page-content--messages .client-side-messages .messages-center-select-option.active{color:#303030}.page-content.page-content--messages .client-side-messages .messages-center-select-option.active svg path{fill:#303030}.page-content.page-content--messages .client-side-messages .messages-center-select-option.active:hover{background-color:initial;cursor:default}.page-content.page-content--messages .client-side-messages .messages-center-select-wrapper{background-color:#fff;border-radius:4px;margin-top:3px;padding:2px 4px;position:absolute;right:unset;z-index:11}.page-content.page-content--messages .client-side-messages .messages-center-search-wrapper{background-color:#fff;border-left:none;border-radius:0;border-right:none;display:block;margin:0;position:relative;width:100%}.page-content.page-content--messages .client-side-messages .messages-center-search-wrapper .input,.page-content.page-content--messages .client-side-messages .messages-center-search-wrapper .input-phone,.page-content.page-content--messages .client-side-messages .messages-center-search-wrapper .input-select,.page-content.page-content--messages .client-side-messages .messages-center-search-wrapper .textarea{border:0;border-radius:4px}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-search-wrapper{max-width:100%;padding:0}}.page-content.page-content--messages .client-side-messages .messages-center-header{padding:0}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-header{background-color:#fff;bottom:0;margin:0;padding:13px 0 15px;position:fixed;width:calc(100% - 30px);z-index:11}}.page-content.page-content--messages .client-side-messages .messages-center-search-input{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23A9B8C8' fill-rule='evenodd' d='m16.829 17.006-3.366-3.366A5.902 5.902 0 0 0 8.9 4a5.9 5.9 0 1 0 3.737 10.466l3.366 3.363a.583.583 0 1 0 .826-.823zM8.9 14.626A4.732 4.732 0 0 1 4.171 9.9 4.734 4.734 0 0 1 8.9 5.171 4.736 4.736 0 0 1 13.629 9.9 4.734 4.734 0 0 1 8.9 14.626z'/%3E%3C/svg%3E");background-position:left 14px center;background-repeat:no-repeat;border-left:0;border-radius:0;border-right:0;max-height:44px;min-height:44px;padding-left:40px}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-search-input{border-radius:0}}.page-content.page-content--messages .client-side-messages .messages-center-search-input:focus,.page-content.page-content--messages .client-side-messages .messages-center-search-input:hover{border-left:0;border-right:0;box-shadow:0 4px 20px #bfbfbf66}.page-content.page-content--messages .client-side-messages .messages-center-actions{flex-direction:row-reverse}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-actions{flex-direction:row;justify-content:space-between}.page-content.page-content--messages .client-side-messages .messages-center-actions .button{margin:0!important;width:48%}}.page-content.page-content--messages .client-side-messages .messages-center-actions .button{background-color:#fff;color:#2586ea;font-size:15px;font-weight:700;min-width:auto;padding:5px 10px}.page-content.page-content--messages .client-side-messages .messages-center-actions .button>svg path{fill:#2586ea}.page-content.page-content--messages .client-side-messages .messages-center-actions .button:hover{color:#1a6dbd}.page-content.page-content--messages .client-side-messages .messages-center-actions .button:hover .messages-center-icon-reply path{fill:#1a6dbd}.page-content.page-content--messages .client-side-messages .messages-center-new{border:0;padding:0}.page-content.page-content--messages .client-side-messages .messages-center-new.button{align-items:center;background-color:initial;border:1px solid #0000;border-radius:4px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:400;justify-content:center;line-height:unset;margin:0 10px 0 0;padding:0;text-decoration:none;white-space:nowrap}.page-content.page-content--messages .client-side-messages .messages-center-new.button_small{padding:6px 12px}.page-content.page-content--messages .client-side-messages .messages-center-new.button_blue{background-color:#2586ea;color:#fff}.page-content.page-content--messages .client-side-messages .messages-center-new.button_blue:hover{background-color:#1a6dbd}.page-content.page-content--messages .client-side-messages .messages-center-new.button_blue-border{background-color:#fff;border:1px solid #2586ea;color:#2586ea}.page-content.page-content--messages .client-side-messages .messages-center-new.button_blue-border-reply{fill:#2586ea}.page-content.page-content--messages .client-side-messages .messages-center-new.button_blue-border:hover{background:#1a6dbd;border:1px solid #1a6dbd;color:#fff}.page-content.page-content--messages .client-side-messages .messages-center-new.button_blue-border:hover .messages-center-icon-reply{fill:#fff}.page-content.page-content--messages .client-side-messages .messages-center-new.button_dashed-link{border-bottom:1px dashed #1a6dbd;color:#1a6dbd;cursor:pointer;display:inline;font-size:14px;padding-bottom:1px;text-decoration:none;transition:all .4s ease}.page-content.page-content--messages .client-side-messages .messages-center-new.button_dashed-link:hover,.page-content.page-content--messages .client-side-messages .messages-center-new.button_dashed-link:visited{border-bottom:1px dashed #2586ea;color:#2586ea}.page-content.page-content--messages .client-side-messages .messages-center-list{border:0;height:100%;max-width:345px;min-width:345px}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-list{height:100%;max-height:100%;max-width:100%;min-height:259px;min-width:unset;padding-bottom:0}}.page-content.page-content--messages .client-side-messages .messages-center-item-overflow{height:100%}.page-content.page-content--messages .client-side-messages .messages-center-item-view{border:0;overflow:hidden}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-item-view{height:100%}}.page-content.page-content--messages .client-side-messages .messages-center-item-view-user-avatar{border:0;height:40px;min-width:40px;width:40px}.page-content.page-content--messages .client-side-messages .messages-center-item-view-user-avatar-img{border-radius:100%;height:100%;min-width:100%;object-fit:cover;width:100%}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-item-view-user-avatar{height:40px;min-width:40px;width:40px}}.page-content.page-content--messages .client-side-messages .messages-center-item-view-body{border-top:1px solid #d8dade;padding-bottom:10px}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-item-view-body{padding:0}}.page-content.page-content--messages .client-side-messages .messages-center-item-view-body .attachments{margin:0}.page-content.page-content--messages .client-side-messages .messages-center-item-view-body .attachments-wrapper .attachments-buttons{justify-content:space-between;left:0;padding-right:5px;position:relative;right:unset;text-align:left;top:0}.page-content.page-content--messages .client-side-messages .messages-center-item-view-body .attachments-wrapper .attachments-buttons .font-bold{background:none;font-weight:700;padding-left:0}.page-content.page-content--messages .client-side-messages .messages-center-item-view-body .attachments-wrapper .attachments-buttons .font-bold>span{border:0}.page-content.page-content--messages .client-side-messages .messages-center-item-view-body.has-attachment{overflow:auto}.page-content.page-content--messages .client-side-messages .messages-center-item-view-subject{display:none}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-item-view-subject{display:block;font-size:16px;font-weight:700;margin-bottom:10px}}.page-content.page-content--messages .client-side-messages .messages-center-item-wrapper{height:auto}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-item-wrapper{display:none}}.page-content.page-content--messages .client-side-messages .messages-center-item-wrapper-empty{height:calc(100% - 20px)}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-item-wrapper.opened-block{background:#fff;display:block;margin-left:0;padding:15px;z-index:1}}.page-content.page-content--messages .client-side-messages .messages-center-back{background:#fff;border-bottom:1px solid #e7e7e7;display:none;height:68px;left:0;padding:20px 15px;position:absolute;right:0;top:-98px;z-index:10}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-back{display:flex;height:46px;justify-content:space-between;padding:10px 15px;top:0}.page-content.page-content--messages .client-side-messages .messages-center-back .messages-center-new{display:none}.page-content.page-content--messages .client-side-messages .messages-center-back .messages-center-actions{justify-content:flex-end;margin-bottom:0}.page-content.page-content--messages .client-side-messages .messages-center-back .messages-center-actions .button{width:auto}}.page-content.page-content--messages .client-side-messages .messages-center-back-button{color:#1f4159;display:block;font-size:18px;font-weight:700;line-height:28px;padding:0 0 0 38px;position:relative}.page-content.page-content--messages .client-side-messages .messages-center-back-button:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='28'%3E%3Cdefs%3E%3Cpath id='a' d='m16.82 14.946-3.771 3.87a.603.603 0 0 1-.87 0 .642.642 0 0 1 0-.892l3.338-3.424-3.337-3.424a.642.642 0 0 1 0-.891.603.603 0 0 1 .869 0l3.771 3.87a.637.637 0 0 1 0 .891z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='27' height='27' x='.5' y='.5' fill='%23FFF' stroke='%23E7E7E7' rx='4'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233C4858' fill-rule='nonzero' transform='matrix(1 0 0 -1 0 29)' xlink:href='%23a'/%3E%3Cg fill='%232586EA' mask='url(%23b)'%3E%3Cpath d='M0 0h28v28H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;content:"";height:28px;left:0;position:absolute;top:0;transform:rotate(180deg);width:28px}.page-content.page-content--messages .client-side-messages .messages-center-mobile-new{background:#fff;border-top:1px solid #d8dade;bottom:0;display:none;left:0;padding:15px;position:fixed;right:0;z-index:1}.page-content.page-content--messages .client-side-messages .messages-center-mobile-new button{width:100%}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .messages-center-mobile-new{display:block}}.page-content.page-content--messages .client-side-messages .messages-center .multiselect__tags{align-items:flex-start}.page-content.page-content--messages .client-side-messages .messages-center .multiselect__tags-wrap{display:flex;width:100%}.page-content.page-content--messages .client-side-messages .messages-center .multiselect__tag{background:#2586ea;margin:7px 5px 0 0}.page-content.page-content--messages .client-side-messages .messages-center .multiselect__tag-icon:after{color:#fff}.page-content.page-content--messages .client-side-messages .messages-center .multiselect__tag-icon:hover{background:#136dc9}.page-content.page-content--messages .client-side-messages .messages-center .multiselect__content-wrapper{top:100%}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .userinfo-item{margin:3px 0}}.page-content.page-content--messages .client-side-messages .userinfo-item-description{color:#303030}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .userinfo-item-description{font-size:13px}}.page-content.page-content--messages .client-side-messages .userinfo-item-description-subject{margin-bottom:10px;margin-top:0}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .userinfo-item-title{font-size:13px;margin-right:5px}}.page-content.page-content--messages .client-side-messages .userinfo-item-right-part{right:15px}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .userinfo-item-right-part{right:10px}.page-content.page-content--messages .client-side-messages .userinfo-item-right-part .messages-center-reply{padding:6px}}@media (max-width:1023px) and (max-width:1023px){.page-content.page-content--messages .client-side-messages .userinfo-item-right-part .show-on-mobile{display:block}}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .userinfo-item-date{max-width:calc(100vw - 160px);overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.page-content.page-content--messages .client-side-messages .userinfo-item.show-on-mobile{display:flex;font-size:12px;width:100%}.page-content.page-content--messages .client-side-messages .userinfo-item.show-on-mobile .userinfo-item-date{display:block;font-size:12px;text-align:left;width:100%}}.page-content.page-content--messages .client-side-messages .userinfo-item-from{color:#303030;max-width:360px}@media (max-width:1023px){.page-content.page-content--messages .client-side-messages .userinfo-item-from{font-size:13px;margin-right:5px;white-space:normal}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.page-content.page-content--messages .client-side-messages .userinfo-item-from{min-width:360px}}.page-content.page-content--messages .client-side-messages .message-btn-blue-border{align-items:center;border:1px solid #2586ea;border-radius:4px;color:#2586ea;cursor:pointer;display:inline-flex;font-size:15px;height:42px;justify-content:center;padding:10px 25px}.page-content.page-content--messages .client-side-messages .message-btn-blue-border svg{fill:#2586ea;margin:0}.page-content.page-content--messages .client-side-messages .message-btn-blue-border svg path{fill:#2586ea}.page-content.page-content--messages .client-side-messages .message-btn-blue-border:hover{background:#2586ea;color:#fff}.page-content.page-content--messages .client-side-messages .message-btn-blue-border:hover svg,.page-content.page-content--messages .client-side-messages .message-btn-blue-border:hover svg path{fill:#fff}.page-content.page-content--messages .client-side-messages .message-btn-blue-border[disabled]{border:1px solid #6ac6ff;color:#6ac6ff;cursor:not-allowed}.page-content.page-content--messages .client-side-messages .message-btn-blue-border[disabled] svg,.page-content.page-content--messages .client-side-messages .message-btn-blue-border[disabled] svg path{fill:#6ac6ff}.page-content.page-content--messages .client-side-messages .message-btn-blue-border[disabled]:hover{background:none;box-shadow:none}.page-content.page-content--messages .client-side-messages .message-btn-blue-border[disabled]:hover svg,.page-content.page-content--messages .client-side-messages .message-btn-blue-border[disabled]:hover svg path{fill:#6ac6ff}.page-content.page-content--messages .client-side-messages .message-btn-blue{background:#2586ea;border:0;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:700;height:42px;padding:7px 12px;text-align:center;vertical-align:middle}.page-content.page-content--messages .client-side-messages .message-btn-blue.btn-send{padding:10px 35px}.page-content.page-content--messages .client-side-messages .message-btn-blue:hover{background:#136dc9}.page-content.page-content--messages .client-side-messages .message-btn-blue svg{fill:#fff;margin:0 5px 0 0}.page-content.page-content--messages .client-side-messages .ps__rail-x,.page-content.page-content--messages .client-side-messages .ps__rail-y{display:none}.attachments{align-self:flex-end;display:flex;flex-flow:row wrap;margin:0;padding-top:10px;width:100%}@media (max-width:1023px){.attachments{width:100%}}.attachments-wrapper{border:0;margin:0;overflow:visible;padding:0 15px;width:100%}.attachments-buttons{margin:0;width:calc(100% - 30px)}@media (max-width:1023px){.attachments-buttons{padding-top:10px}}.attachments-buttons .button{border-bottom:1px dashed #3c4858;border-radius:0;color:#3c4858;font-size:14px;font-weight:400;margin-right:15px!important;min-height:auto;padding:1px 0}@media (max-width:1023px){.attachments-buttons .button{border-bottom:1px dashed #3c4858;border-radius:0;color:#3c4858;font-size:14px;font-weight:400;margin:0 20px 0 0;min-height:auto;padding:1px 0}}.attachments-buttons .button:last-child{margin-right:0}.tooltip.message-details-tooltip{background:#fff;border:1px solid #ebebeb}.tooltip.message-details-tooltip .message-details-tooltip__subtitle{color:#7e7d7f;font-weight:700}.tooltip.message-details-tooltip .tooltip-arrow{display:none!important}.tooltip.message-details-tooltip .tooltip-content{color:#303030;max-width:85vw;white-space:normal;word-break:break-word}.file-preview_name{flex:1;margin-left:10px}.ps__rail-y{border-right:0}.ps__thumb-y{right:3px}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{background:#fff;border:2px solid #0000004d;min-height:150px;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{margin:2em 0;text-align:center}.dropzone .dz-message .dz-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}.dropzone .dz-preview{display:inline-block;margin:16px;min-height:100px;position:relative;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd);border-radius:20px}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{border:none;cursor:pointer;display:block;font-size:14px;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{color:#000000e6;font-size:13px;left:0;line-height:150%;max-width:100%;min-width:100%;opacity:0;padding:2em 1em;position:absolute;text-align:center;top:0;z-index:20}.dropzone .dz-preview .dz-details .dz-size{font-size:16px;margin-bottom:1em}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:#fffc;border:1px solid #c8c8c8cc}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid #0000}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:#fff6;border-radius:3px;padding:0 .4em}.dropzone .dz-preview:hover .dz-image img{filter:blur(8px);transform:scale(1.05)}.dropzone .dz-preview .dz-image{border-radius:20px;display:block;height:120px;overflow:hidden;position:relative;width:120px;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{animation:slide-in 3s cubic-bezier(.77,0,.175,1);opacity:1}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;height:54px;width:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{background:#ffffffe6;border-radius:8px;height:16px;left:50%;margin-left:-40px;margin-top:-8px;opacity:1;overflow:hidden;pointer-events:none;position:absolute;top:50%;-webkit-transform:scale(1);width:80px;z-index:1000}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);border-radius:8px;color:#fff;display:block;display:none;font-size:13px;left:-10px;opacity:0;padding:.5em 1.2em;pointer-events:none;position:absolute;top:130px;transition:opacity .3s ease;width:140px;z-index:1000}.dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626;border-left:6px solid #0000;border-right:6px solid #0000;content:"";height:0;left:64px;position:absolute;top:-6px;width:0}.report-form .dropzone{align-items:flex-end;background-color:#f4faff;border:1px dashed #3c4858;border-radius:4px;cursor:pointer;display:flex;height:141px;justify-content:center;margin-bottom:20px;padding:22px 0;position:relative;width:100%}.report-form .dropzone:after{display:none}@media (max-width:1023px){.report-form .dropzone{align-items:flex-start}}.report-form .dropzone:before{background:url(https://cdn.taxesforexpats.com/packs/client/assets/dragandrop-BvAfp_TH.svg) no-repeat 50%/cover;content:"";display:inline-block;height:53px;left:50%;position:absolute;top:30px;transform:translate(-50%);width:54px}@media (max-width:1023px){.report-form .dropzone:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='50'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-4 0h50v50H-4z'/%3E%3Cpath d='M11.735 38.14h17.603V20.537h11.736L20.537 0 0 20.537h11.735zM0 44h41.074v5.868H0z' fill='%237E7D7F' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/contain;height:35px;top:15px;width:50px}}.report-form .dropzone .dz-message{color:#43536e;text-align:center;width:100%}.report-form .dropzone .dz-file-preview,.report-form .dropzone .dz-preview{border:3px solid #fff;border-radius:4px;box-shadow:0 2px 5px #9e9e9e;height:100%;margin:0 15px;width:calc(25% - 30px)}@media (max-width:1023px){.report-form .dropzone .dz-file-preview,.report-form .dropzone .dz-preview{margin:0 6px;min-height:auto;width:calc(25% - 12px)}}.report-form .dropzone .dz-file-preview .dz-image,.report-form .dropzone .dz-preview .dz-image{border-radius:4px!important;height:100%;position:relative;width:100%}.report-form .dropzone .dz-file-preview .dz-image img,.report-form .dropzone .dz-preview .dz-image img{cursor:zoom-in;height:100%;object-fit:cover;transition:transform .3s;width:100%}.report-form .dropzone .dz-file-preview .dz-remove,.report-form .dropzone .dz-preview .dz-remove{font-size:13px;margin-top:6px;padding-top:2px;text-decoration:none}.report-form .dropzone .dz-file-preview .dz-details,.report-form .dropzone .dz-preview .dz-details{display:none;opacity:0}.report-form .dropzone .dz-file-preview .dz-progress,.report-form .dropzone .dz-preview .dz-progress{display:none}.report-form .dropzone .dz-file-preview.video .dz-image:after,.report-form .dropzone .dz-preview.video .dz-image:after{bottom:35%;color:#3c4858;content:"▶";font-size:30px;left:0;position:absolute;text-align:center;width:100%}.report-form .dropzone .dz-file-preview.video .dz-image img,.report-form .dropzone .dz-preview.video .dz-image img{cursor:default}.report-form .dropzone .dz-file-preview:hover .dz-image img,.report-form .dropzone .dz-preview:hover .dz-image img{filter:none;transform:none}.report-form .dropzone .dz-file-preview.zoomed .dz-image,.report-form .dropzone .dz-preview.zoomed .dz-image{overflow:visible}.report-form .dropzone .dz-file-preview.zoomed .dz-image img,.report-form .dropzone .dz-preview.zoomed .dz-image img{background:#f5f5f5;border:1px solid #e3e3e3;cursor:zoom-out;object-fit:contain;padding:2px;transform:scale(3);z-index:9999}.report-form .dropzone .dz-file-preview.zoomed .dz-remove,.report-form .dropzone .dz-preview.zoomed .dz-remove{display:none}.report-form .dropzone.dz-started{height:170px;padding:22px 0 50px}@media (max-width:1023px){.report-form .dropzone.dz-started{height:140px}}.report-form .dropzone.dz-started:before{display:none}.report-form .dropzone.dz-started .dz-message{bottom:10px;display:block;font-size:14px;font-style:italic;margin:0;opacity:.8;padding:0;position:absolute}.report-form .dropzone .dz-remove{align-items:center;background:#fff;border-radius:100%;box-shadow:0 2px 5px #9e9e9e;color:#3c4858;display:flex;font-weight:700;height:20px;justify-content:center;position:absolute;right:-10px;top:-18px;width:20px;z-index:99}.report-form .dropzone .dz-remove:hover{text-decoration:none}.entity-deleted .deletion-marker{color:#9b9b9b!important}.tfx-toggle{height:20px;margin-right:7px;position:relative;-webkit-user-select:none;user-select:none;width:32px}.tfx-toggle,.tfx-toggle .slider{cursor:pointer;display:inline-block}.tfx-toggle .slider{background-color:#f9fafa;border:1px solid #d8dade;border-radius:34px;inset:0;position:absolute;transition:.4s}.tfx-toggle .slider:before{background-color:#fff;border:.5px solid #0000000a;border-radius:50%;box-shadow:0 2px 1px #0000001a,0 1px 1px #00000029,0 2px 5px #00000026;content:"";height:16px;left:1px;position:absolute;top:50%;transform:translateY(-50%);transition:.4s;width:16px}.tfx-toggle input:checked+.slider{background-color:#2686ea;border:1px solid #0000}.tfx-toggle input:checked+.slider:before{transform:translate(13px,-50%)}.tfx-toggle.reverse .slider{background-color:#2686ea;border:1px solid #0000}.tfx-toggle.reverse .slider:before{transform:translate(13px,-50%)}.tfx-toggle.reverse input:checked+.slider{background-color:#dedede;border:1px solid #dedede}.tfx-toggle.reverse input:checked+.slider:before{transform:translateY(-50%)}.tfx-toggle--disabled{cursor:not-allowed}.tfx-toggle--disabled .slider{background-color:#f4f4f4;cursor:not-allowed}.tfx-toggle--disabled .slider:before{background-color:#f5f6f7}.tfx-toggle--disabled input:checked+.slider{background-color:#5aa3ee}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:35px;position:absolute;right:1px;top:1px;width:48px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid #0000;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px #0000;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.select.multiselect--disabled{background:#ededed;cursor:not-allowed;opacity:.6;pointer-events:none}.select.multiselect--disabled .multiselect__tags-wrap .multiselect__tag{padding-right:10px}.multiselect--active{z-index:50}.multiselect__input,.multiselect__single{align-items:center;border:none;border-radius:5px;box-sizing:border-box;color:#303030;display:flex;font-size:14px;line-height:20px;min-height:20px;padding:0;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::placeholder,.multiselect__placeholder{color:#7e7d7f;display:inline-block;font-size:14px}.multiselect__input{background:#0000;padding:10px 0!important}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__tags{align-items:center;border-radius:5px;display:flex;font-size:14px;min-height:40px;overflow:hidden}.multiselect__tags-wrap{display:flex;padding:5px 0;width:100%}.multiselect__tags-wrap .multiselect__tag{background:#e8f1fd;color:#303030;font-weight:700;margin-bottom:0}.multiselect__tags-wrap .multiselect__tag-icon{align-items:center;display:flex;justify-content:center}.multiselect__tags-wrap .multiselect__tag-icon:hover{background-color:initial}.multiselect__tags-wrap .multiselect__tag-icon:hover:after{color:#5aa3ee}.multiselect__tags-wrap .multiselect__tag-icon:after{color:#5aa3ee;font-size:22px;font-weight:400;margin-top:-1px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:20px;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:20px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"×";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect--disabled .multiselect__tag-icon:after{display:none}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;box-sizing:border-box;cursor:pointer;display:block;line-height:20px;margin:0;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;text-decoration:none;white-space:nowrap}.multiselect__content-wrapper{background:#fff;border:1px solid #e8e8e8;border-radius:4px;box-shadow:0 12px 36px #0000000a,0 12px 24px #0000000a,0 2px 8px #0000000a,0 0 1px #0000000a;display:block;left:auto;margin:10px 0;max-height:240px;overflow:auto;overflow-x:hidden;padding:4px 0;position:absolute;right:0;top:100%;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;max-width:100%;min-width:100%;overflow:hidden;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;top:auto}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{word-wrap:break-word;align-items:center;color:#303030;cursor:pointer;display:flex;font-size:14px;line-height:20px;min-height:40px;padding:12px;position:relative;text-align:left;text-decoration:none;text-transform:none;vertical-align:middle;white-space:normal}.multiselect__option span{text-align:left}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight,.multiselect__option:hover{background:#1a6dbd;color:#fff;outline:none}.multiselect__option--selected{font-weight:700}.multiselect__option--selected,.multiselect__option--selected.multiselect__option--highlight{background:#dedede;color:#303030}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{color:#aaa!important;cursor:not-allowed}.multiselect__option--disabled:hover{background:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.select-tfx-hidden-accessible{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.multiselect.small,.small .multiselect{height:auto;max-height:auto;min-height:29px}.multiselect.small .multiselect__tags,.small .multiselect .multiselect__tags{height:auto;min-height:auto}.multiselect.smallest,.smallest .multiselect{height:auto;max-height:unset;min-height:29px}.multiselect.smallest .multiselect__tags,.smallest .multiselect .multiselect__tags{height:auto;min-height:29px}.multiselect.multiple{background:#fff;display:inline-flex;height:100%;max-height:100%;min-height:100%;min-width:300px;padding-top:2px;width:auto}.multiselect.multiple.multiselect--disabled{opacity:1}.multiselect.multiple.multiselect--disabled:after{opacity:.5}.multiselect.multiple .multiselect__tags{align-items:flex-start;display:flex;flex-direction:column}@media (max-width:768px){.multiselect.multiple{width:100%}.multiselect.multiple .multiselect__tags-wrap{flex-wrap:wrap}.multiselect.multiple .multiselect__tags-wrap .multiselect__tag{margin-bottom:5px}}.error .multiselect{border-color:#ff001f}.select{-webkit-appearance:none;-moz-appearance:none;background:#fff;border:1px solid #dedede;border-radius:4px;box-sizing:border-box;color:#303030;cursor:pointer;display:flex;font-family:PT Sans,sans-serif;font-size:14px;height:42px;max-height:42px;min-width:90px;outline:0;padding:0 20px 0 10px;position:relative;transition:border .3s ease;-webkit-user-select:none;user-select:none;width:100%}@media (max-width:1023px){.select{min-width:90px}}.select::-ms-expand{display:none}.select:-moz-focusring{color:#0000;text-shadow:0 0 0 #000}.select:after{border-left:0 solid #0000;border-right:0 solid #0000;border-top:0 solid #0000;border-color:#303030 #0000 #0000;border-style:solid;border-width:3px 3px 0;content:"";display:inline-block;height:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:0}.select+.input-select{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.select option{color:#303030}.select.placeholder,.select option[disabled]{color:#aaa}.select.disabled,.select:disabled{background:#e9e9e9;color:#303030;cursor:not-allowed;opacity:1}.select.disabled:hover,.select:disabled:hover{border:1px solid #dedede}.select.disabled:after,.select:disabled:after{border-top-color:#999}.select[readonly]{background-color:#ededed;color:#303030;cursor:not-allowed;opacity:.6}.select[readonly],.select[readonly]:hover{border:1px solid #dedede}.select[readonly]:after{border-top-color:#999}.select-wrapper{position:relative}.select-wrapper:after{border-left:0 solid #0000;border-right:0 solid #0000;border-top:0 solid #0000;border-color:#303030 #0000 #0000;border-style:solid;border-width:3px 3px 0;content:"";display:inline-block;height:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:0}.select-wrapper .select:after{display:none}.select-item,.select-wrapper a{text-decoration:none}.select-item{border-bottom:1px solid #fafafa;cursor:pointer;padding:10px 20px}.select:hover{border:1px solid #2586ea}.select.w-100{max-width:100px}.select.w-300{max-width:300px}.textLayer{-webkit-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;inset:0;line-height:1;opacity:.25;overflow:hidden;position:absolute;text-align:initial;transform-origin:0 0;z-index:2}.textLayer br,.textLayer span{color:#0000;cursor:text;position:absolute;transform-origin:0 0;white-space:pre}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:#b400aa;border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:static}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer ::selection{background:#00f;background:AccentColor}.textLayer br::selection{background:#0000}.textLayer .endOfContent{cursor:default;display:block;inset:100% 0 0;position:absolute;-webkit-user-select:none;user-select:none;z-index:-1}.textLayer .endOfContent.active{top:0}img{border:0;display:block;height:auto;max-width:100%}*,:after,:before{box-sizing:border-box;outline:none}body,html{height:100%;width:100%}body,html,ol,ul{margin:0;padding:0}ol,ul{list-style:none}p{margin:0;padding:0}a{text-decoration:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5{font-weight:700;margin:0;padding:0}input,textarea{-webkit-appearance:none}input[type=checkbox]{-webkit-appearance:checkbox}.link,.link-collapse,.link-dashed,.link-dashed-red,.link-delete,.link-file,.link-solid,.link-solid a,.link-with-icon{color:#2586ea;cursor:pointer;text-decoration:none;transition:all .3s ease}.link-collapse:hover,.link-dashed-red:hover,.link-dashed:hover,.link-delete:hover,.link-file:hover,.link-solid:hover,.link-solid a:hover,.link-with-icon:hover,.link:hover{color:#175da3}.link-solid{border-bottom:1px solid #2586ea1f}.link-dashed{border-bottom:1px dashed #2586ea;display:inline-flex}.link-dashed-red{border-bottom:1px dashed red;color:red}.link-dashed-red:hover{border-bottom:1px dashed #2586ea}.link-file{color:#1a0dab;line-height:1.3;word-break:break-all}.link-file:hover{color:#609}.link-delete{border-bottom:1px dashed #7e7d7f;color:#7e7d7f;font-size:18px;height:22px}.link-collapse{border-bottom:1px dashed #2586ea;position:relative;-webkit-user-select:none;user-select:none}.link-collapse:after{border:0;border-bottom-color:#0000;border-bottom-style:solid;border-left:3px solid #0000;border-right:3px solid #0000;border-top:3px solid #2586ea;content:"";height:0;position:absolute;right:-10px;top:50%;transform:translateY(-50%) rotateX(0);transition:all .5s ease;width:0}.link-with-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.67 10.667-.003.001.003-.001Zm-9.337.004c0-.003 0-.004-.003-.004h.003v.004Zm0-9.342v.004-.004Zm9.334 9.338V7.333a.667.667 0 1 1 1.333 0v3.335A1.33 1.33 0 0 1 10.67 12H1.33A1.33 1.33 0 0 1 0 10.67V1.33C0 .594.597 0 1.332 0h3.335a.667.667 0 0 1 0 1.333H1.333v9.334h9.334ZM1.333 1.329v.004-.004Zm0 9.342c0-.003 0-.004-.003-.004h.003v.004ZM4.667 0a.667.667 0 0 1 0 1.333H1.333v9.334h9.334V7.333a.667.667 0 1 1 1.333 0v3.335A1.33 1.33 0 0 1 10.67 12H1.33A1.33 1.33 0 0 1 0 10.67V1.33C0 .594.597 0 1.332 0h3.335Zm6.666 0a.682.682 0 0 1 .348.097.695.695 0 0 1 .124.098l-.06-.053A.667.667 0 0 1 12 .667l-.002-.058A.618.618 0 0 1 12 .645V3.333a.667.667 0 0 1-1.333 0V2.276L5.998 6.945a.667.667 0 0 1-.88.055l-.063-.055a.667.667 0 0 1 0-.943l4.668-4.669H8.667a.667.667 0 0 1-.663-.589L8 .667C8 .298 8.298 0 8.667 0h2.666Z' fill='%232586EA'/%3E%3C/svg%3E") no-repeat 100%/12px;padding-right:20px}.link-grey{border-bottom:1px solid #7e7d7f;color:#7e7d7f}.link-grey:hover{border-bottom:1px solid #4a4a4a;color:#4a4a4a}.link--grey-without-border{border-bottom:1px solid #0000;color:#7e7d7f}.link--grey-without-border:hover{border-bottom:1px solid #2586ea;color:#2586ea}.link-entities,.link-question{color:#7e7d7f}.link-entities .link,.link-entities .link-collapse,.link-entities .link-dashed,.link-entities .link-dashed-red,.link-entities .link-delete,.link-entities .link-file,.link-entities .link-solid,.link-entities .link-solid a,.link-entities .link-with-icon,.link-question .link,.link-question .link-collapse,.link-question .link-dashed,.link-question .link-dashed-red,.link-question .link-delete,.link-question .link-file,.link-question .link-solid,.link-question .link-solid a,.link-question .link-with-icon,.link-solid .link-entities a,.link-solid .link-question a{border-bottom:1px solid #7e7d7f;color:inherit}.link-entities .link--grey-without-border,.link-question .link--grey-without-border{border-bottom:1px solid #0000}.link-entities:hover,.link-question:hover{border-bottom:0;color:#2586ea;text-decoration:none}.link-entities:hover .link,.link-entities:hover .link-collapse,.link-entities:hover .link-dashed,.link-entities:hover .link-dashed-red,.link-entities:hover .link-delete,.link-entities:hover .link-file,.link-entities:hover .link-solid,.link-entities:hover .link-solid a,.link-entities:hover .link-with-icon,.link-question:hover .link,.link-question:hover .link-collapse,.link-question:hover .link-dashed,.link-question:hover .link-dashed-red,.link-question:hover .link-delete,.link-question:hover .link-file,.link-question:hover .link-solid,.link-question:hover .link-solid a,.link-question:hover .link-with-icon,.link-solid .link-entities:hover a,.link-solid .link-question:hover a{border-bottom:1px solid #1a0dab;color:#1a0dab}.link-entities:hover .link--grey-without-border,.link-question:hover .link--grey-without-border{border-bottom:1px solid #2586ea;color:#2586ea}.link-entities:hover .icon-question,.link-question:hover .icon-question{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='6.697' stroke='%231A6DBD' stroke-width='1.6'/%3E%3Cpath d='M10.162 10.85s0 0 0 0a.646.646 0 0 1-.411-1.224l.006-.002.036-.014.045.117-.045-.117a3.025 3.025 0 0 0 .585-.3c.351-.233.494-.455.494-.634v0a.918.918 0 0 0-1.38-.792.916.916 0 0 0-.4.486.646.646 0 1 1-1.218-.428 2.207 2.207 0 0 1 4.29.735m-2.002 2.173 2.001-2.173m-2.002 2.173h0m0 0h0m2.002-2.173c0 .863-.64 1.422-1.068 1.708a4.31 4.31 0 0 1-.905.455h-.001l-.018.007h-.001 0l-.006.002h0l-.002.001m2.001-2.173-2.001 2.173m0 0h0m0 0h0m-.165 1.393a.646.646 0 0 0 0 1.291h.006a.646.646 0 1 0 0-1.291h-.006Z' fill='%231A6DBD' stroke='%231A6DBD' stroke-width='.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/cover}[class*=" icon-"],[class^=icon-]{align-items:center;display:inline-flex;justify-content:center;vertical-align:middle}[class*=" icon-"].disabled,[class^=icon-].disabled{opacity:.5}.icon-button{background:#fff;border:1px solid #dedede;border-radius:4px;box-shadow:0 1px #00141d12;cursor:pointer;height:20px;padding:13.5px;transition:all .3s ease;width:20px}.icon-button:hover{box-shadow:none}.icon-arrow-right{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-arrow-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3E%3Cpath d='M13.84 3.1 11 .16a.54.54 0 0 0-.76 0 .58.58 0 0 0 0 .8l1.92 2H.55A.56.56 0 0 0 0 3.5a.56.56 0 0 0 .55.57h11.58L10.21 6a.58.58 0 0 0 0 .8.54.54 0 0 0 .77 0l2.86-2.9a.58.58 0 0 0 0-.8'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-arrow-triangle{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-arrow-triangle' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 5'%3E%3Cpath d='M2.5 1 5 4H0Z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-bill{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M16.098 4.5c.767 0 1.388.61 1.388 1.362v1.193H2.5V5.862c0-.752.621-1.362 1.388-1.362h12.21zM2.5 12.634V8.502h14.986v4.132c0 .753-.621 1.363-1.388 1.363H3.888c-.768 0-1.388-.61-1.388-1.363zm10.277-2.71c-.687 0-1.244.546-1.244 1.22 0 .675.557 1.221 1.244 1.221.283 0 .544-.093.754-.25.209.157.47.25.753.25.687 0 1.244-.546 1.244-1.22 0-.675-.557-1.222-1.244-1.222a1.25 1.25 0 0 0-.753.25c-.21-.157-.47-.25-.754-.25zm-8.26 1.668v.56c0 .1.084.183.187.183h2.888a.186.186 0 0 0 .188-.184v-.56a.186.186 0 0 0-.188-.183H4.704a.186.186 0 0 0-.187.184z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-back{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%232586EA' d='m10.545 12.284 4.73-4.526a.715.715 0 0 0 0-1.042.795.795 0 0 0-1.09 0L10 10.72 5.815 6.716a.795.795 0 0 0-1.09 0c-.3.288-.3.754 0 1.042l4.73 4.526c.15.144.348.216.545.216a.786.786 0 0 0 .545-.216z'/%3E%3C/svg%3E") no-repeat 50% 50%;height:17px;transform:rotate(90deg);width:16px}.icon-next{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.456 4.017 2.72 2.688a.755.755 0 0 1-.25 1.237.777.777 0 0 1-.84-.167L.826 4.556a.759.759 0 0 1-.168-.831.759.759 0 0 1 .168-.247L4.085.22A.77.77 0 0 1 4.631 0a.776.776 0 0 1 .546.22.755.755 0 0 1 0 1.071l-2.72 2.726Z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat 50% 50%;height:8px;width:6px}.icon-check-mark{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath class='icon-check-mark-path' d='m15.801 7.242-.965-1.03A.636.636 0 0 0 14.354 6c-.19 0-.35.07-.483.212L9.215 11.19 7.13 8.955a.637.637 0 0 0-.483-.213.634.634 0 0 0-.482.213L5.2 9.985a.726.726 0 0 0-.2.515c0 .202.066.374.199.515l2.569 2.743.965 1.03a.636.636 0 0 0 .482.212c.19 0 .35-.07.483-.212l.965-1.03 5.138-5.485A.727.727 0 0 0 16 7.758a.726.726 0 0 0-.199-.516z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-check-mark-green{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%2353A128' d='m16.301 6.742-.965-1.03a.636.636 0 0 0-.482-.212c-.19 0-.35.07-.483.212L9.715 10.69 7.63 8.455a.637.637 0 0 0-.483-.213.634.634 0 0 0-.482.213L5.7 9.485a.726.726 0 0 0-.2.515c0 .202.066.374.199.515l2.569 2.743.965 1.03a.636.636 0 0 0 .482.212c.19 0 .35-.07.483-.212l.965-1.03 5.138-5.485a.727.727 0 0 0 .199-.515.726.726 0 0 0-.199-.516z'/%3E%3C/svg%3E") no-repeat 50% 50%;height:20px;width:20px}.icon-close-bold{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath class='icon-close-path' fill-rule='evenodd' d='M6.308 7.705 4.002 5.401 1.692 7.71a.99.99 0 1 1-1.401-1.4L2.601 4 .29 1.692a.99.99 0 1 1 1.401-1.4L4.001 2.6 6.308.295a.99.99 0 1 1 1.401 1.4L5.404 4l2.305 2.305a.99.99 0 0 1 0 1.4.992.992 0 0 1-1.401 0z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-close-rounded{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30'%3E%3Cdefs%3E%3Cfilter id='a' width='163.6%25' height='163.6%25' x='-31.8%25' y='-22.7%25' filterUnits='objectBoundingBox'%3E%3CfeOffset dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='2'/%3E%3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.163524683 0'/%3E%3C/filter%3E%3Ccircle id='b' cx='11' cy='11' r='11'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(4 2)'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3C/g%3E%3Cpath fill='%233C4858' d='m17.308 16.705-2.306-2.304-2.31 2.308a.99.99 0 1 1-1.401-1.4l2.31-2.31-2.31-2.308a.99.99 0 1 1 1.401-1.4l2.31 2.308 2.306-2.304a.99.99 0 1 1 1.401 1.4L16.404 13l2.305 2.305a.99.99 0 0 1 0 1.4.992.992 0 0 1-1.401 0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%}.icon-confirm2{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M15.06 14.112v-3.808l1.844-2.14v7.731H4V3.417h12.904v.781l-1.844 1.47V5.2H5.844v8.912h9.216zM8.242 7.013l3.836 1.795L19.376 3l.624.643-7.922 9.192L7.53 7.764l.712-.75z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-combine{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M12.076 4a4.933 4.933 0 0 0-4.681 3.395A4.933 4.933 0 0 0 4 12.075 4.93 4.93 0 0 0 8.924 17a4.933 4.933 0 0 0 4.681-3.395A4.933 4.933 0 0 0 17 8.925 4.93 4.93 0 0 0 12.076 4zM8.924 15.818a3.747 3.747 0 0 1-3.742-3.742c0-1.424.799-2.664 1.972-3.297a4.93 4.93 0 0 0 5.067 5.067 3.745 3.745 0 0 1-3.297 1.972zm4.922-3.597.002-.145A4.93 4.93 0 0 0 8.78 7.154a3.746 3.746 0 0 1 3.297-1.972 3.747 3.747 0 0 1 3.742 3.742 3.745 3.745 0 0 1-1.972 3.297z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-notifications{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.875 1.876A5.833 5.833 0 0 1 14.833 6c0 2.794.598 4.53 1.149 5.539.276.507.545.84.732 1.037a2.5 2.5 0 0 0 .255.236l.003.002a.833.833 0 0 1-.472 1.52h-15a.833.833 0 0 1-.472-1.52l.002-.002a2.5 2.5 0 0 0 .255-.236c.188-.198.457-.53.733-1.037C2.57 10.529 3.167 8.794 3.167 6c0-1.547.614-3.03 1.708-4.124Zm9.834 10.791a7.873 7.873 0 0 1-.19-.33c-.7-1.282-1.352-3.297-1.352-6.337a4.167 4.167 0 0 0-8.334 0c0 3.04-.652 5.055-1.352 6.337a7.885 7.885 0 0 1-.19.33h11.418ZM7.14 16.113a.833.833 0 0 1 1.14.303.834.834 0 0 0 1.44 0 .833.833 0 0 1 1.442.836 2.5 2.5 0 0 1-4.325 0 .833.833 0 0 1 .303-1.14Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50% 50%;height:18px;width:16px}@media (max-width:1099px){.icon-notifications{background-size:100%}}.icon-help{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 2.636a7.364 7.364 0 1 0 0 14.728 7.364 7.364 0 0 0 0-14.728ZM1 10a9 9 0 1 1 18 0 9 9 0 0 1-18 0Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.211 6.747a1.636 1.636 0 0 0-1.82 1.07.818.818 0 0 1-1.544-.543 3.273 3.273 0 0 1 6.36 1.09c0 1.252-.928 2.08-1.591 2.521a6.583 6.583 0 0 1-1.38.694l-.028.01-.01.003-.003.002s-.002 0-.26-.776l.258.776a.818.818 0 0 1-.518-1.552l.013-.004.06-.023a4.95 4.95 0 0 0 .96-.491c.564-.376.863-.777.863-1.16v-.002a1.636 1.636 0 0 0-1.36-1.615ZM9.182 14.09c0-.451.366-.817.818-.817h.008a.818.818 0 1 1 0 1.636H10a.818.818 0 0 1-.818-.818Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50% 50%;height:18px;width:18px}@media (max-width:1099px){.icon-help{background-size:100% auto}}.icon-user-mobile{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.456 12.851a7.194 7.194 0 0 0 2.469-3.629 7.159 7.159 0 0 0-.105-4.38 7.2 7.2 0 0 0-2.641-3.508 7.263 7.263 0 0 0-8.394 0 7.2 7.2 0 0 0-2.64 3.508 7.158 7.158 0 0 0-.106 4.38 7.194 7.194 0 0 0 2.47 3.63 12.052 12.052 0 0 0-5.115 3.873A11.956 11.956 0 0 0 .007 22.66a1.2 1.2 0 0 0 .26.887 1.215 1.215 0 0 0 2.152-.623 9.578 9.578 0 0 1 3.158-6.082 9.678 9.678 0 0 1 6.43-2.441c2.371 0 4.66.87 6.429 2.441a9.578 9.578 0 0 1 3.157 6.082c.033.295.174.567.397.764.223.198.511.306.81.304h.132c.316-.036.605-.195.804-.442.198-.248.291-.563.257-.877a11.957 11.957 0 0 0-2.399-5.951 12.053 12.053 0 0 0-5.138-3.872ZM11.982 12a4.843 4.843 0 0 1-2.68-.809 4.803 4.803 0 0 1-1.776-2.153A4.773 4.773 0 0 1 8.57 3.81a4.848 4.848 0 0 1 5.257-1.04 4.818 4.818 0 0 1 2.165 1.767 4.779 4.779 0 0 1-.6 6.058A4.837 4.837 0 0 1 11.983 12Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 100%;height:24px;width:24px}.icon-delete{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858'%3E%3Cpath d='M13.556 4.2h-2.541V3h-3.45v1.2H5.024v1.897h8.532V4.201zm-5.077-.252H10.1v.253H8.479v-.253zm4.265 5.825.172-2.728H5.663l.58 9.165h3.479a4.172 4.172 0 0 1-.72-2.352c0-2.185 1.661-3.976 3.742-4.085z'/%3E%3Cpath d='M12.946 10.716c-1.67 0-3.03 1.41-3.03 3.142S11.277 17 12.947 17c1.671 0 3.03-1.41 3.03-3.142 0-1.733-1.359-3.142-3.03-3.142zm1.651 4.183-.646.67-1.005-1.04-1.004 1.04-.646-.67 1.004-1.041-1.004-1.042.646-.67 1.004 1.041 1.005-1.041.646.67-1.004 1.042 1.004 1.041z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;height:20px;width:20px}.icon-delete:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858'%3E%3Cpath d='M13.556 4.2h-2.541V3h-3.45v1.2H5.024v1.897h8.532V4.201zm-5.077-.252H10.1v.253H8.479v-.253zm4.265 5.825.172-2.728H5.663l.58 9.165h3.479a4.172 4.172 0 0 1-.72-2.352c0-2.185 1.661-3.976 3.742-4.085z'/%3E%3Cpath d='M12.946 10.716c-1.67 0-3.03 1.41-3.03 3.142S11.277 17 12.947 17c1.671 0 3.03-1.41 3.03-3.142 0-1.733-1.359-3.142-3.03-3.142zm1.651 4.183-.646.67-1.005-1.04-1.004 1.04-.646-.67 1.004-1.041-1.004-1.042.646-.67 1.004 1.041 1.005-1.041.646.67-1.004 1.042 1.004 1.041z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%}.icon-close{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.83 3.17a.583.583 0 0 0-.826 0L10 9.176 3.996 3.171a.583.583 0 0 0-.825.824L9.175 10l-6.004 6.004a.583.583 0 1 0 .825.825L10 10.825l6.004 6.004a.581.581 0 0 0 .825 0 .583.583 0 0 0 0-.825L10.825 10l6.004-6.005a.583.583 0 0 0 0-.824Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%;height:20px;width:20px}.icon-close:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.83 3.17a.583.583 0 0 0-.826 0L10 9.176 3.996 3.171a.583.583 0 0 0-.825.824L9.175 10l-6.004 6.004a.583.583 0 1 0 .825.825L10 10.825l6.004 6.004a.581.581 0 0 0 .825 0 .583.583 0 0 0 0-.825L10.825 10l6.004-6.005a.583.583 0 0 0 0-.824Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50% 50%;cursor:pointer}.icon-close-white{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.83 3.17a.583.583 0 0 0-.826 0L10 9.176 3.996 3.171a.583.583 0 0 0-.825.824L9.175 10l-6.004 6.004a.583.583 0 1 0 .825.825L10 10.825l6.004 6.004a.581.581 0 0 0 .825 0 .583.583 0 0 0 0-.825L10.825 10l6.004-6.005a.583.583 0 0 0 0-.824Z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat 50%;height:20px;width:20px}.icon-view{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%233C4858' class='icon-view-as-client-path' d='M10 5a8.82 8.82 0 0 0-8 4.86.31.31 0 0 0 0 .28A8.82 8.82 0 0 0 10 15a8.82 8.82 0 0 0 8-4.86.32.32 0 0 0 0-.28A8.82 8.82 0 0 0 10 5Zm0 8.45A3.53 3.53 0 0 1 6.39 10 3.53 3.53 0 0 1 10 6.55 3.53 3.53 0 0 1 13.61 10 3.53 3.53 0 0 1 10 13.45Zm0-5.72A2.27 2.27 0 1 1 7.65 10 2.31 2.31 0 0 1 10 7.73Z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:20px;height:20px;width:20px}.icon-view:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%233C4858' class='icon-view-as-client-path' d='M10 5a8.82 8.82 0 0 0-8 4.86.31.31 0 0 0 0 .28A8.82 8.82 0 0 0 10 15a8.82 8.82 0 0 0 8-4.86.32.32 0 0 0 0-.28A8.82 8.82 0 0 0 10 5Zm0 8.45A3.53 3.53 0 0 1 6.39 10 3.53 3.53 0 0 1 10 6.55 3.53 3.53 0 0 1 13.61 10 3.53 3.53 0 0 1 10 13.45Zm0-5.72A2.27 2.27 0 1 1 7.65 10 2.31 2.31 0 0 1 10 7.73Z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:17px 17px}.icon-clock{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAABaVJREFUWAm9mVtoXEUYx7u5k60SMNZESx6UBrzE9EUrtI25h8RqaTWRUusFdAsqrfShPtRLQAxai30QIRIs1LZSiTTSEHJPaMAo4uWhKkpUkijVNsEYldx34+9bdraTk5lzziapA9Pvm2/+85//mfumgXVrkCorKzfMz8/nBgKBm6ELJycnX0lKShrt7Oz8c7X0gZUSlJSUlNF21+Li4k7sRgPPIoIvkrvBNPX39/9owHiGEhaIsPthPUqn93qyXwUs4ralpqYe6u7uHroa9vZ8C6yurk6fmZl5D2FPOGkZpQjxy9jfsWnYXOwNThzlGab+5b6+vmOGOmPIl8CampqcqampFhjuUywiCr9ZcnZ2dmdzc/O/qk5sVVVV7uzs7EO4j5G3SUwl2p6gTYg2YRWzWU+BtbW168fGxgYhKNBIutPS0g51dXV9q8WsLsviASrfZlTzFQiRH7Iu96qyzboKhDBQWlragpWNEE0QNzBFL2FlXcUTIgopnCT/kZGRUdfe3v53vBKHJXL99PT0WXFVHI4XEXlUlU02yRRUsbKysv0OcUJ4xClO8OBeIBeSq5jahxWHsiK4uLh4B23Pqxi2gSPqLq28zLUKpGGQzuq1FqfdvpaOMzVsUPPjbn19fYS1txfsdxKEP3lubu54HGBwrAI5eA9AcFOszUQwGDxgaJ9wSDYTAp/VGpazPLZo5SWuVSDi9igkhG+0tbVNqPJqLWt4AM42xUNfTyrfaY0Cy8vLbwUY3bUQRTi7ZPGvdTqhEd6m+Utco8BIJCLXmEqf9/b2XlYFF+t6Ijjbcat0EpuROIPQyGmxh6k+7cSlOANSZsj1u/UbE8YQix87tC+gs50GjIQWOEM/k4cEu1quvYKUlJSLrPkG/B1kOdjjySZQXiUqXVKOh42PIAJDYCUbEzt3hAsgf3x8/BLYTVlZWb/g5wNOczYwTjFDfp0GjE6DVra5vjcRovImJyezIDrIVG/nhEgldjvlZX0ZRxDgpKZCNoxn4g34+sLCwo0AczzAC9R/xDV5BSt5HRdCBUZEjkhZT0aBAEcVCN+6wxRGbE9Pj7TZrcf8+vQhd7Wk4ei/2j/GKeZY+VrDbOYGMH6IhlmxGwqFUjk16mIEPziJjAJZExcA/hUD5wwMDOxyNlyr8tDQ0D64coWPgRl08hoFtra2TrFRTikwU3BQ+Wtp5REM36sxzvnY2bikC6NAQfA1jQqJwK2cWY+q8lpZXuiH4c4TPgaky/QjyyqQ2+N72rUoMRC8zxWoP1pV1YosXNsQ94pqDP9J5evWKlBAHB3PYH4TH7JgOBz+pKKiYpOUV5MQl8eRJD8X1Ob7qaioKD4YOnf89NeDus8ZtZ1d1o/A5Fj8H4SHGGF5HSecuHNvgesCOX58sZx288JZmUBRwL36OKYJ0uhVxHSMZmZmbublvJFRPU55Px387KWWj72Djz2vi6NtLw/hcltb1ylWjSD4AL+UPCbi2G3FIo5p6qWzMuJ3K6zNssme42O+1MWBnYDrKVsbias14IaJ1iHyU6bnHl4eSYzCehFHhVxtrkk2A8KOIWzZq5mPfZor71c3At8ChYRpHJGdjLg+itk2Yn7PbODFsgsB+8BuNeGoO8JHnzPV6THPTaKDbeLo7BQ4+auCnGl3kuWXmpUb/GHEvQXGM1lJnC1t4pw4tzLC5sjPMxNNbji9ztcUx8TJmrNOq05q8hE2Qq5D3BemelvM1y5mHb0LgeeGsHQyj7B3ODsLExUnfL5GkA7eBLuFNbbsSW4RJXfrLHVn0tPTX+vo6Bi24bzivtcgR8yDCPzYTSSiwtQPcjOcQ9gZ/twx5iXAq963QCFyEdmIuLP8WeMr55/hvAR41Sck0CbS7S71EuBV72uT6CQs9FZG6xHynB6/Vn7CAkXI/ylyRQIdIuW/HIYldi3Sf7B2SBcw6LE4AAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:20px;height:20px;width:20px}.icon-clock:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M.66 7.617c0-4.014 3.265-7.28 7.28-7.28 3.323 0 6.127 2.24 6.997 5.288-.16.172-.27.391-.302.638l-.08.635-.134.72-.744-.001A5.743 5.743 0 0 0 7.94 1.881a5.742 5.742 0 0 0-5.738 5.736 5.74 5.74 0 0 0 2.936 5L4.016 13.74A7.274 7.274 0 0 1 .66 7.617zm7.28-4.572a.77.77 0 0 0-.772.771v3.801a.77.77 0 0 0 .772.771h4.365a.772.772 0 1 0 0-1.543H8.711V3.816a.77.77 0 0 0-.771-.771zm8.036 3.402a.386.386 0 0 0-.769-.04l-.082.659-.144.768a5.71 5.71 0 0 1-.236.843l-.172.505-.245.539a5.08 5.08 0 0 1-.361.68 9.3 9.3 0 0 0-.212.363c-.072.096-.14.193-.21.291a6.125 6.125 0 0 1-.583.739c-.2.249-.44.471-.692.708-.074.07-.149.138-.221.208-.082.063-.164.126-.243.189-.27.209-.522.406-.825.58-.231.16-.498.292-.754.419-.108.053-.213.104-.317.158-.13.047-.259.099-.384.148a4.532 4.532 0 0 1-.692.235l-.51.14-.501.087a4.44 4.44 0 0 1-.698.08l-.408.031h-.058v-1.802a.384.384 0 0 0-.238-.356.384.384 0 0 0-.42.083l-3.32 3.32a.384.384 0 0 0 0 .546L6 19.888a.388.388 0 0 0 .658-.274v-1.882l.71-.13c.33-.067.738-.152 1.13-.298l.456-.153.758-.32c.32-.125.621-.303.914-.473.124-.074.251-.147.38-.218.013-.009.027-.016.04-.026.1-.073.204-.144.305-.215.313-.217.635-.44.91-.7.34-.272.638-.585.926-.89l.208-.219c.009-.01.018-.02.025-.03l.19-.24c.257-.322.524-.657.724-1 .225-.323.395-.659.56-.984a9.37 9.37 0 0 1 .17-.332c.007-.015.015-.03.02-.046.052-.137.107-.272.161-.404.12-.294.243-.597.314-.894l.177-.633.102-.556c.08-.368.103-.702.125-1L16 7.469l-.024-1.021z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(2)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23020202' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23404040' d='M-2 0h20v20H-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%}.icon-drag{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M13.682 10.99a.325.325 0 0 1-.317.332H6.697a.325.325 0 0 1-.317-.333c0-.184.142-.333.317-.333h6.668c.176 0 .317.15.317.333zm0-2a.325.325 0 0 1-.317.332H6.697a.325.325 0 0 1-.317-.333c0-.184.142-.333.317-.333h6.668c.176 0 .317.15.317.333zm-3.606 10.913a.306.306 0 0 1-.417-.009l-3.493-3.33a.34.34 0 0 1-.083-.367.318.318 0 0 1 .296-.212h1.906v-3.33c0-.184.142-.334.317-.334h2.858c.175 0 .317.15.317.333v3.33h1.905a.32.32 0 0 1 .3.22.344.344 0 0 1-.096.37l-3.81 3.33zm1.701-12.577a.325.325 0 0 1-.317.333H8.602a.325.325 0 0 1-.317-.333v-3.33H6.38a.318.318 0 0 1-.297-.213.346.346 0 0 1 .083-.366L9.658.087a.307.307 0 0 1 .418-.01l3.81 3.33c.103.09.14.238.095.37a.318.318 0 0 1-.299.22h-1.905v3.33z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-draft{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23F9630E' fill-rule='nonzero' d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z'/%3E%3Cpath fill='%23FFF' d='M5 4v9l3-1.976L11 13V4z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%}.icon-info{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4 9A6.4 6.4 0 1 1 2.6 9a6.4 6.4 0 0 1 12.8 0Z' stroke='%232586EA' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.41 7.855h.591v4.137h.59' stroke='%232586EA' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M9 6.3a.802.802 0 1 0 0-1.604A.802.802 0 0 0 9 6.3Z'/%3E%3C/mask%3E%3Cpath d='M9 6.3a.802.802 0 1 0 0-1.604A.802.802 0 0 0 9 6.3Z' fill='%232586EA'/%3E%3Cpath d='M8.203 5.498c0-.44.357-.798.798-.798v3.2a2.402 2.402 0 0 0 2.402-2.402h-3.2ZM9 4.7c.44 0 .798.357.798.798H6.6A2.402 2.402 0 0 0 9.001 7.9V4.7Zm.798.798c0 .44-.357.798-.798.798v-3.2a2.402 2.402 0 0 0-2.402 2.402h3.2Zm-.798.798a.798.798 0 0 1-.798-.798h3.2A2.402 2.402 0 0 0 9 3.096v3.2Z' fill='%232586EA' mask='url(%23a)'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:18px;height:18px;width:18px}.icon-mandatory{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23F9630E' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zm3.993 6.664a.14.14 0 0 0-.116-.09l-2.59-.345-1.159-2.156A.145.145 0 0 0 8 4a.145.145 0 0 0-.128.073L6.713 6.23l-2.59.346a.14.14 0 0 0-.116.09.124.124 0 0 0 .036.134l1.875 1.678-.443 2.37a.128.128 0 0 0 .057.128c.044.03.103.033.15.01L8 9.866l2.317 1.119a.154.154 0 0 0 .15-.01.126.126 0 0 0 .058-.129l-.443-2.37L11.957 6.8a.124.124 0 0 0 .036-.135z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:13px;display:inline-block;height:13px;margin:-1px 3px 0;width:13px}.icon-dots{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 6.5c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm0 7c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zM10 8c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-document{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='a' d='M7.08 0H1.44C.66 0 0 .688 0 1.5v12c0 .813.66 1.5 1.44 1.5h8.52c.78 0 1.44-.688 1.44-1.5v-9L7.08 0zM6.6 1.125l3.42 3.625H6.6V1.125zM2.4 13H1.14v-1.375h1.32V13H2.4zm0-2.688H1.14V8.938h1.32c-.06 0-.06 1.374-.06 1.374zm0-2.75H1.14V6.188h1.32c-.06 0-.06 1.375-.06 1.375zM10.14 13H3.06v-1.375h7.08V13zm0-2.688H3.06V8.938h7.08v1.374zm0-2.75H3.06V6.188h7.08v1.375z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' transform='translate(4 2)'%3E%3Cmask id='b'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M-4-2h20v20H-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%}.icon-download{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M15 8.079h-3.142V3H7.142v5.079H4L9.502 14 15 8.079zM4 17.667h11v-1.223H4v1.223z'/%3E%3C/svg%3E") no-repeat 50%/cover;height:20px;min-width:20px;width:20px}.icon-download:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M15 8.079h-3.142V3H7.142v5.079H4L9.502 14 15 8.079zM4 17.667h11v-1.223H4v1.223z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-drop-down{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-dropdown' xmlns='http://www.w3.org/2000/svg' width='5' height='8'%3E%3Cpath class='icon-dropdown_path' fill-rule='evenodd' d='M2.5 8 0 5h5L2.5 8zm0-8L5 3H0l2.5-3z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-editing-circle{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-editing-circle' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 8 8 8 8 0 0 0-8-8Zm3.8 5.76-.8.76L9.5 5l-.59.59 1.55 1.51-3.8 3.8-1.54-1.55-.59.59 1.55 1.55-.38.38a.3.3 0 0 1-.2.13l-1.44.32A.3.3 0 0 1 3.7 12l.3-1.49a.3.3 0 0 1 .14-.19l6.11-6.11a.23.23 0 0 1 .32 0l1.23 1.22a.23.23 0 0 1 0 .33Z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-editing-rect{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-editing-rect' viewBox='0 0 16 16'%3E%3Cpath class='icon-editing-rect__rectangle' d='M13.85 13.89H2.17V2.13h7.47v1.74H3.89v8.28h8.23V5.94h1.73v7.95z'/%3E%3Cpath class='icon-editing-rect__pensil' d='m12.84 1.49-4 3.8v.1l.25.53.35.21a.49.49 0 0 1 .19.21l.18.38.51.26h.09l4-3.81Zm3.11-.07L14.7.06a.21.21 0 0 0-.29 0l-1.14 1.07 1.53 1.69 1.13-1.09a.22.22 0 0 0 0-.3ZM8.62 5.68v.15l-.46 1.46a.23.23 0 0 0 .16.28h.1l1.45-.32h.43L10 7l-.23-.1a.23.23 0 0 1-.1-.1l-.15-.33v-.08a.23.23 0 0 0-.09-.1h-.07L9 6.07A.23.23 0 0 1 8.92 6l-.11-.27-.12-.33v.12Z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-editing-pencil{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.11 5.006a.5.5 0 0 1 .706 0l2.502 2.502a.5.5 0 0 1 0 .707L7.903 15.63a.5.5 0 0 1-.707 0l-2.5-2.502a.5.5 0 0 1 0-.707l7.413-7.415Zm5.996-1.127-1.43-1.431a1.42 1.42 0 0 0-2.006 0l-1.018 1.017a.5.5 0 0 0 0 .707l2.502 2.502a.5.5 0 0 0 .707 0l1.245-1.245a1.094 1.094 0 0 0 0-1.55ZM2.663 17.285a.365.365 0 0 0 .442.434l3.23-.783a.2.2 0 0 0 .094-.335L3.73 13.9a.2.2 0 0 0-.337.098l-.73 3.286Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50% 50%;height:20px;width:20px}.icon-editing-pencil:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.11 5.006a.5.5 0 0 1 .706 0l2.502 2.502a.5.5 0 0 1 0 .707L7.903 15.63a.5.5 0 0 1-.707 0l-2.5-2.502a.5.5 0 0 1 0-.707l7.413-7.415Zm5.996-1.127-1.43-1.431a1.42 1.42 0 0 0-2.006 0l-1.018 1.017a.5.5 0 0 0 0 .707l2.502 2.502a.5.5 0 0 0 .707 0l1.245-1.245a1.094 1.094 0 0 0 0-1.55ZM2.663 17.285a.365.365 0 0 0 .442.434l3.23-.783a.2.2 0 0 0 .094-.335L3.73 13.9a.2.2 0 0 0-.337.098l-.73 3.286Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-link-foreign{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-link-foreign' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath class='icon-link-foreign__arrow' d='M95.44 0H59.1a4.55 4.55 0 1 0 0 9.1h25.4L37.7 55.88a4.55 4.55 0 1 0 6.12 6.73q.16-.15.31-.31l46.79-46.78V40.9a4.55 4.55 0 0 0 9.09 0V4.55A4.55 4.55 0 0 0 95.46 0'/%3E%3Cpath class='icon-link-foreign__rect' d='M77.27 45.45A4.55 4.55 0 0 0 72.73 50v40.9H9.09V27.28H50a4.55 4.55 0 0 0 0-9.09H4.55A4.55 4.55 0 0 0 0 22.73v72.72A4.55 4.55 0 0 0 4.55 100h72.72a4.55 4.55 0 0 0 4.55-4.55V50a4.55 4.55 0 0 0-4.55-4.55'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-logout{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-logout' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3E%3Cpath class='icon-logout__rect' d='M.75 0h9.5a.76.76 0 0 1 .75.78v3.11a.75.75 0 0 1-1.5 0V1.56h-8v10.88h8v-2.33a.75.75 0 1 1 1.5-.06s0 0 0 .06v3.11a.76.76 0 0 1-.75.78H.75a.76.76 0 0 1-.75-.78V.78A.76.76 0 0 1 .75 0Z'/%3E%3Cpath class='icon-logout__arrow' d='M16 7a.83.83 0 0 0-.22-.55l-2.25-2.36a.73.73 0 0 0-1.06 0 .8.8 0 0 0 0 1.1l1 1H4.75A.77.77 0 0 0 4 7a.77.77 0 0 0 .72.81h8.69l-1 1a.8.8 0 0 0 0 1.1.73.73 0 0 0 1.06 0l2.25-2.33A.83.83 0 0 0 16 7Z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-locked{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M6.668 8h5.665V5.833c0-1.68-1.272-3.041-2.831-3.041-1.563 0-2.834 1.361-2.834 3.04V8zM5 8V5.833C5 3.165 7.018 1 9.502 1 11.982 1 14 3.165 14 5.833V8h1.136c.473 0 .864.375.864.837v8.33c0 .457-.391.833-.864.833H3.867C3.391 18 3 17.624 3 17.166v-8.33c0-.46.391-.836.867-.836H5z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-move{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M17.176 5.385H10.85V4.044C10.85 3.453 10.417 3 9.821 3H3.144C2.548 3 2 3.453 2 4.044v11.11C2 16.187 2.91 17 3.954 17h13.222C18.22 17 19 16.188 19 15.153V7.26c0-1.034-.78-1.874-1.824-1.874zm-3.462 6.095-3.1 2.546c-.136.111-.308-.028-.308-.251v-1.083H7.704c-.22 0-.426-.26-.426-.574v-1.824c0-.314.205-.602.426-.602h2.602V8.638c0-.223.172-.362.308-.25l3.099 2.544c.147.122.149.427.001.548z'/%3E%3C/svg%3E") no-repeat 50% 50%;height:20px;width:20px}.icon-new-doc{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.533 8.841H8.958v2.692a.817.817 0 0 1-1.635 0V8.84H4.817a.818.818 0 0 1 0-1.635h2.506V4.817a.817.817 0 1 1 1.635 0v2.39h2.574a.817.817 0 1 1 0 1.634z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-question{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='6.697' stroke='%237E7D7F' stroke-width='1.6'/%3E%3Cpath d='M10.162 10.85s0 0 0 0a.646.646 0 0 1-.411-1.224l.006-.002.036-.014.045.117-.045-.117a3.025 3.025 0 0 0 .585-.3c.351-.233.494-.455.494-.634v0a.918.918 0 0 0-1.38-.792.916.916 0 0 0-.4.486.646.646 0 1 1-1.218-.428 2.207 2.207 0 0 1 4.29.735m-2.002 2.173 2.001-2.173m-2.002 2.173h0m0 0h0m2.002-2.173c0 .863-.64 1.422-1.068 1.708a4.31 4.31 0 0 1-.905.455h-.001l-.018.007h-.001 0l-.006.002h0l-.002.001m2.001-2.173-2.001 2.173m0 0h0m0 0h0m-.165 1.393a.646.646 0 0 0 0 1.291h.006a.646.646 0 1 0 0-1.291h-.006Z' fill='%237E7D7F' stroke='%237E7D7F' stroke-width='.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/cover}.icon-question,.icon-question-orange{cursor:pointer;height:20px;width:20px}.icon-question-orange{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23f9630e' d='M7.997 0A7.995 7.995 0 0 0 0 7.993a7.998 7.998 0 0 0 15.994 0A7.993 7.993 0 0 0 7.997 0zm.57 12.443a.942.942 0 0 1-.645.248.974.974 0 0 1-.66-.245c-.188-.163-.282-.391-.282-.685 0-.26.091-.48.273-.657a.921.921 0 0 1 .67-.267c.26 0 .479.09.657.267a.893.893 0 0 1 .267.657c0 .29-.094.517-.28.682zm2.316-5.742a2.827 2.827 0 0 1-.509.685c-.196.193-.548.516-1.057.97a4.63 4.63 0 0 0-.338.339 1.376 1.376 0 0 0-.189.266 1.383 1.383 0 0 0-.096.242c-.022.08-.056.223-.102.425-.079.43-.325.645-.738.645a.755.755 0 0 1-.543-.21c-.146-.141-.22-.35-.22-.627 0-.347.054-.648.162-.902a2.28 2.28 0 0 1 .427-.67c.178-.192.418-.42.72-.685.264-.232.456-.406.573-.524.118-.118.217-.25.298-.394a.948.948 0 0 0 .12-.471c0-.33-.122-.61-.368-.837-.246-.227-.564-.341-.952-.341-.455 0-.79.115-1.005.344-.215.23-.396.567-.545 1.014-.141.467-.408.7-.8.7a.787.787 0 0 1-.586-.244c-.16-.163-.239-.34-.239-.53 0-.393.126-.791.378-1.194.253-.403.62-.737 1.104-1.001.484-.265 1.048-.398 1.693-.398.6 0 1.128.111 1.587.333.459.22.813.521 1.064.902.25.38.375.793.375 1.24 0 .35-.071.659-.214.923z'/%3E%3C/svg%3E") no-repeat 50% 50%/cover}.icon-reply{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-reply' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M7.43 5.71V3.43l-4 4 4 4V9.09c2.86 0 4.86.91 6.29 2.91-.58-2.86-2.29-5.71-6.29-6.29Z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-save{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858' fill-rule='evenodd'%3E%3Cpath d='M5.766 6.73h1.476V3.892H5.766z'/%3E%3Cpath d='M14.043 2.03H3v14.916h13.967V4.97l-2.924-2.94zm-4.06 12.8a2.664 2.664 0 0 1-2.656-2.671 2.664 2.664 0 0 1 2.657-2.671 2.664 2.664 0 0 1 2.656 2.671 2.664 2.664 0 0 1-2.656 2.671zM4.812 7.344h8.637V3.278H4.81v4.066z'/%3E%3Cpath d='M11.629 12.159a1.65 1.65 0 0 1-1.645 1.654 1.65 1.65 0 0 1-1.647-1.654 1.65 1.65 0 0 1 1.647-1.655 1.65 1.65 0 0 1 1.645 1.655z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%}.icon-search-loupe{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-search-loupe' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M15.81 14.86 12 11a6.74 6.74 0 1 0-1 1l3.85 3.84a.67.67 0 0 0 .94-.94Zm-9.07-2.72a5.4 5.4 0 1 1 5.41-5.4 5.41 5.41 0 0 1-5.41 5.4Z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-stash{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7.5 11.423v1.078c0 .071.054.13.122.13h4.757c.066 0 .121-.059.121-.13v-1.078c0-.367.279-.665.621-.665h3.807L14.428 3H5.572l-2.5 7.758h3.806c.343 0 .622.298.622.665zm-1-7.085h7v1.605H13v-1.07H7v1.07h-.5V4.338zm-.75 2.14h8.5v1.605h-.5v-1.07h-7.5v1.07h-.5V6.478zm-.25 3.745H5V8.618h10v1.605h-.5v-1.07h-9v1.07zm7.5 1.2c0-.071.055-.13.121-.13H17v4.113c0 .535-.406.97-.906.97H3.905c-.5 0-.906-.435-.906-.97v-4.113h3.878c.067 0 .122.059.122.13v1.078c0 .367.279.665.622.665h4.757c.342 0 .621-.298.621-.665v-1.078z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-sorting{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8'%3E%3Cpath d='M2.5 0 5 3H0zm0 8L5 5H0z' fill='%233C4858' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-upload{background:url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon-upload' viewBox='0 0 20 20'%3E%3Cpath class='icon-upload-path' fill-rule='evenodd' d='M15.199 7.995H12v4.801H7.199V7.995H4l5.602-5.597 5.597 5.597zM4 16h11.199v-1.602H4V16z'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-check-bar--small{height:20px;width:20px}.icon-check-bar,.icon-check-bar--small{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2 10a7.2 7.2 0 1 1-14.4 0 7.2 7.2 0 0 1 14.4 0Z' stroke='%2334A853' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m7.436 10.564 1.633 1.634a.188.188 0 0 0 .266 0L13.232 8.3' stroke='%2334A853' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%}.icon-check-bar{height:24px;width:24px}.icon-check-round{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='6' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm3.67-10.082.547.441c.282.224.295.386.07.658L9.472 13.74c-.21.255-.364.279-.635.05l-2.64-2.183c-.254-.212-.281-.365-.067-.635l.423-.55c.21-.263.37-.274.626-.06l1.852 1.54 3.98-4.913c.231-.285.388-.288.658-.07Z' fill='%2353A128'/%3E%3C/svg%3E") no-repeat 50%;height:20px;width:20px}.icon-folder{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='26'%3E%3Cdefs%3E%3Cpath id='a' d='M0 6.51V.154h13.522V6.51z'/%3E%3Cpath id='c' d='M29.794.396v19.912H0V.396h29.794z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0 .462)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23F79F00' d='M10.591.154H1.358C.608.154 0 .9 0 1.82v3.024c0 .92.608 1.666 1.358 1.666h10.804c1.072 0 1.721-1.453 1.146-2.562L11.736.924c-.25-.48-.68-.77-1.145-.77' mask='url(%23b)'/%3E%3C/g%3E%3Cg transform='translate(0 3.538)'%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath fill='%23FAC900' d='M28.106 20.308H1.688C.756 20.308 0 19.548 0 18.61V2.092C0 1.155.756.396 1.688.396h26.418c.932 0 1.688.76 1.688 1.696v16.52c0 .936-.756 1.696-1.688 1.696' mask='url(%23d)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;display:inline-block;height:26px;margin-right:7px;min-width:30px}.icon-folder.opened{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='26'%3E%3Cdefs%3E%3Cpath id='a' d='M0 16.277V.157h29.617v16.12z'/%3E%3Cpath id='c' d='M0 25.35h29.873V.078H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0 9.022)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23FAC900' d='M23.655 16.277H.801a.812.812 0 0 1-.773-1.026L5.219.758a.803.803 0 0 1 .774-.601h22.853c.526 0 .77.51.77 1.025l-5.19 14.493a.799.799 0 0 1-.771.602' mask='url(%23b)'/%3E%3C/g%3E%3Cg transform='translate(0 .572)'%3E%3Cpath fill='%23F4EFDC' d='M5.22 9.208a.803.803 0 0 1 .772-.601h21.072v-4.68H4.596L1.53 7.045v12.457L5.22 9.208z'/%3E%3Cpath fill='%23F79F00' d='m1.531 7.045 3.065-3.118h8.17L10.213.286H.886A.894.894 0 0 0 0 1.187v22.217c.035.002.07.005.104.005l1.426-3.961V7.045z'/%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath fill='%23D1BF86' d='M14.297 8.607h1.023v-2.08h-1.023zm3.576 0h1.023v-2.08h-1.023zm3.575 0h1.02v-2.08h-1.02zm-14.299 0H8.17v-2.08H7.15zm3.576 0h1.02v-2.08h-1.02zM4.596 7.045V3.927L1.53 7.045z' mask='url(%23d)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%}.icon-set-password{background:#f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40'%3E%3Cdefs%3E%3Cpath id='a' d='M.005 0H40v16.406H.005z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0 23.594)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%230070AB' d='M36.484 0H3.516A3.51 3.51 0 0 0 0 3.516v9.375a3.51 3.51 0 0 0 3.516 3.515h32.968A3.51 3.51 0 0 0 40 12.891V3.516A3.51 3.51 0 0 0 36.484 0' mask='url(%23b)'/%3E%3C/g%3E%3Cpath fill='%23205D9B' d='M40 27.11v9.374A3.51 3.51 0 0 1 36.484 40H20V23.594h16.484A3.51 3.51 0 0 1 40 27.109'/%3E%3Cpath fill='%23006798' d='M25.86 5.86v4.843a1.16 1.16 0 0 1-1.172 1.172 1.16 1.16 0 0 1-1.172-1.172V5.86A3.51 3.51 0 0 0 20 2.344a3.51 3.51 0 0 0-3.516 3.515v4.844a1.16 1.16 0 0 1-1.172 1.172 1.16 1.16 0 0 1-1.171-1.172V5.86A5.862 5.862 0 0 1 20 0a5.862 5.862 0 0 1 5.86 5.86'/%3E%3Cpath fill='%2317557E' d='M25.86 5.86v4.843a1.16 1.16 0 0 1-1.172 1.172 1.16 1.16 0 0 1-1.172-1.172V5.86A3.51 3.51 0 0 0 20 2.344V0a5.862 5.862 0 0 1 5.86 5.86'/%3E%3Cpath fill='%23EC9143' d='M24.688 9.531h-9.375a3.51 3.51 0 0 0-3.516 3.516v4.687a3.51 3.51 0 0 0 3.515 3.516h9.376a3.51 3.51 0 0 0 3.515-3.516v-4.687a3.51 3.51 0 0 0-3.515-3.516'/%3E%3Cpath fill='%23E9823D' d='M28.203 13.047v4.687a3.51 3.51 0 0 1-3.515 3.516H20V9.531h4.688a3.51 3.51 0 0 1 3.515 3.516'/%3E%3Cpath fill='%23006798' d='M23.516 15.39a1.16 1.16 0 0 1-1.172 1.172h-4.688a1.16 1.16 0 0 1-1.172-1.171 1.16 1.16 0 0 1 1.172-1.172h4.688a1.16 1.16 0 0 1 1.172 1.172'/%3E%3Cpath fill='%2317557E' d='M23.516 15.39a1.16 1.16 0 0 1-1.172 1.172H20V14.22h2.344a1.16 1.16 0 0 1 1.172 1.172'/%3E%3Cpath fill='%23CED1E0' d='M23.164 33.32a1.133 1.133 0 0 1 0 1.64 1.133 1.133 0 0 1-1.64 0L20 33.46l-1.524 1.5a1.133 1.133 0 0 1-1.64 0 1.133 1.133 0 0 1 0-1.64l1.5-1.523-1.5-1.524a1.133 1.133 0 0 1 0-1.64 1.133 1.133 0 0 1 1.64 0l1.524 1.5 1.524-1.5a1.133 1.133 0 0 1 1.64 0 1.133 1.133 0 0 1 0 1.64l-1.5 1.524 1.5 1.523'/%3E%3Cpath fill='%23AEAECC' d='M23.164 33.32a1.133 1.133 0 0 1 0 1.64 1.133 1.133 0 0 1-1.64 0L20 33.46v-3.327l1.524-1.5a1.133 1.133 0 0 1 1.64 0 1.133 1.133 0 0 1 0 1.64l-1.5 1.524 1.5 1.523'/%3E%3Cpath fill='%23CED1E0' d='M34.883 33.32a1.133 1.133 0 0 1 0 1.64 1.133 1.133 0 0 1-1.64 0l-1.524-1.5-1.524 1.5a1.133 1.133 0 0 1-1.64 0 1.133 1.133 0 0 1 0-1.64l1.5-1.523-1.5-1.524a1.133 1.133 0 0 1 0-1.64 1.133 1.133 0 0 1 1.64 0l1.524 1.5 1.523-1.5a1.133 1.133 0 0 1 1.64 0 1.133 1.133 0 0 1 0 1.64l-1.5 1.524 1.5 1.523'/%3E%3Cpath fill='%23AEAECC' d='M34.883 33.32a1.133 1.133 0 0 1 0 1.64 1.133 1.133 0 0 1-1.64 0l-1.524-1.5v-3.327l1.523-1.5a1.133 1.133 0 0 1 1.64 0 1.133 1.133 0 0 1 0 1.64l-1.5 1.524 1.5 1.523'/%3E%3Cpath fill='%23CED1E0' d='M11.445 33.32a1.133 1.133 0 0 1 0 1.64 1.133 1.133 0 0 1-1.64 0l-1.524-1.5-1.523 1.5a1.133 1.133 0 0 1-1.64 0 1.133 1.133 0 0 1 0-1.64l1.5-1.523-1.5-1.524a1.133 1.133 0 0 1 0-1.64 1.133 1.133 0 0 1 1.64 0l1.523 1.5 1.524-1.5a1.133 1.133 0 0 1 1.64 0 1.133 1.133 0 0 1 0 1.64l-1.5 1.524 1.5 1.523'/%3E%3Cpath fill='%23AEAECC' d='M11.445 33.32a1.133 1.133 0 0 1 0 1.64 1.133 1.133 0 0 1-1.64 0l-1.524-1.5v-3.327l1.524-1.5a1.133 1.133 0 0 1 1.64 0 1.133 1.133 0 0 1 0 1.64l-1.5 1.524 1.5 1.523'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%}.icon-set-password,.icon-signed-letter{border-radius:4px;height:93px;width:93px}.icon-signed-letter{background:#f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Cg fill='none'%3E%3Cpath fill='%231F4159' d='M29.894 13.916a.455.455 0 0 0-.028-.153.768.768 0 0 0-.3-.428l-4.256-2.991V7.136c0-.425-.34-.77-.761-.77H19.65l-4.168-2.93a.754.754 0 0 0-.868-.003l-4.192 2.932H5.546a.766.766 0 0 0-.762.77v3.17L.506 13.296a.77.77 0 0 0-.328.622L.2 30.626a.769.769 0 0 0 .761.769l28.195-.04c.42 0 .761-.345.76-.77l-.022-16.669zM25.31 12.22l2.433 1.71-2.433 1.711v-3.42zM15.047 5.005l1.935 1.36h-3.88l1.945-1.36zm8.74 2.9v8.806l-5.87 4.126-2.391-1.877a.76.76 0 0 0-.935 0l-2.41 1.89-5.873-4.105v-8.84h17.479zM4.785 12.179v3.503L2.279 13.93l2.506-1.752zm6.134 9.663-9.198 7.214L1.702 15.4l9.217 6.44zm-7.728 8.01 11.867-9.308 11.825 9.275-23.694.033h.002zm15.987-8.025 9.194-6.463.02 13.689-9.214-7.226z'/%3E%3Cpath fill='%231F4159' d='M20.147 10.944H9.842a.751.751 0 0 0-.761.74c0 .409.34.74.761.74h10.305c.42 0 .762-.331.762-.74a.75.75 0 0 0-.761-.74zm0 4.037H9.842a.75.75 0 0 0-.761.74c0 .409.34.74.761.74h10.305c.42 0 .762-.332.762-.74a.75.75 0 0 0-.761-.74z'/%3E%3Cpath fill='%23F4F4F4' stroke='%23F4F4F4' stroke-width='2' d='M29.19 16.81A7.813 7.813 0 0 1 37 24.623a7.813 7.813 0 0 1-7.81 7.81 7.813 7.813 0 0 1-7.812-7.81 7.813 7.813 0 0 1 7.811-7.811z'/%3E%3Cpath fill='%237FCA3F' d='M29.19 17.81a6.813 6.813 0 0 0-6.812 6.812 6.812 6.812 0 0 0 13.622 0 6.813 6.813 0 0 0-6.81-6.811zm2.742 6.195-2.126 2.897a.973.973 0 0 1-.678.4h-.093a.995.995 0 0 1-.647-.246l-1.757-1.571a1.01 1.01 0 0 1-.092-1.387c.37-.4.986-.432 1.387-.093l.955.863 1.48-2.065c.338-.431.924-.524 1.355-.215.432.37.524.955.216 1.417z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%}.icon-send{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23F9630E' stroke-width='1.6' stroke-linecap='round' d='M2.359 5.787h.4M1.359 8.2h1.4M2.359 10.613h.4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.248 5.08c-.323 0-.59.253-.59.56v6.72c0 .306.267.56.59.56h9.425c.322 0 .589-.254.589-.56V5.64c0-.307-.267-.56-.59-.56H6.249Zm-1.767.56c0-.925.793-1.68 1.767-1.68h9.425c.973 0 1.767.755 1.767 1.68v6.72c0 .925-.794 1.68-1.767 1.68H6.248c-.974 0-1.767-.755-1.767-1.68V5.64Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.587 5.319a.609.609 0 0 1 .82-.138l5.553 3.695 5.553-3.695a.609.609 0 0 1 .82.138.543.543 0 0 1-.144.78l-5.89 3.92a.615.615 0 0 1-.676 0l-5.891-3.92a.543.543 0 0 1-.145-.78Z' fill='%23303030'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%;height:18px;width:18px}.icon-messages-reply{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='28'%3E%3Cdefs%3E%3Cpath id='a' d='M12.611 10.733V7L6 13.533l6.611 6.534V16.24c4.722 0 8.028 1.493 10.389 4.76-.944-4.667-3.778-9.333-10.389-10.267z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='27' height='27' x='.5' y='.5' fill='%23FFF' stroke='%23E7E7E7' rx='4'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23404040' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg fill='%23404040' mask='url(%23b)'%3E%3Cpath d='M0 0h28v28H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;height:28px;width:28px}.icon-status{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M.002.01h7.987v10.963H.002z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%231F4159' d='M3.994.01C1.792.01 0 1.822 0 4.048c0 .58.118 1.135.35 1.647.998 2.208 2.913 4.54 3.476 5.201a.222.222 0 0 0 .337 0c.563-.661 2.478-2.993 3.477-5.2a3.97 3.97 0 0 0 .35-1.648C7.988 1.82 6.196.01 3.993.01zm0 6.133a2.088 2.088 0 0 1-2.075-2.096c0-1.156.931-2.097 2.075-2.097 1.145 0 2.075.94 2.075 2.097 0 1.156-.93 2.096-2.075 2.096z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;height:11px;width:8px}.icon-modal-lock{background:#f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25'%3E%3Cdefs%3E%3Cpath id='a' d='M.003.016H19v13.751H.003z'/%3E%3Cpath id='c' d='M.003.024H9.5v24.1H.003z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(3 11.23)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23CF7F45' d='M17.519.016H1.479C.663.016 0 .66 0 1.456V12.33c0 .795.662 1.44 1.48 1.44h16.039c.817 0 1.48-.645 1.48-1.44V1.456c0-.796-.663-1.44-1.48-1.44' mask='url(%23b)'/%3E%3C/g%3E%3Cpath fill='%23384D5B' d='M12.5 2.451c2.477 0 4.493 1.962 4.493 4.374v3.544h2.492V6.825c0-3.75-3.134-6.8-6.985-6.8V2.45'/%3E%3Cpath fill='%23384D5B' d='M12.835 2.451c-2.478 0-4.493 1.962-4.493 4.374v3.544H5.849V6.825c0-3.75 3.134-6.8 6.986-6.8V2.45'/%3E%3Cg transform='translate(3)'%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath fill='%23F8D064' d='M5.006 10.369H1.48c-.818 0-1.48.645-1.48 1.44v10.874c0 .796.662 1.44 1.48 1.44H9.5V10.37H5.005' mask='url(%23d)'/%3E%3C/g%3E%3Cpath fill='%23EFBE5A' d='M20.519 10.369h-8.02v13.755h8.02c.817 0 1.48-.645 1.48-1.44V11.808c0-.795-.663-1.44-1.48-1.44'/%3E%3Cpath fill='%23CF7F45' d='M14.19 15.147c0-.91-.756-1.647-1.69-1.647-.935 0-1.692.738-1.692 1.647 0 .585.315 1.095.787 1.387l-.505 2.34h2.818l-.504-2.34c.472-.292.787-.802.787-1.387'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/40px;border-radius:4px;height:93px;width:93px}.icon-preview-close{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M12.5 0C19.403 0 25 5.597 25 12.5S19.403 25 12.5 25 0 19.403 0 12.5 5.597 0 12.5 0zM8.691 13.347a1.2 1.2 0 0 0 .197.157l4.691 4.691a1.164 1.164 0 0 0 1.65 0 1.168 1.168 0 0 0 0-1.65L11.188 12.5l4.022-4.02a1.167 1.167 0 0 0-1.651-1.65l-4.67 4.67a1.154 1.154 0 0 0-.539 1 1.16 1.16 0 0 0 .34.846z'/%3E%3C/svg%3E") no-repeat 50%/cover;cursor:pointer;display:inline-block;height:25px;margin-right:23px;min-width:25px}.icon-add{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.143 7.056H6.857v4.285a.86.86 0 0 1-.857.857.86.86 0 0 1-.857-.857V7.056H.857A.86.86 0 0 1 0 6.198a.86.86 0 0 1 .857-.857h4.286V1.056A.86.86 0 0 1 6 .198a.86.86 0 0 1 .857.858V5.34h4.286a.86.86 0 0 1 .857.857.86.86 0 0 1-.857.858Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%/cover;height:13px;width:12px}.icon-yahoo{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.244 1.441s.63.136 1.126.136c.497 0 1.126-.136 1.126-.136L10 9.098l4.55-7.657s.494.18 1.08.18c.63 0 1.126-.18 1.126-.18l-5.855 9.91.18 7.206s-.63-.18-1.08-.18c-.451 0-1.127.18-1.127.18L9.1 11.35 3.244 1.441Z' fill='%23673AB7'/%3E%3C/svg%3E") no-repeat 50% 50%;height:20px;width:20px}.icon-google{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.001 10.208c0-.612-.05-1.227-.158-1.83h-8.661v3.467h4.96a4.162 4.162 0 0 1-1.836 2.735v2.248h2.959c1.738-1.567 2.736-3.882 2.736-6.62Z' fill='%234285F4'/%3E%3Cpath d='M10.182 19.002c2.477 0 4.565-.797 6.087-2.173l-2.96-2.248c-.822.549-1.885.86-3.123.86-2.396 0-4.427-1.585-5.156-3.714H1.977v2.318c1.558 3.039 4.733 4.957 8.205 4.957Z' fill='%2334A853'/%3E%3Cpath d='M5.027 11.725a5.29 5.29 0 0 1 0-3.446V5.961h-3.05a8.848 8.848 0 0 0 0 8.082l3.05-2.318Z' fill='%23FBBC04'/%3E%3Cpath d='M10.182 4.562a5.046 5.046 0 0 1 3.523 1.35l2.621-2.57a8.925 8.925 0 0 0-6.144-2.341C6.71 1 3.535 2.919 1.977 5.96l3.05 2.318c.725-2.133 2.76-3.717 5.155-3.717Z' fill='%23EA4335'/%3E%3C/svg%3E") no-repeat 50% 50%;height:20px;width:20px}.icon-ical{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.066 9.48c-.009-1.47.657-2.578 2.003-3.395-.753-1.078-1.891-1.671-3.392-1.786-1.42-.112-2.976.828-3.545.828-.601 0-1.977-.789-3.06-.789-2.233.035-4.607 1.781-4.607 5.335 0 1.05.192 2.134.576 3.251.513 1.47 2.363 5.074 4.293 5.015 1.009-.023 1.722-.715 3.035-.715 1.275 0 1.934.715 3.06.715 1.947-.028 3.62-3.303 4.108-4.778-2.611-1.23-2.471-3.605-2.471-3.68Zm-2.267-6.576c1.094-1.298.995-2.48.962-2.904-.966.056-2.083.658-2.719 1.397-.7.794-1.112 1.775-1.024 2.88 1.044.08 1.997-.456 2.781-1.373Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50% 50%;height:20px;width:20px}.icon-outlook{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.178 4.96v3.424l1.197.753c.043.01.088.01.132 0l5.148-3.471a.734.734 0 0 0-.6-.705h-5.877Z' fill='%23D9A526'/%3E%3Cpath d='m12.178 9.658 1.092.75a.326.326 0 0 0 .34 0c-.188.113 5.045-3.361 5.045-3.361v6.291a.88.88 0 0 1-.931.972h-5.546V9.658ZM6.524 8.082a1.006 1.006 0 0 0-.887.524 2.582 2.582 0 0 0-.329 1.386c-.025.483.09.963.329 1.383a1 1 0 0 0 1.732.013c.236-.418.348-.895.321-1.375a2.73 2.73 0 0 0-.312-1.425.96.96 0 0 0-.854-.506Z' fill='%23D9A526'/%3E%3Cpath d='M1.346 3.222v13.392l10.187 2.136V1.25L1.346 3.222Zm6.817 8.96a2.02 2.02 0 0 1-1.687.85 1.994 1.994 0 0 1-1.65-.823 3.412 3.412 0 0 1-.635-2.146 3.667 3.667 0 0 1 .648-2.26 2.042 2.042 0 0 1 1.715-.865 1.947 1.947 0 0 1 1.631.825c.442.637.662 1.403.625 2.178a3.602 3.602 0 0 1-.647 2.24Z' fill='%23D9A526'/%3E%3C/svg%3E") no-repeat 50% 50%;height:20px;width:20px}.icon-submit{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%2334A853' stroke-width='1.3' stroke-linecap='round'%3E%3Cpath d='M9 16.385A7.386 7.386 0 1 0 9 1.613a7.386 7.386 0 0 0 0 14.772Z' stroke-linejoin='round'/%3E%3Cpath d='m6.595 9.528 1.523 1.523a.188.188 0 0 0 .266 0l3.645-3.645'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%;height:18px;width:18px}.icon-error{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.001 16.385a7.386 7.386 0 1 0 0-14.772 7.386 7.386 0 0 0 0 14.772Z' stroke='%23D0021B' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.002 5.867v3.28' stroke='%23D0021B' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.206 11.935a.205.205 0 1 1-.41 0 .205.205 0 0 1 .41 0Z' fill='%23D0021B' stroke='%23D0021B' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat 50% 50%;height:18px;width:18px}.icon-error.icon-file{background:none}.icon-view-as-client{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%233C4858' class='icon-view-as-client-path' d='M10 5a8.82 8.82 0 0 0-8 4.86.31.31 0 0 0 0 .28A8.82 8.82 0 0 0 10 15a8.82 8.82 0 0 0 8-4.86.32.32 0 0 0 0-.28A8.82 8.82 0 0 0 10 5Zm0 8.45A3.53 3.53 0 0 1 6.39 10 3.53 3.53 0 0 1 10 6.55 3.53 3.53 0 0 1 13.61 10 3.53 3.53 0 0 1 10 13.45Zm0-5.72A2.27 2.27 0 1 1 7.65 10 2.31 2.31 0 0 1 10 7.73Z'/%3E%3C/svg%3E") no-repeat 50% 50%;height:20px;width:20px}.icon-sidebar-1{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.507.673c.29-.23.696-.23.986 0l7.197 5.725c.196.156.31.395.31.648v8.997c0 .652-.253 1.277-.704 1.737-.45.461-1.061.72-1.698.72H4.402a2.375 2.375 0 0 1-1.698-.72A2.486 2.486 0 0 1 2 16.043V7.046c0-.253.114-.492.31-.648L9.507.673ZM3.606 7.448v8.595c0 .216.084.423.233.576.15.153.352.239.563.239h11.196a.788.788 0 0 0 .563-.239.824.824 0 0 0 .233-.576V7.448L10 2.36 3.606 7.448Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.798 9.5c0-.453.36-.821.803-.821h4.798c.443 0 .803.368.803.821v8.179c0 .453-.36.821-.803.821a.812.812 0 0 1-.803-.821V10.32H8.404v7.358c0 .453-.36.821-.803.821a.812.812 0 0 1-.803-.821V9.5Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.507.673c.29-.23.696-.23.986 0l7.197 5.725c.196.156.31.395.31.648v8.997c0 .652-.253 1.277-.704 1.737-.45.461-1.061.72-1.698.72H4.402a2.375 2.375 0 0 1-1.698-.72A2.486 2.486 0 0 1 2 16.043V7.046c0-.253.114-.492.31-.648L9.507.673ZM3.606 7.448v8.595c0 .216.084.423.233.576.15.153.352.239.563.239h11.196a.788.788 0 0 0 .563-.239.824.824 0 0 0 .233-.576V7.448L10 2.36 3.606 7.448Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.798 9.5c0-.453.36-.821.803-.821h4.798c.443 0 .803.368.803.821v8.179c0 .453-.36.821-.803.821a.812.812 0 0 1-.803-.821V10.32H8.404v7.358c0 .453-.36.821-.803.821a.812.812 0 0 1-.803-.821V9.5Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-1{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.507.673c.29-.23.696-.23.986 0l7.197 5.725c.196.156.31.395.31.648v8.997c0 .652-.253 1.277-.704 1.737-.45.461-1.061.72-1.698.72H4.402a2.375 2.375 0 0 1-1.698-.72A2.486 2.486 0 0 1 2 16.043V7.046c0-.253.114-.492.31-.648L9.507.673ZM3.606 7.448v8.595c0 .216.084.423.233.576.15.153.352.239.563.239h11.196a.788.788 0 0 0 .563-.239.824.824 0 0 0 .233-.576V7.448L10 2.36 3.606 7.448Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.798 9.5c0-.453.36-.821.803-.821h4.798c.443 0 .803.368.803.821v8.179c0 .453-.36.821-.803.821a.812.812 0 0 1-.803-.821V10.32H8.404v7.358c0 .453-.36.821-.803.821a.812.812 0 0 1-.803-.821V9.5Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-2{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.333 4.273a.759.759 0 0 0-.55.24.84.84 0 0 0-.227.578v11.454a.84.84 0 0 0 .227.579c.146.153.344.24.55.24h9.334a.759.759 0 0 0 .55-.24.84.84 0 0 0 .227-.578V5.09a.84.84 0 0 0-.227-.579.759.759 0 0 0-.55-.24H13.11c-.43 0-.778-.366-.778-.817 0-.452.349-.819.778-.819h1.556c.619 0 1.212.259 1.65.72A2.52 2.52 0 0 1 17 5.09v11.454a2.52 2.52 0 0 1-.683 1.736 2.277 2.277 0 0 1-1.65.719H5.333a2.276 2.276 0 0 1-1.65-.719A2.52 2.52 0 0 1 3 16.546V5.09c0-.651.246-1.275.683-1.736a2.276 2.276 0 0 1 1.65-.719H6.89c.43 0 .778.367.778.819 0 .451-.349.818-.778.818H5.333Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.111 2.636C6.111 1.733 6.808 1 7.667 1h4.666c.86 0 1.556.733 1.556 1.636v1.637c0 .903-.697 1.636-1.556 1.636H7.667c-.86 0-1.556-.733-1.556-1.636V2.636Zm6.222 0H7.667v1.637h4.666V2.636Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.333 4.273a.759.759 0 0 0-.55.24.84.84 0 0 0-.227.578v11.454a.84.84 0 0 0 .227.579c.146.153.344.24.55.24h9.334a.759.759 0 0 0 .55-.24.84.84 0 0 0 .227-.578V5.09a.84.84 0 0 0-.227-.579.759.759 0 0 0-.55-.24H13.11c-.43 0-.778-.366-.778-.817 0-.452.349-.819.778-.819h1.556c.619 0 1.212.259 1.65.72A2.52 2.52 0 0 1 17 5.09v11.454a2.52 2.52 0 0 1-.683 1.736 2.277 2.277 0 0 1-1.65.719H5.333a2.276 2.276 0 0 1-1.65-.719A2.52 2.52 0 0 1 3 16.546V5.09c0-.651.246-1.275.683-1.736a2.276 2.276 0 0 1 1.65-.719H6.89c.43 0 .778.367.778.819 0 .451-.349.818-.778.818H5.333Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.111 2.636C6.111 1.733 6.808 1 7.667 1h4.666c.86 0 1.556.733 1.556 1.636v1.637c0 .903-.697 1.636-1.556 1.636H7.667c-.86 0-1.556-.733-1.556-1.636V2.636Zm6.222 0H7.667v1.637h4.666V2.636Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-2{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.333 4.273a.759.759 0 0 0-.55.24.84.84 0 0 0-.227.578v11.454a.84.84 0 0 0 .227.579c.146.153.344.24.55.24h9.334a.759.759 0 0 0 .55-.24.84.84 0 0 0 .227-.578V5.09a.84.84 0 0 0-.227-.579.759.759 0 0 0-.55-.24H13.11c-.43 0-.778-.366-.778-.817 0-.452.349-.819.778-.819h1.556c.619 0 1.212.259 1.65.72A2.52 2.52 0 0 1 17 5.09v11.454a2.52 2.52 0 0 1-.683 1.736 2.277 2.277 0 0 1-1.65.719H5.333a2.276 2.276 0 0 1-1.65-.719A2.52 2.52 0 0 1 3 16.546V5.09c0-.651.246-1.275.683-1.736a2.276 2.276 0 0 1 1.65-.719H6.89c.43 0 .778.367.778.819 0 .451-.349.818-.778.818H5.333Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.111 2.636C6.111 1.733 6.808 1 7.667 1h4.666c.86 0 1.556.733 1.556 1.636v1.637c0 .903-.697 1.636-1.556 1.636H7.667c-.86 0-1.556-.733-1.556-1.636V2.636Zm6.222 0H7.667v1.637h4.666V2.636Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-3{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.683 1.719A2.276 2.276 0 0 1 5.333 1h6.222c.207 0 .405.086.55.24l4.667 4.909a.84.84 0 0 1 .228.578v9.819c0 .65-.246 1.275-.683 1.735a2.277 2.277 0 0 1-1.65.72H5.332a2.276 2.276 0 0 1-1.65-.72A2.52 2.52 0 0 1 3 16.546V3.455c0-.651.246-1.276.683-1.736Zm1.65.917a.759.759 0 0 0-.55.24.84.84 0 0 0-.228.579v13.09a.84.84 0 0 0 .228.58c.146.153.344.239.55.239h9.333a.759.759 0 0 0 .55-.24.84.84 0 0 0 .228-.578v-9h-3.889c-.43 0-.777-.367-.777-.819v-4.09H5.333Zm7 1.158 2.011 2.115h-2.01V3.794ZM6.111 5.778c0-.452.348-.818.778-.818h1.555c.43 0 .778.366.778.818 0 .452-.348.818-.778.818H6.89c-.43 0-.778-.366-.778-.818ZM5.893 10c0-.452.348-.818.778-.818h6.222c.43 0 .778.366.778.818 0 .452-.349.818-.778.818H6.67c-.43 0-.778-.366-.778-.818Zm.218 4.091c0-.452.348-.818.778-.818h6.222c.43 0 .778.366.778.818 0 .452-.348.818-.778.818H6.889c-.43 0-.778-.366-.778-.818Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.683 1.719A2.276 2.276 0 0 1 5.333 1h6.222c.207 0 .405.086.55.24l4.667 4.909a.84.84 0 0 1 .228.578v9.819c0 .65-.246 1.275-.683 1.735a2.277 2.277 0 0 1-1.65.72H5.332a2.276 2.276 0 0 1-1.65-.72A2.52 2.52 0 0 1 3 16.546V3.455c0-.651.246-1.276.683-1.736Zm1.65.917a.759.759 0 0 0-.55.24.84.84 0 0 0-.228.579v13.09a.84.84 0 0 0 .228.58c.146.153.344.239.55.239h9.333a.759.759 0 0 0 .55-.24.84.84 0 0 0 .228-.578v-9h-3.889c-.43 0-.777-.367-.777-.819v-4.09H5.333Zm7 1.158 2.011 2.115h-2.01V3.794ZM6.111 5.778c0-.452.348-.818.778-.818h1.555c.43 0 .778.366.778.818 0 .452-.348.818-.778.818H6.89c-.43 0-.778-.366-.778-.818ZM5.893 10c0-.452.348-.818.778-.818h6.222c.43 0 .778.366.778.818 0 .452-.349.818-.778.818H6.67c-.43 0-.778-.366-.778-.818Zm.218 4.091c0-.452.348-.818.778-.818h6.222c.43 0 .778.366.778.818 0 .452-.348.818-.778.818H6.889c-.43 0-.778-.366-.778-.818Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-3{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.683 1.719A2.276 2.276 0 0 1 5.333 1h6.222c.207 0 .405.086.55.24l4.667 4.909a.84.84 0 0 1 .228.578v9.819c0 .65-.246 1.275-.683 1.735a2.277 2.277 0 0 1-1.65.72H5.332a2.276 2.276 0 0 1-1.65-.72A2.52 2.52 0 0 1 3 16.546V3.455c0-.651.246-1.276.683-1.736Zm1.65.917a.759.759 0 0 0-.55.24.84.84 0 0 0-.228.579v13.09a.84.84 0 0 0 .228.58c.146.153.344.239.55.239h9.333a.759.759 0 0 0 .55-.24.84.84 0 0 0 .228-.578v-9h-3.889c-.43 0-.777-.367-.777-.819v-4.09H5.333Zm7 1.158 2.011 2.115h-2.01V3.794ZM6.111 5.778c0-.452.348-.818.778-.818h1.555c.43 0 .778.366.778.818 0 .452-.348.818-.778.818H6.89c-.43 0-.778-.366-.778-.818ZM5.893 10c0-.452.348-.818.778-.818h6.222c.43 0 .778.366.778.818 0 .452-.349.818-.778.818H6.67c-.43 0-.778-.366-.778-.818Zm.218 4.091c0-.452.348-.818.778-.818h6.222c.43 0 .778.366.778.818 0 .452-.348.818-.778.818H6.889c-.43 0-.778-.366-.778-.818Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-4{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 12.25h2.7a.9.9 0 1 0 0-1.8H5.5a.9.9 0 1 0 0 1.8Zm10.8-9H3.7A2.7 2.7 0 0 0 1 5.95v8.1a2.7 2.7 0 0 0 2.7 2.7h12.6a2.7 2.7 0 0 0 2.7-2.7v-8.1a2.7 2.7 0 0 0-2.7-2.7Zm.9 10.8a.9.9 0 0 1-.9.9H3.7a.9.9 0 0 1-.9-.9v-5.4h14.4v5.4Zm0-7.2H2.8v-.9a.9.9 0 0 1 .9-.9h12.6a.9.9 0 0 1 .9.9v.9Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 12.25h2.7a.9.9 0 1 0 0-1.8H5.5a.9.9 0 1 0 0 1.8Zm10.8-9H3.7A2.7 2.7 0 0 0 1 5.95v8.1a2.7 2.7 0 0 0 2.7 2.7h12.6a2.7 2.7 0 0 0 2.7-2.7v-8.1a2.7 2.7 0 0 0-2.7-2.7Zm.9 10.8a.9.9 0 0 1-.9.9H3.7a.9.9 0 0 1-.9-.9v-5.4h14.4v5.4Zm0-7.2H2.8v-.9a.9.9 0 0 1 .9-.9h12.6a.9.9 0 0 1 .9.9v.9Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-4{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 12.25h2.7a.9.9 0 1 0 0-1.8H5.5a.9.9 0 1 0 0 1.8Zm10.8-9H3.7A2.7 2.7 0 0 0 1 5.95v8.1a2.7 2.7 0 0 0 2.7 2.7h12.6a2.7 2.7 0 0 0 2.7-2.7v-8.1a2.7 2.7 0 0 0-2.7-2.7Zm.9 10.8a.9.9 0 0 1-.9.9H3.7a.9.9 0 0 1-.9-.9v-5.4h14.4v5.4Zm0-7.2H2.8v-.9a.9.9 0 0 1 .9-.9h12.6a.9.9 0 0 1 .9.9v.9Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-5{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.724 4.986 10 9.828l7.276-4.842a.828.828 0 0 0-.73-.43H3.455a.828.828 0 0 0-.731.43Zm14.64 1.841-6.895 4.588a.853.853 0 0 1-.938 0L2.636 6.827v7.84c0 .426.37.777.819.777h13.09c.449 0 .819-.351.819-.777v-7.84ZM1 5.333C1 4.048 2.103 3 3.455 3h13.09C17.898 3 19 4.048 19 5.333v9.334C19 15.952 17.897 17 16.546 17H3.455C2.103 17 1 15.952 1 14.667V5.333Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.724 4.986 10 9.828l7.276-4.842a.828.828 0 0 0-.73-.43H3.455a.828.828 0 0 0-.731.43Zm14.64 1.841-6.895 4.588a.853.853 0 0 1-.938 0L2.636 6.827v7.84c0 .426.37.777.819.777h13.09c.449 0 .819-.351.819-.777v-7.84ZM1 5.333C1 4.048 2.103 3 3.455 3h13.09C17.898 3 19 4.048 19 5.333v9.334C19 15.952 17.897 17 16.546 17H3.455C2.103 17 1 15.952 1 14.667V5.333Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-5{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.724 4.986 10 9.828l7.276-4.842a.828.828 0 0 0-.73-.43H3.455a.828.828 0 0 0-.731.43Zm14.64 1.841-6.895 4.588a.853.853 0 0 1-.938 0L2.636 6.827v7.84c0 .426.37.777.819.777h13.09c.449 0 .819-.351.819-.777v-7.84ZM1 5.333C1 4.048 2.103 3 3.455 3h13.09C17.898 3 19 4.048 19 5.333v9.334C19 15.952 17.897 17 16.546 17H3.455C2.103 17 1 15.952 1 14.667V5.333Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-6{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.555 1.719A2.345 2.345 0 0 1 5.238 1h6.35c.21 0 .412.086.56.24l4.762 4.909a.831.831 0 0 1 .233.578v9.819c0 .65-.251 1.275-.698 1.735a2.345 2.345 0 0 1-1.683.719H5.238a2.345 2.345 0 0 1-1.683-.719 2.494 2.494 0 0 1-.698-1.735V3.455c0-.651.251-1.276.698-1.736Zm1.683.917a.782.782 0 0 0-.561.24.831.831 0 0 0-.233.579v13.09c0 .217.084.426.233.579.149.153.35.24.561.24h9.524c.21 0 .412-.087.561-.24a.831.831 0 0 0 .233-.578v-9h-3.969a.782.782 0 0 1-.561-.24.831.831 0 0 1-.232-.579v-4.09H5.238Zm7.143 1.157 2.052 2.116h-2.052V3.793Zm-1.228 9.001c-.11.026-.312.114-.592.403-.434.447-.888.728-1.357.84a1.93 1.93 0 0 1-1.243-.114 2.368 2.368 0 0 1-.732-.519 2.553 2.553 0 0 1-.26-.315l-.006-.01-.002-.003-.001-.002v-.001l.659-.455-.66.454a.834.834 0 0 1 .22-1.134.779.779 0 0 1 1.094.217l.005.008v-.001l-.002-.003-.002-.003-.001-.001a.786.786 0 0 0 .313.263.387.387 0 0 0 .26.024c.111-.026.312-.113.593-.402.434-.448.887-.728 1.357-.84a1.929 1.929 0 0 1 1.243.114c.33.146.575.357.732.519a2.544 2.544 0 0 1 .26.315l.005.01.003.003.001.002c.001.001.001.002-.66.455l.661-.454a.834.834 0 0 1-.22 1.135.779.779 0 0 1-1.095-.218l-.01-.014a.93.93 0 0 0-.067-.077.784.784 0 0 0-.235-.172.386.386 0 0 0-.26-.024Zm-2.875-.63v-.001Zm0 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.555 1.719A2.345 2.345 0 0 1 5.238 1h6.35c.21 0 .412.086.56.24l4.762 4.909a.831.831 0 0 1 .233.578v9.819c0 .65-.251 1.275-.698 1.735a2.345 2.345 0 0 1-1.683.719H5.238a2.345 2.345 0 0 1-1.683-.719 2.494 2.494 0 0 1-.698-1.735V3.455c0-.651.251-1.276.698-1.736Zm1.683.917a.782.782 0 0 0-.561.24.831.831 0 0 0-.233.579v13.09c0 .217.084.426.233.579.149.153.35.24.561.24h9.524c.21 0 .412-.087.561-.24a.831.831 0 0 0 .233-.578v-9h-3.969a.782.782 0 0 1-.561-.24.831.831 0 0 1-.232-.579v-4.09H5.238Zm7.143 1.157 2.052 2.116h-2.052V3.793Zm-1.228 9.001c-.11.026-.312.114-.592.403-.434.447-.888.728-1.357.84a1.93 1.93 0 0 1-1.243-.114 2.368 2.368 0 0 1-.732-.519 2.553 2.553 0 0 1-.26-.315l-.006-.01-.002-.003-.001-.002v-.001l.659-.455-.66.454a.834.834 0 0 1 .22-1.134.779.779 0 0 1 1.094.217l.005.008v-.001l-.002-.003-.002-.003-.001-.001a.786.786 0 0 0 .313.263.387.387 0 0 0 .26.024c.111-.026.312-.113.593-.402.434-.448.887-.728 1.357-.84a1.929 1.929 0 0 1 1.243.114c.33.146.575.357.732.519a2.544 2.544 0 0 1 .26.315l.005.01.003.003.001.002c.001.001.001.002-.66.455l.661-.454a.834.834 0 0 1-.22 1.135.779.779 0 0 1-1.095-.218l-.01-.014a.93.93 0 0 0-.067-.077.784.784 0 0 0-.235-.172.386.386 0 0 0-.26-.024Zm-2.875-.63v-.001Zm0 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-6{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.555 1.719A2.345 2.345 0 0 1 5.238 1h6.35c.21 0 .412.086.56.24l4.762 4.909a.831.831 0 0 1 .233.578v9.819c0 .65-.251 1.275-.698 1.735a2.345 2.345 0 0 1-1.683.719H5.238a2.345 2.345 0 0 1-1.683-.719 2.494 2.494 0 0 1-.698-1.735V3.455c0-.651.251-1.276.698-1.736Zm1.683.917a.782.782 0 0 0-.561.24.831.831 0 0 0-.233.579v13.09c0 .217.084.426.233.579.149.153.35.24.561.24h9.524c.21 0 .412-.087.561-.24a.831.831 0 0 0 .233-.578v-9h-3.969a.782.782 0 0 1-.561-.24.831.831 0 0 1-.232-.579v-4.09H5.238Zm7.143 1.157 2.052 2.116h-2.052V3.793Zm-1.228 9.001c-.11.026-.312.114-.592.403-.434.447-.888.728-1.357.84a1.93 1.93 0 0 1-1.243-.114 2.368 2.368 0 0 1-.732-.519 2.553 2.553 0 0 1-.26-.315l-.006-.01-.002-.003-.001-.002v-.001l.659-.455-.66.454a.834.834 0 0 1 .22-1.134.779.779 0 0 1 1.094.217l.005.008v-.001l-.002-.003-.002-.003-.001-.001a.786.786 0 0 0 .313.263.387.387 0 0 0 .26.024c.111-.026.312-.113.593-.402.434-.448.887-.728 1.357-.84a1.929 1.929 0 0 1 1.243.114c.33.146.575.357.732.519a2.544 2.544 0 0 1 .26.315l.005.01.003.003.001.002c.001.001.001.002-.66.455l.661-.454a.834.834 0 0 1-.22 1.135.779.779 0 0 1-1.095-.218l-.01-.014a.93.93 0 0 0-.067-.077.784.784 0 0 0-.235-.172.386.386 0 0 0-.26-.024Zm-2.875-.63v-.001Zm0 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-7{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2c.442 0 .8.326.8.727v.728h4.8v-.728c0-.401.358-.727.8-.727.442 0 .8.326.8.727v.728h1.6c1.325 0 2.4.976 2.4 2.181v10.182C18 17.023 16.925 18 15.6 18H4.4C3.075 18 2 17.023 2 15.818V5.636c0-1.205 1.075-2.181 2.4-2.181H6v-.728C6 2.326 6.358 2 6.8 2ZM6 4.91H4.4c-.442 0-.8.325-.8.726v2.182h12.8V5.636c0-.401-.358-.727-.8-.727H14v.727c0 .402-.358.728-.8.728-.442 0-.8-.326-.8-.728V4.91H7.6v.727c0 .402-.358.728-.8.728-.442 0-.8-.326-.8-.728V4.91Zm10.4 4.363H3.6v6.545c0 .402.358.728.8.728h11.2c.442 0 .8-.326.8-.728V9.273Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2c.442 0 .8.326.8.727v.728h4.8v-.728c0-.401.358-.727.8-.727.442 0 .8.326.8.727v.728h1.6c1.325 0 2.4.976 2.4 2.181v10.182C18 17.023 16.925 18 15.6 18H4.4C3.075 18 2 17.023 2 15.818V5.636c0-1.205 1.075-2.181 2.4-2.181H6v-.728C6 2.326 6.358 2 6.8 2ZM6 4.91H4.4c-.442 0-.8.325-.8.726v2.182h12.8V5.636c0-.401-.358-.727-.8-.727H14v.727c0 .402-.358.728-.8.728-.442 0-.8-.326-.8-.728V4.91H7.6v.727c0 .402-.358.728-.8.728-.442 0-.8-.326-.8-.728V4.91Zm10.4 4.363H3.6v6.545c0 .402.358.728.8.728h11.2c.442 0 .8-.326.8-.728V9.273Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-7{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2c.442 0 .8.326.8.727v.728h4.8v-.728c0-.401.358-.727.8-.727.442 0 .8.326.8.727v.728h1.6c1.325 0 2.4.976 2.4 2.181v10.182C18 17.023 16.925 18 15.6 18H4.4C3.075 18 2 17.023 2 15.818V5.636c0-1.205 1.075-2.181 2.4-2.181H6v-.728C6 2.326 6.358 2 6.8 2ZM6 4.91H4.4c-.442 0-.8.325-.8.726v2.182h12.8V5.636c0-.401-.358-.727-.8-.727H14v.727c0 .402-.358.728-.8.728-.442 0-.8-.326-.8-.728V4.91H7.6v.727c0 .402-.358.728-.8.728-.442 0-.8-.326-.8-.728V4.91Zm10.4 4.363H3.6v6.545c0 .402.358.728.8.728h11.2c.442 0 .8-.326.8-.728V9.273Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-8{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.769 10.929c-.199 0-.406-.064-.605-.109a8.516 8.516 0 0 1-1.184-.353 1.801 1.801 0 0 0-2.24.905l-.198.408a11 11 0 0 1-2.403-1.812 11.03 11.03 0 0 1-1.806-2.41l.379-.253a1.81 1.81 0 0 0 .903-2.246 9.379 9.379 0 0 1-.352-1.187 6.733 6.733 0 0 1-.108-.616 2.72 2.72 0 0 0-.94-1.63A2.705 2.705 0 0 0 6.445 1h-2.71a2.703 2.703 0 0 0-2.06.923 2.72 2.72 0 0 0-.65 2.166 17.231 17.231 0 0 0 4.912 10.022A17.142 17.142 0 0 0 15.947 19h.343A2.705 2.705 0 0 0 19 16.273v-2.717a2.723 2.723 0 0 0-.646-1.714 2.708 2.708 0 0 0-1.585-.913Zm.452 5.435a.908.908 0 0 1-.654.871.956.956 0 0 1-.394.035 15.338 15.338 0 0 1-8.93-4.412 15.417 15.417 0 0 1-4.357-8.977.99.99 0 0 1 .226-.743.904.904 0 0 1 .677-.308H6.5a.902.902 0 0 1 .903.716c.036.247.082.492.136.734.104.477.243.946.415 1.404l-1.264.588a.903.903 0 0 0-.443 1.205 13.107 13.107 0 0 0 6.323 6.341.9.9 0 0 0 .686 0 .903.903 0 0 0 .515-.47l.56-1.269c.467.168.944.307 1.427.417.241.054.485.1.732.136a.903.903 0 0 1 .713.906l.019 2.826Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.769 10.929c-.199 0-.406-.064-.605-.109a8.516 8.516 0 0 1-1.184-.353 1.801 1.801 0 0 0-2.24.905l-.198.408a11 11 0 0 1-2.403-1.812 11.03 11.03 0 0 1-1.806-2.41l.379-.253a1.81 1.81 0 0 0 .903-2.246 9.379 9.379 0 0 1-.352-1.187 6.733 6.733 0 0 1-.108-.616 2.72 2.72 0 0 0-.94-1.63A2.705 2.705 0 0 0 6.445 1h-2.71a2.703 2.703 0 0 0-2.06.923 2.72 2.72 0 0 0-.65 2.166 17.231 17.231 0 0 0 4.912 10.022A17.142 17.142 0 0 0 15.947 19h.343A2.705 2.705 0 0 0 19 16.273v-2.717a2.723 2.723 0 0 0-.646-1.714 2.708 2.708 0 0 0-1.585-.913Zm.452 5.435a.908.908 0 0 1-.654.871.956.956 0 0 1-.394.035 15.338 15.338 0 0 1-8.93-4.412 15.417 15.417 0 0 1-4.357-8.977.99.99 0 0 1 .226-.743.904.904 0 0 1 .677-.308H6.5a.902.902 0 0 1 .903.716c.036.247.082.492.136.734.104.477.243.946.415 1.404l-1.264.588a.903.903 0 0 0-.443 1.205 13.107 13.107 0 0 0 6.323 6.341.9.9 0 0 0 .686 0 .903.903 0 0 0 .515-.47l.56-1.269c.467.168.944.307 1.427.417.241.054.485.1.732.136a.903.903 0 0 1 .713.906l.019 2.826Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-8{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.769 10.929c-.199 0-.406-.064-.605-.109a8.516 8.516 0 0 1-1.184-.353 1.801 1.801 0 0 0-2.24.905l-.198.408a11 11 0 0 1-2.403-1.812 11.03 11.03 0 0 1-1.806-2.41l.379-.253a1.81 1.81 0 0 0 .903-2.246 9.379 9.379 0 0 1-.352-1.187 6.733 6.733 0 0 1-.108-.616 2.72 2.72 0 0 0-.94-1.63A2.705 2.705 0 0 0 6.445 1h-2.71a2.703 2.703 0 0 0-2.06.923 2.72 2.72 0 0 0-.65 2.166 17.231 17.231 0 0 0 4.912 10.022A17.142 17.142 0 0 0 15.947 19h.343A2.705 2.705 0 0 0 19 16.273v-2.717a2.723 2.723 0 0 0-.646-1.714 2.708 2.708 0 0 0-1.585-.913Zm.452 5.435a.908.908 0 0 1-.654.871.956.956 0 0 1-.394.035 15.338 15.338 0 0 1-8.93-4.412 15.417 15.417 0 0 1-4.357-8.977.99.99 0 0 1 .226-.743.904.904 0 0 1 .677-.308H6.5a.902.902 0 0 1 .903.716c.036.247.082.492.136.734.104.477.243.946.415 1.404l-1.264.588a.903.903 0 0 0-.443 1.205 13.107 13.107 0 0 0 6.323 6.341.9.9 0 0 0 .686 0 .903.903 0 0 0 .515-.47l.56-1.269c.467.168.944.307 1.427.417.241.054.485.1.732.136a.903.903 0 0 1 .713.906l.019 2.826Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-9{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.034 1.24A.818.818 0 0 1 6.613 1h6.774c.217 0 .425.086.579.24l4.794 4.794c.154.154.24.362.24.579v6.774a.818.818 0 0 1-.24.579l-4.794 4.794a.818.818 0 0 1-.579.24H6.613a.818.818 0 0 1-.579-.24L1.24 13.966a.818.818 0 0 1-.24-.579V6.613c0-.217.086-.425.24-.579L6.034 1.24Zm.918 1.396L2.636 6.952v6.096l4.316 4.316h6.096l4.316-4.316V6.952l-4.316-4.316H6.952ZM10 5.91c.452 0 .818.366.818.818V10a.818.818 0 1 1-1.636 0V6.727c0-.452.366-.818.818-.818Zm-.818 7.364c0-.452.366-.819.818-.819h.009a.818.818 0 0 1 0 1.637H10a.818.818 0 0 1-.818-.818Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.034 1.24A.818.818 0 0 1 6.613 1h6.774c.217 0 .425.086.579.24l4.794 4.794c.154.154.24.362.24.579v6.774a.818.818 0 0 1-.24.579l-4.794 4.794a.818.818 0 0 1-.579.24H6.613a.818.818 0 0 1-.579-.24L1.24 13.966a.818.818 0 0 1-.24-.579V6.613c0-.217.086-.425.24-.579L6.034 1.24Zm.918 1.396L2.636 6.952v6.096l4.316 4.316h6.096l4.316-4.316V6.952l-4.316-4.316H6.952ZM10 5.91c.452 0 .818.366.818.818V10a.818.818 0 1 1-1.636 0V6.727c0-.452.366-.818.818-.818Zm-.818 7.364c0-.452.366-.819.818-.819h.009a.818.818 0 0 1 0 1.637H10a.818.818 0 0 1-.818-.818Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-9{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.034 1.24A.818.818 0 0 1 6.613 1h6.774c.217 0 .425.086.579.24l4.794 4.794c.154.154.24.362.24.579v6.774a.818.818 0 0 1-.24.579l-4.794 4.794a.818.818 0 0 1-.579.24H6.613a.818.818 0 0 1-.579-.24L1.24 13.966a.818.818 0 0 1-.24-.579V6.613c0-.217.086-.425.24-.579L6.034 1.24Zm.918 1.396L2.636 6.952v6.096l4.316 4.316h6.096l4.316-4.316V6.952l-4.316-4.316H6.952ZM10 5.91c.452 0 .818.366.818.818V10a.818.818 0 1 1-1.636 0V6.727c0-.452.366-.818.818-.818Zm-.818 7.364c0-.452.366-.819.818-.819h.009a.818.818 0 0 1 0 1.637H10a.818.818 0 0 1-.818-.818Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-10{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.455 6.8a.81.81 0 0 0-.819.8v8c0 .442.367.8.819.8h13.09a.81.81 0 0 0 .819-.8v-8a.81.81 0 0 0-.819-.8H3.456ZM1 7.6c0-1.325 1.099-2.4 2.455-2.4h13.09C17.902 5.2 19 6.275 19 7.6v8c0 1.325-1.099 2.4-2.454 2.4H3.455C2.099 18 1 16.925 1 15.6v-8Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.628 2.703A2.483 2.483 0 0 1 8.364 2h3.272c.651 0 1.276.253 1.736.703.46.45.719 1.06.719 1.697v12.8a.81.81 0 0 1-.818.8.81.81 0 0 1-.819-.8V4.4a.791.791 0 0 0-.24-.566.828.828 0 0 0-.578-.234H8.364a.828.828 0 0 0-.579.234.791.791 0 0 0-.24.566v12.8a.81.81 0 0 1-.818.8.81.81 0 0 1-.818-.8V4.4c0-.637.259-1.247.719-1.697Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.455 6.8a.81.81 0 0 0-.819.8v8c0 .442.367.8.819.8h13.09a.81.81 0 0 0 .819-.8v-8a.81.81 0 0 0-.819-.8H3.456ZM1 7.6c0-1.325 1.099-2.4 2.455-2.4h13.09C17.902 5.2 19 6.275 19 7.6v8c0 1.325-1.099 2.4-2.454 2.4H3.455C2.099 18 1 16.925 1 15.6v-8Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.628 2.703A2.483 2.483 0 0 1 8.364 2h3.272c.651 0 1.276.253 1.736.703.46.45.719 1.06.719 1.697v12.8a.81.81 0 0 1-.818.8.81.81 0 0 1-.819-.8V4.4a.791.791 0 0 0-.24-.566.828.828 0 0 0-.578-.234H8.364a.828.828 0 0 0-.579.234.791.791 0 0 0-.24.566v12.8a.81.81 0 0 1-.818.8.81.81 0 0 1-.818-.8V4.4c0-.637.259-1.247.719-1.697Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-10{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.455 6.8a.81.81 0 0 0-.819.8v8c0 .442.367.8.819.8h13.09a.81.81 0 0 0 .819-.8v-8a.81.81 0 0 0-.819-.8H3.456ZM1 7.6c0-1.325 1.099-2.4 2.455-2.4h13.09C17.902 5.2 19 6.275 19 7.6v8c0 1.325-1.099 2.4-2.454 2.4H3.455C2.099 18 1 16.925 1 15.6v-8Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.628 2.703A2.483 2.483 0 0 1 8.364 2h3.272c.651 0 1.276.253 1.736.703.46.45.719 1.06.719 1.697v12.8a.81.81 0 0 1-.818.8.81.81 0 0 1-.819-.8V4.4a.791.791 0 0 0-.24-.566.828.828 0 0 0-.578-.234H8.364a.828.828 0 0 0-.579.234.791.791 0 0 0-.24.566v12.8a.81.81 0 0 1-.818.8.81.81 0 0 1-.818-.8V4.4c0-.637.259-1.247.719-1.697Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-11{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.288 1.425c-1.158 0-2.096.957-2.096 2.138s.938 2.138 2.096 2.138c1.158 0 2.096-.957 2.096-2.138 0-1.18-.938-2.138-2.096-2.138ZM2.795 3.563C2.795 1.595 4.359 0 6.288 0c1.93 0 3.493 1.595 3.493 3.563 0 1.968-1.564 3.564-3.493 3.564-1.93 0-3.493-1.596-3.493-3.564ZM10.502.628a.698.698 0 0 1 .85-.513 3.489 3.489 0 0 1 1.893 1.267 3.61 3.61 0 0 1 .734 2.184 3.61 3.61 0 0 1-.734 2.185 3.489 3.489 0 0 1-1.893 1.267.698.698 0 0 1-.85-.513.714.714 0 0 1 .503-.867c.451-.118.85-.386 1.136-.76.286-.376.44-.837.44-1.312 0-.474-.154-.935-.44-1.31a2.093 2.093 0 0 0-1.136-.76.714.714 0 0 1-.503-.868ZM1.023 9.595a3.459 3.459 0 0 1 2.47-1.043h5.59a3.46 3.46 0 0 1 2.47 1.043 3.6 3.6 0 0 1 1.023 2.52v2.264a.706.706 0 0 1-.698.712.706.706 0 0 1-.7-.712v-2.264c0-.567-.22-1.111-.613-1.512a2.076 2.076 0 0 0-1.482-.626h-5.59c-.555 0-1.089.225-1.482.626a2.16 2.16 0 0 0-.614 1.512v2.264a.706.706 0 0 1-.698.712A.706.706 0 0 1 0 14.38v-2.264a3.6 3.6 0 0 1 1.023-2.52Zm12.274-.417a.698.698 0 0 1 .85-.512 3.49 3.49 0 0 1 1.888 1.268c.475.623.732 1.39.733 2.18v2.264a.706.706 0 0 1-.699.713.706.706 0 0 1-.698-.713v-2.263c0-.474-.155-.934-.44-1.308a2.094 2.094 0 0 0-1.132-.76.714.714 0 0 1-.502-.869Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.288 1.425c-1.158 0-2.096.957-2.096 2.138s.938 2.138 2.096 2.138c1.158 0 2.096-.957 2.096-2.138 0-1.18-.938-2.138-2.096-2.138ZM2.795 3.563C2.795 1.595 4.359 0 6.288 0c1.93 0 3.493 1.595 3.493 3.563 0 1.968-1.564 3.564-3.493 3.564-1.93 0-3.493-1.596-3.493-3.564ZM10.502.628a.698.698 0 0 1 .85-.513 3.489 3.489 0 0 1 1.893 1.267 3.61 3.61 0 0 1 .734 2.184 3.61 3.61 0 0 1-.734 2.185 3.489 3.489 0 0 1-1.893 1.267.698.698 0 0 1-.85-.513.714.714 0 0 1 .503-.867c.451-.118.85-.386 1.136-.76.286-.376.44-.837.44-1.312 0-.474-.154-.935-.44-1.31a2.093 2.093 0 0 0-1.136-.76.714.714 0 0 1-.503-.868ZM1.023 9.595a3.459 3.459 0 0 1 2.47-1.043h5.59a3.46 3.46 0 0 1 2.47 1.043 3.6 3.6 0 0 1 1.023 2.52v2.264a.706.706 0 0 1-.698.712.706.706 0 0 1-.7-.712v-2.264c0-.567-.22-1.111-.613-1.512a2.076 2.076 0 0 0-1.482-.626h-5.59c-.555 0-1.089.225-1.482.626a2.16 2.16 0 0 0-.614 1.512v2.264a.706.706 0 0 1-.698.712A.706.706 0 0 1 0 14.38v-2.264a3.6 3.6 0 0 1 1.023-2.52Zm12.274-.417a.698.698 0 0 1 .85-.512 3.49 3.49 0 0 1 1.888 1.268c.475.623.732 1.39.733 2.18v2.264a.706.706 0 0 1-.699.713.706.706 0 0 1-.698-.713v-2.263c0-.474-.155-.934-.44-1.308a2.094 2.094 0 0 0-1.132-.76.714.714 0 0 1-.502-.869Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-11{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.288 1.425c-1.158 0-2.096.957-2.096 2.138s.938 2.138 2.096 2.138c1.158 0 2.096-.957 2.096-2.138 0-1.18-.938-2.138-2.096-2.138ZM2.795 3.563C2.795 1.595 4.359 0 6.288 0c1.93 0 3.493 1.595 3.493 3.563 0 1.968-1.564 3.564-3.493 3.564-1.93 0-3.493-1.596-3.493-3.564ZM10.502.628a.698.698 0 0 1 .85-.513 3.489 3.489 0 0 1 1.893 1.267 3.61 3.61 0 0 1 .734 2.184 3.61 3.61 0 0 1-.734 2.185 3.489 3.489 0 0 1-1.893 1.267.698.698 0 0 1-.85-.513.714.714 0 0 1 .503-.867c.451-.118.85-.386 1.136-.76.286-.376.44-.837.44-1.312 0-.474-.154-.935-.44-1.31a2.093 2.093 0 0 0-1.136-.76.714.714 0 0 1-.503-.868ZM1.023 9.595a3.459 3.459 0 0 1 2.47-1.043h5.59a3.46 3.46 0 0 1 2.47 1.043 3.6 3.6 0 0 1 1.023 2.52v2.264a.706.706 0 0 1-.698.712.706.706 0 0 1-.7-.712v-2.264c0-.567-.22-1.111-.613-1.512a2.076 2.076 0 0 0-1.482-.626h-5.59c-.555 0-1.089.225-1.482.626a2.16 2.16 0 0 0-.614 1.512v2.264a.706.706 0 0 1-.698.712A.706.706 0 0 1 0 14.38v-2.264a3.6 3.6 0 0 1 1.023-2.52Zm12.274-.417a.698.698 0 0 1 .85-.512 3.49 3.49 0 0 1 1.888 1.268c.475.623.732 1.39.733 2.18v2.264a.706.706 0 0 1-.699.713.706.706 0 0 1-.698-.713v-2.263c0-.474-.155-.934-.44-1.308a2.094 2.094 0 0 0-1.132-.76.714.714 0 0 1-.502-.869Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-12{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url(https://cdn.taxesforexpats.com/packs/client/assets/12-BKAkSFLe.svg) no-repeat center center;mask:url(https://cdn.taxesforexpats.com/packs/client/assets/12-BKAkSFLe.svg) no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-12{background:url(https://cdn.taxesforexpats.com/packs/client/assets/12-BKAkSFLe.svg) no-repeat 50%}}.icon-sidebar-13{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.6 13.086a3.757 3.757 0 0 1 2.657-1.1H9.5a3.757 3.757 0 0 1 3.757 3.756v1.498a.76.76 0 0 1-1.521 0v-1.498A2.235 2.235 0 0 0 9.5 13.507H4.257a2.236 2.236 0 0 0-2.236 2.235v1.498a.76.76 0 0 1-1.521 0v-1.498c0-.996.396-1.951 1.1-2.656ZM6.878 4.52a2.235 2.235 0 1 0 0 4.471 2.235 2.235 0 0 0 0-4.47ZM3.122 6.757a3.756 3.756 0 1 1 7.512 0 3.756 3.756 0 0 1-7.512 0ZM13.457 6.967a.76.76 0 0 1 1.075 0l3.745 3.744a.76.76 0 1 1-1.075 1.075l-3.746-3.744a.76.76 0 0 1 0-1.075Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.277 6.967a.76.76 0 0 1 0 1.075l-3.745 3.745a.76.76 0 0 1-1.075-1.076l3.745-3.744a.76.76 0 0 1 1.075 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.6 13.086a3.757 3.757 0 0 1 2.657-1.1H9.5a3.757 3.757 0 0 1 3.757 3.756v1.498a.76.76 0 0 1-1.521 0v-1.498A2.235 2.235 0 0 0 9.5 13.507H4.257a2.236 2.236 0 0 0-2.236 2.235v1.498a.76.76 0 0 1-1.521 0v-1.498c0-.996.396-1.951 1.1-2.656ZM6.878 4.52a2.235 2.235 0 1 0 0 4.471 2.235 2.235 0 0 0 0-4.47ZM3.122 6.757a3.756 3.756 0 1 1 7.512 0 3.756 3.756 0 0 1-7.512 0ZM13.457 6.967a.76.76 0 0 1 1.075 0l3.745 3.744a.76.76 0 1 1-1.075 1.075l-3.746-3.744a.76.76 0 0 1 0-1.075Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.277 6.967a.76.76 0 0 1 0 1.075l-3.745 3.745a.76.76 0 0 1-1.075-1.076l3.745-3.744a.76.76 0 0 1 1.075 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-13{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.6 13.086a3.757 3.757 0 0 1 2.657-1.1H9.5a3.757 3.757 0 0 1 3.757 3.756v1.498a.76.76 0 0 1-1.521 0v-1.498A2.235 2.235 0 0 0 9.5 13.507H4.257a2.236 2.236 0 0 0-2.236 2.235v1.498a.76.76 0 0 1-1.521 0v-1.498c0-.996.396-1.951 1.1-2.656ZM6.878 4.52a2.235 2.235 0 1 0 0 4.471 2.235 2.235 0 0 0 0-4.47ZM3.122 6.757a3.756 3.756 0 1 1 7.512 0 3.756 3.756 0 0 1-7.512 0ZM13.457 6.967a.76.76 0 0 1 1.075 0l3.745 3.744a.76.76 0 1 1-1.075 1.075l-3.746-3.744a.76.76 0 0 1 0-1.075Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.277 6.967a.76.76 0 0 1 0 1.075l-3.745 3.745a.76.76 0 0 1-1.075-1.076l3.745-3.744a.76.76 0 0 1 1.075 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-14{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url(https://cdn.taxesforexpats.com/packs/client/assets/14-B_nszeCZ.svg) no-repeat center center;mask:url(https://cdn.taxesforexpats.com/packs/client/assets/14-B_nszeCZ.svg) no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-14{background:url(https://cdn.taxesforexpats.com/packs/client/assets/14-B_nszeCZ.svg) no-repeat 50%}}.icon-sidebar-15{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 5.577c.517 0 .997-.16 1.404-.43L7.11 2.963l.024-.02.001-.024-.025.044-.028.024.055-.1c.002-.033.005-.066.005-.1C7.14 1.25 5.958 0 4.5 0 3.042 0 1.86 1.249 1.86 2.789S3.042 5.577 4.5 5.577Zm2.581-2.589L5.904 5.146a3.501 3.501 0 0 1 1.177-2.158Z' fill='%23303030'/%3E%3Cpath d='M12.384 5.313a3.482 3.482 0 0 0-1.522-2.567C10.884 1.226 12.055 0 13.5 0c1.458 0 2.64 1.248 2.64 2.789 0 1.54-1.182 2.787-2.64 2.787-.4 0-.777-.096-1.116-.263ZM11.773 5.667c0 1.54-1.182 2.788-2.64 2.788-1.458 0-2.64-1.248-2.64-2.787 0-1.541 1.182-2.789 2.64-2.789 1.458 0 2.64 1.248 2.64 2.788ZM8.012 8.645c-1.863 0-3.38 1.603-3.38 3.571v2.894l.007.045.19.063c1.777.586 3.323.782 4.595.782 2.484 0 3.923-.747 4.013-.796l.176-.094h.019v-2.894c0-1.968-1.516-3.57-3.38-3.57h-2.24Z' fill='%23303030'/%3E%3Cpath d='M11.393 8.16a3.526 3.526 0 0 0 1.004-2.393h2.223c1.863 0 3.38 1.601 3.38 3.57v2.894h-.02l-.175.095c-.084.044-1.348.7-3.543.785v-.89c0-1.918-1.212-3.54-2.87-4.06ZM5.868 5.78a3.53 3.53 0 0 0 1.004 2.38c-1.658.521-2.87 2.143-2.87 4.06v.874a15.093 15.093 0 0 1-3.807-.755l-.189-.063L0 12.231V9.337c0-1.969 1.516-3.57 3.38-3.57h2.24c.074 0 .147.006.22.01l.028.003Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 5.577c.517 0 .997-.16 1.404-.43L7.11 2.963l.024-.02.001-.024-.025.044-.028.024.055-.1c.002-.033.005-.066.005-.1C7.14 1.25 5.958 0 4.5 0 3.042 0 1.86 1.249 1.86 2.789S3.042 5.577 4.5 5.577Zm2.581-2.589L5.904 5.146a3.501 3.501 0 0 1 1.177-2.158Z' fill='%23303030'/%3E%3Cpath d='M12.384 5.313a3.482 3.482 0 0 0-1.522-2.567C10.884 1.226 12.055 0 13.5 0c1.458 0 2.64 1.248 2.64 2.789 0 1.54-1.182 2.787-2.64 2.787-.4 0-.777-.096-1.116-.263ZM11.773 5.667c0 1.54-1.182 2.788-2.64 2.788-1.458 0-2.64-1.248-2.64-2.787 0-1.541 1.182-2.789 2.64-2.789 1.458 0 2.64 1.248 2.64 2.788ZM8.012 8.645c-1.863 0-3.38 1.603-3.38 3.571v2.894l.007.045.19.063c1.777.586 3.323.782 4.595.782 2.484 0 3.923-.747 4.013-.796l.176-.094h.019v-2.894c0-1.968-1.516-3.57-3.38-3.57h-2.24Z' fill='%23303030'/%3E%3Cpath d='M11.393 8.16a3.526 3.526 0 0 0 1.004-2.393h2.223c1.863 0 3.38 1.601 3.38 3.57v2.894h-.02l-.175.095c-.084.044-1.348.7-3.543.785v-.89c0-1.918-1.212-3.54-2.87-4.06ZM5.868 5.78a3.53 3.53 0 0 0 1.004 2.38c-1.658.521-2.87 2.143-2.87 4.06v.874a15.093 15.093 0 0 1-3.807-.755l-.189-.063L0 12.231V9.337c0-1.969 1.516-3.57 3.38-3.57h2.24c.074 0 .147.006.22.01l.028.003Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-15{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 5.577c.517 0 .997-.16 1.404-.43L7.11 2.963l.024-.02.001-.024-.025.044-.028.024.055-.1c.002-.033.005-.066.005-.1C7.14 1.25 5.958 0 4.5 0 3.042 0 1.86 1.249 1.86 2.789S3.042 5.577 4.5 5.577Zm2.581-2.589L5.904 5.146a3.501 3.501 0 0 1 1.177-2.158Z' fill='%23303030'/%3E%3Cpath d='M12.384 5.313a3.482 3.482 0 0 0-1.522-2.567C10.884 1.226 12.055 0 13.5 0c1.458 0 2.64 1.248 2.64 2.789 0 1.54-1.182 2.787-2.64 2.787-.4 0-.777-.096-1.116-.263ZM11.773 5.667c0 1.54-1.182 2.788-2.64 2.788-1.458 0-2.64-1.248-2.64-2.787 0-1.541 1.182-2.789 2.64-2.789 1.458 0 2.64 1.248 2.64 2.788ZM8.012 8.645c-1.863 0-3.38 1.603-3.38 3.571v2.894l.007.045.19.063c1.777.586 3.323.782 4.595.782 2.484 0 3.923-.747 4.013-.796l.176-.094h.019v-2.894c0-1.968-1.516-3.57-3.38-3.57h-2.24Z' fill='%23303030'/%3E%3Cpath d='M11.393 8.16a3.526 3.526 0 0 0 1.004-2.393h2.223c1.863 0 3.38 1.601 3.38 3.57v2.894h-.02l-.175.095c-.084.044-1.348.7-3.543.785v-.89c0-1.918-1.212-3.54-2.87-4.06ZM5.868 5.78a3.53 3.53 0 0 0 1.004 2.38c-1.658.521-2.87 2.143-2.87 4.06v.874a15.093 15.093 0 0 1-3.807-.755l-.189-.063L0 12.231V9.337c0-1.969 1.516-3.57 3.38-3.57h2.24c.074 0 .147.006.22.01l.028.003Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-16{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.784 10a15.568 15.568 0 0 0 2.053 2.763c1.493 1.592 3.58 3.07 6.163 3.07 2.584 0 4.67-1.478 6.163-3.07A15.573 15.573 0 0 0 18.216 10a15.568 15.568 0 0 0-2.053-2.763c-1.493-1.592-3.58-3.07-6.163-3.07-2.584 0-4.67 1.478-6.163 3.07A15.562 15.562 0 0 0 1.784 10Zm17.383 0 .745-.373-.002-.003-.003-.006-.009-.018a7.491 7.491 0 0 0-.16-.295 17.232 17.232 0 0 0-2.36-3.208C15.747 4.355 13.25 2.5 10 2.5S4.254 4.355 2.621 6.097a17.229 17.229 0 0 0-2.36 3.208 10.305 10.305 0 0 0-.16.295l-.009.018-.002.006-.001.002s-.001.001.744.374l-.745-.373a.833.833 0 0 0 0 .746L.833 10l-.745.373v.001l.002.002.002.006.01.018.034.065c.029.054.07.132.126.23a17.232 17.232 0 0 0 2.36 3.208C4.253 15.645 6.75 17.5 10 17.5s5.746-1.855 7.379-3.597a17.235 17.235 0 0 0 2.36-3.208 10.522 10.522 0 0 0 .16-.295l.008-.018.003-.006.001-.002s.001-.001-.744-.374Zm0 0 .745.373a.835.835 0 0 0 0-.746l-.745.373Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 8.333a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334ZM6.667 10a3.333 3.333 0 1 1 6.666 0 3.333 3.333 0 0 1-6.666 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.784 10a15.568 15.568 0 0 0 2.053 2.763c1.493 1.592 3.58 3.07 6.163 3.07 2.584 0 4.67-1.478 6.163-3.07A15.573 15.573 0 0 0 18.216 10a15.568 15.568 0 0 0-2.053-2.763c-1.493-1.592-3.58-3.07-6.163-3.07-2.584 0-4.67 1.478-6.163 3.07A15.562 15.562 0 0 0 1.784 10Zm17.383 0 .745-.373-.002-.003-.003-.006-.009-.018a7.491 7.491 0 0 0-.16-.295 17.232 17.232 0 0 0-2.36-3.208C15.747 4.355 13.25 2.5 10 2.5S4.254 4.355 2.621 6.097a17.229 17.229 0 0 0-2.36 3.208 10.305 10.305 0 0 0-.16.295l-.009.018-.002.006-.001.002s-.001.001.744.374l-.745-.373a.833.833 0 0 0 0 .746L.833 10l-.745.373v.001l.002.002.002.006.01.018.034.065c.029.054.07.132.126.23a17.232 17.232 0 0 0 2.36 3.208C4.253 15.645 6.75 17.5 10 17.5s5.746-1.855 7.379-3.597a17.235 17.235 0 0 0 2.36-3.208 10.522 10.522 0 0 0 .16-.295l.008-.018.003-.006.001-.002s.001-.001-.744-.374Zm0 0 .745.373a.835.835 0 0 0 0-.746l-.745.373Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 8.333a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334ZM6.667 10a3.333 3.333 0 1 1 6.666 0 3.333 3.333 0 0 1-6.666 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-16{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.784 10a15.568 15.568 0 0 0 2.053 2.763c1.493 1.592 3.58 3.07 6.163 3.07 2.584 0 4.67-1.478 6.163-3.07A15.573 15.573 0 0 0 18.216 10a15.568 15.568 0 0 0-2.053-2.763c-1.493-1.592-3.58-3.07-6.163-3.07-2.584 0-4.67 1.478-6.163 3.07A15.562 15.562 0 0 0 1.784 10Zm17.383 0 .745-.373-.002-.003-.003-.006-.009-.018a7.491 7.491 0 0 0-.16-.295 17.232 17.232 0 0 0-2.36-3.208C15.747 4.355 13.25 2.5 10 2.5S4.254 4.355 2.621 6.097a17.229 17.229 0 0 0-2.36 3.208 10.305 10.305 0 0 0-.16.295l-.009.018-.002.006-.001.002s-.001.001.744.374l-.745-.373a.833.833 0 0 0 0 .746L.833 10l-.745.373v.001l.002.002.002.006.01.018.034.065c.029.054.07.132.126.23a17.232 17.232 0 0 0 2.36 3.208C4.253 15.645 6.75 17.5 10 17.5s5.746-1.855 7.379-3.597a17.235 17.235 0 0 0 2.36-3.208 10.522 10.522 0 0 0 .16-.295l.008-.018.003-.006.001-.002s.001-.001-.744-.374Zm0 0 .745.373a.835.835 0 0 0 0-.746l-.745.373Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 8.333a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334ZM6.667 10a3.333 3.333 0 1 1 6.666 0 3.333 3.333 0 0 1-6.666 0Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-17{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 2.303c0-.443.36-.803.803-.803h8.03c.213 0 .417.085.567.235l6.9 6.901a2.41 2.41 0 0 1 0 3.397l-.57-.566.568.568-5.757 5.758a2.407 2.407 0 0 1-3.408.001l-6.897-6.891a.803.803 0 0 1-.236-.568V2.303Zm15.16 8.598h.001a.803.803 0 0 0 0-1.132L10 3.105H3.106v6.896l6.662 6.655a.807.807 0 0 0 .876.175c.098-.04.186-.1.26-.174l5.757-5.757Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.515 6.319c0-.444.36-.803.803-.803h.008a.803.803 0 0 1 0 1.606h-.008a.803.803 0 0 1-.803-.803Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 2.303c0-.443.36-.803.803-.803h8.03c.213 0 .417.085.567.235l6.9 6.901a2.41 2.41 0 0 1 0 3.397l-.57-.566.568.568-5.757 5.758a2.407 2.407 0 0 1-3.408.001l-6.897-6.891a.803.803 0 0 1-.236-.568V2.303Zm15.16 8.598h.001a.803.803 0 0 0 0-1.132L10 3.105H3.106v6.896l6.662 6.655a.807.807 0 0 0 .876.175c.098-.04.186-.1.26-.174l5.757-5.757Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.515 6.319c0-.444.36-.803.803-.803h.008a.803.803 0 0 1 0 1.606h-.008a.803.803 0 0 1-.803-.803Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-17{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 2.303c0-.443.36-.803.803-.803h8.03c.213 0 .417.085.567.235l6.9 6.901a2.41 2.41 0 0 1 0 3.397l-.57-.566.568.568-5.757 5.758a2.407 2.407 0 0 1-3.408.001l-6.897-6.891a.803.803 0 0 1-.236-.568V2.303Zm15.16 8.598h.001a.803.803 0 0 0 0-1.132L10 3.105H3.106v6.896l6.662 6.655a.807.807 0 0 0 .876.175c.098-.04.186-.1.26-.174l5.757-5.757Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.515 6.319c0-.444.36-.803.803-.803h.008a.803.803 0 0 1 0 1.606h-.008a.803.803 0 0 1-.803-.803Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-18{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 2.214a.68.68 0 0 1 .611.398l1.949 4.13 4.357.667c.256.04.47.228.55.486a.737.737 0 0 1-.173.732l-3.152 3.213.744 4.54a.73.73 0 0 1-.272.698.657.657 0 0 1-.718.054L10 14.987l-3.896 2.145a.657.657 0 0 1-.718-.054.73.73 0 0 1-.272-.698l.744-4.54-3.152-3.213a.737.737 0 0 1-.173-.732.691.691 0 0 1 .55-.486l4.357-.666L9.39 2.612A.68.68 0 0 1 10 2.214Zm0 2.326L8.505 7.71a.685.685 0 0 1-.513.39l-3.345.512 2.42 2.467c.16.164.234.4.196.632l-.571 3.485 2.99-1.647a.655.655 0 0 1 .635 0l2.991 1.647-.57-3.485a.734.734 0 0 1 .195-.632l2.42-2.467-3.345-.511a.685.685 0 0 1-.513-.39L10 4.54Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 2.214a.68.68 0 0 1 .611.398l1.949 4.13 4.357.667c.256.04.47.228.55.486a.737.737 0 0 1-.173.732l-3.152 3.213.744 4.54a.73.73 0 0 1-.272.698.657.657 0 0 1-.718.054L10 14.987l-3.896 2.145a.657.657 0 0 1-.718-.054.73.73 0 0 1-.272-.698l.744-4.54-3.152-3.213a.737.737 0 0 1-.173-.732.691.691 0 0 1 .55-.486l4.357-.666L9.39 2.612A.68.68 0 0 1 10 2.214Zm0 2.326L8.505 7.71a.685.685 0 0 1-.513.39l-3.345.512 2.42 2.467c.16.164.234.4.196.632l-.571 3.485 2.99-1.647a.655.655 0 0 1 .635 0l2.991 1.647-.57-3.485a.734.734 0 0 1 .195-.632l2.42-2.467-3.345-.511a.685.685 0 0 1-.513-.39L10 4.54Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-18{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 2.214a.68.68 0 0 1 .611.398l1.949 4.13 4.357.667c.256.04.47.228.55.486a.737.737 0 0 1-.173.732l-3.152 3.213.744 4.54a.73.73 0 0 1-.272.698.657.657 0 0 1-.718.054L10 14.987l-3.896 2.145a.657.657 0 0 1-.718-.054.73.73 0 0 1-.272-.698l.744-4.54-3.152-3.213a.737.737 0 0 1-.173-.732.691.691 0 0 1 .55-.486l4.357-.666L9.39 2.612A.68.68 0 0 1 10 2.214Zm0 2.326L8.505 7.71a.685.685 0 0 1-.513.39l-3.345.512 2.42 2.467c.16.164.234.4.196.632l-.571 3.485 2.99-1.647a.655.655 0 0 1 .635 0l2.991 1.647-.57-3.485a.734.734 0 0 1 .195-.632l2.42-2.467-3.345-.511a.685.685 0 0 1-.513-.39L10 4.54Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50%}}.icon-sidebar-19{background:#404040;display:inline-block;height:20px;margin-right:11px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.683 1.719A2.276 2.276 0 0 1 5.333 1h6.223c.206 0 .404.086.55.24l4.666 4.909a.84.84 0 0 1 .228.578v9.819a2.52 2.52 0 0 1-.683 1.735 2.277 2.277 0 0 1-1.65.719H5.333a2.276 2.276 0 0 1-1.65-.719A2.52 2.52 0 0 1 3 16.546V3.455c0-.651.246-1.276.683-1.736Zm1.65.917a.759.759 0 0 0-.55.24.84.84 0 0 0-.227.579v13.09a.84.84 0 0 0 .227.579c.146.153.344.24.55.24h9.334a.759.759 0 0 0 .55-.24.84.84 0 0 0 .227-.578v-9h-3.888c-.43 0-.778-.367-.778-.819v-4.09H5.333Zm7 1.157 2.011 2.116h-2.01V3.793Z' fill='%231A6DBD'/%3E%3Cpath d='m7 12 1.646 1.646a.5.5 0 0 0 .708 0L13 10' stroke='%231A6DBD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.683 1.719A2.276 2.276 0 0 1 5.333 1h6.223c.206 0 .404.086.55.24l4.666 4.909a.84.84 0 0 1 .228.578v9.819a2.52 2.52 0 0 1-.683 1.735 2.277 2.277 0 0 1-1.65.719H5.333a2.276 2.276 0 0 1-1.65-.719A2.52 2.52 0 0 1 3 16.546V3.455c0-.651.246-1.276.683-1.736Zm1.65.917a.759.759 0 0 0-.55.24.84.84 0 0 0-.227.579v13.09a.84.84 0 0 0 .227.579c.146.153.344.24.55.24h9.334a.759.759 0 0 0 .55-.24.84.84 0 0 0 .227-.578v-9h-3.888c-.43 0-.778-.367-.778-.819v-4.09H5.333Zm7 1.157 2.011 2.116h-2.01V3.793Z' fill='%231A6DBD'/%3E%3Cpath d='m7 12 1.646 1.646a.5.5 0 0 0 .708 0L13 10' stroke='%231A6DBD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;transition:background .3s ease;width:20px}@media screen�{.icon-sidebar-19{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.683 1.719A2.276 2.276 0 0 1 5.333 1h6.223c.206 0 .404.086.55.24l4.666 4.909a.84.84 0 0 1 .228.578v9.819a2.52 2.52 0 0 1-.683 1.735 2.277 2.277 0 0 1-1.65.719H5.333a2.276 2.276 0 0 1-1.65-.719A2.52 2.52 0 0 1 3 16.546V3.455c0-.651.246-1.276.683-1.736Zm1.65.917a.759.759 0 0 0-.55.24.84.84 0 0 0-.227.579v13.09a.84.84 0 0 0 .227.579c.146.153.344.24.55.24h9.334a.759.759 0 0 0 .55-.24.84.84 0 0 0 .227-.578v-9h-3.888c-.43 0-.778-.367-.778-.819v-4.09H5.333Zm7 1.157 2.011 2.116h-2.01V3.793Z' fill='%231A6DBD'/%3E%3Cpath d='m7 12 1.646 1.646a.5.5 0 0 0 .708 0L13 10' stroke='%231A6DBD' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50%}}[class*=" icon-survey-"],[class^=icon-survey-]{background-position:50% 50%;background-repeat:no-repeat;background-size:24px;height:24px;width:24px}.icon-survey-great{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-great-DnsJOOWw.svg)}.icon-survey-ok{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-ok-CkjUtZ9u.svg)}.icon-survey-bad{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-bad-DkVTsMEE.svg)}.modal-container{align-items:center;display:flex;height:100vh;justify-content:center;left:0;margin:auto;opacity:1;overflow:auto;position:fixed;top:0;width:100%;z-index:102}.modal-container-hide{display:none;opacity:0;z-index:-9}.modal-window{background:#fff;border-radius:8px;box-shadow:0 4px 24px #00000029;display:none;flex-flow:column;height:0;left:50%;margin:100px auto;max-width:996px;padding:0 0 24px;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:1099px){.modal-window{margin:20px auto;max-width:80%;min-width:80%;padding:0 0 16px}}@media (max-width:767px){.modal-window{max-width:calc(100% - 30px);min-width:calc(100% - 30px)}}.modal-show-window{height:auto;max-height:unset;opacity:1;overflow:visible;z-index:100}.modal-show-window.modal-window{opacity:1;top:0;transform:translate(-50%);visibility:visible}.modal-displayed{display:flex}.modal-position-top{margin-bottom:80px;top:80px}.modal-header{align-items:flex-start;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;margin:0;min-height:64px;padding:20px 24px;position:relative}@media (max-width:1099px){.modal-header{margin-bottom:20px;padding:20px 16px}}.modal-heading,.modal-heading h1,h1.modal-heading{color:#303030;font-size:18px;font-weight:700;line-height:24px;margin:0;padding-right:52px;width:100%}.modal-heading>div,.modal-heading h1>div,h1.modal-heading>div{font-size:inherit}.modal-heading-warning{font-size:18px;margin-left:30px;padding-left:6px;position:relative}.modal-heading-warning:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25'%3E%3Cdefs%3E%3Cpath id='a' d='M.003.044H25V23H.003z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0 1)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%2332383D' d='m15.769 1.958 8.727 15.313A3.84 3.84 0 0 1 25 19.178C25 21.288 23.31 23 21.227 23H12.5L9.482 11.522 12.5.044c1.397 0 2.617.77 3.269 1.914' mask='url(%23b)'/%3E%3Cpath fill='%23495358' d='M9.231 1.958.504 17.271A3.84 3.84 0 0 0 0 19.178C0 21.288 1.69 23 3.773 23H12.5V.044c-1.397 0-2.617.77-3.269 1.914' mask='url(%23b)'/%3E%3C/g%3E%3Cpath fill='%23EFA055' d='M23.19 19.035 14.461 3.723a2.267 2.267 0 0 0-1.897-1.149l7.464 19.898h1.198c1.248 0 2.264-1.03 2.264-2.293a2.32 2.32 0 0 0-.302-1.144'/%3E%3Cpath fill='%23F7C362' d='M21.721 19.035c.17.347.26.742.26 1.144 0 1.264-.875 2.293-1.952 2.293H3.773c-1.248 0-2.264-1.03-2.264-2.293 0-.402.105-.797.302-1.144l8.727-15.312a2.268 2.268 0 0 1 2.027-1.149c.67.027 1.29.461 1.627 1.149l7.53 15.312'/%3E%3Cpath fill='%2332383D' d='M12.5 17.376v2.548c.695 0 1.258-.57 1.258-1.274 0-.704-.563-1.274-1.258-1.274'/%3E%3Cpath fill='%23495358' d='M12.5 17.376c.139 0 .252.57.252 1.274 0 .703-.113 1.274-.252 1.274-.695 0-1.258-.57-1.258-1.274 0-.704.563-1.274 1.258-1.274'/%3E%3Cpath fill='%2332383D' d='M12.5 6.42v9.427c.695 0 1.258-.57 1.258-1.273v-6.88c0-.703-.563-1.273-1.258-1.273'/%3E%3Cpath fill='%23495358' d='M12.5 6.42c.139 0 .252.57.252 1.275v6.879c0 .703-.113 1.273-.252 1.273-.695 0-1.258-.57-1.258-1.273v-6.88c0-.703.563-1.273 1.258-1.273'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/cover;content:"";display:block;height:25px;left:-30px;position:absolute;top:-2px;width:25px}.modal-content{padding:16px 24px 24px}.modal-content-title{color:#303030;font-size:15px;margin-bottom:10px;text-transform:uppercase}@media (max-width:767px){.modal-content-title{font-size:14px}}.modal-wrap{display:flex;margin-bottom:15px}.modal-wrap-columned{align-items:flex-start;flex-flow:column}.modal-wrap-rowed{align-items:center;flex-flow:row wrap}.modal-textarea{flex:1;margin-right:20px;width:auto}.modal-footer{align-items:center;display:flex;justify-content:center;margin-top:24px;padding:0 24px;text-align:center}@media (max-width:1099px){.modal-footer{padding:0 16px}}.modal-footer [class^=button]{margin-right:15px}.modal-footer [class^=button]:last-child{margin-right:0}.modal-close{align-items:center;border:0;cursor:pointer;display:flex;height:64px;justify-content:center;position:absolute;right:0;top:0;width:64px}.modal-icon-expiring-credit{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-expiring-credit-CE4HJKLu.svg);background-size:57px 57px}.modal-drawer-down{display:block!important;pointer-events:none;transform:translateY(-100%);transition:all 1s ease;visibility:hidden}.modal-drawer-down.modal-show-window.modal-window{border-radius:10px 10px 0 0;box-shadow:0 -10px 20px #0000001a;height:100%;left:0;margin:20px 0 0;max-height:calc(100vh - 20px);max-width:100%;min-height:calc(100vh - 20px);overflow:auto;pointer-events:all;right:0;top:0;transform:translate(0);visibility:visible;width:100%}.modal-drawer-down.modal-show-window.modal-window .modal-header{display:none}.modal-drawer-down.modal-show-window.modal-window .modal-content,.modal-drawer-down.modal-show-window.modal-window .modal-footer{margin:0 auto;max-width:600px;padding:30px 0;width:100%}@media (max-width:767px){.modal-drawer-down.modal-show-window.modal-window .modal-content,.modal-drawer-down.modal-show-window.modal-window .modal-footer{padding-bottom:0}.modal-drawer-down.modal-show-window.modal-window .modal-content .question-answer:last-of-type,.modal-drawer-down.modal-show-window.modal-window .modal-footer .question-answer:last-of-type{margin-bottom:0}.modal-drawer-down.modal-show-window.modal-window .modal-footer{padding-bottom:20px}}.modal-content-item--with-tabs{position:relative}.modal-content-item--with-tabs .tabs{top:-10px}.blackout,.global-overlay{background:#000000b3;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:-1}.global-overlay-show{opacity:1;z-index:101}.blackout{height:calc(100vh - var(--header-height, 70px));top:var(--header-height,70px)}.blackout-show{opacity:1;z-index:11}.modal-base{width:600px}.modal-small{max-width:500px;width:calc(100% - 30px)}.modal-letter{width:600px}.modal-sign-letter{width:728px}.modal-referrals .modal-header{border:0;margin-bottom:0;padding:0}@media (max-width:767px){.modal-referrals .modal-header{border:0}}.modal-referrals .modal-footer{display:none}.modal-delete-document{max-width:492px;width:100%}@media (max-width:767px){.modal-delete-document{width:calc(100% - 40px)}}[class^=modal-icon]{background-color:#f4f4f4;background-position:50%;background-repeat:no-repeat;background-size:40px 51px;border-radius:4px;display:inline-block;height:93px;margin-right:15px;max-width:93px;min-width:93px}.modal-icon-delete{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='51'%3E%3Cg fill='none'%3E%3Cpath fill='%23F9630E' d='M35.344 15.082c.845.4 1.207 1.407.805 2.246l-.519 1.085L9.38 6.03l.519-1.084a1.705 1.705 0 0 1 2.263-.8l23.182 10.935zm-8.194 3.3-2.205 26.284c-.12 1.446-1.36 2.579-2.821 2.579H8.874c-1.46 0-2.7-1.133-2.82-2.579L3.848 18.382h23.303z'/%3E%3Cpath fill='%233C4858' d='M36.89 11.849c2.64 1.245 3.767 4.393 2.513 7.015l-1.29 2.7a1.804 1.804 0 0 1-2.402.85l-5.08-2.398-2.095 24.947c-.275 3.286-3.091 5.86-6.412 5.86H8.874c-3.32 0-6.136-2.574-6.411-5.86L.093 16.741a1.793 1.793 0 0 1 1.797-1.938h17.69L6.207 8.495a1.793 1.793 0 0 1-.925-1.016 1.775 1.775 0 0 1 .07-1.367l1.293-2.7C7.899.787 11.066-.333 13.708.912l5.045 2.38.263-.545A4.795 4.795 0 0 1 21.763.28a4.841 4.841 0 0 1 3.7.188l4.347 2.049c2.41 1.138 3.44 4.01 2.296 6.404l-.263.548 5.047 2.38zm-.741 5.48c.402-.84.04-1.848-.805-2.247L12.162 4.147a1.705 1.705 0 0 0-2.263.8l-.52 1.084L35.63 18.413l.519-1.085zm-7.3-9.943a1.225 1.225 0 0 0-.586-1.636L23.917 3.7a1.234 1.234 0 0 0-.945-.047 1.22 1.22 0 0 0-.702.63l-.262.546 6.58 3.104.262-.547zm-3.904 37.28 2.206-26.284H3.848l2.206 26.284c.12 1.446 1.36 2.579 2.82 2.579h13.25c1.461 0 2.7-1.133 2.821-2.579z'/%3E%3C/g%3E%3C/svg%3E")}.modal-icon-success{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2 10a7.2 7.2 0 1 1-14.4 0 7.2 7.2 0 0 1 14.4 0Z' stroke='%2334A853' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m7.436 10.564 1.633 1.634a.188.188 0 0 0 .266 0L13.232 8.3' stroke='%2334A853' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");background-size:40px 40px}.modal-icon-money{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-money-tuZWWTWg.svg);background-position:50% 25px;background-size:60px 60px}.modal-icon-money-2{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-money-2-DaT6CMtD.svg);background-position:50% 50%;background-size:40px 40px}@media (min-width:769px){.modal-icon__content{height:93px}}@media (max-width:767px){.modal-move-document{margin:0;max-width:100%;min-height:100vh;width:100%}.modal-move-document .modal-close{display:none}.modal-move-document .mob-m-r-0{margin-right:0}.modal-add-family,.modal-upload-document{margin:0;max-width:100%;min-height:100vh;width:100%}.modal-add-family .mob-m-t-10,.modal-upload-document .mob-m-t-10{margin-top:10px}.modal-add-family .m-r-12,.modal-upload-document .m-r-12{margin-right:0}.modal-add-family .mob-m-b-0,.modal-upload-document .mob-m-b-0{margin-bottom:0}.modal-add-family .row-desktop,.modal-upload-document .row-desktop{margin-bottom:40px;position:relative}.modal-add-family .row-desktop:after,.modal-upload-document .row-desktop:after{background:#dedede;bottom:-20px;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.modal-add-family .modal-footer,.modal-upload-document .modal-footer{margin:0 0 80px}}.modal-document-preview{background:#0000;box-shadow:none;overflow:hidden;padding:0}.modal-document-preview .modal-header{background-color:#5aa3ee;border-bottom:0;box-shadow:0 4px 12px #00000080;color:#fff;display:flex;font-size:14px;justify-content:space-between;letter-spacing:.3px;min-height:57px;padding:15px;width:100%;z-index:1}.modal-document-preview .modal-header .left{align-items:center;display:flex}.modal-document-preview .modal-header .left strong{word-break:break-all}.modal-document-preview .pdf-page{display:block;margin:0 auto;position:relative;text-align:center}.modal-document-preview .pdf-document,.modal-document-preview img{inset:100px 0 0;overflow:auto;position:absolute;width:100%}.modal-document-preview .pdf-page canvas,.modal-document-preview .textLayer{width:100%!important}.modal-document-preview .scrolling-page{height:auto;margin-bottom:1em}.modal-document-preview .button-download-document{align-items:center;background:#fff;border:1px solid #e7e7e7;border-radius:4px;box-shadow:0 1px #00141d12;color:#303030;display:flex;font-size:14px;justify-content:center;max-height:29px;max-width:192px;min-height:29px;min-width:192px;padding:0;transition:all .3s ease;white-space:nowrap}.modal-document-preview .button-download-document:hover{background:#f0f7fe}.modal-document-preview .button-download-document .icon-download{height:20px;margin-left:5px;width:20px}@media (max-width:767px){.modal-document-preview .button-download-document{max-width:120px;min-width:120px}}.modal-document-preview .zoomBtns{background-color:#fff;border:2px solid #0000;border-radius:4px;display:flex;position:absolute;right:25px;top:100px;transition:all .5s ease;-webkit-user-select:none;user-select:none;z-index:3}@media (max-width:767px){.modal-document-preview .zoomBtns{bottom:25px;top:auto}}.modal-document-preview .zoomBtns:hover{background:#fff;border:2px solid #fff}.modal-document-preview .zoomBtns button{align-items:center;border:0;border-radius:4px;color:#303030;cursor:pointer;display:flex;height:44px;justify-content:center;margin:0;padding:0;position:relative;transition:all .5s ease;width:44px}.modal-document-preview .zoomBtns button:hover{background-color:#7e7d7f;color:#fff}.modal-document-preview .zoomBtns button:after{display:block;font-size:30px;left:50%;position:absolute;top:1px;transform:translate(-50%)}.modal-document-preview .zoomBtns button:first-child:after{content:"-"}.modal-document-preview .zoomBtns button:last-child:after{content:"+"}.modal-document-preview .zoomBtns .zoom-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 176.292 176.292' style='enable-background:new 0 0 176.292 176.292' xml:space='preserve' width='512' height='512'%3E%3Cpath d='M24.027 46.333c-4.32 16.125-2.103 32.968 6.244 47.426 11.132 19.281 31.892 31.259 54.178 31.259a62.367 62.367 0 0 0 24.474-5.03l32.507 56.303 12.99-7.5-32.508-56.305c11.174-8.353 19.19-20.117 22.856-33.802 4.32-16.125 2.103-32.968-6.244-47.426C127.393 11.978 106.633 0 84.347 0c-10.912 0-21.7 2.899-31.199 8.383-14.458 8.347-24.799 21.825-29.121 37.95zM84.347 15c16.944 0 32.727 9.104 41.188 23.759 6.344 10.988 8.029 23.789 4.745 36.044-3.283 12.255-11.143 22.499-22.131 28.842-7.222 4.169-15.416 6.373-23.699 6.373-16.944 0-32.727-9.104-41.188-23.759-6.344-10.988-8.029-23.788-4.745-36.043C41.801 37.96 49.66 27.717 60.648 21.373 67.87 17.204 76.064 15 84.347 15z' fill='%232586ea'/%3E%3C/svg%3E") no-repeat 50%;background-size:17px;display:block;height:44px;margin:0;width:44px}.modal-document-preview .zoomBtns .zoom-icon svg{display:none}.modal-document-preview .icon-preview-close{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M12.5 0C19.403 0 25 5.597 25 12.5S19.403 25 12.5 25 0 19.403 0 12.5 5.597 0 12.5 0zM8.691 13.347a1.2 1.2 0 0 0 .197.157l4.691 4.691a1.164 1.164 0 0 0 1.65 0 1.168 1.168 0 0 0 0-1.65L11.188 12.5l4.022-4.02a1.167 1.167 0 0 0-1.651-1.65l-4.67 4.67a1.154 1.154 0 0 0-.539 1 1.16 1.16 0 0 0 .34.846z'/%3E%3C/svg%3E") no-repeat 50%/cover;cursor:pointer;display:inline-block;height:25px;margin-right:23px;min-width:25px}@media (max-width:767px){.modal-document-preview .icon-preview-close{margin-right:7px}}.set-password{width:537px}.modal-header-info{align-items:center;display:flex;width:100%}.input,.input-phone,.input-select,.textarea{border:1px solid #dedede;border-radius:4px;color:#303030;display:block;font-family:PT Sans,sans-serif;font-size:14px;max-height:42px;min-height:42px;outline:none;overflow:hidden;padding:12px;position:relative;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap;width:100%}@media (max-width:1099px){.input,.input-phone,.input-select,.textarea{font-size:16px}}.input-phone:hover,.input-select:hover,.input:hover,.textarea:hover{border:1px solid #1f8efa}.input-phone:focus,.input-select:focus,.input:focus,.textarea:focus{box-shadow:0 6px 14px -3px #00080e2b}.input-phone:focus::placeholder,.input-select:focus::placeholder,.input:focus::placeholder,.textarea:focus::placeholder{color:#0000}.input-phone:disabled,.input-select:disabled,.input:disabled,.textarea:disabled{background:#f7f8f9;color:#7e7d7f;cursor:not-allowed;opacity:1}.input-phone:disabled:hover,.input-select:disabled:hover,.input:disabled:hover,.textarea:disabled:hover{border:1px solid #dedede}.input-phone::placeholder,.input-select::placeholder,.input::placeholder,.textarea::placeholder{color:#7e7d7f;font-size:14px;transition:color .5s ease}.input-calendar{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-calendar-grey-BjI31dns.svg);background-position:right 7px center;background-repeat:no-repeat;border:1px solid #ebebeb;padding-left:12px;padding-right:30px}.input-verification_pin::-webkit-inner-spin-button,.input-verification_pin::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield;margin:0}.label,.label-radio{color:#404040;display:block;font-size:14px;line-height:20px;margin:0 0 5px}@media (max-width:767px){.label,.label-radio{font-size:13px}}.label-radio{margin:0 0 15px}@media (max-width:767px){.label-radio{margin:0 0 10px}}.input-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8'%3E%3Cpath fill='%231B2A44' fill-rule='evenodd' d='M2.5 8 0 5h5L2.5 8zm0-8L5 3H0l2.5-3z'/%3E%3C/svg%3E");background-position:calc(100% - 13px) 50%;background-repeat:no-repeat;padding:8px 10px;text-align:left}.input-select option[value=""][disabled]{display:none}.textarea{max-height:100%;max-width:100%;min-height:60px;overflow:auto;padding:12px 15px;resize:none;white-space:normal}.input-phone{padding-left:55px}.error .checkbox-input+.checkbox-label,.error .input,.error .input-phone,.error .input-select,.error .multiselect,.error .textarea,.server-error .checkbox-input+.checkbox-label,.server-error .input,.server-error .input-phone,.server-error .input-select,.server-error .multiselect,.server-error .textarea{border:1px solid red}.hide-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.textarea-length-container{bottom:7px;color:#9b9b9b;font-size:12px;font-weight:700;line-height:12px;position:absolute;right:10px;text-align:right}.input-check-box-blue{display:flex;min-height:20px;min-width:20px;position:relative}.input-check-box-blue .input-check-box{height:0;margin:0;opacity:0;padding:0;position:absolute;width:0}.input-check-box-blue .input-check-box+label{align-items:center;color:#3c4858;cursor:pointer;display:flex;padding:0 0 0 30px;position:relative;-webkit-user-select:none;user-select:none}.input-check-box-blue .input-check-box+label:before{background:#fff;border:1px solid #ccc;border-radius:2px;content:"";height:18px;left:0;position:absolute;top:0;width:18px}@media (max-width:767px){.input-check-box-blue .input-check-box+label{display:block}}table .input-check-box-blue .input-check-box:checked+label{font-weight:700}.input-check-box-blue .input-check-box:checked+label:before{background:#2586ea url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='5' fill='%232586EA'/%3E%3Cpath d='m5.664 9.945 2.052 2.053a.22.22 0 0 0 .313 0l5.365-5.365' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:18px;border-color:#2586ea}.input-check-box-blue.small{min-height:16px;min-width:16px}.input-check-box-blue.small:before{height:16px;width:16px}.input-check-box-blue.small .input-check-box{height:16px;min-width:16px;width:16px}.input-check-box-blue.small .input-check-box+label{font-size:14px;line-height:16px}.input-check-box-blue.small .input-check-box+label:before{height:16px;width:16px}.input-check-box-blue.small .input-check-box:checked+label:before{background-size:16px}.input-check-box-blue.single .input-check-box+label{padding:0}.input-check-box-blue.center .input-check-box+label:before{margin-top:-10px;top:50%}.input-check-box-green{display:flex;min-height:20px;min-width:20px;position:relative}@media screen�{.input-check-box-green{display:block}}.input-check-box-green .input-check-box{height:0;margin:0;opacity:0;padding:0;position:absolute;width:0}.input-check-box-green .input-check-box+label{align-items:center;color:#3c4858;cursor:pointer;display:flex;padding:0 0 0 30px;position:relative;-webkit-user-select:none;user-select:none}@media screen�{.input-check-box-green .input-check-box+label{display:block}}.input-check-box-green .input-check-box+label:before{background:#fff;border:1px solid #979797;border-radius:2px;content:"";height:20px;left:0;position:absolute;top:0;width:20px}table .input-check-box-green .input-check-box:checked+label{font-weight:700}.input-check-box-green .input-check-box:checked+label:before{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='5' fill='%2334A853'/%3E%3Cpath d='m5.664 9.945 2.052 2.053a.22.22 0 0 0 .313 0l5.365-5.365' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:20px;border-color:#d9d9d9}.input-check-box-green.small{min-height:16px;min-width:16px}.input-check-box-green.small:before{height:16px;width:16px}.input-check-box-green.small .input-check-box{height:16px;min-width:16px;width:16px}.input-check-box-green.small .input-check-box+label{font-size:14px;line-height:16px;padding:0 0 0 26px}.input-check-box-green.small .input-check-box+label:before{height:16px;width:16px}.input-check-box-green.small .input-check-box:checked+label:before{background-size:16px}.input-check-box-green.single .input-check-box+label{padding:0}.input-radio-blue{display:flex;min-height:20px;min-width:20px;position:relative}.input-radio-blue .input-radio{height:0;margin:0;opacity:0;padding:0;position:absolute;width:0}.input-radio-blue .input-radio+label{align-items:center;color:#3c4858;cursor:pointer;display:flex;padding:0 0 0 30px;position:relative;-webkit-user-select:none;user-select:none}.input-radio-blue .input-radio+label:before{background:#fff;border:1px solid #dedede;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:0;width:20px}.input-radio-blue .input-radio:checked+label:before{background:#2586ea;border-color:#2586ea}.input-radio-blue .input-radio:checked+label:after{background:#fff;border-radius:50%;content:"";height:8px;left:6px;position:absolute;top:6px;width:8px}.input-radio-blue.small{min-height:16px;min-width:16px}.input-radio-blue.small .input-radio{height:16px;min-width:16px;width:16px}.input-radio-blue.small .input-radio+label{font-size:14px;line-height:16px}.input-radio-blue.small .input-radio+label:before{height:16px;width:16px}.input-radio-blue.small .input-radio:checked+label:after{height:6px;left:5px;top:5px;width:6px}.input-radio-wrapper{display:flex;margin:0 18px 0 0;position:relative}.input-radio-wrapper:before{background:#fff;border-radius:50%;content:"";height:18px;left:0;position:absolute;top:0;width:18px}.input-radio-wrapper .input-radio{border:0;box-shadow:none;display:inline-flex;height:18px;margin:0;min-width:18px;width:18px}.input-radio-wrapper .input-radio+label{align-items:center;color:#303030;cursor:pointer;display:flex;font-size:14px;padding:0 0 0 10px;position:relative;-webkit-user-select:none;user-select:none}.input-radio-wrapper .input-radio+label:before{background:#fff;border:1px solid #aaa;border-radius:50%;content:"";height:18px;left:-18px;position:absolute;top:0;width:18px}.input-radio-wrapper .input-radio:checked+label{color:#1f8efa}.input-radio-wrapper .input-radio:checked+label:before{background:#1f8efa;border-color:#1f8efa}.input-radio-wrapper .input-radio:checked+label:after{background:#fff;border-radius:50%;content:"";height:6px;left:-12px;position:absolute;top:6px;width:6px}.country-flags-tooltip{background:#fff;border:1px solid #dedede;border-radius:4px;margin-top:5px;position:absolute;top:100%;width:350px;z-index:10}.country-flags-list{border-top:1px solid #dedede;max-height:220px;overflow-y:auto;padding:10px 0}.country-flags-list-empty{color:#7e7d7f;font-size:16px;padding:0 12px}.country-flags-wrapper-search{padding:10px;position:relative}.country-flags-search-icon{display:none}.country-flags-search-clear{cursor:pointer;height:32px;position:absolute;right:12px;top:15px;width:32px;z-index:9}.country-flags-search-clear:after,.country-flags-search-clear:before{background:#f9630e;content:"";height:16px;position:absolute;top:8px;width:2px}.country-flags-search-clear:before{left:15px;transform:rotate(45deg)}.country-flags-search-clear:after{right:15px;transform:rotate(-45deg)}.country-flags-search{border:1px solid #ebebeb;border-radius:4px;display:block;height:32px;margin:0;outline:none;padding:0 32px 0 52px;width:100%}.country-flags-search,.country-flags-search::placeholder{color:#7e7d7f;font-size:14px}.country-flags-list__item{align-items:center;color:#7e7d7f;cursor:pointer;display:flex;font-size:16px;height:50px;padding:0 20px;width:100%}.country-flags-list__item:hover{background:#f2f2f2}.country-flags-list__item:hover .country-flags-list__item-name{color:#2586ea}.country-flags-list__item-flag{background-position:50% 50%;background-repeat:no-repeat;background-size:contain;box-shadow:0 0 3px #0006;height:30px;min-width:45px;width:45px}.country-flags-list__item-code{font-weight:700;min-width:70px;padding:0 0 0 15px;width:70px}.input-phone__flag{cursor:pointer;height:calc(100% - 2px);left:0;position:absolute;top:0;width:55px;z-index:1}.input-phone__flag:after{border-color:#000 #0000 #0000;border-style:solid;border-width:4px 3px 0;content:"";height:0;margin-top:-2px;position:absolute;right:7px;top:21px;width:0}.form-group__styled--phone .input-phone__flag{top:34%}.input-phone__flag-image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:14px;left:14px;position:relative;top:14px;width:20px}.input-phone{padding-left:60px!important}.input-phone__wrapper{margin-right:15px}@media (max-width:767px){.input-phone__wrapper{margin-right:0}}.input-phone__inner{position:relative}.button,[class^=button]{align-items:center;background:none;border:0;border-radius:4px;cursor:pointer;display:inline-flex;font-family:PT Sans,sans-serif;font-size:15px;font-weight:400;justify-content:center;line-height:24px;min-height:42px;min-width:93px;outline:none;padding:8px 12px;text-align:center;text-decoration:none;transition:all .3s ease;-webkit-user-select:none;user-select:none;vertical-align:middle}.button+.upload-field,[class^=button]+.upload-field{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.button.icon-svg:hover svg path,[class^=button].icon-svg:hover svg path{fill:#fff}.button .arrow-prev{margin-right:4px}.button .arrow-next{transform:rotate(180deg)}.button.prev svg path{fill:#2586ea;transition:fill .3s ease}.button.prev:hover svg path{fill:#fff}.button .arrow-prev{margin-right:12px}.button .arrow-next{margin-left:12px}.button.button--google{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M18.471 9.831c0-.638-.057-1.252-.164-1.84H9.831v3.48h4.844a4.14 4.14 0 0 1-1.796 2.717v2.258h2.908c1.702-1.567 2.684-3.874 2.684-6.615Z' fill='%234285F4'/%3E%3Cpath d='M9.831 18.626c2.43 0 4.467-.806 5.956-2.18l-2.908-2.258c-.806.54-1.837.859-3.048.859-2.344 0-4.328-1.583-5.036-3.71H1.788v2.331a8.997 8.997 0 0 0 8.043 4.958Z' fill='%2334A853'/%3E%3Cpath d='M4.795 11.336a5.41 5.41 0 0 1-.282-1.71c0-.593.102-1.17.282-1.71V5.584H1.788a8.996 8.996 0 0 0-.957 4.042c0 1.453.348 2.827.957 4.042l3.007-2.332Z' fill='%23FBBC05'/%3E%3Cpath d='M9.831 4.206c1.321 0 2.508.454 3.44 1.346l2.582-2.581C14.294 1.518 12.257.626 9.83.626a8.997 8.997 0 0 0-8.043 4.959l3.007 2.331c.708-2.127 2.692-3.71 5.036-3.71Z' fill='%23EA4335'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-position:left 10px center;border:1px solid #4285f4;color:#4285f4;height:40px;justify-content:center;min-width:220px}.button.button--google:hover{background-color:#4285f41a;border-color:#2a71e4}@media (max-width:767px){.button.button--google{line-height:16px;min-width:185px;padding-left:30px;padding-right:5px;width:100%}}.button.button--apple{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.682 4.511c.858 0 1.933-.58 2.573-1.353.58-.7 1.002-1.679 1.002-2.657 0-.133-.012-.266-.036-.375-.954.037-2.101.64-2.79 1.45-.544.616-1.039 1.582-1.039 2.573 0 .145.024.29.036.338.06.012.157.024.254.024Zm-3.02 14.616c1.172 0 1.691-.786 3.153-.786 1.486 0 1.812.761 3.116.761 1.28 0 2.138-1.183 2.948-2.343.905-1.329 1.28-2.633 1.304-2.694-.084-.024-2.537-1.026-2.537-3.84 0-2.44 1.933-3.54 2.042-3.624-1.28-1.836-3.225-1.885-3.757-1.885-1.437 0-2.609.87-3.346.87-.797 0-1.848-.821-3.092-.821-2.367 0-4.77 1.957-4.77 5.653 0 2.295.893 4.723 1.992 6.293.942 1.328 1.764 2.416 2.947 2.416Z' fill='%23000'/%3E%3C/svg%3E") no-repeat;background-position:left 10px center;border:1px solid #000;color:#000;height:40px;justify-content:center;min-width:168px}.button.button--apple:hover{background-color:#0000001a;border-color:#000;color:#000}@media (max-width:767px){.button.button--apple{line-height:16px;min-width:140px;padding-left:30px;padding-right:4px;width:100%}}.button-orange{background:#f9630e;color:#fff}@media (hover:hover){.button-orange:hover{background:#cf4e05}}.button-blue{background-color:#2586ea;color:#fff}.button-blue:hover{background-color:#1b7bd8}.button-blue:hover.next svg path,.button-blue:hover.prev svg path{fill:#fff;transition:fill .3s ease}.button-blue.disabled,.button-blue[disabled]{background-color:#ebebeb;color:#7e7d7f;cursor:not-allowed}.button-blue.disabled:hover,.button-blue[disabled]:hover{box-shadow:none}.button-blue.next svg path,.button-blue.prev svg path{fill:#fff;transition:fill .3s ease}.button-mini{max-width:40px}.button-gray,.button-grey{background-color:#dadada;color:#404040}.button-gray:hover,.button-grey:hover{background-color:#b9c9da}.button-white{background:#fff;border:1px solid #2586ea;color:#2586ea}.button-white:hover{background:#2586ea;color:#fff}.button-white:hover.next svg path,.button-white:hover.prev svg path{fill:#fff}.button-white[disabled]{background:#fff;border-color:#6ac6ff;color:#6ac6ff;cursor:not-allowed}.button-white.icon-svg svg{margin-right:7px}.button-white.icon-svg g{transition:fill .3s ease}.button-white.icon-svg:hover g{fill:#fff}.button-white.next svg path,.button-white.prev svg path{fill:#2586ea;transition:fill .3s ease}.button-orange-border{background:#fff;border:1px solid #f9630e;color:#f9630e}.button-orange-border:hover{background:#f9630e;color:#fff}.button-purple{background:#6772e5;border:1px solid #6772e5;color:#fff}.button-purple:hover{color:#fff;opacity:.8}.button-text-delete{align-items:center;cursor:pointer;display:flex;margin-left:30px;min-width:50px;position:relative;text-decoration:none;transition:all .3s ease}.button-text-delete .text{border-bottom:1px dashed #303030;flex-wrap:nowrap;margin-bottom:-1px;transition:all .3s ease;word-break:keep-all}.button-text-delete:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858'%3E%3Cpath d='M13.556 4.2h-2.541V3h-3.45v1.2H5.024v1.897h8.532V4.201zm-5.077-.252H10.1v.253H8.479v-.253zm4.265 5.825.172-2.728H5.663l.58 9.165h3.479a4.172 4.172 0 0 1-.72-2.352c0-2.185 1.661-3.976 3.742-4.085z'/%3E%3Cpath d='M12.946 10.716c-1.67 0-3.03 1.41-3.03 3.142S11.277 17 12.947 17c1.671 0 3.03-1.41 3.03-3.142 0-1.733-1.359-3.142-3.03-3.142zm1.651 4.183-.646.67-1.005-1.04-1.004 1.04-.646-.67 1.004-1.041-1.004-1.042.646-.67 1.004 1.041 1.005-1.041.646.67-1.004 1.042 1.004 1.041z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;content:"";display:inline-block;height:16px;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:17px}.button-text-delete:hover .text{border-bottom:1px dashed #0000}.button-actions,.button-delete,.button-download,.button-edit,.button-file-locked,.button-folder-close,.button-folder-save,.button-new-folder,.button-save,.button-view{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858'%3E%3Cpath d='M13.556 4.2h-2.541V3h-3.45v1.2H5.024v1.897h8.532V4.201zm-5.077-.252H10.1v.253H8.479v-.253zm4.265 5.825.172-2.728H5.663l.58 9.165h3.479a4.172 4.172 0 0 1-.72-2.352c0-2.185 1.661-3.976 3.742-4.085z'/%3E%3Cpath d='M12.946 10.716c-1.67 0-3.03 1.41-3.03 3.142S11.277 17 12.947 17c1.671 0 3.03-1.41 3.03-3.142 0-1.733-1.359-3.142-3.03-3.142zm1.651 4.183-.646.67-1.005-1.04-1.004 1.04-.646-.67 1.004-1.041-1.004-1.042.646-.67 1.004 1.041 1.005-1.041.646.67-1.004 1.042 1.004 1.041z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px;border:1px solid #dedede;border-radius:4px;margin:6px 0 6px 6px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;padding:5px;transition:all .3s ease}.button-actions:hover,.button-delete:hover,.button-download:hover,.button-edit:hover,.button-file-locked:hover,.button-folder-close:hover,.button-folder-save:hover,.button-new-folder:hover,.button-save:hover,.button-view:hover{background-color:#dedede;box-shadow:none}.button-view{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%233C4858' class='icon-view-as-client-path' d='M10 5a8.82 8.82 0 0 0-8 4.86.31.31 0 0 0 0 .28A8.82 8.82 0 0 0 10 15a8.82 8.82 0 0 0 8-4.86.32.32 0 0 0 0-.28A8.82 8.82 0 0 0 10 5Zm0 8.45A3.53 3.53 0 0 1 6.39 10 3.53 3.53 0 0 1 10 6.55 3.53 3.53 0 0 1 13.61 10 3.53 3.53 0 0 1 10 13.45Zm0-5.72A2.27 2.27 0 1 1 7.65 10 2.31 2.31 0 0 1 10 7.73Z'/%3E%3C/svg%3E") no-repeat 50%/20px}.button-view:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%233C4858' class='icon-view-as-client-path' d='M10 5a8.82 8.82 0 0 0-8 4.86.31.31 0 0 0 0 .28A8.82 8.82 0 0 0 10 15a8.82 8.82 0 0 0 8-4.86.32.32 0 0 0 0-.28A8.82 8.82 0 0 0 10 5Zm0 8.45A3.53 3.53 0 0 1 6.39 10 3.53 3.53 0 0 1 10 6.55 3.53 3.53 0 0 1 13.61 10 3.53 3.53 0 0 1 10 13.45Zm0-5.72A2.27 2.27 0 1 1 7.65 10 2.31 2.31 0 0 1 10 7.73Z'/%3E%3C/svg%3E") no-repeat 50%/20px}.button-edit{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858' fill-rule='evenodd'%3E%3Cpath d='M10.996 2H2v16h16V9h-2v7H4V4h6.996z'/%3E%3Cpath d='M15.681 2.102 10.67 7.41l.053.122.309.71.475.266a.647.647 0 0 1 .26.277l.252.503.671.327.115.056 5.012-5.307-2.135-2.26zm4.039-.242L18.045.084a.267.267 0 0 0-.39 0l-1.427 1.511 2.066 2.188 1.426-1.511a.304.304 0 0 0 0-.414zm-9.708 6.382-.05.207-.473 1.984c-.047.198.098.38.278.38a.298.298 0 0 0 .072-.01l1.877-.5.195-.053.195-.053.153-.041-.356-.173-.341-.165a.301.301 0 0 1-.135-.135l-.215-.428-.05-.098a.296.296 0 0 0-.12-.127l-.092-.052-.405-.228a.298.298 0 0 1-.128-.142l-.155-.36-.164-.378-.04.162-.046.21z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px}.button-edit:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858' fill-rule='evenodd'%3E%3Cpath d='M10.996 2H2v16h16V9h-2v7H4V4h6.996z'/%3E%3Cpath d='M15.681 2.102 10.67 7.41l.053.122.309.71.475.266a.647.647 0 0 1 .26.277l.252.503.671.327.115.056 5.012-5.307-2.135-2.26zm4.039-.242L18.045.084a.267.267 0 0 0-.39 0l-1.427 1.511 2.066 2.188 1.426-1.511a.304.304 0 0 0 0-.414zm-9.708 6.382-.05.207-.473 1.984c-.047.198.098.38.278.38a.298.298 0 0 0 .072-.01l1.877-.5.195-.053.195-.053.153-.041-.356-.173-.341-.165a.301.301 0 0 1-.135-.135l-.215-.428-.05-.098a.296.296 0 0 0-.12-.127l-.092-.052-.405-.228a.298.298 0 0 1-.128-.142l-.155-.36-.164-.378-.04.162-.046.21z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px}.button-download{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M15 8.079h-3.142V3H7.142v5.079H4L9.502 14 15 8.079zM4 17.667h11v-1.223H4v1.223z'/%3E%3C/svg%3E") no-repeat 50%/20px}.button-download:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M15 8.079h-3.142V3H7.142v5.079H4L9.502 14 15 8.079zM4 17.667h11v-1.223H4v1.223z'/%3E%3C/svg%3E") no-repeat 50%/20px}.button-save{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858' fill-rule='evenodd'%3E%3Cpath d='M5.766 6.73h1.476V3.892H5.766z'/%3E%3Cpath d='M14.043 2.03H3v14.916h13.967V4.97l-2.924-2.94zm-4.06 12.8a2.664 2.664 0 0 1-2.656-2.671 2.664 2.664 0 0 1 2.657-2.671 2.664 2.664 0 0 1 2.656 2.671 2.664 2.664 0 0 1-2.656 2.671zM4.812 7.344h8.637V3.278H4.81v4.066z'/%3E%3Cpath d='M11.629 12.159a1.65 1.65 0 0 1-1.645 1.654 1.65 1.65 0 0 1-1.647-1.654 1.65 1.65 0 0 1 1.647-1.655 1.65 1.65 0 0 1 1.645 1.655z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px}.button-save:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858' fill-rule='evenodd'%3E%3Cpath d='M5.766 6.73h1.476V3.892H5.766z'/%3E%3Cpath d='M14.043 2.03H3v14.916h13.967V4.97l-2.924-2.94zm-4.06 12.8a2.664 2.664 0 0 1-2.656-2.671 2.664 2.664 0 0 1 2.657-2.671 2.664 2.664 0 0 1 2.656 2.671 2.664 2.664 0 0 1-2.656 2.671zM4.812 7.344h8.637V3.278H4.81v4.066z'/%3E%3Cpath d='M11.629 12.159a1.65 1.65 0 0 1-1.645 1.654 1.65 1.65 0 0 1-1.647-1.654 1.65 1.65 0 0 1 1.647-1.655 1.65 1.65 0 0 1 1.645 1.655z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px}.button-file-locked{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M.001.019H10.8v9.917H.001z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%233C4858' d='M6.668 8h5.665V5.833c0-1.68-1.272-3.041-2.831-3.041-1.563 0-2.834 1.361-2.834 3.04V8zM5 8V5.833C5 3.165 7.018 1 9.502 1 11.982 1 14 3.165 14 5.833V8h1.136c.473 0 .864.375.864.837v8.33c0 .457-.391.833-.864.833H3.867C3.391 18 3 17.624 3 17.166v-8.33c0-.46.391-.836.867-.836H5z'/%3E%3Cg transform='translate(8.6 8.08)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%2332383D' d='m6.812.846 3.77 6.615c.138.243.218.524.218.824a1.64 1.64 0 0 1-1.63 1.651H5.4L4.096 4.978 5.4.019c.604 0 1.13.333 1.412.827' mask='url(%23b)'/%3E%3Cpath fill='%23495358' d='M3.988.846.218 7.46A1.66 1.66 0 0 0 0 8.285c0 .912.73 1.651 1.63 1.651H5.4V.019c-.604 0-1.13.333-1.412.827' mask='url(%23b)'/%3E%3C/g%3E%3Cpath fill='%2332383D' stroke='%23FFF' stroke-width='2' d='M14 18.016h-3.77c-.9 0-1.63-.74-1.63-1.651 0-.3.08-.581.218-.824l3.77-6.615A1.625 1.625 0 0 1 14 8.099c.604 0 1.13.333 1.412.827l3.77 6.615c.138.243.218.524.218.824a1.64 1.64 0 0 1-1.63 1.651H14z'/%3E%3Cpath fill='%2332383D' d='m15.412 8.926 3.77 6.615c.138.243.218.524.218.824a1.64 1.64 0 0 1-1.63 1.651H14l-1.304-4.958L14 8.099c.604 0 1.13.333 1.412.827'/%3E%3Cpath fill='%23495358' d='m12.588 8.926-3.77 6.615a1.66 1.66 0 0 0-.218.824c0 .912.73 1.651 1.63 1.651H14V8.099c-.604 0-1.13.333-1.412.827'/%3E%3Cpath fill='%23EFA055' d='m18.618 15.871-3.77-6.615a.98.98 0 0 0-.82-.496l3.225 8.596h.517c.54 0 .978-.445.978-.99a1 1 0 0 0-.13-.495'/%3E%3Cpath fill='%23F7C362' d='M17.984 15.871c.073.15.112.32.112.494 0 .546-.378.99-.843.99H10.23a.986.986 0 0 1-.978-.99 1 1 0 0 1 .13-.494l3.77-6.615a.98.98 0 0 1 .876-.496c.29.011.557.2.703.496l3.253 6.615'/%3E%3Cpath fill='%2332383D' d='M14 15.154v1.101c.3 0 .543-.246.543-.55a.547.547 0 0 0-.543-.55'/%3E%3Cpath fill='%23495358' d='M14 15.154c.06 0 .109.247.109.55 0 .305-.049.551-.109.551a.547.547 0 0 1-.543-.55c0-.304.243-.55.543-.55'/%3E%3Cpath fill='%2332383D' d='M14 10.422v4.072c.3 0 .543-.246.543-.55v-2.972a.547.547 0 0 0-.543-.55'/%3E%3Cpath fill='%23495358' d='M14 10.422c.06 0 .109.246.109.55v2.972c0 .304-.049.55-.109.55a.547.547 0 0 1-.543-.55v-2.972c0-.304.243-.55.543-.55'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px}.button-file-locked:hover{background:#dedede url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M.001.019H10.8v9.917H.001z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%233C4858' d='M6.668 8h5.665V5.833c0-1.68-1.272-3.041-2.831-3.041-1.563 0-2.834 1.361-2.834 3.04V8zM5 8V5.833C5 3.165 7.018 1 9.502 1 11.982 1 14 3.165 14 5.833V8h1.136c.473 0 .864.375.864.837v8.33c0 .457-.391.833-.864.833H3.867C3.391 18 3 17.624 3 17.166v-8.33c0-.46.391-.836.867-.836H5z'/%3E%3Cg transform='translate(8.6 8.08)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%2332383D' d='m6.812.846 3.77 6.615c.138.243.218.524.218.824a1.64 1.64 0 0 1-1.63 1.651H5.4L4.096 4.978 5.4.019c.604 0 1.13.333 1.412.827' mask='url(%23b)'/%3E%3Cpath fill='%23495358' d='M3.988.846.218 7.46A1.66 1.66 0 0 0 0 8.285c0 .912.73 1.651 1.63 1.651H5.4V.019c-.604 0-1.13.333-1.412.827' mask='url(%23b)'/%3E%3C/g%3E%3Cpath fill='%2332383D' stroke='%23FFF' stroke-width='2' d='M14 18.016h-3.77c-.9 0-1.63-.74-1.63-1.651 0-.3.08-.581.218-.824l3.77-6.615A1.625 1.625 0 0 1 14 8.099c.604 0 1.13.333 1.412.827l3.77 6.615c.138.243.218.524.218.824a1.64 1.64 0 0 1-1.63 1.651H14z'/%3E%3Cpath fill='%2332383D' d='m15.412 8.926 3.77 6.615c.138.243.218.524.218.824a1.64 1.64 0 0 1-1.63 1.651H14l-1.304-4.958L14 8.099c.604 0 1.13.333 1.412.827'/%3E%3Cpath fill='%23495358' d='m12.588 8.926-3.77 6.615a1.66 1.66 0 0 0-.218.824c0 .912.73 1.651 1.63 1.651H14V8.099c-.604 0-1.13.333-1.412.827'/%3E%3Cpath fill='%23EFA055' d='m18.618 15.871-3.77-6.615a.98.98 0 0 0-.82-.496l3.225 8.596h.517c.54 0 .978-.445.978-.99a1 1 0 0 0-.13-.495'/%3E%3Cpath fill='%23F7C362' d='M17.984 15.871c.073.15.112.32.112.494 0 .546-.378.99-.843.99H10.23a.986.986 0 0 1-.978-.99 1 1 0 0 1 .13-.494l3.77-6.615a.98.98 0 0 1 .876-.496c.29.011.557.2.703.496l3.253 6.615'/%3E%3Cpath fill='%2332383D' d='M14 15.154v1.101c.3 0 .543-.246.543-.55a.547.547 0 0 0-.543-.55'/%3E%3Cpath fill='%23495358' d='M14 15.154c.06 0 .109.247.109.55 0 .305-.049.551-.109.551a.547.547 0 0 1-.543-.55c0-.304.243-.55.543-.55'/%3E%3Cpath fill='%2332383D' d='M14 10.422v4.072c.3 0 .543-.246.543-.55v-2.972a.547.547 0 0 0-.543-.55'/%3E%3Cpath fill='%23495358' d='M14 10.422c.06 0 .109.246.109.55v2.972c0 .304-.049.55-.109.55a.547.547 0 0 1-.543-.55v-2.972c0-.304.243-.55.543-.55'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px}.button-actions{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'%3E%3Cdefs%3E%3Cpath id='a' d='M6.286-1.429a1.286 1.286 0 1 1 0-2.571 1.286 1.286 0 0 1 0 2.571zm0 4.286a1.286 1.286 0 1 1 0-2.571 1.286 1.286 0 0 1 0 2.571zm0 4.286a1.286 1.286 0 1 1 0-2.572 1.286 1.286 0 0 1 0 2.572z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' style='transform:translate(14px,6px) rotate(90deg)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%23303030' mask='url(%23b)'%3E%3Cpath d='M-6.143-9.857h24v24h-24z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;background-size:30px;display:none}@media (max-width:767px){.button-actions{display:inline-block}}.button-actions:active,.button-actions:focus{background-color:#aaa}.button-new-folder{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%233C4858' d='M16.676 5.385c1.043 0 1.824.84 1.824 1.874v7.894c0 1.035-.78 1.847-1.824 1.847H3.454C2.41 17 1.5 16.188 1.5 15.153V4.043C1.5 3.454 2.048 3 2.644 3H9.32c.596 0 1.028.453 1.028 1.044v1.34h6.327z'/%3E%3Cpath fill='%23FFF' d='M12.464 10.464h-1.821a.107.107 0 0 1-.107-.107V8.536a.536.536 0 0 0-1.072 0v1.821c0 .06-.048.107-.107.107H7.536a.536.536 0 0 0 0 1.072h1.821c.06 0 .107.048.107.107v1.821a.536.536 0 0 0 1.072 0v-1.821c0-.06.048-.107.107-.107h1.821a.536.536 0 0 0 0-1.072z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px}.button-folder-close,.button-folder-save{display:none}@media (max-width:767px){.button-folder-close,.button-folder-save{background-size:20px;display:inline-block;font-size:0;margin-right:0;min-width:30px}}.button-folder-save{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858' fill-rule='evenodd'%3E%3Cpath d='M5.766 6.73h1.476V3.892H5.766z'/%3E%3Cpath d='M14.043 2.03H3v14.916h13.967V4.97l-2.924-2.94zm-4.06 12.8a2.664 2.664 0 0 1-2.656-2.671 2.664 2.664 0 0 1 2.657-2.671 2.664 2.664 0 0 1 2.656 2.671 2.664 2.664 0 0 1-2.656 2.671zM4.812 7.344h8.637V3.278H4.81v4.066z'/%3E%3Cpath d='M11.629 12.159a1.65 1.65 0 0 1-1.645 1.654 1.65 1.65 0 0 1-1.647-1.654 1.65 1.65 0 0 1 1.647-1.655 1.65 1.65 0 0 1 1.645 1.655z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/20px}.button-back{color:#303030;font-size:18px;margin-bottom:6px;margin-left:40px;margin-top:10px;position:relative}.button-back:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='28'%3E%3Cdefs%3E%3Cpath id='a' d='m16.82 14.946-3.771 3.87a.603.603 0 0 1-.87 0 .642.642 0 0 1 0-.892l3.338-3.424-3.337-3.424a.642.642 0 0 1 0-.891.603.603 0 0 1 .869 0l3.771 3.87a.637.637 0 0 1 0 .891z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='27' height='27' x='.5' y='.5' fill='%23FFF' stroke='%23E7E7E7' rx='4'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233C4858' fill-rule='nonzero' transform='matrix(1 0 0 -1 0 29)' xlink:href='%23a'/%3E%3Cg fill='%232586EA' mask='url(%23b)'%3E%3Cpath d='M0 0h28v28H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;content:"";display:inline-block;height:28px;left:-40px;position:absolute;top:-5px;transform:rotate(180deg);width:28px}@media (max-width:767px){.button-back--text{align-items:center;display:flex;justify-content:flex-start}.button-mobile-back{float:none;justify-content:flex-start;margin-bottom:5px;width:auto}}.button-secondary{line-height:18px;min-height:36px;padding:5px 12px}.button-secondary+.button-secondary{margin-left:6px}.button-small{height:27px;min-height:27px;min-width:70px;padding:4px 10px 5px}.button-text{color:#aaa}.button-dropdown{padding-right:38px}.button-dropdown,.button-dropdown:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%232586EA' d='m10.545 12.284 4.73-4.526a.715.715 0 0 0 0-1.042.795.795 0 0 0-1.09 0L10 10.72 5.815 6.716a.795.795 0 0 0-1.09 0c-.3.288-.3.754 0 1.042l4.73 4.526c.15.144.348.216.545.216a.786.786 0 0 0 .545-.216z'/%3E%3C/svg%3E");background-position:center right 13px;background-repeat:no-repeat;background-size:16px auto}.button-dropdown:hover{background-color:#fff;color:#1a6dbd}.btn-icon{align-items:center;background:#fff;border:1px solid #dedede;border-radius:4px;box-shadow:0 1px #00141d12;cursor:pointer;display:inline-flex;height:30px;justify-content:center;margin:0;min-height:30px;min-width:30px;padding:0;transition:background .3s ease}.btn-icon:hover{background:#dedede}.btn-icon:disabled{background:#0000;cursor:default;opacity:.5;position:relative}.wrap-buttons{align-items:center;display:flex;justify-content:flex-end}@media (max-width:767px){.wrap-buttons{align-items:center;justify-content:flex-end;width:100%}}.wrap-buttons-between{justify-content:space-between}.wrap-buttons-start{justify-content:flex-start}@media (max-width:767px){.wrap-buttons-start{align-items:center;justify-content:space-between}.wrap-buttons___item{max-height:none;width:calc(50% - 7px)}}button .next-arrow{fill:#2586ea;display:inline-block;height:11px;margin-left:5px;transition:all .3s ease;vertical-align:inherit;width:6px}button .prev-arrow{margin-left:0;margin-right:5px;transform:rotate(180deg)}@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill){button{display:inline-block}button .next-arrow{vertical-align:initial}}.button-blue .next-arrow,.button-white:hover .next-arrow{fill:#fff}.logout-button{background:none;border:0;font-family:inherit;height:100%;margin:0;outline:0;padding:0;text-align:left;width:100%}@media (max-width:767px){.mob-auth-buttons{border-top:1px solid #dedede;display:flex;justify-content:space-between;padding-top:20px}}@media (max-width:480px){.mob-auth-buttons{flex-direction:column}.mob-auth-buttons .button{margin-bottom:10px}}.button-mobile-delete-tabled{display:none}@media (max-width:767px){.button-mobile-delete-tabled{align-items:center;background:#f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.597 1.35c.196 0 .355.153.355.342v1.446c0 .19-.159.343-.355.343H.355A.349.349 0 0 1 0 3.138V1.692c0-.189.159-.342.355-.342h2.254a.349.349 0 0 0 .355-.343V.343c0-.19.158-.343.354-.343h3.316c.195 0 .354.153.354.343v.664c0 .19.159.343.355.343h2.254Zm-5.491-.284a.144.144 0 0 0-.147.142c0 .078.065.142.147.142h1.74a.144.144 0 0 0 .147-.142.144.144 0 0 0-.147-.142h-1.74Z' fill='%232586EA'/%3E%3Cpath d='M8.737 7.69a.363.363 0 0 0 .329-.324l.16-2.44a.342.342 0 0 0-.348-.359H1.074a.342.342 0 0 0-.348.358l.639 9.735a.344.344 0 0 0 .348.316h3.113c.28 0 .45-.308.325-.55a4.615 4.615 0 0 1-.513-2.122 4.653 4.653 0 0 1 4.1-4.613Z' fill='%232586EA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.348 8.938c-2.013 0-3.652 1.584-3.652 3.53C5.696 14.417 7.335 16 9.348 16 11.362 16 13 14.416 13 12.469s-1.638-3.531-3.652-3.531Zm1.91 4.646a.22.22 0 0 1 0 .312l-.471.471a.238.238 0 0 1-.334 0l-.9-.9a.238.238 0 0 0-.335 0l-.9.9a.238.238 0 0 1-.334 0l-.472-.47a.22.22 0 0 1 0-.313l.922-.922a.22.22 0 0 0 0-.312l-.922-.922a.22.22 0 0 1 0-.312l.472-.471a.238.238 0 0 1 .334 0l.9.9a.238.238 0 0 0 .334 0l.901-.9a.238.238 0 0 1 .334 0l.471.471a.22.22 0 0 1 0 .312l-.922.922a.22.22 0 0 0 0 .312l.922.922Z' fill='%232586EA'/%3E%3C/svg%3E") no-repeat 18px/14px;border-radius:4px;color:#2586ea;display:flex;font-weight:700;justify-content:flex-start;padding:15px 15px 15px 40px;width:100%}}.add-to-calendar__content{background:#fff;border:1px solid #ebebeb;border-radius:4px;box-shadow:0 12px 36px #0000000a,0 12px 24px #0000000a,0 2px 8px #0000000a,0 0 1px #0000000a;box-sizing:border-box;display:none;left:0;padding:4px 0;position:absolute;top:calc(100% + 5px);width:218px}.add-to-calendar__content--item{align-items:center;background-color:#fff;display:flex;justify-content:space-between;padding:10px 12px;transition:all .3s ease}.add-to-calendar__content--item:hover{background-color:#f4f4f4;cursor:pointer}@media (max-width:767px){.mob-buttons-row{bottom:0;left:0;padding:15px;position:fixed}.mob-buttons-row .button-back-mobile{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%232586EA' d='m10.545 12.284 4.73-4.526a.715.715 0 0 0 0-1.042.795.795 0 0 0-1.09 0L10 10.72 5.815 6.716a.795.795 0 0 0-1.09 0c-.3.288-.3.754 0 1.042l4.73 4.526c.15.144.348.216.545.216a.786.786 0 0 0 .545-.216z'/%3E%3C/svg%3E") no-repeat 50%/14px;font-size:0;height:42px;max-width:42px;min-width:42px;transform:rotate(90deg)}}.btn{background-color:initial;border:1px solid #0000;border-radius:4px;color:#212529;cursor:pointer;display:inline-block;font-family:PT Sans,sans-serif;font-size:14px;font-weight:700;line-height:16px;min-width:93px;padding:12px;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:normal}.btn:disabled{cursor:default}.btn-md{padding:9px 12px}.btn-primary{background:#2586ea;color:#fff}.btn-primary:hover{background:#1b7bd8}.btn-primary:disabled,.btn-primary:disabled:hover{background:#6ac6ff}.btn-secondary{background:#f9630e;color:#fff}.btn-secondary:hover{background:#cf4e05}.btn-outline-primary{background:#fff;border-color:#2586ea;color:#2586ea}.btn-outline-primary:hover{background:#2586ea;color:#fff}.btn-outline-primary:disabled{border-color:#6ac6ff;color:#6ac6ff}.btn-outline-primary:disabled:hover{background:#fff;border-color:#6ac6ff}.btn-sm{border:1px solid #e7e7e7;height:29px;min-width:29px;width:29px}.table-border,.table-wrapper{border:1px solid #d8d8d8;border-radius:5px;margin:0 0 15px;overflow:hidden}@media (max-width:767px){.table-border,.table-wrapper{overflow-x:auto}}.table-content-center td,.table-content-center th{text-align:center}.table,.table-blue .table,.table-gray .table{border-collapse:collapse;border-style:hidden;width:100%}.table-blue .table thead td,.table-gray .table thead td,.table thead td{flex-wrap:nowrap;word-break:keep-all}.table-blue .table tbody tr,.table-gray .table tbody tr,.table tbody tr{background-color:#fff}.table-blue .table tr,.table-gray .table tr,.table tr{border:1px solid #d8d8d8;width:100%}.table-blue .table tr td,.table-gray .table tr td,.table tr td{border:1px solid #d8d8d8;font-size:14px;padding:10px;vertical-align:middle}.table-blue .table tr td a,.table-gray .table tr td a,.table tr td a{word-break:break-word}.table tr.entity-deleted{background:#fafafa}.table .table-head{text-transform:uppercase}.table .table-head td{font-size:13px;font-weight:700;line-height:20px;padding:10px}@media (max-width:767px){.table .table-head td{padding:7px}}.table .table-head td:first-child{border-top-left-radius:4px}.table .table-head td:last-child{border-top-right-radius:4px}.table .table-head-blue{background:#5aa3ee}.table .table-head-blue td{color:#fff}.table .table-head-light-blue{background:#f1f1f1}.table .table-head-light-blue th{color:#595959;padding:10px;text-align:left}.table .table-head-light-blue>td{color:#303030;padding:10px}.table-preview{background:#fafafa;border-radius:4px;width:100%}.table-preview tbody tr{background-color:#f4f4f4}.table-preview tr:not(:last-child){border-bottom:1px solid #ebebeb}.table-preview td{color:#303030;padding:15px 10px;vertical-align:top;width:50%}.table-preview td:not(:last-child){border-right:1px solid #ebebeb}@media (max-width:767px){.table-preview.mobile-columned tr{display:flex;flex-direction:column;padding:15px 0;width:100%}.table-preview.mobile-columned tr td{border:0;color:#7e7d7f;font-size:14px;line-height:20px;padding:0 10px;width:100%}.table-preview.mobile-columned tr td.font-weight-bold{color:#303030}}.table-preview.extension-details tbody tr{background-color:#fafafa}.table-gray,.table.table-gray tbody tr{background-color:#f4f4f4}.table-gray{border:0;padding:5px 30px}.table-gray tbody tr{background-color:#f4f4f4}@media (max-width:1099px){.table-gray{padding:5px 15px}}.table-gray .table{border-radius:4px}.table-gray .table thead td{border:none;font-weight:700;text-transform:uppercase}.table-gray .table tbody tr,.table-gray .table tbody tr td{border:none}.table-gray .table td:first-child{padding-left:0}.table-gray .table td:last-child{padding-right:0}.table-blue .table{border-radius:4px}.table-blue .table thead{background:#5aa3ee;text-transform:uppercase}.table-blue .table thead td{color:#fff;font-weight:700;padding:12px 10px}.table-blue .table thead td:first-child{border-top-left-radius:4px}.table-blue .table thead td:last-child{border-top-right-radius:4px}.table-with-scroll .body,.table-with-scroll .head{display:flex}.table-with-scroll .body td,.table-with-scroll .head td{padding:10px 15px;vertical-align:middle}.table-with-scroll .body td:not(:last-child),.table-with-scroll .head td:not(:last-child){border-right:1px solid #d8d8d8}.table-with-scroll tr{border-bottom:1px solid #d8d8d8;display:flex;width:100%}.table-with-scroll tr:last-child{border-bottom:0}.table-with-scroll .head{background:#5aa3ee;border-bottom:1px solid #d8d8d8;border-top-left-radius:4px;border-top-right-radius:4px;color:#fff}.table-with-scroll .body{display:block;max-height:300px;overflow-y:auto}@media (max-width:1099px){.table-preview td{padding:12px}.table-blue .table tr td,.table-gray .table tr td,.table tr td{padding:12px 7px;text-align:left}.table-blue td{padding:12px 9px}}.tooltip[x-placement^=bottom] .tooltip-arrow:after,.tooltip[x-placement^=bottom] .tooltip-arrow:before,.tooltip[x-placement^=top] .tooltip-arrow:after,.tooltip[x-placement^=top] .tooltip-arrow:before{border:solid #0000;content:" ";height:0;left:50%;pointer-events:none;position:absolute;width:0}.tooltip[x-placement^=bottom] .tooltip-arrow,.tooltip[x-placement^=top] .tooltip-arrow{background:#303030;border:1px solid #0000;display:none;left:calc(50% - 5px);position:absolute}.tooltip[x-placement^=bottom] .tooltip-arrow:after,.tooltip[x-placement^=top] .tooltip-arrow:after{border-color:#0000;border-width:5px;margin-left:-5px}.tooltip[x-placement^=bottom] .tooltip-arrow:before,.tooltip[x-placement^=top] .tooltip-arrow:before{border-color:#0000;border-width:6px;margin-left:-6px}.tooltip{background:#303030;border:0;border-radius:4px;box-shadow:0 4px 24px #00080e1f;box-sizing:border-box;padding:5px 10px;z-index:9999}.tooltip,.tooltip>a{color:#fff}.tooltip:before{content:"";height:140%;left:-7.5%;position:absolute;top:-20%;width:115%}.tooltip[x-placement^=top] .tooltip-arrow{bottom:-1px;display:block}.tooltip[x-placement^=top] .tooltip-arrow:after,.tooltip[x-placement^=top] .tooltip-arrow:before{border-top-color:#303030;top:100%}.tooltip[x-placement^=bottom] .tooltip-arrow{display:block;top:-1px}.tooltip[x-placement^=bottom] .tooltip-arrow:after,.tooltip[x-placement^=bottom] .tooltip-arrow:before{border-bottom-color:#303030;bottom:100%}.tooltip-content,.tooltip-inner{color:#fff;font-size:14px;line-height:20px;padding:0 5px;position:relative;white-space:nowrap}.tooltip-content a,.tooltip-content ul,.tooltip-inner a,.tooltip-inner ul{color:inherit!important}.tooltip_clicked{height:100%;width:100%}.tooltip_clicked .trigger{align-items:center;display:flex;height:100%;justify-content:center;outline:none;width:100%}.tooltip-right{position:absolute;right:0;top:0}.tooltip-with-icon:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm1.665 12.398c-.412.163-.74.286-.985.372a2.6 2.6 0 0 1-.855.128c-.499 0-.887-.122-1.163-.366a1.178 1.178 0 0 1-.414-.925c0-.146.01-.295.03-.447.022-.151.055-.322.1-.514l.516-1.82c.045-.175.084-.34.116-.495.03-.156.046-.299.046-.429 0-.231-.049-.394-.144-.485-.097-.092-.279-.137-.55-.137-.133 0-.27.02-.41.061a5.82 5.82 0 0 0-.359.12L7.73 8.9c.337-.138.66-.256.968-.353.308-.099.6-.148.874-.148.495 0 .877.12 1.146.36.267.238.402.55.402.931 0 .08-.01.219-.028.418-.018.2-.053.382-.103.55l-.513 1.814a5.232 5.232 0 0 0-.113.499c-.033.186-.05.328-.05.424 0 .24.054.405.163.493.107.087.294.131.56.131.125 0 .265-.022.424-.066a2.41 2.41 0 0 0 .342-.115l-.137.56zm-.09-7.367c-.24.222-.528.333-.864.333-.336 0-.626-.11-.867-.333a1.064 1.064 0 0 1-.361-.808c0-.315.122-.585.36-.81a1.23 1.23 0 0 1 .868-.336c.336 0 .625.111.863.336.24.225.36.495.36.81 0 .317-.12.586-.36.808z'/%3E%3C/svg%3E") no-repeat 50% 50%;content:"";display:block;height:20px;left:-23px;position:absolute;top:-3px;width:20px}.popover{background:#fff;padding:20px 15px 14px}.popover .paragraph{margin-bottom:15px;width:100%}.popover-content .text-center,.popover-inner .text-center{text-align:center}.popover .button{display:inline-flex}.popover .button:first-of-type{margin-right:15px}.popover .popover-arrow:before{border-bottom-color:#fff!important}.vue-tooltip-hidden{display:none}.tooltip-info{position:relative}.tooltip-info:before{border-bottom:5px solid #0784ff4d;border-left:5px solid #0000;border-right:5px solid #0000;content:"";height:0;top:-10px;transform:translate(-50%) translateY(-3px) rotate(180deg);width:0;z-index:1000}.tooltip-info:after,.tooltip-info:before{display:block;left:50%;opacity:0;position:absolute;transition:opacity .2s cubic-bezier(.64,.09,.08,1),transform .2s cubic-bezier(.64,.09,.08,1);visibility:hidden}.tooltip-info:after{background:#fff;border:1px solid #0784ff4d;border-radius:4px;box-shadow:0 3px 11px #00162330;color:#0784ff;content:attr(data-tooltip);font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;padding:6px 10px;top:-40px;transform:translate(-50%) translateY(-2px);white-space:nowrap;z-index:1001}.tooltip-info:hover:before{display:block;opacity:1;transform:translate(-50%) translateY(0) rotate(180deg);visibility:visible}.tooltip-info:hover:after{display:block;opacity:1;transform:translate(-50%) translateY(0);visibility:visible}.alert{border:1px solid #0000;border-radius:4px;font-size:14px;line-height:18px;margin-bottom:15px;padding:6px 8px;position:relative}.alert__icon{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:18px 18px;border-radius:100%;height:40px;margin-right:10px;min-width:40px;width:40px}.alert__icon--fire{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-fire-BrNX_gWm.svg)}.alert-primary{background-color:#eaeffa;border-color:#2f61d54d;color:#404040}.alert-warning{background-color:#e0ffd6;border-color:#bbda98;color:#404040}.form-grid{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -7px 15px}@media (max-width:480px){.form-grid{margin-bottom:0}}.form-grid.without-margin{margin:0}.form-grid-item{flex-basis:0;flex-grow:1;max-width:100%;padding:0 7px}@media (max-width:480px){.form-grid-item{margin:0 0 15px}}.form-grid-item.without-margin{margin:0}@media (max-width:480px){.form-grid-item.without-margin{margin:0 0 5px}}.form-grid-item-6{flex:0 0 50%;max-width:50%}@media (max-width:480px){.form-grid-item-6{flex:0 0 100%;max-width:100%}}.form-grid-item-3{flex:0 0 30%;max-width:30%}@media (max-width:480px){.form-grid-item-3{flex:0 0 60%;max-width:60%}}.form-grid-item-2{flex:0 0 20%;max-width:20%}@media (max-width:480px){.form-grid-item-2{flex:0 0 40%;max-width:40%}}.badge{background:#2586ea;border-radius:11px;color:#fff;display:inline-block;font-size:14px;font-weight:700;line-height:17px;min-width:22px;padding:3px 6px 2px;text-align:center;vertical-align:initial;white-space:nowrap}.tfx-tooltip{position:relative}.tfx-tooltip:before{border-color:#0000 #0000 #303030;border-style:solid;border-width:0 5px 5px;content:"";height:0;top:-7px;transform:translate(-50%);width:0;z-index:1001}.tfx-tooltip:after,.tfx-tooltip:before{display:block;left:50%;position:absolute;transition:opacity .2s cubic-bezier(.64,.09,.08,1),transform .2s cubic-bezier(.64,.09,.08,1);visibility:hidden}.tfx-tooltip:after{background:#303030;border-radius:4px;box-shadow:0 4px 24px #00080e1f;color:#fff;content:attr(data-tooltip);font-size:12px;font-style:normal;font-weight:400;line-height:16px;opacity:0;padding:6px 10px;top:-35px;transform:translate(-50%) translateY(-2px);white-space:nowrap;z-index:1000}.tfx-tooltip.show:after,.tfx-tooltip.show:before{display:block;height:28px;opacity:1;transform:translate(-50%) translateY(0);visibility:visible;z-index:9999}.tfx-tooltip.only-latin-char:before{border-color:#d0021b #0000 #0000;border-width:5px 5px 0;left:20px;transform:translate(0) translateY(0)}.tfx-tooltip.only-latin-char:after{background:#d0021b;box-shadow:0 4px 26px #00080e1f;color:#fff;left:0;transform:translate(0) translateY(0)}.tfx-tooltip.tooltip-bottom:before{bottom:unset;top:calc(100% - 17px);transform:rotate(180deg)}.tfx-tooltip.tooltip-bottom:after{bottom:unset;top:calc(100% + 10px)}@keyframes switcher{0%{height:1px;width:1px}to{height:10px;width:10px}}[class^=switch-]{background:#fff;border:1px solid #dedede;border-radius:50%;cursor:pointer;display:inline-block;height:22px;margin-right:35px;overflow:visible;position:relative;text-transform:capitalize;vertical-align:bottom;white-space:nowrap;width:22px}[class^=switch-]:before{animation:switcher .3s;border-radius:50%;content:"";display:none;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}[class^=switch-]:after{color:#9b9b9b;font-size:16px;padding-left:30px;position:absolute;right:-30px;top:3px}[class^=switch-][class$=-yes]:after{content:"Yes"}[class^=switch-][class$=-no]:after{content:"No"}[class^=switch-][class$=-dontknow]:after{content:"I don't know";right:-100px}.switch-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.switch-input:checked+.switch-yes{border-color:#2586ea}.switch-input:checked+.switch-yes:before{background:#2586ea;display:block}.switch-input:checked+.switch-yes:after{color:#2586ea}.switch-input:checked+.switch-no{border-color:red}.switch-input:checked+.switch-no:before{background:red;display:block}.switch-input:checked+.switch-no:after{color:red}.switch-input:checked+.switch-dontknow:before{background:#4a4a4a;display:block}.upload-row{align-items:center;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;display:flex;max-height:42px;min-height:42px;padding:5px 40px 5px 20px;position:relative;text-overflow:ellipsis;width:100%}.upload-row:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2 10a7.2 7.2 0 1 1-14.4 0 7.2 7.2 0 0 1 14.4 0Z' stroke='%2334A853' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m7.436 10.564 1.633 1.634a.188.188 0 0 0 .266 0L13.232 8.3' stroke='%2334A853' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;content:"";display:block;height:24px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:24px}.upload-row .upload-section{align-items:center;display:flex;min-height:100%;overflow:hidden}.upload-row .upload-section .file-name{font-weight:700;word-break:break-all}.upload-progress{bottom:-20px;right:0}.file-size,.upload-progress{color:#7e7d7f;font-size:13px;position:absolute}.file-size{right:10px;top:7px}.upload-file{align-items:center;color:#404040;display:flex;font-size:14px;font-weight:700;padding:0 13px;position:relative}@media screen�{.upload-file{height:42px}}.upload-file.uploaded{border:1px solid #54a128}.upload-file.uploaded:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2 10a7.2 7.2 0 1 1-14.4 0 7.2 7.2 0 0 1 14.4 0Z' stroke='%2334A853' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m7.436 10.564 1.633 1.634a.188.188 0 0 0 .266 0L13.232 8.3' stroke='%2334A853' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50%/24px;right:10px;top:50%}.upload-file.in-progress:after,.upload-file.uploaded:after{content:"";display:block;height:24px;position:absolute;transform:translateY(-50%);width:24px}.upload-file.in-progress:after{animation:spinner 1.2s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.333V2M12.305 5.694l1.672-1.673M13.667 9H16M12.305 12.305l1.672 1.672M9 13.666v2.333M5.695 12.305l-1.673 1.672M4.333 9H2M5.695 5.694 4.022 4.02' stroke='%23303030' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/18px;right:4px;top:4px}.upload-file.upload-error{border:1px solid #d0021b}.upload-file.upload-error:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.001 16.385a7.386 7.386 0 1 0 0-14.772 7.386 7.386 0 0 0 0 14.772Z' stroke='%23D0021B' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.002 5.867v3.28' stroke='%23D0021B' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.206 11.935a.205.205 0 1 1-.41 0 .205.205 0 0 1 .41 0Z' fill='%23D0021B' stroke='%23D0021B' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat 50%/18px;content:"";display:block;height:18px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:18px}.checkbox-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.checkbox-input+.checkbox-label{align-items:center;background-color:#fff;border:1px solid #dedede;border-radius:4px;cursor:pointer;display:inline-flex;height:20px;justify-content:center;margin-right:5px;max-width:20px;min-width:20px;position:relative;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:100%}.checkbox-input+.checkbox-label:hover{border-color:#ababab}.checkbox-input--error+.checkbox-label{background-color:#faeef0;border:1px solid #d0021b}.checkbox-input--error+.checkbox-label:hover{border-color:#6b010e}.checkbox-input:checked+.checkbox-label{background:#2586ea;border-color:#0000}.checkbox-input:checked+.checkbox-label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' class='icon-check-mark-path' d='m15.801 7.242-.965-1.03A.636.636 0 0 0 14.354 6c-.19 0-.35.07-.483.212L9.215 11.19 7.13 8.955a.637.637 0 0 0-.483-.213.634.634 0 0 0-.482.213L5.2 9.985a.726.726 0 0 0-.2.515c0 .202.066.374.199.515l2.569 2.743.965 1.03a.636.636 0 0 0 .482.212c.19 0 .35-.07.483-.212l.965-1.03 5.138-5.485A.727.727 0 0 0 16 7.758a.726.726 0 0 0-.199-.516z'/%3E%3C/svg%3E") no-repeat 50%/cover;content:"";display:block;height:20px;left:50%;min-width:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.checkbox-input:checked+.checkbox-label.select-all-label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.75 1.716a1 1 0 0 1 1-1h8.5a1 1 0 0 1 1 1v.568a1 1 0 0 1-1 1h-8.5a1 1 0 0 1-1-1v-.568Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%}[class^=table-nav]{align-items:center;background-color:#fff;border-radius:4px;color:#303030;cursor:pointer;display:flex;margin-right:10px;padding:10px 10px 7px 25px;position:relative}[class^=table-nav]:hover{color:#2586ea}[class^=table-nav]:after{background:#303030;content:"";display:block;height:20px;left:5px;opacity:1;position:absolute;top:50%;transform:translateY(-50%);width:20px}[class^=table-nav].disabled{opacity:.5}[class^=table-nav].disabled:hover{background:#0000;cursor:not-allowed;-webkit-user-select:none;user-select:none}[class^=table-nav]:hover:after{background:#2586ea}.table-nav-select{margin-right:20px;padding-left:5px}.table-nav-select .checkbox-label{height:20px;margin-bottom:3px;width:20px}.table-nav-select .checkbox-input:checked+.checkbox-label:after{height:20px;width:20px}.table-nav-select .select-label{cursor:pointer;-webkit-user-select:none;user-select:none}.table-nav-select:after{display:none}.table-nav-select:hover{background:none}.table-nav-download:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M15 8.079h-3.142V3H7.142v5.079H4L9.502 14 15 8.079zM4 17.667h11v-1.223H4v1.223z'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M15 8.079h-3.142V3H7.142v5.079H4L9.502 14 15 8.079zM4 17.667h11v-1.223H4v1.223z'/%3E%3C/svg%3E") no-repeat center center}.table-nav-delete:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858'%3E%3Cpath d='M13.556 4.2h-2.541V3h-3.45v1.2H5.024v1.897h8.532V4.201zm-5.077-.252H10.1v.253H8.479v-.253zm4.265 5.825.172-2.728H5.663l.58 9.165h3.479a4.172 4.172 0 0 1-.72-2.352c0-2.185 1.661-3.976 3.742-4.085z'/%3E%3Cpath d='M12.946 10.716c-1.67 0-3.03 1.41-3.03 3.142S11.277 17 12.947 17c1.671 0 3.03-1.41 3.03-3.142 0-1.733-1.359-3.142-3.03-3.142zm1.651 4.183-.646.67-1.005-1.04-1.004 1.04-.646-.67 1.004-1.041-1.004-1.042.646-.67 1.004 1.041 1.005-1.041.646.67-1.004 1.042 1.004 1.041z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858'%3E%3Cpath d='M13.556 4.2h-2.541V3h-3.45v1.2H5.024v1.897h8.532V4.201zm-5.077-.252H10.1v.253H8.479v-.253zm4.265 5.825.172-2.728H5.663l.58 9.165h3.479a4.172 4.172 0 0 1-.72-2.352c0-2.185 1.661-3.976 3.742-4.085z'/%3E%3Cpath d='M12.946 10.716c-1.67 0-3.03 1.41-3.03 3.142S11.277 17 12.947 17c1.671 0 3.03-1.41 3.03-3.142 0-1.733-1.359-3.142-3.03-3.142zm1.651 4.183-.646.67-1.005-1.04-1.004 1.04-.646-.67 1.004-1.041-1.004-1.042.646-.67 1.004 1.041 1.005-1.041.646.67-1.004 1.042 1.004 1.041z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center}.table-nav-move:after{left:0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M17.176 5.385H10.85V4.044C10.85 3.453 10.417 3 9.821 3H3.144C2.548 3 2 3.453 2 4.044v11.11C2 16.187 2.91 17 3.954 17h13.222C18.22 17 19 16.188 19 15.153V7.26c0-1.034-.78-1.874-1.824-1.874zm-3.462 6.095-3.1 2.546c-.136.111-.308-.028-.308-.251v-1.083H7.704c-.22 0-.426-.26-.426-.574v-1.824c0-.314.205-.602.426-.602h2.602V8.638c0-.223.172-.362.308-.25l3.099 2.544c.147.122.149.427.001.548z'/%3E%3C/svg%3E") no-repeat center center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%233C4858' fill-rule='evenodd' d='M17.176 5.385H10.85V4.044C10.85 3.453 10.417 3 9.821 3H3.144C2.548 3 2 3.453 2 4.044v11.11C2 16.187 2.91 17 3.954 17h13.222C18.22 17 19 16.188 19 15.153V7.26c0-1.034-.78-1.874-1.824-1.874zm-3.462 6.095-3.1 2.546c-.136.111-.308-.028-.308-.251v-1.083H7.704c-.22 0-.426-.26-.426-.574v-1.824c0-.314.205-.602.426-.602h2.602V8.638c0-.223.172-.362.308-.25l3.099 2.544c.147.122.149.427.001.548z'/%3E%3C/svg%3E") no-repeat center center}.notification{background:#2586ea;border-radius:50%;display:block;font-size:18px;font-weight:700;height:22px;line-height:23px;right:-30px;top:50%;transform:translateY(-50%);width:22px;word-break:keep-all}.notification,.notification-orange{color:#fff;position:absolute;text-align:center}.notification-orange{background:#f9630e;border-radius:4px;font-size:10px;line-height:.8;padding:3px;right:7px}.notification-orange .text{color:#fff;font-size:8px}.header-help,.header-notifications{align-items:center;background-color:initial;border-radius:100%;cursor:pointer;display:flex;height:36px;justify-content:center;margin:0 15px 0 5px;position:relative;width:36px}.header-help.has-notifications,.header-help:hover,.header-notifications.has-notifications,.header-notifications:hover{background-color:#e8f1fd}@media (max-width:1099px){.header-help,.header-notifications{border:0;border-radius:5px}}.header-help_num,.header-notifications_num{align-items:center;background-color:#1a6dbd;border:3px solid #fff;border-radius:47px;color:#fff;display:flex;font-size:12px;height:26px;justify-content:center;line-height:0;min-width:30px;padding-left:3px;padding-right:3px;position:absolute;right:-10px;top:-14px}.header-help .icon,.header-notifications .icon{height:20px;width:20px}@media (max-width:1099px){.header-help .icon,.header-notifications .icon{background-size:100%;height:24px;width:22px}}.header-help_list,.header-notifications_list{background:#fff;border:1px solid #ebebeb;border-radius:4px;box-shadow:0 12px 36px #0000000a,0 12px 24px #0000000a,0 2px 8px #0000000a,0 0 1px #0000000a;display:none;position:absolute;right:0;top:calc(100% + 5px);width:450px;z-index:99}.header-help_list__item-divider,.header-notifications_list__item-divider{position:relative}.header-help_list__item-divider:after,.header-notifications_list__item-divider:after{background:#ebebeb;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.header-help_list__link-item,.header-notifications_list__link-item{background-position:left 12px center;background-repeat:no-repeat;color:#303030;display:block;font-size:14px;font-weight:700;padding:10px 20px 10px 40px}.header-help_list__link-item.reply-guide-item,.header-notifications_list__link-item.reply-guide-item{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.472 8.877a.9.9 0 1 0-1.17-1.35 2.7 2.7 0 1 1-1.8-4.725 2.7 2.7 0 0 1 2.008.9H6.403a.9.9 0 0 0 0 1.8h2.7a.9.9 0 0 0 .9-.9v-2.7a.9.9 0 1 0-1.8 0 4.5 4.5 0 1 0 .27 6.975Zm7.83-4.275h-3.6a.9.9 0 0 0 0 1.8h3.6a.9.9 0 0 1 .9.9v8.747l-1.414-1.305a.9.9 0 0 0-.611-.243H7.303a.9.9 0 0 1-.9-.9v-.9a.9.9 0 1 0-1.8 0v.9a2.7 2.7 0 0 0 2.7 2.7h7.522l2.7 2.456a.9.9 0 0 0 .576.243.991.991 0 0 0 .36-.072.9.9 0 0 0 .54-.828V7.302a2.7 2.7 0 0 0-2.7-2.7Z' fill='%23303030'/%3E%3C/svg%3E")}.header-help_list__link-item.reply-guide-item:hover,.header-notifications_list__link-item.reply-guide-item:hover{background:#f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.472 8.877a.9.9 0 1 0-1.17-1.35 2.7 2.7 0 1 1-1.8-4.725 2.7 2.7 0 0 1 2.008.9H6.403a.9.9 0 0 0 0 1.8h2.7a.9.9 0 0 0 .9-.9v-2.7a.9.9 0 1 0-1.8 0 4.5 4.5 0 1 0 .27 6.975Zm7.83-4.275h-3.6a.9.9 0 0 0 0 1.8h3.6a.9.9 0 0 1 .9.9v8.747l-1.414-1.305a.9.9 0 0 0-.611-.243H7.303a.9.9 0 0 1-.9-.9v-.9a.9.9 0 1 0-1.8 0v.9a2.7 2.7 0 0 0 2.7 2.7h7.522l2.7 2.456a.9.9 0 0 0 .576.243.991.991 0 0 0 .36-.072.9.9 0 0 0 .54-.828V7.302a2.7 2.7 0 0 0-2.7-2.7Z' fill='%23303030'/%3E%3C/svg%3E");background-position:left 12px center;background-repeat:no-repeat}@media (max-width:767px){.header-help_list,.header-notifications_list{right:-40px;width:320px}}.header-help_list_header,.header-notifications_list_header{background-color:#fff;border-radius:4px 4px 0 0;font-size:18px;font-weight:700;padding:15px;position:relative}.header-help_list_header a,.header-notifications_list_header a{color:#2586ea!important;float:right;font-size:14px;font-weight:400;line-height:20px;text-decoration:underline}@media (max-width:1099px){.header-help_list_header a,.header-notifications_list_header a{font-size:15px;font-weight:700;text-decoration:none}}.header-help_list_title,.header-notifications_list_title{background-color:#ebebeb;color:#404040;font-size:12px;font-weight:700;padding:5px 10px;text-transform:uppercase}.header-help_list_wrapper,.header-notifications_list_wrapper{display:flex;flex-direction:column;height:auto;max-height:400px;overflow-y:auto;position:relative}.header-help_list_item,.header-notifications_list_item{background:#fff;font-weight:700;line-height:20px;padding:15px 15px 15px 30px;position:relative;transition:all .4s ease}.header-help_list_item:before,.header-notifications_list_item:before{background:#2586ea;border-radius:100%;content:"";height:6px;left:15px;position:absolute;top:21px;width:6px}.header-help_list_item .icon-close,.header-notifications_list_item .icon-close{display:none;position:absolute;right:15px;top:15px;transition:all .4s ease}.header-help_list_item:hover,.header-notifications_list_item:hover{background:#e8f1fd;cursor:pointer}.header-help_list_item:hover .icon-close,.header-notifications_list_item:hover .icon-close{display:block}.header-help_list_item_notification,.header-notifications_list_item_notification{display:flex;justify-content:flex-start}.header-help_list_item_info,.header-notifications_list_item_info{width:100%}.header-help_list_item_info_name,.header-notifications_list_item_info_name{font-size:14px;font-weight:700;width:calc(100% - 25px)}.header-help_list_item_info_name a,.header-notifications_list_item_info_name a{font-weight:400;text-decoration:underline}.header-help_list_item_info_message,.header-notifications_list_item_info_message{font-size:14px;font-style:italic}.header-help_list_item_info_timemark,.header-notifications_list_item_info_timemark{color:#7e7d7f;font-size:13px;font-weight:700}.header-help_list_item.old-notify,.header-notifications_list_item.old-notify{font-weight:400;padding:15px}.header-help_list_item.old-notify:before,.header-notifications_list_item.old-notify:before{display:none}.header-help_list_item.old-notify .header-notifications_list_item_info_name,.header-help_list_item.old-notify .header-notifications_list_item_info_timemark,.header-notifications_list_item.old-notify .header-notifications_list_item_info_name,.header-notifications_list_item.old-notify .header-notifications_list_item_info_timemark{font-weight:400}.header-help_list_up-to-date,.header-notifications_list_up-to-date{padding:15px 15px 7px}.header-help.opened,.header-notifications.opened{background:#e8f1fd}.header-help.opened .header-help_list,.header-help.opened .header-notifications_list,.header-notifications.opened .header-help_list,.header-notifications.opened .header-notifications_list{display:block}.header-help.opened .icon-notifications,.header-notifications.opened .icon-notifications{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.875 1.876A5.833 5.833 0 0 1 14.833 6c0 2.794.598 4.53 1.149 5.539.276.507.545.84.732 1.037a2.5 2.5 0 0 0 .255.236l.003.002a.833.833 0 0 1-.472 1.52h-15a.833.833 0 0 1-.472-1.52l.002-.002a2.5 2.5 0 0 0 .255-.236c.188-.198.457-.53.733-1.037C2.57 10.529 3.167 8.794 3.167 6c0-1.547.614-3.03 1.708-4.124Zm9.834 10.791a7.873 7.873 0 0 1-.19-.33c-.7-1.282-1.352-3.297-1.352-6.337a4.167 4.167 0 0 0-8.334 0c0 3.04-.652 5.055-1.352 6.337a7.885 7.885 0 0 1-.19.33h11.418ZM7.14 16.113a.833.833 0 0 1 1.14.303.834.834 0 0 0 1.44 0 .833.833 0 0 1 1.442.836 2.5 2.5 0 0 1-4.325 0 .833.833 0 0 1 .303-1.14Z' fill='%231A6DBD'/%3E%3C/svg%3E") no-repeat 50% 50%}@media screen and (max-width:1099px){.header-help.opened .icon-notifications,.header-notifications.opened .icon-notifications{background-size:100%}}.header-help.opened .icon-help,.header-notifications.opened .icon-help{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 2.636a7.364 7.364 0 1 0 0 14.728 7.364 7.364 0 0 0 0-14.728ZM1 10a9 9 0 1 1 18 0 9 9 0 0 1-18 0Z' fill='%231A6DBD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.211 6.747a1.636 1.636 0 0 0-1.82 1.07.818.818 0 0 1-1.544-.543 3.273 3.273 0 0 1 6.36 1.09c0 1.252-.928 2.08-1.591 2.521a6.583 6.583 0 0 1-1.38.694l-.028.01-.01.003-.003.002s-.002 0-.26-.776l.258.776a.818.818 0 0 1-.518-1.552l.013-.004.06-.023a4.95 4.95 0 0 0 .96-.491c.564-.376.863-.777.863-1.16v-.002a1.636 1.636 0 0 0-1.36-1.615ZM9.182 14.09c0-.451.366-.817.818-.817h.008a.818.818 0 1 1 0 1.636H10a.818.818 0 0 1-.818-.818Z' fill='%231A6DBD'/%3E%3C/svg%3E") no-repeat 50% 50%}@media screen and (max-width:1099px){.header-help.opened .icon-help,.header-notifications.opened .icon-help{background-size:100%}}.header-help.list-is-empty .header-notifications_list,.header-notifications.list-is-empty .header-notifications_list{width:178px}.header-help.list-is-empty .header-notifications_list_header,.header-notifications.list-is-empty .header-notifications_list_header{display:none}.header-help{margin:0}.header-help_list{min-width:216px;width:216px}.header-help .icon{height:20px;width:20px}@media (max-width:1099px){.header-help .icon{background-size:100%;height:24px;width:24px}}@media (max-width:767px){.header-help{display:none}}.page{margin:0 auto;width:calc(100% - 220px)}@media (max-width:1099px){.page{width:100%}}.page__back-link{color:#2586ea;display:inline-block;font-weight:700;padding:0 0 20px}@media (max-width:1099px){.page__back-link{padding:24px 16px 0}}.page-title{color:#303030;font-size:24px;font-weight:700;margin:0 0 10px;text-align:left}.page-title+.page-content{margin:0}@media (max-width:1099px){.page-title{margin:20px 15px 10px}}@media (max-width:767px){.page-title{font-size:20px}}.page-content{background-color:#fff;border:1px solid #ebebeb;border-radius:8px;box-shadow:0 0 20px #e7e7e7cc;height:auto;margin:34px 0 0;min-height:545px;padding:30px;position:relative;width:100%}@media (max-width:1099px){.page-content{background-color:#fff;border:0;padding:20px;width:100%}}@media (max-width:767px){.page-content{box-shadow:0 -1px #ebebeb,0 0 20px #e7e7e7cc;padding:15px}}.page-content--with-footer{padding-bottom:120px}@media (max-width:767px){.page-content--with-footer{padding-bottom:72px}.page-content--provide-answers.page-content--with-footer{padding-bottom:103px}.page-content--prev-return-issue.page-content--with-footer{padding-bottom:160px}}.page-content--with-tabs{padding-top:75px}@media (max-width:1099px){.page-content--with-tabs{padding-top:60px}}@media (max-width:767px){.page-content.extensions-content{background-color:#fff;display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:calc(100vh - 154px)}.page-content.extensions-content--details{justify-content:flex-start}}.page-content .empty-entity{align-items:center;color:#aaa;display:flex;flex-direction:column;font-size:32px;font-weight:700;height:inherit;justify-content:center;margin:-20px 0;min-height:inherit;text-align:center}@media (max-width:767px){.page-content .empty-entity{justify-content:space-between;min-height:calc(100vh - 333px)}}.page-content .page-title{background:#fff;left:10px;padding:0 10px;position:absolute;top:-14px}@media (max-width:1099px){.page-content .page-title{margin:0 0 10px;padding:0;position:static}}@media (max-width:767px){.page-content .page-title{background:none}}.page-content--yellow{background-color:#fff8e6;background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-extension-hand-sU8pH-qN.svg);background-position:left 12px top 12px;background-repeat:no-repeat;border:1px solid #ffeab3;border-radius:4px;box-sizing:border-box;color:#303030;font-size:14px;font-weight:400;line-height:20px;margin-bottom:20px;min-height:55px;padding:12px 66px 12px 54px}@media (max-width:767px){.page-content--yellow{padding-right:12px}}.page-content--yellow>ul,.page-content--yellow p{margin:0}.page-content--icon-thumbs-up{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-thumbs-up-CrIhEoeO.svg),url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23fff'/%3E%3C/svg%3E");background-position:left 18px top 21px,left 8px top 12px;background-repeat:no-repeat,no-repeat}.page-content--free-intro{margin-bottom:4px}@media (max-width:767px){.page-content--home{margin:0 15px}.page-content--consultations{padding-left:15px;padding-right:15px;padding-top:20px}.page-content--consultations .page-content--yellow{border-radius:4px 4px 0 0;margin-left:-15px;margin-right:-15px;margin-top:-20px}.page-content--consultations .page-content--free-intro{font-size:14px;line-height:20px;margin:0 0 4px;padding-left:62px;padding-right:15px}}@media (max-width:1099px){.page-content--consultations.page-content--with-footer{padding-bottom:110px}}@media (max-width:767px){.page-content--consultations.page-content--with-footer{padding-bottom:80px}}.page-text{color:#303030;font-size:14px}.page-text p{margin:0 0 20px}.page-text p:last-child{margin:0}.page-content--empty{align-items:center;display:flex;justify-content:center;text-align:center}@media screen�{.page-content--empty{height:410px}}@media (max-width:1099px){.page-content--empty{display:block}}.page-empty{max-width:440px}@media (max-width:1099px){.page-empty{margin:20px 0 0;max-width:100%}}@media screen�{.page-empty .button-blue{padding-top:12px}}.page-empty__image{margin:0 0 30px}.page-empty__title{color:#303030;font-size:21px;margin:0 0 8px}.page-empty__text{color:#303030;font-size:15px;line-height:18px;margin:0 0 24px}.page-empty__content{color:#aaa;font-size:24px;font-weight:700;padding-left:20px;padding-right:20px}@media (max-width:1099px){.page-empty__content{font-size:20px;padding:20px 0}}.page-body{margin-bottom:134px}@media (max-width:767px){.page-body--create-tq{margin-bottom:160px}}.page-blue-border{border-left:2px solid #5aa3ee;padding-left:10px}.page-blue-border p{margin:0}.note-alert__icon--hand{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-hand-Cq2n46wk.svg)}.page-footer{align-items:center;border-top:1px solid #ebebeb;bottom:0;display:flex;justify-content:flex-end;left:0;padding:30px;position:absolute;width:100%}@media (max-width:767px){.page-footer{align-items:flex-end;background:#fff;border:0;padding:15px;position:fixed}.page-footer .btn+.btn{flex:1}}.page-footer--mobile-vertical{gap:12px}@media (max-width:767px){.page-footer--mobile-vertical{align-items:stretch;border-top:1px solid #ebebeb;flex-direction:column-reverse;padding:24px 15px;position:absolute}.page-footer--create-tq,.page-footer--prev-return-issue{flex-direction:column}.page-footer--create-tq .note-alert,.page-footer--prev-return-issue .note-alert{margin-bottom:12px;margin-right:0}.page-footer--create-tq .button-blue,.page-footer--prev-return-issue .button-blue{width:100%}}.page-footer .page-footer--buttons{display:flex;width:auto}@media (max-width:767px){.page-footer .page-footer--buttons{width:100%}}.note-alert{align-items:center;background:#fff8e6;border-radius:4px;color:#303030;display:flex;flex:1;font-size:14px;margin-right:30px;padding:10px 12px;position:relative}.note-alert__icon{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:18px 18px;border-radius:100%;height:40px;margin-right:10px;min-width:40px;width:40px}.note-alert__icon--hand{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-hand-Cq2n46wk.svg)}.note-alert__icon--star{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23F9630E' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zm3.993 6.664a.14.14 0 0 0-.116-.09l-2.59-.345-1.159-2.156A.145.145 0 0 0 8 4a.145.145 0 0 0-.128.073L6.713 6.23l-2.59.346a.14.14 0 0 0-.116.09.124.124 0 0 0 .036.134l1.875 1.678-.443 2.37a.128.128 0 0 0 .057.128c.044.03.103.033.15.01L8 9.866l2.317 1.119a.154.154 0 0 0 .15-.01.126.126 0 0 0 .058-.129l-.443-2.37L11.957 6.8a.124.124 0 0 0 .036-.135z'/%3E%3C/svg%3E")}@media (max-width:767px){.note-alert__icon{display:none}}.document-icon .icon-file{background-size:cover;height:20px;margin:0 4px 0 0;min-width:20px;width:20px}.document-icon .icon-file.document-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.001 16.385a7.386 7.386 0 1 0 0-14.772 7.386 7.386 0 0 0 0 14.772Z' stroke='%23F9630E' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.002 5.867v3.28' stroke='%23F9630E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.206 11.935a.205.205 0 1 1-.41 0 .205.205 0 0 1 .41 0Z' fill='%23F9630E' stroke='%23F9630E' stroke-width='1.3'/%3E%3C/svg%3E")}.document-icon .icon-file.document-pdf{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.108.471-.301.641-.194.17-.457.267-.732.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%23F5696C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%23AF4454'/%3E%3Cpath d='M4.195 13.543V9.006H6.34c.213 0 .403.037.572.11.17.07.312.167.43.293.12.126.214.28.279.461.065.178.097.373.097.586 0 .216-.032.413-.097.591s-.158.33-.28.455c-.117.126-.26.225-.429.299-.169.07-.36.104-.572.104H5.183v1.638h-.988Zm.988-2.496h1.04a.499.499 0 0 0 .345-.11c.087-.079.13-.191.13-.338v-.287c0-.147-.043-.257-.13-.331a.481.481 0 0 0-.345-.117h-1.04v1.183Zm3.278-2.041h1.71c.299 0 .572.048.819.143.247.095.457.238.63.429.173.186.308.423.403.709.095.281.143.61.143.987 0 .378-.048.709-.143.995-.095.282-.23.518-.403.708a1.67 1.67 0 0 1-.63.423c-.247.095-.52.143-.82.143H8.462V9.006Zm1.71 3.66c.294 0 .526-.083.695-.248.17-.164.254-.428.254-.792v-.702c0-.364-.085-.629-.254-.793-.169-.165-.4-.248-.695-.248h-.722v2.783h.722Zm2.822.877V9.006h3.01v.877H13.98v.93h1.723v.871H13.98v1.859h-.988Z' fill='%23fff'/%3E%3C/svg%3E")}.document-icon .icon-file.document-doc{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.881l5.577 4.36v12.897c0 .24-.108.471-.302.641-.193.17-.456.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.64V1.825c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%234688F1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.732-.267a.852.852 0 0 1-.3-.642V.916l5.585 4.36Z' fill='%234661F1'/%3E%3Cpath d='M3.793 8.775h1.71c.298 0 .571.047.818.143.247.095.457.238.63.429.174.186.308.422.404.708.095.282.143.611.143.988s-.048.709-.143.995c-.096.281-.23.517-.403.708a1.667 1.667 0 0 1-.63.422c-.248.096-.52.144-.82.144h-1.71V8.774Zm1.71 3.659c.294 0 .526-.082.695-.247.169-.165.253-.429.253-.793v-.702c0-.364-.084-.628-.253-.793-.17-.165-.401-.247-.696-.247h-.721v2.782h.721Zm4.642.956a2.17 2.17 0 0 1-.819-.15 1.664 1.664 0 0 1-.63-.442 2.103 2.103 0 0 1-.404-.735 3.316 3.316 0 0 1-.143-1.02c0-.386.048-.724.143-1.014.096-.295.23-.54.403-.734.174-.2.384-.35.631-.449.247-.1.52-.15.819-.15.299 0 .572.05.819.15.247.1.457.25.63.449.174.195.308.44.404.734.095.29.143.628.143 1.014s-.048.726-.143 1.02c-.096.29-.23.536-.403.735a1.664 1.664 0 0 1-.631.442c-.247.1-.52.15-.819.15Zm0-.878c.299 0 .53-.098.696-.293.168-.194.253-.474.253-.838v-.676c0-.364-.085-.643-.253-.838-.165-.195-.397-.293-.696-.293-.299 0-.533.098-.702.293-.165.194-.247.474-.247.838v.676c0 .364.082.643.247.838.169.196.403.293.702.293Zm4.653.877c-.308 0-.585-.047-.832-.143a1.697 1.697 0 0 1-.63-.435 2.042 2.042 0 0 1-.403-.722 3.255 3.255 0 0 1-.143-1.014c0-.38.047-.719.143-1.013a2.09 2.09 0 0 1 .403-.748c.173-.204.383-.357.63-.461.247-.104.524-.156.832-.156.42 0 .767.086 1.04.26.273.169.492.437.657.806l-.852.441a.979.979 0 0 0-.286-.454c-.126-.117-.312-.176-.559-.176-.29 0-.524.095-.702.286-.173.186-.26.46-.26.819v.728c0 .36.087.635.26.825.178.187.412.28.702.28.243 0 .436-.065.579-.195.147-.134.255-.295.325-.481l.806.468a2.031 2.031 0 0 1-.67.806c-.273.186-.62.28-1.04.28Z' fill='%23fff'/%3E%3C/svg%3E")}.document-icon .icon-file.document-csv{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%2361A850'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%230E8312'/%3E%3Cpath d='M6.127 13.514c-.308 0-.585-.047-.832-.143a1.697 1.697 0 0 1-.63-.435 2.042 2.042 0 0 1-.404-.722 3.254 3.254 0 0 1-.143-1.014c0-.38.048-.719.143-1.013a2.09 2.09 0 0 1 .403-.748c.174-.204.384-.357.631-.461.247-.104.524-.156.832-.156.42 0 .767.086 1.04.26.273.169.492.437.656.806l-.851.441a.978.978 0 0 0-.286-.454c-.126-.117-.312-.176-.559-.176-.29 0-.524.095-.702.286-.173.186-.26.46-.26.819v.728c0 .36.087.635.26.825.178.187.412.28.702.28.243 0 .435-.065.578-.195.148-.134.256-.295.325-.481l.806.468a2.03 2.03 0 0 1-.669.806c-.273.186-.62.28-1.04.28Zm3.87 0c-.399 0-.737-.067-1.014-.201a2.362 2.362 0 0 1-.709-.533l.65-.656c.308.346.687.52 1.138.52.243 0 .422-.05.54-.15a.495.495 0 0 0 .175-.396.468.468 0 0 0-.104-.313c-.07-.086-.21-.145-.423-.175l-.448-.058c-.481-.061-.834-.206-1.06-.436-.22-.23-.331-.535-.331-.916 0-.204.039-.39.117-.56.078-.168.188-.314.331-.435a1.56 1.56 0 0 1 .533-.28 2.32 2.32 0 0 1 .722-.103c.342 0 .643.054.903.162.26.108.484.267.67.475l-.657.662a1.262 1.262 0 0 0-.396-.305 1.204 1.204 0 0 0-.579-.123c-.22 0-.385.039-.494.117a.378.378 0 0 0-.162.324c0 .156.041.27.123.338.087.07.226.12.416.15l.449.072c.468.073.814.218 1.04.435.225.212.338.516.338.91 0 .217-.04.416-.117.598a1.265 1.265 0 0 1-.345.468c-.147.13-.331.232-.552.306-.221.069-.473.104-.754.104Zm3.526-.077L12.06 8.9h1.001l.676 2.177.358 1.424h.02l.344-1.424.676-2.177h.968l-1.475 4.537h-1.105Z' fill='%23fff'/%3E%3C/svg%3E")}.document-icon .icon-file.document-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c.001.24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%23E7CD08'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%23C7B423'/%3E%3Cpath d='M3.919 13.517v-.787h.585V9.766h-.585V8.98h2.158v.786h-.585v2.964h.585v.787H3.919Zm6.374-2.977h-.02l-.331.663-.884 1.605-.865-1.599-.344-.715h-.02v3.023H6.9V8.98h1.047l1.112 2.125h.013l1.098-2.125h1.053v4.537h-.93V10.54Zm4.812 2.255h-.033a.863.863 0 0 1-.35.572c-.2.152-.47.228-.813.228-.26 0-.503-.05-.728-.15a1.671 1.671 0 0 1-.592-.442 2.093 2.093 0 0 1-.396-.728 3.229 3.229 0 0 1-.143-1.007c0-.382.05-.72.15-1.014.099-.295.238-.542.415-.741.182-.2.399-.351.65-.455.252-.104.531-.156.839-.156.407 0 .758.088 1.053.266.294.173.526.436.695.787l-.806.461a1.081 1.081 0 0 0-.325-.448c-.147-.126-.353-.189-.617-.189-.308 0-.553.089-.735.267-.182.177-.273.457-.273.838v.728c0 .377.091.657.273.839.182.177.427.266.735.266.121 0 .236-.013.344-.039a.962.962 0 0 0 .286-.13.633.633 0 0 0 .189-.214.574.574 0 0 0 .071-.293v-.227h-.845v-.826h1.788v2.529h-.832v-.722Z' fill='%23fff'/%3E%3C/svg%3E")}.document-icon .icon-file.document-all{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%236C7682'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%233B4858'/%3E%3Cpath d='M3.592 13.437V8.9h3.01v.877H4.58v.93h1.722v.87H4.58v1.86h-.988Zm3.561 0v-.787h.585V9.686h-.585V8.9h2.158v.786h-.585v2.964h.585v.787H7.153Zm2.917 0V8.9h.988v3.659h1.729v.878H10.07Zm3.381 0V8.9h3.088v.877h-2.1v.93h1.8v.87h-1.8v.982h2.1v.878H13.45Z' fill='%23fff'/%3E%3C/svg%3E")}.document-icon .icon-file.document-xls{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.108.471-.301.641-.194.17-.457.267-.732.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%2361A850'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.277h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.917l5.586 4.36Z' fill='%230E8312'/%3E%3Cpath d='M8.327 13.518H7.183l-.981-1.67h-.02l-.955 1.67H4.16l1.456-2.347-1.385-2.19h1.15l.885 1.534h.02l.896-1.534H8.25l-1.397 2.21 1.475 2.327Zm.604 0V8.98h.988v3.66h1.729v.877H8.93Zm4.916.078c-.399 0-.737-.068-1.014-.202a2.366 2.366 0 0 1-.709-.533l.65-.656c.308.346.687.52 1.138.52.242 0 .422-.05.54-.15a.495.495 0 0 0 .175-.396.468.468 0 0 0-.104-.312c-.07-.087-.21-.146-.423-.176l-.448-.058c-.481-.061-.834-.206-1.06-.436-.22-.23-.331-.535-.331-.916 0-.204.039-.39.117-.56.078-.168.188-.314.331-.435a1.56 1.56 0 0 1 .533-.28 2.32 2.32 0 0 1 .722-.103c.342 0 .643.054.903.162.26.108.483.267.67.475l-.657.663a1.26 1.26 0 0 0-.396-.306 1.205 1.205 0 0 0-.579-.123c-.22 0-.385.039-.494.117a.378.378 0 0 0-.162.325c0 .156.04.268.123.338.087.069.226.119.416.15l.449.07c.468.074.814.22 1.04.436.225.212.338.516.338.91 0 .217-.04.416-.117.598a1.265 1.265 0 0 1-.345.468c-.147.13-.331.232-.552.306-.221.069-.473.104-.754.104Z' fill='%23fff'/%3E%3C/svg%3E")}@media screen and (max-width:1100px){#client_area_layout .flip-clock{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;margin:20px 15px;padding:0}#client_area_layout .flip-clock .container{flex-direction:column;overflow:visible;padding:10px 20px}#client_area_layout .flip-clock .block-counter{padding-bottom:10px;width:100%}#client_area_layout .flip-clock__piece{margin:0 5px;position:relative}#client_area_layout .flip-clock__piece:not(:last-child):after{color:#aaa;content:":";font-size:26px;position:absolute;right:-7px;top:50%;transform:translateY(-50%);z-index:2}#client_area_layout .flip-clock__slot{font-size:13px;letter-spacing:1px}#client_area_layout .flip-clock .flip-card{border:0;font-size:26px;line-height:46px}#client_area_layout .flip-clock .flip-card__bottom:before{display:none}#client_area_layout .flip-clock .count-text{transform:none}#client_area_layout .flip-clock [class^=flip-card]{color:#404040;will-change:transform}#client_area_layout .flip-clock .close{background:#fff;border-radius:50%;box-shadow:0 2px 5px #32323240;cursor:pointer;font-size:0;height:22px;position:absolute;right:6px;top:-11px;transition:box-shadow .3s ease;width:22px}#client_area_layout .flip-clock .close:after,#client_area_layout .flip-clock .close:before{background:#1f4159;border-radius:1px;content:"";height:10px;left:10px;position:absolute;top:7px;width:2px}#client_area_layout .flip-clock .close:before{transform:rotate(45deg)}#client_area_layout .flip-clock .close:after{transform:rotate(-45deg)}#client_area_layout .flip-clock .close:hover{box-shadow:0 3px 5px #32323266}}@media screen and (max-width:767px){#client_area_layout .flip-clock{margin:0}#client_area_layout .flip-clock .close{right:10px;top:10px}#client_area_layout .flip .flip-card__bottom{animation:none}}.info-alert{border:1px solid #ff8c00;border-radius:4px;color:#ff8c00;margin-bottom:15px;padding:12px 20px;text-align:center;width:100%}.info-alert+.head-calendar,.info-alert+.head-calendar+.phone-cons-days{cursor:not-allowed;opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.client-banner{align-items:center;border-radius:5px;display:flex;margin:16px 0;min-height:56px;padding:12px;width:100%}@media (max-width:767px){.client-banner{align-items:flex-start;flex-direction:column}}.client-banner--color--orange{background:#fff1e3;border:1px solid #ffd4a3}.client-banner--color--blue{background:#e8f1fd;border:1px solid #b2c4ef}.client-banner--color--green{background:#ebf6ee;border:1px solid #99d3a9}.client-banner--color--gray{background:#f1f1f1;border:1px solid #d6d6d6}@media (max-width:767px){.client-banner{margin-left:15px;margin-right:15px;width:calc(100% - 30px)}}.client-banner__column{display:flex;flex-direction:column}.client-banner__column:not(:last-child){margin-bottom:2px}.client-banner__row{align-items:center;display:flex;flex-direction:row}.client-banner__title{color:#303030;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.client-banner__title+.client-banner__text{margin-top:2px}@media (max-width:767px){.client-banner__title+.client-banner__text{margin-top:6px}}.client-banner__text{color:#595959;font-size:13px;font-style:normal;font-weight:400;line-height:16px}.client-banner__icon{border-radius:50%;display:inline-block;height:40px;margin-right:10px;margin-top:-2px;min-height:40px;min-width:40px;width:40px}.client-banner__icon--hand-wave{background:#fff url(https://cdn.taxesforexpats.com/packs/client/assets/icon-hand-wave-Cn2Pexfl.svg) no-repeat 50%}.client-banner__icon--finger-up{background:#fff url(https://cdn.taxesforexpats.com/packs/client/assets/icon-finger-up-B5mRD6gM.svg) no-repeat 50%}.client-banner__icon--okey{background:#fff url(https://cdn.taxesforexpats.com/packs/client/assets/icon-hand-okey-DVtnzaVU.svg) no-repeat 50%}.client-banner__icon--lock{background:#fff url(https://cdn.taxesforexpats.com/packs/client/assets/icon-lock-rounded-nFqlhc5n.svg) no-repeat 50%}.client-banner__buttons{margin-left:auto}@media (max-width:767px){.client-banner__buttons{margin-left:50px;margin-right:auto;margin-top:12px}}.add-to-calendar{position:relative}.add-to-calendar__dropdown{background:#fff;border:1px solid #ebebeb;border-radius:4px;box-shadow:0 12px 36px #0000000a,0 12px 24px #0000000a,0 2px 8px #0000000a,0 0 1px #0000000a;box-sizing:border-box;display:none;left:0;padding:4px 0;position:absolute;top:calc(100% + 5px);width:218px;z-index:1}.add-to-calendar__dropdown--item{align-items:center;background-color:#fff;display:flex;justify-content:space-between;padding:10px 12px;transition:all .3s ease}.add-to-calendar__dropdown--item:hover{background-color:#f4f4f4;cursor:pointer}.add-to-calendar input{left:0;opacity:0;position:absolute}.add-to-calendar .add-to-calendar-checkbox:checked~.add-to-calendar__dropdown{display:block}.add-to-calendar .add-to-calendar-checkbox:checked~.button-white{background-color:#e8f1fd}.accordion-wrapper{border-radius:4px;overflow:hidden;position:relative}@media (max-width:767px){.accordion-wrapper{margin-left:-50px}}.accordion-wrapper:before{background-color:#fff;bottom:20px;content:"";height:calc(100% - 40px);left:24px;position:absolute;top:20px;width:2px}.accordion-wrapper--free-intro{margin-left:0}.accordion-panel{border-radius:4px;box-shadow:0 1px 6px #cad4ec;color:#fff;margin-top:15px;overflow:hidden;position:relative;width:100%;z-index:1}.accordion-panel:first-of-type{margin-top:0}.accordion-panel-label{background:#fff;color:#2586ea;cursor:pointer;display:flex;font-size:13px;font-weight:700;justify-content:space-between;line-height:20px;padding:12px 15px;text-transform:uppercase}.accordion-panel-label_action{height:20px;margin-right:10px;text-align:center;width:20px}.accordion-panel-label:after{color:#2586ea;content:"❯";font-size:11px;height:20px;text-align:center;transition:all .35s;width:20px}.accordion-panel-label_info{font-weight:400;position:absolute;right:45px;text-transform:none;top:9px}@media (max-width:767px){.accordion-panel-label_info{display:none}}.accordion-panel-content{background:#fff;color:#303030;max-height:0;transition:visibility .03s;visibility:hidden}.accordion-panel-content>p{margin-bottom:5px!important}.accordion-panel-input:checked+.accordion-panel-label{border:solid #2586ea;border-radius:4px 4px 0 0;border-width:1px 1px 0;color:#303030}.accordion-panel-input:checked+.accordion-panel-label:after{color:#303030;transform:rotate(90deg)}.accordion-panel-input:checked~.accordion-panel-content{border:1px solid #2586ea;border-radius:0 0 4px 4px;border-top:0 solid #2586ea;max-height:100vh;padding:0 45px 20px;visibility:visible}.accordion-panel-input{opacity:0;position:absolute;z-index:-1}.accordion-panel--single{box-shadow:none;margin-top:8px}.accordion-panel--single .accordion-panel-label{background-color:#fafafa;border:1px solid #eaeaea;border-radius:4px;color:#303030;font-size:15px;font-weight:400;line-height:20px;padding-left:38px;position:relative;text-transform:none}.accordion-panel--single .accordion-panel-label:after{display:none}.accordion-panel--single .accordion-panel-label:before{background:#fff;border:1px solid #ccc;border-radius:2px;content:"";height:18px;left:12px;position:absolute;top:12px;width:18px}.accordion-panel--single .accordion-panel-content{background-color:#fafafa}.accordion-panel--single .accordion-panel-input:checked+.accordion-panel-label{background-color:#f0f7fe;border-color:#eaeaea}.accordion-panel--single .accordion-panel-input:checked+.accordion-panel-label:before{background:#2586ea url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='5' fill='%232586EA'/%3E%3Cpath d='m5.664 9.945 2.052 2.053a.22.22 0 0 0 .313 0l5.365-5.365' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:18px;border-color:#2586ea}.accordion-panel--single .accordion-panel-input:checked~.accordion-panel-content{background-color:#f0f7fe;border-color:#eaeaea;padding-left:36px}.accordion-panel--single .accordion-panel-input:checked~.accordion-panel-content .input-check-box-blue .input-check-box+label{color:#303030}.accordion-panel--validate~.accordion-validate-msg{display:block}.accordion-panel--validate .accordion-panel-input:checked+.accordion-panel-label,.accordion-panel--validate .accordion-panel-input:checked~.accordion-panel-content,.accordion-panel--validate .accordion-panel-label{border-color:#d0021b}.accordion-validate-msg{color:#d0021b;display:none;font-size:13px;font-weight:400;left:0;line-height:16px;margin-top:4px;position:absolute}.tabs{display:flex;top:15px}.tabs,.tabs:before{left:0;position:absolute;width:100%}.tabs:before{background-color:#f4f4f4;content:"";height:2px;top:29px}.tabs li{display:block}.tabs .tab_title{color:#303030;font-size:14px;font-style:normal;font-weight:700;height:30px;line-height:20px;margin-left:30px;padding-bottom:10px;position:relative;transition:all .2s ease-in-out;white-space:nowrap;width:auto}.tabs .tab_title:before{background-color:#2586ea;bottom:-1px;content:"";height:2px;left:50%;position:absolute;transition:all .2s ease-in-out;width:0}@media (max-width:1099px){.tabs .tab_title:before{bottom:3px}}.tabs .tab_title:hover{color:#2586ea;cursor:pointer}.tabs .tab_title:hover:before{left:0;width:100%}.tabs .tab.active .tab_title{color:#2586ea;cursor:default}.tabs .tab.active .tab_title:before{left:0;width:100%}.tabs .tab-info{border-radius:20px;color:#fff;display:none;font-size:12px;font-weight:400;line-height:16px;margin:3px 0 0 5px;min-width:16px;padding:0 2px;text-align:center;vertical-align:top}.tabs .tab-info--orange{background:#f9630e}.tabs .tab-info--blue{background:#1a6dbd}.tabs .tab svg path{fill:#1a6dbd}.tabs .tab svg .st1{fill:#d0021b}.tabs .tab svg .st4{fill:#7fca3f}.tabs .tab.active:first-of-type .tab_title{color:#2586ea}.tabs__content{border-top:0;margin:0;min-height:calc(100vh - 350px);padding:0}.tabs__content.padding-10{padding:10px}@media (max-width:767px){.tabs__content.padding-10{padding-left:0;padding-right:0}.tabs__content{border:0;margin:0;min-height:auto;padding:0 0 20px}}.tabs-flat{background:#fff;border:0;border-bottom:1px solid #dedede;margin:0 0 12px}.tabs-flat .tab{background:#fff;border:0;color:#2586ea;display:block;font-size:14px;height:30px;margin:0 36px 0 0;padding:5px 0 8px;position:relative;text-decoration:none;width:auto}.tabs-flat .tab:hover{cursor:pointer}.tabs-flat .tab:hover:after{background:#2586ea;border-top-left-radius:3px;border-top-right-radius:3px;bottom:-1px;content:"";height:4px;left:0;position:absolute;right:0}.tabs-flat .tab.active{border:0;color:#404040;cursor:default}.tabs-flat .tab.active:after{background:#2586ea;border-top-left-radius:3px;border-top-right-radius:3px;bottom:-1px;content:"";height:4px;left:0;position:absolute;right:0}.tabs__content--empty{align-items:center;display:flex;justify-content:center;text-align:center}@media (min-width:1099px){.tabs__content--empty{height:410px}}.tabs__content-line{background:#ececec;height:1px;margin:20px -40px;width:calc(100% + 80px)}@media (max-width:767px){.tabs__content-line{margin:20px 0;width:100%}.tabs{background:#fff;border:0;border-bottom:1px solid #dedede;margin:0 0 12px}.tabs-justify{justify-content:space-between}.tabs-justify li .tab{margin:0}.tabs li{flex:none}.tabs li:last-child .tab{margin:0}.tabs .tab{background:#fff;border:0;color:#2586ea;display:flex;font-size:14px;height:30px;margin:0;padding:5px 0 8px;position:relative;text-decoration:none;width:auto}.tabs .tab img,.tabs .tab svg{display:none}.tabs .tab .tab-text{text-decoration:none}.tabs .tab-image{display:none}.tabs .tab-info{display:inline-block}}.header{align-items:center;background:#fafafa;box-shadow:0 10px 20px #00000008,0 2px 6px #00000008,0 0 1px #0000000a;display:flex;height:70px;justify-content:space-between;width:100%}.header__burger{display:none}.header .logo{display:block}.header .logo img{height:auto;max-height:none;max-width:none;width:auto}.header__page-title{border-left:1px solid #ebebeb;color:#303030;font-size:15px;font-weight:700;height:36px;letter-spacing:.02em;line-height:36px;margin-left:20px;padding-left:20px;text-transform:uppercase}@media (max-width:767px){.header__page-title{line-height:20px}}.header__content{align-items:center;display:flex;justify-content:space-between;width:100%}.header__user{position:relative}.header__user--mobile{align-items:center;background-color:initial;border-radius:5px;cursor:pointer;display:flex!important;height:36px;justify-content:center;margin:0 0 0 9px;position:relative;width:36px}.header__user .select{align-items:center;border:1px solid #ebebeb;color:#303030;display:flex;font-size:14px;font-weight:700;height:40px;min-height:40px;min-width:128px;padding:0 32px 0 12px}.header__user .select:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m10.545 12.284 4.73-4.526a.715.715 0 0 0 0-1.042.795.795 0 0 0-1.09 0L10 10.72 5.815 6.716a.795.795 0 0 0-1.09 0c-.3.288-.3.754 0 1.042l4.73 4.526c.15.144.348.216.545.216a.786.786 0 0 0 .545-.216z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:66%;border:0;height:20px;right:3px;top:20px;width:20px}.header__user .select-wrapper{background:#fff;border:1px solid #ebebeb;border-radius:4px;box-shadow:0 12px 36px #0000000a,0 12px 24px #0000000a,0 2px 8px #0000000a,0 0 1px #0000000a;min-width:216px;position:absolute;right:0;top:calc(100% + 5px);width:216px;z-index:111}.header__user .select-wrapper:after{display:none}.header__user .select-wrapper a{display:block}.header__user .select-wrapper a:hover{background-color:#eee}.header__user .select-item{background-position:left 12px center;background-repeat:no-repeat;border:0;color:#303030;display:block;font-size:14px;font-weight:700;line-height:20px;padding-bottom:12px;padding-left:40px;padding-top:12px}.header__user .select-item__divider{position:relative}.header__user .select-item__divider:after{background:#ebebeb;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.header__user .select-item.my-account-item{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.188 10a2.78 2.78 0 0 1 2.813-2.813A2.797 2.797 0 0 1 12.813 10a2.813 2.813 0 0 1-2.812 2.813A2.797 2.797 0 0 1 7.188 10Zm2.813-1.406a1.407 1.407 0 1 0 0 2.813 1.407 1.407 0 0 0 0-2.813ZM11.088 2.5c.65 0 1.215.445 1.368 1.076l.228.952c.25.121.487.26.712.412l.94-.277a1.408 1.408 0 0 1 1.618.646L17.04 7.19c.322.563.22 1.275-.25 1.723l-.711.65a6.313 6.313 0 0 1 0 .847l.712.677c.468.448.57 1.16.249 1.723l-1.087 1.88c-.325.563-.994.83-1.618.648l-.94-.278a6.11 6.11 0 0 1-.712.413l-.228.952a1.407 1.407 0 0 1-1.368 1.075H8.914c-.65 0-1.216-.445-1.369-1.075l-.228-.952a6.107 6.107 0 0 1-.712-.413l-.967.278c-.597.182-1.264-.085-1.59-.648l-1.086-1.88a1.407 1.407 0 0 1 .248-1.723l.71-.677a6.347 6.347 0 0 1 0-.847l-.71-.65a1.407 1.407 0 0 1-.248-1.723L4.049 5.31c.325-.563.992-.83 1.59-.646l.966.277c.226-.153.463-.29.712-.412l.228-.952A1.407 1.407 0 0 1 8.914 2.5h2.174ZM8.52 5.535l-.328.138a4.622 4.622 0 0 0-1.031.598l-.284.216-1.611-.474-1.087 1.88 1.215 1.158-.044.351a4.8 4.8 0 0 0 0 1.196l.044.351-1.215 1.157 1.087 1.881 1.61-.474.285.216c.313.24.659.443 1.03.598l.33.138.392 1.629h2.174l.392-1.63.328-.137a4.62 4.62 0 0 0 1.031-.598l.285-.216 1.61.474 1.088-1.88-1.216-1.158.044-.351c.026-.197.038-.396.038-.598 0-.202-.012-.401-.038-.598l-.044-.351 1.216-1.157-1.087-1.881-1.611.474-.285-.216a4.621 4.621 0 0 0-1.03-.598l-.329-.138-.393-1.629H8.915l-.393 1.63Z' fill='%23303030'/%3E%3C/svg%3E");background-position-y:16px;padding-top:16px}.header__user .select-item.pricing-item{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13ZM10 5a.75.75 0 0 0-.75.75v.336C8.2 6.258 7.5 7.164 7.5 8.25a2.256 2.256 0 0 0 2.25 2.25h.5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 0 0 1.5h.25v.25a.75.75 0 0 0 1.5 0v-.336c1.05-.172 1.75-1.078 1.75-2.164A2.256 2.256 0 0 0 10.25 9h-.5a.75.75 0 0 1 0-1.5H11A.75.75 0 0 0 11 6h-.25v-.25A.75.75 0 0 0 10 5Z' fill='%23303030'/%3E%3C/svg%3E");background-position-y:16px;padding-top:16px}.header__user .select-item.logout-item{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.22 7.532 1.726 1.718H7.75a.75.75 0 1 0 0 1.5h7.195l-1.726 1.717a.749.749 0 0 0 0 1.066.75.75 0 0 0 1.065 0l3.001-3a.75.75 0 0 0 .158-.248.75.75 0 0 0 0-.57.75.75 0 0 0-.158-.248l-3-3a.752.752 0 1 0-1.066 1.066Zm-3.218 9.218a.75.75 0 0 0-.75-.75H4.75a.75.75 0 0 1-.75-.75V4.75A.75.75 0 0 1 4.75 4h4.5a.75.75 0 1 0 0-1.5h-4.5A2.25 2.25 0 0 0 2.5 4.75v10.5a2.25 2.25 0 0 0 2.25 2.25h4.502a.75.75 0 0 0 .75-.75Z' fill='%23262626'/%3E%3C/svg%3E");background-position:left 15px center;background-position-y:12px;padding-bottom:16px}.header__user .select-item:hover{background-color:#f4f4f4}.header__user .opened .header__user--mobile{background:#e8f1fd}.header__user .opened .header__user--mobile .icon{background-size:100%;height:24px;width:24px}.header__user .opened .header__user--mobile .icon-user-mobile{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.456 12.851a7.194 7.194 0 0 0 2.469-3.629 7.159 7.159 0 0 0-.105-4.38 7.2 7.2 0 0 0-2.641-3.508 7.263 7.263 0 0 0-8.394 0 7.2 7.2 0 0 0-2.64 3.508 7.158 7.158 0 0 0-.106 4.38 7.194 7.194 0 0 0 2.47 3.63 12.052 12.052 0 0 0-5.115 3.873A11.956 11.956 0 0 0 .007 22.66a1.2 1.2 0 0 0 .26.887 1.215 1.215 0 0 0 2.152-.623 9.578 9.578 0 0 1 3.158-6.082 9.678 9.678 0 0 1 6.43-2.441c2.371 0 4.66.87 6.429 2.441a9.578 9.578 0 0 1 3.157 6.082c.033.295.174.567.397.764.223.198.511.306.81.304h.132c.316-.036.605-.195.804-.442.198-.248.291-.563.257-.877a11.957 11.957 0 0 0-2.399-5.951 12.053 12.053 0 0 0-5.138-3.872ZM11.982 12a4.843 4.843 0 0 1-2.68-.809 4.803 4.803 0 0 1-1.776-2.153A4.773 4.773 0 0 1 8.57 3.81a4.848 4.848 0 0 1 5.257-1.04 4.818 4.818 0 0 1 2.165 1.767 4.779 4.779 0 0 1-.6 6.058A4.837 4.837 0 0 1 11.983 12Z' fill='%231A6DBD'/%3E%3C/svg%3E") no-repeat;background-size:100%}@media screen and (max-width:1099px){.header{border-bottom:1px solid #dedede;height:70px;justify-content:space-between;width:100%}.header,.header__burger{align-items:center;display:flex}.header__burger{border-radius:5px;cursor:pointer;height:24px;justify-content:center;margin-right:20px;width:24px}.header__burger .burger-line{background:#303030;display:block;height:2px;margin:5px 0;width:24px}.header__burger.menu-show{background:#e8f1fd url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.83 3.17a.583.583 0 0 0-.826 0L10 9.176 3.996 3.171a.583.583 0 0 0-.825.824L9.175 10l-6.004 6.004a.583.583 0 1 0 .825.825L10 10.825l6.004 6.004a.581.581 0 0 0 .825 0 .583.583 0 0 0 0-.825L10.825 10l6.004-6.005a.583.583 0 0 0 0-.824Z' fill='%23303030'/%3E%3C/svg%3E") no-repeat 50% 50%;height:42px;margin-left:-10px;margin-right:12px;width:42px}.header__burger.menu-show .burger-line{display:none}}.breadcrumbs{margin:0 0 20px}@media (max-width:1099px){.breadcrumbs{margin:10px 15px}}.breadcrumbs .item{border-bottom:1px solid #5aa3ee;color:#5aa3ee;cursor:pointer;font-size:12px;margin-right:15px;position:relative;text-decoration:none;transition:all .3s ease}.breadcrumbs .item:not(:first-child):before{color:#aaa;content:"→";left:-15px;position:absolute;top:0}.breadcrumbs .item.current{color:#aaa}.breadcrumbs .item.current,.breadcrumbs .item:hover{border-bottom:1px solid #0000}.sidebar{height:auto;margin-right:15px;max-width:205px;min-width:205px;width:100%}.sidebar li{position:relative}.sidebar--hide-on-desktop,.sidebar .sidebar__referral{display:none}@media (max-width:1099px){.sidebar--hide-on-desktop{display:block}}.sidebar-account-details{display:none}.sidebar .sidebar-item{align-items:center;color:#303030;cursor:pointer;display:flex;flex-wrap:nowrap;font-size:14px;font-weight:700;line-height:20px;padding:11px;position:relative;text-decoration:none;transition:all .3s ease;-webkit-user-select:none;user-select:none}.sidebar .sidebar-item:hover{background:#e8f1fd;border-radius:4px;color:#303030}.sidebar .sidebar-item.active{background:#e8f1fd;border-radius:4px;color:#1a6dbd}.sidebar .sidebar-item.active [class^=icon]{background:#1a6dbd}.sidebar .sidebar-item .notification{background:#1a6dbd;border-radius:15px;color:#fff;display:block;font-size:12px;height:20px;line-height:20px;min-width:24px;padding:0 5px;position:absolute;right:7px;text-align:center;top:50%;width:auto;word-break:keep-all}.sidebar .sidebar-item .notification-orange{background:#f9630e;border-radius:4px;color:#fff;font-size:10px;line-height:.8;padding:3px;position:absolute;right:7px;text-align:center;top:10px}.sidebar .sidebar-item .notification-orange .text{color:#fff;font-size:8px}.sidebar-back{color:#2586ea;display:block;font-weight:700;padding-bottom:17px;padding-left:20px;position:relative}.sidebar-back:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%232586EA' d='m10.545 12.284 4.73-4.526a.715.715 0 0 0 0-1.042.795.795 0 0 0-1.09 0L10 10.72 5.815 6.716a.795.795 0 0 0-1.09 0c-.3.288-.3.754 0 1.042l4.73 4.526c.15.144.348.216.545.216a.786.786 0 0 0 .545-.216z'/%3E%3C/svg%3E") no-repeat 50%/cover;content:"";display:block;height:17px;left:0;position:absolute;top:0;transform:rotate(90deg);width:16px}.sidebar__referral{background-color:#e8f1fd;border-radius:4px;bottom:20px;left:0;margin-top:16px;max-width:205px;padding:12px;position:-webkit-sticky;position:sticky}@media (max-width:1099px){.sidebar__referral{display:none;margin:16px;max-width:unset}.sidebar__referral .button{margin-top:12px;width:100%}}.sidebar__referral-heading{color:#2586ea;font-size:15px;font-style:normal;font-weight:700;line-height:18px}@media (max-width:1099px){.sidebar__referral-heading{margin-left:16px}}.sidebar__referral-text{color:#595959;font-size:13px;font-style:normal;font-weight:400;line-height:16px}@media (max-width:1099px){.sidebar__referral-text{display:none}}.sidebar__referral-heading-text{color:#595959;display:none;font-size:13px;font-style:normal;font-weight:400;line-height:16px;margin-top:2}@media (max-width:1099px){.sidebar__referral-heading-text{display:block}}.sidebar__referral-header{align-items:center;display:flex;flex:1;justify-content:space-between}@media (max-width:1099px){.sidebar__referral-header{flex-direction:row-reverse;justify-content:left}}.sidebar-drop-down .sidebar-item{font-weight:400;padding-left:40px}.sidebar-drop-down__item{background:#fff;border-radius:4px;color:#404040;display:block;font-size:14px;padding:7px 7px 7px 25px}@media (max-width:1099px){.sidebar-drop-down__item{padding-left:25px}}.sidebar-drop-down__item:hover{background:#ebebeb}.sidebar-drop-down__item.active{background:#ebebeb;color:#2586ea;font-weight:700}.sidebar-drop-down__icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m10.545 12.284 4.73-4.526a.715.715 0 0 0 0-1.042.795.795 0 0 0-1.09 0L10 10.72 5.815 6.716a.795.795 0 0 0-1.09 0c-.3.288-.3.754 0 1.042l4.73 4.526c.15.144.348.216.545.216a.786.786 0 0 0 .545-.216z'/%3E%3C/svg%3E") no-repeat 50%;background-size:70%;height:20px;margin:-10px 0 0;position:absolute;right:0;top:50%;width:20px}.open .sidebar-drop-down__icon{transform:rotate(180deg)}@media (max-width:1099px){.sidebar{background:#fafafa;border-right:1px solid #dedede;border-top:1px solid #fafafa;display:block;height:calc(100vh - var(--header-height, 70px));left:0;margin-right:0;max-width:300px;overflow-y:auto;position:fixed;top:var(--header-height,70px);transform:translate3d(-100%,0,0);transition:all .3s ease-in-out;width:100%;z-index:999}.sidebar-account-details{border-left:1px solid #dedede;border-right:0;left:unset;max-width:50%;right:0;transform:translate3d(100%,0,0)}.sidebar.visible{transform:translateZ(0)}.sidebar .sidebar-item{display:inline-flex;height:auto;padding:14px 18px;width:100%}.sidebar .sidebar-item.active,.sidebar .sidebar-item:hover{border-radius:0}.sidebar .sidebar-item .notification{font-size:15px;height:24px;line-height:24px}.sidebar .sidebar-drop-down .sidebar-item{font-weight:400;padding-left:47px}.sidebar .sidebar__referral{display:block;margin-bottom:0;position:relative}}.tq-flow-sidebar{height:100%;margin-right:15px;max-width:205px;min-width:205px;padding-top:5px;width:100%}@media (max-width:767px){.tq-flow-sidebar{margin-right:0;max-width:100%;min-width:100%}.tq-flow-sidebar .sidebar-back{margin-bottom:10px;margin-top:25px}}.tq-flow-sidebar .flow-progress{background:#eaeffa;border-radius:4px;padding:15px}@media (max-width:767px){.tq-flow-sidebar .flow-progress{display:none}}.tq-flow-sidebar .flow-progress .tq-step{color:#6772e5;display:block;font-size:13px;font-weight:700;letter-spacing:.4px;margin-bottom:5px}@media (max-width:767px){.tq-flow-sidebar .flow-progress .tq-step{color:#aaa}}.tq-flow-sidebar .flow-progress .progress-bar{background:#fff;border-radius:4px;display:block;height:5px;margin-top:15px;overflow:hidden}@media (max-width:767px){.tq-flow-sidebar .flow-progress .progress-bar{background:#eaeffa}}.tq-flow-sidebar .flow-progress .progress-bar .progress-line{background:#6772e5;display:block;height:100%}@media (max-width:767px){.tq-flow-sidebar+.page .page-title{margin-top:0}}.page-content--referrals{margin:0 0 30px;overflow:hidden;position:relative}@media (max-width:767px){.page-content--referrals{box-shadow:none}}.page-content--referrals:before{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-referral-DW3prFWl.svg);background-position:100% 0;background-repeat:no-repeat;background-size:150px auto;content:"";height:150px;position:absolute;right:0;top:0;width:150px}@media (max-width:767px){.page-content--referrals:before{background-size:100px;right:-9px;transform:rotate(39deg)}}.page-content--referrals:first-child{z-index:2}.tabs__content--referrals{min-height:auto;padding:20px 10px}@media (max-width:767px){.tabs__content--referrals{padding:10px 0}}.referrals-banner{align-items:center;background:url(https://cdn.taxesforexpats.com/packs/client/assets/banner-Br3wOn63.jpg) no-repeat 100% 50%;background-size:cover;border-radius:8px;display:flex;margin:0 0 20px;min-height:174px;padding:20px 370px 20px 53px}@media (max-width:1099px){.referrals-banner{padding-left:25px}}@media (max-width:767px){.referrals-banner{background:url(https://cdn.taxesforexpats.com/packs/client/assets/banner-mobile-BXXd0YCn.jpg) no-repeat 100% 50%;background-size:cover;min-height:120px;padding:20px 16px}}.referrals-banner__title{color:#fff;font-size:34px;font-weight:700;margin:0 0 10px}@media (max-width:768px){.referrals-banner__title{font-size:20px}}.referrals-banner__text{color:#fff;font-size:24px;line-height:30px}@media (max-width:768px){.referrals-banner__text{font-size:14px;line-height:18px}}.referrals-links{display:flex}@media (max-width:768px){.referrals-links{flex-wrap:wrap}}.referrals-links__send-invite{display:flex;flex-direction:column}@media (max-width:768px){.referrals-links__send-invite--content{flex-direction:column}}.referrals-links__item{background:#ebebeb;border-radius:8px;margin:0 18px 0 0;padding:20px 25px;width:calc(50% - 9px)}.referrals-links__item:nth-child(2n){margin:0}@media (max-width:768px){.referrals-links__item{margin:0 0 18px;padding:10px;width:100%}}.referrals-links__form{margin:0 0 18px;max-width:350px;position:relative;width:100%}@media (max-width:768px){.referrals-links__form{margin:0 0 10px}}.referrals-links__form .button,.referrals-links__form [class^=button]{bottom:1px;font-size:14px;margin:0;position:absolute;right:0;top:0;width:114px}@media (max-width:768px){.referrals-links__form .button,.referrals-links__form [class^=button]{min-width:auto;width:75px}}.referrals-links__form .input,.referrals-links__form .input-phone,.referrals-links__form .input-select,.referrals-links__form .textarea{color:#2586ea;max-height:none;overflow:hidden;padding:10px 12px;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 120px)}@media (max-width:768px){.referrals-links__form .input,.referrals-links__form .input-phone,.referrals-links__form .input-select,.referrals-links__form .textarea{width:calc(100% - 80px)}}.referrals-links__description p{margin:0 0 25px}.referrals-links__description p:last-child{margin:0}@media (max-width:767px){.referrals-links__description p{margin:0 0 10px}}.referrals-facebook{margin:20px 0 0}.referrals-facebook .referrals-links__form{margin:0 0 5px}.referrals-facebook__content{background:#ebebeb;border-radius:8px;display:flex;padding:20px 15px}@media (max-width:1023px){.referrals-facebook__content{flex-wrap:wrap}}@media (max-width:768px){.referrals-facebook__content{padding:10px 0}}.referrals-facebook__step{color:#404040;line-height:21px;padding:0 15px;width:26%}.referrals-facebook__step:last-child{width:48%}@media (max-width:1023px){.referrals-facebook__step{margin:0 0 15px;width:100%}.referrals-facebook__step:last-child{width:100%}}@media (max-width:768px){.referrals-facebook__step{padding:0 10px}}.referrals-facebook__step-title{color:#1f4159;font-size:15px;margin:0 0 10px}@media (max-width:1023px){.referrals-facebook__step-title{margin:0 0 5px}}.referrals-facebook__step-image{align-items:center;display:flex;height:121px;justify-content:center;margin:0 0 15px}@media (max-width:1023px){.referrals-facebook__step-image{height:auto}}.referrals-facebook__step-image--cover{background-image:linear-gradient(194deg,#dadde0,#bbc0c5);border-radius:8px;overflow:hidden}@media (max-width:1023px){.referrals-facebook__step-image--cover img{margin:15px 0}}.referrals-facebook__step-content{font-size:15px}.modal-facebook{color:#43536e}.modal-facebook__footer{align-items:center;display:flex;justify-content:space-between;width:100%}@media (max-width:767px){.modal-facebook__footer{display:block}}.modal-facebook__link{border-bottom:1px dashed #aaa;color:#aaa;display:inline-block;font-size:14px;font-weight:700}@media (max-width:767px){.modal-facebook__link{margin:0 0 15px}}.modal-facebook__link:hover{border-color:#0000}@media (max-width:767px){.account-personal .info-main,.account-personal .info-second{display:flex;flex-wrap:wrap}.account-personal .info-main .item,.account-personal .info-second .item{display:inline-block;margin:0;width:50%}.account-personal .info-main .item:nth-of-type(odd),.account-personal .info-second .item:nth-of-type(odd){margin-bottom:10px;margin-right:15px;width:calc(50% - 15px)}.account-personal .info-second .item:nth-of-type(odd){margin-bottom:0}.account-personal .info-second .item-checkbox{margin:0;width:100%}.account-personal .info-password .item{width:100%}.account-personal .info-password .first-line{flex-wrap:wrap}.account-personal .info-password .first-line .first-label{margin-left:0;margin-top:10px}.account-communication .info-email{flex-wrap:wrap}.account-communication .info-email .input,.account-communication .info-email .input-phone,.account-communication .info-email .input-select,.account-communication .info-email .textarea{margin-bottom:10px;width:100%}.account-communication .info-email label.text{margin-bottom:0;width:70%}.account-communication .info-phone{flex-wrap:wrap}.account-communication .info-phone .text{align-items:center;font-size:13px}.account-communication .info-phone .item{display:inline-block;margin:0 0 10px;width:50%}.account-communication .info-phone .item:first-child{margin-right:15px;width:calc(60% - 15px)}.account-communication .info-phone .item:nth-child(3){margin-right:15px;width:calc(50% - 15px)}.account-communication .info-phone .item:nth-child(4){margin-right:0;width:50%}.account-communication .info-phone .item.time-zone{margin-right:0;width:40%}.account-communication .info-phone .notes{margin-right:0}.account-communication .footer{margin-top:20px}}.input-wrapper{position:relative}.input-wrapper.error{margin-bottom:10px}.input-wrapper .btn-show-password{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath fill='%23b2b5b9' fill-rule='evenodd' d='M7 9A7.695 7.695 0 0 1 .028 4.624a.286.286 0 0 1 0-.249A7.697 7.697 0 0 1 7-.001a7.694 7.694 0 0 1 6.971 4.376.286.286 0 0 1 0 .249A7.692 7.692 0 0 1 7 9zm0-7.604c-1.742 0-3.156 1.389-3.156 3.104S5.256 7.605 7 7.605c1.742 0 3.155-1.39 3.155-3.105 0-1.714-1.412-3.104-3.155-3.104zm0 5.09c-1.116 0-2.02-.889-2.02-1.987S5.884 2.512 7 2.512s2.02.889 2.02 1.987S8.116 6.486 7 6.486z'/%3E%3C/svg%3E") no-repeat 50%;background-size:20px;bottom:10px;cursor:pointer;display:block;height:21px;opacity:0;position:absolute;right:15px;transition:opacity .5s ease;width:20px;z-index:-1}.input-wrapper .btn-show-password.showing{opacity:1;z-index:1}.input-wrapper .input[type=text]+.btn-show-password,.input-wrapper [type=text].input-phone+.btn-show-password,.input-wrapper [type=text].input-select+.btn-show-password,.input-wrapper [type=text].textarea+.btn-show-password{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13'%3E%3Cpath fill='%23b2b5b9' fill-rule='evenodd' d='M7 10.921c-.375 0-.745-.026-1.106-.076l.687-1.305c.137.017.277.026.419.026 1.742 0 3.155-1.35 3.155-3.014 0-.817-.34-1.558-.894-2.102l.861-1.636c1.696.721 3.067 2.011 3.849 3.616a.273.273 0 0 1 0 .243C12.749 9.182 10.088 10.921 7 10.921zm.142-2.445 1.56-2.964c.201.3.318.656.318 1.039 0 1.02-.829 1.855-1.878 1.925zm-4.053 3.968L9.641 0l1.157.555L4.247 13l-1.158-.556zM5.206 7.44a1.852 1.852 0 0 1-.226-.889c0-.961.735-1.757 1.697-1.905L5.206 7.44zM7 3.539c-1.742 0-3.156 1.348-3.156 3.013 0 .761.296 1.457.783 1.987l-.889 1.689C2.107 9.497.789 8.234.028 6.673a.279.279 0 0 1 0-.243C1.251 3.922 3.912 2.183 7 2.183c.32 0 .635.019.945.055l-.69 1.31A3.578 3.578 0 0 0 7 3.539z'/%3E%3C/svg%3E") no-repeat 50%;background-size:20px}.notes{margin-right:0}.notes .input-phone::placeholder,.notes .input-select::placeholder,.notes .input::placeholder,.notes .textarea::placeholder{font-style:italic}.account-communication.tabs__content,.account-personal.tabs__content{padding-left:40px;padding-right:40px}@media (max-width:1099px){.account-communication.tabs__content,.account-personal.tabs__content{padding-left:0;padding-right:0}}.tax-due-pane{background:#f5f5f5;border:1px solid #dedede;border-radius:4px;color:#404040;margin-bottom:5px;overflow:hidden}.tax-due-pane .title{background:#f5f5f5;cursor:pointer;max-height:46px;padding:15px 20px;position:relative;-webkit-user-select:none;user-select:none;z-index:1}.tax-due-pane .title .link-collapse.collapse-simple{border-bottom:0;padding-right:5px}.tax-due-pane .title .link-collapse.collapse-simple:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%232586EA' d='m10.545 12.284 4.73-4.526a.715.715 0 0 0 0-1.042.795.795 0 0 0-1.09 0L10 10.72 5.815 6.716a.795.795 0 0 0-1.09 0c-.3.288-.3.754 0 1.042l4.73 4.526c.15.144.348.216.545.216a.786.786 0 0 0 .545-.216z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;border:0;height:10px;width:10px}.tax-due-pane .title .link-collapse.collapse-up{border-bottom:0;color:#acacac;padding-right:5px}.tax-due-pane .title .link-collapse.collapse-up:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.987 2.332.971 4.372a.566.566 0 0 1-.927-.188.582.582 0 0 1 .124-.63L2.583 1.11a.569.569 0 0 1 .623-.126c.07.029.133.072.186.126l2.443 2.444A.577.577 0 0 1 6 3.963a.582.582 0 0 1-.165.409.566.566 0 0 1-.803 0l-2.045-2.04Z' fill='%23838383'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;border:0;height:6px;margin-right:2px;width:6px}@media (max-width:767px){.tax-due-pane .title{max-height:44px;padding:12px 15px}.tax-due-pane .title span{font-size:12px}.tax-due-pane .title .link-collapse{font-size:0}}.tax-due-pane .content{display:block;height:0;margin:0;padding:0;transition:all .3s ease-in-out}.tax-due-pane .content.opened{border-top:1px solid #dedede;height:auto;padding:15px 20px}.tax-due-pane .content table td{padding:7px 0}.tax-due-pane .content table td:first-child{padding-right:50px}.tax-due-pane .content .list-with-disc{margin-left:15px}@media (max-width:767px){.tax-due-pane .content{padding:0 12px}.tax-due-pane .content.opened{padding:10px 12px;position:relative}.tax-due-pane .content.opened:after{background:#dedede;content:"";display:block;height:1px;left:12px;position:absolute;top:0;width:calc(100% - 24px)}.tax-due-pane .content *,.tax-due-pane .content table td{font-size:12px}.tax-due-pane .content .list-with-disc{margin-top:5px}}.docs-lock-notification{align-items:center;background-color:#faeef0;border:1px solid #ffaba0;border-radius:4px;box-shadow:0 6px 14px -3px #00080e2b;display:flex;height:80px;margin-bottom:25px;padding:10px;width:100%}.docs-lock-notification .icon-lock{background:red url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='41'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M25.234 17.197h-.044v-5.665C25.19 5.357 20.17.333 14 .333S2.81 5.357 2.81 11.533v5.664h-.044a2.066 2.066 0 0 0-2.062 2.064v8.432C.704 35.031 6.668 41 14 41c7.332 0 13.296-5.97 13.296-13.307v-8.432a2.066 2.066 0 0 0-2.062-2.064zM4.127 11.532c0-5.448 4.429-9.881 9.873-9.881 5.444 0 9.873 4.433 9.873 9.881v5.665h-1.491v-5.665c0-4.625-3.76-8.388-8.382-8.388s-8.382 3.763-8.382 8.388v5.665H4.127v-5.665zm16.938 0v5.665H6.935v-5.665c0-3.899 3.17-7.07 7.065-7.07 3.896 0 7.065 3.171 7.065 7.07zm4.915 16.161c0 6.611-5.374 11.99-11.98 11.99-6.606 0-11.98-5.379-11.98-11.99v-8.432c0-.411.335-.746.746-.746h22.468c.411 0 .746.335.746.746v8.432z'/%3E%3Cpath d='M14 24.224a2.769 2.769 0 0 0-2.765 2.767 2.77 2.77 0 0 0 2.107 2.687v2.231a.659.659 0 1 0 1.316 0v-2.231a2.77 2.77 0 0 0 2.107-2.687A2.769 2.769 0 0 0 14 24.224zm0 4.216a1.45 1.45 0 0 1 0-2.899 1.45 1.45 0 0 1 0 2.899zm9.83-2.81a.659.659 0 0 0-.659.658v1.405c0 1.667-.453 3.3-1.31 4.723a.66.66 0 0 0 1.128.68 10.473 10.473 0 0 0 1.499-5.403v-1.405a.659.659 0 0 0-.658-.659zM10.072 35.987a9.253 9.253 0 0 1-5.031-6.327.658.658 0 1 0-1.286.282 10.58 10.58 0 0 0 5.752 7.234.656.656 0 0 0 .877-.311.66.66 0 0 0-.312-.878zM23.83 21.413a.659.659 0 0 0-.659.659v1.406a.659.659 0 1 0 1.317 0v-1.406a.659.659 0 0 0-.658-.659z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;border-radius:5px;height:60px;margin-right:10px;width:60px}.sign-block{background-color:#f5f5f5;flex-direction:column;padding:10px 0}.sign-block,.sign-block .sign-item{align-items:center;border-radius:4px;display:flex;justify-content:center}.sign-block .sign-item{background:#fff;cursor:pointer;height:49px;margin:5px 0;max-width:90%;min-width:90%;overflow:hidden}.sign-block .sign-item img{cursor:pointer}.sign-block .sign-item:hover{border:1px solid #2586ea}.title-empty{align-items:center;display:flex;justify-content:center;padding:20px}.title-empty__text{color:#9b9b9b;font-size:32px;font-weight:700;line-height:42px;max-width:700px;text-align:center;width:100%}@media (max-width:767px){.title-empty{align-items:flex-start}.title-empty .title-empty__text{font-size:24px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.title-empty:after{content:"";font-size:0;min-height:inherit}}@media (max-width:767px){.modal-sign-letter .modal-content-item:first-child{margin-top:20px;order:2}.button-signed{width:133px}.tabs__content--bills .input-check-box-green{height:16px;overflow:hidden;width:16px}}.icon-bills-plus{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.533 8.841H8.958v2.692a.817.817 0 0 1-1.635 0V8.84H4.817a.818.818 0 0 1 0-1.635h2.506V4.817a.817.817 0 1 1 1.635 0v2.39h2.574a.817.817 0 1 1 0 1.634z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233C4858' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg fill='%232586EA' mask='url(%23b)'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;height:16px;width:16px}.icon-bills-minus{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zm3.533 8.841a.817.817 0 1 0 0-1.635H4.816a.818.818 0 0 0 0 1.635h6.716z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%230087F5' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg fill='%233C4858' mask='url(%23b)'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;height:16px;width:16px}.input-checkbox-bill:checked+label{font-weight:700}.input-checkbox-bill+label{cursor:pointer;-webkit-user-select:none;user-select:none}.bills-amount__wrapper{display:flex;flex-wrap:wrap;margin:0 0 24px;width:100%}@media (max-width:1099px){.bills-amount__wrapper{margin:16px 0}}@media (max-width:767px){.bills-amount__wrapper{margin-bottom:16px;margin-top:0}}.bills-amount{background:#f0f7fe;border:1px solid #2686ea;border-radius:4px;color:#1f4159;display:flex;flex-direction:row;font-size:16px;justify-content:space-between;margin:0;padding:0;width:100%}@media (max-width:767px){.bills-amount{align-items:flex-start;flex-direction:column;font-size:13px;padding:12px;width:100%}}.bills-amount__content{padding:10px 15px}@media (max-width:767px){.bills-amount__content{padding:0}}.bills-amount__item{font-size:15px;line-height:18px;margin:0 0 2px}.bills-amount__item--bold{font-size:18px;font-weight:700;line-height:24px}.bills-amount__item:last-of-type{margin-bottom:0}@media (max-width:767px){.bills-amount__item{margin:0 0 5px}}.bills-amount__actions{align-items:center;display:flex;flex-direction:row;justify-content:center}@media (max-width:767px){.bills-amount__actions{flex-direction:column}}.bills-amount__checkbox{align-items:center;display:flex;flex-direction:row;padding:16px}@media (max-width:767px){.bills-amount__checkbox{padding:16px 0}}.bills-amount__buttons{align-items:center;display:flex;justify-content:flex-end;margin:12px}@media (max-width:767px){.bills-amount__buttons{display:block;margin-bottom:4px;margin-top:0;width:100%}.bills-amount__buttons .width-50{display:block;margin:0 0 10px;width:100%}.bills-amount__buttons [class^=button]{margin:0 0 10px;width:100%}}.bill-expiring_credit{margin-bottom:20px}.bill-expiring_credit-inner{background-color:#fff9e5;border:1px solid #fcebaf;border-radius:4px;display:flex;padding:10px 25px}@media (max-width:767px){.bill-expiring_credit-inner{margin-bottom:10px;padding:10px}}.payments-footer__amount{color:#303030;font-size:13px;font-weight:700;line-height:20px;margin:10px 0 15px;text-align:right}@media (max-width:767px){.payments-footer__buttons{width:100%}.payments-footer__buttons .btn{margin:0 0 15px}}.payment-system{display:flex;flex-direction:column;gap:12px}.payment-system-inline-form{bottom:-5px;color:#ccc;display:none;font-weight:700;left:50%;position:absolute;text-transform:lowercase;transform:translate(-50%)}@media (min-width:769px){.card-type .payment-system__item{width:calc(25% - 4px)}.card-type .payment-system__item:last-child{margin:0}}@media (max-width:767px){.card-type .payment-system__item{width:calc(50% - 5px)}.card-type .payment-system__item:nth-child(2n){margin:0 0 10px}}.payment-system__input{margin:0;opacity:0;position:absolute}.card-type .payment-system__input+label{padding-left:18px}.card-type .payment-system__input+label:before{display:none}.payment-system__input+label{align-items:center;cursor:pointer;display:flex;font-size:14px;padding-left:28px;position:relative;text-transform:capitalize;transition:box-shadow .3s ease,background .3s ease;white-space:nowrap}.payment-system__input+label:before{border:1px solid #979797;border-radius:10px;content:"";height:20px;left:0;margin-top:-10px;position:absolute;top:50%;width:20px}.payment-system__input:checked+label:before{background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAqVJREFUWAntlE1ME0EUx+fNBkPFRKMUw4XIwRh2A0pIvBhMDPEDEkxIu9XEtlFjDCYcvXjj6MmLF2I8aFkOutQKRA0hika9+HWRtlyMNzxYTyVQLZ3xjaRu2+2Wbqs96Mxl37z35r3f/ueDEDmkAlIBqYBUQCrwTysAjf473egaYTl+AxsvgkcZNQPxH5UYGgroN9RBkuMznPAmAYXNp8HTfdYMmDknSOoU+NN+/6TaTxiL5uFEfU6In69/vF6pV0MAfXfVXsLZHOfEY4eBoN1nef46oD7ZcwAIm0e4nVZby0IV71kzu1UToG5oKqpy8fJc33Z7ScujR7QOxrILCOG1vJaFZ3C2u2PvVctjt1xfksCUdoxt5B5j02Ys93rP7pYTt4bfr5WWDkV62tZ49hWetP2lMTEHIM/aWzuHbg49+V4unve5AtSntMM8x55yznfkC+BVnKfNyunC5+J87NCudDrzHG/Bwd95BQYQeAMeOoBrVgvcZU1XW4xwE0VwoiQnJ3mGGeN8/Fctse2r6cwjJziUbgnhBquBE+VdKeiPdH1AwF6xsHSgKrfbvfvGVlKfZwR0aXxzDp88lPQboeSX8nG715WCoNBRACi7Lfi+XUK4hBMcKrFCoem4GziB60pBsaDkkgjX1gPgG6X0qBmMJ7ZOLs5wpaBYev9cfBGocgbP0kZxKcdZmhDlVC1woqJrQLHIDMVnCYULqD++Ns4DtydDgQxHw0vvnLMqR2oCFCWjwYQBHMYcy28qrJvh5ReOOVUElCpyHFMSD1NvNV9blnA+UJiEyjHcm1A0vPyg0F+LXRegaJiIfX2p+rwtuNlH8gBA6ZVoKHknP6/nWzegaJ6MpRa0kdZteCY78T28Nh1OTtQDJddKBaQCUgGpgFTgP1LgJ7rfzy0WpFXsAAAAAElFTkSuQmCC);background-position:-1px 50%;background-size:20px}.payment-system__name{color:#3c4858;display:inline-block;font-size:18px;font-weight:700;vertical-align:middle}.icon-payment-system{background-position:50%;background-repeat:no-repeat;background-size:66px 66px;height:100%;width:100%}.icon-payment-system--visa{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 504 504' style='enable-background:new 0 0 504 504' xml:space='preserve'%3E%3Cpath style='fill:%233c58bf' d='m184.8 324.4 25.6-144h40l-24.8 144z'/%3E%3Cpath style='fill:%23293688' d='m184.8 324.4 32.8-144h32.8l-24.8 144z'/%3E%3Cpath style='fill:%233c58bf' d='M370.4 182c-8-3.2-20.8-6.4-36.8-6.4-40 0-68.8 20-68.8 48.8 0 21.6 20 32.8 36 40s20.8 12 20.8 18.4c0 9.6-12.8 14.4-24 14.4-16 0-24.8-2.4-38.4-8l-5.6-2.4-5.6 32.8c9.6 4 27.2 8 45.6 8 42.4 0 70.4-20 70.4-50.4 0-16.8-10.4-29.6-34.4-40-14.4-7.2-23.2-11.2-23.2-18.4 0-6.4 7.2-12.8 23.2-12.8 13.6 0 23.2 2.4 30.4 5.6l4 1.6 6.4-31.2z'/%3E%3Cpath style='fill:%23293688' d='M370.4 182c-8-3.2-20.8-6.4-36.8-6.4-40 0-61.6 20-61.6 48.8 0 21.6 12.8 32.8 28.8 40s20.8 12 20.8 18.4c0 9.6-12.8 14.4-24 14.4-16 0-24.8-2.4-38.4-8l-5.6-2.4-5.6 32.8c9.6 4 27.2 8 45.6 8 42.4 0 70.4-20 70.4-50.4 0-16.8-10.4-29.6-34.4-40-14.4-7.2-23.2-11.2-23.2-18.4 0-6.4 7.2-12.8 23.2-12.8 13.6 0 23.2 2.4 30.4 5.6l4 1.6 6.4-31.2z'/%3E%3Cpath style='fill:%233c58bf' d='M439.2 180.4c-9.6 0-16.8.8-20.8 10.4l-60 133.6h43.2l8-24h51.2l4.8 24H504l-33.6-144h-31.2zm-18.4 96c2.4-7.2 16-42.4 16-42.4s3.2-8.8 5.6-14.4l2.4 13.6s8 36 9.6 44h-33.6v-.8z'/%3E%3Cpath style='fill:%23293688' d='M448.8 180.4c-9.6 0-16.8.8-20.8 10.4l-69.6 133.6h43.2l8-24h51.2l4.8 24H504l-33.6-144h-21.6zm-28 96c3.2-8 16-42.4 16-42.4s3.2-8.8 5.6-14.4l2.4 13.6s8 36 9.6 44h-33.6v-.8z'/%3E%3Cpath style='fill:%233c58bf' d='m111.2 281.2-4-20.8c-7.2-24-30.4-50.4-56-63.2l36 128h43.2l64.8-144H152l-40.8 100z'/%3E%3Cpath style='fill:%23293688' d='m111.2 281.2-4-20.8c-7.2-24-30.4-50.4-56-63.2l36 128h43.2l64.8-144H160l-48.8 100z'/%3E%3Cpath style='fill:%23ffbc00' d='m0 180.4 7.2 1.6c51.2 12 86.4 42.4 100 78.4l-14.4-68c-2.4-9.6-9.6-12-18.4-12H0z'/%3E%3Cpath style='fill:%23f7981d' d='M0 180.4c51.2 12 93.6 43.2 107.2 79.2l-13.6-56.8c-2.4-9.6-10.4-15.2-19.2-15.2L0 180.4z'/%3E%3Cpath style='fill:%23ed7c00' d='M0 180.4c51.2 12 93.6 43.2 107.2 79.2l-9.6-31.2c-2.4-9.6-5.6-19.2-16.8-23.2L0 180.4z'/%3E%3Cpath style='fill:%23051244' d='M151.2 276.4 124 249.2l-12.8 30.4-3.2-20c-7.2-24-30.4-50.4-56-63.2l36 128h43.2l20-48zM225.6 324.4l-34.4-35.2-6.4 35.2zM317.6 274.8c3.2 3.2 4.8 5.6 4 8.8 0 9.6-12.8 14.4-24 14.4-16 0-24.8-2.4-38.4-8l-5.6-2.4-5.6 32.8c9.6 4 27.2 8 45.6 8 25.6 0 46.4-7.2 58.4-20l-34.4-33.6zM364 324.4h37.6l8-24h51.2l4.8 24H504L490.4 266l-48-46.4 2.4 12.8s8 36 9.6 44h-33.6c3.2-8 16-42.4 16-42.4s3.2-8.8 5.6-14.4'/%3E%3C/svg%3E")}.icon-payment-system--mastercard{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/mastercard-CYjebauj.svg)}.icon-payment-system--amex{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-payment-american-express-BeM8l_oQ.svg)}[class^=icon-payment]{background-position:0 50%;background-repeat:no-repeat;background-size:contain;height:20px;width:90px}.icon-payment-stripe,.icon-payment-stripe_dialog{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAkCAYAAABCKP5eAAAAAXNSR0IArs4c6QAAB6dJREFUeAHtWX1sW9UVP+c9x07SZJRVWWpXJdAN6Mo2IVbG4K9RgTYNIU0MVUwamwqTnZAxCcdriuiGh0SBJE43qn44UmFslGmdhtDERFcVBhpTWbUMde1WQJr67efQNGxO2sSx3z37PSfv5b3GK7WbhdV7T7Luveeecz/O795zzj0m8j9fA74GfA34GvA14GvA14CvgTnXAM/5iFUMuHOn6G8MZpebRbmBWTe29rXuqWIYX6SMBrQytHklxRIne/e8ZeQKBXVQifzMJPNL87qAGp8scDH763w4t6hQHPs8KVoZagunNn2P8xWPJ7yMSBorlvMFLkgDVQH84NMSyh81DhXyo1fZszScGN6EeuUA2wNMl/AZZ84h+c2L0EBVAOdHDJ1EHHAvYn6Iyusa059E9EEtWP+XrU8u/ODixvOl3RooG2TFvv/+1SSFFSR8JYs2qnR1IrQg9Nam5KKcJRxNZhopJ56bxgG+UUwas/ojzeEjySRPRLsyy6229dURjW9ORY52rBtapky1XDQ5OPBU5Fj7I8NL1MRk8xQXUSjIpzc9ET4V7R65jIoTYZve2NyQPRteeEZ/L3ubIrmGmHO6Cu7Z0r/ouM1TrkwmJZgdNW5Vwp9ixo6Y31n1hdY3Vq9msxx/rdE8AHesPXWtMid7RejO2RvlArO8mE4tuaccwG5+nXlla3N4fyaXKTh0pr9CuXtESbxEY61nIBXujnVlfi0idzl8Gj8+0BdZ3x7P3qfI3G7TmXg7Md0E3s84NGYlRD8YSEU22DR3GUsYa0iUtZ9FbjqAPk4aR9O9kV1uei3WnSj6wYeNFlWcfLU8uNbWpU6IV1atBOHPOuBWMYiQ3O8Gt7QiEQ2u4vFYPPPcuUO2xzOPiFLPnAvulBwthbV5OZow7jhXrtbaDsD5SdmA27Dkv7dB8ViLuZwH4H+rPZFdZY/ZGT91DWZL2u2pkrE99yc67v/T1hvcTa21ugMwtH+Ld3P8AmuBW3TWvgpz9hB83pvefm8L5rdDI21N6RdsOuLttVsMvfMujLURgdVgiQqzYPeet2SaYI3WWWvSNG7HGKNufqVUr90u8uRjuO1OAAmT/CzV1V8OmRb8fmvz4WAse3Wf8Q27XYulowQc76XuDULrg+m+1r3TtFdQ/jjanbnCzeOuX6bX7ejpaXGUjuDGGdvmA6j3bktFdtjtSkocjdfSqchT0zJ72xOZ9+GAX5wZQ26wgrpAc+BEMVdcDZdS6sKBygXbwh32G72zK9OJwGDGNCuyAH5+ZpzaqjkgIMA8CJXcbG8PpzsV6zp5N9zcz+tCC3ZufuJjp62o1+6vpkQa8kA1cuVktvaGX4olMhngGJnp55tUjhoArmMVhGUsf8zoiCYyJbZS1CdWBD1tmlk+OSNfe7UZE836ephZ5d4iAhQArrYU8mPHYnHjyWha8NqZ4w8nq5oRsVYLxXfcsiBFSDOvdtNKB0DJRnL/bHDBiMnbYM6dA+GRrYGGA/C2vsWvMWu3w1+9O3tf0iikuuld4xez+z46CsDxHkjFAYC1sKIVCdV3/ujUgopkLiFmx0Rba7ZAhu9cMTSa/bIpsgakr+GMu26tfD2WGLpZyNw/Z3u80CCr7ISM2+oxACMIxE7jCeT+Roi0F9wEb13UluQnSgkaL702Wg7AD/VLw8Y4jyMDZd0KK6h6ZTrxsRem+nJ7u3hbXo/6LIBzyoTvIyfIsvk/tLRMtAejD5UoMUTXGrdSUbW5uRFdHxLSkdmaya8QcbMebPjh/2sK1AH4zEljN6LQw7rG23mBPmidarOxcByPEet0OwATSyFC4UmDjaL7KYK/+roSiexj43WN9YXQ2DhkJt3K/4/1C7zBOAVfjHUZd9eHtD9M5Iufk6I85x4TTnRca9L2WetGduzvWNuKqX6pU4Wzv3wgfvp+O61p+Vxkua5F/7eRGu23UqPusWqp7vhgbCqErNC9pqlexzMjB7CPcE5GcHs9z6eAFvgzbnkRvH/zKELUWtziMfzDNKyP0qc9fedrXHiQ9XER9avxiWIWa9oN0xx2D4sk8w7b1CKF8V1Pn8jtRcofjsYzR5H1OozoewLrP4TfOjKDITdvrdXdALv2hqhSpA2W07N5BGAvb+5pKZlnIS3tEvhoq8zDDSF9vb2IgZ7w70u5a5tQKq1nkVwBS3AlXELQ01XDDQdgJPLOa6YscCXQ8E3reWLpI51avA20LfBxVXjQyjUKwOAq+OxsST7GAf22n2xoHXL3pfsj32FNuw80BFnlPmvdvLuB1L/K9dYKzfHBUMgdnd3GdYUifYVJLcPmF+OkfwDfdhhA7tqaikylFqd3Pg105wNdxk9NllXgXQozOYIT83ZrU/jAo4+S2Z7gmFtR9U31J9ztqbrgoPDvbLou/LZd95byjwDV31nUJu/Bm/Z6JDiHNNb2qSb1m3SytQzwOIR94Wc71v3zJdM8e6Om6Dq4+6sw5jBkjwdU4I+b+1ve885Rey3g97/5zf67kPan+5dYEbz/VaABx0RXIOOzXkIa8AG+hMCqZqmOD65GeB5kECDxAcR1B/FHxZvzMJ8/xXxpoNzfjfM1tz+PrwFfA74GfA34GvA14GvA14CvgfNq4N90DepXYwX4IQAAAABJRU5ErkJggg==);height:30px;margin:-5px 0}.icon-payment-paypal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAkCAYAAABCKP5eAAAAAXNSR0IArs4c6QAAC1NJREFUeAHtWn9wFcUd3927ywtJSCA/aBI0kEDykijYFjtiIRhmqDNC1TKOkTpgCwhOa/tHbdFWCiSAVNS2tra1BqWtnYombZ2Ktei0NEBodSgCVfKSQCJoIQYigfwi78fd9rP3cvf23kvCC3kgtm8zye5+97vf/d739+2FkHiLSyAugbgE4hKISyAugbgE4hKIuQSoTLFk1saZnBpfJoQrMlweY0NAp7yXcnqKMu5JLs6p3199X5+MEx9fORJwKNg9u6qVc54/Qva6KGVrmurX/nSE++Lol0ECzDrjxjt/NIZzMtmaj6BP5dz4SfHsqm+PYE8c9TJJwFbwmQ/PFyI0Ozx6JDwYhDxSVP5E5kj2xHEvvQRsBRNiFI3qOM5dzN+7YFQ04ptjLgHVpsgNtz12DAzCDfjnII1y4fOUUBasyQxGJw2CFgd9jBIIKZiQQRWs955B3ewdnkUomKouQhKTR6xgFHX0+tuqx4QfMLa7yFdXNzcQDr+c80rOWfWrbYnhZ678Yk5/JaWDW3048sc8t3Nu0eyqNwnnNzj4QdWld510gIabeGd8ru18+U23f7TUvW84PHkNlfsrUPKtMmxgbCA2fIAY0cQJfbJ577q/DIJzyUDX1PCE9rOeBgSpKRGHUOIDb+8RTg4oGtnUvrTknQicKAGZ1Z5fcsJvEejIl8+fXlm6JsqtUaFJOZhHerAxMgfyTbsunfj1p6I6GUh33lmjQIA3D4HP8OCTguv8teLZlT8YAu+SgDu6PEWDKlecxkkCjNIN/hYF/ORg5hYP7g4uslEyFzvzBn61i6Qy5DZTwdNvfnwCmB4XjsVHoGCenHpeTx2LOE1uyN56JCuc1mDzhtMt+YgaYs8FG4T9jWvKf55yQcQYIRiElURHikOG/MHocJ1YM/7FNRhKgQWlDFEhxs1UcMB7PtJ7xUEjUHBf+ZwumzcaSLbHwwz0QKBYXka9Vqdo2jTK2GyMX5DXkC1SqNE5XoZdyjHe7R28EcYeUhTl04QpC3Fug3w2UsjV8jza8bF3mkX4D9VBjByLdm+0eCZxPcAHfUWK1oP1qyad8k8p/JR1qE4S+63xsD3nTiESusNTt/pdsae8/O9vnfTvulver3HmoPuZsk1Z/YRf7VKSWg/WfeusjDv6MQVviBsDzZWgvXjyninvY3powpaGXp2TN6w1FDKOKlQUjllbGgs1qijpaYUthyuoz8J19AFnWtSUhJh7sGU9g3ow1y+cg/XcvPbuhQtt5RJKdS3TFfJmxxM5J7j3LpFkSBglpnIFVgernyRjo6g5fmDPw6cFDAXhEsr5+l7DN1nM+4xzAvYyzn4NIX8TxcsbvOo8I9o8gwYWEYPPE3iU8jY1p3TJ4doKW+Az5j2a1tPfvxPLIg+KtrOpvvIu8GUbH6W0e0C5JgInLA3hzRwH/3CzqCyoaUnrPud7JOvZxnuQn8f6eIC0n2vsRyG1GldI14Gp+QIfawc/Wln6BULx5mLZEJjTDCYMKKZtQMFOS7JPGDJEg9Wk5N6+sps6fO6iyTY+BrDmgydvzY3244MtRJOGppgKRk2Q7O3t2yzTBeEdwjOKy6peRF9hycXG4VyEztugYFG4oXGiURrwcyMNqigzIVgItDX9CuMdYi5aT793M8L/Z4MzVLKMbjU98FmPLXxssw0v87nGXK7z71n4Zs/ZjtznW/LOnfX9A+dOlNdAKxHzH0IycPrgRxwYKwwETY5gnBw/tjTfEaFMnFH+sTw4MkRznfBx484FsiZ8ZPKiaNwYn6EHstIVfUJWBh+TJIqyiKIHD1QbNU+Sl4g9hld/vWhWlQrl5kEYdkWJfNzDVe3J4rINq6GMCos+PKsNQtqHy5ZC9IgG0lcwSvrvmPfdYzV/3VBjEOMBaw/h+u0YmwoumbNxjq7rK6010Hu6cc+61yf+dnEezrHrCBjttfBCD+LCGG5weHroShdrLaqq/MHn9eE1LqRc8HwASj2B5/g8bC1d5g27PeaZPHT3gKgThFnMxKhXkevUNv9uJPug3Vt0vfmTW3vmzCxAXAtam7UwTA/LPJWiJT5jWsQweGJJVO79vb3pMhqEYaYKByeUelGn3ktTlRP8jG+1hQ8B1qTnjP3qP2sfOC9g7rLKx7lBvmOvE9JcWWleRrzlnlV1HLQnDazdBiP8+vz5TyW0dnVWS8o6mjI+29wf8PsckQX4Y7G3OCgiiTtKzhCFVBi6/xYYxAyTPkItfpZ0rCj+nZiLsN111rcT59tRAuCgMuUQTWijuT/Gf1i7UZ+Pw21vsej7867qhHKt6QV7KNfLKF+MMBNVsePv9zqEKB+AU/vw+y7O36IRV1Hz7nUvkU7v7RCwCHciDfSpatZyS7kCpiVoT4jebpyGPIKFogrUk+su33B9a3fnGsugcI6uEHXJ/u3B79rcEAXWEI2Ss/D0/dizKS3NVdCxrPRtpIC7LGx4Ym3HyqByBay1Yso5RJgfW+tmT1lj7gtNmfDqDBtOySVRsIqL5sjwjFMDGeOs8G3zMNQAAq9nKnno1LJS5KDoGu63HUKELT3mSkper7lSuSVoByVu3GjPKW05XHd/jz0XAz9PkOegZwuMM1ZDDCPk3brxMKLsAgsf/D/q2fv9N605Jyj+5EbZEld26h8TOryGnCetSAWjmWmhw9APWWOrB/0cye9hG9wT6AuFZ4FHCQsZpLUxBr2qEwYF6xGkjKQkR/i0EGC9TQhr7WDpA4Sl91XKX2lfUWoLx8K7YC8XGEBWFPbqv99Y1Tv0PqpIaaRAXHrISvYbgUp5r8EGwiCAzbvW7sOV6HsItfkCB3x/KUSLHkgpza4i9fJu5ytSWpq2vXW4wpGHeENUmC5TmvgbT0a/z/imBPNfW+BuOXy0abYEE89vG6QMH+0Y+jFw5RbWGCNcVXLCoLA88lLHipJF4fCLmSNROV6RDFV1XB5E0KS0Hpq5T8ChqGR/4PTLUFo1PmXB4YzFgIniyW6Uq2EeYYbpB20EMUB+V5Ev8S9HfgechN7P4ZFtIsw6150zeOReGE3wFYiTOzK3NDxGiVIHnvK8Pr4KqSV0EULJ0bq5NACc0KspcvmHywpPO6nGZsYI5YXhpPS01G7AIkI03i0PhuNe9NxZQZ9q/NvDVsQblOT07OJtiB5H7EVO5kGANdzQa+E1UC5e3ULNyFFym0NTMwTWyHMxxjXe6oa9aw/LcFEUQVnZNsyqeG1A5EBR1PUSVMX+VQbX/wzLexpMmVEjtD5QG3BqKxhGFGaMIezRjuCqoYMsYnpmeps1dvaxYURU7nhwvG4EGx5wjzUeqq+trdAZYwuAu0/GQVTpgeI3w4t2WXDkvLfr6pb2W3PRK2riCeDKNze7F81b6yx+gNfdZRTI+6Cs4SMLkNuXFb0FHu5GInUUmODjCDxouUwPZrh3YG7XPsCLnePIh2EML+XHIbREGe7PzuyU59YYt0cxsTTxndc9Z8NUzhSXoJ1SlNFiP7Z12CC9Z/eaI5WVfObvd2/MDwTIFIPyTpdrTIPI3eLaslclZlWaMjYj4kbI7+97DiTNqITn7aZawlcGXqMcJ92/fOqhn21pdHMNeQqNJY//jwNhiAlS17bc7Sf/5G/rKSLMyFY5O37y3sJGKJ5P+PWR3To3NKYrgdP3Tj1q0lXJcspZpk6ZQVLG1Q1BdtRgGE9kw0v9NoQ9Z67FN9BpU0uSRf6I3HFlQ9xlVV/DBcUvLC7xX6DL8V+gW635/3JvWmnEA1JSGgHjweIgAn6FA9xzN7hxF22/I8OiX/l/Ua5QTUQhJYDIj83IJ6HLD7gzo+wZsfZJa9Svr8RFRJLgG6H5uCs5acUn7Rni/MYlEJdAXAJxCcQlEJdAXAJxCVxhEvgvNlYgwcIq9IIAAAAASUVORK5CYII=);height:30px;margin:-5px 0}.icon-payment-square,.icon-payment-square_2nd_processor{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-payment-square-B_DSwWke.svg)}.icon-payment-testpay{background-image:url(data:image/gif;base64,R0lGODlhyACsAJEAAPbt0QAAAP3NDP///yH5BAEAAAMALAAAAADIAKwAAAL/nI+py+0P4wuy2ouz3rzHQHniSJbmyYAhyrbua6orTNf2fcgzzve+ptv9hsSiIQgyKpc8pJAJjY6cSan1uqFWsdxuQ7v1isXg8PgsLZvRbKNa1Y6730+5nUaH3/f4vJ4PiOL3F1goMihjqNiBSLj4KAEmIAAGaQlRNll5ybkgOUmp1Tl69Km5SXppCoqa+rjK2upqCBtLNbtYCwogi3uXCRp8eusLqCvcW8wGLIycrDx23PwM3SU9TV1txdzcna0dde39Da4k3h1KXI51jk6+/tPu/g7fpIWOH8wrWs8kj1+mn7l/APkJJEKwoMGDPRLmo8fwBLd8FG05iWiPSsWN/8ECYqwxkSPFSgA+wnC4EaLJLPdEukx3cSWLkC8fqpRZAaXLmzgx6dy5sCejljVfehTKgWZRivvUIQVCdClQp08v/FzKs6pSqRWPVo0UlavRoF8dbBU7MqvMklfFqpUJBgBarm8/np3blWxZBG3x1mXY1+/ffnfxchxcr7DhvKJK7h0QeDHicpElT66mePFhvUIra24aU2tYzWi99sxMWuRlXJ5TwwyNE7XrzVRXtp5t2q4WubM1r+4ku7dqzgJvC3+NxGTw47RhAx7NfG4ZxweXR09JnDL066V/09rOvXtt7eDDcwWdnHB583S977HOviL6IInXx5eaW5nx+8Oc6//fz19+rNnHX3vjzQJfgdhlBxyACiJHXzEJPrigf6k4SKGAnGBIIYSJIMhhhnG5EmKH7rFToogMFjJhh2MdmEuKvl0znw4NEuiihxrNs+J7OLrYCI8WsiijeEFi02MbNeqw0T7Y8BYLNkY2AgKSQ/LRDmi8aWlRAF3iR2UQziSJhmJiItdflWgWFaYTY15pRztIQJhmlXO+2OaZXUYYiJli5kHnVHnqWSefWOI4J6B3DqfGlIb+Ik+idATaXGAanqGUDnJJ+galFf7IGJzRbMepDDqWqgKjzOz4aXpxLGnqOEyiKsmioRL1z4k2SEOrl4oSmtaqP17KRaa9nvonsAr/mdJopa5iyuuxv86qbKeFKosPrGt4EdeypvaqEbiD7MnqrUhQx+01boorbZ4dWeusjaPa126n7E56bbnBwhjOOfU2ei+8yDKp6rMoEvhvJgE3my+2NpE5hJ/UTgxwsu6Sa2u88l6RWcK1WnzxwF6yCXFDw4Kc6rQyaOvHu/oKKuoPLI/cqq8of0xwzYv+RGwPbBHk8T0ZP2wKrG6NCIVs5x5L59BEg4qVrlBBvS7BZ149a8FUQOlazzg4VHWsZ6I3Cdk0m/syaV6DBHbYNsMUyjCayE0JzFDXtPZJKEUVa38un52q3YOerfGHCO09uMCFU0lyyYLolLjii48bteMx/0AeuXWJc4235SQkmDnobTr66A1XhX73my0L5vlQqf+Net8G4ss6vzNZGnvOpDu8u+Fsp73UzCF/FgDnXUutQItWhp4jmK1j0O2MzDcfPPI57Je58dQLvnELyj89+vazx+w68LWHL77ztpfvZm+Jp3/08xO8zj0i8I9v8OccDn5//OtDHyL+9U8qLJNIAAc1QPyVLiklEmACK/c/sJgvNcN7YOd2c4giicxpFsQT+eZHv/PxroONi6BZNEjC+OTNEyhMIXtWmLwWutA8MLxeCGf4wJkB8IY4fGANv9fDAa4QiEHs3xBlWEQa0oOISbyf13IHxShKcYpq8AkVr4jFLD9m7oRa7KIXv/gGLoJxjGQcYwrKiMY0ZvGMamyjG2MXwzfKcY55SgAd74hHRPAlj3zsIz/8CMhA6kGQhPRjAQAAOw==);width:20px}.invoice{display:flex;font-size:14px;justify-content:space-between}@media (max-width:1099px){.invoice{display:block}}.invoice__column{width:63%}.invoice__column:last-child{margin-left:10px;width:37%}@media (max-width:1099px){.invoice__column:last-child{margin:0;width:100%}.invoice__column{margin:0 0 20px;width:100%}}.invoice__title{padding-left:30px}@media (max-width:1099px){.invoice__title{padding:0}}.invoice-table__wrapper{background-color:#f4f4f4;border-radius:4px;padding:0 10px 8px}@media (max-width:767px){.invoice-table__wrapper{padding:0 4px 8px}}.invoice-table{border-collapse:collapse;font-size:14px;width:100%}.invoice-table .link-dashed{display:inline-flex;height:16px}.invoice-table .cell-date{min-width:85px}@media (min-width:769px){.invoice-table.bills td:nth-child(2){width:16%}.invoice-table.bills td:nth-child(5){width:20%}}.invoice-table tr td{padding:12px 13px;vertical-align:top}@media (max-width:767px){.invoice-table tr td{padding:6px 4px}}.invoice-table tr td:first-child{padding-left:20px;padding-right:10px}@media (max-width:767px){.invoice-table tr td:first-child{padding-left:10px}}.invoice-table tr td:last-child{padding-right:20px}@media (max-width:767px){.invoice-table tr td:last-child{padding-right:10px}.invoice-table tr td.status{width:85px}}.invoice-table tr td.mobile-cell{display:none}@media (max-width:767px){.invoice-table tr td.mobile-cell{display:table-cell;width:50px}}.invoice-table thead{color:#3c4858;font-weight:700;text-transform:uppercase}.invoice-table thead td{border-bottom:1px solid #c8c8c8}.invoice-table thead tr.empty-row{height:14px;padding:0}.invoice-table tbody tr.checked-row td{background:#e8ecef;border-bottom:2px solid #f4f4f4}.invoice-table tbody tr.checked-row td:first-child{border-radius:4px 0 0 4px}.invoice-table tbody tr.checked-row td:last-child{border-radius:0 4px 4px 0}.invoice__buttons{display:flex;justify-content:flex-end;margin:15px 0 20px}@media (max-width:767px){.invoice__buttons{margin:10px 0 30px}}.bill-table{background:#f4f4f4;border-radius:4px;color:#303030;font-size:14px;padding:0 0 20px;width:100%}@media (max-width:767px){.bill-table{font-size:12px}}.bill-table__cell{font-size:14px;line-height:20px;margin-top:10px;padding:10px}@media (max-width:767px){.bill-table__cell{padding:8px 6px}}.bill-table__head{align-items:center;border-bottom:1px solid #ebebeb;color:#303030;display:flex;font-size:13px;font-weight:700;justify-content:space-between;letter-spacing:.01em;line-height:20px;text-transform:uppercase}@media (max-width:767px){.bill-table__head{justify-content:flex-start}}.bill-table__head .bill-table__cell{font-size:inherit}@media (min-width:769px){.bill-table__head .bill-table__cell:first-child{padding-left:58px}}.bill-table__year-body{margin:10px 20px 0}@media (max-width:767px){.bill-table__year-body{margin:6px 0 0}}.bill-table__year-body.unpaid{background:#e8f1fd;border:1px solid #1a6dbd;border-radius:4px}.bill-table__year-body.unpaid .bill-table__cell{font-size:14px;font-weight:400;line-height:20px;padding:0 10px 10px}@media (max-width:767px){.bill-table__year-body.unpaid .bill-table__cell{padding:0 5px 10px}}@media (min-width:769px){.bill-table__year-body.paid .bill-table__cell:first-child{padding-left:40px}}.bill-table__year-row{align-items:flex-start;display:flex;justify-content:space-between}@media (max-width:767px){.bill-table__year-row{justify-content:flex-start}}.bill-table__year-row.retainer{background:#e0ffd6;border-radius:4px}.bill-table__year-row.retainer .bill-table__cell{margin-top:0}@media (min-width:769px){.bill-table__year-row.retainer .bill-table__cell:first-child{padding-left:40px}}.bill-table__year-head{align-items:center;background:#e8ecef;border-radius:4px;color:#2586ea;cursor:pointer;display:flex;font-size:14px;font-weight:700;margin:10px 20px 0;padding:10px 12px;transition:background .3s ease}.bill-table__year-head:hover{background:#d9e0e5}@media (max-width:767px){.bill-table__year-head{font-size:12px;margin:6px 0 0;padding:7px 6px}}.bill-table__year-head .icon-bills-minus{display:none}.bill-table__year-head.open{color:#1f4159}.bill-table__year-head.open .icon-bills-plus{display:none}.bill-table__year-head.open .icon-bills-minus{display:block}.bill-table__year-head.open+.bill-table__year-content{max-height:500px}.bill-table__year-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.bill-table__year-control{display:flex;width:26px}@media (max-width:767px){.bill-table__year-control{width:22px}}.bill-table.payments{margin:0}@media (min-width:769px){.bill-table.payments .bill-table__cell{width:20%}.bill-table.payments .bill-table__cell:nth-child(2),.bill-table.payments .bill-table__cell:nth-child(3){width:15%}.bill-table.payments .bill-table__cell:last-child{width:35%}}@media (max-width:767px){.bill-table.payments .bill-table__cell:first-child{width:22px}.bill-table.payments .bill-table__cell:nth-child(2){width:27%}.bill-table.payments .bill-table__cell:nth-child(3){width:25%}.bill-table.payments .bill-table__cell:nth-child(4){width:34%}.bill-table.payments .bill-table__cell:nth-child(5){width:13%}}.bill-table.payments .bill-table__head{width:calc(100% - 10px)}.bill-table.payments .bill-table__head .bill-table__cell:first-child{margin-left:0}.bill-table.bills .bill-table__head{width:calc(100% - 15px)}@media (min-width:1024px){.bill-table.bills .bill-table__cell:first-child{width:59%}.bill-table.bills .bill-table__cell:nth-child(2),.bill-table.bills .bill-table__cell:nth-child(3){width:14%}.bill-table.bills .bill-table__cell:nth-child(4){width:13%}.bill-table.bills .bill-table__cell:nth-child(5){display:none}}@media (min-width:769px) and (max-width:1023px){.bill-table.bills .bill-table__cell:first-child{width:50%}.bill-table.bills .bill-table__cell:nth-child(2),.bill-table.bills .bill-table__cell:nth-child(3){width:16%}.bill-table.bills .bill-table__cell:nth-child(4){width:18%}.bill-table.bills .bill-table__cell:nth-child(5){display:none}}@media (max-width:767px){.bill-table.bills .bill-table__cell:first-child{width:22px}.bill-table.bills .bill-table__cell:nth-child(3){width:25%}.bill-table.bills .bill-table__cell:nth-child(2),.bill-table.bills .bill-table__cell:nth-child(4){width:34%}.bill-table.bills .bill-table__cell:nth-child(5){width:13%}}.bill-table__description-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm7.5-6a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z' fill='%232586EA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.634 8.808a.75.75 0 0 1 .75-.75h.615a.75.75 0 0 1 .75.75v3.57a.75.75 0 0 1-.134 1.489h-.616a.75.75 0 0 1-.75-.75v-3.57a.75.75 0 0 1-.615-.739Z' fill='%232586EA'/%3E%3Cpath d='M10 7.187a.835.835 0 1 0 0-1.67.835.835 0 0 0 0 1.67Z' fill='%232586EA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5.687a.665.665 0 1 0 0 1.33.665.665 0 0 0 0-1.33Zm.835.665a.835.835 0 1 1-1.67 0 .835.835 0 0 1 1.67 0Z' fill='%232586EA'/%3E%3C/svg%3E") no-repeat 50% 50%;content:"";display:block;height:16px;margin-top:2px;width:16px}.questionnaire__create{min-height:370px;padding-bottom:52px;position:relative}@media (max-width:480px){.questionnaire__create{padding:30px 0 0}}.questionnaire__create-buttons{align-items:center;bottom:10px;display:flex;justify-content:flex-end;left:10px;position:absolute;right:10px}@media (max-width:1099px){.questionnaire__create-buttons{justify-content:center}}@media (max-width:480px){.questionnaire__create-buttons{position:static}.questionnaire__create-buttons [class^=button]{width:50%}}.questionnaire__create-step{color:#eaeaea;font-size:14px;font-weight:700;position:absolute;right:0;top:-5px}.questionnaire__create-title{color:#000;font-size:16px;line-height:24px;margin:0 0 25px;text-align:center}.questionnaire__create-title p{color:#404040;font-size:14px;line-height:1.2}.questionnaire__create-content{margin:0 auto;width:380px}@media (max-width:480px){.questionnaire__create-content{width:100%}}.questionnaire__create-row{align-items:center;color:#1b2a44;display:flex;font-size:16px;margin:0 0 20px}.questionnaire__create-row--align-top{align-items:flex-start}.questionnaire__create-row--info{background:#f4f4f4;border-radius:4px;line-height:1.4;padding:10px}.radio-block .radio-yes.error .form-control-feedback{display:none}.radio-block .radio-no.error .form-control-feedback.error{color:red}.questionnaire__characteristics{display:flex;flex-wrap:wrap;justify-content:center}.questionnaire__characteristics-item{height:167px;margin:0 10px 20px;position:relative;width:calc(33.3% - 20px)}@media (max-width:767px){.questionnaire__characteristics-item{width:calc(50% - 20px)}}@media (max-width:480px){.questionnaire__characteristics-item{margin:0 0 20px;max-width:none;width:100%}}.questionnaire__characteristics-item.select-yes .questionnaire__characteristics-label{background:#e0ffd6;border:1px solid #bbda98}.questionnaire__characteristics-item.select-yes .switch-yes{border:1px solid #53a128}.questionnaire__characteristics-item.select-yes .switch-yes:before{background:#53a128;border-radius:50%;content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.questionnaire__characteristics-item.select-yes .switch-yes:after{color:#53a128}.questionnaire__characteristics-item.select-no .questionnaire__characteristics-label{background:#faeef0;border:1px solid #ffaba0}.questionnaire__characteristics-item.select-no .switch-no{border:1px solid #d0021b}.questionnaire__characteristics-item.select-no .switch-no:before{background:#d0021b;border-radius:50%;content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.questionnaire__characteristics-item.select-no .switch-no:after{color:#d0021b}.questionnaire__characteristics-label{background:#fff;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;inset:0;padding:12px 6px 30px;position:absolute;text-align:center;transition:box-shadow .2s linear,border-color .2s linear;-webkit-user-select:none;user-select:none;z-index:2}.questionnaire__characteristics-label:hover{border-color:#0087f5d6;box-shadow:0 5px 8px #00193536}.important .questionnaire__characteristics-label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='50'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23417505' fill-rule='nonzero' d='M0 48h2v2H0zM49 0h2v2h-2z'/%3E%3Cpath fill='%2353A128' fill-rule='nonzero' d='M0 29.195V50L51 0H28.92z'/%3E%3Cpath fill='%23FFF' d='m6.068 30.526.665-.666 3.4 3.4-.665.665-3.4-3.4zm5.59-2.317-.602-.748-.03.03.336.752.544 1.991-.214.214-2.035-.51-.753-.325-.024.024.767.573 1.768 1.768-.631.631-3.4-3.4.607-.606 2.462.646.55.228.019-.02-.253-.544-.685-2.404.603-.602 3.4 3.4-.666.665-1.763-1.763zm-.355-2.85a7.773 7.773 0 0 1 .855-1.02 4.42 4.42 0 0 1 .549-.467c.197-.142.405-.24.624-.293.218-.054.444-.05.677.012.233.061.468.21.705.446.213.214.357.432.43.654.072.221.094.44.065.658-.03.217-.101.425-.216.624a2.662 2.662 0 0 1-.425.551l-.078.078a3.8 3.8 0 0 1-.325.286l1.17 1.17-.665.666-3.366-3.366zm1.482-.5a3.147 3.147 0 0 0-.302.349l1.103 1.102a1.706 1.706 0 0 0 .245-.206l.06-.06c.088-.088.167-.183.236-.285a.908.908 0 0 0 .141-.32.662.662 0 0 0-.02-.345.938.938 0 0 0-.244-.367.761.761 0 0 0-.323-.206.675.675 0 0 0-.321-.015.843.843 0 0 0-.304.129c-.097.065-.187.14-.271.223zm2.855-.506c-.566-.566-.878-1.127-.935-1.683-.056-.555.147-1.064.61-1.527.243-.243.497-.413.762-.51.266-.097.536-.128.811-.092.275.035.55.133.826.291.275.159.545.37.81.636.568.567.878 1.129.933 1.686.055.556-.147 1.065-.607 1.525a2.135 2.135 0 0 1-.767.514 1.666 1.666 0 0 1-.809.09 2.256 2.256 0 0 1-.823-.294 3.943 3.943 0 0 1-.81-.636zm.7-.7c.171.172.343.316.517.43.173.116.341.195.505.239a.961.961 0 0 0 .473.012.88.88 0 0 0 .423-.248c.236-.236.327-.511.272-.826-.055-.314-.29-.678-.704-1.092a3.441 3.441 0 0 0-.503-.42 1.82 1.82 0 0 0-.503-.246.948.948 0 0 0-.478-.021.889.889 0 0 0-.435.255.886.886 0 0 0-.264.832c.06.32.292.681.696 1.086zm.995-4.326a8.44 8.44 0 0 1 .435-.561 10.03 10.03 0 0 1 .454-.493c.158-.159.33-.3.512-.425a1.81 1.81 0 0 1 .564-.262c.192-.05.387-.05.585.002.197.052.39.172.578.36.278.278.44.57.485.874.046.304-.006.599-.155.883l.388-.087 2.074.52-.767.767-2.103-.558-.413.286 1.394 1.394-.665.665-3.366-3.365zm1.53-.51a5.85 5.85 0 0 0-.197.206 1.06 1.06 0 0 0-.133.173l.986.985.281-.281c.185-.185.29-.374.316-.568.026-.195-.058-.389-.253-.583-.145-.146-.305-.215-.478-.207-.173.008-.347.1-.522.275zm4.366-4.27-.99.992 2.806 2.807-.665.665-2.807-2.807-.996.996-.592-.593 2.651-2.652.593.593zm4.074.035-1.044 1.044.496 1.01-.666.666-2.2-4.648.49-.49 4.649 2.2-.7.699-1.025-.481zm-1.408.34.729-.729-1.01-.505-.637-.432-.024.024.437.641.505 1zm2.496-3.468-.801-.267-.024.024.612.457 1.772 1.773-.631.63-3.424-3.423.486-.486 3.098.525.777.262.025-.024-.598-.442-1.787-1.787.631-.632 3.424 3.424-.486.486-3.074-.52zm3.725-5.794-.99.991 2.807 2.807-.666.666-2.807-2.807-.995.995-.593-.592 2.652-2.652.592.592z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;content:"";height:50px;left:-2px;position:absolute;top:-2px;width:51px;z-index:2}.questionnaire__characteristics-label .answer-switch{bottom:0;display:flex;height:37px;left:0;position:absolute;width:100%}.questionnaire__characteristics-label .answer-area{align-items:center;border-left:1px solid #0000;border-right:1px solid #0000;border-top:1px solid #d9d9d9;display:flex;height:100%;justify-content:center;transition:all .3s ease;width:50%}.questionnaire__characteristics-label .answer-area:first-child:hover{border-right:1px solid #0087f5d6;border-top:1px solid #0087f5d6}.questionnaire__characteristics-label .answer-area:first-child:hover+.answer-area{border-left:1px solid #0000}.questionnaire__characteristics-label .answer-area:last-child{border-left:1px solid #d9d9d9}.questionnaire__characteristics-label .answer-area:last-child:hover{border-left:1px solid #0087f5d6;border-top:1px solid #0087f5d6}.questionnaire__characteristics-label [class^=switch-]:after{top:1px}.questionnaire__characteristics-name{color:#404040;display:block;font-size:16px;line-height:1.29;margin:15px 0 0;word-break:break-word}.questionnaire__characteristics-descr{color:#aaa;display:block;font-size:12px;font-weight:400;line-height:1.2;margin:3px 0 0}.questionnaire__characteristics-info{display:block;position:absolute;right:16px;top:16px}.questionnaire__characteristics-info-icon{align-items:center;background:#fdcd1d;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:16px;justify-content:center;line-height:16px;width:16px}.questionnaire__characteristics-tooltip{background:#fff;border:1px solid #0087f5d6;border-radius:4px;box-shadow:0 5px 8px #00193536;font-size:12px;padding:10px;text-align:left;width:160px;z-index:2}.questionnaire__characteristics-tooltip .tooltip-content{color:#0087f5d6;white-space:normal}.tq-char-icon-wrapper{margin:0 auto;position:relative}.tq-char-icon,.tq-char-icon-wrapper{display:block;height:60px;width:60px}.tq-char-icon{background-position:50% 50%;background-repeat:no-repeat;left:0;position:absolute;top:0}.tq-char-icon-passive-income{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/passive-income-CAv658R0.svg)}.tq-char-icon-married{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/married-vGyVyA08.svg)}.tq-char-icon-child{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/child-C4FAhygO.svg)}.tq-char-icon-financial-accounts{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/financial-accounts-LQzpeCUv.svg)}.tq-char-icon-contractor{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/contractor-Djp9buI-.svg)}.tq-char-icon-corporation{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/corporation-BTgqIdxT.svg)}.tq-char-icon-deductions{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/deductions-CYMjBS1m.svg)}.tq-char-icon-investments{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/investments-BO4ytSeO.svg)}.tq-char-icon-salaried{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/salaried-DYKr-a8-.svg)}.tq-char-icon-sold-home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFCCB0' d='M17.783 48.407h37.01V16.784h-37.01z'/%3E%3Cpath fill='%235AA3EE' d='M7.59 58.083h5.245V1.621H7.59z'/%3E%3Cpath fill='%2390C1F3' d='M2.84 11.497h54.625V6.11H2.84z'/%3E%3Cpath fill='%231F4159' d='M11.358 7.875a.958.958 0 0 0-.024-.024h44.269v2.08h-44.27l.025-.024a1.447 1.447 0 0 0 0-2.032zM8.926 8.891a1.434 1.434 0 0 0 .442 1.04H4.406v-2.08h4.962a1.432 1.432 0 0 0-.442 1.04zm.393 48.092h2.064v-44.18H9.319v44.18zm0-52.006h2.064V2.975H9.319v2.002zm9.827 42.103h33.999V17.757h-34V47.08zm4.913-32.196h24.174v-2.08H24.059v2.08zm-9.826-9.907V1.461c0-.792-.64-1.436-1.426-1.436H7.894C7.11.025 6.47.669 6.47 1.46v3.516H2.98c-.786 0-1.425.645-1.425 1.438v4.952c0 .792.639 1.436 1.425 1.436h3.49v45.62c0 .79.639 1.434 1.424 1.434h4.913c.786 0 1.426-.643 1.426-1.435V12.803h6.977v2.08h-4.914V49.95h39.7V14.884h-4.912v-2.08h5.943c.787 0 1.427-.645 1.427-1.437V6.415c0-.793-.64-1.438-1.428-1.438H14.233z'/%3E%3Cpath fill='%231F4159' d='M43.539 23.948c.785 0 1.424-.645 1.424-1.436 0-.792-.64-1.437-1.424-1.437H28.754c-.786 0-1.425.645-1.425 1.437 0 .791.64 1.436 1.425 1.436h14.785zM28.754 40.887c-.786 0-1.425.644-1.425 1.435 0 .794.64 1.44 1.425 1.44h14.785c.785 0 1.424-.646 1.424-1.44a1.432 1.432 0 0 0-1.424-1.435H28.754zm-6.46-6.941c.477.504 1.203.84 1.977.84.417 0 .727-.18.727-.48 0-.889-3.513-.42-3.513-3.277 0-1.296 1-2.57 2.953-2.57 1.048 0 2 .325 2.703.925l-1.024 1.68a2.742 2.742 0 0 0-1.762-.648c-.417 0-.572.192-.572.433 0 .84 3.489.528 3.489 3.229 0 1.632-1.143 2.664-2.989 2.664-1.37 0-2.322-.396-3.036-1.068l1.047-1.728zm9.896-3.482c-.857 0-1.322.889-1.322 2.137 0 1.236.465 2.137 1.322 2.137s1.334-.9 1.334-2.137c0-1.248-.477-2.137-1.334-2.137zm0-2.004c2.215 0 3.62 1.693 3.62 4.141 0 2.437-1.405 4.142-3.62 4.142s-3.62-1.705-3.62-4.142c0-2.448 1.405-4.141 3.62-4.141zm5.312 8.138v-8.006h2.25v6.026h2.453v1.98zm9.455-6.025h-.75v4.045h.75c.88 0 1.429-.756 1.429-2.029 0-1.356-.5-2.016-1.43-2.016zm-3.001 6.025v-8.006h3c2.334 0 3.716 1.596 3.716 3.997 0 2.413-1.37 4.01-3.703 4.01h-3.013z'/%3E%3C/g%3E%3C/svg%3E")}.tq-char-icon-dividends{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/dividends-DZfktpHj.svg)}.tq-char-icon-interest-income{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/interest-income-BYjNEoy9.svg)}.tq-char-icon-rent-out{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/rent-out-D1rX8jIG.svg)}.tq-char-icon-trust{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FAAF85' d='M12.863 2.403c6.316 0 11.436 5.12 11.436 11.436s-5.12 11.436-11.436 11.436S1.427 20.155 1.427 13.84 6.547 2.403 12.863 2.403'/%3E%3Cpath fill='%2390C1F3' d='M39.547 58.63h15.248V31.946H39.547z'/%3E%3Cpath fill='%235AA3EE' d='M39.547 54.818h15.248v-3.812H39.547zm0-7.624h15.248v-3.812H39.547zm0-7.624h15.248v-3.812H39.547z'/%3E%3Cpath fill='%2390C1F3' d='M20.487 58.63h15.248V39.57H20.487zm-19.06 0h15.248V47.194H1.427zm2.859-17.154 23.825-19.06 8.577 4.765L54.795 9.074v5.718a1.906 1.906 0 1 0 3.812 0V1.45H45.265a1.905 1.905 0 1 0 0 3.812h6.67l-16.2 16.201-7.624-4.765-26.684 20.96 2.86 3.818z'/%3E%3Cpath fill='%235AA3EE' d='M20.487 54.818h15.248v-3.812H20.487zm-19.06 0h15.248v-3.812H1.427zm19.06-7.624h15.248v-3.812H20.487zM7.145 33.167 1.427 37.66l2.86 3.817 2.858-2.287z'/%3E%3Cpath fill='%231F4159' d='M2.788 49.645h12.526v-1.09H2.788v1.09zm0 3.812h12.526v-1.09H2.788v1.09zm0 3.812h12.526v-1.09H2.788v1.09zM.066 59.991h17.97V45.833H.066v14.158zm21.782-17.97h12.526v-1.09H21.848v1.09zm0 3.812h12.526v-1.09H21.848v1.09zm0 3.812h12.526v-1.09H21.848v1.09zm12.526 6.534v1.09H21.848v-1.09h.545a1.361 1.361 0 0 0 0-2.722h-.545v-1.09h12.526v1.09h-7.557a1.361 1.361 0 0 0 0 2.722h7.557zm-15.248 3.812h17.97V38.21h-17.97v21.782zm21.782-25.594h12.526v-1.09H40.908v1.09zm12.526 6.534v1.09H40.908v-1.09h7.149a1.361 1.361 0 0 0 0-2.722h-7.149v-1.09h12.526v1.09h-.545a1.361 1.361 0 0 0 0 2.722h.545zm-12.526 4.902h12.526v-1.09H40.908v1.09zm0 3.812h12.526v-1.09H40.908v1.09zm0 3.812h12.526v-1.09H40.908v1.09zm0 3.812h12.526v-1.09H40.908v1.09zm-2.722 2.722h17.97V30.585h-17.97v29.406zM22.938 13.84c0 5.555-4.52 10.074-10.075 10.074S2.788 19.394 2.788 13.84 7.308 3.764 12.863 3.764s10.075 4.52 10.075 10.075zM45.265.09a3.27 3.27 0 0 0-3.263 3.431c.087 1.755 1.6 3.103 3.358 3.103h3.29l-13.11 13.11-7.517-4.697-2.835 2.226c.315-1.117.473-2.264.473-3.424 0-7.259-6.075-13.126-13.408-12.782C5.702 1.363.387 6.678.08 13.227c-.343 7.334 5.524 13.41 12.783 13.41.132 0 .266-.003.401-.008l-11.928 9.37a1.361 1.361 0 0 0 1.682 2.14L28.2 18.36l7.731 4.832L55.221 3.9h-9.934a.56.56 0 0 1-.556-.436.546.546 0 0 1 .534-.653h11.98V14.77a.56.56 0 0 1-.435.556.546.546 0 0 1-.654-.535V5.79L36.451 25.492l-8.477-4.71L4.18 39.819a1.361 1.361 0 1 0 1.701 2.126L28.248 24.05l8.677 4.82 16.509-16.51v2.338c0 1.756 1.347 3.27 3.102 3.358a3.27 3.27 0 0 0 3.432-3.264V.09H45.265z'/%3E%3Cpath fill='%231F4159' d='M16.312 13.836a3.264 3.264 0 0 0-.864-.922 5.704 5.704 0 0 0-1.051-.594 27.755 27.755 0 0 1-.948-.431 2.962 2.962 0 0 1-.637-.397.318.318 0 0 1-.128-.267.29.29 0 0 1 .129-.26c.089-.066.272-.144.638-.144.382 0 .742.043 1.07.129.396.103.595.199.693.26l.491.314.883-2.363-.349-.199c-.335-.191-.759-.338-1.258-.435a7.307 7.307 0 0 0-.548-.083v-.259a.86.86 0 0 0-.86-.86h-1.02a.86.86 0 0 0-.859.86v.522a2.93 2.93 0 0 0-.671.396c-.32.255-.571.577-.744.957-.169.373-.255.812-.255 1.303 0 .58.123 1.072.365 1.463.228.369.52.682.865.93.324.232.68.431 1.056.59.337.142.656.283.948.418.257.12.47.25.632.39.09.076.128.163.128.29 0 .234-.094.326-.186.384-.19.12-.509.184-.92.184-.19 0-.377-.015-.555-.044a5.226 5.226 0 0 1-.535-.115 4.137 4.137 0 0 1-.443-.146 2.91 2.91 0 0 1-.305-.138l-.478-.26-.889 2.365.372.193c.26.135.638.263 1.156.39.142.035.294.065.46.09v.332c0 .474.385.86.859.86h1.02a.86.86 0 0 0 .86-.86v-.413a3.226 3.226 0 0 0 1.185-.588c.336-.271.6-.613.784-1.017.183-.398.275-.87.275-1.404 0-.555-.123-1.033-.366-1.421'/%3E%3C/g%3E%3C/svg%3E")}.tq-char-icon-other-income{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFCCB0' fill-rule='nonzero' stroke='%23FFCCB0' d='M25.288 27.803c-.141 0-2.829-.434-8.062-1.3l-4.995-4.837 1.997-8 8-3 4-6.816 8-2.361 8 4.177 3.988 5 7.012 3 2.042 5-1.039 5.065-4.012 2.772-7.991 1.3h-16.94z'/%3E%3Cpath fill='%2390C1F3' fill-rule='nonzero' d='M14.228 46.666H9.264v12.026h28.93l14.034-14.026-4.044-2.87-9.99 8.87-3.966-2.89-7.037-1.11-4.963-2z'/%3E%3Ccircle cx='33.924' cy='31.092' r='8' fill='%23FFCCB0' fill-rule='nonzero'/%3E%3Cpath fill='%231F4159' fill-rule='nonzero' d='M37.408 13.86c.837 0 1.52.671 1.52 1.505 0 .834-.683 1.506-1.52 1.506s-1.521-.672-1.521-1.506.684-1.505 1.52-1.505zm19.46 4.927c0 5.5-5.047 10.06-10.751 10.06h-2.148a9.93 9.93 0 0 1 .185 1.916c0 5.55-4.591 10.06-10.23 10.06-5.638 0-10.23-4.51-10.23-10.06 0-.65.063-1.294.186-1.924h-2.148c-5.707 0-10.752-4.556-10.752-10.052 0-5.305 4.697-9.745 10.171-10.043C23.19 3.632 28.206.172 33.924.172c5.719 0 10.736 3.46 12.773 8.572 5.476.298 10.172 4.742 10.172 10.043zM33.925 37.813c3.966 0 7.188-3.166 7.188-7.05 0-3.9-3.224-7.049-7.188-7.049-3.963 0-7.188 3.149-7.188 7.05 0 3.883 3.223 7.049 7.188 7.049zm12.193-11.977c4.106 0 7.71-3.32 7.71-7.049 0-3.905-3.947-7.298-8.12-7.037a7.236 7.236 0 0 0-4.675 2.06 1.532 1.532 0 0 1-2.142-.001 1.495 1.495 0 0 1 0-2.137 10.273 10.273 0 0 1 4.622-2.614c-1.775-3.544-5.514-5.875-9.588-5.875-4.073 0-7.812 2.331-9.587 5.875a10.276 10.276 0 0 1 4.621 2.614c.6.588.6 1.548 0 2.137a1.532 1.532 0 0 1-2.142 0c-4.568-4.485-12.794-1.062-12.794 4.978 0 3.73 3.604 7.05 7.71 7.05h3.273c1.804-3.159 5.209-5.134 8.92-5.134 3.71 0 7.115 1.975 8.919 5.133h3.273z'/%3E%3Cpath fill='%231F4159' fill-rule='nonzero' d='M24.848 51.387c0 .835-.683 1.506-1.52 1.506a1.513 1.513 0 0 1-1.521-1.506c0-.834.683-1.505 1.52-1.505.838 0 1.521.671 1.521 1.505zm28.054-8.644a1.494 1.494 0 0 1-.037 1.934L41.734 57.332a6.77 6.77 0 0 1-5.197 2.405H8.87a1.513 1.513 0 0 1-1.521-1.506V46.255c0-.834.683-1.506 1.52-1.506h5.01c1.55-1.6 4.231-2.566 7.096-2.566s5.546.966 7.097 2.566h3.963c2.569 0 4.854 1.423 5.99 3.58l5.45-5.767c2.51-2.846 7.029-2.762 9.426.181zm-42.51 13.983h2.706V47.76h-2.706v8.966zm26.145 0a3.731 3.731 0 0 0 2.874-1.339l.013-.015 10.14-11.528a3.152 3.152 0 0 0-3.813.717l-3.429 3.63-2.35 2.486-1.053 1.114c-.176.2-.375.375-.593.525.002-.002-.1.082-.154.122-.177.13-.368.222-.604.27-.022.005-.221.063-.251.071a3.147 3.147 0 0 1-.857.114h-9.65c-.837 0-1.52-.671-1.52-1.506 0-.834.683-1.505 1.52-1.505h8.6c-.583-1.267-1.88-2.122-3.374-2.122h-4.673c-.494 0-.958-.238-1.243-.639-.797-1.12-2.879-1.927-5.144-1.927-2.006 0-3.88.633-4.836 1.572v9.96h20.397z'/%3E%3Cpath fill='%231F4159' d='M36.605 31a2.8 2.8 0 0 0-.742-.79 4.906 4.906 0 0 0-.904-.51 23.89 23.89 0 0 1-.815-.368 2.547 2.547 0 0 1-.547-.34.272.272 0 0 1-.11-.229c0-.1.032-.164.111-.222.076-.057.234-.124.549-.124.328 0 .637.037.92.11.34.089.51.17.594.223l.423.269.759-2.024-.3-.17a3.566 3.566 0 0 0-1.082-.373 6.298 6.298 0 0 0-.47-.072v-.221a.738.738 0 0 0-.739-.737h-.877a.738.738 0 0 0-.738.737v.447a2.52 2.52 0 0 0-.577.339c-.276.218-.49.494-.64.82a2.69 2.69 0 0 0-.218 1.116c0 .496.105.918.313 1.253.196.316.446.585.744.797.278.2.583.37.907.506.29.121.564.242.815.358.22.102.403.215.543.333.077.066.11.14.11.25 0 .2-.08.278-.16.328-.164.103-.437.158-.79.158-.164 0-.325-.013-.478-.038a4.504 4.504 0 0 1-.459-.098 3.564 3.564 0 0 1-.381-.125 2.505 2.505 0 0 1-.263-.119l-.41-.223-.764 2.026.32.166c.223.116.548.225.993.334.122.03.253.056.395.078v.283c0 .407.331.737.738.737h.877c.407 0 .739-.33.739-.737v-.353a2.776 2.776 0 0 0 1.019-.504 2.38 2.38 0 0 0 .674-.87c.156-.342.236-.747.236-1.204 0-.475-.106-.885-.315-1.218'/%3E%3C/g%3E%3C/svg%3E")}.tq-char-icon-pension{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/pension-De2_91T5.svg)}.tq-char-icon-foreign-wages{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/foreign-wages-CBAXzpFY.svg)}.tq-char-icon-us-wages{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M3.465.701a.844.844 0 0 0-.846.84v.746c-.328.127-.62.292-.875.49a2.832 2.832 0 0 0-.837 1.071c-.19.42-.288.916-.288 1.474 0 .657.137 1.21.409 1.645.26.421.592.775.987 1.056.378.27.791.5 1.229.683.41.17.798.34 1.142.5.327.151.596.314.8.487a.6.6 0 0 1 .219.489c0 .284-.097.48-.31.611-.263.163-.667.246-1.2.246-.237 0-.471-.017-.696-.054a7.321 7.321 0 0 1-.66-.14 5.33 5.33 0 0 1-.55-.18 3.356 3.356 0 0 1-.388-.174l-.383-.209-.935 2.465s1.043.457 1.645.603c.21.05.439.094.691.13v.55c0 .465.38.84.846.84h1.223a.844.844 0 0 0 .845-.84s.09-.654.137-.666a3.72 3.72 0 0 0 1.353-.666c.38-.306.679-.69.888-1.145.206-.451.312-.988.312-1.596 0-.623-.137-1.16-.41-1.594a3.745 3.745 0 0 0-.988-1.044 6.46 6.46 0 0 0-1.224-.687c-.412-.18-.797-.352-1.142-.518a3.71 3.71 0 0 1-.805-.498.561.561 0 0 1-.22-.457.53.53 0 0 1 .23-.455c.188-.139.483-.209.877-.209.475 0 .923.055 1.33.16.4.104.699.216.882.332l.396.25.923-2.451-.28-.16c-.384-.217-.872-.385-1.454-.498a8.82 8.82 0 0 0-.805-.114v-.473c0-.464-.38-.84-.845-.84H3.465z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%2390C1F3' d='m57.269 7.466-1.784 5.998s-2.823 1.725-3.005 2.361c-.184.636-.642 4.865-.642 4.865s-1.189 5.8-1.556 6.51c-.366.71-.914 3.708-1.005 4.162-.092.455-.64 4.198-.64 4.198s-3.203-2.744-3.478-2.926c-.275-.182-5.214-.636-5.214-.636l-4.76 2.073-5.35 1.49s-.139 2.344-.505 2.253c-.365-.091-2.928-2.254-2.928-2.254l-8.28-4.47-10.385-5.542-5.49-6.656s1.006-8.972 1.19-9.246c.182-.271 1.555-6.632 1.555-6.632l.732-.908 6.587 1.816L18.9 5.798l6.771 1.396s6.447-.545 7.021-.545c.574 0 3.958.272 3.958.272s1.962.636 2.263.909c.3.272-2.17 3.452-2.17 3.452l2.533.818 3.322-1.998 1.605.09.18 2.44 1.875 1.922 2.928-2.817s2.836-2.907 3.295-3.18c.457-.273 4.207-4.27 4.207-4.27s1.533 1.565 1.545 1.872c.012.308-.963 1.307-.963 1.307'/%3E%3Cg transform='translate(24.752 12.33)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%231F4159' d='M-11.881 26.995h32.314v-38.417H-11.88z' mask='url(%23b)'/%3E%3C/g%3E%3Cpath fill='%231F4159' d='M55.293 9.196c-.216.651-.617 1.854-.867 2.178-2.693 2.33-4.1 5.54-4.07 9.285.02 2.292-.78 3.635-1.626 5.057-1.067 1.796-2.258 3.798-1.366 7.135-.837-.906-1.583-1.505-2.386-1.894-1.91-.924-3.651-.481-6.29.19-1.588.403-3.565.906-6.303 1.331-2.091.325-3.452 1.044-4.01 3.083l-.113-.131c-1.119-1.31-2.388-2.796-7.23-4.948-9.836-4.371-14.128-7.053-15.834-9.896-1.68-2.798-1.023-6.2.17-12.373.252-1.303.527-2.735.806-4.292C15.822 5.652 17.61 8.434 21.29 9c2.987.46 7.821-1.288 14.311-.259l.492.122c-.5 1.756.047 3.537 1.437 4.545 1.42 1.028 3.322.952 4.738-.191.132-.106.306-.247.485-.385.286.975 1 2.875 2.824 3.268 2.557.553 4.795-2.373 6.71-4.678 1.242-1.494 1.013-1.277 1.787-1.788.4-.264.887-.587 1.41-1.008l-.191.57m3.23-6.335L56.778.146 55.48 3.095c-.922 2.095-2.253 2.974-3.322 3.68-1.212.8-1.17.817-2.538 2.46-.786.948-1.53 1.844-2.22 2.53-.498.498-.83.742-1.027.862-.098-.178-.235-.491-.375-1.016-.139-.513-.56-2.073-1.999-2.536-1.487-.48-2.776.56-3.912 1.477-.3.243-.465.122-.518.083-.185-.133-.307-.463-.1-.99.006-.014 1.365-2.641 1.372-2.653-1.542-.658-1.702-.85-3.212-1.275-6.657-1.133-12.009.405-15.448-.714-7.857-2.556-5.764-2.307-11.956-3.95C4.993.277 4.843.25 3.331.023 3.049 1.63 3.012 2.19 1.974 7.566.71 14.104-.124 18.423 2.229 22.344c2.142 3.568 6.692 6.516 17.391 11.271 4.127 1.833 5.082 2.952 6.006 4.035.645.754 1.375 1.61 2.874 2.521l1.907 1.16c.567-1.98.729-2.116 1.134-4.109.08-.393.189-.933.268-1.045.008-.007.199-.167 1.11-.307 2.901-.45 5.055-.998 6.626-1.398 2.242-.57 3.181-.787 3.918-.43.996.482 2.315 2.157 4.4 5.08l1.597 2.235 1.329-2.403c1.09-1.972 1.198-3.744.348-5.747-1.184-2.795-.524-3.906.57-5.744.95-1.598 2.133-3.587 2.107-6.832-.023-2.762.956-5.013 2.908-6.691.825-.708 1.269-1.912 1.853-3.667.197-.592.4-1.203.557-1.514.941-1.865.743-3.795-.61-5.9'/%3E%3C/g%3E%3C/svg%3E")}.tq-char-icon-individual{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/individual-DDjqhi74.svg)}.tq-char-icon-business{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/business-BgDlUCjm.svg)}.tq-char-icon-over-10000{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/over-10000-BlmVO2_Q.svg)}.tq-char-icon-streamlined-procedure{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%235AA3EE' d='m14.706 31.01-5.55 8.366L19.95 49.99l8.507-5.458z'/%3E%3Cpath fill='%23FFCCB0' d='M46.78 30.406 29.072 12.992l-15.659 2.405-9.737 9.575 12.68.524 17.71 17.415.533 12.468 9.737-9.574z'/%3E%3Cpath fill='%2390C1F3' d='M58.38 1.585C47.914-1.27 38.162 4.053 33.585 8.553l-21.814 21.45 17.71 17.415 21.814-21.45c4.576-4.5 9.99-14.09 7.085-24.383'/%3E%3Cpath fill='%23FFCCB0' d='M46.106 8.878c2.758 0 4.994 2.198 4.994 4.91s-2.236 4.91-4.994 4.91c-2.758 0-4.993-2.198-4.993-4.91s2.235-4.91 4.993-4.91'/%3E%3Cpath fill='%231F4159' d='M11.87 47.132a1.368 1.368 0 0 0-1.911 0l-7.235 7.114a1.314 1.314 0 0 0 0 1.88c.264.259.61.389.955.389.346 0 .692-.13.956-.39l7.235-7.114c.527-.52.527-1.36 0-1.88M7.608 44.82a1.314 1.314 0 0 0 0-1.88 1.368 1.368 0 0 0-1.912 0L.54 48.014a1.314 1.314 0 0 0 0 1.879c.264.26.61.39.955.39.346 0 .692-.13.956-.39l5.158-5.072zm42.055-19.128-4.513 4.44h-.002l-4.657 4.58c-.523.514-.576 1.36-.069 1.889a1.368 1.368 0 0 0 1.94.03l1.768-1.739-1.738 10.944-7.249 7.128-.379-8.862 3.736-3.674c.524-.514.577-1.36.07-1.889a1.368 1.368 0 0 0-1.94-.03l-4.193 4.123-.007.006-3.625 3.565-1.205-1.185a1.18 1.18 0 0 0-.042-.041l-5.696-5.602 16.312-16.04c.486-.479.57-1.247.148-1.781a1.367 1.367 0 0 0-2.027-.13L19.95 37.496l-5.697-5.602a1.344 1.344 0 0 0-.041-.041l-1.205-1.185 3.625-3.565a.102.102 0 0 0 .006-.006l4.192-4.123a1.313 1.313 0 0 0 0-1.879 1.367 1.367 0 0 0-1.91 0l-3.777 3.713-9.012-.372 7.25-7.128 11.129-1.71-.813.799a1.314 1.314 0 0 0 0 1.879 1.368 1.368 0 0 0 1.911 0l3.727-3.665.03-.03 4.5-4.424C37.625 6.46 46.555.98 56.595 3.34c2.4 9.874-3.171 18.655-6.932 22.352zm-30.209 23.26-9.243-9.089 3.287-4.954 4.541 4.466-.534.525a1.313 1.313 0 0 0 0 1.88 1.368 1.368 0 0 0 1.911 0l.534-.526 4.542 4.466-5.038 3.232zM59.007 1.895a1.34 1.34 0 0 0-.941-.926c-4.925-1.344-10.26-1.082-15.428.756-4.004 1.425-7.898 3.813-10.684 6.553L27.75 12.41l-15.222 2.34a1.361 1.361 0 0 0-.747.373l-9.737 9.574c-.38.373-.499.932-.304 1.423a1.35 1.35 0 0 0 1.202.845l9.605.397-2.407 2.367a1.314 1.314 0 0 0 0 1.88l1.405 1.381-4.197 6.325a1.313 1.313 0 0 0 .177 1.666l10.793 10.614a1.368 1.368 0 0 0 1.694.173l6.433-4.127 1.405 1.382a1.368 1.368 0 0 0 1.91 0l2.408-2.367.404 9.444c.023.527.36.991.86 1.182a1.365 1.365 0 0 0 1.446-.298l9.737-9.575c.202-.199.335-.456.38-.734l2.377-14.97 4.203-4.132c2.786-2.74 5.215-6.57 6.663-10.507 1.87-5.081 2.136-10.327.769-15.17zM14.413 51.512l-5.158 5.072a1.314 1.314 0 0 0 0 1.88c.264.259.61.388.956.388s.692-.13.955-.389l5.158-5.071a1.313 1.313 0 0 0 0-1.88 1.368 1.368 0 0 0-1.911 0'/%3E%3Cpath fill='%231F4159' d='M48.681 16.188a3.69 3.69 0 0 1-5.15 0 3.528 3.528 0 0 1-1.067-2.533 3.53 3.53 0 0 1 1.066-2.533 3.663 3.663 0 0 1 2.576-1.047c.932 0 1.865.35 2.575 1.047a3.529 3.529 0 0 1 1.067 2.533 3.53 3.53 0 0 1-1.067 2.533M41.62 9.243a6.147 6.147 0 0 0-1.858 4.412c0 1.667.66 3.234 1.858 4.412a6.381 6.381 0 0 0 4.487 1.825 6.38 6.38 0 0 0 4.486-1.825 6.146 6.146 0 0 0 1.859-4.412c0-1.666-.66-3.233-1.859-4.412-2.473-2.432-6.499-2.432-8.973 0'/%3E%3C/g%3E%3C/svg%3E")}.tq-char-icon-signatory-non-us{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/signatory-non-us-BIsZ7PB4.svg)}.tq-char-icon-corporation-more-50-non-us{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/corporation-more-50-non-us-BWZX5R7i.svg)}.tq-char-icon-interest-divident-income{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='49'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FAAF85' d='M2.299 7.2c.868.235 14.53.169 14.877 0 .346-.17 16.81 1.966 17.31 2.35.5.383 14.4 1.143 14.835 1.143.434 0 8.253 1.005 8.253 1.005L57.14 22.42l-4.778 1.95-1.086 3.215s-.217 2.043 0 2.838c.217.794 1.195 2.206 1.52 2.53.326.327 2.87 1.196 3.173 1.522.303.326 1.605.977 1.605.977l-.434 11.294L32.6 45.06l-19.768-2.005-11.62-.217V31.61l4.562-2.558 1.955-2.131v-4.5l-2.825-2.452-2.714-1.674s-1.086-3.258-.977-3.584C1.32 14.385 2.299 7.2 2.299 7.2'/%3E%3Cpath fill='%235AA3EE' d='M54.914 2.229s.977 8.952 0 8.952c-.978 0-8.634.517-8.634.517l-15.649-1.044L20.958 7.2l-8.56-.422s1.303-2.941 2.118-2.771c.814.17 17.104-.58 17.104-.58h11.24l12.054-1.198zM40.867 33.88a4.135 4.135 0 1 1-8.27-.002 4.135 4.135 0 0 1 8.27.001M27.378 21.213a4.134 4.134 0 1 1-8.268 0 4.134 4.134 0 0 1 8.268 0'/%3E%3Cpath fill='%231F4159' d='m39.541 17.6-.001-.001a1.523 1.523 0 0 0-2.142.001l-17.74 17.742a1.518 1.518 0 1 0 2.127 2.154L39.54 19.741a1.52 1.52 0 0 0 .001-2.141m-18.583 3.613a2.289 2.289 0 0 1 2.287-2.286 2.288 2.288 0 0 1 2.286 2.286 2.289 2.289 0 0 1-2.286 2.287 2.29 2.29 0 0 1-2.287-2.287m2.287 5.323a5.328 5.328 0 0 0 5.322-5.323 5.328 5.328 0 0 0-5.322-5.323 5.33 5.33 0 0 0-5.323 5.323 5.33 5.33 0 0 0 5.323 5.323m14.968 7.359a2.289 2.289 0 0 1-2.286 2.287 2.289 2.289 0 0 1-2.286-2.287 2.288 2.288 0 0 1 2.286-2.286 2.288 2.288 0 0 1 2.286 2.286m-2.286-5.323a5.329 5.329 0 0 0-5.323 5.323 5.329 5.329 0 0 0 5.323 5.323 5.33 5.33 0 0 0 5.323-5.323 5.33 5.33 0 0 0-5.323-5.323'/%3E%3Cpath fill='%231F4159' d='M51.084 24.27a7.806 7.806 0 0 0-1.337 5.865 7.868 7.868 0 0 0 6.222 6.39v8.535h-4.693c-6.758 0-13.554-.63-20.199-1.873a113.07 113.07 0 0 0-20.692-1.932H3.203v-8.52c4.16-.801 6.96-4.79 6.267-8.996A7.858 7.858 0 0 0 3.203 17.3V8.78h7.229c6.758 0 13.554.63 20.199 1.873a113.119 113.119 0 0 0 20.692 1.932h4.646v8.52a7.804 7.804 0 0 0-4.885 3.164zm2.348-14.721h-2.156c-6.761 0-13.557-.63-20.198-1.872a113.252 113.252 0 0 0-15.537-1.84 76.526 76.526 0 0 1 10.24-.86h16.49a74.05 74.05 0 0 0 11.161-.97v5.542zm4.054 14.45a1.52 1.52 0 0 0 1.519-1.517V11.068a1.52 1.52 0 0 0-1.519-1.52h-1.017V2.196a1.522 1.522 0 0 0-1.82-1.52A73.336 73.336 0 0 1 42.268 1.94H25.781c-6.019 0-14.309 1.275-23.973 3.687a7.97 7.97 0 0 0-.453.118l-.156.013A1.517 1.517 0 0 0 .167 7.263v11.414a1.52 1.52 0 0 0 1.518 1.518 4.829 4.829 0 0 1 4.823 4.823 4.829 4.829 0 0 1-4.823 4.823 1.52 1.52 0 0 0-1.518 1.518v11.414a1.52 1.52 0 0 0 1.518 1.518h8.747c6.758 0 13.554.63 20.199 1.873a113.119 113.119 0 0 0 20.692 1.932h6.163a1.52 1.52 0 0 0 1.519-1.518V35.164c0-.837-.682-1.52-1.519-1.52a4.827 4.827 0 0 1-4.822-4.821A4.828 4.828 0 0 1 57.486 24z'/%3E%3C/g%3E%3C/svg%3E")}.tq-char-icon-improve-tax-position{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/improve-tax-position-DH5j5OtM.svg)}.tq-char-icon-us-brokerage-transactions{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/us-brokerage-transactions-BGXes32C.svg)}.tq-char-icon-retirement-income{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/retirement-income-D5tw3nXR.svg)}.tq-char-icon-estimated-tax-payments{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/estimated-tax-payments-CsPihoMV.svg)}.tq-char-icon-accounts-own-25{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/accounts-own-25-DRwQQu7D.svg)}.tq-char-icon-accounts-authority-25{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/accounts-authority-25-COxETS1D.svg)}.modal-questionnaire{width:682px}.modal-questionnaire__info{align-items:center;color:#43536e;display:flex;justify-content:space-between;min-height:93px;padding-left:108px;position:relative}@media (max-width:767px){.modal-questionnaire__info{min-height:auto;padding:0}}.modal-questionnaire__info [class^=modal-icon]{left:0;position:absolute;top:0}@media (max-width:767px){.modal-questionnaire__info [class^=modal-icon]{background-size:24px;height:40px;min-width:40px;position:static;width:40px}}.modal-questionnaire__questions{display:flex;flex-wrap:wrap;margin:0 -10px}@media (max-width:767px){.modal-questionnaire__questions{margin:0}}.modal-questionnaire__questions-item{align-items:center;border:1px solid #dedede;border-radius:4px;color:#1b2a44;display:flex;font-size:16px;margin:0 10px 5px;padding:10px 12px;text-decoration:none;width:calc(50% - 20px)}@media (max-width:767px){.modal-questionnaire__questions-item{margin:0 0 10px;width:100%}}.modal-questionnaire__questions-item:hover{background:#fafafa}.multiselect.with-year .multiselect__content-wrapper{width:235px}.with-mandatory{margin-left:20px;position:relative}.with-mandatory:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23F9630E' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zm3.993 6.664a.14.14 0 0 0-.116-.09l-2.59-.345-1.159-2.156A.145.145 0 0 0 8 4a.145.145 0 0 0-.128.073L6.713 6.23l-2.59.346a.14.14 0 0 0-.116.09.124.124 0 0 0 .036.134l1.875 1.678-.443 2.37a.128.128 0 0 0 .057.128c.044.03.103.033.15.01L8 9.866l2.317 1.119a.154.154 0 0 0 .15-.01.126.126 0 0 0 .058-.129l-.443-2.37L11.957 6.8a.124.124 0 0 0 .036-.135z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:13px;content:"";display:inline-block;height:13px;left:-20px;margin:-1px 3px 0;position:absolute;top:10px;transform:translateY(-50%);width:13px}.tq-history-page{padding:30px 40px}@media (max-width:1099px){.tq-history-page{padding:20px 0}}.tq-history-page table td{word-break:break-all!important}.tq-history-page table tr.by-tfx{background-color:#fff8e6}@media (max-width:767px){.tq-create{box-shadow:none}}.tq-create .question-title{color:#303030;font-size:14px;font-weight:400;margin-bottom:10px}@media (max-width:767px){.tq-create .question-title{font-size:14px;font-weight:400;margin-bottom:10px}}.tq-create .question-answer{margin-bottom:25px}@media (max-width:767px){.tq-create .question-answer{display:flex;flex-wrap:wrap;margin-bottom:15px}.tq-create .question-answer .radiobutton-with-container{margin-bottom:10px;margin-right:10px;min-width:65px;padding:11px 12px;width:auto}}.tq-create .days-row{align-items:center;display:flex;flex-wrap:nowrap;margin-bottom:15px}.tq-create .days-row label{font-size:15px}.tq-create .days-row .input,.tq-create .days-row .input-phone,.tq-create .days-row .input-select,.tq-create .days-row .textarea{margin-left:10px;max-width:300px;padding:11px 12px;text-align:center}.tq-create .days-row .error.input-phone,.tq-create .days-row .error.input-select,.tq-create .days-row .error.textarea,.tq-create .days-row .input.error{background:#faeef0;border:1px solid #d0021b;color:#303030;padding:11px 12px}.tq-create .days-row .error{color:#d0021b;padding-left:5px}@media (max-width:767px){.tq-create .days-row{flex-wrap:wrap;width:100%}.tq-create .days-row label{display:block;font-size:14px;width:100%}.tq-create .days-row .input,.tq-create .days-row .input-phone,.tq-create .days-row .input-select,.tq-create .days-row .textarea{margin-left:0;margin-top:5px}}.tq-create .awesome-text{display:block;font-size:18px;font-weight:700;margin-bottom:30px;margin-top:5px}.tq-create .awesome-text a{font-weight:700}.tq-create .years-table{background:#fafafa;border:1px solid #ebebeb;border-radius:4px}.tq-create .years-table tr{transition:background .3s ease}.tq-create .years-table tr.confirmed{background:#f4fef2}.tq-create .years-table tr.confirmed .same-as-above{color:#303030}.tq-create .years-table tr .same-as-above{color:#2586ea}.tq-create .years-table tr:not(:last-child){border-bottom:2px solid #ebebeb}.tq-create .years-table tr:not(.fbar) td:last-child{position:relative}.tq-create .years-table tr:not(.fbar) td:last-child:before{background:#c4c4c4;content:"";display:block;height:20px;left:5px;position:absolute;top:50%;transform:translateY(-50%);width:1px}@media (max-width:767px){.tq-create .years-table tr:not(.fbar) td:last-child:before{display:none}}.tq-create .years-table tr:not(.fbar) .hide-line+td:before{display:none}.tq-create .years-table td{font-weight:700;padding:20px 30px}@media (max-width:767px){.tq-create .years-table td{padding:20px}}.tq-create .years-table .tfx-check-container{font-size:14px;font-weight:700;white-space:nowrap}.tq-create .years-table .text-blue,.tq-create .years-table .text-blue a{color:#2586ea;font-size:14px;font-weight:700;white-space:nowrap}.tq-create .years-table-labels strong{display:block;font-weight:700;margin-bottom:5px}.tq-create .years-table-labels div{color:#7e7d7f;margin-bottom:10px}.tq-create .years-table .modify.disabled{color:#aaa;cursor:not-allowed;pointer-events:none}.tq-create .years-table .modify.disabled svg path{fill:#aaa}.tq-create .years-table label{-webkit-user-select:none;user-select:none}.tq-create .years-table .label-1{color:#303030;font-size:14px;font-weight:700;margin-bottom:5px}.tq-create .years-table .label-2{color:#303030;font-size:15px}.tq-create.modal-drawer-down .close{color:#2586ea;cursor:pointer;font-size:14px;position:absolute;right:108px;top:30px}@media (max-width:767px){.tq-create.modal-drawer-down .close{filter:brightness(.5);font-size:0;right:20px}}.tq-create.modal-drawer-down .modal-footer{padding-left:16px;padding-right:16px}.tq-create.modal-drawer-down .modal-footer .border-top{border-top:1px solid #ebebeb}.tq-create.modal-drawer-down .awesome-text{margin-bottom:0}.tq-create.modal-drawer-down .page-title{margin-bottom:30px}@media (max-width:767px){.tq-create.modal-drawer-down .page-title{max-width:75%}.tq-create .page-footer .button-white{flex:1}.tq-create .page-footer .button-blue{flex:2.5}.tq-create .page-footer .button-white+.button-blue{margin-left:15px}}.tq-create .youcanupdate{position:relative}.tq-create .youcanupdate:before{color:#7e7d7f;content:attr(data-text);font-size:14px;font-weight:400;position:absolute;right:calc(100% + 15px);top:50%;transform:translateY(-50%);white-space:nowrap}@media (max-width:767px){.tq-create .youcanupdate:before{display:none}}.modal-streamline{max-width:600px;width:100%}.modal-streamline .modal-header{display:none}.modal-streamline .modal-content{padding:30px 32px}.modal-streamline .modal-content h4{font-size:20px;font-weight:700;margin-bottom:15px}.head-calendar .boxed{align-items:center;display:flex;justify-content:space-between}.head-calendar .boxed .name-mounth{color:#303030;font-size:20px;font-weight:700;line-height:26px}.head-calendar .boxed .next-mounth,.head-calendar .boxed .prev-mounth{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.68 12.02-3.4 3.226a.888.888 0 0 0-.28.643c0 .24.1.471.28.642.089.086.195.153.312.2a1.005 1.005 0 0 0 1.051-.2l4.073-3.863a.909.909 0 0 0 .21-.297.87.87 0 0 0-.21-.997l-4.073-3.909a1.006 1.006 0 0 0-.682-.264c-.126 0-.251.022-.368.067a.966.966 0 0 0-.314.197.888.888 0 0 0-.279.642c0 .241.1.472.28.643l3.4 3.27Z' fill='%23303030'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;border:none;color:#0000;display:block;height:24px;width:24px}.head-calendar .boxed .prev-mounth{transform:rotate(180deg)}.calendar-day{display:flex;margin:15px 0;width:100%}.calendar-day .item-day{align-items:center;color:#303030;display:flex;font-size:13px;font-weight:700;justify-content:center;line-height:20px;text-align:center;width:14.28%}.phone-cons-days{align-items:flex-start;background:#0000;display:flex;flex-wrap:wrap;justify-content:center}.phone-cons-days .day{padding:5px 0;text-align:center;width:14.28%}.phone-cons-days .item-day{border-radius:50%;color:#aaa;display:inline-block;font-size:15px;font-weight:700;height:32px;line-height:32px;position:relative;width:32px}.phone-cons-days .item-day.prev-mount-day{color:#aaa}.phone-cons-days .item-day.work{background:#e8f1fd;color:#2586ea;cursor:pointer;padding:0}.phone-cons-days .item-day.blue{color:#2586ea}.phone-cons-days .item-day.blue:before{background:#2586ea}.phone-cons-days .item-day.blue:hover{color:#1160b1}.phone-cons-days .item-day.blue:hover:before{background:#1160b1}.phone-cons-days .item-day.blue-bg{background:#1a6dbd;color:#fff;padding:0}.phone-cons-days .item-day.blue-bg:before{display:none}.phone-cons-days .item-day.blue-bg:hover{background:#1160b1}.phone-cons-days .item-day.text-orange{color:#f9630e}.phone-cons{font-size:15px;line-height:20px}.phone-cons p{color:#404040;margin:0 0 20px}.phone-cons-inputs{display:flex}@media (max-width:767px){.phone-cons-inputs{display:block}}.phone-cons-input{margin:0 0 15px;width:50%}.phone-cons-input:first-child{margin:0 15px 15px 0}@media (max-width:767px){.phone-cons-input{margin:0 0 20px;width:100%}}.phone-cons-rules{font-size:14px;line-height:20px}.phone-cons-rules ul{list-style-type:decimal;margin:0 0 0 15px}.phone-cons-rules li{margin:0 0 5px}.phone-cons-questions .button_dashed-link{border-bottom:1px dashed #2586ea;border-radius:0;color:#2586ea;min-height:auto;padding:0}.phone-cons-questions .input-textarea{margin:0 0 10px;min-height:90px;resize:none;white-space:normal;width:100%}.phone-cons-questions .pane-input-wrapper{margin:0 0 15px}.phone-cons-questions .delete-question{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%233C4858'%3E%3Cpath d='M13.556 4.2h-2.541V3h-3.45v1.2H5.024v1.897h8.532V4.201zm-5.077-.252H10.1v.253H8.479v-.253zm4.265 5.825.172-2.728H5.663l.58 9.165h3.479a4.172 4.172 0 0 1-.72-2.352c0-2.185 1.661-3.976 3.742-4.085z'/%3E%3Cpath d='M12.946 10.716c-1.67 0-3.03 1.41-3.03 3.142S11.277 17 12.947 17c1.671 0 3.03-1.41 3.03-3.142 0-1.733-1.359-3.142-3.03-3.142zm1.651 4.183-.646.67-1.005-1.04-1.004 1.04-.646-.67 1.004-1.041-1.004-1.042.646-.67 1.004 1.041 1.005-1.041.646.67-1.004 1.042 1.004 1.041z'/%3E%3C/g%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;border:1px solid #dedede;border-radius:4px;box-shadow:0 1px #00141d12;cursor:pointer;display:flex;height:30px;justify-content:center;transition:background .3s ease;width:30px}.phone-cons-questions .delete-question svg{opacity:0}.phone-cons-questions .delete-question:hover{background-color:#dedede}.phone-consultations{background:#fafafa;border:1px solid #ebebeb;border-radius:4px;box-sizing:border-box;display:flex}@media (max-width:767px){.phone-consultations{background:none;border:0;flex-direction:column}}.phone-consultations--half{height:inherit;padding:40px 40px 0;position:relative;width:50%}@media (max-width:767px){.phone-consultations--half{padding:0;width:100%}}.phone-consultations .phone-consultations--half+.phone-consultations--half{border-left:1px solid #f4f4f4}@media (max-width:767px){.phone-consultations .phone-consultations--half+.phone-consultations--half{border-left:0;border-top:1px solid #f4f4f4;padding-bottom:30px;padding-top:30px}}.phone-consultations.discovery-call__calendar .phone-consultations--half+.phone-consultations--half{border-left:2px solid #f4f4f4}@media (max-width:767px){.phone-consultations.discovery-call__calendar .phone-consultations--half+.phone-consultations--half{border-left:0;border-top:2px solid #f4f4f4;padding-bottom:30px;padding-top:30px}}.select-time-wrapper{height:calc(100% - 85px);left:40px;overflow-y:auto;position:absolute;top:85px;width:calc(100% - 40px)}@media (max-width:767px){.select-time-wrapper{height:auto;left:0;position:relative;top:15px;width:100%}}.phone-cons-time-slots{padding-right:40px}.phone-cons-time-slots .item-time{background:#fff;border:1px solid #ebebeb;border-radius:4px;box-sizing:border-box;color:#303030;font-size:15px;font-weight:400;line-height:20px;margin-bottom:7px;padding:8px 80px 8px 11px;position:relative;text-align:center;transition:all .3s ease-in-out}.phone-cons-time-slots .item-time .available-status--button{background:#fff;border-left:1px solid #ebebeb;border-radius:0 4px 4px 0;bottom:0;color:#2586ea;line-height:35px;min-width:80px;position:absolute;right:0;top:0;transition:all .2s ease-in-out}.phone-cons-time-slots .item-time.available-status .available-status--button:hover{background-color:#2586ea;color:#fff}@media (max-width:767px){.phone-cons-time-slots{padding-right:0}}.home-stages{-ms-overflow-style:none;display:flex;margin:0;overflow-x:auto;overflow-y:hidden;position:relative;scrollbar-width:none;transition:all .5s ease;width:100%;z-index:-1}@media (max-width:767px){.home-stages{z-index:1}}.home-stages::-webkit-scrollbar,.home-stages::-webkit-scrollbar-thumb:horizontal{display:none}.home-stages__text{align-items:center;color:#303030;display:flex;font-size:13px;font-weight:400;height:100%;line-height:20px;padding:0 15px 0 45px;position:relative;z-index:11}.home-stages__step{background-color:#fff;border-color:#ebebeb #0000;border-style:solid;border-width:1px;display:inline-block;float:left;height:62px;margin:0 0 10px;min-width:25%;padding:0;position:relative;width:25%}@media (max-width:767px){.home-stages__step{min-width:230px}}.home-stages__step:first-child{z-index:-2}.home-stages__step:nth-child(2){z-index:-3}.home-stages__step:nth-child(3){z-index:-4}.home-stages__step:nth-child(4){z-index:-5}.home-stages__step:nth-child(5){z-index:-6}.home-stages__step:nth-child(6){z-index:-7}.home-stages__step:first-of-type{border-radius:4px 0 0 4px;left:0}.home-stages__step:last-of-type:not(:first-of-type){border-radius:0 4px 4px 0;border-right-color:#ebebeb;margin-right:0}.home-stages__step:last-of-type:not(:first-of-type) .home-stages__text{padding-right:15px}.home-stages__step:last-of-type:not(:first-of-type).home-stages__step--right:after{display:none}.home-stages__step--right:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 46 204' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd'%3E%3CclipPath id='a'%3E%3Cpath d='M.159-1.962h31.674v205.836H.159z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M1.419.258h-667.097c-6.144 0-11.125 5.924-11.125 13.232v175.32c0 7.308 4.98 13.232 11.125 13.232H1.419L29.623 101.15 1.419.258Z' style='fill:%23fff;fill-rule:nonzero;stroke:%23ebebeb;stroke-width:3.06px'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;content:"";height:62px;position:absolute;right:-18px;top:-1px;width:18px;z-index:2}.home-stages__step--active{background-color:#eeeff8;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.426 11.496h1.352v6.083l-.59 3.01c-.022.108-.176.107-.197-.001l-.565-3.009v-6.083Z' fill='%236772E5'/%3E%3Ccircle cx='12' cy='8.254' fill='%23F9630E' r='4'/%3E%3C/svg%3E");background-position:center left 12px;background-repeat:no-repeat;border:1px solid #6772e5;border-right-color:#0000;color:#6772e5;padding-left:38px}.home-stages__step--active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 46 204' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd'%3E%3CclipPath id='a'%3E%3Cpath d='M.159-1.962h31.674v205.836H.159z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M1.419.258h-667.097c-6.144 0-11.125 5.924-11.125 13.232v175.32c0 7.308 4.98 13.232 11.125 13.232H1.419L29.623 101.15 1.419.258Z' style='fill:%23eeeff8;fill-rule:nonzero;stroke:%236772e5;stroke-width:3.06px'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;content:"";height:62px;position:absolute;right:-18px;top:-1px;width:18px;z-index:2}.home-stages__step--active .home-stages__text{color:inherit;font-weight:700;padding-left:2px}.modal-welcome{min-width:700px;padding-bottom:15px}@media (max-width:767px){.modal-show-window.modal-facebook{left:15px;margin:0;top:15px;transform:none}}.modal-facebook{width:600px}.welcome-slider{margin:0 auto;max-width:640px;overflow:hidden;position:relative;width:100%}@media (min-width:1099px){.welcome-slider{margin-top:20px;width:640px}}.welcome-slider__wrapper{align-items:flex-start;display:flex;overflow:hidden;position:relative;transition:left .3s ease;width:1620px}.welcome-slider__item{text-align:center;width:540px}.welcome-slider__image{align-items:flex-start;display:flex;height:225px;justify-content:center;width:100%}.facebook-slider .welcome-slider__image{height:175px}.welcome-slider__item-content{height:160px}@media (max-width:767px){.welcome-slider__item-content{height:auto;margin:0 0 55px}}.welcome-slider__item-title{color:#1f4159;font-size:26px;font-weight:700;margin:0 0 8px}.welcome-slider__item-descr{color:#404040;font-size:15px;line-height:21px;margin:0 auto;max-width:470px;min-height:70px}.facebook-slider .welcome-slider__item-descr{max-width:100%}.welcome-slider__controls{display:flex;justify-content:center;margin:0 0 30px}@media (max-width:767px){.welcome-slider__controls{margin:0 0 15px}}.welcome-slider__control{background:#ced0da;border-radius:6px;cursor:pointer;height:6px;margin:0 3px;width:6px}.welcome-slider__control:hover{background:#b1b4c4}.welcome-slider__control.active{background:#404040}.welcome-slider__buttons{display:flex;justify-content:flex-end}.extension-request{align-items:flex-start;color:#404040;display:flex;flex-direction:column;font-size:14px;line-height:20px}@media (max-width:767px){.extension-request{display:block;padding:10px 0 0}}.extension-request ul{list-style-type:disc;margin:20px 0 20px 16px}.extension-request p{margin:0}.extension-request .select-wrapper{border-radius:4px}.extension-request .select-wrapper.error .select{border:1px solid red}.extension-request .multiselect{display:block;height:100%;max-height:100%;min-height:42px}.extension-request .multiselect .multiselect__tags-wrap{display:flex;flex-wrap:wrap}.extension-request .multiselect .multiselect__placeholder{padding:5px 0}.extension-request .multiselect .multiselect__tag{display:flex;margin:3px 5px 3px 0}.extension-request .multiselect ul{margin:0}.extension-request .multiselect__placeholder{width:100%!important}.extension-request body .multiselect__select{height:100%!important;text-align:right;transition:none!important;width:100%!important}.extension-request body .multiselect--active .multiselect__select{transform:scaleY(-1)!important}.extension-request__wrapper{border-top:1px solid #c8c8c8;margin:10px 0 0;padding:20px 0 0}.extension-request__item{display:flex;flex-wrap:wrap;justify-content:space-between;margin:15px 0 0;padding:0 0 20px;position:relative}.extension-request__item:after{background:#ebebeb;bottom:0;content:"";height:1px;left:-30px;position:absolute;width:calc(100% + 60px)}@media (max-width:767px){.extension-request__item:after{bottom:0;left:-20px;width:calc(100% + 40px)}.extension-request__item{margin:0 0 15px;padding:0 0 15px}}.extension-request__item .label-radio{font-size:14px;width:100%}.extension-request__item .answer{flex:1;margin-right:10px;max-width:300px}.extension-request__item .answer .date{max-width:120px}.extension-request--description{padding-right:280px}@media (max-width:767px){.extension-request--description{padding-right:0}}.extension-request__item-sub-question{padding:20px 0 0}@media (max-width:767px){.extension-request__item-sub-question{padding:15px 0 0}}.extension-request__info{background-color:#fff9e5;border:1px solid #ffc8004d;border-radius:4px;color:#1b2a44;font-size:12px;height:-moz-fit-content;height:fit-content;line-height:13px;margin-left:auto;padding:10px 12px;right:0;width:250px}.extension-request__info ul{margin:0 0 10px 16px}@media (max-width:767px){.extension-request__info{margin:15px 15px 0 0;width:100%}}.group-container .extension-request__item:after{left:-60px;width:calc(100% + 90px)}.home-block--extension .extension-btns-home{align-items:center;display:flex;margin:16px 0}@media (max-width:767px){.home-block--extension .extension-btns-home{align-items:flex-start;flex-direction:column}.home-block--extension .extension-btns-home .button-white{margin-bottom:10px}}.page-content--tax-return-approval{padding:30px 20px}@media (max-width:767px){.page-content--tax-return-approval{padding:20px 0}}.tax-return-approval{color:#43536e;font-size:15px;line-height:19px}.tax-return-approval__wrapper{display:flex}@media (max-width:767px){.tax-return-approval__wrapper{display:block}}.tax-return-approval__item{border:1px solid #ececec;margin:0 0 20px;padding:30px 20px 25px;text-align:center;width:50%}@media (min-width:769px){.tax-return-approval__item:first-child{margin-right:30px}}.tax-return-approval__item p{margin:0 0 15px}.tax-return-approval__item p:last-child{margin:0}@media (max-width:767px){.tax-return-approval__item{width:100%}}.tax-return-approval__image{display:flex;justify-content:center;margin:0 0 50px;min-height:130px}.tax-return-approval__button{display:flex;justify-content:center;margin:0 0 30px}.tax-return-approval__text{padding:0 30px}.tax-return-approval__note{border:1px solid #ececec;padding:20px}@media (max-width:1099px){.tax-return-approval__note{margin:0}}.approval-modal{width:682px}.approval-modal .modal-content{margin-bottom:0;padding-bottom:0}.approval-modal__text{color:#43536e;font-size:15px;line-height:21px}.approval-reasons{margin:0 0 15px;width:100%}.approval-reasons .input,.approval-reasons .input-phone,.approval-reasons .input-select,.approval-reasons .textarea{min-height:80px;width:100%}.approval-reasons .item-question{display:flex;justify-content:space-between;margin:0 0 15px;width:100%}.approval-reasons .button{border-bottom:1px dashed #2586ea;border-radius:0;color:#2586ea;min-height:auto;min-width:auto;padding:0}.approval-reasons .item-question-input{position:relative;width:100%}.approval-reasons .counter{background:#fff;bottom:6px;color:#9b9b9b;font-size:12px;font-weight:700;line-height:14px;position:absolute;right:20px}.approval-reasons .item-question-link{align-items:center;background:#fff;border:1px solid #dedede;border-radius:2px;cursor:pointer;display:flex;height:30px;justify-content:center;margin:0 0 0 10px;width:30px}.approval-reasons .item-question-link:hover{background:#dedede}.approval-reasons hr{display:none}.modal-electronic-signature{width:568px}.modal-final-sign-off{width:800px}.more-info{background:#fff8e6;border:1px solid #ffeab3;border-radius:4px;padding:15px;position:relative;width:100%}@media (max-width:767px){.more-info{margin-left:-50px;width:calc(100% + 50px)}}.more-info__title{font-size:15px;font-weight:700;letter-spacing:.02em;line-height:20px;padding-right:50px;text-transform:uppercase}.more-info__link{position:absolute;right:40px;top:14px}.more-info__link:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%232586EA' d='m10.545 12.284 4.73-4.526a.715.715 0 0 0 0-1.042.795.795 0 0 0-1.09 0L10 10.72 5.815 6.716a.795.795 0 0 0-1.09 0c-.3.288-.3.754 0 1.042l4.73 4.526c.15.144.348.216.545.216a.786.786 0 0 0 .545-.216z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;border:0;content:"";height:15px;position:absolute;right:-20px;top:5px;width:15px}.more-info__link.open:after{transform:rotate(180deg)}.more-info__content{margin:20px 0 0;max-width:600px;width:100%}.more-info__content>hr{margin:20px 0}.home-block{align-items:center;background-color:#fff;border:1px solid #ebebeb;border-radius:4px;box-shadow:0 0 10px #c8c8c84d;color:#303030;display:flex;font-size:14px;line-height:20px;margin:0 0 10px;padding:30px;position:relative}@media (max-width:767px){.home-block{padding:20px}.home-block [class^=button]{width:100%}}.home-block p{font-size:15px;line-height:22px;margin:0 0 15px}.home-block p.m-b-0{margin-bottom:0}.home-block .table{background:#fff}.home-block h2{font-size:20px}.home-block .tax-preparer-photo{border-radius:4px;min-width:36px;object-fit:cover}.home-block__icon{min-width:36px}.home-block__title{color:#303030;font-size:12px;font-weight:700;letter-spacing:.01em;line-height:16px;margin-bottom:12px;text-transform:uppercase}.home-block__document-wrapper{align-items:center;background:#f4f4f4;border:1px solid #ebebeb;border-radius:4px;display:inline-flex;padding:1px 8px}.home-block__document-wrapper .buttons{padding:0}.home-block__question{color:#303030;font-size:14px;line-height:20px;margin:0 0 20px;max-width:85%;width:100%}.home-block__question:first-of-type{margin-top:20px}.home-block__question--answer{border-left:4px solid #ebebeb;font-weight:400;margin-top:5px;padding-left:10px}.home-block--streamline-procedure{background-color:#eaeffa;border:1px solid #b2c4ef}.home-block--referral{background-color:#eaeffa;background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/icon-referral-DW3prFWl.svg);background-position:100% 0;background-repeat:no-repeat;border:1px solid #ebebeb;box-shadow:0 0 10px #c8c8c84d}@media (max-width:767px){.home-block--referral{background-image:none}}.home-block.with-footer{padding-bottom:110px}@media (max-width:767px){.home-block.with-footer{padding-bottom:80px}}.home-block__footer{align-items:center;border-top:1px solid #ebebeb;bottom:0;display:flex;justify-content:flex-end;left:0;padding:30px 30px 30px 83px;position:absolute;width:100%}@media (max-width:767px){.home-block__footer{background:#fff;flex-wrap:wrap;padding:20px 20px 20px 65px}.home-block__footer .btn+.btn{flex:1}}.home-block__small-title{border-left:1px solid #b2c4ef;color:#303030;font-size:13px;margin:0 0 10px 10px;padding-left:10px}.home-block__document{align-items:center;display:flex}.home-block__close{background:#fff;border-radius:50%;box-shadow:0 2px 5px #32323240;cursor:pointer;height:22px;position:absolute;right:6px;top:-11px;transition:box-shadow .3s ease;width:22px}.home-block__close:after,.home-block__close:before{background:#1f4159;border-radius:1px;content:"";height:10px;left:10px;position:absolute;top:7px;width:2px}.home-block__close:before{transform:rotate(45deg)}.home-block__close:after{transform:rotate(-45deg)}.home-block__close:hover{box-shadow:0 3px 5px #32323266}.home-block--rate{background:#fff1e3;border:1px solid #ffe2c2;border-left-width:4px;padding-left:25px}@media (max-width:767px){.home-block--rate{padding-left:20px}}.home-block--credits,.home-block--irs-service{background-color:#eaeffa;border:1px solid #bdccef;padding:15px}.home-block--info{border-left:4px solid #2586ea}.home-block--info .home-block__title{color:#2586ea}.home-block--error{border-left:4px solid #d0021b}.home-block--error .home-block__title{color:#d0021b}.home-block--snooze{border-left:4px solid #838383}.home-block--snooze .home-block__title{color:#595959}.home-block--irs-service{border-left:4px solid #bdccef;padding:30px 90px 30px 25px}@media (max-width:767px){.home-block--irs-service{padding:15px 15px 15px 11px}}.home-block--phones{background-color:#fff8e6;border:1px solid #ffeab3;border-left-width:4px;padding:30px 90px 30px 25px}@media (max-width:767px){.home-block--phones{padding:15px 15px 15px 11px}}.home-block--review{background-color:#eaeffa;padding:30px}@media (max-width:767px){.home-block--review{padding:20px}}.home-block--review{background-image:url(https://cdn.taxesforexpats.com/packs/client/assets/review-submission-D-relqS1.svg);background-position:100% 100%;background-repeat:no-repeat;padding:20px 320px 5px 30px}@media (max-width:767px){.home-block--review{background-image:none;padding-left:20px;padding-right:20px}}.home-block__inner{margin:10px 0 20px;overflow:hidden;padding-bottom:10px;width:100%}.home-block__inner:last-of-type{border-bottom:0;margin:0;padding:0}.home-block-verification{background:#f5f5f5;display:flex;padding:20px}@media (max-width:767px){.home-block-verification{flex-direction:column}}.home-block-verification__item{border-right:1px solid #dedede;display:flex;flex-direction:column;height:inherit;padding-left:20px;padding-right:20px;width:33.33%}.home-block-verification__item:first-of-type{padding-left:0}.home-block-verification__item:last-of-type{border:0;padding-right:0}@media (max-width:767px){.home-block-verification__item{border:0;padding:0 0 20px;width:100%}.home-block-verification__item:last-of-type{padding:0}}.home-block__image{margin:0 30px 0 0}@media (max-width:767px){.home-block__image{margin:0 7px 0 0}}.home-block__title{color:#404040}.home-block__text a{color:#2586ea}.home-approve-disapprove{display:flex;flex-wrap:wrap;padding:15px 0 0}@media (max-width:767px){.home-approve-disapprove{display:block;padding:0}}.home-approve-disapprove__item{margin:0 0 15px;width:100%}.home-approve-disapprove__item:last-child{margin:0}.home-referral__text{padding:0 0 0 20px}@media (max-width:767px){.home-referral__text{padding:0}}.home-sign-off__lists{align-items:stretch;display:flex;flex-wrap:wrap;margin:15px 0 0}.home-sign-off__lists-buttons{display:flex;justify-content:space-between}@media (max-width:767px){.home-sign-off__lists-buttons{display:block;padding:0}}.home-sign-off__lists-buttons [class^=button]{flex-direction:column;line-height:26px}@media screen�{.home-sign-off__lists-buttons [class^=button]{padding-top:11px}}.home-sign-off__list{background-color:#fff8e6;border:1px solid #ffeab3;border-radius:4px;color:#303030;font-size:14px;line-height:20px;margin:0 20px 15px 0;padding:15px;width:calc(50% - 10px)}.home-sign-off__list:nth-child(2n){margin:0 0 14px}.home-sign-off__list .input-check-box-blue,.home-sign-off__list .input-radio-blue{margin:0 0 15px}.home-sign-off__list .input-check-box-blue:checked+label,.home-sign-off__list .input-radio-blue:checked+label{font-weight:700}@media (max-width:767px){.home-sign-off__list{margin:0 0 12px;width:100%}}.home-sign-off__list-title{font-size:14px;font-weight:700;line-height:20px;margin:0 0 15px}.home-sign-off__list-title a{color:#2586ea}.home-modal-early-bird{align-items:flex-start;display:flex;font-size:15px;line-height:20px}.home-modal-early-bird__bonus{color:#2586ea}.tax-preparer-review{color:#262626;font-size:15px;line-height:22px;max-width:612px}@media (max-width:767px){.tax-preparer-review{max-width:none}}.tax-preparer-review .textarea{max-height:auto;min-height:95px;padding:12px;resize:vertical}.tax-preparer-review__info{margin:0 0 20px}.survey__item{display:flex;flex-direction:column;gap:8px;margin:0 0 24px}.survey__item:last-of-type{margin-bottom:0}.survey__answer{display:flex;font-size:14px;gap:8px 12px;line-height:20px}@media (max-width:767px){.survey__answer{flex-direction:column}.survey__answer--small{flex-direction:row}}.survey__answer-item{flex:1 0 0px;height:89px;position:relative}@media (max-width:767px){.survey__answer-item{flex:1 0 auto;height:auto;min-height:44px}}.survey__answer-item:hover input+label{background:#fafafa}.survey__answer-item input{height:0;opacity:0;overflow:hidden;position:absolute;width:0}.survey__answer-item input+label{align-items:center;background:#0000;border:1px solid #d6d6d6;border-radius:4px;color:#262626;cursor:pointer;display:flex;justify-content:center;inset:0;padding:9px 14px;position:absolute;text-align:left}@media (max-width:767px){.survey__answer-item input+label{justify-content:flex-start;position:relative}.survey__answer-item input+label>div{align-items:center;display:flex}.survey__answer-item input+label [class*=" icon-survey-"],.survey__answer-item input+label [class^=icon-survey-]{margin-right:15px}}.survey__answer-item input:checked+label{background:#e8f1fd;border-color:#5aa3ee;font-weight:700}.survey__answer-item strong{font-weight:inherit}.survey__answer-item-small{flex:0 0 auto;height:40px;width:75px}@media (max-width:767px){.survey__answer-item-small input+label{justify-content:center}}.survey__answer-item-text{height:40px}.survey__answer--small .survey__answer-item-text{height:auto}.page-content--umbrella{padding:40px}@media (max-width:1099px){.page-content--umbrella{padding:20px 0}}.tabs__content--umbrella{min-height:auto;padding:20px 40px}@media (max-width:1099px){.tabs__content--umbrella{padding:20px 0}}@media (max-width:767px){.tabs__content--umbrella{padding:5px 0}}.modal-umbrella{width:568px}.modal-umbrella .wrap-buttons{margin:0}.umbrella-assign{border:1px solid #d8d8d8;border-radius:4px;color:#404040;font-size:14px}.umbrella-assign__head{background:#f1f1f1;border-bottom:1px solid #d8d8d8;color:#303030;display:flex}.umbrella-assign__head .umbrella-assign__cell{font-weight:700;padding:12px 10px;text-align:center;text-transform:uppercase}@media (max-width:767px){.umbrella-assign__head .umbrella-assign__cell{text-align:left}}.umbrella-assign__row{border-bottom:1px solid #d8d8d8;display:flex}@media (max-width:767px){.umbrella-assign__row{display:block}}.umbrella-assign__row:last-child{border:0}.umbrella-assign__cell{border-right:1px solid #d8d8d8;flex-wrap:nowrap;padding:10px;word-break:keep-all}@media (min-width:769px){.three-columns .umbrella-assign__cell:first-child{flex:0 0 60%;max-width:60%}.three-columns .umbrella-assign__cell:nth-child(2){flex:0 0 25%;max-width:25%}.three-columns .umbrella-assign__cell:last-child{border:0;flex:0 0 15%;max-width:15%;text-align:center}.four-column .umbrella-assign__cell:first-child{flex:0 0 10%;max-width:10%}.four-column .umbrella-assign__cell:nth-child(2){flex:0 0 50%;max-width:50%}.four-column .umbrella-assign__cell:nth-child(3){flex:0 0 25%;max-width:25%}.four-column .umbrella-assign__cell:nth-child(4){border:0;flex:0 0 15%;max-width:15%;text-align:center}}@media (max-width:767px){.umbrella-assign__cell{border-right:0;width:100%}}.umbrella-assign-email{color:#404040;font-size:14px}.umbrella-assign-email__date{color:#aaa}.umbrella-new-client__footer{align-items:center;display:flex}@media (max-width:767px){.umbrella-new-client__footer{display:block;text-align:center}.umbrella-new-client__footer .btn{margin:0 0 5px}}.extension-request .group-container{margin-bottom:20px;margin-left:30px}.extension-request .group-container .extension-request__item{border-bottom:0}.extension-request .btn-ar{cursor:pointer;display:block;font-size:16px;font-weight:700;padding:5px;position:relative;-webkit-user-select:none;user-select:none}.extension-request .btn-ar:before{background:#fff;content:"";height:1px;left:0;position:absolute;top:-1px;width:100%}.extension-request .btn-ar.btn-remove span{border-bottom:1px dashed #d0021b;color:#d0021b;display:inline-block;line-height:1.5}.extension-request .btn-ar.btn-remove i.remove-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23D0021B' d='M7.973 0a7.973 7.973 0 1 0 0 15.947A7.973 7.973 0 0 0 7.974 0zm3.364 8.85H4.644a.815.815 0 0 1 0-1.629h6.693a.814.814 0 1 1 0 1.63z'/%3E%3C/svg%3E") no-repeat;background-size:cover;display:inline-block;height:16px;margin-bottom:-3px;margin-right:5px;width:16px}.extension-request .btn-ar.btn-remove:hover span{color:#e2172e}.extension-request .btn-ar.btn-add span{border-bottom:1px dashed #1b2a44;color:#1b2a44;display:inline-block;line-height:1.5}.extension-request .btn-ar.btn-add .add-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%233C4858' d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.533 8.841H8.958v2.692a.817.817 0 0 1-1.635 0V8.84H4.817a.818.818 0 0 1 0-1.635h2.506V4.817a.817.817 0 1 1 1.635 0v2.39h2.574a.817.817 0 1 1 0 1.634z'/%3E%3C/svg%3E") no-repeat;background-size:cover;display:inline-block;height:16px;margin-bottom:-3px;margin-right:5px;width:16px}.extension-request .btn-ar.btn-add:hover span{color:#273f6b}.extension-request .question-label{color:#546271;font-size:14px;font-weight:700;margin-bottom:5px}.extension-request .light-gray{color:#9b9b9b}.client-error-page__title{font-size:21px;font-weight:700;margin-bottom:6px}.client-error-page__message{font-size:15px}.client-error-page__report_btn{margin-top:24px}body{-webkit-overflow-scrolling:touch;background-color:#fafafa;color:#303030;font-style:normal;font-weight:400;line-height:1.2;overflow-x:hidden;overflow-y:auto;width:100vw}body,button,div,i,li,span,ul{font-family:PT Sans,sans-serif;font-size:14px}svg{vertical-align:top}a{cursor:pointer}h3{color:#303030;font-size:18px;line-height:24px}.client-area-bg{width:inherit}.container{margin:0 auto;padding:0 15px;position:relative;width:1230px}@media (max-width:1230px){.container{width:100%}}.container.base-client-content{height:calc(100vh - 100px)}@media (max-width:767px){.container.base-client-content{background-color:#fafafa;padding:0}}.content{display:flex;flex-wrap:wrap;height:inherit;margin:30px 0 20px}.content-min-height{min-height:calc(100vh - 350px)}@media (max-width:1099px){.content{margin:0}}@media (max-width:767px){.content{flex-direction:column;flex-wrap:nowrap}}.blackout:after{background:#0000001a;content:"";height:calc(100vh - var(--header-height, 70px));left:0;position:fixed;top:var(--header-height,70px);transition:opacity .3s ease;width:100%}.no-scroll,.no-scroll .fix-client-layout,.overflow-hidden{overflow:hidden}.ellipsis-string{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-decoration{text-decoration:none}.decoration{text-decoration:underline}.decoration-line-through{text-decoration:line-through}.relative{position:relative}.flex{display:flex}.flex-center{align-self:center}.flex-end{align-items:end}.flex-center-items{align-items:center}.flex-content-center{justify-content:center}.flex-content-start{align-items:flex-start}.flex-content-end{justify-content:flex-end}.flex-content-between{justify-content:space-between}.flex-0{flex:0}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}@media (max-width:767px){.mob-fl-0{flex:0}.mob-fl-1{flex:1}.mob-fl-2{flex:2}.mob-fl-3{flex:3}.mob-fl-4{flex:4}}.space-between{display:flex;justify-content:space-between}.inner-wrapper{align-items:center;display:flex;flex-flow:row wrap;position:relative;width:100%}.content-left{display:flex;justify-content:flex-start;text-align:left}.content-right{display:flex;justify-content:flex-end;text-align:right}.content-bottom{align-items:flex-end;display:flex}.text-align-left{text-align:left!important}.text-align-right{text-align:right!important}.text-align-center{text-align:center!important}.v-center{align-items:center;display:flex}.all-center,.h-center{display:flex;justify-content:center}.all-center{align-items:center}.row,.row-desktop{display:flex;flex-direction:row;margin-bottom:20px;width:100%}.row-wrap{flex-flow:row wrap}.column{align-items:flex-start;display:flex;flex-flow:column;margin-bottom:15px;width:100%}@media (max-width:767px){.row-desktop{flex-wrap:wrap}.row-desktop [class^=button]:first-child{margin-right:0}.row-desktop [class^=button]:not(:first-child){margin-top:10px}.mob-row{display:flex;flex-direction:row;margin-bottom:15px;width:100%}.mob-floating-block{flex-direction:column}.mob-floating-block>div{float:left}.mob-floating-block .mob-connected-block{clear:both;display:block;margin-left:26px}.mob-floating-block .mob-connected-inline-block{display:inline-block;margin-left:30px;margin-top:10px}.mob-floating-block-image{float:left}}.column{flex-direction:column}.pane-gray{background-color:#f4f4f4;border-radius:4px;padding:20px 30px}@media (max-width:767px){.pane-gray{flex-wrap:wrap}.pane-gray-item{width:100%}.pane-gray-item:not(:first-child){border-top:1px solid #dedede;margin-top:10px;padding-top:10px}}.pane-notification{background-color:#f0f7fe;border-radius:4px;color:#3b4858;display:block;font-size:14px;padding:8px;position:relative;width:100%}.pane-notification:before{background-color:#5aa3ee;border-radius:6px 0 0 3px;bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.no-break{flex-wrap:nowrap;white-space:nowrap;word-break:keep-all}.break-all{flex-wrap:wrap;white-space:normal;word-break:break-all}.fl-0{flex:0;width:auto}.fl-1{flex:1;width:auto}.fl-2{flex:2;width:auto}.fl-none{flex:none}@media (max-width:767px){.mob-fl-0{flex:0;width:auto}.mob-fl-1{flex:1;width:auto}.mob-fl-none{flex:none}}.hide{display:none!important}.title-blue{color:#2586ea;font-weight:700;text-align:left;text-transform:uppercase}.text{color:#303030;margin-bottom:5px}.text-black{color:#000}.text-dark{color:#404040}.text-dark-blue{color:#1f4159}.text-blue{color:#2586ea}.text-gray{color:#7e7d7f}.text-red{color:red}.text-orange{color:#f9630e}.text-purple{color:#6772e5}.text-green{color:#34a853}.text-no-decoration{text-decoration:none}@media (max-width:767px){.text-center-mob{text-align:center}}.el-text{color:#303030;font-size:14px;line-height:21px;margin-bottom:5px}.el-text--cpa-comment{color:#3b4858;font-size:14px;font-style:italic;font-weight:400;line-height:16px}.font-italic{font-style:italic!important}.font-bold{font-weight:700!important}.font-normal{font-weight:400!important}.line-height-13{line-height:13px}.pointer{cursor:pointer}.font-size-10{font-size:10px}.font-size-11{font-size:11px}.font-size-12{font-size:12px}.font-size-13{font-size:13px}.font-size-14{font-size:14px}.font-size-15{font-size:15px}.font-size-16{font-size:16px}.font-size-17{font-size:17px}.font-size-18{font-size:18px}.font-size-19{font-size:19px}.font-size-20{font-size:20px}.font-size-21{font-size:21px}.font-size-22{font-size:22px}.font-size-23{font-size:23px}.font-size-24{font-size:24px}.font-size-25{font-size:25px}.font-size-26{font-size:26px}.font-size-27{font-size:27px}.font-size-28{font-size:28px}.font-size-29{font-size:29px}.font-size-30{font-size:30px}.font-size-31{font-size:31px}.font-size-32{font-size:32px}.font-size-33{font-size:33px}.font-size-34{font-size:34px}.font-size-35{font-size:35px}.font-size-36{font-size:36px}.font-size-37{font-size:37px}.font-size-38{font-size:38px}.font-size-39{font-size:39px}.font-size-40{font-size:40px}.mob-font-size-10{font-size:10px}.mob-font-size-11{font-size:11px}.mob-font-size-12{font-size:12px}.mob-font-size-13{font-size:13px}.mob-font-size-14{font-size:14px}.mob-font-size-15{font-size:15px}.mob-font-size-16{font-size:16px}.mob-font-size-17{font-size:17px}.mob-font-size-18{font-size:18px}.mob-font-size-19{font-size:19px}.mob-font-size-20{font-size:20px}.mob-font-size-21{font-size:21px}.mob-font-size-22{font-size:22px}.mob-font-size-23{font-size:23px}.mob-font-size-24{font-size:24px}.mob-font-size-25{font-size:25px}.mob-font-size-26{font-size:26px}.mob-font-size-27{font-size:27px}.mob-font-size-28{font-size:28px}.mob-font-size-29{font-size:29px}.mob-font-size-30{font-size:30px}.mob-font-size-31{font-size:31px}.mob-font-size-32{font-size:32px}.mob-font-size-33{font-size:33px}.mob-font-size-34{font-size:34px}.mob-font-size-35{font-size:35px}.mob-font-size-36{font-size:36px}.mob-font-size-37{font-size:37px}.mob-font-size-38{font-size:38px}.mob-font-size-39{font-size:39px}.mob-font-size-40{font-size:40px}h1{font-size:24px;margin:0 0 15px}h2{font-size:20px}h2,h3{margin:0 0 10px}a,h3 span{font-weight:400}a{color:#2586ea}a.underline{text-decoration:underline}a.dashed-link{border-bottom:1px dotted #7e7d7f;color:#7e7d7f;display:inline-block;font-size:14px;line-height:20px;text-decoration:none}a.dashed-link:focus,a.dashed-link:hover{border-bottom:1px dotted #2586ea;color:#2586ea}hr{border:0;border-bottom:1px solid #e7e7e7;height:0;margin:30px 0}@media (max-width:767px){hr{margin:15px 0 20px}}.modal-started_uploading_dialog .validate-textarea,.modal-upload-document .validate-textarea,.validate,.validate-textarea{position:relative}.input-check-box-blue.validate-textarea .form-control-feedback,.input-check-box-green.validate-textarea .form-control-feedback,.input-radio-blue.validate-textarea .form-control-feedback,.validate-textarea .input-radio-wrapper .form-control-feedback,.validate.input-check-box-blue .form-control-feedback,.validate.input-check-box-green .form-control-feedback,.validate.input-radio-blue .form-control-feedback,.validate .input-radio-wrapper .form-control-feedback{left:-5px;max-width:none;top:20px}.input-check-box-blue.small.validate-textarea .form-control-feedback,.input-check-box-green.small.validate-textarea .form-control-feedback,.input-radio-blue.small.validate-textarea .form-control-feedback,.validate.input-check-box-blue.small .form-control-feedback,.validate.input-check-box-green.small .form-control-feedback,.validate.input-radio-blue.small .form-control-feedback{left:-7px;top:16px}.validate-textarea .form-control-feedback,.validate .form-control-feedback{background:#fff;border:1px solid red;border-radius:4px;box-shadow:0 4px 11px #0016231f;color:red;display:block;font-size:12px;left:0;line-height:14px;margin:8px 0 0;max-width:100%;padding:7px 11px;position:absolute;top:100%;z-index:1}.input-radio-wrapper .validate-textarea .form-control-feedback,.input-radio-wrapper .validate .form-control-feedback{max-width:none}.validate-textarea .form-control-feedback:before,.validate .form-control-feedback:before{border-color:#0000 #0000 red;border-style:solid;border-width:0 4px 4px;content:"";height:0;left:10px;position:absolute;top:-5px;width:0}.validate-textarea .form-control-feedback{bottom:-2px}.error.validate-textarea .input-radio-wrapper .input-radio+label:before,.validate.error .input-radio-wrapper .input-radio+label:before{border:1px solid red}.verification,.verification-done{align-items:center;background-color:#faeef0;border-radius:4px;color:#d0021b;display:inline-flex;font-size:12px;font-weight:700;height:20px;justify-content:center;line-height:16px;margin-left:5px;min-width:48px;padding:2px 4px;text-transform:uppercase;white-space:nowrap}.verification-done{background-color:#e0ffd6;box-shadow:none;color:#34a853;text-decoration:none}.state-alert{border-radius:4px;display:inline-block;line-height:20px;padding:8px 12px}.state-alert-success{background-color:#e0ffd6;color:#53a128}.state-alert-error{background-color:#faeef0;color:red}.box-shadow{box-shadow:0 16px 10px -13px #00000038}.full-width{width:100%}.full-height{min-height:100%}.height-0{height:0}.height-1{height:1px}.height-2{height:2px}.height-3{height:3px}.height-4{height:4px}.height-5{height:5px}.height-6{height:6px}.height-7{height:7px}.height-8{height:8px}.height-9{height:9px}.height-10{height:10px}.height-11{height:11px}.height-12{height:12px}.height-13{height:13px}.height-14{height:14px}.height-15{height:15px}.height-16{height:16px}.height-17{height:17px}.height-18{height:18px}.height-19{height:19px}.height-20{height:20px}.height-21{height:21px}.height-22{height:22px}.height-23{height:23px}.height-24{height:24px}.height-25{height:25px}.height-26{height:26px}.height-27{height:27px}.height-28{height:28px}.height-29{height:29px}.height-30{height:30px}.height-31{height:31px}.height-32{height:32px}.height-33{height:33px}.height-34{height:34px}.height-35{height:35px}.height-36{height:36px}.height-37{height:37px}.height-38{height:38px}.height-39{height:39px}.height-40{height:40px}.height-41{height:41px}.height-42{height:42px}.height-43{height:43px}.height-44{height:44px}.height-45{height:45px}.height-46{height:46px}.height-47{height:47px}.height-48{height:48px}.height-49{height:49px}.height-50{height:50px}.height-51{height:51px}.height-52{height:52px}.height-53{height:53px}.height-54{height:54px}.height-55{height:55px}.height-56{height:56px}.height-57{height:57px}.height-58{height:58px}.height-59{height:59px}.height-60{height:60px}.height-61{height:61px}.height-62{height:62px}.height-63{height:63px}.height-64{height:64px}.height-65{height:65px}.height-66{height:66px}.height-67{height:67px}.height-68{height:68px}.height-69{height:69px}.height-70{height:70px}.height-71{height:71px}.height-72{height:72px}.height-73{height:73px}.height-74{height:74px}.height-75{height:75px}.height-76{height:76px}.height-77{height:77px}.height-78{height:78px}.height-79{height:79px}.height-80{height:80px}.height-81{height:81px}.height-82{height:82px}.height-83{height:83px}.height-84{height:84px}.height-85{height:85px}.height-86{height:86px}.height-87{height:87px}.height-88{height:88px}.height-89{height:89px}.height-90{height:90px}.height-91{height:91px}.height-92{height:92px}.height-93{height:93px}.height-94{height:94px}.height-95{height:95px}.height-96{height:96px}.height-97{height:97px}.height-98{height:98px}.height-99{height:99px}.height-100{height:100px}.width-0{width:0}.width-1{width:1%}.width-2{width:2%}.width-3{width:3%}.width-4{width:4%}.width-5{width:5%}.width-6{width:6%}.width-7{width:7%}.width-8{width:8%}.width-9{width:9%}.width-10{width:10%}.width-11{width:11%}.width-12{width:12%}.width-13{width:13%}.width-14{width:14%}.width-15{width:15%}.width-16{width:16%}.width-17{width:17%}.width-18{width:18%}.width-19{width:19%}.width-20{width:20%}.width-21{width:21%}.width-22{width:22%}.width-23{width:23%}.width-24{width:24%}.width-25{width:25%}.width-26{width:26%}.width-27{width:27%}.width-28{width:28%}.width-29{width:29%}.width-30{width:30%}.width-31{width:31%}.width-32{width:32%}.width-33{width:33%}.width-34{width:34%}.width-35{width:35%}.width-36{width:36%}.width-37{width:37%}.width-38{width:38%}.width-39{width:39%}.width-40{width:40%}.width-41{width:41%}.width-42{width:42%}.width-43{width:43%}.width-44{width:44%}.width-45{width:45%}.width-46{width:46%}.width-47{width:47%}.width-48{width:48%}.width-49{width:49%}.width-50{width:50%}.width-51{width:51%}.width-52{width:52%}.width-53{width:53%}.width-54{width:54%}.width-55{width:55%}.width-56{width:56%}.width-57{width:57%}.width-58{width:58%}.width-59{width:59%}.width-60{width:60%}.width-61{width:61%}.width-62{width:62%}.width-63{width:63%}.width-64{width:64%}.width-65{width:65%}.width-66{width:66%}.width-67{width:67%}.width-68{width:68%}.width-69{width:69%}.width-70{width:70%}.width-71{width:71%}.width-72{width:72%}.width-73{width:73%}.width-74{width:74%}.width-75{width:75%}.width-76{width:76%}.width-77{width:77%}.width-78{width:78%}.width-79{width:79%}.width-80{width:80%}.width-81{width:81%}.width-82{width:82%}.width-83{width:83%}.width-84{width:84%}.width-85{width:85%}.width-86{width:86%}.width-87{width:87%}.width-88{width:88%}.width-89{width:89%}.width-90{width:90%}.width-91{width:91%}.width-92{width:92%}.width-93{width:93%}.width-94{width:94%}.width-95{width:95%}.width-96{width:96%}.width-97{width:97%}.width-98{width:98%}.width-99{width:99%}.width-100{width:100%}.pixel-width-0{width:0}.pixel-width-1{width:1px}.pixel-width-2{width:2px}.pixel-width-3{width:3px}.pixel-width-4{width:4px}.pixel-width-5{width:5px}.pixel-width-6{width:6px}.pixel-width-7{width:7px}.pixel-width-8{width:8px}.pixel-width-9{width:9px}.pixel-width-10{width:10px}.pixel-width-11{width:11px}.pixel-width-12{width:12px}.pixel-width-13{width:13px}.pixel-width-14{width:14px}.pixel-width-15{width:15px}.pixel-width-16{width:16px}.pixel-width-17{width:17px}.pixel-width-18{width:18px}.pixel-width-19{width:19px}.pixel-width-20{width:20px}.pixel-width-21{width:21px}.pixel-width-22{width:22px}.pixel-width-23{width:23px}.pixel-width-24{width:24px}.pixel-width-25{width:25px}.pixel-width-26{width:26px}.pixel-width-27{width:27px}.pixel-width-28{width:28px}.pixel-width-29{width:29px}.pixel-width-30{width:30px}.pixel-width-31{width:31px}.pixel-width-32{width:32px}.pixel-width-33{width:33px}.pixel-width-34{width:34px}.pixel-width-35{width:35px}.pixel-width-36{width:36px}.pixel-width-37{width:37px}.pixel-width-38{width:38px}.pixel-width-39{width:39px}.pixel-width-40{width:40px}.pixel-width-41{width:41px}.pixel-width-42{width:42px}.pixel-width-43{width:43px}.pixel-width-44{width:44px}.pixel-width-45{width:45px}.pixel-width-46{width:46px}.pixel-width-47{width:47px}.pixel-width-48{width:48px}.pixel-width-49{width:49px}.pixel-width-50{width:50px}.pixel-width-51{width:51px}.pixel-width-52{width:52px}.pixel-width-53{width:53px}.pixel-width-54{width:54px}.pixel-width-55{width:55px}.pixel-width-56{width:56px}.pixel-width-57{width:57px}.pixel-width-58{width:58px}.pixel-width-59{width:59px}.pixel-width-60{width:60px}.pixel-width-61{width:61px}.pixel-width-62{width:62px}.pixel-width-63{width:63px}.pixel-width-64{width:64px}.pixel-width-65{width:65px}.pixel-width-66{width:66px}.pixel-width-67{width:67px}.pixel-width-68{width:68px}.pixel-width-69{width:69px}.pixel-width-70{width:70px}.pixel-width-71{width:71px}.pixel-width-72{width:72px}.pixel-width-73{width:73px}.pixel-width-74{width:74px}.pixel-width-75{width:75px}.pixel-width-76{width:76px}.pixel-width-77{width:77px}.pixel-width-78{width:78px}.pixel-width-79{width:79px}.pixel-width-80{width:80px}.pixel-width-81{width:81px}.pixel-width-82{width:82px}.pixel-width-83{width:83px}.pixel-width-84{width:84px}.pixel-width-85{width:85px}.pixel-width-86{width:86px}.pixel-width-87{width:87px}.pixel-width-88{width:88px}.pixel-width-89{width:89px}.pixel-width-90{width:90px}.pixel-width-91{width:91px}.pixel-width-92{width:92px}.pixel-width-93{width:93px}.pixel-width-94{width:94px}.pixel-width-95{width:95px}.pixel-width-96{width:96px}.pixel-width-97{width:97px}.pixel-width-98{width:98px}.pixel-width-99{width:99px}.pixel-width-100{width:100px}.pixel-width-101{width:101px}.pixel-width-102{width:102px}.pixel-width-103{width:103px}.pixel-width-104{width:104px}.pixel-width-105{width:105px}.pixel-width-106{width:106px}.pixel-width-107{width:107px}.pixel-width-108{width:108px}.pixel-width-109{width:109px}.pixel-width-110{width:110px}.pixel-width-111{width:111px}.pixel-width-112{width:112px}.pixel-width-113{width:113px}.pixel-width-114{width:114px}.pixel-width-115{width:115px}.pixel-width-116{width:116px}.pixel-width-117{width:117px}.pixel-width-118{width:118px}.pixel-width-119{width:119px}.pixel-width-120{width:120px}.pixel-width-121{width:121px}.pixel-width-122{width:122px}.pixel-width-123{width:123px}.pixel-width-124{width:124px}.pixel-width-125{width:125px}.pixel-width-126{width:126px}.pixel-width-127{width:127px}.pixel-width-128{width:128px}.pixel-width-129{width:129px}.pixel-width-130{width:130px}.pixel-width-131{width:131px}.pixel-width-132{width:132px}.pixel-width-133{width:133px}.pixel-width-134{width:134px}.pixel-width-135{width:135px}.pixel-width-136{width:136px}.pixel-width-137{width:137px}.pixel-width-138{width:138px}.pixel-width-139{width:139px}.pixel-width-140{width:140px}.pixel-width-141{width:141px}.pixel-width-142{width:142px}.pixel-width-143{width:143px}.pixel-width-144{width:144px}.pixel-width-145{width:145px}.pixel-width-146{width:146px}.pixel-width-147{width:147px}.pixel-width-148{width:148px}.pixel-width-149{width:149px}.pixel-width-150{width:150px}.pixel-width-151{width:151px}.pixel-width-152{width:152px}.pixel-width-153{width:153px}.pixel-width-154{width:154px}.pixel-width-155{width:155px}.pixel-width-156{width:156px}.pixel-width-157{width:157px}.pixel-width-158{width:158px}.pixel-width-159{width:159px}.pixel-width-160{width:160px}.pixel-width-161{width:161px}.pixel-width-162{width:162px}.pixel-width-163{width:163px}.pixel-width-164{width:164px}.pixel-width-165{width:165px}.pixel-width-166{width:166px}.pixel-width-167{width:167px}.pixel-width-168{width:168px}.pixel-width-169{width:169px}.pixel-width-170{width:170px}.pixel-width-171{width:171px}.pixel-width-172{width:172px}.pixel-width-173{width:173px}.pixel-width-174{width:174px}.pixel-width-175{width:175px}.pixel-width-176{width:176px}.pixel-width-177{width:177px}.pixel-width-178{width:178px}.pixel-width-179{width:179px}.pixel-width-180{width:180px}.pixel-width-181{width:181px}.pixel-width-182{width:182px}.pixel-width-183{width:183px}.pixel-width-184{width:184px}.pixel-width-185{width:185px}.pixel-width-186{width:186px}.pixel-width-187{width:187px}.pixel-width-188{width:188px}.pixel-width-189{width:189px}.pixel-width-190{width:190px}.pixel-width-191{width:191px}.pixel-width-192{width:192px}.pixel-width-193{width:193px}.pixel-width-194{width:194px}.pixel-width-195{width:195px}.pixel-width-196{width:196px}.pixel-width-197{width:197px}.pixel-width-198{width:198px}.pixel-width-199{width:199px}.pixel-width-200{width:200px}.pixel-width-201{width:201px}.pixel-width-202{width:202px}.pixel-width-203{width:203px}.pixel-width-204{width:204px}.pixel-width-205{width:205px}.pixel-width-206{width:206px}.pixel-width-207{width:207px}.pixel-width-208{width:208px}.pixel-width-209{width:209px}.pixel-width-210{width:210px}.pixel-width-211{width:211px}.pixel-width-212{width:212px}.pixel-width-213{width:213px}.pixel-width-214{width:214px}.pixel-width-215{width:215px}.pixel-width-216{width:216px}.pixel-width-217{width:217px}.pixel-width-218{width:218px}.pixel-width-219{width:219px}.pixel-width-220{width:220px}.pixel-width-221{width:221px}.pixel-width-222{width:222px}.pixel-width-223{width:223px}.pixel-width-224{width:224px}.pixel-width-225{width:225px}.pixel-width-226{width:226px}.pixel-width-227{width:227px}.pixel-width-228{width:228px}.pixel-width-229{width:229px}.pixel-width-230{width:230px}.pixel-width-231{width:231px}.pixel-width-232{width:232px}.pixel-width-233{width:233px}.pixel-width-234{width:234px}.pixel-width-235{width:235px}.pixel-width-236{width:236px}.pixel-width-237{width:237px}.pixel-width-238{width:238px}.pixel-width-239{width:239px}.pixel-width-240{width:240px}.pixel-width-241{width:241px}.pixel-width-242{width:242px}.pixel-width-243{width:243px}.pixel-width-244{width:244px}.pixel-width-245{width:245px}.pixel-width-246{width:246px}.pixel-width-247{width:247px}.pixel-width-248{width:248px}.pixel-width-249{width:249px}.pixel-width-250{width:250px}.pixel-width-251{width:251px}.pixel-width-252{width:252px}.pixel-width-253{width:253px}.pixel-width-254{width:254px}.pixel-width-255{width:255px}.pixel-width-256{width:256px}.pixel-width-257{width:257px}.pixel-width-258{width:258px}.pixel-width-259{width:259px}.pixel-width-260{width:260px}.pixel-width-261{width:261px}.pixel-width-262{width:262px}.pixel-width-263{width:263px}.pixel-width-264{width:264px}.pixel-width-265{width:265px}.pixel-width-266{width:266px}.pixel-width-267{width:267px}.pixel-width-268{width:268px}.pixel-width-269{width:269px}.pixel-width-270{width:270px}.pixel-width-271{width:271px}.pixel-width-272{width:272px}.pixel-width-273{width:273px}.pixel-width-274{width:274px}.pixel-width-275{width:275px}.pixel-width-276{width:276px}.pixel-width-277{width:277px}.pixel-width-278{width:278px}.pixel-width-279{width:279px}.pixel-width-280{width:280px}.pixel-width-281{width:281px}.pixel-width-282{width:282px}.pixel-width-283{width:283px}.pixel-width-284{width:284px}.pixel-width-285{width:285px}.pixel-width-286{width:286px}.pixel-width-287{width:287px}.pixel-width-288{width:288px}.pixel-width-289{width:289px}.pixel-width-290{width:290px}.pixel-width-291{width:291px}.pixel-width-292{width:292px}.pixel-width-293{width:293px}.pixel-width-294{width:294px}.pixel-width-295{width:295px}.pixel-width-296{width:296px}.pixel-width-297{width:297px}.pixel-width-298{width:298px}.pixel-width-299{width:299px}.pixel-width-300{width:300px}.pixel-width-301{width:301px}.pixel-width-302{width:302px}.pixel-width-303{width:303px}.pixel-width-304{width:304px}.pixel-width-305{width:305px}.pixel-width-306{width:306px}.pixel-width-307{width:307px}.pixel-width-308{width:308px}.pixel-width-309{width:309px}.pixel-width-310{width:310px}.pixel-width-311{width:311px}.pixel-width-312{width:312px}.pixel-width-313{width:313px}.pixel-width-314{width:314px}.pixel-width-315{width:315px}.pixel-width-316{width:316px}.pixel-width-317{width:317px}.pixel-width-318{width:318px}.pixel-width-319{width:319px}.pixel-width-320{width:320px}.pixel-width-321{width:321px}.pixel-width-322{width:322px}.pixel-width-323{width:323px}.pixel-width-324{width:324px}.pixel-width-325{width:325px}.pixel-width-326{width:326px}.pixel-width-327{width:327px}.pixel-width-328{width:328px}.pixel-width-329{width:329px}.pixel-width-330{width:330px}.pixel-width-331{width:331px}.pixel-width-332{width:332px}.pixel-width-333{width:333px}.pixel-width-334{width:334px}.pixel-width-335{width:335px}.pixel-width-336{width:336px}.pixel-width-337{width:337px}.pixel-width-338{width:338px}.pixel-width-339{width:339px}.pixel-width-340{width:340px}.pixel-width-341{width:341px}.pixel-width-342{width:342px}.pixel-width-343{width:343px}.pixel-width-344{width:344px}.pixel-width-345{width:345px}.pixel-width-346{width:346px}.pixel-width-347{width:347px}.pixel-width-348{width:348px}.pixel-width-349{width:349px}.pixel-width-350{width:350px}.pixel-width-351{width:351px}.pixel-width-352{width:352px}.pixel-width-353{width:353px}.pixel-width-354{width:354px}.pixel-width-355{width:355px}.pixel-width-356{width:356px}.pixel-width-357{width:357px}.pixel-width-358{width:358px}.pixel-width-359{width:359px}.pixel-width-360{width:360px}.pixel-width-361{width:361px}.pixel-width-362{width:362px}.pixel-width-363{width:363px}.pixel-width-364{width:364px}.pixel-width-365{width:365px}.pixel-width-366{width:366px}.pixel-width-367{width:367px}.pixel-width-368{width:368px}.pixel-width-369{width:369px}.pixel-width-370{width:370px}.pixel-width-371{width:371px}.pixel-width-372{width:372px}.pixel-width-373{width:373px}.pixel-width-374{width:374px}.pixel-width-375{width:375px}.pixel-width-376{width:376px}.pixel-width-377{width:377px}.pixel-width-378{width:378px}.pixel-width-379{width:379px}.pixel-width-380{width:380px}.pixel-width-381{width:381px}.pixel-width-382{width:382px}.pixel-width-383{width:383px}.pixel-width-384{width:384px}.pixel-width-385{width:385px}.pixel-width-386{width:386px}.pixel-width-387{width:387px}.pixel-width-388{width:388px}.pixel-width-389{width:389px}.pixel-width-390{width:390px}.pixel-width-391{width:391px}.pixel-width-392{width:392px}.pixel-width-393{width:393px}.pixel-width-394{width:394px}.pixel-width-395{width:395px}.pixel-width-396{width:396px}.pixel-width-397{width:397px}.pixel-width-398{width:398px}.pixel-width-399{width:399px}.pixel-width-400{width:400px}.pixel-width-401{width:401px}.pixel-width-402{width:402px}.pixel-width-403{width:403px}.pixel-width-404{width:404px}.pixel-width-405{width:405px}.pixel-width-406{width:406px}.pixel-width-407{width:407px}.pixel-width-408{width:408px}.pixel-width-409{width:409px}.pixel-width-410{width:410px}.pixel-width-411{width:411px}.pixel-width-412{width:412px}.pixel-width-413{width:413px}.pixel-width-414{width:414px}.pixel-width-415{width:415px}.pixel-width-416{width:416px}.pixel-width-417{width:417px}.pixel-width-418{width:418px}.pixel-width-419{width:419px}.pixel-width-420{width:420px}.pixel-width-421{width:421px}.pixel-width-422{width:422px}.pixel-width-423{width:423px}.pixel-width-424{width:424px}.pixel-width-425{width:425px}.pixel-width-426{width:426px}.pixel-width-427{width:427px}.pixel-width-428{width:428px}.pixel-width-429{width:429px}.pixel-width-430{width:430px}.pixel-width-431{width:431px}.pixel-width-432{width:432px}.pixel-width-433{width:433px}.pixel-width-434{width:434px}.pixel-width-435{width:435px}.pixel-width-436{width:436px}.pixel-width-437{width:437px}.pixel-width-438{width:438px}.pixel-width-439{width:439px}.pixel-width-440{width:440px}.pixel-width-441{width:441px}.pixel-width-442{width:442px}.pixel-width-443{width:443px}.pixel-width-444{width:444px}.pixel-width-445{width:445px}.pixel-width-446{width:446px}.pixel-width-447{width:447px}.pixel-width-448{width:448px}.pixel-width-449{width:449px}.pixel-width-450{width:450px}.pixel-width-451{width:451px}.pixel-width-452{width:452px}.pixel-width-453{width:453px}.pixel-width-454{width:454px}.pixel-width-455{width:455px}.pixel-width-456{width:456px}.pixel-width-457{width:457px}.pixel-width-458{width:458px}.pixel-width-459{width:459px}.pixel-width-460{width:460px}.pixel-width-461{width:461px}.pixel-width-462{width:462px}.pixel-width-463{width:463px}.pixel-width-464{width:464px}.pixel-width-465{width:465px}.pixel-width-466{width:466px}.pixel-width-467{width:467px}.pixel-width-468{width:468px}.pixel-width-469{width:469px}.pixel-width-470{width:470px}.pixel-width-471{width:471px}.pixel-width-472{width:472px}.pixel-width-473{width:473px}.pixel-width-474{width:474px}.pixel-width-475{width:475px}.pixel-width-476{width:476px}.pixel-width-477{width:477px}.pixel-width-478{width:478px}.pixel-width-479{width:479px}.pixel-width-480{width:480px}.pixel-width-481{width:481px}.pixel-width-482{width:482px}.pixel-width-483{width:483px}.pixel-width-484{width:484px}.pixel-width-485{width:485px}.pixel-width-486{width:486px}.pixel-width-487{width:487px}.pixel-width-488{width:488px}.pixel-width-489{width:489px}.pixel-width-490{width:490px}.pixel-width-491{width:491px}.pixel-width-492{width:492px}.pixel-width-493{width:493px}.pixel-width-494{width:494px}.pixel-width-495{width:495px}.pixel-width-496{width:496px}.pixel-width-497{width:497px}.pixel-width-498{width:498px}.pixel-width-499{width:499px}.pixel-width-500{width:500px}.pixel-width-501{width:501px}.pixel-width-502{width:502px}.pixel-width-503{width:503px}.pixel-width-504{width:504px}.pixel-width-505{width:505px}.pixel-width-506{width:506px}.pixel-width-507{width:507px}.pixel-width-508{width:508px}.pixel-width-509{width:509px}.pixel-width-510{width:510px}.pixel-width-511{width:511px}.pixel-width-512{width:512px}.pixel-width-513{width:513px}.pixel-width-514{width:514px}.pixel-width-515{width:515px}.pixel-width-516{width:516px}.pixel-width-517{width:517px}.pixel-width-518{width:518px}.pixel-width-519{width:519px}.pixel-width-520{width:520px}.pixel-width-521{width:521px}.pixel-width-522{width:522px}.pixel-width-523{width:523px}.pixel-width-524{width:524px}.pixel-width-525{width:525px}.pixel-width-526{width:526px}.pixel-width-527{width:527px}.pixel-width-528{width:528px}.pixel-width-529{width:529px}.pixel-width-530{width:530px}.pixel-width-531{width:531px}.pixel-width-532{width:532px}.pixel-width-533{width:533px}.pixel-width-534{width:534px}.pixel-width-535{width:535px}.pixel-width-536{width:536px}.pixel-width-537{width:537px}.pixel-width-538{width:538px}.pixel-width-539{width:539px}.pixel-width-540{width:540px}.pixel-width-541{width:541px}.pixel-width-542{width:542px}.pixel-width-543{width:543px}.pixel-width-544{width:544px}.pixel-width-545{width:545px}.pixel-width-546{width:546px}.pixel-width-547{width:547px}.pixel-width-548{width:548px}.pixel-width-549{width:549px}.pixel-width-550{width:550px}.pixel-width-551{width:551px}.pixel-width-552{width:552px}.pixel-width-553{width:553px}.pixel-width-554{width:554px}.pixel-width-555{width:555px}.pixel-width-556{width:556px}.pixel-width-557{width:557px}.pixel-width-558{width:558px}.pixel-width-559{width:559px}.pixel-width-560{width:560px}.pixel-width-561{width:561px}.pixel-width-562{width:562px}.pixel-width-563{width:563px}.pixel-width-564{width:564px}.pixel-width-565{width:565px}.pixel-width-566{width:566px}.pixel-width-567{width:567px}.pixel-width-568{width:568px}.pixel-width-569{width:569px}.pixel-width-570{width:570px}.pixel-width-571{width:571px}.pixel-width-572{width:572px}.pixel-width-573{width:573px}.pixel-width-574{width:574px}.pixel-width-575{width:575px}.pixel-width-576{width:576px}.pixel-width-577{width:577px}.pixel-width-578{width:578px}.pixel-width-579{width:579px}.pixel-width-580{width:580px}.pixel-width-581{width:581px}.pixel-width-582{width:582px}.pixel-width-583{width:583px}.pixel-width-584{width:584px}.pixel-width-585{width:585px}.pixel-width-586{width:586px}.pixel-width-587{width:587px}.pixel-width-588{width:588px}.pixel-width-589{width:589px}.pixel-width-590{width:590px}.pixel-width-591{width:591px}.pixel-width-592{width:592px}.pixel-width-593{width:593px}.pixel-width-594{width:594px}.pixel-width-595{width:595px}.pixel-width-596{width:596px}.pixel-width-597{width:597px}.pixel-width-598{width:598px}.pixel-width-599{width:599px}.pixel-width-600{width:600px}.pixel-width-601{width:601px}.pixel-width-602{width:602px}.pixel-width-603{width:603px}.pixel-width-604{width:604px}.pixel-width-605{width:605px}.pixel-width-606{width:606px}.pixel-width-607{width:607px}.pixel-width-608{width:608px}.pixel-width-609{width:609px}.pixel-width-610{width:610px}.pixel-width-611{width:611px}.pixel-width-612{width:612px}.pixel-width-613{width:613px}.pixel-width-614{width:614px}.pixel-width-615{width:615px}.pixel-width-616{width:616px}.pixel-width-617{width:617px}.pixel-width-618{width:618px}.pixel-width-619{width:619px}.pixel-width-620{width:620px}.pixel-width-621{width:621px}.pixel-width-622{width:622px}.pixel-width-623{width:623px}.pixel-width-624{width:624px}.pixel-width-625{width:625px}.pixel-width-626{width:626px}.pixel-width-627{width:627px}.pixel-width-628{width:628px}.pixel-width-629{width:629px}.pixel-width-630{width:630px}.pixel-width-631{width:631px}.pixel-width-632{width:632px}.pixel-width-633{width:633px}.pixel-width-634{width:634px}.pixel-width-635{width:635px}.pixel-width-636{width:636px}.pixel-width-637{width:637px}.pixel-width-638{width:638px}.pixel-width-639{width:639px}.pixel-width-640{width:640px}.pixel-width-641{width:641px}.pixel-width-642{width:642px}.pixel-width-643{width:643px}.pixel-width-644{width:644px}.pixel-width-645{width:645px}.pixel-width-646{width:646px}.pixel-width-647{width:647px}.pixel-width-648{width:648px}.pixel-width-649{width:649px}.pixel-width-650{width:650px}.pixel-width-651{width:651px}.pixel-width-652{width:652px}.pixel-width-653{width:653px}.pixel-width-654{width:654px}.pixel-width-655{width:655px}.pixel-width-656{width:656px}.pixel-width-657{width:657px}.pixel-width-658{width:658px}.pixel-width-659{width:659px}.pixel-width-660{width:660px}.pixel-width-661{width:661px}.pixel-width-662{width:662px}.pixel-width-663{width:663px}.pixel-width-664{width:664px}.pixel-width-665{width:665px}.pixel-width-666{width:666px}.pixel-width-667{width:667px}.pixel-width-668{width:668px}.pixel-width-669{width:669px}.pixel-width-670{width:670px}.pixel-width-671{width:671px}.pixel-width-672{width:672px}.pixel-width-673{width:673px}.pixel-width-674{width:674px}.pixel-width-675{width:675px}.pixel-width-676{width:676px}.pixel-width-677{width:677px}.pixel-width-678{width:678px}.pixel-width-679{width:679px}.pixel-width-680{width:680px}.pixel-width-681{width:681px}.pixel-width-682{width:682px}.pixel-width-683{width:683px}.pixel-width-684{width:684px}.pixel-width-685{width:685px}.pixel-width-686{width:686px}.pixel-width-687{width:687px}.pixel-width-688{width:688px}.pixel-width-689{width:689px}.pixel-width-690{width:690px}.pixel-width-691{width:691px}.pixel-width-692{width:692px}.pixel-width-693{width:693px}.pixel-width-694{width:694px}.pixel-width-695{width:695px}.pixel-width-696{width:696px}.pixel-width-697{width:697px}.pixel-width-698{width:698px}.pixel-width-699{width:699px}.pixel-width-700{width:700px}.pixel-width-701{width:701px}.pixel-width-702{width:702px}.pixel-width-703{width:703px}.pixel-width-704{width:704px}.pixel-width-705{width:705px}.pixel-width-706{width:706px}.pixel-width-707{width:707px}.pixel-width-708{width:708px}.pixel-width-709{width:709px}.pixel-width-710{width:710px}.pixel-width-711{width:711px}.pixel-width-712{width:712px}.pixel-width-713{width:713px}.pixel-width-714{width:714px}.pixel-width-715{width:715px}.pixel-width-716{width:716px}.pixel-width-717{width:717px}.pixel-width-718{width:718px}.pixel-width-719{width:719px}.pixel-width-720{width:720px}.pixel-width-721{width:721px}.pixel-width-722{width:722px}.pixel-width-723{width:723px}.pixel-width-724{width:724px}.pixel-width-725{width:725px}.pixel-width-726{width:726px}.pixel-width-727{width:727px}.pixel-width-728{width:728px}.pixel-width-729{width:729px}.pixel-width-730{width:730px}.pixel-width-731{width:731px}.pixel-width-732{width:732px}.pixel-width-733{width:733px}.pixel-width-734{width:734px}.pixel-width-735{width:735px}.pixel-width-736{width:736px}.pixel-width-737{width:737px}.pixel-width-738{width:738px}.pixel-width-739{width:739px}.pixel-width-740{width:740px}.pixel-width-741{width:741px}.pixel-width-742{width:742px}.pixel-width-743{width:743px}.pixel-width-744{width:744px}.pixel-width-745{width:745px}.pixel-width-746{width:746px}.pixel-width-747{width:747px}.pixel-width-748{width:748px}.pixel-width-749{width:749px}.pixel-width-750{width:750px}.pixel-width-751{width:751px}.pixel-width-752{width:752px}.pixel-width-753{width:753px}.pixel-width-754{width:754px}.pixel-width-755{width:755px}.pixel-width-756{width:756px}.pixel-width-757{width:757px}.pixel-width-758{width:758px}.pixel-width-759{width:759px}.pixel-width-760{width:760px}.pixel-width-761{width:761px}.pixel-width-762{width:762px}.pixel-width-763{width:763px}.pixel-width-764{width:764px}.pixel-width-765{width:765px}.pixel-width-766{width:766px}.pixel-width-767{width:767px}.pixel-width-768{width:768px}.pixel-width-769{width:769px}.pixel-width-770{width:770px}.pixel-width-771{width:771px}.pixel-width-772{width:772px}.pixel-width-773{width:773px}.pixel-width-774{width:774px}.pixel-width-775{width:775px}.pixel-width-776{width:776px}.pixel-width-777{width:777px}.pixel-width-778{width:778px}.pixel-width-779{width:779px}.pixel-width-780{width:780px}.pixel-width-781{width:781px}.pixel-width-782{width:782px}.pixel-width-783{width:783px}.pixel-width-784{width:784px}.pixel-width-785{width:785px}.pixel-width-786{width:786px}.pixel-width-787{width:787px}.pixel-width-788{width:788px}.pixel-width-789{width:789px}.pixel-width-790{width:790px}.pixel-width-791{width:791px}.pixel-width-792{width:792px}.pixel-width-793{width:793px}.pixel-width-794{width:794px}.pixel-width-795{width:795px}.pixel-width-796{width:796px}.pixel-width-797{width:797px}.pixel-width-798{width:798px}.pixel-width-799{width:799px}.pixel-width-800{width:800px}.pixel-width-801{width:801px}.pixel-width-802{width:802px}.pixel-width-803{width:803px}.pixel-width-804{width:804px}.pixel-width-805{width:805px}.pixel-width-806{width:806px}.pixel-width-807{width:807px}.pixel-width-808{width:808px}.pixel-width-809{width:809px}.pixel-width-810{width:810px}.pixel-width-811{width:811px}.pixel-width-812{width:812px}.pixel-width-813{width:813px}.pixel-width-814{width:814px}.pixel-width-815{width:815px}.pixel-width-816{width:816px}.pixel-width-817{width:817px}.pixel-width-818{width:818px}.pixel-width-819{width:819px}.pixel-width-820{width:820px}.pixel-width-821{width:821px}.pixel-width-822{width:822px}.pixel-width-823{width:823px}.pixel-width-824{width:824px}.pixel-width-825{width:825px}.pixel-width-826{width:826px}.pixel-width-827{width:827px}.pixel-width-828{width:828px}.pixel-width-829{width:829px}.pixel-width-830{width:830px}.pixel-width-831{width:831px}.pixel-width-832{width:832px}.pixel-width-833{width:833px}.pixel-width-834{width:834px}.pixel-width-835{width:835px}.pixel-width-836{width:836px}.pixel-width-837{width:837px}.pixel-width-838{width:838px}.pixel-width-839{width:839px}.pixel-width-840{width:840px}.pixel-width-841{width:841px}.pixel-width-842{width:842px}.pixel-width-843{width:843px}.pixel-width-844{width:844px}.pixel-width-845{width:845px}.pixel-width-846{width:846px}.pixel-width-847{width:847px}.pixel-width-848{width:848px}.pixel-width-849{width:849px}.pixel-width-850{width:850px}.pixel-width-851{width:851px}.pixel-width-852{width:852px}.pixel-width-853{width:853px}.pixel-width-854{width:854px}.pixel-width-855{width:855px}.pixel-width-856{width:856px}.pixel-width-857{width:857px}.pixel-width-858{width:858px}.pixel-width-859{width:859px}.pixel-width-860{width:860px}.pixel-width-861{width:861px}.pixel-width-862{width:862px}.pixel-width-863{width:863px}.pixel-width-864{width:864px}.pixel-width-865{width:865px}.pixel-width-866{width:866px}.pixel-width-867{width:867px}.pixel-width-868{width:868px}.pixel-width-869{width:869px}.pixel-width-870{width:870px}.pixel-width-871{width:871px}.pixel-width-872{width:872px}.pixel-width-873{width:873px}.pixel-width-874{width:874px}.pixel-width-875{width:875px}.pixel-width-876{width:876px}.pixel-width-877{width:877px}.pixel-width-878{width:878px}.pixel-width-879{width:879px}.pixel-width-880{width:880px}.pixel-width-881{width:881px}.pixel-width-882{width:882px}.pixel-width-883{width:883px}.pixel-width-884{width:884px}.pixel-width-885{width:885px}.pixel-width-886{width:886px}.pixel-width-887{width:887px}.pixel-width-888{width:888px}.pixel-width-889{width:889px}.pixel-width-890{width:890px}.pixel-width-891{width:891px}.pixel-width-892{width:892px}.pixel-width-893{width:893px}.pixel-width-894{width:894px}.pixel-width-895{width:895px}.pixel-width-896{width:896px}.pixel-width-897{width:897px}.pixel-width-898{width:898px}.pixel-width-899{width:899px}.pixel-width-900{width:900px}.pixel-width-901{width:901px}.pixel-width-902{width:902px}.pixel-width-903{width:903px}.pixel-width-904{width:904px}.pixel-width-905{width:905px}.pixel-width-906{width:906px}.pixel-width-907{width:907px}.pixel-width-908{width:908px}.pixel-width-909{width:909px}.pixel-width-910{width:910px}.pixel-width-911{width:911px}.pixel-width-912{width:912px}.pixel-width-913{width:913px}.pixel-width-914{width:914px}.pixel-width-915{width:915px}.pixel-width-916{width:916px}.pixel-width-917{width:917px}.pixel-width-918{width:918px}.pixel-width-919{width:919px}.pixel-width-920{width:920px}.pixel-width-921{width:921px}.pixel-width-922{width:922px}.pixel-width-923{width:923px}.pixel-width-924{width:924px}.pixel-width-925{width:925px}.pixel-width-926{width:926px}.pixel-width-927{width:927px}.pixel-width-928{width:928px}.pixel-width-929{width:929px}.pixel-width-930{width:930px}.pixel-width-931{width:931px}.pixel-width-932{width:932px}.pixel-width-933{width:933px}.pixel-width-934{width:934px}.pixel-width-935{width:935px}.pixel-width-936{width:936px}.pixel-width-937{width:937px}.pixel-width-938{width:938px}.pixel-width-939{width:939px}.pixel-width-940{width:940px}.pixel-width-941{width:941px}.pixel-width-942{width:942px}.pixel-width-943{width:943px}.pixel-width-944{width:944px}.pixel-width-945{width:945px}.pixel-width-946{width:946px}.pixel-width-947{width:947px}.pixel-width-948{width:948px}.pixel-width-949{width:949px}.pixel-width-950{width:950px}.pixel-width-951{width:951px}.pixel-width-952{width:952px}.pixel-width-953{width:953px}.pixel-width-954{width:954px}.pixel-width-955{width:955px}.pixel-width-956{width:956px}.pixel-width-957{width:957px}.pixel-width-958{width:958px}.pixel-width-959{width:959px}.pixel-width-960{width:960px}.pixel-width-961{width:961px}.pixel-width-962{width:962px}.pixel-width-963{width:963px}.pixel-width-964{width:964px}.pixel-width-965{width:965px}.pixel-width-966{width:966px}.pixel-width-967{width:967px}.pixel-width-968{width:968px}.pixel-width-969{width:969px}.pixel-width-970{width:970px}.pixel-width-971{width:971px}.pixel-width-972{width:972px}.pixel-width-973{width:973px}.pixel-width-974{width:974px}.pixel-width-975{width:975px}.pixel-width-976{width:976px}.pixel-width-977{width:977px}.pixel-width-978{width:978px}.pixel-width-979{width:979px}.pixel-width-980{width:980px}.pixel-width-981{width:981px}.pixel-width-982{width:982px}.pixel-width-983{width:983px}.pixel-width-984{width:984px}.pixel-width-985{width:985px}.pixel-width-986{width:986px}.pixel-width-987{width:987px}.pixel-width-988{width:988px}.pixel-width-989{width:989px}.pixel-width-990{width:990px}.pixel-width-991{width:991px}.pixel-width-992{width:992px}.pixel-width-993{width:993px}.pixel-width-994{width:994px}.pixel-width-995{width:995px}.pixel-width-996{width:996px}.pixel-width-997{width:997px}.pixel-width-998{width:998px}.pixel-width-999{width:999px}.pixel-width-1000{width:1000px}.width-fixed-0{width:0}@media (max-width:767px){.width-fixed-0{min-width:30px;width:auto}}.width-fixed-1{width:1px}@media (max-width:767px){.width-fixed-1{min-width:30px;width:auto}}.width-fixed-2{width:2px}@media (max-width:767px){.width-fixed-2{min-width:30px;width:auto}}.width-fixed-3{width:3px}@media (max-width:767px){.width-fixed-3{min-width:30px;width:auto}}.width-fixed-4{width:4px}@media (max-width:767px){.width-fixed-4{min-width:30px;width:auto}}.width-fixed-5{width:5px}@media (max-width:767px){.width-fixed-5{min-width:30px;width:auto}}.width-fixed-6{width:6px}@media (max-width:767px){.width-fixed-6{min-width:30px;width:auto}}.width-fixed-7{width:7px}@media (max-width:767px){.width-fixed-7{min-width:30px;width:auto}}.width-fixed-8{width:8px}@media (max-width:767px){.width-fixed-8{min-width:30px;width:auto}}.width-fixed-9{width:9px}@media (max-width:767px){.width-fixed-9{min-width:30px;width:auto}}.width-fixed-10{width:10px}@media (max-width:767px){.width-fixed-10{min-width:30px;width:auto}}.width-fixed-11{width:11px}@media (max-width:767px){.width-fixed-11{min-width:30px;width:auto}}.width-fixed-12{width:12px}@media (max-width:767px){.width-fixed-12{min-width:30px;width:auto}}.width-fixed-13{width:13px}@media (max-width:767px){.width-fixed-13{min-width:30px;width:auto}}.width-fixed-14{width:14px}@media (max-width:767px){.width-fixed-14{min-width:30px;width:auto}}.width-fixed-15{width:15px}@media (max-width:767px){.width-fixed-15{min-width:30px;width:auto}}.width-fixed-16{width:16px}@media (max-width:767px){.width-fixed-16{min-width:30px;width:auto}}.width-fixed-17{width:17px}@media (max-width:767px){.width-fixed-17{min-width:30px;width:auto}}.width-fixed-18{width:18px}@media (max-width:767px){.width-fixed-18{min-width:30px;width:auto}}.width-fixed-19{width:19px}@media (max-width:767px){.width-fixed-19{min-width:30px;width:auto}}.width-fixed-20{width:20px}@media (max-width:767px){.width-fixed-20{min-width:30px;width:auto}}.width-fixed-21{width:21px}@media (max-width:767px){.width-fixed-21{min-width:30px;width:auto}}.width-fixed-22{width:22px}@media (max-width:767px){.width-fixed-22{min-width:30px;width:auto}}.width-fixed-23{width:23px}@media (max-width:767px){.width-fixed-23{min-width:30px;width:auto}}.width-fixed-24{width:24px}@media (max-width:767px){.width-fixed-24{min-width:30px;width:auto}}.width-fixed-25{width:25px}@media (max-width:767px){.width-fixed-25{min-width:30px;width:auto}}.width-fixed-26{width:26px}@media (max-width:767px){.width-fixed-26{min-width:30px;width:auto}}.width-fixed-27{width:27px}@media (max-width:767px){.width-fixed-27{min-width:30px;width:auto}}.width-fixed-28{width:28px}@media (max-width:767px){.width-fixed-28{min-width:30px;width:auto}}.width-fixed-29{width:29px}@media (max-width:767px){.width-fixed-29{min-width:30px;width:auto}}.width-fixed-30{width:30px}@media (max-width:767px){.width-fixed-30{min-width:30px;width:auto}}.width-fixed-31{width:31px}@media (max-width:767px){.width-fixed-31{min-width:30px;width:auto}}.width-fixed-32{width:32px}@media (max-width:767px){.width-fixed-32{min-width:30px;width:auto}}.width-fixed-33{width:33px}@media (max-width:767px){.width-fixed-33{min-width:30px;width:auto}}.width-fixed-34{width:34px}@media (max-width:767px){.width-fixed-34{min-width:30px;width:auto}}.width-fixed-35{width:35px}@media (max-width:767px){.width-fixed-35{min-width:30px;width:auto}}.width-fixed-36{width:36px}@media (max-width:767px){.width-fixed-36{min-width:30px;width:auto}}.width-fixed-37{width:37px}@media (max-width:767px){.width-fixed-37{min-width:30px;width:auto}}.width-fixed-38{width:38px}@media (max-width:767px){.width-fixed-38{min-width:30px;width:auto}}.width-fixed-39{width:39px}@media (max-width:767px){.width-fixed-39{min-width:30px;width:auto}}.width-fixed-40{width:40px}@media (max-width:767px){.width-fixed-40{min-width:30px;width:auto}}.width-fixed-41{width:41px}@media (max-width:767px){.width-fixed-41{min-width:30px;width:auto}}.width-fixed-42{width:42px}@media (max-width:767px){.width-fixed-42{min-width:30px;width:auto}}.width-fixed-43{width:43px}@media (max-width:767px){.width-fixed-43{min-width:30px;width:auto}}.width-fixed-44{width:44px}@media (max-width:767px){.width-fixed-44{min-width:30px;width:auto}}.width-fixed-45{width:45px}@media (max-width:767px){.width-fixed-45{min-width:30px;width:auto}}.width-fixed-46{width:46px}@media (max-width:767px){.width-fixed-46{min-width:30px;width:auto}}.width-fixed-47{width:47px}@media (max-width:767px){.width-fixed-47{min-width:30px;width:auto}}.width-fixed-48{width:48px}@media (max-width:767px){.width-fixed-48{min-width:30px;width:auto}}.width-fixed-49{width:49px}@media (max-width:767px){.width-fixed-49{min-width:30px;width:auto}}.width-fixed-50{width:50px}@media (max-width:767px){.width-fixed-50{min-width:30px;width:auto}}.width-fixed-51{width:51px}@media (max-width:767px){.width-fixed-51{min-width:30px;width:auto}}.width-fixed-52{width:52px}@media (max-width:767px){.width-fixed-52{min-width:30px;width:auto}}.width-fixed-53{width:53px}@media (max-width:767px){.width-fixed-53{min-width:30px;width:auto}}.width-fixed-54{width:54px}@media (max-width:767px){.width-fixed-54{min-width:30px;width:auto}}.width-fixed-55{width:55px}@media (max-width:767px){.width-fixed-55{min-width:30px;width:auto}}.width-fixed-56{width:56px}@media (max-width:767px){.width-fixed-56{min-width:30px;width:auto}}.width-fixed-57{width:57px}@media (max-width:767px){.width-fixed-57{min-width:30px;width:auto}}.width-fixed-58{width:58px}@media (max-width:767px){.width-fixed-58{min-width:30px;width:auto}}.width-fixed-59{width:59px}@media (max-width:767px){.width-fixed-59{min-width:30px;width:auto}}.width-fixed-60{width:60px}@media (max-width:767px){.width-fixed-60{min-width:30px;width:auto}}.width-fixed-61{width:61px}@media (max-width:767px){.width-fixed-61{min-width:30px;width:auto}}.width-fixed-62{width:62px}@media (max-width:767px){.width-fixed-62{min-width:30px;width:auto}}.width-fixed-63{width:63px}@media (max-width:767px){.width-fixed-63{min-width:30px;width:auto}}.width-fixed-64{width:64px}@media (max-width:767px){.width-fixed-64{min-width:30px;width:auto}}.width-fixed-65{width:65px}@media (max-width:767px){.width-fixed-65{min-width:30px;width:auto}}.width-fixed-66{width:66px}@media (max-width:767px){.width-fixed-66{min-width:30px;width:auto}}.width-fixed-67{width:67px}@media (max-width:767px){.width-fixed-67{min-width:30px;width:auto}}.width-fixed-68{width:68px}@media (max-width:767px){.width-fixed-68{min-width:30px;width:auto}}.width-fixed-69{width:69px}@media (max-width:767px){.width-fixed-69{min-width:30px;width:auto}}.width-fixed-70{width:70px}@media (max-width:767px){.width-fixed-70{min-width:30px;width:auto}}.width-fixed-71{width:71px}@media (max-width:767px){.width-fixed-71{min-width:30px;width:auto}}.width-fixed-72{width:72px}@media (max-width:767px){.width-fixed-72{min-width:30px;width:auto}}.width-fixed-73{width:73px}@media (max-width:767px){.width-fixed-73{min-width:30px;width:auto}}.width-fixed-74{width:74px}@media (max-width:767px){.width-fixed-74{min-width:30px;width:auto}}.width-fixed-75{width:75px}@media (max-width:767px){.width-fixed-75{min-width:30px;width:auto}}.width-fixed-76{width:76px}@media (max-width:767px){.width-fixed-76{min-width:30px;width:auto}}.width-fixed-77{width:77px}@media (max-width:767px){.width-fixed-77{min-width:30px;width:auto}}.width-fixed-78{width:78px}@media (max-width:767px){.width-fixed-78{min-width:30px;width:auto}}.width-fixed-79{width:79px}@media (max-width:767px){.width-fixed-79{min-width:30px;width:auto}}.width-fixed-80{width:80px}@media (max-width:767px){.width-fixed-80{min-width:30px;width:auto}}.width-fixed-81{width:81px}@media (max-width:767px){.width-fixed-81{min-width:30px;width:auto}}.width-fixed-82{width:82px}@media (max-width:767px){.width-fixed-82{min-width:30px;width:auto}}.width-fixed-83{width:83px}@media (max-width:767px){.width-fixed-83{min-width:30px;width:auto}}.width-fixed-84{width:84px}@media (max-width:767px){.width-fixed-84{min-width:30px;width:auto}}.width-fixed-85{width:85px}@media (max-width:767px){.width-fixed-85{min-width:30px;width:auto}}.width-fixed-86{width:86px}@media (max-width:767px){.width-fixed-86{min-width:30px;width:auto}}.width-fixed-87{width:87px}@media (max-width:767px){.width-fixed-87{min-width:30px;width:auto}}.width-fixed-88{width:88px}@media (max-width:767px){.width-fixed-88{min-width:30px;width:auto}}.width-fixed-89{width:89px}@media (max-width:767px){.width-fixed-89{min-width:30px;width:auto}}.width-fixed-90{width:90px}@media (max-width:767px){.width-fixed-90{min-width:30px;width:auto}}.width-fixed-91{width:91px}@media (max-width:767px){.width-fixed-91{min-width:30px;width:auto}}.width-fixed-92{width:92px}@media (max-width:767px){.width-fixed-92{min-width:30px;width:auto}}.width-fixed-93{width:93px}@media (max-width:767px){.width-fixed-93{min-width:30px;width:auto}}.width-fixed-94{width:94px}@media (max-width:767px){.width-fixed-94{min-width:30px;width:auto}}.width-fixed-95{width:95px}@media (max-width:767px){.width-fixed-95{min-width:30px;width:auto}}.width-fixed-96{width:96px}@media (max-width:767px){.width-fixed-96{min-width:30px;width:auto}}.width-fixed-97{width:97px}@media (max-width:767px){.width-fixed-97{min-width:30px;width:auto}}.width-fixed-98{width:98px}@media (max-width:767px){.width-fixed-98{min-width:30px;width:auto}}.width-fixed-99{width:99px}@media (max-width:767px){.width-fixed-99{min-width:30px;width:auto}}.width-fixed-100{width:100px}@media (max-width:767px){.width-fixed-100{min-width:30px;width:auto}}.width-fixed-101{width:101px}@media (max-width:767px){.width-fixed-101{min-width:30px;width:auto}}.width-fixed-102{width:102px}@media (max-width:767px){.width-fixed-102{min-width:30px;width:auto}}.width-fixed-103{width:103px}@media (max-width:767px){.width-fixed-103{min-width:30px;width:auto}}.width-fixed-104{width:104px}@media (max-width:767px){.width-fixed-104{min-width:30px;width:auto}}.width-fixed-105{width:105px}@media (max-width:767px){.width-fixed-105{min-width:30px;width:auto}}.width-fixed-106{width:106px}@media (max-width:767px){.width-fixed-106{min-width:30px;width:auto}}.width-fixed-107{width:107px}@media (max-width:767px){.width-fixed-107{min-width:30px;width:auto}}.width-fixed-108{width:108px}@media (max-width:767px){.width-fixed-108{min-width:30px;width:auto}}.width-fixed-109{width:109px}@media (max-width:767px){.width-fixed-109{min-width:30px;width:auto}}.width-fixed-110{width:110px}@media (max-width:767px){.width-fixed-110{min-width:30px;width:auto}}.width-fixed-111{width:111px}@media (max-width:767px){.width-fixed-111{min-width:30px;width:auto}}.width-fixed-112{width:112px}@media (max-width:767px){.width-fixed-112{min-width:30px;width:auto}}.width-fixed-113{width:113px}@media (max-width:767px){.width-fixed-113{min-width:30px;width:auto}}.width-fixed-114{width:114px}@media (max-width:767px){.width-fixed-114{min-width:30px;width:auto}}.width-fixed-115{width:115px}@media (max-width:767px){.width-fixed-115{min-width:30px;width:auto}}.width-fixed-116{width:116px}@media (max-width:767px){.width-fixed-116{min-width:30px;width:auto}}.width-fixed-117{width:117px}@media (max-width:767px){.width-fixed-117{min-width:30px;width:auto}}.width-fixed-118{width:118px}@media (max-width:767px){.width-fixed-118{min-width:30px;width:auto}}.width-fixed-119{width:119px}@media (max-width:767px){.width-fixed-119{min-width:30px;width:auto}}.width-fixed-120{width:120px}@media (max-width:767px){.width-fixed-120{min-width:30px;width:auto}}.width-fixed-121{width:121px}@media (max-width:767px){.width-fixed-121{min-width:30px;width:auto}}.width-fixed-122{width:122px}@media (max-width:767px){.width-fixed-122{min-width:30px;width:auto}}.width-fixed-123{width:123px}@media (max-width:767px){.width-fixed-123{min-width:30px;width:auto}}.width-fixed-124{width:124px}@media (max-width:767px){.width-fixed-124{min-width:30px;width:auto}}.width-fixed-125{width:125px}@media (max-width:767px){.width-fixed-125{min-width:30px;width:auto}}.width-fixed-126{width:126px}@media (max-width:767px){.width-fixed-126{min-width:30px;width:auto}}.width-fixed-127{width:127px}@media (max-width:767px){.width-fixed-127{min-width:30px;width:auto}}.width-fixed-128{width:128px}@media (max-width:767px){.width-fixed-128{min-width:30px;width:auto}}.width-fixed-129{width:129px}@media (max-width:767px){.width-fixed-129{min-width:30px;width:auto}}.width-fixed-130{width:130px}@media (max-width:767px){.width-fixed-130{min-width:30px;width:auto}}.width-fixed-131{width:131px}@media (max-width:767px){.width-fixed-131{min-width:30px;width:auto}}.width-fixed-132{width:132px}@media (max-width:767px){.width-fixed-132{min-width:30px;width:auto}}.width-fixed-133{width:133px}@media (max-width:767px){.width-fixed-133{min-width:30px;width:auto}}.width-fixed-134{width:134px}@media (max-width:767px){.width-fixed-134{min-width:30px;width:auto}}.width-fixed-135{width:135px}@media (max-width:767px){.width-fixed-135{min-width:30px;width:auto}}.width-fixed-136{width:136px}@media (max-width:767px){.width-fixed-136{min-width:30px;width:auto}}.width-fixed-137{width:137px}@media (max-width:767px){.width-fixed-137{min-width:30px;width:auto}}.width-fixed-138{width:138px}@media (max-width:767px){.width-fixed-138{min-width:30px;width:auto}}.width-fixed-139{width:139px}@media (max-width:767px){.width-fixed-139{min-width:30px;width:auto}}.width-fixed-140{width:140px}@media (max-width:767px){.width-fixed-140{min-width:30px;width:auto}}.width-fixed-141{width:141px}@media (max-width:767px){.width-fixed-141{min-width:30px;width:auto}}.width-fixed-142{width:142px}@media (max-width:767px){.width-fixed-142{min-width:30px;width:auto}}.width-fixed-143{width:143px}@media (max-width:767px){.width-fixed-143{min-width:30px;width:auto}}.width-fixed-144{width:144px}@media (max-width:767px){.width-fixed-144{min-width:30px;width:auto}}.width-fixed-145{width:145px}@media (max-width:767px){.width-fixed-145{min-width:30px;width:auto}}.width-fixed-146{width:146px}@media (max-width:767px){.width-fixed-146{min-width:30px;width:auto}}.width-fixed-147{width:147px}@media (max-width:767px){.width-fixed-147{min-width:30px;width:auto}}.width-fixed-148{width:148px}@media (max-width:767px){.width-fixed-148{min-width:30px;width:auto}}.width-fixed-149{width:149px}@media (max-width:767px){.width-fixed-149{min-width:30px;width:auto}}.width-fixed-150{width:150px}@media (max-width:767px){.width-fixed-150{min-width:30px;width:auto}}.width-fixed-151{width:151px}@media (max-width:767px){.width-fixed-151{min-width:30px;width:auto}}.width-fixed-152{width:152px}@media (max-width:767px){.width-fixed-152{min-width:30px;width:auto}}.width-fixed-153{width:153px}@media (max-width:767px){.width-fixed-153{min-width:30px;width:auto}}.width-fixed-154{width:154px}@media (max-width:767px){.width-fixed-154{min-width:30px;width:auto}}.width-fixed-155{width:155px}@media (max-width:767px){.width-fixed-155{min-width:30px;width:auto}}.width-fixed-156{width:156px}@media (max-width:767px){.width-fixed-156{min-width:30px;width:auto}}.width-fixed-157{width:157px}@media (max-width:767px){.width-fixed-157{min-width:30px;width:auto}}.width-fixed-158{width:158px}@media (max-width:767px){.width-fixed-158{min-width:30px;width:auto}}.width-fixed-159{width:159px}@media (max-width:767px){.width-fixed-159{min-width:30px;width:auto}}.width-fixed-160{width:160px}@media (max-width:767px){.width-fixed-160{min-width:30px;width:auto}}.width-fixed-161{width:161px}@media (max-width:767px){.width-fixed-161{min-width:30px;width:auto}}.width-fixed-162{width:162px}@media (max-width:767px){.width-fixed-162{min-width:30px;width:auto}}.width-fixed-163{width:163px}@media (max-width:767px){.width-fixed-163{min-width:30px;width:auto}}.width-fixed-164{width:164px}@media (max-width:767px){.width-fixed-164{min-width:30px;width:auto}}.width-fixed-165{width:165px}@media (max-width:767px){.width-fixed-165{min-width:30px;width:auto}}.width-fixed-166{width:166px}@media (max-width:767px){.width-fixed-166{min-width:30px;width:auto}}.width-fixed-167{width:167px}@media (max-width:767px){.width-fixed-167{min-width:30px;width:auto}}.width-fixed-168{width:168px}@media (max-width:767px){.width-fixed-168{min-width:30px;width:auto}}.width-fixed-169{width:169px}@media (max-width:767px){.width-fixed-169{min-width:30px;width:auto}}.width-fixed-170{width:170px}@media (max-width:767px){.width-fixed-170{min-width:30px;width:auto}}.width-fixed-171{width:171px}@media (max-width:767px){.width-fixed-171{min-width:30px;width:auto}}.width-fixed-172{width:172px}@media (max-width:767px){.width-fixed-172{min-width:30px;width:auto}}.width-fixed-173{width:173px}@media (max-width:767px){.width-fixed-173{min-width:30px;width:auto}}.width-fixed-174{width:174px}@media (max-width:767px){.width-fixed-174{min-width:30px;width:auto}}.width-fixed-175{width:175px}@media (max-width:767px){.width-fixed-175{min-width:30px;width:auto}}.width-fixed-176{width:176px}@media (max-width:767px){.width-fixed-176{min-width:30px;width:auto}}.width-fixed-177{width:177px}@media (max-width:767px){.width-fixed-177{min-width:30px;width:auto}}.width-fixed-178{width:178px}@media (max-width:767px){.width-fixed-178{min-width:30px;width:auto}}.width-fixed-179{width:179px}@media (max-width:767px){.width-fixed-179{min-width:30px;width:auto}}.width-fixed-180{width:180px}@media (max-width:767px){.width-fixed-180{min-width:30px;width:auto}}.width-fixed-181{width:181px}@media (max-width:767px){.width-fixed-181{min-width:30px;width:auto}}.width-fixed-182{width:182px}@media (max-width:767px){.width-fixed-182{min-width:30px;width:auto}}.width-fixed-183{width:183px}@media (max-width:767px){.width-fixed-183{min-width:30px;width:auto}}.width-fixed-184{width:184px}@media (max-width:767px){.width-fixed-184{min-width:30px;width:auto}}.width-fixed-185{width:185px}@media (max-width:767px){.width-fixed-185{min-width:30px;width:auto}}.width-fixed-186{width:186px}@media (max-width:767px){.width-fixed-186{min-width:30px;width:auto}}.width-fixed-187{width:187px}@media (max-width:767px){.width-fixed-187{min-width:30px;width:auto}}.width-fixed-188{width:188px}@media (max-width:767px){.width-fixed-188{min-width:30px;width:auto}}.width-fixed-189{width:189px}@media (max-width:767px){.width-fixed-189{min-width:30px;width:auto}}.width-fixed-190{width:190px}@media (max-width:767px){.width-fixed-190{min-width:30px;width:auto}}.width-fixed-191{width:191px}@media (max-width:767px){.width-fixed-191{min-width:30px;width:auto}}.width-fixed-192{width:192px}@media (max-width:767px){.width-fixed-192{min-width:30px;width:auto}}.width-fixed-193{width:193px}@media (max-width:767px){.width-fixed-193{min-width:30px;width:auto}}.width-fixed-194{width:194px}@media (max-width:767px){.width-fixed-194{min-width:30px;width:auto}}.width-fixed-195{width:195px}@media (max-width:767px){.width-fixed-195{min-width:30px;width:auto}}.width-fixed-196{width:196px}@media (max-width:767px){.width-fixed-196{min-width:30px;width:auto}}.width-fixed-197{width:197px}@media (max-width:767px){.width-fixed-197{min-width:30px;width:auto}}.width-fixed-198{width:198px}@media (max-width:767px){.width-fixed-198{min-width:30px;width:auto}}.width-fixed-199{width:199px}@media (max-width:767px){.width-fixed-199{min-width:30px;width:auto}}.width-fixed-200{width:200px}@media (max-width:767px){.width-fixed-200{min-width:30px;width:auto}}.width-fixed-201{width:201px}@media (max-width:767px){.width-fixed-201{min-width:30px;width:auto}}.width-fixed-202{width:202px}@media (max-width:767px){.width-fixed-202{min-width:30px;width:auto}}.width-fixed-203{width:203px}@media (max-width:767px){.width-fixed-203{min-width:30px;width:auto}}.width-fixed-204{width:204px}@media (max-width:767px){.width-fixed-204{min-width:30px;width:auto}}.width-fixed-205{width:205px}@media (max-width:767px){.width-fixed-205{min-width:30px;width:auto}}.width-fixed-206{width:206px}@media (max-width:767px){.width-fixed-206{min-width:30px;width:auto}}.width-fixed-207{width:207px}@media (max-width:767px){.width-fixed-207{min-width:30px;width:auto}}.width-fixed-208{width:208px}@media (max-width:767px){.width-fixed-208{min-width:30px;width:auto}}.width-fixed-209{width:209px}@media (max-width:767px){.width-fixed-209{min-width:30px;width:auto}}.width-fixed-210{width:210px}@media (max-width:767px){.width-fixed-210{min-width:30px;width:auto}}.width-fixed-211{width:211px}@media (max-width:767px){.width-fixed-211{min-width:30px;width:auto}}.width-fixed-212{width:212px}@media (max-width:767px){.width-fixed-212{min-width:30px;width:auto}}.width-fixed-213{width:213px}@media (max-width:767px){.width-fixed-213{min-width:30px;width:auto}}.width-fixed-214{width:214px}@media (max-width:767px){.width-fixed-214{min-width:30px;width:auto}}.width-fixed-215{width:215px}@media (max-width:767px){.width-fixed-215{min-width:30px;width:auto}}.width-fixed-216{width:216px}@media (max-width:767px){.width-fixed-216{min-width:30px;width:auto}}.width-fixed-217{width:217px}@media (max-width:767px){.width-fixed-217{min-width:30px;width:auto}}.width-fixed-218{width:218px}@media (max-width:767px){.width-fixed-218{min-width:30px;width:auto}}.width-fixed-219{width:219px}@media (max-width:767px){.width-fixed-219{min-width:30px;width:auto}}.width-fixed-220{width:220px}@media (max-width:767px){.width-fixed-220{min-width:30px;width:auto}}.width-fixed-221{width:221px}@media (max-width:767px){.width-fixed-221{min-width:30px;width:auto}}.width-fixed-222{width:222px}@media (max-width:767px){.width-fixed-222{min-width:30px;width:auto}}.width-fixed-223{width:223px}@media (max-width:767px){.width-fixed-223{min-width:30px;width:auto}}.width-fixed-224{width:224px}@media (max-width:767px){.width-fixed-224{min-width:30px;width:auto}}.width-fixed-225{width:225px}@media (max-width:767px){.width-fixed-225{min-width:30px;width:auto}}.width-fixed-226{width:226px}@media (max-width:767px){.width-fixed-226{min-width:30px;width:auto}}.width-fixed-227{width:227px}@media (max-width:767px){.width-fixed-227{min-width:30px;width:auto}}.width-fixed-228{width:228px}@media (max-width:767px){.width-fixed-228{min-width:30px;width:auto}}.width-fixed-229{width:229px}@media (max-width:767px){.width-fixed-229{min-width:30px;width:auto}}.width-fixed-230{width:230px}@media (max-width:767px){.width-fixed-230{min-width:30px;width:auto}}.width-fixed-231{width:231px}@media (max-width:767px){.width-fixed-231{min-width:30px;width:auto}}.width-fixed-232{width:232px}@media (max-width:767px){.width-fixed-232{min-width:30px;width:auto}}.width-fixed-233{width:233px}@media (max-width:767px){.width-fixed-233{min-width:30px;width:auto}}.width-fixed-234{width:234px}@media (max-width:767px){.width-fixed-234{min-width:30px;width:auto}}.width-fixed-235{width:235px}@media (max-width:767px){.width-fixed-235{min-width:30px;width:auto}}.width-fixed-236{width:236px}@media (max-width:767px){.width-fixed-236{min-width:30px;width:auto}}.width-fixed-237{width:237px}@media (max-width:767px){.width-fixed-237{min-width:30px;width:auto}}.width-fixed-238{width:238px}@media (max-width:767px){.width-fixed-238{min-width:30px;width:auto}}.width-fixed-239{width:239px}@media (max-width:767px){.width-fixed-239{min-width:30px;width:auto}}.width-fixed-240{width:240px}@media (max-width:767px){.width-fixed-240{min-width:30px;width:auto}}.width-fixed-241{width:241px}@media (max-width:767px){.width-fixed-241{min-width:30px;width:auto}}.width-fixed-242{width:242px}@media (max-width:767px){.width-fixed-242{min-width:30px;width:auto}}.width-fixed-243{width:243px}@media (max-width:767px){.width-fixed-243{min-width:30px;width:auto}}.width-fixed-244{width:244px}@media (max-width:767px){.width-fixed-244{min-width:30px;width:auto}}.width-fixed-245{width:245px}@media (max-width:767px){.width-fixed-245{min-width:30px;width:auto}}.width-fixed-246{width:246px}@media (max-width:767px){.width-fixed-246{min-width:30px;width:auto}}.width-fixed-247{width:247px}@media (max-width:767px){.width-fixed-247{min-width:30px;width:auto}}.width-fixed-248{width:248px}@media (max-width:767px){.width-fixed-248{min-width:30px;width:auto}}.width-fixed-249{width:249px}@media (max-width:767px){.width-fixed-249{min-width:30px;width:auto}}.width-fixed-250{width:250px}@media (max-width:767px){.width-fixed-250{min-width:30px;width:auto}}.width-fixed-251{width:251px}@media (max-width:767px){.width-fixed-251{min-width:30px;width:auto}}.width-fixed-252{width:252px}@media (max-width:767px){.width-fixed-252{min-width:30px;width:auto}}.width-fixed-253{width:253px}@media (max-width:767px){.width-fixed-253{min-width:30px;width:auto}}.width-fixed-254{width:254px}@media (max-width:767px){.width-fixed-254{min-width:30px;width:auto}}.width-fixed-255{width:255px}@media (max-width:767px){.width-fixed-255{min-width:30px;width:auto}}.width-fixed-256{width:256px}@media (max-width:767px){.width-fixed-256{min-width:30px;width:auto}}.width-fixed-257{width:257px}@media (max-width:767px){.width-fixed-257{min-width:30px;width:auto}}.width-fixed-258{width:258px}@media (max-width:767px){.width-fixed-258{min-width:30px;width:auto}}.width-fixed-259{width:259px}@media (max-width:767px){.width-fixed-259{min-width:30px;width:auto}}.width-fixed-260{width:260px}@media (max-width:767px){.width-fixed-260{min-width:30px;width:auto}}.width-fixed-261{width:261px}@media (max-width:767px){.width-fixed-261{min-width:30px;width:auto}}.width-fixed-262{width:262px}@media (max-width:767px){.width-fixed-262{min-width:30px;width:auto}}.width-fixed-263{width:263px}@media (max-width:767px){.width-fixed-263{min-width:30px;width:auto}}.width-fixed-264{width:264px}@media (max-width:767px){.width-fixed-264{min-width:30px;width:auto}}.width-fixed-265{width:265px}@media (max-width:767px){.width-fixed-265{min-width:30px;width:auto}}.width-fixed-266{width:266px}@media (max-width:767px){.width-fixed-266{min-width:30px;width:auto}}.width-fixed-267{width:267px}@media (max-width:767px){.width-fixed-267{min-width:30px;width:auto}}.width-fixed-268{width:268px}@media (max-width:767px){.width-fixed-268{min-width:30px;width:auto}}.width-fixed-269{width:269px}@media (max-width:767px){.width-fixed-269{min-width:30px;width:auto}}.width-fixed-270{width:270px}@media (max-width:767px){.width-fixed-270{min-width:30px;width:auto}}.width-fixed-271{width:271px}@media (max-width:767px){.width-fixed-271{min-width:30px;width:auto}}.width-fixed-272{width:272px}@media (max-width:767px){.width-fixed-272{min-width:30px;width:auto}}.width-fixed-273{width:273px}@media (max-width:767px){.width-fixed-273{min-width:30px;width:auto}}.width-fixed-274{width:274px}@media (max-width:767px){.width-fixed-274{min-width:30px;width:auto}}.width-fixed-275{width:275px}@media (max-width:767px){.width-fixed-275{min-width:30px;width:auto}}.width-fixed-276{width:276px}@media (max-width:767px){.width-fixed-276{min-width:30px;width:auto}}.width-fixed-277{width:277px}@media (max-width:767px){.width-fixed-277{min-width:30px;width:auto}}.width-fixed-278{width:278px}@media (max-width:767px){.width-fixed-278{min-width:30px;width:auto}}.width-fixed-279{width:279px}@media (max-width:767px){.width-fixed-279{min-width:30px;width:auto}}.width-fixed-280{width:280px}@media (max-width:767px){.width-fixed-280{min-width:30px;width:auto}}.width-fixed-281{width:281px}@media (max-width:767px){.width-fixed-281{min-width:30px;width:auto}}.width-fixed-282{width:282px}@media (max-width:767px){.width-fixed-282{min-width:30px;width:auto}}.width-fixed-283{width:283px}@media (max-width:767px){.width-fixed-283{min-width:30px;width:auto}}.width-fixed-284{width:284px}@media (max-width:767px){.width-fixed-284{min-width:30px;width:auto}}.width-fixed-285{width:285px}@media (max-width:767px){.width-fixed-285{min-width:30px;width:auto}}.width-fixed-286{width:286px}@media (max-width:767px){.width-fixed-286{min-width:30px;width:auto}}.width-fixed-287{width:287px}@media (max-width:767px){.width-fixed-287{min-width:30px;width:auto}}.width-fixed-288{width:288px}@media (max-width:767px){.width-fixed-288{min-width:30px;width:auto}}.width-fixed-289{width:289px}@media (max-width:767px){.width-fixed-289{min-width:30px;width:auto}}.width-fixed-290{width:290px}@media (max-width:767px){.width-fixed-290{min-width:30px;width:auto}}.width-fixed-291{width:291px}@media (max-width:767px){.width-fixed-291{min-width:30px;width:auto}}.width-fixed-292{width:292px}@media (max-width:767px){.width-fixed-292{min-width:30px;width:auto}}.width-fixed-293{width:293px}@media (max-width:767px){.width-fixed-293{min-width:30px;width:auto}}.width-fixed-294{width:294px}@media (max-width:767px){.width-fixed-294{min-width:30px;width:auto}}.width-fixed-295{width:295px}@media (max-width:767px){.width-fixed-295{min-width:30px;width:auto}}.width-fixed-296{width:296px}@media (max-width:767px){.width-fixed-296{min-width:30px;width:auto}}.width-fixed-297{width:297px}@media (max-width:767px){.width-fixed-297{min-width:30px;width:auto}}.width-fixed-298{width:298px}@media (max-width:767px){.width-fixed-298{min-width:30px;width:auto}}.width-fixed-299{width:299px}@media (max-width:767px){.width-fixed-299{min-width:30px;width:auto}}.width-fixed-300{width:300px}@media (max-width:767px){.width-fixed-300{min-width:30px;width:auto}}.width-fixed-301{width:301px}@media (max-width:767px){.width-fixed-301{min-width:30px;width:auto}}.width-fixed-302{width:302px}@media (max-width:767px){.width-fixed-302{min-width:30px;width:auto}}.width-fixed-303{width:303px}@media (max-width:767px){.width-fixed-303{min-width:30px;width:auto}}.width-fixed-304{width:304px}@media (max-width:767px){.width-fixed-304{min-width:30px;width:auto}}.width-fixed-305{width:305px}@media (max-width:767px){.width-fixed-305{min-width:30px;width:auto}}.width-fixed-306{width:306px}@media (max-width:767px){.width-fixed-306{min-width:30px;width:auto}}.width-fixed-307{width:307px}@media (max-width:767px){.width-fixed-307{min-width:30px;width:auto}}.width-fixed-308{width:308px}@media (max-width:767px){.width-fixed-308{min-width:30px;width:auto}}.width-fixed-309{width:309px}@media (max-width:767px){.width-fixed-309{min-width:30px;width:auto}}.width-fixed-310{width:310px}@media (max-width:767px){.width-fixed-310{min-width:30px;width:auto}}.width-fixed-311{width:311px}@media (max-width:767px){.width-fixed-311{min-width:30px;width:auto}}.width-fixed-312{width:312px}@media (max-width:767px){.width-fixed-312{min-width:30px;width:auto}}.width-fixed-313{width:313px}@media (max-width:767px){.width-fixed-313{min-width:30px;width:auto}}.width-fixed-314{width:314px}@media (max-width:767px){.width-fixed-314{min-width:30px;width:auto}}.width-fixed-315{width:315px}@media (max-width:767px){.width-fixed-315{min-width:30px;width:auto}}.width-fixed-316{width:316px}@media (max-width:767px){.width-fixed-316{min-width:30px;width:auto}}.width-fixed-317{width:317px}@media (max-width:767px){.width-fixed-317{min-width:30px;width:auto}}.width-fixed-318{width:318px}@media (max-width:767px){.width-fixed-318{min-width:30px;width:auto}}.width-fixed-319{width:319px}@media (max-width:767px){.width-fixed-319{min-width:30px;width:auto}}.width-fixed-320{width:320px}@media (max-width:767px){.width-fixed-320{min-width:30px;width:auto}}.width-fixed-321{width:321px}@media (max-width:767px){.width-fixed-321{min-width:30px;width:auto}}.width-fixed-322{width:322px}@media (max-width:767px){.width-fixed-322{min-width:30px;width:auto}}.width-fixed-323{width:323px}@media (max-width:767px){.width-fixed-323{min-width:30px;width:auto}}.width-fixed-324{width:324px}@media (max-width:767px){.width-fixed-324{min-width:30px;width:auto}}.width-fixed-325{width:325px}@media (max-width:767px){.width-fixed-325{min-width:30px;width:auto}}.width-fixed-326{width:326px}@media (max-width:767px){.width-fixed-326{min-width:30px;width:auto}}.width-fixed-327{width:327px}@media (max-width:767px){.width-fixed-327{min-width:30px;width:auto}}.width-fixed-328{width:328px}@media (max-width:767px){.width-fixed-328{min-width:30px;width:auto}}.width-fixed-329{width:329px}@media (max-width:767px){.width-fixed-329{min-width:30px;width:auto}}.width-fixed-330{width:330px}@media (max-width:767px){.width-fixed-330{min-width:30px;width:auto}}.width-fixed-331{width:331px}@media (max-width:767px){.width-fixed-331{min-width:30px;width:auto}}.width-fixed-332{width:332px}@media (max-width:767px){.width-fixed-332{min-width:30px;width:auto}}.width-fixed-333{width:333px}@media (max-width:767px){.width-fixed-333{min-width:30px;width:auto}}.width-fixed-334{width:334px}@media (max-width:767px){.width-fixed-334{min-width:30px;width:auto}}.width-fixed-335{width:335px}@media (max-width:767px){.width-fixed-335{min-width:30px;width:auto}}.width-fixed-336{width:336px}@media (max-width:767px){.width-fixed-336{min-width:30px;width:auto}}.width-fixed-337{width:337px}@media (max-width:767px){.width-fixed-337{min-width:30px;width:auto}}.width-fixed-338{width:338px}@media (max-width:767px){.width-fixed-338{min-width:30px;width:auto}}.width-fixed-339{width:339px}@media (max-width:767px){.width-fixed-339{min-width:30px;width:auto}}.width-fixed-340{width:340px}@media (max-width:767px){.width-fixed-340{min-width:30px;width:auto}}.width-fixed-341{width:341px}@media (max-width:767px){.width-fixed-341{min-width:30px;width:auto}}.width-fixed-342{width:342px}@media (max-width:767px){.width-fixed-342{min-width:30px;width:auto}}.width-fixed-343{width:343px}@media (max-width:767px){.width-fixed-343{min-width:30px;width:auto}}.width-fixed-344{width:344px}@media (max-width:767px){.width-fixed-344{min-width:30px;width:auto}}.width-fixed-345{width:345px}@media (max-width:767px){.width-fixed-345{min-width:30px;width:auto}}.width-fixed-346{width:346px}@media (max-width:767px){.width-fixed-346{min-width:30px;width:auto}}.width-fixed-347{width:347px}@media (max-width:767px){.width-fixed-347{min-width:30px;width:auto}}.width-fixed-348{width:348px}@media (max-width:767px){.width-fixed-348{min-width:30px;width:auto}}.width-fixed-349{width:349px}@media (max-width:767px){.width-fixed-349{min-width:30px;width:auto}}.width-fixed-350{width:350px}@media (max-width:767px){.width-fixed-350{min-width:30px;width:auto}}.width-fixed-351{width:351px}@media (max-width:767px){.width-fixed-351{min-width:30px;width:auto}}.width-fixed-352{width:352px}@media (max-width:767px){.width-fixed-352{min-width:30px;width:auto}}.width-fixed-353{width:353px}@media (max-width:767px){.width-fixed-353{min-width:30px;width:auto}}.width-fixed-354{width:354px}@media (max-width:767px){.width-fixed-354{min-width:30px;width:auto}}.width-fixed-355{width:355px}@media (max-width:767px){.width-fixed-355{min-width:30px;width:auto}}.width-fixed-356{width:356px}@media (max-width:767px){.width-fixed-356{min-width:30px;width:auto}}.width-fixed-357{width:357px}@media (max-width:767px){.width-fixed-357{min-width:30px;width:auto}}.width-fixed-358{width:358px}@media (max-width:767px){.width-fixed-358{min-width:30px;width:auto}}.width-fixed-359{width:359px}@media (max-width:767px){.width-fixed-359{min-width:30px;width:auto}}.width-fixed-360{width:360px}@media (max-width:767px){.width-fixed-360{min-width:30px;width:auto}}.width-fixed-361{width:361px}@media (max-width:767px){.width-fixed-361{min-width:30px;width:auto}}.width-fixed-362{width:362px}@media (max-width:767px){.width-fixed-362{min-width:30px;width:auto}}.width-fixed-363{width:363px}@media (max-width:767px){.width-fixed-363{min-width:30px;width:auto}}.width-fixed-364{width:364px}@media (max-width:767px){.width-fixed-364{min-width:30px;width:auto}}.width-fixed-365{width:365px}@media (max-width:767px){.width-fixed-365{min-width:30px;width:auto}}.width-fixed-366{width:366px}@media (max-width:767px){.width-fixed-366{min-width:30px;width:auto}}.width-fixed-367{width:367px}@media (max-width:767px){.width-fixed-367{min-width:30px;width:auto}}.width-fixed-368{width:368px}@media (max-width:767px){.width-fixed-368{min-width:30px;width:auto}}.width-fixed-369{width:369px}@media (max-width:767px){.width-fixed-369{min-width:30px;width:auto}}.width-fixed-370{width:370px}@media (max-width:767px){.width-fixed-370{min-width:30px;width:auto}}.width-fixed-371{width:371px}@media (max-width:767px){.width-fixed-371{min-width:30px;width:auto}}.width-fixed-372{width:372px}@media (max-width:767px){.width-fixed-372{min-width:30px;width:auto}}.width-fixed-373{width:373px}@media (max-width:767px){.width-fixed-373{min-width:30px;width:auto}}.width-fixed-374{width:374px}@media (max-width:767px){.width-fixed-374{min-width:30px;width:auto}}.width-fixed-375{width:375px}@media (max-width:767px){.width-fixed-375{min-width:30px;width:auto}}.width-fixed-376{width:376px}@media (max-width:767px){.width-fixed-376{min-width:30px;width:auto}}.width-fixed-377{width:377px}@media (max-width:767px){.width-fixed-377{min-width:30px;width:auto}}.width-fixed-378{width:378px}@media (max-width:767px){.width-fixed-378{min-width:30px;width:auto}}.width-fixed-379{width:379px}@media (max-width:767px){.width-fixed-379{min-width:30px;width:auto}}.width-fixed-380{width:380px}@media (max-width:767px){.width-fixed-380{min-width:30px;width:auto}}.width-fixed-381{width:381px}@media (max-width:767px){.width-fixed-381{min-width:30px;width:auto}}.width-fixed-382{width:382px}@media (max-width:767px){.width-fixed-382{min-width:30px;width:auto}}.width-fixed-383{width:383px}@media (max-width:767px){.width-fixed-383{min-width:30px;width:auto}}.width-fixed-384{width:384px}@media (max-width:767px){.width-fixed-384{min-width:30px;width:auto}}.width-fixed-385{width:385px}@media (max-width:767px){.width-fixed-385{min-width:30px;width:auto}}.width-fixed-386{width:386px}@media (max-width:767px){.width-fixed-386{min-width:30px;width:auto}}.width-fixed-387{width:387px}@media (max-width:767px){.width-fixed-387{min-width:30px;width:auto}}.width-fixed-388{width:388px}@media (max-width:767px){.width-fixed-388{min-width:30px;width:auto}}.width-fixed-389{width:389px}@media (max-width:767px){.width-fixed-389{min-width:30px;width:auto}}.width-fixed-390{width:390px}@media (max-width:767px){.width-fixed-390{min-width:30px;width:auto}}.width-fixed-391{width:391px}@media (max-width:767px){.width-fixed-391{min-width:30px;width:auto}}.width-fixed-392{width:392px}@media (max-width:767px){.width-fixed-392{min-width:30px;width:auto}}.width-fixed-393{width:393px}@media (max-width:767px){.width-fixed-393{min-width:30px;width:auto}}.width-fixed-394{width:394px}@media (max-width:767px){.width-fixed-394{min-width:30px;width:auto}}.width-fixed-395{width:395px}@media (max-width:767px){.width-fixed-395{min-width:30px;width:auto}}.width-fixed-396{width:396px}@media (max-width:767px){.width-fixed-396{min-width:30px;width:auto}}.width-fixed-397{width:397px}@media (max-width:767px){.width-fixed-397{min-width:30px;width:auto}}.width-fixed-398{width:398px}@media (max-width:767px){.width-fixed-398{min-width:30px;width:auto}}.width-fixed-399{width:399px}@media (max-width:767px){.width-fixed-399{min-width:30px;width:auto}}.width-fixed-400{width:400px}@media (max-width:767px){.width-fixed-400{min-width:30px;width:auto}}.width-fixed-401{width:401px}@media (max-width:767px){.width-fixed-401{min-width:30px;width:auto}}.width-fixed-402{width:402px}@media (max-width:767px){.width-fixed-402{min-width:30px;width:auto}}.width-fixed-403{width:403px}@media (max-width:767px){.width-fixed-403{min-width:30px;width:auto}}.width-fixed-404{width:404px}@media (max-width:767px){.width-fixed-404{min-width:30px;width:auto}}.width-fixed-405{width:405px}@media (max-width:767px){.width-fixed-405{min-width:30px;width:auto}}.width-fixed-406{width:406px}@media (max-width:767px){.width-fixed-406{min-width:30px;width:auto}}.width-fixed-407{width:407px}@media (max-width:767px){.width-fixed-407{min-width:30px;width:auto}}.width-fixed-408{width:408px}@media (max-width:767px){.width-fixed-408{min-width:30px;width:auto}}.width-fixed-409{width:409px}@media (max-width:767px){.width-fixed-409{min-width:30px;width:auto}}.width-fixed-410{width:410px}@media (max-width:767px){.width-fixed-410{min-width:30px;width:auto}}.width-fixed-411{width:411px}@media (max-width:767px){.width-fixed-411{min-width:30px;width:auto}}.width-fixed-412{width:412px}@media (max-width:767px){.width-fixed-412{min-width:30px;width:auto}}.width-fixed-413{width:413px}@media (max-width:767px){.width-fixed-413{min-width:30px;width:auto}}.width-fixed-414{width:414px}@media (max-width:767px){.width-fixed-414{min-width:30px;width:auto}}.width-fixed-415{width:415px}@media (max-width:767px){.width-fixed-415{min-width:30px;width:auto}}.width-fixed-416{width:416px}@media (max-width:767px){.width-fixed-416{min-width:30px;width:auto}}.width-fixed-417{width:417px}@media (max-width:767px){.width-fixed-417{min-width:30px;width:auto}}.width-fixed-418{width:418px}@media (max-width:767px){.width-fixed-418{min-width:30px;width:auto}}.width-fixed-419{width:419px}@media (max-width:767px){.width-fixed-419{min-width:30px;width:auto}}.width-fixed-420{width:420px}@media (max-width:767px){.width-fixed-420{min-width:30px;width:auto}}.width-fixed-421{width:421px}@media (max-width:767px){.width-fixed-421{min-width:30px;width:auto}}.width-fixed-422{width:422px}@media (max-width:767px){.width-fixed-422{min-width:30px;width:auto}}.width-fixed-423{width:423px}@media (max-width:767px){.width-fixed-423{min-width:30px;width:auto}}.width-fixed-424{width:424px}@media (max-width:767px){.width-fixed-424{min-width:30px;width:auto}}.width-fixed-425{width:425px}@media (max-width:767px){.width-fixed-425{min-width:30px;width:auto}}.width-fixed-426{width:426px}@media (max-width:767px){.width-fixed-426{min-width:30px;width:auto}}.width-fixed-427{width:427px}@media (max-width:767px){.width-fixed-427{min-width:30px;width:auto}}.width-fixed-428{width:428px}@media (max-width:767px){.width-fixed-428{min-width:30px;width:auto}}.width-fixed-429{width:429px}@media (max-width:767px){.width-fixed-429{min-width:30px;width:auto}}.width-fixed-430{width:430px}@media (max-width:767px){.width-fixed-430{min-width:30px;width:auto}}.width-fixed-431{width:431px}@media (max-width:767px){.width-fixed-431{min-width:30px;width:auto}}.width-fixed-432{width:432px}@media (max-width:767px){.width-fixed-432{min-width:30px;width:auto}}.width-fixed-433{width:433px}@media (max-width:767px){.width-fixed-433{min-width:30px;width:auto}}.width-fixed-434{width:434px}@media (max-width:767px){.width-fixed-434{min-width:30px;width:auto}}.width-fixed-435{width:435px}@media (max-width:767px){.width-fixed-435{min-width:30px;width:auto}}.width-fixed-436{width:436px}@media (max-width:767px){.width-fixed-436{min-width:30px;width:auto}}.width-fixed-437{width:437px}@media (max-width:767px){.width-fixed-437{min-width:30px;width:auto}}.width-fixed-438{width:438px}@media (max-width:767px){.width-fixed-438{min-width:30px;width:auto}}.width-fixed-439{width:439px}@media (max-width:767px){.width-fixed-439{min-width:30px;width:auto}}.width-fixed-440{width:440px}@media (max-width:767px){.width-fixed-440{min-width:30px;width:auto}}.width-fixed-441{width:441px}@media (max-width:767px){.width-fixed-441{min-width:30px;width:auto}}.width-fixed-442{width:442px}@media (max-width:767px){.width-fixed-442{min-width:30px;width:auto}}.width-fixed-443{width:443px}@media (max-width:767px){.width-fixed-443{min-width:30px;width:auto}}.width-fixed-444{width:444px}@media (max-width:767px){.width-fixed-444{min-width:30px;width:auto}}.width-fixed-445{width:445px}@media (max-width:767px){.width-fixed-445{min-width:30px;width:auto}}.width-fixed-446{width:446px}@media (max-width:767px){.width-fixed-446{min-width:30px;width:auto}}.width-fixed-447{width:447px}@media (max-width:767px){.width-fixed-447{min-width:30px;width:auto}}.width-fixed-448{width:448px}@media (max-width:767px){.width-fixed-448{min-width:30px;width:auto}}.width-fixed-449{width:449px}@media (max-width:767px){.width-fixed-449{min-width:30px;width:auto}}.width-fixed-450{width:450px}@media (max-width:767px){.width-fixed-450{min-width:30px;width:auto}}.width-fixed-451{width:451px}@media (max-width:767px){.width-fixed-451{min-width:30px;width:auto}}.width-fixed-452{width:452px}@media (max-width:767px){.width-fixed-452{min-width:30px;width:auto}}.width-fixed-453{width:453px}@media (max-width:767px){.width-fixed-453{min-width:30px;width:auto}}.width-fixed-454{width:454px}@media (max-width:767px){.width-fixed-454{min-width:30px;width:auto}}.width-fixed-455{width:455px}@media (max-width:767px){.width-fixed-455{min-width:30px;width:auto}}.width-fixed-456{width:456px}@media (max-width:767px){.width-fixed-456{min-width:30px;width:auto}}.width-fixed-457{width:457px}@media (max-width:767px){.width-fixed-457{min-width:30px;width:auto}}.width-fixed-458{width:458px}@media (max-width:767px){.width-fixed-458{min-width:30px;width:auto}}.width-fixed-459{width:459px}@media (max-width:767px){.width-fixed-459{min-width:30px;width:auto}}.width-fixed-460{width:460px}@media (max-width:767px){.width-fixed-460{min-width:30px;width:auto}}.width-fixed-461{width:461px}@media (max-width:767px){.width-fixed-461{min-width:30px;width:auto}}.width-fixed-462{width:462px}@media (max-width:767px){.width-fixed-462{min-width:30px;width:auto}}.width-fixed-463{width:463px}@media (max-width:767px){.width-fixed-463{min-width:30px;width:auto}}.width-fixed-464{width:464px}@media (max-width:767px){.width-fixed-464{min-width:30px;width:auto}}.width-fixed-465{width:465px}@media (max-width:767px){.width-fixed-465{min-width:30px;width:auto}}.width-fixed-466{width:466px}@media (max-width:767px){.width-fixed-466{min-width:30px;width:auto}}.width-fixed-467{width:467px}@media (max-width:767px){.width-fixed-467{min-width:30px;width:auto}}.width-fixed-468{width:468px}@media (max-width:767px){.width-fixed-468{min-width:30px;width:auto}}.width-fixed-469{width:469px}@media (max-width:767px){.width-fixed-469{min-width:30px;width:auto}}.width-fixed-470{width:470px}@media (max-width:767px){.width-fixed-470{min-width:30px;width:auto}}.width-fixed-471{width:471px}@media (max-width:767px){.width-fixed-471{min-width:30px;width:auto}}.width-fixed-472{width:472px}@media (max-width:767px){.width-fixed-472{min-width:30px;width:auto}}.width-fixed-473{width:473px}@media (max-width:767px){.width-fixed-473{min-width:30px;width:auto}}.width-fixed-474{width:474px}@media (max-width:767px){.width-fixed-474{min-width:30px;width:auto}}.width-fixed-475{width:475px}@media (max-width:767px){.width-fixed-475{min-width:30px;width:auto}}.width-fixed-476{width:476px}@media (max-width:767px){.width-fixed-476{min-width:30px;width:auto}}.width-fixed-477{width:477px}@media (max-width:767px){.width-fixed-477{min-width:30px;width:auto}}.width-fixed-478{width:478px}@media (max-width:767px){.width-fixed-478{min-width:30px;width:auto}}.width-fixed-479{width:479px}@media (max-width:767px){.width-fixed-479{min-width:30px;width:auto}}.width-fixed-480{width:480px}@media (max-width:767px){.width-fixed-480{min-width:30px;width:auto}}.width-fixed-481{width:481px}@media (max-width:767px){.width-fixed-481{min-width:30px;width:auto}}.width-fixed-482{width:482px}@media (max-width:767px){.width-fixed-482{min-width:30px;width:auto}}.width-fixed-483{width:483px}@media (max-width:767px){.width-fixed-483{min-width:30px;width:auto}}.width-fixed-484{width:484px}@media (max-width:767px){.width-fixed-484{min-width:30px;width:auto}}.width-fixed-485{width:485px}@media (max-width:767px){.width-fixed-485{min-width:30px;width:auto}}.width-fixed-486{width:486px}@media (max-width:767px){.width-fixed-486{min-width:30px;width:auto}}.width-fixed-487{width:487px}@media (max-width:767px){.width-fixed-487{min-width:30px;width:auto}}.width-fixed-488{width:488px}@media (max-width:767px){.width-fixed-488{min-width:30px;width:auto}}.width-fixed-489{width:489px}@media (max-width:767px){.width-fixed-489{min-width:30px;width:auto}}.width-fixed-490{width:490px}@media (max-width:767px){.width-fixed-490{min-width:30px;width:auto}}.width-fixed-491{width:491px}@media (max-width:767px){.width-fixed-491{min-width:30px;width:auto}}.width-fixed-492{width:492px}@media (max-width:767px){.width-fixed-492{min-width:30px;width:auto}}.width-fixed-493{width:493px}@media (max-width:767px){.width-fixed-493{min-width:30px;width:auto}}.width-fixed-494{width:494px}@media (max-width:767px){.width-fixed-494{min-width:30px;width:auto}}.width-fixed-495{width:495px}@media (max-width:767px){.width-fixed-495{min-width:30px;width:auto}}.width-fixed-496{width:496px}@media (max-width:767px){.width-fixed-496{min-width:30px;width:auto}}.width-fixed-497{width:497px}@media (max-width:767px){.width-fixed-497{min-width:30px;width:auto}}.width-fixed-498{width:498px}@media (max-width:767px){.width-fixed-498{min-width:30px;width:auto}}.width-fixed-499{width:499px}@media (max-width:767px){.width-fixed-499{min-width:30px;width:auto}}.width-fixed-500{width:500px}@media (max-width:767px){.width-fixed-500{min-width:30px;width:auto}}.width-fixed-501{width:501px}@media (max-width:767px){.width-fixed-501{min-width:30px;width:auto}}.width-fixed-502{width:502px}@media (max-width:767px){.width-fixed-502{min-width:30px;width:auto}}.width-fixed-503{width:503px}@media (max-width:767px){.width-fixed-503{min-width:30px;width:auto}}.width-fixed-504{width:504px}@media (max-width:767px){.width-fixed-504{min-width:30px;width:auto}}.width-fixed-505{width:505px}@media (max-width:767px){.width-fixed-505{min-width:30px;width:auto}}.width-fixed-506{width:506px}@media (max-width:767px){.width-fixed-506{min-width:30px;width:auto}}.width-fixed-507{width:507px}@media (max-width:767px){.width-fixed-507{min-width:30px;width:auto}}.width-fixed-508{width:508px}@media (max-width:767px){.width-fixed-508{min-width:30px;width:auto}}.width-fixed-509{width:509px}@media (max-width:767px){.width-fixed-509{min-width:30px;width:auto}}.width-fixed-510{width:510px}@media (max-width:767px){.width-fixed-510{min-width:30px;width:auto}}.width-fixed-511{width:511px}@media (max-width:767px){.width-fixed-511{min-width:30px;width:auto}}.width-fixed-512{width:512px}@media (max-width:767px){.width-fixed-512{min-width:30px;width:auto}}.width-fixed-513{width:513px}@media (max-width:767px){.width-fixed-513{min-width:30px;width:auto}}.width-fixed-514{width:514px}@media (max-width:767px){.width-fixed-514{min-width:30px;width:auto}}.width-fixed-515{width:515px}@media (max-width:767px){.width-fixed-515{min-width:30px;width:auto}}.width-fixed-516{width:516px}@media (max-width:767px){.width-fixed-516{min-width:30px;width:auto}}.width-fixed-517{width:517px}@media (max-width:767px){.width-fixed-517{min-width:30px;width:auto}}.width-fixed-518{width:518px}@media (max-width:767px){.width-fixed-518{min-width:30px;width:auto}}.width-fixed-519{width:519px}@media (max-width:767px){.width-fixed-519{min-width:30px;width:auto}}.width-fixed-520{width:520px}@media (max-width:767px){.width-fixed-520{min-width:30px;width:auto}}.width-fixed-521{width:521px}@media (max-width:767px){.width-fixed-521{min-width:30px;width:auto}}.width-fixed-522{width:522px}@media (max-width:767px){.width-fixed-522{min-width:30px;width:auto}}.width-fixed-523{width:523px}@media (max-width:767px){.width-fixed-523{min-width:30px;width:auto}}.width-fixed-524{width:524px}@media (max-width:767px){.width-fixed-524{min-width:30px;width:auto}}.width-fixed-525{width:525px}@media (max-width:767px){.width-fixed-525{min-width:30px;width:auto}}.width-fixed-526{width:526px}@media (max-width:767px){.width-fixed-526{min-width:30px;width:auto}}.width-fixed-527{width:527px}@media (max-width:767px){.width-fixed-527{min-width:30px;width:auto}}.width-fixed-528{width:528px}@media (max-width:767px){.width-fixed-528{min-width:30px;width:auto}}.width-fixed-529{width:529px}@media (max-width:767px){.width-fixed-529{min-width:30px;width:auto}}.width-fixed-530{width:530px}@media (max-width:767px){.width-fixed-530{min-width:30px;width:auto}}.width-fixed-531{width:531px}@media (max-width:767px){.width-fixed-531{min-width:30px;width:auto}}.width-fixed-532{width:532px}@media (max-width:767px){.width-fixed-532{min-width:30px;width:auto}}.width-fixed-533{width:533px}@media (max-width:767px){.width-fixed-533{min-width:30px;width:auto}}.width-fixed-534{width:534px}@media (max-width:767px){.width-fixed-534{min-width:30px;width:auto}}.width-fixed-535{width:535px}@media (max-width:767px){.width-fixed-535{min-width:30px;width:auto}}.width-fixed-536{width:536px}@media (max-width:767px){.width-fixed-536{min-width:30px;width:auto}}.width-fixed-537{width:537px}@media (max-width:767px){.width-fixed-537{min-width:30px;width:auto}}.width-fixed-538{width:538px}@media (max-width:767px){.width-fixed-538{min-width:30px;width:auto}}.width-fixed-539{width:539px}@media (max-width:767px){.width-fixed-539{min-width:30px;width:auto}}.width-fixed-540{width:540px}@media (max-width:767px){.width-fixed-540{min-width:30px;width:auto}}.width-fixed-541{width:541px}@media (max-width:767px){.width-fixed-541{min-width:30px;width:auto}}.width-fixed-542{width:542px}@media (max-width:767px){.width-fixed-542{min-width:30px;width:auto}}.width-fixed-543{width:543px}@media (max-width:767px){.width-fixed-543{min-width:30px;width:auto}}.width-fixed-544{width:544px}@media (max-width:767px){.width-fixed-544{min-width:30px;width:auto}}.width-fixed-545{width:545px}@media (max-width:767px){.width-fixed-545{min-width:30px;width:auto}}.width-fixed-546{width:546px}@media (max-width:767px){.width-fixed-546{min-width:30px;width:auto}}.width-fixed-547{width:547px}@media (max-width:767px){.width-fixed-547{min-width:30px;width:auto}}.width-fixed-548{width:548px}@media (max-width:767px){.width-fixed-548{min-width:30px;width:auto}}.width-fixed-549{width:549px}@media (max-width:767px){.width-fixed-549{min-width:30px;width:auto}}.width-fixed-550{width:550px}@media (max-width:767px){.width-fixed-550{min-width:30px;width:auto}}.width-fixed-551{width:551px}@media (max-width:767px){.width-fixed-551{min-width:30px;width:auto}}.width-fixed-552{width:552px}@media (max-width:767px){.width-fixed-552{min-width:30px;width:auto}}.width-fixed-553{width:553px}@media (max-width:767px){.width-fixed-553{min-width:30px;width:auto}}.width-fixed-554{width:554px}@media (max-width:767px){.width-fixed-554{min-width:30px;width:auto}}.width-fixed-555{width:555px}@media (max-width:767px){.width-fixed-555{min-width:30px;width:auto}}.width-fixed-556{width:556px}@media (max-width:767px){.width-fixed-556{min-width:30px;width:auto}}.width-fixed-557{width:557px}@media (max-width:767px){.width-fixed-557{min-width:30px;width:auto}}.width-fixed-558{width:558px}@media (max-width:767px){.width-fixed-558{min-width:30px;width:auto}}.width-fixed-559{width:559px}@media (max-width:767px){.width-fixed-559{min-width:30px;width:auto}}.width-fixed-560{width:560px}@media (max-width:767px){.width-fixed-560{min-width:30px;width:auto}}.width-fixed-561{width:561px}@media (max-width:767px){.width-fixed-561{min-width:30px;width:auto}}.width-fixed-562{width:562px}@media (max-width:767px){.width-fixed-562{min-width:30px;width:auto}}.width-fixed-563{width:563px}@media (max-width:767px){.width-fixed-563{min-width:30px;width:auto}}.width-fixed-564{width:564px}@media (max-width:767px){.width-fixed-564{min-width:30px;width:auto}}.width-fixed-565{width:565px}@media (max-width:767px){.width-fixed-565{min-width:30px;width:auto}}.width-fixed-566{width:566px}@media (max-width:767px){.width-fixed-566{min-width:30px;width:auto}}.width-fixed-567{width:567px}@media (max-width:767px){.width-fixed-567{min-width:30px;width:auto}}.width-fixed-568{width:568px}@media (max-width:767px){.width-fixed-568{min-width:30px;width:auto}}.width-fixed-569{width:569px}@media (max-width:767px){.width-fixed-569{min-width:30px;width:auto}}.width-fixed-570{width:570px}@media (max-width:767px){.width-fixed-570{min-width:30px;width:auto}}.width-fixed-571{width:571px}@media (max-width:767px){.width-fixed-571{min-width:30px;width:auto}}.width-fixed-572{width:572px}@media (max-width:767px){.width-fixed-572{min-width:30px;width:auto}}.width-fixed-573{width:573px}@media (max-width:767px){.width-fixed-573{min-width:30px;width:auto}}.width-fixed-574{width:574px}@media (max-width:767px){.width-fixed-574{min-width:30px;width:auto}}.width-fixed-575{width:575px}@media (max-width:767px){.width-fixed-575{min-width:30px;width:auto}}.width-fixed-576{width:576px}@media (max-width:767px){.width-fixed-576{min-width:30px;width:auto}}.width-fixed-577{width:577px}@media (max-width:767px){.width-fixed-577{min-width:30px;width:auto}}.width-fixed-578{width:578px}@media (max-width:767px){.width-fixed-578{min-width:30px;width:auto}}.width-fixed-579{width:579px}@media (max-width:767px){.width-fixed-579{min-width:30px;width:auto}}.width-fixed-580{width:580px}@media (max-width:767px){.width-fixed-580{min-width:30px;width:auto}}.width-fixed-581{width:581px}@media (max-width:767px){.width-fixed-581{min-width:30px;width:auto}}.width-fixed-582{width:582px}@media (max-width:767px){.width-fixed-582{min-width:30px;width:auto}}.width-fixed-583{width:583px}@media (max-width:767px){.width-fixed-583{min-width:30px;width:auto}}.width-fixed-584{width:584px}@media (max-width:767px){.width-fixed-584{min-width:30px;width:auto}}.width-fixed-585{width:585px}@media (max-width:767px){.width-fixed-585{min-width:30px;width:auto}}.width-fixed-586{width:586px}@media (max-width:767px){.width-fixed-586{min-width:30px;width:auto}}.width-fixed-587{width:587px}@media (max-width:767px){.width-fixed-587{min-width:30px;width:auto}}.width-fixed-588{width:588px}@media (max-width:767px){.width-fixed-588{min-width:30px;width:auto}}.width-fixed-589{width:589px}@media (max-width:767px){.width-fixed-589{min-width:30px;width:auto}}.width-fixed-590{width:590px}@media (max-width:767px){.width-fixed-590{min-width:30px;width:auto}}.width-fixed-591{width:591px}@media (max-width:767px){.width-fixed-591{min-width:30px;width:auto}}.width-fixed-592{width:592px}@media (max-width:767px){.width-fixed-592{min-width:30px;width:auto}}.width-fixed-593{width:593px}@media (max-width:767px){.width-fixed-593{min-width:30px;width:auto}}.width-fixed-594{width:594px}@media (max-width:767px){.width-fixed-594{min-width:30px;width:auto}}.width-fixed-595{width:595px}@media (max-width:767px){.width-fixed-595{min-width:30px;width:auto}}.width-fixed-596{width:596px}@media (max-width:767px){.width-fixed-596{min-width:30px;width:auto}}.width-fixed-597{width:597px}@media (max-width:767px){.width-fixed-597{min-width:30px;width:auto}}.width-fixed-598{width:598px}@media (max-width:767px){.width-fixed-598{min-width:30px;width:auto}}.width-fixed-599{width:599px}@media (max-width:767px){.width-fixed-599{min-width:30px;width:auto}}.width-fixed-600{width:600px}@media (max-width:767px){.width-fixed-600{min-width:30px;width:auto}}.width-fixed-601{width:601px}@media (max-width:767px){.width-fixed-601{min-width:30px;width:auto}}.width-fixed-602{width:602px}@media (max-width:767px){.width-fixed-602{min-width:30px;width:auto}}.width-fixed-603{width:603px}@media (max-width:767px){.width-fixed-603{min-width:30px;width:auto}}.width-fixed-604{width:604px}@media (max-width:767px){.width-fixed-604{min-width:30px;width:auto}}.width-fixed-605{width:605px}@media (max-width:767px){.width-fixed-605{min-width:30px;width:auto}}.width-fixed-606{width:606px}@media (max-width:767px){.width-fixed-606{min-width:30px;width:auto}}.width-fixed-607{width:607px}@media (max-width:767px){.width-fixed-607{min-width:30px;width:auto}}.width-fixed-608{width:608px}@media (max-width:767px){.width-fixed-608{min-width:30px;width:auto}}.width-fixed-609{width:609px}@media (max-width:767px){.width-fixed-609{min-width:30px;width:auto}}.width-fixed-610{width:610px}@media (max-width:767px){.width-fixed-610{min-width:30px;width:auto}}.width-fixed-611{width:611px}@media (max-width:767px){.width-fixed-611{min-width:30px;width:auto}}.width-fixed-612{width:612px}@media (max-width:767px){.width-fixed-612{min-width:30px;width:auto}}.width-fixed-613{width:613px}@media (max-width:767px){.width-fixed-613{min-width:30px;width:auto}}.width-fixed-614{width:614px}@media (max-width:767px){.width-fixed-614{min-width:30px;width:auto}}.width-fixed-615{width:615px}@media (max-width:767px){.width-fixed-615{min-width:30px;width:auto}}.width-fixed-616{width:616px}@media (max-width:767px){.width-fixed-616{min-width:30px;width:auto}}.width-fixed-617{width:617px}@media (max-width:767px){.width-fixed-617{min-width:30px;width:auto}}.width-fixed-618{width:618px}@media (max-width:767px){.width-fixed-618{min-width:30px;width:auto}}.width-fixed-619{width:619px}@media (max-width:767px){.width-fixed-619{min-width:30px;width:auto}}.width-fixed-620{width:620px}@media (max-width:767px){.width-fixed-620{min-width:30px;width:auto}}.width-fixed-621{width:621px}@media (max-width:767px){.width-fixed-621{min-width:30px;width:auto}}.width-fixed-622{width:622px}@media (max-width:767px){.width-fixed-622{min-width:30px;width:auto}}.width-fixed-623{width:623px}@media (max-width:767px){.width-fixed-623{min-width:30px;width:auto}}.width-fixed-624{width:624px}@media (max-width:767px){.width-fixed-624{min-width:30px;width:auto}}.width-fixed-625{width:625px}@media (max-width:767px){.width-fixed-625{min-width:30px;width:auto}}.width-fixed-626{width:626px}@media (max-width:767px){.width-fixed-626{min-width:30px;width:auto}}.width-fixed-627{width:627px}@media (max-width:767px){.width-fixed-627{min-width:30px;width:auto}}.width-fixed-628{width:628px}@media (max-width:767px){.width-fixed-628{min-width:30px;width:auto}}.width-fixed-629{width:629px}@media (max-width:767px){.width-fixed-629{min-width:30px;width:auto}}.width-fixed-630{width:630px}@media (max-width:767px){.width-fixed-630{min-width:30px;width:auto}}.width-fixed-631{width:631px}@media (max-width:767px){.width-fixed-631{min-width:30px;width:auto}}.width-fixed-632{width:632px}@media (max-width:767px){.width-fixed-632{min-width:30px;width:auto}}.width-fixed-633{width:633px}@media (max-width:767px){.width-fixed-633{min-width:30px;width:auto}}.width-fixed-634{width:634px}@media (max-width:767px){.width-fixed-634{min-width:30px;width:auto}}.width-fixed-635{width:635px}@media (max-width:767px){.width-fixed-635{min-width:30px;width:auto}}.width-fixed-636{width:636px}@media (max-width:767px){.width-fixed-636{min-width:30px;width:auto}}.width-fixed-637{width:637px}@media (max-width:767px){.width-fixed-637{min-width:30px;width:auto}}.width-fixed-638{width:638px}@media (max-width:767px){.width-fixed-638{min-width:30px;width:auto}}.width-fixed-639{width:639px}@media (max-width:767px){.width-fixed-639{min-width:30px;width:auto}}.width-fixed-640{width:640px}@media (max-width:767px){.width-fixed-640{min-width:30px;width:auto}}.width-fixed-641{width:641px}@media (max-width:767px){.width-fixed-641{min-width:30px;width:auto}}.width-fixed-642{width:642px}@media (max-width:767px){.width-fixed-642{min-width:30px;width:auto}}.width-fixed-643{width:643px}@media (max-width:767px){.width-fixed-643{min-width:30px;width:auto}}.width-fixed-644{width:644px}@media (max-width:767px){.width-fixed-644{min-width:30px;width:auto}}.width-fixed-645{width:645px}@media (max-width:767px){.width-fixed-645{min-width:30px;width:auto}}.width-fixed-646{width:646px}@media (max-width:767px){.width-fixed-646{min-width:30px;width:auto}}.width-fixed-647{width:647px}@media (max-width:767px){.width-fixed-647{min-width:30px;width:auto}}.width-fixed-648{width:648px}@media (max-width:767px){.width-fixed-648{min-width:30px;width:auto}}.width-fixed-649{width:649px}@media (max-width:767px){.width-fixed-649{min-width:30px;width:auto}}.width-fixed-650{width:650px}@media (max-width:767px){.width-fixed-650{min-width:30px;width:auto}}.width-fixed-651{width:651px}@media (max-width:767px){.width-fixed-651{min-width:30px;width:auto}}.width-fixed-652{width:652px}@media (max-width:767px){.width-fixed-652{min-width:30px;width:auto}}.width-fixed-653{width:653px}@media (max-width:767px){.width-fixed-653{min-width:30px;width:auto}}.width-fixed-654{width:654px}@media (max-width:767px){.width-fixed-654{min-width:30px;width:auto}}.width-fixed-655{width:655px}@media (max-width:767px){.width-fixed-655{min-width:30px;width:auto}}.width-fixed-656{width:656px}@media (max-width:767px){.width-fixed-656{min-width:30px;width:auto}}.width-fixed-657{width:657px}@media (max-width:767px){.width-fixed-657{min-width:30px;width:auto}}.width-fixed-658{width:658px}@media (max-width:767px){.width-fixed-658{min-width:30px;width:auto}}.width-fixed-659{width:659px}@media (max-width:767px){.width-fixed-659{min-width:30px;width:auto}}.width-fixed-660{width:660px}@media (max-width:767px){.width-fixed-660{min-width:30px;width:auto}}.width-fixed-661{width:661px}@media (max-width:767px){.width-fixed-661{min-width:30px;width:auto}}.width-fixed-662{width:662px}@media (max-width:767px){.width-fixed-662{min-width:30px;width:auto}}.width-fixed-663{width:663px}@media (max-width:767px){.width-fixed-663{min-width:30px;width:auto}}.width-fixed-664{width:664px}@media (max-width:767px){.width-fixed-664{min-width:30px;width:auto}}.width-fixed-665{width:665px}@media (max-width:767px){.width-fixed-665{min-width:30px;width:auto}}.width-fixed-666{width:666px}@media (max-width:767px){.width-fixed-666{min-width:30px;width:auto}}.width-fixed-667{width:667px}@media (max-width:767px){.width-fixed-667{min-width:30px;width:auto}}.width-fixed-668{width:668px}@media (max-width:767px){.width-fixed-668{min-width:30px;width:auto}}.width-fixed-669{width:669px}@media (max-width:767px){.width-fixed-669{min-width:30px;width:auto}}.width-fixed-670{width:670px}@media (max-width:767px){.width-fixed-670{min-width:30px;width:auto}}.width-fixed-671{width:671px}@media (max-width:767px){.width-fixed-671{min-width:30px;width:auto}}.width-fixed-672{width:672px}@media (max-width:767px){.width-fixed-672{min-width:30px;width:auto}}.width-fixed-673{width:673px}@media (max-width:767px){.width-fixed-673{min-width:30px;width:auto}}.width-fixed-674{width:674px}@media (max-width:767px){.width-fixed-674{min-width:30px;width:auto}}.width-fixed-675{width:675px}@media (max-width:767px){.width-fixed-675{min-width:30px;width:auto}}.width-fixed-676{width:676px}@media (max-width:767px){.width-fixed-676{min-width:30px;width:auto}}.width-fixed-677{width:677px}@media (max-width:767px){.width-fixed-677{min-width:30px;width:auto}}.width-fixed-678{width:678px}@media (max-width:767px){.width-fixed-678{min-width:30px;width:auto}}.width-fixed-679{width:679px}@media (max-width:767px){.width-fixed-679{min-width:30px;width:auto}}.width-fixed-680{width:680px}@media (max-width:767px){.width-fixed-680{min-width:30px;width:auto}}.width-fixed-681{width:681px}@media (max-width:767px){.width-fixed-681{min-width:30px;width:auto}}.width-fixed-682{width:682px}@media (max-width:767px){.width-fixed-682{min-width:30px;width:auto}}.width-fixed-683{width:683px}@media (max-width:767px){.width-fixed-683{min-width:30px;width:auto}}.width-fixed-684{width:684px}@media (max-width:767px){.width-fixed-684{min-width:30px;width:auto}}.width-fixed-685{width:685px}@media (max-width:767px){.width-fixed-685{min-width:30px;width:auto}}.width-fixed-686{width:686px}@media (max-width:767px){.width-fixed-686{min-width:30px;width:auto}}.width-fixed-687{width:687px}@media (max-width:767px){.width-fixed-687{min-width:30px;width:auto}}.width-fixed-688{width:688px}@media (max-width:767px){.width-fixed-688{min-width:30px;width:auto}}.width-fixed-689{width:689px}@media (max-width:767px){.width-fixed-689{min-width:30px;width:auto}}.width-fixed-690{width:690px}@media (max-width:767px){.width-fixed-690{min-width:30px;width:auto}}.width-fixed-691{width:691px}@media (max-width:767px){.width-fixed-691{min-width:30px;width:auto}}.width-fixed-692{width:692px}@media (max-width:767px){.width-fixed-692{min-width:30px;width:auto}}.width-fixed-693{width:693px}@media (max-width:767px){.width-fixed-693{min-width:30px;width:auto}}.width-fixed-694{width:694px}@media (max-width:767px){.width-fixed-694{min-width:30px;width:auto}}.width-fixed-695{width:695px}@media (max-width:767px){.width-fixed-695{min-width:30px;width:auto}}.width-fixed-696{width:696px}@media (max-width:767px){.width-fixed-696{min-width:30px;width:auto}}.width-fixed-697{width:697px}@media (max-width:767px){.width-fixed-697{min-width:30px;width:auto}}.width-fixed-698{width:698px}@media (max-width:767px){.width-fixed-698{min-width:30px;width:auto}}.width-fixed-699{width:699px}@media (max-width:767px){.width-fixed-699{min-width:30px;width:auto}}.width-fixed-700{width:700px}@media (max-width:767px){.width-fixed-700{min-width:30px;width:auto}}.width-fixed-701{width:701px}@media (max-width:767px){.width-fixed-701{min-width:30px;width:auto}}.width-fixed-702{width:702px}@media (max-width:767px){.width-fixed-702{min-width:30px;width:auto}}.width-fixed-703{width:703px}@media (max-width:767px){.width-fixed-703{min-width:30px;width:auto}}.width-fixed-704{width:704px}@media (max-width:767px){.width-fixed-704{min-width:30px;width:auto}}.width-fixed-705{width:705px}@media (max-width:767px){.width-fixed-705{min-width:30px;width:auto}}.width-fixed-706{width:706px}@media (max-width:767px){.width-fixed-706{min-width:30px;width:auto}}.width-fixed-707{width:707px}@media (max-width:767px){.width-fixed-707{min-width:30px;width:auto}}.width-fixed-708{width:708px}@media (max-width:767px){.width-fixed-708{min-width:30px;width:auto}}.width-fixed-709{width:709px}@media (max-width:767px){.width-fixed-709{min-width:30px;width:auto}}.width-fixed-710{width:710px}@media (max-width:767px){.width-fixed-710{min-width:30px;width:auto}}.width-fixed-711{width:711px}@media (max-width:767px){.width-fixed-711{min-width:30px;width:auto}}.width-fixed-712{width:712px}@media (max-width:767px){.width-fixed-712{min-width:30px;width:auto}}.width-fixed-713{width:713px}@media (max-width:767px){.width-fixed-713{min-width:30px;width:auto}}.width-fixed-714{width:714px}@media (max-width:767px){.width-fixed-714{min-width:30px;width:auto}}.width-fixed-715{width:715px}@media (max-width:767px){.width-fixed-715{min-width:30px;width:auto}}.width-fixed-716{width:716px}@media (max-width:767px){.width-fixed-716{min-width:30px;width:auto}}.width-fixed-717{width:717px}@media (max-width:767px){.width-fixed-717{min-width:30px;width:auto}}.width-fixed-718{width:718px}@media (max-width:767px){.width-fixed-718{min-width:30px;width:auto}}.width-fixed-719{width:719px}@media (max-width:767px){.width-fixed-719{min-width:30px;width:auto}}.width-fixed-720{width:720px}@media (max-width:767px){.width-fixed-720{min-width:30px;width:auto}}.width-fixed-721{width:721px}@media (max-width:767px){.width-fixed-721{min-width:30px;width:auto}}.width-fixed-722{width:722px}@media (max-width:767px){.width-fixed-722{min-width:30px;width:auto}}.width-fixed-723{width:723px}@media (max-width:767px){.width-fixed-723{min-width:30px;width:auto}}.width-fixed-724{width:724px}@media (max-width:767px){.width-fixed-724{min-width:30px;width:auto}}.width-fixed-725{width:725px}@media (max-width:767px){.width-fixed-725{min-width:30px;width:auto}}.width-fixed-726{width:726px}@media (max-width:767px){.width-fixed-726{min-width:30px;width:auto}}.width-fixed-727{width:727px}@media (max-width:767px){.width-fixed-727{min-width:30px;width:auto}}.width-fixed-728{width:728px}@media (max-width:767px){.width-fixed-728{min-width:30px;width:auto}}.width-fixed-729{width:729px}@media (max-width:767px){.width-fixed-729{min-width:30px;width:auto}}.width-fixed-730{width:730px}@media (max-width:767px){.width-fixed-730{min-width:30px;width:auto}}.width-fixed-731{width:731px}@media (max-width:767px){.width-fixed-731{min-width:30px;width:auto}}.width-fixed-732{width:732px}@media (max-width:767px){.width-fixed-732{min-width:30px;width:auto}}.width-fixed-733{width:733px}@media (max-width:767px){.width-fixed-733{min-width:30px;width:auto}}.width-fixed-734{width:734px}@media (max-width:767px){.width-fixed-734{min-width:30px;width:auto}}.width-fixed-735{width:735px}@media (max-width:767px){.width-fixed-735{min-width:30px;width:auto}}.width-fixed-736{width:736px}@media (max-width:767px){.width-fixed-736{min-width:30px;width:auto}}.width-fixed-737{width:737px}@media (max-width:767px){.width-fixed-737{min-width:30px;width:auto}}.width-fixed-738{width:738px}@media (max-width:767px){.width-fixed-738{min-width:30px;width:auto}}.width-fixed-739{width:739px}@media (max-width:767px){.width-fixed-739{min-width:30px;width:auto}}.width-fixed-740{width:740px}@media (max-width:767px){.width-fixed-740{min-width:30px;width:auto}}.width-fixed-741{width:741px}@media (max-width:767px){.width-fixed-741{min-width:30px;width:auto}}.width-fixed-742{width:742px}@media (max-width:767px){.width-fixed-742{min-width:30px;width:auto}}.width-fixed-743{width:743px}@media (max-width:767px){.width-fixed-743{min-width:30px;width:auto}}.width-fixed-744{width:744px}@media (max-width:767px){.width-fixed-744{min-width:30px;width:auto}}.width-fixed-745{width:745px}@media (max-width:767px){.width-fixed-745{min-width:30px;width:auto}}.width-fixed-746{width:746px}@media (max-width:767px){.width-fixed-746{min-width:30px;width:auto}}.width-fixed-747{width:747px}@media (max-width:767px){.width-fixed-747{min-width:30px;width:auto}}.width-fixed-748{width:748px}@media (max-width:767px){.width-fixed-748{min-width:30px;width:auto}}.width-fixed-749{width:749px}@media (max-width:767px){.width-fixed-749{min-width:30px;width:auto}}.width-fixed-750{width:750px}@media (max-width:767px){.width-fixed-750{min-width:30px;width:auto}}.width-fixed-751{width:751px}@media (max-width:767px){.width-fixed-751{min-width:30px;width:auto}}.width-fixed-752{width:752px}@media (max-width:767px){.width-fixed-752{min-width:30px;width:auto}}.width-fixed-753{width:753px}@media (max-width:767px){.width-fixed-753{min-width:30px;width:auto}}.width-fixed-754{width:754px}@media (max-width:767px){.width-fixed-754{min-width:30px;width:auto}}.width-fixed-755{width:755px}@media (max-width:767px){.width-fixed-755{min-width:30px;width:auto}}.width-fixed-756{width:756px}@media (max-width:767px){.width-fixed-756{min-width:30px;width:auto}}.width-fixed-757{width:757px}@media (max-width:767px){.width-fixed-757{min-width:30px;width:auto}}.width-fixed-758{width:758px}@media (max-width:767px){.width-fixed-758{min-width:30px;width:auto}}.width-fixed-759{width:759px}@media (max-width:767px){.width-fixed-759{min-width:30px;width:auto}}.width-fixed-760{width:760px}@media (max-width:767px){.width-fixed-760{min-width:30px;width:auto}}.width-fixed-761{width:761px}@media (max-width:767px){.width-fixed-761{min-width:30px;width:auto}}.width-fixed-762{width:762px}@media (max-width:767px){.width-fixed-762{min-width:30px;width:auto}}.width-fixed-763{width:763px}@media (max-width:767px){.width-fixed-763{min-width:30px;width:auto}}.width-fixed-764{width:764px}@media (max-width:767px){.width-fixed-764{min-width:30px;width:auto}}.width-fixed-765{width:765px}@media (max-width:767px){.width-fixed-765{min-width:30px;width:auto}}.width-fixed-766{width:766px}@media (max-width:767px){.width-fixed-766{min-width:30px;width:auto}}.width-fixed-767{width:767px}@media (max-width:767px){.width-fixed-767{min-width:30px;width:auto}}.width-fixed-768{width:768px}@media (max-width:767px){.width-fixed-768{min-width:30px;width:auto}}.width-fixed-769{width:769px}@media (max-width:767px){.width-fixed-769{min-width:30px;width:auto}}.width-fixed-770{width:770px}@media (max-width:767px){.width-fixed-770{min-width:30px;width:auto}}.width-fixed-771{width:771px}@media (max-width:767px){.width-fixed-771{min-width:30px;width:auto}}.width-fixed-772{width:772px}@media (max-width:767px){.width-fixed-772{min-width:30px;width:auto}}.width-fixed-773{width:773px}@media (max-width:767px){.width-fixed-773{min-width:30px;width:auto}}.width-fixed-774{width:774px}@media (max-width:767px){.width-fixed-774{min-width:30px;width:auto}}.width-fixed-775{width:775px}@media (max-width:767px){.width-fixed-775{min-width:30px;width:auto}}.width-fixed-776{width:776px}@media (max-width:767px){.width-fixed-776{min-width:30px;width:auto}}.width-fixed-777{width:777px}@media (max-width:767px){.width-fixed-777{min-width:30px;width:auto}}.width-fixed-778{width:778px}@media (max-width:767px){.width-fixed-778{min-width:30px;width:auto}}.width-fixed-779{width:779px}@media (max-width:767px){.width-fixed-779{min-width:30px;width:auto}}.width-fixed-780{width:780px}@media (max-width:767px){.width-fixed-780{min-width:30px;width:auto}}.width-fixed-781{width:781px}@media (max-width:767px){.width-fixed-781{min-width:30px;width:auto}}.width-fixed-782{width:782px}@media (max-width:767px){.width-fixed-782{min-width:30px;width:auto}}.width-fixed-783{width:783px}@media (max-width:767px){.width-fixed-783{min-width:30px;width:auto}}.width-fixed-784{width:784px}@media (max-width:767px){.width-fixed-784{min-width:30px;width:auto}}.width-fixed-785{width:785px}@media (max-width:767px){.width-fixed-785{min-width:30px;width:auto}}.width-fixed-786{width:786px}@media (max-width:767px){.width-fixed-786{min-width:30px;width:auto}}.width-fixed-787{width:787px}@media (max-width:767px){.width-fixed-787{min-width:30px;width:auto}}.width-fixed-788{width:788px}@media (max-width:767px){.width-fixed-788{min-width:30px;width:auto}}.width-fixed-789{width:789px}@media (max-width:767px){.width-fixed-789{min-width:30px;width:auto}}.width-fixed-790{width:790px}@media (max-width:767px){.width-fixed-790{min-width:30px;width:auto}}.width-fixed-791{width:791px}@media (max-width:767px){.width-fixed-791{min-width:30px;width:auto}}.width-fixed-792{width:792px}@media (max-width:767px){.width-fixed-792{min-width:30px;width:auto}}.width-fixed-793{width:793px}@media (max-width:767px){.width-fixed-793{min-width:30px;width:auto}}.width-fixed-794{width:794px}@media (max-width:767px){.width-fixed-794{min-width:30px;width:auto}}.width-fixed-795{width:795px}@media (max-width:767px){.width-fixed-795{min-width:30px;width:auto}}.width-fixed-796{width:796px}@media (max-width:767px){.width-fixed-796{min-width:30px;width:auto}}.width-fixed-797{width:797px}@media (max-width:767px){.width-fixed-797{min-width:30px;width:auto}}.width-fixed-798{width:798px}@media (max-width:767px){.width-fixed-798{min-width:30px;width:auto}}.width-fixed-799{width:799px}@media (max-width:767px){.width-fixed-799{min-width:30px;width:auto}}.width-fixed-800{width:800px}@media (max-width:767px){.width-fixed-800{min-width:30px;width:auto}}.width-fixed-801{width:801px}@media (max-width:767px){.width-fixed-801{min-width:30px;width:auto}}.width-fixed-802{width:802px}@media (max-width:767px){.width-fixed-802{min-width:30px;width:auto}}.width-fixed-803{width:803px}@media (max-width:767px){.width-fixed-803{min-width:30px;width:auto}}.width-fixed-804{width:804px}@media (max-width:767px){.width-fixed-804{min-width:30px;width:auto}}.width-fixed-805{width:805px}@media (max-width:767px){.width-fixed-805{min-width:30px;width:auto}}.width-fixed-806{width:806px}@media (max-width:767px){.width-fixed-806{min-width:30px;width:auto}}.width-fixed-807{width:807px}@media (max-width:767px){.width-fixed-807{min-width:30px;width:auto}}.width-fixed-808{width:808px}@media (max-width:767px){.width-fixed-808{min-width:30px;width:auto}}.width-fixed-809{width:809px}@media (max-width:767px){.width-fixed-809{min-width:30px;width:auto}}.width-fixed-810{width:810px}@media (max-width:767px){.width-fixed-810{min-width:30px;width:auto}}.width-fixed-811{width:811px}@media (max-width:767px){.width-fixed-811{min-width:30px;width:auto}}.width-fixed-812{width:812px}@media (max-width:767px){.width-fixed-812{min-width:30px;width:auto}}.width-fixed-813{width:813px}@media (max-width:767px){.width-fixed-813{min-width:30px;width:auto}}.width-fixed-814{width:814px}@media (max-width:767px){.width-fixed-814{min-width:30px;width:auto}}.width-fixed-815{width:815px}@media (max-width:767px){.width-fixed-815{min-width:30px;width:auto}}.width-fixed-816{width:816px}@media (max-width:767px){.width-fixed-816{min-width:30px;width:auto}}.width-fixed-817{width:817px}@media (max-width:767px){.width-fixed-817{min-width:30px;width:auto}}.width-fixed-818{width:818px}@media (max-width:767px){.width-fixed-818{min-width:30px;width:auto}}.width-fixed-819{width:819px}@media (max-width:767px){.width-fixed-819{min-width:30px;width:auto}}.width-fixed-820{width:820px}@media (max-width:767px){.width-fixed-820{min-width:30px;width:auto}}.width-fixed-821{width:821px}@media (max-width:767px){.width-fixed-821{min-width:30px;width:auto}}.width-fixed-822{width:822px}@media (max-width:767px){.width-fixed-822{min-width:30px;width:auto}}.width-fixed-823{width:823px}@media (max-width:767px){.width-fixed-823{min-width:30px;width:auto}}.width-fixed-824{width:824px}@media (max-width:767px){.width-fixed-824{min-width:30px;width:auto}}.width-fixed-825{width:825px}@media (max-width:767px){.width-fixed-825{min-width:30px;width:auto}}.width-fixed-826{width:826px}@media (max-width:767px){.width-fixed-826{min-width:30px;width:auto}}.width-fixed-827{width:827px}@media (max-width:767px){.width-fixed-827{min-width:30px;width:auto}}.width-fixed-828{width:828px}@media (max-width:767px){.width-fixed-828{min-width:30px;width:auto}}.width-fixed-829{width:829px}@media (max-width:767px){.width-fixed-829{min-width:30px;width:auto}}.width-fixed-830{width:830px}@media (max-width:767px){.width-fixed-830{min-width:30px;width:auto}}.width-fixed-831{width:831px}@media (max-width:767px){.width-fixed-831{min-width:30px;width:auto}}.width-fixed-832{width:832px}@media (max-width:767px){.width-fixed-832{min-width:30px;width:auto}}.width-fixed-833{width:833px}@media (max-width:767px){.width-fixed-833{min-width:30px;width:auto}}.width-fixed-834{width:834px}@media (max-width:767px){.width-fixed-834{min-width:30px;width:auto}}.width-fixed-835{width:835px}@media (max-width:767px){.width-fixed-835{min-width:30px;width:auto}}.width-fixed-836{width:836px}@media (max-width:767px){.width-fixed-836{min-width:30px;width:auto}}.width-fixed-837{width:837px}@media (max-width:767px){.width-fixed-837{min-width:30px;width:auto}}.width-fixed-838{width:838px}@media (max-width:767px){.width-fixed-838{min-width:30px;width:auto}}.width-fixed-839{width:839px}@media (max-width:767px){.width-fixed-839{min-width:30px;width:auto}}.width-fixed-840{width:840px}@media (max-width:767px){.width-fixed-840{min-width:30px;width:auto}}.width-fixed-841{width:841px}@media (max-width:767px){.width-fixed-841{min-width:30px;width:auto}}.width-fixed-842{width:842px}@media (max-width:767px){.width-fixed-842{min-width:30px;width:auto}}.width-fixed-843{width:843px}@media (max-width:767px){.width-fixed-843{min-width:30px;width:auto}}.width-fixed-844{width:844px}@media (max-width:767px){.width-fixed-844{min-width:30px;width:auto}}.width-fixed-845{width:845px}@media (max-width:767px){.width-fixed-845{min-width:30px;width:auto}}.width-fixed-846{width:846px}@media (max-width:767px){.width-fixed-846{min-width:30px;width:auto}}.width-fixed-847{width:847px}@media (max-width:767px){.width-fixed-847{min-width:30px;width:auto}}.width-fixed-848{width:848px}@media (max-width:767px){.width-fixed-848{min-width:30px;width:auto}}.width-fixed-849{width:849px}@media (max-width:767px){.width-fixed-849{min-width:30px;width:auto}}.width-fixed-850{width:850px}@media (max-width:767px){.width-fixed-850{min-width:30px;width:auto}}.width-fixed-851{width:851px}@media (max-width:767px){.width-fixed-851{min-width:30px;width:auto}}.width-fixed-852{width:852px}@media (max-width:767px){.width-fixed-852{min-width:30px;width:auto}}.width-fixed-853{width:853px}@media (max-width:767px){.width-fixed-853{min-width:30px;width:auto}}.width-fixed-854{width:854px}@media (max-width:767px){.width-fixed-854{min-width:30px;width:auto}}.width-fixed-855{width:855px}@media (max-width:767px){.width-fixed-855{min-width:30px;width:auto}}.width-fixed-856{width:856px}@media (max-width:767px){.width-fixed-856{min-width:30px;width:auto}}.width-fixed-857{width:857px}@media (max-width:767px){.width-fixed-857{min-width:30px;width:auto}}.width-fixed-858{width:858px}@media (max-width:767px){.width-fixed-858{min-width:30px;width:auto}}.width-fixed-859{width:859px}@media (max-width:767px){.width-fixed-859{min-width:30px;width:auto}}.width-fixed-860{width:860px}@media (max-width:767px){.width-fixed-860{min-width:30px;width:auto}}.width-fixed-861{width:861px}@media (max-width:767px){.width-fixed-861{min-width:30px;width:auto}}.width-fixed-862{width:862px}@media (max-width:767px){.width-fixed-862{min-width:30px;width:auto}}.width-fixed-863{width:863px}@media (max-width:767px){.width-fixed-863{min-width:30px;width:auto}}.width-fixed-864{width:864px}@media (max-width:767px){.width-fixed-864{min-width:30px;width:auto}}.width-fixed-865{width:865px}@media (max-width:767px){.width-fixed-865{min-width:30px;width:auto}}.width-fixed-866{width:866px}@media (max-width:767px){.width-fixed-866{min-width:30px;width:auto}}.width-fixed-867{width:867px}@media (max-width:767px){.width-fixed-867{min-width:30px;width:auto}}.width-fixed-868{width:868px}@media (max-width:767px){.width-fixed-868{min-width:30px;width:auto}}.width-fixed-869{width:869px}@media (max-width:767px){.width-fixed-869{min-width:30px;width:auto}}.width-fixed-870{width:870px}@media (max-width:767px){.width-fixed-870{min-width:30px;width:auto}}.width-fixed-871{width:871px}@media (max-width:767px){.width-fixed-871{min-width:30px;width:auto}}.width-fixed-872{width:872px}@media (max-width:767px){.width-fixed-872{min-width:30px;width:auto}}.width-fixed-873{width:873px}@media (max-width:767px){.width-fixed-873{min-width:30px;width:auto}}.width-fixed-874{width:874px}@media (max-width:767px){.width-fixed-874{min-width:30px;width:auto}}.width-fixed-875{width:875px}@media (max-width:767px){.width-fixed-875{min-width:30px;width:auto}}.width-fixed-876{width:876px}@media (max-width:767px){.width-fixed-876{min-width:30px;width:auto}}.width-fixed-877{width:877px}@media (max-width:767px){.width-fixed-877{min-width:30px;width:auto}}.width-fixed-878{width:878px}@media (max-width:767px){.width-fixed-878{min-width:30px;width:auto}}.width-fixed-879{width:879px}@media (max-width:767px){.width-fixed-879{min-width:30px;width:auto}}.width-fixed-880{width:880px}@media (max-width:767px){.width-fixed-880{min-width:30px;width:auto}}.width-fixed-881{width:881px}@media (max-width:767px){.width-fixed-881{min-width:30px;width:auto}}.width-fixed-882{width:882px}@media (max-width:767px){.width-fixed-882{min-width:30px;width:auto}}.width-fixed-883{width:883px}@media (max-width:767px){.width-fixed-883{min-width:30px;width:auto}}.width-fixed-884{width:884px}@media (max-width:767px){.width-fixed-884{min-width:30px;width:auto}}.width-fixed-885{width:885px}@media (max-width:767px){.width-fixed-885{min-width:30px;width:auto}}.width-fixed-886{width:886px}@media (max-width:767px){.width-fixed-886{min-width:30px;width:auto}}.width-fixed-887{width:887px}@media (max-width:767px){.width-fixed-887{min-width:30px;width:auto}}.width-fixed-888{width:888px}@media (max-width:767px){.width-fixed-888{min-width:30px;width:auto}}.width-fixed-889{width:889px}@media (max-width:767px){.width-fixed-889{min-width:30px;width:auto}}.width-fixed-890{width:890px}@media (max-width:767px){.width-fixed-890{min-width:30px;width:auto}}.width-fixed-891{width:891px}@media (max-width:767px){.width-fixed-891{min-width:30px;width:auto}}.width-fixed-892{width:892px}@media (max-width:767px){.width-fixed-892{min-width:30px;width:auto}}.width-fixed-893{width:893px}@media (max-width:767px){.width-fixed-893{min-width:30px;width:auto}}.width-fixed-894{width:894px}@media (max-width:767px){.width-fixed-894{min-width:30px;width:auto}}.width-fixed-895{width:895px}@media (max-width:767px){.width-fixed-895{min-width:30px;width:auto}}.width-fixed-896{width:896px}@media (max-width:767px){.width-fixed-896{min-width:30px;width:auto}}.width-fixed-897{width:897px}@media (max-width:767px){.width-fixed-897{min-width:30px;width:auto}}.width-fixed-898{width:898px}@media (max-width:767px){.width-fixed-898{min-width:30px;width:auto}}.width-fixed-899{width:899px}@media (max-width:767px){.width-fixed-899{min-width:30px;width:auto}}.width-fixed-900{width:900px}@media (max-width:767px){.width-fixed-900{min-width:30px;width:auto}}.width-fixed-901{width:901px}@media (max-width:767px){.width-fixed-901{min-width:30px;width:auto}}.width-fixed-902{width:902px}@media (max-width:767px){.width-fixed-902{min-width:30px;width:auto}}.width-fixed-903{width:903px}@media (max-width:767px){.width-fixed-903{min-width:30px;width:auto}}.width-fixed-904{width:904px}@media (max-width:767px){.width-fixed-904{min-width:30px;width:auto}}.width-fixed-905{width:905px}@media (max-width:767px){.width-fixed-905{min-width:30px;width:auto}}.width-fixed-906{width:906px}@media (max-width:767px){.width-fixed-906{min-width:30px;width:auto}}.width-fixed-907{width:907px}@media (max-width:767px){.width-fixed-907{min-width:30px;width:auto}}.width-fixed-908{width:908px}@media (max-width:767px){.width-fixed-908{min-width:30px;width:auto}}.width-fixed-909{width:909px}@media (max-width:767px){.width-fixed-909{min-width:30px;width:auto}}.width-fixed-910{width:910px}@media (max-width:767px){.width-fixed-910{min-width:30px;width:auto}}.width-fixed-911{width:911px}@media (max-width:767px){.width-fixed-911{min-width:30px;width:auto}}.width-fixed-912{width:912px}@media (max-width:767px){.width-fixed-912{min-width:30px;width:auto}}.width-fixed-913{width:913px}@media (max-width:767px){.width-fixed-913{min-width:30px;width:auto}}.width-fixed-914{width:914px}@media (max-width:767px){.width-fixed-914{min-width:30px;width:auto}}.width-fixed-915{width:915px}@media (max-width:767px){.width-fixed-915{min-width:30px;width:auto}}.width-fixed-916{width:916px}@media (max-width:767px){.width-fixed-916{min-width:30px;width:auto}}.width-fixed-917{width:917px}@media (max-width:767px){.width-fixed-917{min-width:30px;width:auto}}.width-fixed-918{width:918px}@media (max-width:767px){.width-fixed-918{min-width:30px;width:auto}}.width-fixed-919{width:919px}@media (max-width:767px){.width-fixed-919{min-width:30px;width:auto}}.width-fixed-920{width:920px}@media (max-width:767px){.width-fixed-920{min-width:30px;width:auto}}.width-fixed-921{width:921px}@media (max-width:767px){.width-fixed-921{min-width:30px;width:auto}}.width-fixed-922{width:922px}@media (max-width:767px){.width-fixed-922{min-width:30px;width:auto}}.width-fixed-923{width:923px}@media (max-width:767px){.width-fixed-923{min-width:30px;width:auto}}.width-fixed-924{width:924px}@media (max-width:767px){.width-fixed-924{min-width:30px;width:auto}}.width-fixed-925{width:925px}@media (max-width:767px){.width-fixed-925{min-width:30px;width:auto}}.width-fixed-926{width:926px}@media (max-width:767px){.width-fixed-926{min-width:30px;width:auto}}.width-fixed-927{width:927px}@media (max-width:767px){.width-fixed-927{min-width:30px;width:auto}}.width-fixed-928{width:928px}@media (max-width:767px){.width-fixed-928{min-width:30px;width:auto}}.width-fixed-929{width:929px}@media (max-width:767px){.width-fixed-929{min-width:30px;width:auto}}.width-fixed-930{width:930px}@media (max-width:767px){.width-fixed-930{min-width:30px;width:auto}}.width-fixed-931{width:931px}@media (max-width:767px){.width-fixed-931{min-width:30px;width:auto}}.width-fixed-932{width:932px}@media (max-width:767px){.width-fixed-932{min-width:30px;width:auto}}.width-fixed-933{width:933px}@media (max-width:767px){.width-fixed-933{min-width:30px;width:auto}}.width-fixed-934{width:934px}@media (max-width:767px){.width-fixed-934{min-width:30px;width:auto}}.width-fixed-935{width:935px}@media (max-width:767px){.width-fixed-935{min-width:30px;width:auto}}.width-fixed-936{width:936px}@media (max-width:767px){.width-fixed-936{min-width:30px;width:auto}}.width-fixed-937{width:937px}@media (max-width:767px){.width-fixed-937{min-width:30px;width:auto}}.width-fixed-938{width:938px}@media (max-width:767px){.width-fixed-938{min-width:30px;width:auto}}.width-fixed-939{width:939px}@media (max-width:767px){.width-fixed-939{min-width:30px;width:auto}}.width-fixed-940{width:940px}@media (max-width:767px){.width-fixed-940{min-width:30px;width:auto}}.width-fixed-941{width:941px}@media (max-width:767px){.width-fixed-941{min-width:30px;width:auto}}.width-fixed-942{width:942px}@media (max-width:767px){.width-fixed-942{min-width:30px;width:auto}}.width-fixed-943{width:943px}@media (max-width:767px){.width-fixed-943{min-width:30px;width:auto}}.width-fixed-944{width:944px}@media (max-width:767px){.width-fixed-944{min-width:30px;width:auto}}.width-fixed-945{width:945px}@media (max-width:767px){.width-fixed-945{min-width:30px;width:auto}}.width-fixed-946{width:946px}@media (max-width:767px){.width-fixed-946{min-width:30px;width:auto}}.width-fixed-947{width:947px}@media (max-width:767px){.width-fixed-947{min-width:30px;width:auto}}.width-fixed-948{width:948px}@media (max-width:767px){.width-fixed-948{min-width:30px;width:auto}}.width-fixed-949{width:949px}@media (max-width:767px){.width-fixed-949{min-width:30px;width:auto}}.width-fixed-950{width:950px}@media (max-width:767px){.width-fixed-950{min-width:30px;width:auto}}.width-fixed-951{width:951px}@media (max-width:767px){.width-fixed-951{min-width:30px;width:auto}}.width-fixed-952{width:952px}@media (max-width:767px){.width-fixed-952{min-width:30px;width:auto}}.width-fixed-953{width:953px}@media (max-width:767px){.width-fixed-953{min-width:30px;width:auto}}.width-fixed-954{width:954px}@media (max-width:767px){.width-fixed-954{min-width:30px;width:auto}}.width-fixed-955{width:955px}@media (max-width:767px){.width-fixed-955{min-width:30px;width:auto}}.width-fixed-956{width:956px}@media (max-width:767px){.width-fixed-956{min-width:30px;width:auto}}.width-fixed-957{width:957px}@media (max-width:767px){.width-fixed-957{min-width:30px;width:auto}}.width-fixed-958{width:958px}@media (max-width:767px){.width-fixed-958{min-width:30px;width:auto}}.width-fixed-959{width:959px}@media (max-width:767px){.width-fixed-959{min-width:30px;width:auto}}.width-fixed-960{width:960px}@media (max-width:767px){.width-fixed-960{min-width:30px;width:auto}}.width-fixed-961{width:961px}@media (max-width:767px){.width-fixed-961{min-width:30px;width:auto}}.width-fixed-962{width:962px}@media (max-width:767px){.width-fixed-962{min-width:30px;width:auto}}.width-fixed-963{width:963px}@media (max-width:767px){.width-fixed-963{min-width:30px;width:auto}}.width-fixed-964{width:964px}@media (max-width:767px){.width-fixed-964{min-width:30px;width:auto}}.width-fixed-965{width:965px}@media (max-width:767px){.width-fixed-965{min-width:30px;width:auto}}.width-fixed-966{width:966px}@media (max-width:767px){.width-fixed-966{min-width:30px;width:auto}}.width-fixed-967{width:967px}@media (max-width:767px){.width-fixed-967{min-width:30px;width:auto}}.width-fixed-968{width:968px}@media (max-width:767px){.width-fixed-968{min-width:30px;width:auto}}.width-fixed-969{width:969px}@media (max-width:767px){.width-fixed-969{min-width:30px;width:auto}}.width-fixed-970{width:970px}@media (max-width:767px){.width-fixed-970{min-width:30px;width:auto}}.width-fixed-971{width:971px}@media (max-width:767px){.width-fixed-971{min-width:30px;width:auto}}.width-fixed-972{width:972px}@media (max-width:767px){.width-fixed-972{min-width:30px;width:auto}}.width-fixed-973{width:973px}@media (max-width:767px){.width-fixed-973{min-width:30px;width:auto}}.width-fixed-974{width:974px}@media (max-width:767px){.width-fixed-974{min-width:30px;width:auto}}.width-fixed-975{width:975px}@media (max-width:767px){.width-fixed-975{min-width:30px;width:auto}}.width-fixed-976{width:976px}@media (max-width:767px){.width-fixed-976{min-width:30px;width:auto}}.width-fixed-977{width:977px}@media (max-width:767px){.width-fixed-977{min-width:30px;width:auto}}.width-fixed-978{width:978px}@media (max-width:767px){.width-fixed-978{min-width:30px;width:auto}}.width-fixed-979{width:979px}@media (max-width:767px){.width-fixed-979{min-width:30px;width:auto}}.width-fixed-980{width:980px}@media (max-width:767px){.width-fixed-980{min-width:30px;width:auto}}.width-fixed-981{width:981px}@media (max-width:767px){.width-fixed-981{min-width:30px;width:auto}}.width-fixed-982{width:982px}@media (max-width:767px){.width-fixed-982{min-width:30px;width:auto}}.width-fixed-983{width:983px}@media (max-width:767px){.width-fixed-983{min-width:30px;width:auto}}.width-fixed-984{width:984px}@media (max-width:767px){.width-fixed-984{min-width:30px;width:auto}}.width-fixed-985{width:985px}@media (max-width:767px){.width-fixed-985{min-width:30px;width:auto}}.width-fixed-986{width:986px}@media (max-width:767px){.width-fixed-986{min-width:30px;width:auto}}.width-fixed-987{width:987px}@media (max-width:767px){.width-fixed-987{min-width:30px;width:auto}}.width-fixed-988{width:988px}@media (max-width:767px){.width-fixed-988{min-width:30px;width:auto}}.width-fixed-989{width:989px}@media (max-width:767px){.width-fixed-989{min-width:30px;width:auto}}.width-fixed-990{width:990px}@media (max-width:767px){.width-fixed-990{min-width:30px;width:auto}}.width-fixed-991{width:991px}@media (max-width:767px){.width-fixed-991{min-width:30px;width:auto}}.width-fixed-992{width:992px}@media (max-width:767px){.width-fixed-992{min-width:30px;width:auto}}.width-fixed-993{width:993px}@media (max-width:767px){.width-fixed-993{min-width:30px;width:auto}}.width-fixed-994{width:994px}@media (max-width:767px){.width-fixed-994{min-width:30px;width:auto}}.width-fixed-995{width:995px}@media (max-width:767px){.width-fixed-995{min-width:30px;width:auto}}.width-fixed-996{width:996px}@media (max-width:767px){.width-fixed-996{min-width:30px;width:auto}}.width-fixed-997{width:997px}@media (max-width:767px){.width-fixed-997{min-width:30px;width:auto}}.width-fixed-998{width:998px}@media (max-width:767px){.width-fixed-998{min-width:30px;width:auto}}.width-fixed-999{width:999px}@media (max-width:767px){.width-fixed-999{min-width:30px;width:auto}}.width-fixed-1000{width:1000px}@media (max-width:767px){.width-fixed-1000{min-width:30px;width:auto}}@media (max-width:1099px){.tablet-width-0{max-width:0;width:100%}.tablet-width-1{max-width:1%;width:100%}.tablet-width-2{max-width:2%;width:100%}.tablet-width-3{max-width:3%;width:100%}.tablet-width-4{max-width:4%;width:100%}.tablet-width-5{max-width:5%;width:100%}.tablet-width-6{max-width:6%;width:100%}.tablet-width-7{max-width:7%;width:100%}.tablet-width-8{max-width:8%;width:100%}.tablet-width-9{max-width:9%;width:100%}.tablet-width-10{max-width:10%;width:100%}.tablet-width-11{max-width:11%;width:100%}.tablet-width-12{max-width:12%;width:100%}.tablet-width-13{max-width:13%;width:100%}.tablet-width-14{max-width:14%;width:100%}.tablet-width-15{max-width:15%;width:100%}.tablet-width-16{max-width:16%;width:100%}.tablet-width-17{max-width:17%;width:100%}.tablet-width-18{max-width:18%;width:100%}.tablet-width-19{max-width:19%;width:100%}.tablet-width-20{max-width:20%;width:100%}.tablet-width-21{max-width:21%;width:100%}.tablet-width-22{max-width:22%;width:100%}.tablet-width-23{max-width:23%;width:100%}.tablet-width-24{max-width:24%;width:100%}.tablet-width-25{max-width:25%;width:100%}.tablet-width-26{max-width:26%;width:100%}.tablet-width-27{max-width:27%;width:100%}.tablet-width-28{max-width:28%;width:100%}.tablet-width-29{max-width:29%;width:100%}.tablet-width-30{max-width:30%;width:100%}.tablet-width-31{max-width:31%;width:100%}.tablet-width-32{max-width:32%;width:100%}.tablet-width-33{max-width:33%;width:100%}.tablet-width-34{max-width:34%;width:100%}.tablet-width-35{max-width:35%;width:100%}.tablet-width-36{max-width:36%;width:100%}.tablet-width-37{max-width:37%;width:100%}.tablet-width-38{max-width:38%;width:100%}.tablet-width-39{max-width:39%;width:100%}.tablet-width-40{max-width:40%;width:100%}.tablet-width-41{max-width:41%;width:100%}.tablet-width-42{max-width:42%;width:100%}.tablet-width-43{max-width:43%;width:100%}.tablet-width-44{max-width:44%;width:100%}.tablet-width-45{max-width:45%;width:100%}.tablet-width-46{max-width:46%;width:100%}.tablet-width-47{max-width:47%;width:100%}.tablet-width-48{max-width:48%;width:100%}.tablet-width-49{max-width:49%;width:100%}.tablet-width-50{max-width:50%;width:100%}.tablet-width-51{max-width:51%;width:100%}.tablet-width-52{max-width:52%;width:100%}.tablet-width-53{max-width:53%;width:100%}.tablet-width-54{max-width:54%;width:100%}.tablet-width-55{max-width:55%;width:100%}.tablet-width-56{max-width:56%;width:100%}.tablet-width-57{max-width:57%;width:100%}.tablet-width-58{max-width:58%;width:100%}.tablet-width-59{max-width:59%;width:100%}.tablet-width-60{max-width:60%;width:100%}.tablet-width-61{max-width:61%;width:100%}.tablet-width-62{max-width:62%;width:100%}.tablet-width-63{max-width:63%;width:100%}.tablet-width-64{max-width:64%;width:100%}.tablet-width-65{max-width:65%;width:100%}.tablet-width-66{max-width:66%;width:100%}.tablet-width-67{max-width:67%;width:100%}.tablet-width-68{max-width:68%;width:100%}.tablet-width-69{max-width:69%;width:100%}.tablet-width-70{max-width:70%;width:100%}.tablet-width-71{max-width:71%;width:100%}.tablet-width-72{max-width:72%;width:100%}.tablet-width-73{max-width:73%;width:100%}.tablet-width-74{max-width:74%;width:100%}.tablet-width-75{max-width:75%;width:100%}.tablet-width-76{max-width:76%;width:100%}.tablet-width-77{max-width:77%;width:100%}.tablet-width-78{max-width:78%;width:100%}.tablet-width-79{max-width:79%;width:100%}.tablet-width-80{max-width:80%;width:100%}.tablet-width-81{max-width:81%;width:100%}.tablet-width-82{max-width:82%;width:100%}.tablet-width-83{max-width:83%;width:100%}.tablet-width-84{max-width:84%;width:100%}.tablet-width-85{max-width:85%;width:100%}.tablet-width-86{max-width:86%;width:100%}.tablet-width-87{max-width:87%;width:100%}.tablet-width-88{max-width:88%;width:100%}.tablet-width-89{max-width:89%;width:100%}.tablet-width-90{max-width:90%;width:100%}.tablet-width-91{max-width:91%;width:100%}.tablet-width-92{max-width:92%;width:100%}.tablet-width-93{max-width:93%;width:100%}.tablet-width-94{max-width:94%;width:100%}.tablet-width-95{max-width:95%;width:100%}.tablet-width-96{max-width:96%;width:100%}.tablet-width-97{max-width:97%;width:100%}.tablet-width-98{max-width:98%;width:100%}.tablet-width-99{max-width:99%;width:100%}.tablet-width-100{max-width:100%;width:100%}}@media (max-width:767px){.mobile-width-0{max-width:0;width:100%}.mobile-width-1{max-width:1%;width:100%}.mobile-width-2{max-width:2%;width:100%}.mobile-width-3{max-width:3%;width:100%}.mobile-width-4{max-width:4%;width:100%}.mobile-width-5{max-width:5%;width:100%}.mobile-width-6{max-width:6%;width:100%}.mobile-width-7{max-width:7%;width:100%}.mobile-width-8{max-width:8%;width:100%}.mobile-width-9{max-width:9%;width:100%}.mobile-width-10{max-width:10%;width:100%}.mobile-width-11{max-width:11%;width:100%}.mobile-width-12{max-width:12%;width:100%}.mobile-width-13{max-width:13%;width:100%}.mobile-width-14{max-width:14%;width:100%}.mobile-width-15{max-width:15%;width:100%}.mobile-width-16{max-width:16%;width:100%}.mobile-width-17{max-width:17%;width:100%}.mobile-width-18{max-width:18%;width:100%}.mobile-width-19{max-width:19%;width:100%}.mobile-width-20{max-width:20%;width:100%}.mobile-width-21{max-width:21%;width:100%}.mobile-width-22{max-width:22%;width:100%}.mobile-width-23{max-width:23%;width:100%}.mobile-width-24{max-width:24%;width:100%}.mobile-width-25{max-width:25%;width:100%}.mobile-width-26{max-width:26%;width:100%}.mobile-width-27{max-width:27%;width:100%}.mobile-width-28{max-width:28%;width:100%}.mobile-width-29{max-width:29%;width:100%}.mobile-width-30{max-width:30%;width:100%}.mobile-width-31{max-width:31%;width:100%}.mobile-width-32{max-width:32%;width:100%}.mobile-width-33{max-width:33%;width:100%}.mobile-width-34{max-width:34%;width:100%}.mobile-width-35{max-width:35%;width:100%}.mobile-width-36{max-width:36%;width:100%}.mobile-width-37{max-width:37%;width:100%}.mobile-width-38{max-width:38%;width:100%}.mobile-width-39{max-width:39%;width:100%}.mobile-width-40{max-width:40%;width:100%}.mobile-width-41{max-width:41%;width:100%}.mobile-width-42{max-width:42%;width:100%}.mobile-width-43{max-width:43%;width:100%}.mobile-width-44{max-width:44%;width:100%}.mobile-width-45{max-width:45%;width:100%}.mobile-width-46{max-width:46%;width:100%}.mobile-width-47{max-width:47%;width:100%}.mobile-width-48{max-width:48%;width:100%}.mobile-width-49{max-width:49%;width:100%}.mobile-width-50{max-width:50%;width:100%}.mobile-width-51{max-width:51%;width:100%}.mobile-width-52{max-width:52%;width:100%}.mobile-width-53{max-width:53%;width:100%}.mobile-width-54{max-width:54%;width:100%}.mobile-width-55{max-width:55%;width:100%}.mobile-width-56{max-width:56%;width:100%}.mobile-width-57{max-width:57%;width:100%}.mobile-width-58{max-width:58%;width:100%}.mobile-width-59{max-width:59%;width:100%}.mobile-width-60{max-width:60%;width:100%}.mobile-width-61{max-width:61%;width:100%}.mobile-width-62{max-width:62%;width:100%}.mobile-width-63{max-width:63%;width:100%}.mobile-width-64{max-width:64%;width:100%}.mobile-width-65{max-width:65%;width:100%}.mobile-width-66{max-width:66%;width:100%}.mobile-width-67{max-width:67%;width:100%}.mobile-width-68{max-width:68%;width:100%}.mobile-width-69{max-width:69%;width:100%}.mobile-width-70{max-width:70%;width:100%}.mobile-width-71{max-width:71%;width:100%}.mobile-width-72{max-width:72%;width:100%}.mobile-width-73{max-width:73%;width:100%}.mobile-width-74{max-width:74%;width:100%}.mobile-width-75{max-width:75%;width:100%}.mobile-width-76{max-width:76%;width:100%}.mobile-width-77{max-width:77%;width:100%}.mobile-width-78{max-width:78%;width:100%}.mobile-width-79{max-width:79%;width:100%}.mobile-width-80{max-width:80%;width:100%}.mobile-width-81{max-width:81%;width:100%}.mobile-width-82{max-width:82%;width:100%}.mobile-width-83{max-width:83%;width:100%}.mobile-width-84{max-width:84%;width:100%}.mobile-width-85{max-width:85%;width:100%}.mobile-width-86{max-width:86%;width:100%}.mobile-width-87{max-width:87%;width:100%}.mobile-width-88{max-width:88%;width:100%}.mobile-width-89{max-width:89%;width:100%}.mobile-width-90{max-width:90%;width:100%}.mobile-width-91{max-width:91%;width:100%}.mobile-width-92{max-width:92%;width:100%}.mobile-width-93{max-width:93%;width:100%}.mobile-width-94{max-width:94%;width:100%}.mobile-width-95{max-width:95%;width:100%}.mobile-width-96{max-width:96%;width:100%}.mobile-width-97{max-width:97%;width:100%}.mobile-width-98{max-width:98%;width:100%}.mobile-width-99{max-width:99%;width:100%}.mobile-width-100{max-width:100%;width:100%}.mobile-flex-start{align-items:flex-start}}.margin-auto{margin:auto}.m-t-0{margin-top:0}.m-r-0{margin-right:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.p-t-0{padding-top:0}.p-r-0{padding-right:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.m-t-1{margin-top:1px}.m-r-1{margin-right:1px}.m-b-1{margin-bottom:1px}.m-l-1{margin-left:1px}.p-t-1{padding-top:1px}.p-r-1{padding-right:1px}.p-b-1{padding-bottom:1px}.p-l-1{padding-left:1px}.m-t-2{margin-top:2px}.m-r-2{margin-right:2px}.m-b-2{margin-bottom:2px}.m-l-2{margin-left:2px}.p-t-2{padding-top:2px}.p-r-2{padding-right:2px}.p-b-2{padding-bottom:2px}.p-l-2{padding-left:2px}.m-t-3{margin-top:3px}.m-r-3{margin-right:3px}.m-b-3{margin-bottom:3px}.m-l-3{margin-left:3px}.p-t-3{padding-top:3px}.p-r-3{padding-right:3px}.p-b-3{padding-bottom:3px}.p-l-3{padding-left:3px}.m-t-4{margin-top:4px}.m-r-4{margin-right:4px}.m-b-4{margin-bottom:4px}.m-l-4{margin-left:4px}.p-t-4{padding-top:4px}.p-r-4{padding-right:4px}.p-b-4{padding-bottom:4px}.p-l-4{padding-left:4px}.m-t-5{margin-top:5px}.m-r-5{margin-right:5px}.m-b-5{margin-bottom:5px}.m-l-5{margin-left:5px}.p-t-5{padding-top:5px}.p-r-5{padding-right:5px}.p-b-5{padding-bottom:5px}.p-l-5{padding-left:5px}.m-t-6{margin-top:6px}.m-r-6{margin-right:6px}.m-b-6{margin-bottom:6px}.m-l-6{margin-left:6px}.p-t-6{padding-top:6px}.p-r-6{padding-right:6px}.p-b-6{padding-bottom:6px}.p-l-6{padding-left:6px}.m-t-7{margin-top:7px}.m-r-7{margin-right:7px}.m-b-7{margin-bottom:7px}.m-l-7{margin-left:7px}.p-t-7{padding-top:7px}.p-r-7{padding-right:7px}.p-b-7{padding-bottom:7px}.p-l-7{padding-left:7px}.m-t-8{margin-top:8px}.m-r-8{margin-right:8px}.m-b-8{margin-bottom:8px}.m-l-8{margin-left:8px}.p-t-8{padding-top:8px}.p-r-8{padding-right:8px}.p-b-8{padding-bottom:8px}.p-l-8{padding-left:8px}.m-t-9{margin-top:9px}.m-r-9{margin-right:9px}.m-b-9{margin-bottom:9px}.m-l-9{margin-left:9px}.p-t-9{padding-top:9px}.p-r-9{padding-right:9px}.p-b-9{padding-bottom:9px}.p-l-9{padding-left:9px}.m-t-10{margin-top:10px}.m-r-10{margin-right:10px}.m-b-10{margin-bottom:10px}.m-l-10{margin-left:10px}.p-t-10{padding-top:10px}.p-r-10{padding-right:10px}.p-b-10{padding-bottom:10px}.p-l-10{padding-left:10px}.m-t-11{margin-top:11px}.m-r-11{margin-right:11px}.m-b-11{margin-bottom:11px}.m-l-11{margin-left:11px}.p-t-11{padding-top:11px}.p-r-11{padding-right:11px}.p-b-11{padding-bottom:11px}.p-l-11{padding-left:11px}.m-t-12{margin-top:12px}.m-r-12{margin-right:12px}.m-b-12{margin-bottom:12px}.m-l-12{margin-left:12px}.p-t-12{padding-top:12px}.p-r-12{padding-right:12px}.p-b-12{padding-bottom:12px}.p-l-12{padding-left:12px}.m-t-13{margin-top:13px}.m-r-13{margin-right:13px}.m-b-13{margin-bottom:13px}.m-l-13{margin-left:13px}.p-t-13{padding-top:13px}.p-r-13{padding-right:13px}.p-b-13{padding-bottom:13px}.p-l-13{padding-left:13px}.m-t-14{margin-top:14px}.m-r-14{margin-right:14px}.m-b-14{margin-bottom:14px}.m-l-14{margin-left:14px}.p-t-14{padding-top:14px}.p-r-14{padding-right:14px}.p-b-14{padding-bottom:14px}.p-l-14{padding-left:14px}.m-t-15{margin-top:15px}.m-r-15{margin-right:15px}.m-b-15{margin-bottom:15px}.m-l-15{margin-left:15px}.p-t-15{padding-top:15px}.p-r-15{padding-right:15px}.p-b-15{padding-bottom:15px}.p-l-15{padding-left:15px}.m-t-16{margin-top:16px}.m-r-16{margin-right:16px}.m-b-16{margin-bottom:16px}.m-l-16{margin-left:16px}.p-t-16{padding-top:16px}.p-r-16{padding-right:16px}.p-b-16{padding-bottom:16px}.p-l-16{padding-left:16px}.m-t-17{margin-top:17px}.m-r-17{margin-right:17px}.m-b-17{margin-bottom:17px}.m-l-17{margin-left:17px}.p-t-17{padding-top:17px}.p-r-17{padding-right:17px}.p-b-17{padding-bottom:17px}.p-l-17{padding-left:17px}.m-t-18{margin-top:18px}.m-r-18{margin-right:18px}.m-b-18{margin-bottom:18px}.m-l-18{margin-left:18px}.p-t-18{padding-top:18px}.p-r-18{padding-right:18px}.p-b-18{padding-bottom:18px}.p-l-18{padding-left:18px}.m-t-19{margin-top:19px}.m-r-19{margin-right:19px}.m-b-19{margin-bottom:19px}.m-l-19{margin-left:19px}.p-t-19{padding-top:19px}.p-r-19{padding-right:19px}.p-b-19{padding-bottom:19px}.p-l-19{padding-left:19px}.m-t-20{margin-top:20px}.m-r-20{margin-right:20px}.m-b-20{margin-bottom:20px}.m-l-20{margin-left:20px}.p-t-20{padding-top:20px}.p-r-20{padding-right:20px}.p-b-20{padding-bottom:20px}.p-l-20{padding-left:20px}.m-t-21{margin-top:21px}.m-r-21{margin-right:21px}.m-b-21{margin-bottom:21px}.m-l-21{margin-left:21px}.p-t-21{padding-top:21px}.p-r-21{padding-right:21px}.p-b-21{padding-bottom:21px}.p-l-21{padding-left:21px}.m-t-22{margin-top:22px}.m-r-22{margin-right:22px}.m-b-22{margin-bottom:22px}.m-l-22{margin-left:22px}.p-t-22{padding-top:22px}.p-r-22{padding-right:22px}.p-b-22{padding-bottom:22px}.p-l-22{padding-left:22px}.m-t-23{margin-top:23px}.m-r-23{margin-right:23px}.m-b-23{margin-bottom:23px}.m-l-23{margin-left:23px}.p-t-23{padding-top:23px}.p-r-23{padding-right:23px}.p-b-23{padding-bottom:23px}.p-l-23{padding-left:23px}.m-t-24{margin-top:24px}.m-r-24{margin-right:24px}.m-b-24{margin-bottom:24px}.m-l-24{margin-left:24px}.p-t-24{padding-top:24px}.p-r-24{padding-right:24px}.p-b-24{padding-bottom:24px}.p-l-24{padding-left:24px}.m-t-25{margin-top:25px}.m-r-25{margin-right:25px}.m-b-25{margin-bottom:25px}.m-l-25{margin-left:25px}.p-t-25{padding-top:25px}.p-r-25{padding-right:25px}.p-b-25{padding-bottom:25px}.p-l-25{padding-left:25px}.m-t-26{margin-top:26px}.m-r-26{margin-right:26px}.m-b-26{margin-bottom:26px}.m-l-26{margin-left:26px}.p-t-26{padding-top:26px}.p-r-26{padding-right:26px}.p-b-26{padding-bottom:26px}.p-l-26{padding-left:26px}.m-t-27{margin-top:27px}.m-r-27{margin-right:27px}.m-b-27{margin-bottom:27px}.m-l-27{margin-left:27px}.p-t-27{padding-top:27px}.p-r-27{padding-right:27px}.p-b-27{padding-bottom:27px}.p-l-27{padding-left:27px}.m-t-28{margin-top:28px}.m-r-28{margin-right:28px}.m-b-28{margin-bottom:28px}.m-l-28{margin-left:28px}.p-t-28{padding-top:28px}.p-r-28{padding-right:28px}.p-b-28{padding-bottom:28px}.p-l-28{padding-left:28px}.m-t-29{margin-top:29px}.m-r-29{margin-right:29px}.m-b-29{margin-bottom:29px}.m-l-29{margin-left:29px}.p-t-29{padding-top:29px}.p-r-29{padding-right:29px}.p-b-29{padding-bottom:29px}.p-l-29{padding-left:29px}.m-t-30{margin-top:30px}.m-r-30{margin-right:30px}.m-b-30{margin-bottom:30px}.m-l-30{margin-left:30px}.p-t-30{padding-top:30px}.p-r-30{padding-right:30px}.p-b-30{padding-bottom:30px}.p-l-30{padding-left:30px}.m-t-31{margin-top:31px}.m-r-31{margin-right:31px}.m-b-31{margin-bottom:31px}.m-l-31{margin-left:31px}.p-t-31{padding-top:31px}.p-r-31{padding-right:31px}.p-b-31{padding-bottom:31px}.p-l-31{padding-left:31px}.m-t-32{margin-top:32px}.m-r-32{margin-right:32px}.m-b-32{margin-bottom:32px}.m-l-32{margin-left:32px}.p-t-32{padding-top:32px}.p-r-32{padding-right:32px}.p-b-32{padding-bottom:32px}.p-l-32{padding-left:32px}.m-t-33{margin-top:33px}.m-r-33{margin-right:33px}.m-b-33{margin-bottom:33px}.m-l-33{margin-left:33px}.p-t-33{padding-top:33px}.p-r-33{padding-right:33px}.p-b-33{padding-bottom:33px}.p-l-33{padding-left:33px}.m-t-34{margin-top:34px}.m-r-34{margin-right:34px}.m-b-34{margin-bottom:34px}.m-l-34{margin-left:34px}.p-t-34{padding-top:34px}.p-r-34{padding-right:34px}.p-b-34{padding-bottom:34px}.p-l-34{padding-left:34px}.m-t-35{margin-top:35px}.m-r-35{margin-right:35px}.m-b-35{margin-bottom:35px}.m-l-35{margin-left:35px}.p-t-35{padding-top:35px}.p-r-35{padding-right:35px}.p-b-35{padding-bottom:35px}.p-l-35{padding-left:35px}.m-t-36{margin-top:36px}.m-r-36{margin-right:36px}.m-b-36{margin-bottom:36px}.m-l-36{margin-left:36px}.p-t-36{padding-top:36px}.p-r-36{padding-right:36px}.p-b-36{padding-bottom:36px}.p-l-36{padding-left:36px}.m-t-37{margin-top:37px}.m-r-37{margin-right:37px}.m-b-37{margin-bottom:37px}.m-l-37{margin-left:37px}.p-t-37{padding-top:37px}.p-r-37{padding-right:37px}.p-b-37{padding-bottom:37px}.p-l-37{padding-left:37px}.m-t-38{margin-top:38px}.m-r-38{margin-right:38px}.m-b-38{margin-bottom:38px}.m-l-38{margin-left:38px}.p-t-38{padding-top:38px}.p-r-38{padding-right:38px}.p-b-38{padding-bottom:38px}.p-l-38{padding-left:38px}.m-t-39{margin-top:39px}.m-r-39{margin-right:39px}.m-b-39{margin-bottom:39px}.m-l-39{margin-left:39px}.p-t-39{padding-top:39px}.p-r-39{padding-right:39px}.p-b-39{padding-bottom:39px}.p-l-39{padding-left:39px}.m-t-40{margin-top:40px}.m-r-40{margin-right:40px}.m-b-40{margin-bottom:40px}.m-l-40{margin-left:40px}.p-t-40{padding-top:40px}.p-r-40{padding-right:40px}.p-b-40{padding-bottom:40px}.p-l-40{padding-left:40px}.m-t-41{margin-top:41px}.m-r-41{margin-right:41px}.m-b-41{margin-bottom:41px}.m-l-41{margin-left:41px}.p-t-41{padding-top:41px}.p-r-41{padding-right:41px}.p-b-41{padding-bottom:41px}.p-l-41{padding-left:41px}.m-t-42{margin-top:42px}.m-r-42{margin-right:42px}.m-b-42{margin-bottom:42px}.m-l-42{margin-left:42px}.p-t-42{padding-top:42px}.p-r-42{padding-right:42px}.p-b-42{padding-bottom:42px}.p-l-42{padding-left:42px}.m-t-43{margin-top:43px}.m-r-43{margin-right:43px}.m-b-43{margin-bottom:43px}.m-l-43{margin-left:43px}.p-t-43{padding-top:43px}.p-r-43{padding-right:43px}.p-b-43{padding-bottom:43px}.p-l-43{padding-left:43px}.m-t-44{margin-top:44px}.m-r-44{margin-right:44px}.m-b-44{margin-bottom:44px}.m-l-44{margin-left:44px}.p-t-44{padding-top:44px}.p-r-44{padding-right:44px}.p-b-44{padding-bottom:44px}.p-l-44{padding-left:44px}.m-t-45{margin-top:45px}.m-r-45{margin-right:45px}.m-b-45{margin-bottom:45px}.m-l-45{margin-left:45px}.p-t-45{padding-top:45px}.p-r-45{padding-right:45px}.p-b-45{padding-bottom:45px}.p-l-45{padding-left:45px}.m-t-46{margin-top:46px}.m-r-46{margin-right:46px}.m-b-46{margin-bottom:46px}.m-l-46{margin-left:46px}.p-t-46{padding-top:46px}.p-r-46{padding-right:46px}.p-b-46{padding-bottom:46px}.p-l-46{padding-left:46px}.m-t-47{margin-top:47px}.m-r-47{margin-right:47px}.m-b-47{margin-bottom:47px}.m-l-47{margin-left:47px}.p-t-47{padding-top:47px}.p-r-47{padding-right:47px}.p-b-47{padding-bottom:47px}.p-l-47{padding-left:47px}.m-t-48{margin-top:48px}.m-r-48{margin-right:48px}.m-b-48{margin-bottom:48px}.m-l-48{margin-left:48px}.p-t-48{padding-top:48px}.p-r-48{padding-right:48px}.p-b-48{padding-bottom:48px}.p-l-48{padding-left:48px}.m-t-49{margin-top:49px}.m-r-49{margin-right:49px}.m-b-49{margin-bottom:49px}.m-l-49{margin-left:49px}.p-t-49{padding-top:49px}.p-r-49{padding-right:49px}.p-b-49{padding-bottom:49px}.p-l-49{padding-left:49px}.m-t-50{margin-top:50px}.m-r-50{margin-right:50px}.m-b-50{margin-bottom:50px}.m-l-50{margin-left:50px}.p-t-50{padding-top:50px}.p-r-50{padding-right:50px}.p-b-50{padding-bottom:50px}.p-l-50{padding-left:50px}@media (max-width:767px){.mob-m-t-0{margin-top:0}.mob-m-r-0{margin-right:0}.mob-m-b-0{margin-bottom:0}.mob-m-l-0{margin-left:0}.mob-m-t-1{margin-top:1px}.mob-m-r-1{margin-right:1px}.mob-m-b-1{margin-bottom:1px}.mob-m-l-1{margin-left:1px}.mob-m-t-2{margin-top:2px}.mob-m-r-2{margin-right:2px}.mob-m-b-2{margin-bottom:2px}.mob-m-l-2{margin-left:2px}.mob-m-t-3{margin-top:3px}.mob-m-r-3{margin-right:3px}.mob-m-b-3{margin-bottom:3px}.mob-m-l-3{margin-left:3px}.mob-m-t-4{margin-top:4px}.mob-m-r-4{margin-right:4px}.mob-m-b-4{margin-bottom:4px}.mob-m-l-4{margin-left:4px}.mob-m-t-5{margin-top:5px}.mob-m-r-5{margin-right:5px}.mob-m-b-5{margin-bottom:5px}.mob-m-l-5{margin-left:5px}.mob-m-t-6{margin-top:6px}.mob-m-r-6{margin-right:6px}.mob-m-b-6{margin-bottom:6px}.mob-m-l-6{margin-left:6px}.mob-m-t-7{margin-top:7px}.mob-m-r-7{margin-right:7px}.mob-m-b-7{margin-bottom:7px}.mob-m-l-7{margin-left:7px}.mob-m-t-8{margin-top:8px}.mob-m-r-8{margin-right:8px}.mob-m-b-8{margin-bottom:8px}.mob-m-l-8{margin-left:8px}.mob-m-t-9{margin-top:9px}.mob-m-r-9{margin-right:9px}.mob-m-b-9{margin-bottom:9px}.mob-m-l-9{margin-left:9px}.mob-m-t-10{margin-top:10px}.mob-m-r-10{margin-right:10px}.mob-m-b-10{margin-bottom:10px}.mob-m-l-10{margin-left:10px}.mob-m-t-11{margin-top:11px}.mob-m-r-11{margin-right:11px}.mob-m-b-11{margin-bottom:11px}.mob-m-l-11{margin-left:11px}.mob-m-t-12{margin-top:12px}.mob-m-r-12{margin-right:12px}.mob-m-b-12{margin-bottom:12px}.mob-m-l-12{margin-left:12px}.mob-m-t-13{margin-top:13px}.mob-m-r-13{margin-right:13px}.mob-m-b-13{margin-bottom:13px}.mob-m-l-13{margin-left:13px}.mob-m-t-14{margin-top:14px}.mob-m-r-14{margin-right:14px}.mob-m-b-14{margin-bottom:14px}.mob-m-l-14{margin-left:14px}.mob-m-t-15{margin-top:15px}.mob-m-r-15{margin-right:15px}.mob-m-b-15{margin-bottom:15px}.mob-m-l-15{margin-left:15px}.mob-m-t-16{margin-top:16px}.mob-m-r-16{margin-right:16px}.mob-m-b-16{margin-bottom:16px}.mob-m-l-16{margin-left:16px}.mob-m-t-17{margin-top:17px}.mob-m-r-17{margin-right:17px}.mob-m-b-17{margin-bottom:17px}.mob-m-l-17{margin-left:17px}.mob-m-t-18{margin-top:18px}.mob-m-r-18{margin-right:18px}.mob-m-b-18{margin-bottom:18px}.mob-m-l-18{margin-left:18px}.mob-m-t-19{margin-top:19px}.mob-m-r-19{margin-right:19px}.mob-m-b-19{margin-bottom:19px}.mob-m-l-19{margin-left:19px}.mob-m-t-20{margin-top:20px}.mob-m-r-20{margin-right:20px}.mob-m-b-20{margin-bottom:20px}.mob-m-l-20{margin-left:20px}.mob-m-t-21{margin-top:21px}.mob-m-r-21{margin-right:21px}.mob-m-b-21{margin-bottom:21px}.mob-m-l-21{margin-left:21px}.mob-m-t-22{margin-top:22px}.mob-m-r-22{margin-right:22px}.mob-m-b-22{margin-bottom:22px}.mob-m-l-22{margin-left:22px}.mob-m-t-23{margin-top:23px}.mob-m-r-23{margin-right:23px}.mob-m-b-23{margin-bottom:23px}.mob-m-l-23{margin-left:23px}.mob-m-t-24{margin-top:24px}.mob-m-r-24{margin-right:24px}.mob-m-b-24{margin-bottom:24px}.mob-m-l-24{margin-left:24px}.mob-m-t-25{margin-top:25px}.mob-m-r-25{margin-right:25px}.mob-m-b-25{margin-bottom:25px}.mob-m-l-25{margin-left:25px}.mob-m-t-26{margin-top:26px}.mob-m-r-26{margin-right:26px}.mob-m-b-26{margin-bottom:26px}.mob-m-l-26{margin-left:26px}.mob-m-t-27{margin-top:27px}.mob-m-r-27{margin-right:27px}.mob-m-b-27{margin-bottom:27px}.mob-m-l-27{margin-left:27px}.mob-m-t-28{margin-top:28px}.mob-m-r-28{margin-right:28px}.mob-m-b-28{margin-bottom:28px}.mob-m-l-28{margin-left:28px}.mob-m-t-29{margin-top:29px}.mob-m-r-29{margin-right:29px}.mob-m-b-29{margin-bottom:29px}.mob-m-l-29{margin-left:29px}.mob-m-t-30{margin-top:30px}.mob-m-r-30{margin-right:30px}.mob-m-b-30{margin-bottom:30px}.mob-m-l-30{margin-left:30px}.mob-m-t-31{margin-top:31px}.mob-m-r-31{margin-right:31px}.mob-m-b-31{margin-bottom:31px}.mob-m-l-31{margin-left:31px}.mob-m-t-32{margin-top:32px}.mob-m-r-32{margin-right:32px}.mob-m-b-32{margin-bottom:32px}.mob-m-l-32{margin-left:32px}.mob-m-t-33{margin-top:33px}.mob-m-r-33{margin-right:33px}.mob-m-b-33{margin-bottom:33px}.mob-m-l-33{margin-left:33px}.mob-m-t-34{margin-top:34px}.mob-m-r-34{margin-right:34px}.mob-m-b-34{margin-bottom:34px}.mob-m-l-34{margin-left:34px}.mob-m-t-35{margin-top:35px}.mob-m-r-35{margin-right:35px}.mob-m-b-35{margin-bottom:35px}.mob-m-l-35{margin-left:35px}.mob-m-t-36{margin-top:36px}.mob-m-r-36{margin-right:36px}.mob-m-b-36{margin-bottom:36px}.mob-m-l-36{margin-left:36px}.mob-m-t-37{margin-top:37px}.mob-m-r-37{margin-right:37px}.mob-m-b-37{margin-bottom:37px}.mob-m-l-37{margin-left:37px}.mob-m-t-38{margin-top:38px}.mob-m-r-38{margin-right:38px}.mob-m-b-38{margin-bottom:38px}.mob-m-l-38{margin-left:38px}.mob-m-t-39{margin-top:39px}.mob-m-r-39{margin-right:39px}.mob-m-b-39{margin-bottom:39px}.mob-m-l-39{margin-left:39px}.mob-m-t-40{margin-top:40px}.mob-m-r-40{margin-right:40px}.mob-m-b-40{margin-bottom:40px}.mob-m-l-40{margin-left:40px}.mob-m-t-41{margin-top:41px}.mob-m-r-41{margin-right:41px}.mob-m-b-41{margin-bottom:41px}.mob-m-l-41{margin-left:41px}.mob-m-t-42{margin-top:42px}.mob-m-r-42{margin-right:42px}.mob-m-b-42{margin-bottom:42px}.mob-m-l-42{margin-left:42px}.mob-m-t-43{margin-top:43px}.mob-m-r-43{margin-right:43px}.mob-m-b-43{margin-bottom:43px}.mob-m-l-43{margin-left:43px}.mob-m-t-44{margin-top:44px}.mob-m-r-44{margin-right:44px}.mob-m-b-44{margin-bottom:44px}.mob-m-l-44{margin-left:44px}.mob-m-t-45{margin-top:45px}.mob-m-r-45{margin-right:45px}.mob-m-b-45{margin-bottom:45px}.mob-m-l-45{margin-left:45px}.mob-m-t-46{margin-top:46px}.mob-m-r-46{margin-right:46px}.mob-m-b-46{margin-bottom:46px}.mob-m-l-46{margin-left:46px}.mob-m-t-47{margin-top:47px}.mob-m-r-47{margin-right:47px}.mob-m-b-47{margin-bottom:47px}.mob-m-l-47{margin-left:47px}.mob-m-t-48{margin-top:48px}.mob-m-r-48{margin-right:48px}.mob-m-b-48{margin-bottom:48px}.mob-m-l-48{margin-left:48px}.mob-m-t-49{margin-top:49px}.mob-m-r-49{margin-right:49px}.mob-m-b-49{margin-bottom:49px}.mob-m-l-49{margin-left:49px}.mob-m-t-50{margin-top:50px}.mob-m-r-50{margin-right:50px}.mob-m-b-50{margin-bottom:50px}.mob-m-l-50{margin-left:50px}}.hr-dashed{border:0;border-bottom:2px dashed #dedede;margin:20px 0}.hr-full{border:0;border-bottom:1px solid #dedede;margin-left:-40px;width:calc(100% + 80px)}@media (max-width:767px){.hr-full{margin-left:-15px;width:calc(100% + 30px)}}.list-with-numbers{margin-top:15px}.list-with-numbers li{font-size:14px;line-height:20px;list-style-type:decimal;margin-left:25px;margin-top:10px;padding-left:10px}.list-with-disc{margin-left:35px}.list-with-disc li{font-size:14px;line-height:20px;list-style-type:disc}.opened .link-collapse:after{content:"";transform:translateY(-50%) rotateX(180deg)}@media screen and (max-width:1099px){.hide-for-tablet{display:none!important}}.show-for-tablet{display:none!important}@media screen and (max-width:1099px){.show-for-tablet{display:block!important}}@media (max-width:767px){.hide-for-mobile{display:none}}.show-for-mobile{display:none}@media (max-width:767px){.show-for-mobile{display:block}.table td.show-for-mobile{display:table-cell}}.qr-code{background-color:#fff;border:1px solid #dedede;width:154px}div[disabled]{cursor:not-allowed;opacity:.5;pointer-events:none}.icon-dot-orange,.icon-dot-purple{background:#f9630e;border-radius:50%;display:inline-block;height:6px;margin-right:6px;max-width:6px;min-width:6px;width:6px}.icon-dot-purple{background:#6772e5}.border{border:1px solid #dedede}.border-top{border-top:1px solid #dedede}.border-left{border-left:1px solid #dedede}.border-right{border-right:1px solid #dedede}.border-bottom{border-bottom:1px solid #dedede}.d-none{display:none}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-flex{display:flex}.d-inline-flex{display:inline-flex}@media (max-width:767px){.mobile-flex-column{flex-direction:column}.mobile-flex-column .button{width:100%}.mobile-flex-column .button+.button{margin-top:10px}}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-fill{flex:1 1 auto}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.float-left{float:left}.float-right{float:right}.float-none{float:none}.position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:-webkit-sticky;position:sticky}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-bold{font-weight:700}.font-weight-normal{font-weight:400}.font-normal{font-style:normal}.font-italic{font-style:italic}.text-overflowed{overflow:hidden;text-overflow:ellipsis}.text-overflowed,.white-space-nowrap{white-space:nowrap}.white-space-normal,.white-space-normal .multiselect__option{white-space:normal}@media (max-width:1099px){.tablet-width-0{max-width:0;width:100%}.tablet-m-t-0{margin-top:0}.tablet-m-l-0{margin-left:0}.tablet-m-r-0{margin-right:0}.tablet-m-b-0{margin-bottom:0}.tablet-width-1{max-width:1%;width:100%}.tablet-m-t-1{margin-top:1px}.tablet-m-l-1{margin-left:1px}.tablet-m-r-1{margin-right:1px}.tablet-m-b-1{margin-bottom:1px}.tablet-width-2{max-width:2%;width:100%}.tablet-m-t-2{margin-top:2px}.tablet-m-l-2{margin-left:2px}.tablet-m-r-2{margin-right:2px}.tablet-m-b-2{margin-bottom:2px}.tablet-width-3{max-width:3%;width:100%}.tablet-m-t-3{margin-top:3px}.tablet-m-l-3{margin-left:3px}.tablet-m-r-3{margin-right:3px}.tablet-m-b-3{margin-bottom:3px}.tablet-width-4{max-width:4%;width:100%}.tablet-m-t-4{margin-top:4px}.tablet-m-l-4{margin-left:4px}.tablet-m-r-4{margin-right:4px}.tablet-m-b-4{margin-bottom:4px}.tablet-width-5{max-width:5%;width:100%}.tablet-m-t-5{margin-top:5px}.tablet-m-l-5{margin-left:5px}.tablet-m-r-5{margin-right:5px}.tablet-m-b-5{margin-bottom:5px}.tablet-width-6{max-width:6%;width:100%}.tablet-m-t-6{margin-top:6px}.tablet-m-l-6{margin-left:6px}.tablet-m-r-6{margin-right:6px}.tablet-m-b-6{margin-bottom:6px}.tablet-width-7{max-width:7%;width:100%}.tablet-m-t-7{margin-top:7px}.tablet-m-l-7{margin-left:7px}.tablet-m-r-7{margin-right:7px}.tablet-m-b-7{margin-bottom:7px}.tablet-width-8{max-width:8%;width:100%}.tablet-m-t-8{margin-top:8px}.tablet-m-l-8{margin-left:8px}.tablet-m-r-8{margin-right:8px}.tablet-m-b-8{margin-bottom:8px}.tablet-width-9{max-width:9%;width:100%}.tablet-m-t-9{margin-top:9px}.tablet-m-l-9{margin-left:9px}.tablet-m-r-9{margin-right:9px}.tablet-m-b-9{margin-bottom:9px}.tablet-width-10{max-width:10%;width:100%}.tablet-m-t-10{margin-top:10px}.tablet-m-l-10{margin-left:10px}.tablet-m-r-10{margin-right:10px}.tablet-m-b-10{margin-bottom:10px}.tablet-width-11{max-width:11%;width:100%}.tablet-m-t-11{margin-top:11px}.tablet-m-l-11{margin-left:11px}.tablet-m-r-11{margin-right:11px}.tablet-m-b-11{margin-bottom:11px}.tablet-width-12{max-width:12%;width:100%}.tablet-m-t-12{margin-top:12px}.tablet-m-l-12{margin-left:12px}.tablet-m-r-12{margin-right:12px}.tablet-m-b-12{margin-bottom:12px}.tablet-width-13{max-width:13%;width:100%}.tablet-m-t-13{margin-top:13px}.tablet-m-l-13{margin-left:13px}.tablet-m-r-13{margin-right:13px}.tablet-m-b-13{margin-bottom:13px}.tablet-width-14{max-width:14%;width:100%}.tablet-m-t-14{margin-top:14px}.tablet-m-l-14{margin-left:14px}.tablet-m-r-14{margin-right:14px}.tablet-m-b-14{margin-bottom:14px}.tablet-width-15{max-width:15%;width:100%}.tablet-m-t-15{margin-top:15px}.tablet-m-l-15{margin-left:15px}.tablet-m-r-15{margin-right:15px}.tablet-m-b-15{margin-bottom:15px}.tablet-width-16{max-width:16%;width:100%}.tablet-m-t-16{margin-top:16px}.tablet-m-l-16{margin-left:16px}.tablet-m-r-16{margin-right:16px}.tablet-m-b-16{margin-bottom:16px}.tablet-width-17{max-width:17%;width:100%}.tablet-m-t-17{margin-top:17px}.tablet-m-l-17{margin-left:17px}.tablet-m-r-17{margin-right:17px}.tablet-m-b-17{margin-bottom:17px}.tablet-width-18{max-width:18%;width:100%}.tablet-m-t-18{margin-top:18px}.tablet-m-l-18{margin-left:18px}.tablet-m-r-18{margin-right:18px}.tablet-m-b-18{margin-bottom:18px}.tablet-width-19{max-width:19%;width:100%}.tablet-m-t-19{margin-top:19px}.tablet-m-l-19{margin-left:19px}.tablet-m-r-19{margin-right:19px}.tablet-m-b-19{margin-bottom:19px}.tablet-width-20{max-width:20%;width:100%}.tablet-m-t-20{margin-top:20px}.tablet-m-l-20{margin-left:20px}.tablet-m-r-20{margin-right:20px}.tablet-m-b-20{margin-bottom:20px}.tablet-width-21{max-width:21%;width:100%}.tablet-m-t-21{margin-top:21px}.tablet-m-l-21{margin-left:21px}.tablet-m-r-21{margin-right:21px}.tablet-m-b-21{margin-bottom:21px}.tablet-width-22{max-width:22%;width:100%}.tablet-m-t-22{margin-top:22px}.tablet-m-l-22{margin-left:22px}.tablet-m-r-22{margin-right:22px}.tablet-m-b-22{margin-bottom:22px}.tablet-width-23{max-width:23%;width:100%}.tablet-m-t-23{margin-top:23px}.tablet-m-l-23{margin-left:23px}.tablet-m-r-23{margin-right:23px}.tablet-m-b-23{margin-bottom:23px}.tablet-width-24{max-width:24%;width:100%}.tablet-m-t-24{margin-top:24px}.tablet-m-l-24{margin-left:24px}.tablet-m-r-24{margin-right:24px}.tablet-m-b-24{margin-bottom:24px}.tablet-width-25{max-width:25%;width:100%}.tablet-m-t-25{margin-top:25px}.tablet-m-l-25{margin-left:25px}.tablet-m-r-25{margin-right:25px}.tablet-m-b-25{margin-bottom:25px}.tablet-width-26{max-width:26%;width:100%}.tablet-m-t-26{margin-top:26px}.tablet-m-l-26{margin-left:26px}.tablet-m-r-26{margin-right:26px}.tablet-m-b-26{margin-bottom:26px}.tablet-width-27{max-width:27%;width:100%}.tablet-m-t-27{margin-top:27px}.tablet-m-l-27{margin-left:27px}.tablet-m-r-27{margin-right:27px}.tablet-m-b-27{margin-bottom:27px}.tablet-width-28{max-width:28%;width:100%}.tablet-m-t-28{margin-top:28px}.tablet-m-l-28{margin-left:28px}.tablet-m-r-28{margin-right:28px}.tablet-m-b-28{margin-bottom:28px}.tablet-width-29{max-width:29%;width:100%}.tablet-m-t-29{margin-top:29px}.tablet-m-l-29{margin-left:29px}.tablet-m-r-29{margin-right:29px}.tablet-m-b-29{margin-bottom:29px}.tablet-width-30{max-width:30%;width:100%}.tablet-m-t-30{margin-top:30px}.tablet-m-l-30{margin-left:30px}.tablet-m-r-30{margin-right:30px}.tablet-m-b-30{margin-bottom:30px}.tablet-width-31{max-width:31%;width:100%}.tablet-m-t-31{margin-top:31px}.tablet-m-l-31{margin-left:31px}.tablet-m-r-31{margin-right:31px}.tablet-m-b-31{margin-bottom:31px}.tablet-width-32{max-width:32%;width:100%}.tablet-m-t-32{margin-top:32px}.tablet-m-l-32{margin-left:32px}.tablet-m-r-32{margin-right:32px}.tablet-m-b-32{margin-bottom:32px}.tablet-width-33{max-width:33%;width:100%}.tablet-m-t-33{margin-top:33px}.tablet-m-l-33{margin-left:33px}.tablet-m-r-33{margin-right:33px}.tablet-m-b-33{margin-bottom:33px}.tablet-width-34{max-width:34%;width:100%}.tablet-m-t-34{margin-top:34px}.tablet-m-l-34{margin-left:34px}.tablet-m-r-34{margin-right:34px}.tablet-m-b-34{margin-bottom:34px}.tablet-width-35{max-width:35%;width:100%}.tablet-m-t-35{margin-top:35px}.tablet-m-l-35{margin-left:35px}.tablet-m-r-35{margin-right:35px}.tablet-m-b-35{margin-bottom:35px}.tablet-width-36{max-width:36%;width:100%}.tablet-m-t-36{margin-top:36px}.tablet-m-l-36{margin-left:36px}.tablet-m-r-36{margin-right:36px}.tablet-m-b-36{margin-bottom:36px}.tablet-width-37{max-width:37%;width:100%}.tablet-m-t-37{margin-top:37px}.tablet-m-l-37{margin-left:37px}.tablet-m-r-37{margin-right:37px}.tablet-m-b-37{margin-bottom:37px}.tablet-width-38{max-width:38%;width:100%}.tablet-m-t-38{margin-top:38px}.tablet-m-l-38{margin-left:38px}.tablet-m-r-38{margin-right:38px}.tablet-m-b-38{margin-bottom:38px}.tablet-width-39{max-width:39%;width:100%}.tablet-m-t-39{margin-top:39px}.tablet-m-l-39{margin-left:39px}.tablet-m-r-39{margin-right:39px}.tablet-m-b-39{margin-bottom:39px}.tablet-width-40{max-width:40%;width:100%}.tablet-m-t-40{margin-top:40px}.tablet-m-l-40{margin-left:40px}.tablet-m-r-40{margin-right:40px}.tablet-m-b-40{margin-bottom:40px}.tablet-width-41{max-width:41%;width:100%}.tablet-m-t-41{margin-top:41px}.tablet-m-l-41{margin-left:41px}.tablet-m-r-41{margin-right:41px}.tablet-m-b-41{margin-bottom:41px}.tablet-width-42{max-width:42%;width:100%}.tablet-m-t-42{margin-top:42px}.tablet-m-l-42{margin-left:42px}.tablet-m-r-42{margin-right:42px}.tablet-m-b-42{margin-bottom:42px}.tablet-width-43{max-width:43%;width:100%}.tablet-m-t-43{margin-top:43px}.tablet-m-l-43{margin-left:43px}.tablet-m-r-43{margin-right:43px}.tablet-m-b-43{margin-bottom:43px}.tablet-width-44{max-width:44%;width:100%}.tablet-m-t-44{margin-top:44px}.tablet-m-l-44{margin-left:44px}.tablet-m-r-44{margin-right:44px}.tablet-m-b-44{margin-bottom:44px}.tablet-width-45{max-width:45%;width:100%}.tablet-m-t-45{margin-top:45px}.tablet-m-l-45{margin-left:45px}.tablet-m-r-45{margin-right:45px}.tablet-m-b-45{margin-bottom:45px}.tablet-width-46{max-width:46%;width:100%}.tablet-m-t-46{margin-top:46px}.tablet-m-l-46{margin-left:46px}.tablet-m-r-46{margin-right:46px}.tablet-m-b-46{margin-bottom:46px}.tablet-width-47{max-width:47%;width:100%}.tablet-m-t-47{margin-top:47px}.tablet-m-l-47{margin-left:47px}.tablet-m-r-47{margin-right:47px}.tablet-m-b-47{margin-bottom:47px}.tablet-width-48{max-width:48%;width:100%}.tablet-m-t-48{margin-top:48px}.tablet-m-l-48{margin-left:48px}.tablet-m-r-48{margin-right:48px}.tablet-m-b-48{margin-bottom:48px}.tablet-width-49{max-width:49%;width:100%}.tablet-m-t-49{margin-top:49px}.tablet-m-l-49{margin-left:49px}.tablet-m-r-49{margin-right:49px}.tablet-m-b-49{margin-bottom:49px}.tablet-width-50{max-width:50%;width:100%}.tablet-m-t-50{margin-top:50px}.tablet-m-l-50{margin-left:50px}.tablet-m-r-50{margin-right:50px}.tablet-m-b-50{margin-bottom:50px}.tablet-width-51{max-width:51%;width:100%}.tablet-m-t-51{margin-top:51px}.tablet-m-l-51{margin-left:51px}.tablet-m-r-51{margin-right:51px}.tablet-m-b-51{margin-bottom:51px}.tablet-width-52{max-width:52%;width:100%}.tablet-m-t-52{margin-top:52px}.tablet-m-l-52{margin-left:52px}.tablet-m-r-52{margin-right:52px}.tablet-m-b-52{margin-bottom:52px}.tablet-width-53{max-width:53%;width:100%}.tablet-m-t-53{margin-top:53px}.tablet-m-l-53{margin-left:53px}.tablet-m-r-53{margin-right:53px}.tablet-m-b-53{margin-bottom:53px}.tablet-width-54{max-width:54%;width:100%}.tablet-m-t-54{margin-top:54px}.tablet-m-l-54{margin-left:54px}.tablet-m-r-54{margin-right:54px}.tablet-m-b-54{margin-bottom:54px}.tablet-width-55{max-width:55%;width:100%}.tablet-m-t-55{margin-top:55px}.tablet-m-l-55{margin-left:55px}.tablet-m-r-55{margin-right:55px}.tablet-m-b-55{margin-bottom:55px}.tablet-width-56{max-width:56%;width:100%}.tablet-m-t-56{margin-top:56px}.tablet-m-l-56{margin-left:56px}.tablet-m-r-56{margin-right:56px}.tablet-m-b-56{margin-bottom:56px}.tablet-width-57{max-width:57%;width:100%}.tablet-m-t-57{margin-top:57px}.tablet-m-l-57{margin-left:57px}.tablet-m-r-57{margin-right:57px}.tablet-m-b-57{margin-bottom:57px}.tablet-width-58{max-width:58%;width:100%}.tablet-m-t-58{margin-top:58px}.tablet-m-l-58{margin-left:58px}.tablet-m-r-58{margin-right:58px}.tablet-m-b-58{margin-bottom:58px}.tablet-width-59{max-width:59%;width:100%}.tablet-m-t-59{margin-top:59px}.tablet-m-l-59{margin-left:59px}.tablet-m-r-59{margin-right:59px}.tablet-m-b-59{margin-bottom:59px}.tablet-width-60{max-width:60%;width:100%}.tablet-m-t-60{margin-top:60px}.tablet-m-l-60{margin-left:60px}.tablet-m-r-60{margin-right:60px}.tablet-m-b-60{margin-bottom:60px}.tablet-width-61{max-width:61%;width:100%}.tablet-m-t-61{margin-top:61px}.tablet-m-l-61{margin-left:61px}.tablet-m-r-61{margin-right:61px}.tablet-m-b-61{margin-bottom:61px}.tablet-width-62{max-width:62%;width:100%}.tablet-m-t-62{margin-top:62px}.tablet-m-l-62{margin-left:62px}.tablet-m-r-62{margin-right:62px}.tablet-m-b-62{margin-bottom:62px}.tablet-width-63{max-width:63%;width:100%}.tablet-m-t-63{margin-top:63px}.tablet-m-l-63{margin-left:63px}.tablet-m-r-63{margin-right:63px}.tablet-m-b-63{margin-bottom:63px}.tablet-width-64{max-width:64%;width:100%}.tablet-m-t-64{margin-top:64px}.tablet-m-l-64{margin-left:64px}.tablet-m-r-64{margin-right:64px}.tablet-m-b-64{margin-bottom:64px}.tablet-width-65{max-width:65%;width:100%}.tablet-m-t-65{margin-top:65px}.tablet-m-l-65{margin-left:65px}.tablet-m-r-65{margin-right:65px}.tablet-m-b-65{margin-bottom:65px}.tablet-width-66{max-width:66%;width:100%}.tablet-m-t-66{margin-top:66px}.tablet-m-l-66{margin-left:66px}.tablet-m-r-66{margin-right:66px}.tablet-m-b-66{margin-bottom:66px}.tablet-width-67{max-width:67%;width:100%}.tablet-m-t-67{margin-top:67px}.tablet-m-l-67{margin-left:67px}.tablet-m-r-67{margin-right:67px}.tablet-m-b-67{margin-bottom:67px}.tablet-width-68{max-width:68%;width:100%}.tablet-m-t-68{margin-top:68px}.tablet-m-l-68{margin-left:68px}.tablet-m-r-68{margin-right:68px}.tablet-m-b-68{margin-bottom:68px}.tablet-width-69{max-width:69%;width:100%}.tablet-m-t-69{margin-top:69px}.tablet-m-l-69{margin-left:69px}.tablet-m-r-69{margin-right:69px}.tablet-m-b-69{margin-bottom:69px}.tablet-width-70{max-width:70%;width:100%}.tablet-m-t-70{margin-top:70px}.tablet-m-l-70{margin-left:70px}.tablet-m-r-70{margin-right:70px}.tablet-m-b-70{margin-bottom:70px}.tablet-width-71{max-width:71%;width:100%}.tablet-m-t-71{margin-top:71px}.tablet-m-l-71{margin-left:71px}.tablet-m-r-71{margin-right:71px}.tablet-m-b-71{margin-bottom:71px}.tablet-width-72{max-width:72%;width:100%}.tablet-m-t-72{margin-top:72px}.tablet-m-l-72{margin-left:72px}.tablet-m-r-72{margin-right:72px}.tablet-m-b-72{margin-bottom:72px}.tablet-width-73{max-width:73%;width:100%}.tablet-m-t-73{margin-top:73px}.tablet-m-l-73{margin-left:73px}.tablet-m-r-73{margin-right:73px}.tablet-m-b-73{margin-bottom:73px}.tablet-width-74{max-width:74%;width:100%}.tablet-m-t-74{margin-top:74px}.tablet-m-l-74{margin-left:74px}.tablet-m-r-74{margin-right:74px}.tablet-m-b-74{margin-bottom:74px}.tablet-width-75{max-width:75%;width:100%}.tablet-m-t-75{margin-top:75px}.tablet-m-l-75{margin-left:75px}.tablet-m-r-75{margin-right:75px}.tablet-m-b-75{margin-bottom:75px}.tablet-width-76{max-width:76%;width:100%}.tablet-m-t-76{margin-top:76px}.tablet-m-l-76{margin-left:76px}.tablet-m-r-76{margin-right:76px}.tablet-m-b-76{margin-bottom:76px}.tablet-width-77{max-width:77%;width:100%}.tablet-m-t-77{margin-top:77px}.tablet-m-l-77{margin-left:77px}.tablet-m-r-77{margin-right:77px}.tablet-m-b-77{margin-bottom:77px}.tablet-width-78{max-width:78%;width:100%}.tablet-m-t-78{margin-top:78px}.tablet-m-l-78{margin-left:78px}.tablet-m-r-78{margin-right:78px}.tablet-m-b-78{margin-bottom:78px}.tablet-width-79{max-width:79%;width:100%}.tablet-m-t-79{margin-top:79px}.tablet-m-l-79{margin-left:79px}.tablet-m-r-79{margin-right:79px}.tablet-m-b-79{margin-bottom:79px}.tablet-width-80{max-width:80%;width:100%}.tablet-m-t-80{margin-top:80px}.tablet-m-l-80{margin-left:80px}.tablet-m-r-80{margin-right:80px}.tablet-m-b-80{margin-bottom:80px}.tablet-width-81{max-width:81%;width:100%}.tablet-m-t-81{margin-top:81px}.tablet-m-l-81{margin-left:81px}.tablet-m-r-81{margin-right:81px}.tablet-m-b-81{margin-bottom:81px}.tablet-width-82{max-width:82%;width:100%}.tablet-m-t-82{margin-top:82px}.tablet-m-l-82{margin-left:82px}.tablet-m-r-82{margin-right:82px}.tablet-m-b-82{margin-bottom:82px}.tablet-width-83{max-width:83%;width:100%}.tablet-m-t-83{margin-top:83px}.tablet-m-l-83{margin-left:83px}.tablet-m-r-83{margin-right:83px}.tablet-m-b-83{margin-bottom:83px}.tablet-width-84{max-width:84%;width:100%}.tablet-m-t-84{margin-top:84px}.tablet-m-l-84{margin-left:84px}.tablet-m-r-84{margin-right:84px}.tablet-m-b-84{margin-bottom:84px}.tablet-width-85{max-width:85%;width:100%}.tablet-m-t-85{margin-top:85px}.tablet-m-l-85{margin-left:85px}.tablet-m-r-85{margin-right:85px}.tablet-m-b-85{margin-bottom:85px}.tablet-width-86{max-width:86%;width:100%}.tablet-m-t-86{margin-top:86px}.tablet-m-l-86{margin-left:86px}.tablet-m-r-86{margin-right:86px}.tablet-m-b-86{margin-bottom:86px}.tablet-width-87{max-width:87%;width:100%}.tablet-m-t-87{margin-top:87px}.tablet-m-l-87{margin-left:87px}.tablet-m-r-87{margin-right:87px}.tablet-m-b-87{margin-bottom:87px}.tablet-width-88{max-width:88%;width:100%}.tablet-m-t-88{margin-top:88px}.tablet-m-l-88{margin-left:88px}.tablet-m-r-88{margin-right:88px}.tablet-m-b-88{margin-bottom:88px}.tablet-width-89{max-width:89%;width:100%}.tablet-m-t-89{margin-top:89px}.tablet-m-l-89{margin-left:89px}.tablet-m-r-89{margin-right:89px}.tablet-m-b-89{margin-bottom:89px}.tablet-width-90{max-width:90%;width:100%}.tablet-m-t-90{margin-top:90px}.tablet-m-l-90{margin-left:90px}.tablet-m-r-90{margin-right:90px}.tablet-m-b-90{margin-bottom:90px}.tablet-width-91{max-width:91%;width:100%}.tablet-m-t-91{margin-top:91px}.tablet-m-l-91{margin-left:91px}.tablet-m-r-91{margin-right:91px}.tablet-m-b-91{margin-bottom:91px}.tablet-width-92{max-width:92%;width:100%}.tablet-m-t-92{margin-top:92px}.tablet-m-l-92{margin-left:92px}.tablet-m-r-92{margin-right:92px}.tablet-m-b-92{margin-bottom:92px}.tablet-width-93{max-width:93%;width:100%}.tablet-m-t-93{margin-top:93px}.tablet-m-l-93{margin-left:93px}.tablet-m-r-93{margin-right:93px}.tablet-m-b-93{margin-bottom:93px}.tablet-width-94{max-width:94%;width:100%}.tablet-m-t-94{margin-top:94px}.tablet-m-l-94{margin-left:94px}.tablet-m-r-94{margin-right:94px}.tablet-m-b-94{margin-bottom:94px}.tablet-width-95{max-width:95%;width:100%}.tablet-m-t-95{margin-top:95px}.tablet-m-l-95{margin-left:95px}.tablet-m-r-95{margin-right:95px}.tablet-m-b-95{margin-bottom:95px}.tablet-width-96{max-width:96%;width:100%}.tablet-m-t-96{margin-top:96px}.tablet-m-l-96{margin-left:96px}.tablet-m-r-96{margin-right:96px}.tablet-m-b-96{margin-bottom:96px}.tablet-width-97{max-width:97%;width:100%}.tablet-m-t-97{margin-top:97px}.tablet-m-l-97{margin-left:97px}.tablet-m-r-97{margin-right:97px}.tablet-m-b-97{margin-bottom:97px}.tablet-width-98{max-width:98%;width:100%}.tablet-m-t-98{margin-top:98px}.tablet-m-l-98{margin-left:98px}.tablet-m-r-98{margin-right:98px}.tablet-m-b-98{margin-bottom:98px}.tablet-width-99{max-width:99%;width:100%}.tablet-m-t-99{margin-top:99px}.tablet-m-l-99{margin-left:99px}.tablet-m-r-99{margin-right:99px}.tablet-m-b-99{margin-bottom:99px}.tablet-width-100{max-width:100%;width:100%}.tablet-m-t-100{margin-top:100px}.tablet-m-l-100{margin-left:100px}.tablet-m-r-100{margin-right:100px}.tablet-m-b-100{margin-bottom:100px}.button-text-delete{margin-left:20px}.multiselect{align-items:center;-webkit-appearance:none;display:flex;flex-direction:column}.multiselect__tags{height:100%;width:100%}.multiselect__content-wrapper{width:100%;z-index:1}.multiselect__content{border-bottom:1px solid #dedede;border-bottom-left-radius:4px;border-bottom-right-radius:4px;width:100%}.multiselect__option{border-bottom:1px solid #dedede;padding:10px 15px}}@media screen and (min-width:1100px) and (max-width:1200px){.wrapper{max-width:1090px;min-width:1090px}}@media (min-width:1099px){.show-for-mob{display:none}}@media (max-width:1099px){.show-for-mob{display:none}}@media (max-width:767px){.hide-for-mob{display:none!important}.show-for-mob{display:block}.mob-width-0{max-width:0;width:100%}.mob-m-t-0{margin-top:0}.mob-m-l-0{margin-left:0}.mob-m-r-0{margin-right:0}.mob-m-b-0{margin-bottom:0}.mob-width-1{max-width:1%;width:100%}.mob-m-t-1{margin-top:1px}.mob-m-l-1{margin-left:1px}.mob-m-r-1{margin-right:1px}.mob-m-b-1{margin-bottom:1px}.mob-width-2{max-width:2%;width:100%}.mob-m-t-2{margin-top:2px}.mob-m-l-2{margin-left:2px}.mob-m-r-2{margin-right:2px}.mob-m-b-2{margin-bottom:2px}.mob-width-3{max-width:3%;width:100%}.mob-m-t-3{margin-top:3px}.mob-m-l-3{margin-left:3px}.mob-m-r-3{margin-right:3px}.mob-m-b-3{margin-bottom:3px}.mob-width-4{max-width:4%;width:100%}.mob-m-t-4{margin-top:4px}.mob-m-l-4{margin-left:4px}.mob-m-r-4{margin-right:4px}.mob-m-b-4{margin-bottom:4px}.mob-width-5{max-width:5%;width:100%}.mob-m-t-5{margin-top:5px}.mob-m-l-5{margin-left:5px}.mob-m-r-5{margin-right:5px}.mob-m-b-5{margin-bottom:5px}.mob-width-6{max-width:6%;width:100%}.mob-m-t-6{margin-top:6px}.mob-m-l-6{margin-left:6px}.mob-m-r-6{margin-right:6px}.mob-m-b-6{margin-bottom:6px}.mob-width-7{max-width:7%;width:100%}.mob-m-t-7{margin-top:7px}.mob-m-l-7{margin-left:7px}.mob-m-r-7{margin-right:7px}.mob-m-b-7{margin-bottom:7px}.mob-width-8{max-width:8%;width:100%}.mob-m-t-8{margin-top:8px}.mob-m-l-8{margin-left:8px}.mob-m-r-8{margin-right:8px}.mob-m-b-8{margin-bottom:8px}.mob-width-9{max-width:9%;width:100%}.mob-m-t-9{margin-top:9px}.mob-m-l-9{margin-left:9px}.mob-m-r-9{margin-right:9px}.mob-m-b-9{margin-bottom:9px}.mob-width-10{max-width:10%;width:100%}.mob-m-t-10{margin-top:10px}.mob-m-l-10{margin-left:10px}.mob-m-r-10{margin-right:10px}.mob-m-b-10{margin-bottom:10px}.mob-width-11{max-width:11%;width:100%}.mob-m-t-11{margin-top:11px}.mob-m-l-11{margin-left:11px}.mob-m-r-11{margin-right:11px}.mob-m-b-11{margin-bottom:11px}.mob-width-12{max-width:12%;width:100%}.mob-m-t-12{margin-top:12px}.mob-m-l-12{margin-left:12px}.mob-m-r-12{margin-right:12px}.mob-m-b-12{margin-bottom:12px}.mob-width-13{max-width:13%;width:100%}.mob-m-t-13{margin-top:13px}.mob-m-l-13{margin-left:13px}.mob-m-r-13{margin-right:13px}.mob-m-b-13{margin-bottom:13px}.mob-width-14{max-width:14%;width:100%}.mob-m-t-14{margin-top:14px}.mob-m-l-14{margin-left:14px}.mob-m-r-14{margin-right:14px}.mob-m-b-14{margin-bottom:14px}.mob-width-15{max-width:15%;width:100%}.mob-m-t-15{margin-top:15px}.mob-m-l-15{margin-left:15px}.mob-m-r-15{margin-right:15px}.mob-m-b-15{margin-bottom:15px}.mob-width-16{max-width:16%;width:100%}.mob-m-t-16{margin-top:16px}.mob-m-l-16{margin-left:16px}.mob-m-r-16{margin-right:16px}.mob-m-b-16{margin-bottom:16px}.mob-width-17{max-width:17%;width:100%}.mob-m-t-17{margin-top:17px}.mob-m-l-17{margin-left:17px}.mob-m-r-17{margin-right:17px}.mob-m-b-17{margin-bottom:17px}.mob-width-18{max-width:18%;width:100%}.mob-m-t-18{margin-top:18px}.mob-m-l-18{margin-left:18px}.mob-m-r-18{margin-right:18px}.mob-m-b-18{margin-bottom:18px}.mob-width-19{max-width:19%;width:100%}.mob-m-t-19{margin-top:19px}.mob-m-l-19{margin-left:19px}.mob-m-r-19{margin-right:19px}.mob-m-b-19{margin-bottom:19px}.mob-width-20{max-width:20%;width:100%}.mob-m-t-20{margin-top:20px}.mob-m-l-20{margin-left:20px}.mob-m-r-20{margin-right:20px}.mob-m-b-20{margin-bottom:20px}.mob-width-21{max-width:21%;width:100%}.mob-m-t-21{margin-top:21px}.mob-m-l-21{margin-left:21px}.mob-m-r-21{margin-right:21px}.mob-m-b-21{margin-bottom:21px}.mob-width-22{max-width:22%;width:100%}.mob-m-t-22{margin-top:22px}.mob-m-l-22{margin-left:22px}.mob-m-r-22{margin-right:22px}.mob-m-b-22{margin-bottom:22px}.mob-width-23{max-width:23%;width:100%}.mob-m-t-23{margin-top:23px}.mob-m-l-23{margin-left:23px}.mob-m-r-23{margin-right:23px}.mob-m-b-23{margin-bottom:23px}.mob-width-24{max-width:24%;width:100%}.mob-m-t-24{margin-top:24px}.mob-m-l-24{margin-left:24px}.mob-m-r-24{margin-right:24px}.mob-m-b-24{margin-bottom:24px}.mob-width-25{max-width:25%;width:100%}.mob-m-t-25{margin-top:25px}.mob-m-l-25{margin-left:25px}.mob-m-r-25{margin-right:25px}.mob-m-b-25{margin-bottom:25px}.mob-width-26{max-width:26%;width:100%}.mob-m-t-26{margin-top:26px}.mob-m-l-26{margin-left:26px}.mob-m-r-26{margin-right:26px}.mob-m-b-26{margin-bottom:26px}.mob-width-27{max-width:27%;width:100%}.mob-m-t-27{margin-top:27px}.mob-m-l-27{margin-left:27px}.mob-m-r-27{margin-right:27px}.mob-m-b-27{margin-bottom:27px}.mob-width-28{max-width:28%;width:100%}.mob-m-t-28{margin-top:28px}.mob-m-l-28{margin-left:28px}.mob-m-r-28{margin-right:28px}.mob-m-b-28{margin-bottom:28px}.mob-width-29{max-width:29%;width:100%}.mob-m-t-29{margin-top:29px}.mob-m-l-29{margin-left:29px}.mob-m-r-29{margin-right:29px}.mob-m-b-29{margin-bottom:29px}.mob-width-30{max-width:30%;width:100%}.mob-m-t-30{margin-top:30px}.mob-m-l-30{margin-left:30px}.mob-m-r-30{margin-right:30px}.mob-m-b-30{margin-bottom:30px}.mob-width-31{max-width:31%;width:100%}.mob-m-t-31{margin-top:31px}.mob-m-l-31{margin-left:31px}.mob-m-r-31{margin-right:31px}.mob-m-b-31{margin-bottom:31px}.mob-width-32{max-width:32%;width:100%}.mob-m-t-32{margin-top:32px}.mob-m-l-32{margin-left:32px}.mob-m-r-32{margin-right:32px}.mob-m-b-32{margin-bottom:32px}.mob-width-33{max-width:33%;width:100%}.mob-m-t-33{margin-top:33px}.mob-m-l-33{margin-left:33px}.mob-m-r-33{margin-right:33px}.mob-m-b-33{margin-bottom:33px}.mob-width-34{max-width:34%;width:100%}.mob-m-t-34{margin-top:34px}.mob-m-l-34{margin-left:34px}.mob-m-r-34{margin-right:34px}.mob-m-b-34{margin-bottom:34px}.mob-width-35{max-width:35%;width:100%}.mob-m-t-35{margin-top:35px}.mob-m-l-35{margin-left:35px}.mob-m-r-35{margin-right:35px}.mob-m-b-35{margin-bottom:35px}.mob-width-36{max-width:36%;width:100%}.mob-m-t-36{margin-top:36px}.mob-m-l-36{margin-left:36px}.mob-m-r-36{margin-right:36px}.mob-m-b-36{margin-bottom:36px}.mob-width-37{max-width:37%;width:100%}.mob-m-t-37{margin-top:37px}.mob-m-l-37{margin-left:37px}.mob-m-r-37{margin-right:37px}.mob-m-b-37{margin-bottom:37px}.mob-width-38{max-width:38%;width:100%}.mob-m-t-38{margin-top:38px}.mob-m-l-38{margin-left:38px}.mob-m-r-38{margin-right:38px}.mob-m-b-38{margin-bottom:38px}.mob-width-39{max-width:39%;width:100%}.mob-m-t-39{margin-top:39px}.mob-m-l-39{margin-left:39px}.mob-m-r-39{margin-right:39px}.mob-m-b-39{margin-bottom:39px}.mob-width-40{max-width:40%;width:100%}.mob-m-t-40{margin-top:40px}.mob-m-l-40{margin-left:40px}.mob-m-r-40{margin-right:40px}.mob-m-b-40{margin-bottom:40px}.mob-width-41{max-width:41%;width:100%}.mob-m-t-41{margin-top:41px}.mob-m-l-41{margin-left:41px}.mob-m-r-41{margin-right:41px}.mob-m-b-41{margin-bottom:41px}.mob-width-42{max-width:42%;width:100%}.mob-m-t-42{margin-top:42px}.mob-m-l-42{margin-left:42px}.mob-m-r-42{margin-right:42px}.mob-m-b-42{margin-bottom:42px}.mob-width-43{max-width:43%;width:100%}.mob-m-t-43{margin-top:43px}.mob-m-l-43{margin-left:43px}.mob-m-r-43{margin-right:43px}.mob-m-b-43{margin-bottom:43px}.mob-width-44{max-width:44%;width:100%}.mob-m-t-44{margin-top:44px}.mob-m-l-44{margin-left:44px}.mob-m-r-44{margin-right:44px}.mob-m-b-44{margin-bottom:44px}.mob-width-45{max-width:45%;width:100%}.mob-m-t-45{margin-top:45px}.mob-m-l-45{margin-left:45px}.mob-m-r-45{margin-right:45px}.mob-m-b-45{margin-bottom:45px}.mob-width-46{max-width:46%;width:100%}.mob-m-t-46{margin-top:46px}.mob-m-l-46{margin-left:46px}.mob-m-r-46{margin-right:46px}.mob-m-b-46{margin-bottom:46px}.mob-width-47{max-width:47%;width:100%}.mob-m-t-47{margin-top:47px}.mob-m-l-47{margin-left:47px}.mob-m-r-47{margin-right:47px}.mob-m-b-47{margin-bottom:47px}.mob-width-48{max-width:48%;width:100%}.mob-m-t-48{margin-top:48px}.mob-m-l-48{margin-left:48px}.mob-m-r-48{margin-right:48px}.mob-m-b-48{margin-bottom:48px}.mob-width-49{max-width:49%;width:100%}.mob-m-t-49{margin-top:49px}.mob-m-l-49{margin-left:49px}.mob-m-r-49{margin-right:49px}.mob-m-b-49{margin-bottom:49px}.mob-width-50{max-width:50%;width:100%}.mob-m-t-50{margin-top:50px}.mob-m-l-50{margin-left:50px}.mob-m-r-50{margin-right:50px}.mob-m-b-50{margin-bottom:50px}.mob-width-51{max-width:51%;width:100%}.mob-m-t-51{margin-top:51px}.mob-m-l-51{margin-left:51px}.mob-m-r-51{margin-right:51px}.mob-m-b-51{margin-bottom:51px}.mob-width-52{max-width:52%;width:100%}.mob-m-t-52{margin-top:52px}.mob-m-l-52{margin-left:52px}.mob-m-r-52{margin-right:52px}.mob-m-b-52{margin-bottom:52px}.mob-width-53{max-width:53%;width:100%}.mob-m-t-53{margin-top:53px}.mob-m-l-53{margin-left:53px}.mob-m-r-53{margin-right:53px}.mob-m-b-53{margin-bottom:53px}.mob-width-54{max-width:54%;width:100%}.mob-m-t-54{margin-top:54px}.mob-m-l-54{margin-left:54px}.mob-m-r-54{margin-right:54px}.mob-m-b-54{margin-bottom:54px}.mob-width-55{max-width:55%;width:100%}.mob-m-t-55{margin-top:55px}.mob-m-l-55{margin-left:55px}.mob-m-r-55{margin-right:55px}.mob-m-b-55{margin-bottom:55px}.mob-width-56{max-width:56%;width:100%}.mob-m-t-56{margin-top:56px}.mob-m-l-56{margin-left:56px}.mob-m-r-56{margin-right:56px}.mob-m-b-56{margin-bottom:56px}.mob-width-57{max-width:57%;width:100%}.mob-m-t-57{margin-top:57px}.mob-m-l-57{margin-left:57px}.mob-m-r-57{margin-right:57px}.mob-m-b-57{margin-bottom:57px}.mob-width-58{max-width:58%;width:100%}.mob-m-t-58{margin-top:58px}.mob-m-l-58{margin-left:58px}.mob-m-r-58{margin-right:58px}.mob-m-b-58{margin-bottom:58px}.mob-width-59{max-width:59%;width:100%}.mob-m-t-59{margin-top:59px}.mob-m-l-59{margin-left:59px}.mob-m-r-59{margin-right:59px}.mob-m-b-59{margin-bottom:59px}.mob-width-60{max-width:60%;width:100%}.mob-m-t-60{margin-top:60px}.mob-m-l-60{margin-left:60px}.mob-m-r-60{margin-right:60px}.mob-m-b-60{margin-bottom:60px}.mob-width-61{max-width:61%;width:100%}.mob-m-t-61{margin-top:61px}.mob-m-l-61{margin-left:61px}.mob-m-r-61{margin-right:61px}.mob-m-b-61{margin-bottom:61px}.mob-width-62{max-width:62%;width:100%}.mob-m-t-62{margin-top:62px}.mob-m-l-62{margin-left:62px}.mob-m-r-62{margin-right:62px}.mob-m-b-62{margin-bottom:62px}.mob-width-63{max-width:63%;width:100%}.mob-m-t-63{margin-top:63px}.mob-m-l-63{margin-left:63px}.mob-m-r-63{margin-right:63px}.mob-m-b-63{margin-bottom:63px}.mob-width-64{max-width:64%;width:100%}.mob-m-t-64{margin-top:64px}.mob-m-l-64{margin-left:64px}.mob-m-r-64{margin-right:64px}.mob-m-b-64{margin-bottom:64px}.mob-width-65{max-width:65%;width:100%}.mob-m-t-65{margin-top:65px}.mob-m-l-65{margin-left:65px}.mob-m-r-65{margin-right:65px}.mob-m-b-65{margin-bottom:65px}.mob-width-66{max-width:66%;width:100%}.mob-m-t-66{margin-top:66px}.mob-m-l-66{margin-left:66px}.mob-m-r-66{margin-right:66px}.mob-m-b-66{margin-bottom:66px}.mob-width-67{max-width:67%;width:100%}.mob-m-t-67{margin-top:67px}.mob-m-l-67{margin-left:67px}.mob-m-r-67{margin-right:67px}.mob-m-b-67{margin-bottom:67px}.mob-width-68{max-width:68%;width:100%}.mob-m-t-68{margin-top:68px}.mob-m-l-68{margin-left:68px}.mob-m-r-68{margin-right:68px}.mob-m-b-68{margin-bottom:68px}.mob-width-69{max-width:69%;width:100%}.mob-m-t-69{margin-top:69px}.mob-m-l-69{margin-left:69px}.mob-m-r-69{margin-right:69px}.mob-m-b-69{margin-bottom:69px}.mob-width-70{max-width:70%;width:100%}.mob-m-t-70{margin-top:70px}.mob-m-l-70{margin-left:70px}.mob-m-r-70{margin-right:70px}.mob-m-b-70{margin-bottom:70px}.mob-width-71{max-width:71%;width:100%}.mob-m-t-71{margin-top:71px}.mob-m-l-71{margin-left:71px}.mob-m-r-71{margin-right:71px}.mob-m-b-71{margin-bottom:71px}.mob-width-72{max-width:72%;width:100%}.mob-m-t-72{margin-top:72px}.mob-m-l-72{margin-left:72px}.mob-m-r-72{margin-right:72px}.mob-m-b-72{margin-bottom:72px}.mob-width-73{max-width:73%;width:100%}.mob-m-t-73{margin-top:73px}.mob-m-l-73{margin-left:73px}.mob-m-r-73{margin-right:73px}.mob-m-b-73{margin-bottom:73px}.mob-width-74{max-width:74%;width:100%}.mob-m-t-74{margin-top:74px}.mob-m-l-74{margin-left:74px}.mob-m-r-74{margin-right:74px}.mob-m-b-74{margin-bottom:74px}.mob-width-75{max-width:75%;width:100%}.mob-m-t-75{margin-top:75px}.mob-m-l-75{margin-left:75px}.mob-m-r-75{margin-right:75px}.mob-m-b-75{margin-bottom:75px}.mob-width-76{max-width:76%;width:100%}.mob-m-t-76{margin-top:76px}.mob-m-l-76{margin-left:76px}.mob-m-r-76{margin-right:76px}.mob-m-b-76{margin-bottom:76px}.mob-width-77{max-width:77%;width:100%}.mob-m-t-77{margin-top:77px}.mob-m-l-77{margin-left:77px}.mob-m-r-77{margin-right:77px}.mob-m-b-77{margin-bottom:77px}.mob-width-78{max-width:78%;width:100%}.mob-m-t-78{margin-top:78px}.mob-m-l-78{margin-left:78px}.mob-m-r-78{margin-right:78px}.mob-m-b-78{margin-bottom:78px}.mob-width-79{max-width:79%;width:100%}.mob-m-t-79{margin-top:79px}.mob-m-l-79{margin-left:79px}.mob-m-r-79{margin-right:79px}.mob-m-b-79{margin-bottom:79px}.mob-width-80{max-width:80%;width:100%}.mob-m-t-80{margin-top:80px}.mob-m-l-80{margin-left:80px}.mob-m-r-80{margin-right:80px}.mob-m-b-80{margin-bottom:80px}.mob-width-81{max-width:81%;width:100%}.mob-m-t-81{margin-top:81px}.mob-m-l-81{margin-left:81px}.mob-m-r-81{margin-right:81px}.mob-m-b-81{margin-bottom:81px}.mob-width-82{max-width:82%;width:100%}.mob-m-t-82{margin-top:82px}.mob-m-l-82{margin-left:82px}.mob-m-r-82{margin-right:82px}.mob-m-b-82{margin-bottom:82px}.mob-width-83{max-width:83%;width:100%}.mob-m-t-83{margin-top:83px}.mob-m-l-83{margin-left:83px}.mob-m-r-83{margin-right:83px}.mob-m-b-83{margin-bottom:83px}.mob-width-84{max-width:84%;width:100%}.mob-m-t-84{margin-top:84px}.mob-m-l-84{margin-left:84px}.mob-m-r-84{margin-right:84px}.mob-m-b-84{margin-bottom:84px}.mob-width-85{max-width:85%;width:100%}.mob-m-t-85{margin-top:85px}.mob-m-l-85{margin-left:85px}.mob-m-r-85{margin-right:85px}.mob-m-b-85{margin-bottom:85px}.mob-width-86{max-width:86%;width:100%}.mob-m-t-86{margin-top:86px}.mob-m-l-86{margin-left:86px}.mob-m-r-86{margin-right:86px}.mob-m-b-86{margin-bottom:86px}.mob-width-87{max-width:87%;width:100%}.mob-m-t-87{margin-top:87px}.mob-m-l-87{margin-left:87px}.mob-m-r-87{margin-right:87px}.mob-m-b-87{margin-bottom:87px}.mob-width-88{max-width:88%;width:100%}.mob-m-t-88{margin-top:88px}.mob-m-l-88{margin-left:88px}.mob-m-r-88{margin-right:88px}.mob-m-b-88{margin-bottom:88px}.mob-width-89{max-width:89%;width:100%}.mob-m-t-89{margin-top:89px}.mob-m-l-89{margin-left:89px}.mob-m-r-89{margin-right:89px}.mob-m-b-89{margin-bottom:89px}.mob-width-90{max-width:90%;width:100%}.mob-m-t-90{margin-top:90px}.mob-m-l-90{margin-left:90px}.mob-m-r-90{margin-right:90px}.mob-m-b-90{margin-bottom:90px}.mob-width-91{max-width:91%;width:100%}.mob-m-t-91{margin-top:91px}.mob-m-l-91{margin-left:91px}.mob-m-r-91{margin-right:91px}.mob-m-b-91{margin-bottom:91px}.mob-width-92{max-width:92%;width:100%}.mob-m-t-92{margin-top:92px}.mob-m-l-92{margin-left:92px}.mob-m-r-92{margin-right:92px}.mob-m-b-92{margin-bottom:92px}.mob-width-93{max-width:93%;width:100%}.mob-m-t-93{margin-top:93px}.mob-m-l-93{margin-left:93px}.mob-m-r-93{margin-right:93px}.mob-m-b-93{margin-bottom:93px}.mob-width-94{max-width:94%;width:100%}.mob-m-t-94{margin-top:94px}.mob-m-l-94{margin-left:94px}.mob-m-r-94{margin-right:94px}.mob-m-b-94{margin-bottom:94px}.mob-width-95{max-width:95%;width:100%}.mob-m-t-95{margin-top:95px}.mob-m-l-95{margin-left:95px}.mob-m-r-95{margin-right:95px}.mob-m-b-95{margin-bottom:95px}.mob-width-96{max-width:96%;width:100%}.mob-m-t-96{margin-top:96px}.mob-m-l-96{margin-left:96px}.mob-m-r-96{margin-right:96px}.mob-m-b-96{margin-bottom:96px}.mob-width-97{max-width:97%;width:100%}.mob-m-t-97{margin-top:97px}.mob-m-l-97{margin-left:97px}.mob-m-r-97{margin-right:97px}.mob-m-b-97{margin-bottom:97px}.mob-width-98{max-width:98%;width:100%}.mob-m-t-98{margin-top:98px}.mob-m-l-98{margin-left:98px}.mob-m-r-98{margin-right:98px}.mob-m-b-98{margin-bottom:98px}.mob-width-99{max-width:99%;width:100%}.mob-m-t-99{margin-top:99px}.mob-m-l-99{margin-left:99px}.mob-m-r-99{margin-right:99px}.mob-m-b-99{margin-bottom:99px}.mob-width-100{max-width:100%;width:100%}.mob-m-t-100{margin-top:100px}.mob-m-l-100{margin-left:100px}.mob-m-r-100{margin-right:100px}.mob-m-b-100{margin-bottom:100px}}.modal-started_uploading_dialog .modal-body,.modal-upload-document .modal-body{padding-top:0}.modal-started_uploading_dialog .modal-footer,.modal-upload-document .modal-footer{flex-direction:row}.modal-started_uploading_dialog .modal-footer .link-solid,.modal-upload-document .modal-footer .link-solid{border-bottom:1px solid #2586ea1f}.modal-started_uploading_dialog .modal-footer .button,.modal-upload-document .modal-footer .button{max-height:42px}.modal-started_uploading_dialog .modal-footer .button:not(:last-child),.modal-upload-document .modal-footer .button:not(:last-child){margin-right:15px}.link-solid .modal-started_uploading_dialog .modal-footer a,.link-solid .modal-upload-document .modal-footer a,.modal-started_uploading_dialog .modal-footer .link,.modal-started_uploading_dialog .modal-footer .link-collapse,.modal-started_uploading_dialog .modal-footer .link-dashed,.modal-started_uploading_dialog .modal-footer .link-dashed-red,.modal-started_uploading_dialog .modal-footer .link-delete,.modal-started_uploading_dialog .modal-footer .link-file,.modal-started_uploading_dialog .modal-footer .link-solid,.modal-started_uploading_dialog .modal-footer .link-solid a,.modal-started_uploading_dialog .modal-footer .link-with-icon,.modal-upload-document .modal-footer .link,.modal-upload-document .modal-footer .link-collapse,.modal-upload-document .modal-footer .link-dashed,.modal-upload-document .modal-footer .link-dashed-red,.modal-upload-document .modal-footer .link-delete,.modal-upload-document .modal-footer .link-file,.modal-upload-document .modal-footer .link-solid,.modal-upload-document .modal-footer .link-solid a,.modal-upload-document .modal-footer .link-with-icon{font-size:14px}.modal-started_uploading_dialog .modal-footer .footer-dialog-info,.modal-upload-document .modal-footer .footer-dialog-info{align-items:center;display:flex}@media (max-width:1023px){.modal-started_uploading_dialog .modal-footer .footer-dialog-info,.modal-upload-document .modal-footer .footer-dialog-info{align-items:flex-end;flex-direction:column}.modal-started_uploading_dialog .modal-footer .footer-dialog-info p,.modal-upload-document .modal-footer .footer-dialog-info p{font-size:13px;line-height:16px;margin-bottom:4px}}.modal-started_uploading_dialog .modal-footer .footer-dialog-info p,.modal-upload-document .modal-footer .footer-dialog-info p{font-size:15px;line-height:18px}@media (max-width:1023px){.modal-started_uploading_dialog .tabs-upload,.modal-upload-document .tabs-upload{justify-content:space-between}}.modal-started_uploading_dialog .tabs-upload,.modal-upload-document .tabs-upload{border-bottom:1px solid #dedede;display:flex;margin:0 0 15px}.modal-started_uploading_dialog .tabs-upload .tabs-upload-item,.modal-upload-document .tabs-upload .tabs-upload-item{color:#303030;cursor:pointer;font-size:14px;line-height:18px;margin:0 50px 0 0;padding:15px 0;position:relative;width:auto}@media (max-width:1023px){.modal-started_uploading_dialog .tabs-upload .tabs-upload-item,.modal-upload-document .tabs-upload .tabs-upload-item{margin:0;padding:10px 0}}.modal-started_uploading_dialog .tabs-upload .tabs-upload-item:after,.modal-upload-document .tabs-upload .tabs-upload-item:after{background:#0000;border-radius:2px 2px 0 0;bottom:-1px;content:"";height:4px;left:0;position:absolute;right:0}.modal-started_uploading_dialog .tabs-upload .tabs-upload-item.active,.modal-upload-document .tabs-upload .tabs-upload-item.active{color:#2586ea;font-weight:700}.modal-started_uploading_dialog .tabs-upload .tabs-upload-item.active:after,.modal-upload-document .tabs-upload .tabs-upload-item.active:after{background:#2586ea}.modal-started_uploading_dialog .uploaded-section,.modal-upload-document .uploaded-section{display:flex;position:relative}@media (max-width:1023px){.modal-started_uploading_dialog .uploaded-section,.modal-upload-document .uploaded-section{flex-direction:column;width:100%}}.modal-started_uploading_dialog .uploaded-section-column,.modal-started_uploading_dialog .uploaded-section-row,.modal-upload-document .uploaded-section-column,.modal-upload-document .uploaded-section-row{align-items:center;display:flex;flex-flow:row nowrap;min-height:32px;position:relative}@media (max-width:1023px){.modal-started_uploading_dialog .uploaded-section-column,.modal-started_uploading_dialog .uploaded-section-row,.modal-upload-document .uploaded-section-column,.modal-upload-document .uploaded-section-row{margin-bottom:8px;width:100%}.modal-started_uploading_dialog .uploaded-section-column .text-red,.modal-started_uploading_dialog .uploaded-section-row .text-red,.modal-upload-document .uploaded-section-column .text-red,.modal-upload-document .uploaded-section-row .text-red{font-size:12px}}.modal-started_uploading_dialog .uploaded-section-row.width-fixed-80,.modal-started_uploading_dialog .width-fixed-80.uploaded-section-column,.modal-upload-document .uploaded-section-row.width-fixed-80,.modal-upload-document .width-fixed-80.uploaded-section-column{width:80px}@media (max-width:1023px){.modal-started_uploading_dialog .uploaded-section-row.width-fixed-80,.modal-started_uploading_dialog .width-fixed-80.uploaded-section-column,.modal-upload-document .uploaded-section-row.width-fixed-80,.modal-upload-document .width-fixed-80.uploaded-section-column{width:80px}}.modal-started_uploading_dialog .uploaded-section-wrapper,.modal-upload-document .uploaded-section-wrapper{align-items:flex-start;display:flex;flex:1}@media (max-width:1023px){.modal-started_uploading_dialog .uploaded-section-wrapper,.modal-upload-document .uploaded-section-wrapper{width:100%}.modal-started_uploading_dialog .uploaded-section-wrapper .fl-2,.modal-upload-document .uploaded-section-wrapper .fl-2{max-width:160px}}.modal-started_uploading_dialog .uploaded-section-column,.modal-upload-document .uploaded-section-column{align-items:flex-start;flex-direction:column;justify-content:center}@media (max-width:1023px){.modal-started_uploading_dialog .uploaded-section-column,.modal-upload-document .uploaded-section-column{margin-bottom:0!important}}.modal-started_uploading_dialog .uploaded-section .label,.modal-started_uploading_dialog .uploaded-section .label-radio,.modal-upload-document .uploaded-section .label,.modal-upload-document .uploaded-section .label-radio{font-size:14px;font-weight:400;margin-bottom:5px}@media (max-width:1023px){.modal-started_uploading_dialog .uploaded-section .label,.modal-started_uploading_dialog .uploaded-section .label-radio,.modal-upload-document .uploaded-section .label,.modal-upload-document .uploaded-section .label-radio{font-size:16px}}.modal-started_uploading_dialog .uploaded-section.error .file-size,.modal-started_uploading_dialog .uploaded-section.error .upload-progress,.modal-upload-document .uploaded-section.error .file-size,.modal-upload-document .uploaded-section.error .upload-progress{display:none}.modal-started_uploading_dialog .uploaded-section.error .uploaded-section-column,.modal-started_uploading_dialog .uploaded-section.error .uploaded-section-row,.modal-upload-document .uploaded-section.error .uploaded-section-column,.modal-upload-document .uploaded-section.error .uploaded-section-row{margin-bottom:4px;min-height:22px}.modal-started_uploading_dialog .uploaded-section.error .button-actions,.modal-started_uploading_dialog .uploaded-section.error .button-delete,.modal-started_uploading_dialog .uploaded-section.error .button-download,.modal-started_uploading_dialog .uploaded-section.error .button-edit,.modal-started_uploading_dialog .uploaded-section.error .button-file-locked,.modal-started_uploading_dialog .uploaded-section.error .button-folder-close,.modal-started_uploading_dialog .uploaded-section.error .button-folder-save,.modal-started_uploading_dialog .uploaded-section.error .button-new-folder,.modal-started_uploading_dialog .uploaded-section.error .button-save,.modal-started_uploading_dialog .uploaded-section.error .button-view,.modal-upload-document .uploaded-section.error .button-actions,.modal-upload-document .uploaded-section.error .button-delete,.modal-upload-document .uploaded-section.error .button-download,.modal-upload-document .uploaded-section.error .button-edit,.modal-upload-document .uploaded-section.error .button-file-locked,.modal-upload-document .uploaded-section.error .button-folder-close,.modal-upload-document .uploaded-section.error .button-folder-save,.modal-upload-document .uploaded-section.error .button-new-folder,.modal-upload-document .uploaded-section.error .button-save,.modal-upload-document .uploaded-section.error .button-view{top:1px}@media (max-width:1023px){.modal-started_uploading_dialog .uploaded-section.error,.modal-upload-document .uploaded-section.error{margin-bottom:4px}}.modal-started_uploading_dialog .uploaded-section .file-size,.modal-started_uploading_dialog .uploaded-section .upload-counter,.modal-upload-document .uploaded-section .file-size,.modal-upload-document .uploaded-section .upload-counter{color:#7e7d7f;font-size:13px;position:absolute;right:10px;top:7px}@media (max-width:1023px){.modal-started_uploading_dialog .uploaded-section .upload-counter,.modal-upload-document .uploaded-section .upload-counter{bottom:unset;left:0;position:absolute;top:55px}}.modal-started_uploading_dialog .uploaded-section .checking-file,.modal-upload-document .uploaded-section .checking-file{color:#303030;font-size:15px;line-height:18px;padding-right:24px;position:absolute;right:10px;top:7px}.modal-started_uploading_dialog .uploaded-section .checking-file:after,.modal-upload-document .uploaded-section .checking-file:after{animation:spinner 1.2s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.333V2M12.305 5.694l1.672-1.673M13.667 9H16M12.305 12.305l1.672 1.672M9 13.666v2.333M5.695 12.305l-1.673 1.672M4.333 9H2M5.695 5.694 4.022 4.02' stroke='%23303030' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/18px;content:"";display:block;height:24px;position:absolute;right:0;top:-3px;transform:translateY(-50%);width:24px}.modal-started_uploading_dialog .upload-file,.modal-upload-document .upload-file{align-items:center;background-color:#f7f7f7;border:0;border-radius:5px;color:#303030;display:flex;font-size:15px;font-weight:400;height:32px;line-height:18px;min-height:32px;min-width:380px;padding:0 10px;position:relative;white-space:nowrap}@media (max-width:1023px){.modal-started_uploading_dialog .upload-file,.modal-upload-document .upload-file{min-width:unset;width:100%}}.modal-started_uploading_dialog .upload-file.upload-error,.modal-upload-document .upload-file.upload-error{background-color:#faeef0}.modal-started_uploading_dialog .upload-file.upload-error:after,.modal-upload-document .upload-file.upload-error:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.001 16.385a7.386 7.386 0 1 0 0-14.772 7.386 7.386 0 0 0 0 14.772Z' stroke='%23D0021B' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.002 5.867v3.28' stroke='%23D0021B' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.206 11.935a.205.205 0 1 1-.41 0 .205.205 0 0 1 .41 0Z' fill='%23D0021B' stroke='%23D0021B' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat 50%/18px;content:"";display:block;height:18px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:18px}.modal-started_uploading_dialog .upload-file.duplicate-error,.modal-started_uploading_dialog .upload-file.locked-error,.modal-upload-document .upload-file.duplicate-error,.modal-upload-document .upload-file.locked-error{background-color:#fff1e3}.modal-started_uploading_dialog .upload-file.duplicate-error:after,.modal-upload-document .upload-file.duplicate-error:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.001 16.385a7.386 7.386 0 1 0 0-14.772 7.386 7.386 0 0 0 0 14.772Z' stroke='%23F9630E' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.002 5.867v3.28' stroke='%23F9630E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.206 11.935a.205.205 0 1 1-.41 0 .205.205 0 0 1 .41 0Z' fill='%23D0021B' stroke='%23F9630E' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat 50%/18px;content:"";display:block;height:18px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:18px}.modal-started_uploading_dialog .add-description,.modal-started_uploading_dialog .upload-password,.modal-upload-document .add-description,.modal-upload-document .upload-password{height:32px;line-height:30px;min-height:32px}.modal-started_uploading_dialog .add-description:focus,.modal-started_uploading_dialog .add-description:hover,.modal-started_uploading_dialog .upload-password:focus,.modal-started_uploading_dialog .upload-password:hover,.modal-upload-document .add-description:focus,.modal-upload-document .add-description:hover,.modal-upload-document .upload-password:focus,.modal-upload-document .upload-password:hover{border:1px solid #2586ea;box-shadow:none}.modal-started_uploading_dialog .button-save-password,.modal-upload-document .button-save-password{height:32px;line-height:30px;min-height:32px;min-width:80px}.modal-started_uploading_dialog .button-actions,.modal-started_uploading_dialog .button-delete,.modal-started_uploading_dialog .button-download,.modal-started_uploading_dialog .button-edit,.modal-started_uploading_dialog .button-file-locked,.modal-started_uploading_dialog .button-folder-close,.modal-started_uploading_dialog .button-folder-save,.modal-started_uploading_dialog .button-new-folder,.modal-started_uploading_dialog .button-save,.modal-started_uploading_dialog .button-view,.modal-upload-document .button-actions,.modal-upload-document .button-delete,.modal-upload-document .button-download,.modal-upload-document .button-edit,.modal-upload-document .button-file-locked,.modal-upload-document .button-folder-close,.modal-upload-document .button-folder-save,.modal-upload-document .button-new-folder,.modal-upload-document .button-save,.modal-upload-document .button-view{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.924 4.771h12.151M7.48 7.809v4.556M10.52 7.809v4.556M3.684 4.771l.759 9.114a1.519 1.519 0 0 0 1.519 1.519h6.075a1.52 1.52 0 0 0 1.52-1.52l.759-9.113' stroke='%23838383' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.722 4.772V2.494a.76.76 0 0 1 .76-.76h3.037a.76.76 0 0 1 .76.76v2.278' stroke='%23838383' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;cursor:pointer;max-height:18px;max-width:18px;min-height:18px;min-width:18px;position:absolute;right:7px}@media (max-width:1023px){.modal-started_uploading_dialog .button-actions,.modal-started_uploading_dialog .button-delete,.modal-started_uploading_dialog .button-download,.modal-started_uploading_dialog .button-edit,.modal-started_uploading_dialog .button-file-locked,.modal-started_uploading_dialog .button-folder-close,.modal-started_uploading_dialog .button-folder-save,.modal-started_uploading_dialog .button-new-folder,.modal-started_uploading_dialog .button-save,.modal-started_uploading_dialog .button-view,.modal-upload-document .button-actions,.modal-upload-document .button-delete,.modal-upload-document .button-download,.modal-upload-document .button-edit,.modal-upload-document .button-file-locked,.modal-upload-document .button-folder-close,.modal-upload-document .button-folder-save,.modal-upload-document .button-new-folder,.modal-upload-document .button-save,.modal-upload-document .button-view{margin-left:7px;top:5px}}.modal-started_uploading_dialog .text-red,.modal-upload-document .text-red{color:#d0021b;font-size:13px;line-height:16px}.modal-started_uploading_dialog .text-orange,.modal-upload-document .text-orange{color:#f9630e;font-size:13px;line-height:16px}.modal-started_uploading_dialog .multiselect,.modal-started_uploading_dialog .select,.modal-upload-document .multiselect,.modal-upload-document .select{border-color:#eaeaea;border-radius:5px;height:32px;min-height:32px;min-width:80px}.modal-started_uploading_dialog .multiselect__tags,.modal-started_uploading_dialog .select__tags,.modal-upload-document .multiselect__tags,.modal-upload-document .select__tags{font-size:15px;line-height:18px;min-height:30px}.modal-started_uploading_dialog .select__native-wrapper,.modal-upload-document .select__native-wrapper{height:32px}.link-solid .modal-started_uploading_dialog a,.link-solid .modal-upload-document a,.modal-started_uploading_dialog .link,.modal-started_uploading_dialog .link-collapse,.modal-started_uploading_dialog .link-dashed,.modal-started_uploading_dialog .link-dashed-red,.modal-started_uploading_dialog .link-delete,.modal-started_uploading_dialog .link-file,.modal-started_uploading_dialog .link-solid,.modal-started_uploading_dialog .link-solid a,.modal-started_uploading_dialog .link-with-icon,.modal-upload-document .link,.modal-upload-document .link-collapse,.modal-upload-document .link-dashed,.modal-upload-document .link-dashed-red,.modal-upload-document .link-delete,.modal-upload-document .link-file,.modal-upload-document .link-solid,.modal-upload-document .link-solid a,.modal-upload-document .link-with-icon{color:#2586ea}.link-solid .modal-started_uploading_dialog a:hover,.link-solid .modal-upload-document a:hover,.modal-started_uploading_dialog .link-collapse:hover,.modal-started_uploading_dialog .link-dashed-red:hover,.modal-started_uploading_dialog .link-dashed:hover,.modal-started_uploading_dialog .link-delete:hover,.modal-started_uploading_dialog .link-file:hover,.modal-started_uploading_dialog .link-solid:hover,.modal-started_uploading_dialog .link-solid a:hover,.modal-started_uploading_dialog .link-with-icon:hover,.modal-started_uploading_dialog .link:hover,.modal-upload-document .link-collapse:hover,.modal-upload-document .link-dashed-red:hover,.modal-upload-document .link-dashed:hover,.modal-upload-document .link-delete:hover,.modal-upload-document .link-file:hover,.modal-upload-document .link-solid:hover,.modal-upload-document .link-solid a:hover,.modal-upload-document .link-with-icon:hover,.modal-upload-document .link:hover{border-bottom:1px solid #0000}.modal-started_uploading_dialog .fl-1,.modal-upload-document .fl-1{flex:1}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.modal-started_uploading_dialog .fl-1,.modal-upload-document .fl-1{-ms-flex:0 0 auto}}.modal-started_uploading_dialog .fl-2,.modal-upload-document .fl-2{flex:2}.modal-started_uploading_dialog .tooltip-custom.tooltip-top:before,.modal-upload-document .tooltip-custom.tooltip-top:before{border-top-color:#609}@media (min-width:1023px){.modal-started_uploading_dialog .show-for-mob,.modal-upload-document .show-for-mob{display:none}}@media (max-width:1023px){.modal-started_uploading_dialog .hide-for-mob,.modal-upload-document .hide-for-mob{display:none}.modal-started_uploading_dialog .show-for-mob,.modal-upload-document .show-for-mob{display:block}.modal-started_uploading_dialog .tooltip-info:after,.modal-started_uploading_dialog .tooltip-info:before,.modal-upload-document .tooltip-info:after,.modal-upload-document .tooltip-info:before{display:none}}.modal-started_uploading_dialog .width-0,.modal-upload-document .width-0{width:0}.modal-started_uploading_dialog .width-1,.modal-upload-document .width-1{width:1%}.modal-started_uploading_dialog .width-2,.modal-upload-document .width-2{width:2%}.modal-started_uploading_dialog .width-3,.modal-upload-document .width-3{width:3%}.modal-started_uploading_dialog .width-4,.modal-upload-document .width-4{width:4%}.modal-started_uploading_dialog .width-5,.modal-upload-document .width-5{width:5%}.modal-started_uploading_dialog .width-6,.modal-upload-document .width-6{width:6%}.modal-started_uploading_dialog .width-7,.modal-upload-document .width-7{width:7%}.modal-started_uploading_dialog .width-8,.modal-upload-document .width-8{width:8%}.modal-started_uploading_dialog .width-9,.modal-upload-document .width-9{width:9%}.modal-started_uploading_dialog .width-10,.modal-upload-document .width-10{width:10%}.modal-started_uploading_dialog .width-11,.modal-upload-document .width-11{width:11%}.modal-started_uploading_dialog .width-12,.modal-upload-document .width-12{width:12%}.modal-started_uploading_dialog .width-13,.modal-upload-document .width-13{width:13%}.modal-started_uploading_dialog .width-14,.modal-upload-document .width-14{width:14%}.modal-started_uploading_dialog .width-15,.modal-upload-document .width-15{width:15%}.modal-started_uploading_dialog .width-16,.modal-upload-document .width-16{width:16%}.modal-started_uploading_dialog .width-17,.modal-upload-document .width-17{width:17%}.modal-started_uploading_dialog .width-18,.modal-upload-document .width-18{width:18%}.modal-started_uploading_dialog .width-19,.modal-upload-document .width-19{width:19%}.modal-started_uploading_dialog .width-20,.modal-upload-document .width-20{width:20%}.modal-started_uploading_dialog .width-21,.modal-upload-document .width-21{width:21%}.modal-started_uploading_dialog .width-22,.modal-upload-document .width-22{width:22%}.modal-started_uploading_dialog .width-23,.modal-upload-document .width-23{width:23%}.modal-started_uploading_dialog .width-24,.modal-upload-document .width-24{width:24%}.modal-started_uploading_dialog .width-25,.modal-upload-document .width-25{width:25%}.modal-started_uploading_dialog .width-26,.modal-upload-document .width-26{width:26%}.modal-started_uploading_dialog .width-27,.modal-upload-document .width-27{width:27%}.modal-started_uploading_dialog .width-28,.modal-upload-document .width-28{width:28%}.modal-started_uploading_dialog .width-29,.modal-upload-document .width-29{width:29%}.modal-started_uploading_dialog .width-30,.modal-upload-document .width-30{width:30%}.modal-started_uploading_dialog .width-31,.modal-upload-document .width-31{width:31%}.modal-started_uploading_dialog .width-32,.modal-upload-document .width-32{width:32%}.modal-started_uploading_dialog .width-33,.modal-upload-document .width-33{width:33%}.modal-started_uploading_dialog .width-34,.modal-upload-document .width-34{width:34%}.modal-started_uploading_dialog .width-35,.modal-upload-document .width-35{width:35%}.modal-started_uploading_dialog .width-36,.modal-upload-document .width-36{width:36%}.modal-started_uploading_dialog .width-37,.modal-upload-document .width-37{width:37%}.modal-started_uploading_dialog .width-38,.modal-upload-document .width-38{width:38%}.modal-started_uploading_dialog .width-39,.modal-upload-document .width-39{width:39%}.modal-started_uploading_dialog .width-40,.modal-upload-document .width-40{width:40%}.modal-started_uploading_dialog .width-41,.modal-upload-document .width-41{width:41%}.modal-started_uploading_dialog .width-42,.modal-upload-document .width-42{width:42%}.modal-started_uploading_dialog .width-43,.modal-upload-document .width-43{width:43%}.modal-started_uploading_dialog .width-44,.modal-upload-document .width-44{width:44%}.modal-started_uploading_dialog .width-45,.modal-upload-document .width-45{width:45%}.modal-started_uploading_dialog .width-46,.modal-upload-document .width-46{width:46%}.modal-started_uploading_dialog .width-47,.modal-upload-document .width-47{width:47%}.modal-started_uploading_dialog .width-48,.modal-upload-document .width-48{width:48%}.modal-started_uploading_dialog .width-49,.modal-upload-document .width-49{width:49%}.modal-started_uploading_dialog .width-50,.modal-upload-document .width-50{width:50%}.modal-started_uploading_dialog .width-51,.modal-upload-document .width-51{width:51%}.modal-started_uploading_dialog .width-52,.modal-upload-document .width-52{width:52%}.modal-started_uploading_dialog .width-53,.modal-upload-document .width-53{width:53%}.modal-started_uploading_dialog .width-54,.modal-upload-document .width-54{width:54%}.modal-started_uploading_dialog .width-55,.modal-upload-document .width-55{width:55%}.modal-started_uploading_dialog .width-56,.modal-upload-document .width-56{width:56%}.modal-started_uploading_dialog .width-57,.modal-upload-document .width-57{width:57%}.modal-started_uploading_dialog .width-58,.modal-upload-document .width-58{width:58%}.modal-started_uploading_dialog .width-59,.modal-upload-document .width-59{width:59%}.modal-started_uploading_dialog .width-60,.modal-upload-document .width-60{width:60%}.modal-started_uploading_dialog .width-61,.modal-upload-document .width-61{width:61%}.modal-started_uploading_dialog .width-62,.modal-upload-document .width-62{width:62%}.modal-started_uploading_dialog .width-63,.modal-upload-document .width-63{width:63%}.modal-started_uploading_dialog .width-64,.modal-upload-document .width-64{width:64%}.modal-started_uploading_dialog .width-65,.modal-upload-document .width-65{width:65%}.modal-started_uploading_dialog .width-66,.modal-upload-document .width-66{width:66%}.modal-started_uploading_dialog .width-67,.modal-upload-document .width-67{width:67%}.modal-started_uploading_dialog .width-68,.modal-upload-document .width-68{width:68%}.modal-started_uploading_dialog .width-69,.modal-upload-document .width-69{width:69%}.modal-started_uploading_dialog .width-70,.modal-upload-document .width-70{width:70%}.modal-started_uploading_dialog .width-71,.modal-upload-document .width-71{width:71%}.modal-started_uploading_dialog .width-72,.modal-upload-document .width-72{width:72%}.modal-started_uploading_dialog .width-73,.modal-upload-document .width-73{width:73%}.modal-started_uploading_dialog .width-74,.modal-upload-document .width-74{width:74%}.modal-started_uploading_dialog .width-75,.modal-upload-document .width-75{width:75%}.modal-started_uploading_dialog .width-76,.modal-upload-document .width-76{width:76%}.modal-started_uploading_dialog .width-77,.modal-upload-document .width-77{width:77%}.modal-started_uploading_dialog .width-78,.modal-upload-document .width-78{width:78%}.modal-started_uploading_dialog .width-79,.modal-upload-document .width-79{width:79%}.modal-started_uploading_dialog .width-80,.modal-upload-document .width-80{width:80%}.modal-started_uploading_dialog .width-81,.modal-upload-document .width-81{width:81%}.modal-started_uploading_dialog .width-82,.modal-upload-document .width-82{width:82%}.modal-started_uploading_dialog .width-83,.modal-upload-document .width-83{width:83%}.modal-started_uploading_dialog .width-84,.modal-upload-document .width-84{width:84%}.modal-started_uploading_dialog .width-85,.modal-upload-document .width-85{width:85%}.modal-started_uploading_dialog .width-86,.modal-upload-document .width-86{width:86%}.modal-started_uploading_dialog .width-87,.modal-upload-document .width-87{width:87%}.modal-started_uploading_dialog .width-88,.modal-upload-document .width-88{width:88%}.modal-started_uploading_dialog .width-89,.modal-upload-document .width-89{width:89%}.modal-started_uploading_dialog .width-90,.modal-upload-document .width-90{width:90%}.modal-started_uploading_dialog .width-91,.modal-upload-document .width-91{width:91%}.modal-started_uploading_dialog .width-92,.modal-upload-document .width-92{width:92%}.modal-started_uploading_dialog .width-93,.modal-upload-document .width-93{width:93%}.modal-started_uploading_dialog .width-94,.modal-upload-document .width-94{width:94%}.modal-started_uploading_dialog .width-95,.modal-upload-document .width-95{width:95%}.modal-started_uploading_dialog .width-96,.modal-upload-document .width-96{width:96%}.modal-started_uploading_dialog .width-97,.modal-upload-document .width-97{width:97%}.modal-started_uploading_dialog .width-98,.modal-upload-document .width-98{width:98%}.modal-started_uploading_dialog .width-99,.modal-upload-document .width-99{width:99%}.modal-started_uploading_dialog .width-100,.modal-upload-document .width-100{width:100%}.modal-started_uploading_dialog .document-icon,.modal-upload-document .document-icon{height:20px;width:20px}.modal-started_uploading_dialog .icon-file,.modal-upload-document .icon-file{background-size:cover;display:inline-block;height:20px;margin-right:6px;min-width:20px}.modal-started_uploading_dialog .icon-file.document-error,.modal-upload-document .icon-file.document-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.001 16.385a7.386 7.386 0 1 0 0-14.772 7.386 7.386 0 0 0 0 14.772Z' stroke='%23F9630E' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.002 5.867v3.28' stroke='%23F9630E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.206 11.935a.205.205 0 1 1-.41 0 .205.205 0 0 1 .41 0Z' fill='%23F9630E' stroke='%23F9630E' stroke-width='1.3'/%3E%3C/svg%3E")}.modal-started_uploading_dialog .icon-file.document-pdf,.modal-upload-document .icon-file.document-pdf{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.108.471-.301.641-.194.17-.457.267-.732.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%23F5696C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%23AF4454'/%3E%3Cpath d='M4.195 13.543V9.006H6.34c.213 0 .403.037.572.11.17.07.312.167.43.293.12.126.214.28.279.461.065.178.097.373.097.586 0 .216-.032.413-.097.591s-.158.33-.28.455c-.117.126-.26.225-.429.299-.169.07-.36.104-.572.104H5.183v1.638h-.988Zm.988-2.496h1.04a.499.499 0 0 0 .345-.11c.087-.079.13-.191.13-.338v-.287c0-.147-.043-.257-.13-.331a.481.481 0 0 0-.345-.117h-1.04v1.183Zm3.278-2.041h1.71c.299 0 .572.048.819.143.247.095.457.238.63.429.173.186.308.423.403.709.095.281.143.61.143.987 0 .378-.048.709-.143.995-.095.282-.23.518-.403.708a1.67 1.67 0 0 1-.63.423c-.247.095-.52.143-.82.143H8.462V9.006Zm1.71 3.66c.294 0 .526-.083.695-.248.17-.164.254-.428.254-.792v-.702c0-.364-.085-.629-.254-.793-.169-.165-.4-.248-.695-.248h-.722v2.783h.722Zm2.822.877V9.006h3.01v.877H13.98v.93h1.723v.871H13.98v1.859h-.988Z' fill='%23fff'/%3E%3C/svg%3E")}.modal-started_uploading_dialog .icon-file.document-doc,.modal-upload-document .icon-file.document-doc{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.881l5.577 4.36v12.897c0 .24-.108.471-.302.641-.193.17-.456.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.64V1.825c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%234688F1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.732-.267a.852.852 0 0 1-.3-.642V.916l5.585 4.36Z' fill='%234661F1'/%3E%3Cpath d='M3.793 8.775h1.71c.298 0 .571.047.818.143.247.095.457.238.63.429.174.186.308.422.404.708.095.282.143.611.143.988s-.048.709-.143.995c-.096.281-.23.517-.403.708a1.667 1.667 0 0 1-.63.422c-.248.096-.52.144-.82.144h-1.71V8.774Zm1.71 3.659c.294 0 .526-.082.695-.247.169-.165.253-.429.253-.793v-.702c0-.364-.084-.628-.253-.793-.17-.165-.401-.247-.696-.247h-.721v2.782h.721Zm4.642.956a2.17 2.17 0 0 1-.819-.15 1.664 1.664 0 0 1-.63-.442 2.103 2.103 0 0 1-.404-.735 3.316 3.316 0 0 1-.143-1.02c0-.386.048-.724.143-1.014.096-.295.23-.54.403-.734.174-.2.384-.35.631-.449.247-.1.52-.15.819-.15.299 0 .572.05.819.15.247.1.457.25.63.449.174.195.308.44.404.734.095.29.143.628.143 1.014s-.048.726-.143 1.02c-.096.29-.23.536-.403.735a1.664 1.664 0 0 1-.631.442c-.247.1-.52.15-.819.15Zm0-.878c.299 0 .53-.098.696-.293.168-.194.253-.474.253-.838v-.676c0-.364-.085-.643-.253-.838-.165-.195-.397-.293-.696-.293-.299 0-.533.098-.702.293-.165.194-.247.474-.247.838v.676c0 .364.082.643.247.838.169.196.403.293.702.293Zm4.653.877c-.308 0-.585-.047-.832-.143a1.697 1.697 0 0 1-.63-.435 2.042 2.042 0 0 1-.403-.722 3.255 3.255 0 0 1-.143-1.014c0-.38.047-.719.143-1.013a2.09 2.09 0 0 1 .403-.748c.173-.204.383-.357.63-.461.247-.104.524-.156.832-.156.42 0 .767.086 1.04.26.273.169.492.437.657.806l-.852.441a.979.979 0 0 0-.286-.454c-.126-.117-.312-.176-.559-.176-.29 0-.524.095-.702.286-.173.186-.26.46-.26.819v.728c0 .36.087.635.26.825.178.187.412.28.702.28.243 0 .436-.065.579-.195.147-.134.255-.295.325-.481l.806.468a2.031 2.031 0 0 1-.67.806c-.273.186-.62.28-1.04.28Z' fill='%23fff'/%3E%3C/svg%3E")}.modal-started_uploading_dialog .icon-file.document-csv,.modal-upload-document .icon-file.document-csv{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%2361A850'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%230E8312'/%3E%3Cpath d='M6.127 13.514c-.308 0-.585-.047-.832-.143a1.697 1.697 0 0 1-.63-.435 2.042 2.042 0 0 1-.404-.722 3.254 3.254 0 0 1-.143-1.014c0-.38.048-.719.143-1.013a2.09 2.09 0 0 1 .403-.748c.174-.204.384-.357.631-.461.247-.104.524-.156.832-.156.42 0 .767.086 1.04.26.273.169.492.437.656.806l-.851.441a.978.978 0 0 0-.286-.454c-.126-.117-.312-.176-.559-.176-.29 0-.524.095-.702.286-.173.186-.26.46-.26.819v.728c0 .36.087.635.26.825.178.187.412.28.702.28.243 0 .435-.065.578-.195.148-.134.256-.295.325-.481l.806.468a2.03 2.03 0 0 1-.669.806c-.273.186-.62.28-1.04.28Zm3.87 0c-.399 0-.737-.067-1.014-.201a2.362 2.362 0 0 1-.709-.533l.65-.656c.308.346.687.52 1.138.52.243 0 .422-.05.54-.15a.495.495 0 0 0 .175-.396.468.468 0 0 0-.104-.313c-.07-.086-.21-.145-.423-.175l-.448-.058c-.481-.061-.834-.206-1.06-.436-.22-.23-.331-.535-.331-.916 0-.204.039-.39.117-.56.078-.168.188-.314.331-.435a1.56 1.56 0 0 1 .533-.28 2.32 2.32 0 0 1 .722-.103c.342 0 .643.054.903.162.26.108.484.267.67.475l-.657.662a1.262 1.262 0 0 0-.396-.305 1.204 1.204 0 0 0-.579-.123c-.22 0-.385.039-.494.117a.378.378 0 0 0-.162.324c0 .156.041.27.123.338.087.07.226.12.416.15l.449.072c.468.073.814.218 1.04.435.225.212.338.516.338.91 0 .217-.04.416-.117.598a1.265 1.265 0 0 1-.345.468c-.147.13-.331.232-.552.306-.221.069-.473.104-.754.104Zm3.526-.077L12.06 8.9h1.001l.676 2.177.358 1.424h.02l.344-1.424.676-2.177h.968l-1.475 4.537h-1.105Z' fill='%23fff'/%3E%3C/svg%3E")}.modal-started_uploading_dialog .icon-file.document-img,.modal-upload-document .icon-file.document-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c.001.24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%23E7CD08'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%23C7B423'/%3E%3Cpath d='M3.919 13.517v-.787h.585V9.766h-.585V8.98h2.158v.786h-.585v2.964h.585v.787H3.919Zm6.374-2.977h-.02l-.331.663-.884 1.605-.865-1.599-.344-.715h-.02v3.023H6.9V8.98h1.047l1.112 2.125h.013l1.098-2.125h1.053v4.537h-.93V10.54Zm4.812 2.255h-.033a.863.863 0 0 1-.35.572c-.2.152-.47.228-.813.228-.26 0-.503-.05-.728-.15a1.671 1.671 0 0 1-.592-.442 2.093 2.093 0 0 1-.396-.728 3.229 3.229 0 0 1-.143-1.007c0-.382.05-.72.15-1.014.099-.295.238-.542.415-.741.182-.2.399-.351.65-.455.252-.104.531-.156.839-.156.407 0 .758.088 1.053.266.294.173.526.436.695.787l-.806.461a1.081 1.081 0 0 0-.325-.448c-.147-.126-.353-.189-.617-.189-.308 0-.553.089-.735.267-.182.177-.273.457-.273.838v.728c0 .377.091.657.273.839.182.177.427.266.735.266.121 0 .236-.013.344-.039a.962.962 0 0 0 .286-.13.633.633 0 0 0 .189-.214.574.574 0 0 0 .071-.293v-.227h-.845v-.826h1.788v2.529h-.832v-.722Z' fill='%23fff'/%3E%3C/svg%3E")}.modal-started_uploading_dialog .icon-file.document-all,.modal-upload-document .icon-file.document-all{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.107.471-.301.641-.194.17-.457.267-.731.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%236C7682'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.276h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.916l5.586 4.36Z' fill='%233B4858'/%3E%3Cpath d='M3.592 13.437V8.9h3.01v.877H4.58v.93h1.722v.87H4.58v1.86h-.988Zm3.561 0v-.787h.585V9.686h-.585V8.9h2.158v.786h-.585v2.964h.585v.787H7.153Zm2.917 0V8.9h.988v3.659h1.729v.878H10.07Zm3.381 0V8.9h3.088v.877h-2.1v.93h1.8v.87h-1.8v.982h2.1v.878H13.45Z' fill='%23fff'/%3E%3C/svg%3E")}.modal-started_uploading_dialog .icon-file.document-xls,.modal-upload-document .icon-file.document-xls{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.283.918h8.88l5.577 4.36v12.897c0 .24-.108.471-.301.641-.194.17-.457.267-.732.267H3.283c-.275 0-.538-.096-.732-.267a.852.852 0 0 1-.301-.641V1.826c0-.24.108-.47.301-.641.194-.17.457-.266.732-.267Z' fill='%2361A850'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.75 5.277h-4.553c-.275 0-.538-.097-.731-.267a.852.852 0 0 1-.302-.642V.917l5.586 4.36Z' fill='%230E8312'/%3E%3Cpath d='M8.327 13.518H7.183l-.981-1.67h-.02l-.955 1.67H4.16l1.456-2.347-1.385-2.19h1.15l.885 1.534h.02l.896-1.534H8.25l-1.397 2.21 1.475 2.327Zm.604 0V8.98h.988v3.66h1.729v.877H8.93Zm4.916.078c-.399 0-.737-.068-1.014-.202a2.366 2.366 0 0 1-.709-.533l.65-.656c.308.346.687.52 1.138.52.242 0 .422-.05.54-.15a.495.495 0 0 0 .175-.396.468.468 0 0 0-.104-.312c-.07-.087-.21-.146-.423-.176l-.448-.058c-.481-.061-.834-.206-1.06-.436-.22-.23-.331-.535-.331-.916 0-.204.039-.39.117-.56.078-.168.188-.314.331-.435a1.56 1.56 0 0 1 .533-.28 2.32 2.32 0 0 1 .722-.103c.342 0 .643.054.903.162.26.108.483.267.67.475l-.657.663a1.26 1.26 0 0 0-.396-.306 1.205 1.205 0 0 0-.579-.123c-.22 0-.385.039-.494.117a.378.378 0 0 0-.162.325c0 .156.04.268.123.338.087.069.226.119.416.15l.449.07c.468.074.814.22 1.04.436.225.212.338.516.338.91 0 .217-.04.416-.117.598a1.265 1.265 0 0 1-.345.468c-.147.13-.331.232-.552.306-.221.069-.473.104-.754.104Z' fill='%23fff'/%3E%3C/svg%3E")}.modal-started_uploading_dialog .tfx-check-container,.modal-upload-document .tfx-check-container{cursor:pointer;font-size:15px;-webkit-user-select:none;user-select:none}.modal-started_uploading_dialog .tfx-check-container.disabled,.modal-upload-document .tfx-check-container.disabled{cursor:not-allowed}.modal-started_uploading_dialog .tfx-check-container .tfx-check,.modal-upload-document .tfx-check-container .tfx-check{background-color:#fff;border:1px solid #9b9b9b;border-radius:4px;display:inline-block;height:20px;margin-right:3px;margin-top:-3px;min-width:20px;position:relative;vertical-align:middle;width:20px}.modal-started_uploading_dialog .tfx-check-container .tfx-check:hover,.modal-upload-document .tfx-check-container .tfx-check:hover{box-shadow:0 0 3px #b9b9b9}.modal-started_uploading_dialog .tfx-check-container .tfx-check .checked-icon,.modal-upload-document .tfx-check-container .tfx-check .checked-icon{display:none}.modal-started_uploading_dialog .tfx-check-container .tfx-check.checked,.modal-upload-document .tfx-check-container .tfx-check.checked{background:#2586ea;border:1px solid #2586ea;position:relative}.modal-started_uploading_dialog .tfx-check-container .tfx-check.checked .checked-icon,.modal-upload-document .tfx-check-container .tfx-check.checked .checked-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8'%3E%3Cpath fill='%23fff' d='M8.641 1.794 7.869.97A.51.51 0 0 0 7.483.8a.51.51 0 0 0-.386.17L3.372 4.952 1.703 3.164a.51.51 0 0 0-.386-.17.51.51 0 0 0-.386.17l-.772.824A.58.58 0 0 0 0 4.4c0 .162.053.3.159.412l2.055 2.194.772.824a.51.51 0 0 0 .386.17.51.51 0 0 0 .386-.17l.773-.824 4.11-4.388a.581.581 0 0 0 .159-.412.581.581 0 0 0-.159-.412z'/%3E%3C/svg%3E") no-repeat;background-size:contain;display:inline-block;height:11px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:13px}.modal-started_uploading_dialog .tfx-check-container .tfx-check.small-check,.modal-upload-document .tfx-check-container .tfx-check.small-check{height:16px;width:16px}.modal-started_uploading_dialog .tfx-check-container .tfx-check.small-check.checked .checked-icon,.modal-upload-document .tfx-check-container .tfx-check.small-check.checked .checked-icon{height:8px;width:9px}.modal-started_uploading_dialog .checkbox-blue-round,.modal-upload-document .checkbox-blue-round{align-items:center;background:#fff;border:1px solid #aaa;border-radius:50%;display:flex;display:inline-block;height:20px;justify-content:center;margin-right:9px;min-width:20px;vertical-align:sub;width:20px}.modal-started_uploading_dialog .selected .checkbox-blue-round,.modal-upload-document .selected .checkbox-blue-round{background:#2586ea url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.68.828-.778-.614c-.383-.302-.605-.298-.933.1L4.32 7.15 1.692 5.01c-.363-.3-.59-.283-.888.082l-.6.767c-.304.375-.265.589.095.883l3.746 3.04c.386.318.603.285.9-.07l6.832-7.968c.32-.378.302-.604-.097-.915Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%/12px 10px;border-color:#2586ea}.modal-started_uploading_dialog .radiobutton-with-container,.modal-upload-document .radiobutton-with-container{align-items:center;background:#fff;border:1px solid #ebebeb;border-radius:4px;color:#303030;cursor:pointer;display:inline-flex;font-size:14px;justify-content:center;margin-right:10px;min-height:42px;padding:11px 24px;text-align:center;transition:all .2s ease}.modal-started_uploading_dialog .radiobutton-with-container:hover,.modal-upload-document .radiobutton-with-container:hover{background:#f3f3f3}.modal-started_uploading_dialog .radiobutton-with-container.active,.modal-started_uploading_dialog .radiobutton-with-container.selected,.modal-upload-document .radiobutton-with-container.active,.modal-upload-document .radiobutton-with-container.selected{background:#e8f1fd;border:1px solid #5aa3ee;font-weight:700}.modal-started_uploading_dialog .radiobutton-with-container:last-child,.modal-upload-document .radiobutton-with-container:last-child{margin-right:0}.modal-started_uploading_dialog .validate,.modal-started_uploading_dialog .validate-textarea,.modal-upload-document .validate,.modal-upload-document .validate-textarea{position:relative}.modal-started_uploading_dialog .error.validate-textarea .input,.modal-started_uploading_dialog .error.validate-textarea .input-phone,.modal-started_uploading_dialog .error.validate-textarea .input-select,.modal-started_uploading_dialog .error.validate-textarea .textarea,.modal-started_uploading_dialog .validate-textarea .error .input,.modal-started_uploading_dialog .validate-textarea .error .input-phone,.modal-started_uploading_dialog .validate-textarea .error .input-select,.modal-started_uploading_dialog .validate-textarea .error .textarea,.modal-started_uploading_dialog .validate.error .input,.modal-started_uploading_dialog .validate .error .input,.modal-started_uploading_dialog .validate.error .input-phone,.modal-started_uploading_dialog .validate .error .input-phone,.modal-started_uploading_dialog .validate.error .input-select,.modal-started_uploading_dialog .validate .error .input-select,.modal-started_uploading_dialog .validate.error .textarea,.modal-started_uploading_dialog .validate .error .textarea,.modal-upload-document .error.validate-textarea .input,.modal-upload-document .error.validate-textarea .input-phone,.modal-upload-document .error.validate-textarea .input-select,.modal-upload-document .error.validate-textarea .textarea,.modal-upload-document .validate-textarea .error .input,.modal-upload-document .validate-textarea .error .input-phone,.modal-upload-document .validate-textarea .error .input-select,.modal-upload-document .validate-textarea .error .textarea,.modal-upload-document .validate.error .input,.modal-upload-document .validate .error .input,.modal-upload-document .validate.error .input-phone,.modal-upload-document .validate .error .input-phone,.modal-upload-document .validate.error .input-select,.modal-upload-document .validate .error .input-select,.modal-upload-document .validate.error .textarea,.modal-upload-document .validate .error .textarea{border:1px solid red}.modal-started_uploading_dialog .validate-textarea .form-control-feedback,.modal-started_uploading_dialog .validate .form-control-feedback,.modal-upload-document .validate-textarea .form-control-feedback,.modal-upload-document .validate .form-control-feedback{background:#fff;border:1px solid red;border-radius:4px;box-shadow:0 4px 11px #0016231f;color:red;display:block;font-size:12px;left:0;line-height:14px;margin:8px 0 0;max-width:100%;padding:7px 11px;position:absolute;top:100%;z-index:1}.modal-started_uploading_dialog .validate-textarea .form-control-feedback:before,.modal-started_uploading_dialog .validate .form-control-feedback:before,.modal-upload-document .validate-textarea .form-control-feedback:before,.modal-upload-document .validate .form-control-feedback:before{border-color:#0000 #0000 red;border-style:solid;border-width:0 4px 4px;content:"";height:0;left:10px;position:absolute;top:-5px;width:0}.modal-started_uploading_dialog .validate-textarea .form-control-feedback,.modal-upload-document .validate-textarea .form-control-feedback{bottom:-2px}@keyframes spinner{0%{transform:rotate(1turn)}to{transform:rotate(0)}}.dropzone{align-items:flex-end;background-color:#f4faff;border:1px dashed #3c4858;border-radius:4px;cursor:pointer;display:flex;height:186px;justify-content:center;margin-bottom:20px;padding:22px 0;position:relative;width:100%}@media (max-width:768px){.dropzone{height:110px;min-height:110px;padding:0}}.dropzone:before{background:url(https://cdn.taxesforexpats.com/packs/client/assets/dragandrop-BvAfp_TH.svg) no-repeat 50%/cover;content:"";display:inline-block;height:53px;left:50%;position:absolute;top:12px;transform:translate(-50%);width:54px}@media (max-width:768px){.dropzone:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='50'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-4 0h50v50H-4z'/%3E%3Cpath d='M11.735 38.14h17.603V20.537h11.736L20.537 0 0 20.537h11.735zM0 44h41.074v5.868H0z' fill='%237E7D7F' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%/contain;height:50px;top:15px;width:50px}}.dropzone:after{color:#43536e;content:"Drag file(s) here";display:block;left:50%;position:absolute;text-align:center;top:65px;transform:translate(-50%);width:100%}@media (max-width:768px){.dropzone:after{color:#404040;content:"Select local files for upload";font-size:15px;font-weight:700;top:78px}}.dropzone.dz-drag-hover{border:1px dashed #43536e}.dropzone-custom-content{text-align:center}.dropzone .dz-message{bottom:10px;display:block;left:0;margin:0;position:absolute;width:100%}@media (max-width:768px){.dropzone .dz-message{bottom:15px}}.dropzone.dz-started .dz-message{display:block}.dropzone .line-wrapper{align-items:center;display:flex;font-size:12px;left:50%;margin-bottom:6px;position:absolute;top:-20px;transform:translate(-50%)}@media (max-width:768px){.dropzone .line-wrapper{display:none}}.dropzone .line-wrapper .line{background:#7e7d7f;height:1px;margin:5px;width:20px}.dropzone .button{margin:0 auto 10px;max-height:36px;min-height:36px;padding-top:6px;width:230px}@media (max-width:768px){.dropzone .button{display:none}}.dropzone .subtitle{color:#43536e;font-size:12px;text-align:center}@media (max-width:768px){.dropzone .subtitle{display:none}}.table-files{background-color:#f4f4f4;border:1px solid #e3e3e3;border-radius:4px;color:#303030;padding:0 0 5px}@media screen and (min-width:1023px) and (max-width:1200px){.table-files .mob-width-80{width:30%}}@media (max-width:768px){.table-files{padding:0}.table-files .mob-width-80{width:80%}}.table-files .table-head{border-bottom:1px solid #e3e3e3;display:flex;font-weight:700;height:50px;justify-content:space-between;padding:0 0 0 20px;text-transform:uppercase}.table-files .table-head div[class*=width]{align-self:center;color:#303030;display:flex;font-size:13px;line-height:20px}@media (max-width:768px){.table-files .table-head{height:45px;padding:0}}.table-files .table-body{padding:0}.table-files #check-file-all-mobile+.checkbox-label div{padding-left:90px}.table-files .year-item{align-items:center;border-bottom:1px solid #0000;display:block;flex-direction:column;height:59px;justify-content:space-between;margin-bottom:5px;margin-top:15px;width:100%}.table-files .year-item:last-of-type{border:0}.table-files .year-item:not(.opened){border-bottom:1px solid #e3e3e3}.table-files .year-item .file{display:none}.table-files .year-item.opened{display:flex;height:100%}.table-files .year-item.opened .folder-year{color:#303030;font-size:13px;font-weight:700;line-height:20px}.table-files .year-item.opened .file,.table-files .year-item.opened .sub-folder{display:flex}.table-files .year-item .sub-folder{align-items:center;display:none;flex-direction:column;justify-content:space-between;margin-top:5px;width:100%}.table-files .year-item .sub-folder .name{padding-left:26px}@media (max-width:768px){.table-files .year-item .sub-folder .name{padding-left:14px}}.table-files .year-item .sub-folder .file{display:none}.table-files .year-item .sub-folder .file .name,.table-files .year-item .sub-folder .file .name .tfx-checkbox{padding-left:26px}@media (max-width:768px){.table-files .year-item .sub-folder .file .name{padding-left:40px}.table-files .year-item .sub-folder .file .name .tfx-checkbox{padding-left:0}}.table-files .year-item .sub-folder.opened .file{display:flex}.table-files .year-item .sub-folder .folder{border:0;height:44px}.table-files .year-item:last-child{border-bottom:1px solid #0000}@media (max-width:768px){.table-files .year-item{border-bottom:0;height:49px;margin-bottom:0;margin-top:0}.table-files .year-item:not(.opened){border-bottom:0}}.table-files .folder{align-items:center;cursor:pointer;display:flex;height:44px;justify-content:space-between;padding:0 20px;width:100%}.table-files .folder.folder-selected{background:#dedede}.table-files .folder:last-of-type{margin-bottom:0}.table-files .folder .folder-year{-webkit-user-select:none;user-select:none}@media (max-width:768px){.table-files .folder{padding:0 10px}.table-files .folder .icon-folder{background-size:contain}}.table-files .folder .validate-textarea .form-control-feedback,.table-files .folder .validate .form-control-feedback{margin:0;top:-35px}.table-files .folder .validate-textarea .form-control-feedback:before,.table-files .folder .validate .form-control-feedback:before{top:100%;transform:rotate(180deg)}.table-files .folder input.edit:focus{border-color:#2586ea}.table-files .icon-folder{align-self:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='26'%3E%3Cdefs%3E%3Cpath id='a' d='M0 6.51V.154h13.522V6.51z'/%3E%3Cpath id='c' d='M29.794.396v19.912H0V.396h29.794z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0 .462)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23F79F00' d='M10.591.154H1.358C.608.154 0 .9 0 1.82v3.024c0 .92.608 1.666 1.358 1.666h10.804c1.072 0 1.721-1.453 1.146-2.562L11.736.924c-.25-.48-.68-.77-1.145-.77' mask='url(%23b)'/%3E%3C/g%3E%3Cg transform='translate(0 3.538)'%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath fill='%23FAC900' d='M28.106 20.308H1.688C.756 20.308 0 19.548 0 18.61V2.092C0 1.155.756.396 1.688.396h26.418c.932 0 1.688.76 1.688 1.696v16.52c0 .936-.756 1.696-1.688 1.696' mask='url(%23d)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:16px;margin-right:7px;min-width:21px}.table-files .icon-folder.opened{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='26'%3E%3Cdefs%3E%3Cpath id='a' d='M0 16.277V.157h29.617v16.12z'/%3E%3Cpath id='c' d='M0 25.35h29.873V.078H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0 9.022)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23FAC900' d='M23.655 16.277H.801a.812.812 0 0 1-.773-1.026L5.219.758a.803.803 0 0 1 .774-.601h22.853c.526 0 .77.51.77 1.025l-5.19 14.493a.799.799 0 0 1-.771.602' mask='url(%23b)'/%3E%3C/g%3E%3Cg transform='translate(0 .572)'%3E%3Cpath fill='%23F4EFDC' d='M5.22 9.208a.803.803 0 0 1 .772-.601h21.072v-4.68H4.596L1.53 7.045v12.457L5.22 9.208z'/%3E%3Cpath fill='%23F79F00' d='m1.531 7.045 3.065-3.118h8.17L10.213.286H.886A.894.894 0 0 0 0 1.187v22.217c.035.002.07.005.104.005l1.426-3.961V7.045z'/%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath fill='%23D1BF86' d='M14.297 8.607h1.023v-2.08h-1.023zm3.576 0h1.023v-2.08h-1.023zm3.575 0h1.02v-2.08h-1.02zm-14.299 0H8.17v-2.08H7.15zm3.576 0h1.02v-2.08h-1.02zM4.596 7.045V3.927L1.53 7.045z' mask='url(%23d)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:18px}.table-files .file{align-items:flex-start;display:flex;height:44px;justify-content:space-between;margin-top:5px;padding:4px 20px 0;width:100%}@media (max-width:768px){.table-files .file{height:auto;min-height:44px;padding:4px 10px 0 0}}.table-files .file-selected{background:#dedede}.table-files .file.menu-opened{position:relative;z-index:11}.table-files .file .name{padding-left:26px}@media (max-width:768px){.table-files .file .name{padding-left:24px}}.table-files .file .buttons{margin-top:0;padding-top:0}.table-files .file .buttons .button-actions,.table-files .file .buttons .button-download,.table-files .file .buttons .button-view{margin-top:3px}.table-files .name{align-items:flex-start;cursor:pointer;display:flex;position:relative;-webkit-user-select:none;user-select:none}.table-files .name .folder-year{color:#303030;font-size:13px;font-weight:700;line-height:20px;padding-top:3px}.table-files .name .rename-form{align-items:center;display:flex;position:relative;white-space:nowrap;z-index:11}.table-files .name .rename-form button{margin-left:10px;min-width:30px}.table-files .name .rename-form .button_blue{min-width:90px}.table-files .name .rename-form .button_blue-border{min-width:110px}@media (max-width:768px){.table-files .name .rename-form{width:100%}}.table-files .name .rename-form .input,.table-files .name .rename-form .input-phone,.table-files .name .rename-form .input-select,.table-files .name .rename-form .textarea{color:#303030}.table-files .mob-table-head{display:none}@media (max-width:768px){.table-files .mob-table-head{align-items:center;display:flex;justify-content:space-between;padding:0 10px;width:100%}.table-files .mob-table-head .button-actions{margin:0}.table-files .mob-table-head .button-actions+.mobile-navigation{min-height:110px;top:37px}.table-files .button-actions{margin:0;padding:0}.table-files .button-actions+.mobile-navigation{background:#fff;border:1px solid #dedede;border-radius:4px;bottom:45px;box-shadow:0 12px 25px #78788e1a;height:auto;padding:3px 0;position:absolute;right:0;text-align:left;text-transform:capitalize;z-index:111}.table-files .button-actions+.mobile-navigation li{background:#fff;font-weight:400}.table-files .button-actions+.mobile-navigation li:hover{background:#e7e7e7}.table-files .button-actions+.mobile-navigation li a{align-items:center;color:#303030;display:flex;padding:7px 10px;white-space:nowrap}.table-files .button-actions+.mobile-navigation li a.disabled-nav-item{cursor:not-allowed;opacity:.5}.table-files .button-actions+.mobile-navigation li a i{margin-right:5px}.table-files .button-actions:active,.table-files .button-actions:focus{border:1px solid #aaa}}.table-files .checkbox-input+.checkbox-label{height:20px;margin:0 10px 0 0;max-width:20px;min-width:20px}@media (max-width:768px){.table-files .button-download,.table-files .button-view{display:none}.table-files *{font-size:13px}}.table-files .link-file .unread-docs.disabled,.table-files .unread-docs{background-color:#5aa3ee;border-radius:3px;color:#fff;display:inline-block;font-size:13px;font-weight:400;height:20px;line-height:20px;margin:0 0 0 5px;min-width:33px;padding:0 3px;text-align:center;text-transform:lowercase;white-space:nowrap}.table-files .folder .unread-docs{transform:translateY(-1px)}.table-files .on-review{color:#ff7183;padding-top:3px;position:relative}.table-files .link-file{align-items:flex-start;border:0;color:#1a0dab;display:flex;flex-direction:column;font-size:15px;line-height:18px;text-decoration:none;white-space:nowrap}.table-files .link-file__metadata{color:#303030;font-size:13px;line-height:16px}.table-files .link-file .disabled{color:#7e7d7f;cursor:not-allowed;-webkit-user-select:none;user-select:none}@media (max-width:768px){.table-files .link-file{white-space:unset}.table-files .link-file .no-break{white-space:unset;word-break:break-all}}.entity-files .table-files{padding:10px}.entity-files .table-files .name{width:70%!important}.tooltip-custom{background-color:#fff;border:1px solid #2586ea;border-radius:4px;box-shadow:0 6px 14px -3px #00080e2b;display:block;font-size:12px;left:50%;opacity:0;padding:3px 7px;position:absolute;top:100%;transform:translate(-50%,12px);transition:all .5s ease;visibility:hidden;width:220px}.tooltip-custom-parent{position:relative;z-index:1}.tooltip-custom-parent:hover .tooltip-custom{opacity:1;transform:translate(-50%,6px);visibility:visible}.tooltip-custom:before{border-color:#0000 #0000 #2586ea;border-style:solid;border-width:0 5px 5px;content:"";display:block;height:0;left:50%;position:absolute;top:-5px;transform:translate(-50%);width:0}@media (max-width:768px){.tooltip-custom{display:none}}.flatpickr-calendar{animation:none;background:#fff;border:0;border-radius:5px;box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014;box-sizing:border-box;direction:ltr;display:none;font-size:14px;line-height:24px;opacity:0;padding:0;position:absolute;text-align:center;touch-action:manipulation;visibility:hidden;width:307.875px}.flatpickr-calendar.inline,.flatpickr-calendar.open{max-height:640px;opacity:1;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{display:block;z-index:999}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{border-top:1px solid #e6e6e6;height:40px}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{border:solid #0000;content:"";display:block;height:0;left:22px;pointer-events:none;position:absolute;width:0}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{display:inline-block;position:relative}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{fill:#000000e6;background:#0000;color:#000000e6;flex:1;height:34px;line-height:1;overflow:hidden;position:relative;text-align:center;-webkit-user-select:none;user-select:none}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{fill:#000000e6;color:#000000e6;cursor:pointer;height:34px;padding:10px;position:absolute;text-decoration:none;top:0;z-index:3}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{height:14px;width:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{fill:inherit;transition:fill .1s}.numInputWrapper{height:auto;position:relative}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.numInputWrapper span{background:#fff;box-sizing:border-box;cursor:pointer;height:50%;line-height:50%;opacity:0;padding:0 4px 0 2px;position:absolute;right:0;width:14px}.numInputWrapper span:hover{background:#0000001a}.numInputWrapper span:active{background:#0003}.numInputWrapper span:after{content:"";display:block;position:absolute}.numInputWrapper span.arrowUp{border-bottom:0;top:0}.numInputWrapper span.arrowUp:after{border-bottom:4px solid #39393999;border-left:4px solid #0000;border-right:4px solid #0000;top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid #39393999;top:40%}.numInputWrapper span svg{height:auto;width:inherit}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:#0000000d}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{color:inherit;display:inline-block;font-size:135%;font-weight:300;height:34px;left:12.5%;line-height:1;padding:7.48px 0 0;position:absolute;text-align:center;transform:translateZ(0);width:75%}.flatpickr-current-month span.cur-month{color:inherit;display:inline-block;font-family:inherit;font-weight:700;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:#0000000d}.flatpickr-current-month .numInputWrapper{display:inline-block;width:7ch}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{-webkit-appearance:textfield;appearance:textfield;background:#fff;border:0;border-radius:0;box-sizing:border-box;color:inherit;cursor:text;display:inline-block;font-family:inherit;font-size:15px;font-weight:300;height:auto;line-height:inherit;margin:0;padding:0 0 0 .5ch;vertical-align:initial}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{background:#0000;color:#00000080;font-size:100%;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;-webkit-appearance:menulist;-moz-appearance:menulist;background:#0000;border:none;border-radius:0;box-sizing:border-box;-webkit-box-sizing:border-box;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:#0000000d}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:initial;outline:none;padding:0}.flatpickr-weekdays{align-items:center;background:#0000;display:flex;height:28px;overflow:hidden;text-align:center;width:100%}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{background:#0000;color:#0000008a;cursor:default;display:block;flex:1;font-size:90%;font-weight:bolder;line-height:1;margin:0;text-align:center}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{align-items:flex-start;display:flex;overflow:hidden;position:relative;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;max-width:307.875px;min-width:307.875px;opacity:1;outline:0;padding:0;text-align:left;transform:translateZ(0);width:307.875px}.dayContainer+.dayContainer{box-shadow:-1px 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid #0000;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;display:inline-block;flex-basis:14.2857143%;font-weight:400;height:39px;justify-content:center;line-height:39px;margin:0;max-width:39px;position:relative;text-align:center;width:14.2857143%}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{background:#e6e6e6;border-color:#e6e6e6;cursor:pointer;outline:0}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{background:#959ea9;border-color:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;border-color:#569ff7;box-shadow:none;color:#fff}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{background:#0000;border-color:#0000;color:#3939394d;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{color:#3939391a;cursor:not-allowed}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{box-shadow:1px 0 #e6e6e6;padding:0 12px}.flatpickr-weekwrapper .flatpickr-weekday{float:none;line-height:28px;width:100%}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{background:#0000;border:none;color:#3939394d;cursor:default;display:block;max-width:none;width:100%}.flatpickr-innerContainer{box-sizing:border-box;display:block;display:flex;overflow:hidden}.flatpickr-rContainer{box-sizing:border-box;display:inline-block;padding:0}.flatpickr-time{box-sizing:border-box;display:block;display:flex;height:0;line-height:40px;max-height:40px;outline:0;overflow:hidden;text-align:center}.flatpickr-time:after{clear:both;content:"";display:table}.flatpickr-time .numInputWrapper{flex:1;float:left;height:40px;width:40%}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{-webkit-appearance:textfield;appearance:textfield;background:#0000;border:0;border-radius:0;box-shadow:none;box-sizing:border-box;color:#393939;font-size:14px;height:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-align:center}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{border:0;outline:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{align-self:center;color:#393939;float:left;font-weight:700;height:inherit;line-height:inherit;-webkit-user-select:none;user-select:none;width:2%}.flatpickr-time .flatpickr-am-pm{cursor:pointer;font-weight:400;outline:0;text-align:center;width:18%}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}[tfx-tooltip]{background:#303030;border:0;border-radius:4px;bottom:calc(100% + 7px);box-shadow:0 4px 24px #00080e1f;color:#fff;cursor:pointer;flex-wrap:nowrap;font-size:14px;font-weight:400;opacity:0;padding:5px 10px;text-align:center;top:auto;transition:all .3s ease;visibility:hidden;white-space:nowrap;width:auto;z-index:9999}[tfx-tooltip],[tfx-tooltip]:before{display:block;left:50%;position:absolute;transform:translate(-50%)}[tfx-tooltip]:before{border-color:#303030 #0000 #0000;border-style:solid;border-width:5px 5px 0;bottom:-4px;content:"";height:0;width:0}[tfx-tooltip][width-50]{flex-wrap:wrap;white-space:normal;width:50px}@media (max-width:768px){[tfx-tooltip][mob-width-50]{flex-wrap:wrap;white-space:normal;width:50px!important}}[tfx-tooltip][width-55]{flex-wrap:wrap;white-space:normal;width:55px}@media (max-width:768px){[tfx-tooltip][mob-width-55]{flex-wrap:wrap;white-space:normal;width:55px!important}}[tfx-tooltip][width-60]{flex-wrap:wrap;white-space:normal;width:60px}@media (max-width:768px){[tfx-tooltip][mob-width-60]{flex-wrap:wrap;white-space:normal;width:60px!important}}[tfx-tooltip][width-65]{flex-wrap:wrap;white-space:normal;width:65px}@media (max-width:768px){[tfx-tooltip][mob-width-65]{flex-wrap:wrap;white-space:normal;width:65px!important}}[tfx-tooltip][width-70]{flex-wrap:wrap;white-space:normal;width:70px}@media (max-width:768px){[tfx-tooltip][mob-width-70]{flex-wrap:wrap;white-space:normal;width:70px!important}}[tfx-tooltip][width-75]{flex-wrap:wrap;white-space:normal;width:75px}@media (max-width:768px){[tfx-tooltip][mob-width-75]{flex-wrap:wrap;white-space:normal;width:75px!important}}[tfx-tooltip][width-80]{flex-wrap:wrap;white-space:normal;width:80px}@media (max-width:768px){[tfx-tooltip][mob-width-80]{flex-wrap:wrap;white-space:normal;width:80px!important}}[tfx-tooltip][width-85]{flex-wrap:wrap;white-space:normal;width:85px}@media (max-width:768px){[tfx-tooltip][mob-width-85]{flex-wrap:wrap;white-space:normal;width:85px!important}}[tfx-tooltip][width-90]{flex-wrap:wrap;white-space:normal;width:90px}@media (max-width:768px){[tfx-tooltip][mob-width-90]{flex-wrap:wrap;white-space:normal;width:90px!important}}[tfx-tooltip][width-95]{flex-wrap:wrap;white-space:normal;width:95px}@media (max-width:768px){[tfx-tooltip][mob-width-95]{flex-wrap:wrap;white-space:normal;width:95px!important}}[tfx-tooltip][width-100]{flex-wrap:wrap;white-space:normal;width:100px}@media (max-width:768px){[tfx-tooltip][mob-width-100]{flex-wrap:wrap;white-space:normal;width:100px!important}}[tfx-tooltip][width-105]{flex-wrap:wrap;white-space:normal;width:105px}@media (max-width:768px){[tfx-tooltip][mob-width-105]{flex-wrap:wrap;white-space:normal;width:105px!important}}[tfx-tooltip][width-110]{flex-wrap:wrap;white-space:normal;width:110px}@media (max-width:768px){[tfx-tooltip][mob-width-110]{flex-wrap:wrap;white-space:normal;width:110px!important}}[tfx-tooltip][width-115]{flex-wrap:wrap;white-space:normal;width:115px}@media (max-width:768px){[tfx-tooltip][mob-width-115]{flex-wrap:wrap;white-space:normal;width:115px!important}}[tfx-tooltip][width-120]{flex-wrap:wrap;white-space:normal;width:120px}@media (max-width:768px){[tfx-tooltip][mob-width-120]{flex-wrap:wrap;white-space:normal;width:120px!important}}[tfx-tooltip][width-125]{flex-wrap:wrap;white-space:normal;width:125px}@media (max-width:768px){[tfx-tooltip][mob-width-125]{flex-wrap:wrap;white-space:normal;width:125px!important}}[tfx-tooltip][width-130]{flex-wrap:wrap;white-space:normal;width:130px}@media (max-width:768px){[tfx-tooltip][mob-width-130]{flex-wrap:wrap;white-space:normal;width:130px!important}}[tfx-tooltip][width-135]{flex-wrap:wrap;white-space:normal;width:135px}@media (max-width:768px){[tfx-tooltip][mob-width-135]{flex-wrap:wrap;white-space:normal;width:135px!important}}[tfx-tooltip][width-140]{flex-wrap:wrap;white-space:normal;width:140px}@media (max-width:768px){[tfx-tooltip][mob-width-140]{flex-wrap:wrap;white-space:normal;width:140px!important}}[tfx-tooltip][width-145]{flex-wrap:wrap;white-space:normal;width:145px}@media (max-width:768px){[tfx-tooltip][mob-width-145]{flex-wrap:wrap;white-space:normal;width:145px!important}}[tfx-tooltip][width-150]{flex-wrap:wrap;white-space:normal;width:150px}@media (max-width:768px){[tfx-tooltip][mob-width-150]{flex-wrap:wrap;white-space:normal;width:150px!important}}[tfx-tooltip][width-155]{flex-wrap:wrap;white-space:normal;width:155px}@media (max-width:768px){[tfx-tooltip][mob-width-155]{flex-wrap:wrap;white-space:normal;width:155px!important}}[tfx-tooltip][width-160]{flex-wrap:wrap;white-space:normal;width:160px}@media (max-width:768px){[tfx-tooltip][mob-width-160]{flex-wrap:wrap;white-space:normal;width:160px!important}}[tfx-tooltip][width-165]{flex-wrap:wrap;white-space:normal;width:165px}@media (max-width:768px){[tfx-tooltip][mob-width-165]{flex-wrap:wrap;white-space:normal;width:165px!important}}[tfx-tooltip][width-170]{flex-wrap:wrap;white-space:normal;width:170px}@media (max-width:768px){[tfx-tooltip][mob-width-170]{flex-wrap:wrap;white-space:normal;width:170px!important}}[tfx-tooltip][width-175]{flex-wrap:wrap;white-space:normal;width:175px}@media (max-width:768px){[tfx-tooltip][mob-width-175]{flex-wrap:wrap;white-space:normal;width:175px!important}}[tfx-tooltip][width-180]{flex-wrap:wrap;white-space:normal;width:180px}@media (max-width:768px){[tfx-tooltip][mob-width-180]{flex-wrap:wrap;white-space:normal;width:180px!important}}[tfx-tooltip][width-185]{flex-wrap:wrap;white-space:normal;width:185px}@media (max-width:768px){[tfx-tooltip][mob-width-185]{flex-wrap:wrap;white-space:normal;width:185px!important}}[tfx-tooltip][width-190]{flex-wrap:wrap;white-space:normal;width:190px}@media (max-width:768px){[tfx-tooltip][mob-width-190]{flex-wrap:wrap;white-space:normal;width:190px!important}}[tfx-tooltip][width-195]{flex-wrap:wrap;white-space:normal;width:195px}@media (max-width:768px){[tfx-tooltip][mob-width-195]{flex-wrap:wrap;white-space:normal;width:195px!important}}[tfx-tooltip][width-200]{flex-wrap:wrap;white-space:normal;width:200px}@media (max-width:768px){[tfx-tooltip][mob-width-200]{flex-wrap:wrap;white-space:normal;width:200px!important}}[tfx-tooltip][width-205]{flex-wrap:wrap;white-space:normal;width:205px}@media (max-width:768px){[tfx-tooltip][mob-width-205]{flex-wrap:wrap;white-space:normal;width:205px!important}}[tfx-tooltip][width-210]{flex-wrap:wrap;white-space:normal;width:210px}@media (max-width:768px){[tfx-tooltip][mob-width-210]{flex-wrap:wrap;white-space:normal;width:210px!important}}[tfx-tooltip][width-215]{flex-wrap:wrap;white-space:normal;width:215px}@media (max-width:768px){[tfx-tooltip][mob-width-215]{flex-wrap:wrap;white-space:normal;width:215px!important}}[tfx-tooltip][width-220]{flex-wrap:wrap;white-space:normal;width:220px}@media (max-width:768px){[tfx-tooltip][mob-width-220]{flex-wrap:wrap;white-space:normal;width:220px!important}}[tfx-tooltip][width-225]{flex-wrap:wrap;white-space:normal;width:225px}@media (max-width:768px){[tfx-tooltip][mob-width-225]{flex-wrap:wrap;white-space:normal;width:225px!important}}[tfx-tooltip][width-230]{flex-wrap:wrap;white-space:normal;width:230px}@media (max-width:768px){[tfx-tooltip][mob-width-230]{flex-wrap:wrap;white-space:normal;width:230px!important}}[tfx-tooltip][width-235]{flex-wrap:wrap;white-space:normal;width:235px}@media (max-width:768px){[tfx-tooltip][mob-width-235]{flex-wrap:wrap;white-space:normal;width:235px!important}}[tfx-tooltip][width-240]{flex-wrap:wrap;white-space:normal;width:240px}@media (max-width:768px){[tfx-tooltip][mob-width-240]{flex-wrap:wrap;white-space:normal;width:240px!important}}[tfx-tooltip][width-245]{flex-wrap:wrap;white-space:normal;width:245px}@media (max-width:768px){[tfx-tooltip][mob-width-245]{flex-wrap:wrap;white-space:normal;width:245px!important}}[tfx-tooltip][width-250]{flex-wrap:wrap;white-space:normal;width:250px}@media (max-width:768px){[tfx-tooltip][mob-width-250]{flex-wrap:wrap;white-space:normal;width:250px!important}}[tfx-tooltip][width-255]{flex-wrap:wrap;white-space:normal;width:255px}@media (max-width:768px){[tfx-tooltip][mob-width-255]{flex-wrap:wrap;white-space:normal;width:255px!important}}[tfx-tooltip][width-260]{flex-wrap:wrap;white-space:normal;width:260px}@media (max-width:768px){[tfx-tooltip][mob-width-260]{flex-wrap:wrap;white-space:normal;width:260px!important}}[tfx-tooltip][width-265]{flex-wrap:wrap;white-space:normal;width:265px}@media (max-width:768px){[tfx-tooltip][mob-width-265]{flex-wrap:wrap;white-space:normal;width:265px!important}}[tfx-tooltip][width-270]{flex-wrap:wrap;white-space:normal;width:270px}@media (max-width:768px){[tfx-tooltip][mob-width-270]{flex-wrap:wrap;white-space:normal;width:270px!important}}[tfx-tooltip][width-275]{flex-wrap:wrap;white-space:normal;width:275px}@media (max-width:768px){[tfx-tooltip][mob-width-275]{flex-wrap:wrap;white-space:normal;width:275px!important}}[tfx-tooltip][width-280]{flex-wrap:wrap;white-space:normal;width:280px}@media (max-width:768px){[tfx-tooltip][mob-width-280]{flex-wrap:wrap;white-space:normal;width:280px!important}}[tfx-tooltip][width-285]{flex-wrap:wrap;white-space:normal;width:285px}@media (max-width:768px){[tfx-tooltip][mob-width-285]{flex-wrap:wrap;white-space:normal;width:285px!important}}[tfx-tooltip][width-290]{flex-wrap:wrap;white-space:normal;width:290px}@media (max-width:768px){[tfx-tooltip][mob-width-290]{flex-wrap:wrap;white-space:normal;width:290px!important}}[tfx-tooltip][width-295]{flex-wrap:wrap;white-space:normal;width:295px}@media (max-width:768px){[tfx-tooltip][mob-width-295]{flex-wrap:wrap;white-space:normal;width:295px!important}}[tfx-tooltip][width-300]{flex-wrap:wrap;white-space:normal;width:300px}@media (max-width:768px){[tfx-tooltip][mob-width-300]{flex-wrap:wrap;white-space:normal;width:300px!important}}[tfx-tooltip][width-305]{flex-wrap:wrap;white-space:normal;width:305px}@media (max-width:768px){[tfx-tooltip][mob-width-305]{flex-wrap:wrap;white-space:normal;width:305px!important}}[tfx-tooltip][width-310]{flex-wrap:wrap;white-space:normal;width:310px}@media (max-width:768px){[tfx-tooltip][mob-width-310]{flex-wrap:wrap;white-space:normal;width:310px!important}}[tfx-tooltip][width-315]{flex-wrap:wrap;white-space:normal;width:315px}@media (max-width:768px){[tfx-tooltip][mob-width-315]{flex-wrap:wrap;white-space:normal;width:315px!important}}[tfx-tooltip][width-320]{flex-wrap:wrap;white-space:normal;width:320px}@media (max-width:768px){[tfx-tooltip][mob-width-320]{flex-wrap:wrap;white-space:normal;width:320px!important}}[tfx-tooltip][width-325]{flex-wrap:wrap;white-space:normal;width:325px}@media (max-width:768px){[tfx-tooltip][mob-width-325]{flex-wrap:wrap;white-space:normal;width:325px!important}}[tfx-tooltip][width-330]{flex-wrap:wrap;white-space:normal;width:330px}@media (max-width:768px){[tfx-tooltip][mob-width-330]{flex-wrap:wrap;white-space:normal;width:330px!important}}[tfx-tooltip][width-335]{flex-wrap:wrap;white-space:normal;width:335px}@media (max-width:768px){[tfx-tooltip][mob-width-335]{flex-wrap:wrap;white-space:normal;width:335px!important}}[tfx-tooltip][width-340]{flex-wrap:wrap;white-space:normal;width:340px}@media (max-width:768px){[tfx-tooltip][mob-width-340]{flex-wrap:wrap;white-space:normal;width:340px!important}}[tfx-tooltip][width-345]{flex-wrap:wrap;white-space:normal;width:345px}@media (max-width:768px){[tfx-tooltip][mob-width-345]{flex-wrap:wrap;white-space:normal;width:345px!important}}[tfx-tooltip][width-350]{flex-wrap:wrap;white-space:normal;width:350px}@media (max-width:768px){[tfx-tooltip][mob-width-350]{flex-wrap:wrap;white-space:normal;width:350px!important}}[tfx-tooltip][width-355]{flex-wrap:wrap;white-space:normal;width:355px}@media (max-width:768px){[tfx-tooltip][mob-width-355]{flex-wrap:wrap;white-space:normal;width:355px!important}}[tfx-tooltip][width-360]{flex-wrap:wrap;white-space:normal;width:360px}@media (max-width:768px){[tfx-tooltip][mob-width-360]{flex-wrap:wrap;white-space:normal;width:360px!important}}[tfx-tooltip][width-365]{flex-wrap:wrap;white-space:normal;width:365px}@media (max-width:768px){[tfx-tooltip][mob-width-365]{flex-wrap:wrap;white-space:normal;width:365px!important}}[tfx-tooltip][width-370]{flex-wrap:wrap;white-space:normal;width:370px}@media (max-width:768px){[tfx-tooltip][mob-width-370]{flex-wrap:wrap;white-space:normal;width:370px!important}}[tfx-tooltip][width-375]{flex-wrap:wrap;white-space:normal;width:375px}@media (max-width:768px){[tfx-tooltip][mob-width-375]{flex-wrap:wrap;white-space:normal;width:375px!important}}[tfx-tooltip][width-380]{flex-wrap:wrap;white-space:normal;width:380px}@media (max-width:768px){[tfx-tooltip][mob-width-380]{flex-wrap:wrap;white-space:normal;width:380px!important}}[tfx-tooltip][width-385]{flex-wrap:wrap;white-space:normal;width:385px}@media (max-width:768px){[tfx-tooltip][mob-width-385]{flex-wrap:wrap;white-space:normal;width:385px!important}}[tfx-tooltip][width-390]{flex-wrap:wrap;white-space:normal;width:390px}@media (max-width:768px){[tfx-tooltip][mob-width-390]{flex-wrap:wrap;white-space:normal;width:390px!important}}[tfx-tooltip][width-395]{flex-wrap:wrap;white-space:normal;width:395px}@media (max-width:768px){[tfx-tooltip][mob-width-395]{flex-wrap:wrap;white-space:normal;width:395px!important}}[tfx-tooltip][width-400]{flex-wrap:wrap;white-space:normal;width:400px}@media (max-width:768px){[tfx-tooltip][mob-width-400]{flex-wrap:wrap;white-space:normal;width:400px!important}}[tfx-tooltip][width-405]{flex-wrap:wrap;white-space:normal;width:405px}@media (max-width:768px){[tfx-tooltip][mob-width-405]{flex-wrap:wrap;white-space:normal;width:405px!important}}[tfx-tooltip][width-410]{flex-wrap:wrap;white-space:normal;width:410px}@media (max-width:768px){[tfx-tooltip][mob-width-410]{flex-wrap:wrap;white-space:normal;width:410px!important}}[tfx-tooltip][width-415]{flex-wrap:wrap;white-space:normal;width:415px}@media (max-width:768px){[tfx-tooltip][mob-width-415]{flex-wrap:wrap;white-space:normal;width:415px!important}}[tfx-tooltip][width-420]{flex-wrap:wrap;white-space:normal;width:420px}@media (max-width:768px){[tfx-tooltip][mob-width-420]{flex-wrap:wrap;white-space:normal;width:420px!important}}[tfx-tooltip][width-425]{flex-wrap:wrap;white-space:normal;width:425px}@media (max-width:768px){[tfx-tooltip][mob-width-425]{flex-wrap:wrap;white-space:normal;width:425px!important}}[tfx-tooltip][width-430]{flex-wrap:wrap;white-space:normal;width:430px}@media (max-width:768px){[tfx-tooltip][mob-width-430]{flex-wrap:wrap;white-space:normal;width:430px!important}}[tfx-tooltip][width-435]{flex-wrap:wrap;white-space:normal;width:435px}@media (max-width:768px){[tfx-tooltip][mob-width-435]{flex-wrap:wrap;white-space:normal;width:435px!important}}[tfx-tooltip][width-440]{flex-wrap:wrap;white-space:normal;width:440px}@media (max-width:768px){[tfx-tooltip][mob-width-440]{flex-wrap:wrap;white-space:normal;width:440px!important}}[tfx-tooltip][width-445]{flex-wrap:wrap;white-space:normal;width:445px}@media (max-width:768px){[tfx-tooltip][mob-width-445]{flex-wrap:wrap;white-space:normal;width:445px!important}}[tfx-tooltip][width-450]{flex-wrap:wrap;white-space:normal;width:450px}@media (max-width:768px){[tfx-tooltip][mob-width-450]{flex-wrap:wrap;white-space:normal;width:450px!important}}[tfx-tooltip][width-455]{flex-wrap:wrap;white-space:normal;width:455px}@media (max-width:768px){[tfx-tooltip][mob-width-455]{flex-wrap:wrap;white-space:normal;width:455px!important}}[tfx-tooltip][width-460]{flex-wrap:wrap;white-space:normal;width:460px}@media (max-width:768px){[tfx-tooltip][mob-width-460]{flex-wrap:wrap;white-space:normal;width:460px!important}}[tfx-tooltip][width-465]{flex-wrap:wrap;white-space:normal;width:465px}@media (max-width:768px){[tfx-tooltip][mob-width-465]{flex-wrap:wrap;white-space:normal;width:465px!important}}[tfx-tooltip][width-470]{flex-wrap:wrap;white-space:normal;width:470px}@media (max-width:768px){[tfx-tooltip][mob-width-470]{flex-wrap:wrap;white-space:normal;width:470px!important}}[tfx-tooltip][width-475]{flex-wrap:wrap;white-space:normal;width:475px}@media (max-width:768px){[tfx-tooltip][mob-width-475]{flex-wrap:wrap;white-space:normal;width:475px!important}}[tfx-tooltip][width-480]{flex-wrap:wrap;white-space:normal;width:480px}@media (max-width:768px){[tfx-tooltip][mob-width-480]{flex-wrap:wrap;white-space:normal;width:480px!important}}[tfx-tooltip][width-485]{flex-wrap:wrap;white-space:normal;width:485px}@media (max-width:768px){[tfx-tooltip][mob-width-485]{flex-wrap:wrap;white-space:normal;width:485px!important}}[tfx-tooltip][width-490]{flex-wrap:wrap;white-space:normal;width:490px}@media (max-width:768px){[tfx-tooltip][mob-width-490]{flex-wrap:wrap;white-space:normal;width:490px!important}}[tfx-tooltip][width-495]{flex-wrap:wrap;white-space:normal;width:495px}@media (max-width:768px){[tfx-tooltip][mob-width-495]{flex-wrap:wrap;white-space:normal;width:495px!important}}[tfx-tooltip][width-500]{flex-wrap:wrap;white-space:normal;width:500px}@media (max-width:768px){[tfx-tooltip][mob-width-500]{flex-wrap:wrap;white-space:normal;width:500px!important}}[tfx-tooltip][width-auto]{width:auto}[tfx-tooltip][bottom]{bottom:auto;top:calc(100% + 12px)}[tfx-tooltip][bottom]:before{border-color:#0000 #0000 #303030;border-width:0 5px 5px;bottom:auto;top:-5px;transform:translate(-50%)}[tfx-tooltip][left]{left:-10px}[tfx-tooltip][left],[tfx-tooltip][left]:before{right:auto;transform:none}[tfx-tooltip][left][arrow-0]:before{left:0}[tfx-tooltip][left][arrow-1]:before{left:1px}[tfx-tooltip][left][arrow-2]:before{left:2px}[tfx-tooltip][left][arrow-3]:before{left:3px}[tfx-tooltip][left][arrow-4]:before{left:4px}[tfx-tooltip][left][arrow-5]:before{left:5px}[tfx-tooltip][left][arrow-6]:before{left:6px}[tfx-tooltip][left][arrow-7]:before{left:7px}[tfx-tooltip][left][arrow-8]:before{left:8px}[tfx-tooltip][left][arrow-9]:before{left:9px}[tfx-tooltip][left][arrow-10]:before{left:10px}[tfx-tooltip][left][arrow-11]:before{left:11px}[tfx-tooltip][left][arrow-12]:before{left:12px}[tfx-tooltip][left][arrow-13]:before{left:13px}[tfx-tooltip][left][arrow-14]:before{left:14px}[tfx-tooltip][left][arrow-15]:before{left:15px}[tfx-tooltip][left][arrow-16]:before{left:16px}[tfx-tooltip][left][arrow-17]:before{left:17px}[tfx-tooltip][left][arrow-18]:before{left:18px}[tfx-tooltip][left][arrow-19]:before{left:19px}[tfx-tooltip][left][arrow-20]:before{left:20px}[tfx-tooltip][left][arrow-21]:before{left:21px}[tfx-tooltip][left][arrow-22]:before{left:22px}[tfx-tooltip][left][arrow-23]:before{left:23px}[tfx-tooltip][left][arrow-24]:before{left:24px}[tfx-tooltip][left][arrow-25]:before{left:25px}[tfx-tooltip][right]{right:-10px}[tfx-tooltip][right],[tfx-tooltip][right]:before{left:auto;transform:none}[tfx-tooltip][right][arrow-0]:before{right:0}[tfx-tooltip][right][arrow-1]:before{right:1px}[tfx-tooltip][right][arrow-2]:before{right:2px}[tfx-tooltip][right][arrow-3]:before{right:3px}[tfx-tooltip][right][arrow-4]:before{right:4px}[tfx-tooltip][right][arrow-5]:before{right:5px}[tfx-tooltip][right][arrow-6]:before{right:6px}[tfx-tooltip][right][arrow-7]:before{right:7px}[tfx-tooltip][right][arrow-8]:before{right:8px}[tfx-tooltip][right][arrow-9]:before{right:9px}[tfx-tooltip][right][arrow-10]:before{right:10px}[tfx-tooltip][right][arrow-11]:before{right:11px}[tfx-tooltip][right][arrow-12]:before{right:12px}[tfx-tooltip][right][arrow-13]:before{right:13px}[tfx-tooltip][right][arrow-14]:before{right:14px}[tfx-tooltip][right][arrow-15]:before{right:15px}[tfx-tooltip][right][arrow-16]:before{right:16px}[tfx-tooltip][right][arrow-17]:before{right:17px}[tfx-tooltip][right][arrow-18]:before{right:18px}[tfx-tooltip][right][arrow-19]:before{right:19px}[tfx-tooltip][right][arrow-20]:before{right:20px}[tfx-tooltip][right][arrow-21]:before{right:21px}[tfx-tooltip][right][arrow-22]:before{right:22px}[tfx-tooltip][right][arrow-23]:before{right:23px}[tfx-tooltip][right][arrow-24]:before{right:24px}[tfx-tooltip][right][arrow-25]:before{right:25px}[tfx-tooltip] a{color:#fff;text-decoration:underline}[has-tooltip]{overflow:visible!important;position:relative}[has-tooltip]:hover [tfx-tooltip]{opacity:1;transform:translate(-50%);transition-delay:.1s;visibility:visible}[has-tooltip]:hover [tfx-tooltip][left],[has-tooltip]:hover [tfx-tooltip][right]{transform:none}[has-tooltip].button{overflow:visible}.switch-panel{display:flex;height:42px}.switch-panel .switch-button{align-items:center;background:#f7f8f9;border:1px solid #d9d9d9;border-radius:4px;color:#9b9b9b;cursor:pointer;display:flex;font-size:14px;height:100%;margin-right:10px;min-width:89px;padding:12px}.switch-panel .switch-button *{cursor:pointer;-webkit-user-select:none;user-select:none}.switch-panel .switch-button .switch-label{padding-left:8px;pointer-events:none;text-transform:capitalize;white-space:nowrap}.switch-panel .switch-button .circle{background:#fff;border:1px solid #9b9b9b;border-radius:50%;display:inline-block;height:18px;position:relative;width:18px}.switch-panel .switch-button .circle:after{background:#9b9b9b;border-radius:50%;content:"";display:block;height:6px;left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0) scale(0);transition:all .5s ease;width:6px}.switch-panel .switch-button.active .circle{background:#2586ea;border:1px solid #2586ea}.switch-panel .switch-button.active .circle:after{background:#fff;box-shadow:0 1px 2px #00000040;transform:translate3d(-50%,-50%,0) scale(1)}.switch-panel .switch-button.active.positive{color:#2586ea}.switch-panel .switch-button.active.positive .circle{border:1px solid #2586ea}.switch-panel .switch-button.active.positive .circle:after{background:#2586ea}.switch-panel .switch-button.active.negative{color:#d0021b}.switch-panel .switch-button.active.negative .circle{border:1px solid #d0021b}.switch-panel .switch-button.active.negative .circle:after{background:#d0021b}.switch-panel .switch-button.active.undefined{color:#43536e}.switch-panel .switch-button.active.undefined .circle{border:1px solid #43536e}.switch-panel .switch-button.active.undefined .circle:after{background:#43536e}.switch-panel .switch-button.error{position:relative}.switch-panel .switch-button.error .form-control-feedback.error{color:red;position:absolute;right:0;top:100%}.tfx-check-container{cursor:pointer;font-size:15px;-webkit-user-select:none;user-select:none}.tfx-check-container.disabled{cursor:not-allowed}.tfx-check-container .tfx-check{background-color:#fff;border:1px solid #9b9b9b;border-radius:4px;display:inline-block;height:20px;margin-right:3px;margin-top:-3px;min-width:20px;position:relative;vertical-align:middle;width:20px}.tfx-check-container .tfx-check:hover{box-shadow:0 0 3px #b9b9b9}.tfx-check-container .tfx-check .checked-icon{display:none}.tfx-check-container .tfx-check.checked{background:#2586ea;border:1px solid #2586ea;position:relative}.tfx-check-container .tfx-check.checked .checked-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8'%3E%3Cpath fill='%23fff' d='M8.641 1.794 7.869.97A.51.51 0 0 0 7.483.8a.51.51 0 0 0-.386.17L3.372 4.952 1.703 3.164a.51.51 0 0 0-.386-.17.51.51 0 0 0-.386.17l-.772.824A.58.58 0 0 0 0 4.4c0 .162.053.3.159.412l2.055 2.194.772.824a.51.51 0 0 0 .386.17.51.51 0 0 0 .386-.17l.773-.824 4.11-4.388a.581.581 0 0 0 .159-.412.581.581 0 0 0-.159-.412z'/%3E%3C/svg%3E") no-repeat;background-size:contain;display:inline-block;height:11px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:13px}.tfx-check-container .tfx-check.small-check{height:16px;width:16px}.tfx-check-container .tfx-check.small-check.checked .checked-icon{height:8px;width:9px}.checkbox-blue-round{align-items:center;background:#fff;border:1px solid #aaa;border-radius:50%;display:flex;display:inline-block;height:20px;justify-content:center;margin-right:9px;min-width:20px;vertical-align:sub;width:20px}.selected .checkbox-blue-round{background:#2586ea url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.68.828-.778-.614c-.383-.302-.605-.298-.933.1L4.32 7.15 1.692 5.01c-.363-.3-.59-.283-.888.082l-.6.767c-.304.375-.265.589.095.883l3.746 3.04c.386.318.603.285.9-.07l6.832-7.968c.32-.378.302-.604-.097-.915Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%/12px 10px;border-color:#2586ea}.radiobutton-with-container{align-items:center;background:#fff;border:1px solid #ebebeb;border-radius:4px;color:#303030;cursor:pointer;display:inline-flex;font-size:14px;justify-content:center;margin-right:10px;min-height:42px;padding:11px 24px;text-align:center;transition:all .2s ease}.radiobutton-with-container:hover{background:#f3f3f3}.radiobutton-with-container.active,.radiobutton-with-container.selected{background:#e8f1fd;border:1px solid #5aa3ee;font-weight:700}.radiobutton-with-container:last-child{margin-right:0}.payment-pending-alert{background:#ffeeaf url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.478 8.507 8.8 7.538V4a.8.8 0 1 0-1.6 0v4a.8.8 0 0 0 .4.693l2.078 1.2a.8.8 0 1 0 .8-1.386ZM8 0a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8Zm0 14.4A6.4 6.4 0 1 1 14.4 8 6.408 6.408 0 0 1 8 14.4Z' fill='%233B4858'/%3E%3C/svg%3E") no-repeat 22px 17px/16px;border-radius:4px;box-shadow:0 1px 4px #0000001a;color:#3b4858;display:block;margin-bottom:10px;padding:15px 50px;width:100%}.payment-pending-alert .title{display:block;font-size:15px;font-weight:700;margin-bottom:5px}.payment-pending-alert .message{display:block;font-size:14px;font-weight:400}.tfx-switch{height:20px;margin-right:7px;position:relative;-webkit-user-select:none;user-select:none;width:32px}.tfx-switch,.tfx-switch .slider{cursor:pointer;display:inline-block}.tfx-switch .slider{background-color:#dedede;border:1px solid #dedede;border-radius:34px;inset:0;position:absolute;transition:.4s}.tfx-switch .slider:before{background-color:#fff;border:.5px solid #0000000a;border-radius:50%;box-shadow:0 2px 1px #0000001a,0 1px 1px #00000029,0 2px 5px #00000026;content:"";height:16px;left:1px;position:absolute;top:50%;transform:translateY(-50%);transition:.4s;width:16px}.tfx-switch input[type=checkbox]{visibility:hidden}.tfx-switch input:checked+.slider{background-color:#2686ea;border:1px solid #0000}.tfx-switch input:checked+.slider:before{transform:translate(13px,-50%)}.tfx-switch.reverse .slider{background-color:#2686ea;border:1px solid #0000}.tfx-switch.reverse .slider:before{transform:translate(13px,-50%)}.tfx-switch.reverse input:checked+.slider{background-color:#dedede;border:1px solid #dedede}.tfx-switch.reverse input:checked+.slider:before{transform:translateY(-50%)}*,:after,:before{--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:#3b82f680;--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: }::-webkit-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:#3b82f680;--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: }::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:#3b82f680;--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: }.tfx-client .tw-absolute{position:absolute}.tfx-client .tw-relative{position:relative}.tfx-client .tw-bottom-0{bottom:0}.tfx-client .tw-left-0{left:0}.tfx-client .tw-left-6{left:24px}.tfx-client .tw-right-0{right:0}.tfx-client .tw-top-0{top:0}.tfx-client .\!tw-z-\[10000\]{z-index:10000!important}.tfx-client .tw-order-1{order:1}.tfx-client .tw-order-last{order:9999}.tfx-client .tw-m-0{margin:0}.tfx-client .tw-m-auto{margin:auto}.tfx-client .tw-mx-1{margin-left:4px;margin-right:4px}.tfx-client .tw-mx-4{margin-left:16px;margin-right:16px}.tfx-client .tw-mx-5{margin-left:20px;margin-right:20px}.tfx-client .tw-mx-\[6px\]{margin-left:6px;margin-right:6px}.tfx-client .tw-my-0{margin-bottom:0;margin-top:0}.tfx-client .tw-my-1{margin-bottom:4px;margin-top:4px}.tfx-client .tw-my-2{margin-bottom:8px;margin-top:8px}.tfx-client .tw-my-5{margin-bottom:20px;margin-top:20px}.tfx-client .tw-my-8{margin-bottom:32px;margin-top:32px}.tfx-client .tw-my-px{margin-bottom:1px;margin-top:1px}.tfx-client .\!tw-ml-2{margin-left:8px!important}.tfx-client .\!tw-mt-3{margin-top:12px!important}.tfx-client .tw-mb-0{margin-bottom:0}.tfx-client .tw-mb-0\.5{margin-bottom:2px}.tfx-client .tw-mb-1{margin-bottom:4px}.tfx-client .tw-mb-1\.5{margin-bottom:6px}.tfx-client .tw-mb-10{margin-bottom:40px}.tfx-client .tw-mb-2{margin-bottom:8px}.tfx-client .tw-mb-3{margin-bottom:12px}.tfx-client .tw-mb-4{margin-bottom:16px}.tfx-client .tw-mb-5{margin-bottom:20px}.tfx-client .tw-mb-6{margin-bottom:24px}.tfx-client .tw-mb-7{margin-bottom:28px}.tfx-client .tw-mb-8{margin-bottom:32px}.tfx-client .tw-mb-\[-2px\]{margin-bottom:-2px}.tfx-client .tw-mb-\[10px\]{margin-bottom:10px}.tfx-client .tw-mb-\[15px\]{margin-bottom:15px}.tfx-client .tw-mb-\[20px\]{margin-bottom:20px}.tfx-client .tw-mb-\[30px\]{margin-bottom:30px}.tfx-client .tw-mb-\[5px\]{margin-bottom:5px}.tfx-client .tw-mb-px{margin-bottom:1px}.tfx-client .tw-ml-0{margin-left:0}.tfx-client .tw-ml-0\.5{margin-left:2px}.tfx-client .tw-ml-1{margin-left:4px}.tfx-client .tw-ml-2{margin-left:8px}.tfx-client .tw-ml-3{margin-left:12px}.tfx-client .tw-ml-4{margin-left:16px}.tfx-client .tw-ml-5{margin-left:20px}.tfx-client .tw-ml-\[6px\]{margin-left:6px}.tfx-client .tw-ml-auto{margin-left:auto}.tfx-client .tw-mr-0{margin-right:0}.tfx-client .tw-mr-1{margin-right:4px}.tfx-client .tw-mr-2{margin-right:8px}.tfx-client .tw-mr-2\.5{margin-right:10px}.tfx-client .tw-mr-3{margin-right:12px}.tfx-client .tw-mr-4{margin-right:16px}.tfx-client .tw-mr-6{margin-right:24px}.tfx-client .tw-mr-\[10px\]{margin-right:10px}.tfx-client .tw-mr-\[8px\]{margin-right:8px}.tfx-client .tw-mt-0{margin-top:0}.tfx-client .tw-mt-0\.5{margin-top:2px}.tfx-client .tw-mt-1{margin-top:4px}.tfx-client .tw-mt-2{margin-top:8px}.tfx-client .tw-mt-2\.5{margin-top:10px}.tfx-client .tw-mt-3{margin-top:12px}.tfx-client .tw-mt-4{margin-top:16px}.tfx-client .tw-mt-5{margin-top:20px}.tfx-client .tw-mt-6{margin-top:24px}.tfx-client .tw-mt-8{margin-top:32px}.tfx-client .tw-mt-9{margin-top:36px}.tfx-client .tw-mt-\[-1px\]{margin-top:-1px}.tfx-client .tw-mt-\[10px\]{margin-top:10px}.tfx-client .tw-mt-\[2px\]{margin-top:2px}.tfx-client .tw-mt-\[30px\]{margin-top:30px}.tfx-client .tw-mt-\[32px\]{margin-top:32px}.tfx-client .tw-mt-\[3px\]{margin-top:3px}.tfx-client .tw-mt-\[5px\]{margin-top:5px}.tfx-client .tw-mt-\[64px\]{margin-top:64px}.tfx-client .tw-box-border{box-sizing:border-box}.tfx-client .tw-block{display:block}.tfx-client .tw-inline-block{display:inline-block}.tfx-client .tw-flex{display:flex}.tfx-client .tw-inline-flex{display:inline-flex}.tfx-client .tw-table-cell{display:table-cell}.tfx-client .tw-grid{display:grid}.tfx-client .tw-hidden{display:none}.tfx-client .tw-h-1{height:4px}.tfx-client .tw-h-10{height:40px}.tfx-client .tw-h-3{height:12px}.tfx-client .tw-h-5{height:20px}.tfx-client .tw-h-\[18px\]{height:18px}.tfx-client .tw-h-\[80px\]{height:80px}.tfx-client .tw-h-auto{height:auto}.tfx-client .tw-h-full{height:100%}.tfx-client .tw-min-h-10{min-height:40px}.tfx-client .tw-min-h-\[212px\]{min-height:212px}.tfx-client .tw-min-h-\[224px\]{min-height:224px}.tfx-client .tw-w-2{width:8px}.tfx-client .tw-w-3{width:12px}.tfx-client .tw-w-\[100\%\]{width:100%}.tfx-client .tw-w-\[119px\]{width:119px}.tfx-client .tw-w-\[120px\]{width:120px}.tfx-client .tw-w-\[150px\]{width:150px}.tfx-client .tw-w-\[180px\]{width:180px}.tfx-client .tw-w-\[18px\]{width:18px}.tfx-client .tw-w-\[90px\]{width:90px}.tfx-client .tw-w-auto{width:auto}.tfx-client .tw-w-full{width:100%}.tfx-client .tw-min-w-\[125px\]{min-width:125px}.tfx-client .tw-max-w-\[150px\]{max-width:150px}.tfx-client .tw-max-w-\[320px\]{max-width:320px}.tfx-client .tw-max-w-\[432px\]{max-width:432px}.tfx-client .tw-max-w-\[480px\]{max-width:480px}.tfx-client .tw-max-w-\[788px\]{max-width:788px}.tfx-client .tw-max-w-\[88px\]{max-width:88px}.tfx-client .tw-max-w-full{max-width:100%}.tfx-client .tw-max-w-lg{max-width:32rem}.tfx-client .tw-max-w-md{max-width:28rem}.tfx-client .tw-max-w-sm{max-width:24rem}.tfx-client .tw-max-w-xs{max-width:20rem}.tfx-client .tw-flex-1{flex:1 1 0%}.tfx-client .tw-flex-none{flex:none}.tfx-client .tw-rotate-180{--tw-rotate:180deg;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))}.tfx-client .tw-cursor-pointer{cursor:pointer}.tfx-client .tw-list-disc{list-style-type:disc}.tfx-client .tw-flex-row{flex-direction:row}.tfx-client .tw-flex-row-reverse{flex-direction:row-reverse}.tfx-client .tw-flex-col{flex-direction:column}.tfx-client .tw-items-start{align-items:flex-start}.tfx-client .tw-items-end{align-items:flex-end}.tfx-client .tw-items-center{align-items:center}.tfx-client .tw-justify-start{justify-content:flex-start}.tfx-client .tw-justify-end{justify-content:flex-end}.tfx-client .tw-justify-center{justify-content:center}.tfx-client .tw-justify-between{justify-content:space-between}.tfx-client .tw-gap-2{gap:8px}.tfx-client .tw-gap-4{gap:16px}.tfx-client .tw-self-start{align-self:flex-start}.tfx-client .tw-self-center{align-self:center}.tfx-client .tw-overflow-x-auto{overflow-x:auto}.tfx-client .tw-whitespace-nowrap{white-space:nowrap}.tfx-client .tw-whitespace-pre-line{white-space:pre-line}.tfx-client .tw-break-all{word-break:break-all}.tfx-client .\!tw-rounded-none{border-radius:0!important}.tfx-client .tw-rounded-full{border-radius:9999px}.tfx-client .tw-rounded-lg{border-radius:.5rem}.tfx-client .tw-rounded-md{border-radius:.375rem}.tfx-client .tw-rounded-xl{border-radius:.75rem}.tfx-client .tw-border-0{border-width:0}.tfx-client .tw-border-\[1px\]{border-width:1px}.tfx-client .tw-border-x-0{border-left-width:0;border-right-width:0}.tfx-client .\!tw-border-b-0{border-bottom-width:0!important}.tfx-client .\!tw-border-t-0{border-top-width:0!important}.tfx-client .tw-border-b{border-bottom-width:1px}.tfx-client .tw-border-l-4{border-left-width:4px}.tfx-client .tw-border-t-0{border-top-width:0}.tfx-client .tw-border-solid{border-style:solid}.tfx-client .tw-border-\[\#D0021B\]{--tw-border-opacity:1;border-color:rgba(208,2,27,var(--tw-border-opacity))}.tfx-client .tw-border-neutral-200{--tw-border-opacity:1;border-color:rgba(229,229,229,var(--tw-border-opacity))}.tfx-client .tw-border-orange-500{--tw-border-opacity:1;border-color:rgba(249,115,22,var(--tw-border-opacity))}.tfx-client .tw-bg-\[\#DCFCE7\]{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.tfx-client .tw-bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.tfx-client .tw-bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.tfx-client .tw-bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.tfx-client .tw-bg-\[length\:130px_130px\]{background-size:130px 130px}.tfx-client .tw-p-1{padding:4px}.tfx-client .tw-p-2{padding:8px}.tfx-client .tw-p-2\.5{padding:10px}.tfx-client .tw-p-3{padding:12px}.tfx-client .tw-p-3\.5{padding:14px}.tfx-client .tw-p-4{padding:16px}.tfx-client .tw-p-6{padding:24px}.tfx-client .\!tw-px-4{padding-left:16px!important;padding-right:16px!important}.tfx-client .tw-px-4{padding-left:16px;padding-right:16px}.tfx-client .tw-px-8{padding-left:32px;padding-right:32px}.tfx-client .tw-py-4{padding-bottom:16px;padding-top:16px}.tfx-client .tw-pb-0{padding-bottom:0}.tfx-client .tw-pb-\[80px\]{padding-bottom:80px}.tfx-client .tw-pl-2{padding-left:8px}.tfx-client .tw-pl-4{padding-left:16px}.tfx-client .tw-pl-\[40px\]{padding-left:40px}.tfx-client .tw-pr-1{padding-right:4px}.tfx-client .tw-pr-7{padding-right:28px}.tfx-client .tw-pr-9{padding-right:36px}.tfx-client .tw-pr-\[100px\]{padding-right:100px}.tfx-client .tw-pr-\[80px\]{padding-right:80px}.tfx-client .tw-pt-0{padding-top:0}.tfx-client .tw-pt-1{padding-top:4px}.tfx-client .tw-pt-7{padding-top:28px}.tfx-client .tw-pt-\[70px\]{padding-top:70px}.tfx-client .tw-text-left{text-align:left}.tfx-client .tw-text-center{text-align:center}.tfx-client .tw-text-right{text-align:right}.tfx-client .tw-align-middle{vertical-align:middle}.tfx-client .tw-text-\[12px\]\/\[18px\]{font-size:12px;line-height:18px}.tfx-client .tw-text-\[13px\]{font-size:13px}.tfx-client .tw-text-\[15px\]{font-size:15px}.tfx-client .tw-text-\[18px\]{font-size:18px}.tfx-client .tw-text-\[19px\]{font-size:19px}.tfx-client .tw-text-\[21px\]\/6{font-size:21px;line-height:24px}.tfx-client .tw-text-\[24px\]{font-size:24px}.tfx-client .tw-text-\[28px\]{font-size:28px}.tfx-client .tw-text-\[36px\]\/\[46px\]{font-size:36px;line-height:46px}.tfx-client .tw-text-base{font-size:16px}.tfx-client .tw-text-lg{font-size:18px}.tfx-client .tw-text-sm{font-size:14px}.tfx-client .tw-text-xs{font-size:12px}.tfx-client .tw-font-bold{font-weight:700}.tfx-client .tw-font-medium{font-weight:500}.tfx-client .tw-font-normal{font-weight:400}.tfx-client .tw-leading-normal{line-height:1.5}.tfx-client .tw-tracking-widest{letter-spacing:.1em}.tfx-client .tw-text-\[\#2586EA\]{--tw-text-opacity:1;color:rgba(37,134,234,var(--tw-text-opacity))}.tfx-client .tw-text-\[\#303030\]{--tw-text-opacity:1;color:rgba(48,48,48,var(--tw-text-opacity))}.tfx-client .tw-text-\[\#6772E5\]{--tw-text-opacity:1;color:rgba(103,114,229,var(--tw-text-opacity))}.tfx-client .tw-text-\[\#6C7682\]{--tw-text-opacity:1;color:rgba(108,118,130,var(--tw-text-opacity))}.tfx-client .tw-text-\[\#A3A3A3\]{--tw-text-opacity:1;color:rgba(163,163,163,var(--tw-text-opacity))}.tfx-client .tw-text-\[\#D0021B\]{--tw-text-opacity:1;color:rgba(208,2,27,var(--tw-text-opacity))}.tfx-client .tw-text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.tfx-client .tw-text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.tfx-client .tw-text-blue-700{--tw-text-opacity:1;color:rgba(26,109,189,var(--tw-text-opacity))}.tfx-client .tw-text-gray{--tw-text-opacity:1;color:rgba(126,125,127,var(--tw-text-opacity))}.tfx-client .tw-text-orange-600{--tw-text-opacity:1;color:rgba(234,88,12,var(--tw-text-opacity))}.tfx-client .tw-underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.tfx-client .tw-overflow-wrap-anywhere{overflow-wrap:anywhere}.tfx-client .odd\:tw-bg-white:nth-child(odd){--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.tfx-client .even\:tw-bg-gray-50:nth-child(2n){--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.tfx-client .hover\:tw-text-\[\#525252\]:hover{--tw-text-opacity:1;color:rgba(82,82,82,var(--tw-text-opacity))}.tfx-client .hover\:tw-underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}@media not all and (min-width:768px){.tfx-client .max-md\:tw-hidden{display:none}.tfx-client .max-md\:tw-pb-\[168px\]{padding-bottom:168px}}@media not all and (min-width:640px){.tfx-client .max-sm\:tw-hidden{display:none}}@media (min-width:640px){.tfx-client .sm\:tw-order-first{order:-9999}.tfx-client .sm\:tw-mx-0{margin-left:0;margin-right:0}.tfx-client .sm\:tw-mb-0{margin-bottom:0}.tfx-client .sm\:tw-ml-0{margin-left:0}.tfx-client .sm\:tw-ml-1{margin-left:4px}.tfx-client .sm\:tw-ml-\[24px\]{margin-left:24px}.tfx-client .sm\:tw-mr-0{margin-right:0}.tfx-client .sm\:tw-mr-2{margin-right:8px}.tfx-client .sm\:tw-mt-0{margin-top:0}.tfx-client .sm\:tw-h-\[224px\]{height:224px}.tfx-client .sm\:tw-w-\[140px\]{width:140px}.tfx-client .sm\:tw-w-\[250px\]{width:250px}.tfx-client .sm\:tw-w-auto{width:auto}.tfx-client .sm\:tw-max-w-md{max-width:28rem}.tfx-client .sm\:tw-flex-none{flex:none}.tfx-client .sm\:tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tfx-client .sm\:tw-flex-row{flex-direction:row}.tfx-client .sm\:tw-flex-col{flex-direction:column}.tfx-client .sm\:tw-pb-6{padding-bottom:24px}.tfx-client .sm\:tw-pr-10{padding-right:40px}.tfx-client .sm\:tw-pr-\[50px\]{padding-right:50px}.tfx-client .sm\:tw-text-\[18px\]{font-size:18px}.tfx-client .sm\:tw-text-\[21px\]{font-size:21px}.tfx-client .sm\:tw-text-\[32px\]{font-size:32px}}@media (min-width:768px){.tfx-client .md\:tw-order-none{order:0}.tfx-client .md\:tw-float-right{float:right}.tfx-client .md\:tw-m-auto{margin:auto}.tfx-client .md\:tw-mb-0{margin-bottom:0}.tfx-client .md\:tw-mb-10{margin-bottom:40px}.tfx-client .md\:tw-mb-\[72px\]{margin-bottom:72px}.tfx-client .md\:tw-ml-0{margin-left:0}.tfx-client .md\:tw-ml-4{margin-left:16px}.tfx-client .md\:tw-ml-5{margin-left:20px}.tfx-client .md\:tw-ml-8{margin-left:32px}.tfx-client .md\:tw-mr-3{margin-right:12px}.tfx-client .md\:tw-mr-4{margin-right:16px}.tfx-client .md\:tw-mr-6{margin-right:24px}.tfx-client .md\:tw-mt-0{margin-top:0}.tfx-client .md\:tw-mt-\[-30px\]{margin-top:-30px}.tfx-client .md\:tw-mt-\[58px\]{margin-top:58px}.tfx-client .md\:tw-block{display:block}.tfx-client .md\:tw-inline-block{display:inline-block}.tfx-client .md\:tw-inline{display:inline}.tfx-client .md\:tw-flex{display:flex}.tfx-client .md\:tw-table-cell{display:table-cell}.tfx-client .md\:tw-hidden{display:none}.tfx-client .md\:tw-h-\[154px\]{height:154px}.tfx-client .md\:tw-h-\[324px\]{height:324px}.tfx-client .md\:tw-h-full{height:100%}.tfx-client .md\:tw-min-h-\[154px\]{min-height:154px}.tfx-client .md\:tw-w-auto{width:auto}.tfx-client .md\:tw-max-w-\[200px\]{max-width:200px}.tfx-client .md\:tw-max-w-md{max-width:28rem}.tfx-client .md\:tw-max-w-xs{max-width:20rem}.tfx-client .md\:tw-flex-none{flex:none}.tfx-client .md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tfx-client .md\:tw-flex-row{flex-direction:row}.tfx-client .md\:tw-items-center{align-items:center}.tfx-client .md\:tw-justify-between{justify-content:space-between}.tfx-client .md\:tw-bg-auto{background-size:auto}.tfx-client .md\:tw-pr-0{padding-right:0}.tfx-client .md\:tw-pr-3{padding-right:12px}.tfx-client .md\:tw-pr-\[145px\]{padding-right:145px}.tfx-client .md\:tw-text-center{text-align:center}.tfx-client .md\:tw-text-\[18px\]{font-size:18px}}@media (min-width:1024px){.tfx-client .lg\:tw-mx-0{margin-left:0;margin-right:0}.tfx-client .lg\:tw-mx-10{margin-left:40px;margin-right:40px}.tfx-client .lg\:tw-my-\[56px\]{margin-bottom:56px;margin-top:56px}.tfx-client .lg\:tw-mb-0{margin-bottom:0}.tfx-client .lg\:tw-mb-6{margin-bottom:24px}.tfx-client .lg\:tw-ml-2{margin-left:8px}.tfx-client .lg\:tw-ml-4{margin-left:16px}.tfx-client .lg\:tw-mr-4{margin-right:16px}.tfx-client .lg\:tw-mt-0{margin-top:0}.tfx-client .lg\:tw-block{display:block}.tfx-client .lg\:tw-hidden{display:none}.tfx-client .lg\:tw-w-\[100px\]{width:100px}.tfx-client .lg\:tw-w-\[150px\]{width:150px}.tfx-client .lg\:tw-w-\[200px\]{width:200px}.tfx-client .lg\:tw-w-\[250px\]{width:250px}.tfx-client .lg\:tw-max-w-\[484px\]{max-width:484px}.tfx-client .lg\:tw-max-w-lg{max-width:32rem}.tfx-client .lg\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tfx-client .lg\:tw-flex-row{flex-direction:row}.tfx-client .lg\:tw-justify-between{justify-content:space-between}.tfx-client .lg\:tw-p-6{padding:24px}.tfx-client .lg\:tw-pb-\[30px\]{padding-bottom:30px}.tfx-client .lg\:tw-pr-\[40px\]{padding-right:40px}.tfx-client .lg\:tw-text-\[29px\]\/8{font-size:29px;line-height:32px}}.component[data-v-829a46a1]{background-color:#fff;left:0;position:absolute;right:0;top:0}.component__inner-block[data-v-829a46a1]{margin-top:-10%;max-width:600px;padding:0 20px}*[data-v-8d6f2d93],[data-v-8d6f2d93]:after,[data-v-8d6f2d93]:before{box-sizing:border-box}#deadline-alert+.main-container.not-title[data-v-8d6f2d93]{margin-top:0}.static-header+#deadline-alert .flip-clock[data-v-8d6f2d93]{margin-top:-1px}.block-counter[data-v-8d6f2d93]{margin:0;width:420px}.flip-clock[data-v-8d6f2d93]{background:#f7f7f7;border-bottom:2px solid #eff0f4;border-top:2px solid #eff0f4;margin:0 auto;padding-top:13px;perspective:1200px;position:relative;text-align:center}.flip-clock .close[data-v-8d6f2d93]{cursor:pointer;font-size:30px;font-style:normal;line-height:0;position:absolute;right:20px;top:30px}.flip-clock .container[data-v-8d6f2d93]{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1280px;overflow:hidden;padding:0 15px;position:relative;width:100%}.flip-clock .container .count-text[data-v-8d6f2d93]{font-size:17px;font-weight:700;letter-spacing:.3px;max-width:350px;transform:translateY(-8px)}.flip-clock .container .count-text_first[data-v-8d6f2d93],.flip-clock .container .count-text_last[data-v-8d6f2d93]{color:#828282}.flip-clock .container .count-text_last a[data-v-8d6f2d93]{color:#2588ed;cursor:pointer}.flip-clock .container .count-text_last a[data-v-8d6f2d93]:hover{text-decoration:underline}.flip-clock__piece[data-v-8d6f2d93]{display:inline-block;margin:0 15px;width:60px}.flip-clock__slot[data-v-8d6f2d93]{color:#b3b3b3;display:block;font-size:10px;font-weight:700;height:20px;letter-spacing:2.5px;line-height:1.5;margin-left:2px;padding-top:3px;text-transform:uppercase}.flip-clock.stopped[data-v-8d6f2d93]{border:1px solid #f8620e}.flip-clock.stopped .flip-card__bottom[data-v-8d6f2d93],.flip-clock.stopped .flip-card__top[data-v-8d6f2d93]{color:#f8620e}.flip-clock.stopped .count-text_first[data-v-8d6f2d93]{display:none}.flip-clock.stopped .count-text_last[data-v-8d6f2d93]{display:block}.flip-clock.stopped[data-v-8d6f2d93]:after{color:#f8620e;content:"Time is up. We review results."}.flip-clock.stopped[data-v-8d6f2d93]:before{align-items:center;background-color:#f8620e;border-radius:100%;color:#fff;content:"!";display:flex;font-size:19px;font-weight:700;height:24px;justify-content:center;position:absolute;right:-12px;top:-12px;width:24px}.flip-card[data-v-8d6f2d93]{border:1px solid #b3b3b3;border-radius:10px;display:block;font-size:2rem;line-height:1.1;padding-bottom:.81em;position:relative}.flip-card__back-bottom[data-v-8d6f2d93],.flip-card__back[data-v-8d6f2d93]:after,.flip-card__back[data-v-8d6f2d93]:before,.flip-card__bottom[data-v-8d6f2d93],.flip-card__top[data-v-8d6f2d93]{backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#f7f7f7;border-radius:.15em .15em 0 0;color:#828282;display:block;height:.81em;padding:.3em .15em .4em .19em;transform-style:preserve-3d;width:100%}.flip-card__top[data-v-8d6f2d93]{border-top-left-radius:10px;border-top-right-radius:10px}.flip-card__back-bottom[data-v-8d6f2d93],.flip-card__bottom[data-v-8d6f2d93]{background:#f7f7f7;border-radius:0 0 10px 10px;color:#828282;left:0;overflow:hidden;pointer-events:none;position:absolute;top:50%;width:100%;z-index:2}.flip-card__back-bottom[data-v-8d6f2d93]{z-index:1}.flip-card__back-bottom[data-v-8d6f2d93]:after,.flip-card__bottom[data-v-8d6f2d93]:after{display:block;margin-top:-.81em}.flip-card__back-bottom[data-v-8d6f2d93]:after,.flip-card__back[data-v-8d6f2d93]:before,.flip-card__bottom[data-v-8d6f2d93]:after{content:attr(data-value)}.flip-card__back[data-v-8d6f2d93]{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.flip-card__back[data-v-8d6f2d93]:before{overflow:hidden;position:relative;z-index:-1}.flip .flip-card__back[data-v-8d6f2d93]:before{animation:flipTop-8d6f2d93 .3s cubic-bezier(.37,.01,.94,.35);animation-fill-mode:both;transform-origin:center bottom;z-index:1}.flip .flip-card__bottom[data-v-8d6f2d93]{animation-fill-mode:both;animation:flipBottom-8d6f2d93 .6s cubic-bezier(.15,.45,.28,1);transform-origin:center top}.flip-card__bottom[data-v-8d6f2d93]:before{background:#ddd;content:"";display:block;height:1px;left:0;position:absolute;top:0;width:100%;z-index:-1}@keyframes flipTop-8d6f2d93{0%{transform:rotateX(0);z-index:2}0%,99%{opacity:1}to{opacity:0;transform:rotateX(-90deg)}}@keyframes flipBottom-8d6f2d93{0%,50%{opacity:0;transform:rotateX(90deg);z-index:-1}51%{opacity:1}to{opacity:1;transform:rotateX(0);z-index:5}}@media screen and (max-width:1100px){.flip-clock[data-v-8d6f2d93]{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;margin:20px 15px;padding:0}.flip-clock .container[data-v-8d6f2d93]{flex-direction:column;overflow:visible;padding:10px 20px}.flip-clock .block-counter[data-v-8d6f2d93]{padding-bottom:10px;width:100%}.flip-clock__piece[data-v-8d6f2d93]{margin:0 5px;position:relative}.flip-clock__piece[data-v-8d6f2d93]:not(:last-child):after{color:#aaa;content:":";font-size:26px;position:absolute;right:-7px;top:50%;transform:translateY(-50%);z-index:2}.flip-clock__slot[data-v-8d6f2d93]{font-size:13px;letter-spacing:1px}.flip-clock .flip-card[data-v-8d6f2d93]{border:0;font-size:26px;line-height:46px}.flip-clock .flip-card__bottom[data-v-8d6f2d93]:before{display:none}.flip-clock .count-text[data-v-8d6f2d93]{transform:none}.flip-clock [class^=flip-card][data-v-8d6f2d93]{color:#404040;will-change:transform}.flip-clock .close[data-v-8d6f2d93]{background:#fff;border-radius:50%;box-shadow:0 2px 5px #32323240;cursor:pointer;font-size:0;height:22px;position:absolute;right:6px;top:-11px;transition:box-shadow .3s ease;width:22px}.flip-clock .close[data-v-8d6f2d93]:after,.flip-clock .close[data-v-8d6f2d93]:before{background:#1f4159;border-radius:1px;content:"";height:10px;left:10px;position:absolute;top:7px;width:2px}.flip-clock .close[data-v-8d6f2d93]:before{transform:rotate(45deg)}.flip-clock .close[data-v-8d6f2d93]:after{transform:rotate(-45deg)}.flip-clock .close[data-v-8d6f2d93]:hover{box-shadow:0 3px 5px #32323266}}@media screen and (max-width:767px){.flip-clock[data-v-8d6f2d93]{margin:0}.flip-clock .close[data-v-8d6f2d93]{right:10px;top:10px}.flip .flip-card__bottom[data-v-8d6f2d93]{animation:none}}
