/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --gm-font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --gm-color-blue-500: oklch(62.3% 0.214 259.815);
    --gm-color-white: #fff;
    --gm-spacing: 0.25rem;
    --gm-text-base: 1rem;
    --gm-text-base--line-height: calc(1.5 / 1);
    --gm-font-weight-normal: 400;
    --gm-font-weight-medium: 500;
    --gm-default-transition-duration: 150ms;
    --gm-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --gm-color-il_dark_orange: #C74a27;
    --gm-color-il_blue: #13294B;
    --gm-color-dark_blue: #022544;
    --gm-color-navy_blue: #0c172d;
    --gm-color-altgeld: #C84113;
    --gm-font-il_sans: 'Source Sans', sans-serif;
  }
}
@layer utilities {
  .gm\:absolute {
    position: absolute;
  }
  .gm\:relative {
    position: relative;
  }
  .gm\:top-full {
    top: 100%;
  }
  .gm\:right-0 {
    right: calc(var(--gm-spacing) * 0);
  }
  .gm\:left-0 {
    left: calc(var(--gm-spacing) * 0);
  }
  .gm\:z-10 {
    z-index: 10;
  }
  .gm\:z-2500 {
    z-index: 2500;
  }
  .gm\:float-none {
    float: none;
  }
  .gm\:float-none\! {
    float: none !important;
  }
  .gm\:m-0 {
    margin: calc(var(--gm-spacing) * 0);
  }
  .gm\:m-0\! {
    margin: calc(var(--gm-spacing) * 0) !important;
  }
  .gm\:m-auto {
    margin: auto;
  }
  .gm\:m-auto\! {
    margin: auto !important;
  }
  .gm\:mx-auto {
    margin-inline: auto;
  }
  .gm\:ml-1 {
    margin-left: calc(var(--gm-spacing) * 1);
  }
  .gm\:ml-\[2px\] {
    margin-left: 2px;
  }
  .gm\:block {
    display: block;
  }
  .gm\:flex {
    display: flex;
  }
  .gm\:flex\! {
    display: flex !important;
  }
  .gm\:hidden {
    display: none;
  }
  .gm\:inline-flex {
    display: inline-flex;
  }
  .gm\:h-4 {
    height: calc(var(--gm-spacing) * 4);
  }
  .gm\:h-full {
    height: 100%;
  }
  .gm\:max-h-0 {
    max-height: calc(var(--gm-spacing) * 0);
  }
  .gm\:w-4 {
    width: calc(var(--gm-spacing) * 4);
  }
  .gm\:w-full {
    width: 100%;
  }
  .gm\:w-full\! {
    width: 100% !important;
  }
  .gm\:max-w-1170 {
    max-width: calc(var(--gm-spacing) * 1170);
  }
  .gm\:max-w-\[1170px\] {
    max-width: 1170px;
  }
  .gm\:max-w-\[1170px\]\! {
    max-width: 1170px !important;
  }
  .gm\:min-w-48 {
    min-width: calc(var(--gm-spacing) * 48);
  }
  .gm\:rotate-180 {
    rotate: 180deg;
  }
  .gm\:transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .gm\:cursor-pointer {
    cursor: pointer;
  }
  .gm\:list-none {
    list-style-type: none;
  }
  .gm\:list-none\! {
    list-style-type: none !important;
  }
  .gm\:items-center {
    align-items: center;
  }
  .gm\:justify-between {
    justify-content: space-between;
  }
  .gm\:justify-end {
    justify-content: flex-end;
  }
  .gm\:justify-end\! {
    justify-content: flex-end !important;
  }
  .gm\:divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .gm\:divide-white {
    :where(& > :not(:last-child)) {
      border-color: var(--gm-color-white);
    }
  }
  .gm\:overflow-hidden {
    overflow: hidden;
  }
  .gm\:rounded {
    border-radius: 0.25rem;
  }
  .gm\:rounded-none\! {
    border-radius: 0 !important;
  }
  .gm\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .gm\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .gm\:border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .gm\:border-b\! {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .gm\:border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .gm\:border-none\! {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .gm\:border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .gm\:border-altgeld {
    border-color: var(--gm-color-altgeld);
  }
  .gm\:border-il_dark_orange {
    border-color: var(--gm-color-il_dark_orange);
  }
  .gm\:border-white\! {
    border-color: var(--gm-color-white) !important;
  }
  .gm\:bg-altgeld {
    background-color: var(--gm-color-altgeld);
  }
  .gm\:bg-altgeld\! {
    background-color: var(--gm-color-altgeld) !important;
  }
  .gm\:bg-il_blue\! {
    background-color: var(--gm-color-il_blue) !important;
  }
  .gm\:bg-il_dark_orange {
    background-color: var(--gm-color-il_dark_orange);
  }
  .gm\:bg-navy_blue {
    background-color: var(--gm-color-navy_blue);
  }
  .gm\:bg-transparent {
    background-color: transparent;
  }
  .gm\:p-0 {
    padding: calc(var(--gm-spacing) * 0);
  }
  .gm\:p-0\! {
    padding: calc(var(--gm-spacing) * 0) !important;
  }
  .gm\:p-\[5px_15px\] {
    padding: 5px 15px;
  }
  .gm\:p-\[10px_20px_5px_20px\] {
    padding: 10px 20px 5px 20px;
  }
  .gm\:px-4 {
    padding-inline: calc(var(--gm-spacing) * 4);
  }
  .gm\:px-4\! {
    padding-inline: calc(var(--gm-spacing) * 4) !important;
  }
  .gm\:px-6 {
    padding-inline: calc(var(--gm-spacing) * 6);
  }
  .gm\:px-15 {
    padding-inline: calc(var(--gm-spacing) * 15);
  }
  .gm\:px-20 {
    padding-inline: calc(var(--gm-spacing) * 20);
  }
  .gm\:py-5 {
    padding-block: calc(var(--gm-spacing) * 5);
  }
  .gm\:pt-10 {
    padding-top: calc(var(--gm-spacing) * 10);
  }
  .gm\:pt-\[5px\] {
    padding-top: 5px;
  }
  .gm\:pt-\[5px\]\! {
    padding-top: 5px !important;
  }
  .gm\:pt-\[10px\]\! {
    padding-top: 10px !important;
  }
  .gm\:pr-\[15px\]\! {
    padding-right: 15px !important;
  }
  .gm\:pr-\[20px\] {
    padding-right: 20px;
  }
  .gm\:pb-5 {
    padding-bottom: calc(var(--gm-spacing) * 5);
  }
  .gm\:pb-\[5px\]\! {
    padding-bottom: 5px !important;
  }
  .gm\:pl-\[15px\]\! {
    padding-left: 15px !important;
  }
  .gm\:pl-\[20px\] {
    padding-left: 20px;
  }
  .gm\:text-left {
    text-align: left;
  }
  .gm\:font-il_sans\! {
    font-family: var(--gm-font-il_sans) !important;
  }
  .gm\:font-sans {
    font-family: var(--gm-font-sans);
  }
  .gm\:text-base {
    font-size: var(--gm-text-base);
    line-height: var(--tw-leading, var(--gm-text-base--line-height));
  }
  .gm\:text-\[15px\] {
    font-size: 15px;
  }
  .gm\:text-\[16px\] {
    font-size: 16px;
  }
  .gm\:text-\[16px\]\! {
    font-size: 16px !important;
  }
  .gm\:leading-20 {
    --tw-leading: calc(var(--gm-spacing) * 20);
    line-height: calc(var(--gm-spacing) * 20);
  }
  .gm\:leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .gm\:leading-\[1\.42857\] {
    --tw-leading: 1.42857;
    line-height: 1.42857;
  }
  .gm\:leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .gm\:leading-\[20px\]\! {
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }
  .gm\:leading-\[22\.8571px\]\! {
    --tw-leading: 22.8571px !important;
    line-height: 22.8571px !important;
  }
  .gm\:leading-\[27px\]\! {
    --tw-leading: 27px !important;
    line-height: 27px !important;
  }
  .gm\:font-medium {
    --tw-font-weight: var(--gm-font-weight-medium);
    font-weight: var(--gm-font-weight-medium);
  }
  .gm\:font-medium\! {
    --tw-font-weight: var(--gm-font-weight-medium) !important;
    font-weight: var(--gm-font-weight-medium) !important;
  }
  .gm\:font-normal {
    --tw-font-weight: var(--gm-font-weight-normal);
    font-weight: var(--gm-font-weight-normal);
  }
  .gm\:text-white {
    color: var(--gm-color-white);
  }
  .gm\:text-white\! {
    color: var(--gm-color-white) !important;
  }
  .gm\:no-underline {
    text-decoration-line: none;
  }
  .gm\:no-underline\! {
    text-decoration-line: none !important;
  }
  .gm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .gm\:transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: var(--tw-ease, var(--gm-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--gm-default-transition-duration));
  }
  .gm\:transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--gm-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--gm-default-transition-duration));
  }
  .gm\:transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--gm-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--gm-default-transition-duration));
  }
  .gm\:duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .gm\:hover\:bg-altgeld\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--gm-color-altgeld) !important;
      }
    }
  }
  .gm\:hover\:bg-il_dark_orange {
    &:hover {
      @media (hover: hover) {
        background-color: var(--gm-color-il_dark_orange);
      }
    }
  }
  .gm\:hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--gm-color-white);
      }
    }
  }
  .gm\:hover\:bg-white\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--gm-color-white) !important;
      }
    }
  }
  .gm\:hover\:text-dark_blue {
    &:hover {
      @media (hover: hover) {
        color: var(--gm-color-dark_blue);
      }
    }
  }
  .gm\:hover\:text-dark_blue\! {
    &:hover {
      @media (hover: hover) {
        color: var(--gm-color-dark_blue) !important;
      }
    }
  }
  .gm\:hover\:text-il_blue\! {
    &:hover {
      @media (hover: hover) {
        color: var(--gm-color-il_blue) !important;
      }
    }
  }
  .gm\:focus\:bg-altgeld\! {
    &:focus {
      background-color: var(--gm-color-altgeld) !important;
    }
  }
  .gm\:focus\:bg-il_dark_orange {
    &:focus {
      background-color: var(--gm-color-il_dark_orange);
    }
  }
  .gm\:focus\:bg-white\! {
    &:focus {
      background-color: var(--gm-color-white) !important;
    }
  }
  .gm\:focus\:text-dark_blue\! {
    &:focus {
      color: var(--gm-color-dark_blue) !important;
    }
  }
  .gm\:focus\:text-il_blue\! {
    &:focus {
      color: var(--gm-color-il_blue) !important;
    }
  }
  .gm\:focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .gm\:focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--gm-color-blue-500);
    }
  }
  .gm\:focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .gm\:focus\:outline-none\! {
    &:focus {
      --tw-outline-style: none !important;
      outline-style: none !important;
    }
  }
  .gm\:focus-visible\:bg-white {
    &:focus-visible {
      background-color: var(--gm-color-white);
    }
  }
  .gm\:focus-visible\:text-dark_blue {
    &:focus-visible {
      color: var(--gm-color-dark_blue);
    }
  }
  .gm\:focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .gm\:focus-visible\:ring-white {
    &:focus-visible {
      --tw-ring-color: var(--gm-color-white);
    }
  }
  .gm\:il_md\:block {
    @media (width >= 989px) {
      display: block;
    }
  }
  .gm\:il_md\:hidden {
    @media (width >= 989px) {
      display: none;
    }
  }
  .gm\:\[\&_a\]\:py-2\.5\! {
    & a {
      padding-block: calc(var(--gm-spacing) * 2.5) !important;
    }
  }
  .gm\:\[\&_a\]\:font-il_sans\! {
    & a {
      font-family: var(--gm-font-il_sans) !important;
    }
  }
  .gm\:\[\&_button\]\:py-3\! {
    & button {
      padding-block: calc(var(--gm-spacing) * 3) !important;
    }
  }
}
.globalmenu, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  border: 0 solid;
}
.globalmenu, ::after, ::before, ::backdrop, ::file-selector-button {
  margin: 0;
  padding: 0;
}
.accordion-content {
  transition: max-height 0.3s ease;
}
.rotate {
  transition: transform 0.3s ease;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@layer components;
@layer utilities;
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
    }
  }
}
