.header{align-items:center;display:flex;justify-content:space-between;left:50%;max-width:var(--body-max-width);padding:0 var(--layout-padding);position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:10}@media only screen and (max-width:992px){.header{padding:16px var(--layout-padding)}}.header__background{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:hsla(0,0%,100%,.063);height:100%;left:0;margin-left:calc(50% - 50vw);position:absolute;top:0;width:100vw;z-index:-1}@media only screen and (max-width:992px){.header__background.--active{z-index:1}}.header__logo{position:relative;z-index:1}.header__logo .header-logo a{display:inline-block;min-width:222px}.header__logo .header-logo a img{width:100%}.header__hamburger{align-items:flex-end;cursor:pointer;display:none;flex-direction:column;flex-shrink:0;height:12px;justify-content:space-between;width:18px;z-index:1}.header__hamburger span{background:var(--text-color);border-radius:10px;display:block;height:2px;transition:all .3s;width:100%}@media only screen and (max-width:992px){.header__hamburger{display:flex}.header__hamburger.--active span:first-child{animation:hamburger-line-1 .5s cubic-bezier(.32,.72,0,1) alternate forwards}.header__hamburger.--active span:nth-child(2){animation:hamburger-line-2 .5s cubic-bezier(.32,.72,0,1) alternate forwards}.header__hamburger.--active span:nth-child(3){animation:hamburger-line-3 .5s cubic-bezier(.32,.72,0,1) alternate forwards}}.header__actions{justify-content:flex-end}.header__actions,.header__primary-actions{align-items:center;display:flex;flex-direction:row;gap:20px}.header__primary-actions{justify-content:space-between;position:relative}@media only screen and (max-width:992px){.header__primary-actions{align-items:flex-start;background:var(--color-primary);background-image:var(--background);background-position:0;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:0;height:100dvh;justify-content:flex-start;left:0;padding:71px 25px 58px 35px;position:fixed;top:0;transform:translateX(-100%);transition:transform .5s cubic-bezier(.32,.72,0,1);width:100dvw;z-index:0}.header__primary-actions:after{background:#fff;content:"";height:100%;left:0;mix-blend-mode:hard-light;position:absolute;top:0;width:100%;z-index:-1}.header__primary-actions.--active{transform:translateX(0)}}.header .primary-actions__item{color:currentcolor;cursor:pointer;font-size:16px;font-weight:500;line-height:20.16px;padding:30px 10px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s}.header .primary-actions__item:last-child{padding-right:0}.header .primary-actions__item svg{display:none}.header .primary-actions__item.--active,.header .primary-actions__item:hover{color:var(--color-primary)}@media only screen and (max-width:992px){.header .primary-actions__item{align-items:center;border-bottom:1px solid #5b758e;display:flex;justify-content:space-between;padding:20px 0;width:100%}.header .primary-actions__item svg{display:block}}.language-switcher{display:block;position:relative;z-index:1}@media only screen and (max-width:992px){.language-switcher{padding-left:10px}}.language-switcher__chevron{align-items:center;display:flex;height:18px;justify-content:center;position:relative;width:18px}.language-switcher__chevron:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;content:"";position:relative;transition:all .3s}.language-switcher .hs-language-switcher__icon,.language-switcher__flag__icon{height:20px;overflow:hidden;position:relative;width:30px}.language-switcher .hs-language-switcher__icon img,.language-switcher__flag__icon img{height:100%;object-fit:cover;object-position:center;width:100%}.language-switcher.menu-open .language-switcher__chevron:after{border:8px solid transparent;border-bottom-color:#fff;transform:translateY(-4.5px)}.language-switcher__inner-wrapper{display:inline-block;position:relative}.language-switcher__button{background-color:transparent;border:0;cursor:pointer;margin:0;padding:0}.language-switcher__button:focus-visible{outline:none}.language-switcher__label{align-items:center;display:flex;font-size:1em;gap:10px;justify-content:center;line-height:1}.language-switcher__icon{height:20px;width:20px}.language-switcher__menu{background:#fff;box-shadow:0 14px 64px #03111e;box-sizing:border-box;display:none;list-style-type:none;margin:0;min-width:100%;overflow:hidden;padding:0;position:absolute;right:0;top:calc(100% + 10px);white-space:nowrap;z-index:100}.language-switcher__menu.visible{display:block}.language-switcher__menu.mousemove{background:var(--color-primary)}.language-switcher__item{background-color:#03111e;margin:0;padding:10px 20px;text-align:left;transition:all .3s;width:100%}.language-switcher__item--flag{height:20px;object-fit:cover;object-position:center;width:30px}.language-switcher__item a{align-items:center;color:var(--text-color);display:flex;gap:20px;height:100%;justify-content:space-between;text-decoration:none}.language-switcher__item a:focus-visible{outline:none}.language-switcher__item.active,.language-switcher__item:focus,.language-switcher__item:hover{background:var(--color-primary)}@keyframes hamburger-line-1{20%{transform:translateY(5px)}to{transform:rotate(225deg) translate(-4px,-3px)}}@keyframes hamburger-line-2{20%{opacity:1}to{opacity:0}}@keyframes hamburger-line-3{20%{transform:translateY(-5px)}to{transform:rotate(135deg) translate(-4px,3px)}}