header{position:relative;z-index:9999999999}.header{font-size:16px;width:100%;max-width:1246px;margin:0 auto;padding:25px 15px;display:grid;grid-template-columns:max-content 1fr;gap:0 20px;align-items:center}@media only screen and (max-width:1120px){.header{grid-template-columns:max-content max-content;justify-content:space-between;gap:10px;padding:20px 15px;height:75px}}.header_logo{position:relative;z-index:1001}.header a{color:#373736;text-decoration:none}.header nav{display:grid;grid-template-columns:1fr max-content;gap:0 50px;align-items:center}@media only screen and (max-width:1240px){.header nav{gap:0 20px}}@media only screen and (max-width:1120px){.header nav{position:absolute;top:75px;height:calc(100vh - 75px);background-color:#fff;width:calc(100% + 52px);transition:left .2s linear;overflow:auto;grid-template-columns:1fr;left:-26px;grid-template-rows:max-content max-content;padding-bottom:50px;opacity:0;pointer-events:none;transition:opacity .2s linear}.header nav.showheader{opacity:1;pointer-events:all}}@media only screen and (max-width:640px){.header nav{width:calc(100% + 12px);left:-6px}}.header nav ul.menu{display:flex;align-items:center;justify-content:flex-end;gap:0 30px;padding:0;margin:0;position:relative;z-index:10}@media only screen and (max-width:1240px){.header nav ul.menu{gap:0 20px}}@media only screen and (max-width:1120px){.header nav ul.menu{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.header nav ul.menu>li{position:relative;display:flex;align-items:center;gap:5px;width:max-content;flex-wrap:wrap;padding:15px 0}.header nav ul.menu>li.menu-item-has-children:hover>.sub-menu{opacity:1;pointer-events:all}@media only screen and (max-width:1120px){.header nav ul.menu>li.menu-item-has-children:hover>.sub-menu{padding:19px 0 0 0;max-height:100vh}}.header nav ul.menu>li.menu-item-has-children:hover .header_sub{transform:rotate(180deg)}@media only screen and (max-width:1120px){.header nav ul.menu>li{width:calc(100% - 80px);border-bottom:1px solid #e4e4e4;padding:23px 0;margin:0 40px;font-size:18px;line-height:22px}.header nav ul.menu>li:last-child,.header nav ul.menu>li:nth-last-child(2){border-bottom:none}.header nav ul.menu>li:last-child a{margin:0 auto}}@media only screen and (max-width:640px){.header nav ul.menu>li{width:calc(100% - 40px);margin:0 20px}}.header nav ul.menu>li>a{font-weight:500;color:#fff}@media only screen and (max-width:1120px){.header nav ul.menu>li>a{color:#373736}}@media only screen and (max-width:1120px){.header nav ul.menu>li .header_sub{background-image:url(/wp-content/themes/wordpress-bootstrap-master-pl/new-hp/img/arrow-black.svg)}}.header nav ul.menu ul.sub-menu{position:absolute;background:#fff0 linear-gradient(280deg,rgb(181 181 181 / .1854901961) 0%,rgb(255 255 255 / .2) 65%,rgb(255 255 255 / .15) 100%) 0% 0% no-repeat padding-box;box-shadow:10px 10px 30px #fff0;border:1px solid rgb(254 254 254 / .8);opacity:1;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgb(254 254 254 / .8);border-radius:10px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:10px 10px 30px #fff0;display:flex;flex-direction:column;padding:5px 18px;top:calc(100% + 0px);left:50%;transform:translateX(-50%);text-align:center;min-width:250px;opacity:0;pointer-events:none;transition:all .2s linear;padding:18px 19px 23px 19px}@media only screen and (min-width:1120px){.header nav ul.menu ul.sub-menu{padding-bottom:0;padding-top:10px}}@media only screen and (max-width:1120px){.header nav ul.menu ul.sub-menu{position:unset;transform:unset;text-align:left;width:100%;background:none;box-shadow:none;border:none;backdrop-filter:none;padding:0;max-height:0;overflow:hidden;transition:all .4s linear}}.header nav ul.menu ul.sub-menu>li{text-wrap:nowrap;white-space:nowrap}@media only screen and (min-width:1120px){.header nav ul.menu ul.sub-menu>li{position:relative}}@media only screen and (max-width:1120px){.header nav ul.menu ul.sub-menu>li{position:unset;transform:unset;text-align:left;width:100%;background:none;box-shadow:none;border:none;backdrop-filter:none;font-size:16px;line-height:19px;margin-bottom:8px}}.header nav ul.menu ul.sub-menu>li:last-child{border-bottom:none}@media only screen and (min-width:1120px){.header nav ul.menu ul.sub-menu>li:last-child{padding-bottom:15px}.header nav ul.menu ul.sub-menu>li:last-child a::before{height:100%}}@media only screen and (max-width:1120px){.header nav ul.menu ul.sub-menu>li:last-child{padding-bottom:0}}.header nav ul.menu ul.sub-menu>li:after{content:"";height:.5px;width:100%;opacity:.4;background:#fff;display:block;margin-top:14px;margin-bottom:9px}.header nav ul.menu ul.sub-menu>li:last-of-type:after{display:none}.header nav ul.menu ul.sub-menu a{font-weight:400;padding:0 10px;color:#fff;opacity:.7}@media only screen and (min-width:1120px){.header nav ul.menu ul.sub-menu a{width:100%;height:100%;display:block}}@media only screen and (max-width:1120px){.header nav ul.menu ul.sub-menu a{padding:0 27px}}@media only screen and (min-width:1120px){.header nav ul.menu ul.sub-menu a::before{content:"";position:absolute;opacity:0;width:calc(100% + 26px);height:calc(100% - 9px);background:rgb(255 255 255 / .1215686275);display:block;transition:.3s opacity ease-in-out;left:-13px;top:-5px;border-radius:5px}}.header nav ul.menu ul.sub-menu a:hover{opacity:1;text-shadow:0 0 .1px #fff,0 0 .1px #fff}@media only screen and (min-width:1120px){.header nav ul.menu ul.sub-menu a:hover::before{opacity:1}}@media only screen and (max-width:1120px){.header nav ul.menu ul.sub-menu a{color:#373736;opacity:1}}.header_btn{padding:0}.header_sub{width:8px;height:5px;display:block;background-image:url(/wp-content/themes/wordpress-bootstrap-master-pl/new-hp/img/arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .2s linear}.header_arrow{transition:transform .2s linear}@media only screen and (max-width:1120px){.header_arrow path{fill:#373736!important}}.header_btn a{background:#fff 0% 0% no-repeat padding-box;border:1px solid #fff;border-radius:10px;transition:all .3s linear;padding:11px 29px;color:#15999e!important;overflow:hidden;position:relative;opacity:1!important}@media only screen and (max-width:1120px){.header_btn a{background:#15999e 0% 0% no-repeat padding-box;box-shadow:0 10px 63px rgb(0 0 0 / .0901960784);border:2px solid rgb(240 240 240 / .4352941176);border-radius:10px;opacity:1}}.header_btn a span:nth-child(1){position:absolute;background:#a0fbfd;transform:translate(-50%,-50%);pointer-events:none;border-radius:100%;z-index:5;width:0;height:0;transition:width .5s,height .5s}.header_btn a span:nth-child(2){position:relative;z-index:6;transition:color .3s linear}@media only screen and (max-width:1120px){.header_btn a span:nth-child(2){color:#fff}}.header_btn a:hover span:nth-child(1){width:400px;height:400px}.header_btn a:hover span:nth-child(2){color:#1a5052}.header_langs{display:flex;align-items:center;gap:5px}.header_langs>a{font-weight:300;color:#fff}.header_langs>a:hover{opacity:.8}.header_langs>a.current{font-weight:600}@media only screen and (max-width:1120px){.header_langs>a{color:#373736}}.header_locale{display:flex;flex-direction:column;gap:6px;z-index:11;margin-top:-25px;color:#fff}@media only screen and (max-width:1120px){.header_locale{grid-row:1;align-items:flex-end;padding:0 40px 0 20px;color:#373736;margin-top:17px}}@media only screen and (max-width:640px){.header_locale{padding:0 20px 0 20px}}.header_globe{position:relative;cursor:pointer}.header_globe.activeloc ul{opacity:1;pointer-events:unset}.header_globe.activeloc .header_arrow{transform:rotate(180deg)}.header_globe span{display:flex;align-items:center;gap:6px}.header_globe ul{position:absolute;background:#fff0 linear-gradient(280deg,rgb(181 181 181 / .1854901961) 0%,rgb(255 255 255 / .2) 65%,rgb(255 255 255 / .15) 100%) 0% 0% no-repeat padding-box;box-shadow:10px 10px 30px #fff0;border:1px solid rgb(254 254 254 / .8);border-radius:10px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;flex-direction:column;padding:18px 18px 23px 18px;top:100%;right:0%;text-align:center;opacity:0;pointer-events:none;min-width:215px;transition:all .2s linear;z-index:1002}@media only screen and (min-width:1120px){.header_globe ul{padding-bottom:0;padding-top:10px}}@media only screen and (max-width:1120px){.header_globe ul{border:2px solid #02afac;backdrop-filter:blur(1px)}}.header_globe ul>li{text-wrap:nowrap;white-space:nowrap}@media only screen and (min-width:1120px){.header_globe ul>li{position:relative}}.header_globe ul>li:after{content:"";height:.5px;width:100%;opacity:.4;background:#fff;display:block;margin-top:14px;margin-bottom:9px}.header_globe ul>li:last-of-type:after{display:none}@media only screen and (min-width:1120px){.header_globe ul>li:last-of-type{padding-bottom:15px}.header_globe ul>li:last-of-type a::before{height:100%}}.header_globe ul a{font-weight:400;color:#fff;opacity:.7}.header_globe ul a:hover{opacity:1;text-shadow:0 0 .1px #fff,0 0 .1px #fff}@media only screen and (min-width:1120px){.header_globe ul a:hover::before{opacity:1}}@media only screen and (min-width:1120px){.header_globe ul a:before{content:"";position:absolute;opacity:0;width:calc(100% + 26px);height:calc(100% - 9px);background:rgb(255 255 255 / .1215686275);display:block;transition:.3s opacity ease-in-out;left:-13px;top:-5px;border-radius:5px}}@media only screen and (max-width:1120px){.header_globe ul a{color:#373736}}@media only screen and (max-width:1120px){.header_globe-icon path{fill:#373736!important}}.header_hamburger{display:none;border:none;width:28px;height:21px;vertical-align:middle;cursor:pointer;padding:0;background-color:#fff0;position:relative;z-index:1001}@media only screen and (max-width:1120px){.header_hamburger{display:block}}.header_hamburger span{height:3px;background:#fff;display:block;transition:all .2s ease-in;border-radius:5px}.header_hamburger span:nth-child(1){transform-origin:bottom right}.header_hamburger span:nth-child(2){margin:6px 0}.header_hamburger span:nth-child(3){transform-origin:top right}.header_close span{background:#000}.header_close span:nth-child(1){transform:rotate3d(0,0,1,-45deg);margin-left:4px}.header_close span:nth-child(2){opacity:0}.header_close span:nth-child(3){transform:rotate3d(0,0,1,45deg);margin-left:4px}.header_body{overflow:hidden;top:0;position:fixed}.header_body header{background-color:#fff;box-shadow:0 0 0 100vmax #fff}.header_body .header__logo svg path,.header_body .header__logo svg rect{fill:#02afac}.admin-bar.header_body{padding-top:32px}@media only screen and (max-width:782px){.admin-bar.header_body{padding-top:46px}}.d-none-lg{display:none}@media only screen and (max-width:1120px){.d-none-lg{display:list-item}}body:not(.page-template-page-newhp-php) header{font-family:'Averta Std';-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;position:absolute;top:0;width:100%;line-height:normal}body:not(.page-template-page-newhp-php) .header ul li{list-style-type:none}.info-bar{display:none;position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;padding:15px;background-color:rgb(255 255 255 / .8);justify-content:center;z-index:10000;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}body.info-bar-closed .info-bar,html.info-bar-closed .info-bar{display:none}.info-bar .wrapper{max-width:1246px;display:flex;justify-content:space-between;align-items:center;gap:20px}.info-bar p{font-size:16px;color:#373736;font-weight:400;width:80%;margin:0}body.info-bar-open .info-bar,html.info-bar-open .info-bar{display:flex}.info-bar a{background:#fff 0% 0% no-repeat padding-box;border:1px solid #fff;border-radius:10px;transition:all 0.3s linear;padding:11px 29px;color:#15999e!important;overflow:hidden;position:relative;opacity:1!important}body:not(.page-template-page-newhp-php) .info-bar{z-index:10000;position:fixed;top:auto;bottom:0;width:100%}@media only screen and (max-width:1120px){body:not(.page-template-page-newhp-php) .info-bar{top:auto;bottom:0}.info-bar p{font-size:14px;line-height:1.2;width:100%}}@media (max-width:992px){body:not(.page-template-page-newhp-php) .info-bar{top:auto;bottom:0}}@media (max-width:768px){.info-bar .wrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.info-bar p{width:100%}}@media (max-width:480px){.info-bar p{font-size:12px}}.info-bar--hidden{display:none!important}