@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap";footer.svelte-jz8lnl{background:var(--bg-body);border-top:1px solid var(--border);padding:40px 0 20px;margin-top:auto;text-align:center}footer.svelte-jz8lnl .container-layout:where(.svelte-jz8lnl){display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px;margin-bottom:30px;padding-top:30px;text-align:left;border-top:1px solid var(--border-color)}footer.svelte-jz8lnl .footer-col:where(.svelte-jz8lnl){flex:1;min-width:200px}footer.svelte-jz8lnl .footer-col:where(.svelte-jz8lnl) h4:where(.svelte-jz8lnl){margin-bottom:15px;font-size:16px;color:var(--text-main)}footer.svelte-jz8lnl .footer-col:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl){list-style:none;padding:0;margin:0}footer.svelte-jz8lnl .footer-col:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl){margin-bottom:8px;font-size:14px;color:var(--text-muted)}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl){font-size:13px;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0;width:90%;margin:0 auto}header.svelte-1elxaub{background-color:#fff;display:flex;flex-direction:row;position:sticky;top:0;width:100%;z-index:1000;padding:16px 0;box-shadow:0 2px 5px #00000008;border-bottom:1px solid var(--border-color)}header.svelte-1elxaub .container-layout:where(.svelte-1elxaub){display:flex;justify-content:space-between;align-items:center}a.logo.svelte-1elxaub{font-size:1.5rem;font-weight:700;color:var(--text-dark-color);border:none;transition:opacity .2s}a.logo.svelte-1elxaub span:where(.svelte-1elxaub){color:var(--primary-color)}a.logo.svelte-1elxaub:hover{opacity:.8}ul.svelte-1elxaub{list-style:none;display:flex;gap:24px;padding:0;margin:0}ul.svelte-1elxaub li:where(.svelte-1elxaub) a:where(.svelte-1elxaub){text-decoration:none;color:var(--text-dark-color);font-weight:500;transition:color .2s;border-bottom:2px solid transparent;transition:border-bottom .2s,color .2s}ul.svelte-1elxaub li:where(.svelte-1elxaub) a.active:where(.svelte-1elxaub),ul.svelte-1elxaub li:where(.svelte-1elxaub) a:where(.svelte-1elxaub):hover{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}button.mobile-menu-btn.svelte-1elxaub{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark-color);padding:0;font-size:1.2rem}@media(max-width:768px){button.mobile-menu-btn.svelte-1elxaub{display:block}ul.nav-links.svelte-1elxaub{height:0;position:absolute;top:67px;width:100%;left:0;background-color:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:0 16px;box-shadow:0 5px 5px #0000001a;border-radius:0;overflow:hidden;display:flex;transition:height .3s ease,padding .3s ease}ul.nav-links.active.svelte-1elxaub{height:147px;padding:16px}ul.nav-links.svelte-1elxaub li:where(.svelte-1elxaub){margin-bottom:0;width:100%}ul.nav-links.svelte-1elxaub li:where(.svelte-1elxaub) a:where(.svelte-1elxaub){display:block;width:100%;border-bottom:none;padding:12px 0 12px 12px;position:relative}ul.nav-links.svelte-1elxaub li:where(.svelte-1elxaub) :where(.svelte-1elxaub):hover:not(.active){color:var(--text-dark-color)}ul.nav-links.svelte-1elxaub li:where(.svelte-1elxaub) a.active:where(.svelte-1elxaub):after{content:"";display:inline-block;position:absolute;left:0;top:12px;height:25px;width:4px;background-color:var(--primary-color)}}.mobile-nav-backdrop.svelte-1elxaub{position:fixed;inset:0;background-color:#0006;z-index:900}:root{--primary-color: rgb(194, 81, 5);--primary-color-hover: rgb(224, 96, 10);--primary-tr-color-hover: rgb(194, 81, 5, .2);--primary-dark-color: rgb(184, 77, 7);--primary-light-color: rgb(255, 210, 151);--primary-light-color-hover: rgb(255, 221, 177);--text-dark-color: rgb(48, 48, 48);--text-muted: rgb(100, 100, 100);--red-color: rgb(170, 24, 24);--secondary-color: rgb(240, 240, 240);--secondary-color-hover: rgb(245, 245, 245);--border-color: rgb(230, 230, 230);--border-color2: rgb(200, 200, 200);--primary-shadow-dark-color: rgb(138, 57, 4);--primary-shadow-dark-color-hover: rgb(155, 65, 6);--secondary-shadow-dark-color: rgb(213, 213, 213);--secondary-shadow-dark-color-hover: rgb(222, 222, 222);--background-light-color: rgb(254, 254, 254);--background-color: rgb(247, 247, 247);--background-medium-color: rgb(235, 232, 230);--text-light-color: #fafafa;--text-dark-color: #303030;--gray-gradient: linear-gradient(#fefefe, #fcfcfc)}*:not(pre,code span){font-family:Poppins,Arial,Helvetica,sans-serif}body{margin:0;padding:0;background-color:var(--background-color);overflow-x:hidden}p{font-size:15px;line-height:1.6}p.center{text-align:center}label,p.label{margin:20px 0 5px;color:gray;font-size:14px;display:block}label:nth-of-type(1),p.label:nth-of-type(1){margin-top:30px}label.p{margin:0;font-size:15px;line-height:1.6;color:#000}a:not(.not-a),button.a{color:var(--primary-color);text-decoration:none;border:none;border-bottom:1px solid var(--primary-color);transition:all .2s ease;display:inline-block;cursor:pointer;background:none;font-size:1em;padding:0;line-height:16px}a:not(.not-a).small-link,button.a.small-link{font-size:14px}a:not(.not-a).small-link i.fa-solid.fa-arrow-up-right-from-square,button.a.small-link i.fa-solid.fa-arrow-up-right-from-square{font-size:12px}a:not(.not-a) i.fa-solid.fa-arrow-up-right-from-square,button.a i.fa-solid.fa-arrow-up-right-from-square{font-size:14px}a:not(.not-a):hover,button.a:hover{color:var(--primary-color-hover);border-bottom-color:var(--primary-color-hover)}a:not(.not-a):hover:active,button.a:hover:active{transform:translateY(1px)}a.not-a{text-decoration:none}input:not([type=checkbox]){display:block;width:calc(100% - 32px);margin-top:5px;padding:12px 15px;border:1px solid var(--border-color2);border-radius:5px;background-color:var(--background-light-color);box-shadow:0 1px 3px #0000001a;outline:0px solid var(--primary-tr-color-hover);transition:all .3s ease,shadow .1s ease,margin .1s,outline .1s ease;line-height:15px}input:not([type=checkbox]):hover:not(:disabled){box-shadow:none}input:not([type=checkbox]):focus:not(:disabled){box-shadow:none;outline:6px solid var(--primary-tr-color-hover)}input:not([type=checkbox]):disabled{opacity:50%;cursor:not-allowed;box-shadow:none}input[type=checkbox]{margin-top:5px;accent-color:var(--primary-color)}select{display:block;margin-top:5px;padding:9px 12px;border:1px solid var(--border-color2);border-radius:5px;background-color:var(--background-light-color);box-shadow:0 1px 3px #0000001a;outline:0px solid var(--primary-tr-color-hover);transition:all .3s ease,shadow .1s ease,margin .1s,outline .1s ease}select:hover:not(:disabled){box-shadow:none}select:hover:focus:not(:disabled){box-shadow:none;outline:6px solid var(--primary-tr-color-hover)}select:disabled{opacity:50%;cursor:not-allowed;box-shadow:none}button:not(.a),a.button{display:block;border:0;border-radius:5px;padding:12px 15px;cursor:pointer;transition:all .3s ease,shadow .1s ease,margin .1s,outline .1s ease;outline:0px solid var(--primary-tr-color-hover);line-height:15px;font-size:13.3px}button:not(.a).primary,a.button.primary{margin-top:30px;background:var(--primary-dark-color);color:var(--text-light-color);width:100%}button:not(.a).primary:hover:not(:disabled),a.button.primary:hover:not(:disabled){background:var(--primary-color-hover)}button:not(.a).primary:hover:active:not(:disabled),a.button.primary:hover:active:not(:disabled){outline:6px solid var(--primary-tr-color-hover)}button:not(.a).secondary,a.button.secondary{margin-top:25px;background:var(--secondary-color);box-shadow:0 2px 0 var(--secondary-shadow-dark-color);color:var(--text-dark-color)}button:not(.a).secondary:hover:not(:disabled),a.button.secondary:hover:not(:disabled){background:var(--secondary-color-hover);box-shadow:0 2px 0 var(--secondary-shadow-dark-color-hover)}button:not(.a).secondary:hover:active:not(:disabled),a.button.secondary:hover:active:not(:disabled){box-shadow:0 0 0 var(--secondary-shadow-dark-color-hover);outline:6px solid var(--primary-tr-color-hover)}button:not(.a).danger,a.button.danger{margin-top:30px;background:var(--red-color);box-shadow:0 2px #6b0c0c;color:var(--text-light-color);width:250px}button:not(.a).danger:hover:not(:disabled),a.button.danger:hover:not(:disabled){background:#d82b2b;box-shadow:0 2px #b81c1c}button:not(.a).danger:hover:active:not(:disabled),a.button.danger:hover:active:not(:disabled){box-shadow:0 0 #b81c1c;outline:6px solid rgba(194,5,5,.2)}button:not(.a):hover:active:not(:disabled),a.button:hover:active:not(:disabled){transform:translateY(2px)}button:not(.a):disabled,a.button:disabled{opacity:50%;cursor:not-allowed}section.section{margin-top:50px;position:relative;background-color:#fff;padding:50px;border:1px solid var(--border-color);border-radius:10px}section.section:hover button.right{opacity:1}section.section button.right{margin-top:0;float:right;opacity:0}section.section select.right{float:right;margin-top:0}section.section div.container{display:flex;flex:auto;flex-wrap:wrap;gap:0 50px}section.section div.container div{width:280px;vertical-align:top}section.section h3{margin:0}section.section h4{margin-top:30px}section.section p{margin:0}section.section label,section.section p.label{margin:20px 0 5px;color:gray;font-size:14px}section.section label:nth-of-type(1),section.section p.label:nth-of-type(1){margin-top:30px}.container-layout{width:90%;max-width:1200px;margin:0 auto}section.hero{padding:100px 0;background:#fff;border-bottom:1px solid var(--border-color);color:var(--text-dark-color)}section.hero.small{padding:50px 0}section.hero h1{margin-top:0;font-size:2.5rem}section.hero .hero-title{font-size:2.3rem;font-weight:700;margin:0;line-height:58px}section.hero span{color:var(--primary-color)}
