@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;500;600;700;800&family=Readex+Pro:wght@500;600;700&display=swap";
@layer components;
@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-border-style: solid;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans: "Noto Sans Arabic", sans-serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-zinc-800: oklch(27.4% 0.006 286.033);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --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);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --default-transition-duration: 0.15s;
    --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);
    --color-brand: #f57612;
    --font-display: "Readex Pro", sans-serif;
  }
}
@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,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      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;
    -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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    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;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: var(--color-white);
    font-family: var(--font-sans);
    color: var(--color-zinc-800);
    font-size: var(--text-lg);
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.7;
  }
  a {
    transition-property: opacity;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @media (hover: hover) {
    a:hover {
      opacity: 0.7;
    }
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .z-1 {
    z-index: 1;
  }
  .col-span-full {
    grid-column: 1/-1;
  }
  .container {
    width: 100%;
  }
  @media (width>=40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width>=48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width>=64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width>=80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width>=96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0;
  }
  .container {
    width: min(1200px, 100% - 32px);
    margin-inline: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .section-title {
    margin-top: var(--spacing);
    margin-bottom: calc(var(--spacing) * 7);
    text-align: center;
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  @media (width>=48rem) {
    .section-title {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .text-link {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-brand);
    padding-bottom: calc(var(--spacing) * 0.5);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand);
    display: inline-block;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[92px\] {
    height: 92px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[142px\] {
    min-height: 142px;
  }
  .min-h-\[260px\] {
    min-height: 260px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[42\%\] {
    width: 42%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[min\(100\%-32px\,1200px\)\] {
    width: min(100% - 32px, 1200px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(
      var(--spacing) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-4 > :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(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-dotted > :not(:last-child)) {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  :where(.divide-orange-200 > :not(:last-child)) {
    border-color: var(--color-orange-200);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .button-primary {
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    background: linear-gradient(
      264.6deg,
      #f9890c 0%,
      #eb6f15 58.43%,
      #e66619 80.48%
    );
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-brand {
    border-color: var(--color-brand);
  }
  .border-orange-200 {
    border-color: var(--color-orange-200);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-stone-100 {
    background-color: var(--color-stone-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .section {
    padding-block: calc(var(--spacing) * 14);
  }
  @media (width>=48rem) {
    .section {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .eyebrow {
    font-family: var(--font-display);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
    color: var(--color-brand);
  }
  .font-display {
    font-family: var(--font-display);
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-\[1\.55\] {
    --tw-leading: 1.55;
    line-height: 1.55;
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-brand {
    color: var(--color-brand);
  }
  .not-italic {
    font-style: normal;
  }
  .shadow-md {
    --tw-shadow:
      0 4px 6px -1px var(--tw-shadow-color, #0000001a),
      0 2px 4px -2px 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);
  }
  .\[filter\:brightness\(0\)_saturate\(100\%\)_invert\(48\%\)_sepia\(99\%\)_saturate\(1535\%\)_hue-rotate\(350deg\)_brightness\(100\%\)_contrast\(93\%\)\] {
    filter: brightness(0) saturate() invert(48%) sepia(99%) saturate(1535%)
      hue-rotate(350deg) brightness() contrast(93%);
  }
  .marker\:text-brand ::marker {
    color: var(--color-brand);
  }
  .marker\:text-brand::marker {
    color: var(--color-brand);
  }
  .marker\:text-brand ::-webkit-details-marker {
    color: var(--color-brand);
  }
  .marker\:text-brand::-webkit-details-marker {
    color: var(--color-brand);
  }
  @media (width>=48rem) {
    .md\:mx-0 {
      margin-inline: 0;
    }
    .md\:mt-0 {
      margin-top: 0;
    }
    .md\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .md\:mt-14 {
      margin-top: calc(var(--spacing) * 14);
    }
    .md\:mb-9 {
      margin-bottom: calc(var(--spacing) * 9);
    }
    .md\:block {
      display: block;
    }
    .md\:grid {
      display: grid;
    }
    .md\:h-\[96px\] {
      height: 96px;
    }
    .md\:h-\[135px\] {
      height: 135px;
    }
    .md\:h-\[180px\] {
      height: 180px;
    }
    .md\:min-h-\[260px\] {
      min-height: 260px;
    }
    .md\:min-h-\[540px\] {
      min-height: 540px;
    }
    .md\:w-full {
      width: 100%;
    }
    .md\:max-w-none {
      max-width: none;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-\[1fr_\.95fr\] {
      grid-template-columns: 1fr 0.95fr;
    }
    .md\:grid-cols-\[1fr_1\.1fr\] {
      grid-template-columns: 1fr 1.1fr;
    }
    .md\:grid-cols-\[1fr_260px\] {
      grid-template-columns: 1fr 260px;
    }
    .md\:grid-cols-\[1fr_420px\] {
      grid-template-columns: 1fr 420px;
    }
    .md\:grid-cols-\[180px_1fr\] {
      grid-template-columns: 180px 1fr;
    }
    .md\:grid-cols-\[180px_1fr_auto\] {
      grid-template-columns: 180px 1fr auto;
    }
    .md\:flex-col {
      flex-direction: column;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:justify-center {
      justify-content: center;
    }
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .md\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .md\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
    .md\:px-16 {
      padding-inline: calc(var(--spacing) * 16);
    }
    .md\:py-7 {
      padding-block: calc(var(--spacing) * 7);
    }
    .md\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .md\:pt-20 {
      padding-top: calc(var(--spacing) * 20);
    }
    .md\:pb-12 {
      padding-bottom: calc(var(--spacing) * 12);
    }
    .md\:text-center {
      text-align: center;
    }
    .md\:text-right {
      text-align: right;
    }
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .md\:text-\[36px\] {
      font-size: 36px;
    }
    .md\:text-\[40px\] {
      font-size: 40px;
    }
    .md\:whitespace-nowrap {
      white-space: nowrap;
    }
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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;
}
.mobile-menu {
  display: none;
}
.home-hero,
.page-title {
  animation: 0.55s ease-out both page-load-in;
}
body > header {
  z-index: 30;
  animation: 0.45s ease-out both page-load-in;
  position: relative;
}
@keyframes page-load-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-scroll-ready .scroll-reveal {
  opacity: 0;
  transition:
    opacity 0.65s ease-out,
    transform 0.65s ease-out;
  transform: translateY(28px);
}
.js-scroll-ready .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .home-hero,
  .page-title,
  body > header {
    animation: none;
  }
}
.nav-menu {
  align-items: center;
  gap: 34px;
  font-weight: 700;
  display: flex;
}
.nav-menu .active {
  position: relative;
}
.nav-menu .active:after {
  content: "";
  background: #f57612;
  height: 2px;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
}
.nav-menu .button-primary.active:after {
  display: none;
}
.page-title {
  text-align: center;
  color: #fff;
  background-color: #3c3b3a;
  background-image: radial-gradient(#777 1px, #0000 1px);
  background-size: 11px 11px;
  padding: 78px 0 88px;
}
.page-title p {
  color: #f57612;
  letter-spacing: 0.08em;
  margin: 0;
}
.page-title h1 {
  margin: 1px 0 0;
}
.intro-section {
  background: url(../assets/service_bg.png) 50% / cover no-repeat;
  min-height: 690px;
  position: relative;
  overflow: hidden;
}
.home-hero {
  background: linear-gradient(
    248.95deg,
    #fff 62.73%,
    #f5fdfe 72.76%,
    #d9f8fc 100%
  );
  overflow: hidden;
}
.hero-title {
  margin: 12px 0 0;
}
.hero-title img {
  width: min(100%, 620px);
  height: auto;
  animation: 0.55s ease-out both hero-title-in;
  display: block;
}
.hero-description {
  margin: 54px 0 0;
  line-height: 2.1;
  animation: 0.5s ease-out 0.55s both hero-copy-in;
}
.hero-cta {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 340px;
  margin-top: 64px;
  animation: 0.5s ease-out 0.55s both hero-copy-in;
  display: inline-flex;
}
.hero-cta-mobile {
  animation: 0.5s ease-out 0.55s both hero-copy-in;
  display: none;
}
.hero-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.hero-circle {
  z-index: 0;
  pointer-events: none;
  width: 52%;
  max-width: 387px;
  height: auto;
  animation: 0.5s ease-out 1.35s both hero-circle-in;
  position: absolute;
  top: calc(23% - 60px);
  left: 11%;
}
.hero-main-image {
  --hero-image-x: 22px;
  z-index: 1;
  object-fit: contain;
  width: min(132%, 820px);
  height: auto;
  transform: translateX(var(--hero-image-x));
  animation: 0.45s cubic-bezier(0.2, 0.8, 0.3, 1) 1.35s both hero-main-image-in;
  display: block;
  position: relative;
}
.hero-arrow {
  z-index: 2;
  height: auto;
  transform: rotate(var(--arrow-rotate)) translate3d(0, 18px, 0) scale(0.82);
  opacity: 0;
  pointer-events: none;
  animation: 2.8s cubic-bezier(0.2, 0.8, 0.3, 1) infinite hero-arrow-fly;
  position: absolute;
}
.hero-arrow-1 {
  --arrow-rotate: -8deg;
  width: 10%;
  animation-delay: 1.8s;
  top: 5%;
  left: 12%;
}
.hero-arrow-2 {
  --arrow-rotate: 11deg;
  width: 11%;
  animation-delay: 1.95s;
  top: 8%;
  right: 17%;
}
.hero-arrow-3 {
  --arrow-rotate: -14deg;
  width: 5%;
  animation-delay: 2.1s;
  top: 36%;
  left: 22%;
}
.hero-arrow-4 {
  --arrow-rotate: 12deg;
  width: 4%;
  animation-delay: 2.25s;
  top: 25%;
  right: 4%;
}
@keyframes hero-title-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-copy-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-main-image-in {
  0% {
    opacity: 0;
    transform: translateX(calc(var(--hero-image-x) + 64px));
  }
  to {
    opacity: 1;
    transform: translateX(var(--hero-image-x));
  }
}
@keyframes hero-circle-in {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hero-arrow-fly {
  0%,
  20% {
    opacity: 0;
    transform: rotate(var(--arrow-rotate)) translate3d(12px, 20px, 0)
      scale(0.76);
  }
  30% {
    opacity: 1;
  }
  68% {
    opacity: 1;
    transform: rotate(var(--arrow-rotate)) translate3d(-34px, -40px, 0)
      scale(1.04);
  }
  to {
    opacity: 0;
    transform: rotate(var(--arrow-rotate)) translate3d(-48px, -56px, 0)
      scale(1.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-title img,
  .hero-description,
  .hero-main-image,
  .hero-circle,
  .hero-cta,
  .hero-cta-mobile {
    animation: none;
  }
  .hero-arrow {
    opacity: 1;
    transform: rotate(var(--arrow-rotate));
    animation: none;
  }
}
.service-section {
  background: linear-gradient(219.42deg, #fff 61.99%, #ffebd5 100%);
  padding-bottom: 0;
}
.service-panel {
  text-align: center;
  color: #fff;
  background-color: #3c3a39;
  background-image: radial-gradient(#777 1px, #0000 1px);
  background-size: 11px 11px;
  margin-top: 72px;
  padding: 62px 0 64px;
}
.service-panel h3 {
  margin: 0 0 42px;
}
.service-pill {
  color: #252525;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 28px;
  min-height: 140px;
  padding: 24px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 4px 4px #00000038;
}
.service-pill img {
  object-fit: contain;
  width: 80px;
  height: 80px;
  display: block;
}
.intro-copy {
  z-index: 1;
  text-align: center;
  max-width: 1280px;
  padding: 84px 0;
  position: relative;
}
.intro-copy h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.65;
}
.intro-copy h2 span {
  color: #f57612;
}
.intro-copy p {
  margin: 36px 0 0;
  line-height: 2.2;
}
.intro-copy p + p {
  margin-top: 26px;
}
.contact-section {
  padding: 80px 0;
}
.contact-box {
  color: #fff;
  background: linear-gradient(253.94deg, #ffac4e 35.75%, #fa7a11 100%);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 32px 48px;
  display: flex;
}
.contact-box h3 {
  font-size: var(--text-2xl);
  margin: 0;
  font-weight: 700;
}
.contact-box p {
  margin: 12px 0 0;
}
.contact-box .button-primary {
  text-align: center;
  background: #ef660d;
  min-width: 330px;
}
.contact-form {
  background: #fff;
  border-radius: 8px;
  max-width: 880px;
  margin: 0 auto;
  padding: 36px;
  box-shadow: 0 8px 24px #00000014;
}
.contact-form label {
  display: grid;
  gap: 10px;
  font-weight: 700;
}
.contact-form > label + label,
.contact-form .form-grid + label {
  margin-top: 24px;
}
.contact-form label span b {
  color: #fff;
  background: #f57612;
  border-radius: 4px;
  margin-left: 8px;
  padding: 2px 7px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e5ded8;
  border-radius: 8px;
  padding: 13px 15px;
  line-height: 1.6;
}
.contact-form textarea {
  resize: vertical;
  min-height: 180px;
}
.privacy-policy {
  max-height: 450px;
  overflow: auto;
  background: #faf7f3;
  border: 1px solid #e5ded8;
  border-radius: 8px;
  margin-top: 30px;
  padding: 24px;
  line-height: 1.9;
}
.privacy-policy p + p {
  margin-top: 14px;
}
.privacy-policy__title,
.privacy-policy__heading {
  color: #111;
  font-weight: 700;
}
.privacy-policy__title {
  font-size: var(--text-xl);
}
.privacy-policy__heading {
  margin-top: 28px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #f57612;
  outline: 3px solid #f5761233;
}
.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  display: grid;
}
.privacy-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  margin-top: 26px;
  font-weight: 400;
}
.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: #f57612;
}
.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-actions {
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  display: flex;
}
.form-actions .button-primary {
  min-width: 220px;
}
.form-actions .button-primary:disabled {
  cursor: wait;
  opacity: 0.65;
}
.form-status {
  min-height: 1.6em;
  margin: 0;
  font-weight: 700;
}
.form-status[data-status="success"] {
  color: #167a3f;
}
.form-status[data-status="error"] {
  color: #b42318;
}
.form-status[data-status="pending"] {
  color: #6f5847;
}
.contact-modal {
  width: min(calc(100% - 32px), 480px);
  border: 0;
  border-radius: 8px;
  margin: auto;
  padding: 0;
  color: #111;
  box-shadow: 0 24px 60px #00000030;
}
.contact-modal::backdrop {
  background: #00000080;
}
.contact-modal__body {
  padding: 36px;
  text-align: center;
}
.contact-modal__eyebrow {
  color: #f57612;
  font-family: var(--font-display);
  font-weight: 700;
}
.contact-modal h2 {
  margin-top: 10px;
  font-size: var(--text-2xl);
  line-height: 1.4;
}
.contact-modal__body > p:not(.contact-modal__eyebrow) {
  margin-top: 16px;
  line-height: 1.8;
}
.contact-modal__button {
  min-width: 180px;
  margin-top: 28px;
}
.home-strength {
  background: #fff;
  padding-bottom: 0;
}
.strength-lead {
  min-height: 400px;
  margin-top: 42px;
  position: relative;
}
.strength-lead > div:first-child {
  z-index: 1;
  width: 48%;
  padding-top: 22px;
  position: relative;
}
.strength-background {
  background: url(../assets/hearing_bg.png) 100%/100% no-repeat;
  position: absolute;
  inset: 0 min(-16px, 600px - 50vw) 0 50%;
}
.strength-panel {
  background: #fff0df;
  padding: 56px 0;
}
.strength-panel .container {
  max-width: 1200px;
}
.strength-cards {
  background: #fff;
  border-radius: 8px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px 7px #00000038;
}
.strength-card {
  flex-direction: column;
  min-width: 0;
  padding: 24px 26px 28px;
  display: flex;
  position: relative;
}
.strength-card + .strength-card:before {
  content: "";
  border-left: 2px dotted #f6b27b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.strength-card img {
  object-fit: contain;
  width: 100%;
  height: 105px;
  margin: 4px 0 12px;
  display: block;
}
.strength-card b {
  color: #f57612;
  font-size: var(--text-3xl);
  order: -1;
  align-self: flex-start;
  margin: 0;
  line-height: 1;
  display: block;
}
.strength-card h3 {
  text-align: center;
  margin: 0 0 18px;
  font-weight: 700;
}
.strength-card p {
  margin: 0;
  line-height: 1.9;
}
.case-studies-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 68px 46px;
  margin-top: 64px;
  display: grid;
}
.case-study {
  grid-template-columns: minmax(190px, 47%) 1fr;
  align-items: start;
  gap: 26px;
  display: grid;
}
.case-study img {
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}
.case-study h3 {
  margin: 0 0 18px;
  font-weight: 700;
}
.case-study p {
  margin: 0;
  line-height: 2;
}
.process-section {
  background: #f3f3f3;
}
.process-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  margin: 66px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.process-card {
  background: #fff;
  border-radius: 8px;
  min-height: 410px;
  padding: 26px 24px 24px;
  position: relative;
  box-shadow: 0 4px 7px #00000038;
}
.process-card:not(:last-child):after {
  content: "";
  z-index: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAABKCAYAAAAIRVyQAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAoRJREFUeAHl21FuEnEQx/GZLdZWIe4ROEKPUE9QbyA9geFFoy+lT0R8wROUmxhv0J5AjrCJGpTCjvvDkJCmadlm/jOz2e8rA+GTBZb8d/9MCbr90j0VoQshOiGhnImuifnr4fufMwoQk3LLyct3Ijy97zFmnlXwc3JOFb0Y5/0sW/14aCYCPCPFsoP1xWMzIjJYTnpX5Jgqmkn6+8x5w1XRVfm+g55wVXRZ0vc6815wVbRIZ1r/OfZwVfTxx2IuaxlSzazh2t9pOvr0e1p9zC+pZpZw9T8n2xbj7ijL6NFT2N0szuPJ0CgqPCkaRYQnR6NocBM0igQ3Q6MocFM0igA3RyNvuAsaecLd0MgL7opGHnB3NLKGh0AjS3gYNLKCh0IjC3g4NEoND4lGKeFh0SgVPDQapYCHRyNteCPQSBPOUl10o4b0J1uPMpK3VLO7cP77uSvUgnbh6uveUdtdV2/Nkd4mJMPWHOltGfNZ69AidNo6dFXROjQzXbcOvV53zluFLokucQ29Ux3wOTUllhw349ET2oA//BptXoYakozy/PZ49W1zF2LNdsGoEWhNMAqP1gaj0OgUYBQWnQqMQqJTglE4dGowCoW2AKMwaCswCoG2BCN3tDUYuaI9wMgN7QVGLmhPMDJHe4ORKToCGJmho4CRCToSGCVHRwOjpOiIYJQMHRWMkqAjg5E6OjoYqS/2L1+sriKDkSp6MekNqsX4N1QzSzDS3T8tckY1swYj3f3TTP068x5gpLyrlub7znqBke4PWUk3+435gZEq+vAI+6cfvgrqDUa63+lhUZTlwet74UwF7uzxBv9/K4lajHsDZjnJMn5VSnnzfPFsxqOioAD9A0S+7qeeBR1nAAAAAElFTkSuQmCC)
    50% / contain no-repeat;
  width: 32px;
  height: 39px;
  position: absolute;
  top: 42%;
  right: -36px;
}
.process-card b {
  color: #f57612;
  font-size: var(--text-3xl);
  line-height: 1;
  display: block;
}
.process-card img {
  object-fit: contain;
  width: 100%;
  height: 152px;
  margin: 12px 0 25px;
  display: block;
}
.process-card h3 {
  margin: 0 0 23px;
  font-weight: 700;
}
.process-card p {
  margin: 0;
  line-height: 1.9;
}
@media (width>=1024px) {
  .process-card img {
    height: 132px;
  }
}
@media (width<=1023px) {
  .mobile-menu {
    background: #f57612;
    border: 0;
    border-radius: 8px;
    place-content: center;
    gap: 6px;
    width: 48px;
    height: 48px;
    display: grid;
  }
  .mobile-menu span {
    background: #fff;
    width: 26px;
    height: 2px;
    transition:
      transform 0.2s,
      opacity 0.2s;
    display: block;
  }
  .mobile-menu[aria-expanded="true"] span:first-child {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-menu[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav-menu {
    display: none;
  }
  .nav-menu.is-open {
    z-index: 20;
    background: #fff;
    border-radius: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    box-shadow: 0 8px 18px #00000029;
  }
  .nav-menu.is-open a {
    padding: 12px 14px;
  }
  .nav-menu.is-open > a:not(.button-primary) {
    border-bottom: 1px dotted #fed7aa;
  }
  .nav-menu.is-open .button-primary {
    margin-top: 20px;
  }
  .nav-menu .active:after {
    display: none;
  }
  .intro-section {
    min-height: 0;
  }
  .contact-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 24px;
  }
  .contact-box .button-primary {
    width: 100%;
    min-width: 0;
  }
  .contact-form {
    padding: 24px 18px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-form label + label,
  .contact-form .form-grid + label {
    margin-top: 20px;
  }
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .form-actions .button-primary {
    width: 100%;
    min-width: 0;
  }
}
@media (width<=767px) {
  .page-title {
    padding: 56px 0;
  }
  .intro-copy {
    text-align: left;
    padding: 54px 0;
  }
  .intro-copy p br {
    display: none;
  }
  .hero-title {
    margin-top: 0;
  }
  .hero-title img {
    width: 100%;
  }
  .hero-description {
    margin-top: 38px;
    line-height: 2.15;
  }
  .hero-cta {
    display: none;
  }
  .hero-image {
    margin-top: 4px;
  }
  .hero-main-image {
    --hero-image-x: 0px;
    width: 100%;
  }
  .hero-cta-mobile {
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: -4px;
    padding: 18px 20px;
    display: inline-flex;
  }
  .home-hero .container {
    gap: 26px;
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media (width<=1023px) {
  .strength-lead {
    gap: 28px;
    min-height: 0;
    display: grid;
  }
  .strength-lead > div:first-child {
    width: auto;
    padding-top: 0;
  }
  .strength-background {
    aspect-ratio: 1440/1058;
    min-height: 0;
    position: static;
  }
  .strength-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .strength-card:nth-child(3):before {
    display: none;
  }
  .strength-card:nth-child(n + 3) {
    border-top: 2px dotted #f6b27b;
  }
}
@media (width<=767px) {
  .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 36px;
  }
  .case-study {
    grid-template-columns: 42% 1fr;
    gap: 16px;
  }
  .case-study h3 {
    margin-bottom: 8px;
  }
  .service-panel {
    margin-top: 56px;
    padding: 56px 0;
  }
  .service-panel h3 {
    margin-bottom: 24px;
  }
  .service-pill {
    gap: 12px;
    min-height: 66px;
    padding: 8px 16px;
    box-shadow: 0 3px 4px #00000038;
  }
  .service-pill img {
    width: 44px;
    height: 44px;
  }
  .service-panel .button-primary {
    max-width: 190px;
    margin-top: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .strength-lead {
    gap: 0;
    margin-top: 38px;
  }
  .strength-lead > div:first-child {
    order: 2;
    padding-top: 42px;
  }
  .strength-background {
    order: 1;
  }
  .strength-panel {
    padding: 56px 0;
  }
  .strength-cards {
    grid-template-columns: 1fr;
  }
  .strength-card {
    padding: 36px 18px 32px;
  }
  .strength-card + .strength-card {
    border-top: 2px dotted #f6b27b;
  }
  .strength-card + .strength-card:before {
    display: none;
  }
  .strength-card img {
    width: 100%;
    height: 150px;
    margin: 4px auto 14px;
  }
  .strength-card h3 {
    margin: 0 0 22px;
  }
  .strength-panel .button-primary {
    width: 100%;
  }
}
@media (width<=1023px) {
  .process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 42px;
  }
  .process-card {
    min-height: 0;
  }
  .process-card:nth-child(2):after {
    display: none;
  }
}
@media (width<=767px) {
  .process-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .process-card:not(:last-child):after {
    width: 22px;
    height: 27px;
    top: auto;
    bottom: -37px;
    right: 50%;
    transform: rotate(90deg);
  }
  footer nav[aria-label="フッターナビゲーション"] > div {
    gap: 0;
  }
  footer nav[aria-label="フッターナビゲーション"] a {
    text-align: center;
    width: 100%;
    padding: 12px 14px;
  }
  footer nav[aria-label="フッターナビゲーション"] a:not(:last-child) {
    border-bottom: 1px dotted #fed7aa;
  }
}
