/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--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(--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(--default-font-feature-settings, normal);
    font-variation-settings: var(--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(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-60px\] {
    bottom: -60px;
  }
  .bottom-\[-90px\] {
    bottom: -90px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[80px\] {
    left: 80px;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2\.5 {
    margin-block: calc(var(--spacing) * 2.5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: NaN NaN NaN;
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-inline-start: 1em;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: 0.8333333em;
      line-height: 1;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: 0.6666667em;
      line-height: 1.5;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
      border-radius: 0.3125rem;
      padding-top: 0.2222222em;
      padding-inline-end: 0.4444444em;
      padding-bottom: 0.2222222em;
      padding-inline-start: 0.4444444em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8666667em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.875em;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: 0.375rem;
      padding-top: 1em;
      padding-inline-end: 1.5em;
      padding-bottom: 1em;
      padding-inline-start: 1.5em;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      margin-bottom: 0.6666667em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      padding-inline-start: 1.5555556em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.75em;
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
      margin-top: 1em;
    }
    :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-\[51\.1875rem\] {
    height: 51.1875rem;
  }
  .h-\[65vh\]\! {
    height: 65vh !important;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-bottom-right {
    transform-origin: bottom right;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#163d6e\] {
    background-color: #163d6e;
  }
  .bg-\[\#173d6e\] {
    background-color: #173d6e;
  }
  .bg-\[\#01234e\] {
    background-color: #01234e;
  }
  .bg-\[\#e9eff5\] {
    background-color: #e9eff5;
  }
  .bg-\[\#f2f7fc\] {
    background-color: #f2f7fc;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\/7 {
    font-size: var(--text-base);
    line-height: calc(var(--spacing) * 7);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\/6 {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0b2540\] {
    color: #0b2540;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition\! {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-200 {
    transition-delay: 200ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .prose-slate {
    --tw-prose-body: oklch(37.2% 0.044 257.287);
    --tw-prose-headings: oklch(20.8% 0.042 265.755);
    --tw-prose-lead: oklch(44.6% 0.043 257.281);
    --tw-prose-links: oklch(20.8% 0.042 265.755);
    --tw-prose-bold: oklch(20.8% 0.042 265.755);
    --tw-prose-counters: oklch(55.4% 0.046 257.417);
    --tw-prose-bullets: oklch(86.9% 0.022 252.894);
    --tw-prose-hr: oklch(92.9% 0.013 255.508);
    --tw-prose-quotes: oklch(20.8% 0.042 265.755);
    --tw-prose-quote-borders: oklch(92.9% 0.013 255.508);
    --tw-prose-captions: oklch(55.4% 0.046 257.417);
    --tw-prose-kbd: oklch(20.8% 0.042 265.755);
    --tw-prose-kbd-shadows: NaN NaN NaN;
    --tw-prose-code: oklch(20.8% 0.042 265.755);
    --tw-prose-pre-code: oklch(92.9% 0.013 255.508);
    --tw-prose-pre-bg: oklch(27.9% 0.041 260.031);
    --tw-prose-th-borders: oklch(86.9% 0.022 252.894);
    --tw-prose-td-borders: oklch(92.9% 0.013 255.508);
    --tw-prose-invert-body: oklch(86.9% 0.022 252.894);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.4% 0.04 256.788);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.4% 0.04 256.788);
    --tw-prose-invert-bullets: oklch(44.6% 0.043 257.281);
    --tw-prose-invert-hr: oklch(37.2% 0.044 257.287);
    --tw-prose-invert-quotes: oklch(96.8% 0.007 247.896);
    --tw-prose-invert-quote-borders: oklch(37.2% 0.044 257.287);
    --tw-prose-invert-captions: oklch(70.4% 0.04 256.788);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(86.9% 0.022 252.894);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.043 257.281);
    --tw-prose-invert-td-borders: oklch(37.2% 0.044 257.287);
  }
  .group-hover\:text-gray-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-gray-500);
      }
    }
  }
  .group-hover\:text-gray-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:border-gray-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-300);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:text-\[\#0b2540\]\/80 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in oklab, #0b2540 80%, transparent);
      }
    }
  }
  .hover\:text-blue-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-500);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-gray-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-500);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .focus\:border-blue-500 {
    &:focus {
      border-color: var(--color-blue-500);
    }
  }
  .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);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:aspect-2\/1 {
    @media (width >= 40rem) {
      aspect-ratio: 2/1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-16 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .sm\:py-32 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .sm\:text-7xl {
    @media (width >= 40rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .sm\:text-xl\/8 {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-full {
    @media (width >= 48rem) {
      grid-column: 1 / -1;
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:h-\[80vh\]\! {
    @media (width >= 48rem) {
      height: 80vh !important;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-8 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-y-12 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .md\:p-\[60px\] {
    @media (width >= 48rem) {
      padding: 60px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-\[120px\] {
    @media (width >= 48rem) {
      padding-block: 120px;
    }
  }
  .md\:pr-0 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-\[40px\] {
    @media (width >= 48rem) {
      padding-right: 40px;
    }
  }
  .md\:pb-32 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:opacity-100 {
    @media (width >= 48rem) {
      opacity: 100%;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:aspect-3\/2 {
    @media (width >= 64rem) {
      aspect-ratio: 3/2;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
}
:root {
  --blue: #173d6e;
  --mainblue: #173d6e;
  --darkblue: #014893;
  --navy: #1f4068;
  --darknavy: #1f3f67;
  --gray: #f5f7f8;
  --textdark: #233346;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #f9fbff;
}
img.small-shadow {
  box-shadow: 0 10px 20px -12px rgba(50, 50, 93, 0.25), 0 12px 16px -18px rgba(0, 0, 0, 0.3);
}
.line-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.line-animation-paths path {
  transition: stroke 0.3s ease;
}
h1, h2, h3, h4, h5, .ui.header {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}
.big-header {
  color: #004582;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  font-size: 1.7em;
}
.big-spacer {
  padding: 3em 0;
  clear: both;
  width: 100%;
}
.medium-spacer {
  padding: 1em 0;
  clear: both;
  width: 100%;
}
.ui.horizontal.divider.fancy {
  margin: 4em 0;
  margin: 3rem 0;
}
article.hentry .ui.stacked.segment {
  overflow: hidden;
}
.page-header {
  margin-bottom: 1.1em;
}
.page-header h1 {
  color: #163d6e;
  font-size: 1.6em;
}
.blue-box .page-header h1 {
  color: #fff;
  margin-top: 0;
}
body.home .page-header h1 {
  margin-top: 1em;
}
.hentry .ui.styled.accordion .title {
  color: #0d334b;
}
.ui.styled.accordion {
  margin-bottom: 1em;
}
.ui.darkblue.button {
  background-color: #0a4b74;
  color: #fff;
}
.ui.darkblue.button:hover {
  background-color: #226792;
}
img.bordered {
  border: 2px solid #777;
}
.pagination-wrap {
  clear: both;
  padding: 1em;
}
a.pdf i {
  margin-left: 4px;
}
a.pdf > img + i {
  display: none !important;
}
.hentry .five.wide {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.wp-caption-text {
  font-size: 0.9em;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not( [type="button"] ):not([type="image"]):not([type="file"]), .gform_wrapper textarea {
  outline: none;
  border: 1px solid #ccc;
}
.bg-white {
  background-color: #fff;
}
.bg-white p, .bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white a {
  color: var(--darknavy) !important;
}
.bg-blue {
  background-color: var(--mainblue);
}
.bg-dark-blue {
  background-color: var(--darkblue);
}
.bg-navy {
  background-color: var(--navy);
}
.bg-dark-navy {
  background-color: var(--darknavy);
}
.cf:before, .cf:after, .row:before, .row:after {
  content: "";
  display: table;
}
.cf:after, .row:after {
  clear: both;
}
.cf, .row {
  zoom: 1;
}
.ad-offcanvas {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  pointer-events: none;
  z-index: 110 !important;
}
.ad-offcanvas.active {
  pointer-events: all;
}
.ad-offcanvas div:not(.offcanvas-overlay) {
  opacity: 0;
  transition: 0.3s ease all;
}
.ad-offcanvas.active div:not(.offcanvas-overlay) {
  opacity: 1;
}
.ad-offcanvas .offcanvas-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background-color: #003c7b;
  will-change: transform;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.3s cubic-bezier(0.43, 0.69, 0.67, 0.85);
}
.ad-offcanvas.active .offcanvas-overlay {
  transform: translate3d(0px, 0%, 0px);
}
.offcanvas-container {
  width: 1200px;
  max-width: 100%;
  padding: 40px 20px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.offcanvas-header {
  padding-top: 110px;
}
.offcanvas-logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.simple-nav {
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.3s ease all;
  margin: 0 auto;
}
body.offcanvas-open .simple-nav {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.simple-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.simple-nav ul li a {
  display: block;
  font-size: 16px;
  padding: 14px 16px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.simple-nav ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.simple-nav ul li a:hover {
  color: #fff;
}
.simple-nav ul li a:hover:after {
  width: 100%;
  background: #fff;
}
.offcanvas-logo img {
  width: 150px;
  display: block;
}
.offcanvas-logo .letter {
  fill: #fff;
}
.offcanvas-close {
  position: absolute;
  top: 0;
  right: 0;
}
.offcanvas-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #266ab1;
  padding-top: 15px;
}
.offcanvas-footer .offcanvas-socials {
  display: flex;
}
.offcanvas-footer .offcanvas-socials a {
  display: block;
  margin-right: 0.6em;
  font-size: 2em;
}
.offcanvas-footer .offcanvas-socials a svg {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: auto;
  fill: #badafb;
  transition: 0.3s ease all;
}
.offcanvas-footer .offcanvas-socials a:hover svg {
  fill: #fff;
}
.offcanvas-footer .offcanvas-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.offcanvas-footer .offcanvas-contact p {
  font-size: 16px;
  color: #fff;
  margin: 0 40px 0 0;
}
.ad-button-button {
  background: #bcd85f;
  color: #fff;
  color: #003c7b;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block !important;
  text-decoration: none;
}
.offcanvas-menu {
  padding: 30px 0;
  display: inline-flex;
}
.offcanvas-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-nav ul li {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: scale(1.01) translateY(24px);
  transition: opacity 1s ease-out, transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 250ms, 250ms;
}
.offcanvas-nav ul li a {
  display: block;
  font-size: 40px;
  line-height: 0.9;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  text-transform: uppercase;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-weight: 600;
}
.offcanvas-nav .menu > li.active-item ~ li > a, .offcanvas-nav .menu > li:not(.active-item) > a {
  opacity: 0.6;
}
.offcanvas-nav .menu > li.active-item > a {
  opacity: 1;
}
.ad-offcanvas.active .offcanvas-nav > ul#menu-tetc-main-menu > li {
  opacity: 1;
  transform: none;
}
.ad-offcanvas.active .offcanvas-nav > ul#menu-tetc-main-menu > li:nth-child(2) {
  transition-delay: 350ms, 350ms;
}
.ad-offcanvas.active .offcanvas-nav > ul#menu-tetc-main-menu > li:nth-child(3) {
  transition-delay: 450ms, 450ms;
}
.ad-offcanvas.active .offcanvas-nav > ul#menu-tetc-main-menu > li:nth-child(4) {
  transition-delay: 550ms, 550ms;
}
.ad-offcanvas.active .offcanvas-nav > ul#menu-tetc-main-menu > li:nth-child(5) {
  transition-delay: 650ms, 650ms;
}
.ad-offcanvas.active .offcanvas-nav > ul#menu-tetc-main-menu > li:nth-child(6) {
  transition-delay: 750ms, 750ms;
}
.ad-offcanvas.active .offcanvas-nav > ul#menu-tetc-main-menu > li:nth-child(7) {
  transition-delay: 550ms, 550ms;
}
.offcanvas-menu ul ul {
  position: absolute;
  left: 100%;
  padding-left: 30px;
  margin-top: 20px;
  min-width: 390px;
  display: none;
}
.offcanvas-menu ul ul li {
  display: block;
  opacity: 0;
  transform: translateY(-24px);
  transition: opacity 0.6s ease, transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.offcanvas-menu ul ul li a {
  font-size: 24px;
  font-weight: 400;
  flex-shrink: 0;
  text-transform: none;
}
.offcanvas-menu ul li.menu-item-has-children:hover ul li:nth-child(2) {
  transition-delay: 300ms, 300ms;
}
.offcanvas-menu ul li.menu-item-has-children:hover ul li:nth-child(3) {
  transition-delay: 350ms, 350ms;
}
.offcanvas-menu ul li.menu-item-has-children:hover ul li:nth-child(4) {
  transition-delay: 450ms, 450ms;
}
.offcanvas-menu ul li.menu-item-has-children:hover ul li:nth-child(5) {
  transition-delay: 550ms, 550ms;
}
.offcanvas-menu ul li.menu-item-has-children:hover ul li:nth-child(6) {
  transition-delay: 650ms, 650ms;
}
.offcanvas-menu ul li.menu-item-has-children:hover ul li:nth-child(7) {
  transition-delay: 750ms, 750ms;
}
.offcanvas-menu ul ul li {
  transition-delay: 450ms, 450ms;
}
.offcanvas-menu ul ul li:nth-child(2) {
  transition-delay: 400ms, 400ms;
}
.offcanvas-menu ul ul li:nth-child(3) {
  transition-delay: 350ms, 350ms;
}
.offcanvas-menu ul ul li:nth-child(4) {
  transition-delay: 300ms, 300ms;
}
.offcanvas-menu ul ul li:nth-child(5) {
  transition-delay: 250ms, 250ms;
}
.offcanvas-menu ul ul li:nth-child(6) {
  transition-delay: 200ms, 200ms;
}
.offcanvas-menu ul ul li:nth-child(7) {
  transition-delay: 150ms, 150ms;
}
.offcanvas-menu ul ul li.back-button {
  display: none;
}
#sub-menu-container {
  padding: 0 40px;
}
#sub-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sub-menu-container ul li {
  display: block;
  opacity: 1;
  transition: opacity 0.6s ease, transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#sub-menu-container ul li a {
  font-size: 20px;
  text-transform: none;
  color: #fff;
  padding: 7px 0;
  display: block;
}
#sub-menu-container ul li a:hover {
  color: #bcd85f;
  transform: translateX(6px);
}
.back-link {
  display: none;
}
@media (min-width: 700px) {
  #sub-menu-container {
    padding: 0 0 0 60px;
    border-left: 1px solid rgb(255 255 255 / 49%);
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  html.overflow-hidden {
    overflow: hidden;
  }
  .offcanvas-header {
    padding-top: 0;
  }
  .offcanvas-logo {
    padding-top: 90px;
  }
}
@media (max-width: 650px) {
  .offcanvas-open header[role="banner"] {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 121 !important;
    overflow-x: hidden;
  }
  .offcanvas-container {
    padding: 20px 10px;
    justify-content: flex-start;
    overflow-y: scroll;
  }
  .simple-nav {
    overflow: hidden;
  }
  .simple-nav ul {
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
  }
  .simple-nav ul li {
    display: inline-block;
  }
  .simple-nav ul li a {
    padding: 12px 0px;
    font-size: 15px;
  }
  .offcanvas-menu {
    padding: 20px 0;
    overflow-y: auto;
    scroll-behavior: smooth;
  }
  .offcanvas-menu ul li a {
    font-size: 26px;
    line-height: 1.2;
  }
  .offcanvas-menu ul li.menu-item-has-children a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 26px;
  }
  .offcanvas-menu ul ul li a {
    font-size: 22px;
  }
  .offcanvas-footer {
    margin-top: 20px;
  }
  .offcanvas-footer .offcanvas-socials a svg {
    width: 20px;
  }
  .ad-button-button {
    font-size: 13px;
    padding: 10px 15px;
  }
  .offcanvas-nav {
    transition: 0.3s ease all;
  }
  #sub-menu-container {
    padding: 0;
  }
  .back-link {
    color: #ffffffad;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .back-link svg {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
  }
  .offcanvas-menu {
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    position: relative;
    transition: transform 0.3s ease;
  }
  .offcanvas-nav, #sub-menu-container {
    width: calc(100vw - 40px);
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .offcanvas-nav {
    transform: translate3d(0, 0, 0);
  }
  #sub-menu-container {
    transform: translate3d(100%, 0, 0);
  }
  .offcanvas-menu.shift-left .offcanvas-nav {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu.shift-left #sub-menu-container {
    transform: translate3d(-100%, 0, 0);
  }
  #sub-menu-container ul li a {
    padding: 18px 10px;
    font-size: 18px;
  }
}
.main-sidebar {
  position: relative;
}
.site-content {
  padding-top: 84px;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
h1.page-title, h1.entry-title {
  color: #0b2540;
  font-size: 36px;
}
@media screen and (min-width: 782px) {
  h1.page-title {
    font-size: 48px;
  }
}
.site-header {
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  background: #fff;
  transition: 0.2s ease-out all;
  box-shadow: 0 0px 14px rgba(0, 0, 0, 0.1);
}
body.logged-in .site-header {
  top: 32px;
}
body.logged-in .site-header.downHeader {
  top: 0;
}
.site-header .container {
  position: relative;
}
.logo {
  display: block;
}
.logo img {
  width: auto;
  height: 80px;
  transition: 0.2s ease-out all;
  position: relative;
}
.downHeader .logo {
  transform: none;
}
.downHeader .logo img {
  height: 70px;
}
.site-header.downHeader {
  margin-top: 0;
  box-shadow: 0 0px 14px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.site-header.downHeader:after {
  opacity: 0;
}
.menu-toggle {
  display: inline-flex;
  font-size: 18px;
  padding: 5px 20px;
  color: #fff;
  flex: 0;
  margin-left: auto;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  background: #163d6e;
}
.desktop-nav {
  margin-left: auto;
  display: none;
}
.desktop-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.desktop-nav ul li {
  display: block;
  position: relative;
}
.desktop-nav ul li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #0b2540;
  padding: 0 7px;
  height: 84px;
  transition: 0.2s ease-out all;
}
.nav-caret {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.desktop-nav ul li:hover .nav-caret {
  opacity: 1;
}
.nav-caret svg {
  transition: transform 0.2s ease;
}
.nav-caret-left {
  translate: 2px;
}
.nav-caret-right {
  translate: -2px;
}
.desktop-nav ul li:hover .nav-caret-left {
  transform: rotate(-90deg);
}
.desktop-nav ul li:hover .nav-caret-right {
  transform: rotate(90deg);
}
.desktop-nav > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.desktop-nav ul ul {
  z-index: 98;
  text-transform: none;
  font-size: 0.9em;
  min-width: calc(100% - 1px);
  width: 13em;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  background: #fff;
  margin: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.desktop-nav ul ul li a {
  width: 100%;
  padding: 10px;
  height: inherit;
  line-height: 1.4;
}
.desktop-nav ul ul li a:hover {
  background: rgba(0, 0, 0, 0.15);
}
.desktop-nav ul li:hover > ul, .desktop-nav ul li.focus > ul {
  display: block;
}
.desktop-nav ul ul ul {
  left: -100%;
  border-radius: 0;
  top: 0;
}
@media screen and (min-width: 782px) {
  body.logged-in .site-header.downHeader {
    top: 32px;
  }
}
@media screen and (min-width: 700px) {
  .logo img {
    height: 80px;
  }
}
@media screen and (min-width: 830px) {
  .menu-toggle {
    display: none;
  }
  .desktop-nav {
    display: block;
  }
}
.navbar {
  padding: 30px 15px;
  color: #fff;
  line-height: 1.4;
}
.navbar ul.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar ul.nav li {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.navbar ul.nav li a {
  color: #fff;
  font-size: 15px;
  display: block;
  padding-bottom: 15px;
}
.navbar ul.nav ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 24px;
  padding-bottom: 15px;
}
.navbar ul.nav ul li {
  text-transform: none;
  font-weight: normal;
}
.navbar ul.nav ul li a {
  font-size: 13px;
  padding-bottom: 0;
}
.main-sidebar #searchform {
  padding: 0 15px;
}
label.ui.icon.button button {
  background: transparent;
  border: none;
  width: 100%;
}
.ui.left.sidebar {
  background-color: #163d6e;
}
.ui.left.sidebar .item {
  padding-top: 65px;
}
.ui.left.sidebar ul.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.4;
}
.ui.left.sidebar ul.nav li {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}
.ui.left.sidebar ul.nav li a {
  color: #fff;
  font-size: 15px;
  display: block;
  padding-bottom: 15px;
}
.ui.left.sidebar ul.nav ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 24px;
  padding-bottom: 15px;
}
.ui.left.sidebar ul.nav ul li {
  text-transform: none;
  font-weight: normal;
}
.ui.left.sidebar ul.nav ul li a {
  font-size: 15px;
  padding: 5px 0;
}
.ui.left.sidebar ul.nav ul ul {
  padding-bottom: 0;
  padding-left: 12px;
}
.aligncenter {
  display: block;
  margin: 0 auto 1em;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 1em 1em 0;
}
.alignright {
  display: block;
  float: right;
  margin: 0 0 1em 1em;
}
img, audio, video, canvas {
  max-width: 100%;
}
img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .aligncenter {
    display: block;
    margin: 0 auto 1em;
  }
  .alignleft {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }
}
.page-header.overlayed {
  width: 100%;
  height: 175px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 5;
  margin-bottom: 2em;
}
.page-header.overlayed h1.entry-title {
  background: rgba(255, 255, 255, 0.59);
  height: 55px;
  padding-left: 10px;
  margin: 0;
  line-height: 55px;
  color: #3b3b3b;
  font-size: 2.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inside-header {
  position: relative;
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 3em;
}
.home-hero {
  position: relative;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-inner {
  padding: 0 30px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero-inner h4 {
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 640px) {
  .home-hero {
    height: 450px;
  }
  .hero-inner {
    padding: 0 70px;
  }
  .hero-inner h4 {
    font-size: 45px;
    margin-top: 40px;
  }
}
.inside-widget {
  padding: 1px 5px 10px;
}
.page-template-template-committee .container-sidebar {
  padding-top: 3em;
}
.committee-sidebar h3.ui.header, h3.widget-title, .widget h3 {
  border-bottom: 3px solid #163d6e;
  padding: 5px 0px;
  color: #163d6e;
}
.container-sidebar .ui.list > .item, .widget_recent_entries li {
  padding: 0.6em 0 0.6em 0.8em;
}
.cal-title {
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}
.committee-sidebar .ui.list .item a, .ui.card > .content > a.header, .ui.cards > .card > .content > a.header, .container-sidebar .ui.styled.accordion .title, .ui.list .item a {
  color: #32698b;
}
.container-sidebar .ui.list .item a {
  color: #32698b !important;
}
.container-sidebar .ui.list .item a:hover {
  color: #00b2f3;
}
.home-card {
  margin-bottom: 20px;
}
.home-card .title {
  min-height: 60px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  background: #163d6e;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 15px;
  width: 100%;
  justify-content: center;
}
.home-card .title a {
  color: #fff;
}
.home-card .image {
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}
.home-card .image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.home-card .content {
  padding: 14px 10px;
  font-size: 16px;
  text-align: center;
}
.home-card .content ul {
  text-align: left;
}
.home-card .description {
  color: #163d6e;
}
@media screen and (min-width: 768px) {
  .home-card .description {
    min-height: 122px;
  }
}
.home-card .content a {
  color: inherit;
}
.home-card .description ul {
  margin: 0;
  padding-left: 15px;
}
.home-card .button {
  margin: 0 auto;
}
.button {
  display: inline-block;
  padding: 8px 25px;
  text-align: center;
  color: #fff;
  background: #163d6e;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.2s ease-out all;
}
.button:hover {
  background: #4b4ea2;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}
.button.small {
  font-size: 13px;
}
.button.block {
  display: block;
}
.button-container {
  display: grid;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto 1em;
}
.button.outline {
  border: 1px solid #163d6e;
  color: #163d6e;
  background-color: transparent;
}
@media (min-width: 700px) {
  .button-container {
    grid-template-columns: 1fr 1fr;
  }
}
.outline-button {
  display: block;
  text-align: center;
  padding: 12px 20px;
  text-decoration: none;
  border: 2px solid #007bff;
  color: #007bff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.outline-button:hover {
  background-color: #007bff;
  color: white;
}
.home-card .extra.content {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1206px) {
  body.home .card .header {
    min-height: 66px;
  }
  body.home .card .description {
    min-height: 162px;
  }
}
@media screen and (max-width: 768px) {
  body.home .card .header {
    min-height: inherit;
  }
  body.home .card .description {
    min-height: inherit;
  }
}
body.home .ui.piled.segment {
  background: url("library/images/light-logo.jpg") no-repeat right 8px;
  background-size: 50px auto;
}
.archive-header {
  margin: 3em 0;
  text-align: center;
}
.hentry.margin-bottom {
  margin-bottom: 2em;
}
.single-article {
  margin-top: 3em;
}
.single-article p {
  line-height: 1.53;
}
body.archive .ui.stackable.grid, body.blog .ui.stackable.grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.next-prev {
  margin-top: 60px;
}
.more-padding-top {
  padding-top: 100px !important;
}
.entry-date {
  font-size: 0.85em;
}
@media screen and (min-width: 700px) {
  .more-padding-top {
    padding-top: 170px !important;
  }
}
#member-search-nav {
  display: none;
  margin-bottom: 1em;
}
.member-meta-names {
  text-align: right;
}
body.page-template-template-focusareas article.hentry {
  width: 1000px;
  margin: 50px auto;
  font-size: 1.2em;
  max-width: 100%;
}
.focusboxes {
  margin-top: 40px;
}
.focuscontent {
  margin-top: 20px;
  margin-bottom: 40px;
}
#loginform {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 20px;
}
#loginform label {
  display: block;
  font-size: 0.85em;
}
#loginform input[type="text"], #loginform input[type="password"] {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  outline: none;
  width: 99%;
}
#loginform input[type="text"]:focus, #loginform input[type="password"]:focus {
  border-color: #3b83c0;
}
#errormessage {
  display: none;
}
#errormessage.visible {
  display: block;
}
body input[type="submit"] {
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 25px;
  border-radius: 3px;
}
#loginform input[type="submit"] {
  display: block;
  width: 100%;
}
a[href='http://www.w3-edge.com/wordpress-plugins/'] {
  display: none;
}
.page-template-template-trafficview-embed .entry-title {
  display: none;
}
.page-template-template-trafficview-embed .site-content {
  margin-bottom: 0;
  padding-bottom: 0;
  height: 100%;
}
.page-template-template-trafficview-embed .container-fluid {
  position: fixed;
  width: 80%;
  height: 100%;
}
.page-template-template-trafficview-embed .ui.stacked.segment:after {
  display: none;
}
.page-template-template-trafficview-embed .site-content article.page {
  padding: 0;
  margin-top: -1.1em;
  height: 100%;
}
.page-template-template-trafficview-embed .entry-content {
  height: 100%;
}
#tv-container {
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  font-family: verdana;
  font-size: 16px;
}
#tv-container p {
  height: 100%;
}
#tv-iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
  margin-bottom: -2em;
}
#tv-header {
  position: absolute;
  width: 100%;
  height: 60px;
  background: #3a3a3c;
  opacity: 1;
}
#tv-logo {
  background: url("https://trafficview.org/bundles/cattlabtrafficviewweb/images/NewTrafficViewLogo.png?1433442313") no-repeat;
  background-size: 70%;
  width: 300px;
  height: 28px;
  display: inline-block;
  position: relative;
  top: 1em;
  left: 1em;
}
#tv-links {
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 50%;
  width: 15em;
}
#tv-links + p {
  display: none;
}
#tv-links span {
  margin-left: 1em;
  border-bottom: 3px solid white;
  position: absolute;
}
#tv-links #tv-link-traffic {
  border-bottom: 5px solid #fbb958;
  margin-left: -7em;
}
#tv-links #tv-link-cams {
  margin-left: 1em;
  margin-top: -1.22em;
}
#tv-links #tv-link-partners {
  margin-top: -2.6em;
  margin-left: 9em;
}
#tv-links a {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page-template-template-trafficview-embed .container-fluid {
    width: 100%;
  }
  #tv-header {
    display: none;
  }
}
.post-421.hentry table img {
  display: block;
  margin: 0 auto;
}
.post-421.hentry table br {
  display: none;
}
.post-421.hentry {
  overflow-x: scroll;
}
.map-wrap {
  position: relative;
}
#map-alert {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #0d334b;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 160px;
  height: 70px;
}
#map-alert span {
  font-size: 18px;
  font-weight: bold;
}
.styled-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.styled-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}
.styled-list li:last-child {
  border-bottom: none;
}
.styled-list li a {
  text-decoration: none;
  color: #007bff;
}
.styled-list li a:hover {
  text-decoration: underline;
}
.ui.card > .project-card > .content, .ui.cards > .project-card > .content {
  font-size: 0.75em;
  min-height: 84px;
  background: #163d6e;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.on-page-boxes .ui.cards > .project-card > .content {
  min-height: auto;
}
.ui.cards > .project-card > .content a.header {
  color: #fff;
}
.blue-box {
  padding: 2em;
  background: #163d6e;
  color: #fff !important;
  margin-bottom: 1.5em;
  clear: both;
  border-radius: 3px;
}
.blue-box h3:first-child {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-top: 0;
  color: #fff;
}
.blue-box a {
  color: #cae5f5;
}
.prose .blue-box, .prose .blue-box strong {
  color: #fff !important;
}
.entry-content .blue-box {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .blue-box {
    padding: 1em;
  }
}
.tetcontainer {
  margin-inline: auto;
  max-width: var(--container-7xl);
  padding-inline: calc(var(--spacing) * 2);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.footer-logo img {
  filter: brightness(0) invert(1);
}
@media (max-width: 640px) {
  .footer-logo img {
    margin: 0 auto;
  }
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
}
.footer-list a {
  display: inline-block;
  padding-block: 1px;
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
  &:focus {
    text-decoration-line: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer-list {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    list-style: none !important;
    padding: 0 !important;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.ui.fancy.horizontal.divider.blue:before, .ui.fancy.horizontal.divider.blue:after {
  border-top: 1px solid #0d334b;
}
.inside-page-header {
  min-height: 350px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.inside-page-header-overlay {
  background-image: linear-gradient(358deg, #00000000, #ffffff63);
  background-image: linear-gradient(39deg, #003c7b, #ffffff8a);
  height: 100%;
  width: 100%;
  position: absolute;
}
.inside-page-header-content {
  padding: 130px 0 20px 0;
}
.with-image .inside-page-header-content {
  padding: 20px 5px 0 5px;
}
.inside-page-header-content h1, .inside-page-header-content p {
  color: #fff;
  position: relative;
  z-index: 99;
}
.inside-page-header-content h1 {
  font-size: 30px;
  text-shadow: 4px 4px 10px rgb(0 0 0 / 9%);
  line-height: 1.2;
}
.inside-page-header-content p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}
.inside-page-header-image {
  position: relative;
}
.inside-page-header-image img {
  border-radius: 5px;
}
.inside-page-header .container.with-image {
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .inside-page-header {
    min-height: 300px;
  }
  body.header-Transparent .inside-page-header {
    min-height: 440px;
  }
  .inside-page-header .container.with-image {
    display: grid;
    align-items: center;
    max-width: 1140px;
    padding: 30px 10px 30px 10px;
    grid-template-columns: 55% 45%;
  }
  .inside-page-header-content {
    padding: 100px 30px 40px 0;
    max-width: 640px;
  }
  body.header-Transparent .inside-page-header-content {
    padding: 200px 0 40px 0;
  }
  .inside-page-header-content p {
    font-size: 19px;
  }
  .inside-page-header-content h1 {
    font-size: 60px;
  }
  .with-image .inside-page-header-content {
    padding: 20px 50px 0 5px;
  }
  .with-image .inside-page-header-content h1 {
    font-size: 40px;
  }
}
.card-grid-wrapper {
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.card-grid {
  display: grid;
  grid-gap: 24px;
}
.card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.card.angled-corners:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  transform: rotate(90deg);
  border-left: 80px solid transparent;
  border-bottom: 80px solid #fff;
}
.card.angled-corners:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  transform: rotate(-90deg);
  border-left: 80px solid transparent;
  border-bottom: 80px solid #fff;
}
.card-grid .card-content, .card-grid .card-content a {
  color: #fff;
}
.card-grid .card-content a.background-#ffffff {
  color: #163d6e !important;
}
.card-grid .card-content .prose p {
  margin-top: 0 !important;
}
:where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit !important;
}
.card.teal {
  background-color: rgb(128, 207, 209, 0.4);
}
.card.navy {
  background-color: #233346;
}
.card.navy h5, .card.navy p, .card.navy a {
  color: #fff;
}
.card .button.regular {
  margin-top: 20px;
}
.card.teal p {
  color: #233346;
}
.card.peach {
  background-color: rgb(252, 199, 176);
}
.card.white {
  background-color: #fff;
}
.card.with-shadow {
  box-shadow: 0 1px 9px 0 rgba(106, 106, 106, 0.5);
}
.card.image_focus.with-shadow {
  box-shadow: none;
}
.card.image_focus.with-shadow .card-image img {
  box-shadow: 0 1px 9px 0 rgba(106, 106, 106, 0.5);
}
.card.half_image_half_text .card-image {
  width: 100%;
  margin-top: auto;
}
.card.half_image_half_text .card-image img {
  display: block;
  height: 214px;
  object-fit: cover;
  object-position: center;
}
.card.half_image_half_text .card-content {
  padding: 30px;
}
.card.half_image_half_text .card-content h5 {
  font-size: 28px;
}
.card.image_focus {
  display: flex;
  flex-direction: column;
  overflow: visible;
  border-radius: 5px;
}
.card.image_focus.none, .card.image_focus.white {
  padding: 0;
}
.card.image_focus .card-image {
  order: 1;
}
.card.image_focus .card-content {
  order: 2;
  padding: 25px;
}
.card.image_focus .card-content h5 {
  font-size: 21px;
}
.card.image_focus .card-image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}
.card.text_focus .card-content {
  padding: 15px 30px 20px;
}
.card.text_focus .card-content h5 {
  margin-bottom: 5px;
}
.card.text_focus .card-content p {
  margin-bottom: 0;
}
.has-text-focus-cards .card-grid {
  display: grid;
  grid-gap: 36px;
}
.has-text-focus-cards .card-grid .card {
  min-width: 250px;
  border-radius: 5px;
  box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.1);
}
.has-text-focus-cards .card-grid .card h5 {
  font-size: 28px;
}
@media (min-width: 800px) {
  .card-grid {
    grid-gap: 36px;
  }
  .card.only_one {
    max-width: calc(555px - 18px);
  }
}
@media screen and (max-width: 1199px) {
  .card-grid-wrapper.has-text-focus-cards .container {
    max-width: 1200px;
  }
}
#orgchart .card-content h5 {
  font-size: 1.8em;
}
#orgchart .card-content h2 {
  font-size: 1.2em;
  line-height: 1;
  background: #f4f4f4;
  padding: 8px 2px;
}
#orgchart .card-content .toggle.heading span {
  font-size: 1.2em;
  line-height: 1;
  font-weight: 600;
  color: var(--darknavy) !important;
}
#orgchart .card-content .toggle > button {
  padding: 8px 2px;
}
#orgchart .card-content .toggle.heading {
  background: #f4f4f4;
}
#orgchart .card-content h3 {
  font-size: 0.9em;
  line-height: 1;
  margin-left: 5px;
}
#orgchart .card-content .toggle .prose p {
  margin: 0 0 10px 0;
}
.basic-title {
  padding: 40px 0;
  width: 100%;
}
.basic-title h2 {
  font-size: 21px;
  padding: 10px 0;
}
.basic-title.white-color h5 {
  color: #fff;
}
@media screen and (min-width: 700px) {
  .basic-title {
    padding: 80px 0 50px;
  }
}
.cf:before, .cf:after, .clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.cf:after, .clearfix:after {
  clear: both;
}
.cf, .clearfix {
  *zoom: 1;
}
.orgchart {
  width: 100%;
  max-width: 1142px;
  margin: 50px auto;
  padding: 0 10px 4em;
  font-size: 1.3em;
}
.org-chart {
  margin: 0;
}
.orgchart * {
  position: relative;
}
.orgchart a:focus {
  outline: 2px dashed #f7f7f7;
}
@media all and (max-width: 767px) {
  .orgchart {
    padding: 0 20px;
    font-size: 1em;
  }
}
.ui.table.ptc-table, .ui.table.hogs-table {
  font-size: 0.65em;
  margin-bottom: 20px;
  border: 2px solid #333;
}
.ui.celled.definition.ptc-table.table thead:not(.full-width) th:first-child, .ui.celled.definition.hogs-table.table thead:not(.full-width) th:first-child {
  box-shadow: none;
}
.ui.celled.ptc-table.table tr td, .ui.celled.ptc-table.table tr th, .ui.celled.hogs-table.table tr td, .ui.celled.hogs-table.table tr th {
  text-align: center;
}
.orgchart ul, ul.hogs {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.hogs {
  clear: both;
  padding-top: 20px;
}
.orgchart ul li > a {
  display: block;
  background: #e2e2e2;
  border: 2px solid #333;
  text-align: center;
  overflow: hidden;
  font-size: 0.65em;
  text-decoration: none;
  font-weight: normal;
  color: #333;
  height: 80px;
  margin-bottom: -26px;
  box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.orgchart li.no-pointer a {
  cursor: text;
}
@media all and (max-width: 767px) {
  .orgchart ul a {
    font-size: 1em;
  }
  .ui.table.ptc-table, .ui.table.hogs-table {
    font-size: 0.95em;
  }
}
.orgchart ul a span {
  display: block;
}
.orgchart .administration > li > a {
  margin-bottom: 25px;
}
.orgchart .director > li > a {
  width: 50%;
  margin: 0 auto 0px auto;
}
.orgchart .subdirector:after {
  content: "";
  display: block;
  width: 0;
  height: 130px;
  background: red;
  left: 45.45%;
  position: relative;
}
.orgchart .subdirector {
  width: 100%;
}
.orgchart .departments {
  width: 100%;
}
.orgchart .departments > li:first-child {
  width: 21.59894921190893%;
  height: 64px;
  margin: 0 auto 84px auto;
  padding-top: 25px;
  border-bottom: 4px solid #333;
  z-index: 1;
}
.orgchart .departments > li:first-child:after {
  content: "";
  position: absolute;
  height: 28px;
  width: 3px;
  border-left: 4px solid #333;
  bottom: -70px;
  left: 31%;
  z-index: -1;
}
ul.hogs:before {
  content: "";
  position: absolute;
  height: 28px;
  width: 3px;
  border-left: 4px solid #333;
  z-index: -1;
  left: 50%;
  top: -28px;
}
.orgchart .subdirector li.coalition {
  float: right;
  width: 50%;
  left: 40%;
  transform: translateX(-40%);
  top: 25px;
  border-left: 4px solid #333;
  padding-top: 25px;
}
.orgchart .subdirector li.coalition:before {
  content: "";
  position: absolute;
  top: 68%;
  width: 17%;
  border-top: 4px solid #333;
  height: 1px;
  left: 0;
}
.orgchart .departments > li:first-child {
  float: left;
  left: 15.2%;
  border-right: 4px solid #333;
}
.orgchart .subdirector > li:first-child a, .orgchart .departments > li:first-child a {
  width: 100%;
}
.orgchart .subdirector > li:first-child a {
  left: 25px;
}
.orgchart .departments > li:first-child a {
  right: 25px;
}
.orgchart .director > li > a:hover, .orgchart .departments > li:first-child a:hover {
  background-color: #93aebf;
}
@media all and (max-width: 767px) {
  .orgchart .subdirector {
    position: relative;
  }
  .orgchart .director > li > a {
    width: 98%;
    font-size: 0.9em;
  }
  .orgchart ul li > a {
    font-size: 0.9em;
  }
  .orgchart .subdirector > li:first-child, .orgchart .departments > li:first-child {
    width: 40%;
    margin-bottom: 65px;
  }
  .orgchart .subdirector > li:first-child {
    right: 10%;
    margin-right: 2px;
    width: 80%;
    float: none;
  }
  .orgchart .subdirector:after {
    left: 49.8%;
    display: none;
  }
  .orgchart .departments > li:first-child {
    left: auto;
    margin-left: 2px;
    top: -224px;
    padding-top: 237px;
    right: 5px;
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 74px;
    border-bottom: none;
    position: absolute;
    z-index: -1;
  }
  .orgchart .departments > li:first-child a {
    margin-bottom: 0;
    right: -4px;
  }
  .orgchart .departments > li:first-child:after {
    bottom: -102px;
    left: 50%;
  }
  .ui.table.ptc-table {
    margin-top: 150px;
  }
  .orgchart .subdirector li.coalition:before {
    content: "";
    position: absolute;
    top: -25px;
    width: 4px;
    border-top: none;
    height: 25px;
    left: 50%;
    border-left: 4px solid #333;
  }
  .orgchart .subdirector li.coalition {
    float: none;
    width: 80%;
    top: auto;
    left: auto;
  }
  .orgchart .subdirector li.coalition a {
    margin-bottom: 0;
  }
}
.orgchart .department:first-child, .orgchart .departments li:nth-child(2) {
  margin-left: 0;
  clear: left;
}
.orgchart .departments:after {
  content: "Program Track Committees";
  display: block;
  position: absolute;
  width: 70%;
  height: 29px;
  margin: 0 auto;
  top: 123px;
  left: 15%;
  text-align: center;
  font-size: 0.7em;
  text-indent: -38px;
  z-index: 100;
  background: #0d334b;
  color: #fff;
  vertical-align: inherit;
  line-height: 26px;
}
.orgchart .hogs:after {
  content: "HOGs Regions";
  display: block;
  position: absolute;
  width: 70%;
  height: 29px;
  margin: 0 auto;
  top: -4px;
  left: 15%;
  text-align: center;
  font-size: 0.7em;
  text-indent: -38px;
  z-index: 100;
  background: #0d334b;
  color: #fff;
  vertical-align: inherit;
  line-height: 26px;
}
@media all and (max-width: 767px) {
  .orgchart .departments:after, .orgchart .hogs:after {
    border-right: none;
    left: 10%;
    width: 80%;
    font-size: 0.8em;
  }
}
@media all and (min-width: 768px) {
  .orgchart .department:first-child:before, .orgchart .department:last-child:before {
    border: none;
  }
}
.orgchart .department:before, li.hog:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 20px;
  z-index: 1;
  top: -20px;
  left: 50%;
  margin-left: -4px;
}
.orgchart .department {
  border-left: 4px solid #333;
  width: 30%;
  float: left;
  margin-left: 1.751313485113835%;
  margin-bottom: 60px;
}
.lt-ie8 .orgchart .department {
  width: 18.25%;
}
li.hog {
  width: 18%;
  float: left;
  margin-left: 1.751313485113835%;
  margin-bottom: 60px;
  border-left: 4px solid #333;
}
li.hog > a {
  margin: 0 0 -26px -4px;
  z-index: 1;
  background: #757575;
  color: #fff;
}
li.hog ul.sections {
  margin-top: 0px;
  margin-bottom: 0px;
}
li.hog ul.sections li.section {
  padding-left: 25px;
  border-bottom: 4px solid #333;
  height: 80px;
}
.orgchart .hog:first-child {
  clear: left;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .orgchart .department, li.hog {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .orgchart .department:before, li.hog:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 60px;
    border-left: 4px solid #333;
    z-index: 1;
    top: -60px;
    left: 0%;
    margin-left: -4px;
  }
  li.hog:first-child:before {
    display: none;
  }
  .orgchart .department:nth-child(2):before {
    display: none;
  }
}
.orgchart .department > a {
  margin: 0 0 -26px -4px;
  z-index: 1;
}
.orgchart .department > a:hover {
  height: 80px;
}
.orgchart .department > ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.orgchart .department li {
  padding-left: 25px;
  border-bottom: 4px solid #333;
  height: 80px;
}
.orgchart .department li a, li.hog li.section a {
  background: #e2e2e2;
  top: 48px;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 60px;
  vertical-align: middle;
  right: -1px;
}
li.hog li.section a {
  height: 75px;
  font-size: 10px;
}
.orgchart .department li a:hover, li.hog li.section a:hover {
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 95%;
  top: 39px;
  background-image: none !important;
}
.orgchart .department > a {
  background: #757575;
  color: #fff;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.chart {
  font-size: 14px;
  text-align: center;
  margin: 30px auto;
}
.org_row {
  display: flex;
  position: relative;
}
.org_row.flex_end {
  justify-content: flex-end;
}
.org_row.justify_space {
  justify-content: space-between;
}
.org_box {
  border: 2px solid #000;
  background: #fff;
  display: block;
  position: relative;
}
.org_box {
  font-size: 15px;
}
.org_box strong {
  font-size: 14px;
}
.org_box .title {
  display: block;
  padding: 2px 0;
}
.org_box .title.blue, .org_box.blue {
  color: #fff;
  background-color: #273b82;
}
.org_box .title.green, .org_box.green {
  color: #fff;
  background-color: #2d318a;
}
.org_box .title.yellow, .org_box.yellow {
  color: #fff;
  background-color: #80868e;
}
.org_box .title.purple, .org_box.purple {
  color: #fff;
  background-color: #5c5572;
}
.executive_board {
  width: 50%;
  margin: 0 auto;
}
.executive_board .org_box, .coalition_staff .org_box {
  padding: 0;
}
.executive_board .org_box span, .coalition_staff .org_box span {
  display: block;
  background: #273b82;
  color: #fff;
  padding: 2px 0;
}
.coalition_staff {
  position: relative;
  width: 50%;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #000;
}
.coalition_staff:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 17%;
  border-top: 2px solid #000;
  height: 1px;
  left: 0;
}
.steering_committee {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.with_small_line_after:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 22px;
  bottom: -24px;
  background-color: #000;
}
.with_small_line_before:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 20px;
  top: -20px;
  background-color: #000;
}
.with_medium_line_after:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 50px;
  bottom: -50px;
  background-color: #000;
}
.with_huge_line_after:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 230px;
  bottom: -230px;
  background-color: #000;
  z-index: 2;
}
.with_three, .with_five, .with_three_last {
  top: -4px;
}
.with_three > div {
  width: 31%;
}
.people {
  padding: 2px;
  background: #fff;
  color: #000;
  font-size: 13px;
}
.half {
  width: 50%;
}
div .half:first-of-type {
  padding-right: 2px;
}
div .half:last-of-type {
  padding-left: 2px;
}
.with_five > div {
  width: 14%;
  margin-right: 1%;
}
.with_five:before {
  content: "";
  position: absolute;
  width: calc(60% + 2px);
  height: 2px;
  background: #000;
  top: 0px;
  margin: 0 auto;
  left: 7%;
}
.with_three_last > div {
  width: 20%;
  margin-left: 1%;
}
.with_three_last:before {
  content: "";
  position: absolute;
  width: calc(42% + 2px);
  height: 2px;
  background: #000;
  top: 0px;
  margin: 0 auto;
  right: calc(10% - 2px);
}
.cover_bg {
  background: #f7f7f7;
  position: relative;
  z-index: 21;
}
.cover_bg.less {
  z-index: 1;
}
.top_going_right {
  content: "";
  position: absolute;
  width: 400px;
  height: 2px;
  background: #000;
  top: -20px;
  left: 50%;
  max-width: 122%;
}
.top_going_left {
  content: "";
  position: absolute;
  width: 400px;
  height: 2px;
  background: #000;
  top: -20px;
  right: 50%;
  max-width: 122%;
}
.top_going_right.smaller {
  width: 200px;
}
.top_going_left.smaller {
  width: 200px;
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .with_huge_line_after:after {
    height: 330px;
    bottom: -330px;
  }
}
@media screen and (max-width: 620px) {
  .executive_board, .steering_committee {
    width: 90%;
  }
  .coalition_staff {
    width: 85%;
  }
  .org_box {
    font-size: 13px;
    padding: 2px;
  }
  .people span {
    display: none;
  }
  .people:before {
    display: block;
    content: "+";
    background: #fff;
    border-radius: 100%;
    margin: 0 auto;
  }
  .people:hover span {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #fff;
    padding: 3px;
    width: 130px;
    z-index: 20;
  }
}
.tribe-events-cal-links {
  display: none !important;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.flexslider .slides img {
  width: 75%;
  display: block;
}
.flexslider .slides img.no-caption {
  width: 100%;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 auto 30px;
  background: #fff;
  position: relative;
  zoom: 1;
  width: 100%;
}
.blue-box .flexslider {
  margin: 2em auto 1em;
  max-width: 90%;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
  padding: 0;
  margin: 0;
}
.carousel li {
  margin-right: 5px;
}
.flexslider .slides li {
  height: 320px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.home-slide-wrap {
  position: absolute;
  top: 0;
  justify-content: flex-end;
  padding: 0 30px;
  bottom: 0;
  display: flex;
  align-items: center;
  right: 0;
}
.home-slide-wrap h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #163d6e;
  margin: 0;
  padding-top: 40px;
}
@media screen and (min-width: 700px) {
  .flexslider .slides li {
    height: 450px;
  }
  .home-slide-wrap {
    padding-right: 70px;
  }
  .home-slide-wrap h4 {
    font-size: 35px;
    padding-top: 0;
  }
  .type-projects .flexslider .slides li {
    height: 250px;
  }
}
@media screen and (min-width: 1500px) {
  .flexslider .slides li {
    height: 700px;
  }
  .type-projects .flexslider .slides li {
    height: 250px;
  }
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  font-size: 30px;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.9;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.home .flex-direction-nav a {
  opacity: 0;
}
.flex-direction-nav .flex-prev {
  left: -40px;
}
.flex-direction-nav .flex-next {
  right: -40px;
  text-align: right;
}
body.home .flexslider:hover .flex-prev {
  opacity: 1;
  left: 10px;
}
body.home .flexslider:hover .flex-next {
  opacity: 1;
  right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 5px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 5px;
  }
  .flex-direction-nav a {
    color: #0c0064;
  }
  body.home .flex-direction-nav a {
    top: 30%;
  }
  .flexslider .slides img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 35%;
    background-color: #0d3348;
    color: #fff;
    padding: 11px;
    transition: 0.2 ease all;
    font-size: 0.85em;
  }
  .caption h4 {
    margin-top: 0;
  }
  .caption a {
    color: #fff;
    text-decoration: underline;
  }
  .caption.small-font {
    font-size: 0.75em;
  }
  body.home .caption {
    padding: 15px 15px 3px;
  }
  .img-wrap {
    width: 70%;
    float: left;
    height: 100%;
    overflow: hidden;
  }
  .flexslider .slides .img-wrap img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
  }
  body.single-projects .caption {
    width: 30%;
  }
  body.home .flexslider .slides img {
    width: 65%;
  }
}
p.tiny {
  font-size: 14px;
  padding: 2px 8px;
  top: -25px;
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: 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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
