header .wrapper{border-bottom:1px solid var(--cpx-grey-500);padding-bottom:1rem}header.section_header{background:var(--cpx-grey-100);color:var(--cpx-primary);left:0;position:fixed;right:0;top:0;width:100%;z-index:100}header.section_header nav.navbar{align-items:center;display:flex;height:auto;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.5rem}header.section_header .header_logo img{width:130px}@media (min-width:768px){header.section_header .header_logo img{width:180px}}header.section_header .navbar{border:none;height:auto;margin:0 auto;max-width:100%;outline:none;padding:2rem 1.5rem}header.section_header .navbar .wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:auto;justify-content:space-between;margin:0 auto;width:100%}header.section_header .navbar .burger{background:none;border:none;cursor:pointer;display:none;height:1rem;opacity:0;outline:none;position:relative;transform:rotate(0deg);transition:.35s ease-in-out;visibility:hidden;width:2rem}header.section_header .navbar .burger-line{background:var(--cpx-primary);border:none;border-radius:1rem;display:block;height:2px;left:0;opacity:1;outline:none;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}header.section_header .navbar .burger-line:first-child{top:0}header.section_header .navbar .burger-line:nth-child(2),header.section_header .navbar .burger-line:nth-child(3){top:.5rem}header.section_header .navbar .burger-line:nth-child(4){top:1rem}header.section_header .navbar .burger.is-active .burger-line:first-child,header.section_header .navbar .burger.is-active .burger-line:nth-child(4){left:50%;top:1.25rem;width:0}header.section_header .navbar .burger.is-active .burger-line:nth-child(2){transform:rotate(45deg)}header.section_header .navbar .burger.is-active .burger-line:nth-child(3){transform:rotate(-45deg)}header.section_header .navbar .menu{display:flex;flex-direction:column;gap:2rem}header.section_header .navbar .menu .top{display:flex;justify-content:flex-end}header.section_header .navbar .menu ul{align-items:center;display:flex;flex-direction:row;gap:2rem;justify-content:flex-end}header.section_header .navbar .menu ul li a{color:var(--cpx-grey-800);display:inline-block;font-family:inherit;font-size:1.6rem;font-weight:400;line-height:normal;text-rendering:optimizeLegibility;text-transform:uppercase;transition:all .35s ease-in-out}header.section_header .navbar .menu ul li a:hover,header.section_header .navbar .menu ul li.active a{color:var(--cpx-secondary)}header.section_header .navbar .menu .sub ul li a{background:none;border:1px solid var(--cpx-primary);color:var(--cpx-primary);font-size:1.5rem;font-weight:400;padding:1rem 2.5rem;text-transform:uppercase}header.section_header .navbar .menu .sub ul li a:hover{border:1px solid var(--cpx-secondary);color:var(--cpx-secondary)}header.section_header:before{backdrop-filter:blur(5px) opacity(1);-webkit-backdrop-filter:blur(50px) opacity(1);background:hsla(0,0%,100%,.8);content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:-100%;transition:opacity .3s,top .3s;width:100%;z-index:-1}header.section_header.scrolled:before{opacity:1;top:0}@media only screen and (max-width:768px){header .wrapper{border-bottom:none;padding:0}header.section_header .navbar .menu .top{display:flex;flex-direction:column}header.section_header .language{align-items:center;display:flex;margin:0;order:2}header.section_header.menu-open{background:hsla(0,0%,100%,.8)}header.section_header .navbar .burger{display:block;opacity:1;visibility:visible}header.section_header .navbar .menu{max-height:0;opacity:0;overflow:hidden;padding:0;transition:all .35s ease;visibility:hidden;width:100%}header.section_header .navbar .menu.is-active{opacity:1;visibility:visible}header.section_header .navbar .menu ul{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem 0 0}header.section_header .navbar .menu .top{order:2}header.section_header .navbar .menu .main{order:1}header.section_header .navbar .menu .sub ul li{padding:1rem 0 0;width:100%}header.section_header .navbar .menu .sub ul li a{display:flex;justify-content:center}}