.vui{width:100vw;height:100vh}.col,.row{display:flex}.row{flex-direction:row}.col{flex-direction:column}.abs,.col.v-c,.justify-content-center,.row.h-c{justify-content:center}.abs,.align-items-center,.col.h-c,.row.v-c{align-items:center}.col.v-s,.justify-content-start,.row.h-s{justify-content:flex-start}.col.v-e,.justify-content-end,.row.h-e{justify-content:flex-end}.align-items-start,.col.h-s,.row.v-s{align-items:flex-start}.align-items-end,.col.h-e,.row.v-e{align-items:flex-end}.spb{justify-content:space-between}.spa{justify-content:space-around}.wrap{flex-wrap:wrap}.flex-one{flex:1 1}.hidden,.vui{overflow:hidden}.scroll-x{overflow-x:auto;overflow-y:hidden}.scroll-y{overflow-x:hidden;overflow-y:auto}.container{width:100%;max-width:600px}.shrink{flex-shrink:0}.self-center{align-self:center}.m-sm{margin:.3125rem}.m_t-sm{margin-top:.3125rem}.m_r-sm{margin-right:.3125rem}.m_b-sm{margin-bottom:.3125rem}.m_l-sm{margin-left:.3125rem}.p-sm{padding:.3125rem}.p_t-sm{padding-top:.3125rem}.p_r-sm{padding-right:.3125rem}.p_b-sm{padding-bottom:.3125rem}.p_l-sm{padding-left:.3125rem}.m-md{margin:.625rem}.m_t-md{margin-top:.625rem}.m_r-md{margin-right:.625rem}.m_b-md{margin-bottom:.625rem}.m_l-md{margin-left:.625rem}.p-md{padding:.625rem}.p_t-md{padding-top:.625rem}.p_r-md{padding-right:.625rem}.p_b-md{padding-bottom:.625rem}.p_l-md{padding-left:.625rem}.m-lg{margin:.9375rem}.m_t-lg{margin-top:.9375rem}.m_r-lg{margin-right:.9375rem}.m_b-lg{margin-bottom:.9375rem}.m_l-lg{margin-left:.9375rem}.p-lg{padding:.9375rem}.p_t-lg{padding-top:.9375rem}.p_r-lg{padding-right:.9375rem}.p_b-lg{padding-bottom:.9375rem}.p_l-lg{padding-left:.9375rem}.m-xl{margin:1.875rem}.m_t-xl{margin-top:1.875rem}.m_r-xl{margin-right:1.875rem}.m_b-xl{margin-bottom:1.875rem}.m_l-xl{margin-left:1.875rem}.p-xl{padding:1.875rem}.p_t-xl{padding-top:1.875rem}.p_r-xl{padding-right:1.875rem}.p_b-xl{padding-bottom:1.875rem}.p_l-xl{padding-left:1.875rem}.no-margin{margin:0}.no-padding{padding:0}.no-m_b{margin-bottom:0!important}.no-m_t{margin-top:0!important}.fs-12{font-size:.75rem;line-height:.875rem}.fs-14{font-size:.875rem;line-height:1.125rem}.fs-16{font-size:1rem;line-height:1.5rem}.fs-18{font-size:1.125rem;line-height:1.25rem}.fs-20{font-size:1.5rem;line-height:1.75rem}.fs-20,.fs-23{letter-spacing:-.5px}.fs-23{font-size:1.4375rem;line-height:1.625rem}.fw-400{font-weight:400}.fw-700{font-weight:700}.text-center{text-align:center}.text-right{text-align:right}.text-cut{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.fs-14{font-size:.75rem;line-height:.875rem}.fs-18{font-size:1rem;line-height:1.5rem}.fs-23{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.5px}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.w-full{width:100%}.h-full{height:100%}.pointer{cursor:pointer}.no-border{border:none}.animated{transition:all .25s ease}html{--gray:#707070;--light:#ebebeb;--success:#83db2c;--danger:#e60000;--danger-hover:#bb2d2d}html,html[data-theme=client]{--white:#fff;--dark:#333}.bg-white{background-color:#fff;background-color:var(--white)}.bg-dark{background-color:#333;background-color:var(--dark)}.bg-gray{background-color:#707070;background-color:var(--gray)}.bg-light{background-color:#ebebeb;background-color:var(--light)}.bg-success{background-color:#83db2c;background-color:var(--success)}.bg-danger{background-color:#e60000;background-color:var(--danger)}.c-white{color:#fff;color:var(--white)}.c-dark{color:#333;color:var(--dark)}.c-gray{color:#707070;color:var(--gray)}.c-light{color:#ebebeb;color:var(--light)}.c-success{color:#83db2c;color:var(--success)}.c-danger{color:#e60000;color:var(--danger)}.c-danger:hover{color:#bb2d2d!important;color:var(--danger-hover)!important;text-decoration:underline}.c-dark-link{color:#333;color:var(--dark)}.c-dark-link:hover{color:var(--dark-hover)!important;text-decoration:underline}.animated-fade-in,.check-btn,li.check-item,li.check-item .check-icon{-webkit-animation:fadeIn .1s ease;animation:fadeIn .1s ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}li:first-child{-webkit-animation-delay:1.75s;animation-delay:1.75s}li:first-child .check-icon{-webkit-animation-delay:1.85s;animation-delay:1.85s}li:nth-child(2){-webkit-animation-delay:3.5s;animation-delay:3.5s}li:nth-child(2) .check-icon{-webkit-animation-delay:3.7s;animation-delay:3.7s}li:nth-child(3){-webkit-animation-delay:5.25s;animation-delay:5.25s}li:nth-child(3) .check-icon{-webkit-animation-delay:5.55s;animation-delay:5.55s}li:nth-child(4){-webkit-animation-delay:7s;animation-delay:7s}li:nth-child(4) .check-icon{-webkit-animation-delay:7.4s;animation-delay:7.4s}.check-btn{-webkit-animation-delay:9.3s;animation-delay:9.3s}@-webkit-keyframes fadeIn{0%{opacity:0;top:100px}75%{opacity:.5;top:0}to{opacity:1}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.animated-spin{-webkit-animation:spin 3.5s linear infinite;animation:spin 3.5s linear infinite}a{text-decoration:none}button:focus,input:focus,textarea:focus{outline:none!important}.cv-auto{content-visibility:auto}@media screen and (min-width:1260px){*{scrollbar-width:thin;scrollbar-color:#a8a8a8 #e5e8eb}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#e5e8eb;border-radius:20px;border:3px solid #e5e8eb}::-webkit-scrollbar-thumb{background-color:#a8a8a8;border-radius:20px;border:3px solid #e5e8eb}}.fade-in{animation:fadeIn 20s ease;-webkit-animation:fadeIn 20s ease;-moz-animation:fadeIn ease 20s;-o-animation:fadeIn ease 20s;-ms-animation:fadeIn ease 20s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:fadeOut 20s ease;-webkit-animation:fadeOut 20s ease;-moz-animation:fadeOut ease 20s;-o-animation:fadeOut ease 20s;-ms-animation:fadeOut ease 20s}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=main.5c8bfd5f.chunk.css.map */