:root{--topbar-bg-color: #080808;--topbar-bg-color: var(--blog-color);--topbar-text-color: #fff;--topbar-height: 45px;--topbar-mobile-height: 45px;--topbar-mobile-height: var(--topbar-height);--topbar-padding: 9px;--topbar-mobile-padding: 9px;--topbar-mobile-padding: var(--topbar-padding);--topbar-line-color: #29AF0A;--topbar-line-color: var(--blog-accent-color);--topbar-search-bg-color: #333}.top-bar__wrapper{position:-webkit-sticky;position:sticky;top:0;background-color:#080808;background-color:var(--topbar-bg-color);color:#fff;color:var(--topbar-text-color);z-index:9999}@media only screen and (min-width:48em){.top-bar__wrapper{position:static}}.top-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between;height:45px;height:var(--topbar-mobile-height);max-width:1190px;margin:0 auto;padding:9px .9375rem;padding:var(--topbar-mobile-padding) .9375rem;line-height:0}@media only screen and (min-width:48em){.top-bar{height:45px;height:var(--topbar-height);padding:9px .9375rem;padding:var(--topbar-padding) .9375rem}}.top-bar a,.top-bar a:active,.top-bar a:hover,.top-bar a:visited{color:currentColor}.top-bar__title{display:-ms-flexbox;display:flex;height:100%}.top-bar__logo{object-fit:contain;object-position:left;height:100%;fill:currentColor}.top-bar__line{-ms-flex:1;flex:1;margin-left:15px;border-bottom:5px solid #29af0a;border-bottom:5px solid var(--topbar-line-color)}.top-bar .top-bar__menu-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:15px}.top-bar .top-bar__menu-item .icon{height:26px;width:26px;fill:currentColor;cursor:pointer}.top-bar .top-bar__menu-item.top-bar__menu-item--dropdown,.top-bar .top-bar__menu-item.top-bar__menu-item--search{position:relative}.top-bar__dropdown{display:none;position:fixed;top:45px;top:var(--topbar-mobile-height);right:0;bottom:0;z-index:1000;white-space:nowrap}@media only screen and (min-width:48em){.top-bar__dropdown{position:absolute;top:100%;bottom:initial}}.top-bar__search-form [type=text]{position:absolute;right:0;width:1px;height:26px;border:0 solid #080808;border:0 solid var(--topbar-bg-color);padding:0;background-color:#333;background-color:var(--topbar-search-bg-color);color:#fff;color:var(--topbar-text-color);opacity:0;transition:width .4s ease-in-out,border-left .4s,opacity 0s .4s}.top-bar__search-form [type=text]:focus{width:220px;box-shadow:none;border-left:.9375rem solid #080808;border-left:.9375rem solid var(--topbar-bg-color);outline:0;padding:0 10px;opacity:100;transition:width .4s ease-in-out,border-left .4s}