.Header{z-index:1000;position:absolute}.Header,.Header__bar{top:0;left:0;width:100%}.Header__bar{z-index:3;position:fixed;height:72px;transition:height .5s,background-color .5s;display:flex;flex-direction:column;justify-content:center;background-color:#6e1c12}.Header__bar--scrolled{height:64px;background-color:#6e1c12;pointer-events:auto}.Header__bar--scrolled .Header__logo{height:44px}.Header__logo{position:relative;z-index:1;height:52px;width:auto;max-width:none;transition:opacity 1s,height .5s}.Header__controls{pointer-events:auto}.Header__nav{z-index:2;position:fixed;top:0;left:0;width:100%;height:0;overflow:hidden;background-color:#6e1c12;transition:height .5s;overflow-y:scroll}.Header__nav--open{height:100vh}.Header__nav nav{min-height:100vh;display:flex;align-items:center;justify-content:center}.Header__nav-items{display:flex;flex-direction:column;row-gap:var(--space-xs);padding:var(--space-md);color:#fff}.Header__nav-languages{line-height:1.1;text-align:center;text-transform:uppercase}.Header__nav-languages:not(:first-child){margin-top:var(--space-sm)}.Header__nav-languages{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--space-xs);justify-content:center}@media(min-width:992px){.Header--filled .Header__nav,.Header__client:hover .Header__nav{background-color:#6e1c12}.Header__bar{height:160px;pointer-events:none;background-color:rgba(0,0,0,0)!important}.Header__bar--scrolled{height:72px;background-color:rgba(0,0,0,0);pointer-events:none}.Header__bar--scrolled .Header__logo{height:56px}.Header__logo{height:92px}.Header__logo-link{pointer-events:auto}.Header__controls{display:none}.Header__nav{height:auto;min-height:160px;background-color:rgba(0,0,0,0);overflow:hidden;transition:min-height .5s,background-color .5s}.Header__nav nav{min-height:0;justify-content:flex-end;padding-bottom:var(--space-sm);margin-top:60px;transition:margin-top .5s;margin-right:auto;margin-left:auto;max-width:1600px;padding-left:20px;padding-right:20px}.Header__nav--scrolled{min-height:72px;background-color:#6e1c12}.Header__nav--scrolled nav{margin-top:23px}.Header__nav-items{padding:0;flex-direction:row;justify-content:flex-end;align-items:flex-start;column-gap:var(--space-sm)}.Header__nav-languages{color:#fff;transition:color .5s;margin-top:4px!important}}.MenuButton{position:relative;cursor:pointer;width:60px;height:60px;border:0;padding:0;background-color:rgba(0,0,0,0)}.MenuButton>span{position:absolute;display:block;height:2px;border-radius:1px;background-color:#fff;right:10px;transition:transform .25s,width .25s,top .25s ease .25s}.MenuButton>span:first-child{top:16px;width:30px}.MenuButton>span:nth-child(2){top:29px;width:40px}.MenuButton>span:nth-child(3){top:42px;width:20px}.MenuButton:hover>span{width:40px!important}.MenuButton--on>span{transition:top .25s,transform .25s ease .25s,width .25s ease;top:29px!important;width:40px!important}.MenuButton--on>span:first-child{transform:rotate(-45deg)}.MenuButton--on>span:nth-child(2),.MenuButton--on>span:nth-child(3){transform:rotate(45deg)}.NavItem__head{position:relative;display:flex;flex-direction:column;justify-content:center}.NavItem__link{position:relative;font-weight:600;font-size:clamp(24px,5vw,36px);text-transform:uppercase;text-align:center;color:#fff}.NavItem__body{overflow:hidden;transition:all .25s}.NavItem__items{padding-top:var(--space-sm);padding-bottom:var(--space-sm);display:flex;flex-direction:column;gap:var(--space-xs);align-items:center}.NavItem__item{text-align:center}.NavItem__item-link{font-size:16px}@media(min-width:992px){.NavItem__body{position:relative;transition:all .5s;overflow:visible}.NavItem__body>div{position:absolute;top:0;left:0;overflow:hidden;transition:all .5s;white-space:nowrap}.NavItem__items{padding-bottom:0;align-items:flex-start}.NavItem__link{font-size:18px}.NavItem--lg-off .NavItem__body,.NavItem--lg-off .NavItem__body>div{height:0!important}.NavItem--lg-off .NavItem__item-link:before,.NavItem--lg-off .NavItem__items{visibility:hidden}}