@import "https://fonts.googleapis.com/icon?family=Material+Icons";
:root{--theme-colors-100:#111;--theme-colors-200:#222;--theme-colors-300:#333;--theme-colors-400:#4f4f4f;--theme-colors-500:#828282;--theme-colors-600:#bdbdbd;--theme-colors-700:#e0e0e0;--theme-colors-800:#f8f8f8;--theme-colors-900:#fff;--primary-color:#23614e;--primary-color-rgb:35, 97, 78;--primary-color-hover:#427767;--primary-color-active:#1d5040;--primary-color-hallowen:#f7630c;--primary-color-a25:#23614e25;--primary-color-20:#23614e20;--primary-color-alpha-10:rgba(var(--primary-color-rgb), .1);--secondary-font-color:#fff;--text-muted:#a1a1aa;--primary-background:#fff;--background:#111;--header-base-height:121px;--closure-banner-height:0px;--header-height:calc(var(--header-base-height) + var(--closure-banner-height));--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--anim-duration-fast:.2s;--anim-duration-normal:.3s;--anim-duration-slow:.5s;--anim-ease-out:cubic-bezier(.215, .61, .355, 1);--anim-ease-in-out:cubic-bezier(.4, 0, .2, 1);--danger-500:#f31260}@media (max-width:767px){:root{--header-base-height:75px}}*{box-sizing:border-box;color:#fff;margin:0;padding:0;font-family:Lato,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;list-style:none}html,body{scroll-behavior:smooth;background-color:var(--theme-colors-100);max-width:100vw;min-height:100%;font-size:8px}a{color:inherit;text-decoration:none}main{min-height:80vh}::-webkit-scrollbar{display:none}button{border:none}body.scroll-fixed{overflow:hidden}html{background-color:#111!important}
