:root{--background:#fff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:proxima-nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:18px;font-weight:500;word-spacing:1px;line-height:1.3}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}h1,h2{font-size:40px}h1,h2,h3{font-weight:500}h3{font-size:26px}h4{font-size:20px;font-weight:500;line-height:1.2}.mobile-show{display:none}.desktop-show{display:block}section{padding-bottom:64px}nav a{font-size:16px;transition:.2s}nav a:hover{border-bottom:1.5px solid;padding-bottom:6px!important}.map-dot{display:flex;width:100%;aspect-ratio:1/1;transition:all 2s ease;justify-content:center;align-items:center;opacity:.8;cursor:pointer}.map-dot:hover{transform:scale(2);transition:.05s;z-index:0}@media only screen and (max-width:1000px){.mobile-show{display:block!important}.desktop-show{display:none!important}.hamburger-button{margin-top:4px;background:none;border:none}.hamburger-button div{width:35px;height:3px;background-color:#000;border-radius:4px;display:block;margin:8px auto;transition:all .15s ease-in-out}.hamburger-button.is-active div:nth-child(2){opacity:0}.hamburger-button.is-active div:first-child{transform:translateY(11px) rotate(45deg)}.hamburger-button.is-active div:nth-child(3){transform:translateY(-11px) rotate(-45deg)}}@media only screen and (max-width:700px){.hide-on-mobile{display:none!important}.experience-form{flex-direction:column}h2{font-size:32px}h4{font-size:18px}p{font-size:16px}}@media only screen and (min-width:699px){.experience-form{flex-direction:row}.hide-on-desktop{display:none!important}}