.header{position:fixed;z-index:42;left:0;top:0;right:0;background-color:transparent;border-bottom:1px solid transparent;transition:border .3s,background .3s;background-color:var(--color-background)}.header__content{padding-top:16px;padding-bottom:16px;box-sizing:border-box;min-height:84px;display:flex;justify-content:space-between;align-items:center;transition:min-height .3s,padding .3s}@media only screen and (min-width: 768px){.header__content{min-height:120px}}.header__logo{z-index:2}.header__logo svg{display:block;width:128px;height:28px}.header__right{display:flex;justify-content:space-between;align-items:center}
