/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: scooterdonkey
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.2.0
Author: Dimitris Theos
Author URI: https://galtech.gr
Text Domain: scooterdonkey
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

scooterdonkey is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-extrabold: 800;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::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)) {
    ::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, ::-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;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  width: min(100% - 32px, var(--wp--style--global--content-size));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
#page {
  --sd-navy: #001f5f;
  --sd-navy-dark: #001842;
  --sd-blue: #0645d9;
  --sd-sky: #eaf5ff;
  --sd-line: #cbd7eb;
  --sd-text: #061a49;
  --sd-muted: #38527d;
  --sd-shadow: 0 18px 50px rgb(0 31 95 / 12%);
  width: 100%;
  color: var(--sd-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#content, #primary, #main {
  width: 100%;
}
.entry-content > .sd-homepage, .page-content > .sd-homepage, .entry-content > .sd-hero, .page-content > .sd-hero, .entry-content > .sd-discover, .page-content > .sd-discover, .entry-content > .sd-question, .page-content > .sd-question, .entry-content > .sd-faq-page, .page-content > .sd-faq-page, .entry-content > .sd-contact-page, .page-content > .sd-contact-page, .entry-content > .sd-trust, .page-content > .sd-trust {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.entry-content .sd-contact-page, .page-content .sd-contact-page, .sd-contact-page {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.sd-homepage {
  overflow: hidden;
  background: #fff;
}
.sd-faq-shortcode-page .entry-header, .sd-contact-shortcode-page .entry-header, .sd-availability-checkout-page .entry-header {
  display: none;
}
.sd-contact-shortcode-page #primary, .sd-contact-shortcode-page #main, .sd-contact-shortcode-page article, .sd-contact-shortcode-page .entry-content, .sd-contact-shortcode-page .entry-content > *, .sd-contact-shortcode-page .page-content, .sd-contact-shortcode-page .page-content > * {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.sd-homepage *, .sd-faq-page *, .sd-contact-page *, .sd-header *, .sd-footer * {
  box-sizing: border-box;
}
.sd-container {
  width: min(100% - 32px, 1480px);
  margin-inline: auto;
}
.sd-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.sd-icon svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid var(--sd-blue);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.sd-btn .sd-icon {
  font-size: 20px;
}
.sd-btn--solid {
  border-color: var(--sd-navy);
  background: linear-gradient(90deg, var(--sd-navy), #052d85);
  color: #fff;
  box-shadow: 0 8px 18px rgb(0 31 95 / 18%);
}
.sd-btn--outline {
  background: #fff;
  color: var(--sd-blue);
}
.sd-btn--whatsapp {
  border-color: #15a846;
  background: linear-gradient(90deg, #19b84f, #0d9b3d);
  color: #fff;
}
.sd-btn--outline-light {
  border-color: #6aa1ff;
  background: transparent;
  color: #fff;
}
.sd-header {
  position: relative;
  z-index: 3;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 1px 0 rgb(0 31 95 / 8%);
}
.sd-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 28px;
}
.sd-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sd-navy);
  text-decoration: none;
}
.sd-brand__mark {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.sd-brand__text {
  display: block;
  width: 178px;
  height: auto;
  object-fit: contain;
}
.sd-nav, .sd-header__actions {
  display: flex;
  align-items: center;
  gap: 34px;
}
.sd-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 34px;
}
.sd-nav a, .sd-header__actions a {
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.sd-header__whatsapp, .sd-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.sd-header__whatsapp .sd-icon {
  color: #05c85a;
  font-size: 24px;
}
.sd-header__phone .sd-icon {
  color: var(--sd-navy);
  font-size: 22px;
}
.sd-header__actions .sd-btn--solid {
  color: #fff;
}
.sd-mobile-actions {
  display: none;
  align-items: center;
  gap: 12px;
}
.sd-mobile-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #05c85a;
  font-size: 34px;
}
.sd-mobile-actions button {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  gap: 5px;
}
.sd-mobile-actions button span {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: var(--sd-blue);
}
.sd-mobile-menu {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 5;
  border-top: 1px solid var(--sd-line);
  background: rgb(255 255 255 / 98%);
  box-shadow: 0 16px 34px rgb(0 31 95 / 10%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease,	transform 180ms ease,	visibility 180ms ease;
  visibility: hidden;
}
.sd-mobile-menu[hidden] {
  display: none;
}
.sd-mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.sd-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sd-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid #e4ebf6;
  color: var(--sd-navy);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}
.sd-mobile-menu a::after {
  margin-left: auto;
  color: var(--sd-blue);
  content: "→";
}
.sd-hero {
  min-height: 560px;
  background: linear-gradient(90deg, rgb(255 255 255 / 92%) 0%, rgb(255 255 255 / 70%) 35%, rgb(255 255 255 / 2%) 63%),	var(--sd-hero-image) center / cover no-repeat;
}
.sd-hero__inner {
  display: grid;
  min-height: 560px;
  padding-block: 42px 28px;
  align-content: space-between;
  gap: 28px;
}
.sd-hero__copy {
  width: min(520px, 48vw);
}
.sd-hero h1 {
  max-width: 520px;
  margin: 0 0 18px;
  font-size: clamp(48px, 4.2vw, 64px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}
.sd-hero__copy > p {
  max-width: 450px;
  margin: 0;
  color: var(--sd-text);
  font-size: 19px;
  line-height: 1.55;
}
.sd-service-row {
  display: grid;
  max-width: 470px;
  margin-top: 28px;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}
.sd-service-row div {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--sd-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}
.sd-service-row .sd-icon {
  color: var(--sd-blue);
  font-size: 34px;
}
.sd-availability {
  width: min(940px, 66%);
  padding: 20px;
  border-radius: 6px;
  background: rgb(255 255 255 / 94%);
  box-shadow: var(--sd-shadow);
}
.sd-availability h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}
.sd-availability .sd-availability__message {
  display: block;
  margin: 0 0 16px;
  padding: 11px 14px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}
.sd-availability__message--success {
  border: 1px solid #b9e7cc;
  background: #effbf4;
  color: #087236;
}
.sd-availability__message--error {
  border: 1px solid #f1b9b9;
  background: #fff1f1;
  color: #a82121;
}
.sd-availability__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr 1.2fr;
  gap: 14px;
}
.sd-availability label {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--sd-line);
  border-radius: 5px;
  background: #fff;
  color: var(--sd-navy);
  gap: 8px;
}
.sd-availability input, .sd-availability select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 700;
}
.sd-availability p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 0 0;
  color: var(--sd-text);
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
}
.sd-availability p .sd-icon {
  color: #16b957;
}
.sd-datepicker {
  position: absolute;
  z-index: 1000;
  width: min(318px, calc(100vw - 24px));
  padding: 14px;
  border: 1px solid #d8e4f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgb(0 31 95 / 18%);
  color: var(--sd-navy);
}
.sd-datepicker[hidden] {
  display: none;
}
.sd-datepicker__head {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  text-align: center;
}
.sd-datepicker__head strong {
  font-size: 15px;
  font-weight: 950;
}
.sd-datepicker__nav, .sd-datepicker__days button {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--sd-navy);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}
.sd-datepicker__nav {
  width: 38px;
  height: 34px;
  border-radius: 6px;
  font-size: 25px;
}
.sd-datepicker__nav:hover, .sd-datepicker__days button:hover {
  background: #eef5ff;
}
.sd-datepicker__nav:disabled {
  color: #b8c5d8;
  cursor: not-allowed;
}
.sd-datepicker__nav:disabled:hover {
  background: transparent;
}
.sd-datepicker__weekdays, .sd-datepicker__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.sd-datepicker__weekdays {
  margin-bottom: 6px;
  color: #5e7194;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.sd-datepicker__days span, .sd-datepicker__days button {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  font-size: 13px;
}
.sd-datepicker__days button.is-today {
  outline: 1px solid var(--sd-blue);
  outline-offset: -1px;
}
.sd-datepicker__days button.is-selected {
  background: var(--sd-blue);
  color: #fff;
}
.sd-datepicker__days button:disabled {
  color: #b8c5d8;
  cursor: not-allowed;
}
.sd-datepicker__days button:disabled:hover {
  background: transparent;
}
.entry-content > .sd-availability-complete, .page-content > .sd-availability-complete {
  max-width: none;
}
.sd-availability-complete {
  padding: 56px 0 72px;
  background: linear-gradient(180deg, #f4f9ff 0, #fff 100%);
}
.sd-availability-complete__card {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #dce7f6;
  border-radius: 8px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 18px 44px rgb(0 31 95 / 10%);
}
.sd-availability-complete__head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  color: var(--sd-navy);
}
.sd-availability-complete__head > .sd-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--sd-blue);
  color: #fff;
  font-size: 30px;
}
.sd-availability-complete__head h1 {
  margin: 0;
  color: var(--sd-navy);
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}
.sd-availability-complete__head p {
  margin: 7px 0 0;
  color: var(--sd-text);
  font-size: 16px;
  font-weight: 650;
}
.sd-availability-complete__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}
.sd-availability-complete__summary span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid #e2ebf7;
  border-radius: 6px;
  background: #f7fbff;
  color: var(--sd-text);
  font-size: 14px;
  font-weight: 700;
}
.sd-availability-complete__summary strong {
  color: var(--sd-navy);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.sd-availability-complete__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.sd-availability-complete__form label {
  display: grid;
  gap: 7px;
  color: var(--sd-navy);
  font-size: 13px;
  font-weight: 900;
}
.sd-availability-complete__form input, .sd-availability-complete__form textarea {
  width: 100%;
  border: 1px solid #d4e0f1;
  border-radius: 6px;
  background: #fff;
  color: var(--sd-text);
  font: inherit;
  font-size: 15px;
  font-weight: 650;
}
.sd-availability-complete__form input {
  height: 48px;
  padding: 0 14px;
}
.sd-availability-complete__form textarea {
  padding: 12px 14px;
  resize: vertical;
}
.sd-availability-complete__wide, .sd-availability-complete__form p, .sd-availability-complete__form .sd-btn {
  grid-column: 1 / -1;
}
.sd-availability-complete__form p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}
.sd-availability-complete__form p .sd-icon {
  color: #16b957;
}
.sd-availability-complete__form .sd-btn {
  width: 100%;
  min-height: 48px;
}
.sd-section {
  padding-block: 18px;
}
.sd-main-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 335px;
  gap: 28px;
  align-items: start;
  padding-top: 16px;
}
.sd-main-grid > .sd-fleet {
  padding-block: 0;
}
.sd-main-grid > .sd-fleet > .sd-container {
  width: 100%;
}
.sd-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.sd-section-head h2, .sd-why h2, .sd-discover h2, .sd-how h2, .sd-question h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
}
.sd-section-head p, .sd-discover p, .sd-how > .sd-container > p, .sd-question p {
  margin: 5px 0 0;
  color: var(--sd-text);
  font-size: 14px;
  line-height: 1.45;
}
.sd-section-head a {
  color: var(--sd-blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.sd-fleet__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.sd-vehicle-card {
  display: grid;
  height: 100%;
  padding: 14px 18px 16px;
  grid-template-rows: auto auto auto minmax(34px, auto) auto 31px;
  border: 1px solid #eef3fb;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(0 31 95 / 8%);
}
.sd-vehicle-card__media {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 8px;
  overflow: hidden;
  place-items: center;
}
.sd-vehicle-card__photo, .sd-vehicle-card__fallback {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sd-vehicle-card__fallback {
  background-image: url("assets/images/sd-fleet-strip.png");
  background-repeat: no-repeat;
  background-size: 400% 100%;
}
.sd-vehicle-card__fallback--panda {
  background-position: 0 50%;
}
.sd-vehicle-card__fallback--qashqai {
  background-position: 33.333% 50%;
}
.sd-vehicle-card__fallback--scooter {
  background-position: 66.666% 50%;
}
.sd-vehicle-card__fallback--atv {
  background-position: 100% 50%;
}
.sd-vehicle-card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
}
.sd-vehicle-card > p {
  margin: 2px 0 10px;
  color: var(--sd-blue);
  font-size: 13px;
  font-weight: 700;
}
.sd-vehicle-card ul {
  display: flex;
  flex-wrap: wrap;
  min-height: 34px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  gap: 10px 14px;
}
.sd-vehicle-card li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--sd-text);
  font-size: 11px;
  font-weight: 700;
}
.sd-vehicle-card strong {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 950;
}
.sd-vehicle-card .sd-btn {
  width: 100%;
  min-height: 31px;
  margin-top: auto;
  font-size: 12px;
}
.sd-fleet__note {
  margin: 10px 0 34px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.sd-mobile-dots {
  display: none;
}
.sd-why {
  transform: translateY(110px);
  padding: 22px 36px;
  border-radius: 7px;
  background: linear-gradient(145deg, #f4f9ff, #e8f3ff);
  box-shadow: 0 10px 28px rgb(0 31 95 / 8%);
}
.sd-why__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  margin-top: 20px;
}
.sd-why__item > .sd-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: var(--sd-blue);
  font-size: 25px;
  box-shadow: 0 7px 18px rgb(0 31 95 / 10%);
}
.sd-why h3, .sd-how h3, .sd-trust h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 950;
}
.sd-why p, .sd-how p, .sd-trust p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
.sd-why .sd-btn {
  width: 100%;
  margin-top: 22px;
}
.sd-discover {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-block: 0;
  background: linear-gradient(90deg, #fff 0%, #f2f8ff 55%, #e4f3ff 100%);
}
.sd-discover__content {
  display: grid;
  padding: 0;
  grid-template-areas: "intro image"	"features image";
  grid-template-columns: minmax(0, 1fr) clamp(360px, 28vw, 520px);
  align-items: stretch;
  gap: 16px 34px;
}
.sd-discover__content > div:first-child {
  grid-area: intro;
  padding-top: 20px;
}
.sd-discover__grid {
  display: grid;
  grid-area: features;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 22px;
  margin-top: 0;
  padding-bottom: 20px;
}
.sd-discover__grid div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sd-discover__grid .sd-icon {
  color: var(--sd-blue);
  font-size: 43px;
}
.sd-discover__grid span {
  display: grid;
  color: var(--sd-text);
  font-size: 12px;
  line-height: 1.35;
}
.sd-discover__grid strong {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 950;
}
.sd-discover img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 168px;
  grid-area: image;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  box-shadow: 0 10px 24px rgb(0 31 95 / 14%);
}
.sd-how {
  display: none;
}
.sd-question {
  background: linear-gradient(115deg, var(--sd-navy-dark), #00337d);
  color: #fff;
}
.sd-question .sd-container {
  padding-block: 22px;
}
.sd-question__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}
.sd-question__item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}
.sd-question__item > .sd-icon {
  color: #6aa1ff;
  font-size: 48px;
}
.sd-question__item h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}
.sd-question p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.sd-question__cta {
  display: none;
}
.sd-question__cta .sd-btn {
  margin-top: 20px;
}
.sd-trust {
  display: none;
  background: #fff;
}
.sd-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding-block: 44px;
  text-align: center;
}
.sd-trust .sd-icon {
  color: var(--sd-blue);
  font-size: 42px;
}
.sd-faq-page {
  overflow: hidden;
  background: #fff;
  color: var(--sd-text);
}
.sd-faq-hero {
  background: linear-gradient(90deg, rgb(255 255 255 / 96%) 0%, rgb(255 255 255 / 72%) 42%, rgb(255 255 255 / 8%) 70%),	var(--sd-faq-hero-image) center right / cover no-repeat;
  border-bottom: 1px solid #dce7f6;
}
.sd-faq-hero .sd-container {
  min-height: 320px;
  display: grid;
  align-items: center;
}
.sd-faq-hero__copy {
  max-width: 620px;
  padding-block: 54px;
}
.sd-faq-hero h1 {
  margin: 0 0 14px;
  color: var(--sd-navy);
  font-size: 42px;
  font-weight: 950;
  line-height: 1.08;
}
.sd-faq-hero p {
  max-width: 560px;
  margin: 0;
  color: var(--sd-muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}
.sd-faq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.sd-faq-content {
  padding-block: 18px 42px;
}
.sd-faq-tabs {
  display: flex;
  gap: 18px;
  padding-bottom: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}
.sd-faq-tabs::-webkit-scrollbar {
  display: none;
}
.sd-faq-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #d5e1f3;
  border-radius: 8px;
  background: #fff;
  color: var(--sd-navy);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  gap: 9px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgb(0 31 95 / 5%);
}
.sd-faq-tabs button.is-active {
  border-color: var(--sd-blue);
  background: var(--sd-blue);
  color: #fff;
}
.sd-faq-tabs .sd-icon {
  font-size: 18px;
}
.sd-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
}
.sd-faq-item {
  min-height: 62px;
  border: 1px solid #e1e8f4;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(0 31 95 / 5%);
  break-inside: avoid;
}
.sd-faq-item summary {
  display: grid;
  align-items: center;
  min-height: 62px;
  padding: 0 54px 0 22px;
  position: relative;
  color: var(--sd-navy);
  cursor: pointer;
  font-size: 15px;
  font-weight: 950;
  grid-template-columns: 28px minmax(0, 1fr);
  line-height: 1.35;
  list-style: none;
}
.sd-faq-item summary::-webkit-details-marker {
  display: none;
}
.sd-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--sd-navy);
  border-bottom: 2px solid var(--sd-navy);
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transform-origin: center;
}
.sd-faq-item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}
.sd-faq-item summary span {
  font-weight: 950;
}
.sd-faq-item p {
  margin: -8px 0 0;
  padding: 0 54px 18px 50px;
  color: var(--sd-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.sd-faq-help {
  margin-top: 28px;
  text-align: center;
}
.sd-faq-help h2 {
  margin: 0 0 12px;
  color: var(--sd-navy);
  font-size: 18px;
  font-weight: 950;
}
.sd-faq-help h2 span {
  font-weight: 500;
}
.sd-faq-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}
.sd-faq-contact {
  display: grid;
  align-items: center;
  min-height: 104px;
  padding: 20px 24px;
  border: 1px solid #dce6f4;
  border-radius: 8px;
  background: #fff;
  color: var(--sd-navy);
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgb(0 31 95 / 4%);
}
.sd-faq-contact > .sd-icon {
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--sd-blue);
  color: #fff;
  font-size: 34px;
  place-items: center;
}
.sd-faq-contact--whatsapp > .sd-icon {
  background: #32b653;
}
.sd-faq-contact strong, .sd-faq-contact small, .sd-faq-contact b {
  display: block;
}
.sd-faq-contact strong {
  font-size: 15px;
  font-weight: 950;
}
.sd-faq-contact small {
  margin-top: 2px;
  color: var(--sd-muted);
  font-size: 13px;
  font-weight: 600;
}
.sd-faq-contact b {
  margin-top: 6px;
  color: var(--sd-blue);
  font-size: 14px;
  font-weight: 900;
}
.sd-faq-contact--whatsapp b {
  color: #1f9f45;
}
.sd-faq-cta {
  display: grid;
  align-items: center;
  margin-top: 24px;
  min-height: 126px;
  padding: 26px 34px;
  border: 1px solid #dce7f6;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(232 246 255 / 98%) 0%, rgb(232 246 255 / 88%) 45%, rgb(232 246 255 / 20%) 68%),	var(--sd-faq-cta-image) center right / cover no-repeat;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
}
.sd-faq-cta h2 {
  margin: 0 0 8px;
  color: var(--sd-navy);
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
}
.sd-faq-cta p {
  max-width: 520px;
  margin: 0;
  color: var(--sd-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.sd-faq-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.sd-contact-page {
  overflow: hidden;
  background: #fff;
  color: var(--sd-text);
}
.sd-contact-hero {
  background: linear-gradient(90deg, rgb(255 255 255 / 96%) 0%, rgb(255 255 255 / 72%) 42%, rgb(255 255 255 / 8%) 70%),	var(--sd-contact-hero-image) center right / cover no-repeat;
  border-bottom: 1px solid #dce7f6;
}
.sd-contact-hero .sd-container {
  display: grid;
  align-items: center;
  min-height: 320px;
}
.sd-contact-hero__copy {
  max-width: 580px;
  padding-block: 56px;
}
.sd-contact-hero h1 {
  margin: 0 0 16px;
  color: var(--sd-navy);
  font-size: 56px;
  font-weight: 950;
  line-height: 1;
}
.sd-contact-hero p {
  max-width: 510px;
  margin: 0;
  color: var(--sd-text);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}
.sd-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 26px;
}
.sd-contact-content {
  padding-block: 18px 0;
}
.sd-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.95fr);
  gap: 18px;
}
.sd-contact-form, .sd-contact-details, .sd-contact-location, .sd-contact-faq {
  border: 1px solid #dfe8f5;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 31 95 / 6%);
}
.sd-contact-form {
  padding: 22px 24px 14px;
}
.sd-contact-card__head {
  display: grid;
  align-items: start;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 14px;
  color: var(--sd-navy);
}
.sd-contact-card__head > .sd-icon {
  color: var(--sd-blue);
  font-size: 24px;
}
.sd-contact-card__head h2 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}
.sd-contact-card__head p {
  margin: 0;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.sd-contact-alert {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}
.sd-contact-alert--error {
  background: #fff3f3;
  color: #a52424;
}
.sd-contact-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}
.sd-contact-form .wpcf7-form > p {
  margin: 0;
}
.sd-contact-form .wpcf7-form > p:nth-last-child(-n+3), .sd-contact-form .wpcf7-form .sd-contact-form__wide {
  grid-column: 1 / -1;
}
.sd-contact-form label {
  display: block;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 800;
}
.sd-contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}
.sd-contact-form input, .sd-contact-form select, .sd-contact-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d9e3f2;
  border-radius: 7px;
  background: #fff;
  color: var(--sd-text);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
}
.sd-contact-form textarea {
  min-height: 94px;
  padding-block: 12px;
  resize: vertical;
}
.sd-contact-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-color: var(--sd-navy);
  background: linear-gradient(90deg, var(--sd-blue), var(--sd-navy));
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 950;
}
.sd-contact-form .wpcf7-spinner {
  margin: 8px auto 0;
}
.sd-contact-form .wpcf7-not-valid-tip, .sd-contact-form .wpcf7-response-output {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
}
.sd-contact-form__secure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 10px 0 0;
  color: var(--sd-muted);
  font-size: 12px;
  font-weight: 650;
}
.sd-contact-details {
  padding: 14px 22px;
}
.sd-contact-details a {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 72px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  color: var(--sd-text);
  text-decoration: none;
}
.sd-contact-details a + a {
  border-top: 1px solid #dfe8f5;
}
.sd-contact-details .sd-icon, .sd-contact-quick .sd-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #edf5ff;
  color: var(--sd-blue);
  font-size: 27px;
  place-items: center;
}
.sd-contact-details strong, .sd-contact-details small, .sd-contact-details span {
  display: block;
}
.sd-contact-details strong {
  color: var(--sd-navy);
  font-size: 13px;
  font-weight: 950;
}
.sd-contact-details span {
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}
.sd-contact-details small {
  color: var(--sd-muted);
  font-size: 12px;
}
.sd-contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.sd-contact-quick {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 64px;
  padding: 10px 38px 10px 14px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: #fff;
  color: var(--sd-navy);
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgb(0 31 95 / 5%);
}
.sd-contact-quick::after, .sd-contact-details a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--sd-navy);
  border-bottom: 2px solid var(--sd-navy);
  content: "";
  transform: translateY(-50%) rotate(-45deg);
}
.sd-contact-quick--whatsapp .sd-icon {
  background: #e8f9ee;
  color: #16aa46;
}
.sd-contact-quick--viber .sd-icon {
  background: #f1ebff;
  color: #6d35d2;
}
.sd-contact-quick strong, .sd-contact-quick small {
  display: block;
}
.sd-contact-quick strong {
  font-size: 13px;
  font-weight: 950;
}
.sd-contact-quick small {
  color: var(--sd-muted);
  font-size: 11px;
  font-weight: 650;
}
.sd-contact-location {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  margin-top: 16px;
  overflow: hidden;
}
.sd-contact-location > div:first-child {
  padding: 24px;
}
.sd-contact-location h2, .sd-contact-faq h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--sd-navy);
  font-size: 20px;
  font-weight: 950;
}
.sd-contact-location h2 .sd-icon, .sd-contact-faq h2 .sd-icon {
  color: var(--sd-blue);
  font-size: 24px;
}
.sd-contact-location p {
  margin: 0 0 14px;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
.sd-contact-location ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 750;
}
.sd-contact-location li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sd-contact-location li .sd-icon {
  color: var(--sd-blue);
  font-size: 15px;
}
.sd-contact-map {
  position: relative;
  min-height: 216px;
  background: #d8f0ff;
  overflow: hidden;
}
.sd-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}
.sd-contact-faq {
  margin-top: 16px;
  padding: 20px 24px;
  box-shadow: none;
}
.sd-contact-faq > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
}
.sd-contact-faq details {
  border: 1px solid #dfe8f5;
  border-radius: 7px;
  background: #fff;
}
.sd-contact-faq summary {
  position: relative;
  min-height: 38px;
  padding: 10px 36px 10px 14px;
  color: var(--sd-navy);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}
.sd-contact-faq summary::-webkit-details-marker {
  display: none;
}
.sd-contact-faq summary::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--sd-navy);
  border-bottom: 2px solid var(--sd-navy);
  content: "";
  transform: translateY(-65%) rotate(45deg);
}
.sd-contact-faq details[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}
.sd-contact-faq p {
  margin: 0;
  padding: 0 14px 12px;
  color: var(--sd-text);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}
.sd-contact-cta {
  margin-top: 18px;
  padding: 28px 24px 30px;
  border-radius: 0;
  background: linear-gradient(90deg, rgb(0 31 95 / 88%), rgb(6 69 217 / 82%)),	var(--sd-contact-cta-image) center / cover no-repeat;
  color: #fff;
  text-align: center;
}
.sd-contact-cta h2 {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 950;
  line-height: 1.1;
}
.sd-contact-cta p {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
}
.sd-contact-cta > div {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 18px;
}
.sd-footer {
  position: relative;
  margin-top: 96px;
  background: radial-gradient(circle at 12% 48%, rgb(14 91 198 / 34%), transparent 24%),	linear-gradient(115deg, #001842 0%, #002b68 52%, #001f5f 100%);
  color: #fff;
}
.sd-footer-help {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  width: min(100% - 32px, 1320px);
  margin: 0 auto -72px;
  padding: 30px 44px;
  border: 1px solid #d8e4f5;
  border-radius: 10px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 18px 48px rgb(0 31 95 / 12%);
  color: var(--sd-navy);
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 28px;
  transform: translateY(-72px);
}
.sd-footer-help__icon {
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--sd-blue);
  color: #fff;
  place-items: center;
}
.sd-footer-help__icon .sd-icon {
  font-size: 32px;
}
.sd-footer-help h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}
.sd-footer-help p {
  margin: 0;
  color: var(--sd-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.sd-footer-help__actions {
  display: flex;
  gap: 18px;
}
.sd-footer-help__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--sd-blue);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  gap: 12px;
}
.sd-footer-help__actions .sd-icon {
  font-size: 28px;
}
.sd-footer-help__whatsapp {
  background: #fff;
  color: var(--sd-navy);
}
.sd-footer-help__whatsapp .sd-icon {
  color: #05c85a;
}
.sd-footer-help__phone {
  background: linear-gradient(90deg, var(--sd-blue), var(--sd-navy));
  color: #fff;
}
.sd-footer__body > .sd-container {
  padding-block: 34px 38px;
}
.sd-footer__grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1.55fr 0.95fr 1fr 1.25fr 1.25fr;
  gap: 44px;
}
.sd-footer-brand {
  padding-right: 38px;
  border-right: 1px solid rgb(255 255 255 / 18%);
}
.sd-footer .sd-brand__mark, .sd-footer .sd-brand__text {
  filter: invert(1) brightness(2.5);
}
.sd-footer-brand p {
  max-width: 360px;
  margin: 20px 0 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
.sd-footer-social {
  display: flex;
  gap: 18px;
}
.sd-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 999px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  text-decoration: none;
}
.sd-footer-social .sd-icon {
  display: grid;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  place-items: center;
}
.sd-footer-links ul, .sd-footer-mobile__links ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 18px;
}
.sd-footer-links li, .sd-footer-mobile__links li {
  margin: 0;
}
.sd-footer-links, .sd-footer-info {
  display: grid;
  align-content: start;
  gap: 18px;
}
.sd-footer-links h2, .sd-footer-info h2 {
  margin: 0 0 12px;
  color: #6aa1ff;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}
.sd-footer-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.sd-footer-info > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
}
.sd-footer-info .sd-icon, .sd-footer-mobile summary > .sd-icon, .sd-footer-mobile li .sd-icon, .sd-footer-mobile-info .sd-icon, .sd-footer-safety > .sd-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--sd-blue);
  color: #fff;
  font-size: 28px;
  place-items: center;
}
.sd-footer-info .sd-icon svg, .sd-footer-mobile summary > .sd-icon svg, .sd-footer-mobile li .sd-icon svg, .sd-footer-mobile-info .sd-icon svg, .sd-footer-safety > .sd-icon svg {
  width: 0.78em;
  height: 0.78em;
}
.sd-footer-info span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.sd-footer-info strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}
.sd-footer-mobile {
  display: none;
}
.sd-footer-safety {
  display: grid;
  align-items: center;
  margin-top: 46px;
  padding: 30px 0;
  border-top: 1px solid rgb(255 255 255 / 24%);
  border-bottom: 1px solid rgb(255 255 255 / 24%);
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 22px;
}
.sd-footer-safety > .sd-icon {
  width: 62px;
  height: 62px;
  background: rgb(6 69 217 / 34%);
  font-size: 44px;
  outline: 1px solid rgb(255 255 255 / 32%);
}
.sd-footer-safety p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.sd-footer-safety strong {
  display: block;
  font-size: 15px;
  font-weight: 950;
}
.sd-footer__copy {
  max-width: none !important;
  margin: 0 auto;
  padding: 32px 16px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.sd-footer__copy span {
  display: inline-block;
  margin-left: 28px;
  padding-left: 28px;
  border-left: 1px solid rgb(255 255 255 / 28%);
}
.sd-footer__copy b {
  color: #58a1ff;
}
@media (max-width: 1439px) {
  .sd-header__inner {
    display: grid;
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }
  .sd-nav,	.sd-header__actions {
    display: none;
  }
  .sd-mobile-actions {
    display: flex;
    justify-self: end;
    gap: 16px;
  }
  .sd-brand {
    justify-self: start;
    min-width: 0;
    gap: 8px;
  }
  .sd-brand__mark {
    width: 48px;
    height: 48px;
  }
  .sd-brand__text {
    width: min(42vw, 172px);
    min-width: 0;
  }
}
@media (max-width: 1180px) {
  .sd-header__actions,	.sd-nav,	.sd-nav ul {
    gap: 18px;
  }
  .sd-main-grid {
    grid-template-columns: 1fr;
  }
  .sd-discover__content {
    grid-template-areas: "intro"	"features"	"image";
    grid-template-columns: 1fr;
  }
  .sd-discover {
    margin-top: 0;
  }
  .sd-discover img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 5;
  }
}
@media (max-width: 860px) {
  .sd-container {
    width: min(100% - 36px, 560px);
  }
  .sd-availability-complete {
    padding: 28px 0 44px;
  }
  .sd-availability-complete__card {
    padding: 22px 18px;
  }
  .sd-availability-complete__head {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }
  .sd-availability-complete__head > .sd-icon {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  .sd-availability-complete__head h1 {
    font-size: 27px;
  }
  .sd-availability-complete__head p {
    font-size: 14px;
  }
  .sd-availability-complete__summary,	.sd-availability-complete__form {
    grid-template-columns: 1fr;
  }
  .sd-header__inner {
    display: grid;
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }
  .sd-nav,	.sd-header__actions {
    display: none;
  }
  .sd-mobile-actions {
    display: flex;
    justify-self: end;
    gap: 16px;
  }
  .sd-brand {
    min-width: 0;
    gap: 8px;
  }
  .sd-brand__mark {
    width: 48px;
    height: 48px;
  }
  .sd-brand__text {
    width: min(42vw, 172px);
    min-width: 0;
  }
  .sd-hero {
    min-height: auto;
    background: linear-gradient(180deg, rgb(235 247 255 / 96%) 0%, rgb(255 255 255 / 0%) 42%),	var(--sd-hero-mobile-image) center top / cover no-repeat;
  }
  .sd-hero__inner {
    display: grid;
    min-height: 760px;
    padding-block: 36px 18px;
    align-content: start;
    gap: 0;
  }
  .sd-hero__copy {
    width: 100%;
  }
  .sd-hero h1 {
    max-width: 420px;
    margin-bottom: 16px;
    font-size: 43px;
    line-height: 1.08;
  }
  .sd-hero__copy > p {
    max-width: 390px;
    font-size: 17px;
    line-height: 1.55;
  }
  .sd-service-row {
    max-width: none;
    margin-top: 315px;
    gap: 12px;
  }
  .sd-service-row div {
    font-size: 12px;
  }
  .sd-service-row .sd-icon {
    font-size: 35px;
  }
  .sd-availability {
    width: 100%;
    margin-top: 26px;
    padding: 24px 18px;
    border-radius: 7px;
  }
  .sd-availability h2 {
    font-size: 22px;
  }
  .sd-availability__grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .sd-availability label,	.sd-availability .sd-btn {
    height: 46px;
  }
  .sd-availability p {
    max-width: 270px;
    margin: 16px auto 0;
    text-align: center;
  }
  .sd-main-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 26px;
  }
  .sd-fleet {
    order: 1;
    width: 100%;
  }
  .sd-why {
    order: 2;
    width: 100%;
    transform: none;
    padding: 26px 20px;
  }
  .sd-section-head h2,	.sd-why h2,	.sd-discover h2,	.sd-how h2,	.sd-question h2 {
    font-size: 25px;
  }
  .sd-section-head {
    align-items: center;
  }
  .sd-section-head a {
    font-size: 13px;
    text-transform: none;
  }
  .sd-fleet__grid {
    display: grid;
    grid-auto-columns: calc((100% - 10px) / 2);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 10px;
    margin-inline: -2px;
    padding: 2px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .sd-fleet__grid::-webkit-scrollbar {
    display: none;
  }
  .sd-fleet__grid .sd-vehicle-card {
    scroll-snap-align: start;
  }
  .sd-vehicle-card {
    height: 100%;
    padding: 12px 14px;
    grid-template-rows: auto auto auto minmax(50px, auto) auto 31px;
  }
  .sd-vehicle-card__photo,	.sd-vehicle-card__fallback {
    height: 100%;
  }
  .sd-vehicle-card__media {
    aspect-ratio: 1 / 1;
  }
  .sd-vehicle-card h3 {
    font-size: 16px;
  }
  .sd-vehicle-card ul {
    display: grid;
    min-height: 50px;
    gap: 4px;
  }
  .sd-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
  }
  .sd-mobile-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #dfe7f4;
  }
  .sd-mobile-dots button.is-active {
    background: var(--sd-blue);
  }
  .sd-discover {
    margin-top: 0;
    padding-block: 30px;
    background: #fff;
  }
  .sd-discover__content {
    display: grid;
    gap: 22px;
  }
  .sd-discover__content > div:first-child,	.sd-discover__grid {
    padding-block: 0;
  }
  .sd-discover__grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 0;
  }
  .sd-discover__grid div {
    align-items: flex-start;
  }
  .sd-discover__grid .sd-icon {
    width: 54px;
    font-size: 45px;
  }
  .sd-discover__grid span {
    font-size: 15px;
  }
  .sd-discover__grid strong {
    font-size: 15px;
  }
  .sd-discover img {
    margin-top: 0;
    border-radius: 7px;
    aspect-ratio: 16 / 9;
  }
  .sd-how {
    display: block;
    padding-block: 30px 34px;
  }
  .sd-how__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 22px;
  }
  .sd-how__grid > div {
    position: relative;
    display: grid;
    justify-items: center;
    min-height: 178px;
    padding: 18px 10px;
    border-radius: 7px;
    background: #f8fbff;
    text-align: center;
  }
  .sd-how b {
    position: absolute;
    top: -12px;
    left: 16px;
    display: grid;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    place-items: center;
    background: var(--sd-blue);
    color: #fff;
    font-size: 14px;
  }
  .sd-how .sd-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--sd-navy);
    font-size: 32px;
    box-shadow: 0 10px 24px rgb(0 31 95 / 8%);
  }
  .sd-how h3 {
    font-size: 13px;
  }
  .sd-how p {
    font-size: 12px;
  }
  .sd-question .sd-container {
    padding-block: 34px;
  }
  .sd-question__grid {
    display: none;
  }
  .sd-question__cta {
    display: block;
  }
  .sd-question__cta .sd-btn {
    width: 100%;
  }
  .sd-faq-hero {
    background: linear-gradient(90deg, rgb(255 255 255 / 96%) 0%, rgb(255 255 255 / 78%) 45%, rgb(255 255 255 / 4%) 100%),	var(--sd-faq-hero-image) center right / cover no-repeat;
  }
  .sd-faq-hero .sd-container {
    min-height: 270px;
    align-items: start;
  }
  .sd-faq-hero__copy {
    max-width: 360px;
    padding-block: 24px 18px;
  }
  .sd-faq-hero h1 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1.08;
  }
  .sd-faq-hero p {
    max-width: 330px;
    font-size: 16px;
    line-height: 1.45;
  }
  .sd-faq-hero__actions {
    display: grid;
    max-width: 210px;
    gap: 10px;
    margin-top: 16px;
  }
  .sd-faq-hero__actions .sd-btn {
    width: 100%;
    min-height: 44px;
    padding-inline: 16px;
    font-size: 13px;
  }
  .sd-faq-content {
    padding-block: 14px 30px;
  }
  .sd-faq-tabs {
    margin-inline: -16px;
    padding: 0 16px 14px;
    gap: 10px;
  }
  .sd-faq-tabs button {
    min-width: auto;
    min-height: 38px;
    padding-inline: 16px;
    border-radius: 8px;
    font-size: 13px;
  }
  .sd-faq-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .sd-faq-item {
    min-height: 48px;
    border-radius: 8px;
  }
  .sd-faq-item summary {
    min-height: 48px;
    padding: 0 42px 0 16px;
    font-size: 15px;
    grid-template-columns: 28px minmax(0, 1fr);
  }
  .sd-faq-item summary::after {
    right: 18px;
    width: 9px;
    height: 9px;
  }
  .sd-faq-item p {
    margin-top: -2px;
    padding: 0 42px 14px 44px;
    font-size: 14px;
  }
  .sd-faq-help {
    margin-top: 16px;
    text-align: left;
  }
  .sd-faq-help h2 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .sd-faq-contact-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .sd-faq-contact {
    position: relative;
    min-height: 74px;
    padding: 12px 42px 12px 14px;
    border-radius: 8px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }
  .sd-faq-contact::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--sd-navy);
    border-bottom: 2px solid var(--sd-navy);
    content: "";
    transform: translateY(-50%) rotate(-45deg);
  }
  .sd-faq-contact > .sd-icon {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }
  .sd-faq-contact strong {
    font-size: 13px;
  }
  .sd-faq-contact small {
    font-size: 12px;
  }
  .sd-faq-contact b {
    margin-top: 3px;
    font-size: 13px;
  }
  .sd-faq-cta {
    display: block;
    min-height: 118px;
    margin-top: 14px;
    padding: 18px 18px 16px;
    background: linear-gradient(90deg, rgb(232 246 255 / 98%) 0%, rgb(232 246 255 / 86%) 55%, rgb(232 246 255 / 16%) 100%),	var(--sd-faq-cta-image) center right / cover no-repeat;
  }
  .sd-faq-cta h2 {
    font-size: 22px;
  }
  .sd-faq-cta p {
    max-width: 330px;
    font-size: 12px;
  }
  .sd-faq-cta > div:last-child {
    justify-content: flex-start;
    margin-top: 12px;
    gap: 8px;
  }
  .sd-faq-cta .sd-btn {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 11px;
  }
  .sd-contact-hero {
    background: linear-gradient(90deg, rgb(255 255 255 / 96%) 0%, rgb(255 255 255 / 76%) 48%, rgb(255 255 255 / 10%) 100%),	var(--sd-contact-hero-image) center right / cover no-repeat;
  }
  .sd-contact-hero .sd-container {
    align-items: start;
    min-height: 260px;
  }
  .sd-contact-hero__copy {
    max-width: 360px;
    padding-block: 26px 18px;
  }
  .sd-contact-hero h1 {
    margin-bottom: 10px;
    font-size: 44px;
  }
  .sd-contact-hero p {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.45;
  }
  .sd-contact-hero__actions {
    gap: 16px;
    margin-top: 16px;
  }
  .sd-contact-hero__actions .sd-btn {
    min-width: 170px;
    min-height: 42px;
  }
  .sd-contact-content {
    padding-block: 14px 0;
  }
  .sd-contact-main {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sd-contact-form {
    padding: 16px 18px 10px;
  }
  .sd-contact-card__head {
    margin-bottom: 12px;
  }
  .sd-contact-card__head h2 {
    font-size: 20px;
  }
  .sd-contact-card__head p {
    display: none;
  }
  .sd-contact-form .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sd-contact-form .wpcf7-form > p {
    grid-column: 1 / -1;
  }
  .sd-contact-details {
    padding: 4px 18px;
  }
  .sd-contact-details a {
    min-height: 56px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding-right: 22px;
  }
  .sd-contact-details .sd-icon {
    width: 34px;
    height: 34px;
    font-size: 23px;
  }
  .sd-contact-quick-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }
  .sd-contact-quick {
    min-height: 72px;
    padding: 10px 8px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    text-align: center;
  }
  .sd-contact-quick::after {
    display: none;
  }
  .sd-contact-quick .sd-icon {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
  .sd-contact-quick strong {
    font-size: 12px;
    line-height: 1.05;
  }
  .sd-contact-quick small {
    font-size: 10px;
    line-height: 1.1;
  }
  .sd-contact-location {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }
  .sd-contact-location > div:first-child {
    padding: 16px;
  }
  .sd-contact-location h2,	.sd-contact-faq h2 {
    font-size: 20px;
  }
  .sd-contact-location p,	.sd-contact-location ul {
    font-size: 12px;
  }
  .sd-contact-location .sd-btn {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }
  .sd-contact-map {
    min-height: 206px;
  }
  .sd-contact-faq {
    margin-top: 10px;
    padding: 14px 16px;
  }
  .sd-contact-faq > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .sd-contact-cta {
    margin: 12px -14px 0;
    padding: 22px 16px 24px;
    border-radius: 8px 8px 0 0;
  }
  .sd-contact-cta h2 {
    font-size: 24px;
  }
  .sd-contact-cta p {
    font-size: 13px;
  }
  .sd-contact-cta > div {
    gap: 10px;
  }
  .sd-contact-cta .sd-btn {
    min-height: 40px;
    padding-inline: 16px;
    font-size: 12px;
  }
  .sd-trust {
    display: block;
  }
  .sd-trust__grid {
    gap: 14px;
    padding-block: 36px;
  }
  .sd-trust h3 {
    font-size: 13px;
  }
  .sd-trust p {
    font-size: 12px;
  }
  .sd-footer {
    margin: 162px 18px 0;
    border-radius: 10px 10px 0 0;
  }
  .sd-footer-help {
    width: min(100% - 72px, 560px);
    margin-bottom: -138px;
    padding: 26px 28px;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 16px 22px;
    transform: translateY(-138px);
  }
  .sd-footer-help__icon {
    width: 62px;
    height: 62px;
  }
  .sd-footer-help h2 {
    font-size: 21px;
  }
  .sd-footer-help p {
    font-size: 16px;
  }
  .sd-footer-help__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .sd-footer-help__actions a {
    min-width: 0;
    min-height: 58px;
    padding-inline: 14px;
    font-size: 17px;
  }
  .sd-footer__body > .sd-container {
    padding: 34px 24px 32px;
  }
  .sd-footer__grid {
    display: none;
  }
  .sd-footer-mobile {
    display: block;
  }
  .sd-footer-mobile details {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }
  .sd-footer-mobile summary {
    display: grid;
    align-items: center;
    min-height: 70px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 950;
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    gap: 16px;
    list-style: none;
    text-transform: uppercase;
  }
  .sd-footer-mobile details:first-child summary {
    min-height: 58px;
    grid-template-columns: minmax(0, 1fr) 24px;
  }
  .sd-footer-mobile__brand .sd-brand {
    display: inline-flex;
    width: auto;
    max-width: 100%;
  }
  .sd-footer-mobile summary::-webkit-details-marker {
    display: none;
  }
  .sd-footer-mobile summary::after {
    display: block;
    width: 14px;
    height: 14px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    color: #fff;
    content: "";
    transform: rotate(45deg);
    transform-origin: center;
  }
  .sd-footer-mobile details[open] summary::after {
    transform: translateY(4px) rotate(225deg);
  }
  .sd-footer-mobile details[open] {
    padding-bottom: 20px;
  }
  .sd-footer-mobile details[open]:first-child {
    padding-bottom: 28px;
  }
  .sd-footer-mobile p {
    margin: 14px 0 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
  }
  .sd-footer-mobile ul {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 16px;
  }
  .sd-footer-mobile li,	.sd-footer-mobile a,	.sd-footer-mobile-info > div {
    display: flex;
    align-items: center;
    min-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    gap: 14px;
  }
  .sd-footer-mobile-info {
    display: grid;
    gap: 16px;
  }
  .sd-footer-mobile-info > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
  }
  .sd-footer-mobile-info span {
    font-weight: 400;
    line-height: 1.45;
  }
  .sd-footer-mobile-info strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 950;
  }
  .sd-footer-mobile .sd-footer-social {
    margin-top: 24px;
  }
  .sd-footer-safety {
    margin-top: 24px;
    padding: 18px;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 10px;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }
  .sd-footer-safety p {
    font-size: 15px;
  }
  .sd-footer__copy {
    padding-top: 26px;
    font-size: 15px;
  }
  .sd-footer__copy span {
    display: block;
    margin: 8px 0 0;
    padding: 0;
    border: 0;
  }
}
@media (max-width: 520px) {
  .sd-container {
    width: min(100% - 28px, 430px);
  }
  .sd-hero__inner {
    min-height: 730px;
  }
  .sd-hero h1 {
    font-size: 37px;
  }
  .sd-hero__copy > p {
    font-size: 15px;
  }
  .sd-availability {
    margin-top: 22px;
  }
  .sd-service-row {
    margin-top: 290px;
  }
  .sd-fleet__grid {
    grid-template-columns: none;
    gap: 10px;
  }
  .sd-vehicle-card {
    padding: 10px;
    grid-template-rows: auto auto auto minmax(50px, auto) auto 31px;
  }
  .sd-vehicle-card__photo,	.sd-vehicle-card__fallback {
    height: 100%;
  }
  .sd-vehicle-card__media {
    aspect-ratio: 1 / 1;
  }
  .sd-vehicle-card h3 {
    font-size: 14px;
  }
  .sd-vehicle-card li,	.sd-vehicle-card .sd-btn {
    font-size: 10px;
  }
  .sd-vehicle-card strong {
    font-size: 15px;
  }
  .sd-how__grid {
    gap: 8px;
  }
  .sd-how__grid > div {
    min-height: 176px;
    padding-inline: 6px;
  }
  .sd-trust__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .sd-trust .sd-icon {
    font-size: 32px;
  }
  .sd-trust h3 {
    font-size: 11px;
  }
  .sd-trust p {
    font-size: 10px;
  }
  .sd-faq-hero .sd-container {
    min-height: 300px;
  }
  .sd-faq-hero h1 {
    max-width: 300px;
    font-size: 33px;
  }
  .sd-faq-hero p {
    max-width: 290px;
    font-size: 15px;
  }
  .sd-faq-hero__actions {
    max-width: 206px;
  }
  .sd-faq-item summary {
    font-size: 14px;
  }
  .sd-faq-contact b {
    word-break: break-word;
  }
  .sd-faq-cta {
    background-position: center right -70px;
  }
  .sd-faq-cta > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 210px;
  }
  .sd-faq-cta .sd-btn {
    width: 100%;
  }
  .sd-contact-hero .sd-container {
    min-height: 285px;
  }
  .sd-contact-hero h1 {
    font-size: 40px;
  }
  .sd-contact-hero p {
    max-width: 300px;
  }
  .sd-contact-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    gap: 10px;
  }
  .sd-contact-hero__actions .sd-btn {
    min-width: 0;
    padding-inline: 10px;
    font-size: 12px;
  }
  .sd-contact-location {
    grid-template-columns: 1fr;
  }
  .sd-contact-map {
    min-height: 180px;
  }
  .sd-contact-cta > div {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 260px;
    margin-inline: auto;
  }
  .sd-contact-cta .sd-btn {
    width: 100%;
  }
  .sd-footer-help {
    width: min(100% - 32px, 430px);
    padding: 22px 28px;
    grid-template-columns: 62px minmax(0, 1fr);
  }
  .sd-footer-help__actions {
    grid-template-columns: 1fr;
  }
  .sd-footer__body > .sd-container {
    padding-inline: 18px;
  }
}
.sd-shop {
  background: #fff;
  color: var(--sd-text);
}
.sd-shop-hero {
  background: linear-gradient(90deg, rgb(245 250 255 / 96%) 0%, rgb(245 250 255 / 82%) 36%, rgb(245 250 255 / 10%) 62%),	var(--sd-shop-hero-image) right center / cover no-repeat;
  border-top: 1px solid #e5edf8;
}
.sd-shop-hero .sd-container {
  min-height: 300px;
  padding-block: 24px 28px;
}
.sd-shop-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 700;
}
.sd-shop-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.sd-shop-eyebrow {
  margin: 0 0 6px;
  color: var(--sd-blue);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}
.sd-shop-hero h1 {
  max-width: 630px;
  margin: 0;
  font-size: clamp(44px, 4vw, 58px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
}
.sd-shop-hero > .sd-container > p:not(.sd-shop-eyebrow) {
  max-width: 540px;
  margin: 22px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
.sd-shop-hero__features {
  display: grid;
  max-width: 820px;
  margin-top: 42px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.sd-shop-hero__features div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}
.sd-shop-hero__features .sd-icon {
  color: var(--sd-blue);
  font-size: 38px;
}
.sd-shop-listing {
  background: #fff;
  padding-block: 28px 18px;
}
.sd-shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.sd-shop-filters {
  padding: 24px 22px;
  border: 1px solid #e5edf8;
  border-radius: 6px;
  background: linear-gradient(145deg, #fff, #f7fbff);
  box-shadow: 0 10px 32px rgb(0 31 95 / 8%);
}
.sd-shop-filters h2 {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 950;
}
.sd-shop-filters fieldset {
  margin: 0;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid #e4ebf6;
}
.sd-shop-filters fieldset + fieldset {
  padding-top: 18px;
}
.sd-shop-filters legend {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 950;
}
.sd-shop-filters label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}
.sd-shop-filters input {
  width: 16px;
  height: 16px;
  accent-color: var(--sd-blue);
}
.sd-shop-filters .sd-btn {
  width: 100%;
  margin-top: 22px;
}
.sd-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.sd-shop-toolbar p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.sd-shop-toolbar label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}
.sd-shop-toolbar select {
  min-width: 160px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--sd-line);
  border-radius: 5px;
  background: #fff;
  color: var(--sd-text);
  font-weight: 700;
}
.sd-shop-mobile-filter {
  display: none;
}
.sd-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sd-shop-empty {
  margin: 22px 0 0;
  padding: 18px 20px;
  border: 1px solid #dce6f4;
  border-radius: 6px;
  background: #f7fbff;
  color: var(--sd-text);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.sd-shop-card {
  position: relative;
  display: grid;
  height: 300px;
  padding: 14px 18px 16px;
  grid-template-rows: 122px minmax(0, 1fr) auto;
  border: 1px solid #dfe8f5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 31 95 / 7%);
}
.sd-shop-card__bookmark {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  color: var(--sd-text);
  font-size: 22px;
}
.sd-shop-card__media {
  display: grid;
  height: 122px;
  margin-bottom: 12px;
  overflow: hidden;
  place-items: center;
}
.sd-shop-card__media img, .sd-shop-card__media .sd-vehicle-card__fallback {
  width: 100%;
  height: 110px;
  margin: 0;
  object-fit: contain;
}
.sd-shop-card h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
}
.sd-shop-card__body > div > p {
  margin: 3px 0 12px;
  color: var(--sd-blue);
  font-size: 13px;
  font-weight: 700;
}
.sd-shop-card ul {
  display: flex;
  flex-wrap: wrap;
  min-height: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px 14px;
}
.sd-shop-card li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
}
.sd-shop-card__action {
  display: grid;
  align-self: end;
  gap: 10px;
}
.sd-shop-card strong {
  font-size: 18px;
  font-weight: 950;
}
.sd-shop-card .sd-btn {
  width: 100%;
  min-height: 32px;
  font-size: 12px;
}
.sd-shop-info {
  padding-block: 8px 34px;
}
.sd-shop-info .sd-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  align-items: center;
  border: 1px solid #dfe8f5;
  border-radius: 6px;
  background: linear-gradient(145deg, #fff, #f7fbff);
}
.sd-shop-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 22px;
}
.sd-shop-note .sd-icon {
  color: var(--sd-blue);
  font-size: 34px;
}
.sd-shop-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
.sd-shop-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.sd-shop-contact a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 22px;
  border-left: 1px solid #dfe8f5;
  color: var(--sd-text);
  text-decoration: none;
}
.sd-shop-contact .sd-icon {
  color: var(--sd-blue);
  font-size: 31px;
}
.sd-shop-contact a:first-child .sd-icon {
  color: #05c85a;
}
.sd-shop-contact span {
  display: grid;
  font-size: 12px;
  line-height: 1.25;
}
.sd-shop-contact strong {
  font-size: 13px;
}
.sd-shop-mobile-accordions, .sd-shop-mobile-sticky {
  display: none;
}
.sd-category-archive {
  background: #fff;
}
.sd-category-hero {
  background: linear-gradient(90deg, rgb(245 250 255 / 98%) 0%, rgb(245 250 255 / 80%) 39%, rgb(245 250 255 / 6%) 64%),	var(--sd-category-hero-image) right center / cover no-repeat;
  border-top: 1px solid #e5edf8;
}
.sd-category-archive--scooter .sd-category-hero {
  background-position: right center;
}
.sd-category-archive--car .sd-category-hero {
  background-position: right center;
}
.sd-category-hero .sd-container {
  display: grid;
  align-content: center;
  min-height: 410px;
  padding-block: 46px 64px;
}
.sd-category-hero__copy {
  max-width: 620px;
}
.sd-category-hero h1 {
  margin: 0;
  color: var(--sd-navy);
  font-size: clamp(48px, 4.2vw, 66px);
  font-weight: 950;
  line-height: 1.05;
}
.sd-category-hero__copy p {
  max-width: 580px;
  margin: 18px 0 0;
  color: var(--sd-text);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.4;
}
.sd-category-hero__features {
  display: grid;
  max-width: 900px;
  margin-top: 44px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
}
.sd-category-hero__features div {
  display: grid;
  align-content: start;
  gap: 8px;
  color: var(--sd-text);
  font-size: 13px;
  line-height: 1.4;
}
.sd-category-hero__features .sd-icon {
  color: var(--sd-blue);
  font-size: 42px;
}
.sd-category-hero__features strong {
  display: block;
  font-size: 14px;
  font-weight: 950;
}
.sd-category-hero__features span {
  font-weight: 650;
}
.sd-category-request {
  margin-top: -42px;
}
.sd-category-request form {
  display: grid;
  align-items: end;
  padding: 24px 26px 18px;
  border: 1px solid #dce7f6;
  border-radius: 8px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 12px 32px rgb(0 31 95 / 8%);
  grid-template-columns: 1.45fr repeat(3, minmax(150px, 1fr)) 180px;
  gap: 16px 18px;
}
.sd-category-request h2 {
  margin: 0 0 8px;
  color: var(--sd-navy);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}
.sd-category-request p {
  margin: 0;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
.sd-category-request label {
  display: grid;
  gap: 7px;
  color: var(--sd-navy);
  font-size: 12px;
  font-weight: 850;
}
.sd-category-request input, .sd-category-request select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d4e0f1;
  border-radius: 6px;
  background: #fff;
  color: var(--sd-text);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
}
.sd-category-request .sd-btn {
  height: 44px;
  font-size: 12px;
}
.sd-category-request form > p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
  gap: 8px;
  color: var(--sd-navy);
  font-size: 13px;
  text-align: center;
}
.sd-category-request form > p:last-child .sd-icon {
  color: var(--sd-blue);
  font-size: 18px;
}
.sd-category-fleet {
  padding-block: 10px 20px;
}
.sd-category-section-head {
  text-align: center;
}
.sd-category-section-head h2 {
  margin: 0;
  color: var(--sd-navy);
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
}
.sd-category-section-head p {
  margin: 6px 0 0;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 650;
}
.sd-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: 1260px;
  margin: 20px auto 0;
}
.sd-category-card {
  position: relative;
  display: grid;
  min-height: 286px;
  padding: 18px 18px 16px;
  border: 1px solid #dfe8f5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 31 95 / 6%);
  grid-template-rows: 126px auto minmax(42px, auto) auto auto;
}
.sd-category-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #eef4ff;
  color: var(--sd-blue);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.sd-category-card__media {
  display: grid;
  place-items: center;
}
.sd-category-card__media img, .sd-category-card__media .sd-vehicle-card__fallback {
  width: 100%;
  height: 118px;
  object-fit: contain;
}
.sd-category-card h2 {
  margin: 4px 0 0;
  color: var(--sd-navy);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}
.sd-category-card ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-content: start;
  gap: 8px 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.sd-category-card li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--sd-navy);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.sd-category-card li .sd-icon {
  color: var(--sd-blue);
  font-size: 13px;
}
.sd-category-card strong {
  margin-top: 10px;
  color: var(--sd-navy);
  font-size: 19px;
  font-weight: 950;
}
.sd-category-card .sd-btn {
  align-self: end;
  width: 100%;
  min-height: 34px;
  margin-top: 12px;
  font-size: 11px;
}
.sd-category-view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--sd-blue);
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
}
.sd-category-info {
  padding-bottom: 36px;
}
.sd-category-benefits, .sd-category-note {
  max-width: 1260px;
  margin-inline: auto;
  border-radius: 8px;
  background: #f2f8ff;
}
.sd-category-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sd-category-benefits > div {
  display: grid;
  align-items: center;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  min-height: 92px;
  padding: 18px 30px;
  color: var(--sd-text);
  border-right: 1px solid #d7e4f5;
}
.sd-category-benefits > div:last-child {
  border-right: 0;
}
.sd-category-benefits .sd-icon {
  color: var(--sd-blue);
  font-size: 42px;
}
.sd-category-benefits strong, .sd-category-benefits span {
  display: block;
}
.sd-category-benefits strong {
  margin-bottom: 4px;
  color: var(--sd-navy);
  font-size: 14px;
  font-weight: 950;
}
.sd-category-benefits span {
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}
.sd-category-note {
  display: grid;
  align-items: center;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  margin-top: 16px;
  padding: 22px 28%;
}
.sd-category-note .sd-icon {
  color: var(--sd-blue);
  font-size: 38px;
}
.sd-category-note p {
  margin: 0;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
.sd-product {
  background: linear-gradient(180deg, #f6fbff 0, #fff 360px);
}
.sd-product-hero {
  padding-block: 24px 30px;
  border-top: 1px solid #e5edf8;
}
.sd-product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr) 360px;
  gap: 24px;
  align-items: start;
}
.sd-product-gallery, .sd-product-summary, .sd-product-request, .sd-product-panel {
  border: 1px solid #dfe8f5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 32px rgb(0 31 95 / 8%);
}
.sd-product-gallery {
  position: relative;
  display: grid;
  min-height: 430px;
  padding: 34px;
  place-items: center;
}
.sd-product-gallery img, .sd-product-gallery .sd-vehicle-card__fallback {
  width: 100%;
  max-width: 620px;
  height: 340px;
  object-fit: contain;
}
.sd-product-summary {
  padding: 30px;
}
.sd-product-summary h1 {
  margin: 0;
  font-size: clamp(38px, 3.2vw, 54px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
}
.sd-product-summary__similar {
  margin: 6px 0 18px;
  color: var(--sd-blue);
  font-size: 16px;
  font-weight: 800;
}
.sd-product-summary__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.sd-product-summary__desc--custom {
  font-weight: 800;
}
.sd-product-summary__desc :where(p, ul, ol), .sd-product-description :where(p, ul, ol) {
  margin: 0 0 12px;
}
.sd-product-summary__desc :where(p, ul, ol):last-child, .sd-product-description :where(p, ul, ol):last-child {
  margin-bottom: 0;
}
.sd-product-summary__desc :where(ul, ol), .sd-product-description :where(ul, ol) {
  padding-left: 20px;
}
.sd-product-description {
  margin: 22px 0 24px;
  color: #4d6078;
  font-size: 15px;
  line-height: 1.7;
}
.sd-product-description :where(ul, ol) {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 0;
  list-style: none;
  gap: 16px;
}
.sd-product-description li {
  display: grid;
  align-items: center;
  min-height: 68px;
  padding: 16px 18px;
  border-radius: 7px;
  background: #f8fbff;
  color: var(--sd-text);
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
.sd-product-description li::before {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--sd-blue);
  border-radius: 999px;
  content: "";
}
.sd-product-description li strong {
  display: inline;
  margin: 0;
  color: var(--sd-navy);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.sd-product-description li :where(p, ul, ol) {
  margin: 0;
}
.sd-product-specs {
  display: grid;
  margin: 26px 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}
.sd-product-specs li {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #e4ebf6;
  border-radius: 6px;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
}
.sd-product-specs .sd-icon {
  color: var(--sd-blue);
  font-size: 20px;
}
.sd-product-price {
  padding: 18px;
  border-radius: 7px;
  background: linear-gradient(145deg, #f4f9ff, #e8f3ff);
}
.sd-product-price span {
  display: block;
  font-size: 13px;
  font-weight: 800;
}
.sd-product-price strong {
  display: block;
  margin-top: 4px;
  font-size: 32px;
  font-weight: 950;
}
.sd-product-price p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
}
.sd-product-request {
  position: sticky;
  top: 18px;
  padding: 24px;
}
.sd-product-request h2, .sd-product-panel h2, .sd-product-related h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.15;
}
.sd-product-request > p {
  margin: 10px 0 18px;
  font-size: 14px;
  line-height: 1.45;
}
.sd-product-request form {
  display: grid;
  gap: 12px;
}
.sd-product-request label {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 12px;
  border: 1px solid var(--sd-line);
  border-radius: 5px;
  background: #fff;
  color: var(--sd-navy);
  gap: 8px;
}
.sd-product-request input, .sd-product-request select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--sd-text);
  font-size: 13px;
  font-weight: 700;
}
.sd-product-request .sd-btn {
  width: 100%;
  height: 46px;
}
.sd-product-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 12px;
  border: 1px solid #12bd5d;
  border-radius: 5px;
  color: var(--sd-navy);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  gap: 8px;
}
.sd-product-whatsapp .sd-icon {
  color: #05c85a;
  font-size: 28px;
}
.sd-product-details {
  padding-block: 0 28px;
}
.sd-product-details__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
}
.sd-product-panel {
  padding: 26px;
}
.sd-product-feature-grid {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sd-product-feature-grid > div {
  padding: 18px;
  border-radius: 7px;
  background: #f8fbff;
}
.sd-product-feature-grid .sd-icon {
  color: var(--sd-blue);
  font-size: 34px;
}
.sd-product-feature-grid h3 {
  margin: 12px 0 6px;
  font-size: 15px;
  font-weight: 950;
}
.sd-product-feature-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
.sd-product-included ul {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  gap: 14px;
}
.sd-product-included li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
}
.sd-product-included .sd-icon {
  color: var(--sd-blue);
  font-size: 24px;
}
.sd-product-related {
  padding-block: 8px 30px;
}
@media (max-width: 1200px) {
  .sd-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sd-product-hero__grid {
    grid-template-columns: minmax(0, 1fr) 340px;
  }
  .sd-product-gallery {
    grid-column: 1 / -1;
  }
  .sd-product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sd-product-description :where(ul, ol) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .sd-shop {
    padding-bottom: 76px;
  }
  .sd-product-hero {
    padding-block: 18px;
  }
  .sd-product-hero__grid,	.sd-product-details__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sd-product-gallery {
    min-height: 250px;
    padding: 18px;
  }
  .sd-product-gallery img,	.sd-product-gallery .sd-vehicle-card__fallback {
    height: 210px;
  }
  .sd-product-summary,	.sd-product-request,	.sd-product-panel {
    padding: 18px;
  }
  .sd-product-summary h1 {
    font-size: 34px;
  }
  .sd-product-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0;
  }
  .sd-product-request {
    position: static;
  }
  .sd-product-feature-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sd-product-description :where(ul, ol) {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sd-product-related {
    padding-block: 4px 18px;
  }
  .sd-shop-hero {
    background: linear-gradient(90deg, rgb(245 250 255 / 96%) 0%, rgb(245 250 255 / 72%) 42%, rgb(245 250 255 / 8%) 100%),	var(--sd-shop-hero-image) right bottom / auto 78% no-repeat;
  }
  .sd-shop-hero .sd-container {
    min-height: 318px;
    padding-block: 18px 0;
  }
  .sd-shop-breadcrumb {
    margin-bottom: 10px;
  }
  .sd-shop-eyebrow {
    display: none;
  }
  .sd-shop-hero h1 {
    max-width: 310px;
    font-size: 34px;
  }
  .sd-shop-hero > .sd-container > p:not(.sd-shop-eyebrow) {
    max-width: 330px;
    margin-top: 16px;
    font-size: 15px;
  }
  .sd-shop-hero__features {
    position: relative;
    right: calc((100vw - 100%) / -2);
    left: calc((100vw - 100%) / -2);
    width: 100vw;
    max-width: none;
    margin-top: 28px;
    padding: 15px 18px;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    background: #fff;
    border-top: 1px solid #e4ebf6;
    border-bottom: 1px solid #e4ebf6;
  }
  .sd-shop-hero__features div {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    text-align: center;
    font-size: 11px;
  }
  .sd-shop-hero__features .sd-icon {
    font-size: 34px;
  }
  .sd-shop-listing {
    padding-block: 18px 10px;
  }
  .sd-shop-layout {
    display: block;
  }
  .sd-shop-filters,	.sd-shop-toolbar > p,	.sd-shop-toolbar label {
    display: none;
  }
  .sd-shop-toolbar {
    margin-bottom: 16px;
  }
  .sd-shop-mobile-filter {
    display: grid;
    width: 100%;
    grid-template-columns: 1.7fr repeat(4, 1fr);
    gap: 10px;
  }
  .sd-shop-mobile-filter button,	.sd-shop-mobile-filter a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid #bfd0eb;
    border-radius: 7px;
    background: #fff;
    color: var(--sd-navy);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
  }
  .sd-shop-mobile-filter button {
    gap: 8px;
    color: var(--sd-blue);
  }
  .sd-shop-mobile-filter .is-active {
    background: linear-gradient(90deg, var(--sd-navy), #08328b);
    color: #fff;
  }
  .sd-shop-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sd-shop-grid .sd-vehicle-card {
    display: grid;
    height: 122px;
    padding: 12px;
    grid-template-columns: 30% minmax(0, 1fr) 28%;
    grid-template-rows: none;
    align-items: center;
    gap: 12px;
  }
  .sd-shop-grid .sd-vehicle-card__media {
    height: 88px;
    margin: 0;
    grid-column: 1;
    grid-row: 1 / 5;
  }
  .sd-shop-grid .sd-vehicle-card__photo,	.sd-shop-grid .sd-vehicle-card__fallback {
    height: 88px;
    margin: 0;
  }
  .sd-shop-grid .sd-vehicle-card h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 15px;
  }
  .sd-shop-grid .sd-vehicle-card > p {
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 0;
    font-size: 12px;
  }
  .sd-shop-grid .sd-vehicle-card ul {
    grid-column: 2;
    grid-row: 3 / 5;
    min-height: 0;
    gap: 8px 12px;
  }
  .sd-shop-grid .sd-vehicle-card li {
    font-size: 11px;
  }
  .sd-shop-grid .sd-vehicle-card strong {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: end;
    text-align: right;
    font-size: 19px;
    line-height: 1.1;
  }
  .sd-shop-grid .sd-vehicle-card .sd-btn {
    grid-column: 3;
    grid-row: 3 / 5;
    align-self: center;
    min-height: 36px;
    padding-inline: 12px;
    font-size: 11px;
  }
  .sd-shop-card {
    display: grid;
    height: 122px;
    padding: 12px;
    grid-template-columns: 30% minmax(0, 1fr) 28%;
    grid-template-rows: none;
    align-items: center;
    gap: 12px;
  }
  .sd-shop-card__bookmark {
    display: none;
  }
  .sd-shop-card__media,	.sd-shop-card__media img,	.sd-shop-card__media .sd-vehicle-card__fallback {
    height: 88px;
    margin: 0;
  }
  .sd-shop-card h2 {
    font-size: 15px;
  }
  .sd-shop-card__body > div > p {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .sd-shop-card ul {
    min-height: 0;
    gap: 8px 12px;
  }
  .sd-shop-card li {
    font-size: 11px;
  }
  .sd-shop-card__action {
    align-self: center;
    justify-items: end;
  }
  .sd-shop-card strong {
    text-align: right;
    font-size: 19px;
    line-height: 1.1;
  }
  .sd-shop-card strong::first-line {
    font-size: 12px;
  }
  .sd-shop-card .sd-btn {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 11px;
  }
  .sd-shop-info {
    padding-block: 8px 12px;
  }
  .sd-shop-info .sd-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border: 0;
    background: transparent;
  }
  .sd-shop-note,	.sd-shop-contact {
    border: 1px solid #dfe8f5;
    border-radius: 7px;
    background: linear-gradient(145deg, #fff, #f7fbff);
  }
  .sd-shop-note {
    padding: 14px;
  }
  .sd-shop-contact a {
    min-height: 62px;
    padding: 0 12px;
  }
  .sd-category-hero {
    background: linear-gradient(90deg, rgb(245 250 255 / 98%) 0%, rgb(245 250 255 / 72%) 44%, rgb(245 250 255 / 5%) 100%),	var(--sd-category-hero-image) right top / auto 72% no-repeat;
  }
  .sd-category-archive--scooter .sd-category-hero {
    background: linear-gradient(90deg, rgb(245 250 255 / 98%) 0%, rgb(245 250 255 / 68%) 46%, rgb(245 250 255 / 8%) 100%),	var(--sd-category-hero-image) 62% top / auto 100% no-repeat;
  }
  .sd-category-archive--car .sd-category-hero {
    background: linear-gradient(90deg, rgb(245 250 255 / 98%) 0%, rgb(245 250 255 / 68%) 46%, rgb(245 250 255 / 8%) 100%),	var(--sd-category-hero-image) 64% top / auto 100% no-repeat;
  }
  .sd-category-hero .sd-container {
    min-height: 390px;
    padding-block: 26px 0;
  }
  .sd-category-hero__copy {
    max-width: 360px;
  }
  .sd-category-hero h1 {
    max-width: 310px;
    font-size: 42px;
  }
  .sd-category-hero__copy p {
    max-width: 320px;
    margin-top: 14px;
    font-size: 16px;
  }
  .sd-category-hero__features {
    position: relative;
    right: calc((100vw - 100%) / -2);
    left: calc((100vw - 100%) / -2);
    width: 100vw;
    max-width: none;
    margin-top: 34px;
    padding: 16px 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    background: rgb(255 255 255 / 78%);
  }
  .sd-category-hero__features div {
    justify-items: center;
    gap: 5px;
    text-align: center;
    font-size: 11px;
  }
  .sd-category-hero__features .sd-icon {
    font-size: 35px;
  }
  .sd-category-hero__features strong {
    font-size: 12px;
    line-height: 1.15;
  }
  .sd-category-hero__features span {
    font-size: 11px;
    line-height: 1.2;
  }
  .sd-category-request {
    margin-top: 0;
    padding-block: 14px 0;
  }
  .sd-category-request form {
    display: grid;
    grid-template-columns: 1fr;
    padding: 18px 20px;
    border-radius: 8px;
    gap: 9px;
  }
  .sd-category-request h2 {
    font-size: 20px;
  }
  .sd-category-request p {
    font-size: 14px;
  }
  .sd-category-request label {
    position: relative;
    gap: 3px;
  }
  .sd-category-request input,	.sd-category-request select {
    height: 50px;
    font-size: 15px;
  }
  .sd-category-request .sd-btn {
    width: 100%;
    height: 42px;
    margin-top: 2px;
    font-size: 14px;
  }
  .sd-category-request form > p:last-child {
    font-size: 13px;
    line-height: 1.35;
  }
  .sd-category-fleet {
    padding-block: 10px 14px;
  }
  .sd-category-section-head h2 {
    font-size: 24px;
  }
  .sd-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
  }
  .sd-category-card {
    min-height: 238px;
    padding: 10px;
    grid-template-rows: 96px auto minmax(52px, auto) auto auto;
  }
  .sd-category-card__badge {
    top: 8px;
    right: 8px;
    font-size: 8px;
  }
  .sd-category-card__media img,	.sd-category-card__media .sd-vehicle-card__fallback {
    height: 88px;
  }
  .sd-category-card h2 {
    font-size: 14px;
  }
  .sd-category-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }
  .sd-category-card li {
    font-size: 10px;
    white-space: normal;
  }
  .sd-category-card strong {
    font-size: 15px;
  }
  .sd-category-card .sd-btn {
    min-height: 34px;
    padding-inline: 8px;
    font-size: 10px;
  }
  .sd-category-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sd-category-benefits > div {
    display: block;
    min-height: 82px;
    padding: 12px 10px;
    text-align: center;
  }
  .sd-category-benefits .sd-icon {
    font-size: 30px;
  }
  .sd-category-benefits strong {
    margin: 4px 0;
    font-size: 10px;
  }
  .sd-category-benefits span {
    font-size: 9px;
    line-height: 1.25;
  }
  .sd-category-note {
    margin-top: 10px;
    padding: 18px 24px;
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .sd-category-note .sd-icon {
    font-size: 34px;
  }
  .sd-category-note p {
    font-size: 12px;
  }
  .sd-shop-mobile-accordions {
    display: block;
    padding-bottom: 12px;
  }
  .sd-shop-mobile-accordions .sd-container {
    border-top: 1px solid #e4ebf6;
  }
  .sd-shop-mobile-accordions a {
    display: grid;
    grid-template-columns: 28px 1fr 24px;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #e4ebf6;
    color: var(--sd-navy);
    font-size: 16px;
    font-weight: 950;
    text-decoration: none;
  }
  .sd-shop-mobile-accordions .sd-icon {
    color: var(--sd-blue);
    font-size: 22px;
  }
  .sd-shop-mobile-accordions span {
    text-align: right;
  }
  .sd-shop-mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr;
    gap: 8px;
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    background: linear-gradient(90deg, var(--sd-navy), #08328b);
  }
  .sd-shop-mobile-sticky a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid #7aa4ff;
    border-radius: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    gap: 8px;
  }
}
@media (max-width: 520px) {
  .sd-shop-mobile-filter {
    grid-template-columns: 1.55fr repeat(4, minmax(68px, 1fr));
    overflow-x: auto;
  }
  .sd-category-grid {
    display: grid;
    grid-auto-columns: minmax(168px, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .sd-category-grid::-webkit-scrollbar {
    display: none;
  }
  .sd-category-card {
    scroll-snap-align: start;
  }
  .sd-shop-grid .sd-vehicle-card,	.sd-shop-card {
    grid-template-columns: 31% minmax(0, 1fr) 29%;
    gap: 8px;
  }
  .sd-shop-grid .sd-vehicle-card li,	.sd-shop-card li {
    font-size: 10px;
  }
  .sd-shop-grid .sd-vehicle-card .sd-btn,	.sd-shop-card .sd-btn {
    font-size: 10px;
  }
  .sd-shop-contact {
    grid-template-columns: repeat(3, 1fr);
  }
  .sd-shop-contact a {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    text-align: center;
  }
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.start {
  inset-inline-start: var(--spacing);
}
.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;
  }
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  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);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  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;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.max-w-none {
  max-width: none;
}
.resize {
  resize: both;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
