.burgerMainDiv{display:none}@media screen and (max-width:980px){.burgerMainDiv{width:40px;height:40px;display:flex;justify-content:space-around;flex-flow:column nowrap;position:fixed;top:0;left:0;z-index:100;margin:40px 0 0 40px;background-color:rgba(0,0,0,0)}.burgerMainDiv div{width:40px;height:8px;border-radius:10px;transform-origin:1px;transition:all .3s linear}.burgerMainDiv div,.burgerMainDiv.open div{background-color:#000}.burgerMainDiv.open div:first-child{transform:rotate(45deg)}.burgerMainDiv.open div:nth-child(2){transform:translateX(100%);opacity:0}.burgerMainDiv.open div:nth-child(3){transform:rotate(-45deg)}.burgerMainDiv.close div:first-child{transform:rotate(0)}.burgerMainDiv.close div:nth-child(2){transform:translateX(0);opacity:1}.burgerMainDiv.close div:nth-child(3){transform:rotate(0)}}.popnavUl{list-style:none;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;width:100%;z-index:19;overflow:visible}.popnavUl *{background-color:rgba(0,0,0,0)}.popnavUl li:nth-of-type(4){background-color:#000}.popnavUl li:nth-of-type(4) .navlinkStyle{color:#e7e7e7}.popnavUl li{display:flex;align-items:center;padding:.5em;border-left:2px solid #000;pointer-events:none}.popnavUl li.mobileOnly{display:none}.popnavUl li:focus,.popnavUl li:hover{background-color:#fff;cursor:pointer}.popnavUl li:focus .navlinkStyle,.popnavUl li:hover .navlinkStyle{color:#000}.popnavUl .navlinkStyle{text-decoration:none;color:#000;position:relative;font-size:20px;font-weight:700;pointer-events:auto}@media screen and (max-width:980px){.popnavUl{flex-flow:column nowrap;justify-content:center;align-items:center;position:fixed;left:0;top:0;transition:transform .3s ease-in-out;width:100%;height:100%;margin:0;padding:0;background-color:#e7e7e7}.popnavUl.open{transform:translateX(0)}.popnavUl.close{transform:translateX(-100%)}.popnavUl li{margin:2em 0}.popnavUl li.mobileOnly{display:flex}}.navbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:fixed;width:100vw;background-color:#e7e7e7;z-index:100;border-bottom:2px solid #000}.navbar .logo{font-size:24px;text-decoration:none;color:#000;z-index:100;margin-left:24px}.navbar .burger{width:40%}@media screen and (max-width:980px){.navbar{width:0}.navbar .logo{display:none}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Raleway-Title;src:url(/_next/static/media/Raleway-Black.0324a671.ttf)}@font-face{font-family:Roboto-reg;src:url(/_next/static/media/RobotoCondensed-Regular.4d73ae8b.ttf)}@font-face{font-family:Roboto-light;src:url(/_next/static/media/RobotoCondensed-Light.a368fa00.ttf)}*,html{padding:0;margin:0;box-sizing:border-box}.big,button,h1{font-family:Raleway-Title;font-size:6vw}.medium,h2,h3,h4{font-family:Roboto-reg;font-size:4vw}li,p{font-family:Roboto-light;font-size:2vw}.section{min-height:100vh;width:100%;padding:2em;background-color:#e7e7e7}.border{border:8px solid #000}.mobile-only{display:none}.web-only{display:block}@media screen and (max-width:980px){*,html{overflow-x:hidden}.big,.medium,h1,h2,h3,h4{font-size:32px}p{font-size:24px}.mobile-only{display:block}.web-only{display:none}}.footer{background-color:#000;color:#e7e7e7;width:100vw;padding:2em 1em}.footer p{font-size:1vw}.footer .first-row{display:flex;justify-content:space-around;align-items:center}.footer .first-row p{width:50%}.footer .first-row .link{text-decoration:none;color:#e7e7e7;border:8px solid #e7e7e7;padding:8px 16px}.footer .first-row .link:hover{background-color:#e7e7e7;color:#000}.footer .second-row{text-align:center}@media screen and (max-width:980px){.footer{padding:1em}.footer p{font-size:18px}.footer .first-row{flex-direction:column;text-align:center}.footer .first-row p{width:100%}.footer .first-row .link{margin:2em 0;font-size:18px}}