@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;600;700&display=swap);.topbar[data-v-52f81397]{width:100%;height:110px;display:flex}.topbar .logo[data-v-52f81397]{background-image:url(../img/logo.fb50ab11.png);background-position:50%;background-size:contain;background-repeat:no-repeat;height:100%;width:100px;margin-right:32px}.topbar .bar[data-v-52f81397]{display:flex;flex-direction:column;flex-grow:1}.topbar .bar>[data-v-52f81397]{flex:1}.topbar .bar .top[data-v-52f81397]{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f7f9fa}.topbar .bar .top .title[data-v-52f81397]{color:#ed0000;font-size:14px}.topbar .bar .top .button[data-v-52f81397]{height:40px;min-width:-moz-fit-content;min-width:fit-content}.toast[data-v-38cc8589]{position:fixed;bottom:12px;left:calc(50% - 150px);min-height:64px;width:300px;margin:0 auto;background-color:#fff;border-radius:16px;box-shadow:1px 2px 7px 0 rgba(35,29,29,.24);display:flex;align-items:center;padding:16px;z-index:101;font-size:.9em;transition:all .3s ease-in-out}.toast .timer[data-v-38cc8589]{position:absolute;height:8px;top:-4px;left:5%;width:90%;border-radius:4px;background-color:#7098a7}.toast .icon[data-v-38cc8589]{height:32px;margin-right:8px;color:#7098a7}.toast .text[data-v-38cc8589]{white-space:pre-wrap;font-family:Mulish;font-weight:700}.toast.success .timer[data-v-38cc8589]{background-color:#72eac5}.toast.success .icon[data-v-38cc8589]{color:#72eac5}.toast.error .timer[data-v-38cc8589]{background-color:#ed0000}.toast.error .icon[data-v-38cc8589]{color:#ed0000}a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{height:100%}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-spacing:0}a{color:inherit;text-decoration:none}input,textarea{outline:none;border:none;background-color:unset;resize:none;padding:0}input:focus,textarea:focus{outline:none}img{-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated}img.signature{image-rendering:auto}*{box-sizing:border-box}.slide-enter-from,.slide-leave-to{opacity:0;transform:translateY(64px)}.slide-enter-to,.slide-leave-from{opacity:1;transform:none}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .body,.modal-leave-to .body{transform:translateY(32px)}.modal-enter-to,.modal-leave-from{opacity:1}.modal-enter-to .body,.modal-leave-from .body{transform:none}.fade-enter-active,.fade-leave-active{opacity:1;transition:opacity .3s ease}.fade-enter,.fade-leave-to{opacity:0}.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active{transition-property:transform;transition-duration:1s;transition-timing-function:ease-in-out}.slide-left-enter,.slide-right-leave-active{position:absolute;transform:translate(120%)}.slide-left-leave-active,.slide-right-enter{position:absolute;transform:translate(-120%)}@keyframes glow{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@keyframes grow{0%{width:0}50%{width:100%}to{left:100%}}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.button{background-color:#ed0000;cursor:pointer;font-size:14px;font-weight:700;color:#fff;position:relative;border-radius:50px;z-index:1;overflow:hidden;transition:transform .4s cubic-bezier(.53,.21,0,1);width:-moz-fit-content;width:fit-content;min-width:194px;max-width:425px;padding:0 24px;height:50px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;text-decoration:none}.button:after{position:absolute;content:"";top:0;left:-32px;height:100%;width:calc(100% + 64px);z-index:-1;border-radius:8px;background-color:rgba(0,0,0,.05);transform:scaleX(0);transform-origin:100% 100%;transition:transform .8s cubic-bezier(.53,.21,0,1);will-change:transform}.button:hover:not(.loading):not(.disabled):after{transform-origin:0 0;transform:scaleX(1)}.button:active:not(.disabled):not(.loading){transform:scale(.95)}.button.disabled{cursor:not-allowed;background-color:#b7cbd3;color:#374649}.button.loading{z-index:1;cursor:progress}.button.loading:after{transform-origin:0 0;transform:scaleX(1);border-radius:0;animation-name:grow;animation-duration:2s;animation-iteration-count:infinite}.button.secondary{background-color:transparent;color:#ed0000;border:1px solid #ed0000}.button.secondary.disabled{border-color:#b7cbd3;color:#7098a7}.input{cursor:text;position:relative}.input label:not(.nostyle){position:absolute;top:17px;left:19px;max-width:calc(100% - 38px);z-index:11;font-weight:400;color:#7098a7;font-size:16px;transition:.3s;cursor:text;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.input .description{font-size:12px;color:#7098a7;margin-left:20px;height:16px;line-height:16px}.input.filled label:not(.nostyle),.input:focus-within label:not(.nostyle){padding:0 6px;top:-6px;left:14px;max-width:calc(100% - 28px);background-color:#fff;border-radius:4px 4px 0 0;font-size:12px}.input.dark-background .field{background-color:#f7f9fa}.input.dark-background.filled label:not(.nostyle),.input.dark-background:focus-within label:not(.nostyle){background-color:#f7f9fa}.input.disabled{cursor:not-allowed}.input.disabled label:not(.nostyle){color:#b7cbd3;cursor:not-allowed}.input.disabled .field{border-color:#b7cbd3!important;color:#374649;cursor:not-allowed;box-shadow:none!important}.input.disabled input,.input.disabled textarea{cursor:not-allowed}.input.disabled .icon{color:#b7cbd3!important;cursor:not-allowed!important}.input.error .field{border-color:#ed0000}.input.error .error-message{display:flex;width:-moz-max-content;width:max-content}.input.error label:not(.nostyle){color:#ed0000}.input.error .field:focus-within{border-color:#ed0000;box-shadow:0 0 0 1px #ed0000}.input.error svg{flex-shrink:0}.input:not(.disabled,.error) .field:focus-within{box-shadow:0 0 0 1px #7098a7}.field{min-height:44px;border:1px solid #7098a7;border-radius:12px;position:relative;padding:8px 16px;background-color:#fff;transition:.3s;font-size:16px;display:flex;align-items:center;justify-content:space-between;margin:2px;box-shadow:0 0 0 1px transparent}.field .value{position:absolute;pointer-events:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;right:16px;left:16px}.field .value.placeholder{font-weight:400;color:#b7cbd3}.field input,.field textarea{flex-grow:1;height:100%;width:100%;color:#374649;font-size:16px;font-family:inherit}.field:not(.error,:focus-within,.open):hover{border-color:#7098a7;box-shadow:0 0 0 1px transparent}.field .icon{height:1.4em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.error-message{position:absolute;bottom:-16px;left:0;font-size:11px;font-weight:600;color:#ed0000;display:none}.error-message svg{width:12px;margin-right:4px}input[type=password]{letter-spacing:2px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=radio]{display:none}input[type=radio]+:before{content:"";display:inline-block;vertical-align:bottom;width:1rem;height:1rem;margin-right:.3rem;border-radius:50%;border-style:solid;border-width:2px;border-color:#374649}input[type=radio]:checked+:before{background:radial-gradient(#ed0000 0,#ed0000 40%,transparent 50%,transparent);border-color:#ed0000}input[type=checkbox]{position:absolute;left:0;opacity:0}input[type=checkbox]:not(:checked)+label:after{opacity:0;transform:scale(0)}input[type=checkbox]:checked+label:after{opacity:1;transform:scale(1)}input[type=checkbox]+label{position:relative;display:flex;align-items:center;padding-left:32px;cursor:pointer}input[type=checkbox]+label:before{content:"";flex-shrink:0;position:absolute;left:0;width:24px;height:24px;border:1px solid #b7cbd3;background:#f7f9fa;border-radius:4px;box-sizing:border-box;transition:all .275s}input[type=checkbox]+label:after{content:"";flex-shrink:0;speak:never;position:absolute;left:3px;width:18px;height:18px;border-radius:4px;background:#ed0000;transition:all .2s}input[type=checkbox]+label:hover:before{border-color:#ed0000}input:-webkit-autofill,textarea:-webkit-autofill{font-size:16px;-webkit-text-fill-color:#7098a7!important}.required-filled{font-size:12px;font-style:italic;margin-top:40px}table{width:100%;text-align:left;border-radius:20px;overflow:hidden}table tr{min-height:32px}table tr:nth-child(odd){background-color:#f7f9fa}table tr td,table tr th{padding:16px 12px}table tr th{border-bottom:1px solid #b7cbd3;color:#7098a7;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}table tr th.can-order{cursor:pointer;position:relative}table tr th.can-order:after{content:"";position:absolute;margin-top:2px;margin-left:4px;width:6px;height:6px;border-left:2px solid #b7cbd3;border-bottom:2px solid #b7cbd3;transform:rotate(-45deg);transition:.2s ease-out}table tr th.can-order.ordered:after{border-color:#ed0000}table tr th.can-order.desc:after{margin-top:4px;transform:rotate(135deg)}table tr td{white-space:nowrap;max-width:128px;overflow:hidden;text-overflow:ellipsis}table tr td.icon{min-width:32px;padding:0 4px;color:#ed0000}table .line{cursor:pointer;transition:.3s;align-items:center}table .line:hover{background-color:rgba(183,203,211,.4)}table .footer{width:100%;height:50px;background-color:#f7f9fa;border-radius:0 0 20px 20px;overflow:hidden;text-align:right}table .footer span.arrow{color:#ed0000;margin:0 4px;cursor:pointer}table .footer .space{margin:0 8px}body{font-family:Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#374649;letter-spacing:.1px}h1{font-size:40px;font-family:Nunito;font-weight:400;color:#029beb;background-color:transparent;width:-moz-fit-content;width:fit-content}@supports((-webkit-background-clip:text) or (background-clip:text)){h1{background:linear-gradient(90deg,#029beb 0,#00aa61);-webkit-background-clip:text;background-clip:text;color:transparent}}h2{color:#ed0000;font-size:30px;font-family:Nunito;font-weight:400}h3{color:#374649;font-size:26px}h3,h4{font-weight:500}h4{color:#7098a7;font-size:18px}p{color:#374649;font-size:16px;line-height:20px;font-weight:400;margin-bottom:24px}.content{max-width:992px;width:100%;height:100%;margin:0 auto}.navbar{display:flex;align-items:center}.navbar>:not(.no-decoration){text-transform:uppercase;position:relative;height:100%;margin-right:16px;font-size:12px;font-weight:700;line-height:55px}.navbar>:not(.no-decoration):after{content:"";position:absolute;bottom:0;width:0;height:4px;background-color:#ed0000;transition:.3s}.navbar>:not(.no-decoration).active:after,.navbar>:not(.no-decoration).router-link-active:not(.no-active):after{width:100%}.navbar>:not(.no-decoration):first-child:after{right:0}.navbar>:not(.no-decoration):not(:first-child):after{left:0}.navbar>:not(.no-decoration).sub-menu{position:relative;cursor:pointer}.navbar>:not(.no-decoration).sub-menu .items{position:absolute;height:0;overflow:hidden;z-index:50;box-shadow:0 5px 5px rgba(0,0,0,.1),0 8px 10px rgba(0,0,0,.06),0 3px 14px rgba(0,0,0,.06);border-radius:8px;background-color:#fff;transition:.3s}.navbar>:not(.no-decoration).sub-menu .items a{padding:0 16px;display:block;white-space:nowrap;font-weight:400;transition:.3s}.navbar>:not(.no-decoration).sub-menu .items a:hover{background-color:#f7f9fa}.navbar>:not(.no-decoration).sub-menu:hover .items{height:275px}@media(max-width:576px){.content{max-width:576px}h1,h2{font-size:24px}h3,h4{font-size:20px}.modal-content{max-width:90%;padding:60px 20px}}@media(max-width:768px){.content{max-width:768px}h1,h2{font-size:28px}h3,h4{font-size:24px}.modal-content{max-width:90%;padding:60px 40px}}@media(max-width:992px){.content{max-width:992px}.modal-content{max-width:80vw;padding:60px 40px}}@media(min-width:1480px){.content{max-width:1480px}.modal-content{max-width:60vw;padding:90px 80px}p{font-size:16px;line-height:24px}}#app{min-height:100vh;display:flex;flex-direction:column}.page{flex-grow:1}.footer{width:100%;margin:16px 0;text-align:center;font-size:14px}.input[data-v-fa4b8054]{position:relative;overflow:visible;height:64px}.input.no-description[data-v-fa4b8054]{height:44px}.input .description[data-v-fa4b8054]{position:absolute;top:48px}.input.opened label[data-v-fa4b8054]{z-index:25}.field.select[data-v-fa4b8054]{overflow:hidden;transition:.3s;transform-origin:top center;position:relative;z-index:0;max-height:210px;flex-direction:column;padding:0}.field.select .icon[data-v-fa4b8054]{width:20px;margin-left:16px;transform:rotate(0);transition:.3s;position:absolute;right:16px;cursor:pointer}.field.select[data-v-fa4b8054]:hover{box-shadow:0 0 0 1px #7098a7}.field.select.open[data-v-fa4b8054]{z-index:20}.field.select.open .icon[data-v-fa4b8054]{transform:rotate(180deg)}.field.select.error[data-v-fa4b8054]{overflow:visible}.field.select.error .options[data-v-fa4b8054]{border-top:none}.input-container[data-v-fa4b8054]{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative;height:44px}.icon[data-v-fa4b8054]{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;cursor:pointer;position:absolute;right:0;color:#ed0000}.icon svg[data-v-fa4b8054]{transition:.3s;width:100%}.select-value[data-v-fa4b8054],input[data-v-fa4b8054]{width:100%;padding:16px 40px 16px 16px;height:44px}.options[data-v-fa4b8054]{border-top:1px solid #7098a7;position:relative;max-height:160px;overflow-y:auto;width:100%}.option[data-v-fa4b8054]{padding:0 15px;height:40px;display:flex;align-items:center;cursor:pointer;transition:.3s}.option[data-v-fa4b8054]:hover{background-color:#f7f9fa}.input.no-description[data-v-d648c4c6]{height:44px}[data-v-d648c4c6] .description a{text-decoration:underline;transition:.2s}[data-v-d648c4c6] .description a:hover{opacity:.6}.field .value[data-v-d648c4c6],.field:not(.password) input[data-v-d648c4c6]{opacity:0}.field:not(.password) .value[data-v-d648c4c6]{opacity:1}.field:not(.password):focus-within input[data-v-d648c4c6]{opacity:1}.field:not(.password):focus-within .value[data-v-d648c4c6]{opacity:0}.field .icon[data-v-d648c4c6]{height:20px;color:#ed0000}.loader[data-v-b76c6dc4]{position:relative;height:24px;width:24px;transform:rotate(-60deg)}.loader .loader-spinner[data-v-b76c6dc4]{position:absolute;animation:rotate-b76c6dc4 1s ease-in-out infinite;color:#ed0000}.loader .loader-spinner.loader-1[data-v-b76c6dc4]{animation-delay:0}.loader .loader-spinner.loader-2[data-v-b76c6dc4]{animation-delay:.15s}.loader .loader-spinner.loader-3[data-v-b76c6dc4]{animation-delay:.3s}@keyframes rotate-b76c6dc4{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.home .content[data-v-cf137c6e]{max-width:-moz-fit-content;max-width:fit-content;padding:0 32px}.home .content table[data-v-cf137c6e]{overflow:auto;display:block;border-radius:20px 20px 0 0}.home .content table th[data-v-cf137c6e]{padding:16px 20px 16px 12px}.home .content table th.can-order[data-v-cf137c6e]:after{margin-left:8px}.home .content table td svg[data-v-cf137c6e]{max-width:24px;max-height:24px}.home .content .pagination[data-v-cf137c6e]{display:flex;justify-content:right;align-items:center;height:48px;line-height:48px;padding:0 32px 0 0;color:#7098a7;background:#f7f9fa;border-top:1px solid #b7cbd3;border-radius:0 0 20px 20px}.home .content .pagination .arrow[data-v-cf137c6e]{width:8px;height:8px;border-left:2px solid #ed0000;border-bottom:2px solid #ed0000;transition:.2s ease-out;cursor:pointer}.home .content .pagination .arrow.arrow-left[data-v-cf137c6e]{margin-right:12px;transform:rotate(45deg)}.home .content .pagination .arrow.arrow-right[data-v-cf137c6e]{margin-left:12px;transform:rotate(-135deg)}.head[data-v-cf137c6e]{display:flex;justify-content:space-between;align-items:center;position:relative}.head h1[data-v-cf137c6e]{width:-moz-fit-content;width:fit-content;margin:32px 0}.head .dropdown[data-v-cf137c6e]{color:#374649;position:absolute;top:calc(100% + 2px);right:0;width:190px;text-align:left;background-color:#fff;z-index:500;box-shadow:0 5px 5px rgba(0,0,0,.1),0 8px 10px rgba(0,0,0,.06),0 3px 14px rgba(0,0,0,.06);border-radius:8px;overflow:hidden}.head .dropdown h4[data-v-cf137c6e]{font-size:18px;font-weight:500;text-transform:capitalize;padding:12px 14px}.head .dropdown .options .option[data-v-cf137c6e]{padding:12px 14px;cursor:pointer;text-transform:capitalize}.head .dropdown .options .option[data-v-cf137c6e]:hover{background-color:#f7f9fa}.search-box[data-v-cf137c6e]{background-color:#f7f9fa;padding:16px;margin:16px 0;border-radius:20px}.search-box h2[data-v-cf137c6e]{color:#374649;margin-bottom:16px}.search-box .line[data-v-cf137c6e]{display:flex;margin:16px 0;align-items:center}.search-box .line>[data-v-cf137c6e]{margin-right:16px}.search-box .line .checkbox-container[data-v-cf137c6e],.search-box .line .input[data-v-cf137c6e]{min-width:20%}.search-box .line .spacer[data-v-cf137c6e]{flex-grow:1}.loader-container[data-v-cf137c6e]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:64px auto}.loader-container .loader[data-v-cf137c6e]{margin-bottom:24px}.loader-container .loader-text[data-v-cf137c6e]{color:#374649;animation:glow 2s ease-out infinite}.field[data-v-ce6ab644]{position:relative;overflow-y:auto;resize:vertical;padding:12px 16px;transition:border .3s,border-color .3s,box-shadow .3s}.field[data-v-ce6ab644]:before{bottom:8px;right:0;width:16px}.field[data-v-ce6ab644]:after,.field[data-v-ce6ab644]:before{content:"";position:absolute;height:1px;transform:rotate(-45deg);background:#ed0000}.field[data-v-ce6ab644]:after{bottom:6px;right:2px;width:8px}.field textarea[data-v-ce6ab644]{height:100%!important}.field[data-v-ce6ab644]::-webkit-resizer{position:absolute;opacity:0;right:0;bottom:0;width:32px;height:32px}.value[data-v-b7ce9d88]{display:flex;justify-content:space-between;align-items:center;height:100%}.value .icon[data-v-b7ce9d88]{height:50%;color:#ed0000}.field[data-v-b7ce9d88]{cursor:pointer;padding:0;height:44px}.field input[data-v-b7ce9d88]{opacity:0;padding:16px;cursor:text}.field input[data-v-b7ce9d88]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.field:focus-within input[data-v-b7ce9d88]{opacity:1}.field:focus-within .value[data-v-b7ce9d88]{opacity:0}.date-picker[data-v-b7ce9d88]{position:absolute;display:flex;padding:0 14px;border-radius:8px;background-color:#fff;box-shadow:0 3px 14px 0 rgba(0,0,0,.058823529411764705),0 8px 10px 0 rgba(0,0,0,.058823529411764705),0 5px 5px 0 rgba(0,0,0,.10196078431372549);z-index:50;bottom:62px;right:0;height:0;opacity:0;width:308px;overflow:hidden;transition:.3s ease-out;transform-origin:bottom left}.date-picker.open[data-v-b7ce9d88]{height:316px;padding:20px 14px;opacity:1}.month[data-v-b7ce9d88]{display:flex;flex-wrap:wrap}.month-name[data-v-b7ce9d88]{color:#ed0000;width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;text-transform:capitalize;font-weight:600;position:relative}.month-name svg[data-v-b7ce9d88]{width:20px;position:absolute;cursor:pointer}.month-name .arrow[data-v-b7ce9d88]{height:20px;width:20px;transition:.3s}.month-name .arrow.right[data-v-b7ce9d88]{transform:rotate(-90deg)}.month-name .arrow.left[data-v-b7ce9d88]{transform:rotate(90deg)}.month-name .arrow[data-v-b7ce9d88]:hover{color:#374649}.weekdays[data-v-b7ce9d88]{display:flex;width:100%;font-weight:600}.days[data-v-b7ce9d88]{display:flex;flex-wrap:wrap;width:100%}.days .day[data-v-b7ce9d88]{color:#374649;cursor:pointer}.days .day[data-v-b7ce9d88]:hover{background-color:rgba(237,0,0,.15)}.days .day.today[data-v-b7ce9d88]{background:#b7cbd3}.days .day.selected[data-v-b7ce9d88]{background-color:#ed0000;color:#fff}.days .day.disabled[data-v-b7ce9d88]{pointer-events:none;opacity:.3}.day[data-v-b7ce9d88]{display:flex;align-items:center;width:32px;height:32px;border-radius:32px;margin:2px 4px;font-size:14px;justify-content:center;transition:.3s;cursor:default}.day.empty[data-v-b7ce9d88]{pointer-events:none}.input-container[data-v-c702b506]{grid-column:span 12/auto!important;display:flex;align-items:center;justify-content:flex-start;gap:16px}.input-container .input[data-v-c702b506]{flex:1;transition:.2s ease-out}.input-container .input.boolean .field[data-v-c702b506]{padding-top:0;padding-bottom:0}.input-container .input.boolean .field .option[data-v-c702b506]{display:flex;align-items:center;justify-content:center;flex:1;height:42px;line-height:42px;text-align:center;border-right:1px solid #7098a7;cursor:pointer}.input-container .input.boolean .field .option .radio[data-v-c702b506]{height:16px;width:16px;display:flex;align-items:center;justify-content:center;margin-right:8px;border-radius:16px;border:1px solid #ed0000;transition:.2s}.input-container .input.boolean .field .option .radio[data-v-c702b506]:after{content:"";height:0;width:0;border-radius:0;background:#ed0000;opacity:0;transition:.2s}.input-container .input.boolean .field .option:hover:not(.checked) .radio[data-v-c702b506]{border-width:2px}.input-container .input.boolean .field .option.checked[data-v-c702b506]{pointer-events:none}.input-container .input.boolean .field .option.checked .radio[data-v-c702b506]:after{height:12px;width:12px;border-radius:12px;opacity:1}.input-container .input.boolean .field .option[data-v-c702b506]:last-child{border-right:none}.input-container .input.hidden[data-v-c702b506]{pointer-events:none;opacity:0}.input-container.disabled[data-v-c702b506]{cursor:not-allowed}.input-container.disabled .input[data-v-c702b506]{pointer-events:none}.input-container.disabled .input .field .option[data-v-c702b506]{border-color:#b7cbd3}.modal[data-v-0cc378c1]{position:fixed;top:0;left:0;height:100%;max-height:unset!important;width:100%;background-color:rgba(0,0,0,.5);z-index:100}.modal .body[data-v-0cc378c1],.modal[data-v-0cc378c1]{display:flex;justify-content:center;align-items:center}.modal .body[data-v-0cc378c1]{padding:32px;background-color:#fff;border-radius:20px;width:512px;flex-direction:column;position:relative}.modal .body h2[data-v-0cc378c1]{text-align:center;margin-bottom:16px}.modal .body .info[data-v-0cc378c1]{font-style:italic;font-size:12px;text-align:right;width:100%}.modal .body .input[data-v-0cc378c1]{margin-bottom:16px;width:100%}.modal .body .close[data-v-0cc378c1]{position:absolute;top:8px;right:8px;height:24px;width:24px;color:#b7cbd3;cursor:pointer;transition:.3s}.modal .body .close[data-v-0cc378c1]:hover{top:6px;right:6px;height:28px;width:28px}@container (max-width: 496px){.file-input-content[data-v-66c84141]{flex-direction:column}.file-input-content .form .drop-zone[data-v-66c84141]{flex-direction:column;height:auto}.file-input-content .form .drop-zone .text[data-v-66c84141]{margin-bottom:8px}.file-input-content .form .drop-zone .button.secondary[data-v-66c84141]{flex-shrink:0}.file-input-content .files[data-v-66c84141]{margin-left:0!important;margin-top:8px}}.file-input[data-v-66c84141]{container-type:inline-size}.file-input.hideConatainer[data-v-66c84141]{container-type:initial}.file-input .file-input-content[data-v-66c84141]{display:flex}@media(max-width:992px){.file-input .file-input-content[data-v-66c84141]{flex-wrap:wrap}.file-input .file-input-content>[data-v-66c84141]{min-width:512px}.file-input .file-input-content>[data-v-66c84141]:first-child{margin-bottom:8px}}.file-input .file-input-content>[data-v-66c84141]{flex:1;max-height:218px}.file-input .file-input-content>[data-v-66c84141]:first-child{margin-right:8px}.file-input .file-input-content>[data-v-66c84141]:last-child{margin-left:8px}.file-input.error .drop-zone[data-v-66c84141]{border-style:solid;outline:2px solid #ed0000}label[data-v-66c84141]{font-weight:700;margin-bottom:12px;display:block}li[data-v-66c84141]{display:flex;align-items:center;margin-bottom:4px}li[data-v-66c84141]:before{content:"";height:3px;width:3px;border-radius:3px;background-color:#000;margin:0 6px}.drop-zone[data-v-66c84141]{position:relative;display:flex;justify-content:center;align-items:center;height:100px;border:1px dashed #ed0000;border-radius:20px;margin-top:16px;padding:32px;transition:.3s}@media(max-width:1480px){.drop-zone[data-v-66c84141]{padding-left:72px}}.drop-zone.hover[data-v-66c84141]{background-color:rgba(237,0,0,.05)}.drop-zone .icon[data-v-66c84141]{position:absolute;left:32px;height:32px;color:#ed0000}.drop-zone .text[data-v-66c84141]{font-weight:700;margin-right:16px}.drop-zone .text span[data-v-66c84141]{font-weight:400}input[data-v-66c84141]{display:none}.files[data-v-66c84141]{overflow-y:auto}.files .file[data-v-66c84141]{position:relative;display:flex;align-items:center;justify-content:space-between;background:#f7f9fa;height:54px;border-radius:46px;padding:0 32px;margin-bottom:8px;overflow:hidden;transition:.2s ease-out;cursor:pointer}.files .file[data-v-66c84141]:hover{background:#f5c7c8}.files .file:hover .text[data-v-66c84141]{color:#ed0000}.files .file:hover .icon.eye[data-v-66c84141]{transform:scale(1.2)}.files .file .icon[data-v-66c84141]{color:#ed0000;width:20px;height:20px;flex-shrink:0;transition:.3s}.files .file .icon.disabled[data-v-66c84141]{pointer-events:none}.files .file .icon[data-v-66c84141]:hover:not(.disabled){transform:scale(1.2)}.files .file .text[data-v-66c84141]{align-self:flex-start;display:flex;flex-direction:column;justify-content:center;overflow:hidden;height:100%}.files .file .text .name[data-v-66c84141]{font-weight:700}.files .file .text span[data-v-66c84141]{font-weight:300;font-size:10px;margin-left:6px}.files .file .text .description[data-v-66c84141]{margin-top:4px;font-size:12px;font-style:italic;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.files .file .progress-bar[data-v-66c84141]{position:absolute;left:0;top:0;height:100%;width:0;background-color:rgba(237,0,0,.2);transition:.4s}section[data-v-604a90d4]{padding-bottom:80px}section h2[data-v-604a90d4]{text-align:center;margin:32px 0 16px}[data-name=inputs] h3[data-v-604a90d4]{text-align:center;margin:16px}[data-name=inputs] .button[data-v-604a90d4]{margin:32px auto}[data-name=text] h1[data-v-604a90d4],[data-name=text] h2[data-v-604a90d4],[data-name=text] h3[data-v-604a90d4]{text-align:initial;margin:16px 0}.line[data-v-604a90d4]{display:flex;justify-content:center;align-items:center;margin-bottom:16px}.line .button[data-v-604a90d4]{margin:16px}.test-input[data-v-604a90d4]{width:40%;margin:0 auto 16px}.input-file[data-v-604a90d4]{width:80%;margin:0 auto 16px}.field .value[data-v-20cfa014]{left:28px;opacity:0}.field input[data-v-20cfa014]{opacity:0}.field .value[data-v-20cfa014]{opacity:1}.field:focus-within input[data-v-20cfa014]{opacity:1}.field:focus-within .value[data-v-20cfa014]{opacity:0}.field .hashtag[data-v-20cfa014]{opacity:0;margin-right:2px;transition:.3s}.input.filled .hashtag[data-v-20cfa014],.input:focus-within .hashtag[data-v-20cfa014]{opacity:1}.field .value[data-v-91ef5578]{left:28px;opacity:0}.field input[data-v-91ef5578]{opacity:0}.field .value[data-v-91ef5578]{opacity:1}.field:focus-within input[data-v-91ef5578]{opacity:1}.field:focus-within .value[data-v-91ef5578]{opacity:0}.field .hashtag[data-v-91ef5578]{opacity:0;margin-right:2px;transition:.3s}.input.filled .hashtag[data-v-91ef5578],.input:focus-within .hashtag[data-v-91ef5578]{opacity:1}.input[data-v-3368aef9]{position:relative;overflow:visible;height:64px}.input.no-description[data-v-3368aef9]{height:44px}.input.opened label[data-v-3368aef9]{z-index:25}.field.select[data-v-3368aef9]{overflow:hidden;transform-origin:top center;position:relative;z-index:0;max-height:210px;transition:.3s;flex-direction:column;padding:0}.field.select .icon[data-v-3368aef9]{width:20px;margin-left:16px;transform:rotate(0);transition:.3s;position:absolute;right:16px;cursor:pointer}.field.select[data-v-3368aef9]:hover{box-shadow:0 0 0 1px #7098a7}.field.select.open[data-v-3368aef9]{z-index:20}.field.select.open .icon[data-v-3368aef9]{transform:rotate(180deg)}.field.select.error[data-v-3368aef9]{overflow:visible}.field.select.error .options[data-v-3368aef9]{border-top:none}.input-container[data-v-3368aef9]{height:100%;width:100%;display:flex;align-items:center;justify-content:space-between;position:relative;height:44px}.icon[data-v-3368aef9]{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;cursor:pointer;position:absolute;right:0;color:#ed0000}.icon svg[data-v-3368aef9]{transition:.3s;width:100%}.select-value[data-v-3368aef9],input[data-v-3368aef9]{width:100%;padding:16px 40px 16px 16px;height:44px}.select-value[data-v-3368aef9]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.options[data-v-3368aef9]{border-top:1px solid #7098a7;position:relative;max-height:160px;overflow-y:auto;width:100%}.options .option[data-v-3368aef9]{position:relative;padding:0 12px;height:40px;display:flex;align-items:center;cursor:pointer;transition:.2s}.options .option input[data-v-3368aef9]{flex-grow:unset;width:-moz-fit-content;width:fit-content;margin-right:8px}.options .option label[data-v-3368aef9]{width:100%;height:100%}.options .option[data-v-3368aef9]:hover{background-color:rgba(183,203,211,.2)}.options .option:hover label[data-v-3368aef9]{color:#ed0000}.group[data-v-8101defc]{display:grid}.validation[data-v-cbf2c14e]{background-color:#f7f9fa;padding:24px;border-radius:20px;margin:16px 0}.validation .validators[data-v-cbf2c14e]{margin:16px 0}.validation .validator[data-v-cbf2c14e]{display:grid;grid-template-columns:.5fr 1fr 1fr 1fr 1fr 1fr;align-items:center;-moz-column-gap:32px;column-gap:32px;background-color:#fff;border-radius:20px;padding:16px}.validation .label[data-v-cbf2c14e],.validation .value[data-v-cbf2c14e]{height:20px;line-height:20px}.validation .label[data-v-cbf2c14e]{color:#7098a7;white-space:nowrap}.validation .value[data-v-cbf2c14e]{font-weight:700}.modal[data-v-2b7802b2]{position:fixed;top:0;left:0;height:100%;max-height:unset!important;width:100%;background-color:rgba(0,0,0,.5);z-index:100;transition:.4s}.modal .body[data-v-2b7802b2],.modal[data-v-2b7802b2]{display:flex;justify-content:center;align-items:center}.modal .body[data-v-2b7802b2]{padding:32px;background-color:#fff;border-radius:20px;width:512px;flex-direction:column;position:relative;transition:.2s ease-out}.modal .body h2[data-v-2b7802b2]{text-align:center;margin-bottom:16px}.modal .body .info[data-v-2b7802b2]{font-style:italic;font-size:12px;text-align:right;width:100%}.modal .body .input[data-v-2b7802b2]{margin-bottom:16px;width:100%}.modal .body .button.convert[data-v-2b7802b2]{margin-bottom:16px}.modal .body .close[data-v-2b7802b2]{position:absolute;top:8px;right:8px;height:24px;width:24px;color:#b7cbd3;cursor:pointer;transition:.3s}.modal .body .close[data-v-2b7802b2]:hover{top:6px;right:6px;height:28px;width:28px}.step[data-v-586df129]{margin:16px 0;padding-bottom:64px}.info-header[data-v-586df129]{border-radius:20px;background-color:#f7f9fa;padding:24px;margin:12px 0;display:flex}.info-header>div[data-v-586df129]{flex:1}.info-header>div .type[data-v-586df129]{color:#b7cbd3;margin-bottom:6px}.info-header>div .value[data-v-586df129]{font-weight:700}.info-header .button[data-v-586df129]{flex:.5}.step-nav[data-v-586df129]{position:sticky;z-index:100;top:0;display:flex;align-items:center;margin-bottom:24px;padding:16px 0 8px;background:#fff}.step-nav .step-nav-item[data-v-586df129]{position:relative;height:100%;margin-right:16px;padding:0 8px;font-size:14px;font-weight:700;line-height:32px;cursor:pointer}.step-nav .step-nav-item[data-v-586df129]:after{content:"";position:absolute;left:0;right:0;bottom:0;width:0;height:4px;background-color:#ed0000;transition:.3s}.step-nav .step-nav-item.active[data-v-586df129]{color:#ed0000}.step-nav .step-nav-item.active[data-v-586df129]:after{width:100%}.section-selector[data-v-586df129]{margin:24px 0}.section-selector .checkbox-container[data-v-586df129]{margin:12px 0 0;display:flex}.section-selector .checkbox-container .section-checkbox[data-v-586df129]{display:flex;margin-right:16px}.section-selector .checkbox-container.disabled[data-v-586df129]{pointer-events:none}section[data-v-586df129]{margin:16px 0}section.disabled[data-v-586df129]{display:none}section h3[data-v-586df129]{margin-bottom:16px;scroll-margin:64px}section .components[data-v-586df129]{display:grid;grid-template-columns:repeat(12,1fr);-moz-column-gap:16px;column-gap:16px;row-gap:12px}@media(max-width:992px){section .components[data-v-586df129]{grid-template-columns:repeat(6,1fr)}section .components .large[data-v-586df129]{grid-column:span 6!important}}section .warning[data-v-586df129]{color:#ed0000}.buttons[data-v-586df129]{display:flex;justify-content:flex-end;align-items:center;width:100%;margin:32px 0}.buttons .secondary.button[data-v-586df129]{margin-right:32px}.buttons .secondary.disabled[data-v-586df129]{pointer-events:none;opacity:.5}.line-divider[data-v-586df129]{height:1px;background-color:#b7cbd3;width:100%;margin:32px 0}h1[data-v-441074a0]{margin:32px 0}h1 span[data-v-441074a0]{text-transform:capitalize}.timeline[data-v-441074a0]{width:100%;border-radius:20px;background-color:#f7f9fa;min-height:64px;display:flex;justify-content:center;padding:32px}.timeline .step[data-v-441074a0]{display:flex;flex-direction:column;align-items:center;flex:1;cursor:pointer}.timeline .step .index[data-v-441074a0]{background-color:#b7cbd3;height:24px;width:24px;border-radius:24px;text-align:center;line-height:24px;font-size:12px;margin-bottom:4px}.timeline .step .name[data-v-441074a0]{text-align:center}.timeline .step.disabled[data-v-441074a0]{pointer-events:none}.timeline .step.active .index[data-v-441074a0]{background-color:#ed0000;color:#fff}.timeline .step.active .name[data-v-441074a0]{font-weight:700}.timeline .step.done .index[data-v-441074a0]{background-color:#72eac5;padding:4px;color:#374649}.timeline .line[data-v-441074a0]{height:1px;background-color:#b7cbd3;flex-grow:1;margin-top:12px}.loader-container[data-v-441074a0]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:64px auto}.loader-container .loader[data-v-441074a0]{margin-bottom:24px}.loader-container .loader-text[data-v-441074a0]{color:#374649;animation:glow 2s ease-out infinite}.head[data-v-71ae0751]{display:flex;justify-content:space-between;align-items:center}.head h1[data-v-71ae0751]{margin:32px 0}.search-box[data-v-71ae0751]{background-color:#f7f9fa;padding:16px;margin:16px 0;border-radius:20px}.search-box h2[data-v-71ae0751]{color:#374649;margin-bottom:16px}.search-box .line[data-v-71ae0751]{display:flex;margin:16px 0}.search-box .line>[data-v-71ae0751]{margin-right:16px;min-width:20%}.search-box .line>.spacer[data-v-71ae0751]{min-width:unset;flex-grow:1}.search-box .line>[data-v-71ae0751]:last-child{margin-right:0}.input.filled label[data-v-71ae0751],.input:focus-within label[data-v-71ae0751]{background-color:red!important}table td.icon[data-v-71ae0751]{padding:0 4px}table td.icon.centered[data-v-71ae0751]{vertical-align:middle}table td.icon svg[data-v-71ae0751]{max-width:24px;max-height:24px}.modal[data-v-71ae0751]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);z-index:100}.modal .body[data-v-71ae0751],.modal[data-v-71ae0751]{display:flex;justify-content:center;align-items:center}.modal .body[data-v-71ae0751]{padding:32px;background-color:#fff;border-radius:20px;width:512px;flex-direction:column;position:relative}.modal .body h2[data-v-71ae0751]{text-align:center;margin-bottom:16px}.modal .body .input[data-v-71ae0751]{margin-bottom:16px;width:100%}.modal .body .close[data-v-71ae0751]{position:absolute;display:flex;align-items:center;justify-content:center;top:8px;right:8px;height:24px;width:24px;transform:rotate(45deg);font-size:24px;color:#b7cbd3;cursor:pointer;transition:.3s}.modal .body .close[data-v-71ae0751]:hover{transform:rotate(45deg) scale(1.2)}.loader-container[data-v-71ae0751]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:64px auto}.loader-container .loader[data-v-71ae0751]{margin-bottom:24px}.loader-container .loader-text[data-v-71ae0751]{color:#374649;animation:glow 2s ease-out infinite}.popover[data-v-71ae0751]{background-color:#fff;border-radius:4px;box-shadow:0 3px 8px rgba(0,0,0,.24);width:12rem;padding:1rem 1.3rem;pointer-events:none}.popover.visible[data-v-71ae0751]{pointer-events:auto}.popover .flex[data-v-71ae0751]{display:flex;align-items:center;cursor:pointer;gap:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.popover .flex[data-v-71ae0751]:hover{color:red;text-decoration:underline}.popover .flex svg[data-v-71ae0751]{width:24px;height:24px}.head[data-v-94275f10]{display:flex;justify-content:space-between;align-items:center}.head h1[data-v-94275f10]{margin:32px 0}.search-box[data-v-94275f10]{background-color:#f7f9fa;padding:16px;margin:16px 0;border-radius:20px}.search-box h2[data-v-94275f10]{color:#374649;margin-bottom:16px}.search-box .line[data-v-94275f10]{display:flex;margin:16px 0}.search-box .line>[data-v-94275f10]{margin-right:16px;min-width:20%}.search-box .line>.spacer[data-v-94275f10]{min-width:unset;flex-grow:1}.search-box .line>[data-v-94275f10]:last-child{margin-right:0}.input.filled label[data-v-94275f10],.input:focus-within label[data-v-94275f10]{background-color:red!important}table td.icon[data-v-94275f10]{padding:0 4px;width:0}table td.icon svg[data-v-94275f10]{width:24px}.modal[data-v-94275f10]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);z-index:100}.modal .body[data-v-94275f10],.modal[data-v-94275f10]{display:flex;justify-content:center;align-items:center}.modal .body[data-v-94275f10]{padding:32px;background-color:#fff;border-radius:20px;width:512px;flex-direction:column;position:relative}.modal .body h2[data-v-94275f10]{text-align:center;margin-bottom:16px}.modal .body .input[data-v-94275f10]{margin-bottom:16px;width:100%}.modal .body .close[data-v-94275f10]{position:absolute;display:flex;align-items:center;justify-content:center;top:8px;right:8px;height:24px;width:24px;transform:rotate(45deg);font-size:24px;color:#b7cbd3;cursor:pointer;transition:.3s}.modal .body .close[data-v-94275f10]:hover{transform:rotate(45deg) scale(1.2)}.head[data-v-5d778202]{display:flex;justify-content:space-between;align-items:center}.head h1[data-v-5d778202]{margin:32px 0}.line[data-v-5d778202]{display:flex}.steps[data-v-5d778202]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.steps .header[data-v-5d778202]{color:#7098a7;margin-bottom:8px}.steps [data-v-5d778202]:not(.header){background-color:#f7f9fa}.steps>[data-v-5d778202]{padding:8px 16px}.steps .step[data-v-5d778202]{display:flex;align-items:center;font-weight:500}.steps .section[data-v-5d778202]{display:flex;align-items:center;padding-left:32px}.steps .gap[data-v-5d778202]{background-color:#fff;height:4px;padding:0}.navbar[data-v-5d778202]{margin-bottom:16px}.navbar .spacer[data-v-5d778202]{flex-grow:1}.navbar .button[data-v-5d778202]{margin-left:24px}.buttons[data-v-5d778202]{display:flex;justify-content:flex-end;align-items:center;width:100%;margin:32px auto}.buttons .secondary.button[data-v-5d778202]{margin-right:32px}.head[data-v-098b4838]{display:flex;justify-content:space-between;align-items:center}.head h1[data-v-098b4838]{margin:32px 0}.loader[data-v-098b4838]{margin:32px auto}.buttons[data-v-098b4838]{display:flex;justify-content:flex-end;align-items:center;width:100%;margin:32px auto}.input[data-v-9cf2fb8a]{flex:1;transition:.2s ease-out}.input .field[data-v-9cf2fb8a]{padding:0 8px}.input .field .option[data-v-9cf2fb8a]{display:flex;align-items:center;justify-content:center;flex:1;height:42px;padding:0 8px;line-height:42px;text-align:center;border-right:1px solid #7098a7;cursor:pointer}.input .field .option .radio[data-v-9cf2fb8a]{height:16px;width:16px;display:flex;align-items:center;justify-content:center;margin-right:8px;border-radius:16px;border:1px solid #ed0000;transition:.2s}.input .field .option .radio[data-v-9cf2fb8a]:after{content:"";height:0;width:0;border-radius:0;background:#ed0000;opacity:0;transition:.2s}.input .field .option:hover:not(.checked) .radio[data-v-9cf2fb8a]{border-width:2px}.input .field .option.checked[data-v-9cf2fb8a]{pointer-events:none}.input .field .option.checked .radio[data-v-9cf2fb8a]:after{height:12px;width:12px;border-radius:12px;opacity:1}.input .field .option[data-v-9cf2fb8a]:last-child{border-right:none}.input.disabled[data-v-9cf2fb8a]{cursor:not-allowed}.input.disabled .input[data-v-9cf2fb8a]{pointer-events:none}.input.disabled .input .field .option[data-v-9cf2fb8a]{border-color:#b7cbd3}.head[data-v-585c7b2a]{display:flex;justify-content:space-between;align-items:center}.head h1[data-v-585c7b2a]{margin:32px 0}.search-box[data-v-585c7b2a]{background-color:#f7f9fa;padding:16px;margin:16px 0;border-radius:20px}.search-box h2[data-v-585c7b2a]{color:#374649;margin-bottom:16px}.search-box .line[data-v-585c7b2a]{display:flex;margin:16px 0}.search-box .line>[data-v-585c7b2a]{margin-right:16px;min-width:20%}.search-box .line>.spacer[data-v-585c7b2a]{min-width:unset;flex-grow:1}.search-box .line>[data-v-585c7b2a]:last-child{margin-right:0}.input.filled label[data-v-585c7b2a],.input:focus-within label[data-v-585c7b2a]{background-color:red!important}table td.icon[data-v-585c7b2a]{padding:0 4px;width:0}table td.icon svg[data-v-585c7b2a]{width:24px}.modal[data-v-585c7b2a]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);z-index:100}.modal .body[data-v-585c7b2a],.modal[data-v-585c7b2a]{display:flex;justify-content:center;align-items:center}.modal .body[data-v-585c7b2a]{padding:32px;background-color:#fff;border-radius:20px;width:calc(100% - 24px);max-width:640px;flex-direction:column;position:relative}.modal .body h2[data-v-585c7b2a]{text-align:center;margin-bottom:32px}.modal .body .error[data-v-585c7b2a]{height:32px;width:100%;color:#ed0000;text-align:center}.modal .body .line[data-v-585c7b2a]{width:100%;display:flex;align-items:center}.modal .body .line>div[data-v-585c7b2a]{width:100%}.modal .body .switch-input[data-v-585c7b2a]{position:relative;display:flex;align-items:center;padding:0 16px;margin:2px;min-height:44px;background-color:#fff;border:1px solid #7098a7;border-radius:12px;font-size:16px;justify-content:space-between;transition:.3s}.modal .body .switch-input .option[data-v-585c7b2a]{display:flex;align-items:center;justify-content:center;flex:1;height:42px;line-height:42px;min-width:128px;text-align:center;border-right:1px solid #7098a7;cursor:pointer}.modal .body .switch-input .option .radio[data-v-585c7b2a]{height:16px;width:16px;display:flex;align-items:center;justify-content:center;margin-right:8px;border-radius:16px;border:1px solid #ed0000;transition:.2s}.modal .body .switch-input .option .radio[data-v-585c7b2a]:after{content:"";height:0;width:0;border-radius:0;background:#ed0000;opacity:0;transition:.2s}.modal .body .switch-input .option:hover:not(.checked) .radio[data-v-585c7b2a]{border-width:2px}.modal .body .switch-input .option.checked[data-v-585c7b2a]{pointer-events:none}.modal .body .switch-input .option.checked .radio[data-v-585c7b2a]:after{height:12px;width:12px;border-radius:12px;opacity:1}.modal .body .switch-input .option[data-v-585c7b2a]:last-child{border-right:none}.modal .body .close[data-v-585c7b2a]{position:absolute;display:flex;align-items:center;justify-content:center;top:8px;right:8px;height:24px;width:24px;transform:rotate(45deg);font-size:24px;color:#b7cbd3;cursor:pointer;transition:.3s}.modal .body .close[data-v-585c7b2a]:hover{transform:rotate(45deg) scale(1.2)}.toggle[data-v-1174bc8a]{display:flex;align-items:center}.toggle .title[data-v-1174bc8a]{font-weight:700;margin-right:16px}.toggle .title.error[data-v-1174bc8a]{color:#ed0000}.toggle input[data-v-1174bc8a]{margin:0;margin-right:6px}.toggle label[data-v-1174bc8a]{margin-right:16px;cursor:pointer}.head[data-v-07e04c5e]{display:flex;justify-content:space-between;align-items:center}h1[data-v-07e04c5e]{margin:32px 0;text-transform:capitalize}h2[data-v-07e04c5e]{min-height:30px}h3[data-v-07e04c5e]{min-height:26px}.navbar[data-v-07e04c5e]{margin-bottom:16px}.navbar .spacer[data-v-07e04c5e]{flex-grow:1}.navbar .button[data-v-07e04c5e]{margin-left:24px}.menu-bar[data-v-07e04c5e]{position:fixed;z-index:10000;top:32px;right:32px;width:64px;border-radius:32px;padding:8px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f7f9fa;box-shadow:0 2px 8px -2px rgba(0,0,0,.2)}.menu-bar .menu-button[data-v-07e04c5e]{position:relative;padding:12px 0;margin:0 12px;width:100%;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #7098a7;cursor:pointer}.menu-bar .menu-button svg[data-v-07e04c5e]{height:24px}.menu-bar .menu-button .info-title[data-v-07e04c5e]{position:absolute;top:8px;right:64px;bottom:8px;display:flex;align-items:center;white-space:nowrap;padding:2px 8px;background:#f7f9fa;border-radius:4px;box-shadow:0 2px 8px -2px rgba(0,0,0,.2);opacity:0;pointer-events:none;transform:translateX(8px);transition:.2s ease-out;transition-delay:.2s}.menu-bar .menu-button[data-v-07e04c5e]:last-child{border-bottom:none}.menu-bar .menu-button:hover svg[data-v-07e04c5e]{color:#ed0000}.menu-bar .menu-button:hover .info-title[data-v-07e04c5e]{opacity:1;transform:none;transition-delay:0s}.loader-container[data-v-07e04c5e]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:64px auto}.loader-container .loader[data-v-07e04c5e]{margin-bottom:24px}.loader-container .loader-text[data-v-07e04c5e]{color:#374649;animation:glow 2s ease-out infinite}.json-preview[data-v-07e04c5e]{position:relative;background:#1e1e1e;color:#ccc;font-family:monospace;border-radius:8px;padding:16px 12px}.json-preview .action-container[data-v-07e04c5e]{position:absolute;top:16px;right:16px;display:flex}.json-preview .action-container .icon-button[data-v-07e04c5e]{margin-left:24px;cursor:pointer}.json-preview .action-container .icon-button svg[data-v-07e04c5e]{height:24px}.json-preview .action-container .icon-button[data-v-07e04c5e]:hover{color:#ed0000}.template-list .template[data-v-07e04c5e]{display:flex;background:#f7f9fa;border-radius:4px;padding:12px 24px;margin:8px 0;cursor:pointer}.template-list .template .name[data-v-07e04c5e]{margin:0 8px 0 0}.template-list .template.selected[data-v-07e04c5e]{font-weight:700}.template-list .template[data-v-07e04c5e]:hover{opacity:.8}.info-header[data-v-07e04c5e]{border-radius:20px;background-color:#f7f9fa;padding:24px;margin:12px 0}.info-header .info-header-line[data-v-07e04c5e]{display:flex}.info-header .info-header-line>div[data-v-07e04c5e]{flex:1}.info-header .info-header-line>div .type[data-v-07e04c5e]{color:#b7cbd3;margin-bottom:6px}.info-header .info-header-line>div .value[data-v-07e04c5e]{font-weight:700}.info-header .info-header-line>div .info-input[data-v-07e04c5e]{border:2px solid #b7cbd3;background:#fff;padding:8px;border-radius:4px}.info-header .reference-button[data-v-07e04c5e]{display:flex;align-items:center;margin:8px 24px 0;cursor:pointer}.info-header .reference-button[data-v-07e04c5e]:after,.info-header .reference-button[data-v-07e04c5e]:before{content:"";background:#7098a7;height:1px;width:100%}.info-header .reference-button span[data-v-07e04c5e]{flex-shrink:0;padding:0 8px;color:#7098a7;transition:.2s}.info-header .reference-button.open[data-v-07e04c5e]{margin-bottom:24px}.info-header .reference-button:hover span[data-v-07e04c5e]{color:#ed0000}.info-header .reference-container[data-v-07e04c5e]{display:flex}.info-header .reference-container>div[data-v-07e04c5e]{flex:1}.preview-enabled .config[data-v-07e04c5e]{display:none}.preview-enabled .container[data-v-07e04c5e]{padding-left:0!important;border:none!important}.component-button[data-v-07e04c5e],.section-button[data-v-07e04c5e],.step-button[data-v-07e04c5e]{width:100%;max-width:unset;border-radius:12px}.component-button[data-v-07e04c5e]{margin-bottom:24px}.config[data-v-07e04c5e]:not(.button){border-radius:20px;background-color:#f7f9fa;padding:24px;margin:12px 0}.config:not(.button) .toggle[data-v-07e04c5e]{margin:12px 0 8px;padding-left:8px}.step-container .step[data-v-07e04c5e]{padding:24px 0;animation:appear-07e04c5e .6s ease-out 0s 1}.step-container .step .title-container[data-v-07e04c5e]{position:relative;display:flex;align-items:center;justify-content:space-between}.step-container .step .title-container .delete[data-v-07e04c5e]{padding:8px;color:#ed0000;font-size:20px;transform:rotate(45deg);cursor:pointer;transition:.2s ease-in-out}.step-container .step .title-container .delete[data-v-07e04c5e]:hover{opacity:.8}.step-container .step .id[data-v-07e04c5e]{color:#b7cbd3;margin-bottom:6px;font-size:12px;white-space:nowrap;overflow:hidden}.step-container .step .section-container[data-v-07e04c5e]{padding:24px 0 0 16px;border-left:2px solid #b7cbd3}.step-container .step .section-container .section[data-v-07e04c5e]{margin:32px 0 16px;animation:appear-07e04c5e .6s ease-out 0s 1}.step-container .step .section-container .section .title-container[data-v-07e04c5e]{position:relative;display:flex;align-items:center;justify-content:space-between}.step-container .step .section-container .section .title-container .delete[data-v-07e04c5e]{padding:8px;color:#ed0000;font-size:20px;transform:rotate(45deg);cursor:pointer;transition:.2s ease-in-out}.step-container .step .section-container .section .title-container .delete[data-v-07e04c5e]:hover{opacity:.8}.step-container .step .section-container .section .component-container[data-v-07e04c5e]{display:grid;grid-template-columns:repeat(12,1fr);-moz-column-gap:16px;column-gap:16px;row-gap:12px;padding:24px 0 0 16px;border-left:2px solid #b7cbd3}.step-container .step .section-container .section .component-container .component[data-v-07e04c5e]{min-height:48px;animation:appear-07e04c5e .6s ease-out 0s 1}.step-container .step .section-container .section .component-container .component .component-config[data-v-07e04c5e]{position:relative}.step-container .step .section-container .section .component-container .component .component-config .delete[data-v-07e04c5e]{position:absolute;top:4px;right:4px;padding:8px;color:#ed0000;font-size:20px;transform:rotate(45deg);cursor:pointer;transition:.2s ease-in-out}.step-container .step .section-container .section .component-container .component .component-config .delete[data-v-07e04c5e]:hover{opacity:.8}.step-container .step .section-container .section .component-container .component .option-container .option[data-v-07e04c5e]{position:relative;display:flex;align-items:center}.step-container .step .section-container .section .component-container .component .option-container .option .delete[data-v-07e04c5e]{position:absolute;z-index:10;width:32px;height:32px;margin-bottom:16px;display:flex;justify-content:center;align-items:center;right:-24px;color:#ed0000;font-size:20px;transform:rotate(45deg);cursor:pointer;transition:.2s ease-in-out}.step-container .step .section-container .section .component-container .component .option-container .option .delete[data-v-07e04c5e]:hover{opacity:.8}.step-container .step .section-container .section .component-container .component .option-container .option div[data-v-07e04c5e]{width:calc(50% - 8px);margin:0 4px}.line[data-v-07e04c5e]{position:relative}.line .button[data-v-07e04c5e]{position:absolute;top:10px;right:10px;width:96px;height:24px;padding:0;font-size:10px;min-width:32px;border-radius:4px}@keyframes appear-07e04c5e{0%{opacity:0;transform:translateY(16px)}60%{opacity:1}to{transform:translateY(0)}}.login-page[data-v-6df40e68]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.login-page .login[data-v-6df40e68]{color:#374649;animation:glow 2s ease-out infinite}.login-page .loader[data-v-6df40e68]{margin:32px auto}.error-page[data-v-d63ebb98]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.error-page .error-code[data-v-d63ebb98]{font-weight:800;font-size:48px;font-size:min(256px,50vw);color:#fff;-webkit-text-stroke:8px transparent;transition:.6s ease-in-out}.error-page .error-description[data-v-d63ebb98]{font-size:32px;margin-top:24px}.error-page.error-404 .error-code[data-v-d63ebb98],.error-page.error-404 .error-description[data-v-d63ebb98]{background:linear-gradient(-45deg,#4632ff,#009cea);background-size:200% 200%;-webkit-background-clip:text;background-clip:text}