/*! tailwindcss v4.1.13 | 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-600: oklch(54.6% 0.245 262.881);
    --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-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-2xl: 1632px;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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);
    --radius: 0.5rem;
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-nav-bg: var(--nav-bg);
    --color-base-100: var(--base-100);
    --color-base-200: var(--base-200);
    --color-base-300: var(--base-300);
    --color-base-400: var(--base-400);
    --color-base-500: var(--base-500);
    --color-base-600: var(--base-600);
    --color-base-700: var(--base-700);
    --color-peak-blue-100: var(--peak-blue-100);
    --color-peak-blue-200: var(--peak-blue-200);
    --color-peak-blue-300: var(--peak-blue-300);
    --font-sectionHeading: ProximaNovaCond, sans-serif;
    --font-subHeading: ProximaNovaA, sans-serif;
    --font-cardHeadlineFeature: ProximaNovaCond, sans-serif;
    --font-cardHeadlineLg: ProximaNovaCond, sans-serif;
    --font-cardHeadlineSm: ProximaNovaCond, sans-serif;
    --font-cardHeadlineXs: ProximaNovaCond, sans-serif;
    --text-sectionHeadingSM: 2.8125rem;
    --text-sectionHeadingXL: 4.3rem;
    --text-sectionHeadingLG: 3.8rem;
    --text-sectionHeadingMD: 3.3rem;
    --text-sectionHeading: 4.167rem;
    --text-subHeading: 1rem;
    --text-cardHeadlineFeature: 1.75rem;
    --text-cardHeadlineSm: 1.4rem;
    --text-cardHeadlineXs: 1.333rem;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1632px) {
      max-width: 1632px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .container {
    margin-inline: auto;
    padding-inline: 0.1rem;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-\[3rem\] {
    margin-block: 3rem;
  }
  .my-\[12px\] {
    margin-block: 12px;
  }
  .my-\[24px\] {
    margin-block: 24px;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 55vw;
    :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(--peak-blue-200);
      text-decoration: underline;
      font-weight: 500;
      &:hover {
        color: var(--peak-blue-300);
      }
    }
    :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;
    }
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-auto {
    margin-right: auto;
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[1\.875rem\] {
    margin-bottom: 1.875rem;
  }
  .mb-\[4rem\] {
    margin-bottom: 4rem;
  }
  .mb-\[5rem\] {
    margin-bottom: 5rem;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-4\/5 {
    height: calc(4/5 * 100%);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[114px\] {
    height: 114px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[20rem\] {
    width: 20rem;
  }
  .w-\[55vw\] {
    width: 55vw;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[243px\] {
    width: 243px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[202px\] {
    max-width: 202px;
  }
  .max-w-\[252px\] {
    max-width: 252px;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[3rem\] {
    gap: 3rem;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: var(--radius);
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-t-\[0px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-r-\[3px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 3px;
  }
  .border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-l-\[3px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-background {
    border-color: var(--color-background);
  }
  .border-base-300 {
    border-color: var(--color-base-300);
  }
  .border-peak-blue-200 {
    border-color: var(--color-peak-blue-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-t-gray-200 {
    border-top-color: var(--color-gray-200);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-base-200 {
    background-color: var(--color-base-200);
  }
  .bg-base-600 {
    background-color: var(--color-base-600);
  }
  .bg-base-700 {
    background-color: var(--color-base-700);
  }
  .bg-nav-bg {
    background-color: var(--color-nav-bg);
  }
  .bg-peak-blue-200 {
    background-color: var(--color-peak-blue-200);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-cardHeadlineFeature {
    font-family: var(--font-cardHeadlineFeature);
  }
  .font-cardHeadlineSm {
    font-family: var(--font-cardHeadlineSm);
  }
  .font-cardHeadlineXs {
    font-family: var(--font-cardHeadlineXs);
  }
  .font-sectionHeading {
    font-family: var(--font-sectionHeading);
  }
  .font-subHeading {
    font-family: var(--font-subHeading);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-cardHeadlineFeature {
    font-size: var(--text-cardHeadlineFeature);
  }
  .text-cardHeadlineSm {
    font-size: var(--text-cardHeadlineSm);
  }
  .text-cardHeadlineXs {
    font-size: var(--text-cardHeadlineXs);
  }
  .text-sectionHeading {
    font-size: var(--text-sectionHeading);
  }
  .text-sectionHeadingSM {
    font-size: var(--text-sectionHeadingSM);
  }
  .text-subHeading {
    font-size: var(--text-subHeading);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[170\%\] {
    --tw-leading: 170%;
    line-height: 170%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-base-300 {
    color: var(--color-base-300);
  }
  .text-base-400 {
    color: var(--color-base-400);
  }
  .text-base-500 {
    color: var(--color-base-500);
  }
  .text-base-700 {
    color: var(--color-base-700);
  }
  .text-foreground {
    color: var(--color-foreground);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-peak-blue-100 {
    color: var(--color-peak-blue-100);
  }
  .text-peak-blue-200 {
    color: var(--color-peak-blue-200);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .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,);
  }
  .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, 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));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:text-gray-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-300);
      }
    }
  }
  .hover\:text-peak-blue-100 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-peak-blue-100);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:relative {
    @media (width >= 640px) {
      position: relative;
    }
  }
  .sm\:m-0 {
    @media (width >= 640px) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .sm\:m-3 {
    @media (width >= 640px) {
      margin: calc(var(--spacing) * 3);
    }
  }
  .sm\:my-0 {
    @media (width >= 640px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-0 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-0 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:block {
    @media (width >= 640px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 640px) {
      display: none;
    }
  }
  .sm\:w-auto {
    @media (width >= 640px) {
      width: auto;
    }
  }
  .sm\:w-full {
    @media (width >= 640px) {
      width: 100%;
    }
  }
  .sm\:max-w-\[227px\] {
    @media (width >= 640px) {
      max-width: 227px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 640px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:flex-row-reverse {
    @media (width >= 640px) {
      flex-direction: row-reverse;
    }
  }
  .sm\:items-start {
    @media (width >= 640px) {
      align-items: flex-start;
    }
  }
  .sm\:items-stretch {
    @media (width >= 640px) {
      align-items: stretch;
    }
  }
  .sm\:justify-end {
    @media (width >= 640px) {
      justify-content: flex-end;
    }
  }
  .sm\:justify-start {
    @media (width >= 640px) {
      justify-content: flex-start;
    }
  }
  .sm\:px-2 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-4 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:pt-0 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:text-sectionHeading {
    @media (width >= 640px) {
      font-size: var(--text-sectionHeading);
    }
  }
  .md\:my-\[32px\] {
    @media (width >= 768px) {
      margin-block: 32px;
    }
  }
  .md\:mt-0 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mr-4 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-\[32px\] {
    @media (width >= 768px) {
      margin-bottom: 32px;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .md\:w-\[250px\] {
    @media (width >= 768px) {
      width: 250px;
    }
  }
  .md\:max-w-\[172px\] {
    @media (width >= 768px) {
      max-width: 172px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 768px) {
      align-items: flex-start;
    }
  }
  .md\:justify-start {
    @media (width >= 768px) {
      justify-content: flex-start;
    }
  }
  .md\:gap-\[18px\] {
    @media (width >= 768px) {
      gap: 18px;
    }
  }
  .md\:px-0 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-0 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-3 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 3);
    }
  }
  .md\:pb-0 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:text-left {
    @media (width >= 768px) {
      text-align: left;
    }
  }
  .md\:text-xs {
    @media (width >= 768px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:text-sectionHeadingMD {
    @media (width >= 768px) {
      font-size: var(--text-sectionHeadingMD);
    }
  }
  .lg\:my-\[30px\] {
    @media (width >= 1024px) {
      margin-block: 30px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mr-0 {
    @media (width >= 1024px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-2 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:mb-\[60px\] {
    @media (width >= 1024px) {
      margin-bottom: 60px;
    }
  }
  .lg\:mb-auto {
    @media (width >= 1024px) {
      margin-bottom: auto;
    }
  }
  .lg\:ml-0 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-1 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 1);
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 1024px) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 1024px) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 1024px) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 1024px) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-\[15rem\] {
    @media (width >= 1024px) {
      width: 15rem;
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:max-w-\[55vw\] {
    @media (width >= 1024px) {
      max-width: 55vw;
    }
  }
  .lg\:max-w-\[230px\] {
    @media (width >= 1024px) {
      max-width: 230px;
    }
  }
  .lg\:max-w-\[270px\] {
    @media (width >= 1024px) {
      max-width: 270px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 1024px) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 1024px) {
      align-items: stretch;
    }
  }
  .lg\:justify-center {
    @media (width >= 1024px) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-\[48px\] {
    @media (width >= 1024px) {
      gap: 48px;
    }
  }
  .lg\:border-t-\[3px\] {
    @media (width >= 1024px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 3px;
    }
  }
  .lg\:border-l-\[0px\] {
    @media (width >= 1024px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .lg\:px-9 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .lg\:px-10 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-0 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-20 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-24 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .lg\:text-\[17px\] {
    @media (width >= 1024px) {
      font-size: 17px;
    }
  }
  .lg\:text-\[85px\] {
    @media (width >= 1024px) {
      font-size: 85px;
    }
  }
  .lg\:text-sectionHeadingLG {
    @media (width >= 1024px) {
      font-size: var(--text-sectionHeadingLG);
    }
  }
  .xl\:my-\[60px\] {
    @media (width >= 1280px) {
      margin-block: 60px;
    }
  }
  .xl\:ml-3 {
    @media (width >= 1280px) {
      margin-left: calc(var(--spacing) * 3);
    }
  }
  .xl\:ml-6 {
    @media (width >= 1280px) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .xl\:flex-row {
    @media (width >= 1280px) {
      flex-direction: row;
    }
  }
  .xl\:items-start {
    @media (width >= 1280px) {
      align-items: flex-start;
    }
  }
  .xl\:justify-between {
    @media (width >= 1280px) {
      justify-content: space-between;
    }
  }
  .xl\:gap-\[60px\] {
    @media (width >= 1280px) {
      gap: 60px;
    }
  }
  .xl\:space-x-4 {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:py-2 {
    @media (width >= 1280px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .xl\:text-left {
    @media (width >= 1280px) {
      text-align: left;
    }
  }
  .xl\:text-sectionHeadingXL {
    @media (width >= 1280px) {
      font-size: var(--text-sectionHeadingXL);
    }
  }
  .\32 xl\:absolute {
    @media (width >= 1632px) {
      position: absolute;
    }
  }
  .\32 xl\:right-0 {
    @media (width >= 1632px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:left-0 {
    @media (width >= 1632px) {
      left: calc(var(--spacing) * 0);
    }
  }
}
@layer base {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  main {
    display: block;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp {
    font-family: monospace, monospace;
    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;
  }
  img {
    border-style: none;
  }
  button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button, input {
    overflow: visible;
  }
  button, select {
    text-transform: none;
  }
  button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  html {
    box-sizing: border-box;
  }
  body {
    background-color: var(--color-base-200);
    margin: 0;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
  }
  .no-scroll {
    overflow: hidden;
  }
  @property --color-stop-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: #0064FF;
  }
  @property --color-stop-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: #0037C5;
  }
  button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: var(--color-peak-blue-200);
    border: 1px solid;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
  }
  .button, .standard-button, .btn-watch-now {
    width: 100%;
    text-align: center;
    color: var(--color-white);
    text-transform: uppercase;
    text-decoration-line: none;
    @media (width >= 768px) {
      width: fit-content;
    }
    align-items: center;
    background: linear-gradient(225deg, #0064FF 14.64%, #0037C5 85.36%);
    border: 0px solid transparent;
    border-radius: 6px;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    font-family: ProximaNovaCond, sans-serif;
    font-size: clamp(16px, calc(16px + (11 * ((100vw - 768px) / 256))), 20px);
    justify-content: center;
    text-decoration: none !important;
    padding-top: clamp(12px, calc(16px + (11 * ((100vw - 768px) / 256))), 16px);
    padding-bottom: clamp(12px, calc(16px + (11 * ((100vw - 768px) / 256))), 16px);
    padding-left: clamp(24px, calc(24px + (8 * ((100vw - 768px) / 256))), 48px);
    padding-right: clamp(24px, calc(24px + (8 * ((100vw - 768px) / 256))), 48px);
    background-image: linear-gradient(225deg, var(--color-stop-1), var(--color-stop-2));
    transition: --color-stop-1 0.2s ease-in, --color-stop-2 0.2s ease-in;
    svg {
      display: inline-block;
      height: 16px;
      margin-right: 0.5em;
    }
    &:hover {
      --color-stop-1: #0037C5;
      --color-stop-2: #0064FF;
    }
  }
  .btn-watch-now {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 360px;
    @media (width >= 640px) {
      margin-right: calc(var(--spacing) * 0);
    }
    @media (width >= 640px) {
      margin-left: calc(var(--spacing) * 0);
    }
    @media (width >= 640px) {
      width: fit-content;
    }
  }
  .standard-button--large {
    width: 100%;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    @media (width >= 768px) {
      width: auto;
    }
    font-weight: 800;
  }
  .button--secondary, .standard-button--secondary {
    --color-stop-1: #F2F3F6;
    --color-stop-2: #D1D4DD;
    color: var(--base-600);
    &:hover {
      --color-stop-2: #F2F3F6;
      --color-stop-1: #D1D4DD;
    }
  }
  .view-all-button {
    display: block;
    width: 100%;
    max-width: 222px;
    border-radius: calc(var(--radius) - 4px);
    border-style: var(--tw-border-style);
    border-width: 3px;
    border-color: var(--color-peak-blue-200);
    padding-inline: 1.125rem;
    padding-block: calc(var(--spacing) * 4);
    text-align: center;
    color: var(--color-peak-blue-200);
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-peak-blue-200);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    @media (width >= 768px) {
      max-width: 370px;
    }
    @media (width >= 1024px) {
      max-width: 756px;
    }
    padding-top: clamp(16px, calc(16px + (8 * ((100vw - 768px) / 256))), 20px);
    padding-bottom: clamp(16px, calc(16px + (8 * ((100vw - 768px) / 256))), 20px);
    padding-left: clamp(10px, calc(10px + (8 * ((100vw - 768px) / 256))), 15px);
    padding-right: clamp(10px, calc(10px + (8 * ((100vw - 768px) / 256))), 15px);
    font-size: clamp(20px, calc(24px + (8 * ((100vw - 768px) / 256))), 34px);
  }
  .standard-button--404 {
    padding-inline: 48px;
    padding-block: 20px;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-radius: 3px;
    padding: 3px;
  }
  textarea {
    width: 100%;
  }
  hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
  }
  html {
    font-size: 24px;
  }
  @media (max-width:801px) {
    html {
      font-size: 18px;
    }
  }
  @media (max-width:480px) {
    html {
      font-size: 16px;
    }
  }
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
  iframe {
    width: 100%;
  }
  .youtube-iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  ul, ol {
    margin: 0 0 1.5em 3em;
    list-style: none;
  }
  li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin: 0 1.5em 1.5em;
  }
  embed, iframe, object {
    max-width: 100%;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  figure {
    margin: 1em 0;
  }
  table {
    margin: 0 0 1.5em;
    width: 100%;
  }
  .subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
    @media (width >= 1280px) {
      align-items: flex-start;
    }
    width: 300px;
  }
  .subscribe a {
    display: flex;
    flex-direction: column;
    align-items: center;
    @media (width >= 768px) {
      align-items: flex-start;
    }
  }
  .footer-container {
    padding-top: calc(var(--spacing) * 17);
  }
  .footer-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    @media (width >= 1024px) {
      justify-content: center;
    }
    @media (width >= 1280px) {
      flex-direction: row;
    }
    @media (width >= 1280px) {
      align-items: flex-start;
    }
    .menu {
      top: calc(var(--spacing) * 0);
      left: calc(var(--spacing) * 0);
      @media (width >= 1024px) {
        position: absolute;
      }
    }
    .subscribe {
      top: calc(var(--spacing) * 0);
      right: calc(var(--spacing) * 0);
      @media (width >= 1024px) {
        position: absolute;
      }
    }
  }
  .footer-copy-links {
    display: flex;
    width: 20rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    @media (width >= 768px) {
      width: auto;
    }
    @media (width >= 768px) {
      justify-content: flex-start;
    }
  }
  .footer-copy-link {
    margin-inline: calc(var(--spacing) * 3);
    margin-top: calc(var(--spacing) * 5);
    font-size: 12px;
    color: var(--color-base-400);
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .footer-social {
    margin-right: calc(var(--spacing) * 0);
    margin-left: calc(var(--spacing) * 0);
    display: flex;
    justify-content: center;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .sneakpeak-block {
    padding-block: 48px;
    @media (width >= 768px) {
      padding-block: 64px;
    }
    @media (width >= 1280px) {
      padding-block: 120px;
    }
  }
  .sneakpeak-block--bottom {
    padding-bottom: 48px;
    @media (width >= 768px) {
      padding-bottom: 64px;
    }
    @media (width >= 1280px) {
      padding-bottom: 120px;
    }
  }
  .sneakpeak-block--top {
    padding-top: 48px;
    @media (width >= 768px) {
      padding-top: 64px;
    }
    @media (width >= 1280px) {
      padding-top: 120px;
    }
  }
  .sneakpeak-gap--top {
    margin-top: 36px;
    @media (width >= 768px) {
      margin-top: 48px;
    }
    @media (width >= 1280px) {
      margin-top: 80px;
    }
  }
  .sneakpeak-gap--bottom {
    margin-bottom: 36px;
    @media (width >= 768px) {
      margin-bottom: 48px;
    }
    @media (width >= 1280px) {
      margin-bottom: 80px;
    }
  }
  .spacer--top {
    margin-top: 36px;
    @media (width >= 768px) {
      margin-top: 48px;
    }
    @media (width >= 1280px) {
      margin-top: 60px;
    }
  }
  .spacer--bottom {
    margin-bottom: 48px;
    @media (width >= 768px) {
      margin-bottom: 48px;
    }
    @media (width >= 1280px) {
      margin-bottom: 120px;
    }
  }
  .headline-spacer {
    margin-block: 24px;
    @media (width >= 768px) {
      margin-block: 32px;
    }
    @media (width >= 1280px) {
      margin-block: 60px;
    }
  }
  p {
    margin-bottom: 1.5em;
  }
  dfn, cite, em, i {
    font-style: italic;
  }
  blockquote {
    margin: 0 1.5em;
  }
  address {
    margin: 0 0 1.5em;
  }
  pre {
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }
  code, kbd, tt, var {
    font-family: $font__code;
  }
  abbr, acronym {
    cursor: help;
  }
  mark, ins {
    text-decoration: none;
  }
  big {
    font-size: 125%;
  }
  h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: var(--base-700);
  }
  .primary-headline {
    text-align: center;
    font-size: 45px;
    color: var(--color-peak-blue-200);
    text-transform: uppercase;
    @media (width >= 768px) {
      text-align: left;
    }
    @media (width >= 768px) {
      font-size: 60px;
    }
    font-family: var(--font-sectionHeading);
    @media (width >= 1024px) {
      font-size: clamp(60px, calc(60px + (20 * ((100vw - 1024px) / 256))), 80px);
    }
  }
  .three-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body, button, input, select, optgroup, textarea {
    font-size: 1rem;
  }
  .section-headline {
    font-family: var(--font-sectionHeading);
    font-size: 45px;
    color: var(--color-peak-blue-200);
    text-transform: uppercase;
    @media (width >= 640px) {
      font-size: var(--text-sectionHeading);
    }
    @media (width >= 768px) {
      font-size: var(--text-sectionHeadingMD);
    }
    @media (width >= 1024px) {
      font-size: var(--text-sectionHeadingLG);
    }
    @media (width >= 1280px) {
      font-size: var(--text-sectionHeadingXL);
    }
  }
  .content-tile--bio, .content-tile--bio > div {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-base-500);
    text-transform: uppercase;
    font-size: clamp(10px, calc(10px + (7 * ((100vw - 1280px) / 352))), 17px);
  }
  .content-tile--content_tag {
    font-size: clamp(10px, calc(10px + (9 * ((100vw - 1280px) / 352))), 19px);
  }
  .card-headline-sm {
    font-size: clamp(28px, calc(16px + (28 * ((100vw - 1280px) / 352))), 44px);
    line-height: 105%;
  }
  .four-tile-style {
    .card-headline-sm {
      font-size: clamp(28px, calc(16px + (16 * ((100vw - 1280px) / 352))), 36px);
    }
  }
  .content-tile--excerpt {
    font-size: clamp(14px, calc(14px + (6 * ((100vw - 1280px) / 352))), 20px);
  }
}
@layer components {
  .comment-content a {
    word-wrap: break-word;
  }
  .bypostauthor {
    display: block;
  }
  .article-title {
    margin-inline: auto;
    margin-block: calc(var(--spacing) * 2);
    text-align: center;
    font-family: var(--font-cardHeadlineLg);
    font-size: 36px;
    @media (width >= 768px) {
      font-size: 48px;
    }
    @media (width >= 1024px) {
      font-size: 72px;
    }
    line-height: 95%;
  }
  .sticky {
    display: block;
  }
  .updated:not(.published) {
    display: none;
  }
  .page-links {
    clear: both;
    margin: 0 0 1.5em;
  }
  .author-avatar {
    position: relative;
    margin-bottom: 34px;
    height: 114px;
    width: 114px;
    overflow: hidden;
    border-radius: 114px;
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
    @media (width >= 768px) {
      height: 120px;
    }
    @media (width >= 768px) {
      width: 120px;
    }
    @media (width >= 768px) {
      border-radius: 120px;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .instagram-media {
    width: 100%;
    @media (width >= 768px) {
      width: calc(3/4 * 100%);
    }
    margin: 0 auto !important;
    max-width: 800px;
  }
  .content-tile {
    cursor: pointer;
  }
  .content-tile--image {
    overflow: hidden;
  }
  .content-tile--image a {
    display: block;
    position: relative;
    width: 100%;
  }
  .content-tile--image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.3s ease;
  }
  .content-tile--content h1, .content-tile--content h4, .content-tile--content h4, .content-tile--content h4, .content-tile--content h5, .content-tile--content h6 {
    transition: color 0.3s ease;
  }
  .content-tile--excerpt {
    font-size: 0.8rem;
    line-height: 1.25rem;
    -webkit-font-smoothing: antialiased;
  }
  .content-tile--bio {
    color: var(--color-base-500);
    text-transform: uppercase;
    color: var(--color-gray-500);
    font-family: 'ProximaNovaA', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
  }
  .content-tile--bio_author {
    margin-right: calc(var(--spacing) * 2);
    display: inline-block;
    color: var(--color-peak-blue-200);
    text-decoration-line: none;
    &:hover {
      @media (hover: hover) {
        color: var(--color-peak-blue-100);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .content-tile--content_tag {
    margin-bottom: calc(var(--spacing) * 0);
    padding-block: calc(var(--spacing) * 1);
    color: var(--color-peak-blue-200);
    text-transform: uppercase;
    font-family: 'ProximaNovaCond', sans-serif;
    font-weight: 700;
  }
  .content-tile:hover .content-tile--image img {
    transform: scale(1.05);
  }
  .content-tile:hover .content-tile--content h1, .content-tile:hover .content-tile--content h2, .content-tile:hover .content-tile--content h3, .content-tile:hover .content-tile--content h4, .content-tile:hover .content-tile--content h5, .content-tile:hover .content-tile--content h6 {
    color: var(--color-base-400);
  }
  .gallery_four_per_page {
    width: clamp(336px, 40vw, 800px);
    aspect-ratio: 3 / 2;
  }
  .mid_article_square {
    width: clamp(336px, 45vw, 1100px);
    aspect-ratio: 3 / 2;
  }
  @media screen and (min-width: 768px) {
    .mid_article_square {
      width: clamp(512px, 45vw, 1100px);
      aspect-ratio: 3 / 2;
    }
  }
  .featured--dark {
    .content-tile--bio, .content-tile--bio > div {
      color: var(--color-base-400);
      text-transform: uppercase;
      color: var(--color-gray-400);
    }
  }
  .hero-feature {
    cursor: pointer;
  }
  .hero-feature--image {
    overflow: hidden;
  }
  .hero-feature--image a {
    display: block;
    height: 22rem;
    position: relative;
    width: 100%;
  }
  .hero-feature--image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.3s ease;
  }
  .hero-feature--content {
    .font-cardHeadlineFeature {
      font-weight: 900;
      line-height: 100%;
      letter-spacing: -1px;
      transition: color 0.3s ease;
    }
  }
  .hero-feature:hover .hero-feature--image img {
    transform: scale(1.05);
  }
  .hero-feature:hover .font-cardHeadlineFeature {
    color: var(--color-base-400);
  }
  @media (min-width: 640px) {
    .hero-banner {
      left: 5rem;
    }
  }
  .hero-image {
    img {
      width: 100%;
    }
  }
  .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    iframe {
      height: 189px;
      width: 336px;
      @media (width >= 768px) {
        height: 388px;
      }
      @media (width >= 768px) {
        width: 690px;
      }
      @media (width >= 1280px) {
        height: 918px;
      }
      @media (width >= 1280px) {
        width: 1632px;
      }
    }
  }
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    .wp-caption-text {
      margin: 0.8075em 0;
    }
  }
  .wp-caption-text {
    text-align: center;
  }
  .wp-element-caption {
    color: var(--color-gray-500) !important;
    font-family: 'ProximaNovaA', sans-serif !important;
    font-weight: 400 !important;
    padding: 0;
  }
  .gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
  }
  .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .gallery-caption {
    display: block;
  }
  .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  .custom-logo-link {
    display: inline-block;
  }
  .mid-hero--smaller-tile {
    margin-bottom: calc(var(--spacing) * 4);
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .mid-hero--smaller-tile, .mid-hero--large-tile {
    cursor: pointer;
    img {
      transform: scale(1);
      transition: transform 0.3s ease;
    }
    h4, h5 {
      transition: color 0.3s ease;
    }
  }
  .mid-hero--smaller-tile .mid-hero--smaller-tile--image {
    height: 108px;
    width: 162px;
    @media (width >= 768px) {
      height: 100%;
    }
    @media (width >= 768px) {
      width: 100%;
    }
    display: block;
    position: relative;
  }
  .mid-hero--smaller-tile--image-container {
    position: relative;
    margin-right: calc(var(--spacing) * 4);
    height: 108px;
    width: 162px;
    @media (width >= 1024px) {
      margin-right: calc(var(--spacing) * 2);
    }
    @media (width >= 1024px) {
      height: 200px;
    }
    @media (width >= 1024px) {
      width: 300px;
    }
    flex-shrink: 0;
    overflow: hidden;
  }
  .mid-hero--large-tile--image {
    width: 100%;
    aspect-ratio: 3 / 2;
    min-width: 336px;
    min-height: 224px;
    display: block;
    position: relative;
  }
  .mid-hero--large-tile--image img, .mid-hero--smaller-tile img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .mid-hero--smaller-tile:hover img, .mid-hero--large-tile:hover img {
    transform: scale(1.05);
  }
  .mid-hero--smaller-tile:hover h4, .mid-hero--smaller-tile:hover h5, .mid-hero--large-tile:hover h4, .mid-hero--large-tile:hover h5 {
    color: var(--color-base-400);
  }
  .mid-hero--smaller-tile--byline {
    > div {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: var(--color-base-500);
      text-transform: uppercase;
      font-size: clamp(10px, calc(10px + (2 * ((100vw - 1280px) / 352))), 17px);
    }
  }
  .mid-hero--smaller-tile--title h4 {
    font-size: 18px;
    line-height: 105%;
    @media (min-width: 1024px) {
      font-size: clamp(18px, calc( 18px + (14 * ((100vw - 1024px) / 352)) ), 32px );
    }
  }
  .mid-hero--large-tile--copy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-block: calc(var(--spacing) * 4);
    text-wrap: wrap;
    color: var(--color-foreground);
  }
  .mid-hero--large-tile--copy-tag {
    color: var(--color-peak-blue-200);
    text-transform: uppercase;
  }
  .mid-hero--large-tile--copy-byline {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-base-500);
    text-transform: uppercase;
  }
  .mid-hero--large-tile--copy-tag-title {
    h4 {
      font-size: clamp(28px, calc(28px + (4 * ((100vw - 1280px) / 352))), 56px);
    }
  }
  .site-header {
    position: absolute;
    z-index: 50;
    width: 100%;
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
    @media (width >= 1024px) {
      position: fixed;
    }
  }
  .site-header, .site-header nav {
    height: 142px;
    @media (width >= 640px) {
      height: 80px;
    }
    @media (width >= 1024px) {
      height: 90px;
    }
  }
  .nav-items-holder {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: auto;
    max-width: 360px;
    align-items: center;
    justify-content: space-between;
    @media (width >= 640px) {
      margin-right: calc(var(--spacing) * 0);
    }
    @media (width >= 640px) {
      margin-left: calc(var(--spacing) * 0);
    }
    @media (width >= 640px) {
      max-width: none;
    }
    @media (width >= 1024px) {
      height: 90px;
    }
    @media (width >= 1632px) {
      justify-content: center;
    }
  }
  .main-navigation {
    display: block;
    width: 100%;
    ul {
      display: none;
      list-style: none;
      margin: 0;
      padding-left: 0;
      ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        ul {
          left: -999em;
          top: 0;
        }
        a {
          width: 200px;
        }
      }
      li:hover > ul, li.focus > ul {
        left: auto;
      }
    }
    li {
      position: relative;
    }
    a {
      display: block;
      text-decoration: none;
    }
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
  }
  .menu-toggle, .main-navigation.toggled ul {
    display: block;
  }
  @media screen and (min-width: 37.5em) {
    .menu-toggle {
      display: none;
    }
    .main-navigation ul {
      display: flex;
    }
  }
  .comment-navigation, .posts-navigation, .post-navigation {
    .nav-links {
      display: flex;
    }
    .nav-previous {
      flex: 1 0 50%;
    }
    .nav-next {
      text-align: end;
      flex: 1 0 50%;
    }
  }
  #header-menu .menu-item a {
    margin: calc(var(--spacing) * 0);
    margin-bottom: calc(var(--spacing) * 1);
    border-radius: calc(var(--radius) - 4px);
    text-align: center;
    color: var(--color-white);
    text-transform: uppercase;
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
    font-size: clamp(16px, calc(16px + (4 * ((100vw - 1280px) / 352))), 20px);
    transform: scale(1);
    transition: background-color 0.15s ease-in, transform 0.15s ease-in;
  }
  #header-menu .menu-item a {
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 2);
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 2);
    }
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 2);
    }
    @media (width >= 1280px) {
      padding-inline: calc(var(--spacing) * 3);
    }
    @media (width >= 1280px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  #masthead .active a {
    background-color: var(--color-base-600);
  }
  #header-menu .menu-item:hover a {
    background-color: var(--color-base-600);
  }
  #header-menu .menu-item:active a {
    transform: scale(0.85);
  }
  #mobile-menu {
    transition: ease-in-out 1s duration-100;
    position: fixed;
    z-index: 1;
  }
  #search-term::placeholder, #search-term-mobile::placeholder {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
  }
  .diagonal-arrow {
    rotate: -45deg;
  }
  #mobile-menu {
    top: -100px;
    width: 100%;
    opacity: 0;
    transition: 1.5s;
  }
  #mobile-menu.open {
    top: 142px;
    @media (width >= 640px) {
      top: 80px;
    }
    transition: 0.5s;
    opacity: 1;
  }
  #trending_menu {
    display: block;
    white-space: nowrap;
    transition: transform 1s;
    width: max-content;
  }
  .menu-header-menu-container ul {
    margin: 0;
    padding: 0;
  }
  .menu-item {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  #trending_menu.menu-item {
    display: inline-block;
  }
  .mobile-menu-holders {
    left: calc(var(--spacing) * 0);
    display: flex;
    align-items: center;
    @media (width >= 1024px) {
      display: none;
    }
    cursor: pointer;
  }
  .mobile-menu-holders:hover {
    opacity: 0.8;
  }
  .mobile-menu-button {
    position: relative;
    display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    --tw-border-style: none;
    border-style: none;
    background-color: transparent;
    padding-top: calc(var(--spacing) * 0);
    padding-right: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
    padding-left: calc(var(--spacing) * 2);
    font-size: 16px;
    color: var(--color-white);
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .mobile-menu-button span {
    margin-left: calc(var(--spacing) * 2);
    display: inline-block;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
  }
  .menu-mobile-button-holder {
    position: relative;
    @media (width >= 640px) {
      display: none;
    }
    @media (width >= 768px) {
      margin-left: calc(var(--spacing) * 3);
    }
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .menu-mobile-button-holder a {
    display: block;
    width: 100%;
    text-align: left;
    @media (width >= 640px) {
      width: auto;
    }
  }
  .menu-mobile-button-holder svg {
    width: 14px;
  }
  .header-button {
    border-radius: calc(var(--radius) - 4px);
    color: var(--color-white);
    text-transform: uppercase;
    font-size: clamp(16px, calc(16px + (4 * ((100vw - 1280px) / 352))), 20px);
    width: fit-content;
  }
  .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    li {
      margin: 0.5rem;
      font-family: 'ProximaNovaCond', 'sans-serif';
    }
    span {
      margin: 0.5rem;
      font-family: 'ProximaNovaCond', 'sans-serif';
    }
    .current {
      background-color: var(--color-peak-blue-200);
      color: var(--color-white);
      border-radius: 6px;
      display: flex;
      width: 50px;
      height: 50px;
      padding: 14px 0;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
    }
    img {
      display: inline;
    }
  }
  .pagination {
    margin-top: 36px;
    margin-bottom: 48px;
    @media (width >= 768px) {
      margin-top: 48px;
    }
    @media (width >= 768px) {
      margin-bottom: 64px;
    }
    @media (width >= 1024px) {
      margin-top: 80px;
    }
    @media (width >= 1024px) {
      margin-bottom: 120px;
    }
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    > span, > a {
      margin-right: 6px;
      margin-left: 6px;
      display: block;
      @media (width >= 768px) {
        margin-right: 8px;
      }
      @media (width >= 768px) {
        margin-left: 8px;
      }
      @media (width >= 1024px) {
        margin-right: 16px;
      }
      @media (width >= 1024px) {
        margin-left: 16px;
      }
    }
    .page-numbers {
      font-size: 16px;
      @media (width >= 768px) {
        font-size: 20px;
      }
      align-items: center;
      display: flex;
      font-family: 'ProximaNovaCond', 'sans-serif';
      justify-content: center;
      list-style: none;
      border-radius: 6px;
      width: 50px;
      height: 50px;
      svg, path {
        position: relative;
        top: -1px;
        fill: var(--color-base-700);
      }
      &.prev, &.next {
        width: fit-content;
        padding: 0 16px;
      }
      &.inactive {
        cursor: not-allowed;
        color: var(--color-base-400);
        svg, path {
          fill: var(--color-base-400);
        }
      }
    }
    a.page-numbers {
      background-color: var(--color-white);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-base-300);
        }
      }
    }
    .page-numbers {
      text-transform: uppercase;
      span {
        margin: 0 0.25rem;
        font-size: 1.15rem;
      }
    }
  }
  .pagination .current {
    background-color: var(--color-peak-blue-200);
    color: var(--color-white);
    display: flex;
    width: 50px;
    height: 50px;
    padding: 14px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
  }
  .page-numbers {
    padding: 0;
    margin: 0;
  }
  .direction-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pagination-holder {
    margin-top: calc(var(--spacing) * 4);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-numbers {
    .fa-chevron-right {
      margin-left: calc(var(--spacing) * 1);
    }
    .fa-chevron-left {
      margin-right: calc(var(--spacing) * 1);
    }
  }
  .post-content {
    width: 100%;
  }
  .content, .content.post-content, .post-content, .article .post-content, .post-content p, .post-content ul, .post-content li {
    font-size: clamp(16px, 2vw, 18px);
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 2.5em;
  }
  .search-overlay {
    top: 144px;
    right: -10000px;
    width: 1086px;
    height: 1080px;
    opacity: 0;
    transition: 1s;
  }
  @media (max-width: 820px) {
    .search-overlay {
      top: 130px;
      right: -1000px;
      width: 100%;
      height: 80%;
      opacity: 0;
      transition: 1s;
    }
  }
  .search-overlay.overlay-active {
    transition: 0.5s;
    right: 0;
    opacity: 1;
  }
  .lds-dual-ring {
    color: #1996FF;
  }
  .lds-dual-ring, .lds-dual-ring:after {
    box-sizing: border-box;
  }
  .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .search-result-image {
    max-width: 200px;
    margin: 0 2%;
  }
  @media (max-width: 481px) {
    .search-result-image {
      max-width: 100px;
    }
  }
  .sub-menu-dropdown {
    .dropdown {
      position: absolute;
      width: 250px;
      box-shadow: var(--shadow);
      border-radius: var(--radius);
      margin-top: 0.3rem;
      background: white;
      left: 0;
      opacity: 0;
    }
    .dropdown a {
      display: flex;
      align-items: center;
      column-gap: var(--gap);
      padding: 0.8rem 1rem;
      text-decoration: none;
      color: black;
    }
    .dropdown a:hover {
      background-color: var(--color);
      color: white;
    }
    .show {
      transform: translateY(0rem);
      visibility: visible;
      opacity: 1;
      z-index: 99;
    }
    .arrow {
      transform: rotate(180deg);
      transition: 0.2s ease;
    }
  }
  .widget {
    margin: 0 0 1.5em;
    // Make sure select elements fit in widgets. select {
      max-width: 100%;
    }
  }
  @layer components {
    .table-block {
      margin-block: calc(var(--spacing) * 10);
      overflow-x: auto;
      margin-bottom: 10px;
      width: 100%;
      &::-webkit-scrollbar {
        height: 8px;
        width: 8px;
        background-color: #F2F3F6;
        border-radius: 6px;
      }
      &::-webkit-scrollbar-thumb {
        background-color: #9BA8BD;
        border-radius: 6px;
      }
      &::-webkit-scrollbar-track {
        background-color: #F2F3F6;
        border-radius: 6px;
      }
      h4 {
        margin-block: calc(var(--spacing) * 4);
        color: var(--color-base-400);
        font-family: ProximaNovaCond, sans-serif;
      }
      h4 strong {
        color: var(--color-base-700);
      }
      table {
        border-radius: 6px;
        overflow: hidden;
        min-width: 820px;
      }
      thead {
        background-color: var(--color-base-300);
        padding: calc(var(--spacing) * 4);
      }
      thead th {
        padding-block: calc(var(--spacing) * 2);
        padding-left: calc(var(--spacing) * 4);
        text-align: left;
        font-size: 16px;
        text-transform: uppercase;
        font-family: ProximaNovaCond, sans-serif;
        line-height: 1.5rem;
      }
      tbody {
        tr:nth-child(odd) {
          background-color: var(--color-base-100);
          border: 1px solid var(--color-base-300);
        }
        tr:nth-child(even) {
          background-color: var(--color-base-200);
        }
        td {
          padding-block: calc(var(--spacing) * 1);
          padding-left: calc(var(--spacing) * 4);
          vertical-align: middle;
          font-size: 16px;
          line-height: 120%;
        }
        td:last-child {
          padding-right: calc(var(--spacing) * 2);
        }
      }
    }
    .table-block--sports {
      td {
        font-family: ProximaNovaCond, sans-serif;
        vertical-align: middle;
      }
      .match {
        display: flex;
        align-items: center;
        gap: calc(var(--spacing) * 2);
        font-size: 16px;
        color: var(--color-base-400);
        font-weight: 700;
        line-height: 100%;
        img {
          width: 7ch;
        }
      }
      .location {
        strong {
          display: block;
          color: var(--color-base-700);
        }
      }
    }
    .table-block--wrapper {
      margin-bottom: 18px;
      border: 1px solid var(--color-base-300);
      border-radius: 6px;
      overflow: hidden;
      width: fit-content;
      table {
        border-radius: 0;
        margin-bottom: 0;
      }
    }
  }
  .clipboard-link {
    margin: calc(var(--spacing) * 0);
    cursor: pointer;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    color: var(--color-foreground);
  }
  .social-share {
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * -24);
    display: flex;
    height: 100%;
    flex-direction: column;
    @media (width >= 1024px) {
      position: absolute;
    }
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .social-share .fb-share, .social-share .x-share, .social-share .clipboard-link {
    position: relative;
    display: block;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
    border-color: var(--color-peak-blue-200);
    background-color: var(--color-base-200);
    padding: calc(var(--spacing) * 2);
    @media (width >= 1024px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
    &:after {
      content: '';
      height: 3px;
      width: 80%;
      border-radius: 2px;
      background: var(--peak-blue-200);
      display: block;
      position: absolute;
      bottom: 2px;
      left: 50%;
      transform: translateX(-50%) translateY(-3px);
      opacity: 0;
      transition: opacity 0.15s ease-in, transform 0.15s ease-in;
    }
  }
  @media (width >= 1024px) {
    .social-share .fb-share, .social-share .x-share, .social-share .clipboard-link {
      &:after {
        width: 3px;
        height: 80%;
        left: 2px;
        top: 50%;
        transform: translateY(-50%) translateX(-3px);
        opacity: 0;
      }
    }
  }
  .social-share--sticky {
    margin-bottom: calc(var(--spacing) * 5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    @media (width >= 1024px) {
      position: sticky;
    }
    @media (width >= 1024px) {
      top: calc(var(--spacing) * 36);
    }
    @media (width >= 1024px) {
      flex-direction: column;
    }
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .social-share .fb-share {
    border-radius: 0;
    @media (width >= 1024px) {
      border-top-left-radius: calc(var(--radius) - 4px);
      border-top-right-radius: calc(var(--radius) - 4px);
    }
  }
  .social-share .clipboard-link {
    border-radius: 0;
    @media (width >= 1024px) {
      border-bottom-right-radius: calc(var(--radius) - 4px);
      border-bottom-left-radius: calc(var(--radius) - 4px);
    }
  }
  .social-share .fb-share:hover, .social-share .x-share:hover, .social-share .clipboard-link:hover {
    &::after {
      opacity: 1;
      transform: translateX(-50%) translateY(0px);
    }
  }
  @media (width >= 1024px) {
    .social-share .fb-share:hover, .social-share .x-share:hover, .social-share .clipboard-link:hover {
      &::after {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
      }
    }
  }
  .social-share .fb-share:hover svg path, .social-share .x-share:hover svg path {
    fill: var(--peak-blue-200);
  }
  .social-share .clipboard-link:hover svg path {
    stroke: var(--peak-blue-200);
  }
  .article-callout {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: var(--color-base-200);
    @media (width >= 768px) {
      min-height: 320px;
    }
    @media (width >= 768px) {
      flex-direction: row;
    }
    @media (width >= 768px) {
      align-items: stretch;
    }
  }
  .article-callout--image {
    display: flex;
    min-height: 181px;
    width: 100%;
    flex-direction: column;
    @media (width >= 768px) {
      min-height: 320px;
    }
    @media (width >= 768px) {
      flex-direction: row;
    }
    @media (width >= 768px) {
      align-items: stretch;
    }
  }
  .article-callout--image a {
    min-height: clamp(181px, 10vw, 320px);
    @media (width >= 768px) {
      min-height: 320px;
    }
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
  }
  .article-callout--image img {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .article-callout--content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--spacing) * 4);
    @media (width >= 768px) {
      flex: 1;
    }
    @media (width >= 768px) {
      flex-basis: 70%;
    }
    h2 {
      margin-bottom: calc(var(--spacing) * 4);
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      line-height: 100%;
    }
    .standard-button {
      margin-top: 14px;
      padding-inline: 32px;
      @media (width >= 768px) {
        margin-top: 30px;
      }
      @media (width >= 1024px) {
        max-width: 202px;
      }
      svg {
        margin-right: calc(var(--spacing) * 1);
        display: inline-block;
      }
    }
  }
  .article-callout--smaller {
    min-height: 364px;
    @media (width >= 768px) {
      min-height: 150px;
    }
    @media (width >= 1024px) {
      min-height: 248px;
    }
    .article-callout--image {
      min-height: 208px;
      @media (width >= 768px) {
        min-height: 150px;
      }
      @media (width >= 1024px) {
        min-height: 248px;
      }
    }
    .article-callout--image a {
      min-height: 208px;
      @media (width >= 768px) {
        min-height: 150px;
      }
      @media (width >= 1024px) {
        min-height: 248px;
      }
    }
  }
  @layer components {
    .numbered-list {
      margin-block: calc(var(--spacing) * 10);
      .numbered-list--header {
        margin-bottom: calc(var(--spacing) * 4);
        display: flex;
        align-items: center;
      }
      .numbered-list--header-number {
        margin-right: calc(var(--spacing) * 4);
        display: flex;
        height: 44px;
        width: 44px;
        background-color: var(--color-blue-600);
        font-size: 28px;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-white);
        @media (width >= 768px) {
          height: 56px;
        }
        @media (width >= 768px) {
          width: 56px;
        }
        @media (width >= 768px) {
          font-size: 36px;
        }
        @media (width >= 1280px) {
          height: 92px;
        }
        @media (width >= 1280px) {
          width: 92px;
        }
        @media (width >= 1280px) {
          font-size: 44px;
        }
        font-family: 'ProximaNovaCond', sans-serif;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        aspect-ratio: 1/1;
        border-radius: 6px;
      }
      .numbered-list--header-title {
        font-size: 32px;
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
        color: var(--color-base-700);
        @media (width >= 768px) {
          font-size: 36px;
        }
        @media (width >= 1280px) {
          font-size: 56px;
        }
        font-family: 'ProximaNovaCond', sans-serif;
      }
      .numbered-list--content {
        margin-bottom: calc(var(--spacing) * 4);
        img {
          width: 100%;
        }
      }
      .numbered-list--h2 {
        font-size: 32px;
        @media (width >= 768px) {
          font-size: 36px;
        }
        @media (width >= 1280px) {
          font-size: 56px;
        }
        line-height: 100%;
      }
      .numbered-list--h3 {
        font-size: 28px;
        @media (width >= 768px) {
          font-size: 32px;
        }
        @media (width >= 1280px) {
          font-size: 44px;
        }
        line-height: 100%;
      }
      .numbered-list--h4 {
        font-size: 26px;
        @media (width >= 768px) {
          font-size: 30px;
        }
        @media (width >= 1280px) {
          font-size: 36px;
        }
        line-height: 100%;
      }
      .numbered-list--h5 {
        font-size: 18px;
        @media (width >= 768px) {
          font-size: 26px;
        }
        @media (width >= 1280px) {
          font-size: 32px;
        }
        line-height: 100%;
      }
      .numbered-list--h6 {
        font-size: 16px;
        @media (width >= 768px) {
          font-size: 22px;
        }
        @media (width >= 1280px) {
          font-size: 28px;
        }
        line-height: 100%;
      }
      .numbered-list--p {
        font-size: 16px;
        @media (width >= 768px) {
          font-size: 20px;
        }
        @media (width >= 1280px) {
          font-size: 24px;
        }
      }
    }
    ol {
      margin: calc(var(--spacing) * 0);
    }
  }
  .article-quote {
    margin-block: calc(var(--spacing) * 4);
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--color-blue-600);
    padding: calc(var(--spacing) * 4);
    font-family: 'ProximaNovaCond', sans-serif;
    p {
      margin-bottom: calc(var(--spacing) * 2);
      font-size: 1.5rem;
      color: var(--color-base-700);
      font-style: italic;
      @media (width >= 768px) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
      line-height: 120%;
    }
    cite {
      text-align: right;
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      color: var(--color-blue-600);
      font-style: normal;
    }
  }
  .img-wrap {
    height: 16rem;
    overflow: hidden;
    position: relative;
  }
  .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease-out;
    display: block;
  }
  .img-wrap:hover img {
    transform: scale(1.1);
  }
  .featured--dark {
    p, h1, h2, h3, h4, h5, h6, .content-tile--bio {
      color: white;
    }
    .content-tile--bio_author {
      color: var(--color-peak-blue-100);
      &:hover {
        @media (hover: hover) {
          color: var(--color-peak-blue-200);
        }
      }
    }
    .content-tile--content_tag {
      color: var(--color-peak-blue-100);
    }
  }
  .site {
    display: grid;
    grid-template-columns: auto 0%;
    grid-template-areas: "header header" "main sidebar" "footer footer";
  }
  .site-header {
    grid-area: header;
  }
  .site-main {
    grid-area: main;
    overflow: hidden;
  }
  .widget-area {
    grid-area: sidebar;
  }
  .site-footer {
    grid-area: footer;
  }
  .no-sidebar {
    .site {
      display: grid;
      grid-template-columns: auto;
      grid-template-areas: "header" "main" "footer";
    }
  }
  .site {
    display: grid;
    grid-template-columns: (100%) auto;
    grid-template-areas: "header" "main" "footer";
  }
  .site-header {
    grid-area: header;
  }
  .site-main {
    padding-top: 142px;
    @media (width >= 640px) {
      padding-top: 80px;
    }
    @media (width >= 1024px) {
      padding-top: 90px;
    }
    grid-area: main;
    overflow: hidden;
  }
  .widget-area {
    grid-area: sidebar;
  }
  .site-footer {
    grid-area: footer;
  }
}
@layer utilities {
  .container {
    width: 100%;
    padding-left: clamp(12px, calc(12px + (7 * ((100vw - 768px) / 256))), 19px );
    padding-right: clamp(12px, calc(12px + (7 * ((100vw - 768px) / 256))), 19px );
    @media (width >= 640px) {
      max-width: initial;
    }
    @media (width >= 768px) {
      max-width: initial;
    }
    @media (width >= 1024px) {
      max-width: initial;
      padding-left: clamp(19px, calc(19px + (125 * ((100vw - 1024px) / 608))), 144px );
      padding-right: clamp(19px, calc(19px + (125 * ((100vw - 1024px) / 608))), 144px );
    }
    @media (width >= 1280px) {
      max-width: initial;
    }
    @media (width >= 1632px) {
      max-width: var(--breakpoint-2xl);
    }
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: clamp(16px, 2vw, 18px);
  }
  .prose .button {
    margin-block: calc(var(--spacing) * 4);
    width: fit-content;
  }
  .prose :where(a) {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-peak-blue-200);
    text-decoration: none;
    &:hover {
      color: var(--color-peak-blue-300);
      text-decoration: underline;
    }
  }
  .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 2);
    font-size: 36px;
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      font-size: 48px;
    }
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 8);
    }
    @media (width >= 1280px) {
      font-size: 72px;
    }
    line-height: 100%;
  }
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 2);
    font-size: 32px;
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      font-size: 36px;
    }
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 8);
    }
    @media (width >= 1280px) {
      font-size: 56px;
    }
    line-height: 100%;
  }
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 2);
    font-size: 28px;
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      font-size: 32px;
    }
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 8);
    }
    @media (width >= 1280px) {
      font-size: 44px;
    }
    line-height: 100%;
  }
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 2);
    font-size: 26px;
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      font-size: 30px;
    }
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 8);
    }
    @media (width >= 1280px) {
      font-size: 36px;
    }
    line-height: 100%;
  }
  .prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 2);
    font-size: 18px;
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      font-size: 26px;
    }
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 8);
    }
    @media (width >= 1280px) {
      font-size: 32px;
    }
    line-height: 100%;
  }
  .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: calc(var(--spacing) * 0);
  }
  .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 8px;
    @media (width >= 768px) {
      font-size: 10px;
    }
    @media (width >= 1024px) {
      font-size: 14px;
    }
  }
  .prose, .content, .content.post-content, .post-content, .article .post-content, .post-content p, .post-content ul, .post-content li {
    font-size: clamp(16px, 2vw, 18px);
    font-family: "ProximaNovaA", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
@layer base {
  :root {
    --base-100: #ffffff;
    --base-200: #F6F6F9;
    --base-300: #E0E3EA;
    --base-400: #9BA8BD;
    --base-500: #5B626E;
    --base-600: #3F4042;
    --base-700: #1B1C1E;
    --base-800: #000000;
    --peak-blue-100: #1996FF;
    --peak-blue-200: #0064FF;
    --peak-blue-300: #003296;
    --peak-blue-400: #00004B;
    --background: #ffffff;
    --nav-bg: rgba(27, 28, 30, .95);
    --radius: 0.5rem;
  }
}
@layer base {
  * {
    border-color: var(--color-background);
  }
  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }
  div {
    font-size: 0.667rem;
  }
  p {
    font-size: 1rem;
    font-family: ProximaNovaA, sans-serif;
  }
  h1 {
    font-size: 3rem;
    font-family: ProximaNovaCond, sans-serif;
    line-height: 3rem;
  }
  h2 {
    font-size: 2.333rem;
    font-family: ProximaNovaCondExtraBold, sans-serif;
    line-height: 2.333rem;
  }
  h3 {
    font-size: 1.833rem;
    font-family: ProximaNovaCondExtraBold, sans-serif;
    line-height: 1.833rem;
  }
  h4 {
    font-size: 1.5rem;
    font-family: ProximaNovaCondExtraBold, sans-serif;
    line-height: 1;
  }
  h5 {
    font-size: 1.333rem;
    font-family: ProximaNovaCondExtraBold, sans-serif;
    line-height: 1;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-ease: initial;
      --tw-duration: initial;
    }
  }
}
