header{position:relative;padding:16px 0 16px 0;padding-left:calc(50% - var(--container-width)/ 2);padding-right:calc(50% - var(--container-width)/ 2)}.menu-item-logo svg{width:125px;height:45px;color:var(--color-primary);margin-right:20px}.menu-item-logo{border-right:1px solid var(--border-header)}.menu-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;height:45px}.menu-container::after{content:'';position:absolute;width:100%;left:0;right:0;bottom:0;background-color:var(--border-header);max-width:var(--container-width);margin-left:auto;margin-right:auto;height:1px}.menu-item{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;overflow:hidden;width:100%;height:45px}.menu-item ul{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;overflow:hidden;height:45px}.menu-item li{margin-left:20px;font-weight:700;font-size:14px;white-space:nowrap}.menu-item .menu-item-logo{margin-left:0}.menu-item a{height:20px;vertical-align:sub}.menu-item a[aria-current]{color:var(--color-primary)}.menu-item a[aria-current]:hover{color:var(--color-primary-flash)}.menu-account-item{display:flex;align-items:center;justify-content:center;width:100%}.menu-account-item ul{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-wrap:nowrap}.menu-account-item li{font-size:16px;white-space:nowrap}.menu-account-item li:not(:first-child){margin-top:20px}.menu-account-item .menu-account-item-logo{margin-left:0}.menu-account-item a{height:30px;vertical-align:sub}.menu-account-information-item a[aria-current],.menu-account-item a[aria-current]{color:var(--color-primary);font-weight:700}.menu-account-information-item a[aria-current]:hover,.menu-account-item a[aria-current]:hover{color:var(--color-primary-flash);font-weight:700}.menu-burger{margin-left:20px}.menu-burger input{display:block;width:35px;height:25px;margin:0;position:absolute;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.menu-burger span{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;background:var(--color);border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}.menu-burger span:first-child{transform-origin:0 0}.menu-burger span:nth-child(3){transform-origin:0 100%}.menu-burger input:checked~span{opacity:1;transform:rotate(45deg) translate(3px,-1px);background:var(--color)}.menu-burger input:checked~span:nth-child(4){opacity:0;transform:rotate(0) scale(.2,.2)}.menu-burger input:checked~span:nth-child(3){transform:rotate(-45deg) translate(-5px,11px)}.menu-burger input:hover~span{background:var(--color-primary)}@media only screen and (max-width:700px){.is-open{overflow:hidden}.menu-container.is-open{position:fixed;display:block;z-index:10000;top:0;left:0;right:0;bottom:0;height:100%;background:rgba(255,255,255,.6);transition:opacity .3s;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:16px}.menu-container.is-open .menu-burger{position:fixed;top:24px;right:24px}.menu-container.is-open .menu-item-side{position:fixed;top:11px;right:83px}.menu-container.is-open .menu-item-primary{display:flex;height:calc(100% - 250px);width:100%;align-content:center;justify-content:start;flex-direction:column;justify-items:start;align-items:flex-start;flex-wrap:wrap;margin-top:160px}.menu-container.is-open .menu-item-primary li{margin:0 10px 30px 10px;font-size:20px}.menu-container.is-open .menu-item-primary svg{width:30px;height:30px;margin-right:5px}.menu-container.is-open .menu-item{height:100%}.menu-container.is-open .menu-item-logo,.menu-container.is-open .menu-item-logo svg{position:fixed;top:100px;left:calc(50% - 75px);width:150px;height:90px}.menu-container.is-open .menu-item-logo{border-right:0}}@media only screen and (min-width:850px){.menu-burger{display:none}}@media only screen and (min-width:850px){.menu-account-item{justify-content:space-between;height:45px}.menu-account-item ul{flex-direction:row}.menu-account-item li:not(:first-child){margin-left:35px;margin-top:0}.menu-item li{font-size:16px}.menu-account-item li{font-size:20px}}