.elementor-169267 .elementor-element.elementor-element-0add9ad{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-169267 .elementor-element.elementor-element-9dd7796 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-169267 .elementor-element.elementor-element-3c14f0b > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-0add9ad */.elementor-field-type-acceptance > .elementor-field-label {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --sterling-red: #d71920;
  --sterling-dark: #08263a;
  --ink: #241f21;
  --muted: #665f62;
  --paper: #fff8f1;
  --surface: #ffffff;
  --gold: #f5ba36;
  --green: #d71920;
  --blue: #f47a13;
  --orange: #f47a13;
  --border: #eadbd5;
  --shadow: 0 18px 48px rgba(12, 35, 49, 0.16);
  --page-gutter: max(20px, calc((100vw - 1280px) / 2));
  font-family: "Albert Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px var(--page-gutter);
  background: rgba(255, 248, 241, 0.94);
  border-bottom: 1px solid rgba(234, 219, 213, 0.8);
  backdrop-filter: blur(18px);
  max-width: 100% !important;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--sterling-red);
  border-radius: 16px;
}

.header-nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.header-nav a:focus-visible,
.header-nav a:hover {
  color: var(--sterling-red);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.header-cta,
.button-primary {
  color: #fff;
  background: var(--sterling-red);
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.26);
   &:hover{
      color: #fff;
  }
}

.button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
  transition: ease .3s ;
  &:hover{
      background: #fff;
  }
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(48px, 7vw, 88px) var(--page-gutter) 96px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.1) 0 88px, transparent 90px),
    radial-gradient(circle at 58% 28%, rgba(255, 255, 255, 0.08) 0 15px, transparent 16px),
    linear-gradient(135deg, #06283b 0%, #061e2e 60%, #0b3248 100%);
}

.is-embedded .hero {
  min-height: 820px;
}

.hero::after {
  position: absolute;
  right: -8vw;
  bottom: -68px;
  left: -8vw;
  height: 138px;
  content: "";
  background: var(--paper);
  border-radius: 50% 50% 0 0 / 68% 68% 0 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.08;
  font-weight: 700;
}

.hero h1#hero-title {
  font-family: "Playfair Display", Georgia, serif !important;
}

h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  font-weight: 900;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.6vw, 19px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 520px;
}

.photo-ring {
  position: absolute;
  top: 36px;
  right: 0;
  width: min(390px, 74vw);
  aspect-ratio: 1;
  padding: 18px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.photo-ring img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid #ffe16d;
  border-radius: 50%;
}

.quiz-card {
  position: absolute;
  inset: auto auto 44px 12px;
  width: min(360px, 86vw);
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.quiz-card-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.equation {
  margin: 24px 0;
  color: var(--sterling-dark);
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1;
  font-weight: 900;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  color: #949494;
}

.answer-grid span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 14px;
  font-weight: 900;
}

.answer-grid .is-correct {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.floating-note,
.math-orbit span {
  position: absolute;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.floating-note {
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.note-one {
  top: 104px;
  left: 12px;
  background: var(--green);
}

.note-two {
  right: 12px;
  bottom: 92px;
  background: #fff;
  color: #311f05;
}

.math-orbit span {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--orange);
  font-size: 28px;
  font-weight: 900;
}

.math-orbit span:nth-child(1) { top: 8px; right: 120px; }
.math-orbit span:nth-child(2) { top: 188px; right: 0; color: var(--green); }
.math-orbit span:nth-child(3) { left: 34px; bottom: 8px; color: var(--blue); }
.math-orbit span:nth-child(4) { right: 120px; bottom: 2px; color: var(--gold); }

.section,
.form-section {
  padding: clamp(52px, 7vw, 88px) var(--page-gutter);
}

.section-label {
  margin-bottom: 18px;
  color: var(--sterling-red);
  font-weight: 900;
  text-transform: uppercase;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr) !important;
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
  background: #fff8f1;
}

.intro-copy {
  max-width: 760px;
}

.intro-copy h2 {
  max-width: 820px;
  margin-bottom: 30px;
  color: var(--sterling-dark);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.18;
}

.intro-copy .stacked-copy {
  max-width: 660px;
}

.intro-checks {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

.intro-checks li {
  position: relative;
  padding-left: 38px;
}

.intro-checks li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--orange);
  content: "✓";
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.intro-images {
  position: relative;
  min-height: 560px;
}

.intro-image {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(12, 35, 49, 0.12);
}

.intro-image-tall {
  top: 0;
  right: 0;
  width: min(320px, 58%);
  height: 520px;
}

.intro-image-small {
  right: min(250px, 44%);
  bottom: 4px;
  width: min(330px, 56%);
  height: 230px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.stacked-copy {
  color: var(--muted);
  font-size: 17px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.steps-grid,
.prize-grid,
.schedule-grid {
  display: grid;
  gap: 18px;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card,
.prize-card,
.schedule-card,
.benefit-panel,
.eligibility-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(44, 25, 19, 0.06);
}

.step-card {
  padding: 24px;
}

.step-number {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--sterling-red);
  font-size: 15px;
  font-weight: 900;
}

.step-card p,
.schedule-card p,
.prize-card p {
  color: var(--muted);
}

.prize-section {
  background: #fff;
}

.prize-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
}

.prize-card {
  position: relative;
  min-height: 205px;
  padding: 26px;
}

.prize-card > span:not(.prize-icon) {
  display: block;
  margin-bottom: 18px;
  font-weight: 900;
}

.prize-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--sterling-red);
  background: #fff0ec;
  border-radius: 18px;
}

.prize-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.prize-card strong {
  display: block;
  color: var(--sterling-red);
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1;
  font-weight: 900;
}

.winner {
  min-height: 250px;
  color: #fff;
  background: var(--sterling-red);
  border-color: var(--sterling-red);
}

.winner .prize-icon {
  color: var(--sterling-red);
  background: #fff;
}

.winner .prize-icon svg {
  fill: currentColor;
  stroke-width: 1.5;
}

.winner strong,
.winner p {
  color: #fff;
}

.benefits-eligibility {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
}

.benefit-panel,
.eligibility-panel {
  padding: clamp(28px, 4vw, 44px);
}

.icon-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.icon-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 700;
}

.icon-list span {
  color: var(--gold);
}

.eligibility-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.eligibility-tags span {
  padding: 10px 14px;
  color: var(--sterling-red);
  background: #fff0ec;
  border-radius: 999px;
  font-weight: 900;
}

.schedule-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.schedule-card {
  display: flex;
  gap: 18px;
  padding: 28px;
}

.schedule-icon {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 18px;
  font-weight: 900;
}

.form-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(244, 122, 19, 0.22) 0 120px, transparent 122px),
    var(--sterling-dark);
}

.form-intro {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.form-intro h2 {
  color: #fff;
}

  .intro-section,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .is-embedded .hero {
    min-height: auto;
  }

  .intro-copy h2 {
    font-size: clamp(30px, 6vw, 44px);
  }

  .intro-images {
    min-height: 460px;
  }

  .intro-image-tall {
    width: 58%;
    height: 420px;
  }

  .intro-image-small {
    right: 40%;
    width: 56%;
    height: 210px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .steps-grid,
  .prize-grid,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .winner,
  .prize-card {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 14px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .quiz-card {
    inset: auto auto 18px 0;
    padding: 18px;
  }

  .photo-ring {
    top: 18px;
    right: -12px;
    width: 286px;
  }

  .floating-note {
    font-size: 12px;
  }

  .note-one {
    top: 26px;
  }

  .note-two {
    right: 0;
    bottom: 42px;
  }

  .math-orbit span {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .intro-images {
    min-height: 520px;
  }

  .intro-image {
    border-radius: 22px;
  }

  .intro-image-tall {
    right: 0;
    width: 78%;
    height: 410px;
  }

  .intro-image-small {
    right: auto;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 210px;
  }

  .section,
  .form-section {
    padding-inline: 16px;
  }
}

body.elementor-page-169267 main#top .intro-images {
  position: relative;
  min-height: 560px;
}

body.elementor-page-169267 main#top .intro-images .intro-image {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 28px !important;
  box-shadow: 0 18px 44px rgba(12, 35, 49, 0.12);
  max-width: none !important;
}

body.elementor-page-169267 main#top .intro-images .intro-image-tall {
  top: 0;
  right: 0;
  width: min(320px, 58%) !important;
  height: 520px !important;
}

body.elementor-page-169267 main#top .intro-images .intro-image-small {
  right: min(250px, 44%);
  bottom: 4px;
  width: min(330px, 56%) !important;
  height: 230px !important;
}

@media (max-width: 920px) {
  body.elementor-page-169267 main#top .intro-images {
    min-height: 460px;
  }

  body.elementor-page-169267 main#top .intro-images .intro-image-tall {
    width: 58% !important;
    height: 420px !important;
  }

  body.elementor-page-169267 main#top .intro-images .intro-image-small {
    right: 40%;
    width: 56% !important;
    height: 210px !important;
  }
}

@media (max-width: 640px) {
  body.elementor-page-169267 main#top .intro-images {
    min-height: 520px;
  }

  body.elementor-page-169267 main#top .intro-images .intro-image {
    border-radius: 22px !important;
  }

  body.elementor-page-169267 main#top .intro-images .intro-image-tall {
    right: 0;
    width: 78% !important;
    height: 410px !important;
  }

  body.elementor-page-169267 main#top .intro-images .intro-image-small {
    right: auto;
    left: 0;
    bottom: 0;
    width: 70% !important;
    height: 210px !important;
  }
}



/* Register section - Elementor form only */
body.elementor-page-169267 main#top #register.form-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(244, 122, 19, 0.22) 0 120px, transparent 122px),
    #08263a !important;
  padding: clamp(52px, 7vw, 88px) max(20px, calc((100vw - 1280px) / 2)) !important;
}

body.elementor-page-169267 main#top #register .form-intro {
  max-width: 760px !important;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

body.elementor-page-169267 main#top #register .form-intro .eyebrow {
  color: #f47a13 !important;
}

body.elementor-page-169267 main#top #register .form-intro h2 {
  color: #ffffff !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
  font-size: clamp(26px, 3vw, 40px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
}

body.elementor-page-169267 main#top #register .elementor-widget-form {
  max-width: 1040px !important;
  margin-inline: auto !important;
  padding: clamp(22px, 4vw, 40px) !important;
  background: #ffffff !important;
  border: 1px solid #eadbd5 !important;
  border-radius: 22px !important;
  box-shadow: 0 24px 60px rgba(8, 38, 58, 0.12) !important;
}

body.elementor-page-169267 main#top #register form.elementor-form {
  display: flex !important;
  flex-wrap: wrap !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  margin-inline: -9px !important;
}

body.elementor-page-169267 main#top #register .elementor-form .elementor-field-group {
  display: block !important;
  float: none !important;
  clear: none !important;
  min-width: 0 !important;
  padding-inline: 9px !important;
  margin: 0 0 18px !important;
  box-sizing: border-box !important;
}

body.elementor-page-169267 main#top #register .elementor-form .elementor-field-group.elementor-col-50,
body.elementor-page-169267 main#top #register .elementor-col-50 {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50% !important;
}

body.elementor-page-169267 main#top #register .elementor-form .elementor-field-group.elementor-col-100,
body.elementor-page-169267 main#top #register .elementor-col-100 {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.elementor-page-169267 main#top #register .elementor-field-label {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #08263a !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

body.elementor-page-169267 main#top #register .elementor-field,
body.elementor-page-169267 main#top #register .elementor-field-textual,
body.elementor-page-169267 main#top #register input.elementor-field,
body.elementor-page-169267 main#top #register textarea.elementor-field {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 58px !important;
  padding: 0 14px !important;
  border: 1px solid #dcc9c2 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #241f21 !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.elementor-page-169267 main#top #register textarea.elementor-field-textual,
body.elementor-page-169267 main#top #register textarea.elementor-field {
  min-height: 120px !important;
  padding-block: 12px !important;
}

body.elementor-page-169267 main#top #register .elementor-field:focus,
body.elementor-page-169267 main#top #register .elementor-field-textual:focus,
body.elementor-page-169267 main#top #register input.elementor-field:focus,
body.elementor-page-169267 main#top #register textarea.elementor-field:focus {
  border-color: #d71920 !important;
  outline: 3px solid rgba(215, 25, 32, 0.18) !important;
  box-shadow: none !important;
}

/* Select fields - remove Elementor/theme double borders */
body.elementor-page-169267 main#top #register .elementor-field-type-select {
  position: relative !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-select .elementor-select-wrapper {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-select .elementor-select-wrapper::before,
body.elementor-page-169267 main#top #register .elementor-field-type-select .elementor-select-wrapper::after,
body.elementor-page-169267 main#top #register .elementor-field-type-select .elementor-field::before,
body.elementor-page-169267 main#top #register .elementor-field-type-select .elementor-field::after {
  display: none !important;
  content: none !important;
}

body.elementor-page-169267 main#top #register select,
body.elementor-page-169267 main#top #register select.elementor-field,
body.elementor-page-169267 main#top #register .elementor-field-type-select select,
body.elementor-page-169267 main#top #register .elementor-field-type-select select.elementor-field {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 42px 0 14px !important;
  border: 1px solid #dcc9c2 !important;
  border-radius: 14px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  background-clip: padding-box !important;
  color: #241f21 !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 50px !important;
  box-shadow: none !important;
  outline: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-select::after {
  position: absolute !important;
  right: 23px !important;
  bottom: 22px !important;
  z-index: 2 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  content: "" !important;
  border-top: 6px solid #241f21 !important;
  border-right: 5px solid transparent !important;
  border-left: 5px solid transparent !important;
}

body.elementor-page-169267 main#top #register select:focus,
body.elementor-page-169267 main#top #register select.elementor-field:focus,
body.elementor-page-169267 main#top #register .elementor-field-type-select select:focus {
  border-color: #d71920 !important;
  outline: 3px solid rgba(215, 25, 32, 0.18) !important;
  box-shadow: none !important;
}

/* Radio, checkbox, and acceptance rows */
body.elementor-page-169267 main#top #register .elementor-field-subgroup {
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-radio .elementor-field-subgroup {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-checkbox .elementor-field-subgroup,
body.elementor-page-169267 main#top #register .elementor-field-type-acceptance .elementor-field-subgroup {
  grid-template-columns: 1fr !important;
}

body.elementor-page-169267 main#top #register .elementor-field-option {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 58px !important;
  padding: 13px 14px !important;
  border: 1px solid #eadbd5 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #08263a !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

body.elementor-page-169267 main#top #register .elementor-field-option input,
body.elementor-page-169267 main#top #register .elementor-field-option input[type="radio"],
body.elementor-page-169267 main#top #register .elementor-field-option input[type="checkbox"] {
  flex: 0 0 18px !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: #d71920 !important;
}

body.elementor-page-169267 main#top #register .elementor-field-option label {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #08263a !important;
  font: inherit !important;
  line-height: inherit !important;
}

body.elementor-page-169267 main#top #register .elementor-button {
  width: 100% !important;
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d71920 !important;
  color: #ffffff !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.26) !important;
}

body.elementor-page-169267 main#top #register .elementor-button:hover {
  background: #b9141a !important;
}

/* Live Elementor overrides - keep cards in desktop grids */
body.elementor-page-169267 main#top .steps-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.elementor-page-169267 main#top .prize-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: end !important;
  gap: 18px !important;
}

body.elementor-page-169267 main#top .schedule-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.elementor-page-169267 main#top .prize-card,
body.elementor-page-169267 main#top .schedule-card,
body.elementor-page-169267 main#top .step-card {
  width: auto !important;
  max-width: none !important;
}

@media (max-width: 920px) {
  body.elementor-page-169267 main#top .steps-grid,
  body.elementor-page-169267 main#top .prize-grid,
  body.elementor-page-169267 main#top .schedule-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  body.elementor-page-169267 main#top #register.form-section {
    padding-inline: 16px !important;
  }

  body.elementor-page-169267 main#top #register .elementor-widget-form {
    padding: 20px !important;
  }

  body.elementor-page-169267 main#top #register .elementor-form .elementor-field-group.elementor-col-50,
  body.elementor-page-169267 main#top #register .elementor-col-50 {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.elementor-page-169267 main#top #register .elementor-field-type-radio .elementor-field-subgroup {
    grid-template-columns: 1fr !important;
  }
}

/* Final select fix - single clean chevron, no Elementor/native double arrow */
body.elementor-page-169267 main#top #register .elementor-field-type-select::after,
body.elementor-page-169267 main#top #register .elementor-field-type-select .elementor-select-wrapper::before,
body.elementor-page-169267 main#top #register .elementor-field-type-select .elementor-select-wrapper::after,
body.elementor-page-169267 main#top #register .elementor-field-type-select .select-caret-down-wrapper {
  display: none !important;
  content: none !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-select .elementor-select-wrapper {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-select select,
body.elementor-page-169267 main#top #register .elementor-field-type-select select.elementor-field {
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 48px 0 18px !important;
  border: 1px solid #dcc9c2 !important;
  border-radius: 18px !important;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.5L7 7.25L12.75 1.5' stroke='%23241F21' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 14px 9px !important;
  color: #241f21 !important;
  line-height: 58px !important;
  box-shadow: none !important;
  outline: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-select select::-ms-expand {
  display: none !important;
}

body.elementor-page-169267 main#top #register .elementor-field-type-select select:focus {
  border-color: #d71920 !important;
  outline: 3px solid rgba(215, 25, 32, 0.18) !important;
  box-shadow: none !important;
}


body.elementor-page-169267 main#top #register .elementor-field.elementor-select-wrapper.remove-before{
    padding: 0 !important;
}

/* Flatpickr date picker fix - show month and year controls clearly */
.flatpickr-calendar {
  width: 340px !important;
  max-width: calc(100vw - 32px) !important;
  border: 1px solid #eadbd5 !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 48px rgba(12, 35, 49, 0.16) !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
}

.flatpickr-calendar .flatpickr-months {
  height: 54px !important;
  align-items: center !important;
}

.flatpickr-calendar .flatpickr-month {
  height: 54px !important;
}

.flatpickr-calendar .flatpickr-current-month {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  left: 44px !important;
  right: 44px !important;
  width: auto !important;
  height: 54px !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 54px !important;
}

.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  display: inline-block !important;
  width: auto !important;
  min-width: 108px !important;
  height: 38px !important;
  padding: 0 28px 0 10px !important;
  border: 0 !important;
  background-color: transparent !important;
  color: #241f21 !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  box-shadow: none !important;
  appearance: auto !important;
  -webkit-appearance: menulist !important;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 76px !important;
  min-width: 76px !important;
  height: 38px !important;
  align-items: center !important;
  overflow: visible !important;
}

.flatpickr-calendar .flatpickr-current-month input.cur-year,
.flatpickr-calendar .flatpickr-current-month .cur-year {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 76px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 8px !important;
  border: 1px solid #eadbd5 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #241f21 !important;
  font-family: "Albert Sans", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  text-align: center !important;
  box-shadow: none !important;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper span {
  display: block !important;
  opacity: 1 !important;
  right: 2px !important;
  width: 14px !important;
  border-left: 1px solid #eadbd5 !important;
}

.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  top: 8px !important;
  width: 38px !important;
  height: 38px !important;
  padding: 9px !important;
  color: #08263a !important;
}

.flatpickr-calendar .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-next-month svg {
  width: 16px !important;
  height: 16px !important;
}

.winners-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.winners-media {
  display: grid;
  gap: 18px;
}

.winners-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(12, 35, 49, 0.12);
}

.winners-pdf-button {
  width: fit-content;
}

.winners-accordion {
  display: grid;
  gap: 14px;
}

.winner-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(44, 25, 19, 0.06);
  overflow: hidden;
}

.winner-item summary {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 22px 56px 22px 24px;
  color: var(--sterling-dark);
  cursor: pointer;
  list-style: none;
}

.winner-item summary::-webkit-details-marker {
  display: none;
}

.winner-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  content: "";
  border-right: 2px solid var(--sterling-red);
  border-bottom: 2px solid var(--sterling-red);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.winner-item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.winner-item summary span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.winner-item summary strong {
  font-size: 20px;
  line-height: 1.2;
}

.winner-list {
  display: grid;
  gap: 10px;
  padding: 0 24px 24px;
  margin: 0;
  list-style: none;
}

.winner-list li {
  display: grid;
  grid-template-columns: minmax(96px, 0.7fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #fff8f1;
  border: 1px solid var(--border);
  border-radius: 14px;
}

.winner-list span {
  color: var(--sterling-red);
  font-size: 13px;
  font-weight: 900;
}

.winner-list strong {
  color: var(--sterling-dark);
}

.winner-list em {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}

.schedule-card {
  display: flex;
  gap: 18px;
  padding: 28px;
}

.schedule-icon {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 18px;
  font-weight: 900;
}

.form-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(244, 122, 19, 0.22) 0 120px, transparent 122px),
    var(--sterling-dark);
}

.form-intro {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.form-intro h2 {
  color: #fff;
}

.registration-form {
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(20px, 4vw, 40px);
}

fieldset {
  padding: 0;
  margin: 0 0 34px;
  border: 0;
}

legend {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: var(--sterling-red);
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

label,
.field-label {
  display: grid;
  gap: 8px;
  color: var(--sterling-dark);
  font-size: 14px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #dcc9c2;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

input:focus,
select:focus {
  outline: 3px solid rgba(215, 25, 32, 0.18);
  border-color: var(--sterling-red);
}

.field-block,
.full-width {
  grid-column: 1 / -1;
}

.radio-row,
.consent-list {
  display: grid;
  gap: 10px;
}

.radio-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.radio-row label,
.consent-list label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  font-weight: 700;
}

input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--sterling-red);
}

.form-submit {
  width: 100%;
  border: 0;
  font-size: 16px;
}

@media (max-width: 920px) {
  .header-nav {
    display: none;
  }

  .hero,
  .benefits-eligibility {
    grid-template-columns: 1fr;
  }

  .intro-section,
  .split,
  .winners-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .is-embedded .hero {
    min-height: auto;
  }

  .intro-copy h2 {
    font-size: clamp(30px, 6vw, 44px);
  }

  .intro-images {
    min-height: 460px;
  }

  .intro-image-tall {
    width: 58%;
    height: 420px;
  }

  .intro-image-small {
    right: 40%;
    width: 56%;
    height: 210px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .steps-grid,
  .prize-grid,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .winner,
  .prize-card {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 14px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .quiz-card {
    inset: auto auto 18px 0;
    padding: 18px;
  }

  .photo-ring {
    top: 18px;
    right: -12px;
    width: 286px;
  }

  .floating-note {
    font-size: 12px;
  }

  .note-one {
    top: 26px;
  }

  .note-two {
    right: 0;
    bottom: 42px;
  }

  .math-orbit span {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .form-grid,
  .radio-row {
    grid-template-columns: 1fr;
  }

  .intro-images {
    min-height: 520px;
  }

  .intro-image {
    border-radius: 22px;
  }

  .intro-image-tall {
    right: 0;
    width: 78%;
    height: 410px;
  }

  .intro-image-small {
    right: auto;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 210px;
  }

  .section,
  .form-section {
    padding-inline: 16px;
  }

  .winner-item summary {
    padding-inline: 18px 48px;
  }

  .winner-list {
    padding-inline: 18px;
  }

  .winner-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (width <= 520px){
    .intro-section{
        grid-template-columns: 1fr !important;
    }
}/* End custom CSS */