/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --tw-color-green-700: oklch(52.7% 0.154 150.069);
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-text-xl: 1.25rem;
    --tw-text-xl--line-height: calc(1.75 / 1.25);
    --tw-font-weight-bold: 700;
    --tw-default-font-family: var(--tw-font-sans);
    --tw-default-mono-font-family: var(--tw-font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--tw-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--tw-default-font-feature-settings, normal);
    font-variation-settings: var(--tw-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--tw-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .tw\:my-3 {
    margin-block: calc(var(--tw-spacing) * 3);
  }
  .tw\:my-6 {
    margin-block: calc(var(--tw-spacing) * 6);
  }
  .tw\:my-12 {
    margin-block: calc(var(--tw-spacing) * 12);
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:h-\[400px\] {
    height: 400px;
  }
  .tw\:w-24 {
    width: calc(var(--tw-spacing) * 24);
  }
  .tw\:w-full {
    width: 100%;
  }
  .tw\:shrink-0 {
    flex-shrink: 0;
  }
  .tw\:items-center {
    align-items: center;
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3);
  }
  .tw\:gap-8 {
    gap: calc(var(--tw-spacing) * 8);
  }
  .tw\:space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--tw-spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--tw-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .tw\:overflow-hidden {
    overflow: hidden;
  }
  .tw\:bg-green-700 {
    background-color: var(--tw-color-green-700);
  }
  .tw\:px-3 {
    padding-inline: calc(var(--tw-spacing) * 3);
  }
  .tw\:py-5 {
    padding-block: calc(var(--tw-spacing) * 5);
  }
  .tw\:pt-2 {
    padding-top: calc(var(--tw-spacing) * 2);
  }
  .tw\:text-center {
    text-align: center;
  }
  .tw\:text-xl {
    font-size: var(--tw-text-xl);
    line-height: var(--tw-leading, var(--tw-text-xl--line-height));
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
  }
  .tw\:whitespace-nowrap {
    white-space: nowrap;
  }
  .tw\:\!text-white\/70 {
    color: var(--tw-color-white) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--tw-color-white) 70%, transparent) !important;
    }
  }
  .tw\:text-white {
    color: var(--tw-color-white);
  }
  .tw\:\!underline {
    text-decoration-line: underline !important;
  }
  .tw\:underline {
    text-decoration-line: underline;
  }
  .tw\:md\:h-\[750px\] {
    @media (width >= 48rem) {
      height: 750px;
    }
  }
  .tw\:md\:w-48 {
    @media (width >= 48rem) {
      width: calc(var(--tw-spacing) * 48);
    }
  }
}
#btn-compete {
  border-radius: 4px !important;
  border: 2px solid #0070CD;
  color: #0070CD;
  height: 52px;
  text-align: center;
  margin-right: 10px;
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-container {
  position: relative;
  z-index: 1030;
}
.header-progress-bar-wrapper {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BEBA96;
}
.header-progress-bar-wrapper .heading {
  font-size: 23px;
  color: #0070CD;
  line-height: 1.1em;
}
.header-progress-bar-wrapper .donate-now-btn {
  width: 100%;
  height: 47px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 13px;
  margin-top: 5px;
}
.header-progress-bar-wrapper .donate-now-btn:hover,
.header-progress-bar-wrapper .donate-now-btn:active,
.header-progress-bar-wrapper .donate-now-btn:focus {
  color: #fff;
}
.header-progress-bar-wrapper .progress-box-close-btn {
  width: 100%;
  height: 40px;
  background-color: #fff;
  color: #212121;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 7px;
  margin-top: 5px;
  border: solid 1px #0070CD;
}
.header-progress-bar-wrapper .progress-box-close-btn:hover,
.header-progress-bar-wrapper .progress-box-close-btn:active,
.header-progress-bar-wrapper .progress-box-close-btn:focus {
  color: #212121;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #get-involved-btn {
    width: 157px;
    height: 52px;
    padding-top: 17px;
    font-size: 12px !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    border-radius: 6px;
  }
  #btn-compete {
    background-color: #fff;
    color: #0070CD;
    text-decoration: none;
    width: 157px;
    height: 52px;
    padding-top: 17px;
    font-size: 12px !important;
    text-align: center;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-font-weight: initial;
    }
  }
}