@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}header{z-index:9999;position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;background:#123d5a;box-shadow:0 5px 25px rgb(0 0 0/20%);padding:0 100px;transition:.6s}header ul{margin:0;padding:0}header .logo-nav{height:100%;max-width:60px;height:auto}header .navigation{position:relative;line-height:75px}header .navigation .menu{position:relative;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menu-item>a{color:#fff;font-size:1em;text-decoration:none;margin:20px;padding:25px 0}.menu-item>a:hover{color:#f49d06;transition:.3s}.menu-item .sub-menu{position:absolute;background:#f49d06;top:74px;line-height:40px;list-style:none;border-radius:0 0 8px 8px;box-shadow:0 5px 25px rgb(0 0 0/20%);pointer-events:none;transform:translateY(20px);opacity:0;transition:.3s;transition-property:transform,opacity}.menu-item:hover .sub-menu{pointer-events:all;transform:translateY(0);opacity:1}.menu-item .sub-menu .sub-item{position:relative;padding:7px 0;cursor:pointer;box-shadow:inset 0 -30px 5px -30px rgba(255,255,255,.2)}.menu-item .sub-menu .sub-item a{color:#fff;font-size:1em;text-decoration:none;padding:15px 20px}.menu-item .sub-menu .sub-item:hover{background:#123d5a}.menu-item .sub-menu .sub-item:hover:last-child:hover{border-radius:0 0 8px 8px}.more .more-menu{position:absolute;background:#02adee;list-style:none;top:0;left:100%;white-space:nowrap;border-radius:0 8px 8px 8px;overflow:hidden;pointer-events:none;transform:translateY(20px);opacity:0;transition:.3s;transition-property:transform,opacity}.more:hover .more-menu{pointer-events:all;transform:translateY(0);opacity:1}.more .more-menu .more-item{padding:7px 0;box-shadow:inset 0 -30px 5px -30px rgba(255,255,255,.2);transition:.3s}.more .more-menu .more-item:hover{background:#4080ef}.menu-btn{display:none}@media (max-width:1300px){header .navigation .menu{position:fixed;display:block;background:#123d5a;min-width:350px;height:100vh;top:0;right:-100%;padding:90px 50px;visibility:hidden;overflow-y:auto;transition:.5s;transition-property:right,visibility}header .navigation .menu.active{right:0;visibility:visible}.menu-item{position:relative}.menu-item .sub-menu{opacity:1;position:relative;top:0;transform:translateX(10px);transform:translateX(0);background:rgba(255,255,255,.1);border-radius:5px;overflow:hidden;display:none}.menu-item:hover .sub-menu{transform:translateX(10px)}.menu-item .sub-menu .sub-item{box-shadow:none}.menu-item .sub-menu .sub-item:hover{background:none}.menu-item .sub-menu .sub-item a:hover{color:#4080ef;transition:.3s}.more .more-menu{opacity:1;position:relative;left:0;transform:translateY(0);background:rgba(255,255,255,.1);border-radius:5px;display:none}.more .more-menu .more-item{box-shadow:none}.more .more-menu .more-item:hover{background:none}.more .more-menu .more-item a{margin-left:20px}.close-btn{position:absolute;background:url(webpack:///mini-css-extract-plugin//_next/static/media/close.9669babd.png)no-repeat;background-size:25px;background-position:50%;top:0;left:0;margin:25px}.close-btn,.menu-btn{width:40px;height:40px;cursor:pointer}.menu-btn{background:url(webpack:///mini-css-extract-plugin//_next/static/media/menu-bar.582dc294.png)no-repeat;background-size:30px;background-position:50%;display:block}header{padding:15px 20px}}footer{position:relative;width:100%;height:auto;padding-top:80px;background-color:#123d5a}.container{width:100%;max-width:1320px;margin:0 auto}.wrapper{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap}.wrapper .footer-widget{width:calc(20% - 30px);margin:0 15px 50px;padding:0 12px}.wrapper .footer-widget:first-child{width:calc(40% - 50px);margin-right:15px}.wrapper .footer-widget .logo{margin-bottom:30px;vertical-align:middle}.wrapper .footer-widget p{margin-bottom:30px;font-size:16px;line-height:24px;color:#fff}.wrapper .footer-widget .socials{display:flex;align-items:center;justify-content:flex-start}.wrapper .footer-widget .socials li{list-style:none}.wrapper .footer-widget .socials li a{width:44px;height:44px;margin-right:10px;color:#ffffff;background-color:#f49d06;border-radius:50%;font-size:20px;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease-out}.wrapper .footer-widget .socials li a:hover{background-color:#ffc25a}.wrapper .footer-widget h6{color:#fff;margin:10px 0 35px;font-size:20px;font-weight:600}.wrapper .footer-widget .links li{list-style:none}.wrapper .footer-widget .links li a{color:#fff;font-size:16px;text-decoration:none;line-height:32px;transition:all .3s ease-out}.wrapper .footer-widget .links li a:hover{color:#f49d06}.copyright-wrapper{padding:20px 0;border-top:1px solid rgba(88,89,120,.4);background:#f49d06}.copyright-wrapper p{color:#fff;font-size:14px;font-weight:500;text-align:center}.copyright-wrapper p a{color:inherit;font-weight:500;text-decoration:none;transition:all .3s ease-out}.copyright-wrapper p a:hover{color:#037ef3}@media (max-width:992px){.container{max-width:960px}.wrapper .footer-widget,.wrapper .footer-widget:first-child{width:calc(50% - 30px)}}@media (max-width:768px){.container{max-width:720px}.wrapper .footer-widget,.wrapper .footer-widget:first-child{width:100%;margin:0 10px 50px}}