@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap);
*{scroll-behavior:smooth;margin:0;padding:0;box-sizing:border-box}:after,:before{box-sizing:inherit}body{display:flex;flex-direction:column;min-height:100vh}#mobile{flex:1 0 auto;min-height:auto}html{font-family:Poppins,sans-serif;font-weight:200;font-size:10px}@media screen and (min-width:320px){html{font-size:calc(9.12727px + .27273vw)}}@media screen and (min-width:2520px){html{font-size:16px}}h1{font-size:2.8561rem;font-size:28.561px}@media screen and (min-width:320px){h1{font-size:28.561px}}@media screen and (min-width:2520px){h1{font-size:28.561px}}h2{font-size:2.197rem;font-size:21.97px}@media screen and (min-width:320px){h2{font-size:21.97px}}@media screen and (min-width:2520px){h2{font-size:21.97px}}p{font-size:1.69rem;font-size:16.9px}@media screen and (min-width:320px){p{font-size:16.9px}}@media screen and (min-width:2520px){p{font-size:16.9px}}:root{--primary-color:rgba(13,110,139,0.75);--overlay-color:rgba(24,39,51,0.85);--menu-speed:0.75s}#header{height:150px;display:flex;justify-content:space-between}#header,main{box-shadow:1px 1px 4px 0 rgba(0,0,0,.1)}.logo,.logo a img{height:100%;width:auto}.logo a img{padding:5px 0}#nav{position:absolute;z-index:10;list-style-type:none;margin:100px 0 0 20px;padding:0;overflow:hidden;display:flex;flex-direction:column}#nav li{height:30px;width:0;margin:0 0 30px;background:#fff;position:relative;cursor:pointer;list-style:none;transition:all .6s ease-in}#nav li a{text-decoration:none;color:#1f8e8d;font-size:1.7rem;padding-left:1rem;line-height:1.7;font-weight:500}#nav li+li{margin-left:-40px}#nav li+li+li{margin-left:-80px}#nav li+li+li+li{margin-left:-120px}#nav .menu-item-has-children .sub-menu{background-color:#ffb6c1;position:relative;left:0;white-space:nowrap;visibility:hidden;opacity:0;height:0;transition:visibility 0s,opacity .1s linear}#nav .menu-item-has-children .sub-menu li{margin:0;border-bottom:1px solid hsla(0,0%,100%,.2);background:#ffb6c1}#nav .menu-item-has-children .sub-menu li a{color:#fff}#nav .menu-item-has-children:hover>.sub-menu{background:#2a4ce7;color:#000;visibility:visible;opacity:1;height:auto}.navigation #nav li{width:200px;margin-left:0}.navigation #burgerBtn{border-color:transparent}.navigation #burgerBtn:before{transform:rotate(45deg);width:33px;left:-2px}.navigation #burgerBtn:after{transform:rotate(135deg);bottom:11px;width:33px;left:-2px}@media only screen and (min-width:359px) and (max-width:760px){#mobile{background:#d3d3d3;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}#mobile,#mobileBodyContent{position:relative;overflow:hidden}#mobileBodyContent{background:#f8f7f5;z-index:20;width:100%;height:100%;visibility:visible;transition:all .3s ease-in}#header .desktop_nav{display:none}.logo{margin-right:20px;margin-left:auto}.nav_lang{display:flex;margin-top:auto;padding:0 0 2rem 2rem}.nav_lang li{list-style-type:none}.nav_lang li:first-child{padding-right:2rem}#burgerBtn{border-top:2px solid #1f8e8d;height:25px;width:30px;box-sizing:border-box;position:absolute;z-index:30;left:20px;top:15px;cursor:pointer;transition:all .3s ease-in}#burgerBtn:before{top:10px}#burgerBtn:after,#burgerBtn:before{content:"";display:block;position:absolute;height:2px;width:30px;left:0;background:#1f8e8d;transition:all .3s ease-in}#burgerBtn:after{bottom:0}.demo1.navigation #mobileBodyContent{height:100vh;transform:scale(.85);margin-left:260px;transition:transform .3s ease-in,margin-left .3s ease-in}}@media only screen and (min-width:760px){#mobile .mobile_nav,#mobile .nav_lang{display:none}.logo{margin-left:20px}#mobileBodyContent #header,#mobileBodyContent main{max-width:1300px;margin:0 auto}.desktop_nav{display:flex;font-weight:700;list-style-type:none;align-items:center;margin-right:20px}.desktop_nav li{text-align:center;list-style:none}.desktop_nav li a{text-decoration:none;color:#000;text-transform:uppercase;text-align:center;line-height:1.2;padding:0 .8rem;display:block;font-size:1.4rem}.desktop_nav .current-menu-item>a,.desktop_nav li:hover>a{color:#1f8e8d}.desktop_nav li:hover>a+.sub-menu{opacity:1;transform:scaleY(1)}.desktop_nav .menu-item-has-children{position:relative;cursor:pointer}.desktop_nav .menu-item-has-children .sub-menu{position:absolute;left:0;white-space:nowrap;background-color:#ffb6c1;color:#fff;opacity:0;transform:scaleY(0);transform-origin:top center}.desktop_nav .menu-item-has-children .sub-menu li{border-bottom:1px solid hsla(0,0%,100%,.2)}.desktop_nav .menu-item-has-children .sub-menu li:nth-child(4){border-bottom:none}.desktop_nav .menu-item-has-children .sub-menu .current-menu-item>a,.desktop_nav .menu-item-has-children .sub-menu li:hover>a{color:#42474d}.desktop_nav .menu-item-has-children .sub-menu li:hover>a{background-color:hsla(0,0%,100%,.9);color:#e0ffff}}.row{max-width:1300px;margin:0 auto;display:flex;padding:5rem 2rem;flex-direction:column}@media only screen and (min-width:768px){.row{flex-direction:row;padding:5rem 0}}
