.mainBackground{background:linear-gradient(135deg,var(--color-secondary-light)0%,var(--color-secondary)50%,var(--color-secondary-dark)100%);background-attachment:fixed;min-height:100vh}.panel{background:var(--color-secondary-dark);border-top:1px solid var(--color-secondary-dark);border-bottom:1px solid var(--color-secondary-dark);width:100%;padding:2rem 0}@media (max-width:768px){.panel{padding-left:1rem;padding-right:1rem}}
.Header-module__lnUIdW__header{z-index:50;background:linear-gradient(135deg,var(--color-secondary-light)0%,var(--color-secondary)50%,var(--color-secondary-dark)100%);background-color:var(--color-secondary-dark);background-attachment:fixed;padding:.5rem 0;transition:all .3s;position:sticky;top:0}.Header-module__lnUIdW__visible{transition:top .4s ease-out;top:0}.Header-module__lnUIdW__hidden{transition:top .4s ease-out;top:-100px}.Header-module__lnUIdW__nav{margin:0;padding:0 2rem}.Header-module__lnUIdW__logo{transition:transform .2s;position:relative}.Header-module__lnUIdW__logo:hover{transform:scale(1.05)}.Header-module__lnUIdW__navLink{color:#fff;font-size:1.2rem;font-weight:bolder;transition:color .2s;position:relative}.Header-module__lnUIdW__navLink:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.Header-module__lnUIdW__navLink:hover:after{width:100%}.Header-module__lnUIdW__mobileMenu{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.Header-module__lnUIdW__mobileMenu.Header-module__lnUIdW__open{max-height:400px}.Header-module__lnUIdW__mobileNavLink{color:#52525b;border-radius:.5rem;padding:.75rem 1rem;font-weight:500;transition:all .2s}.Header-module__lnUIdW__mobileNavLink:hover{color:#18181b;background:#f4f4f5}
