:root {
  --hypertube-banner-height: 78px;
  --hypertube-nav-height: 72px;
  --hypertube-banner-bg: #150417;
  --hypertube-banner-text: #e7dede;
  --hypertube-cta-gradient: linear-gradient(
    19.1deg,
    #e30b5a 10.75%,
    #ba1499 78.35%
  );
}
@media screen and (min-width: 73.75em) {
  :root {
    --hypertube-banner-height: 159px;
    --hypertube-nav-height: 117px;
  }
}

.hypertube-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  background: var(--hypertube-banner-bg);
  color: var(--hypertube-banner-text);
}
.hypertube-banner__accent {
  position: absolute;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 500px) {
  .hypertube-banner__accent--mobile-collapsed {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    object-fit: cover;
    object-position: center bottom;
  }
}
@media screen and (max-width: 500px) {
  .hypertube-banner__accent--mobile-expanded {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 159px;
    object-fit: cover;
    object-position: center bottom;
  }
}
@media screen and (min-width: 501px) and (max-width: 73.74em) {
  .hypertube-banner__accent--desktop {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
  }
}
.hypertube-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 20px 16px 16px;
}
.hypertube-banner__row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.hypertube-banner__logos {
  position: relative;
  flex: 0 0 auto;
  width: 66px;
  height: 46px;
}
.hypertube-banner__logo-wrap {
  position: absolute;
  top: 0.83px;
  left: 3.91px;
  width: 44.796px;
  height: 44.796px;
  overflow: hidden;
}
.hypertube-banner__logo-fade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48.636px;
  height: 49.915px;
  transform: translate(-50%, calc(-50% - 0.1px));
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(-90deg, #150417 36.184%, rgba(21, 4, 23, 0) 100%);
}
.hypertube-banner__logo {
  position: absolute;
  display: block;
  object-fit: contain;
}
.hypertube-banner__logo--javonet {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hypertube-banner__logo--hypertube {
  z-index: 2;
  top: 0.93px;
  right: 2.24px;
  width: 44.841px;
  height: 44.778px;
}
.hypertube-banner__content--desktop {
  display: none;
}
.hypertube-banner__mobile-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}
.hypertube-banner__label {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  opacity: 0.8;
}
.hypertube-banner__headline {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.hypertube-banner__headline--mobile {
  margin-top: 0;
}
.hypertube-banner__toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hypertube-banner__toggle-icon {
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}
.hypertube-banner--expanded .hypertube-banner__toggle-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 500px) {
  .hypertube-banner--expanded .hypertube-banner__accent--mobile-collapsed {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .hypertube-banner--expanded .hypertube-banner__accent--mobile-expanded {
    display: block;
  }
}
.hypertube-banner__mobile-panel {
  width: 100%;
}
.hypertube-banner__mobile-panel[hidden] {
  display: none !important;
}
.hypertube-banner__divider {
  margin: 0;
  border: 0;
  height: 1px;
  background: rgba(217, 217, 217, 0.3);
}
.hypertube-banner__mobile-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px 0 0;
}
.hypertube-banner__tags {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  opacity: 0.8;
}
.hypertube-banner__tags--mobile {
  max-width: 276px;
  text-align: center;
}
.hypertube-banner__supporting {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  opacity: 0.8;
}
.hypertube-banner__supporting--mobile {
  text-align: center;
}
.hypertube-banner__cta {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px 0 16px;
  border: 0;
  border-radius: 64px;
  background: var(--hypertube-cta-gradient);
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
}
.hypertube-banner__cta:hover, .hypertube-banner__cta:focus {
  color: #fff;
  text-decoration: none;
}
.hypertube-banner--expanded .hypertube-banner__cta--mobile {
  display: inline-flex;
}
.hypertube-banner__cta-icon-wrap {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.hypertube-banner__cta-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}
.hypertube-banner__cta-text {
  display: block;
}
@media screen and (min-width: 73.75em) {
  .hypertube-banner__inner {
    gap: 0;
    padding: 16px 30px;
  }
  .hypertube-banner__row {
    gap: 32px;
  }
  .hypertube-banner__accent--mobile-collapsed, .hypertube-banner__accent--mobile-expanded {
    display: none !important;
  }
  .hypertube-banner__accent--desktop {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(606px, 45vw);
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
  }
  .hypertube-banner__logos {
    width: 182.34px;
    height: 127.29px;
  }
  .hypertube-banner__logo-wrap {
    top: 4.87px;
    left: 2.42px;
    width: 118.797px;
    height: 118.797px;
  }
  .hypertube-banner__logo-fade {
    width: 128.979px;
    height: 132.373px;
    transform: translate(-50%, calc(-50% - 0.26px));
  }
  .hypertube-banner__logo--javonet {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hypertube-banner__logo--hypertube {
    z-index: 2;
    top: 50%;
    right: 0.17px;
    width: 119.166px;
    height: 119px;
    transform: translateY(calc(-50% + 0.08px));
  }
  .hypertube-banner__content--desktop {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
  }
  .hypertube-banner__content--desktop .hypertube-banner__headline {
    font-size: 22px;
  }
  .hypertube-banner__content--desktop .hypertube-banner__tags {
    margin-top: -7px;
  }
  .hypertube-banner__mobile-copy, .hypertube-banner__toggle, .hypertube-banner__mobile-panel {
    display: none;
  }
  .hypertube-banner__cta--desktop {
    display: inline-flex;
    flex: 0 0 auto;
  }
}

.home header.header--hypertube,
.page-template-v3homepage-php header.header--hypertube,
.page-template-v3homepage-new-php header.header--hypertube,
header.header--hypertube {
  background: #fff url("../images/bg.png") 0 0/cover no-repeat;
  padding-top: calc(var(--hypertube-banner-height) + var(--hypertube-nav-height));
  padding-bottom: 0;
  margin: 0;
}
.home header.header--hypertube::after,
.page-template-v3homepage-php header.header--hypertube::after,
.page-template-v3homepage-new-php header.header--hypertube::after,
header.header--hypertube::after {
  display: none;
}

.home header.header--hypertube .header-v2 .wrapper,
.page-template-v3homepage-php header.header--hypertube .header-v2 .wrapper,
.page-template-v3homepage-new-php header.header--hypertube .header-v2 .wrapper,
header.header--hypertube .header-v2 .wrapper {
  padding: 12px 20px !important;
}
@media screen and (max-width: 73.74em) {
  .home header.header--hypertube .header-v2 .wrapper,
  .page-template-v3homepage-php header.header--hypertube .header-v2 .wrapper,
  .page-template-v3homepage-new-php header.header--hypertube .header-v2 .wrapper,
  header.header--hypertube .header-v2 .wrapper {
    align-items: center;
    flex-wrap: nowrap;
    min-height: 69px;
  }
}

.home header.header--hypertube .wrapper--hero,
.page-template-v3homepage-php header.header--hypertube .wrapper--hero,
.page-template-v3homepage-new-php header.header--hypertube .wrapper--hero,
header.header--hypertube .wrapper--hero {
  padding-top: 0 !important;
}

.header--hypertube .header-v2 {
  top: var(--hypertube-banner-height);
}
@media screen and (max-width: 73.74em) {
  .header--hypertube .header-v2 {
    background: #fff;
  }
}

@media screen and (max-width: 73.74em) {
  .home header.header--hypertube .header-v2.at-top {
    background: #fff;
  }
}

.header--hypertube .brand--hypertube img {
  height: auto;
  width: auto;
}
.header--hypertube .brand--hypertube .brand__link {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 73.74em) {
  .header--hypertube .brand--hypertube .brand__link {
    left: 0 !important;
    transform: none !important;
    transition: none !important;
  }
}
.header--hypertube .brand--hypertube .brand__mark {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 69px;
}
.header--hypertube .brand--hypertube .brand__symbol {
  display: block;
  width: 27px;
  height: 27px;
  margin-top: 17px;
  flex: 0 0 auto;
}
.header--hypertube .brand--hypertube .brand__text {
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}
.header--hypertube .brand--hypertube .brand__wordmark {
  display: block;
  width: 151px;
  height: auto;
}
.header--hypertube .brand--hypertube .brand__tagline {
  margin: -2px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 73.74em) {
  .header--hypertube .brand--hypertube.brand--menu-open {
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 73.74em) {
  .header--hypertube .brand--hypertube {
    flex: 1 1 auto;
  }
  .header--hypertube .brand--hypertube .brand__mark {
    min-height: 0;
    align-items: center;
    gap: 8px;
  }
  .header--hypertube .brand--hypertube .brand__symbol {
    width: 27px;
    height: 27px;
    margin-top: 0;
  }
  .header--hypertube .brand--hypertube .brand__text {
    padding-top: 0;
  }
  .header--hypertube .brand--hypertube .brand__wordmark {
    width: auto;
    height: 22px;
    max-width: 151px;
  }
  .header--hypertube .brand--hypertube .brand__tagline {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0;
  }
}

@media screen and (min-width: 73.75em) {
  .header--hypertube .header-v2 .wrapper {
    align-items: center;
    flex-wrap: nowrap;
  }
  .header--hypertube .header-v2 .nav {
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
  }
  .header--hypertube .header-v2 .nav__items {
    margin-left: 40px;
  }
  .header--hypertube .header-v2 .nav__items > .nav__list {
    gap: 40px;
  }
  .header--hypertube .header-v2 .nav__items > .nav__list > .nav__item {
    margin-left: 0;
  }
  .header--hypertube .header-v2 .nav__actions > .nav__list {
    gap: 24px;
  }
  .header--hypertube .header-v2 .nav__actions > .nav__list > .nav__item {
    margin-left: 0;
  }
  .header--hypertube .header-v2 .nav__actions > .nav__list > .nav__item.cta {
    margin-top: 0;
  }
}

@media screen and (max-width: 73.74em) {
  .header--hypertube .header-v2 .nav {
    position: static;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    align-self: center;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 73.74em) {
  .header--hypertube .header-v2 .nav__toggle {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    transform: none;
    margin-left: 0;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
  }
  .header--hypertube .header-v2 .nav__toggle .line {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 20px;
    height: 2px;
    flex-shrink: 0;
    margin: 0;
  }
  .header--hypertube .header-v2 .nav__toggle.active .line:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    transform: translateY(-50%) rotate(45deg);
  }
  .header--hypertube .header-v2 .nav__toggle.active .line:nth-child(2) {
    opacity: 0;
  }
  .header--hypertube .header-v2 .nav__toggle.active .line:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin-left: -10px;
    transform: translateY(-50%) rotate(-45deg);
  }
}

body.admin-bar .hypertube-banner {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .hypertube-banner {
    top: 46px;
  }
}

body.admin-bar .header--hypertube .header-v2 {
  top: calc(var(--hypertube-banner-height) + 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .header--hypertube .header-v2 {
    top: calc(var(--hypertube-banner-height) + 46px);
  }
}

@media screen and (max-width: 60em) {
  header.header--hypertube {
    margin-bottom: 0 !important;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*# sourceMappingURL=hypertube-banner.css.map */
