/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --tw-space-y-reverse: 0;
      --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-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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-mono: "PelakFA";
    --color-yellow-500: oklch(79.5% .184 86.047);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -.025em;
    --radius-md: .375rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-pelak);
    --default-font-feature-settings: "normal";
    --default-font-variation-settings: "normal";
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--default-font-feature-settings);
    --default-mono-font-variation-settings: var(--default-font-variation-settings);
    --text-meta: 10px;
    --leading-meta: 14px;
    --color-divider: var(--color-gray-200);
    --font-pelak: "PelakFA";
    --font-latin: "PelakFA";
    --font-body: var(--font-pelak);
    --font-heading: var(--font-pelak);
    --font-en: var(--font-latin);
    --text-body: 14px;
    --leading-body: 24px;
    --tracking-body: .01em;
    --text-nav: 12px;
    --text-body-sm: 12px;
    --leading-body-sm: 20px;
    --leadtitle-font-size: 25px;
    --leadtitle-font-weight: 900;
    --leadtitle-color: #000;
    --servicetitle-font-size: 20px;
    --servicetitle-font-weight: 900;
    --servicetitle-color: #000;
    --text-h1: 28px;
    --leading-h1: 40px;
    --text-h2: 22px;
    --leading-h2: 32px;
    --text-card-title: 15px;
    --leading-card-title: 24px;
    --text-column-title: 13px;
    --leading-column-title: 16px;
    --text-body-en: 14px;
    --leading-body-en: 18px;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  :root {
    --meta-color: #6b7280;
    --meta-secondary-color: #9ca3af;
    --meta-border-color: #6b7280;
    --menu-hover-border-color: #000;
  }
}

@layer components {
  .prose-news {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

  .prose-news :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose-news :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose-news :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
  }

  .prose-news :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .prose-news :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose-news :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }

  .prose-news :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose-news :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose-news :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose-news :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose-news :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose-news :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose-news :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose-news :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose-news :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .prose-news :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }

  .prose-news :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }

  .prose-news :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .prose-news :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }

  .prose-news :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .prose-news :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: .25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“""”""‘""’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    font-style: italic;
    font-weight: 500;
  }

  .prose-news :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: open-quote;
  }

  .prose-news :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: close-quote;
  }

  .prose-news :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 0;
    margin-bottom: .888889em;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.11111;
  }

  .prose-news :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 900;
  }

  .prose-news :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.33333;
  }

  .prose-news :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 800;
  }

  .prose-news :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
  }

  .prose-news :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose-news :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-weight: 600;
    line-height: 1.5;
  }

  .prose-news :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose-news :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-news :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }

  .prose-news :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-news :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    padding-top: .1875em;
    padding-inline-end: .375em;
    padding-bottom: .1875em;
    border-radius: .3125rem;
    padding-inline-start: .375em;
    font-family: inherit;
    font-size: .875em;
    font-weight: 500;
  }

  .prose-news :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: .875em;
    font-weight: 600;
  }

  .prose-news :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose-news :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: "`";
  }

  .prose-news :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose-news :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .875em;
  }

  .prose-news :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .9em;
  }

  .prose-news :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose-news :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    padding-top: .857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: .857143em;
    border-radius: .375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }

  .prose-news :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .prose-news :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose-news :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: none;
  }

  .prose-news :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    table-layout: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.71429;
  }

  .prose-news :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .prose-news :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
    font-weight: 600;
  }

  .prose-news :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .prose-news :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .prose-news :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .prose-news :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .prose-news :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }

  .prose-news :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }

  .prose-news :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-news :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    margin-top: .857143em;
    font-size: .875em;
    line-height: 1.42857;
  }

  .prose-news {
    --tw-prose-body: oklch(37.3% .034 259.733);
    --tw-prose-headings: oklch(21% .034 264.665);
    --tw-prose-lead: oklch(44.6% .03 256.802);
    --tw-prose-links: oklch(21% .034 264.665);
    --tw-prose-bold: oklch(21% .034 264.665);
    --tw-prose-counters: oklch(55.1% .027 264.364);
    --tw-prose-bullets: oklch(87.2% .01 258.338);
    --tw-prose-hr: oklch(92.8% .006 264.531);
    --tw-prose-quotes: oklch(21% .034 264.665);
    --tw-prose-quote-borders: oklch(92.8% .006 264.531);
    --tw-prose-captions: oklch(55.1% .027 264.364);
    --tw-prose-kbd: oklch(21% .034 264.665);
    --tw-prose-kbd-shadows: oklab(21% -.00316127 -.0338527 / .1);
    --tw-prose-code: oklch(21% .034 264.665);
    --tw-prose-pre-code: oklch(92.8% .006 264.531);
    --tw-prose-pre-bg: oklch(27.8% .033 256.848);
    --tw-prose-th-borders: oklch(87.2% .01 258.338);
    --tw-prose-td-borders: oklch(92.8% .006 264.531);
    --tw-prose-invert-body: oklch(87.2% .01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% .022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% .022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
    --tw-prose-invert-hr: oklch(37.3% .034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
    --tw-prose-invert-captions: oklch(70.7% .022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: #ffffff1a;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
    font-size: 1rem;
    line-height: 1.75;
  }

  .prose-news :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose-news :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .prose-news :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .375em;
  }

  .prose-news :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose-news :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose-news :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose-news :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose-news :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose-news :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose-news :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose-news :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    padding-inline-start: 1.625em;
  }

  .prose-news :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-news :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-news :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose-news :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose-news :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .571429em;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

  .prose-news :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose-news :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose-news :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose-news :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose-news :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .prose-news {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 22px;
  }

  .prose-news :where(p, li, span, a, strong) {
    font-size: 14px;
    line-height: 22px;
  }

  .typo-page-title {
    font-family: var(--font-heading);
    font-size: var(--text-h1);
    --tw-leading: var(--leading-h1);
    line-height: var(--leading-h1);
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .typo-section-title {
    margin-bottom: calc(var(--spacing) * 4);
    font-family: var(--font-heading);
    font-size: var(--text-h2);
    --tw-leading: var(--leading-h2);
    line-height: var(--leading-h2);
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .typo-card-title {
    font-family: var(--font-heading);
    font-size: var(--text-card-title);
    --tw-leading: var(--leading-card-title);
    line-height: var(--leading-card-title);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .typo-column-title {
    text-align: right;
    font-family: var(--font-heading);
    font-size: var(--text-column-title);
    --tw-leading: var(--leading-column-title);
    line-height: var(--leading-column-title);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .typo-body {
    font-family: var(--font-body);
    font-size: var(--text-body);
    --tw-leading: var(--leading-body);
    line-height: var(--leading-body);
    --tw-tracking: var(--tracking-body);
    letter-spacing: var(--tracking-body);
  }

  .typo-body-sm {
    font-family: var(--font-body);
    font-size: var(--text-body-sm);
    --tw-leading: var(--leading-body-sm);
    line-height: var(--leading-body-sm);
  }

  .typo-meta {
    align-items: center;
    gap: calc(var(--spacing) * 1);
    font-family: var(--font-body);
    font-size: var(--text-meta);
    --tw-leading: var(--leading-meta);
    line-height: var(--leading-meta);
    color: var(--meta-color);
    display: flex;
  }

  .typo-en {
    text-align: left;
    font-family: var(--font-en);
    font-size: var(--text-body-en);
    --tw-leading: var(--leading-body-en);
    line-height: var(--leading-body-en);
    direction: ltr;
  }

  .heading-section {
    margin-bottom: calc(var(--spacing) * 4);
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 32px;
    --tw-font-weight: var(--font-weight-extrabold);
    line-height: 32px;
    font-weight: var(--font-weight-extrabold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .heading-card {
    margin-bottom: calc(var(--spacing) * 2);
    font-family: var(--font-heading);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 26px;
    --tw-font-weight: var(--font-weight-bold);
    line-height: 26px;
    font-weight: var(--font-weight-bold);
  }

  .heading-small {
    font-family: var(--font-heading);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 20px;
    --tw-font-weight: var(--font-weight-bold);
    line-height: 20px;
    font-weight: var(--font-weight-bold);
  }

  .subtitle {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: 20px;
    color: var(--color-neutral-500);
    line-height: 20px;
  }

  .meta {
    gap: calc(var(--spacing) * 1);
    font-size: var(--text-meta);
    --tw-leading: 16px;
    color: var(--meta-secondary-color);
    line-height: 16px;
    display: flex;
  }

  .meta .tag {
    margin-left: calc(var(--spacing) * 2);
    border-left-style: var(--tw-border-style);
    padding-left: calc(var(--spacing) * 2);
    border-left-width: 2px;
    border-color: var(--meta-border-color);
  }

  .meta .time {
    margin-right: calc(var(--spacing) * 1);
  }

  .meta-border {
    border-color: var(--meta-border-color);
  }

  .page-container {
    max-width: 1280px;
    padding-inline: calc(var(--spacing) * 4);
    margin-inline: auto;
  }

  @media (min-width: 48rem) {
    .page-container {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .page-container {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  .layout-container {
    width: 100%;
    padding-inline: calc(var(--spacing) * 4);
    margin-inline: auto;
  }

  @media (min-width: 40rem) {
    .layout-container {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .layout-container {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 80rem) {
    .layout-container {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 96rem) {
    .layout-container {
      max-width: 1700px;
      padding-inline: 300px;
    }
  }

  .layout-main-grid {
    gap: calc(var(--spacing) * 6);
    grid-template-columns: 260px minmax(0, 1fr) 280px;
    display: grid;
  }

  .grid-3 {
    gap: calc(var(--spacing) * 6);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .grid-4 {
    gap: calc(var(--spacing) * 4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .grid-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .grid-6 {
    gap: calc(var(--spacing) * 4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .grid-6 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .grid-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  .section-space {
    margin-top: calc(var(--spacing) * 8);
    margin-bottom: calc(var(--spacing) * 10);
  }

  :where(.card-space > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.block-space > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  .box {
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-neutral-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 4);
  }

  @media (min-width: 48rem) {
    .box {
      padding: calc(var(--spacing) * 5);
    }
  }

  .box-tight {
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-neutral-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 3);
  }

  @media (min-width: 48rem) {
    .box-tight {
      padding: calc(var(--spacing) * 4);
    }
  }

  .box-space {
    padding: calc(var(--spacing) * 4);
  }

  @media (min-width: 48rem) {
    .box-space {
      padding: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 64rem) {
    .box-space {
      padding: calc(var(--spacing) * 6);
    }
  }

  .notes-card {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-neutral-200);
    background-color: var(--color-white);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    overflow: hidden;
  }

  .notes-card-header {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-neutral-200);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 3);
  }

  .notes-card-title {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .notes-card-body {
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }

  :where(.notes-card-list > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  .notes-card-item {
    align-items: flex-start;
    gap: calc(var(--spacing) * 3);
    border-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    border-width: 1px;
    border-color: #0000;
    display: flex;
  }

  @media (hover: hover) {
    .notes-card-item:hover {
      border-color: var(--color-neutral-200);
    }
  }

  .notes-card-number {
    height: calc(var(--spacing) * 7);
    width: calc(var(--spacing) * 7);
    background-color: var(--color-neutral-100);
    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-neutral-600);
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .notes-card-content {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
  }

  .notes-card-link {
    -webkit-line-clamp: 2;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  @media (hover: hover) {
    .notes-card-link:hover {
      color: var(--color-blue-600);
    }
  }

  .notes-card-date {
    margin-top: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--color-neutral-500);
  }

  .notes-card-empty {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-neutral-500);
  }

  .notes-sidebar-header {
    margin-block: calc(var(--spacing) * 2);
    align-items: center;
    display: flex;
  }

  .notes-sidebar-title {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    display: flex;
  }

  .notes-sidebar-icon {
    display: flex;
  }

  .notes-sidebar-spacer {
    flex-grow: 1;
    display: flex;
  }

  .notes-sidebar-list {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    color: var(--color-black);
  }

  .notes-sidebar-item {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-gray-200);
  }

  .notes-sidebar-item .notes-sidebar-item-inner {
    align-items: flex-start;
    display: flex;
  }

  .notes-sidebar-item .notes-sidebar-item-inner .notes-sidebar-content-full {
    width: 100%;
  }

  .notes-sidebar-writers-col {
    width: 33.3333%;
  }

  .notes-sidebar-writer-wrapper {
    margin-top: calc(var(--spacing) * 3);
    display: flex;
  }

  .notes-sidebar-writer-avatar {
    height: calc(var(--spacing) * 20);
    width: calc(var(--spacing) * 20);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    border-radius: 3.40282e38px;
  }

  .notes-sidebar-content-col {
    width: 66.6667%;
  }

  .notes-sidebar-link {
    border-style: var(--tw-border-style);
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 2);
    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));
    border-width: 1px;
    border-color: #0000;
    display: block;
  }

  @media (hover: hover) {
    .notes-sidebar-link:hover {
      border-color: var(--color-neutral-200);
      background-color: var(--color-neutral-50);
    }
  }

  .notes-sidebar-post-title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
    display: block;
  }

  .notes-sidebar-meta {
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-meta);
    flex-direction: column;
    display: flex;
  }

  .notes-sidebar-tag {
    margin-left: calc(var(--spacing) * 1);
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
    border-color: var(--color-gray-600);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .notes-sidebar-time {
    padding-right: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    display: block;
  }

  .notes-sidebar-writer-info {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .notes-sidebar-empty {
    border-style: var(--tw-border-style);
    --tw-border-style: dashed;
    border-style: dashed;
    border-width: 1px;
    border-color: var(--color-neutral-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-black);
  }

  .gh-notes-widget .card .body .list .item, .gh-notes-widget .card .body .list .empty {
    color: var(--color-black);
  }

  .nav-main {
    align-items: center;
    gap: calc(var(--spacing) * 6);
    font-family: var(--font-heading);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    display: flex;
  }

  .nav-item {
    cursor: pointer;
    padding-inline: calc(var(--spacing) * 1);
    padding-block: calc(var(--spacing) * 2);
    position: relative;
  }

  .nav-item-active {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .nav-item-active:after {
    content: "";
    right: calc(var(--spacing) * 0);
    bottom: -2px;
    left: calc(var(--spacing) * 0);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: 3px;
    position: absolute;
  }

  .primary-nav {
    align-items: stretch;
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-nav);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    flex-direction: column;
    display: flex;
  }

  @media (min-width: 48rem) {
    .primary-nav {
      justify-content: center;
      gap: calc(var(--spacing) * 8);
      flex-direction: row;
    }
  }

  .primary-nav .item {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    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));
    display: inline;
  }

  @media (hover: hover) {
    .primary-nav .item:hover {
      background-color: var(--color-neutral-100);
    }
  }

  @media (min-width: 48rem) {
    .primary-nav .item {
      padding-inline: calc(var(--spacing) * 2);
      border-radius: 0;
    }

    @media (hover: hover) {
      .primary-nav .item:hover {
        color: var(--color-neutral-600);
      }
    }

    .primary-nav .item-active {
      position: relative;
    }
  }

  .primary-nav .item-active:after {
    content: "";
  }

  @media (min-width: 48rem) {
    .primary-nav .item-active:after {
      bottom: -1px;
      left: calc(var(--spacing) * 0);
      background-color: var(--color-yellow-500);
      width: 100%;
      height: 3px;
      position: absolute;
    }
  }

  .services section {
    margin-block: calc(var(--spacing) * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-black);
    padding-bottom: calc(var(--spacing) * 7);
  }

  .services section:last-child {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .services section .service-title {
    margin-block: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
    align-items: center;
    display: flex;
  }

  .leads {
    margin-top: calc(var(--spacing) * 7);
    margin-bottom: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 7);
  }

  .leads .leads-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    display: grid;
  }

  @media (min-width: 48rem) {
    .leads .leads-grid {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
      border-color: var(--color-black);
      padding-left: calc(var(--spacing) * 7);
    }
  }

  .leads .leads-grid .leads-post-grid {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-divider);
    padding-block: calc(var(--spacing) * 7);
    grid-column: span 9 / span 9;
    display: flex;
  }

  .leads .leads-grid .leads-post-grid:first-child {
    padding-top: calc(var(--spacing) * 0);
  }

  .leads .leads-grid .leads-post-grid:last-child {
    border-bottom-style: var(--tw-border-style);
    padding-bottom: calc(var(--spacing) * 0);
    border-bottom-width: 0;
  }

  .leads .leads-grid .leads-post-grid .leads-post-title {
    font-size: var(--leadtitle-font-size);
    font-weight: var(--leadtitle-font-weight);
    color: var(--leadtitle-color);
    line-height: 1.3;
  }

  .leads .leads-grid .leads-post-grid .service-post-title {
    font-size: var(--servicetitle-font-size);
    font-weight: var(--servicetitle-font-weight);
    color: var(--servicetitle-color);
    line-height: 1.3;
  }

  .leads .leads-grid .leads-post-grid .title {
    font-size: var(--leadtitle-font-size);
    font-weight: var(--leadtitle-font-weight);
    color: var(--leadtitle-color);
    line-height: 1.3;
  }

  .leads .service-title {
    margin-block: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
    align-items: center;
    display: flex;
  }

  .service-leads {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    display: grid;
  }

  .service-leads .leads-one {
    grid-column: span 9 / span 9;
  }

  @media (min-width: 48rem) {
    .service-leads .leads-one {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
      border-color: var(--color-black);
      padding-left: calc(var(--spacing) * 7);
    }
  }

  .service-leads .leads-one .leads-post-grid {
    display: flex;
  }

  .service-leads .leads-one .leads-post-grid .title {
    font-size: var(--leadtitle-font-size);
    font-weight: var(--leadtitle-font-weight);
    color: var(--leadtitle-color);
    line-height: 1.3;
  }

  .service-leads .leads-more {
    border-style: var(--tw-border-style);
    border-width: 0;
    grid-column: span 3 / span 3;
  }

  .news-card {
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 0);
    display: block;
  }

  @media (min-width: 48rem) {
    .news-card {
      padding-left: calc(var(--spacing) * 7);
    }
  }

  .news-card img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
  }

  .news-card .title {
    margin-block: calc(var(--spacing) * 2);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-black);
  }

  .news-card .sub_title {
    margin-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .news-card .meta {
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-meta);
    --tw-leading: 16px;
    line-height: 16px;
  }
}

@layer utilities {
  .static {
    position: static;
  }
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Thin.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Thin.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Thin.eot") format("embedded-opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-light.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-light.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-light.eot") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Regular.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Regular.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Medium.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Medium.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-SemiBold.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-SemiBold.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-SemiBold.eot") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Bold.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Bold.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0-AA, U+AC-BA, U+BC-10FFFF;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Regular.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Regular.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Regular.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+AB, U+BB;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-ExtraBold.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-ExtraBold.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-ExtraBold.eot") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0-AA, U+AC-BA, U+BC-10FFFF;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Regular.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Regular.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Regular.eot") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+AB, U+BB;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Black.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Black.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Black.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0-AA, U+AC-BA, U+BC-10FFFF;
}

@font-face {
  font-family: PelakFA;
  src: url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff2/PelakFA-Regular.woff2") format("woff2"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/woff/PelakFA-Regular.woff") format("woff"), url("https://cdn.tamin24.ir/static/PELAK/updated/FN/webfonts/eot/PelakFA-Regular.eot") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+AB, U+BB;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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: 0;
}

@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-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
}
