.global-burger{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;justify-content:center;padding:0;position:relative}.global-burger-icon{height:2px;position:relative;width:20px}.global-burger-icon:after,.global-burger-icon:before{background-color:currentcolor;border-radius:1px;content:"";display:block;height:100%;transform-origin:center;transition:background-color .4s cubic-bezier(0,0,0,1),color .4s cubic-bezier(0,0,0,1);width:100%}.global-burger-icon:after{transform:translateY(-50%)}.global-burger-icon:before{transform:translateY(50%)}.global-burger[aria-expanded=false] .global-burger-icon:after{animation:burger-bottom-to-open .4s cubic-bezier(0,0,0,1) forwards}.global-burger[aria-expanded=true] .global-burger-icon:after{animation:burger-bottom-to-close .4s cubic-bezier(0,0,0,1) forwards}.global-burger[aria-expanded=false] .global-burger-icon:before{animation:burger-top-to-open .4s cubic-bezier(0,0,0,1) forwards}.global-burger[aria-expanded=true] .global-burger-icon:before{animation:burger-top-to-close .4s cubic-bezier(0,0,0,1) forwards}.global-header{--global-header-height:80px;--global-header-item-height:56px;height:var(--global-header-height);left:0;position:fixed;right:0;top:0;width:100%;z-index:200}.global-header-bg.w-1600{margin:0 auto;max-width:1600px}.global-header .global-burger,.global-header .logo{position:relative;z-index:2}.global-header .global-burger{color:var(--black);height:var(--global-header-item-height);margin-left:auto;width:var(--global-header-item-height)}.global-header .logo{color:var(--blue)}.global-header.global-header-light.global-header-opened .global-burger{color:var(--black)}.global-header.global-header-light.global-header-opened .logo{color:var(--blue)}.global-header .button{flex:0 0 48px;margin-top:auto}.global-header-backdrop,.global-header-bg{left:0;margin:0 auto;position:absolute;right:0;top:0;width:100%}.global-header-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:rgba(2,15,49,.4);display:none;height:100vh;opacity:0;position:absolute;right:0;top:0;transform:translateX(100%);transition:opacity .3s var(--animation-fn);width:100vw}.global-header.global-header-opened .global-header-backdrop{opacity:1;transform:translateY(0)}.global-header-bg{background:transparent;height:var(--global-header-height);left:0;overflow:hidden;position:absolute;right:0;top:0;transition:background .3s ease,opacity .3s ease;width:100%;z-index:0}.global-header-body{display:flex;flex:1 1 auto;flex-direction:column;height:100vh;overflow-y:auto;padding:calc(var(--global-header-height) + 16px) 20px 64px}.global-header.global-header-sticked .global-header-bg{background-color:#fff}@media (hover:hover){.global-header.global-header-fully .global-header-bg,.global-header.global-header-sticked .global-header-bg{transform:none}}.global-header-container{align-items:center;display:flex;height:100%;margin-left:auto;margin-right:auto;max-width:1440px;padding-left:24px;padding-right:12px;position:relative;z-index:2}.global-header-navigation{background-color:var(--white);display:flex;height:100vh;max-height:0;overflow:hidden;position:absolute;right:0;top:0;transition:max-height .8s var(--animation-fn);width:100%;z-index:1}.global-header.global-header-opened .global-header-navigation{max-height:100vh}.global-nav:not(:last-child){margin-bottom:40px}.global-nav-item:not(:first-child){margin-top:38px}.global-nav-link{position:relative}.global-nav-link,.global-nav-link:focus,.global-nav-link:hover{color:var(--black)}.global-nav-list{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}@media (min-width:510px){.global-header-backdrop{display:block}.global-header-navigation{height:100vh;max-height:none;right:-320px;transform:translateX(0);transition:transform .5s var(--animation-fn);width:320px}.global-header.global-header-opened .global-header-navigation{max-height:none;transform:translateX(-100%)}}@media (min-width:767px){.global-header .button{flex-basis:56px}.global-header-body{padding-bottom:32px;padding-left:24px;padding-right:24px}.global-header-container{padding-left:32px;padding-right:16px}.global-nav-item:not(:first-child){margin-top:32px}}@media (min-width:991px){.global-header{--global-header-height:104px}.global-header .global-burger{display:none}.global-header .button{flex-basis:auto;margin-top:0}.global-header-body{display:contents;padding:0}.global-header-container{justify-content:space-between;padding-left:32px;padding-right:32px}.global-header-navigation{display:contents}.global-nav:not(:last-child){margin-bottom:0}.global-nav-link{align-items:center;color:var(--black);display:inline-flex;height:var(--global-header-item-height);justify-content:center;position:relative;text-decoration:none;transition:color .3s ease}.global-nav-link:before{background-color:var(--blue);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transform-origin:center;transition:width .3s ease;width:0}.global-nav-link:focus:before,.global-nav-link:hover:before{opacity:1;transition:width .3s ease,opacity .3s ease;width:40px}.global-nav-item.active .global-nav-link:before{background-color:var(--blue);left:0!important;opacity:1;transform:none!important;transition:width .4s ease,left .4s ease;width:100%!important;z-index:1}.global-header.global-header-light:not(.global-header-sticked) .global-nav-link:before{background-color:var(--blue)}.global-nav-item:not(:first-child){margin-top:0;padding-left:20px}.global-nav-list{display:flex;gap:1rem}}@media (min-width:1180px){.global-header .global-burger{display:none}.global-nav-item{height:max-content;margin-bottom:0;padding-inline:1.5rem}}@keyframes burger-bottom-to-close{50%{transform:scaleX(75%) translateY(-50%)}51%{transform:scaleX(100%) translateY(-50%)}to{transform:rotate(45deg) scaleX(100%) translateY(-50%)}}@keyframes burger-bottom-to-open{50%{transform:scaleX(100%) translateY(-50%)}51%{transform:scaleX(75%) translate(16.5%,-50%)}to{transform:scaleX(75%) translate(16.5%,100%)}}@keyframes burger-top-to-close{50%{transform:rotate(0deg) translateY(50%)}to{transform:rotate(-45deg) translateY(50%)}}@keyframes burger-top-to-open{50%{transform:translateY(50%)}to{transform:translateY(-100%)}}