:host {
  display: block;
}

.hbcx-site-header-host,
.hbcx-hero-carousel-host {
  display: block;
  opacity: 0;
}

.hbcx-site-header-host.hbcx-is-ready,
.hbcx-hero-carousel-host.hbcx-is-ready {
  opacity: 1;
}

body.hbcx-has-custom-header .elementor-location-header,
body.hbcx-has-custom-header header[data-elementor-type="header"],
body.hbcx-has-custom-header #site-header,
body.hbcx-has-custom-header #masthead,
body.hbcx-has-custom-header .site-header,
body.hbcx-has-custom-header .main-header-bar,
body.hbcx-has-custom-header .ast-primary-header-bar,
body.hbcx-has-custom-header .wp-site-blocks > header.wp-block-template-part,
body.hbcx-has-custom-header .wp-block-template-part > header,
body.hbcx-has-custom-header > header:not(.hbcx-site-header),
body.hbcx-has-custom-header > .header,
body.hbcx-has-custom-header > .main-header,
body.hbcx-has-custom-header > .navbar,
body.hbcx-has-custom-header > .navigation,
body.hbcx-has-custom-header > .site-navigation {
  display: none !important;
}

body.hbcx-has-custom-header {
  padding-top: 198px;
}

body.admin-bar .hbcx-site-header-host {
  --hbcx-admin-offset: 0;
}

body.hbcx-has-custom-header {
  margin-top: 0;
}

.hbcx-site-header {
  position: fixed;
  top: var(--hbcx-admin-offset, 0);
  right: 0;
  left: 0;
  z-index: 9999;
  color: #070b23;
  font-family: Helvetica, Arial, sans-serif;
  transition: transform .28s ease;
}

.hbcx-site-header,
.hbcx-site-header *,
.hbcx-site-header *::before,
.hbcx-site-header *::after {
  box-sizing: border-box;
}

.hbcx-site-header__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(34px, 4.6vw, 76px);
  width: 100%;
  min-height: 145px;
  padding: 20px clamp(34px, 5vw, 88px);
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 54px rgba(5, 9, 31, .08);
  transition: transform .3s ease, opacity .22s ease;
}

.hbcx-site-header__brand {
  display: inline-flex;
  align-items: center;
  color: #071025;
  text-decoration: none;
}

.hbcx-site-header__brand img {
  display: block;
  width: clamp(218px, 18vw, 292px);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  transform: translateX(-44px);
}

.hbcx-site-header__pillars {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.hbcx-site-header__pillar {
  position: relative;
  display: inline-grid;
  grid-template-columns: 34px auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0 clamp(18px, 2.3vw, 38px);
  color: #071025;
}

.hbcx-site-header__pillar + .hbcx-site-header__pillar {
  border-left: 1px solid rgba(7, 16, 37, .12);
}

.hbcx-site-header__pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6c39f0;
  width: 34px;
  height: 34px;
}

.hbcx-site-header__pillar-icon svg {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.hbcx-site-header__pillar--innovation .hbcx-site-header__pillar-icon {
  color: #058bb1;
}

.hbcx-site-header__pillar--connectivity .hbcx-site-header__pillar-icon {
  color: #5f656b;
}

.hbcx-site-header__pillar strong,
.hbcx-site-header__pillar small {
  display: block;
}

.hbcx-site-header__pillar strong {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}

.hbcx-site-header__pillar small {
  margin-top: 5px;
  color: rgba(7, 16, 37, .72);
  font-size: 13px;
  line-height: 1.1;
}

.hbcx-site-header__socials {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: clamp(22px, 3vw, 46px);
  border-left: 1px solid rgba(7, 16, 37, .10);
}

.hbcx-site-header__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: #071025;
  box-shadow: 0 12px 32px rgba(5, 9, 31, .10);
  font: 800 18px/1 Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.hbcx-site-header__socials svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
}

.hbcx-site-header__socials img {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
  object-fit: contain !important;
}

.hbcx-site-header__socials a:first-child {
  color: #0b78a8;
}

.hbcx-site-header__socials a:nth-child(2) {
  color: #168fd2;
}

.hbcx-site-header__nav-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 84px;
  padding: 0 clamp(34px, 5vw, 88px);
  border-bottom: 1px solid rgba(138, 76, 255, .72);
  background:
    radial-gradient(circle at 4% 30%, rgba(100, 57, 240, .25), transparent 28%),
    linear-gradient(90deg, #050a25 0%, #07102f 48%, #040923 100%);
  box-shadow: 0 18px 48px rgba(5, 9, 31, .28);
  color: #fff;
  transition: transform .3s ease, min-height .25s ease;
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__top {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
  transform: translateY(calc(-1 * var(--hbcx-header-top-height, 145px)));
  min-height: 68px;
  box-shadow: 0 18px 54px rgba(5, 9, 31, .34);
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav a {
  height: 68px;
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav a::after {
  bottom: 17px;
}

.hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__cta {
  height: 50px;
}

.hbcx-site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(12px, 1.18vw, 24px);
  min-width: 0;
}

.hbcx-site-header__nav a,
.hbcx-site-header__cta {
  color: rgba(255,255,255,.88);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hbcx-site-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 84px;
  font: 800 clamp(11px, .78vw, 14px)/1 Helvetica, Arial, sans-serif;
  letter-spacing: .018em;
  transition: color .2s ease;
}

.hbcx-site-header__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 3px;
  border-radius: 99px;
  background: #9d79ff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.hbcx-site-header__nav a.hbcx-is-active,
.hbcx-site-header__nav a:hover,
.hbcx-site-header__nav a:focus-visible {
  color: #a98cff;
}

.hbcx-site-header__nav a.hbcx-is-active::after,
.hbcx-site-header__nav a:hover::after,
.hbcx-site-header__nav a:focus-visible::after {
  transform: scaleX(1);
}

.hbcx-site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 188px;
  height: 58px;
  padding: 0 14px 0 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font: 800 12px/1 Helvetica, Arial, sans-serif;
  letter-spacing: .018em;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hbcx-site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hbcx-site-header__flag {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  overflow: hidden;
}

.hbcx-site-header__flag svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
}

.hbcx-site-header__cta--fi {
  border: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,0) 45%),
    linear-gradient(135deg, #2458d8 0%, #6d46f2 54%, #b22dff 100%);
  box-shadow: 0 12px 30px rgba(109, 70, 242, .28);
}

.hbcx-site-header__cta--eu {
  border-color: rgba(255, 216, 77, .42);
  background:
    linear-gradient(135deg, rgba(255,216,77,.10), rgba(255,255,255,0) 48%),
    linear-gradient(135deg, #071c70 0%, #091240 58%, #05091f 100%);
  box-shadow: 0 12px 30px rgba(7, 28, 112, .26);
}

.hbcx-site-header__cta::after {
  content: "→";
  margin-left: 16px;
  font-size: 20px;
  font-weight: 400;
}

.hbcx-site-header__cta:hover,
.hbcx-site-header__cta:focus-visible {
  box-shadow: 0 14px 36px rgba(0,0,0,.30);
  transform: translateY(-1px);
}

.hbcx-site-header__toggle {
  display: none;
}

.hbcx-hero-carousel {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  height: min(74vh, 43vw);
  min-height: 500px;
  max-height: 680px;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: #080b27;
  box-sizing: border-box;
  text-align: left;
  isolation: isolate;
}

.hbcx-hero-carousel,
.hbcx-hero-carousel *,
.hbcx-hero-carousel *::before,
.hbcx-hero-carousel *::after {
  box-sizing: border-box;
}

.hbcx-hero-carousel a,
.hbcx-hero-carousel button,
.hbcx-hero-carousel [role="button"] {
  box-sizing: border-box;
  font-family: inherit;
  cursor: pointer;
}

.hbcx-hero-carousel__backgrounds {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hbcx-hero-carousel__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.025);
  transition:
    opacity 1600ms cubic-bezier(.22, .61, .36, 1),
    transform 7600ms cubic-bezier(.22, .61, .36, 1);
}

.hbcx-hero-carousel__bg.hbcx-is-active {
  opacity: 1;
  transform: scale(1);
}

.hbcx-hero-carousel__bg--one {
  background-image: url("hero-pic-blockchain.webp");
}

.hbcx-hero-carousel__bg--two {
  background-image: url("research-block-chain.webp");
}

.hbcx-hero-carousel__bg--three {
  background-image: url("block-chain-forum-eu.webp");
}

.hbcx-hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 7, 35, .34) 0%, rgba(9, 7, 35, .14) 46%, rgba(9, 7, 35, .24) 100%),
    linear-gradient(180deg, rgba(9, 8, 34, .18) 0%, rgba(8, 7, 30, .44) 100%);
  z-index: 1;
}

.hbcx-hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 61%;
  background:
    linear-gradient(115deg, rgba(57, 28, 101, .92) 0 32%, transparent 32.1%),
    linear-gradient(115deg, transparent 0 23%, rgba(12, 47, 91, .88) 23.1% 69%, transparent 69.1%);
  z-index: 2;
  pointer-events: none;
}

.hbcx-hero-carousel__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 2.4vw, 46px);
  width: 100%;
  min-height: 76px;
  padding: 0 clamp(38px, 5.6vw, 104px);
  border-top: 1px solid rgba(113, 96, 185, .28);
  border-bottom: 1px solid rgba(113, 96, 185, .34);
  background: rgba(3, 13, 38, .92);
  box-shadow: 0 18px 58px rgba(0,0,0,.30);
  box-sizing: border-box;
}

.hbcx-hero-carousel__header::before {
  content: "";
  display: none;
}

.hbcx-hero-carousel__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(22px, 2.8vw, 58px);
  min-width: 0;
}

.hbcx-hero-carousel__menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 27px 0;
  color: rgba(255,255,255,.92);
  font: 700 clamp(14px, .95vw, 18px)/1 Helvetica, Arial, sans-serif;
  letter-spacing: .015em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hbcx-hero-carousel__menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  background: #8f67ff;
  transition: transform .22s ease;
}

.hbcx-hero-carousel__menu a.hbcx-is-active,
.hbcx-hero-carousel__menu a:hover,
.hbcx-hero-carousel__menu a:focus-visible {
  color: #9d79ff;
}

.hbcx-hero-carousel__menu a.hbcx-is-active::after,
.hbcx-hero-carousel__menu a:hover::after,
.hbcx-hero-carousel__menu a:focus-visible::after {
  transform: scaleX(1);
}

.hbcx-hero-carousel__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.hbcx-hero-carousel__forum-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  text-decoration: none;
  box-sizing: border-box;
}

.hbcx-hero-carousel__forum-link {
  min-width: 236px;
  padding: 0 20px;
  border-radius: 7px;
  background: #fff;
  color: #09091e;
  font: 800 13px/1 Helvetica, Arial, sans-serif;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.hbcx-hero-carousel__forum-link::after {
  content: "→";
  margin-left: auto;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.hbcx-hero-carousel__menu-toggle {
  display: none;
}

.hbcx-hero-carousel__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  padding: 15.2vh 0 0 7.85vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  filter: blur(8px);
  transition:
    opacity 850ms cubic-bezier(.22, .61, .36, 1),
    transform 950ms cubic-bezier(.22, .61, .36, 1),
    filter 850ms cubic-bezier(.22, .61, .36, 1),
    visibility 0s linear 850ms;
  z-index: 3;
  box-sizing: border-box;
}

.hbcx-hero-carousel__slide.hbcx-is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  filter: blur(0);
  transition-delay: 0s;
}

.hbcx-hero-carousel.hbcx-is-transitioning .hbcx-hero-carousel__prev,
.hbcx-hero-carousel.hbcx-is-transitioning .hbcx-hero-carousel__next,
.hbcx-hero-carousel.hbcx-is-transitioning .hbcx-hero-carousel__dots button {
  pointer-events: none;
}

.hbcx-hero-carousel__content {
  max-width: 660px;
  color: #fff;
}

.hbcx-hero-carousel__counter,
.hbcx-hero-carousel__label {
  display: block;
  margin-bottom: 22px;
  color: rgba(216, 207, 255, .68);
  font-family: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.hbcx-hero-carousel__content h1 {
  max-width: 620px;
  font-family: "Arial Narrow", "HelveticaNeue-CondensedBold", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(52px, 4.95vw, 82px);
  line-height: .985;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 26px;
  color: #fff;
}

.hbcx-hero-carousel__content p {
  max-width: 690px;
  font-family: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.18vw, 20px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: .025em;
  text-transform: uppercase;
  margin: 0 0 32px;
  color: rgba(255,255,255,.82);
}

.hbcx-hero-carousel__content a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 230px;
  height: 56px;
  padding: 0 18px 0 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,0) 48%),
    rgba(0,0,0,.72);
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.hbcx-hero-carousel__content a::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  font-size: 22px;
  line-height: 1;
  transition: transform .22s ease, background .22s ease;
}

.hbcx-hero-carousel__content a:hover,
.hbcx-hero-carousel__content a:focus-visible {
  border-color: rgba(255,255,255,.38);
  background:
    linear-gradient(135deg, rgba(143,103,255,.28), rgba(255,255,255,0) 52%),
    rgba(0,0,0,.78);
  box-shadow: 0 22px 54px rgba(0,0,0,.36);
  transform: translateY(-2px);
}

.hbcx-hero-carousel__content a:hover::after,
.hbcx-hero-carousel__content a:focus-visible::after {
  background: rgba(255,255,255,.2);
  transform: translateX(3px);
}

.hbcx-hero-carousel__prev,
.hbcx-hero-carousel__next {
  position: absolute;
  top: 55%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(3, 13, 38, .34);
  color: #fff;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .2s ease, border-color .2s ease, opacity .2s ease;
  appearance: none;
  padding: 0;
}

.hbcx-hero-carousel__prev:hover,
.hbcx-hero-carousel__next:hover,
.hbcx-hero-carousel__prev:focus-visible,
.hbcx-hero-carousel__next:focus-visible {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.12);
  opacity: 1;
}

.hbcx-hero-carousel__prev { left: clamp(18px, 2.3vw, 40px); }
.hbcx-hero-carousel__next { right: clamp(18px, 2.3vw, 40px); }

.hbcx-hero-carousel__dots {
  position: absolute;
  right: 7.7vw;
  bottom: clamp(49px, 6.55vh, 67px);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hbcx-hero-carousel__dots button {
  display: block;
  width: 54px;
  height: 5px;
  border: 0;
  border-radius: 99px;
  padding: 0;
  background: rgba(151, 144, 212, .58);
  cursor: pointer;
  appearance: none;
}

.hbcx-hero-carousel__dots button.hbcx-is-active {
  background: #fff;
}

@media (max-width: 768px) {
  .hbcx-hero-carousel {
    height: 540px;
    min-height: 540px;
    max-height: none;
  }

  .hbcx-hero-carousel__bg {
    background-position: 58% center;
  }

  .hbcx-hero-carousel__bg--two {
    background-position: 54% center;
  }

  .hbcx-hero-carousel::after {
    width: 100%;
    background:
      linear-gradient(105deg, rgba(57, 28, 101, .92) 0 58%, transparent 58.2%),
      linear-gradient(105deg, transparent 0 26%, rgba(12, 47, 91, .88) 26.2% 100%);
  }

  .hbcx-hero-carousel__slide {
    padding: 118px 28px 0;
  }

  .hbcx-hero-carousel__counter,
  .hbcx-hero-carousel__label {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .hbcx-hero-carousel__content h1 {
    font-size: 44px;
    line-height: 1;
  }

  .hbcx-hero-carousel__content p {
    font-size: 16px;
    max-width: 92%;
  }

  .hbcx-hero-carousel__prev,
  .hbcx-hero-carousel__next {
    display: none;
  }

  .hbcx-hero-carousel__dots {
    right: auto;
    bottom: 28px;
    left: 28px;
    transform: none;
  }

  .hbcx-hero-carousel__dots button {
    width: 38px;
  }
}

@media (max-width: 1500px) {
  .hbcx-hero-carousel__header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    min-height: 72px;
    padding: 0 34px;
  }

  .hbcx-hero-carousel__menu {
    gap: 26px;
  }

  .hbcx-hero-carousel__menu a {
    padding: 25px 0;
    font-size: 14px;
  }

  .hbcx-hero-carousel__menu a::after {
    bottom: 15px;
  }

  .hbcx-hero-carousel__forum-link {
    min-width: 220px;
    height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .hbcx-hero-carousel__forum-link::after {
    padding-left: 16px;
    font-size: 21px;
  }
}

@media (max-width: 1280px) and (min-width: 1181px) {
  body.hbcx-has-custom-header {
    padding-top: 213px;
  }

  .hbcx-site-header__top {
    gap: 28px;
    min-height: 145px;
    padding-right: 44px;
    padding-left: 44px;
  }

  .hbcx-site-header__brand img {
    width: 214px;
    max-height: 72px;
  }

  .hbcx-site-header__pillar {
    grid-template-columns: 30px auto;
    gap: 10px;
    padding: 0 18px;
  }

  .hbcx-site-header__pillar-icon,
  .hbcx-site-header__pillar-icon svg {
    width: 29px;
    height: 29px;
  }

  .hbcx-site-header__pillar strong {
    font-size: 12px;
  }

  .hbcx-site-header__pillar small {
    font-size: 12px;
  }

  .hbcx-site-header__socials {
    gap: 10px;
    padding-left: 18px;
  }

  .hbcx-site-header__socials a {
    width: 40px;
    height: 40px;
  }

  .hbcx-site-header__nav-row {
    grid-template-columns: 1fr auto;
    min-height: 68px;
    padding: 0 44px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    min-height: 62px;
  }

  .hbcx-site-header__toggle {
    position: relative;
    z-index: 3;
    display: inline-flex;
    grid-column: 2;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
    cursor: pointer;
    appearance: none;
  }

  .hbcx-site-header__toggle span {
    display: block;
    width: 17px;
    height: 2px;
    margin: 0 auto;
    border-radius: 99px;
    background: #fff;
    transition: transform .22s ease, opacity .22s ease;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hbcx-site-header__nav,
  .hbcx-site-header__actions {
    display: none;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    background: rgba(3, 9, 34, .99);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav {
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 44px 8px;
    border-top: 1px solid rgba(129, 104, 224, .30);
    box-shadow: 0 22px 54px rgba(0,0,0,.32);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    top: calc(100% + 284px);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 0 44px 22px;
    box-shadow: 0 26px 54px rgba(0,0,0,.32);
  }

  .hbcx-site-header__nav a {
    justify-content: flex-start;
    height: auto;
    padding: 14px 0;
    font-size: 15px;
  }

  .hbcx-site-header__nav a::after {
    display: none;
  }

  .hbcx-site-header__cta {
    width: 100%;
    min-width: 0;
    height: 50px;
    border-radius: 10px;
    font-size: 13px;
  }
}

@media (max-width: 1360px) and (min-width: 1181px) {
  .hbcx-site-header__nav-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 72px;
    padding-right: 44px;
    padding-left: clamp(34px, 5vw, 88px);
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    min-height: 62px;
  }

  .hbcx-site-header__toggle {
    display: none;
  }

  .hbcx-site-header__nav,
  .hbcx-site-header__actions,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    position: static;
    display: flex;
    background: transparent;
    box-shadow: none;
  }

  .hbcx-site-header__nav {
    flex-direction: row;
    align-items: center;
    gap: 11px;
    padding: 0;
    border-top: 0;
  }

  .hbcx-site-header__nav a,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav a {
    height: 72px;
    padding: 0;
    font-size: 11px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav a {
    height: 62px;
  }

  .hbcx-site-header__nav a::after {
    display: block;
    bottom: 20px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav a::after {
    bottom: 15px;
  }

  .hbcx-site-header__actions,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
  }

  .hbcx-site-header__cta {
    width: auto;
    min-width: 154px;
    height: 50px;
    padding: 0 11px 0 12px;
    border-radius: 12px;
    font-size: 10.5px;
  }

  .hbcx-site-header__flag {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }

  .hbcx-site-header__flag svg {
    width: 20px !important;
    height: 20px !important;
  }

  .hbcx-site-header__cta::after {
    margin-left: 10px;
    font-size: 17px;
  }
}

@media (max-width: 1280px) and (min-width: 1181px) {
  .hbcx-site-header__nav-row {
    padding-left: 44px;
  }
}

@media (max-width: 1180px) {
  body.hbcx-has-custom-header {
    padding-top: 176px;
  }

  .hbcx-site-header {
    color: #fff;
  }

  .hbcx-site-header__top {
    grid-template-columns: auto auto;
    min-height: 108px;
    gap: 18px;
    padding: 18px 18px;
  }

  .hbcx-site-header__brand img {
    width: 204px;
    max-height: 64px;
  }

  .hbcx-site-header__pillars {
    display: none;
  }

  .hbcx-site-header__socials {
    justify-self: end;
    gap: 10px;
    padding-left: 0;
    border-left: 0;
  }

  .hbcx-site-header__socials a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .hbcx-site-header__nav-row {
    grid-template-columns: 1fr auto;
    min-height: 68px;
    gap: 14px;
    padding: 0 16px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    transform: translateY(calc(-1 * var(--hbcx-header-top-height, 108px)));
    min-height: 62px;
  }

  .hbcx-site-header__toggle {
    position: relative;
    z-index: 3;
    display: inline-flex;
    grid-column: 3;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
    cursor: pointer;
    appearance: none;
    transition: background .2s ease, border-color .2s ease;
  }

  .hbcx-site-header__toggle span {
    display: block;
    width: 17px;
    height: 2px;
    margin: 0 auto;
    border-radius: 99px;
    background: #fff;
    transition: transform .22s ease, opacity .22s ease;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hbcx-site-header__nav,
  .hbcx-site-header__actions {
    display: none;
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav,
  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    background: rgba(3, 9, 34, .99);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__nav {
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 22px 8px;
    border-top: 1px solid rgba(129, 104, 224, .30);
    box-shadow: 0 22px 54px rgba(0,0,0,.32);
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    top: calc(100% + 284px);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 0 22px 22px;
    box-shadow: 0 26px 54px rgba(0,0,0,.32);
  }

  .hbcx-site-header__nav a {
    justify-content: flex-start;
    height: auto;
    padding: 14px 0;
    font-size: 15px;
  }

  .hbcx-site-header__nav a::after {
    display: none;
  }

  .hbcx-site-header__cta {
    width: 100%;
    min-width: 0;
    height: 50px;
    border-radius: 10px;
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  body.hbcx-has-custom-header {
    padding-top: 150px;
  }

  .hbcx-site-header__top {
    min-height: 88px;
    padding: 14px 16px;
  }

  .hbcx-site-header__brand img {
    width: 154px;
    max-height: 50px;
  }

  .hbcx-site-header__socials a {
    width: 34px;
    height: 34px;
  }

  .hbcx-site-header__nav-row {
    min-height: 62px;
  }

  .hbcx-site-header.hbcx-is-scrolled .hbcx-site-header__nav-row {
    transform: translateY(calc(-1 * var(--hbcx-header-top-height, 88px)));
  }

  .hbcx-site-header.hbcx-is-menu-open .hbcx-site-header__actions {
    top: calc(100% + 284px);
  }

  .hbcx-site-header__cta {
    padding: 0 14px;
  }
}
