body{font-family:"Poppins",sans-serif}.logo{height:auto;width:170px}.navbarMenu{display:flex;z-index:1;list-style:none;margin:auto 25px;padding:25px}@media screen and (max-width: 1000px){.navbarMenu{display:none}}.navbarMenu button{border-radius:20px;border:2px solid #000;padding:5px 24px;text-transform:uppercase;font-size:14px;background-color:#f1f3f6}.navbarMenu button:hover{background-color:#02c3f3;border:2px solid #03b8e6;color:#fff;transition:.3s}.navbarMenu li{margin:auto 0;text-transform:uppercase;padding:0 35px}.navbarMenu li .active{color:#02c3f3}.navbarMenu li a{font-size:16px;text-decoration:none;color:#000}.navbarMenu li a:hover{color:#02c3f3;transition:.3s}.hamburger{z-index:11;align-items:center;margin:0}.menu{background-color:transparent;border:none;cursor:pointer;display:flex;padding:0}.line{fill:none;stroke:#02c3f3;stroke-width:6;transition:stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)}.line1{stroke-dasharray:60 207;stroke-width:6}.line2{stroke-dasharray:60 60;stroke-width:6}.line3{stroke-dasharray:60 207;stroke-width:6}.opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}#overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:#fff;transition:.4s;z-index:2;cursor:pointer}#overlay .navContent{margin-top:140px}#overlay .navContent img{margin-left:-1px;margin-bottom:30px;height:auto;width:250px}#overlay .navContent .menuItems a{display:flex;flex-direction:column;flex-wrap:nowrap;text-decoration:none;margin-left:35px;margin-top:10px;color:#232156;font-size:25px}@media screen and (min-width: 1000px){.hamburger{display:none}}@media screen and (max-width: 1000px){.hamburger{display:block}}