@charset "UTF-8";
.ghhin-event-page {
  --ghe-orange: #F16731;
  --ghe-black: #000000;
  --ghe-grey-bg: #F7F6F6;
  --ghe-card-bg: #F5F5F5;
  /* Reset against legacy global `p` rules elsewhere in the theme
     (some set padding-top:20px / line-height:41px) bleeding through
     on any paragraph here that doesn't set its own line-height. */
  /* ----------------- Hero ----------------- */
  /* Registration page banner (topbar + intro block share one maroon
     background) — float the same vertical pill nav over the combined
     banner instead of just the compact topbar strip. */
  /* ----------------- Quick facts ----------------- */
  /* ----------------- About / sponsors ----------------- */
  /* ----------------- Multicolumn ----------------- */
  /* ----------------- CTA banner ----------------- */
  /* ----------------- Why this matters ----------------- */
  /* ----------------- Quote ----------------- */
  /* ----------------- Who should attend ----------------- */
  /* ----------------- Single image ----------------- */
  /* ----------------- Closing text ----------------- */
  /* ----------------- Footer ----------------- */
  /* ----------------- Lightbox ----------------- */
}
.ghhin-event-page p {
  padding-top: 0;
  line-height: 1.5;
}
.ghhin-event-page section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.ghhin-event-page .ghe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 20px;
  border-radius: 45px;
  text-decoration: none;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.ghhin-event-page .ghe-btn--orange {
  background: var(--ghe-orange);
  color: #fff;
}
.ghhin-event-page .ghe-btn--orange:hover {
  background: rgb(233.3418181818, 77.0254545455, 15.8581818182);
  color: #fff;
}
.ghhin-event-page .ghe-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  box-sizing: border-box;
}
.ghhin-event-page .ghe-hero__topbar {
  flex-shrink: 0;
}
.ghhin-event-page .ghe-hero__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 16px;
  padding: 40px 15px;
}
@media (max-width: 991px) {
  .ghhin-event-page .ghe-hero__topbar-inner {
    padding: 20px 10px;
  }
}
.ghhin-event-page .ghe-hero__body {
  position: relative;
  flex: 1;
  display: flex;
}
.ghhin-event-page .ghe-hero__overlay {
  position: absolute;
  inset: 0;
}
.ghhin-event-page .ghe-hero__body .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex: 1;
}
.ghhin-event-page .ghe-hero__logo {
  color: #fff;
  text-decoration: none;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  flex-shrink: 0;
}
.ghhin-event-page .ghe-hero__logo img {
  display: block;
  max-height: 80px;
  width: auto;
}
@media (max-width: 767px) {
  .ghhin-event-page .ghe-hero__logo img {
    max-height: 60px;
  }
}
.ghhin-event-page .ghe-hero__logo:hover {
  color: #fff;
  opacity: 0.85;
}
.ghhin-event-page .ghe-hero__logo--text {
  font-size: 24px;
  letter-spacing: 0.2px;
}
.ghhin-event-page .ghe-hero__nav {
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  z-index: 3;
}
@media (max-width: 1199px) {
  .ghhin-event-page .ghe-hero__nav {
    right: 24px;
  }
}
.ghhin-event-page .ghe-hero__nav a:not(.ghe-btn) {
  color: #fff;
  text-decoration: none;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.2px;
  padding: 14px 30px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.ghhin-event-page .ghe-hero__nav a:not(.ghe-btn):hover {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateX(-6px);
}
.ghhin-event-page .ghe-hero__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  margin-left: auto;
}
.ghhin-event-page .ghe-hero__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.ghhin-event-page .ghe-hero__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.ghhin-event-page .ghe-hero__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.ghhin-event-page .ghe-hero__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 991px) {
  .ghhin-event-page .ghe-hero__burger {
    display: flex;
  }
}
.ghhin-event-page .ghe-hero__mobile-nav {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.ghhin-event-page .ghe-hero__mobile-nav.is-open {
  max-height: 600px;
}
.ghhin-event-page .ghe-hero__mobile-nav .container {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 24px;
  gap: 4px;
}
.ghhin-event-page .ghe-hero__mobile-nav a:not(.ghe-btn) {
  color: #fff;
  text-decoration: none;
  font-family: Archivo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ghhin-event-page .ghe-hero__mobile-nav a:not(.ghe-btn):hover {
  opacity: 0.8;
}
.ghhin-event-page .ghe-hero__mobile-nav .ghe-btn {
  align-self: flex-start;
  margin-top: 16px;
}
.ghhin-event-page .ghe-hero__content {
  max-width: 640px;
  padding: 56px 0;
}
.ghhin-event-page .ghe-hero__title {
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.2;
  margin: 16px 0 24px;
}
.ghhin-event-page .ghe-hero__meta {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ghhin-event-page .ghe-hero__meta {
    font-size: 20px;
    line-height: 30px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.ghhin-event-page .ghe-hero__logos {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 3vw, 50px);
  flex-wrap: nowrap;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .ghhin-event-page .ghe-hero__logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 32px;
    padding-bottom: 48px;
  }
}
.ghhin-event-page .ghe-hero__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}
.ghhin-event-page .ghe-hero__logo-item img {
  height: clamp(24px, 3.5vw, 50px);
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .ghhin-event-page .ghe-hero__logo-item img {
    height: 36px;
  }
}
.ghhin-event-page .ghe-reg-banner {
  position: relative;
}
.ghhin-event-page .ghe-reg__header {
  position: relative;
}
.ghhin-event-page .ghe-eyebrow {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ghe-orange);
  margin-bottom: 0;
}
.ghhin-event-page .ghe-quickfacts {
  background: var(--ghe-grey-bg);
  padding: 16px 0;
  padding-bottom: 64px;
}
.ghhin-event-page .ghe-fact-card {
  background: var(--ghe-black);
  color: #fff;
  padding: 24px;
  height: 100%;
  min-height: 300px;
}
.ghhin-event-page .ghe-fact-card__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.ghhin-event-page .ghe-fact-card__label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
}
.ghhin-event-page .ghe-fact-card__divider {
  display: block;
  width: 24px;
  height: 2px;
  background: #F16731;
  margin-bottom: 16px;
}
.ghhin-event-page .ghe-fact-card__value {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 120%;
}
.ghhin-event-page .ghe-fact-card__desc {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
}
.ghhin-event-page .ghe-about {
  background: var(--ghe-grey-bg);
  padding: 56px 0 0px;
}
.ghhin-event-page .ghe-about__text {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0;
}
.ghhin-event-page .ghe-multicolumn {
  padding: 72px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .ghhin-event-page .ghe-multicolumn {
    padding: 40px 0;
  }
}
.ghhin-event-page .ghe-multicolumn__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ghhin-event-page .ghe-multicolumn__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.ghhin-event-page .ghe-multicolumn__text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.ghhin-event-page .ghe-multicolumn__text p:last-child {
  margin-bottom: 0;
}
.ghhin-event-page .ghe-cta-banner {
  background: var(--ghe-grey-bg);
  padding: 8px 0;
}
.ghhin-event-page .ghe-cta-banner p {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--ghe-orange);
  margin-bottom: 0;
}
.ghhin-event-page .ghe-why-matters {
  position: relative;
  background-color: var(--ghe-black);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 56px 0;
  padding-bottom: 16px;
}
.ghhin-event-page .ghe-why-matters__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.ghhin-event-page .ghe-why-matters .container {
  position: relative;
  z-index: 2;
}
.ghhin-event-page .ghe-why-matters h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 16px;
}
.ghhin-event-page .ghe-why-matters .desc {
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.ghhin-event-page .ghe-why-matters__stats {
  margin-top: 15px;
}
.ghhin-event-page .ghe-why-matters__outro {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--ghe-orange);
  margin-top: 90px;
  margin-bottom: 0;
  line-height: 140%;
}
.ghhin-event-page .ghe-stat__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.ghhin-event-page .ghe-stat__number {
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 3vw, 44px);
  line-height: 1;
  margin-bottom: 16px;
  color: #fff;
}
.ghhin-event-page .ghe-stat__desc {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ghhin-event-page .ghe-quote {
  background: var(--ghe-black);
  color: #fff;
  padding: 18px 0;
}
.ghhin-event-page .ghe-quote__heading {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}
.ghhin-event-page .ghe-quote__label {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 32px;
}
.ghhin-event-page .ghe-quote__photo {
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .ghhin-event-page .ghe-quote__photo {
    height: 320px;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .ghhin-event-page .ghe-quote__photo {
    height: 260px;
  }
}
.ghhin-event-page .ghe-quote__text {
  font-family: Archivo, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 140%;
  color: #fff;
  font-style: italic;
}
.ghhin-event-page .ghe-quote__author {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.ghhin-event-page .ghe-who-attend {
  background: #fff;
  padding: 64px 0;
}
.ghhin-event-page .ghe-who-attend h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--ghe-orange);
  margin-bottom: 40px;
}
.ghhin-event-page .ghe-single-image {
  background: #fff;
  padding: 0 0 64px;
  text-align: center;
}
.ghhin-event-page .ghe-single-image h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--ghe-orange);
  margin-bottom: 40px;
  text-align: left;
}
.ghhin-event-page .ghe-single-image__trigger {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}
.ghhin-event-page .ghe-single-image__img {
  display: block;
  width: 100%;
  border-radius: 4px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ghhin-event-page .ghe-single-image__caption {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #000;
  margin-top: 16px;
  margin-bottom: 0;
}
.ghhin-event-page .ghe-closing-text {
  background: #fff;
  padding: 0 0 64px;
  text-align: center;
}
.ghhin-event-page .ghe-closing-text__note {
  color: #F16731;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.ghhin-event-page .ghe-closing-text__message {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--ghe-orange);
  margin-top: 24px;
  margin-bottom: 0;
}
.ghhin-event-page .ghe-attend-card {
  background: var(--ghe-card-bg);
  padding: 24px;
  text-align: center;
  height: 100%;
  padding-bottom: 48px;
  padding-top: 48px;
}
.ghhin-event-page .ghe-attend-card__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.ghhin-event-page .ghe-attend-card__title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 16px;
  line-height: 140%;
}
.ghhin-event-page .ghe-attend-card__desc {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.ghhin-event-page .ghe-footer {
  background: var(--ghe-black);
  color: #fff;
  padding: 56px 0;
}
.ghhin-event-page .ghe-footer__logo {
  color: #fff;
  text-decoration: none;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
}
.ghhin-event-page .ghe-footer__logo img {
  display: block;
  max-height: 80px;
  width: auto;
}
@media (max-width: 767px) {
  .ghhin-event-page .ghe-footer__logo img {
    max-height: 60px;
    margin-bottom: 20px;
  }
}
.ghhin-event-page .ghe-footer__logo:hover {
  color: #fff;
  opacity: 0.85;
}
.ghhin-event-page .ghe-footer__logo--text {
  font-size: 24px;
  letter-spacing: 0.2px;
}
.ghhin-event-page .ghe-footer__nav {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.ghhin-event-page .ghe-footer__nav a {
  color: #fff;
  text-decoration: none;
  font-family: Archivo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.ghhin-event-page .ghe-footer__nav a:hover {
  opacity: 0.8;
}
.ghhin-event-page .ghe-footer__social {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 20px;
}
.ghhin-event-page .ghe-footer__social a {
  color: #fff;
}
.ghhin-event-page .ghe-footer__social a:hover {
  opacity: 0.8;
}
.ghhin-event-page .ghe-footer__legal {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.ghhin-event-page .ghe-footer__legal p {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .ghhin-event-page .ghe-hero__title {
    font-size: 38px;
  }
  .ghhin-event-page .ghe-quote__text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .ghhin-event-page .ghe-fact-card,
  .ghhin-event-page .ghe-attend-card {
    min-height: auto;
  }
  .ghhin-event-page .ghe-who-attend .col-md-4.offset-md-2 {
    margin-left: 0;
  }
  .ghhin-event-page .ghe-footer__nav,
  .ghhin-event-page .ghe-footer__social {
    justify-content: flex-start;
  }
  .ghhin-event-page .ghe-footer__legal {
    text-align: left;
  }
}
.ghhin-event-page .ghe-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  padding: 40px;
}
.ghhin-event-page .ghe-lightbox.is-open {
  display: flex;
}
.ghhin-event-page .ghe-lightbox__img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ghhin-event-page .ghe-lightbox__close {
  position: absolute;
  top: 24px;
  right: 32px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

body.ghe-lightbox-open {
  overflow: hidden;
}