.elementor-2935 .elementor-element.elementor-element-b75dcce{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2935 .elementor-element.elementor-element-5a14127{width:100%;max-width:100%;}.elementor-2935 .elementor-element.elementor-element-e00857f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5a14127 *//* =========================================================
   AWARENEX WEBINAR LANDING PAGE
========================================================= */

.anx-webinar-page {
  --anx-ink: #071c27;
  --anx-ink-soft: #405b64;
  --anx-muted: #6f8389;

  --anx-teal: #2398ad;
  --anx-teal-dark: #126f82;
  --anx-cyan: #65d0de;

  --anx-bg: #ffffff;
  --anx-soft-bg: #f5fafb;
  --anx-border: rgba(7, 28, 39, 0.1);

  width: 100%;
  overflow: hidden;

  background: var(--anx-bg);
  color: var(--anx-ink);

  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  -webkit-font-smoothing: antialiased;
}

.anx-webinar-page *,
.anx-webinar-page *::before,
.anx-webinar-page *::after {
  box-sizing: border-box;
}

.anx-webinar-page h1,
.anx-webinar-page h2,
.anx-webinar-page p {
  margin-top: 0;
}

.anx-webinar-page a {
  text-decoration: none !important;
}

.anx-webinar-container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.anx-webinar-hero {
  position: relative;

  min-height: 760px;

  padding: 90px 0 100px;

  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(101, 208, 222, 0.13),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbfefe 100%
    );
}

.anx-webinar-hero::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 1px;

  background: var(--anx-border);
}

.anx-webinar-hero-grid {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(430px, 0.7fr);

  align-items: center;

  gap: 70px;
}


/* =========================================================
   EYEBROW
========================================================= */

.anx-webinar-eyebrow {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 24px;

  color: var(--anx-teal-dark);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.anx-live-dot {
  width: 8px;
  height: 8px;

  flex: 0 0 8px;

  border-radius: 50%;

  background: var(--anx-teal);

  box-shadow:
    0 0 0 5px
    rgba(35, 152, 173, 0.1);
}


/* =========================================================
   HERO TITLE
========================================================= */

.anx-webinar-hero h1 {
  max-width: 760px;

  margin: 0;

  color: var(--anx-ink);

  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 600;
  letter-spacing: -0.048em;
  line-height: 1.02;
}

.anx-webinar-hero h1 span {
  display: block;

  color: var(--anx-teal-dark);
}

.anx-webinar-subtitle {
  max-width: 670px;

  margin: 30px 0 0;

  color: var(--anx-ink-soft);

  font-size: 19px;
  line-height: 1.7;
}


/* =========================================================
   EVENT DETAILS
========================================================= */

.anx-event-details {
  display: flex;

  flex-wrap: wrap;

  gap: 27px;

  margin-top: 48px;
  padding-top: 32px;

  border-top:
    1px solid
    var(--anx-border);
}

.anx-event-detail {
  display: flex;

  align-items: center;

  gap: 12px;
}

.anx-detail-icon {
  display: flex;

  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  align-items: center;
  justify-content: center;

  border:
    1px solid
    rgba(35, 152, 173, 0.18);

  border-radius: 50%;

  background:
    rgba(35, 152, 173, 0.05);
}

.anx-detail-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke:
    var(--anx-teal-dark);

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.anx-event-detail span {
  display: block;

  margin-bottom: 3px;

  color: var(--anx-muted);

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.anx-event-detail strong {
  color: var(--anx-ink);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}


/* =========================================================
   GHL FORM CARD
========================================================= */

.anx-webinar-form-card {
  position: relative;

  width: 100%;
  min-width: 0;

  padding: 12px;

  overflow: hidden;

  border:
    1px solid
    rgba(7, 28, 39, 0.09);

  border-radius: 18px;

  background: #ffffff;

  box-shadow:
    0 25px 70px rgba(7, 28, 39, 0.08),
    0 5px 20px rgba(7, 28, 39, 0.03);
}

#anxGhlWebinarForm {
  scroll-margin-top: 110px;
}


/* =========================================================
   GHL IFRAME
========================================================= */

.anx-ghl-form-iframe {
  display: block;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  min-height: 625px;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  border: 0 !important;
  border-radius: 10px;

  background: #ffffff;

  box-shadow: none !important;
}

.anx-webinar-form-card iframe {
  display: block;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;

  border: 0 !important;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.anx-webinar-bottom-cta {
  padding: 95px 0;

  background: var(--anx-ink);
}

.anx-bottom-cta-inner {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 70px;
}

.anx-bottom-cta-inner > div {
  max-width: 780px;
}

.anx-bottom-label {
  display: block;

  margin-bottom: 18px;

  color: var(--anx-cyan);

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.anx-bottom-cta-inner h2 {
  max-width: 750px;

  margin: 0;

  color: #ffffff;

  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.anx-bottom-cta-inner p {
  max-width: 650px;

  margin: 20px 0 0;

  color:
    rgba(255, 255, 255, 0.67);

  font-size: 15px;
  line-height: 1.75;
}

.anx-bottom-button {
  display: inline-flex;

  min-width: 170px;
  min-height: 54px;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  gap: 11px;

  padding: 15px 24px;

  border-radius: 8px;

  background: #ffffff;

  color: var(--anx-ink) !important;
  -webkit-text-fill-color:
    var(--anx-ink) !important;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.anx-bottom-button svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition:
    transform 0.2s ease;
}

.anx-bottom-button:hover {
  background:
    var(--anx-cyan);

  transform:
    translateY(-2px);
}

.anx-bottom-button:hover svg {
  transform:
    translateX(3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {
  .anx-webinar-hero-grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(400px, 0.78fr);

    gap: 45px;
  }

  .anx-webinar-hero h1 {
    font-size: 52px;
  }

  .anx-event-details {
    flex-direction: column;

    gap: 18px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 820px) {
  .anx-webinar-container {
    width:
      min(100% - 36px, 1220px);
  }

  .anx-webinar-hero {
    min-height: auto;

    padding: 70px 0 75px;
  }

  .anx-webinar-hero-grid {
    grid-template-columns: 1fr;

    gap: 55px;
  }

  .anx-webinar-hero h1 {
    font-size:
      clamp(39px, 11vw, 54px);
  }

  .anx-webinar-subtitle {
    font-size: 17px;
  }

  .anx-event-details {
    margin-top: 36px;
  }

  .anx-webinar-form-card {
    width: 100%;
    max-width: 620px;

    margin-inline: auto;

    padding: 10px;
  }

  .anx-ghl-form-iframe {
    min-height: 625px;
  }

  .anx-bottom-cta-inner {
    flex-direction: column;

    align-items: flex-start;

    gap: 38px;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .anx-webinar-container {
    width:
      calc(100% - 30px);
  }

  .anx-webinar-hero {
    padding-top: 55px;
  }

  .anx-webinar-hero h1 {
    font-size: 39px;
  }

  .anx-webinar-subtitle {
    font-size: 16px;
  }

  .anx-webinar-form-card {
    padding: 5px;

    border-radius: 12px;
  }

  .anx-ghl-form-iframe {
    min-height: 625px;

    border-radius: 8px;
  }

  #anxGhlWebinarForm {
    scroll-margin-top: 85px;
  }

  .anx-webinar-bottom-cta {
    padding: 70px 0;
  }

  .anx-bottom-cta-inner h2 {
    font-size: 38px;
  }

  .anx-bottom-button {
    width: 100%;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .anx-webinar-page *,
  .anx-webinar-page *::before,
  .anx-webinar-page *::after {
    animation-duration:
      0.01ms !important;

    animation-iteration-count:
      1 !important;

    transition-duration:
      0.01ms !important;
  }
}/* End custom CSS */