body>header .mobile-navigation{position:relative}body>header .mobile-navigation .bar{display:flex;align-items:center;justify-content:space-between}body>header .mobile-navigation .opened-content{display:none}@media screen and (min-width:calc(1200px + 1px)){body>header .mobile-navigation{display:none!important}}body>header .desktop-navigation{transition:all 0.2s ease-in-out}body>header .desktop-navigation>.container{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:calc(calc(1200px + 1px) - 1px)){body>header .desktop-navigation{display:none!important}}body{position:relative}body>header{z-index:2000}body>header[data-fixed]{position:fixed;left:0;top:0;width:100%}@media screen and (min-width:calc(1200px + 1px)){body>header[data-fixed]{position:absolute}}body>header .mobile-navigation{background-color:var(--color-neutral-900);box-shadow:0 0 3rem rgba(255,255,255,0.15);position:relative}@media screen and (min-width:calc(1200px + 1px)){body>header .mobile-navigation{display:none!important}}body>header .mobile-navigation>.bar{display:flex;align-items:center;justify-content:space-between}body>header .mobile-navigation>.bar .logo{padding-top:0.75rem;padding-bottom:0.75rem}body>header .mobile-navigation>.bar .logo img{height:2.7777777778rem}body>header .mobile-navigation>.opened-content{display:none}body>header .mobile-navigation>.opened-content>*{border-top:0.0555555556rem solid var(--color-neutral-700);padding:1rem 0.5rem}body>header .mobile-navigation>.opened-content>:first-child{border-color:var(--color-neutral-700)}body>header .mobile-navigation>.opened-content nav>ul{list-style:none;padding-left:0}body>header .mobile-navigation>.opened-content nav>ul>li{padding-top:0.75rem;padding-bottom:0.75rem}body>header .mobile-navigation>.opened-content nav>ul>li>a{font-size:1.5rem;color:var(--color-text);font-family:var(--font-headings)}body>header .mobile-navigation>.opened-content .language-switcher{display:flex;align-items:center;gap:2rem;padding-left:1rem}body>header .mobile-navigation>.opened-content .language-switcher a{display:flex;flex-flow:row nowrap;align-items:center;gap:0.75rem}body>header .mobile-navigation>.opened-content .language-switcher a .img{height:1.6666666667rem;width:1.6666666667rem;border-radius:50%;box-shadow:0 calc(4em/16) calc(15em/16) rgba(0,0,0,0.05);background-repeat:no-repeat;background-position:center;background-size:cover}body>header .mobile-navigation>.opened-content .language-switcher a .img:hover{box-shadow:0 calc(4em/16) calc(15em/16) rgba(0,0,0,0.1)}body>header .desktop-navigation{position:absolute;top:0;left:0;width:100%;padding:2.5555555556rem 0}@media screen and (max-width:calc(calc(1200px + 1px) - 1px)){body>header .desktop-navigation{display:none!important}}body>header .desktop-navigation .logo{width:auto}body>header .desktop-navigation .logo img{height:2.3333333333rem;width:auto}body>header .desktop-navigation .right{display:flex;align-items:center;justify-content:flex-end;gap:1.5555555556rem}body>header .desktop-navigation .right nav>ul{padding-left:0;list-style:none;display:flex;flex-flow:row wrap;justify-content:flex-end;align-items:stretch;height:100%}body>header .desktop-navigation .right nav>ul>li{height:100%;margin:0;display:flex;align-items:stretch;position:relative}body>header .desktop-navigation .right nav>ul>li>a{height:100%;display:flex;gap:0.3333333333rem;align-items:center;padding:0 1.3888888889rem;color:var(--color-text);border-top-left-radius:1rem;border-top-right-radius:1rem;transition:all 0.2s ease-in-out;font-family:var(--font-headings);font-weight:600;font-size:0.8888888889rem}body>header .desktop-navigation .right nav>ul>li>a[data-has-submenu]:after{content:"";height:1rem;width:1rem;background-image:url("../images/static/angle-down.svg");background-position:center;background-size:contain}body>header .desktop-navigation .right nav>ul>li>a:hover{text-decoration:none}@media screen and (min-width:calc(1200px + 1px)) and (max-width:1500px){body>header .desktop-navigation .right nav>ul>li>a{padding:0.8333333333rem}body>header .desktop-navigation .right nav>ul>li>a[data-has-submenu]{padding-right:0.5555555556rem}}body>header .desktop-navigation .right nav>ul>li>ul{display:none}body>header .desktop-navigation .right nav>ul>li:hover>ul{position:absolute;top:100%;left:0;list-style:none;display:block;box-shadow:0 0.5rem 0.5rem rgba(0,0,0,0.2);padding:0.5rem 1rem;min-width:13.3333333333rem;width:auto;max-width:17.7777777778rem}body>header .desktop-navigation .right nav>ul>li:hover>ul>li{display:block;margin:0}body>header .desktop-navigation .right nav>ul>li:hover>ul>li>a{display:block;width:100%;padding:0.75rem 0.5rem}
/*# sourceMappingURL=header.css.map */