@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,500;0,600;1,600&display=swap");
@import url("https://use.typekit.net/uhy1yco.css"); /* Proxima Nova & Georgia */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: proxima-nova, Helvetica Neue, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(42 45 49 / var(--tw-text-opacity, 1));
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--font-size);
    line-height: 1.5;
}

  h1,
  h2,
  h4,
  .inset {
    font-family: "Aleo", "Georgia", serif;
  }

  h1 {
    font-size: 2.75rem;
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
  }

  h2 {
    font-size: 2.5rem;
    font-weight: var(--font-weight-semibold);
    font-style: italic;
    line-height: 1.5;
  }
  h4 {
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    line-height: 1.3;
  }
  .small-caps{
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
  .site-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

  @media (min-width: 1240px) {
    .site-header{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 30;
      box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06), 0 8px 18px -14px rgba(15, 23, 42, 0.35);
  }

    body {
      padding-top: var(--desktop-header-offset);
    }
  }

  .inset {
    font-size: 1.75rem;
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
    text-align: center;
  }

  main section {
    scroll-margin-top: calc(var(--desktop-header-offset) + 8px);
  }

  a{
  --tw-text-opacity: 1;
  color: rgb(0 119 200 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;

    &:hover{
    --tw-text-opacity: 1;
    color: rgb(0 75 135 / var(--tw-text-opacity, 1));
  }
}

  .button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 119 200 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  font-weight: 500;
  text-decoration-line: none;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

  .button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 200 / var(--tw-bg-opacity, 1));
}

  .button {
    font-size: 1rem;
    line-height: 1;
  }

  .site-nav a{
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

  .site-nav a:hover{
  border-color: rgb(9 131 218 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  .site-nav a {
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-weight: var(--font-weight-medium);
    font-synthesis: none;
    white-space: normal;
    max-width: 12ch;
    line-height: 1.2;
    text-align: center;
  }

  @media (min-width: 1350px) {
    .site-nav a {
      white-space: nowrap;
      max-width: none;
    }
  }

  .sr-only{
  position: absolute;
  inset: 0px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0px;
  padding: 0px;
}

  .skip-link{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 119 200 / var(--tw-text-opacity, 1));
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 200;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-weight: 600;
}

  .skip-link:focus {
    top: 0;
    left: 10px;
  }

  /* MOBILE MENU */
  .menu-toggle{
  position: relative;
  z-index: 50;
  display: none;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
}

  .menu-toggle:not(.is-open){
  background-color: rgb(255 255 255 / 0.8);
}

  .menu-toggle:focus-visible,
  .mobile-menu-panel__links a:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 119 200 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

  .menu-toggle__line{
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 200 / var(--tw-bg-opacity, 1));
    transform-origin: center;
    transition:
      transform 220ms ease,
      opacity 180ms ease;
}

  .menu-toggle:hover .menu-toggle__line{
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 49 / var(--tw-bg-opacity, 1));
}

  #mobileMenu.is-open .menu-toggle__line {
    background-color: #fff;
  }

  .menu-toggle__line:nth-child(1) {
    transform: translateY(-7px);
  }

  .menu-toggle__line:nth-child(3) {
    transform: translateY(7px);
  }

  .menu-toggle.is-open .menu-toggle__line:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }

  .menu-toggle.is-open .menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open .menu-toggle__line:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }

  .mobile-menu-overlay{
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 40;
  background-color: rgb(2 6 23 / 0.3);
  opacity: 0;
    transition: opacity 220ms ease;
}

  .mobile-menu-overlay.is-visible{
  pointer-events: auto;
  opacity: 1;
}

  .mobile-menu-panel{
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 50;
  height: 100vh;
  width: min(82vw, 380px);
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 135 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    visibility: hidden;
    transform: translateX(100%);
    transition:
      transform 280ms ease,
      visibility 0ms linear 280ms;
}

  .mobile-menu-panel.is-open {
    visibility: visible;
    transform: translateX(0);
    transition: transform 280ms ease;
  }

  .mobile-menu-panel__head{
  display: flex;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}

  .menu-toggle--panel{
  position: static;
  display: flex;
}

  .mobile-menu-panel__links{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
    gap: .75rem;
}

  .mobile-menu-panel__links a{
  padding: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.2;
}

  .mobile-menu-panel__links a:hover{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 200 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

  body.menu-open {
    overflow: hidden;
  }

  @media (max-width: 1239px) {
    .menu-toggle{
    display: flex;
  }

    .menu-toggle:not(.menu-toggle--panel){
    position: fixed;
      top: 2rem;
      right: 1.5rem;
  }
  }

  @media (prefers-reduced-motion: reduce) {
    .menu-toggle__line,
    .mobile-menu-overlay,
    .mobile-menu-panel {
      transition: none;
    }
  }

  /* NEWS ACCORDION */
  /* Animated collapse using max-height */
  .accordion-panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms ease;
  }
  .accordion-panel[data-open="true"] {
    max-height: 4000px;
  }
  .accordion-trigger[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
  }
  .chevron {
    transition: transform 250ms ease;
  }

  /* Visible keyboard focus for accessibility */
  .accordion-trigger:focus-visible,
  a:focus-visible,
  button:focus-visible,
  .button:focus-visible,
  [role="button"]:focus-visible {
    outline: 2px solid #0077C8;
    outline-offset: 2px;
    border-radius: 2px;
  }

  /* LIST STYLES */
  ul{
  list-style-type: disc;
}
  ul .list-bullet{
  margin-top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 200 / var(--tw-bg-opacity, 1));
}
  ul .list-text{
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
  ul li{
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[-26\%\]{
  top: -26%;
}
.top-\[197px\]{
  top: 197px;
}
.top-\[346px\]{
  top: 346px;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-2{
  margin-top: 0.5rem;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-0\.5{
  height: 0.125rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[115px\]{
  height: 115px;
}
.h-\[226px\]{
  height: 226px;
}
.h-\[239\%\]{
  height: 239%;
}
.h-\[295px\]{
  height: 295px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[88px\]{
  height: 88px;
}
.max-h-\[1039px\]{
  max-height: 1039px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[312px\]{
  width: 312px;
}
.w-\[621px\]{
  width: 621px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[88px\]{
  width: 88px;
}
.w-full{
  width: 100%;
}
.max-w-\[1344px\]{
  max-width: 1344px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[896px\]{
  max-width: 896px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border-t-2{
  border-top-width: 2px;
}
.border-accent-blue{
  --tw-border-opacity: 1;
  border-color: rgb(9 131 218 / var(--tw-border-opacity, 1));
}
.border-light-blue{
  --tw-border-opacity: 1;
  border-color: rgb(226 236 248 / var(--tw-border-opacity, 1));
}
.border-med-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 119 200 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-inset-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 179 / var(--tw-bg-opacity, 1));
}
.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(226 236 248 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-20{
  padding: 5rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.leading-4{
  line-height: 1rem;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-inset-blue{
  --tw-text-opacity: 1;
  color: rgb(0 106 179 / var(--tw-text-opacity, 1));
}
.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(226 236 248 / var(--tw-text-opacity, 1));
}
.text-med-blue{
  --tw-text-opacity: 1;
  color: rgb(0 119 200 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Typography Foundation */
:root {
  --font-size: 1.125rem;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --desktop-header-offset: 0px;
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){

  .sm\:top-\[187px\]{
    top: 187px;
  }

  .sm\:top-\[338px\]{
    top: 338px;
  }

  .sm\:h-\[115px\]{
    height: 115px;
  }

  .sm\:h-\[40px\]{
    height: 40px;
  }

  .sm\:w-\[312px\]{
    width: 312px;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px){

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }
}
@media (min-width: 1024px){

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-11{
    padding-top: 2.75rem;
  }
}
@media (min-width: 1240px){

  .min-\[1240px\]\:flex{
    display: flex;
  }

  .min-\[1240px\]\:hidden{
    display: none;
  }
}
@media (min-width: 1536px){

  .\32xl\:top-\[178px\]{
    top: 178px;
  }

  .\32xl\:top-\[345px\]{
    top: 345px;
  }

  .\32xl\:h-\[320px\]{
    height: 320px;
  }

  .\32xl\:h-\[55px\]{
    height: 55px;
  }
}
