@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";[data-theme=light]{--color-bg:#ddedf6;--color-fg:#242d33;--color-accent:#333;--color-inverse-accent:#ddd;--accent-bg:#fff;--hero-background:linear-gradient(#ddedf6,#fff);--mountain-3:#a3bdd8;--mountain-2:#8fa7cd;--mountain-1:#8795ba;--ground:#4b3f39;--mountain-foreground:#97816b;--cacti:#697a33;--pavement:#818591;--railing:#442f32;--road-lines:#e8dacd}[data-theme=dark]{--color-bg:#242d33;--color-fg:#ddedf6;--color-accent:#ddd;--color-inverse-accent:#333;--accent-bg:#111;--hero-background:linear-gradient(180deg,rgba(12,14,27,.2),rgba(22,28,52,.2) 8.65%,rgba(31,45,54,.2) 15.87%,rgba(106,70,48,.2) 26.44%,rgba(146,80,42,.2) 37.98%),#2e3348;--mountain-3:#202d35;--mountain-2:#16222e;--mountain-1:#031b2a;--ground:#1a1a22;--mountain-foreground:#4e4236;--cacti:#252b1a;--pavement:#545558;--railing:#313534;--road-lines:#e8dacd}.page-scrolled .body-container-wrapper{margin-top:60px}header{z-index:999}.page-scrolled header{background-color:var(--accent-bg);padding:0;position:fixed;top:0;width:100%}header .navigation{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1280px;padding:8px 16px;position:relative}@media(min-width:900px){header .navigation{padding:0 48px}}@media(min-width:1440px){header .navigation{padding:0}}header .navigation a[href="javascript:void(0);"]{text-decoration:none!important}@media(min-width:1100px){header .navigation{padding:0 16px}}header .navigation__right{align-items:center;display:flex}header .navigation__logo{position:relative;z-index:2}header .navigation__logo--link{align-items:center;display:flex;font-family:Montserrat,sans-serif;font-size:1.75rem;font-size:2rem;font-weight:600;gap:8px;line-height:3rem;text-decoration:none}@media(max-width:899px){header .navigation__logo--link{font-size:1.25rem}}header .navigation__logo--link img,header .navigation__logo--link svg{display:inline-flex;height:auto;max-width:64px}@media(max-width:899px){header .navigation__logo--link img,header .navigation__logo--link svg{max-width:48px}}header .navigation__desktop{align-items:center;display:none}@media(min-width:1100px){header .navigation__desktop{display:flex}}header .navigation__desktop ul{display:flex;gap:30px;list-style-type:none}header .navigation__desktop ul a{display:block;padding:16px 0}header .navigation__desktop ul a:hover{text-decoration:underline}.hs-item-has-children header .navigation__desktop ul a{text-decoration:none!important}header .navigation__desktop ul .hs-item-has-children{position:relative}header .navigation__desktop ul .hs-item-has-children:hover .hs-menu-children-wrapper{display:block}header .navigation__desktop ul .hs-item-has-children .hs-menu-children-wrapper{display:none;left:-10px;min-width:175px;position:absolute;width:100%;z-index:1}header .navigation__desktop ul .hs-item-has-children .hs-menu-children-wrapper:hover{display:block}header .navigation__desktop ul .hs-item-has-children .hs-menu-children-wrapper li:first-child a:not(.page-scrolled header .navigation__desktop ul .hs-item-has-children .hs-menu-children-wrapper li:first-child a){border-radius:5px 5px 0 0}header .navigation__desktop ul .hs-item-has-children .hs-menu-children-wrapper li:last-child a{border-radius:0 0 5px 5px}header .navigation__desktop ul .hs-item-has-children .hs-menu-children-wrapper li a{background-color:var(--accent-bg);display:block;padding:10px}header .navigation__desktop ul .hs-item-has-children .hs-menu-children-wrapper li a:hover{background-color:var(--color-inverse-accent);text-decoration:none}header .navigation__mobile{align-items:center;display:flex;gap:8px;position:relative;z-index:1}@media(min-width:1100px){header .navigation__mobile{display:none}}header .navigation__mobile .menu-toggle{background:none;border:none;padding:0}header .navigation__mobile .menu-toggle span{align-items:center;display:inline-flex;height:45px;justify-content:center;width:45px}header .navigation__mobile .menu-toggle span svg path{fill:var(--color-fg)}header .navigation__mobile .menu-toggle .close{display:none}header .navigation__mobile .menu-toggle .open,header .navigation__mobile .menu-toggle[aria-expanded=true] .close{display:flex}header .navigation__mobile .menu-toggle[aria-expanded=true] .open{display:none}header .navigation__mobile nav{background:var(--accent-bg);bottom:0;display:block;left:0;padding-top:80px;position:fixed;right:0;top:0;transform:translateY(0);transition:all .1s ease-in;visibility:visible;z-index:-1}header .navigation__mobile nav.hidden{transform:translateY(-100%);visibility:hidden}header .navigation__mobile nav ul{align-items:center;flex-direction:column;list-style-type:none;padding:24px;text-align:center}header .navigation__mobile nav ul a{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:600;line-height:2rem;padding:12px}header .navigation__mobile nav ul .hs-menu-children-wrapper{margin-bottom:8px;padding:0}header .navigation__mobile nav ul .hs-menu-children-wrapper a{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:400;line-height:2rem}header .navigation ul{list-style-type:none;margin:0;padding:0}header .navigation ul a{text-decoration:none}header .navigation__theme-toggle{background:none;border:none;cursor:pointer;padding:8px}@media(min-width:1100px){header .navigation__theme-toggle{margin-left:24px}}header .navigation__theme-toggle span{align-items:center}header .navigation__theme-toggle svg{fill:var(--color-fg);height:30px;width:30px}[data-theme=dark] header .navigation__theme-toggle .day-theme{display:flex}[data-theme=dark] header .navigation__theme-toggle .night-theme,[data-theme=light] header .navigation__theme-toggle .day-theme{display:none}[data-theme=light] header .navigation__theme-toggle .night-theme{display:flex}