/*! tailwindcss v4.3.0 | 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;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-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 {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      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 var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      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: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --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: rgb(255 255 255 / 10%);
    --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-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .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-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
:root {
  --ic-red: #e83b32;
  --ic-red-dark: #cf2f28;
  --ic-ink: #252525;
  --ic-muted: #686868;
  --ic-bg: #fff;
  --ic-soft: #f7f7f7;
  --ic-line: #e8e8e8;
  --font-sans: "Manrope",Arial,sans-serif;
}
body {
  margin: 0;
  background: #fff;
  color: #252525;
  font-family: "Manrope",Arial,sans-serif;
}
.site-header {
  background: #fff !important;
  border-bottom: 1px solid #eee !important;
}
.site-header a {
  color: #252525 !important;
}
.ic-site-header {
  height: 72px;
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50;
}
.ic-header-wrap {
  width: min(1200px,calc(100% - 40px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.ic-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #252525;
}
.ic-brand-mark {
  width: 38px;
  height: 38px;
  background: #e83b32;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}
.ic-brand strong {
  font-size: 14px;
  display: block;
  line-height: 1;
}
.ic-brand small {
  font-size: 7px;
  letter-spacing: .18em;
  color: #777;
}
.ic-nav {
  display: flex;
  gap: 25px;
}
.ic-nav a,.ic-login {
  color: #444;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}
.ic-nav a:hover {
  color: #e83b32;
}
.ic-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ic-list-btn {
  background: #e83b32;
  color: #fff !important;
  text-decoration: none;
  padding: 11px 15px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
}
.ic-mobile-account {
  display: none;
  color: #e83b32;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}
@media (max-width:900px) {
  .ic-nav,.ic-header-actions {
    display: none;
  }
  .ic-mobile-account {
    display: block;
  }
}
.ic-footer {
  background: #191919;
  color: #fff;
  padding: 65px 0 25px;
}
.ic-footer-top {
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  gap: 50px;
  align-items: center;
  padding-bottom: 38px;
  border-bottom: 1px solid #383838;
}
.footer-brand {
  color: #fff;
}
.footer-brand small {
  color: #999;
}
.ic-footer-top p {
  color: #aaa;
  font-size: 12px;
  line-height: 1.7;
}
.ic-footer-links {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
  padding: 42px 0;
}
.ic-footer-links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ic-footer-links b {
  font-size: 11px;
  margin-bottom: 7px;
}
.ic-footer-links a {
  color: #aaa;
  text-decoration: none;
  font-size: 11px;
}
.ic-footer-links a:hover {
  color: #fff;
}
.ic-footer-bottom {
  border-top: 1px solid #383838;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #777;
  font-size: 9px;
}
@media (max-width:700px) {
  .ic-footer-top {
    grid-template-columns: 1fr;
  }
  .ic-footer-links {
    grid-template-columns: 1fr 1fr;
  }
  .ic-footer-bottom {
    flex-direction: column;
  }
}
.ic-home * {
  box-sizing: border-box;
}
.ic-wrap {
  width: min(1200px,calc(100% - 40px));
  margin: auto;
}
.ic-hero {
  min-height: 610px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.ic-hero>.ic-wrap {
  position: relative;
  width: min(1200px,calc(100% - 40px));
  padding: 85px 0 125px;
}
.ic-hero-copy {
  max-width: 650px;
}
.ic-hero-copy>span,.ic-heading span,.ic-why-copy>span,.ic-plan-head>span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.ic-hero-copy h1 {
  font-size: clamp(48px,5.2vw,76px);
  line-height: 1.03;
  letter-spacing: -.045em;
  margin: 16px 0 20px;
}
.ic-hero-copy p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 600px;
  color: rgba(255,255,255,.92);
}
.ic-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.ic-primary,.ic-secondary {
  padding: 15px 22px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  border-radius: 3px;
}
.ic-primary {
  background: #e83b32;
  color: #fff;
}
.ic-primary:hover {
  background: #cf2f28;
}
.ic-secondary {
  background: #fff;
  color: #252525;
}
.ic-hero-search {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  background: #fff;
  color: #252525;
  padding: 20px 24px;
  box-shadow: 0 12px 35px rgba(0,0,0,.13);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 30px;
  align-items: end;
}
.ic-hero-search small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}
.ic-hero-search form {
  display: flex;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.ic-hero-search input {
  border: 0;
  outline: 0;
  flex: 1;
  padding: 13px 15px;
  font: 500 13px "Manrope";
}
.ic-hero-search button {
  border: 0;
  background: #e83b32;
  color: #fff;
  padding: 0 28px;
  font-weight: 800;
}
.ic-quick {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.ic-quick a {
  background: #f5f5f5;
  color: #555;
  text-decoration: none;
  padding: 9px 11px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
}
.ic-photo-credit {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 8px;
  color: rgba(255,255,255,.7);
}
.ic-stats {
  padding: 92px 0 38px;
  background: #fff;
}
.ic-stats .ic-wrap {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}
.ic-stats div {
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.ic-stats div:last-child {
  border: 0;
}
.ic-stats strong {
  font-size: 22px;
  display: block;
  color: #e83b32;
}
.ic-stats span {
  font-size: 11px;
  color: #777;
}
.ic-section {
  padding: 88px 0 105px;
  background: linear-gradient(180deg,#fff 0%,#fcfbf9 100%);
  position: relative;
}
.ic-section:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg,transparent,#eee6df,transparent);
}
.ic-heading {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}
.ic-heading>div {
  max-width: 620px;
}
.ic-heading h2,.ic-why-copy h2,.ic-plan-head h2,.ic-seo h2 {
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -.04em;
  margin: 10px 0 0;
}
.ic-heading>p {
  max-width: 430px;
  color: #777;
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 4px;
}
.ic-heading>div>span,.ic-why-copy>span,.ic-plan-head>span {
  color: #e83b32;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ic-heading>div>span:before {
  content: "";
  width: 28px;
  height: 2px;
  background: #e83b32;
  border-radius: 2px;
}
.ic-service-cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.ic-service-cards>a {
  position: relative;
  border: 1px solid #ece8e3;
  border-radius: 16px;
  padding: 28px 26px 24px;
  text-decoration: none;
  color: #252525;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg,#fff 0%,#fbfaf8 100%);
  box-shadow: 0 12px 30px rgba(33,30,27,.045);
  transition: transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.ic-service-cards>a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg,#e83b32,#ff8b6d);
  opacity: 0;
  transition: .3s;
}
.ic-service-cards>a:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  right: -62px;
  top: -62px;
  background: radial-gradient(circle,rgba(232,59,50,.12),rgba(232,59,50,0) 70%);
  pointer-events: none;
}
.ic-service-cards>a:hover {
  box-shadow: 0 22px 50px rgba(33,30,27,.11);
  transform: translateY(-8px);
  border-color: #e8d7d2;
}
.ic-service-cards>a:hover:before {
  opacity: 1;
}
.ic-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(145deg,#fff1ef,#ffe4df);
  color: #e83b32;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(232,59,50,.08);
  transition: .3s;
}
.ic-service-cards>a:hover .ic-icon {
  transform: scale(1.06) rotate(-2deg);
  background: #e83b32;
  color: #fff;
}
.ic-service-cards h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 28px 0 10px;
  letter-spacing: -.02em;
}
.ic-service-cards p {
  font-size: 12px;
  line-height: 1.75;
  color: #74706c;
  max-width: 230px;
}
.ic-service-cards b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #e83b32;
  margin-top: auto;
  padding-top: 22px;
  letter-spacing: .02em;
}
.ic-service-cards b:after {
  content: "→";
  transition: transform .25s;
}
.ic-service-cards>a:hover b:after {
  transform: translateX(5px);
}
.ic-why {
  padding: 90px 0;
  background: #f7f7f7;
}
.ic-why>.ic-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.ic-why-img img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: 5px;
}
.ic-why-img small {
  display: block;
  font-size: 8px;
  color: #999;
  margin-top: 6px;
}
.ic-why-copy h2 {
  font-size: 40px;
  margin: 12px 0 15px;
}
.ic-why-copy>p {
  color: #777;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.ic-benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.ic-benefit i {
  font-style: normal;
  color: #e83b32;
  font-weight: 800;
  font-size: 11px;
}
.ic-benefit h3 {
  font-size: 15px;
  margin: 0 0 6px;
}
.ic-benefit p {
  font-size: 11px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}
.ic-designs {
  padding: 90px 0;
}
.ic-heading>a {
  color: #e83b32;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.ic-gallery {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}
.ic-gallery>a {
  position: relative;
  height: 390px;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
}
.ic-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
.ic-gallery>a:hover img {
  transform: scale(1.04);
}
.ic-gallery>a:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent,rgba(0,0,0,.72));
}
.ic-gallery>a>div {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
}
.ic-gallery h3 {
  font-size: 20px;
  margin: 0 0 5px;
}
.ic-gallery span {
  font-size: 10px;
}
.ic-gallery-credit {
  font-size: 8px;
  color: #999;
  margin-top: 8px;
}
.ic-locations {
  background: #272727;
  color: #fff;
  padding: 85px 0;
}
.ic-heading.light p {
  color: #aaa;
}
.ic-heading.light span {
  color: #f06660;
}
.ic-location-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
.ic-location-grid a {
  border: 1px solid #4a4a4a;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  border-radius: 3px;
}
.ic-location-grid a span {
  color: #f06660;
}
.ic-location-grid a:hover {
  background: #e83b32;
  border-color: #e83b32;
}
.ic-location-grid a:hover span {
  color: #fff;
}
.ic-plans {
  padding: 95px 0;
  background: #fafafa;
}
.ic-plan-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}
.ic-plan-head p {
  color: #777;
  line-height: 1.7;
  font-size: 13px;
}
.ic-plan-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  max-width: 1000px;
  margin: auto;
}
.ic-plan-grid article {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 6px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ic-plan-grid article.featured {
  border: 2px solid #e83b32;
  box-shadow: 0 12px 35px rgba(232,59,50,.1);
}
.ic-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #e83b32;
  color: #fff;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}
.ic-plan-grid>article>span {
  font-size: 10px;
  color: #777;
  font-weight: 800;
}
.ic-plan-grid h3 {
  font-size: 38px;
  margin: 18px 0 20px;
}
.ic-plan-grid h3 small {
  font-size: 10px;
  font-weight: 500;
  color: #777;
}
.ic-plan-grid ul {
  padding-left: 18px;
  font-size: 12px;
  line-height: 2.2;
  color: #666;
}
.ic-plan-grid a {
  margin-top: auto;
  text-align: center;
  padding: 13px;
  background: #252525;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
}
.ic-plan-grid .featured a {
  background: #e83b32;
}
.ic-seo {
  padding: 70px 0;
  background: #fff;
}
.ic-seo>.ic-wrap {
  max-width: 900px;
  text-align: center;
}
.ic-seo h2 {
  font-size: 30px;
}
.ic-seo p {
  font-size: 13px;
  line-height: 1.85;
  color: #777;
}
@media (max-width:900px) {
  .ic-wrap,.ic-hero>.ic-wrap {
    width: min(100% - 28px,1200px);
  }
  .ic-hero-search {
    left: 14px;
    right: 14px;
    grid-template-columns: 1fr;
  }
  .ic-stats .ic-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ic-service-cards,.ic-location-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ic-why>.ic-wrap {
    grid-template-columns: 1fr;
  }
  .ic-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .ic-gallery>a:first-child {
    grid-column: 1/-1;
  }
  .ic-plan-grid {
    grid-template-columns: 1fr;
  }
  .ic-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width:580px) {
  .ic-hero {
    min-height: 690px;
  }
  .ic-hero>.ic-wrap {
    padding-top: 60px;
  }
  .ic-hero-copy h1 {
    font-size: 43px;
  }
  .ic-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .ic-hero-search {
    bottom: -85px;
  }
  .ic-hero-search form {
    display: block;
  }
  .ic-hero-search button {
    width: 100%;
    padding: 12px;
  }
  .ic-stats {
    padding-top: 125px;
  }
  .ic-stats .ic-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .ic-service-cards,.ic-location-grid,.ic-gallery {
    grid-template-columns: 1fr;
  }
  .ic-gallery>a:first-child {
    grid-column: auto;
  }
  .ic-gallery>a {
    height: 330px;
  }
  .ic-why-img img {
    height: 430px;
  }
  .ic-heading h2,.ic-why-copy h2,.ic-plan-head h2 {
    font-size: 31px;
  }
  .ic-section,.ic-why,.ic-designs,.ic-locations,.ic-plans {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.did-dir-hero {
  background: #f7f7f7;
  padding: 70px 0 55px;
  border-bottom: 1px solid #e8e8e8;
}
.ic-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  color: #e83b32;
}
.did-dir-hero h1 {
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 12px 0 14px;
}
.did-dir-hero p {
  max-width: 700px;
  color: #707070;
  font-size: 13px;
  line-height: 1.8;
}
.did-dir-search {
  display: flex;
  max-width: 760px;
  margin-top: 28px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.did-dir-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 15px;
  font: 500 13px "Manrope";
}
.did-dir-search button {
  border: 0;
  background: #e83b32;
  color: #fff;
  padding: 0 24px;
  font-weight: 800;
}
.did-dir-main {
  padding: 55px 0 85px;
}
.did-dir-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 45px;
}
.did-filter {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  height: max-content;
  position: sticky;
  top: 90px;
}
.did-filter>span {
  font-size: 9px;
  font-weight: 800;
  color: #888;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 12px;
}
.did-filter a {
  display: flex;
  justify-content: space-between;
  color: #444;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 11px;
}
.did-filter a:last-child {
  border: 0;
}
.did-filter b {
  color: #e83b32;
}
.did-results-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 24px;
}
.did-results-head span {
  font-size: 9px;
  color: #e83b32;
  font-weight: 800;
  letter-spacing: .12em;
}
.did-results-head h2 {
  font-size: 28px;
  margin: 6px 0 0;
}
.did-results-head p {
  font-size: 10px;
  color: #888;
}
.did-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.did-card {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.did-card-img {
  display: block;
  height: 230px;
  overflow: hidden;
}
.did-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.did-card:hover .did-card-img img {
  transform: scale(1.03);
}
.did-card-body {
  padding: 20px;
}
.did-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.did-card-top>span {
  font-size: 9px;
  color: #777;
  font-weight: 800;
  text-transform: uppercase;
}
.did-featured {
  font-size: 7px;
  background: #fff1f0;
  color: #e83b32;
  padding: 6px 8px;
  border-radius: 20px;
}
.did-card h3 {
  font-size: 18px;
  margin: 8px 0;
}
.did-card h3 a {
  color: #252525;
  text-decoration: none;
}
.did-card p {
  font-size: 11px;
  color: #777;
  line-height: 1.7;
  min-height: 58px;
}
.did-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #eee;
  padding-top: 14px;
  margin-top: 14px;
}
.did-card-meta span,.did-card-meta a {
  font-size: 9px;
  color: #777;
  text-decoration: none;
}
.did-card-meta a {
  color: #e83b32;
  font-weight: 800;
}
.did-empty {
  text-align: center;
  background: #fafafa;
  padding: 60px 30px;
  border: 1px solid #eee;
}
.did-empty h3 {
  font-size: 22px;
}
.did-empty p {
  color: #777;
  max-width: 500px;
  margin: 0 auto 25px;
  font-size: 12px;
  line-height: 1.7;
}
.did-empty a {
  background: #e83b32;
  color: #fff;
  text-decoration: none;
  padding: 13px 18px;
  font-size: 10px;
  font-weight: 800;
}
.did-dir-cta {
  background: #252525;
  color: #fff;
  padding: 55px 0;
}
.did-dir-cta>.ic-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.did-dir-cta span {
  font-size: 9px;
  color: #ef625b;
  font-weight: 800;
}
.did-dir-cta h2 {
  font-size: 28px;
  margin: 8px 0 0;
}
.did-dir-cta a {
  background: #e83b32;
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}
.did-pagination {
  margin-top: 35px;
}
.did-pagination .nav-links {
  display: flex;
  gap: 7px;
}
.did-pagination a,.did-pagination span {
  padding: 8px 11px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #444;
  font-size: 10px;
}
.did-pagination .current {
  background: #e83b32;
  color: #fff;
  border-color: #e83b32;
}
.did-profile-hero {
  padding: 55px 0;
  background: #f7f7f7;
}
.did-profile-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 55px;
  align-items: center;
}
.did-profile-cover img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 5px;
}
.did-profile-intro h1 {
  font-size: 46px;
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 12px 0;
}
.did-profile-intro>p {
  font-size: 13px;
  line-height: 1.8;
  color: #777;
}
.did-profile-loc {
  font-size: 11px;
  margin: 18px 0;
  color: #555;
}
.did-profile-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.did-profile-actions a {
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  padding: 12px 15px;
  font-size: 10px;
  font-weight: 800;
}
.did-profile-actions .did-primary {
  background: #e83b32;
  border-color: #e83b32;
  color: #fff;
}
.did-profile-main {
  padding: 65px 0 90px;
}
.did-profile-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 55px;
}
.did-prose {
  font-size: 13px;
  line-height: 1.9;
  color: #555;
  margin: 18px 0 40px;
}
.did-specialities h2,.did-project-gallery h2 {
  font-size: 24px;
  margin: 0 0 18px;
}
.did-specialities {
  border-top: 1px solid #eee;
  padding-top: 28px;
  margin-top: 25px;
}
.did-specialities>div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.did-specialities a {
  background: #f5f5f5;
  color: #555;
  text-decoration: none;
  padding: 9px 11px;
  font-size: 9px;
  font-weight: 700;
}
.did-project-gallery {
  margin-top: 45px;
}
.did-project-gallery>div {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 10px;
}
.did-project-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.did-project-gallery img:first-child {
  grid-row: span 2;
  height: 490px;
}
.did-project-gallery small {
  display: block;
  color: #999;
  font-size: 8px;
  margin-top: 8px;
}
.did-contact-card,.did-list-card {
  border: 1px solid #e4e4e4;
  padding: 25px;
  border-radius: 5px;
}
.did-contact-card {
  position: sticky;
  top: 90px;
}
.did-contact-card>span,.did-list-card>span {
  font-size: 8px;
  color: #e83b32;
  font-weight: 800;
  letter-spacing: .12em;
}
.did-contact-card h3,.did-list-card h3 {
  font-size: 21px;
  margin: 10px 0;
}
.did-contact-card p,.did-list-card p {
  font-size: 11px;
  color: #777;
  line-height: 1.7;
}
.did-contact-card a {
  display: block;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  padding: 12px;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 800;
}
.did-contact-card .did-contact-btn {
  background: #e83b32;
  border-color: #e83b32;
  color: #fff;
}
.did-contact-card small {
  display: block;
  font-size: 8px;
  color: #999;
  line-height: 1.6;
  margin-top: 18px;
}
.did-list-card {
  margin-top: 18px;
  background: #fafafa;
}
.did-list-card a {
  color: #e83b32;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
}
.did-directory,.did-profile {
  background: #fff;
}
@media (max-width:900px) {
  .did-dir-layout,.did-profile-grid,.did-profile-layout {
    grid-template-columns: 1fr;
  }
  .did-filter {
    position: static;
  }
  .did-card-grid {
    grid-template-columns: 1fr;
  }
  .did-profile-side {
    max-width: none;
  }
  .did-contact-card {
    position: static;
  }
  .did-dir-cta>.ic-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .did-profile-cover img {
    height: 420px;
  }
}
@media (max-width:580px) {
  .did-dir-hero h1,.did-profile-intro h1 {
    font-size: 36px;
  }
  .did-dir-search {
    display: block;
  }
  .did-dir-search button {
    width: 100%;
    padding: 13px;
  }
  .did-results-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .did-profile-cover img {
    height: 330px;
  }
  .did-project-gallery>div {
    grid-template-columns: 1fr;
  }
  .did-project-gallery img,.did-project-gallery img:first-child {
    height: 300px;
    grid-row: auto;
  }
}
.did-account-page {
  padding: 70px 0 95px;
  background: #f8f8f8;
}
.did-account-shell {
  width: min(960px,calc(100% - 32px));
  margin: auto;
}
.did-gate,.did-listing-form,.did-dashboard {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  padding: 34px;
}
.did-gate {
  text-align: center;
  max-width: 620px;
  margin: auto;
}
.did-gate h2 {
  font-size: 30px;
  margin: 0 0 10px;
}
.did-gate p {
  color: #777;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.did-notice {
  background: #edf8ef;
  border: 1px solid #b9dfc0;
  color: #296b35;
  padding: 14px 16px;
  border-radius: 5px;
  margin-bottom: 18px;
  font-size: 12px;
}
.did-form-head span,.did-dashboard-head span {
  font-size: 9px;
  color: #e83b32;
  font-weight: 800;
  letter-spacing: .14em;
}
.did-form-head h2,.did-dashboard-head h2 {
  font-size: 32px;
  margin: 8px 0;
}
.did-form-head p,.did-dashboard-head p {
  color: #777;
  font-size: 12px;
  line-height: 1.7;
}
.did-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}
.did-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.did-form-grid label.wide {
  grid-column: 1/-1;
}
.did-form-grid label>span,.did-plan-choice>span {
  font-size: 10px;
  font-weight: 800;
  color: #555;
}
.did-form-grid input,.did-form-grid select,.did-form-grid textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #fff;
  padding: 12px 13px;
  font: 500 12px "Manrope",Arial,sans-serif;
  outline: 0;
}
.did-form-grid textarea {
  resize: vertical;
}
.did-form-grid input:focus,.did-form-grid select:focus,.did-form-grid textarea:focus {
  border-color: #e83b32;
  box-shadow: 0 0 0 2px rgba(232,59,50,.08);
}
.did-plan-choice {
  margin: 26px 0 22px;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.did-plan-choice>span {
  width: 100%;
}
.did-plan-choice label {
  font-size: 11px;
  color: #555;
}
.did-submit {
  border: 0;
  cursor: pointer;
}
.did-dashboard-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
}
.did-listing-table {
  margin-top: 20px;
}
.did-listing-table article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}
.did-listing-table article:last-child {
  border-bottom: 0;
}
.did-listing-table small {
  font-size: 8px;
  color: #e83b32;
  font-weight: 800;
  letter-spacing: .1em;
}
.did-listing-table h3 {
  font-size: 17px;
  margin: 5px 0;
}
.did-status {
  display: inline-block;
  background: #fff5e8;
  color: #9a6200;
  padding: 5px 8px;
  border-radius: 20px;
  font-size: 8px;
  font-weight: 800;
}
.did-row-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.did-row-actions a {
  border: 1px solid #ddd;
  padding: 9px 11px;
  text-decoration: none;
  color: #444;
  font-size: 9px;
  font-weight: 800;
  border-radius: 3px;
}
.did-row-actions .did-pay {
  background: #e83b32;
  border-color: #e83b32;
  color: #fff;
}
@media (max-width:700px) {
  .did-form-grid {
    grid-template-columns: 1fr;
  }
  .did-form-grid label.wide {
    grid-column: auto;
  }
  .did-dashboard-head,.did-listing-table article {
    align-items: flex-start;
    flex-direction: column;
  }
  .did-listing-form,.did-dashboard,.did-gate {
    padding: 24px;
  }
}
.did-enquiry-form {
  display: grid;
  gap: 9px;
  margin: 18px 0;
}
.did-enquiry-form input,.did-enquiry-form select,.did-enquiry-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 11px 12px;
  font: 500 11px "Manrope",Arial,sans-serif;
  background: #fff;
  outline: 0;
}
.did-enquiry-form input:focus,.did-enquiry-form select:focus,.did-enquiry-form textarea:focus {
  border-color: #e83b32;
  box-shadow: 0 0 0 2px rgba(232,59,50,.08);
}
.did-enquiry-form button {
  border: 0;
  border-radius: 4px;
  background: #e83b32;
  color: #fff;
  padding: 13px;
  font: 800 10px "Manrope",Arial,sans-serif;
  cursor: pointer;
}
.did-lead-success,.did-lead-error {
  padding: 11px 12px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.5;
  margin: 12px 0;
}
.did-lead-success {
  background: #edf8ef;
  color: #296b35;
  border: 1px solid #b9dfc0;
}
.did-lead-error {
  background: #fff2f1;
  color: #a12d26;
  border: 1px solid #f2c5c1;
}
.did-dir-search-advanced {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr auto;
}
.did-dir-search-advanced select {
  border: 0;
  border-left: 1px solid #eee;
  padding: 0 13px;
  font: 600 11px "Manrope",Arial,sans-serif;
  color: #555;
  background: #fff;
}
.did-filter-second {
  margin-top: 24px !important;
  padding-top: 18px;
  border-top: 1px solid #eee;
}
.did-directory .did-card-grid {
  align-items: stretch;
}
@media (max-width:900px) {
  .did-dir-search-advanced {
    grid-template-columns: 1fr 1fr;
  }
  .did-dir-search-advanced input {
    grid-column: 1/-1;
  }
  .did-dir-search-advanced button {
    padding: 13px;
  }
}
@media (max-width:580px) {
  .did-dir-search-advanced {
    grid-template-columns: 1fr;
  }
  .did-dir-search-advanced input {
    grid-column: auto;
  }
  .did-dir-search-advanced select {
    border-left: 0;
    border-top: 1px solid #eee;
    padding: 13px;
  }
  .did-dir-search-advanced button {
    width: 100%;
  }
}
.ic-brand-logo {
  display: flex !important;
  align-items: center !important;
  width: 245px !important;
  max-width: 245px !important;
  height: 54px !important;
  overflow: visible !important;
  flex: 0 0 245px !important;
}
.ic-header-logo {
  display: block !important;
  width: 100% !important;
  height: 52px !important;
  max-height: 52px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.ic-brand-logo .ic-brand-mark {
  display: none !important;
}
@media (max-width:1050px) {
  .ic-brand-logo {
    width: 210px !important;
    max-width: 210px !important;
    flex-basis: 210px !important;
  }
  .ic-header-logo {
    height: 46px !important;
  }
}
@media (max-width:650px) {
  .ic-brand-logo {
    width: 185px !important;
    max-width: 185px !important;
    height: 48px !important;
    flex-basis: 185px !important;
  }
  .ic-header-logo {
    height: 44px !important;
  }
}
.ic-why {
  position: relative;
  padding: 105px 0;
  background: linear-gradient(135deg,#f8f5f2 0%,#ffffff 58%,#fff4f2 100%);
  overflow: hidden;
}
.ic-why:before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(232,59,50,.06);
  right: -120px;
  top: -120px;
}
.ic-why:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(232,59,50,.12);
  left: -90px;
  bottom: -120px;
}
.ic-why>.ic-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 78px;
  align-items: center;
}
.ic-why-img {
  position: relative;
  padding: 18px 18px 36px;
  background: #fff;
  border: 1px solid #ece7e3;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(25,25,25,.10);
}
.ic-why-img:before {
  content: "LOCAL • VERIFIED • DIRECT";
  position: absolute;
  left: 34px;
  top: 34px;
  z-index: 3;
  background: rgba(37,37,37,.9);
  color: #fff;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
}
.ic-why-img:after {
  content: "DURGAPUR";
  position: absolute;
  right: -22px;
  bottom: 42px;
  background: #e83b32;
  color: #fff;
  padding: 11px 16px;
  border-radius: 12px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  box-shadow: 0 14px 28px rgba(232,59,50,.24);
}
.ic-why-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.ic-why-img small {
  display: block;
  margin: 10px 4px 0;
  font-size: 8px;
  color: #999;
}
.ic-why-copy {
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(0,0,0,.06);
}
.ic-why-copy>span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  background: #fff1f0;
  border: 1px solid #ffd9d5;
  border-radius: 999px;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .11em !important;
  color: #e83b32 !important;
}
.ic-why-copy>span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e83b32;
}
.ic-why-copy h2 {
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -.045em;
  margin: 16px 0 16px;
}
.ic-why-copy>p {
  font-size: 13px;
  line-height: 1.85;
  color: #6e6e6e;
  margin: 0 0 24px;
}
.ic-benefit {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid #ece8e4 !important;
  background: #fff;
  padding: 18px !important;
  margin: 12px 0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
  transition: .25s ease;
}
.ic-benefit:hover {
  transform: translateX(6px);
  border-color: #f1c3bf !important;
  box-shadow: 0 16px 34px rgba(232,59,50,.08);
}
.ic-benefit i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #252525;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.ic-benefit:first-of-type i {
  background: #e83b32;
}
.ic-benefit h3 {
  font-size: 16px;
  margin: 1px 0 5px;
}
.ic-benefit p {
  font-size: 11px;
  line-height: 1.65;
  color: #777;
  margin: 0;
}
.ic-benefit:after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 18px;
  color: #d8d8d8;
  font-size: 17px;
  font-weight: 800;
  transition: .25s;
}
.ic-benefit:hover:after {
  color: #e83b32;
  transform: translateX(3px);
}
@media (max-width:900px) {
  .ic-why>.ic-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .ic-why-img img {
    height: 480px;
  }
  .ic-why-copy {
    padding: 28px;
  }
  .ic-why-copy h2 {
    font-size: 38px;
  }
}
@media (max-width:580px) {
  .ic-why {
    padding: 70px 0;
  }
  .ic-why-img {
    padding: 12px 12px 28px;
    border-radius: 18px;
  }
  .ic-why-img img {
    height: 360px;
    border-radius: 12px;
  }
  .ic-why-img:after {
    right: 10px;
    bottom: 38px;
  }
  .ic-why-copy {
    padding: 22px;
    border-radius: 18px;
  }
  .ic-why-copy h2 {
    font-size: 32px;
  }
  .ic-benefit {
    grid-template-columns: 46px 1fr;
    padding: 15px !important;
  }
  .ic-benefit i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
}
.ic-nav>a,.ic-nav-drop>a {
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
}
.ic-nav-menu a {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
.ic-login {
  font-size: 13px !important;
  font-weight: 800 !important;
}
.ic-list-btn {
  font-size: 12px !important;
  font-weight: 800 !important;
}
.ic-footer-links b {
  display: block;
  font-size: 14px !important;
  font-weight: 800 !important;
  margin-bottom: 14px !important;
}
.ic-footer-links a {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin-bottom: 9px !important;
}
.ic-footer-bottom {
  font-size: 11px !important;
  font-weight: 600 !important;
}
.footer-brand strong {
  font-size: 14px !important;
}
.footer-brand small {
  font-size: 8px !important;
  font-weight: 700 !important;
}
@media (max-width:900px) {
  .ic-footer-links b {
    font-size: 13px !important;
  }
  .ic-footer-links a {
    font-size: 12px !important;
  }
}
.ic-top5 {
  padding: 72px 0;
  background: #fff8f3;
  border-top: 1px solid #f0e2d7;
  border-bottom: 1px solid #f0e2d7;
}
.ic-top5-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 16px;
  margin-top: 28px;
}
.ic-top5-card {
  position: relative;
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.ic-top5-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #252525;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.ic-top5-media {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #eee;
}
.ic-top5-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ic-top5-body {
  padding: 18px;
}
.ic-top5-body h3 {
  font-size: 17px;
  line-height: 1.25;
  margin: 0 0 8px;
}
.ic-top5-body h3 a {
  color: #252525;
  text-decoration: none;
}
.ic-top5-body p {
  font-size: 11px;
  line-height: 1.5;
  color: #666;
  margin: 0 0 7px;
}
.ic-top5-body small {
  display: block;
  font-size: 10px;
  color: #888;
  margin-bottom: 10px;
}
.ic-top5-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 26px;
  padding: 28px;
  border: 1px dashed #d8bfae;
  background: #fff;
  border-radius: 8px;
}
.ic-top5-empty span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  color: #e83b32;
}
.ic-top5-empty h3 {
  font-size: 24px;
  margin: 6px 0 8px;
}
.ic-top5-empty p {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.ic-sponsored-note {
  margin-top: 14px;
  font-size: 10px;
  color: #8a7567;
}
.top5-plan {
  border: 2px solid #e83b32 !important;
}
.ic-plan-grid {
  grid-template-columns: repeat(4,1fr) !important;
}
@media (max-width:1100px) {
  .ic-top5-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .ic-plan-grid {
    grid-template-columns: repeat(2,1fr) !important;
  }
}
@media (max-width:700px) {
  .ic-top5-grid {
    grid-template-columns: 1fr;
  }
  .ic-top5-empty {
    align-items: flex-start;
    flex-direction: column;
  }
  .ic-plan-grid {
    grid-template-columns: 1fr !important;
  }
}
.ic-nav-drop {
  position: relative;
  display: flex;
  align-items: center;
}
.ic-nav-drop>a:after {
  content: '⌄';
  font-size: 10px;
  margin-left: 5px;
}
.ic-nav-menu {
  display: none;
  position: absolute;
  left: -18px;
  top: 100%;
  min-width: 220px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 16px 35px rgba(0,0,0,.10);
  z-index: 999;
}
.ic-nav-drop:hover .ic-nav-menu {
  display: grid;
}
.ic-nav-menu a {
  padding: 10px 12px !important;
  white-space: nowrap;
  font-size: 11px !important;
}
.ic-nav-menu a:hover {
  background: #f7f7f7;
  color: #e83b32 !important;
}
.did-blog-main {
  padding: 70px 0 100px;
  background: #f8f8f8;
}
.did-blog-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.did-blog-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.did-blog-image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eee;
}
.did-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}
.did-blog-card:hover .did-blog-image img {
  transform: scale(1.025);
}
.did-blog-card-body {
  padding: 24px;
}
.did-blog-card-body>span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #888;
  text-transform: uppercase;
}
.did-blog-card h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 10px 0;
}
.did-blog-card h2 a {
  color: #252525;
  text-decoration: none;
}
.did-blog-card p {
  font-size: 12px;
  line-height: 1.7;
  color: #777;
}
.did-read {
  display: inline-block;
  margin-top: 8px;
  color: #e83b32;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
}
.ic-footer-links {
  grid-template-columns: repeat(4,1fr) !important;
}
@media (max-width:900px) {
  .did-blog-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .ic-footer-links {
    grid-template-columns: repeat(2,1fr) !important;
  }
}
@media (max-width:650px) {
  .did-blog-grid {
    grid-template-columns: 1fr;
  }
  .ic-nav-drop {
    display: none;
  }
}
.ic-featured-listings {
  padding: 72px 0 82px;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.ic-featured-headside {
  max-width: 390px;
}
.ic-featured-headside p {
  font-size: 12px;
  line-height: 1.7;
  color: #777;
  margin: 0 0 10px;
}
.ic-featured-headside a {
  font-size: 11px;
  font-weight: 800;
  color: #e83b32;
  text-decoration: none;
}
.ic-featured-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.ic-featured-card {
  border: 1px solid #e7e7e7;
  background: #fff;
  transition: .25s;
}
.ic-featured-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(0,0,0,.08);
}
.ic-featured-media {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f1f1f1;
}
.ic-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ic-featured-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #252525;
  color: #fff;
}
.ic-featured-placeholder span {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e83b32;
  font-size: 28px;
  font-weight: 800;
}
.ic-sponsored-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #fff;
  color: #252525;
  border-radius: 3px;
  padding: 7px 9px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 5px 18px rgba(0,0,0,.12);
}
.ic-featured-body {
  padding: 20px;
}
.ic-featured-body h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 8px;
}
.ic-featured-body h3 a {
  color: #252525;
  text-decoration: none;
}
.ic-featured-service {
  font-size: 11px;
  font-weight: 700;
  color: #555;
  margin: 0 0 6px;
}
.ic-featured-area {
  font-size: 11px;
  color: #888;
  margin: 0 0 14px;
}
.ic-featured-view {
  font-size: 10px;
  font-weight: 900;
  color: #e83b32;
  text-decoration: none;
}
.ic-featured-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 34px;
  border: 1px dashed #d6d6d6;
  background: #fafafa;
}
.ic-featured-empty>div {
  max-width: 690px;
}
.ic-featured-empty span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  color: #e83b32;
}
.ic-featured-empty h3 {
  font-size: 25px;
  margin: 7px 0 8px;
}
.ic-featured-empty p {
  font-size: 12px;
  line-height: 1.7;
  color: #777;
  margin: 0;
}
@media (max-width:900px) {
  .ic-featured-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .ic-featured-empty {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width:650px) {
  .ic-featured-grid {
    grid-template-columns: 1fr;
  }
  .ic-featured-listings {
    padding: 52px 0 60px;
  }
}
.did-blog-count {
  margin: 0 0 22px;
  font-size: 13px;
  color: #6b6b6b;
}
.did-blog-count strong {
  font-size: 18px;
  color: #252525;
}
.did-blog-pagination {
  margin-top: 42px;
}
.did-blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.did-blog-pagination a,.did-blog-pagination span {
  display: flex;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dedede;
  background: #fff;
  color: #252525;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.did-blog-pagination .current {
  background: #252525;
  color: #fff;
  border-color: #252525;
}
.did-blog-pagination a:hover {
  border-color: #e83b32;
  color: #e83b32;
}
.did-content-page {
  background: #fff;
}
.did-content-hero {
  padding: 82px 0 68px;
  background: #f6f4ef;
  border-bottom: 1px solid #e8e3da;
}
.did-content-hero h1 {
  max-width: 850px;
  font-size: clamp(40px,5.2vw,72px);
  line-height: 1.02;
  letter-spacing: -.045em;
  margin: 12px 0 18px;
  color: #252525;
}
.did-content-hero p {
  max-width: 680px;
  color: #686868;
  font-size: 14px;
  line-height: 1.8;
}
.did-content-main {
  padding: 70px 0 95px;
}
.did-content-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 310px;
  gap: 70px;
  align-items: start;
}
.did-article {
  max-width: 780px;
  color: #555;
  font-size: 14px;
  line-height: 1.85;
}
.did-article>h1:first-child {
  display: none;
}
.did-article h2 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -.025em;
  color: #252525;
  margin: 44px 0 14px;
}
.did-article h3 {
  font-size: 18px;
  color: #252525;
  margin: 30px 0 8px;
}
.did-article a {
  color: #e83b32;
  text-underline-offset: 3px;
}
.did-article ul,.did-article ol {
  padding-left: 22px;
}
.did-article li {
  margin: 7px 0;
}
.did-content-side {
  position: sticky;
  top: 95px;
  display: grid;
  gap: 18px;
}
.did-content-card {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 25px;
  background: #fff;
}
.did-content-card:first-child {
  background: #252525;
  color: #fff;
  border-color: #252525;
}
.did-content-card span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  color: #e83b32;
}
.did-content-card h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 9px 0;
}
.did-content-card p {
  font-size: 11px;
  line-height: 1.7;
  color: #777;
}
.did-content-card:first-child p {
  color: #bbb;
}
.did-content-card a:not(.ic-primary) {
  color: #e83b32;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
}
.did-content-card .ic-primary {
  display: inline-block;
  margin-top: 8px;
}
@media (max-width:850px) {
  .did-content-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .did-content-side {
    position: static;
  }
  .did-content-hero {
    padding: 58px 0 48px;
  }
  .did-content-main {
    padding: 50px 0 70px;
  }
}
.woocommerce-account .woocommerce,.woocommerce-checkout .woocommerce {
  width: min(1080px,calc(100% - 32px));
  margin: 55px auto 90px;
}
.woocommerce form.login,.woocommerce form.register,.woocommerce form.checkout_coupon {
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  padding: 28px;
  background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 24%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 72%;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 15px;
  border-bottom: 1px solid #eee;
  color: #333;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}
.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation li a:hover {
  background: #e83b32;
  color: #fff;
}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 11px 12px;
  min-height: 44px;
  background: #fff;
}
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #payment #place_order {
  background: #e83b32 !important;
  color: #fff !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 13px 18px !important;
}
.woocommerce-checkout h3,.woocommerce-account h2 {
  font-size: 26px;
  letter-spacing: -.02em;
}
.woocommerce-checkout #order_review {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 22px;
}
.woocommerce-checkout #payment {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.woocommerce-checkout #payment div.payment_box {
  background: #f7f7f7;
}
.woocommerce-error,.woocommerce-info,.woocommerce-message {
  border-top-color: #e83b32;
}
.woocommerce-info::before,.woocommerce-message::before {
  color: #e83b32;
}
@media (max-width:768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 28px;
  }
}
.did-edit-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}
.did-edit-actions>a,.did-outline-btn {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 12px 16px;
  color: #444;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
}
.did-lead-list {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}
.did-lead-list article {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 22px;
  background: #fff;
}
.did-lead-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
.did-lead-top small {
  font-size: 8px;
  color: #999;
}
.did-lead-top h3 {
  font-size: 18px;
  margin: 5px 0;
}
.did-lead-top span {
  font-size: 10px;
  color: #777;
}
.did-lead-top b {
  font-size: 9px;
  background: #fff2f1;
  color: #e83b32;
  padding: 7px 9px;
  border-radius: 20px;
}
.did-lead-list p {
  font-size: 12px;
  line-height: 1.75;
  color: #555;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 16px;
}
.did-lead-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.did-lead-actions a {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 9px 12px;
  color: #444;
  text-decoration: none;
  font-size: 9px;
  font-weight: 800;
}
.did-lead-actions .did-pay {
  background: #e83b32;
  border-color: #e83b32;
  color: #fff;
}
@media (max-width:700px) {
  .did-lead-top {
    flex-direction: column;
  }
  .did-edit-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
