html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
:root{--color-bg:#e2dfdff1;--color-accent:#27a5f4;--color-ink-15:#00000026;--color-red:#e53935}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:65px}body{background-color:var(--color-bg);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#222;margin-bottom:1rem;font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent)}a:focus{outline:2px solid var(--color-accent);outline-offset:2px}button{cursor:pointer;font-family:inherit}button:focus{outline:2px solid var(--color-accent);outline-offset:2px}img{max-width:100%;height:auto;display:block}section{padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.text-center{text-align:center}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}section{padding:3rem 1rem}}
.Navbar-module__Ubi64G__navbar{box-shadow:0 2px 8px var(--color-ink-15);z-index:1000;border-bottom:3px solid var(--color-red);background-color:#ecebebf1;justify-content:space-between;align-items:center;padding:.2rem 2rem;display:flex;position:sticky;top:0}.Navbar-module__Ubi64G__logoContainer{align-items:center;gap:1rem;display:flex}.Navbar-module__Ubi64G__logoImage{object-fit:contain;width:auto;height:100px}.Navbar-module__Ubi64G__logo{color:#222;white-space:nowrap;font-size:2.8rem;font-weight:700}.Navbar-module__Ubi64G__firstLetter{color:var(--color-red);font-size:3.2rem}.Navbar-module__Ubi64G__navLinks{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__Ubi64G__navLinks li{margin:0}.Navbar-module__Ubi64G__navLinks a{color:#333;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__Ubi64G__navLinks a:hover{color:var(--color-accent)}.Navbar-module__Ubi64G__navLinks a:focus{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}.Navbar-module__Ubi64G__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;padding:0;display:none}.Navbar-module__Ubi64G__hamburger span{background-color:#333;width:25px;height:3px;margin:3px 0;transition:all .3s}@media (max-width:1024px){.Navbar-module__Ubi64G__navbar{padding:.3rem 1rem}.Navbar-module__Ubi64G__logoImage{height:80px}.Navbar-module__Ubi64G__logo{font-size:2rem}.Navbar-module__Ubi64G__firstLetter{font-size:2.5rem}.Navbar-module__Ubi64G__hamburger{display:flex}.Navbar-module__Ubi64G__navLinks{box-shadow:0 4px 8px var(--color-ink-15);background-color:#ecebebf1;flex-direction:column;gap:0;max-height:0;padding:1rem 0;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.Navbar-module__Ubi64G__navLinks.Navbar-module__Ubi64G__open{max-height:500px}.Navbar-module__Ubi64G__navLinks li{padding:.75rem 2rem}.Navbar-module__Ubi64G__navLinks a{width:100%;display:block}}@media (max-width:768px){.Navbar-module__Ubi64G__logoImage{height:60px}.Navbar-module__Ubi64G__logo{font-size:1.8rem}.Navbar-module__Ubi64G__firstLetter{font-size:2.2rem}}
.Footer-module__bU2TmW__footer{color:#fff;border-top:4px solid var(--color-red);background-color:#000;margin-top:0;padding:3rem 2rem 2rem}.Footer-module__bU2TmW__container{grid-template-columns:repeat(3,1fr);align-items:start;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.Footer-module__bU2TmW__column{flex-direction:column;gap:.5rem;display:flex}.Footer-module__bU2TmW__logo{width:100%;max-width:280px;height:auto;margin-bottom:.5rem}.Footer-module__bU2TmW__column h3{color:#fff;border-bottom:2px solid var(--color-red);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem}.Footer-module__bU2TmW__sitemap{flex-direction:column;gap:.5rem;display:flex}.Footer-module__bU2TmW__sitemap a{color:#ccc;padding-left:0;font-size:.9rem;text-decoration:none;transition:color .2s,padding-left .2s}.Footer-module__bU2TmW__sitemap a:hover{color:var(--color-accent);padding-left:.5rem}.Footer-module__bU2TmW__contactInfo{flex-direction:column;gap:.5rem;display:flex}.Footer-module__bU2TmW__contactInfo p{color:#ccc;margin:0;font-size:.95rem}.Footer-module__bU2TmW__copyright{color:#888;text-align:center;border-top:1px solid #333;max-width:1200px;margin:2rem auto 0;padding:1rem 0 0;font-size:.9rem}@media (max-width:768px){.Footer-module__bU2TmW__container{grid-template-columns:1fr;gap:2rem}.Footer-module__bU2TmW__logo{width:120px}}
