header{background-color:#000}main{overflow:hidden}a{cursor:pointer;border:none;outline:0;user-select:none;background:0 0;box-shadow:none;text-decoration:none}.container{max-width:75rem;height:auto;margin:0 auto;padding:0 1.25rem}.header{width:100%;height:auto;margin:0 auto;transition:all 0.35s ease}.navbar{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;column-gap:1rem;width:100%;height:4.25rem;margin:0 auto}.brand img{max-height:3vw;min-height:38px;width:auto;min-width:192px}.menu{position:fixed;top:-100%;left:0;width:100%;height:auto;padding:4rem 0 3rem;overflow:hidden;background-color:#000;box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);transition:all 0.4s ease-in-out}.menu.is-active{top:0;width:100%;height:auto;z-index:10}.menu-inner{display:flex;list-style:none;list-style-type:none;flex-direction:column;justify-content:center;align-items:center;row-gap:1.25rem}.menu-link{font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;color:#fafafa;text-transform:uppercase;transition:all 0.3s ease}.menu-block{display:inline-block;font-family:inherit;font-size:0.875rem;font-weight:500;line-height:1.25;user-select:none;white-space:nowrap;text-align:center;margin-left:auto;padding:0.65rem 1.5rem;border-radius:3rem;text-transform:capitalize;color:#fafafa;background-color:#2463eb;box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);transition:all 0.3s ease-in-out}@media only screen and (min-width:48rem){.menu{position:relative;top:0;width:auto;height:auto;padding:0;margin-left:auto;background:0 0;box-shadow:none}.menu-inner{display:flex;flex-direction:row;column-gap:2rem;margin:0 auto}.menu-link{text-transform:capitalize}.menu-block{margin-left:2rem}}@media only screen and (min-width:48rem){.next-to-burger{display:none;visibility:hidden}}.burger{position:relative;display:block;cursor:pointer;user-select:none;order:-1;z-index:15;width:1.75rem;height:1rem;border:none;outline:0;background:0 0;visibility:visible;transform:rotate(0);transition:0.35s ease}@media only screen and (min-width:48rem){.burger{display:none;visibility:hidden}}.burger-line{position:absolute;display:block;right:0;width:100%;height:2px;border:none;outline:none;opacity:1;transform:rotate(0deg);background-color:var(--color-white-100);transition:0.25s ease-in-out}.burger-line:nth-child(1){top:0px}.burger-line:nth-child(2){top:0.5rem}.burger-line:nth-child(3){top:1rem}.burger.is-active .burger-line:nth-child(1){top:0.5rem;transform:rotate(135deg)}.burger.is-active .burger-line:nth-child(2){right:-1.5rem;opacity:0;visibility:hidden}.burger.is-active .burger-line:nth-child(3){top:0.5rem;transform:rotate(-135deg)}@media only screen and (min-width:48rem){.burger{display:none;visibility:hidden}}.burger-line{position:absolute;display:block;right:0;width:100%;height:2px;border:none;outline:0;opacity:1;transform:rotate(0);background-color:#fafafa;transition:0.25s ease-in-out}.burger-line:nth-child(1){top:0}.burger-line:nth-child(2){top:0.5rem}.burger-line:nth-child(3){top:1rem}