.background[data-v-b32731e8]{display:block;position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:-1;pointer-events:none}.toggle-button[data-v-12aa5342]{display:flex;align-items:center;justify-content:center;gap:15px;border-radius:50%;padding:5px}.toggle-icon[data-v-12aa5342]{fill:#0f0f0f}[data-theme=dark] .toggle-icon[data-v-12aa5342]{fill:#f3f3f3}.toggle-button:hover.toggle-transparent>.toggle-icon[data-v-12aa5342]{fill:#1dbf73}.header[data-v-2974cafa]{display:flex;position:relative;width:100%;justify-content:center;align-items:center;min-height:49px}.header-navigation[data-v-2974cafa]{display:flex;padding:10px;border-radius:30px;width:-moz-max-content;width:max-content;background-color:#f3f3f3}[data-theme=dark] .header-navigation[data-v-2974cafa]{background-color:#151515}.header-navigation-entry[data-v-2974cafa]{padding:6px 20px 5px 20px;text-align:center}.header-navigation-entry[data-v-2974cafa]:not(:first-child){border-left:1px solid #fff}[data-theme=dark] .header-navigation-entry[data-v-2974cafa]:not(:first-child){border-left:1px solid #0f0f0f}.header-switch-theme[data-v-2974cafa]{position:absolute;right:0}@media screen and (max-width:768px){.header[data-v-2974cafa]{justify-content:flex-start}}.background-beams[data-v-20179f8f]{position:absolute;inset:0}.footer-container[data-v-52166534]{position:relative}.footer[data-v-52166534]{z-index:1;position:relative;display:flex;flex-direction:column;gap:1.25rem;font-size:medium}.footer-contact[data-v-52166534]{font-family:Black;font-size:xxx-large;padding-bottom:2.5rem}.footer-contact a[data-v-52166534]{font-family:Black}.footer-info[data-v-52166534]{display:flex;justify-content:space-between;gap:1.25rem}.footer-info .footer-info-contact[data-v-52166534]{display:flex;flex-direction:column;gap:.5rem}.footer-info .footer-info-contact span.footer-info-heading[data-v-52166534]{font-family:Bold;font-size:large;padding-bottom:1rem;margin:0 0 .5rem 0}.footer-owner[data-v-52166534]{display:flex;justify-content:space-between;align-items:center}.footer-open-source[data-v-52166534]{margin-top:2rem;display:flex;justify-content:center;align-items:center;gap:1rem}.footer-open-source .footer-open-source-title a[data-v-52166534],.footer-open-source .footer-open-source-title[data-v-52166534]{font-family:Bold;font-size:medium}@media screen and (max-width:768px){.footer-contact[data-v-52166534]{font-size:xx-large}.footer-info[data-v-52166534]{flex-direction:column}.footer-owner span[data-v-52166534]{font-size:x-small}}.scroll-top-button[data-v-65940011]{position:fixed;bottom:20px;right:20px;backdrop-filter:blur(10px);padding:10px 7px 5px 7px;border-radius:50%;z-index:2}div{scrollbar-color:#f3f3f3 transparent}[data-theme=dark] div{scrollbar-color:#151515 transparent}.background-primary{background-color:#fff}[data-theme=dark] .background-primary{background-color:#0f0f0f}.background-secondary{background-color:#f3f3f3}[data-theme=dark] .background-secondary{background-color:#151515}.border{padding:1.25rem;border-radius:1.25rem;border:1px solid #f3f3f3}[data-theme=dark] .border{border:1px solid #151515}.border-bottom{border-bottom:1px solid #f3f3f3}[data-theme=dark] .border-bottom{border-bottom:1px solid #151515}::-webkit-scrollbar{width:10px;border-radius:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#f3f3f3;border-radius:5px}[data-theme=dark]::-webkit-scrollbar-thumb{background:#151515}*{user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}:focus{outline:none}.enable-selection{user-select:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text}html{scroll-behavior:smooth}body{display:flex;position:absolute;justify-content:center;background-color:#fff;margin:0;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body[data-theme=dark]{background-color:#0f0f0f}#app{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;position:relative;font-family:Light;background-color:hsla(0,0%,100%,.975);color:#000;max-width:1080px;min-height:calc(100dvh - 60px);width:100%;padding:30px 100px;overflow:hidden}[data-theme=dark] #app{color:#f3f3f3;background-color:hsla(0,0%,6%,.99)}@media screen and (max-width:768px){#app{width:calc(100% - 60px);padding:30px}p{font-size:small}}h1,h2,h3,h4,h5{font-family:Bold;margin-bottom:0}h1{font-family:Black;font-size:xxx-large}h2{font-size:x-large}p{font-family:Light;margin-bottom:0}button{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Bold;vertical-align:middle;padding:10px 25px 10px 25px;background-image:linear-gradient(45deg,#fff,#1dbf73,#fff);background-size:300% 300%;background-position:-51% 4%;border:transparent;color:#000;outline:none;transition:.25s;border-radius:10px}[data-theme=dark] button{background-image:linear-gradient(45deg,#0f0f0f,#1dbf73,#0f0f0f);color:#f3f3f3}button:disabled{cursor:default;opacity:.25}button:hover:enabled{cursor:pointer;color:var(--deverse-gray);background-position:-100% 100%}button:active{opacity:.7}.transparent-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:transparent!important;padding:8px 25px 8px 25px;border-radius:10px;border:1px solid #f3f3f3}[data-theme=dark] .transparent-button{border:1px solid #151515}.transparent-button:disabled{opacity:.2}.transparent-button:hover:enabled{color:#1dbf73;border:1px solid #1dbf73}a.button{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Bold;font-size:14px;padding:10px 25px 9px 25px;background-image:linear-gradient(45deg,#fff,#1dbf73,#fff);background-size:300% 300%;background-position:-51% 4%;border:transparent;border-radius:10px;outline:none;height:17px;border-bottom:1px solid hsla(0,0%,8%,.35);border-left:1px solid hsla(0,0%,8%,.75);border-right:1px solid hsla(0,0%,100%,.99)}[data-theme=dark] a.button{color:#f3f3f3;background-image:linear-gradient(45deg,#0f0f0f,#1dbf73,#0f0f0f);border-bottom:1px solid hsla(0,0%,95%,.35);border-left:1px solid hsla(0,0%,95%,.75);border-right:1px solid hsla(0,0%,6%,.99)}a.button:disabled{cursor:default;opacity:.7}a.button:hover{cursor:pointer;color:#f3f3f3;background-position:-100% 100%;border-left:1px solid hsla(0,0%,100%,.975);border-right:1px solid hsla(0,0%,8%,.35);border-bottom:1px solid hsla(0,0%,8%,.75)}[data-theme=dark] a.button:hover{border-left:1px solid hsla(0,0%,6%,.99);border-right:1px solid hsla(0,0%,95%,.35);border-bottom:1px solid hsla(0,0%,95%,.75)}a{font-family:Regular;text-decoration:none;color:#000;transition:.25s}[data-theme=dark] a{color:#f3f3f3}a:hover{color:#1dbf73}a:active{opacity:.7}a.underline{text-decoration:underline}input,textarea{padding-top:1px;min-height:24px;width:100%;background-color:transparent;border:0;color:#000;font-family:Regular;resize:none}[data-theme=dark] input,[data-theme=dark] textarea{color:#f3f3f3}textarea{padding:3px 0}.error-occurred{animation:validation-error-shake .5s 1;color:#fc4848!important;border-color:#fc4848!important}@keyframes background-right-left-animation-light{0%{background:linear-gradient(-90deg,#f3f3f3,transparent 0)}10%{background:linear-gradient(-90deg,#f3f3f3,transparent 20%)}20%{background:linear-gradient(-90deg,#f3f3f3,transparent 40%)}30%{background:linear-gradient(-90deg,#f3f3f3 10%,transparent 50%)}40%{background:linear-gradient(-90deg,#f3f3f3 20%,transparent 60%)}50%{background:linear-gradient(-90deg,#f3f3f3 30%,transparent 70%)}60%{background:linear-gradient(-90deg,#f3f3f3 40%,transparent 80%)}70%{background:linear-gradient(-90deg,#f3f3f3 50%,transparent 90%)}80%{background:linear-gradient(-90deg,#f3f3f3 70%,transparent)}90%{background:linear-gradient(-90deg,#f3f3f3 90%,transparent)}to{background:linear-gradient(-90deg,#f3f3f3 100%,transparent 0)}}@keyframes background-right-left-animation-dark{0%{background:linear-gradient(-90deg,#151515,transparent 0)}10%{background:linear-gradient(-90deg,#151515,transparent 20%)}20%{background:linear-gradient(-90deg,#151515,transparent 40%)}30%{background:linear-gradient(-90deg,#151515 10%,transparent 50%)}40%{background:linear-gradient(-90deg,#151515 20%,transparent 60%)}50%{background:linear-gradient(-90deg,#151515 30%,transparent 70%)}60%{background:linear-gradient(-90deg,#151515 40%,transparent 80%)}70%{background:linear-gradient(-90deg,#151515 50%,transparent 90%)}80%{background:linear-gradient(-90deg,#151515 70%,transparent)}90%{background:linear-gradient(-90deg,#151515 90%,transparent)}to{background:linear-gradient(-90deg,#151515 100%,transparent 0)}}