header{z-index:10000;background:#fff;flex-direction:column;justify-content:space-between;align-items:center;padding-top:10px;display:flex;position:fixed;top:0;left:0;right:0}nav{width:100%}.menu{color:#fff;background-color:#016871;justify-content:center;align-items:center;gap:100px;padding:15px 50px;display:flex}.menu-button-container,#menu-toggle{display:none}.currentPage{border-bottom:3px solid #fff}@media (max-width:1000px){header{flex-direction:row;padding:15px 0 0 15px}nav{width:95%;position:absolute}.menu{display:none}.menu-button-container{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:30px;height:100%;display:flex;position:absolute;right:5px}.menu-button,.menu-button:before,.menu-button:after{background-color:#000;border-radius:2px;width:25px;height:4px;transition:transform .4s cubic-bezier(.23,1,.32,1);display:block;position:absolute}.menu-button:before{content:"";margin-top:-8px}.menu-button:after{content:"";margin-top:8px}#menu-toggle:checked+.menu-button-container .menu-button:before{margin-top:0;transform:rotate(405deg)}#menu-toggle:checked+.menu-button-container .menu-button{background:#fff0}#menu-toggle:checked+.menu-button-container .menu-button:after{margin-top:0;transform:rotate(-405deg)}#menu-toggle~.menu{border:0;flex-direction:column;justify-content:center;align-items:center;width:35%;height:0;margin:0;padding:0;transition:height .4s cubic-bezier(.23,1,.32,1);position:relative;top:130px;left:67%}#menu-toggle:checked~.menu{z-index:10;height:210px;padding:.5em;transition:height .4s cubic-bezier(.23,1,.32,1);display:block}.menu>a{justify-content:center;width:100%;padding:.5em 0;display:flex}}@media (max-width:700px){.logo{width:205px}.menu-button-container{right:15px}#menu-toggle~.menu{width:65%;top:135px;left:35%}}@media (max-width:350px){#menu-toggle~.menu{left:34%}}
footer{color:#fff;background-color:#016871;flex-direction:column;align-items:center;gap:20px;padding:20px 30px;display:flex}.copyrights{font-size:14px}
html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}main{margin-top:70px;padding:40px 30px}h1{text-align:center;margin-bottom:80px;font-size:30px}h2{margin-bottom:20px;font-size:24px}h3{font-size:20px}p,a,ul,ol,li{font-size:18px}ol,ul{margin-left:25px}a{color:inherit;text-decoration:none}@media (min-width:700px){main{margin-top:100px;padding:40px 50px}}@media (min-width:1000px){html{scroll-padding-top:175px}main{margin-top:160px;padding:40px 100px}}@media (min-width:2500px){main{padding:60px 250px}}body{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.section-photo{align-items:center;gap:40px;margin-bottom:60px;display:flex}.section-photo.reverse{flex-direction:row-reverse}.section-photo .text{flex:1}.section-photo img{object-fit:cover;border-radius:10px;flex-shrink:0;width:380px;height:260px}@media (max-width:900px){.section-photo,.section-photo.reverse{flex-direction:column}.section-photo img{width:100%;height:220px}}
