:root{font-family:Montserrat,sans-serif}*{box-sizing:border-box}body,html{min-height:100vh;margin:0;line-height:1.5}img{max-width:100%;max-height:100%}body{display:flex}@media (max-width:768px){body{flex-direction:column}}body>aside{padding:16px;--gradient-change:70%;background:linear-gradient(to bottom,#01594f var(--gradient-change),#4aae4e);width:25%;max-width:275px;min-height:100vh}@media (max-width:768px){body>aside{width:unset;max-width:unset;min-height:unset;position:unset;padding-bottom:72px}}body>aside>a{display:contents}body>aside .logo{display:flex;justify-content:center;align-items:center;background-color:#e2e6e8;clip-path:circle();margin-left:auto;margin-right:auto;--width:100%;max-width:200px;aspect-ratio:1/1;width:var(--width);height:auto}@supports not (aspect-ratio:1 / 1){body>aside .logo::before{float:left;padding-top:100%;content:""}body>aside .logo::after{display:block;content:"";clear:both}}@media (max-width:768px){body>aside .logo{--width:15vh}}body>aside .logo>img{width:calc(var(--width) * 3 / 4);height:auto;aspect-ratio:1}body>aside>nav{color:#e2e6e8;margin-top:32px}body>aside>nav ul{padding:0;margin:48px 16px 16px}body>aside>nav li{display:flex;list-style-type:none;font-size:large;position:relative}body>aside>nav li+li{margin-top:24px}body>aside>nav li::after{content:"";position:absolute;bottom:-2px;left:0;right:100%;height:1px;background-color:rgba(255,255,255,.5);transition:right 250ms linear}body>aside>nav li.active::after,body>aside>nav li:hover::after{right:0}@media (prefers-reduced-motion){body>aside>nav li::after{transition:unset}body>aside>nav li.active::after,body>aside>nav li:hover::after{right:0}}body>aside>nav li a{color:unset;text-decoration:unset;width:100%}body>aside>nav li a .fas{font-size:smaller;margin-right:12px}body>#main-footer-wrapper{flex:1;display:flex;flex-direction:column;background-color:#e2e6e8}body>#main-footer-wrapper>main{display:flex;flex-direction:column;flex:1}@media (max-width:768px){body>#main-footer-wrapper>main{min-height:80vh}}body>#main-footer-wrapper>main>#main-top-banner-wrapper{overflow-x:hidden}body>#main-footer-wrapper>main>#main-top-banner-wrapper>#main-top-banner{width:100%;max-height:20vh;min-height:100px}body>#main-footer-wrapper>footer{display:flex;justify-content:center;background-color:#67777e;color:#e2e6e8;font-size:small;padding:8px}body .main{padding:16px}body .main h1{font-size:1.5rem;text-align:center}body .main h1 .fa-leaf{font-size:medium;color:#4aae4e}body .main h1 .leaf-left{margin-right:8px;transform:scaleX(-1)}body .main h1 .leaf-right{margin-left:8px}/*# sourceMappingURL=common.css.map */