.el-message{min-width:380px;box-sizing:border-box;border-radius:4px;position:fixed;right:40px;top:40px;background-color:#edf2fc;transition:opacity .3s,transform .4s,top .4s;padding:13px;display:flex}.el-message.is-center{justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#266ffe}.el-message--success{background-color:#e8faec;border-color:#d0f2d6}.el-message--success .el-message__content{color:#13bf34}.el-message--warning{background-color:#ffeccc;border-color:#ffc766}.el-message--warning .el-message__content{color:#ffa100}.el-message--error{background-color:#fcd8d8;border-color:#f78b8b}.el-message--error .el-message__content{color:#f23d3d}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message__closeBtn{position:absolute;top:-20px;right:0;cursor:pointer;color:#f23d3d;font-size:14px}.el-message__closeBtn:focus{outline-width:0}.el-message__closeBtn:hover{color:#f23d3d}.el-message__closeBtn:before{width:16px;height:16px}.el-message .el-icon-success{color:#13bf34}.el-message .el-icon-error{color:#f23d3d}.el-message .el-icon-info{color:#266ffe}.el-message .el-icon-warning{color:#ffa100}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;transform:translateY(-100%)}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-info:before{content:""}.el-icon-error:before{content:""}.el-icon-success:before{content:""}.el-icon-warning:before{content:""}.el-icon-question:before{content:""}.el-icon-back:before{content:""}.el-icon-arrow-left:before{content:""}.el-icon-arrow-down:before{content:""}.el-icon-arrow-right:before{content:""}.el-icon-arrow-up:before{content:""}.el-icon-caret-left:before{content:""}.el-icon-caret-bottom:before{content:""}.el-icon-caret-top:before{content:""}.el-icon-caret-right:before{content:""}.el-icon-d-arrow-left:before{content:""}.el-icon-d-arrow-right:before{content:""}.el-icon-minus:before{content:""}.el-icon-plus:before{content:""}.el-icon-remove:before{content:""}.el-icon-circle-plus:before{content:""}.el-icon-remove-outline:before{content:""}.el-icon-circle-plus-outline:before{content:""}.el-icon-close:before{content:""}.el-icon-check:before{content:""}.el-icon-circle-close:before{content:""}.el-icon-circle-check:before{content:""}.el-icon-circle-close-outline:before{content:""}.el-icon-circle-check-outline:before{content:""}.el-icon-zoom-out:before{content:""}.el-icon-zoom-in:before{content:""}.el-icon-d-caret:before{content:""}.el-icon-sort:before{content:""}.el-icon-sort-down:before{content:""}.el-icon-sort-up:before{content:""}.el-icon-tickets:before{content:""}.el-icon-document:before{content:""}.el-icon-goods:before{content:""}.el-icon-sold-out:before{content:""}.el-icon-news:before{content:""}.el-icon-message:before{content:""}.el-icon-date:before{content:""}.el-icon-printer:before{content:""}.el-icon-time:before{content:""}.el-icon-bell:before{content:""}.el-icon-mobile-phone:before{content:""}.el-icon-service:before{content:""}.el-icon-view:before{content:""}.el-icon-menu:before{content:""}.el-icon-more:before{content:""}.el-icon-more-outline:before{content:""}.el-icon-star-on:before{content:""}.el-icon-star-off:before{content:""}.el-icon-location:before{content:""}.el-icon-location-outline:before{content:""}.el-icon-phone:before{content:""}.el-icon-phone-outline:before{content:""}.el-icon-picture:before{content:""}.el-icon-picture-outline:before{content:""}.el-icon-delete:before{content:""}.el-icon-search:before{content:""}.el-icon-edit:before{content:""}.el-icon-edit-outline:before{content:""}.el-icon-rank:before{content:""}.el-icon-refresh:before{content:""}.el-icon-share:before{content:""}.el-icon-setting:before{content:""}.el-icon-upload:before{content:""}.el-icon-upload2:before{content:""}.el-icon-download:before{content:""}.el-icon-loading:before{content:""}.el-icon-loading{animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #ccc;border-color:#ccc;color:#666;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:none;margin:0;transition:.1s;vertical-align:middle;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;text-overflow:ellipsis;overflow:hidden;padding:15px 20px;font-size:12px;border-radius:4px;font-weight:700}.el-button span{color:inherit}.el-button+.el-button{margin-left:8px}.el-button__inner{border-color:inherit}.el-button .svg-icon,.el-button [class*=el-icon-]{color:inherit}.el-button.is-round{padding:15px 20px}.el-button:hover{color:#266ffe;border-color:#266ffe;background-color:transparent;outline:none}.el-button:hover .svg-icon,.el-button:hover [class*=el-icon-]{color:inherit}.el-button.is-active,.el-button:active{color:#909399;border-color:#afafaf;background-color:#afafaf;outline:none}.el-button.is-active .svg-icon,.el-button.is-active [class*=el-icon-],.el-button:active .svg-icon,.el-button:active [class*=el-icon-]{color:inherit;border-color:inherit}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]{margin-left:-2px;margin-top:-2px;margin-bottom:-2px}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:hover{background:#fff;border-color:#266ffe;color:#266ffe}.el-button.is-plain:active{background:#fff;border-color:#2264e5;color:#2264e5;outline:none}.el-button.is-disabled,.el-button.is-disabled:hover{color:#ccc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#ccc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading span{opacity:0}.el-button.is-loading .el-icon-loading{position:absolute;left:calc(50% - 7px);transform:translateX(-50%);margin:0}.el-button.is-loading:before{pointer-events:none;content:"";border-radius:inherit;background-color:hsla(0,0%,100%,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:15px}.el-button.is-square{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;padding:0}.el-button--primary{color:#fff;background-color:#266ffe;border-color:#266ffe;font-size:12px}.el-button--primary:active,.el-button--primary:hover{background:#2264e5;border-color:#2264e5;color:#fff}.el-button--primary:active{outline:none}.el-button--primary.is-active{background:#2264e5;border-color:#2264e5;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:hover{color:#fff;background-color:#93b7ff;border-color:#93b7ff}.el-button--primary.is-plain{color:#266ffe;background:transparent;border-color:#266ffe}.el-button--primary.is-plain:hover{background:#266ffe;border-color:#266ffe;color:#fff}.el-button--primary.is-plain:active{background:#2264e5;border-color:#2264e5;color:#fff;outline:none}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:hover{color:#7da9fe;background-color:#e9f1ff;border-color:#d4e2ff}.el-button--success{color:#fff;background-color:#13bf34;border-color:#13bf34}.el-button--success:active,.el-button--success:hover{background:#11ac2f;border-color:#11ac2f;color:#fff}.el-button--success:active{outline:none}.el-button--success.is-active{background:#11ac2f;border-color:#11ac2f;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:hover{color:#fff;background-color:#89df9a;border-color:#89df9a}.el-button--success.is-plain{color:#13bf34;background:transparent;border-color:#266ffe}.el-button--success.is-plain:hover{background:#13bf34;border-color:#13bf34;color:#fff}.el-button--success.is-plain:active{background:#11ac2f;border-color:#11ac2f;color:#fff;outline:none}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:hover{color:#71d985;background-color:#e7f9eb;border-color:#d0f2d6}.el-button--success.is-plain{border-color:#13bf34}.el-button--warning{color:#fff;background-color:#ffa100;border-color:#ffa100}.el-button--warning:active,.el-button--warning:hover{background:#e69100;border-color:#e69100;color:#fff}.el-button--warning:active{outline:none}.el-button--warning.is-active{background:#e69100;border-color:#e69100;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:hover{color:#fff;background-color:#ffd080;border-color:#ffd080}.el-button--warning.is-plain{color:#ffa100;background:transparent;border-color:#266ffe}.el-button--warning.is-plain:hover{background:#ffa100;border-color:#ffa100;color:#fff}.el-button--warning.is-plain:active{background:#e69100;border-color:#e69100;color:#fff;outline:none}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:hover{color:#ffc766;background-color:#fff6e6;border-color:#ffeccc}.el-button--danger{color:#fff;background-color:#f23d3d;border-color:#f23d3d}.el-button--danger:active,.el-button--danger:hover{background:#da3737;border-color:#da3737;color:#fff}.el-button--danger:active{outline:none}.el-button--danger.is-active{background:#da3737;border-color:#da3737;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:hover{color:#fff;background-color:#f99e9e;border-color:#f99e9e}.el-button--danger.is-plain{color:#f23d3d;background:transparent;border-color:#266ffe}.el-button--danger.is-plain:hover{background:#f23d3d;border-color:#f23d3d;color:#fff}.el-button--danger.is-plain:active{background:#da3737;border-color:#da3737;color:#fff;outline:none}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:hover{color:#f78b8b;background-color:#feecec;border-color:#fcd8d8}.el-button--info{color:#fff;background-color:#266ffe;border-color:#266ffe}.el-button--info:active,.el-button--info:hover{background:#2264e5;border-color:#2264e5;color:#fff}.el-button--info:active{outline:none}.el-button--info.is-active{background:#2264e5;border-color:#2264e5;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:hover{color:#fff;background-color:#93b7ff;border-color:#93b7ff}.el-button--info.is-plain{color:#266ffe;background:transparent;border-color:#266ffe}.el-button--info.is-plain:hover{background:#266ffe;border-color:#266ffe;color:#fff}.el-button--info.is-plain:active{background:#2264e5;border-color:#2264e5;color:#fff;outline:none}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:hover{color:#7da9fe;background-color:#e9f1ff;border-color:#d4e2ff}.el-button--medium{padding:11px 10px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:11px 10px}.el-button--medium.is-circle{padding:11px}.el-button--medium.is-square{width:40px;height:40px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#266ffe;font-weight:400;background:transparent;padding-left:0;padding-right:0;text-transform:none;font-size:14px;letter-spacing:normal}.el-button--text .svg-icon,.el-button--text [class*=el-icon-]{color:inherit}.el-button--text:hover{color:#3c7dfe}.el-button--text:active,.el-button--text:hover{border-color:transparent;background-color:transparent}.el-button--text:active{color:#2264e5}.el-button--text.is-disabled,.el-button--text.is-disabled:hover{border-color:transparent}.el-button--text.el-button--info{color:#266ffe}.el-button--text.el-button--info:hover{color:#518cfe}.el-button--text.el-button--info:active{color:#2264e5}.el-button--text.el-button--gray{color:#909399}.el-button--text.el-button--gray:hover{color:rgba(38,111,254,.05)}.el-button--text.el-button--gray:active{color:#7da9fe}.el-button--outline{color:#266ffe!important;border-color:#266ffe!important}.el-button--outline:hover{color:#fff!important;background-color:#266ffe!important}.el-button--outline.is-disabled{opacity:.5}.el-button--outline.is-disabled:hover{color:#266ffe!important;background-color:transparent!important}.el-button--square{@apply flex justify-between p-0 h-38 w-38;align-items:center;@apply text-gray}.el-button--square .el-button__inner{display:flex;align-items:center;justify-content:center}.el-button--square:hover{@apply text-blue border-blue border-solid border}.el-button--square.is-active,.el-button--square:active{@apply text-gray bg-gray-lighter border-gray-lighter;@apply opacity-50}.el-button--square.is-active{@apply opacity-100}.el-button--square.is-active:hover{@apply text-blue border border-blue border-solid}.el-button--wide{width:100%}.el-button.is-bold{font-weight:700}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{display:table;content:""}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-tag{background-color:#e9f1ff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;border-radius:4px;box-sizing:border-box;white-space:nowrap}.el-tag,.el-tag .el-tag__close{color:#266ffe}.el-tag .el-tag__close:hover{color:#fff;background-color:#266ffe}.el-tag.el-tag--info{background-color:#e9f1ff;color:#266ffe}.el-tag.el-tag--info .el-tag__close{color:#266ffe}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#266ffe}.el-tag.el-tag--success{background-color:#e7f9eb;color:#13bf34}.el-tag.el-tag--success .el-tag__close{color:#13bf34}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#13bf34}.el-tag.el-tag--warning{background-color:#fff6e6;color:#ffa100}.el-tag.el-tag--warning .el-tag__close{color:#ffa100}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ffa100}.el-tag.el-tag--danger{background-color:#feecec;color:#f23d3d}.el-tag.el-tag--danger .el-tag__close{color:#f23d3d}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f23d3d}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close:before{display:block}.el-tag--dark{background-color:#266ffe;color:#fff}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#518cfe}.el-tag--dark.el-tag--info{background-color:#266ffe;color:#fff}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#518cfe}.el-tag--dark.el-tag--success{background-color:#13bf34;color:#fff}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#42cc5d}.el-tag--dark.el-tag--warning{background-color:#ffa100;color:#fff}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ffb433}.el-tag--dark.el-tag--danger{background-color:#f23d3d;color:#fff}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56464}.el-tag--plain{background-color:#fff;color:#266ffe}.el-tag--plain .el-tag__close{color:#266ffe}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#266ffe}.el-tag--plain.el-tag--info{background-color:#fff;color:#266ffe}.el-tag--plain.el-tag--info .el-tag__close{color:#266ffe}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#266ffe}.el-tag--plain.el-tag--success{background-color:#fff;color:#13bf34}.el-tag--plain.el-tag--success .el-tag__close{color:#13bf34}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#13bf34}.el-tag--plain.el-tag--warning{background-color:#fff;color:#ffa100}.el-tag--plain.el-tag--warning .el-tag__close{color:#ffa100}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ffa100}.el-tag--plain.el-tag--danger{background-color:#fff;color:#f23d3d}.el-tag--plain.el-tag--danger .el-tag__close{color:#f23d3d}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f23d3d}.el-tag--medium{height:28px;line-height:26px;border-radius:4px}.el-tag--medium .el-icon-close{transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px;border-radius:4px}.el-tag--small .el-icon-close{transform:scale(.8)}.el-tag--mini{height:20px;font-size:10px;font-weight:700;padding:1px 8px 0;line-height:19px;border-radius:10px}.el-tag--mini .el-icon-close{margin-left:-3px;transform:scale(.7)}.text-link[data-v-26af2c1a]{color:#266ffe;cursor:pointer}.text-link:hover .svg-icon[data-v-26af2c1a]{transform:translate(3px,.05em)}.text-link .svg-icon[data-v-26af2c1a]{display:inline-block;width:.85em;height:.85em;margin-left:.2em;transition:all .2s ease;transform:translateY(.05em);fill:#266ffe}.scope-overlay[data-v-702ca16a]{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:auto;background-color:#fff;z-index:50}.scope-overlay[data-v-702ca16a] .back-button{position:absolute;top:25px;left:28px}@media(max-width:767px){.scope-overlay[data-v-702ca16a] .back-button{left:20px;top:34px}}.scope[data-v-702ca16a]{width:360px;padding:40px 12px;margin:0 auto}@media(max-width:767px){.scope[data-v-702ca16a]{width:100%;max-width:420px;padding:130px 20px 116px}}.scope__heading[data-v-702ca16a]{margin-bottom:16px;font-size:32px;font-weight:700;line-height:1}.scope__headline[data-v-702ca16a]{margin-bottom:8px}.scope .el-tag[data-v-702ca16a]{display:inline-block;height:auto;padding:8px;margin:0 -8px 8px;white-space:normal;line-height:1.1}.scope__link[data-v-702ca16a]{color:#266ffe}.scope__info[data-v-702ca16a]{position:relative;margin:24px 0 62px}@media(max-width:1250px){.scope__info[data-v-702ca16a]{margin:24px 0 0}}.scope__img[data-v-702ca16a]{width:400px;height:auto;margin:0 -32px}@media(max-width:767px){.scope__img[data-v-702ca16a]{width:calc(100% + 16px);margin:0 -8px}}.scope__mobile-list-toggle[data-v-702ca16a]{display:none;align-items:center;width:100%;margin-top:16px;background:none;border:none;outline:none;border-radius:0;color:#13bf34}@media(max-width:1250px){.scope__mobile-list-toggle[data-v-702ca16a]{display:flex}}.scope__mobile-list-toggle svg[data-v-702ca16a]{flex:0 0 16px;margin-left:auto;fill:#13bf34}.scope__mobile-list-toggle._opened svg[data-v-702ca16a]{transform:rotate(180deg)}.scope__list[data-v-702ca16a]{width:calc(50vw - 200px);max-width:342px;position:absolute;left:calc(100% + 30px);bottom:0}@media(max-width:1250px){.scope__list[data-v-702ca16a]{display:none;position:static;width:100%;max-width:100%;margin-top:40px}}@media(max-width:767px){.scope__list[data-v-702ca16a]{margin-top:24px}}.scope__list._opened[data-v-702ca16a]{display:block}.scope__list li[data-v-702ca16a]{display:flex;margin-bottom:16px}.scope__list li[data-v-702ca16a]:last-of-type{margin:0}.scope__list li span[data-v-702ca16a]{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:16px;height:16px;margin-right:6px;border-radius:8px;background-color:#13bf34;color:#fff;font-size:10px;line-height:1;transform:translateY(-2px)}.scope__list li h5[data-v-702ca16a]{font-size:12px}.scope__list li p[data-v-702ca16a]{margin-top:6px;font-size:12px}.scope__list-bottom-divider[data-v-702ca16a]{display:none}@media(max-width:1250px){.scope__list-bottom-divider[data-v-702ca16a]{display:block;width:100%;height:1px;margin:16px 0;background-color:#ccc}}.scope .el-button[data-v-702ca16a]{display:block;max-width:320px;width:100%;margin:auto}@media(max-width:1250px){.scope .el-button[data-v-702ca16a]{max-width:100%}}.social-button[data-v-2000c37a]{max-width:100%;width:100%;height:48px;font-size:14px;font-weight:600;color:#fff;text-align:center;border:none;border-radius:4px;transition:.2s ease;cursor:pointer;margin:0;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.social-button[data-v-2000c37a] [class*=el-icon-]+span{margin-left:12px}.social-button[data-v-2000c37a]:active{transition:0s}.social-button_attached[data-v-2000c37a]{cursor:default}.social-button__inner[data-v-2000c37a]{padding-left:30px;width:100%;display:inline}.social-button__icon[data-v-2000c37a]{margin-right:10px;position:absolute;left:14px;top:50%;transform:translateY(-50%)}.social-button__icon[data-v-2000c37a] svg{display:block;fill:#fff}.twitch-button[data-v-25abef4f]{background-color:#7427e5}.twitch-button[data-v-25abef4f]:not(:disabled){cursor:pointer}.twitch-button[data-v-25abef4f]:not(:disabled):hover{background-color:#651ad4}.twitch-button[data-v-25abef4f]:not(:disabled):active{background-color:#671ad8}.twitch-button.is-plain[data-v-25abef4f]{border:1px solid #7427e5;background-color:rgba(116,39,229,.05);color:#7427e5}.twitch-button.is-plain[data-v-25abef4f] .social-button__icon svg{fill:#7427e5}.twitch-button.social-button_attached[data-v-25abef4f]{border-color:transparent}.twitch-button.social-button_attached[data-v-25abef4f]:hover{background-color:rgba(116,39,229,.05)}.youtube-button[data-v-25abef4f]{background-color:#ff0200}.youtube-button[data-v-25abef4f]:not(:disabled){cursor:pointer}.youtube-button[data-v-25abef4f]:not(:disabled):hover{background-color:#e00200}.youtube-button[data-v-25abef4f]:not(:disabled):active{background-color:#d60200}.youtube-button.is-plain[data-v-25abef4f]{border:1px solid #ff0200;background-color:rgba(255,2,0,.05);color:#ff0200}.youtube-button.is-plain[data-v-25abef4f] .social-button__icon svg{fill:#ff0200}.youtube-button.social-button_attached[data-v-25abef4f]{border-color:transparent}.youtube-button.social-button_attached[data-v-25abef4f]:hover{background-color:rgba(255,2,0,.05)}.trovo-button[data-v-25abef4f]{background-color:#21b36b}.trovo-button[data-v-25abef4f]:not(:disabled){cursor:pointer}.trovo-button[data-v-25abef4f]:not(:disabled):hover{background-color:#1c995c}.trovo-button[data-v-25abef4f]:not(:disabled):active{background-color:#1d9d5e}.trovo-button.is-plain[data-v-25abef4f]{border:1px solid #21b36b;background-color:rgba(33,179,107,.05);color:#21b36b}.trovo-button.is-plain[data-v-25abef4f] .social-button__icon svg{fill:#21b36b}.trovo-button.social-button_attached[data-v-25abef4f]{border-color:transparent}.trovo-button.social-button_attached[data-v-25abef4f]:hover{background-color:rgba(33,179,107,.05)}.vkplay-button[data-v-25abef4f]{background-color:#07f}.vkplay-button[data-v-25abef4f]:not(:disabled){cursor:pointer}.vkplay-button[data-v-25abef4f]:not(:disabled):hover{background-color:#0069e0}.vkplay-button[data-v-25abef4f]:not(:disabled):active{background-color:#006be6}.vkplay-button.is-plain[data-v-25abef4f]{border:1px solid #07f;background-color:rgba(0,119,255,.05);color:#07f}.vkplay-button.social-button_attached[data-v-25abef4f]{border-color:transparent}.vkplay-button.social-button_attached[data-v-25abef4f]:hover{background-color:rgba(0,119,255,.05)}.tiktok-button[data-v-25abef4f]{background-color:#000}.tiktok-button[data-v-25abef4f]:not(:disabled){cursor:pointer}.tiktok-button[data-v-25abef4f]:not(:disabled):active,.tiktok-button[data-v-25abef4f]:not(:disabled):hover{background-color:#000}.tiktok-button.is-plain[data-v-25abef4f]{border:1px solid #000;background-color:rgba(0,0,0,.05);color:#000}.tiktok-button.social-button_attached[data-v-25abef4f]{border-color:transparent}.tiktok-button.social-button_attached[data-v-25abef4f]:hover{background-color:rgba(0,0,0,.05)}.demo[data-v-4703b6f3]{position:relative;z-index:100;width:100%;padding:16px 25px;background-color:#ffce0a}.demo__wrap[data-v-4703b6f3]{display:flex;align-items:center;justify-content:space-between}.demo__wrap h3[data-v-4703b6f3],.demo__wrap p[data-v-4703b6f3]{font-size:18px;line-height:1.1}.demo__btns[data-v-4703b6f3]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.demo__btns[data-v-4703b6f3] .twitch-button,.demo__btns[data-v-4703b6f3] .youtube-button{max-width:300px;background-color:#fff;color:#1a1a1a}.demo__btns[data-v-4703b6f3] .twitch-button svg,.demo__btns[data-v-4703b6f3] .youtube-button svg{fill:#1a1a1a}.demo__btns[data-v-4703b6f3] .twitch-button:hover,.demo__btns[data-v-4703b6f3] .youtube-button:hover{background-color:#1a1a1a;color:#fff}.demo__btns[data-v-4703b6f3] .twitch-button:hover svg,.demo__btns[data-v-4703b6f3] .youtube-button:hover svg{fill:#fff}.main-alert[data-v-3dbfe28a]{display:flex;align-items:center;width:100%;padding:16px 25px;background-color:#f23d3d;z-index:100;position:relative}.main-alert__icon[data-v-3dbfe28a]{fill:#fff;margin-right:8px}.main-alert__text[data-v-3dbfe28a]{color:#fff}.main-alert__text [data-v-3dbfe28a]{color:inherit}.main-alert[data-v-03278eea]{display:flex;align-items:center;width:100%;padding:16px 25px;background-color:#f23d3d;z-index:100;position:fixed;top:0;left:0}.main-alert__icon[data-v-03278eea]{fill:#fff;margin-right:8px}.main-alert__text[data-v-03278eea]{color:#fff}.main-alert__text [data-v-03278eea]{color:inherit}.main-alert__text[data-v-03278eea] a{color:inherit;text-decoration:underline}.uplify-logo[data-v-0f18987c]{position:relative}.uplify-logo__streamo[data-v-0f18987c]{width:146px}.uplify-logo__pareto[data-v-0f18987c]{width:102px}.uplify-logo__trovo[data-v-0f18987c]{fill:#000}.uplify-logo__streammoney[data-v-0f18987c],.uplify-logo__uplify[data-v-0f18987c]{fill:#266ffe}.uplify-logo__gaming-partners[data-v-0f18987c]{width:110px}.uplify-logo_big .uplify-logo__streamo[data-v-0f18987c]{width:415px}.uplify-logo_big .uplify-logo__pareto[data-v-0f18987c]{width:210px}.uplify-logo_big .uplify-logo__streammoney[data-v-0f18987c]{width:415px}.uplify-logo_big .uplify-logo__gaming-partners[data-v-0f18987c]{width:320px}.app-preloader[data-v-573b4550]{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}@font-face{font-family:Inter;src:url(../fonts/Inter-Regular.ff83e9ff.eot);src:url(../fonts/Inter-Regular.ff83e9ff.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-Regular.9aa4c352.woff) format("woff"),url(../fonts/Inter-Regular.04a1b931.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter-Italic.a0b8d55b.eot);src:url(../fonts/Inter-Italic.a0b8d55b.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-Italic.91b46963.woff) format("woff"),url(../fonts/Inter-Italic.2bd99425.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter-Light.9ee4e694.eot);src:url(../fonts/Inter-Light.9ee4e694.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-Light.fb6ea848.woff) format("woff"),url(../fonts/Inter-Light.deeadf0b.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter-LightItalic.425eac67.eot);src:url(../fonts/Inter-LightItalic.425eac67.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-LightItalic.4dcecde8.woff) format("woff"),url(../fonts/Inter-LightItalic.a3f6f761.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter-Medium.11a946ad.eot);src:url(../fonts/Inter-Medium.11a946ad.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-Medium.03c0d8ec.woff) format("woff"),url(../fonts/Inter-Medium.6a6eb645.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter-MediumItalic.a61879aa.eot);src:url(../fonts/Inter-MediumItalic.a61879aa.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-MediumItalic.61894f98.woff) format("woff"),url(../fonts/Inter-MediumItalic.17407f66.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter-Bold.22ea5b7b.eot);src:url(../fonts/Inter-Bold.22ea5b7b.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-Bold.3d969e2d.woff) format("woff"),url(../fonts/Inter-Bold.88241388.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(../fonts/Inter-BoldItalic.a6172c48.eot);src:url(../fonts/Inter-BoldItalic.a6172c48.eot?#iefix) format("embedded-opentype"),url(../fonts/Inter-BoldItalic.ad25a057.woff) format("woff"),url(../fonts/Inter-BoldItalic.ea803d27.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:element-icons;src:url(../fonts/element-icons.2fad952a.woff) format("woff"),url(../fonts/element-icons.6f0a7632.ttf) format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box;font-family:Inter,Helvetica Neue,HelveticaNeue,Arial,sans-serif;font-size:14px;text-decoration:none;line-height:16px;border:none;outline:none;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;-webkit-margin-before:0;-webkit-margin-after:0;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-overflow-scrolling:touch;font-variant-ligatures:no-contextual;font-feature-settings:"calt" 0}html{height:100%}body{min-height:100%}ol li{list-style:none;counter-increment:li;padding-left:16px;position:relative;margin-bottom:8px}ol li:last-child{margin-bottom:0}ol li:before{content:counter(li) ". ";display:inline-block;width:16px;position:absolute;left:0}ul li{list-style:none}p{margin:8px 0}p:first-child{margin-top:0}p:last-child{margin-bottom:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}q{quotes:"«" "»" "„" "“"}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;font-size:100%;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:none;cursor:pointer;border:0}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto;vertical-align:top}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.headline{font-size:32px;line-height:32px;letter-spacing:-.02em}.headline,.headline-0{font-style:normal;font-weight:700;color:#1a1a1a}.headline-0{font-size:48px;line-height:48px;letter-spacing:-.03em}.headline-1{font-size:18px;letter-spacing:-.1em}.headline-1,.headline-2{font-style:normal;font-weight:700;line-height:24px;color:#1a1a1a}.headline-2{font-size:24px;letter-spacing:-.02em}.text-s-regular{font-weight:400}.text-s-bold,.text-s-regular{font-style:normal;font-size:12px;line-height:14px;color:#666}.text-s-bold{font-weight:700}.text-m-regular{font-weight:400}.text-m-bold,.text-m-regular{font-style:normal;font-size:14px;line-height:16px;color:#1a1a1a}.text-m-bold{font-weight:700}.text-l-regular{font-weight:400}.text-l-bold,.text-l-regular{font-style:normal;font-size:18px;line-height:20px;letter-spacing:-.01em;color:#1a1a1a}.text-l-bold{font-weight:700}.text-caption{font-weight:400;color:#666}.text-caption,.text-caption-caps{font-style:normal;font-size:10px;line-height:12px}.text-caption-caps{font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.05em}.text-l-bold a,.text-l-bold li,.text-l-bold p,.text-l-bold ul,.text-l-regular a,.text-l-regular li,.text-l-regular p,.text-l-regular ul,.text-m-bold a,.text-m-bold li,.text-m-bold p,.text-m-bold ul,.text-m-regular a,.text-m-regular li,.text-m-regular p,.text-m-regular ul,.text-s-regular a,.text-s-regular li,.text-s-regular p,.text-s-regular ul{font-style:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;position:relative}.text-l-bold p:not(:last-child),.text-l-bold ul:not(:last-child),.text-l-regular p:not(:last-child),.text-l-regular ul:not(:last-child),.text-m-bold p:not(:last-child),.text-m-bold ul:not(:last-child),.text-m-regular p:not(:last-child),.text-m-regular ul:not(:last-child),.text-s-regular p:not(:last-child),.text-s-regular ul:not(:last-child){margin-bottom:6px}.text-l-bold a,.text-l-regular a,.text-m-bold a,.text-m-regular a,.text-s-regular a{display:inline-block;border-bottom:#909399}.text-l-bold a:hover,.text-l-regular a:hover,.text-m-bold a:hover,.text-m-regular a:hover,.text-s-regular a:hover{color:#266ffe;border-color:#266ffe!important}.text-l-bold ul li:before,.text-l-regular ul li:before,.text-m-bold ul li:before,.text-m-regular ul li:before,.text-s-regular ul li:before{content:"•";display:inline-block;width:16px;text-align:center}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media(max-width:767px){.el-form-item{margin-bottom:16px!important}.el-form-item.is-error{margin-bottom:24px!important}}.el-textarea__inner{padding-top:15px!important;padding-bottom:15px!important}@media(max-width:767px){.el-message{right:20px!important;top:20px!important;max-width:calc(100vw - 40px)!important;min-width:280px!important}}.el-row.form-row{display:flex!important;flex-wrap:wrap!important}.el-row.form-row .el-col{display:flex;flex-direction:column}.el-row.form-row .el-form-item{margin-top:auto!important}.v-md-editor{box-shadow:none!important;border:1px solid #ccc}.v-md-editor:has(textarea:focus){border-color:#266ffe!important}.el-select._theme-dark .el-input{background-color:#1f1e1f!important}.el-select._theme-dark .el-input__inner{color:#fff!important;border-color:#4d4d4d!important}.el-select._theme-dark .el-input .el-select__caret{color:#b3b3b3!important}.el-select-dropdown._theme-dark{border-color:#4d4d4d!important;background-color:#1f1e1f!important}.el-select-dropdown._theme-dark .el-select-dropdown__item{color:#ccc!important}.el-select-dropdown._theme-dark .el-select-dropdown__item.selected{color:#198cfe!important}.el-select-dropdown._theme-dark .el-select-dropdown__item.is-disabled{color:#666!important}.el-select-dropdown._theme-dark .el-select-dropdown__item.is-disabled:hover{background-color:rgba(77,77,77,.25)}.el-select-dropdown._theme-dark .el-select-dropdown__item.hover{background-color:rgba(77,77,77,.5)}