<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eyebrow {
  background: hsl(0deg 0% 1.18%);
  z-index: 9999;
}

.eyebrow .container {
  max-width: 145rem;

}

.eyebrow .list-inline a {
  color: #fff;
}

.mn8-icon {
  color: var(--icba-green);
}

.compressed .mn8-icon {
  color: var(--icba-black);
}

footer {
  background: var(--icba-black);
  color: var(--icba-white);
  margin-top: auto;
}

.footTop {
  padding: 15px 0;
  background: var(--icba-black);
}

.footMid {
  padding: 20px 0;
  background: var(--icba-black);
}

.lead-logo {
  max-width: 100px;
}

.mega-nav__container {
  max-width: 145rem;
}

.mega-nav--desktop .mega-nav__control {
  color: var(--icba-black);
  font-family: "Special Elite", system-ui;
  font-size: 1.4rem;
}

.mega-nav__item:last-of-type {
  display: none;
}

/* NEW CSS */

:root {
  --live-gray: #191919;
  --live-white: #eeebeb;
  --icba-black: hsl(0, 0%, 6%);
  --pink: hsl(338, 70%, 55%);
  --teal: hsl(183, 70%, 62%);
  --white: hsl(334, 7%, 95%);
  --window-frame: #0a0a0a;
  --button-highlight: #ffffff;
  --button-face: #dfdfdf;
  --button-shadow: #808080;
  --surface: #c0c0c0;
  --border-window-outer: inset -1px -1px var(--window-frame),
    inset 1px 1px var(--button-face);
  --border-window-inner: inset -2px -2px var(--button-shadow),
    inset 2px 2px var(--button-highlight);
  --dialog-blue: #000080;
  --dialog-blue-light: #1084d0;
}

.lead-logo {
  max-width: 100px;
}

.mega-nav__item:last-of-type {
  display: none;
}

body {
  background: linear-gradient(to top, #000000, #000000, #333333, #333333);
  background-size: cover;
  background-size: 100% 2px;
  -webkit-animation: scanlines infinite 25s linear;
  animation: scanlines infinite 25s linear;

}

@-moz-document url-prefix() {

  body {
    background: linear-gradient(to top, #000000c9, #000, #333, #333);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Dela Gothic One', sans-serif;
  font-weight: 400;
  font-style: normal; */
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 0.09em currentColor;
  color: var(--icba-green)
}

p {
  /* font-family: 'VT323', monospace; */
  /* font-family: 'Dela Gothic One', sans-serif; */
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-lg);
  line-height: 1.1;
}

main p {
  color: rgb(222, 222, 222);
  font-size: var(--font-lg);
  line-height: 1.2;
  margin-bottom: 1.7rem;
  text-shadow: 0 0 0.15em currentColor;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #aecefe;
}

p a {
  color: #aecefe;
}

section ::marker {
  color: var(--icba-green);
  font-size: var(--font-xl);
  content: "Â»";
}

section li {
  padding: 0 0 0 1rem;
}

.btn-primary {
  border-radius: 0;
  border: var(--icba-green) 2px solid;
  color: var(--icba-black);
  background-color: var(--icba-green);
  font-family: "Special Elite", system-ui;
  line-height: 0;
  padding: var(--space-sm);
  font-size: var(--font-larger);
}

.btn-primary:hover {
  background-color: var(--icba-green);
  color: var(--icba-black);
  border: var(--icba-green) 2px solid;
}

.btn-secondary {
  border-radius: 0;
  border: var(--icba-green) 2px solid;
  background-color: transparent;
}

.btn-secondary:hover {
  background-color: var(--icba-green);
  color: var(--icba-black);
  border: var(--icba-green) 2px solid;
}

/* SPLASH VIDEO */
.spy-video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000;
  display: block;
  z-index: 2000;
  -webkit-animation: fadeOut 0.7s ease 3.3s forwards;
  animation: fadeOut 0.7s ease 3.4s forwards;
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    pointer-events: none;
  }
}

.splash {
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.6s ease;
}

.splash.hide {
  opacity: 0;
  pointer-events: none;
}

/* PARALLAX HERO */

.hero-container {
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead-hero {
  background-image: url('https://www.icba.org/images/default-source/events/lead-fwd/city-trees.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-size: 120% 120%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  transition: none;
}

.lead-hero-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead-hero-inner h1 {
  font-size: var(--font-xxl);
  color: var(--icba-white);
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}

.hero-inner-box {
  width: 100%;
  max-width: 93vw;
  /* or whatever max width you want */
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 100vh;
  box-sizing: border-box;
}



.left-box,
.right-box {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-direction: column;
}

.left-box {
  justify-content: flex-end;
}

.left-box .gray-box {
  border-radius: 0;
  padding-bottom: 7rem;

  max-width: 800px;
}


.center-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Push content to the bottom */
  align-items: center;
  /* Center horizontally, optional */
  height: 100%;
  /* Ensure it fills the parent */
  min-height: 0;
  /* Prevent overflow */
  position: relative;
  /* For context, if needed */
}

.center-box img {
  height: auto;
  display: block;
  position: relative;
  bottom: 0;
  margin-bottom: -20px;
}

/* Responsive: stack columns on small screens */
@media (max-width: 1200px) {
  .hero-inner-box {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
    height: 100vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .left-box {
    order: 3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    /* Fixes overflow */
    min-width: 0;
    padding: 0;
    /* Remove side padding */
    margin: 0;
    /* Remove margin if any */
    border-radius: 0;
    z-index: 3;
    box-sizing: border-box;
  }

  .center-box,
  .right-box {
    order: initial;
    position: static;
    width: 100%;
    min-width: 0;
  }

  .hero-inner-box {
    padding-bottom: 0;
    max-width: none;
    /* Remove any bottom padding if present */
  }

  .left-box .gray-box {
    border-radius: 0;
    padding-bottom: 7rem;

    max-width: none;
  }

  .parallax-item {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-height: 590px) and (max-height: 650px) {
  body {
    background-color: yellow !important;
    /* Debugging style */
  }

  .lead-hero .type-in-view h1 {
    font-size: var(--font-lg) !important;
    display: inline;
    line-height: 1;
  }

  .typed-cursor {
    font-weight: normal;
    margin-left: 0;
    font-size: var(--font-lg) !important;
    color: var(--icba-green);
  }

  /* Add other CSS rules as needed */
}


/* OVERLAY  */
/* .lead-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.1);
  z-index: 1;
} */

/* Parallax Content Box  */
.gray-box {
  padding: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(to top, #000000, #000000, #333333, #333333);
  background-size: cover;
  background-size: 100% 3px;
  -webkit-animation: scanlines infinite 25s linear;
  animation: scanlines infinite 25s linear;
}

.gray-box h1,
.gray-box h2,
.gray-box h3,
.gray-box h4,
.gray-box h5,
.gray-box h6 {
  color: var(--icba-green);
}

.gray-box h4 {
  font-size: var(--font-xxl);
}

.gray-box p {
  color: var(--icba-green);
  font-size: var(--font-md);
}

.lead-hero .gray-box h1 {
  color: var(--icba-green);
  font-size: var(--font-xl);
}

.lead-hero .text-emphasis {
  color: var(--icba-white);
}

.white-border-box {
  background-size: cover;
  background-size: 100% 3px;
  -webkit-animation: scanlines infinite 25s linear;
  animation: scanlines infinite 25s linear;
  border: 4px solid var(--icba-white);
}

.vertical-padding {
  padding: 3.5rem 1.5rem;
}

.white-border-box h1 {
  color: var(--icba-white);
  font-size: var(--font-lg);
  margin-bottom: 3rem !important;
}

.white-border-box p {
  color: var(--icba-white);
  font-size: var(--font-md);
  padding-top: 1rem;
}

.white-border-box .text-emphasis {
  color: var(--icba-green);
}

@-webkit-keyframes scanlines {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -10px;
  }
}

@keyframes scanlines {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -10px;
  }
}

.offset-box-1-wrap {
  position: relative;
  display: inline-block;
}

.offset-box-1-border {
  position: absolute;
  top: -5px;
  /* Increase these values to make the border stick out */
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0 0,
      100% 0,
      100% 0,
      100% 74%,
      74% 100%,
      0 100%,
      0 100%,
      0 0);
  clip-path: polygon(0 0,
      100% 0,
      100% 0,
      100% 74%,
      74% 100%,
      0 100%,
      0 100%,
      0 0);
  border: 1px solid #fff;
  background: #fff;
}

.offset-box-1 {
  position: relative;
  z-index: 2;
  padding: 3.5rem;
  background: linear-gradient(to top, #000000, #000000, #333333, #333333);
  background-size: cover;
  background-size: 100% 3px;
  -webkit-animation: scanlines infinite 25s linear;
  animation: scanlines infinite 25s linear;
  -webkit-clip-path: polygon(0 0,
      100% 0,
      100% 0,
      100% 74%,
      74% 100%,
      0 100%,
      0 100%,
      0 0);
  clip-path: polygon(0 0,
      100% 0,
      100% 0,
      100% 74%,
      74% 100%,
      0 100%,
      0 100%,
      0 0);
  /* your other styles */
}

.offset-box-1 h1 {
  color: var(--icba-white);
  font-size: var(--font-xl);
}

.parallax-content {
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(1000px);
}

.parallax-content-inner {
  transform: translateZ(100px);
}

/* .gray-box .parallax-content-inner&gt;* {
  text-shadow: 0 0 0.25em currentColor;
} */

.transparent-box {
  background: transparent;
  border-radius: 5px;
  border: 1px solid var(--icba-green);
  padding: 2rem 32px;

}

.transparent-box h4 {
  /* font-family: 'Dela Gothic One', sans-serif;
  font-weight: 400;
  font-style: normal; */
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--icba-green);
  font-size: var(--font-xxl);

}

.transparent-box p {
  color: var(--icba-white);
  font-size: var(--font-lg);
  margin-bottom: 5px;
}

/* shadow */
.parallax-content::before {
  inset: 0.75rem;
  border-radius: inherit;
  background: rgb(24, 24, 24);
  z-index: -1;
  transform: translateZ(-50px);
  transform: translateZ(-50px);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  opacity: 0.5;
}

/* gradient thingy */
.parallax-content::after {
  z-index: -2;
  inset: -1rem;
  background: linear-gradient(-45deg, rgb(24, 24, 24), rgb(24, 24, 24));
  transform: translateZ(-50px);
}

.h1 {
  font-size: var(--font-xxxl);
  display: inline;
  line-height: 1;

  span {
    display: inline;
    line-height: 1;
    color: var(--icba-blue);
  }
}

.lead-hero .type-in-view h1 {
  /* font-size: var(--font-xxxl); */
  font-size: clamp(2rem, 4vw + 1rem, 3.438rem);
  display: inline;
  line-height: 1;
  /* font-family: 'Dela Gothic One', sans-serif; */
  font-family: "Michroma", sans-serif;
}

.type-in-view h1,
.type-in-view h2,
.type-in-view h3,
.type-in-view h4,
.type-in-view h5,
.type-in-view h6 {
  /* font-family: 'Dela Gothic One', sans-serif; */
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline;
  line-height: 1;

}

h1 span[id^='typed'],
h2 span[id^='typed'],
h3 span[id^='typed'],
h4 span[id^='typed'],
h5 span[id^='typed'],
h6 span[id^='typed'] {
  /* font-family: 'Dela Gothic One', sans-serif; */
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.typed-cursor {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  font-weight: inherit;
}

section h1 span[id^='typed'],
.typed-cursor {

  color: #fff;
}

.typed-cursor {
  /* Optional: style the cursor */
  font-weight: normal;
  margin-left: 0;
  font-size: clamp(2rem, 4vw + 1rem, 2.738rem);
  color: var(--icba-green);
}

.text-emphasis {
  color: var(--icba-green);
}

/* CROSS GRID  */
.grid-6 .with-borders:nth-of-type(1) {
  border-bottom: 2px solid var(--icba-green);
  border-right: 2px solid var(--icba-green);
}

.grid-6 .with-borders:nth-of-type(2) {
  border-bottom: 2px solid var(--icba-green);
  border-right: 2px solid var(--icba-green);
}

.grid-6 .with-borders:nth-of-type(3) {
  border-bottom: 2px solid var(--icba-green);
}

.grid-6 .with-borders:nth-of-type(4) {
  border-right: 2px solid var(--icba-green);
}

.grid-6 .with-borders:nth-of-type(5) {
  border-right: 2px solid var(--icba-green);
}

@media (max-width: 992px) {
  .grid-6 .with-borders:nth-of-type(1) {
    border-bottom: 2px solid var(--icba-green);
    border-right: none;
  }

  .grid-6 .with-borders:nth-of-type(2) {
    border-bottom: 2px solid var(--icba-green);
    border-right: none;
  }

  .grid-6 .with-borders:nth-of-type(3) {
    border-bottom: 2px solid var(--icba-green);
    border-right: none;
  }

  .grid-6 .with-borders:nth-of-type(4) {
    border-bottom: 2px solid var(--icba-green);
    border-right: none;
  }

  .grid-6 .with-borders:nth-of-type(5) {
    border-bottom: 2px solid var(--icba-green);
    border-right: none;
  }
}

@-webkit-keyframes rotate-slow {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-slow {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-medium {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-medium {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-fast {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-fast {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-xfast {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-xfast {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.08;
  }
}

@keyframes pulse {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.08;
  }
}

.green-retro-icon1 {
  -webkit-animation: rotate-slow 18s linear infinite, pulse 14.5s ease-in-out infinite;
  animation: rotate-slow 18s linear infinite, pulse 14.5s ease-in-out infinite;
}

.green-retro-icon2 {
  -webkit-animation: rotate-medium 15s linear infinite, pulse 12s ease-in-out infinite;
  animation: rotate-medium 15s linear infinite, pulse 12s ease-in-out infinite;
}

.green-retro-icon3 {
  -webkit-animation: rotate-fast 13s linear infinite, pulse 11.7s ease-in-out infinite;
  animation: rotate-fast 13s linear infinite, pulse 11.7s ease-in-out infinite;
}

.green-retro-icon4 {
  -webkit-animation: rotate-xfast 14.5s linear infinite, pulse 16.2s ease-in-out infinite;
  animation: rotate-xfast 14.5s linear infinite, pulse 16.2s ease-in-out infinite;
}

.green-retro-icon5 {
  -webkit-animation: rotate-medium 11s linear infinite, pulse 21.8s ease-in-out infinite;
  animation: rotate-medium 11s linear infinite, pulse 21.8s ease-in-out infinite;
}

.green-retro-icon6 {
  -webkit-animation: rotate-fast 12.5s linear infinite, pulse 11.5s ease-in-out infinite;
  animation: rotate-fast 12.5s linear infinite, pulse 11.5s ease-in-out infinite;
}

.title-bar,
.window {
  font-family: "Pixelated MS Sans Serif", Arial;
  font-size: 11px;
}

.window {
  box-shadow: var(--border-window-outer), var(--border-window-inner);
  background: var(--surface);
  padding: 3px;
}

.title-bar {
  background: linear-gradient(90deg,
      var(--dialog-blue),
      var(--dialog-blue-light));
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spy-gallery {
  display: flex;
  width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 4rem 0;
  justify-content: center;
  position: relative;
  align-items: center;
  /* vertical centering for overlay */
  justify-content: center;
}

.spy-gallery img {
  flex: 0 0 33vw;
  max-width: 33vw;
  min-width: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  /* Overlap handled below */
}

.spy-gallery img:hover,
.spy-gallery img:active,
.spy-gallery img:focus {
  -webkit-filter: none;
  filter: none;
}

/* Overlay container for each image */
.spy-gallery .intel-overlay-wrap {
  position: relative;
  flex: 0 0 25vw;
  max-width: 25vw;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.spy-gallery-intel-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--icba-white);
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
  letter-spacing: 0.2em;
  padding: 1vw 3vw;
  border-radius: 0;
  z-index: 20;
  pointer-events: none;
  text-align: center;
  position: absolute;
  -webkit-filter: drop-shadow(0 6px 24px #000) drop-shadow(0 2px 8px #222);
  filter: drop-shadow(0 6px 24px #000) drop-shadow(0 2px 8px #222);
}

.spy-gallery-intel-center::before,
.spy-gallery-intel-center::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-radius: 0;
  pointer-events: none;
}

.spy-gallery-intel-center::before {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.spy-gallery-intel-center::after {
  bottom: -5px;
  right: -5px;
  border-left: none;
  border-top: none;
}

/* Add two more corners for all four */
.spy-gallery-intel-center .corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-radius: 0;
  pointer-events: none;
}

.spy-gallery-intel-center .corner.tl {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.spy-gallery-intel-center .corner.tr {
  top: -5px;
  right: -5px;
  border-left: none;
  border-bottom: none;
}

.spy-gallery-intel-center .corner.bl {
  bottom: -5px;
  left: -5px;
  border-right: none;
  border-top: none;
}

.spy-gallery-intel-center .corner.br {
  bottom: -5px;
  right: -5px;
  border-left: none;
  border-top: none;
}

/* Overlap and rotation for each image */
.spy-gallery .intel-overlay-wrap:nth-child(1) img {
  transform: rotate(-10deg);
  margin-left: 0;
  z-index: 2;
}

.spy-gallery .intel-overlay-wrap:nth-child(2) img {
  transform: rotate(6deg);
  margin-left: -3vw;
  z-index: 3;
}

.spy-gallery .intel-overlay-wrap:nth-child(3) img {
  transform: rotate(-5deg);
  margin-left: -2vw;
  z-index: 4;
}

.spy-gallery .intel-overlay-wrap:nth-child(4) img {
  transform: rotate(8deg);
  margin-left: -3vw;
  z-index: 5;
}

/* Modal styles */
.spy-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}

.spy-modal.open {
  display: flex;
}

.spy-modal-content {
  max-width: 60vw;
  /* Reduced from 90vw */
  max-height: 60vh;
  /* Reduced from 80vh */
  margin: auto;
  border-radius: 0;

  background: #ffffff;
  display: block;
  padding: 10px;
  /* Add padding around the image */
  -o-object-fit: contain;
  object-fit: contain;
}

.spy-modal-close {
  position: absolute;
  top: 4vw;
  right: 3vw;
  color: #fff;
  font-size: 3vw;
  font-weight: bold;
  cursor: pointer;
  z-index: 1010;
  text-shadow: 0 2px 8px #000;
  transition: color 0.2s;
}

.spy-modal-close:hover {
  color: #00ff90;
}</pre></body></html>