:root {
  --sk-bg: #06111f;
  --sk-surface: #091827;
  --sk-surface-2: #0d2033;
  --sk-card: #10253a;
  --sk-card-soft: #0b1d2f;
  --sk-border: rgba(127, 169, 202, 0.2);
  --sk-border-strong: rgba(44, 195, 239, 0.42);
  --sk-text: #f4f7fb;
  --sk-muted: #b6c4d2;
  --sk-muted-2: #8fa4b7;
  --sk-cyan: #22bce7;
  --sk-cyan-light: #76dcf6;
  --sk-gold: #d8b34f;
  --sk-green: #25d366;
  --sk-header-h: 54px;
  --sk-brand-h: 34px;
  --sk-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h));
  --sk-container: 1220px;
  --sk-gutter: clamp(20px, 4vw, 56px);
  --sk-radius: 22px;
  --sk-section-space: clamp(72px, 8vw, 118px);
}*, *::before, *::after { box-sizing: border-box; }html { min-width: 320px; background: var(--sk-bg); color-scheme: dark; }body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--sk-bg);
  color: var(--sk-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}img, svg { display: block; max-width: 100%; }a { color: inherit; }button, input, select, textarea { font: inherit; }button, a { -webkit-tap-highlight-color: transparent; }button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(34, 188, 231, 0.72);
  outline-offset: 3px;
}[hidden] { display: none !important; }#root { min-height: 100vh; }body.sk-home-page #root > [role="region"] > ol { margin: 0 !important; }.seo-skip-link {
  position: fixed;
  left: 16px;
  top: 10px;
  z-index: 9000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: #06111f;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}.seo-skip-link:focus { transform: translateY(0); }html:not(.sk-booking-ui-active) .sk-modal-root { visibility: hidden; }.sk-noscript-current {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0;
  color: var(--sk-text);
  font: 16px/1.65 Arial, Helvetica, sans-serif;
}.sk-noscript-current a { color: var(--sk-cyan-light); }.sk-home-logo-link {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 54px;
  text-decoration: none;
}.sk-logo, .sk-home-logo {
  width: 224px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}.sk-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 26px);
}.sk-nav a {
  color: var(--sk-muted);
  font-size: 13px;
  font-weight: 580;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}.sk-nav a:hover, .sk-nav a.active { color: var(--sk-cyan-light); }.sk-head-actions { display: flex; align-items: center; gap: 16px; }.sk-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sk-muted);
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}.sk-phone:hover { color: var(--sk-text); }.sk-top-cta {
  min-width: 152px;
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(118, 220, 246, 0.34);
  border-radius: 12px;
  background: var(--sk-cyan);
  color: #03111c;
  font-size: 13px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}.sk-top-cta:hover { transform: translateY(-1px); background: #49cdf0; }.sk-menu-toggle { display: none; }.sk-brand-marquee { width: 100%; height: 100%; overflow: hidden; }.sk-brand-track {
  width: max-content;
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: sk-brand-flow 82s linear infinite;
  will-change: transform;
}.sk-brand-track span {
  display: inline-flex;
  align-items: center;
  color: #aebdcc;
  font-size: 13px;
  line-height: 1;
}.sk-brand-track span::after {
  content: "•";
  margin: 0 26px;
  color: var(--sk-cyan);
}.sk-brand-marquee:hover .sk-brand-track { animation-play-state: paused; }@keyframes sk-brand-flow { to { transform: translate3d(-50%, 0, 0); } }.sk-home-main {
  position: relative;
  z-index: 1;
  padding-top: 0;
}.sk-home-hero {
  position: -webkit-sticky;
  position: sticky;
  top: var(--sk-shell-h);
  z-index: 0;
  min-height: calc(100vh - var(--sk-shell-h));
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #101b25;
}@supports (height: 100svh) {
  .sk-home-hero { min-height: calc(100svh - var(--sk-shell-h)); }
}.sk-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: none;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: none;
}.sk-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 69% 67%, rgba(255, 223, 150, 0.26) 0%, rgba(255, 223, 150, 0.18) 9%, rgba(255, 223, 150, 0.08) 16%, rgba(255, 223, 150, 0) 28%),
    radial-gradient(circle at 72% 64%, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.08) 5%, rgba(255, 255, 255, 0) 12%),
    linear-gradient(90deg, rgba(3, 12, 21, 0.9) 0%, rgba(3, 12, 21, 0.69) 44%, rgba(3, 12, 21, 0.18) 76%, rgba(3, 12, 21, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 12, 21, 0.12) 0%, rgba(3, 12, 21, 0.06) 65%, rgba(3, 12, 21, 0.58) 100%);
}.sk-home-hero > .sk-container,
.sk-home-hero-grid {
  width: min(var(--sk-container), calc(100% - (2 * var(--sk-gutter))));
  margin: 0 auto;
}.sk-home-hero-grid {
  min-height: calc(100vh - var(--sk-shell-h));
  display: flex;
  align-items: center;
  padding: clamp(54px, 8vh, 92px) 0;
}@supports (height: 100svh) {
  .sk-home-hero-grid { min-height: calc(100svh - var(--sk-shell-h)); }
}.sk-home-hero-content {
  position: relative;
  isolation: isolate;
  width: min(860px, 68vw);
  padding: clamp(30px, 3.5vw, 48px) clamp(32px, 4vw, 56px) clamp(28px, 3.4vw, 44px);
  border: 1px solid rgba(110, 224, 255, 0.28);
  border-radius: 34px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), calc(100% - 46px) 100%, 46px 100%, 0 calc(100% - 38px));
  background:
    radial-gradient(circle at 14% 86%, rgba(35, 196, 239, 0.16), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(42, 209, 247, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(3, 14, 24, 0.92), rgba(4, 19, 31, 0.82) 52%, rgba(2, 12, 22, 0.94));
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(35, 196, 239, 0.08);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}.sk-home-hero-content::before,
.sk-home-hero-content::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
}.sk-home-hero-content::before {
  border-radius: 28px;
  border: 1px solid rgba(110, 224, 255, 0.34);
  box-shadow: inset 0 0 32px rgba(24, 184, 239, 0.08), 0 0 24px rgba(24, 184, 239, 0.10);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 34px) 100%, 34px 100%, 0 calc(100% - 28px));
}.sk-home-hero-content::after {
  inset: 18px 22px 18px 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(118, 220, 246, 0.14), rgba(118, 220, 246, 0.02) 24%, transparent 24%),
    linear-gradient(90deg, transparent, rgba(118, 220, 246, 0.07) 18%, rgba(118, 220, 246, 0.03) 48%, transparent 70%);
  opacity: .95;
}.sk-eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  padding-inline: 18px;
  color: #eef9ff;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}.sk-eyebrow::before,
.sk-eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(44px, 8vw, 92px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 220, 246, 0.74));
}.sk-eyebrow::before { left: 0; }.sk-eyebrow::after { right: 0; transform: scaleX(-1); }.sk-home-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: 0;
  padding-bottom: 18px;
  color: #ffffff;
  font-size: clamp(42px, 5.2vw, 64px);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 1.02;
  text-wrap: balance;
  border-bottom: 1px solid rgba(118, 220, 246, 0.30);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.05);
}.sk-home-hero .sk-lead {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: 16px 0 0;
  color: #edf5fb;
  font-size: clamp(17px, 1.46vw, 20px);
  line-height: 1.5;
  text-wrap: pretty;
}.sk-hero-copy {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}.sk-hero-copy::before,
.sk-hero-copy::after {
  content: "";
  position: absolute;
  top: -26px;
  width: clamp(96px, 16vw, 180px);
  height: clamp(96px, 16vw, 180px);
  border-top: 1.5px solid rgba(38, 201, 245, 0.76);
  border-radius: 999px 999px 0 0;
  opacity: .78;
}.sk-hero-copy::before { left: 0; border-left: 1.5px solid rgba(38, 201, 245, 0.18); }.sk-hero-copy::after { right: 0; border-right: 1.5px solid rgba(38, 201, 245, 0.18); transform: scaleX(-1); }.sk-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}.sk-btn {
  min-width: 186px;
  height: 56px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 760;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}.sk-btn:hover { transform: translateY(-1px); }.sk-btn-primary, .sk-hero-actions .sk-btn:not(.sk-btn-whatsapp) {
  background: linear-gradient(180deg, #41cfff, #1fb7e8);
  border-color: rgba(118, 220, 246, 0.64);
  color: #03111c;
  box-shadow: 0 0 0 1px rgba(165, 239, 255, 0.18) inset, 0 10px 28px rgba(34, 188, 231, 0.24);
}.sk-btn-whatsapp {
  background: rgba(1, 11, 20, 0.90);
  border-color: rgba(37, 211, 102, 0.95);
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(37, 211, 102, 0.14) inset;
}.sk-btn-whatsapp svg, .sk-btn-whatsapp .sk-wa-icon { width: 23px; height: 23px; color: var(--sk-green); }.sk-home-content-surface {
  position: relative;
  z-index: 3;
  margin-top: 0;
  overflow: clip;
  border-radius: 28px 28px 0 0;
  background-color: #091827;
  background-image:
    radial-gradient(circle at 16% 0%, rgba(34, 188, 231, 0.08), transparent 34%),
    linear-gradient(180deg, #0a1a2a 0%, var(--sk-surface) 26%, var(--sk-bg) 100%);
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.32);
}.sk-home-content-surface > * { position: relative; }.sk-service-start-badge {
  width: fit-content;
  max-width: calc(100% - (2 * var(--sk-gutter)));
  margin: 0 auto;
  padding: 14px 22px;
  border: 1px solid rgba(34, 188, 231, 0.3);
  border-radius: 0 0 16px 16px;
  background: rgba(8, 31, 49, 0.96);
  color: var(--sk-cyan-light);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.35;
  text-align: center;
}.sk-container {
  width: min(var(--sk-container), calc(100% - (2 * var(--sk-gutter))));
  margin-inline: auto;
}.sk-section, .sk-trust { padding: var(--sk-section-space) 0; }.sk-section + .sk-section { border-top: 1px solid rgba(127, 169, 202, 0.09); }.sk-section-title { max-width: 760px; margin: 0 0 42px; }.sk-section-title h2,
.sk-booking-cta h2,
.sk-seo-content h2 {
  margin: 0;
  color: var(--sk-text);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 590;
  letter-spacing: -0.035em;
  line-height: 1.08;
}.sk-section-title p,
.sk-booking-cta p,
.sk-seo-content p {
  margin: 18px 0 0;
  color: var(--sk-muted);
  font-size: 16px;
  line-height: 1.7;
}.sk-trust { padding-top: clamp(46px, 6vw, 72px); padding-bottom: clamp(42px, 5vw, 64px); }.sk-trust-grid {
  width: min(var(--sk-container), calc(100% - (2 * var(--sk-gutter))));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}.sk-trust-item {
  min-width: 0;
  padding: 20px 18px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border: 1px solid var(--sk-border);
  border-radius: 16px;
  background: rgba(12, 34, 53, 0.64);
}.sk-trust-item .sk-icon { color: var(--sk-cyan-light); font-size: 21px; line-height: 1.2; }.sk-trust-item h3 { margin: 0 0 6px; color: var(--sk-text); font-size: 15px; line-height: 1.3; }.sk-trust-item p { margin: 0; color: var(--sk-muted-2); font-size: 13px; line-height: 1.55; }.sk-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}.sk-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--sk-border);
  border-radius: var(--sk-radius);
  background: linear-gradient(145deg, rgba(16, 39, 61, 0.96), rgba(8, 27, 44, 0.98));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}.sk-service-media { aspect-ratio: 16 / 8.5; overflow: hidden; background: #07111b; }.sk-service-media picture, .sk-service-media img { width: 100%; height: 100%; }.sk-service-media img { object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }.sk-card:hover .sk-service-media img { transform: scale(1.025); }.sk-card-body { padding: clamp(22px, 3vw, 32px); }.sk-card h3 { margin: 0; color: var(--sk-text); font-size: clamp(22px, 2.4vw, 29px); font-weight: 610; line-height: 1.2; }.sk-card p { margin: 14px 0 0; color: var(--sk-muted); font-size: 15px; line-height: 1.7; }.sk-duration {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  color: var(--sk-cyan-light);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.4;
}.sk-lkw-special {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(216, 179, 79, 0.3);
  border-radius: 26px;
  background: #091522;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}.sk-lkw-media { min-height: 100%; overflow: hidden; }.sk-lkw-media picture, .sk-lkw-media img { width: 100%; height: 100%; }.sk-lkw-media img { object-fit: cover; object-position: center; filter: brightness(1.10) saturate(1.02); }.sk-lkw-content {
  min-width: 0;
  padding: clamp(34px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}.sk-lkw-kicker { color: var(--sk-gold); font-size: 12px; font-weight: 760; letter-spacing: 0.18em; text-transform: uppercase; }.sk-lkw-content h3 { margin: 14px 0 0; color: var(--sk-text); font-size: clamp(30px, 3.3vw, 46px); font-weight: 590; letter-spacing: -0.03em; line-height: 1.08; }.sk-lkw-lead { margin: 20px 0 0; color: var(--sk-muted); font-size: 15px; line-height: 1.72; }.sk-lkw-brands { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }.sk-lkw-brands span { padding: 7px 10px; border: 1px solid rgba(216,179,79,.22); border-radius: 999px; color: #d9c98f; font-size: 11px; line-height: 1; }.sk-lkw-services { margin: 24px 0 0; display: grid; gap: 14px; }.sk-lkw-services > * { min-width: 0; }.sk-lkw-services h4 { margin: 0 0 5px; color: var(--sk-text); font-size: 15px; line-height: 1.35; }.sk-lkw-services p, .sk-lkw-note { margin: 0; color: var(--sk-muted-2); font-size: 13px; line-height: 1.55; }.sk-lkw-content .sk-btn { width: fit-content; margin-top: 26px; border-color: rgba(216,179,79,.5); background: var(--sk-gold); color: #171306; }.sk-lkw-content h3, .sk-lkw-content h4, .sk-lkw-content p { overflow-wrap: normal; word-break: normal; hyphens: none; }.sk-info {
  margin-top: 30px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--sk-border);
  border-radius: 18px;
  background: rgba(9, 29, 47, 0.82);
  color: var(--sk-muted);
  font-size: 14px;
  line-height: 1.7;
}.sk-info .sk-btn { margin-top: 18px; min-width: 0; height: auto; padding: 10px 0; justify-content: flex-start; border: 0; background: transparent; color: var(--sk-cyan-light); }.sk-technical-details { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--sk-border); }.sk-technical-details-inner { display: grid; gap: 14px; }.sk-technical-details p { margin: 0; }.sk-offer-home-spotlight {
  width: min(var(--sk-container), calc(100% - (2 * var(--sk-gutter))));
  margin: 0 auto var(--sk-section-space);
  padding: clamp(30px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  border: 1px solid rgba(216,179,79,.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 10%, rgba(216,179,79,.12), transparent 42%),
    linear-gradient(135deg, #121d2a, #08131f);
}.sk-offer-home-spotlight .sk-offer-kicker { color: var(--sk-gold); font-size: 12px; font-weight: 760; letter-spacing: .17em; }.sk-offer-home-spotlight .sk-offer-star { display: none; }.sk-offer-home-spotlight h2 { margin: 12px 0 0; color: var(--sk-text); font-size: clamp(30px, 4vw, 48px); font-weight: 590; line-height: 1.08; }.sk-offer-home-spotlight .sk-price { display: flex; align-items: baseline; gap: 8px; margin-top: 14px; color: var(--sk-gold); font-size: clamp(34px, 4.5vw, 58px); font-weight: 640; line-height: 1; }.sk-offer-home-spotlight .sk-offer-subtitle { margin: 9px 0 0; color: var(--sk-muted); font-size: 14px; }.sk-offer-home-spotlight .sk-offer-benefits { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--sk-muted); font-size: 14px; }.sk-offer-home-spotlight .sk-offer-benefits li::before { content: "✓"; margin-right: 9px; color: var(--sk-gold); }.sk-offer-home-spotlight .sk-offer-cta { height: 46px; margin-top: 20px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--sk-gold); color: #171306; font-size: 12px; font-weight: 780; text-decoration: none; }.sk-offer-home-spotlight .sk-offer-validity { margin: 10px 0 0; color: var(--sk-muted-2); font-size: 11px; }.sk-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }.sk-step { min-width: 0; padding: 26px 22px; border: 1px solid var(--sk-border); border-radius: 18px; background: rgba(12, 33, 51, 0.68); }.sk-num { color: var(--sk-cyan-light); font-size: 13px; font-weight: 760; letter-spacing: .12em; }.sk-step h3 { margin: 18px 0 0; color: var(--sk-text); font-size: 19px; line-height: 1.25; }.sk-step p { margin: 9px 0 0; color: var(--sk-muted-2); font-size: 14px; line-height: 1.6; }.sk-booking-cta {
  width: min(var(--sk-container), calc(100% - (2 * var(--sk-gutter))));
  margin: 0 auto;
  padding: var(--sk-section-space) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  border-top: 1px solid rgba(127, 169, 202, 0.1);
}.sk-booking-cta-copy { max-width: 760px; }.sk-booking-cta .sk-btn { min-width: 190px; }.sk-seo-content {
  padding: clamp(56px, 7vw, 88px) 0;
  border-top: 1px solid rgba(127, 169, 202, 0.1);
  background: rgba(4, 15, 27, 0.28);
}.sk-seo-content-inner { width: min(var(--sk-container), calc(100% - (2 * var(--sk-gutter)))); margin: 0 auto; }.sk-seo-keywords { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }.sk-seo-keywords span { padding: 8px 11px; border: 1px solid rgba(127, 169, 202, .16); border-radius: 999px; color: var(--sk-muted-2); font-size: 12px; line-height: 1; }.sk-footer {
  position: relative;
  z-index: 4;
  padding: clamp(54px, 7vw, 86px) 0 26px;
  border-top: 1px solid rgba(127, 169, 202, .12);
  background: #050f1c;
  color: var(--sk-muted);
}.sk-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: start; }.sk-footer-logo { width: 160px; height: auto; }.sk-footer h3 { margin: 0 0 16px; color: var(--sk-text); font-size: 15px; }.sk-footer p, .sk-footer a { font-size: 13px; line-height: 1.65; }.sk-footer a { color: var(--sk-muted); text-decoration: none; }.sk-footer a:hover { color: var(--sk-cyan-light); }.sk-footer-links { display: grid; gap: 9px; }.sk-footer-brand p { max-width: 390px; margin: 18px 0 0; }.sk-legal-note, .sk-footer-verse, .sk-copy { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(127, 169, 202, .1); color: var(--sk-muted-2); font-size: 12px; line-height: 1.65; }.sk-footer-verse { display:block; max-width:min(760px,100%); margin:18px auto 0; padding:14px 18px; border:1px solid rgba(127,169,202,.18); border-radius:14px; background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)); box-shadow:inset 0 1px 0 rgba(255,255,255,.04); text-align: center; font-style: italic; }.sk-footer-verse span { display:block; margin-top:6px; opacity:.78; font-style:normal; }.sk-copy { text-align: center; }.sk-reveal { opacity: 1; transform: none; }html.sk-reveal-ready .sk-reveal:not(.is-visible) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}html.sk-reveal-ready .sk-reveal {
  transition: opacity 520ms ease, transform 520ms cubic-bezier(.2,.7,.2,1);
}#root > a.fixed.bottom-6.right-6,
#root > div > a.fixed.bottom-6.right-6 {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 6500;
  width: 54px;
  height: 54px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(118, 220, 246, .45);
  border-radius: 50%;
  background: var(--sk-cyan);
  color: #04131f;
  box-shadow: 0 12px 30px rgba(0,0,0,.32);
}#root > a.fixed.bottom-6.right-6 svg,
#root > div > a.fixed.bottom-6.right-6 svg { width: 23px; height: 23px; }@media (max-width: 1100px) {
  :root { --sk-header-h: 50px; --sk-brand-h: 30px; }
  
  .sk-logo, .sk-home-logo { width: 190px; max-height: 48px; }
  .sk-nav { gap: 13px; }
  .sk-nav a { font-size: 12px; }
  .sk-phone { display: none; }
  .sk-home-hero-content { width: min(650px, 68vw); }
  .sk-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sk-lkw-special { grid-template-columns: minmax(0, 1fr) minmax(330px, .86fr); }
  .sk-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}@media (max-width: 767px) {
  :root {
    --sk-header-h: 36px;
    --sk-brand-h: 22px;
    --sk-gutter: 16px;
    --sk-section-space: 66px;
  }
  
  
  .sk-home-logo-link { height: 36px; overflow: hidden; }
  .sk-logo, .sk-home-logo { width: min(126px, 42vw); max-height: 31px; }
  .sk-menu-toggle {
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(127, 169, 202, .34);
    border-radius: 11px;
    background: #0c1d31;
    color: var(--sk-text);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }
  .sk-head-actions { width: 100%; gap: 0; }
  .sk-top-cta { width: 94px; min-width: 94px; height: 30px; padding: 0 5px; border-radius: 8px; font-size: 11px; }
  .sk-phone { display: none; }
  .sk-nav {
    position: fixed;
    top: var(--sk-header-h);
    right: 10px;
    z-index: 7200;
    width: min(300px, calc(100vw - 20px));
    max-height: calc(100vh - var(--sk-header-h) - 12px);
    padding: 9px;
    display: none;
    align-content: start;
    overflow-y: auto;
    border: 1px solid rgba(34, 188, 231, .28);
    border-radius: 0 0 14px 14px;
    background: #07182a;
    box-shadow: 0 20px 44px rgba(0,0,0,.46);
  }
  .sk-nav.is-open { display: grid; gap: 6px; }
  .sk-nav a {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(127, 169, 202, .18);
    border-radius: 9px;
    background: #0c2238;
    color: var(--sk-text);
    font-size: 13px;
    white-space: normal;
  }
  html.sk-nav-open, html.sk-nav-open body { overflow: hidden; }
  .sk-brand-track span { font-size: 12px; }
  .sk-brand-track span::after { margin: 0 19px; }
  .sk-brand-track { animation-duration: 70s; }

  .sk-home-hero { top: var(--sk-shell-h); min-height: calc(100vh - var(--sk-shell-h)); align-items: stretch; }
  @supports (height: 100svh) { .sk-home-hero { min-height: calc(100svh - var(--sk-shell-h)); } }
  .sk-home-hero::before { background-image: none; background: none; transform: none; }
  .sk-home-hero::after {
    background:
      radial-gradient(circle at 67% 82%, rgba(255,223,150,.30) 0%, rgba(255,223,150,.19) 10%, rgba(255,223,150,.08) 18%, rgba(255,223,150,0) 30%),
      radial-gradient(circle at 70% 79%, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 6%, rgba(255,255,255,0) 12%),
      linear-gradient(180deg, rgba(3,12,21,.28) 0%, rgba(3,12,21,.56) 34%, rgba(3,12,21,.91) 100%),
      linear-gradient(90deg, rgba(3,12,21,.34), rgba(3,12,21,.12));
  }
  .sk-home-hero-grid { width: calc(100% - 32px); min-height: calc(100vh - var(--sk-shell-h)); padding: 38px 0 42px; align-items: flex-end; }
  @supports (height: 100svh) { .sk-home-hero-grid { min-height: calc(100svh - var(--sk-shell-h)); } }
  .sk-home-hero-content {
    width: 100%;
    padding: 22px 18px 24px;
    border-radius: 22px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 26px) 100%, 26px 100%, 0 calc(100% - 24px));
    background: linear-gradient(180deg, rgba(4,16,28,.92), rgba(4,16,28,.82));
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
  .sk-home-hero-content::before { inset: 8px; border-radius: 18px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 18px)); }
  .sk-home-hero-content::after { inset: 14px 14px 14px 14px; border-radius: 14px; }
  .sk-eyebrow { margin-bottom: 12px; padding-inline: 10px; font-size: 10.5px; letter-spacing: .13em; }
  .sk-eyebrow::before, .sk-eyebrow::after { width: 30px; }
  .sk-home-hero h1 { font-size: clamp(29px, 9vw, 40px); line-height: 1.03; padding-bottom: 14px; }
  .sk-home-hero .sk-lead { margin-top: 13px; font-size: 16px; line-height: 1.52; }
  .sk-hero-copy { margin-top: 18px; }
  .sk-hero-copy::before, .sk-hero-copy::after { top: -18px; width: 72px; height: 72px; }
  .sk-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .sk-btn { width: 100%; min-width: 0; height: 48px; padding: 0 12px; font-size: 13px; }
  .sk-btn-whatsapp svg, .sk-btn-whatsapp .sk-wa-icon { width: 20px; height: 20px; }

  .sk-home-content-surface { border-radius: 20px 20px 0 0; }
  .sk-service-start-badge { width: calc(100% - 32px); max-width: none; padding: 12px 14px; font-size: 12px; }
  .sk-section-title { margin-bottom: 30px; }
  .sk-section-title h2, .sk-booking-cta h2, .sk-seo-content h2 { font-size: 32px; }
  .sk-section-title p, .sk-booking-cta p, .sk-seo-content p { margin-top: 14px; font-size: 15px; line-height: 1.65; }
  .sk-trust-grid { grid-template-columns: 1fr; gap: 10px; }
  .sk-trust-item { padding: 17px 16px; }
  .sk-cards { grid-template-columns: 1fr; gap: 16px; }
  .sk-service-media { aspect-ratio: 16 / 9; }
  .sk-card-body { padding: 22px 20px 24px; }
  .sk-card h3 { font-size: 23px; }
  .sk-card p { font-size: 14px; }

  .sk-lkw-special { margin-top: 22px; grid-template-columns: 1fr; min-height: 0; }
  .sk-lkw-media { aspect-ratio: 4 / 3; min-height: 0; }
  .sk-lkw-content { padding: 26px 20px 30px; }
  .sk-lkw-content h3 { font-size: 30px; }
  .sk-lkw-content .sk-btn { width: 100%; }
  .sk-info { margin-top: 20px; padding: 21px 18px; }

  .sk-offer-home-spotlight { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 24px; padding: 26px 20px; }
  .sk-offer-home-spotlight h2 { font-size: 31px; }
  .sk-offer-home-spotlight .sk-price { font-size: 42px; }
  .sk-offer-home-spotlight .sk-offer-benefits { margin-top: 0; }
  .sk-offer-home-spotlight .sk-offer-cta { width: 100%; }

  .sk-process { grid-template-columns: 1fr; gap: 11px; }
  .sk-step { padding: 21px 18px; }
  .sk-booking-cta { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 24px; }
  .sk-booking-cta .sk-btn { width: 100%; }
  .sk-seo-keywords { gap: 7px; }
  .sk-seo-keywords span { font-size: 11px; }
  .sk-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .sk-footer-logo { width: 146px; }
  #root > a.fixed.bottom-6.right-6,
  #root > div > a.fixed.bottom-6.right-6 { display: inline-flex; }
}@media (max-width: 360px) {
  :root { --sk-gutter: 14px; }
  
  .sk-menu-toggle { width: 42px; height: 42px; }
  .sk-top-cta { height: 42px; font-size: 11.5px; }
  .sk-logo, .sk-home-logo { width: min(132px, 41vw); }
  .sk-home-hero-grid { width: calc(100% - 24px); }
  .sk-home-hero-content { padding: 20px 16px 22px; }
  .sk-home-hero-content::before { inset: 7px; }
  .sk-home-hero-content::after { inset: 12px; }
  .sk-home-hero h1 { font-size: 29px; }
  .sk-home-hero .sk-lead { font-size: 15px; }
  .sk-hero-actions { grid-template-columns: 1fr; }
  .sk-service-start-badge, .sk-offer-home-spotlight, .sk-booking-cta { width: calc(100% - 28px); }
}@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 1ms !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; }
  .sk-brand-track { transform: none !important; }
  html.sk-reveal-ready .sk-reveal { opacity: 1 !important; transform: none !important; }
}@supports not (position: sticky) {
  .sk-home-hero { position: relative; top: auto; }
}.sk-trust-item > p { grid-column: 2; }.sk-offer-main, .sk-offer-side { min-width: 0; }.sk-offer-side { display: flex; flex-direction: column; align-items: stretch; min-width: min(320px, 100%); }@media (max-width: 767px) {
  .sk-offer-side { min-width: 0; }
}html.sk-booking-ui-active .sk-modal-panel > .sk-modal-close {
  border: 2px outset #000;
  border-radius: 50%;
  background: #efefef;
  color: #000;
}@media (max-width: 900px) {
  .sk-lkw-special { grid-template-columns: 1fr; }
  .sk-lkw-media { min-height: 0; aspect-ratio: 16 / 9; }
}@media (max-width: 360px) {
  .sk-lkw-content h3 { font-size: 25px; }
  .sk-section-title h2,
  .sk-booking-cta h2,
  .sk-seo-content h2 { font-size: 28px; }
}body.sk-home-page .sk-home-hero {
  background: #071426 !important;
  background-image: none !important;
}body.sk-home-page .sk-home-hero::before {
  background: none !important;
  background-image: none !important;
  filter: none !important;
}body.sk-home-page .sk-home-hero::after {
  background: none !important;
}body.sk-home-page .sk-home-hero {
  background: #101b25 !important;
}body.sk-home-page .sk-home-hero::before {
  background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}body.sk-home-page .sk-home-hero::after {
  background:
    radial-gradient(circle at 69% 67%, rgba(255, 223, 150, 0.26) 0%, rgba(255, 223, 150, 0.18) 9%, rgba(255, 223, 150, 0.08) 16%, rgba(255, 223, 150, 0) 28%),
    radial-gradient(circle at 72% 64%, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.08) 5%, rgba(255, 255, 255, 0) 12%),
    linear-gradient(90deg, rgba(3, 12, 21, 0.9) 0%, rgba(3, 12, 21, 0.69) 44%, rgba(3, 12, 21, 0.18) 76%, rgba(3, 12, 21, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 12, 21, 0.12) 0%, rgba(3, 12, 21, 0.06) 65%, rgba(3, 12, 21, 0.58) 100%) !important;
}body.sk-home-page .sk-home-hero {
  background: transparent !important;
}body.sk-home-page .sk-home-hero::before {
  background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}body.sk-home-page .sk-home-hero::after {
  background: none !important;
}body.sk-home-page .sk-home-hero {
  overflow: hidden !important;
}body.sk-home-page .sk-home-hero::before {
  transform: scale(1.075) translateY(-18px) !important;
  transform-origin: center center !important;
}:root {
  --sk-compact-header-h: 50px;
  --sk-compact-brand-h: 22px;
  --sk-compact-radius: 11px;
  --sk-compact-section: clamp(30px, 4vw, 52px);
}html { font-size: 14px; min-height: 100%; height: auto !important; }body { min-height: 100vh; height: auto !important; font-size: 13px; line-height: 1.5; }.sk-container,
.container {
  width: min(1080px, calc(100% - 32px));
}.sk-menu-toggle {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  border-radius: 8px !important;
  font-size: 17px !important;
}.sk-brand-track {
  gap: 12px !important;
  padding-inline: 8px !important;
}.sk-brand-track span {
  font-size: 9.5px !important;
  line-height: 1 !important;
}.sk-brand-track span::after { margin-left: 12px !important; }body.sk-home-page,
.sk-home-page { font-size: 13px; }.sk-home-page {
  --sk-header-h: var(--sk-compact-header-h);
  --sk-brand-h: var(--sk-compact-brand-h);
  --sk-shell-h: calc(var(--sk-compact-header-h) + var(--sk-compact-brand-h));
  --sk-gutter: clamp(14px, 2.4vw, 30px);
  --sk-radius: 12px;
  --sk-section-space: var(--sk-compact-section);
}.sk-home-hero,
.sk-home-hero-grid {
  min-height: min(62vh, 560px) !important;
}.sk-home-hero-content {
  width: min(510px, calc(100% - 32px)) !important;
  padding: 20px 22px !important;
  border-radius: 13px !important;
}.sk-home-hero .sk-eyebrow {
  margin-bottom: 8px !important;
  font-size: 10px !important;
  letter-spacing: .13em !important;
}.sk-home-hero h1 {
  max-width: 18ch !important;
  margin: 0 !important;
  font-size: clamp(27px, 3.2vw, 38px) !important;
  line-height: 1.04 !important;
}.sk-home-hero .sk-lead {
  margin-top: 11px !important;
  max-width: 48ch !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}.sk-hero-copy { margin-top: 14px !important; }.sk-hero-actions { gap: 8px !important; }.sk-btn,
.sk-home-page .sk-btn {
  min-height: 38px !important;
  height: 38px !important;
  padding: 0 13px !important;
  border-radius: 9px !important;
  font-size: 11px !important;
}.sk-btn-whatsapp svg,
.sk-btn-whatsapp .sk-wa-icon {
  width: 16px !important;
  height: 16px !important;
}.sk-home-content-surface {
  border-radius: 18px 18px 0 0 !important;
  box-shadow: 0 -8px 22px rgba(0, 0, 0, .18) !important;
}.sk-home-content-surface > section {
  padding-top: var(--sk-compact-section) !important;
  padding-bottom: var(--sk-compact-section) !important;
}.sk-service-start-badge {
  padding: 8px 11px !important;
  border-radius: 9px !important;
  font-size: 10px !important;
}.sk-section-title { margin-bottom: 18px !important; }.sk-section-title h2,
.sk-booking-cta h2,
.sk-seo-content h2 {
  font-size: clamp(20px, 2.4vw, 28px) !important;
  line-height: 1.12 !important;
}.sk-section-title p,
.sk-booking-cta p,
.sk-seo-content p {
  margin-top: 8px !important;
  max-width: 62ch !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}.sk-trust-grid { gap: 8px !important; }.sk-trust-item {
  min-height: 0 !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
}.sk-trust-item strong { font-size: 12px !important; }.sk-trust-item span,
.sk-trust-item p { font-size: 11px !important; }.sk-trust-item svg,
.sk-trust-icon {
  width: 24px !important;
  height: 24px !important;
}.sk-cards { gap: 12px !important; }.sk-card { border-radius: 12px !important; }.sk-service-media {
  aspect-ratio: 16 / 7 !important;
  min-height: 0 !important;
  max-height: 190px !important;
}.sk-card-body { padding: 14px 14px 16px !important; }.sk-card h3 {
  margin-bottom: 6px !important;
  font-size: 17px !important;
  line-height: 1.18 !important;
}.sk-card p {
  margin: 0 !important;
  font-size: 11.5px !important;
  line-height: 1.48 !important;
}.sk-duration {
  margin-top: 9px !important;
  padding-top: 8px !important;
  font-size: 10px !important;
}.sk-lkw-special {
  min-height: 0 !important;
  margin-top: 14px !important;
  border-radius: 13px !important;
}.sk-lkw-media { min-height: 250px !important; }.sk-lkw-content { padding: 20px 20px 22px !important; }.sk-lkw-content h3 {
  margin-bottom: 8px !important;
  font-size: clamp(21px, 2.7vw, 29px) !important;
  line-height: 1.08 !important;
}.sk-lkw-content p,
.sk-lkw-content li { font-size: 12px !important; }.sk-info {
  margin-top: 14px !important;
  padding: 14px 16px !important;
  border-radius: 11px !important;
}.sk-info h3 { font-size: 16px !important; }.sk-info p,
.sk-technical-details p { font-size: 11.5px !important; }.sk-process { gap: 9px !important; }.sk-step {
  min-height: 0 !important;
  padding: 13px 14px !important;
  border-radius: 10px !important;
}.sk-step-number {
  width: 28px !important;
  height: 28px !important;
  font-size: 12px !important;
}.sk-step h3 { font-size: 15px !important; }.sk-step p { font-size: 11px !important; }.sk-offer-home-spotlight {
  gap: 16px !important;
  padding: 18px 20px !important;
  border-radius: 13px !important;
}.sk-offer-home-spotlight h2 { font-size: 22px !important; }.sk-offer-home-spotlight .sk-price { font-size: 31px !important; }.sk-offer-home-spotlight li,
.sk-offer-home-spotlight p { font-size: 11.5px !important; }.sk-booking-cta {
  gap: 16px !important;
  padding: 20px !important;
  border-radius: 13px !important;
}.sk-seo-content-inner { padding-block: 0 !important; }.sk-seo-keywords { gap: 5px !important; }.sk-seo-keywords span {
  padding: 5px 8px !important;
  font-size: 9.5px !important;
}.sk-home-page a[href^="tel:"].fixed.bottom-6.right-6 {
  width: 42px !important;
  height: 42px !important;
  right: 12px !important;
  bottom: 12px !important;
}.sk-home-page a[href^="tel:"].fixed.bottom-6.right-6 svg {
  width: 18px !important;
  height: 18px !important;
}main > .hero,
.hero {
  padding-top: 34px !important;
  padding-bottom: 27px !important;
}.hero .breadcrumbs,
.breadcrumbs { font-size: 10px !important; }.hero .eyebrow,
.eyebrow {
  margin-bottom: 7px !important;
  font-size: 10px !important;
}.hero h1,
body.lkw-page .hero h1 {
  max-width: 24ch !important;
  margin: 0 0 10px !important;
  font-size: clamp(25px, 3vw, 33px) !important;
  line-height: 1.08 !important;
}.hero p {
  max-width: 66ch !important;
  margin: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.48 !important;
}main > section:not(.hero),
.page-section,
.content-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}.grid { gap: 20px !important; }.content,
.box,
.card,
.notice {
  border-radius: 11px !important;
}.content { font-size: 12.5px !important; }.content h2,
.box h2,
section h2 {
  margin-top: 22px !important;
  margin-bottom: 8px !important;
  font-size: 21px !important;
  line-height: 1.16 !important;
}.content h2:first-child,
.box h2:first-child { margin-top: 0 !important; }.content h3,
.box h3,
section h3 {
  margin-top: 17px !important;
  margin-bottom: 6px !important;
  font-size: 15px !important;
  line-height: 1.22 !important;
}.content p,
.content li,
.box p,
.box li,
section p,
section li { font-size: 12.5px; }.box,
.card,
.notice { padding: 15px !important; }.button,
a.button,
.hero-actions a,
.hero-actions button {
  min-height: 36px !important;
  padding: 8px 13px !important;
  border-radius: 8px !important;
  font-size: 11px !important;
}.faq details,
.faq-item { border-radius: 9px !important; }.faq summary,
.faq-item summary {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 12px !important;
}.faq details p,
.faq-answer { padding-bottom: 10px !important; }.knowledge-hero { padding-bottom: 28px !important; }.hero-actions { gap: 8px !important; margin-top: 14px !important; }.knowledge-intro { padding: 25px 0 !important; }.knowledge-tools {
  padding: 14px 0 5px !important;
  backdrop-filter: blur(6px) !important;
}.knowledge-tools label { margin-bottom: 5px !important; font-size: 11.5px !important; }.search-row { gap: 7px !important; }.search-row input {
  min-height: 36px !important;
  padding: 7px 10px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
}.search-row button {
  min-height: 36px !important;
  padding: 0 11px !important;
  border-radius: 8px !important;
  font-size: 11px !important;
}.category-nav { gap: 5px !important; padding-bottom: 6px !important; }.category-nav a {
  padding: 4px 8px !important;
  font-size: 10px !important;
}.knowledge-content { padding: 24px 0 32px !important; }.faq-group { padding-bottom: 22px !important; }.faq-group h2 { font-size: 19px !important; }.faq-item summary { padding-right: 28px !important; }.faq-item summary::after { top: 7px !important; font-size: 18px !important; }.knowledge-cta { padding: 30px 0 !important; }.knowledge-cta h2 { font-size: 22px !important; }#noResults { padding: 20px !important; }.seo-related-links {
  margin: 1rem auto !important;
  padding: .75rem !important;
  border-radius: .7rem !important;
}.top .container { height: 50px !important; gap: 12px !important; }.top .logo { width: 76px !important; }.top .nav { gap: 10px !important; }.top .nav a { font-size: 10.5px !important; }.top .nav .cta { padding: 6px 10px !important; border-radius: 7px !important; }body > .hero { padding: 34px 0 27px !important; }main.container,
.legal-main,
.auftrag-main { padding-top: 26px !important; padding-bottom: 32px !important; }.legal-main h1,
.legal-main h2,
.legal-main h3,
.auftrag-main h1,
.auftrag-main h2,
.auftrag-main h3 { line-height: 1.2 !important; }.legal-main h2,
.auftrag-main h2 { font-size: 19px !important; }.legal-main h3,
.auftrag-main h3 { font-size: 15px !important; }.legal-main p,
.legal-main li,
.auftrag-main p,
.auftrag-main li { font-size: 12px !important; line-height: 1.5 !important; }body.legal-static-page .sk-nav { gap: 8px !important; }body.legal-static-page .sk-nav a,
body.legal-static-page .sk-phone { font-size: 10.5px !important; }.sk-footer { padding-top: 24px !important; padding-bottom: 20px !important; }.sk-footer-grid { gap: 22px !important; }.sk-footer-logo {
  width: 105px !important;
  height: auto !important;
  max-height: 48px !important;
}.sk-footer h3 { margin-bottom: 7px !important; font-size: 12px !important; }.sk-footer p,
.sk-footer a,
.sk-footer-links { font-size: 10.5px !important; line-height: 1.45 !important; }.sk-footer-links { gap: 5px !important; }html.sk-booking-ui-active .sk-modal-root,
html.sk-booking-ui-active .sk-modal-panel {
  font-size: 12px !important;
}html.sk-booking-ui-active .sk-modal-panel {
  width: min(720px, calc(100vw - 24px)) !important;
  max-width: 720px !important;
  border-radius: 13px !important;
}html.sk-booking-ui-active .wiz-shell,
html.sk-booking-ui-active .wiz-scroll { font-size: 12px !important; }html.sk-booking-ui-active .sk-modal-panel h1 { font-size: 22px !important; line-height: 1.15 !important; }html.sk-booking-ui-active .sk-modal-panel h2 { font-size: 18px !important; line-height: 1.2 !important; }html.sk-booking-ui-active .sk-modal-panel h3 { font-size: 14px !important; }html.sk-booking-ui-active .sk-modal-panel p,
html.sk-booking-ui-active .sk-modal-panel label,
html.sk-booking-ui-active .sk-modal-panel li { font-size: 11.5px !important; }html.sk-booking-ui-active .sk-modal-panel input,
html.sk-booking-ui-active .sk-modal-panel select,
html.sk-booking-ui-active .sk-modal-panel textarea,
html.sk-booking-ui-active .sk-modal-panel button {
  font-size: 11.5px !important;
  border-radius: 8px !important;
}html.sk-booking-ui-active .sk-modal-panel input,
html.sk-booking-ui-active .sk-modal-panel select,
html.sk-booking-ui-active .sk-modal-panel button {
  min-height: 38px !important;
}html.sk-booking-ui-active .sk-modal-panel textarea { min-height: 72px !important; }html.sk-booking-ui-active .wiz-dropdown-panel { font-size: 11.5px !important; }.sk-privacy-banner,
.sk-privacy-dialog,
[class*="privacy-banner"],
[class*="privacy-dialog"] {
  font-size: 11.5px !important;
  border-radius: 12px !important;
}.sk-privacy-banner,
.sk-privacy-dialog { padding: 14px !important; }.sk-privacy-banner h2,
.sk-privacy-dialog h2 { font-size: 17px !important; }.sk-privacy-banner p,
.sk-privacy-dialog p,
.sk-privacy-banner label,
.sk-privacy-dialog label { font-size: 11px !important; }.sk-privacy-banner button,
.sk-privacy-dialog button {
  min-height: 36px !important;
  padding: 7px 11px !important;
  border-radius: 8px !important;
  font-size: 10.5px !important;
}@media (max-width: 900px) {
  :root {
    --sk-compact-header-h: 48px;
    --sk-compact-brand-h: 20px;
  }
  html { font-size: 13px; }
  body { font-size: 12.5px; }
  .sk-container,
  .container { width: calc(100% - 22px) !important; }

  
  
  
  
  
  
  
  
  
  
  
  

  
  
  
  
  body.legal-static-page .sk-phone { font-size: 10px !important; }

  .sk-home-hero,
  .sk-home-hero-grid { min-height: min(56vh, 470px) !important; }
  .sk-home-hero-content {
    width: calc(100% - 24px) !important;
    padding: 14px 14px !important;
    border-radius: 11px !important;
  }
  .sk-home-hero .sk-eyebrow { font-size: 8.5px !important; }
  .sk-home-hero h1 {
    max-width: 17ch !important;
    font-size: clamp(22px, 6.5vw, 27px) !important;
  }
  .sk-home-hero .sk-lead {
    margin-top: 8px !important;
    font-size: 11.5px !important;
  }
  .sk-hero-copy { margin-top: 11px !important; }
  .sk-hero-actions { gap: 6px !important; }
  .sk-btn,
  .sk-home-page .sk-btn {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }
  .sk-home-content-surface { border-radius: 14px 14px 0 0 !important; }
  .sk-home-content-surface > section {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .sk-section-title { margin-bottom: 14px !important; }
  .sk-section-title h2,
  .sk-booking-cta h2,
  .sk-seo-content h2 { font-size: 19px !important; }
  .sk-section-title p,
  .sk-booking-cta p,
  .sk-seo-content p { font-size: 11.5px !important; }
  .sk-trust-item { padding: 9px 10px !important; }
  .sk-cards { gap: 10px !important; }
  .sk-service-media {
    aspect-ratio: 16 / 6.5 !important;
    max-height: 150px !important;
  }
  .sk-card-body { padding: 12px 12px 13px !important; }
  .sk-card h3 { font-size: 15px !important; }
  .sk-card p { font-size: 11px !important; }
  .sk-lkw-media {
    min-height: 0 !important;
    aspect-ratio: 16 / 7.5 !important;
  }
  .sk-lkw-content { padding: 15px 14px 17px !important; }
  .sk-lkw-content h3 { font-size: 20px !important; }
  .sk-info { padding: 12px !important; }
  .sk-offer-home-spotlight,
  .sk-booking-cta {
    width: calc(100% - 22px) !important;
    gap: 12px !important;
    padding: 15px 14px !important;
  }
  .sk-offer-home-spotlight h2 { font-size: 19px !important; }
  .sk-offer-home-spotlight .sk-price { font-size: 27px !important; }

  
  .hero h1,
  body.lkw-page .hero h1 {
    max-width: 100% !important;
    font-size: clamp(21px, 6vw, 26px) !important;
    line-height: 1.1 !important;
  }
  .hero p { font-size: 11.5px !important; }
  main > section:not(.hero),
  .page-section,
  .content-section {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .grid { gap: 14px !important; }
  .content h2,
  .box h2,
  section h2 { font-size: 18px !important; }
  .content h3,
  .box h3,
  section h3 { font-size: 14px !important; }
  .content p,
  .content li,
  .box p,
  .box li,
  section p,
  section li { font-size: 11.5px !important; }
  .box,
  .card,
  .notice { padding: 12px !important; }

  .sk-footer { padding-top: 20px !important; }
  .sk-footer-grid { gap: 17px !important; }
  .sk-footer-logo { width: 92px !important; max-height: 42px !important; }

  html.sk-booking-ui-active .sk-modal-panel {
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    border-radius: 10px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel h1 { font-size: 19px !important; }
  html.sk-booking-ui-active .sk-modal-panel h2 { font-size: 16px !important; }
  html.sk-booking-ui-active .sk-modal-panel input,
  html.sk-booking-ui-active .sk-modal-panel select,
  html.sk-booking-ui-active .sk-modal-panel button { min-height: 38px !important; }

  .sk-privacy-banner,
  .sk-privacy-dialog { padding: 11px !important; }
}@media (max-width: 360px) {
  
  
  
  .sk-home-hero-content { width: calc(100% - 18px) !important; }
  .sk-home-hero h1 { font-size: 21px !important; }
}@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
  }
}body.sk-home-page {
  --sk-header-h: 76px;
  --sk-brand-h: 36px;
  --sk-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h));
}body.sk-home-page .sk-brand-track {
  gap: 0 !important;
  padding-inline: 0 !important;
}body.sk-home-page .sk-brand-track span {
  font-size: 13px !important;
  line-height: 1 !important;
}body.sk-home-page .sk-brand-track span::after { margin: 0 26px !important; }body:not(.sk-home-page):not(.legal-static-page) .sk-brand-track {
  gap: 28px !important;
  padding-inline: 18px !important;
}body:not(.sk-home-page):not(.legal-static-page) .sk-brand-track span {
  gap: 28px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}body:not(.sk-home-page):not(.legal-static-page) .sk-brand-track span::after { margin-left: 0 !important; }body.legal-static-page .sk-nav { gap: 20px !important; }body.legal-static-page .sk-nav a,
body.legal-static-page .sk-phone { font-size: 14px !important; }@media (min-width: 768px) {
  body.sk-home-page #leistungen .sk-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
  }
  body.sk-home-page #leistungen .sk-lkw-special {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}@media (max-width: 1100px) and (min-width: 768px) {
  body.sk-home-page {
    --sk-header-h: 70px;
    --sk-brand-h: 34px;
    --sk-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h));
  }
  
  
  
  
  
  
  

  
  
  
  
}@media (max-width: 767px) {
  body.sk-home-page {
    --sk-header-h: 62px;
    --sk-brand-h: 30px;
    --sk-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h));
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  
  
  
  
  
  
  
  
  
  
  
  

  
  
  
  
  body.legal-static-page .sk-phone { font-size: 12px !important; }
}@media (max-width: 360px) {
  
  
  
  
}:root {
  --sk-balanced-content: 1152px;
  --sk-balanced-gutter: clamp(18px, 3.2vw, 42px);
  --sk-balanced-section: clamp(38px, 4.8vw, 64px);
}html { font-size: 15px; }body { font-size: 15px; line-height: 1.58; }body.sk-home-page .sk-home-content-surface .sk-container,
body.sk-home-page .sk-trust-grid,
body.sk-home-page .sk-seo-content-inner,
body.sk-home-page .sk-footer > .sk-container {
  width: min(var(--sk-balanced-content), calc(100% - (2 * var(--sk-balanced-gutter)))) !important;
  max-width: var(--sk-balanced-content) !important;
  margin-inline: auto !important;
}body:not(.sk-home-page) main .container,
body:not(.sk-home-page) main .sk-container,
body:not(.sk-home-page) main .wrap,
body:not(.sk-home-page) .sk-footer > .sk-container {
  width: min(1152px, calc(100% - (2 * var(--sk-balanced-gutter)))) !important;
  max-width: 1152px !important;
  margin-inline: auto !important;
}@media (min-width: 768px) {
body.sk-home-page { font-size: 15px; }
body.sk-home-page .sk-home-hero,
body.sk-home-page .sk-home-hero-grid {
  min-height: min(68vh, 620px) !important;
}
body.sk-home-page .sk-home-hero-content {
  width: min(612px, calc(100% - 40px)) !important;
  padding: 24px 27px !important;
  border-radius: 16px !important;
}
body.sk-home-page .sk-home-hero .sk-eyebrow {
  margin-bottom: 10px !important;
  font-size: 12px !important;
  letter-spacing: .15em !important;
}
body.sk-home-page .sk-home-hero h1 {
  max-width: 18ch !important;
  font-size: clamp(32px, 3.75vw, 46px) !important;
  line-height: 1.05 !important;
}
body.sk-home-page .sk-home-hero .sk-lead {
  margin-top: 13px !important;
  max-width: 49ch !important;
  font-size: 15.5px !important;
  line-height: 1.52 !important;
}
body.sk-home-page .sk-hero-copy { margin-top: 17px !important; }
body.sk-home-page .sk-hero-actions { gap: 10px !important; }
body.sk-home-page .sk-btn {
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 16px !important;
  border-radius: 11px !important;
  font-size: 13px !important;
}
body.sk-home-page .sk-btn-whatsapp svg,
body.sk-home-page .sk-btn-whatsapp .sk-wa-icon {
  width: 19px !important;
  height: 19px !important;
}
body.sk-home-page .sk-home-content-surface {
  border-radius: 21px 21px 0 0 !important;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, .2) !important;
}
body.sk-home-page .sk-home-content-surface > section {
  padding-top: var(--sk-balanced-section) !important;
  padding-bottom: var(--sk-balanced-section) !important;
}
body.sk-home-page .sk-service-start-badge {
  padding: 10px 14px !important;
  border-radius: 11px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}
body.sk-home-page .sk-section-title {
  max-width: 780px !important;
  margin-bottom: 23px !important;
}
body.sk-home-page .sk-section-title h2,
body.sk-home-page .sk-booking-cta h2,
body.sk-home-page .sk-seo-content h2 {
  font-size: clamp(24px, 2.9vw, 34px) !important;
  line-height: 1.12 !important;
}
body.sk-home-page .sk-section-title p,
body.sk-home-page .sk-booking-cta p,
body.sk-home-page .sk-seo-content p {
  margin-top: 10px !important;
  font-size: 14.5px !important;
  line-height: 1.58 !important;
}
body.sk-home-page .sk-trust-grid { gap: 11px !important; }
body.sk-home-page .sk-trust-item {
  padding: 13px 15px !important;
  gap: 10px !important;
  border-radius: 12px !important;
}
body.sk-home-page .sk-trust-item strong,
body.sk-home-page .sk-trust-item h3 { font-size: 14px !important; }
body.sk-home-page .sk-trust-item span,
body.sk-home-page .sk-trust-item p { font-size: 13px !important; }
body.sk-home-page .sk-trust-item svg,
body.sk-home-page .sk-trust-icon {
  width: 29px !important;
  height: 29px !important;
}


body.sk-home-page #leistungen > .sk-container,
body.sk-home-page #leistungen .sk-cards,
body.sk-home-page #leistungen .sk-lkw-special,
body.sk-home-page #leistungen .sk-info {
  box-sizing: border-box !important;
}
body.sk-home-page #leistungen .sk-cards {
  width: 100% !important;
  gap: 16px !important;
  align-items: stretch !important;
}
body.sk-home-page #leistungen .sk-card {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 15px !important;
}
body.sk-home-page #leistungen .sk-service-media {
  width: 100% !important;
  aspect-ratio: 16 / 7.4 !important;
  min-height: 0 !important;
  max-height: 215px !important;
}
body.sk-home-page #leistungen .sk-card-body {
  flex: 1 1 auto !important;
  padding: 17px 17px 19px !important;
}
body.sk-home-page #leistungen .sk-card h3 {
  margin-bottom: 8px !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}
body.sk-home-page #leistungen .sk-card p {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
}
body.sk-home-page #leistungen .sk-duration {
  margin-top: 11px !important;
  padding-top: 10px !important;
  font-size: 12px !important;
}
body.sk-home-page #leistungen .sk-lkw-special {
  width: 100% !important;
  max-width: none !important;
  margin: 18px 0 0 !important;
  border-radius: 16px !important;
}
body.sk-home-page #leistungen .sk-lkw-media { min-height: 300px !important; }
body.sk-home-page #leistungen .sk-lkw-content { padding: 24px 25px 27px !important; }
body.sk-home-page #leistungen .sk-lkw-content h3 {
  margin-bottom: 10px !important;
  font-size: clamp(25px, 3vw, 35px) !important;
  line-height: 1.09 !important;
}
body.sk-home-page #leistungen .sk-lkw-content p,
body.sk-home-page #leistungen .sk-lkw-content li { font-size: 14px !important; }
body.sk-home-page #leistungen .sk-lkw-services h4 { font-size: 16px !important; }
body.sk-home-page #leistungen .sk-lkw-brands span { font-size: 12px !important; }
body.sk-home-page #leistungen .sk-info {
  width: 100% !important;
  margin-top: 18px !important;
  padding: 17px 19px !important;
  border-radius: 13px !important;
}
body.sk-home-page #leistungen .sk-info h3 { font-size: 19px !important; }
body.sk-home-page #leistungen .sk-info p,
body.sk-home-page #leistungen .sk-technical-details p { font-size: 13.5px !important; }

body.sk-home-page .sk-process { gap: 12px !important; }
body.sk-home-page .sk-step {
  padding: 16px 17px !important;
  border-radius: 12px !important;
}
body.sk-home-page .sk-step-number {
  width: 34px !important;
  height: 34px !important;
  font-size: 14px !important;
}
body.sk-home-page .sk-step h3 { font-size: 18px !important; }
body.sk-home-page .sk-step p { font-size: 13px !important; }

body.sk-home-page .sk-offer-home-spotlight {
  gap: 20px !important;
  padding: 22px 24px !important;
  border-radius: 16px !important;
}
body.sk-home-page .sk-offer-home-spotlight h2 { font-size: 27px !important; }
body.sk-home-page .sk-offer-home-spotlight .sk-price { font-size: 37px !important; }
body.sk-home-page .sk-offer-home-spotlight li,
body.sk-home-page .sk-offer-home-spotlight p { font-size: 13.5px !important; }
body.sk-home-page .sk-booking-cta {
  gap: 20px !important;
  padding: 24px !important;
  border-radius: 16px !important;
}
body.sk-home-page .sk-seo-keywords { gap: 7px !important; }
body.sk-home-page .sk-seo-keywords span {
  padding: 6px 10px !important;
  font-size: 11.5px !important;
}

}body:not(.sk-home-page) main > .hero,
body:not(.sk-home-page) .hero {
  padding-top: 41px !important;
  padding-bottom: 33px !important;
}body:not(.sk-home-page) .hero .breadcrumbs,
body:not(.sk-home-page) .breadcrumbs { font-size: 12px !important; }body:not(.sk-home-page) .hero .eyebrow,
body:not(.sk-home-page) .eyebrow {
  margin-bottom: 9px !important;
  font-size: 12px !important;
}body:not(.sk-home-page) .hero h1,
body.lkw-page .hero h1 {
  margin-bottom: 12px !important;
  font-size: clamp(30px, 3.6vw, 40px) !important;
  line-height: 1.09 !important;
}body:not(.sk-home-page) .hero p {
  font-size: 15px !important;
  line-height: 1.55 !important;
}body:not(.sk-home-page) main > section:not(.hero),
body:not(.sk-home-page) .page-section,
body:not(.sk-home-page) .content-section {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}body:not(.sk-home-page) .grid { gap: 24px !important; }body:not(.sk-home-page) .content,
body:not(.sk-home-page) .box,
body:not(.sk-home-page) .card,
body:not(.sk-home-page) .notice { border-radius: 13px !important; }body:not(.sk-home-page) .content { font-size: 15px !important; }body:not(.sk-home-page) .content h2,
body:not(.sk-home-page) .box h2,
body:not(.sk-home-page) main section h2 {
  margin-top: 27px !important;
  margin-bottom: 10px !important;
  font-size: 25px !important;
  line-height: 1.18 !important;
}body:not(.sk-home-page) .content h3,
body:not(.sk-home-page) .box h3,
body:not(.sk-home-page) main section h3 {
  margin-top: 21px !important;
  margin-bottom: 8px !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}body:not(.sk-home-page) .content p,
body:not(.sk-home-page) .content li,
body:not(.sk-home-page) .box p,
body:not(.sk-home-page) .box li,
body:not(.sk-home-page) main section p,
body:not(.sk-home-page) main section li {
  font-size: 15px !important;
  line-height: 1.58 !important;
}body:not(.sk-home-page) .box,
body:not(.sk-home-page) .card,
body:not(.sk-home-page) .notice { padding: 18px !important; }body:not(.sk-home-page) .button,
body:not(.sk-home-page) a.button,
body:not(.sk-home-page) .hero-actions a,
body:not(.sk-home-page) .hero-actions button {
  min-height: 43px !important;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
}body:not(.sk-home-page) .faq summary,
body:not(.sk-home-page) .faq-item summary {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-size: 14px !important;
}body:not(.sk-home-page) .knowledge-hero { padding-bottom: 34px !important; }body:not(.sk-home-page) .hero-actions { gap: 10px !important; margin-top: 17px !important; }body:not(.sk-home-page) .knowledge-intro { padding: 30px 0 !important; }body:not(.sk-home-page) .knowledge-tools { padding: 17px 0 7px !important; }body:not(.sk-home-page) .knowledge-tools label { font-size: 13.5px !important; }body:not(.sk-home-page) .search-row { gap: 9px !important; }body:not(.sk-home-page) .search-row input,
body:not(.sk-home-page) .search-row button {
  min-height: 43px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}body:not(.sk-home-page) .search-row input { padding: 9px 12px !important; }body:not(.sk-home-page) .search-row button { padding-inline: 14px !important; }body:not(.sk-home-page) .category-nav { gap: 7px !important; padding-bottom: 8px !important; }body:not(.sk-home-page) .category-nav a {
  padding: 5px 10px !important;
  font-size: 12px !important;
}body:not(.sk-home-page) .knowledge-content { padding: 29px 0 39px !important; }body:not(.sk-home-page) .faq-group { padding-bottom: 27px !important; }body:not(.sk-home-page) .faq-group h2 { font-size: 23px !important; }body:not(.sk-home-page) .knowledge-cta { padding: 36px 0 !important; }body:not(.sk-home-page) .knowledge-cta h2 { font-size: 27px !important; }body.legal-static-page main.container,
body.legal-static-page .legal-main,
body.legal-static-page .auftrag-main,
body.legal-static-page .privacy-page {
  padding-top: 31px !important;
  padding-bottom: 39px !important;
}body.legal-static-page .legal-main h2,
body.legal-static-page .auftrag-main h2,
body.legal-static-page .privacy-page h2 { font-size: 23px !important; }body.legal-static-page .legal-main h3,
body.legal-static-page .auftrag-main h3,
body.legal-static-page .privacy-page h3 { font-size: 18px !important; }body.legal-static-page .legal-main p,
body.legal-static-page .legal-main li,
body.legal-static-page .auftrag-main p,
body.legal-static-page .auftrag-main li,
body.legal-static-page .privacy-page p,
body.legal-static-page .privacy-page li {
  font-size: 14.5px !important;
  line-height: 1.58 !important;
}html.sk-booking-ui-active .sk-modal-root,
html.sk-booking-ui-active .sk-modal-panel,
html.sk-booking-ui-active .wiz-shell,
html.sk-booking-ui-active .wiz-scroll { font-size: 14px !important; }html.sk-booking-ui-active .sk-modal-panel {
  width: min(840px, calc(100vw - 28px)) !important;
  max-width: 840px !important;
  border-radius: 16px !important;
}html.sk-booking-ui-active .sk-modal-panel h1 { font-size: 26px !important; }html.sk-booking-ui-active .sk-modal-panel h2 { font-size: 22px !important; }html.sk-booking-ui-active .sk-modal-panel h3 { font-size: 17px !important; }html.sk-booking-ui-active .sk-modal-panel p,
html.sk-booking-ui-active .sk-modal-panel label,
html.sk-booking-ui-active .sk-modal-panel li,
html.sk-booking-ui-active .wiz-dropdown-panel { font-size: 13.5px !important; }html.sk-booking-ui-active .sk-modal-panel input,
html.sk-booking-ui-active .sk-modal-panel select,
html.sk-booking-ui-active .sk-modal-panel textarea,
html.sk-booking-ui-active .sk-modal-panel button {
  font-size: 13.5px !important;
  border-radius: 10px !important;
}html.sk-booking-ui-active .sk-modal-panel input,
html.sk-booking-ui-active .sk-modal-panel select,
html.sk-booking-ui-active .sk-modal-panel button { min-height: 44px !important; }html.sk-booking-ui-active .sk-modal-panel textarea { min-height: 86px !important; }.sk-footer {
  padding: 48px 0 24px !important;
  margin-top: auto !important;
}.sk-footer > .sk-container { box-sizing: border-box !important; }.sk-footer-grid {
  display: grid !important;
  grid-template-columns: 47% 23% 30% !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  align-items: start !important;
}.sk-footer-grid > .sk-footer-brand,
.sk-footer-grid > .sk-footer-contact,
.sk-footer-grid > :nth-child(3) {
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  min-width: 0 !important;
}.sk-footer-grid > .sk-footer-brand { grid-column: 1 !important; justify-self: start !important; }.sk-footer-grid > .sk-footer-contact { grid-column: 2 !important; justify-self: start !important; }.sk-footer-grid > :nth-child(3) { grid-column: 3 !important; justify-self: end !important; }.sk-footer-logo {
  width: 150px !important;
  height: auto !important;
  max-height: 62px !important;
  object-fit: contain !important;
  object-position: left center !important;
}.sk-footer h3 {
  margin: 0 0 14px !important;
  font-size: 16px !important;
}.sk-footer p,
.sk-footer a,
.sk-footer-links {
  font-size: 14px !important;
  line-height: 1.6 !important;
}.sk-footer-links {
  display: grid !important;
  gap: 9px !important;
}.sk-footer-brand p {
  max-width: 390px !important;
  margin: 16px 0 0 !important;
}.sk-footer .sk-legal-note,
.sk-footer .sk-footer-verse,
.sk-footer .sk-copy {
  margin-top: 24px !important;
  padding-top: 18px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  text-align: center !important;
}.sk-footer .sk-footer-verse {
  margin-top: 14px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  font-size: 13px !important;
}.sk-footer .sk-copy { margin-top: 14px !important; }.sk-footer .sk-wa-link {
  width: fit-content !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}.sk-footer .sk-wa-icon-sm {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}.sk-privacy-reopen { display: none !important; }body.sk-home-page .sk-home-hero::before {
  filter: saturate(.9) contrast(1.06) brightness(.97) !important;
}body.sk-home-page .sk-home-hero::after {
  background:
    linear-gradient(180deg, rgba(3,12,21,.30) 0%, rgba(3,12,21,.09) 30%, rgba(3,12,21,.08) 66%, rgba(3,12,21,.48) 100%),
    radial-gradient(ellipse at center, rgba(3,12,21,0) 42%, rgba(3,12,21,.30) 100%),
    linear-gradient(rgba(3,12,21,.10), rgba(3,12,21,.10)) !important;
}body.sk-home-page .sk-home-hero-content {
  background: linear-gradient(145deg, rgba(5,16,27,.84), rgba(5,16,27,.72)) !important;
  box-shadow: 0 24px 64px rgba(0,0,0,.25) !important;
}@media (min-width: 768px) {
  body.sk-home-page #leistungen .sk-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}@media (max-width: 900px) {
  html { font-size: 14px; }
  body { font-size: 14px; }

  body.sk-home-page .sk-home-content-surface .sk-container,
  body.sk-home-page .sk-trust-grid,
  body.sk-home-page .sk-seo-content-inner,
  body.sk-home-page .sk-footer > .sk-container,
  body:not(.sk-home-page) main .container,
  body:not(.sk-home-page) main .sk-container,
  body:not(.sk-home-page) main .wrap,
  body:not(.sk-home-page) .sk-footer > .sk-container {
    width: calc(100% - 28px) !important;
    max-width: none !important;
  }

  

  
  body:not(.sk-home-page) .hero h1,
  body.lkw-page .hero h1 { font-size: clamp(25px, 7vw, 32px) !important; }
  body:not(.sk-home-page) .hero p { font-size: 13.5px !important; }
  body:not(.sk-home-page) main > section:not(.hero),
  body:not(.sk-home-page) .page-section,
  body:not(.sk-home-page) .content-section {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  body:not(.sk-home-page) .content h2,
  body:not(.sk-home-page) .box h2,
  body:not(.sk-home-page) main section h2 { font-size: 22px !important; }
  body:not(.sk-home-page) .content h3,
  body:not(.sk-home-page) .box h3,
  body:not(.sk-home-page) main section h3 { font-size: 17px !important; }
  body:not(.sk-home-page) .content p,
  body:not(.sk-home-page) .content li,
  body:not(.sk-home-page) .box p,
  body:not(.sk-home-page) .box li,
  body:not(.sk-home-page) main section p,
  body:not(.sk-home-page) main section li { font-size: 13.5px !important; }

  html.sk-booking-ui-active .sk-modal-panel {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    border-radius: 12px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel h1 { font-size: 23px !important; }
  html.sk-booking-ui-active .sk-modal-panel h2 { font-size: 19px !important; }
  html.sk-booking-ui-active .sk-modal-panel p,
  html.sk-booking-ui-active .sk-modal-panel label,
  html.sk-booking-ui-active .sk-modal-panel li,
  html.sk-booking-ui-active .sk-modal-panel input,
  html.sk-booking-ui-active .sk-modal-panel select,
  html.sk-booking-ui-active .sk-modal-panel textarea,
  html.sk-booking-ui-active .sk-modal-panel button { font-size: 13px !important; }

  .sk-footer { padding: 38px 0 22px !important; }
  .sk-footer-grid {
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
  }
  .sk-footer-grid > .sk-footer-brand,
  .sk-footer-grid > .sk-footer-contact,
  .sk-footer-grid > :nth-child(3) {
    grid-column: 1 !important;
    justify-self: start !important;
  }
  .sk-footer-logo {
    width: 146px !important;
    max-height: 58px !important;
  }
  .sk-footer p,
  .sk-footer a,
  .sk-footer-links { font-size: 13px !important; }

  body.sk-home-page .sk-home-hero::after {
    background:
      linear-gradient(180deg, rgba(3,12,21,.25) 0%, rgba(3,12,21,.10) 34%, rgba(3,12,21,.14) 62%, rgba(3,12,21,.58) 100%),
      radial-gradient(ellipse at center, rgba(3,12,21,0) 38%, rgba(3,12,21,.27) 100%),
      linear-gradient(rgba(3,12,21,.09), rgba(3,12,21,.09)) !important;
  }
}@media (min-width: 768px) and (max-width: 900px) {
  body.sk-home-page .sk-home-hero,
  body.sk-home-page .sk-home-hero-grid { min-height: min(62vh, 535px) !important; }
  body.sk-home-page .sk-home-hero-content {
    width: calc(100% - 28px) !important;
    padding: 17px 17px !important;
    border-radius: 13px !important;
  }
  body.sk-home-page .sk-home-hero .sk-eyebrow { font-size: 10px !important; }
  body.sk-home-page .sk-home-hero h1 { font-size: clamp(26px, 7.6vw, 33px) !important; }
  body.sk-home-page .sk-home-hero .sk-lead { font-size: 13.5px !important; }
  body.sk-home-page .sk-btn {
    min-height: 42px !important;
    height: 42px !important;
    padding-inline: 11px !important;
    font-size: 12px !important;
  }
  body.sk-home-page .sk-home-content-surface > section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  body.sk-home-page .sk-service-start-badge {
    width: calc(100% - 28px) !important;
    padding: 10px 12px !important;
    font-size: 12px !important;
  }
  body.sk-home-page .sk-section-title { margin-bottom: 18px !important; }
  body.sk-home-page .sk-section-title h2,
  body.sk-home-page .sk-booking-cta h2,
  body.sk-home-page .sk-seo-content h2 { font-size: 23px !important; }
  body.sk-home-page .sk-section-title p,
  body.sk-home-page .sk-booking-cta p,
  body.sk-home-page .sk-seo-content p { font-size: 13.5px !important; }
  body.sk-home-page #leistungen .sk-cards { gap: 12px !important; }
  body.sk-home-page #leistungen .sk-card-body { padding: 15px !important; }
  body.sk-home-page #leistungen .sk-card h3 { font-size: 18px !important; }
  body.sk-home-page #leistungen .sk-card p { font-size: 13px !important; }
  body.sk-home-page #leistungen .sk-service-media {
    aspect-ratio: 16 / 7 !important;
    max-height: 180px !important;
  }
  body.sk-home-page #leistungen .sk-lkw-media {
    min-height: 0 !important;
    aspect-ratio: 16 / 8 !important;
  }
  body.sk-home-page #leistungen .sk-lkw-content { padding: 19px 18px 21px !important; }
  body.sk-home-page #leistungen .sk-lkw-content h3 { font-size: 24px !important; }
  body.sk-home-page .sk-process { gap: 10px !important; }
  body.sk-home-page .sk-step { padding: 15px !important; }
  body.sk-home-page .sk-offer-home-spotlight,
  body.sk-home-page .sk-booking-cta {
    width: calc(100% - 28px) !important;
    padding: 18px 17px !important;
  }

}@media (max-width: 767px) {
  
  body.sk-home-page #leistungen .sk-card > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 6.5 !important;
    max-height: 150px !important;
    object-fit: cover !important;
  }
  body.sk-home-page #leistungen .sk-cards { grid-template-columns: 1fr !important; }
  body.sk-home-page .sk-trust-grid { grid-template-columns: 1fr !important; }
  body.sk-home-page .sk-process { grid-template-columns: 1fr !important; }
}@media (max-width: 360px) {
  body.sk-home-page .sk-home-content-surface .sk-container,
  body.sk-home-page .sk-trust-grid,
  body.sk-home-page .sk-seo-content-inner,
  body.sk-home-page .sk-footer > .sk-container,
  body:not(.sk-home-page) main .container,
  body:not(.sk-home-page) main .sk-container,
  body:not(.sk-home-page) main .wrap,
  body:not(.sk-home-page) .sk-footer > .sk-container {
    width: calc(100% - 20px) !important;
  }
  body.sk-home-page .sk-home-hero-content { width: calc(100% - 20px) !important; }
  body.sk-home-page .sk-home-hero h1 { font-size: 25px !important; }
  body.sk-home-page .sk-service-start-badge,
  body.sk-home-page .sk-offer-home-spotlight,
  body.sk-home-page .sk-booking-cta { width: calc(100% - 20px) !important; }
}body.sk-home-page .sk-service-start-badge {
  padding: 11px 16px !important;
  font-size: 13px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > div {
  width: 100% !important;
  max-width: 720px !important;
  margin-inline: auto !important;
  padding: 22px 24px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > div > .text-center {
  margin-bottom: 20px !important;
  text-align: center !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll form {
  margin-top: 18px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll form section {
  display: grid !important;
  gap: 18px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll form section > div:first-child {
  margin-bottom: 0 !important;
}html.sk-booking-ui-active .sk-modal-panel [class~="sm:grid-cols-2"] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 84px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 13px !important;
  border: 1px solid #58839b !important;
  border-radius: 11px !important;
  background: #17354f !important;
  color: #f7fbff !important;
  text-align: left !important;
  white-space: normal !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card:hover,
html.sk-booking-ui-active .sk-modal-panel .wiz-select-card:focus-visible {
  border-color: #67d7ff !important;
  background: #214762 !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:first-child {
  box-sizing: border-box !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(103, 215, 255, .34) !important;
  border-radius: 9px !important;
  color: #67d7ff !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:first-child svg {
  width: 18px !important;
  height: 18px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:last-child {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  display: block !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:last-child > span {
  display: block !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:last-child > span:first-child {
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  color: #f7fbff !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:last-child > span:last-child {
  margin-top: 5px !important;
  font-size: 12.5px !important;
  line-height: 1.38 !important;
  color: #c5d4df !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav > div {
  width: 100% !important;
  max-width: 720px !important;
  margin-inline: auto !important;
  padding: 12px 24px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav > div > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}html.sk-booking-ui-active .sk-modal-panel ol.hidden {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}html.sk-booking-ui-active .sk-modal-panel ol.hidden > li {
  min-width: 0 !important;
  flex: 1 1 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}html.sk-booking-ui-active .sk-modal-panel [class~="sm:hidden"] {
  display: none !important;
}@media (max-width: 639px) {
  body.sk-home-page .sk-service-start-badge {
    padding: 10px 13px !important;
    font-size: 12.5px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > div {
    padding: 18px 16px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > div > .text-center {
    margin-bottom: 16px !important;
    padding-right: 38px !important;
    text-align: left !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll form {
    margin-top: 15px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll form section {
    gap: 14px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel [class~="sm:grid-cols-2"] {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-select-card {
    min-height: 76px !important;
    gap: 11px !important;
    padding: 11px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:first-child {
    flex-basis: 34px !important;
    width: 34px !important;
    height: 34px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:last-child > span:first-child {
    font-size: 13.5px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span:last-child > span:last-child {
    font-size: 12px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel ol.hidden {
    display: none !important;
  }
  html.sk-booking-ui-active .sk-modal-panel [class~="sm:hidden"] {
    display: block !important;
  }
  html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav > div {
    padding: 10px 16px !important;
  }
}html.sk-booking-ui-active .sk-modal-panel > .sk-modal-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 20 !important;
  width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 11px !important;
}@media (min-width: 768px) {
  html.sk-booking-ui-active .sk-modal-root {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    overflow: hidden !important;
  }
  html.sk-booking-ui-active .sk-modal-panel {
    position: relative !important;
    inset: auto !important;
    width: min(840px, calc(100vw - 48px)) !important;
    max-width: 840px !important;
    max-height: calc(100vh - 48px) !important;
    margin: auto !important;
    transform: none !important;
  }
}@media (max-width: 639px) {
  html.sk-booking-ui-active .sk-modal-panel [class~="sm:hidden"] > div:first-child {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 7px !important;
    font-size: 12.5px !important;
    line-height: 1.3 !important;
  }
  html.sk-booking-ui-active .sk-modal-panel [class~="sm:hidden"] > div:first-child > span {
    display: block !important;
  }
  html.sk-booking-ui-active .sk-modal-panel [class~="sm:hidden"] > div:last-child {
    height: 6px !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: rgba(88, 131, 155, .45) !important;
  }
  html.sk-booking-ui-active .sk-modal-panel [class~="sm:hidden"] > div:last-child > div {
    height: 100% !important;
    display: block !important;
    border-radius: inherit !important;
    background: #22bce7 !important;
  }
}:root {
  --sk-balanced-content: 1470px;
}body.sk-home-page .sk-home-content-surface .sk-container,
body.sk-home-page .sk-trust-grid,
body.sk-home-page .sk-seo-content-inner,
body.sk-home-page .sk-footer > .sk-container {
  width: min(var(--sk-balanced-content), calc(100% - (2 * var(--sk-balanced-gutter)))) !important;
  max-width: var(--sk-balanced-content) !important;
}@media (min-width: 768px) {
  body.sk-home-page #leistungen .sk-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
  body.sk-home-page #leistungen .sk-card {
    height: auto !important;
    min-height: 0 !important;
    border-radius: 16px !important;
  }
  body.sk-home-page #leistungen .sk-service-media {
    aspect-ratio: 16 / 8.1 !important;
    max-height: none !important;
  }
  body.sk-home-page #leistungen .sk-card-body {
    min-height: 250px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 24px 26px !important;
  }
  body.sk-home-page #leistungen .sk-card h3 {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
  }
  body.sk-home-page #leistungen .sk-card p {
    margin-top: 14px !important;
    font-size: 16px !important;
    line-height: 1.52 !important;
  }
  body.sk-home-page #leistungen .sk-duration {
    margin-top: auto !important;
    padding-top: 28px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
}@media (min-width: 900px) {
  body.sk-home-page #leistungen .sk-lkw-special {
    grid-template-columns: minmax(0, 42.2fr) minmax(0, 57.8fr) !important;
    min-height: 520px !important;
    margin-top: 24px !important;
  }
  body.sk-home-page #leistungen .sk-lkw-media {
    min-height: 520px !important;
  }
  body.sk-home-page #leistungen .sk-lkw-content {
    padding: 38px 40px 40px !important;
  }
}html.sk-reveal-ready body.sk-home-page .sk-reveal:not(.is-visible) {
  opacity: 0 !important;
  transform: translate3d(0, 12px, 0) !important;
}html.sk-reveal-ready body.sk-home-page .sk-reveal {
  transition:
    opacity 1100ms cubic-bezier(.22, 1, .36, 1),
    transform 1200ms cubic-bezier(.22, 1, .36, 1) !important;
}body.sk-home-page .sk-service-media img {
  transition: transform 1100ms cubic-bezier(.22, 1, .36, 1) !important;
}body.sk-home-page .sk-btn,
body.sk-home-page .sk-top-cta {
  transition:
    transform 420ms cubic-bezier(.22, 1, .36, 1),
    border-color 420ms ease,
    background-color 420ms ease,
    color 420ms ease !important;
}@media (prefers-reduced-motion: reduce) {
  html.sk-reveal-ready body.sk-home-page .sk-reveal,
  html.sk-reveal-ready body.sk-home-page .sk-reveal:not(.is-visible) {
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 1ms !important;
  }
}@media (min-width: 768px) {
  body.sk-home-page #leistungen .sk-card-body {
    box-sizing: border-box !important;
  }
}html.sk-reveal-ready body.sk-home-page .sk-cards .sk-card:nth-child(2),
html.sk-reveal-ready body.sk-home-page .sk-richtpreis-grid .sk-richtpreis-card:nth-child(2),
html.sk-reveal-ready body.sk-home-page .sk-process .sk-step:nth-child(2) {
  transition-delay: 80ms !important;
}html.sk-reveal-ready body.sk-home-page .sk-cards .sk-card:nth-child(3),
html.sk-reveal-ready body.sk-home-page .sk-richtpreis-grid .sk-richtpreis-card:nth-child(3),
html.sk-reveal-ready body.sk-home-page .sk-process .sk-step:nth-child(3) {
  transition-delay: 160ms !important;
}html.sk-reveal-ready body.sk-home-page .sk-process .sk-step:nth-child(4) {
  transition-delay: 240ms !important;
}@media (prefers-reduced-motion: reduce) {
  html.sk-reveal-ready body.sk-home-page .sk-reveal {
    transition-delay: 0ms !important;
  }
}body.sk-home-page #leistungen .sk-service-media {
  margin: 0 !important;
}@media (min-width: 768px) and (max-width: 899px) {
  body.sk-home-page #leistungen .sk-card-body {
    min-height: 270px !important;
    padding: 20px 18px 22px !important;
  }
  body.sk-home-page #leistungen .sk-card h3 {
    font-size: 21px !important;
  }
  body.sk-home-page #leistungen .sk-card p {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }
  body.sk-home-page #leistungen .sk-duration {
    padding-top: 20px !important;
    font-size: 12.5px !important;
  }
}:root {
  --sk-bg: #08182a;
  --sk-bg-soft: #0d2235;
  --sk-surface: #0d2235;
  --sk-surface-2: #12304a;
  --sk-card: #15314b;
  --sk-card-soft: #102940;
  --sk-panel: #122a42;
  --sk-panel-strong: #17344f;
  --sk-muted: #c2ced9;
  --sk-muted-2: #9fb2c4;
  --bg: #08182a;
  --bg2: #0d2235;
  --card: #122a42;
  --muted: #c2ced9;
}body { background-color: #08182a !important; }body.sk-home-page .sk-home-hero::before {
  filter: brightness(1.07) saturate(1.03) contrast(1.01) !important;
}body.sk-home-page .sk-home-hero::after {
  background:
    radial-gradient(circle at 69% 67%, rgba(255, 223, 150, .24) 0%, rgba(255, 223, 150, .16) 9%, rgba(255, 223, 150, .07) 16%, rgba(255, 223, 150, 0) 28%),
    radial-gradient(circle at 72% 64%, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .07) 5%, rgba(255, 255, 255, 0) 12%),
    linear-gradient(90deg, rgba(3, 12, 21, .80) 0%, rgba(3, 12, 21, .56) 44%, rgba(3, 12, 21, .12) 76%, rgba(3, 12, 21, .04) 100%),
    linear-gradient(180deg, rgba(3, 12, 21, .08) 0%, rgba(3, 12, 21, .03) 65%, rgba(3, 12, 21, .44) 100%) !important;
}body.sk-home-page .sk-home-hero-content {
  background: linear-gradient(145deg, rgba(8, 24, 39, .76), rgba(8, 24, 39, .54)) !important;
}body.sk-home-page .sk-home-content-surface {
  background-color: #0d2235 !important;
  background-image:
    radial-gradient(circle at 16% 0%, rgba(34, 188, 231, .10), transparent 36%),
    linear-gradient(180deg, #10283e 0%, #0d2235 28%, #08182a 100%) !important;
}body.sk-home-page .sk-trust-item,
body.sk-home-page .sk-step {
  background-color: rgba(18, 47, 72, .78) !important;
}body.sk-home-page .sk-card {
  background: linear-gradient(145deg, rgba(22, 52, 78, .97), rgba(13, 36, 56, .98)) !important;
}body.sk-home-page .sk-lkw-special { background-color: #0d2235 !important; }body.sk-home-page .sk-info { background-color: rgba(15, 43, 66, .82) !important; }body.sk-home-page .sk-offer-home-spotlight {
  background:
    radial-gradient(circle at 80% 10%, rgba(216, 179, 79, .14), transparent 42%),
    linear-gradient(135deg, #17283a, #0d1f31) !important;
}body.sk-home-page .sk-seo-content { background-color: rgba(8, 26, 44, .48) !important; }body.sk-home-page img[src*="service-programming"] { filter: brightness(1.09) saturate(1.02) !important; }body.sk-home-page img[src*="service-milling"] { filter: brightness(1.06) saturate(1.02) !important; }body.sk-home-page img[src*="service-keyless"] { filter: brightness(1.02) !important; }body:not(.sk-home-page) .hero::after {
  background: linear-gradient(90deg, rgba(4, 14, 27, .82) 0%, rgba(4, 14, 27, .66) 52%, rgba(4, 14, 27, .26) 100%) !important;
}body:not(.sk-home-page) .box,
body:not(.sk-home-page) .seo-related-links,
body:not(.sk-home-page) .knowledge-cta { background-color: #122a42 !important; }body.legal-static-page {
  --bg: #08182a;
  --bg2: #0d2235;
  --card: #122a42;
  --muted: #bcc9d6;
  background-color: #08182a !important;
}body.legal-static-page .top { background-color: #0a1d31 !important; }body.legal-static-page .hero { background: linear-gradient(135deg, #0a1d31, #102943) !important; }.sk-footer,
footer.sk-footer { background-color: #071522 !important; }.sk-privacy-banner,
.sk-privacy-dialog { background-color: #10283e !important; }html.sk-booking-ui-active .sk-modal-panel { background-color: #17354f !important; }html.sk-booking-ui-active .wiz-dropdown-panel,
html.sk-booking-ui-active .wiz-dropdown-list { background-color: #10283e !important; }@media (max-width: 767px) {
  body.sk-home-page .sk-home-hero::after {
    background:
      radial-gradient(circle at 67% 83%, rgba(255, 223, 150, .30) 0%, rgba(255, 223, 150, .18) 10%, rgba(255, 223, 150, .08) 18%, rgba(255, 223, 150, 0) 30%),
      radial-gradient(circle at 70% 80%, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .07) 6%, rgba(255, 255, 255, 0) 12%),
      linear-gradient(180deg, rgba(3, 12, 21, .10) 0%, rgba(3, 12, 21, .21) 38%, rgba(3, 12, 21, .54) 100%),
      linear-gradient(90deg, rgba(3, 12, 21, .15), rgba(3, 12, 21, .03)) !important;
  }
  body:not(.sk-home-page):not(.lkw-page) .hero::before {
    filter: brightness(1.07) saturate(1.02) !important;
  }
  body.lkw-page .hero::before {
    filter: brightness(1.18) contrast(1.01) !important;
  }
}body.lkw-page .hero::before {
  filter: brightness(1.16) contrast(1.03) saturate(1.02) !important;
}body.lkw-page .hero::after {
  background: linear-gradient(90deg, rgba(4, 14, 27, .54) 0%, rgba(4, 14, 27, .40) 52%, rgba(4, 14, 27, .14) 100%) !important;
}body.lkw-page .sk-privacy-trigger {
  display: none !important;
}body.lkw-page .hero::before {
  filter: brightness(1.24) contrast(1.04) saturate(1.03) !important;
}body.lkw-page .hero::after {
  background: linear-gradient(90deg, rgba(4, 14, 27, .44) 0%, rgba(4, 14, 27, .30) 52%, rgba(4, 14, 27, .08) 100%) !important;
}body.lkw-page .sk-privacy-trigger,
body.lkw-page .sk-privacy-host,
body.lkw-page .sk-privacy-banner,
body.lkw-page .sk-privacy-panel {
  display: none !important;
}body.sk-home-page .sk-home-hero {
  background-color: #071426 !important;
  background-image: none !important;
}body.sk-home-page .sk-home-hero::before,
body.sk-home-page .sk-home-hero::after {
  background: none !important;
  background-image: none !important;
  filter: none !important;
}.sk-privacy-trigger {
  display: none !important;
}.sk-privacy-key,
.sk-privacy-trigger {
  display: none !important;
}@media (min-width: 601px) and (max-width: 900px) {
  body:not(.sk-home-page) main > .hero,
  body:not(.sk-home-page) .hero {
    padding-top: 30px !important;
    padding-bottom: 26px !important;
  }
}@media (max-width: 600px) {
  body:not(.sk-home-page) main > .hero,
  body:not(.sk-home-page) .hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.lkw-page .hero::before {
    background-size: cover !important;
  }
}@keyframes sk-public-page-enter-v575 {
  from { opacity: 0; }
  to { opacity: 1; }
}@keyframes sk-public-target-enter-v575 {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (prefers-reduced-motion: no-preference) {
  body.sk-home-page > #root,
  body.sk-subpage-home-header > .sk-header,
  body.sk-subpage-home-header > .sk-brand-strip,
  body.sk-subpage-home-header > main,
  body.sk-subpage-home-header > .sk-footer,
  body:not(.sk-home-page):not(.sk-subpage-home-header) > main {
    animation: sk-public-page-enter-v575 860ms cubic-bezier(.22, .61, .36, 1) both;
  }

  body main :target {
    animation: sk-public-target-enter-v575 700ms cubic-bezier(.22, .61, .36, 1) both;
  }
}@media (prefers-reduced-motion: reduce) {
  body.sk-home-page > #root,
  body.sk-subpage-home-header > .sk-header,
  body.sk-subpage-home-header > .sk-brand-strip,
  body.sk-subpage-home-header > main,
  body.sk-subpage-home-header > .sk-footer,
  body:not(.sk-home-page):not(.sk-subpage-home-header) > main,
  body main :target {
    animation: none !important;
  }
}@media (hover: none) and (pointer: coarse) {
  html,
  body {
    touch-action: pan-x pan-y;
  }
}html.sk-booking-ui-active,
html.sk-booking-ui-active body {
  overscroll-behavior: none;
}html.sk-booking-ui-active .sk-modal-root {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}html.sk-booking-ui-active .sk-modal-panel {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  isolation: isolate !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-shell {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: contain !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  scroll-behavior: auto !important;
  scrollbar-gutter: stable both-edges;
}html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav {
  position: relative !important;
  z-index: 20 !important;
  flex: 0 0 auto !important;
}html.sk-booking-ui-active .sk-modal-panel :where(button,[role="button"],input,select,textarea) {
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: rgba(34, 188, 231, .18);
}html.sk-booking-ui-active .sk-modal-panel :where(button,[role="button"]):not(:disabled) {
  cursor: pointer !important;
}html.sk-booking-ui-active .sk-modal-panel :where(button,[role="button"]).sk-touch-active {
  filter: brightness(1.08);
}html.sk-booking-ui-active .wiz-dropdown-panel {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #0b1626 !important;
  border: 1px solid rgba(79, 190, 224, .66) !important;
  border-radius: 11px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .58) !important;
  color: #fff !important;
  pointer-events: auto !important;
  touch-action: pan-y !important;
}html.sk-booking-ui-active .wiz-dropdown-search,
html.sk-booking-ui-active .wiz-dropdown-freetext {
  flex: 0 0 auto !important;
}html.sk-booking-ui-active .wiz-dropdown-search {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 12px !important;
  background: #0b1626 !important;
  border-bottom: 1px solid rgba(79, 190, 224, .28) !important;
}html.sk-booking-ui-active .wiz-dropdown-search input {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  padding: 0 12px !important;
  font-size: 16px !important;
  background: #173149 !important;
  border: 1px solid #4d7891 !important;
  border-radius: 8px !important;
  color: #fff !important;
}html.sk-booking-ui-active .wiz-dropdown-list {
  box-sizing: border-box !important;
  display: block !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: contain !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  scrollbar-gutter: stable;
  background: #0b1626 !important;
}html.sk-booking-ui-active .wiz-dropdown-item,
html.sk-booking-ui-active .wiz-dropdown-freetext {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 13px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0b1626 !important;
  color: #f7fbff !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: left !important;
  white-space: normal !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}html.sk-booking-ui-active .wiz-dropdown-item:hover,
html.sk-booking-ui-active .wiz-dropdown-item:focus-visible,
html.sk-booking-ui-active .wiz-dropdown-item[data-selected="true"] {
  background: #173b55 !important;
  color: #fff !important;
}html.sk-booking-ui-active .wiz-dropdown-freetext {
  color: #67d7ff !important;
  border-top: 1px solid rgba(79, 190, 224, .28) !important;
}html.sk-booking-ui-active .sk-dropdown-open .will-change-transform,
html.sk-booking-ui-active .sk-dropdown-open .wiz-step-in-forward,
html.sk-booking-ui-active .sk-dropdown-open .wiz-step-in-backward {
  transform: none !important;
  will-change: auto !important;
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  html.sk-booking-ui-active,
  html.sk-booking-ui-active body {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  html.sk-booking-ui-active .sk-modal-root {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: var(--sk-mobile-booking-height, 100dvh) !important;
    padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)) !important;
    align-items: flex-start !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  html.sk-booking-ui-active .sk-modal-panel {
    width: 100% !important;
    max-width: 680px !important;
    height: calc(var(--sk-mobile-booking-height, 100dvh) - max(16px, env(safe-area-inset-top)) - max(16px, env(safe-area-inset-bottom))) !important;
    max-height: none !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll {
    scroll-padding-top: 18px !important;
    scroll-padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-panel.sk-inline-dropdown {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 240px !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-list {
    min-height: 150px !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-item,
  html.sk-booking-ui-active .wiz-dropdown-freetext {
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 12px 14px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel input,
  html.sk-booking-ui-active .sk-modal-panel select,
  html.sk-booking-ui-active .sk-modal-panel textarea,
  html.sk-booking-ui-active .sk-modal-panel button[role="combobox"] {
    font-size: 16px !important;
  }
}@media (min-width: 768px) {
  html.sk-booking-ui-active .sk-modal-root {
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    overflow: hidden !important;
  }

  html.sk-booking-ui-active .sk-modal-panel {
    width: min(880px, calc(100vw - 48px)) !important;
    max-width: 880px !important;
    height: min(780px, calc(100vh - 48px)) !important;
    max-height: calc(100vh - 48px) !important;
    margin: auto !important;
    border-radius: 16px !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-panel.sk-toplayer-dropdown {
    min-height: 180px !important;
  }
}.sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
  width: min(var(--sk-container), calc(100% - (2 * var(--sk-gutter))));
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(330px, 420px);
  justify-content: space-between;
  align-items: center;
  gap: clamp(28px, 3.2vw, 48px);
}.sk-dashboard-cluster {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  line-height: 1;
  isolation: isolate;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.34));
}.sk-dashboard-cluster__picture,
.sk-dashboard-cluster__image {
  display: block;
  width: 100%;
  height: auto;
}.sk-dashboard-cluster__image {
  user-select: none;
  -webkit-user-drag: none;
}.sk-dashboard-cluster__copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}.sk-dashboard-cluster__hotspot {
  position: absolute;
  z-index: 3;
  top: 66.5%;
  height: clamp(32px, 14%, 48px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: clamp(8px, 1vw, 13px);
  background: transparent;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}.sk-dashboard-cluster__hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.sk-dashboard-cluster__hotspot:hover::after {
  opacity: 1;
  background: rgba(70, 218, 255, 0.05);
  box-shadow: 0 0 18px rgba(40, 202, 255, 0.28);
}.sk-dashboard-cluster__hotspot:focus-visible {
  outline: none;
}.sk-dashboard-cluster__hotspot:focus-visible::after {
  opacity: 1;
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 198, 255, 0.58), 0 0 20px rgba(0, 198, 255, 0.52);
}.sk-dashboard-cluster__hotspot--booking {
  left: 28.1%;
  width: 21.1%;
}.sk-dashboard-cluster__hotspot--whatsapp {
  left: 50.8%;
  width: 21.5%;
}.sk-dashboard-cluster__hotspot--whatsapp:hover::after {
  background: rgba(0, 230, 148, 0.045);
  box-shadow: 0 0 18px rgba(0, 230, 148, 0.24);
}.sk-dashboard-cluster__hotspot--whatsapp:focus-visible::after {
  box-shadow: 0 0 0 3px rgba(0, 230, 148, 0.55), 0 0 20px rgba(0, 230, 148, 0.42);
}@media (max-width: 1180px) {
  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    grid-template-columns: minmax(0, 680px) minmax(300px, 370px);
    gap: 24px;
  }

  .sk-dashboard-cluster {
    max-width: 680px;
  }
}@media (max-width: 960px) {
  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: min(760px, calc(100% - (2 * var(--sk-gutter))));
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    gap: 26px;
    padding-top: clamp(44px, 7vh, 70px);
    padding-bottom: clamp(44px, 7vh, 70px);
  }

  .sk-dashboard-cluster {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 720px);
    max-width: 720px;
  }
}@media (max-width: 760px) {
  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: 100%;
    padding-inline: 0;
    justify-items: center;
  }

  .sk-dashboard-cluster {
    width: clamp(442px, 115.6vw, 519px);
    max-width: none;
    justify-self: center;
    margin-left: 0;
    transform: none;
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.32));
  }

  .sk-dashboard-cluster__hotspot {
    top: 64.8%;
    height: 36px;
    border-radius: 9px;
  }
}@media (max-width: 430px) {
  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    min-height: calc(100svh - var(--sk-shell-h));
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .sk-dashboard-cluster {
    width: clamp(425px, 117.3vw, 476px);
  }
}@media (prefers-reduced-motion: reduce) {
  .sk-dashboard-cluster__hotspot::after {
    transition: none;
  }
}body.sk-home-page .sk-home-hero,
body.sk-home-page .sk-home-hero-grid {
  min-height: calc(100vh - var(--sk-shell-h)) !important;
}@supports (height: 100dvh) {
  body.sk-home-page .sk-home-hero,
  body.sk-home-page .sk-home-hero-grid {
    min-height: calc(100dvh - var(--sk-shell-h)) !important;
  }
}body.sk-home-page .sk-home-hero::before {
  background-size: cover !important;
  background-position: center bottom !important;
}.sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
  box-sizing: border-box;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  padding-top: clamp(22px, 3vh, 34px);
  padding-bottom: 4px;
}.sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster,
.sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-privacy-host {
  grid-row: 1;
}.sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
  position: relative;
  inset: auto;
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: center;
  align-self: end;
  width: fit-content !important;
  max-width: calc(100% - 24px) !important;
  margin: 8px auto 0 !important;
  transform: none !important;
  z-index: 6;
}@media (max-width: 960px) {
  body.sk-home-page .sk-home-hero,
  body.sk-home-page .sk-home-hero-grid {
    min-height: auto !important;
  }

  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    grid-template-rows: auto auto auto;
    padding-top: 34px;
    padding-bottom: 18px;
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster { grid-row: 1; }
  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-privacy-host { grid-row: 2; }
  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge { grid-row: 3; }
}@media (max-width: 600px) {
  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: calc(100% - 24px) !important;
    max-width: 310px !important;
    transform: none !important;
  }
}@media (min-width: 961px) {
  body.sk-home-page .sk-home-hero,
  body.sk-home-page .sk-home-hero-grid {
    min-height: calc(100vh - var(--sk-shell-h) + 116px) !important;
  }
  @supports (height: 100dvh) {
    body.sk-home-page .sk-home-hero,
    body.sk-home-page .sk-home-hero-grid {
      min-height: calc(100dvh - var(--sk-shell-h) + 116px) !important;
    }
  }
  body.sk-home-page .sk-home-hero {
    overflow: clip !important;
  }
  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    align-content: stretch;
    padding-bottom: 10px;
  }
  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    margin-top: auto !important;
    margin-bottom: 4px !important;
  }
}.sk-dashboard-cluster {
  width: 85%;
  max-width: 646px;
}@media (max-width: 1180px) {
  .sk-dashboard-cluster {
    max-width: 578px;
  }
}@media (max-width: 960px) {
  .sk-dashboard-cluster {
    width: min(85%, 612px);
    max-width: 612px;
  }
}@media (max-width: 760px) {
  .sk-dashboard-cluster {
    width: clamp(442px, 116vw, 519px);
    max-width: none;
  }
}@media (max-width: 430px) {
  .sk-dashboard-cluster {
    width: clamp(425px, 117vw, 476px);
  }
}@media (max-width: 760px) {
  .sk-dashboard-cluster {
    transform-origin: center center;
  }
}body.sk-home-page .sk-home-hero {
  background-color: #101b25 !important;
  background-image: none !important;
}body.sk-home-page .sk-home-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  background: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center bottom / cover no-repeat !important;
  filter: brightness(1.04) saturate(1.02) contrast(1.01) !important;
  transform: none !important;
}body.sk-home-page .sk-home-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    radial-gradient(circle at 69% 67%, rgba(255, 223, 150, .22) 0%, rgba(255, 223, 150, .14) 10%, rgba(255, 223, 150, 0) 28%),
    linear-gradient(90deg, rgba(3, 12, 21, .70) 0%, rgba(3, 12, 21, .48) 43%, rgba(3, 12, 21, .12) 76%, rgba(3, 12, 21, .03) 100%),
    linear-gradient(180deg, rgba(3, 12, 21, .05) 0%, rgba(3, 12, 21, .02) 62%, rgba(3, 12, 21, .36) 100%) !important;
  filter: none !important;
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-hero::before {
    background: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") 62% center / cover no-repeat !important;
  }

  body.sk-home-page .sk-home-hero::after {
    background:
      radial-gradient(circle at 67% 83%, rgba(255, 223, 150, .22) 0%, rgba(255, 223, 150, .12) 12%, rgba(255, 223, 150, 0) 30%),
      linear-gradient(180deg, rgba(3, 12, 21, .10) 0%, rgba(3, 12, 21, .23) 38%, rgba(3, 12, 21, .58) 100%),
      linear-gradient(90deg, rgba(3, 12, 21, .16), rgba(3, 12, 21, .03)) !important;
  }
}@media (min-width: 961px) {
  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    grid-template-rows: auto auto !important;
    align-content: center !important;
    row-gap: clamp(10px, 1.4vh, 16px) !important;
    padding-top: clamp(14px, 2vh, 24px) !important;
    padding-bottom: clamp(14px, 2vh, 24px) !important;
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster {
    align-self: end;
    transform: translateY(-18px);
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    align-self: start;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-8px) !important;
  }
}@media (min-width: 961px) {
  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    align-content: center !important;
    padding-top: clamp(8px, 1.2vh, 14px) !important;
    padding-bottom: clamp(18px, 2.4vh, 30px) !important;
    row-gap: clamp(8px, 1.1vh, 14px) !important;
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster {
    align-self: end;
    transform: translateY(-52px) !important;
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    align-self: start;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-28px) !important;
  }
}@media (max-width: 960px) {
  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster {
    transform: translateY(-14px) !important;
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    transform: translateY(-10px) !important;
  }
}@media (min-width: 961px) {
  .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    align-content: center !important;
    padding-top: 0 !important;
    padding-bottom: clamp(28px, 3.2vh, 40px) !important;
    row-gap: clamp(6px, 0.9vh, 12px) !important;
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster {
    align-self: center !important;
    transform: translateY(-92px) !important;
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    align-self: start !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-56px) !important;
  }
}@media (max-width: 960px) {
  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster {
    transform: translateY(-20px) !important;
  }

  .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    transform: translateY(-14px) !important;
  }
}body.sk-home-page .sk-home-hero {
  background-color: transparent !important;
  background-image: none !important;
}body.sk-home-page .sk-home-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  background: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center bottom / cover no-repeat !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}body.sk-home-page .sk-home-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  filter: none !important;
  opacity: 0 !important;
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-hero::before {
    background: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") 62% center / cover no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}body.sk-home-page .sk-home-hero::before {
  inset: -12px -3% 0 -3% !important;
  background: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center bottom / cover no-repeat !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}@media (max-width: 1279px) and (min-width: 768px) {
  body.sk-home-page .sk-home-hero::before {
    inset: -8px -2% 0 -2% !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-hero::before {
    inset: 0 !important;
    background: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") 62% center / cover no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}@media (min-width: 1200px) {
  body.sk-home-page #leistungen {
    --sk-service-block-height: clamp(470px, 31.55vw, 520px);
  }

  body.sk-home-page #leistungen .sk-card,
  body.sk-home-page #leistungen .sk-lkw-special {
    height: var(--sk-service-block-height) !important;
    min-height: var(--sk-service-block-height) !important;
    max-height: var(--sk-service-block-height) !important;
  }

  body.sk-home-page #leistungen .sk-card-body {
    min-height: 0 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-media {
    height: 100% !important;
    min-height: 0 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-content {
    height: 100% !important;
    min-height: 0 !important;
    padding: 22px 30px 24px !important;
    justify-content: center !important;
  }

  body.sk-home-page #leistungen .sk-lkw-kicker {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-content h3 {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    font-size: clamp(27px, 2.15vw, 33px) !important;
    line-height: 1.08 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-lead {
    margin-top: 10px !important;
    font-size: 13.5px !important;
    line-height: 1.48 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-brands {
    margin-top: 12px !important;
    gap: 6px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-brands span {
    padding: 6px 8px !important;
    font-size: 10.5px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-services {
    margin-top: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-services strong {
    display: block !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-services p,
  body.sk-home-page #leistungen .sk-lkw-note {
    font-size: 12.25px !important;
    line-height: 1.42 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-note {
    margin-top: 12px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-content .sk-btn {
    height: 40px !important;
    min-height: 40px !important;
    margin-top: 14px !important;
    padding-inline: 18px !important;
    font-size: 12.5px !important;
  }
}@media (max-width: 760px) {
  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    justify-self: center !important;
  }

  body.sk-home-page .sk-dashboard-cluster__picture,
  body.sk-home-page .sk-dashboard-cluster__image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  
  body.sk-home-page .sk-home-content-surface {
    margin-top: 77px !important;
  }
}@media (max-width: 767px) {
  body.sk-home-page #leistungen .sk-lkw-special {
    margin-top: 16px !important;
    border-radius: 14px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-media {
    min-height: 0 !important;
    aspect-ratio: 3 / 1 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-media img {
    object-position: center 44% !important;
  }

  body.sk-home-page #leistungen .sk-lkw-content {
    padding: 10px 12px 12px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-kicker {
    font-size: 9px !important;
    line-height: 1.2 !important;
    letter-spacing: .14em !important;
  }

  body.sk-home-page #leistungen .sk-lkw-content h3 {
    margin: 6px 0 0 !important;
    font-size: 18px !important;
    line-height: 1.08 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-lead {
    margin-top: 6px !important;
    font-size: 10.75px !important;
    line-height: 1.42 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-brands {
    margin-top: 8px !important;
    gap: 4px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-brands span {
    padding: 4px 6px !important;
    font-size: 9px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-services {
    margin-top: 8px !important;
    gap: 8px !important;
  }

  body.sk-home-page #leistungen .sk-lkw-services strong,
  body.sk-home-page #leistungen .sk-lkw-services h4 {
    display: block !important;
    margin: 0 0 3px !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-services p {
    font-size: 10.5px !important;
    line-height: 1.34 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-note {
    margin-top: 7px !important;
    font-size: 10px !important;
    line-height: 1.34 !important;
  }

  body.sk-home-page #leistungen .sk-lkw-content .sk-btn {
    min-height: 36px !important;
    height: 36px !important;
    margin-top: 9px !important;
    padding-inline: 14px !important;
    font-size: 11px !important;
  }
}@media (min-width: 360px) and (max-width: 767px) {
  body.sk-home-page #leistungen .sk-lkw-services {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
  }
}@media (max-width: 767px) {
  :root {
  }
body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    position: relative !important;
    grid-template-rows: auto auto auto !important;
    padding-bottom: 0 !important;
  }

  body.sk-home-page .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    align-self: end !important;
    justify-self: center !important;
    margin: 30px auto 0 !important;
    transform: none !important;
    z-index: 8 !important;
  }

  
  body.sk-home-page .sk-home-content-surface {
    margin-top: 100px !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-hero {
    background: transparent !important;
    background-image: none !important;
    overflow: hidden !important;
  }

  body.sk-home-page .sk-home-hero::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -2 !important;
    background: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center top / cover no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.sk-home-page .sk-home-hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    filter: none !important;
    opacity: 0 !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: calc(100% - 28px) !important;
    min-height: clamp(520px, 73svh, 760px) !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    justify-items: stretch !important;
    align-content: start !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    row-gap: 0 !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-dashboard-cluster,
  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-hero-content,
  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-privacy-host {
    display: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel {
    display: block !important;
    position: relative;
    z-index: 7;
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    margin: 18px 0 auto !important;
    align-self: start;
    justify-self: stretch;
  }

  body.sk-home-page .sk-home-mobile-panel__surface {
    position: relative;
    overflow: hidden;
    padding: 16px 16px 14px;
    border-radius: 20px;
    border: 1px solid rgba(87, 192, 255, 0.24);
    background: linear-gradient(90deg,
      rgba(4, 12, 21, 0.94) 0%,
      rgba(4, 12, 21, 0.92) 42%,
      rgba(4, 12, 21, 0.82) 62%,
      rgba(4, 12, 21, 0.56) 78%,
      rgba(4, 12, 21, 0.24) 90%,
      rgba(4, 12, 21, 0.00) 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  body.sk-home-page .sk-home-mobile-panel__surface::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(69, 212, 255, 0.13), rgba(69, 212, 255, 0) 34%);
  }

  body.sk-home-page .sk-home-mobile-panel__surface::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 19px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.06);
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.94) 70%, rgba(0,0,0,.2) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.94) 70%, rgba(0,0,0,.2) 100%);
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    margin: 0 0 10px;
    color: #e6f7ff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(26px, 7.6vw, 38px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-wrap: balance;
    text-shadow: 0 2px 4px rgba(0,0,0,.36);
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    max-width: 78%;
    margin: 10px 0 0;
    color: rgba(245, 250, 255, 0.96);
    font-size: 13px;
    line-height: 1.36;
    text-shadow: 0 1px 2px rgba(0,0,0,.34);
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    min-width: 0;
    min-height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    border: 1px solid rgba(99, 214, 255, 0.34);
    background: linear-gradient(180deg, #4fd4ff 0%, #29befe 100%);
    color: #03131e;
    box-shadow: 0 10px 22px rgba(25, 164, 224, 0.28);
  }

  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    border: 1px solid rgba(14, 206, 123, 0.58);
    background: rgba(4, 14, 23, 0.34);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  }

  body.sk-home-page .sk-home-mobile-panel__btn-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-block;
  }

  body.sk-home-page .sk-home-mobile-panel__btn:active {
    transform: translateY(1px);
  }

  body.sk-home-page .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    position: relative !important;
    inset: auto !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    align-self: end !important;
    justify-self: center !important;
    width: calc(100% - 4px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    transform: none !important;
    z-index: 8 !important;
  }

  body.sk-home-page .sk-home-content-surface {
    margin-top: 0 !important;
  }
}@media (min-width: 768px) {
  body.sk-home-page .sk-home-mobile-panel {
    display: none !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    padding-top: 6px !important;
    min-height: clamp(500px, 70svh, 740px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel {
    margin-top: 10px !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel {
    width: 80% !important;
    max-width: 320px !important;
    margin: 18px 0 auto !important;
    justify-self: start !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface {
    padding: 13px 13px 12px !important;
    border-radius: 16px !important;
    background: linear-gradient(90deg,
      rgba(4, 12, 21, 0.93) 0%,
      rgba(4, 12, 21, 0.91) 40%,
      rgba(4, 12, 21, 0.72) 58%,
      rgba(4, 12, 21, 0.42) 72%,
      rgba(4, 12, 21, 0.14) 84%,
      rgba(4, 12, 21, 0.00) 96%) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.30) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::before {
    background:
      radial-gradient(circle at 78% 76%, rgba(69, 212, 255, 0.03) 0%, rgba(69, 212, 255, 0.02) 12%, rgba(69, 212, 255, 0.00) 28%),
      linear-gradient(180deg, rgba(69, 212, 255, 0.10), rgba(69, 212, 255, 0.00) 34%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::after {
    inset: 1px !important;
    border-radius: 15px !important;
    opacity: 0.82 !important;
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 58%, rgba(0,0,0,.55) 78%, rgba(0,0,0,.12) 94%, rgba(0,0,0,0) 100%) !important;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 58%, rgba(0,0,0,.55) 78%, rgba(0,0,0,.12) 94%, rgba(0,0,0,0) 100%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    margin-bottom: 8px !important;
    font-size: 7.2px !important;
    letter-spacing: 0.15em !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(21px, 6.1vw, 30px) !important;
    line-height: 1.04 !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    max-width: 73% !important;
    margin-top: 8px !important;
    font-size: 11px !important;
    line-height: 1.34 !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    gap: 8px !important;
    margin-top: 11px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    gap: 7px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn-icon {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel {
    width: clamp(286px, 78.6vw, 338px) !important;
    max-width: 338px !important;
    margin: 20px 0 auto !important;
    justify-self: start !important;
    align-self: start !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface {
    padding: 16px 16px 15px !important;
    border-radius: 18px !important;
    border-color: rgba(92, 195, 255, 0.22) !important;
    background: linear-gradient(90deg,
      rgba(4, 12, 21, 0.935) 0%,
      rgba(4, 12, 21, 0.92) 38%,
      rgba(4, 12, 21, 0.78) 56%,
      rgba(4, 12, 21, 0.49) 71%,
      rgba(4, 12, 21, 0.18) 84%,
      rgba(4, 12, 21, 0.02) 95%,
      rgba(4, 12, 21, 0.00) 100%) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.31) !important;
    -webkit-backdrop-filter: blur(2.4px) !important;
    backdrop-filter: blur(2.4px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::before {
    background:
      linear-gradient(180deg, rgba(66, 210, 255, 0.12), rgba(66, 210, 255, 0.00) 32%),
      radial-gradient(circle at 78% 72%, rgba(66, 210, 255, 0.035) 0%, rgba(66, 210, 255, 0.015) 16%, rgba(66, 210, 255, 0.00) 34%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::after {
    inset: 1px !important;
    border-radius: 17px !important;
    opacity: 0.78 !important;
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 56%, rgba(0,0,0,.68) 75%, rgba(0,0,0,.18) 92%, rgba(0,0,0,0) 100%) !important;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 56%, rgba(0,0,0,.68) 75%, rgba(0,0,0,.18) 92%, rgba(0,0,0,0) 100%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    margin: 0 0 11px !important;
    max-width: 88% !important;
    font-size: 7.8px !important;
    font-weight: 800 !important;
    letter-spacing: 0.155em !important;
    line-height: 1.32 !important;
    text-wrap: balance !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    max-width: 88% !important;
    font-size: clamp(22px, 6.55vw, 31px) !important;
    font-weight: 800 !important;
    line-height: 1.01 !important;
    letter-spacing: -0.028em !important;
    text-wrap: balance !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    max-width: 61.8% !important;
    margin-top: 12px !important;
    font-size: 11.6px !important;
    line-height: 1.38 !important;
    color: rgba(246, 250, 255, 0.95) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 15px !important;
    width: 61.8% !important;
    min-width: 176px !important;
    max-width: 214px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    width: 100% !important;
    min-height: 39px !important;
    padding: 0 14px !important;
    border-radius: 11px !important;
    font-size: 11.8px !important;
    font-weight: 700 !important;
    gap: 8px !important;
    justify-content: center !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    box-shadow: 0 9px 20px rgba(27, 167, 226, 0.24) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    background: rgba(4, 14, 23, 0.30) !important;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.16) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn-icon {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
  }
}@media (max-width: 389px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel {
    width: clamp(276px, 77.8vw, 320px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(21px, 6.4vw, 29px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc,
  body.sk-home-page .sk-home-mobile-panel__actions {
    width: 63.5% !important;
    max-width: 205px !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-hero::before {
    background-position: 58% top !important;
  }

  body.sk-home-page .sk-home-mobile-panel {
    width: clamp(244px, 66.8vw, 287px) !important;
    max-width: 287px !important;
    margin: 18px 0 auto !important;
    justify-self: start !important;
    align-self: start !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface {
    padding: 14px 14px 13px !important;
    border-radius: 16px !important;
    border-color: rgba(92, 195, 255, 0.20) !important;
    background: linear-gradient(90deg,
      rgba(4, 12, 21, 0.94) 0%,
      rgba(4, 12, 21, 0.92) 33%,
      rgba(4, 12, 21, 0.72) 49%,
      rgba(4, 12, 21, 0.40) 62%,
      rgba(4, 12, 21, 0.14) 74%,
      rgba(4, 12, 21, 0.03) 85%,
      rgba(4, 12, 21, 0.00) 96%) !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28) !important;
    -webkit-backdrop-filter: blur(1.15px) !important;
    backdrop-filter: blur(1.15px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::before {
    background:
      linear-gradient(180deg, rgba(66, 210, 255, 0.10), rgba(66, 210, 255, 0.00) 30%),
      radial-gradient(circle at 81% 76%, rgba(66, 210, 255, 0.015) 0%, rgba(66, 210, 255, 0.008) 14%, rgba(66, 210, 255, 0.00) 30%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::after {
    inset: 1px !important;
    border-radius: 15px !important;
    opacity: 0.72 !important;
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 52%, rgba(0,0,0,.56) 70%, rgba(0,0,0,.12) 88%, rgba(0,0,0,0) 100%) !important;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 52%, rgba(0,0,0,.56) 70%, rgba(0,0,0,.12) 88%, rgba(0,0,0,0) 100%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    margin: 0 0 10px !important;
    max-width: 92% !important;
    color: rgba(239, 248, 255, 0.98) !important;
    font-size: 8.8px !important;
    font-weight: 800 !important;
    letter-spacing: 0.11em !important;
    line-height: 1.26 !important;
    text-wrap: balance !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.40) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    max-width: 88% !important;
    font-size: clamp(21px, 6.2vw, 29px) !important;
    line-height: 1.01 !important;
    letter-spacing: -0.03em !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    max-width: 58% !important;
    margin-top: 10px !important;
    font-size: 11px !important;
    line-height: 1.36 !important;
    color: rgba(246, 250, 255, 0.96) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    width: 58% !important;
    min-width: 160px !important;
    max-width: 184px !important;
    gap: 8px !important;
    margin-top: 13px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    min-height: 36px !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    font-size: 11.2px !important;
    gap: 7px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    box-shadow: 0 8px 18px rgba(27, 167, 226, 0.22) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    background: rgba(4, 14, 23, 0.24) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn-icon {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
  }
}@media (max-width: 389px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-hero::before {
    background-position: 59% top !important;
  }

  body.sk-home-page .sk-home-mobile-panel {
    width: clamp(236px, 66vw, 276px) !important;
    max-width: 276px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    font-size: 8.5px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(20px, 6.0vw, 27px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc,
  body.sk-home-page .sk-home-mobile-panel__actions {
    width: 60% !important;
    max-width: 176px !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel__surface {
    background:
      linear-gradient(90deg,
        rgba(4, 12, 21, 0.95) 0%,
        rgba(4, 12, 21, 0.93) 34%,
        rgba(4, 12, 21, 0.70) 46%,
        rgba(4, 12, 21, 0.34) 55%,
        rgba(4, 12, 21, 0.12) 61%,
        rgba(4, 12, 21, 0.03) 67%,
        rgba(4, 12, 21, 0.00) 78%) !important;
    -webkit-backdrop-filter: blur(0.65px) !important;
    backdrop-filter: blur(0.65px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::before {
    background:
      linear-gradient(180deg, rgba(66, 210, 255, 0.08), rgba(66, 210, 255, 0.00) 28%),
      radial-gradient(circle at 80% 74%, rgba(66, 210, 255, 0.006) 0%, rgba(66, 210, 255, 0.003) 15%, rgba(66, 210, 255, 0.00) 34%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::after {
    opacity: 0.58 !important;
    mask-image: linear-gradient(90deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.98) 49%,
      rgba(0,0,0,.46) 60%,
      rgba(0,0,0,.10) 72%,
      rgba(0,0,0,0) 82%) !important;
    -webkit-mask-image: linear-gradient(90deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.98) 49%,
      rgba(0,0,0,.46) 60%,
      rgba(0,0,0,.10) 72%,
      rgba(0,0,0,0) 82%) !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-hero {
    margin-top: 0 !important;
    background: transparent !important;
  }

  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: 60.5% top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform: scale(1.01) !important;
    transform-origin: center top !important;
    filter: none !important;
    opacity: 1 !important;
  }

  body.sk-home-page .sk-home-hero::after {
    background: none !important;
    opacity: 0 !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    padding-top: 12px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface {
    padding: 14px 14px 18px !important;
    background: linear-gradient(90deg,
      rgba(4, 12, 21, 0.95) 0%,
      rgba(4, 12, 21, 0.93) 34%,
      rgba(4, 12, 21, 0.78) 46%,
      rgba(4, 12, 21, 0.36) 56%,
      rgba(4, 12, 21, 0.10) 64%,
      rgba(4, 12, 21, 0.02) 70%,
      rgba(4, 12, 21, 0.00) 76%) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::before {
    background:
      linear-gradient(180deg, rgba(66, 210, 255, 0.08), rgba(66, 210, 255, 0.00) 28%),
      radial-gradient(circle at 82% 78%, rgba(66, 210, 255, 0.00) 0%, rgba(66, 210, 255, 0.00) 22%, rgba(66, 210, 255, 0.01) 30%, rgba(66, 210, 255, 0.00) 34%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::after {
    opacity: 0.52 !important;
    mask-image: linear-gradient(90deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.985) 48%,
      rgba(0,0,0,.42) 58%,
      rgba(0,0,0,.08) 68%,
      rgba(0,0,0,0) 75%) !important;
    -webkit-mask-image: linear-gradient(90deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.985) 48%,
      rgba(0,0,0,.42) 58%,
      rgba(0,0,0,.08) 68%,
      rgba(0,0,0,0) 75%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    margin-top: 24px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn,
  body.sk-home-page .sk-home-mobile-panel__btn--booking,
  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel {
    width: 100% !important;
    max-width: none !important;
    margin: 18px 0 auto !important;
    justify-self: stretch !important;
    align-self: start !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    border: 1px solid rgba(99, 214, 255, 0.52) !important;
    background: linear-gradient(90deg,
      rgba(79, 212, 255, 0.98) 0%,
      rgba(66, 205, 255, 0.94) 38%,
      rgba(54, 198, 255, 0.78) 62%,
      rgba(43, 192, 254, 0.46) 80%,
      rgba(41, 190, 254, 0.18) 92%,
      rgba(41, 190, 254, 0.00) 100%) !important;
    box-shadow: 0 8px 18px rgba(27, 167, 226, 0.22) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel {
    transform: translateX(-10px) !important;
  }
}@media (max-width: 389px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel {
    transform: translateX(-8px) !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    color: #ffffff !important;
    border: 1px solid rgba(84, 198, 255, 0.68) !important;
    background: linear-gradient(90deg,
      rgba(7, 33, 51, 0.42) 0%,
      rgba(9, 48, 78, 0.36) 32%,
      rgba(18, 96, 151, 0.26) 58%,
      rgba(38, 170, 255, 0.16) 78%,
      rgba(49, 191, 255, 0.08) 90%,
      rgba(49, 191, 255, 0.00) 100%) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28) !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel__surface {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background-color: transparent !important;
    background-image: linear-gradient(90deg,
      rgba(4, 12, 21, 0.62) 0%,
      rgba(4, 12, 21, 0.60) 32%,
      rgba(4, 12, 21, 0.50) 46%,
      rgba(4, 12, 21, 0.30) 56%,
      rgba(4, 12, 21, 0.13) 63%,
      rgba(4, 12, 21, 0.04) 68%,
      rgba(4, 12, 21, 0.00) 73%) !important;
    background-repeat: no-repeat !important;
  }

  body.sk-home-page .sk-home-mobile-panel,
  body.sk-home-page .sk-home-mobile-panel__surface,
  body.sk-home-page .sk-home-mobile-panel__surface::before,
  body.sk-home-page .sk-home-mobile-panel__surface::after {
    box-shadow: none !important;
    filter: none !important;
    outline: none !important;
    border: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::before,
  body.sk-home-page .sk-home-mobile-panel__surface::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel,
  body.sk-home-page .sk-home-mobile-panel__surface {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface {
    position: relative !important;
    background: none !important;
    background-image: none !important;
    background-color: transparent !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: -4px -2px -4px -6px !important;
    pointer-events: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: radial-gradient(135% 108% at 14% 42%,
      rgba(4, 12, 21, 0.56) 0%,
      rgba(4, 12, 21, 0.52) 19%,
      rgba(4, 12, 21, 0.41) 33%,
      rgba(4, 12, 21, 0.26) 46%,
      rgba(4, 12, 21, 0.13) 58%,
      rgba(4, 12, 21, 0.05) 67%,
      rgba(4, 12, 21, 0.01) 74%,
      rgba(4, 12, 21, 0.00) 80%) !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page #sk-home-mobile-hero-panel {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
    max-height: 0 !important;
    clip-path: inset(0 0 100% 0 round 24px) !important;
    -webkit-clip-path: inset(0 0 100% 0 round 24px) !important;
    transform: translateY(10px) scaleY(0.92) !important;
    transform-origin: top center !important;
    transition:
      max-height 980ms cubic-bezier(.22,.61,.36,1),
      clip-path 980ms cubic-bezier(.22,.61,.36,1),
      -webkit-clip-path 980ms cubic-bezier(.22,.61,.36,1),
      opacity 520ms ease,
      transform 980ms cubic-bezier(.22,.61,.36,1),
      visibility 0s linear 980ms !important;
    will-change: max-height, clip-path, opacity, transform !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    max-height: 760px !important;
    clip-path: inset(0 0 0 0 round 24px) !important;
    -webkit-clip-path: inset(0 0 0 0 round 24px) !important;
    transform: translateY(0) scaleY(1) !important;
    transition-delay: 0s !important;
  }

  body.sk-home-page .sk-privacy-host {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition:
      opacity 420ms ease,
      visibility 0s linear 420ms !important;
  }

  body.sk-home-page.sk-home-privacy-ready .sk-privacy-host {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition-delay: 0s !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel__eyebrow,
  body.sk-home-page .sk-home-mobile-panel__eyebrow * {
    color: #ffffff !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title,
  body.sk-home-page .sk-home-mobile-panel__title * {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,.36) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc,
  body.sk-home-page .sk-home-mobile-panel__desc * {
    color: rgba(255,255,255,0.98) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.34) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn,
  body.sk-home-page .sk-home-mobile-panel__btn span,
  body.sk-home-page .sk-home-mobile-panel__btn svg,
  body.sk-home-page .sk-home-mobile-panel__btn .sk-home-mobile-panel__btn-icon,
  body.sk-home-page .sk-home-mobile-panel__btn--booking,
  body.sk-home-page .sk-home-mobile-panel__btn--booking span,
  body.sk-home-page .sk-home-mobile-panel__btn--wa,
  body.sk-home-page .sk-home-mobile-panel__btn--wa span {
    color: #ffffff !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  
  body.sk-home-page #sk-home-mobile-hero-panel {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
    max-height: 0 !important;
    clip-path: inset(0 0 100% 0 round 24px) !important;
    -webkit-clip-path: inset(0 0 100% 0 round 24px) !important;
    transform: translateY(16px) scaleY(0.88) !important;
    transform-origin: top center !important;
    filter: blur(10px) saturate(0.96) brightness(0.98) !important;
    transition:
      max-height 1520ms cubic-bezier(.16,1,.30,1) !important,
      clip-path 1520ms cubic-bezier(.16,1,.30,1) !important,
      -webkit-clip-path 1520ms cubic-bezier(.16,1,.30,1) !important,
      opacity 1080ms ease-out !important,
      transform 1520ms cubic-bezier(.16,1,.30,1) !important,
      filter 1200ms ease-out !important,
      visibility 0s linear 1520ms !important;
    will-change: max-height, clip-path, opacity, transform, filter !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    max-height: 780px !important;
    clip-path: inset(0 0 0 0 round 24px) !important;
    -webkit-clip-path: inset(0 0 0 0 round 24px) !important;
    transform: translateY(0) scaleY(1) !important;
    filter: blur(0) saturate(1) brightness(1) !important;
    transition-delay: 0s !important;
  }

  
  body.sk-home-page .sk-home-hero::after {
    background:
      radial-gradient(ellipse 28% 20% at 79% 76%, rgba(255, 213, 138, 0.28) 0%, rgba(255, 213, 138, 0.16) 18%, rgba(255, 213, 138, 0.00) 55%),
      radial-gradient(ellipse 22% 16% at 82% 74%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 15%, rgba(255, 255, 255, 0.00) 45%),
      radial-gradient(ellipse 44% 28% at 72% 66%, rgba(255, 184, 94, 0.10) 0%, rgba(255, 184, 94, 0.04) 26%, rgba(255, 184, 94, 0.00) 64%) !important;
    opacity: 1 !important;
    pointer-events: none !important;
    mix-blend-mode: screen !important;
  }

  
  body.sk-home-page .sk-home-hero::before {
    filter: brightness(1.02) saturate(1.03) contrast(1.01) !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel,
  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel__surface {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    filter: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel::before,
  body.sk-home-page .sk-home-mobile-panel::after,
  body.sk-home-page #sk-home-mobile-hero-panel::before,
  body.sk-home-page #sk-home-mobile-hero-panel::after,
  body.sk-home-page .sk-home-mobile-panel__surface::before,
  body.sk-home-page .sk-home-mobile-panel__surface::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    filter: none !important;
    opacity: 0 !important;
  }

  
  body.sk-home-page .sk-home-mobile-panel__eyebrow,
  body.sk-home-page .sk-home-mobile-panel__title,
  body.sk-home-page .sk-home-mobile-panel__desc {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32) !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page #sk-home-mobile-hero-panel {
    max-height: none !important;
    overflow: visible !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: translateX(-10px) !important;
    visibility: visible !important;
    pointer-events: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
    transform-origin: top center !important;
    clip-path: inset(0 0 100% 0 round 18px) !important;
    -webkit-clip-path: inset(0 0 100% 0 round 18px) !important;
    filter: none !important;
    transition:
      opacity 1000ms cubic-bezier(0, 0, 0.2, 1),
      transform 1000ms cubic-bezier(0, 0, 0.2, 1),
      clip-path 1000ms cubic-bezier(0, 0, 0.2, 1),
      -webkit-clip-path 1000ms cubic-bezier(0, 0, 0.2, 1),
      visibility 0s linear 1000ms !important;
    will-change: opacity, transform, clip-path !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel {
    pointer-events: auto !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    clip-path: inset(0 0 0 0 round 18px) !important;
    -webkit-clip-path: inset(0 0 0 0 round 18px) !important;
    filter: none !important;
    transition-delay: 0s !important;
  }

  body.sk-home-page .sk-privacy-host {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition:
      opacity 420ms ease,
      visibility 0s linear 420ms !important;
  }

  body.sk-home-page.sk-home-privacy-ready .sk-privacy-host {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition-delay: 0s !important;
  }
}@media (max-width: 389px), (hover: none) and (pointer: coarse) {
  body.sk-home-page #sk-home-mobile-hero-panel {
    transform: translateX(-8px) !important;
  }
}@media (prefers-reduced-motion: reduce) and (max-width: 767px) {
  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface,
  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    transition: none !important;
    transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }
}@media (min-width: 768px) {
  body.sk-home-page .sk-home-hero {
    background: transparent !important;
    overflow: hidden !important;
  }

  body.sk-home-page .sk-home-hero::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: -7% !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: -2 !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.sk-home-page .sk-home-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    pointer-events: none !important;
    background:
      radial-gradient(ellipse 23% 22% at 77% 61%, rgba(255, 224, 168, 0.12) 0%, rgba(255, 224, 168, 0.045) 33%, rgba(255, 224, 168, 0) 72%) !important;
    opacity: 1 !important;
    mix-blend-mode: screen !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: min(1320px, calc(100% - 80px)) !important;
    min-height: calc(100vh - var(--sk-shell-h)) !important;
    display: grid !important;
    grid-template-columns: minmax(520px, 650px) minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: clamp(34px, 4vw, 72px) !important;
    padding: clamp(34px, 5vh, 64px) 0 4px !important;
  }

  body.sk-home-page .sk-dashboard-cluster,
  body.sk-home-page .sk-home-hero-content {
    display: none !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel {
    display: block !important;
    position: relative !important;
    z-index: 7 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: start !important;
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    margin: 0 !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    position: relative !important;
    width: 100% !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    filter: none !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
    transform-origin: top center !important;
    clip-path: inset(0 0 100% 0 round 18px) !important;
    -webkit-clip-path: inset(0 0 100% 0 round 18px) !important;
    transition:
      opacity 1000ms cubic-bezier(0, 0, 0.2, 1),
      transform 1000ms cubic-bezier(0, 0, 0.2, 1),
      clip-path 1000ms cubic-bezier(0, 0, 0.2, 1),
      -webkit-clip-path 1000ms cubic-bezier(0, 0, 0.2, 1),
      visibility 0s linear 1000ms !important;
    will-change: opacity, transform, clip-path !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface::before,
  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface::after {
    content: none !important;
    display: none !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel {
    pointer-events: auto !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    clip-path: inset(0 0 0 0 round 18px) !important;
    -webkit-clip-path: inset(0 0 0 0 round 18px) !important;
    transition-delay: 0s !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    max-width: none !important;
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-size: clamp(12px, 0.9vw, 14px) !important;
    font-weight: 760 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.54) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    max-width: 610px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(48px, 4.25vw, 70px) !important;
    font-weight: 780 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    text-shadow: 0 3px 12px rgba(0,0,0,.58) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    width: min(100%, 510px) !important;
    max-width: 510px !important;
    margin: 24px 0 0 !important;
    color: #ffffff !important;
    font-size: clamp(17px, 1.25vw, 20px) !important;
    font-weight: 430 !important;
    line-height: 1.45 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.62) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    width: min(100%, 310px) !important;
    min-width: 0 !important;
    max-width: 310px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 30px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 24px !important;
    border-radius: 14px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 720 !important;
    line-height: 1 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.30) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    border: 1px solid rgba(84,198,255,.78) !important;
    background: linear-gradient(90deg,
      rgba(7,33,51,.58) 0%,
      rgba(10,52,84,.48) 37%,
      rgba(22,113,172,.32) 67%,
      rgba(49,191,255,.08) 92%,
      rgba(49,191,255,0) 100%) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    border: 1px solid rgba(37,211,102,.72) !important;
    background: linear-gradient(90deg,
      rgba(5,35,24,.54) 0%,
      rgba(7,56,35,.42) 43%,
      rgba(18,124,70,.20) 76%,
      rgba(37,211,102,0) 100%) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn-icon {
    width: 21px !important;
    height: 21px !important;
    flex: 0 0 21px !important;
  }

  body.sk-home-page .sk-home-hero-grid.sk-dashboard-cluster-ready > .sk-home-service-badge {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
  }

  body.sk-home-page .sk-privacy-host {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 420ms ease, visibility 0s linear 420ms !important;
  }

  body.sk-home-page.sk-home-privacy-ready .sk-privacy-host {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition-delay: 0s !important;
  }
}@media (min-width: 768px) and (max-width: 1399px) {
  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: min(1180px, calc(100% - 56px)) !important;
    grid-template-columns: minmax(470px, 570px) minmax(0, 1fr) !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel {
    max-width: 570px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(44px, 4.5vw, 62px) !important;
  }
}@media (min-width: 768px) and (max-width: 1023px) {
  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: 55% center !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: calc(100% - 44px) !important;
    grid-template-columns: minmax(400px, 500px) minmax(0, 1fr) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(40px, 5.6vw, 54px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    font-size: 17px !important;
  }
}@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface,
  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    transition: none !important;
    transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }
}@media (min-width: 768px) {
  body.sk-home-page .sk-home-hero {
    background: transparent !important;
    overflow: hidden !important;
  }

  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    filter: brightness(1.02) saturate(1.03) contrast(1.01) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.sk-home-page .sk-home-hero::after {
    background:
      radial-gradient(ellipse 22% 18% at 75% 77%, rgba(255, 213, 138, 0.24) 0%, rgba(255, 213, 138, 0.12) 22%, rgba(255, 213, 138, 0.00) 58%),
      radial-gradient(ellipse 17% 13% at 77% 75%, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 16%, rgba(255,255,255,0.00) 42%),
      linear-gradient(90deg, rgba(3, 12, 21, 0.18) 0%, rgba(3, 12, 21, 0.10) 28%, rgba(3, 12, 21, 0.00) 48%) !important;
    opacity: 1 !important;
    mix-blend-mode: screen !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: min(1340px, calc(100% - 84px)) !important;
    min-height: calc(100vh - var(--sk-shell-h)) !important;
    display: grid !important;
    grid-template-columns: minmax(500px, 610px) minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: clamp(28px, 3.4vw, 54px) !important;
    padding: clamp(30px, 4.4vh, 54px) 0 10px !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel {
    width: min(100%, 600px) !important;
    max-width: 600px !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    position: relative !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
    transform-origin: top center !important;
    clip-path: inset(0 0 100% 0 round 20px) !important;
    -webkit-clip-path: inset(0 0 100% 0 round 20px) !important;
    transition:
      opacity 1320ms cubic-bezier(.16,1,.30,1),
      transform 1320ms cubic-bezier(.16,1,.30,1),
      clip-path 1320ms cubic-bezier(.16,1,.30,1),
      -webkit-clip-path 1320ms cubic-bezier(.16,1,.30,1),
      visibility 0s linear 1320ms !important;
    will-change: opacity, transform, clip-path !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: -18px -28px -22px -28px !important;
    pointer-events: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: radial-gradient(128% 112% at 16% 40%,
      rgba(4, 12, 21, 0.58) 0%,
      rgba(4, 12, 21, 0.52) 18%,
      rgba(4, 12, 21, 0.42) 33%,
      rgba(4, 12, 21, 0.28) 46%,
      rgba(4, 12, 21, 0.14) 60%,
      rgba(4, 12, 21, 0.05) 70%,
      rgba(4, 12, 21, 0.00) 80%) !important;
    background-repeat: no-repeat !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface::after {
    content: none !important;
    display: none !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel {
    pointer-events: auto !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    clip-path: inset(0 0 0 0 round 20px) !important;
    -webkit-clip-path: inset(0 0 0 0 round 20px) !important;
    transition-delay: 0s !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    margin: 0 0 20px !important;
    font-size: clamp(12px, 0.86vw, 15px) !important;
    letter-spacing: 0.16em !important;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.54) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    max-width: 590px !important;
    font-size: clamp(50px, 4.25vw, 72px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    color: #ffffff !important;
    text-shadow: 0 3px 12px rgba(0,0,0,.58) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    margin: 24px 0 0 !important;
    font-size: clamp(17px, 1.18vw, 20px) !important;
    line-height: 1.45 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.62) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    width: min(100%, 382px) !important;
    max-width: 382px !important;
    gap: 14px !important;
    margin-top: 30px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    min-height: 58px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 720 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.30) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    border: 1.6px solid rgba(58, 201, 255, 0.92) !important;
    background: linear-gradient(90deg,
      rgba(10, 40, 66, 0.58) 0%,
      rgba(13, 64, 103, 0.48) 34%,
      rgba(20, 111, 171, 0.34) 60%,
      rgba(46, 186, 255, 0.20) 82%,
      rgba(46, 186, 255, 0.06) 100%) !important;
    box-shadow: 0 0 0 1px rgba(52, 198, 255, 0.18) inset, 0 10px 24px rgba(0,0,0,.18) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    border: 1.6px solid rgba(20, 230, 136, 0.90) !important;
    background: linear-gradient(90deg,
      rgba(4, 14, 23, 0.46) 0%,
      rgba(5, 20, 18, 0.34) 45%,
      rgba(8, 31, 23, 0.20) 74%,
      rgba(20, 230, 136, 0.00) 100%) !important;
    box-shadow: 0 0 0 1px rgba(20, 230, 136, 0.14) inset, 0 10px 24px rgba(0,0,0,.18) !important;
  }
}@media (min-width: 768px) and (max-width: 1399px) {
  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: min(1180px, calc(100% - 56px)) !important;
    grid-template-columns: minmax(460px, 560px) minmax(0, 1fr) !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel {
    max-width: 560px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(44px, 4.5vw, 62px) !important;
  }
}@media (min-width: 768px) and (max-width: 1023px) {
  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: calc(100% - 44px) !important;
    grid-template-columns: minmax(400px, 500px) minmax(0, 1fr) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(40px, 5.4vw, 54px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    font-size: 17px !important;
  }
}@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface,
  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    transition: none !important;
    transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }
}@media (min-width: 768px) {
  body.sk-home-page .sk-home-hero {
    background: transparent !important;
    overflow: hidden !important;
  }

  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    filter: brightness(1.02) saturate(1.03) contrast(1.02) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  
  body.sk-home-page .sk-home-hero::after {
    background:
      radial-gradient(ellipse 20% 15% at 74% 77%, rgba(255, 212, 136, 0.20) 0%, rgba(255, 212, 136, 0.10) 22%, rgba(255, 212, 136, 0.00) 58%),
      radial-gradient(ellipse 16% 12% at 76% 75%, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 18%, rgba(255,255,255,0.00) 40%),
      linear-gradient(90deg, rgba(4, 11, 18, 0.22) 0%, rgba(4, 11, 18, 0.13) 20%, rgba(4, 11, 18, 0.05) 34%, rgba(4, 11, 18, 0.00) 48%) !important;
    mix-blend-mode: screen !important;
    opacity: 1 !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: min(1360px, calc(100% - 86px)) !important;
    min-height: calc(100vh - var(--sk-shell-h)) !important;
    display: grid !important;
    grid-template-columns: minmax(520px, 620px) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: clamp(30px, 4vw, 64px) !important;
    padding: clamp(44px, 7vh, 78px) 0 clamp(10px, 2.4vh, 24px) !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel {
    width: min(100%, 590px) !important;
    max-width: 590px !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    position: relative !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;

    
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(18px) !important;
    transform-origin: top center !important;
    clip-path: inset(0 0 100% 0 round 22px) !important;
    -webkit-clip-path: inset(0 0 100% 0 round 22px) !important;
    transition:
      opacity 1500ms cubic-bezier(.16,1,.30,1),
      transform 1500ms cubic-bezier(.16,1,.30,1),
      clip-path 1500ms cubic-bezier(.16,1,.30,1),
      -webkit-clip-path 1500ms cubic-bezier(.16,1,.30,1),
      visibility 0s linear 1500ms !important;
    will-change: opacity, transform, clip-path !important;
  }

  
  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface::before {
    content: "" !important;
    position: absolute !important;
    inset: -26px -20px -30px -18px !important;
    pointer-events: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background:
      radial-gradient(115% 120% at 10% 38%,
        rgba(5, 11, 19, 0.52) 0%,
        rgba(5, 11, 19, 0.46) 18%,
        rgba(5, 11, 19, 0.34) 32%,
        rgba(5, 11, 19, 0.20) 46%,
        rgba(5, 11, 19, 0.08) 58%,
        rgba(5, 11, 19, 0.00) 70%) !important;
    background-repeat: no-repeat !important;
    filter: blur(2px) !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface::after {
    content: none !important;
    display: none !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel {
    pointer-events: auto !important;
  }

  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    clip-path: inset(0 0 0 0 round 22px) !important;
    -webkit-clip-path: inset(0 0 0 0 round 22px) !important;
    transition-delay: 0s !important;
  }

  
  body.sk-home-page .sk-home-mobile-panel__surface,
  body.sk-home-page .sk-home-mobile-panel__surface * {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.56) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    margin: 0 0 20px !important;
    font-size: clamp(13px, 0.86vw, 15px) !important;
    letter-spacing: 0.16em !important;
    font-weight: 760 !important;
    line-height: 1.15 !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    max-width: 580px !important;
    margin: 0 !important;
    font-size: clamp(56px, 4.25vw, 72px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    font-weight: 800 !important;
  }

  body.sk-home-page .sk-home-mobile-panel__divider,
  body.sk-home-page .sk-home-mobile-panel hr {
    width: min(100%, 520px) !important;
    height: 1px !important;
    margin: 22px 0 22px !important;
    border: 0 !important;
    background: linear-gradient(90deg, rgba(60, 198, 255, 0.55) 0%, rgba(60, 198, 255, 0.20) 58%, rgba(60, 198, 255, 0.00) 100%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    width: min(100%, 420px) !important;
    max-width: 420px !important;
    margin: 0 !important;
    font-size: clamp(18px, 1.15vw, 22px) !important;
    line-height: 1.38 !important;
    font-weight: 600 !important;
    white-space: pre-line !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    width: min(100%, 425px) !important;
    max-width: 425px !important;
    margin-top: 30px !important;
    gap: 14px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn,
  body.sk-home-page .sk-home-mobile-panel__btn * {
    color: #ffffff !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    opacity: 1 !important;
    text-decoration: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    min-height: 60px !important;
    border-radius: 18px !important;
    font-size: 18px !important;
    font-weight: 760 !important;
    letter-spacing: -0.01em !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.16) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    border: 1.8px solid rgba(58, 201, 255, 0.98) !important;
    background: linear-gradient(90deg,
      rgba(10, 40, 66, 0.60) 0%,
      rgba(13, 64, 103, 0.50) 34%,
      rgba(20, 111, 171, 0.36) 60%,
      rgba(46, 186, 255, 0.22) 80%,
      rgba(46, 186, 255, 0.08) 92%,
      rgba(46, 186, 255, 0.00) 100%) !important;
    box-shadow:
      0 0 0 1px rgba(52, 198, 255, 0.22) inset,
      0 0 16px rgba(32, 176, 255, 0.14),
      0 8px 20px rgba(0, 0, 0, 0.16) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    border: 1.8px solid rgba(20, 230, 136, 0.98) !important;
    background: linear-gradient(90deg,
      rgba(4, 14, 23, 0.48) 0%,
      rgba(5, 20, 18, 0.36) 45%,
      rgba(8, 31, 23, 0.22) 74%,
      rgba(20, 230, 136, 0.00) 100%) !important;
    box-shadow:
      0 0 0 1px rgba(20, 230, 136, 0.18) inset,
      0 0 16px rgba(20, 230, 136, 0.12),
      0 8px 20px rgba(0, 0, 0, 0.16) !important;
  }
}@media (min-width: 768px) and (max-width: 1279px) {
  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: calc(100% - 56px) !important;
    grid-template-columns: minmax(470px, 560px) minmax(0, 1fr) !important;
    padding-top: 38px !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel {
    max-width: 540px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(48px, 4.6vw, 64px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    font-size: 18px !important;
    max-width: 392px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    max-width: 390px !important;
  }
}@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface,
  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    transition: none !important;
    transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    border: 1.8px solid rgba(58, 201, 255, 0.98) !important;
    background: linear-gradient(90deg,
      rgba(10, 40, 66, 0.56) 0%,
      rgba(13, 64, 103, 0.46) 34%,
      rgba(20, 111, 171, 0.34) 60%,
      rgba(46, 186, 255, 0.20) 80%,
      rgba(46, 186, 255, 0.08) 92%,
      rgba(46, 186, 255, 0.00) 100%) !important;
    box-shadow:
      0 0 0 1px rgba(52, 198, 255, 0.22) inset,
      0 0 16px rgba(32, 176, 255, 0.18),
      0 8px 20px rgba(0, 0, 0, 0.18) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    border: 1.8px solid rgba(20, 230, 136, 0.98) !important;
    box-shadow:
      0 0 0 1px rgba(20, 230, 136, 0.18) inset,
      0 0 16px rgba(20, 230, 136, 0.14),
      0 8px 20px rgba(0, 0, 0, 0.18) !important;
    background: linear-gradient(90deg,
      rgba(4, 14, 23, 0.46) 0%,
      rgba(5, 20, 18, 0.34) 45%,
      rgba(8, 31, 23, 0.20) 74%,
      rgba(20, 230, 136, 0.00) 100%) !important;
  }
}html.sk-booking-ui-active,
html.sk-booking-ui-active body {
  overflow: hidden !important;
  overscroll-behavior: none !important;
}html.sk-booking-ui-active .sk-modal-root {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(10px, 2vw, 24px) !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}html.sk-booking-ui-active .sk-modal-panel {
  position: relative !important;
  z-index: 1 !important;
  width: min(900px, calc(100vw - 32px)) !important;
  max-width: 900px !important;
  height: min(820px, calc(100vh - 32px)) !important;
  max-height: calc(100vh - 32px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  isolation: isolate !important;
}@supports (height: 100dvh) {
  html.sk-booking-ui-active .sk-modal-panel {
    height: min(820px, calc(100dvh - 32px)) !important;
    max-height: calc(100dvh - 32px) !important;
  }
}html.sk-booking-ui-active .sk-modal-panel .wiz-shell {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  overflow: hidden !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-y: contain !important;
  touch-action: pan-y !important;
  scroll-behavior: auto !important;
  overflow-anchor: none !important;
  scrollbar-gutter: stable !important;
  scroll-padding-top: 12px !important;
  scroll-padding-bottom: 18px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl,
html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav > .max-w-2xl {
  width: 100% !important;
  max-width: 720px !important;
  min-width: 0 !important;
}html.sk-booking-ui-active .sk-modal-panel form,
html.sk-booking-ui-active .sk-modal-panel form > div,
html.sk-booking-ui-active .sk-modal-panel form section,
html.sk-booking-ui-active .sk-modal-panel form section > *,
html.sk-booking-ui-active .sk-modal-panel .grid,
html.sk-booking-ui-active .sk-modal-panel .flex,
html.sk-booking-ui-active .sk-modal-panel label,
html.sk-booking-ui-active .sk-modal-panel p,
html.sk-booking-ui-active .sk-modal-panel span {
  min-width: 0;
}html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav,
html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky {
  position: relative !important;
  bottom: auto !important;
  z-index: 30 !important;
  width: 100% !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  background: #071426 !important;
  border-top: 1px solid rgba(79, 190, 224, .32) !important;
  box-shadow: 0 -8px 18px rgba(0, 0, 0, .22) !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-modal-close,
html.sk-booking-ui-active .sk-modal-panel > .sk-modal-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 80 !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 11px !important;
  line-height: 1 !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-modal-close svg {
  width: 21px !important;
  height: 21px !important;
}html.sk-booking-ui-active .sk-modal-panel :where(input, select, textarea, button, [role="button"], [role="combobox"]) {
  box-sizing: border-box !important;
  max-width: 100% !important;
}html.sk-booking-ui-active .sk-modal-panel :where(input, select, textarea, button[role="combobox"]) {
  width: 100% !important;
  min-width: 0 !important;
}html.sk-booking-ui-active .sk-modal-panel :where(input, select, button[role="combobox"]) {
  min-height: 48px !important;
}html.sk-booking-ui-active .sk-modal-panel textarea {
  min-height: 88px !important;
}html.sk-booking-ui-active .sk-modal-panel select,
html.sk-booking-ui-active .sk-modal-panel button[role="combobox"] {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}html.sk-booking-ui-active .sk-modal-panel button[role="combobox"] > span:first-child {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}html.sk-booking-ui-active .sk-modal-panel button[role="combobox"] > span:last-child {
  flex: 0 0 auto !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-vehicle-choice-grid {
  min-width: 0 !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card > span {
  min-width: 0 !important;
}html.sk-booking-ui-active .wiz-dropdown-panel {
  min-width: 0 !important;
  max-width: min(520px, calc(100vw - 24px)) !important;
  max-height: min(440px, calc(100dvh - 100px)) !important;
  overflow: hidden !important;
  z-index: 2147483640 !important;
}html.sk-booking-ui-active .wiz-dropdown-panel.sk-inline-dropdown {
  width: 100% !important;
  max-width: 100% !important;
}html.sk-booking-ui-active .wiz-dropdown-list {
  min-height: 0 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
}html.sk-booking-ui-active .sk-modal-panel [role="alert"],
html.sk-booking-ui-active .sk-modal-panel .text-destructive {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  scroll-margin-top: 16px !important;
}html.sk-booking-ui-active .sk-modal-panel [data-sk-booking-first-control="1"] {
  scroll-margin-top: 14px !important;
}html.sk-booking-ui-active [data-radix-popper-content-wrapper] {
  z-index: 2147483642 !important;
  max-width: calc(100vw - 20px) !important;
}html.sk-booking-ui-active [data-radix-popper-content-wrapper] > * {
  max-width: calc(100vw - 20px) !important;
}@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  html.sk-booking-ui-active,
  html.sk-booking-ui-active body {
    width: 100% !important;
    height: 100% !important;
  }

  html.sk-booking-ui-active .sk-modal-root {
    align-items: stretch !important;
    justify-content: stretch !important;
    width: 100vw !important;
    height: var(--sk-mobile-booking-height, 100dvh) !important;
    max-height: var(--sk-mobile-booking-height, 100dvh) !important;
    padding: 0 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel {
    width: 100vw !important;
    max-width: 100vw !important;
    height: var(--sk-mobile-booking-height, 100dvh) !important;
    min-height: var(--sk-mobile-booking-height, 100dvh) !important;
    max-height: var(--sk-mobile-booking-height, 100dvh) !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl {
    max-width: none !important;
    padding: 16px 16px 20px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl > .text-center:first-child {
    min-height: 56px !important;
    padding-right: 54px !important;
    text-align: left !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl > .text-center:first-child h1 {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl > .text-center:first-child p {
    max-width: 270px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav > .max-w-2xl,
  html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky > .max-w-2xl {
    max-width: none !important;
    padding: 10px max(16px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)) !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav button,
  html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky button {
    min-width: 100px !important;
    min-height: 44px !important;
    height: 44px !important;
    padding-inline: 16px !important;
    font-size: 14px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .sk-modal-close,
  html.sk-booking-ui-active .sk-modal-panel > .sk-modal-close {
    top: max(10px, env(safe-area-inset-top)) !important;
    right: max(10px, env(safe-area-inset-right)) !important;
  }

  html.sk-booking-ui-active .sk-modal-panel form {
    margin-top: 14px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel form section {
    width: 100% !important;
    min-width: 0 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel form h2 {
    max-width: calc(100% - 4px) !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
  }

  html.sk-booking-ui-active .sk-modal-panel form h3 {
    overflow-wrap: anywhere !important;
  }

  html.sk-booking-ui-active .sk-modal-panel label {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel :where(input, select, textarea, button[role="combobox"]) {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel :where(input, select, button[role="combobox"]) {
    min-height: 52px !important;
    height: 52px !important;
    padding-left: 14px !important;
    padding-right: 38px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel button[role="combobox"] {
    padding-right: 12px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .grid.grid-cols-2.gap-3 {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr) !important;
    gap: 10px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .grid.grid-cols-\[96px_1fr\] {
    grid-template-columns: 82px minmax(0, 1fr) !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-select-card {
    position: relative !important;
    padding: 12px 13px !important;
    border-radius: 12px !important;
  }

  
  html.sk-booking-ui-active .sk-modal-panel form section > div > label + .grid.gap-2 .wiz-select-card,
  html.sk-booking-ui-active .sk-modal-panel form section .grid.gap-2 .wiz-select-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-content: initial !important;
    gap: 10px !important;
    min-height: 72px !important;
    text-align: left !important;
  }

  html.sk-booking-ui-active .sk-modal-panel form section .grid.gap-2 .wiz-select-card > span:first-child {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  html.sk-booking-ui-active .sk-modal-panel form section .grid.gap-2 .wiz-select-card > span:first-child > span {
    position: static !important;
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  html.sk-booking-ui-active .sk-modal-panel form section .grid.gap-2 .wiz-select-card > svg,
  html.sk-booking-ui-active .sk-modal-panel form section .grid.gap-2 .wiz-select-card > span:last-child:not(:first-child) {
    position: static !important;
    grid-column: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-panel {
    max-width: calc(100vw - 20px) !important;
    max-height: min(58dvh, 500px) !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-panel.sk-inline-dropdown {
    max-width: 100% !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-search input {
    min-height: 44px !important;
    height: 44px !important;
    font-size: 16px !important;
    padding-right: 12px !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-item,
  html.sk-booking-ui-active .wiz-dropdown-freetext {
    min-height: 48px !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
  }

  html.sk-booking-ui-active [data-radix-popper-content-wrapper] {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  html.sk-booking-ui-active [data-radix-popper-content-wrapper] > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  html.sk-booking-ui-active .sk-modal-panel input[type="checkbox"] {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin-top: 2px !important;
    flex: 0 0 20px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel input[type="checkbox"] + span,
  html.sk-booking-ui-active .sk-modal-panel label:has(input[type="checkbox"]) {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card,
  html.sk-booking-ui-active .sk-modal-panel .card-premium {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}@media (max-width: 370px), (hover: none) and (pointer: coarse) {
  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .grid.grid-cols-2.gap-3 {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) !important;
    gap: 8px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav button,
  html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky button {
    min-width: 94px !important;
    padding-inline: 13px !important;
  }
}@media (min-width: 768px) and (max-height: 760px) {
  html.sk-booking-ui-active .sk-modal-root {
    padding: 8px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel {
    height: calc(100vh - 16px) !important;
    max-height: calc(100vh - 16px) !important;
  }
}html.sk-booking-ui-active .sk-modal-panel form section .grid.gap-2 .wiz-select-card > span:first-child {
  flex: 1 1 auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}@media (min-width: 768px) {
  body.sk-home-page {
    --sk-header-h: 74px !important;
    --sk-brand-h: 34px !important;
    --sk-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h)) !important;
  }

  
  

  

  

  

  

  

  

  

  

  
  

  
  

  

  
  
  body.sk-home-page .sk-home-hero {
    top: var(--sk-shell-h) !important;
    min-height: calc(100vh - var(--sk-shell-h) + 44px) !important;
    background: #0a1119 !important;
    overflow: hidden !important;
  }

  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-size: cover !important;
    background-position: center 44% !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  
  body.sk-home-page .sk-home-hero::after {
    background: linear-gradient(90deg,
      rgba(3, 10, 17, 0.38) 0%,
      rgba(3, 10, 17, 0.22) 16%,
      rgba(3, 10, 17, 0.08) 30%,
      rgba(3, 10, 17, 0.00) 44%) !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    pointer-events: none !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: min(1440px, calc(100% - 96px)) !important;
    min-height: calc(100vh - var(--sk-shell-h) + 44px) !important;
    display: grid !important;
    grid-template-columns: minmax(470px, 575px) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: clamp(36px, 4.2vw, 74px) !important;
    padding: clamp(28px, 4.3vh, 56px) 0 clamp(18px, 2.6vh, 30px) !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 0 0 5% !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    position: relative !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
  }

  
  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface::before {
    content: "" !important;
    position: absolute !important;
    inset: -28px -24px -32px -22px !important;
    z-index: -1 !important;
    pointer-events: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: radial-gradient(118% 126% at 10% 40%,
      rgba(3, 9, 16, 0.48) 0%,
      rgba(3, 9, 16, 0.41) 20%,
      rgba(3, 9, 16, 0.29) 36%,
      rgba(3, 9, 16, 0.15) 51%,
      rgba(3, 9, 16, 0.05) 63%,
      rgba(3, 9, 16, 0.00) 74%) !important;
    filter: blur(2px) !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface::after {
    content: none !important;
    display: none !important;
  }

  body.sk-home-page .sk-home-mobile-panel__surface,
  body.sk-home-page .sk-home-mobile-panel__surface * {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 2px 9px rgba(0,0,0,0.60) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    margin: 0 0 16px !important;
    font-size: clamp(12px, 0.8vw, 14px) !important;
    letter-spacing: 0.16em !important;
    font-weight: 780 !important;
    line-height: 1.15 !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    max-width: 540px !important;
    margin: 0 !important;
    font-size: clamp(50px, 3.7vw, 64px) !important;
    line-height: 0.99 !important;
    letter-spacing: -0.045em !important;
    font-weight: 820 !important;
  }

  body.sk-home-page .sk-home-mobile-panel__divider,
  body.sk-home-page .sk-home-mobile-panel hr {
    width: min(100%, 372px) !important;
    height: 1px !important;
    margin: 20px 0 !important;
    border: 0 !important;
    background: linear-gradient(90deg,
      rgba(60, 198, 255, 0.62) 0%,
      rgba(60, 198, 255, 0.22) 58%,
      rgba(60, 198, 255, 0.00) 100%) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    width: min(100%, 372px) !important;
    max-width: 372px !important;
    margin: 0 !important;
    font-size: clamp(17px, 1.02vw, 20px) !important;
    line-height: 1.38 !important;
    font-weight: 600 !important;
    white-space: normal !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    width: min(100%, 372px) !important;
    max-width: 372px !important;
    margin-top: 26px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 18px !important;
    border-radius: 17px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 780 !important;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--booking {
    border: 2.2px solid rgba(39, 214, 255, 1) !important;
    background: linear-gradient(90deg,
      rgba(10, 40, 66, 0.60) 0%,
      rgba(13, 64, 103, 0.50) 34%,
      rgba(20, 111, 171, 0.36) 60%,
      rgba(46, 186, 255, 0.22) 80%,
      rgba(46, 186, 255, 0.08) 92%,
      rgba(46, 186, 255, 0.00) 100%) !important;
    box-shadow:
      0 0 0 1px rgba(52, 198, 255, 0.34) inset,
      0 0 18px rgba(32, 176, 255, 0.20),
      0 8px 20px rgba(0, 0, 0, 0.16) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn--wa {
    border: 2.2px solid rgba(0, 235, 128, 1) !important;
    background: linear-gradient(90deg,
      rgba(4, 14, 23, 0.48) 0%,
      rgba(5, 20, 18, 0.36) 45%,
      rgba(8, 31, 23, 0.22) 74%,
      rgba(20, 230, 136, 0.00) 100%) !important;
    box-shadow:
      0 0 0 1px rgba(20, 230, 136, 0.30) inset,
      0 0 18px rgba(20, 230, 136, 0.18),
      0 8px 20px rgba(0, 0, 0, 0.16) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn-icon {
    width: 25px !important;
    height: 25px !important;
    flex: 0 0 25px !important;
  }
}@media (min-width: 768px) and (max-width: 1199px) {
  body.sk-home-page {
    --sk-header-h: 64px !important;
    --sk-brand-h: 30px !important;
  }

  

  

  

  

  

  

  

  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center 43% !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: calc(100% - 52px) !important;
    grid-template-columns: minmax(405px, 500px) minmax(0, 1fr) !important;
    gap: 24px !important;
    padding: 24px 0 16px !important;
  }

  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page .sk-home-mobile-panel {
    max-width: 500px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(42px, 4.9vw, 57px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    max-width: 350px !important;
    font-size: 16px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    max-width: 350px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__btn {
    min-height: 52px !important;
    height: 52px !important;
    font-size: 16px !important;
  }
}@media (min-width: 768px) and (max-width: 899px) {
  body.sk-home-page .sk-home-hero::before {
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center 42% !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: calc(100% - 36px) !important;
    grid-template-columns: minmax(360px, 450px) minmax(0, 1fr) !important;
    padding-block: 24px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: clamp(39px, 5.2vw, 47px) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    font-size: 11px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__desc {
    font-size: 15px !important;
    max-width: 330px !important;
  }

  body.sk-home-page .sk-home-mobile-panel__actions {
    max-width: 330px !important;
  }
}@media (min-width: 1800px) {
  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    width: min(1540px, calc(100% - 120px)) !important;
    grid-template-columns: 590px minmax(0, 1fr) !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title {
    font-size: 66px !important;
  }
}@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  body.sk-home-page #sk-home-mobile-hero-panel,
  body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface,
  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel,
  body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
    transition: none !important;
    transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    filter: none !important;
  }
}body.sk-home-page .sk-home-service-badge,
body.sk-home-page .sk-service-start-badge {
  display: none !important;
}@media (min-width: 768px) {
  body.sk-home-page,
  body.sk-home-page main,
  body.sk-home-page .sk-main {
    background: #05080d !important;
  }
  body.sk-home-page .sk-home-hero {
    margin-bottom: 0 !important;
  }
  body.sk-home-page .sk-home-hero + section,
  body.sk-home-page .sk-home-hero + div {
    margin-top: 0 !important;
  }
}html body.sk-home-page #sk-home-mobile-hero-panel,
html body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel,
html body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface,
html body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
  overflow: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
}html body.sk-home-page .sk-home-mobile-panel__eyebrow {
  padding-left: 4px !important;
  margin-left: 0 !important;
  overflow: visible !important;
}html body.sk-home-page .sk-home-mobile-panel__actions {
  overflow: visible !important;
  padding-bottom: 4px !important;
}html body.sk-home-page .sk-home-mobile-panel__btn--wa {
  box-sizing: border-box !important;
  border: 2px solid rgba(20, 230, 136, 0.98) !important;
  border-bottom: 2px solid rgba(20, 230, 136, 0.98) !important;
}@media (min-width: 1200px) {
  html body.sk-home-page .sk-home-hero::before {
    background: #0a1119 url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center center / cover no-repeat !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}@media (min-width: 900px) and (max-width: 1199px) {
  html body.sk-home-page .sk-home-hero::before {
    background: #0a1119 url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center center / cover no-repeat !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    transform: none !important;
  }
}@media (min-width: 768px) and (max-width: 899px) {
  html body.sk-home-page .sk-home-hero::before {
    background: #0a1119 url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center center / cover no-repeat !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    transform: none !important;
  }
}:root {
  color-scheme: dark;
  --sk-lx-bg: #05080d;
  --sk-lx-bg-soft: #08111a;
  --sk-lx-surface: #0d1721;
  --sk-lx-surface-raised: #111d28;
  --sk-lx-surface-hover: #152330;
  --sk-lx-border: rgba(219, 232, 243, 0.14);
  --sk-lx-border-strong: rgba(41, 195, 239, 0.52);
  --sk-lx-text: #f7f9fb;
  --sk-lx-muted: #aab5c0;
  --sk-lx-subtle: #7f8b97;
  --sk-lx-accent: #29c3ef;
  --sk-lx-accent-hover: #69d9f6;
  --sk-lx-accent-pressed: #1695bd;
  --sk-lx-accent-ink: #041016;
  --sk-lx-whatsapp: #25d366;
  --sk-lx-success: #4bc78c;
  --sk-lx-warning: #d8a94d;
  --sk-lx-danger: #e66773;
  --sk-lx-radius-sm: 10px;
  --sk-lx-radius-md: 14px;
  --sk-lx-radius-lg: 18px;
  --sk-lx-shadow: 0 20px 56px rgba(0, 0, 0, 0.34);
  --sk-lx-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.22);

  
  --sk-bg: var(--sk-lx-bg);
  --sk-bg-soft: var(--sk-lx-bg-soft);
  --sk-panel: var(--sk-lx-surface);
  --sk-panel-strong: var(--sk-lx-surface-raised);
  --sk-card: var(--sk-lx-surface);
  --sk-card-soft: var(--sk-lx-bg-soft);
  --sk-surface: var(--sk-lx-surface);
  --sk-surface-2: var(--sk-lx-surface-raised);
  --sk-text: var(--sk-lx-text);
  --sk-muted: var(--sk-lx-muted);
  --sk-muted-2: var(--sk-lx-subtle);
  --sk-accent: var(--sk-lx-accent);
  --sk-accent-dark: var(--sk-lx-accent-ink);
  --sk-line: var(--sk-lx-border);
  --sk-shadow: var(--sk-lx-shadow);

  
  --background: 216 44% 4%;
  --foreground: 210 25% 98%;
  --card: 214 43% 9%;
  --card-foreground: 210 25% 98%;
  --popover: 214 43% 9%;
  --popover-foreground: 210 25% 98%;
  --primary: 193 85% 55%;
  --primary-foreground: 216 60% 4%;
  --secondary: 214 34% 14%;
  --secondary-foreground: 210 20% 94%;
  --muted: 214 30% 12%;
  --muted-foreground: 212 12% 67%;
  --accent: 193 85% 55%;
  --accent-foreground: 216 60% 4%;
  --border: 211 22% 22%;
  --input: 214 28% 15%;
  --ring: 193 85% 55%;
}html,
body {
  background: var(--sk-lx-bg) !important;
  color: var(--sk-lx-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}body,
body p,
body li,
body dd,
body td {
  color: var(--sk-lx-muted);
}body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body strong,
body b {
  color: var(--sk-lx-text);
}body a:not(.sk-top-cta):not(.button):not(.btn):not(.offer-btn):not(.sk-btn):not(.sk-home-mobile-panel__btn) {
  text-decoration-color: rgba(41, 195, 239, 0.5);
}:where(a, button, input, select, textarea, summary):focus-visible {
  outline-color: var(--sk-lx-accent) !important;
  box-shadow: 0 0 0 3px rgba(41, 195, 239, 0.22) !important;
}.sk-menu-toggle:hover,
.sk-menu-toggle:focus-visible {
  background: var(--sk-lx-surface-hover) !important;
  border-color: var(--sk-lx-border-strong) !important;
}.sk-top-cta:hover,
.sk-top-cta:focus-visible {
  background: var(--sk-lx-accent-hover) !important;
  color: var(--sk-lx-accent-ink) !important;
}.sk-brand-track span,
body.sk-home-page .sk-brand-track span {
  color: var(--sk-lx-muted) !important;
}.sk-brand-track span::after,
body.sk-home-page .sk-brand-track span::after {
  color: var(--sk-lx-accent) !important;
}body.sk-home-page,
body.sk-home-page main,
body.sk-home-page .sk-home-content-surface {
  background: var(--sk-lx-bg) !important;
}body.sk-home-page .sk-home-content-surface > section:nth-child(even) {
  background: var(--sk-lx-bg-soft) !important;
}body.sk-home-page .sk-home-mobile-panel__surface,
body.sk-home-page .sk-home-mobile-panel__surface * {
  color: var(--sk-lx-text) !important;
}body.sk-home-page .sk-home-mobile-panel__desc,
body.sk-home-page .sk-home-mobile-panel__desc p,
body.sk-home-page .sk-home-mobile-panel__surface .sk-lead {
  color: var(--sk-lx-text) !important;
}body.sk-home-page .sk-home-mobile-panel__eyebrow,
body.sk-home-page .sk-eyebrow {
  color: var(--sk-lx-text) !important;
}body.sk-home-page .sk-home-mobile-panel__divider,
body.sk-home-page .sk-home-mobile-panel hr {
  background: linear-gradient(90deg, rgba(41, 195, 239, 0.68), rgba(41, 195, 239, 0)) !important;
}body.sk-home-page .sk-home-mobile-panel__btn--booking {
  background: rgba(5, 8, 13, 0.48) !important;
  color: var(--sk-lx-text) !important;
  border-color: var(--sk-lx-accent) !important;
  box-shadow: 0 0 0 1px rgba(41, 195, 239, 0.16) inset, 0 8px 24px rgba(0, 0, 0, 0.22) !important;
}body.sk-home-page .sk-home-mobile-panel__btn--booking:hover,
body.sk-home-page .sk-home-mobile-panel__btn--booking:focus-visible {
  background: rgba(41, 195, 239, 0.16) !important;
  border-color: var(--sk-lx-accent-hover) !important;
}body.sk-home-page .sk-home-mobile-panel__btn--wa {
  background: rgba(5, 8, 13, 0.48) !important;
  color: var(--sk-lx-text) !important;
  border-color: rgba(37, 211, 102, 0.78) !important;
  box-shadow: 0 0 0 1px rgba(37, 211, 102, 0.10) inset, 0 8px 24px rgba(0, 0, 0, 0.22) !important;
}body.sk-home-page .sk-home-mobile-panel__btn--wa:hover,
body.sk-home-page .sk-home-mobile-panel__btn--wa:focus-visible {
  background: rgba(37, 211, 102, 0.10) !important;
  border-color: var(--sk-lx-whatsapp) !important;
}body.sk-home-page .sk-home-mobile-panel__btn--wa svg,
body.sk-home-page .sk-btn-whatsapp svg,
.sk-wa-link svg {
  color: var(--sk-lx-whatsapp) !important;
  fill: currentColor;
}.sk-card,
.sk-trust-item,
.sk-step,
.sk-info,
.sk-technical-details,
.sk-booking-cta,
.sk-seo-content,
.sk-lkw-special,
.sk-price-card,
.sk-process-card {
  background: var(--sk-lx-surface) !important;
  border-color: var(--sk-lx-border) !important;
  box-shadow: var(--sk-lx-shadow-soft) !important;
}.sk-card:hover,
.sk-trust-item:hover,
.sk-step:hover {
  background: var(--sk-lx-surface-raised) !important;
  border-color: rgba(41, 195, 239, 0.28) !important;
}.sk-card p,
.sk-trust-item p,
.sk-trust-item span,
.sk-step p,
.sk-info p,
.sk-lkw-content p,
.sk-lkw-content li,
.sk-seo-content p {
  color: var(--sk-lx-muted) !important;
}.sk-section-title p,
.sk-booking-cta p {
  color: var(--sk-lx-muted) !important;
}.hero,
.offer-hero,
.knowledge-hero {
  background-color: var(--sk-lx-bg-soft) !important;
}.hero::after,
.offer-hero::after,
.knowledge-hero::after {
  background: linear-gradient(90deg, rgba(5, 8, 13, 0.96) 0%, rgba(5, 8, 13, 0.82) 52%, rgba(5, 8, 13, 0.36) 100%) !important;
}.breadcrumbs,
.breadcrumbs a,
.eyebrow,
.kicker,
.knowledge-hero .eyebrow {
  color: var(--sk-lx-accent) !important;
}.hero p,
.offer-hero p,
.knowledge-hero p,
.content p,
.content li,
.box li,
.legal-static-page p,
.legal-static-page li,
.knowledge-content p,
.knowledge-content li {
  color: var(--sk-lx-muted) !important;
}.box,
.card,
.offer-wrap,
.offer-grid > *,
.notice,
.knowledge-tools,

.knowledge-intro,
.knowledge-content,
.knowledge-cta,
.seo-related-links,
.faq details,
.faq-item,
.faq-group,
.privacy-status {
  background: var(--sk-lx-surface) !important;
  border-color: var(--sk-lx-border) !important;
  box-shadow: var(--sk-lx-shadow-soft) !important;
}.box,
.offer-wrap,
.knowledge-tools,

.knowledge-content,
.knowledge-cta,
.seo-related-links {
  background-image: none !important;
}.notice {
  border-left-color: var(--sk-lx-accent) !important;
  color: var(--sk-lx-muted) !important;
}.faq summary,
.faq-item > summary,
.faq-item button,
.faq-question {
  color: var(--sk-lx-text) !important;
}.faq details:hover,
.faq-item:hover {
  background: var(--sk-lx-surface-raised) !important;
  border-color: rgba(41, 195, 239, 0.25) !important;
}.search-row input,
.search-row select,
.content input,
.content select,
.content textarea,
.offer-wrap input,
.offer-wrap select,
.offer-wrap textarea,
.knowledge-content input,
.knowledge-content select,
.knowledge-content textarea {
  background: var(--sk-lx-bg-soft) !important;
  color: var(--sk-lx-text) !important;
  border-color: var(--sk-lx-border) !important;
}input::placeholder,
textarea::placeholder {
  color: var(--sk-lx-subtle) !important;
}.button,
.btn,
.offer-btn.primary,
.cta.primary,
.hero-actions .primary,
.sk-btn-primary,
.sk-hero-actions .sk-btn:not(.sk-btn-whatsapp) {
  background: var(--sk-lx-accent) !important;
  color: var(--sk-lx-accent-ink) !important;
  border-color: transparent !important;
  box-shadow: 0 8px 24px rgba(41, 195, 239, 0.18) !important;
}.button:hover,
.btn:hover,
.offer-btn.primary:hover,
.cta.primary:hover,
.hero-actions .primary:hover,
.sk-btn-primary:hover,
.sk-hero-actions .sk-btn:not(.sk-btn-whatsapp):hover {
  background: var(--sk-lx-accent-hover) !important;
  color: var(--sk-lx-accent-ink) !important;
}.offer-btn.secondary,
.cta.secondary,
.hero-actions .secondary,
.btn-secondary,
.btn-outline,
.sk-btn-secondary {
  background: transparent !important;
  color: var(--sk-lx-text) !important;
  border-color: var(--sk-lx-border-strong) !important;
  box-shadow: none !important;
}.offer-btn.secondary:hover,
.cta.secondary:hover,
.hero-actions .secondary:hover,
.btn-secondary:hover,
.btn-outline:hover,
.sk-btn-secondary:hover {
  background: rgba(41, 195, 239, 0.10) !important;
  border-color: var(--sk-lx-accent) !important;
}.sk-btn-whatsapp,
a.sk-btn-whatsapp,
.sk-wa-link {
  color: var(--sk-lx-text) !important;
}.sk-btn-whatsapp {
  background: transparent !important;
  border-color: rgba(37, 211, 102, 0.72) !important;
}.sk-footer,
footer.sk-footer,
.site-footer {
  background: #030609 !important;
  border-color: var(--sk-lx-border) !important;
}.sk-footer h3,
.sk-footer strong {
  color: var(--sk-lx-text) !important;
}.sk-footer p,
.sk-footer .sk-copy,
.sk-footer .sk-legal-note,
.sk-footer .sk-footer-verse {
  color: var(--sk-lx-subtle) !important;
}.sk-footer-links a {
  color: var(--sk-lx-muted) !important;
}.sk-footer-links a:hover,
.sk-footer-links a:focus-visible {
  color: var(--sk-lx-text) !important;
}html.sk-booking-ui-active .sk-modal-overlay,
.sk-modal-overlay {
  background: rgba(0, 0, 0, 0.76) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}html.sk-booking-ui-active .sk-modal-panel,
.sk-modal-panel,
.wiz-shell {
  background: var(--sk-lx-bg-soft) !important;
  color: var(--sk-lx-text) !important;
  border-color: var(--sk-lx-border) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58) !important;
}.sk-modal-close {
  background: var(--sk-lx-surface) !important;
  color: var(--sk-lx-text) !important;
  border: 1px solid var(--sk-lx-border) !important;
}.wiz-card-pop,
.wiz-select-card,
.wiz-step-bar,
.wiz-dropdown-panel,
.wiz-dropdown-item,
.wiz-dropdown-freetext,
.wiz-footer-nav {
  background: var(--sk-lx-surface) !important;
  color: var(--sk-lx-text) !important;
  border-color: var(--sk-lx-border) !important;
}.wiz-dropdown-item:hover,
.wiz-dropdown-item:focus,
.wiz-select-card:hover {
  background: var(--sk-lx-surface-hover) !important;
}.wiz-field input,
.wiz-field select,
.wiz-field textarea,
.wiz-dropdown-search input,
.sk-modal-panel input,
.sk-modal-panel select,
.sk-modal-panel textarea {
  background: var(--sk-lx-bg) !important;
  color: var(--sk-lx-text) !important;
  border-color: var(--sk-lx-border) !important;
}.wiz-field input:focus,
.wiz-field select:focus,
.wiz-field textarea:focus,
.sk-modal-panel input:focus,
.sk-modal-panel select:focus,
.sk-modal-panel textarea:focus {
  border-color: var(--sk-lx-accent) !important;
  box-shadow: 0 0 0 3px rgba(41, 195, 239, 0.18) !important;
}.wiz-btn,
.wiz-btn[data-variant="primary"] {
  background: var(--sk-lx-accent) !important;
  color: var(--sk-lx-accent-ink) !important;
  border-color: transparent !important;
}.wiz-btn[data-variant="secondary"],
.wiz-btn.secondary {
  background: var(--sk-lx-surface-raised) !important;
  color: var(--sk-lx-text) !important;
  border-color: var(--sk-lx-border) !important;
}.wiz-step-dot {
  background: var(--sk-lx-surface-raised) !important;
  border-color: var(--sk-lx-border) !important;
}.wiz-step-dot.active,
.wiz-step-dot[aria-current="step"] {
  background: var(--sk-lx-accent) !important;
  border-color: var(--sk-lx-accent) !important;
}.wiz-error,
.message.error {
  color: #ffd9dc !important;
  border-color: rgba(230, 103, 115, 0.55) !important;
  background: rgba(230, 103, 115, 0.10) !important;
}.message.success {
  color: #d8f8e8 !important;
  border-color: rgba(75, 199, 140, 0.55) !important;
  background: rgba(75, 199, 140, 0.10) !important;
}body > main.card {
  background: var(--sk-lx-surface) !important;
  border-color: var(--sk-lx-border) !important;
  box-shadow: var(--sk-lx-shadow) !important;
}body > main.card .head {
  background: var(--sk-lx-bg-soft) !important;
  border-color: var(--sk-lx-accent) !important;
}body > main.card .badge,
body > main.card .label,
body > main.card .message,
body > main.card .facts {
  background: var(--sk-lx-surface-raised) !important;
  color: var(--sk-lx-muted) !important;
  border-color: var(--sk-lx-border) !important;
}body > main.card textarea {
  background: var(--sk-lx-bg) !important;
  color: var(--sk-lx-text) !important;
  border-color: var(--sk-lx-border) !important;
}.links a {
  background: var(--sk-lx-accent) !important;
  color: var(--sk-lx-accent-ink) !important;
  border-radius: var(--sk-lx-radius-sm) !important;
}:where(.button, .btn, .offer-btn, .sk-btn, .sk-top-cta, .sk-menu-toggle, .wiz-btn, .faq-item, .sk-card) {
  transition-duration: 220ms !important;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}html body.sk-home-page #sk-home-mobile-hero-panel,
html body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel,
html body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface,
html body.sk-home-page.sk-home-mobile-panel-ready #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
  overflow: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
}html body.sk-home-page .sk-home-mobile-panel__eyebrow {
  margin-left: 0 !important;
  padding-left: 4px !important;
  text-indent: 0 !important;
  transform: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}html body.sk-home-page .sk-home-mobile-panel__actions {
  overflow: visible !important;
  padding-bottom: 4px !important;
  box-sizing: border-box !important;
}html body.sk-home-page .sk-home-mobile-panel__btn--wa {
  position: relative !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  border: 2px solid rgba(20, 230, 136, 0.98) !important;
  border-bottom: 2px solid rgba(20, 230, 136, 0.98) !important;
  background-clip: padding-box !important;
}body.sk-home-page .sk-start-window-servicebar {
  box-sizing: border-box !important;
  position: absolute !important;
  top: clamp(14px, 2.2vh, 24px) !important;
  left: 50% !important;
  z-index: 30 !important;
  width: min(820px, calc(100% - 48px)) !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 9px 18px !important;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 12px !important;
  border: 1px solid rgba(45, 197, 238, .68) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(7, 29, 47, .97) 0%, rgba(5, 20, 34, .96) 100%) !important;
  box-shadow:
    0 12px 34px rgba(0, 0, 0, .32),
    0 0 0 1px rgba(89, 214, 246, .06) inset !important;
  color: #f6fbff !important;
  transform: translate(-50%, 0) !important;
  pointer-events: none !important;
  overflow: hidden !important;
  isolation: isolate !important;
}body.sk-home-page .sk-start-window-servicebar::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: linear-gradient(90deg, rgba(41, 195, 239, .08), transparent 34%, transparent 66%, rgba(41, 195, 239, .04)) !important;
  pointer-events: none !important;
}body.sk-home-page .sk-start-window-servicebar__icon {
  width: 26px !important;
  height: 26px !important;
  display: block !important;
  color: #2dc6ee !important;
  filter: drop-shadow(0 0 8px rgba(45, 198, 238, .22)) !important;
}body.sk-home-page .sk-start-window-servicebar__copy {
  min-width: 0 !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 10px !important;
  line-height: 1.25 !important;
  text-align: center !important;
  white-space: normal !important;
}body.sk-home-page .sk-start-window-servicebar__title {
  color: #ffffff !important;
  font-size: clamp(13px, 1.05vw, 15px) !important;
  font-weight: 780 !important;
  letter-spacing: .012em !important;
}body.sk-home-page .sk-start-window-servicebar__status {
  color: #c7d7e3 !important;
  font-size: clamp(12px, .95vw, 14px) !important;
  font-weight: 610 !important;
}body.sk-home-page .sk-start-window-servicebar__status::before {
  content: "•" !important;
  margin-right: 10px !important;
  color: #2dc6ee !important;
}body.sk-home-page .sk-home-content-surface > .sk-service-start-badge,
body.sk-home-page .sk-home-content-surface > .sk-home-service-badge {
  display: none !important;
}@media (max-width: 767px) {
  body.sk-home-page .sk-home-hero > .sk-start-window-servicebar {
    box-sizing: border-box !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: calc(100% - 28px) !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 8px auto 6px !important;
    padding: 7px 9px !important;
    display: grid !important;
    grid-template-columns: 17px minmax(0, 1fr) !important;
    column-gap: 8px !important;
    align-items: start !important;
    border-radius: 11px !important;
    overflow: visible !important;
    z-index: 10 !important;
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
  }
  body.sk-home-page .sk-start-window-servicebar__icon {
    width: 16px !important;
    height: 16px !important;
    margin-top: 1px !important;
    align-self: start !important;
  }
  body.sk-home-page .sk-start-window-servicebar__copy {
    min-width: 0 !important;
    display: grid !important;
    justify-items: start !important;
    align-items: start !important;
    gap: 2px !important;
    line-height: 1.15 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
  }
  body.sk-home-page .sk-start-window-servicebar__title {
    display: block !important;
    font-size: 10.2px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
  }
  body.sk-home-page .sk-start-window-servicebar__status {
    display: block !important;
    font-size: 9.4px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    overflow: visible !important;
  }
  body.sk-home-page .sk-start-window-servicebar__status::before { content: none !important; }
}@media (prefers-reduced-motion: no-preference) and (min-width: 768px) {
  body.sk-home-page .sk-start-window-servicebar {
    animation: sk-start-window-servicebar-in 430ms cubic-bezier(.22,.61,.36,1) both !important;
  }
  @keyframes sk-start-window-servicebar-in {
    from { opacity: 0; transform: translate(-50%, -6px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }
}@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  body.sk-home-page .sk-start-window-servicebar {
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    animation: none !important;
  }
}body.sk-home-page .sk-offer-home-spotlight,
body.sk-home-page .sk-offer.sk-home-offer,
body.sk-home-page .sk-home-offer {
  display: none !important;
}body.sk-home-page #sk-home-offer-premium {
  box-sizing: border-box !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  color: #f7fbff !important;
  background:
    radial-gradient(circle at 78% 10%, rgba(231, 190, 82, .16) 0%, rgba(231, 190, 82, 0) 37%),
    radial-gradient(circle at 16% 84%, rgba(42, 194, 236, .08) 0%, rgba(42, 194, 236, 0) 42%),
    linear-gradient(155deg, rgba(10, 18, 29, .985) 0%, rgba(5, 12, 21, .985) 56%, rgba(4, 10, 17, .995) 100%) !important;
  border: 1px solid rgba(224, 181, 70, .68) !important;
  box-shadow:
    0 28px 68px rgba(0, 0, 0, .46),
    inset 0 1px 0 rgba(255, 255, 255, .055),
    inset 0 0 0 1px rgba(224, 181, 70, .055) !important;
}body.sk-home-page #sk-home-offer-premium::before {
  content: "" !important;
  position: absolute !important;
  inset: 10px !important;
  z-index: -1 !important;
  border: 1px solid rgba(224, 181, 70, .20) !important;
  border-radius: inherit !important;
  pointer-events: none !important;
}body.sk-home-page #sk-home-offer-premium::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  background:
    linear-gradient(118deg, transparent 0 48%, rgba(255,255,255,.025) 49%, transparent 52%),
    repeating-linear-gradient(145deg, transparent 0 24px, rgba(255,255,255,.014) 25px, transparent 26px) !important;
  pointer-events: none !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__kicker {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  color: #e9c35f !important;
  font-size: 11px !important;
  font-weight: 780 !important;
  letter-spacing: .18em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__kicker::before,
body.sk-home-page #sk-home-offer-premium .sk-offer-premium__kicker::after {
  content: "" !important;
  width: 34px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(233,195,95,.62)) !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__kicker::after {
  transform: scaleX(-1) !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__symbol {
  width: 34px !important;
  height: 34px !important;
  margin: 14px auto 10px !important;
  display: grid !important;
  place-items: center !important;
  color: #e9c35f !important;
  font-size: 23px !important;
  line-height: 1 !important;
  filter: drop-shadow(0 0 12px rgba(233,195,95,.24)) !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(28px, 2.25vw, 36px) !important;
  font-weight: 560 !important;
  letter-spacing: -.025em !important;
  line-height: 1.08 !important;
  text-align: center !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__price {
  margin: 9px 0 0 !important;
  display: grid !important;
  justify-items: center !important;
  color: #e6bd55 !important;
  line-height: 1 !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__price-prefix {
  margin-bottom: 4px !important;
  color: #e9c35f !important;
  font-size: 11px !important;
  font-weight: 780 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__price-value {
  font-size: clamp(48px, 4.2vw, 66px) !important;
  font-weight: 560 !important;
  letter-spacing: -.045em !important;
  white-space: nowrap !important;
  text-shadow: 0 0 22px rgba(230,189,85,.12) !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__included {
  margin: 7px 0 0 !important;
  color: #eef5fa !important;
  font-size: 13px !important;
  font-weight: 680 !important;
  text-align: center !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__rule {
  height: 1px !important;
  margin: 17px 0 14px !important;
  background: linear-gradient(90deg, transparent, rgba(224,181,70,.34) 12%, rgba(224,181,70,.34) 88%, transparent) !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__benefits {
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 8px !important;
  list-style: none !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__benefits li {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  color: #e6edf3 !important;
  font-size: 13px !important;
  font-weight: 560 !important;
  line-height: 1.3 !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__check {
  width: 18px !important;
  height: 18px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(224,181,70,.65) !important;
  border-radius: 999px !important;
  color: #e9c35f !important;
  font-size: 11px !important;
  line-height: 1 !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__cta {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 48px !important;
  margin-top: 17px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 1px solid rgba(255, 231, 159, .76) !important;
  border-radius: 13px !important;
  background: linear-gradient(180deg, #edca68 0%, #d3a83d 100%) !important;
  color: #161106 !important;
  box-shadow:
    0 13px 28px rgba(190,143,35,.20),
    inset 0 1px 0 rgba(255,255,255,.38) !important;
  font-size: 12px !important;
  font-weight: 820 !important;
  letter-spacing: .08em !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__cta:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.045) !important;
  box-shadow: 0 17px 34px rgba(190,143,35,.26), inset 0 1px 0 rgba(255,255,255,.42) !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__cta:focus-visible {
  outline: 3px solid #74ddfb !important;
  outline-offset: 3px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__meta {
  margin: 11px 0 0 !important;
  color: #aebcc8 !important;
  font-size: 10.5px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__conditions {
  color: #cbd6de !important;
  text-decoration-color: rgba(203,214,222,.55) !important;
  text-underline-offset: 3px !important;
}@media (min-width: 768px) {
  body.sk-home-page #sk-home-offer-premium {
    width: clamp(320px, 27vw, 382px) !important;
    max-width: 382px !important;
    min-height: 0 !important;
    margin: 34px 0 0 auto !important;
    padding: 25px 25px 21px !important;
    grid-column: 2 !important;
    align-self: center !important;
    justify-self: end !important;
    border-radius: 24px !important;
  }

  body.sk-home-page .sk-home-hero .sk-home-hero-grid.sk-dashboard-cluster-ready {
    grid-template-columns: minmax(430px, 575px) minmax(320px, 1fr) !important;
  }
}@media (max-width: 767px) {
  body.sk-home-page #sk-home-offer-premium {
    width: calc(100% - 28px) !important;
    max-width: 620px !important;
    margin: 18px auto 24px !important;
    padding: 23px 20px 20px !important;
    border-radius: 21px !important;
  }

  body.sk-home-page #sk-home-offer-premium .sk-offer-premium__title {
    font-size: 29px !important;
  }

  body.sk-home-page #sk-home-offer-premium .sk-offer-premium__price-value {
    font-size: 50px !important;
  }

  body.sk-home-page #sk-home-offer-premium .sk-offer-premium__benefits {
    grid-template-columns: 1fr !important;
  }

  body.sk-home-page #sk-home-offer-premium .sk-offer-premium__cta {
    min-height: 52px !important;
    font-size: 11.5px !important;
  }
}@media (max-width: 360px) {
  body.sk-home-page #sk-home-offer-premium {
    width: calc(100% - 20px) !important;
    padding-inline: 17px !important;
  }
}@media (prefers-reduced-motion: no-preference) {
  body.sk-home-page #sk-home-offer-premium {
    animation: sk-home-offer-premium-in 620ms cubic-bezier(.22,.61,.36,1) both !important;
  }

  @keyframes sk-home-offer-premium-in {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }
}@media (prefers-reduced-motion: reduce) {
  body.sk-home-page #sk-home-offer-premium {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}:root {
  --sk-home-seq-ease: cubic-bezier(0, 0, .2, 1);
}html.sk-home-sequence-v541-boot body.sk-home-page #sk-home-mobile-hero-panel,
html.sk-home-sequence-v541-boot body.sk-home-page #sk-home-offer-premium,
html.sk-home-sequence-v541-boot body.sk-home-page .sk-start-window-servicebar {
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important;
}@media (prefers-reduced-motion: no-preference) {
  
  html body.sk-home-page.sk-home-sequence-v541-active #sk-home-mobile-hero-panel,
  html body.sk-home-page.sk-home-sequence-v541-active #sk-home-offer-premium,
  html body.sk-home-page.sk-home-sequence-v541-active .sk-start-window-servicebar {
    opacity: 0 !important;
    visibility: hidden !important;
    animation: none !important;
  }

  
  html body.sk-home-page.sk-home-sequence-v541-active #sk-home-mobile-hero-panel {
    pointer-events: none !important;
    overflow: visible !important;
    max-height: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    transform: translate3d(0, 14px, 0) !important;
    transform-origin: center center !important;
    transition:
      opacity 900ms var(--sk-home-seq-ease),
      transform 900ms var(--sk-home-seq-ease),
      visibility 0s linear 900ms !important;
    will-change: opacity, transform !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active.sk-home-sequence-v541-text #sk-home-mobile-hero-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
    transition-delay: 0s !important;
  }

  
  html body.sk-home-page.sk-home-sequence-v541-active #sk-home-offer-premium {
    pointer-events: none !important;
    transform: translate3d(0, 12px, 0) scale(.985) !important;
    transform-origin: center center !important;
    transition:
      opacity 850ms var(--sk-home-seq-ease),
      transform 850ms var(--sk-home-seq-ease),
      visibility 0s linear 850ms !important;
    will-change: opacity, transform !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active.sk-home-sequence-v541-offer #sk-home-offer-premium {
    opacity: .1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition-delay: 0s !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active.sk-home-sequence-v541-offer.sk-home-sequence-v541-offer-solid #sk-home-offer-premium {
    opacity: 1 !important;
    transition-property: opacity, transform, visibility !important;
    transition-duration: 3000ms, 850ms, 0s !important;
    transition-timing-function: linear, var(--sk-home-seq-ease), linear !important;
    transition-delay: 0s, 0s, 3000ms !important;
  }

  
  html body.sk-home-page.sk-home-sequence-v541-active .sk-start-window-servicebar {
    pointer-events: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    transform: translate3d(-50%, 8px, 0) !important;
    transition:
      opacity 700ms var(--sk-home-seq-ease),
      transform 700ms var(--sk-home-seq-ease),
      visibility 0s linear 700ms !important;
    will-change: opacity, transform !important;
  }

  html body.sk-home-page .sk-start-window-servicebar::before {
    content: "" !important;
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 0 !important;
    height: 2px !important;
    z-index: 2 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(45,198,238,.12), rgba(78,216,248,.92), rgba(45,198,238,.12)) !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    opacity: .9 !important;
    transition: transform 820ms var(--sk-home-seq-ease) 120ms !important;
    pointer-events: none !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active.sk-home-sequence-v541-service .sk-start-window-servicebar {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(-50%, 0, 0) !important;
    transition-delay: 0s !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-service .sk-start-window-servicebar::before {
    transform: scaleX(1) !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-complete #sk-home-mobile-hero-panel,
  html body.sk-home-page.sk-home-sequence-v541-complete #sk-home-offer-premium,
  html body.sk-home-page.sk-home-sequence-v541-complete .sk-start-window-servicebar {
    will-change: auto !important;
  }
}@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  html body.sk-home-page.sk-home-sequence-v541-active #sk-home-mobile-hero-panel {
    transform: translate3d(0, 10px, 0) !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active #sk-home-offer-premium {
    transform: translate3d(0, 8px, 0) scale(1) !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active .sk-start-window-servicebar {
    transform: translate3d(-50%, 6px, 0) !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active.sk-home-sequence-v541-text #sk-home-mobile-hero-panel,
  html body.sk-home-page.sk-home-sequence-v541-active.sk-home-sequence-v541-offer #sk-home-offer-premium {
    transform: translate3d(0, 0, 0) scale(1) !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active.sk-home-sequence-v541-service .sk-start-window-servicebar {
    transform: translate3d(-50%, 0, 0) !important;
  }
}html body.sk-home-page #sk-home-mobile-hero-panel,
html body.sk-home-page #sk-home-mobile-hero-panel .sk-home-mobile-panel__surface {
  overflow: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
}html body.sk-home-page .sk-home-mobile-panel__eyebrow {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  padding-left: 6px !important;
  text-indent: 0 !important;
  overflow: visible !important;
}html body.sk-home-page .sk-home-mobile-panel__actions {
  box-sizing: border-box !important;
  overflow: visible !important;
  padding: 0 3px 7px !important;
}html body.sk-home-page .sk-home-mobile-panel__btn--wa {
  box-sizing: border-box !important;
  overflow: visible !important;
  border: 2px solid rgba(20,230,136,.98) !important;
  border-bottom: 2px solid rgba(20,230,136,.98) !important;
  background-clip: padding-box !important;
}@media (prefers-reduced-motion: reduce) {
  html.sk-home-sequence-v541-boot body.sk-home-page #sk-home-mobile-hero-panel,
  html.sk-home-sequence-v541-boot body.sk-home-page #sk-home-offer-premium,
  html.sk-home-sequence-v541-boot body.sk-home-page .sk-start-window-servicebar,
  html body.sk-home-page #sk-home-mobile-hero-panel,
  html body.sk-home-page #sk-home-offer-premium,
  html body.sk-home-page .sk-start-window-servicebar {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }

  html body.sk-home-page #sk-home-mobile-hero-panel,
  html body.sk-home-page #sk-home-offer-premium {
    transform: none !important;
    pointer-events: auto !important;
  }

  html body.sk-home-page .sk-start-window-servicebar {
    transform: translate3d(-50%, 0, 0) !important;
    pointer-events: none !important;
  }

  html body.sk-home-page .sk-start-window-servicebar::before {
    transform: scaleX(1) !important;
    transition: none !important;
  }
}@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  html body.sk-home-page.sk-home-sequence-v541-active .sk-start-window-servicebar {
    transform: translate3d(0, 6px, 0) !important;
  }

  html body.sk-home-page.sk-home-sequence-v541-active.sk-home-sequence-v541-service .sk-start-window-servicebar {
    transform: translate3d(0, 0, 0) !important;
  }
}@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  html body.sk-home-page .sk-start-window-servicebar {
    transform: none !important;
  }
}html.sk-booking-ui-active,
html.sk-booking-ui-active body {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}html.sk-booking-ui-active .sk-modal-root {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(10px, 2vw, 24px) !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
  pointer-events: auto !important;
}html.sk-booking-ui-active .sk-modal-root > .sk-modal-overlay {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: auto !important;
}html.sk-booking-ui-active .sk-modal-panel {
  position: relative !important;
  z-index: 1 !important;
  isolation: isolate !important;
  box-sizing: border-box !important;
  width: min(920px, calc(100vw - 32px)) !important;
  max-width: 920px !important;
  height: min(820px, calc(var(--sk-booking-viewport-height, 100dvh) - 32px)) !important;
  max-height: calc(var(--sk-booking-viewport-height, 100dvh) - 32px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  transform: none !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-shell {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  overflow: hidden !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-y: contain !important;
  touch-action: pan-y !important;
  scroll-behavior: auto !important;
  overflow-anchor: none !important;
  scrollbar-gutter: stable !important;
  scroll-padding-top: 16px !important;
  scroll-padding-bottom: 28px !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav,
html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky {
  position: relative !important;
  inset: auto !important;
  z-index: 40 !important;
  width: 100% !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  background: #071426 !important;
  border-top: 1px solid rgba(79, 190, 224, .32) !important;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, .24) !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl,
html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav > .max-w-2xl,
html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky > .max-w-2xl {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 740px !important;
  min-width: 0 !important;
}html.sk-booking-ui-active .sk-modal-panel form,
html.sk-booking-ui-active .sk-modal-panel form > div,
html.sk-booking-ui-active .sk-modal-panel form section,
html.sk-booking-ui-active .sk-modal-panel form section > *,
html.sk-booking-ui-active .sk-modal-panel .grid,
html.sk-booking-ui-active .sk-modal-panel .flex,
html.sk-booking-ui-active .sk-modal-panel label,
html.sk-booking-ui-active .sk-modal-panel p,
html.sk-booking-ui-active .sk-modal-panel span {
  min-width: 0 !important;
}html.sk-booking-ui-active .sk-modal-panel .will-change-transform,
html.sk-booking-ui-active .sk-modal-panel .wiz-step-in-forward,
html.sk-booking-ui-active .sk-modal-panel .wiz-step-in-backward {
  transform: none !important;
  will-change: auto !important;
}html.sk-booking-ui-active .sk-modal-panel :where(input, select, textarea, button, [role="button"], [role="combobox"]) {
  box-sizing: border-box !important;
  max-width: 100% !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: rgba(34, 188, 231, .18) !important;
}html.sk-booking-ui-active .sk-modal-panel :where(input, select, textarea, button[role="combobox"]) {
  width: 100% !important;
  min-width: 0 !important;
}html.sk-booking-ui-active .sk-modal-panel :where(input, select, button[role="combobox"]) {
  min-height: 48px !important;
}html.sk-booking-ui-active .sk-modal-panel textarea {
  min-height: 96px !important;
  resize: vertical !important;
}html.sk-booking-ui-active .sk-modal-panel :where(button, [role="button"]):not(:disabled) {
  cursor: pointer !important;
}html.sk-booking-ui-active .sk-modal-panel :where(button, [role="button"], input, select, textarea):focus-visible {
  outline: 2px solid rgba(75, 211, 247, .95) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(25, 171, 221, .2) !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-modal-close,
html.sk-booking-ui-active .sk-modal-panel > .sk-modal-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 90 !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 11px !important;
  line-height: 1 !important;
}html.sk-booking-ui-active .sk-booking-combobox-open,
html.sk-booking-ui-active .sk-booking-combobox-open-parent {
  position: relative !important;
  z-index: 20 !important;
  overflow: visible !important;
  isolation: isolate !important;
}html.sk-booking-ui-active .wiz-dropdown-panel,
html.sk-booking-ui-active .wiz-dropdown-panel.sk-inline-dropdown,
html.sk-booking-ui-active .wiz-dropdown-panel.sk-toplayer-dropdown {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-height: min(360px, 46vh) !important;
  margin: 6px 0 14px !important;
  overflow: hidden !important;
  z-index: 30 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: #081626 !important;
  color: #f8fbff !important;
  border: 1px solid rgba(79, 203, 238, .72) !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .55) !important;
  pointer-events: auto !important;
  touch-action: pan-y !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}html.sk-booking-ui-active .wiz-dropdown-search,
html.sk-booking-ui-active .wiz-dropdown-freetext {
  flex: 0 0 auto !important;
}html.sk-booking-ui-active .wiz-dropdown-search {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 9px 10px !important;
  background: #0a1a2c !important;
  border-bottom: 1px solid rgba(79, 190, 224, .3) !important;
}html.sk-booking-ui-active .wiz-dropdown-search input {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 12px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #fff !important;
  background: #153149 !important;
  border: 1px solid #4c7891 !important;
  border-radius: 9px !important;
}html.sk-booking-ui-active .wiz-dropdown-list {
  box-sizing: border-box !important;
  display: block !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 112px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: contain !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  scrollbar-gutter: stable !important;
  background: #081626 !important;
}html.sk-booking-ui-active .wiz-dropdown-item,
html.sk-booking-ui-active .wiz-dropdown-freetext {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 11px 13px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #f8fbff !important;
  background: #081626 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}html.sk-booking-ui-active .wiz-dropdown-item:hover,
html.sk-booking-ui-active .wiz-dropdown-item:focus-visible,
html.sk-booking-ui-active .wiz-dropdown-item[data-selected="true"] {
  color: #fff !important;
  background: #173d58 !important;
}html.sk-booking-ui-active .wiz-dropdown-freetext {
  color: #65d9ff !important;
  border-top: 1px solid rgba(79, 190, 224, .3) !important;
}html.sk-booking-ui-active.sk-booking-dropdown-open .sk-modal-panel .wiz-scroll {
  overflow-anchor: none !important;
}html.sk-booking-ui-active [data-radix-popper-content-wrapper] {
  z-index: 2147483642 !important;
  max-width: calc(100vw - 20px) !important;
}html.sk-booking-ui-active [data-radix-popper-content-wrapper] > * {
  max-width: calc(100vw - 20px) !important;
}html.sk-booking-ui-active .sk-modal-panel [role="alert"],
html.sk-booking-ui-active .sk-modal-panel .text-destructive {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  scroll-margin-top: 18px !important;
}html.sk-booking-ui-active .sk-modal-panel input[type="checkbox"] {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  flex: 0 0 20px !important;
}@media (max-width: 767px) {
  html.sk-booking-ui-active .sk-modal-root {
    align-items: stretch !important;
    justify-content: stretch !important;
    width: 100vw !important;
    height: var(--sk-booking-viewport-height, 100dvh) !important;
    max-height: var(--sk-booking-viewport-height, 100dvh) !important;
    padding: 0 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel {
    width: 100vw !important;
    max-width: 100vw !important;
    height: var(--sk-booking-viewport-height, 100dvh) !important;
    min-height: var(--sk-booking-viewport-height, 100dvh) !important;
    max-height: var(--sk-booking-viewport-height, 100dvh) !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll {
    scroll-padding-top: 12px !important;
    scroll-padding-bottom: calc(24px + env(safe-area-inset-bottom)) !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl {
    max-width: none !important;
    padding: max(14px, env(safe-area-inset-top)) 15px 20px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-scroll > .max-w-2xl > .text-center:first-child {
    min-height: 54px !important;
    padding-right: 54px !important;
    text-align: left !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav > .max-w-2xl,
  html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky > .max-w-2xl {
    max-width: none !important;
    padding: 10px max(15px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(15px, env(safe-area-inset-left)) !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav button,
  html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky button {
    min-width: 100px !important;
    min-height: 44px !important;
    height: 44px !important;
    padding-inline: 15px !important;
    font-size: 14px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .sk-modal-close,
  html.sk-booking-ui-active .sk-modal-panel > .sk-modal-close {
    top: max(9px, env(safe-area-inset-top)) !important;
    right: max(9px, env(safe-area-inset-right)) !important;
  }

  html.sk-booking-ui-active .sk-modal-panel :where(input, select, textarea, button[role="combobox"]) {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel :where(input, select, button[role="combobox"]) {
    min-height: 52px !important;
    height: 52px !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-panel,
  html.sk-booking-ui-active .wiz-dropdown-panel.sk-inline-dropdown,
  html.sk-booking-ui-active .wiz-dropdown-panel.sk-toplayer-dropdown {
    max-height: min(330px, 43dvh) !important;
    margin-bottom: 12px !important;
    border-radius: 11px !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-list {
    min-height: 104px !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-item,
  html.sk-booking-ui-active .wiz-dropdown-freetext {
    min-height: 48px !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
  }

  html.sk-booking-ui-active [data-radix-popper-content-wrapper] {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
  }

  html.sk-booking-ui-active [data-radix-popper-content-wrapper] > * {
    width: 100% !important;
    max-width: 100% !important;
  }
}@media (min-width: 768px) and (max-height: 760px) {
  html.sk-booking-ui-active .sk-modal-root {
    padding: 8px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel {
    height: calc(var(--sk-booking-viewport-height, 100vh) - 16px) !important;
    max-height: calc(var(--sk-booking-viewport-height, 100vh) - 16px) !important;
  }

  html.sk-booking-ui-active .wiz-dropdown-panel,
  html.sk-booking-ui-active .wiz-dropdown-panel.sk-inline-dropdown,
  html.sk-booking-ui-active .wiz-dropdown-panel.sk-toplayer-dropdown {
    max-height: min(300px, 40vh) !important;
  }
}@media (prefers-reduced-motion: reduce) {
  html.sk-booking-ui-active .sk-modal-panel,
  html.sk-booking-ui-active .sk-modal-panel *,
  html.sk-booking-ui-active .wiz-dropdown-panel,
  html.sk-booking-ui-active [data-radix-popper-content-wrapper] {
    animation: none !important;
    scroll-behavior: auto !important;
  }
}html.sk-booking-ui-active .sk-modal-root > .sk-modal-overlay {
  background: rgba(4, 10, 18, .76) !important;
}html.sk-booking-ui-active .sk-modal-panel {
  background: linear-gradient(180deg, rgba(30, 76, 111, .96), rgba(20, 58, 88, .985)) !important;
  border: 1px solid rgba(97, 184, 219, .26) !important;
  box-shadow: 0 28px 78px rgba(0, 0, 0, .52), inset 0 1px 0 rgba(255, 255, 255, .03) !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-shell,
html.sk-booking-ui-active .sk-modal-panel .wiz-scroll {
  background: transparent !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-footer-nav,
html.sk-booking-ui-active .sk-modal-panel .wiz-nav-sticky {
  background: rgba(8, 22, 35, .88) !important;
  border-top: 1px solid rgba(85, 189, 225, .22) !important;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, .22) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.12) !important;
  backdrop-filter: blur(12px) saturate(1.12) !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card {
  background: rgba(10, 28, 43, .66) !important;
  border: 1px solid rgba(111, 161, 188, .28) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03) !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card:hover,
html.sk-booking-ui-active .sk-modal-panel .wiz-select-card:focus-visible {
  background: rgba(12, 34, 52, .84) !important;
  border-color: rgba(86, 201, 236, .42) !important;
}html.sk-booking-ui-active .sk-modal-panel .wiz-select-card[data-active="true"],
html.sk-booking-ui-active .sk-modal-panel .wiz-select-card[aria-pressed="true"] {
  background: linear-gradient(180deg, rgba(14, 43, 65, .95), rgba(10, 30, 48, .98)) !important;
  border-color: rgba(86, 201, 236, .5) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 12px 28px rgba(0, 0, 0, .20) !important;
}@media (min-width: 768px) {
  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex {
    gap: 10px !important;
    margin-bottom: 24px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex > li {
    gap: 10px !important;
    align-items: center !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-step-dot {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 11px !important;
    background: rgba(6, 18, 30, .52) !important;
    border: 1px solid rgba(114, 157, 181, .32) !important;
    color: rgba(232, 242, 249, .92) !important;
    box-shadow: none !important;
  }

  html.sk-booking-ui-active .sk-modal-panel .wiz-step-dot.active,
  html.sk-booking-ui-active .sk-modal-panel .wiz-step-dot[aria-current="step"] {
    background: linear-gradient(180deg, rgba(55, 212, 248, .96), rgba(24, 176, 221, .96)) !important;
    border-color: rgba(55, 212, 248, .96) !important;
    color: #04131d !important;
    box-shadow: 0 8px 22px rgba(29, 171, 213, .25) !important;
  }

  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex > li > span.wiz-step-bar.truncate {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    color: rgba(236, 244, 249, .84) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex > li > span.wiz-step-bar.flex-1.h-px {
    align-self: center !important;
    height: 1px !important;
    min-width: 14px !important;
    background: rgba(112, 153, 176, .30) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
  }
}html.sk-booking-ui-active .sk-modal-root.sk-confirmation-active,
html.sk-booking-ui-active .sk-modal-root.sk-booking-success-active,
html.sk-booking-ui-active .sk-modal-root.sk-booking-details-active {
  background: transparent !important;
}html.sk-booking-ui-active .sk-modal-root.sk-confirmation-active > .sk-modal-overlay,
html.sk-booking-ui-active .sk-modal-root.sk-booking-success-active > .sk-modal-overlay,
html.sk-booking-ui-active .sk-modal-root.sk-booking-details-active > .sk-modal-overlay {
  background: rgba(4, 10, 18, .44) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.15) !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
}html.sk-booking-ui-active .sk-modal-panel.sk-modal-confirmation,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-success-panel,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-details-panel {
  width: min(780px, calc(100vw - 36px)) !important;
  max-width: 780px !important;
  height: auto !important;
  max-height: calc(100dvh - 42px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}html.sk-booking-ui-active .sk-modal-panel.sk-modal-confirmation > .max-w-lg,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-success-panel > .max-w-lg,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-details-panel > .max-w-lg {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 18px 16px 24px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-y: contain !important;
  scrollbar-gutter: stable both-edges !important;
  max-height: calc(100dvh - 42px) !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card,
html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card.is-visible {
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, rgba(12, 27, 40, .88), rgba(8, 20, 30, .92)) !important;
  border: 1px solid rgba(98, 166, 196, .22) !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .035) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.16) !important;
  backdrop-filter: blur(20px) saturate(1.16) !important;
  overflow: visible !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card [class*="bg-secondary"] {
  background: rgba(255, 255, 255, .045) !important;
  border-color: rgba(121, 166, 189, .20) !important;
  border-radius: 18px !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card .gold-line {
  background: linear-gradient(90deg, rgba(197, 162, 76, 0), rgba(197, 162, 76, .88), rgba(197, 162, 76, 0)) !important;
}html.sk-booking-ui-active .sk-modal-panel.sk-modal-confirmation > .sk-modal-close,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-success-panel > .sk-modal-close,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-details-panel > .sk-modal-close,
html.sk-booking-ui-active .sk-modal-panel.sk-modal-confirmation .sk-modal-close,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-success-panel .sk-modal-close,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-details-panel .sk-modal-close {
  background: rgba(10, 24, 36, .72) !important;
  border: 1px solid rgba(108, 171, 199, .24) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
}html.sk-booking-ui-active .sk-modal-root,
html.sk-booking-ui-active .sk-modal-root > .sk-modal-overlay,
html.sk-booking-ui-active .sk-modal-panel,
html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card {
  will-change: opacity, transform, filter !important;
}html.sk-booking-ui-active .sk-modal-root > .sk-modal-overlay {
  opacity: 1 !important;
  animation: skModalOverlayIn .22s ease both !important;
}html.sk-booking-ui-active .sk-modal-panel {
  animation: skModalPanelIn .26s cubic-bezier(.22,1,.36,1) both !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card {
  animation: skModalPanelIn .28s cubic-bezier(.22,1,.36,1) both !important;
}html.sk-booking-ui-active .sk-modal-root[data-sk-closing="1"] > .sk-modal-overlay {
  animation: skModalOverlayOut .20s ease both !important;
}html.sk-booking-ui-active .sk-modal-root[data-sk-closing="1"] .sk-modal-panel,
html.sk-booking-ui-active .sk-modal-root[data-sk-closing="1"] .sk-modal-panel .sk-confirmation-card {
  animation: skModalPanelOut .20s ease both !important;
}@keyframes skModalOverlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}@keyframes skModalOverlayOut {
  from { opacity: 1; }
  to { opacity: 0; }
}@keyframes skModalPanelIn {
  from { opacity: 0; transform: translate3d(0, 12px, 0) scale(.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}@keyframes skModalPanelOut {
  from { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0; transform: translate3d(0, 10px, 0) scale(.988); }
}@media (min-width: 768px) {
  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex {
    display: flex !important;
    justify-content: space-between !important;
    gap: 6px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex > li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex > li > span.wiz-step-bar.truncate {
    flex: 0 1 auto !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
  }

  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex > li > span.wiz-step-bar.flex-1.h-px {
    flex: 1 1 10px !important;
    min-width: 10px !important;
  }
}html.sk-booking-ui-active .sk-modal-panel.sk-modal-confirmation,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-success-panel,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-details-panel {
  width: min(620px, calc(100vw - 36px)) !important;
  max-width: 620px !important;
}html.sk-booking-ui-active .sk-modal-panel.sk-modal-confirmation > .max-w-lg,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-success-panel > .max-w-lg,
html.sk-booking-ui-active .sk-modal-panel.sk-booking-details-panel > .max-w-lg {
  padding: 14px 12px 18px !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card,
html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card.is-visible {
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  padding: 22px 22px 20px !important;
  border-radius: 22px !important;
}html.sk-booking-ui-active .sk-modal-panel .sk-confirmation-card h1 {
  font-size: clamp(1.7rem, 2.3vw, 2rem) !important;
}@media (min-width: 768px) {
  html.sk-booking-ui-active .sk-modal-panel {
    width: min(1040px, calc(100vw - 44px)) !important;
    max-width: 1040px !important;
  }
  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex {
    gap: 4px !important;
    align-items: flex-start !important;
  }
  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex > li {
    gap: 6px !important;
    align-items: center !important;
  }
  html.sk-booking-ui-active .sk-modal-panel ol.hidden.sm\:flex > li > span.wiz-step-bar.truncate {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }
}@media (min-width: 1800px) {
  html body.sk-home-page .sk-home-hero::before {
    background: #0a1119 url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center 44% / cover no-repeat !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center 44% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    image-rendering: auto !important;
  }
}@media (min-width: 1200px) and (max-width: 1799px) {
  html body.sk-home-page .sk-home-hero::before {
    background: #0a1119 url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center 44% / cover no-repeat !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center 44% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    image-rendering: auto !important;
  }
}@media (min-width: 900px) and (max-width: 1199px) {
  html body.sk-home-page .sk-home-hero::before {
    background: #0a1119 url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center 43% / cover no-repeat !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center 43% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    image-rendering: auto !important;
  }
}@media (min-width: 768px) and (max-width: 899px) {
  html body.sk-home-page .sk-home-hero::before {
    background: #0a1119 url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") center 42% / cover no-repeat !important;
    background-image: url("/assets/hero-home-premium-v547-1672.webp?v=5.7.7-performance") !important;
    background-position: center 42% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    image-rendering: auto !important;
  }
}@media (min-width: 768px) {
  html body.sk-home-page .sk-home-hero::after {
    background: linear-gradient(90deg,
      rgba(3,10,17,.40) 0%,
      rgba(3,10,17,.27) 15%,
      rgba(3,10,17,.12) 29%,
      rgba(3,10,17,.035) 40%,
      rgba(3,10,17,0) 49%) !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    filter: none !important;
    pointer-events: none !important;
  }
}:root{
  --sk-process-accent:#27c7f4;
  --sk-process-accent-2:#1d78ff;
  --sk-process-bg:rgba(4,9,15,.86);
  --sk-process-card:rgba(9,18,27,.96);
  --sk-process-line:rgba(114,202,239,.28);
  --sk-process-text:#f7fbff;
  --sk-process-muted:#aebdca;
}.sk-process-layer{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:grid;
  place-items:center;
  padding:22px;
  background:rgba(2,6,10,.54);
  -webkit-backdrop-filter:blur(3px) saturate(112%);
  backdrop-filter:blur(3px) saturate(112%);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .16s ease,visibility .16s ease;
  overscroll-behavior:contain;
}.sk-process-layer.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}.sk-process-card{
  width:min(330px,calc(100vw - 38px));
  min-height:194px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:25px 22px 23px;
  border:1px solid var(--sk-process-line);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 10%,rgba(39,199,244,.11),transparent 52%),
    linear-gradient(180deg,rgba(11,23,34,.985),var(--sk-process-card));
  box-shadow:0 24px 70px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.018) inset;
  text-align:center;
  color:var(--sk-process-text);
  transform:translateY(5px) scale(.985);
  transition:transform .18s ease;
}.sk-process-layer.is-visible .sk-process-card{transform:translateY(0) scale(1)}.sk-process-indicator{
  position:relative;
  width:82px;
  height:82px;
  flex:0 0 82px;
  display:grid;
  place-items:center;
  isolation:isolate;
}.sk-process-ring,.sk-process-ticks{
  position:absolute;
  inset:0;
  border-radius:50%;
  pointer-events:none;
}.sk-process-ring{
  inset:5px;
  background:repeating-conic-gradient(
    from 0deg,
    rgba(39,199,244,.98) 0deg 16deg,
    rgba(29,120,255,.30) 16deg 25deg,
    rgba(255,255,255,.08) 25deg 35deg
  );
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));
  mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));
  filter:drop-shadow(0 0 7px rgba(39,199,244,.28));
  animation:sk-process-spin 1.25s linear infinite;
}.sk-process-ticks{
  background:repeating-conic-gradient(
    from 6deg,
    rgba(126,222,255,.0) 0deg 9deg,
    rgba(126,222,255,.38) 9deg 11deg,
    rgba(126,222,255,.0) 11deg 30deg
  );
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1px));
  mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1px));
  opacity:.68;
  animation:sk-process-spin-reverse 2.4s linear infinite;
}.sk-process-core{
  position:relative;
  z-index:2;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:radial-gradient(circle at 50% 38%,rgba(27,67,92,.84),rgba(4,12,20,.96) 68%);
  border:1px solid rgba(95,206,245,.22);
  box-shadow:0 0 0 5px rgba(39,199,244,.035),0 0 19px rgba(39,199,244,.16) inset;
  animation:sk-process-breathe 1.8s ease-in-out infinite;
}.sk-process-core img{
  display:block;
  width:38px;
  height:38px;
  object-fit:contain;
  filter:drop-shadow(0 0 6px rgba(30,161,255,.26));
}.sk-process-copy{display:grid;gap:5px;max-width:270px}.sk-process-title{
  margin:0;
  color:var(--sk-process-text);
  font:700 15px/1.3 Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:.015em;
}.sk-process-subtitle{
  margin:0;
  min-height:18px;
  color:var(--sk-process-muted);
  font:500 12.5px/1.45 Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}.sk-process-dots::after{
  content:"…";
  display:inline-block;
  width:1.15em;
  text-align:left;
  opacity:.45;
  animation:sk-process-dots 1.2s ease-in-out infinite;
}html.sk-process-active,html.sk-process-active body{overscroll-behavior:none}@keyframes sk-process-spin{to{transform:rotate(360deg)}}@keyframes sk-process-spin-reverse{to{transform:rotate(-360deg)}}@keyframes sk-process-breathe{0%,100%{transform:scale(.985);box-shadow:0 0 0 5px rgba(39,199,244,.035),0 0 15px rgba(39,199,244,.13) inset}50%{transform:scale(1.015);box-shadow:0 0 0 7px rgba(39,199,244,.055),0 0 23px rgba(39,199,244,.22) inset}}@keyframes sk-process-dots{0%,100%{opacity:.35}50%{opacity:1}}@media (max-width:560px){
  .sk-process-layer{padding:16px}
  .sk-process-card{width:min(304px,calc(100vw - 28px));min-height:178px;padding:22px 18px;border-radius:16px}
  .sk-process-indicator{width:72px;height:72px;flex-basis:72px}
  .sk-process-core{width:46px;height:46px}
  .sk-process-core img{width:34px;height:34px}
  .sk-process-title{font-size:14px}
  .sk-process-subtitle{font-size:12px}
}@media (prefers-reduced-motion:reduce){
  .sk-process-layer,.sk-process-card{transition:none}
  .sk-process-ring,.sk-process-ticks,.sk-process-core,.sk-process-dots::after{animation:none!important}
  .sk-process-ring{transform:rotate(28deg)}
  .sk-process-ticks{opacity:.48}
}@supports not ((-webkit-mask:radial-gradient(#000,#000)) or (mask:radial-gradient(#000,#000))){
  .sk-process-ring{background:transparent;border:3px solid rgba(39,199,244,.24);border-top-color:var(--sk-process-accent);border-right-color:var(--sk-process-accent-2)}
  .sk-process-ticks{display:none}
}body.sk-home-page #preise > .sk-container {
  width: min(1124px, calc(100% - (2 * var(--sk-balanced-gutter, 24px))));
  max-width: 1124px;
  margin-inline: auto;
}body.sk-home-page #preise .sk-richtpreis-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}body.sk-home-page #preise .sk-richtpreis-card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 214px;
  padding: 24px 22px 22px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 15px;
  border: 1px solid rgba(216, 179, 79, .28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(216, 179, 79, .10), transparent 38%),
    linear-gradient(145deg, rgba(18, 47, 72, .94), rgba(10, 29, 47, .97));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 16px 34px rgba(0, 0, 0, .16);
}body.sk-home-page #preise .sk-richtpreis-card__icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(216, 179, 79, .30);
  border-radius: 12px;
  background: rgba(216, 179, 79, .07);
  color: var(--sk-gold, #d8b34f);
  font-size: 18px;
  line-height: 1;
}body.sk-home-page #preise .sk-richtpreis-card__copy { min-width: 0; }body.sk-home-page #preise .sk-richtpreis-card h3 {
  margin: 0;
  color: var(--sk-text, #f4f7fa);
  font-size: 15px;
  font-weight: 730;
  line-height: 1.34;
  letter-spacing: .045em;
  overflow-wrap: anywhere;
}body.sk-home-page #preise .sk-richtpreis-card p {
  margin: 9px 0 0;
  color: var(--sk-muted-2, #9fb2c4);
  font-size: 13px;
  line-height: 1.55;
}body.sk-home-page #preise .sk-richtpreis-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--sk-gold, #d8b34f);
  font-size: clamp(30px, 3.1vw, 40px);
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}body.sk-home-page #preise .sk-richtpreis-card__price > span {
  color: rgba(244, 247, 250, .78);
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: lowercase;
}body.sk-home-page #preise .sk-richtpreis-note {
  max-width: 760px;
  margin: 20px auto 0;
  color: var(--sk-muted-2, #9fb2c4);
  font-size: 12.5px;
  line-height: 1.55;
  text-align: center;
}@media (max-width: 820px) {
  body.sk-home-page #preise .sk-richtpreis-grid { grid-template-columns: 1fr; gap: 12px; }
  body.sk-home-page #preise .sk-richtpreis-card {
    min-height: 0;
    padding: 20px 18px;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 13px;
  }
  body.sk-home-page #preise .sk-richtpreis-card__icon { grid-column: 1; grid-row: 1; }
  body.sk-home-page #preise .sk-richtpreis-card__copy { grid-column: 2; grid-row: 1; }
  body.sk-home-page #preise .sk-richtpreis-card__price { grid-column: 2; grid-row: 2; font-size: 31px; }
}@media (max-width: 420px) {
  body.sk-home-page #preise > .sk-container { width: calc(100% - 28px); }
  body.sk-home-page #preise .sk-richtpreis-card {
    padding: 18px 16px;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 12px;
    border-radius: 16px;
  }
  body.sk-home-page #preise .sk-richtpreis-card__icon { width: 34px; height: 34px; border-radius: 10px; font-size: 16px; }
  body.sk-home-page #preise .sk-richtpreis-card h3 { font-size: 14px; }
  body.sk-home-page #preise .sk-richtpreis-card p { font-size: 12.5px; }
  body.sk-home-page #preise .sk-richtpreis-card__price { font-size: 29px; }
}@media (prefers-reduced-motion: reduce) {
  body.sk-home-page #preise .sk-richtpreis-card { transition: none !important; }
}body.sk-home-page .sk-home-hero h1,
body.sk-home-page .sk-home-mobile-panel__title {
  max-width: 15ch !important;
  font-size: clamp(48px, 4.7vw, 64px) !important;
  line-height: 1.01 !important;
  letter-spacing: -.042em !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}body.sk-home-page .sk-home-hero .sk-lead,
body.sk-home-page .sk-home-mobile-panel__desc {
  max-width: 48ch !important;
  font-size: clamp(17px, 1.25vw, 19px) !important;
  line-height: 1.5 !important;
  text-wrap: pretty !important;
}body.sk-home-page .sk-section-title {
  max-width: 800px;
}body.sk-home-page .sk-section-title h2,
body.sk-home-page .sk-booking-cta h2,
body.sk-home-page .sk-seo-content h2,
body.sk-home-page #sk-home-offer-premium .sk-offer-premium__title,
body.sk-home-page .sk-offer-home-spotlight h2 {
  max-width: 26ch;
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.028em !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}body.sk-home-page .sk-section-title p,
body.sk-home-page .sk-booking-cta p,
body.sk-home-page .sk-seo-content p {
  max-width: 64ch;
  font-size: 16px !important;
  line-height: 1.64 !important;
  text-wrap: pretty !important;
}body.sk-home-page .sk-card h3 {
  max-width: 28ch;
  font-size: clamp(20px, 1.8vw, 25px) !important;
  line-height: 1.18 !important;
  letter-spacing: -.016em !important;
  text-wrap: balance !important;
}body.sk-home-page .sk-lkw-content h3 {
  max-width: 24ch;
  font-size: clamp(30px, 2.9vw, 38px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.028em !important;
  text-wrap: balance !important;
}body.sk-home-page .sk-step h3,
body.sk-home-page .sk-trust-item h3 {
  max-width: 30ch;
  line-height: 1.28 !important;
  text-wrap: balance !important;
}body.sk-home-page .sk-card p,
body.sk-home-page .sk-lkw-content p,
body.sk-home-page .sk-step p,
body.sk-home-page .sk-trust-item p {
  line-height: 1.6 !important;
  text-wrap: pretty !important;
}@media (max-width: 767px) {
  body.sk-home-page .sk-home-hero h1,
  body.sk-home-page .sk-home-mobile-panel__title {
    max-width: 16ch !important;
    font-size: clamp(32px, 8.6vw, 40px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.034em !important;
  }

  body.sk-home-page .sk-home-hero .sk-lead,
  body.sk-home-page .sk-home-mobile-panel__desc {
    max-width: 38ch !important;
    font-size: clamp(15.5px, 4.2vw, 17px) !important;
    line-height: 1.52 !important;
  }

  body.sk-home-page .sk-section-title h2,
  body.sk-home-page .sk-booking-cta h2,
  body.sk-home-page .sk-seo-content h2,
  body.sk-home-page #sk-home-offer-premium .sk-offer-premium__title,
  body.sk-home-page .sk-offer-home-spotlight h2 {
    max-width: 100%;
    font-size: clamp(26px, 7.2vw, 30px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.022em !important;
  }

  body.sk-home-page .sk-section-title p,
  body.sk-home-page .sk-booking-cta p,
  body.sk-home-page .sk-seo-content p {
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  body.sk-home-page .sk-card h3 {
    font-size: clamp(19px, 5.5vw, 23px) !important;
    line-height: 1.2 !important;
  }

  body.sk-home-page .sk-lkw-content h3 {
    max-width: 100%;
    font-size: clamp(26px, 7vw, 30px) !important;
    line-height: 1.14 !important;
  }
}@media (max-width: 767px) {
  body.sk-home-page .sk-home-mobile-panel__eyebrow {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  body.sk-home-page .sk-home-mobile-panel__title,
  body.sk-home-page .sk-home-mobile-panel__desc {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.sk-home-page .sk-home-hero > .sk-start-window-servicebar {
    grid-template-columns: 17px minmax(0, 1fr) 17px !important;
  }

  body.sk-home-page .sk-start-window-servicebar__copy {
    justify-items: center !important;
    text-align: center !important;
  }
}body.sk-home-page #sk-home-offer-premium {
  border-radius: 22px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__kicker {
  gap: 9px !important;
  font-size: 11px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__kicker::before,
body.sk-home-page #sk-home-offer-premium .sk-offer-premium__kicker::after {
  width: 28px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__symbol {
  width: 30px !important;
  height: 30px !important;
  margin: 11px auto 8px !important;
  font-size: 20px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__title {
  font-size: clamp(26px, 2.05vw, 32px) !important;
  line-height: 1.08 !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__price {
  margin-top: 7px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__price-prefix {
  margin-bottom: 3px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__price-value {
  font-size: clamp(44px, 3.7vw, 58px) !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__included {
  margin-top: 5px !important;
  font-size: 13px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__rule {
  margin: 13px 0 11px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__benefits {
  gap: 7px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__benefits li {
  grid-template-columns: 18px minmax(0, 1fr) !important;
  gap: 8px !important;
  font-size: 12.5px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__check {
  width: 16px !important;
  height: 16px !important;
  font-size: 10px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__cta {
  min-height: 50px !important;
  margin-top: 14px !important;
  padding: 0 16px !important;
  gap: 8px !important;
  border-radius: 12px !important;
  font-size: 11.5px !important;
}body.sk-home-page #sk-home-offer-premium .sk-offer-premium__meta {
  margin-top: 10px !important;
  font-size: 10.75px !important;
  line-height: 1.38 !important;
}@media (min-width: 768px) {
  body.sk-home-page #sk-home-offer-premium {
    width: clamp(332px, 24vw, 358px) !important;
    max-width: 358px !important;
    margin: 22px 0 0 auto !important;
    padding: 22px 22px 18px !important;
  }
}@media (max-width: 767px) {
  body.sk-home-page #sk-home-offer-premium {
    width: calc(100% - 28px) !important;
    max-width: 560px !important;
    margin: 16px auto 22px !important;
    padding: 21px 18px 18px !important;
    border-radius: 20px !important;
  }

  body.sk-home-page #sk-home-offer-premium .sk-offer-premium__title {
    font-size: clamp(25px, 7vw, 28px) !important;
  }

  body.sk-home-page #sk-home-offer-premium .sk-offer-premium__price-value {
    font-size: clamp(46px, 12vw, 52px) !important;
  }

  body.sk-home-page #sk-home-offer-premium .sk-offer-premium__cta {
    min-height: 52px !important;
  }
}@media (max-width: 360px) {
  body.sk-home-page #sk-home-offer-premium {
    width: calc(100% - 20px) !important;
    padding-inline: 16px !important;
  }
}@media (min-width: 1200px) {
  body.sk-home-page {
    --sk-header-h: 54px !important;
    --sk-brand-h: 36px !important;
    --sk-shell-h: 90px !important;
    padding-top: 90px !important;
    scroll-padding-top: 90px !important;
  }

  body.sk-home-page .sk-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 7000 !important;
    min-height: 54px !important;
    height: 54px !important;
    max-height: 54px !important;
  }
  body.sk-home-page .sk-header > .sk-container {
    min-height: 54px !important;
    height: 54px !important;
    max-height: 54px !important;
    width: min(1320px, calc(100% - 32px)) !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
    padding: 0 !important;
    grid-template-columns: minmax(230px, 1fr) minmax(0, 1fr) 42px 152px !important;
    grid-auto-flow: column !important;
    gap: 8px !important;
    align-items: center !important;
  }
  body.sk-home-page .sk-header > .sk-container > a:first-child,
  body.sk-home-page .sk-header .sk-home-logo-link {
    width: 230px !important;
    min-width: 230px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  body.sk-home-page .sk-header .sk-logo,
  body.sk-home-page .sk-header .sk-home-logo,
  body.sk-home-page .sk-header img[src*="sofortkey-logo" i] {
    width: 224px !important;
    max-width: 224px !important;
    height: auto !important;
    max-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  body.sk-home-page .sk-desktop-primary {
    grid-column: 2 !important;
    justify-self: end !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  body.sk-home-page .sk-header .sk-menu-toggle,
  body.sk-home-page .sk-menu-toggle {
    grid-column: 3 !important;
    justify-self: center !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 11px !important;
  }
  body.sk-home-page .sk-header .sk-head-actions {
    grid-column: 4 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
    min-height: 42px !important;
    height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.sk-home-page .sk-header .sk-top-cta {
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
    min-height: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
  }
  body.sk-home-page .sk-brand-strip,
  body.sk-home-page .sk-brand-strip[data-sk-mobile-textbar="true"] {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 54px !important;
    inset-block-start: 54px !important;
    z-index: 6000 !important;
    min-height: 36px !important;
    height: 36px !important;
    max-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(41,195,239,.26) !important;
    background: #07182a !important;
  }
  body.sk-home-page .sk-header .sk-nav,
  body.sk-home-page .sk-nav { top: 98px !important; }
}@media (min-width: 768px) {
  html body.sk-subpage-home-header.sk-subpage-home-header {
    --sk-header-h: 64px !important;
    --sk-brand-h: 34px !important;
    --sk-sub-header-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h));
    padding-top: var(--sk-sub-header-shell-h) !important;
    scroll-padding-top: var(--sk-sub-header-shell-h) !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 7000 !important;
    min-height: var(--sk-header-h) !important;
    height: var(--sk-header-h) !important;
    max-height: var(--sk-header-h) !important;
    border-bottom: 1px solid rgba(41,195,239,.18) !important;
    background: rgba(5,8,13,.97) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.22) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    backdrop-filter: blur(14px) !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header > .sk-container,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header > .sk-container {
    box-sizing: border-box !important;
    width: calc(100% - 32px) !important;
    max-width: none !important;
    min-height: var(--sk-header-h) !important;
    height: var(--sk-header-h) !important;
    max-height: var(--sk-header-h) !important;
    margin-inline: 16px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(170px,1fr) 42px 154px !important;
    align-items: center !important;
    gap: 12px !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header > .sk-container > a:first-child,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-home-logo-link,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header > .sk-container > a:first-child {
    width: 190px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
    text-decoration: none !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-logo,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-home-logo,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header img[src*="sofortkey-logo" i],
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header .sk-logo {
    content: normal !important;
    width: 184px !important;
    max-width: 184px !important;
    height: auto !important;
    max-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: none !important;
    opacity: 1 !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-menu-toggle,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-menu-toggle,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header .sk-menu-toggle {
    position: relative !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    border: 1px solid rgba(127,169,202,.34) !important;
    border-radius: 11px !important;
    background: #0d1d31 !important;
    color: #f7fbff !important;
    box-shadow: none !important;
    font-size: 22px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-head-actions,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header .sk-head-actions {
    width: 154px !important;
    min-width: 154px !important;
    max-width: 154px !important;
    min-height: 42px !important;
    height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 0 !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-phone,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header .sk-phone {
    display: none !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-top-cta,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header .sk-top-cta {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 42px !important;
    height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    background: #29c3ef !important;
    color: #03111c !important;
    box-shadow: 0 8px 24px rgba(41,195,239,.18) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-top-cta:hover,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-top-cta:focus-visible {
    background: #45cef4 !important;
    color: #03111c !important;
    transform: translateY(-1px) !important;
  }

  html.sk-nav-enhanced body.sk-subpage-home-header .sk-header .sk-nav,
  html.sk-nav-enhanced body.sk-subpage-home-header .sk-nav,
  html.sk-nav-enhanced body.sk-subpage-home-header.legal-static-page .sk-header .sk-nav {
    box-sizing: border-box !important;
    position: fixed !important;
    inset: var(--sk-header-h) 16px auto auto !important;
    z-index: 7200 !important;
    width: min(340px,calc(100vw - 32px)) !important;
    max-height: calc(100vh - var(--sk-header-h) - 18px) !important;
    margin: 0 !important;
    padding: 10px !important;
    display: none !important;
    grid-template-columns: minmax(0,1fr) !important;
    align-content: start !important;
    gap: 7px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(41,195,239,.28) !important;
    border-radius: 0 0 15px 15px !important;
    background: rgba(5,20,36,.985) !important;
    box-shadow: 0 24px 56px rgba(0,0,0,.44) !important;
  }

  html.sk-nav-enhanced body.sk-subpage-home-header .sk-header .sk-nav.is-open,
  html.sk-nav-enhanced body.sk-subpage-home-header .sk-nav.is-open {
    display: grid !important;
  }

  html.sk-nav-enhanced body.sk-subpage-home-header .sk-header .sk-nav a,
  html.sk-nav-enhanced body.sk-subpage-home-header .sk-nav a,
  html.sk-nav-enhanced body.sk-subpage-home-header.legal-static-page .sk-header .sk-nav a {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 1px solid rgba(127,169,202,.18) !important;
    border-radius: 10px !important;
    background: #0c2238 !important;
    color: #f4f7fb !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  html.sk-nav-enhanced body.sk-subpage-home-header .sk-header .sk-nav a:hover,
  html.sk-nav-enhanced body.sk-subpage-home-header .sk-header .sk-nav a:focus-visible {
    border-color: rgba(41,195,239,.58) !important;
    background: #12304f !important;
    color: #fff !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-strip,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-brand-strip {
    box-sizing: border-box !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--sk-header-h) !important;
    z-index: 6900 !important;
    min-height: var(--sk-brand-h) !important;
    height: var(--sk-brand-h) !important;
    max-height: var(--sk-brand-h) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(41,195,239,.26) !important;
    background: #07182a !important;
    transform: none !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-marquee,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-track,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-brand-marquee,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-brand-track {
    min-height: var(--sk-brand-h) !important;
    height: var(--sk-brand-h) !important;
    max-height: var(--sk-brand-h) !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-marquee {
    width: 100% !important;
    overflow: hidden !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-track {
    width: max-content !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    white-space: nowrap !important;
    animation: sk-brand-flow 82s linear infinite !important;
    will-change: transform !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-track span {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    color: #aebdcc !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-track span::after {
    content: "•" !important;
    margin: 0 22px !important;
    color: #29c3ef !important;
  }
}@media (min-width: 1200px) {
  html body.sk-subpage-home-header.sk-subpage-home-header {
    --sk-header-h: 64px !important;
    --sk-brand-h: 36px !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header > .sk-container,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header > .sk-container {
    width: calc(100% - 56px) !important;
    margin-inline: 28px !important;
    grid-template-columns: minmax(210px,1fr) 42px 168px !important;
    gap: 14px !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header > .sk-container > a:first-child,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-home-logo-link,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header > .sk-container > a:first-child {
    width: 230px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-logo,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-home-logo,
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header img[src*="sofortkey-logo" i],
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header .sk-logo {
    width: 224px !important;
    max-width: 224px !important;
    max-height: 58px !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-head-actions,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header .sk-head-actions {
    width: 168px !important;
    min-width: 168px !important;
    max-width: 168px !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-top-cta,
  html body.sk-subpage-home-header.sk-subpage-home-header.legal-static-page .sk-header .sk-top-cta {
    font-size: 14px !important;
  }

  html.sk-nav-enhanced body.sk-subpage-home-header .sk-header .sk-nav,
  html.sk-nav-enhanced body.sk-subpage-home-header .sk-nav {
    inset: var(--sk-header-h) 28px auto auto !important;
    width: min(340px,calc(100vw - 56px)) !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-track span {
    font-size: 13px !important;
  }

  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-track span::after {
    margin: 0 26px !important;
  }
}@media (prefers-reduced-motion: reduce) {
  html body.sk-subpage-home-header.sk-subpage-home-header .sk-brand-track {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}@media (min-width: 1200px) {
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) {
    --sk-header-h: 54px !important;
    --sk-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h)) !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header > .sk-container {
    min-height: 54px !important; height: 54px !important; max-height: 54px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header > .sk-container {
    grid-template-columns: minmax(230px,1fr) 38px 156px !important; gap: 12px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header > .sk-container > a:first-child,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo-link {
    width: 230px !important; height: 54px !important; min-height: 54px !important; max-height: 54px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-logo,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header img[src*="sofortkey-logo" i] {
    width: 224px !important; max-width: 224px !important; height: auto !important; max-height: 54px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-menu-toggle,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-menu-toggle {
    width: 38px !important; min-width: 38px !important; max-width: 38px !important;
    height: 38px !important; min-height: 38px !important; max-height: 38px !important;
    border-radius: 10px !important; font-size: 20px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-head-actions {
    width: 156px !important; min-width: 156px !important; max-width: 156px !important;
    min-height: 38px !important; height: 38px !important; max-height: 38px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-top-cta {
    min-height: 38px !important; height: 38px !important; max-height: 38px !important;
    padding: 0 13px !important; border-radius: 10px !important; font-size: 13px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-brand-strip,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-brand-strip[data-sk-mobile-textbar="true"],
  html.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav,
  html.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-nav {
    top: 54px !important; inset-block-start: 54px !important;
  }
}@media (min-width: 768px) and (max-width: 1199px) {
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) {
    --sk-header-h: 50px !important;
    --sk-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h)) !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header > .sk-container {
    min-height: 50px !important; height: 50px !important; max-height: 50px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header > .sk-container {
    grid-template-columns: minmax(196px,1fr) 38px 146px !important; gap: 10px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header > .sk-container > a:first-child,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo-link {
    width: 196px !important; height: 50px !important; min-height: 50px !important; max-height: 50px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-logo,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header img[src*="sofortkey-logo" i] {
    width: 190px !important; max-width: 190px !important; height: auto !important; max-height: 48px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-menu-toggle,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-menu-toggle {
    width: 38px !important; min-width: 38px !important; max-width: 38px !important;
    height: 38px !important; min-height: 38px !important; max-height: 38px !important;
    border-radius: 10px !important; font-size: 20px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-head-actions {
    width: 146px !important; min-width: 146px !important; max-width: 146px !important;
    min-height: 38px !important; height: 38px !important; max-height: 38px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-top-cta {
    min-height: 38px !important; height: 38px !important; max-height: 38px !important;
    padding: 0 12px !important; border-radius: 10px !important; font-size: 12.5px !important;
  }
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-brand-strip,
  html body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-brand-strip[data-sk-mobile-textbar="true"],
  html.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav,
  html.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-nav {
    top: 50px !important; inset-block-start: 50px !important;
  }
}@media (min-width: 1200px) {
  body.sk-home-page {
    --sk-header-h: 54px !important;
    --sk-shell-h: calc(var(--sk-header-h) + var(--sk-brand-h)) !important;
  }

  body.sk-home-page .sk-header,
  body.sk-home-page .sk-header > .sk-container {
    min-height: 54px !important;
    height: 54px !important;
    max-height: 54px !important;
  }

  body.sk-home-page .sk-header > .sk-container {
    grid-template-columns: minmax(230px, 1fr) 38px 156px !important;
    gap: 12px !important;
  }

  body.sk-home-page .sk-header > .sk-container > a:first-child,
  body.sk-home-page .sk-header .sk-home-logo-link {
    width: 230px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  body.sk-home-page .sk-header .sk-logo,
  body.sk-home-page .sk-header .sk-home-logo,
  body.sk-home-page .sk-header img[src*="sofortkey-logo" i] {
    width: 224px !important;
    height: auto !important;
    max-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  body.sk-home-page .sk-header .sk-menu-toggle,
  body.sk-home-page .sk-menu-toggle {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    font-size: 20px !important;
  }

  body.sk-home-page .sk-header .sk-head-actions {
    width: 156px !important;
    min-width: 156px !important;
    max-width: 156px !important;
    min-height: 38px !important;
    height: 38px !important;
    max-height: 38px !important;
  }

  body.sk-home-page .sk-header .sk-top-cta {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    max-height: 38px !important;
    padding: 0 13px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  body.sk-home-page .sk-brand-strip,
  body.sk-home-page .sk-brand-strip[data-sk-mobile-textbar="true"],
  body.sk-home-page .sk-header .sk-nav,
  body.sk-home-page .sk-nav {
    top: 54px !important;
  }
}@media (min-width: 768px) and (max-width: 1199px) {
  body.sk-home-page {
    --sk-header-h: 50px !important;
    --sk-brand-h: 30px !important;
    --sk-shell-h: 80px !important;
    padding-top: 80px !important;
    scroll-padding-top: 80px !important;
  }
  body.sk-home-page .sk-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 7000 !important;
  }

  body.sk-home-page .sk-header,
  body.sk-home-page .sk-header > .sk-container {
    min-height: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
  }

  body.sk-home-page .sk-header > .sk-container {
    grid-template-columns: minmax(196px, 1fr) 38px 146px !important;
    gap: 10px !important;
  }

  body.sk-home-page .sk-header > .sk-container > a:first-child,
  body.sk-home-page .sk-header .sk-home-logo-link {
    width: 196px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  body.sk-home-page .sk-header .sk-logo,
  body.sk-home-page .sk-header .sk-home-logo,
  body.sk-home-page .sk-header img[src*="sofortkey-logo" i] {
    width: 190px !important;
    height: auto !important;
    max-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  body.sk-home-page .sk-header .sk-menu-toggle,
  body.sk-home-page .sk-menu-toggle {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    font-size: 20px !important;
  }

  body.sk-home-page .sk-header .sk-head-actions {
    width: 146px !important;
    min-width: 146px !important;
    max-width: 146px !important;
    min-height: 38px !important;
    height: 38px !important;
    max-height: 38px !important;
  }

  body.sk-home-page .sk-header .sk-top-cta {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    max-height: 38px !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    font-size: 12.5px !important;
    line-height: 1 !important;
  }

  body.sk-home-page .sk-brand-strip,
  body.sk-home-page .sk-brand-strip[data-sk-mobile-textbar="true"] {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 50px !important;
    inset-block-start: 50px !important;
    z-index: 6000 !important;
    min-height: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.sk-home-page .sk-header .sk-nav,
  body.sk-home-page .sk-nav { top: 88px !important; }
}body.legal-static-page{overflow-x:hidden;--sk-header-h:54px!important;padding-top:0!important;scroll-padding-top:88px!important}body.legal-static-page main{min-width:0}body.legal-static-page main img[src*="logo"],body.legal-static-page main picture img[src*="logo"]{display:none!important}body.legal-static-page .sk-header{box-sizing:border-box!important;position:sticky!important;top:0!important;z-index:6100!important;width:100%!important;height:54px!important;min-height:54px!important;max-height:54px!important;margin:0!important;padding:0!important;background:#05080d!important;border-bottom:1px solid rgba(145,172,199,.22)!important;overflow:visible!important}body.legal-static-page .sk-header>.sk-container{box-sizing:border-box!important;width:calc(100% - 56px)!important;max-width:none!important;height:54px!important;min-height:54px!important;max-height:54px!important;margin:0 28px!important;padding:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 38px 156px!important;align-items:center!important;gap:12px!important;overflow:visible!important}body.legal-static-page .sk-header .sk-home-logo-link{box-sizing:border-box!important;width:224px!important;max-width:224px!important;height:54px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:hidden!important;text-decoration:none!important}body.legal-static-page .sk-header img.sk-logo{box-sizing:border-box!important;display:block!important;width:224px!important;max-width:224px!important;height:54px!important;max-height:54px!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;border:0!important;box-shadow:none!important}body.legal-static-page .sk-header .sk-nav{display:none!important}body.legal-static-page .sk-header .sk-menu-toggle{box-sizing:border-box!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important;margin:0!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid rgba(145,172,199,.34)!important;border-radius:11px!important;background:#101a2d!important;color:#f4f8fb!important;font-size:21px!important;line-height:1!important}body.legal-static-page .sk-header .sk-head-actions{box-sizing:border-box!important;width:156px!important;min-width:156px!important;max-width:156px!important;height:38px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}body.legal-static-page .sk-header .sk-phone{display:none!important}body.legal-static-page .sk-header .sk-top-cta{box-sizing:border-box!important;width:156px!important;height:38px!important;min-height:38px!important;max-height:38px!important;margin:0!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:11px!important;background:#29c3ef!important;color:#03111c!important;font-size:13px!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important}body.legal-static-page>.sk-brand-strip{position:sticky!important;top:54px!important;z-index:6000!important;height:34px!important;min-height:34px!important;max-height:34px!important;margin:0!important}html.sk-nav-enhanced body.legal-static-page .sk-header .sk-nav{position:fixed!important;inset:54px 28px auto auto!important;z-index:6400!important;width:min(320px,calc(100vw - 56px))!important;max-height:calc(100dvh - 72px)!important;padding:8px!important;grid-template-columns:1fr!important;gap:5px!important;overflow:auto!important;border:1px solid rgba(41,195,239,.28)!important;border-radius:0 0 13px 13px!important;background:linear-gradient(180deg,#0a1d32 0%,#071426 100%)!important;box-shadow:0 18px 36px rgba(0,0,0,.52)!important}html.sk-nav-enhanced body.legal-static-page .sk-header .sk-nav.is-open{display:grid!important}html.sk-nav-enhanced body.legal-static-page .sk-header .sk-nav a{box-sizing:border-box!important;width:100%!important;min-height:44px!important;margin:0!important;padding:8px 10px!important;display:flex!important;align-items:center!important;border:1px solid rgba(145,172,199,.20)!important;border-radius:9px!important;background:#0d2138!important;color:#eef7fd!important;font-size:13px!important;font-weight:650!important;line-height:1.2!important;text-decoration:none!important;white-space:normal!important}@media(min-width:768px) and (max-width:1199px){
 body.legal-static-page{--sk-header-h:50px!important;scroll-padding-top:84px!important}
 body.legal-static-page .sk-header{height:50px!important;min-height:50px!important;max-height:50px!important}
 body.legal-static-page .sk-header>.sk-container{width:calc(100% - 32px)!important;height:50px!important;min-height:50px!important;max-height:50px!important;margin:0 16px!important;grid-template-columns:minmax(196px,1fr) 38px 146px!important;gap:10px!important}
 body.legal-static-page .sk-header .sk-home-logo-link{width:196px!important;max-width:196px!important;height:50px!important}
 body.legal-static-page .sk-header img.sk-logo{width:190px!important;max-width:190px!important;height:auto!important;max-height:48px!important}
 body.legal-static-page .sk-header .sk-head-actions{width:146px!important;min-width:146px!important;max-width:146px!important}
 body.legal-static-page .sk-header .sk-top-cta{width:146px!important}
 body.legal-static-page>.sk-brand-strip{top:50px!important}
 html.sk-nav-enhanced body.legal-static-page .sk-header .sk-nav{inset:50px 16px auto auto!important;width:min(320px,calc(100vw - 32px))!important}
}:root{
  --sk-nav-sheet-bg:rgba(6,12,19,.988);
  --sk-nav-sheet-bg-2:rgba(10,20,31,.992);
  --sk-nav-sheet-line:rgba(150,184,211,.15);
  --sk-nav-sheet-accent:#29c3ef;
  --sk-nav-ease:cubic-bezier(.22,1,.36,1);
}html.sk-premium-nav-ready .sk-header .sk-menu-toggle,
.sk-header .sk-menu-toggle[data-sk-menu-ready="1"]{
  box-sizing:border-box!important;
  position:relative!important;
  width:48px!important;min-width:48px!important;max-width:48px!important;
  height:48px!important;min-height:48px!important;max-height:48px!important;
  margin:0!important;padding:0!important;
  display:inline-grid!important;place-items:center!important;
  border:1px solid rgba(151,184,211,.23)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,rgba(19,34,50,.9),rgba(9,19,30,.97))!important;
  color:#f7fbff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 10px 26px rgba(0,0,0,.22)!important;
  overflow:hidden!important;cursor:pointer!important;touch-action:manipulation!important;
  font-size:0!important;line-height:1!important;
  transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .2s var(--sk-nav-ease)!important;
}html.sk-premium-nav-ready .sk-header .sk-menu-toggle::after{content:none!important;display:none!important}html.sk-premium-nav-ready .sk-header .sk-menu-toggle:hover,
html.sk-premium-nav-ready .sk-header .sk-menu-toggle:focus-visible{
  border-color:rgba(65,205,242,.52)!important;
  background:linear-gradient(180deg,rgba(24,46,67,.98),rgba(11,25,39,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 13px 30px rgba(0,0,0,.26),0 0 0 1px rgba(41,195,239,.08)!important;
}html.sk-premium-nav-ready .sk-header .sk-menu-toggle:active{transform:scale(.965)!important}.sk-menu-icon{position:relative;display:block;width:22px;height:18px}.sk-menu-line{position:absolute;left:0;width:22px;height:2px;border-radius:999px;background:#f5fafc;transform-origin:center;transition:transform .29s var(--sk-nav-ease),opacity .16s ease,top .29s var(--sk-nav-ease)!important}.sk-menu-line:nth-child(1){top:1px}.sk-menu-line:nth-child(2){top:8px}.sk-menu-line:nth-child(3){top:15px}.sk-menu-toggle[aria-expanded="true"] .sk-menu-line:nth-child(1){top:8px;transform:rotate(45deg)}.sk-menu-toggle[aria-expanded="true"] .sk-menu-line:nth-child(2){opacity:0;transform:scaleX(.45)}.sk-menu-toggle[aria-expanded="true"] .sk-menu-line:nth-child(3){top:8px;transform:rotate(-45deg)}.sk-premium-nav-backdrop{
  position:fixed;inset:0;z-index:6400;
  background:rgba(0,4,8,.58);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .24s ease,visibility 0s linear .28s;
}html.sk-nav-open .sk-premium-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.sk-nav-sheet-head,.sk-nav-group-title,.sk-nav-legal,.sk-compact-quicklinks,.sk-mobile-quickbar,.sk-desktop-primary{display:none}html.sk-premium-nav-ready .sk-header{z-index:6500!important;overflow:visible!important;background:rgba(4,9,15,.985)!important}html.sk-premium-nav-ready .sk-header>.sk-container{
  box-sizing:border-box!important;
  width:min(1240px,calc(100% - 32px))!important;max-width:1240px!important;
  min-height:70px!important;height:70px!important;max-height:70px!important;
  margin-inline:auto!important;padding:0!important;
  display:grid!important;grid-template-columns:minmax(170px,1fr) auto 48px auto!important;
  align-items:center!important;gap:10px!important;overflow:visible!important;
}html.sk-premium-nav-ready .sk-header>.sk-container>a:first-child,
html.sk-premium-nav-ready .sk-header .sk-home-logo-link{
  width:auto!important;min-width:0!important;height:60px!important;min-height:60px!important;max-height:60px!important;
  display:flex!important;align-items:center!important;overflow:hidden!important;
}html.sk-premium-nav-ready .sk-header .sk-logo,
html.sk-premium-nav-ready .sk-header .sk-home-logo,
html.sk-premium-nav-ready .sk-header img[src*="sofortkey-logo" i]{
  width:min(188px,28vw)!important;max-width:188px!important;height:56px!important;max-height:56px!important;
  margin:0!important;padding:0!important;object-fit:contain!important;object-position:left center!important;
}html.sk-premium-nav-ready .sk-header .sk-head-actions{
  width:auto!important;min-width:0!important;max-width:none!important;height:48px!important;min-height:48px!important;max-height:48px!important;
  margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;
}html.sk-premium-nav-ready .sk-header .sk-phone{display:none!important}html.sk-premium-nav-ready .sk-header .sk-top-cta{
  width:auto!important;min-width:124px!important;max-width:none!important;min-height:46px!important;height:46px!important;max-height:46px!important;
  margin:0!important;padding:0 16px!important;border-radius:12px!important;font-size:13px!important;line-height:1!important;white-space:nowrap!important;
}.sk-desktop-primary{align-items:center;justify-content:center;gap:2px;min-width:0}.sk-desktop-primary a{min-height:44px;display:inline-flex;align-items:center;padding:0 11px;border-radius:10px;color:rgba(236,244,249,.78);font-size:13px;font-weight:640;line-height:1;text-decoration:none;white-space:nowrap;transition:background-color .18s ease,color .18s ease}.sk-desktop-primary a:hover,.sk-desktop-primary a:focus-visible,.sk-desktop-primary a[aria-current="page"]{background:rgba(255,255,255,.035);color:#fff}@media(min-width:1200px){
  html.sk-premium-nav-ready .sk-header>.sk-container{grid-template-columns:minmax(170px,1fr) auto auto 48px auto!important;gap:8px!important}
  html.sk-premium-nav-ready .sk-desktop-primary{display:flex!important}
  html.sk-premium-nav-ready .sk-header .sk-nav>a.sk-nav-desktop-direct,html.sk-premium-nav-ready .sk-nav>a.sk-nav-desktop-direct{display:none!important}
}html.sk-premium-nav-ready .sk-compact-quicklinks{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}html.sk-premium-nav-ready .sk-compact-quicklinks a{
  box-sizing:border-box;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;
  border:1px solid rgba(148,179,204,.16);border-radius:11px;background:rgba(255,255,255,.028);
  color:rgba(241,247,251,.86);font-size:13px;font-weight:690;line-height:1;text-decoration:none;white-space:nowrap;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}html.sk-premium-nav-ready .sk-compact-quicklinks a:hover,
html.sk-premium-nav-ready .sk-compact-quicklinks a:focus-visible,
html.sk-premium-nav-ready .sk-compact-quicklinks a[aria-current="page"]{border-color:rgba(41,195,239,.38);background:rgba(41,195,239,.075);color:#fff}html.sk-premium-nav-ready .sk-compact-quicklinks a:active{transform:translateY(1px)}html.sk-premium-nav-ready.sk-nav-enhanced .sk-header .sk-nav,
html.sk-premium-nav-ready.sk-nav-enhanced .sk-nav,
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav,
html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-nav,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav{
  box-sizing:border-box!important;
  position:fixed!important;z-index:6700!important;
  top:80px!important;inset-block-start:80px!important;right:16px!important;left:auto!important;bottom:auto!important;
  width:min(448px,calc(100vw - 32px))!important;max-width:448px!important;height:auto!important;max-height:calc(100dvh - 96px)!important;
  margin:0!important;padding:10px 10px 12px!important;
  display:flex!important;grid-template-columns:none!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;
  overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-gutter:stable!important;
  border:1px solid rgba(151,184,211,.16)!important;border-radius:20px!important;
  background:linear-gradient(180deg,var(--sk-nav-sheet-bg-2),var(--sk-nav-sheet-bg))!important;
  box-shadow:0 30px 78px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.045)!important;
  backdrop-filter:blur(22px) saturate(118%)!important;-webkit-backdrop-filter:blur(22px) saturate(118%)!important;
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;
  transform:translate3d(0,-14px,0) scale(.985)!important;transform-origin:top right!important;
  transition:opacity .22s ease,transform .32s var(--sk-nav-ease),visibility 0s linear .32s!important;
}html.sk-premium-nav-ready.sk-nav-enhanced .sk-header .sk-nav.is-open,
html.sk-premium-nav-ready.sk-nav-enhanced .sk-nav.is-open,
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav.is-open,
html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-nav.is-open,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav.is-open{
  opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate3d(0,0,0) scale(1)!important;transition-delay:0s!important;
}.sk-nav-sheet-head{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px 14px;border-bottom:1px solid var(--sk-nav-sheet-line)}.sk-nav-sheet-title{display:grid;gap:2px}.sk-nav-sheet-title strong{color:#f7fbff;font-size:16px;line-height:1.1;letter-spacing:-.01em}.sk-nav-sheet-title span{color:#8195a7;font-size:10.5px;letter-spacing:.15em;text-transform:uppercase}.sk-nav-sheet-mark{width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(41,195,239,.14);border-radius:10px;background:rgba(41,195,239,.07);color:#61d5f5;font-size:15px;font-weight:800}.sk-nav-group-title{display:block!important;padding:17px 14px 7px;color:#71899d;font-size:10.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link,
html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link{
  position:relative!important;box-sizing:border-box!important;
  width:100%!important;min-width:0!important;min-height:52px!important;height:auto!important;
  margin:0!important;padding:12px 42px 12px 14px!important;
  display:flex!important;align-items:center!important;justify-content:flex-start!important;
  border:0!important;border-bottom:1px solid rgba(145,174,198,.095)!important;border-radius:0!important;
  background:transparent!important;color:rgba(241,247,251,.88)!important;
  font-size:15.5px!important;font-weight:620!important;line-height:1.25!important;text-align:left!important;text-decoration:none!important;
  white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;
  opacity:0!important;transform:translate3d(10px,0,0)!important;
  transition:background-color .18s ease,color .18s ease,padding-left .18s ease,opacity .25s ease,transform .3s var(--sk-nav-ease)!important;
  transition-delay:0s!important;
}html.sk-premium-nav-ready .sk-header .sk-nav.is-open a.sk-nav-main-link,
html.sk-premium-nav-ready .sk-nav.is-open a.sk-nav-main-link{opacity:1!important;transform:none!important;transition-delay:var(--sk-nav-delay,0ms)!important}html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link::after,
html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link::after{
  content:"›"!important;position:absolute!important;right:15px!important;left:auto!important;top:50%!important;bottom:auto!important;
  width:auto!important;height:auto!important;background:none!important;color:#61798d!important;opacity:.75!important;
  transform:translateY(-50%)!important;font-size:21px!important;font-weight:400!important;line-height:1!important;
  transition:color .18s ease,transform .18s ease!important;
}html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link:hover,
html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link:focus-visible,
html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link:hover,
html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link:focus-visible{background:rgba(41,195,239,.052)!important;color:#fff!important;padding-left:18px!important}html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link:hover::after,
html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link:focus-visible::after,
html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link:hover::after,
html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link:focus-visible::after{color:#41c9ef!important;transform:translate(2px,-50%)!important}html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link[aria-current="page"],
html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link[aria-current="page"]{background:linear-gradient(90deg,rgba(41,195,239,.09),rgba(41,195,239,.015))!important;color:#fff!important}html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link[aria-current="page"]::before,
html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link[aria-current="page"]::before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:2px;border-radius:99px;background:#29c3ef}html.sk-premium-nav-ready .sk-header .sk-nav>a.sk-nav-shop,
html.sk-premium-nav-ready .sk-header .sk-nav>a.sk-nav-bmw-service,
html.sk-premium-nav-ready .sk-nav>a.sk-nav-shop,
html.sk-premium-nav-ready .sk-nav>a.sk-nav-bmw-service{display:none!important}.sk-nav-legal{display:flex!important;flex-wrap:wrap;gap:4px 15px;padding:13px 14px 5px;border-top:1px solid rgba(145,174,198,.095)}html.sk-premium-nav-ready .sk-header .sk-nav .sk-nav-legal a,
html.sk-premium-nav-ready .sk-nav .sk-nav-legal a{
  width:auto!important;min-width:0!important;min-height:44px!important;height:44px!important;margin:0!important;padding:0!important;
  display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;
  border:0!important;border-bottom:0!important;border-radius:0!important;background:transparent!important;
  color:#8194a5!important;font-size:11.75px!important;font-weight:590!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important;
  opacity:1!important;transform:none!important;
}html.sk-premium-nav-ready .sk-header .sk-nav .sk-nav-legal a::after,
html.sk-premium-nav-ready .sk-nav .sk-nav-legal a::after{content:none!important;display:none!important}html.sk-premium-nav-ready .sk-header .sk-nav .sk-nav-legal a:hover,
html.sk-premium-nav-ready .sk-header .sk-nav .sk-nav-legal a:focus-visible,
html.sk-premium-nav-ready .sk-nav .sk-nav-legal a:hover,
html.sk-premium-nav-ready .sk-nav .sk-nav-legal a:focus-visible{color:#e1ebf2!important;text-decoration:underline!important;text-underline-offset:3px!important}html.sk-nav-open,html.sk-nav-open body{overflow:hidden!important;overscroll-behavior:none!important}@media (min-width:768px) and (max-width:1199px){
  html.sk-premium-nav-ready .sk-brand-strip[data-sk-mobile-textbar="true"],
  html.sk-premium-nav-ready body.sk-home-page .sk-brand-strip,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-brand-strip{display:none!important}
}@media (prefers-reduced-motion:reduce){
  html.sk-premium-nav-ready .sk-header .sk-menu-toggle,.sk-menu-line,.sk-premium-nav-backdrop,
  html.sk-premium-nav-ready .sk-header .sk-nav,html.sk-premium-nav-ready .sk-nav,
  html.sk-premium-nav-ready .sk-header .sk-nav a.sk-nav-main-link,html.sk-premium-nav-ready .sk-nav a.sk-nav-main-link{
    transition-duration:.01ms!important;transition-delay:0ms!important;animation:none!important;
  }
}@media(min-width:1200px){
html.sk-premium-nav-ready body.sk-home-page .sk-header,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header,
html.sk-premium-nav-ready body.legal-static-page .sk-header{
  min-height:70px!important;height:70px!important;max-height:70px!important;
}
html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container,
html.sk-premium-nav-ready body.legal-static-page .sk-header>.sk-container{
  width:min(1240px,calc(100% - 32px))!important;max-width:1240px!important;
  min-height:70px!important;height:70px!important;max-height:70px!important;margin-inline:auto!important;padding:0!important;
  grid-template-columns:minmax(170px,1fr) auto 48px auto!important;gap:10px!important;
}
html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container>a:first-child,
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo-link,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container>a:first-child,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo-link,
html.sk-premium-nav-ready body.legal-static-page .sk-header>.sk-container>a:first-child,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-home-logo-link{
  width:auto!important;min-width:0!important;height:60px!important;min-height:60px!important;max-height:60px!important;
}
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-logo,
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo,
html.sk-premium-nav-ready body.sk-home-page .sk-header img[src*="sofortkey-logo" i],
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-logo,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header img[src*="sofortkey-logo" i],
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-logo,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-home-logo,
html.sk-premium-nav-ready body.legal-static-page .sk-header img[src*="sofortkey-logo" i]{
  width:min(188px,28vw)!important;max-width:188px!important;height:56px!important;max-height:56px!important;
}
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-menu-toggle,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-menu-toggle{
  width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;border-radius:14px!important;
}
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-head-actions,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-head-actions{
  width:auto!important;min-width:0!important;max-width:none!important;min-height:48px!important;height:48px!important;max-height:48px!important;
}
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-top-cta,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-top-cta,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-top-cta{
  width:auto!important;min-width:124px!important;max-width:none!important;min-height:46px!important;height:46px!important;max-height:46px!important;padding:0 16px!important;border-radius:12px!important;font-size:13px!important;
}
html.sk-premium-nav-ready.sk-nav-enhanced body.sk-home-page .sk-header .sk-nav,
html.sk-premium-nav-ready.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav,
html.sk-premium-nav-ready.sk-nav-enhanced body.legal-static-page .sk-header .sk-nav{
  top:80px!important;inset-block-start:80px!important;right:16px!important;left:auto!important;bottom:auto!important;
  width:min(448px,calc(100vw - 32px))!important;max-width:448px!important;height:auto!important;max-height:calc(100dvh - 96px)!important;
  display:flex!important;grid-template-columns:none!important;
}
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav>a.sk-nav-shop,
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav>a.sk-nav-bmw-service,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav>a.sk-nav-shop,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav>a.sk-nav-bmw-service,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav>a.sk-nav-shop,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav>a.sk-nav-bmw-service{display:none!important}
}html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav>a.sk-nav-main-link,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav>a.sk-nav-main-link,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav>a.sk-nav-main-link{
  position:relative!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:52px!important;height:auto!important;
  margin:0!important;padding:12px 42px 12px 14px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
  border:0!important;border-bottom:1px solid rgba(145,174,198,.095)!important;border-radius:0!important;background:transparent!important;
  color:rgba(241,247,251,.88)!important;font-size:15.5px!important;font-weight:620!important;line-height:1.25!important;text-align:left!important;text-decoration:none!important;
  white-space:normal!important;overflow:visible!important;overflow-wrap:normal!important;word-break:normal!important;
}html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav.is-open>a.sk-nav-main-link,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav.is-open>a.sk-nav-main-link,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav.is-open>a.sk-nav-main-link{opacity:1!important;transform:none!important;transition-delay:var(--sk-nav-delay,0ms)!important}html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav>a.sk-nav-main-link:hover,
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav>a.sk-nav-main-link:focus-visible,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav>a.sk-nav-main-link:hover,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav>a.sk-nav-main-link:focus-visible,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav>a.sk-nav-main-link:hover,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav>a.sk-nav-main-link:focus-visible{
  border-color:rgba(145,174,198,.095)!important;border-radius:0!important;background:rgba(41,195,239,.052)!important;color:#fff!important;padding-left:18px!important;
}html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav .sk-nav-legal>a,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav .sk-nav-legal>a,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav .sk-nav-legal>a{
  width:auto!important;min-width:0!important;min-height:44px!important;height:44px!important;margin:0!important;padding:0 2px!important;
  display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;border:0!important;border-radius:0!important;background:transparent!important;
  color:#8194a5!important;font-size:11.75px!important;font-weight:590!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important;opacity:1!important;transform:none!important;
}html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav .sk-nav-legal>a:hover,
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav .sk-nav-legal>a:focus-visible,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav .sk-nav-legal>a:hover,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav .sk-nav-legal>a:focus-visible,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav .sk-nav-legal>a:hover,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav .sk-nav-legal>a:focus-visible{
  border:0!important;background:transparent!important;color:#e1ebf2!important;text-decoration:underline!important;text-underline-offset:3px!important;
}html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav>a.sk-nav-shop,
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-nav>a.sk-nav-bmw-service,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav>a.sk-nav-shop,
html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav>a.sk-nav-bmw-service,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav>a.sk-nav-shop,
html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-nav>a.sk-nav-bmw-service{display:none!important}@media(min-width:1200px){
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-home-page .sk-header .sk-nav,
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav,
  html.sk-premium-nav-ready.sk-nav-enhanced body.legal-static-page .sk-header .sk-nav{
    top:120px!important;inset-block-start:120px!important;max-height:calc(100dvh - 136px)!important;
  }
}html.sk-premium-nav-ready.sk-nav-enhanced body.sk-home-page .sk-header .sk-nav,
html.sk-premium-nav-ready.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav,
html.sk-premium-nav-ready.sk-nav-enhanced body.legal-static-page .sk-header .sk-nav{
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;
  transform:translate3d(0,-14px,0) scale(.985)!important;
  transition:opacity .22s ease,transform .32s var(--sk-nav-ease),visibility 0s linear .32s!important;
}html.sk-premium-nav-ready.sk-nav-enhanced body.sk-home-page .sk-header .sk-nav.is-open,
html.sk-premium-nav-ready.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav.is-open,
html.sk-premium-nav-ready.sk-nav-enhanced body.legal-static-page .sk-header .sk-nav.is-open{
  opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;transition-delay:0s!important;
}@media(min-width:1200px){
  html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container,
  html.sk-premium-nav-ready body.legal-static-page .sk-header>.sk-container,
  html.sk-premium-nav-ready .sk-header>.sk-container{
    grid-template-columns:minmax(180px,1fr) auto auto 48px auto!important;
    gap:8px!important;
  }
  html.sk-premium-nav-ready .sk-desktop-primary{display:flex!important}
  html.sk-premium-nav-ready .sk-header .sk-nav>a.sk-nav-desktop-direct,
  html.sk-premium-nav-ready .sk-nav>a.sk-nav-desktop-direct{display:none!important}
}@media (min-width:1200px){
  html.sk-premium-nav-ready body.sk-home-page,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page),
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header{
    --sk-header-h:54px!important;--sk-brand-h:34px!important;--sk-shell-h:88px!important;--sk-sub-header-shell-h:88px!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page),
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header{padding-top:88px!important;scroll-padding-top:88px!important}
  html.sk-premium-nav-ready body.sk-shop-page.sk-subpage-home-header{--sk-header-h:54px!important;--sk-brand-h:0px!important;--sk-shell-h:54px!important;--sk-sub-header-shell-h:54px!important;padding-top:54px!important;scroll-padding-top:54px!important}

  html.sk-premium-nav-ready body.sk-home-page .sk-header,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header,
  html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header>.sk-container,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header>.sk-container{
    min-height:54px!important;height:54px!important;max-height:54px!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header>.sk-container,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header>.sk-container{
    width:min(1320px,calc(100% - 32px))!important;max-width:1320px!important;margin-inline:auto!important;padding:0!important;
    grid-template-columns:minmax(230px,1fr) auto auto 42px auto!important;align-items:center!important;gap:8px!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container>a:first-child,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo-link,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header>.sk-container>a:first-child,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-home-logo-link,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header>.sk-container>a:first-child,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-home-logo-link{
    width:230px!important;min-width:230px!important;height:54px!important;min-height:54px!important;max-height:54px!important;
    margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-logo,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo,
  html.sk-premium-nav-ready body.sk-home-page .sk-header img[src*="sofortkey-logo" i],
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-logo,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-home-logo,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header img[src*="sofortkey-logo" i],
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-logo,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-home-logo,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header img[src*="sofortkey-logo" i]{
    content:normal!important;width:224px!important;max-width:224px!important;height:auto!important;max-height:54px!important;margin:0!important;padding:0!important;
    display:block!important;object-fit:contain!important;object-position:left center!important;transform:none!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-menu-toggle{
    width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;border-radius:11px!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-head-actions{height:42px!important;min-height:42px!important;max-height:42px!important}
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-top-cta{
    min-height:40px!important;height:40px!important;max-height:40px!important;padding-inline:15px!important;border-radius:10px!important;
  }
  html.sk-premium-nav-ready .sk-compact-quicklinks a,html.sk-premium-nav-ready .sk-desktop-primary a{min-height:40px!important;height:40px!important}

  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-strip,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-strip[data-sk-mobile-textbar="true"],
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-strip,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-strip[data-sk-mobile-textbar="true"]{
    box-sizing:border-box!important;position:fixed!important;left:0!important;right:0!important;top:54px!important;inset-block-start:54px!important;
    min-height:34px!important;height:34px!important;max-height:34px!important;margin:0!important;padding:0!important;display:block!important;visibility:visible!important;opacity:1!important;
    overflow:hidden!important;border-bottom:1px solid rgba(41,195,239,.26)!important;background:#07182a!important;transform:none!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-marquee,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-track,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-marquee,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-track{
    min-height:34px!important;height:34px!important;max-height:34px!important;align-items:center!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-marquee,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-marquee{width:100%!important;overflow:hidden!important}
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-track,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-track{
    width:max-content!important;min-width:100%!important;margin:0!important;padding:0!important;display:flex!important;gap:0!important;white-space:nowrap!important;
    animation:sk-brand-flow 82s linear infinite!important;will-change:transform!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-track span,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-track span{
    flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;color:#aebdcc!important;font-size:13px!important;line-height:1!important;white-space:nowrap!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-track span::after,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-track span::after{content:"•"!important;margin:0 26px!important;color:#29c3ef!important}
  html.sk-premium-nav-ready body.sk-shop-page.sk-subpage-home-header .sk-brand-strip{display:none!important}

  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-home-page .sk-header .sk-nav,
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-header .sk-nav,
  html.sk-premium-nav-ready.sk-nav-enhanced body.legal-static-page.sk-subpage-home-header .sk-header .sk-nav{
    top:96px!important;inset-block-start:96px!important;max-height:calc(100dvh - 112px)!important;
  }
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-shop-page.sk-subpage-home-header .sk-header .sk-nav{
    top:62px!important;inset-block-start:62px!important;max-height:calc(100dvh - 78px)!important;
  }
}@media (min-width:768px) and (max-width:1199px){
  html.sk-premium-nav-ready body.sk-home-page,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page),
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header{
    --sk-header-h:50px!important;--sk-brand-h:30px!important;--sk-shell-h:80px!important;--sk-sub-header-shell-h:80px!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page),
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header{padding-top:80px!important;scroll-padding-top:80px!important}
  html.sk-premium-nav-ready body.sk-shop-page.sk-subpage-home-header{--sk-header-h:50px!important;--sk-brand-h:0!important;--sk-shell-h:50px!important;--sk-sub-header-shell-h:50px!important;padding-top:50px!important;scroll-padding-top:50px!important}

  html.sk-premium-nav-ready body.sk-home-page .sk-header,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header,
  html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header>.sk-container,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header>.sk-container{
    min-height:50px!important;height:50px!important;max-height:50px!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header>.sk-container,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header>.sk-container{
    width:calc(100% - 24px)!important;max-width:none!important;margin:0 12px!important;padding:0!important;
    grid-template-columns:minmax(196px,1fr) 38px 146px!important;align-items:center!important;gap:10px!important;
  }
  html.sk-premium-nav-ready .sk-desktop-primary{display:none!important}
  html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container>a:first-child,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo-link,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header>.sk-container>a:first-child,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-home-logo-link,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header>.sk-container>a:first-child,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-home-logo-link{
    width:196px!important;min-width:196px!important;height:50px!important;min-height:50px!important;max-height:50px!important;display:flex!important;align-items:center!important;overflow:visible!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-logo,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo,
  html.sk-premium-nav-ready body.sk-home-page .sk-header img[src*="sofortkey-logo" i],
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-logo,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-home-logo,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header img[src*="sofortkey-logo" i],
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-logo,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-home-logo,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header img[src*="sofortkey-logo" i]{
    content:normal!important;width:190px!important;max-width:190px!important;height:auto!important;max-height:48px!important;margin:0!important;object-fit:contain!important;object-position:left center!important;transform:none!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-menu-toggle{
    width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important;border-radius:10px!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-head-actions{
    width:146px!important;min-width:146px!important;max-width:146px!important;height:38px!important;min-height:38px!important;max-height:38px!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-header .sk-top-cta{
    width:146px!important;min-width:146px!important;max-width:146px!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 12px!important;border-radius:10px!important;font-size:12.5px!important;line-height:1!important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-brand-strip,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-strip,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-strip[data-sk-mobile-textbar="true"],
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-strip{
    display:block!important;visibility:visible!important;opacity:1!important;position:fixed!important;left:0!important;right:0!important;top:50px!important;inset-block-start:50px!important;
    min-height:30px!important;height:30px!important;max-height:30px!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#07182a!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-marquee,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-brand-track,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-marquee,
  html.sk-premium-nav-ready body.legal-static-page.sk-subpage-home-header .sk-brand-track{
    min-height:30px!important;height:30px!important;max-height:30px!important;align-items:center!important;
  }
  html.sk-premium-nav-ready body.sk-shop-page.sk-subpage-home-header .sk-brand-strip{display:none!important}
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-home-page .sk-header .sk-nav,
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.sk-shop-page) .sk-header .sk-nav,
  html.sk-premium-nav-ready.sk-nav-enhanced body.legal-static-page.sk-subpage-home-header .sk-header .sk-nav{top:88px!important;inset-block-start:88px!important}
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-shop-page.sk-subpage-home-header .sk-header .sk-nav{top:58px!important;inset-block-start:58px!important}
}@media (min-width:1200px){
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container{
    min-height:54px!important;height:54px!important;max-height:54px!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container{
    width:min(1320px,calc(100% - 32px))!important;max-width:1320px!important;margin-inline:auto!important;padding:0!important;
    grid-template-columns:minmax(230px,1fr) auto auto 42px auto!important;align-items:center!important;gap:8px!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container>a:first-child,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo-link{
    width:230px!important;min-width:230px!important;height:54px!important;min-height:54px!important;max-height:54px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-logo,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo,
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header img[src*="sofortkey-logo" i]{
    content:normal!important;width:224px!important;max-width:224px!important;height:auto!important;max-height:54px!important;margin:0!important;padding:0!important;display:block!important;object-fit:contain!important;object-position:left center!important;transform:none!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-menu-toggle{
    width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;border-radius:11px!important;
  }
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-head-actions{height:42px!important;min-height:42px!important;max-height:42px!important}
  html.sk-premium-nav-ready body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-top-cta{min-height:40px!important;height:40px!important;max-height:40px!important;padding-inline:15px!important;border-radius:10px!important}
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page):not(.sk-shop-page) .sk-header .sk-nav{
    top:96px!important;inset-block-start:96px!important;max-height:calc(100dvh - 112px)!important;
  }
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-shop-page.sk-subpage-home-header.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav{
    top:62px!important;inset-block-start:62px!important;max-height:calc(100dvh - 78px)!important;
  }
}@media (min-width:1200px){
html.sk-premium-nav-ready body.sk-home-page{--sk-header-h:54px!important;--sk-brand-h:36px!important;--sk-shell-h:90px!important;padding-top:90px!important;scroll-padding-top:90px!important}
html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page){--sk-header-h:54px!important;--sk-brand-h:36px!important;--sk-shell-h:90px!important;--sk-sub-header-shell-h:90px!important}
html.sk-premium-nav-ready body.sk-home-page .sk-header,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-header,html.sk-premium-nav-ready body.legal-static-page .sk-header,html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container,html.sk-premium-nav-ready body.legal-static-page .sk-header>.sk-container{min-height:54px!important;height:54px!important;max-height:54px!important}
html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container,html.sk-premium-nav-ready body.legal-static-page .sk-header>.sk-container{width:min(1320px,calc(100% - 32px))!important;max-width:1320px!important;margin-inline:auto!important;padding:0!important;grid-template-columns:minmax(230px,1fr) auto auto 42px auto!important;align-items:center!important;gap:8px!important}
html.sk-premium-nav-ready body.sk-home-page .sk-header>.sk-container>a:first-child,html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo-link,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-header>.sk-container>a:first-child,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo-link,html.sk-premium-nav-ready body.legal-static-page .sk-header>.sk-container>a:first-child,html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-home-logo-link{width:230px!important;min-width:230px!important;height:54px!important;min-height:54px!important;max-height:54px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important}
html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-logo,html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo,html.sk-premium-nav-ready body.sk-home-page .sk-header img[src*="sofortkey-logo" i],html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-logo,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-home-logo,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-header img[src*="sofortkey-logo" i],html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-logo,html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-home-logo,html.sk-premium-nav-ready body.legal-static-page .sk-header img[src*="sofortkey-logo" i]{content:normal!important;width:224px!important;max-width:224px!important;height:auto!important;max-height:54px!important;margin:0!important;padding:0!important;display:block!important;object-fit:contain!important;object-position:left center!important;transform:none!important}
html.sk-premium-nav-ready .sk-header .sk-menu-toggle{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;border-radius:11px!important}
html.sk-premium-nav-ready .sk-header .sk-head-actions{height:42px!important;min-height:42px!important;max-height:42px!important}
html.sk-premium-nav-ready .sk-header .sk-top-cta{height:40px!important;min-height:40px!important;max-height:40px!important;padding-inline:15px!important;border-radius:10px!important}
html.sk-premium-nav-ready .sk-compact-quicklinks a,html.sk-premium-nav-ready .sk-desktop-primary a{min-height:40px!important;height:40px!important}
html.sk-premium-nav-ready body.sk-home-page .sk-brand-strip,html.sk-premium-nav-ready body.sk-home-page .sk-brand-strip[data-sk-mobile-textbar="true"]{top:54px!important;inset-block-start:54px!important;min-height:36px!important;height:36px!important;max-height:36px!important;border-bottom:1px solid rgba(41,195,239,.26)!important;background:#07182a!important}
html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-brand-strip,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-brand-strip[data-sk-mobile-textbar="true"]{top:54px!important;inset-block-start:54px!important;min-height:36px!important;height:36px!important;max-height:36px!important;display:block!important;visibility:visible!important;opacity:1!important}
html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-brand-marquee,html.sk-premium-nav-ready body.sk-subpage-home-header:not(.legal-static-page) .sk-brand-track{min-height:36px!important;height:36px!important;max-height:36px!important;align-items:center!important}
html.sk-premium-nav-ready.sk-nav-enhanced body.sk-home-page .sk-header .sk-nav{top:98px!important;inset-block-start:98px!important;max-height:calc(100dvh - 114px)!important}
html.sk-premium-nav-ready.sk-nav-enhanced body.sk-subpage-home-header:not(.legal-static-page) .sk-header .sk-nav{top:98px!important;inset-block-start:98px!important;max-height:calc(100dvh - 114px)!important}
}@media (min-width:1200px){
html.sk-premium-nav-ready body.sk-shop-page{--sk-header-h:54px!important;--sk-brand-h:0px!important;--sk-shell-h:54px!important;--sk-sub-header-shell-h:54px!important;padding-top:54px!important;scroll-padding-top:54px!important}
html.sk-premium-nav-ready.sk-nav-enhanced body.sk-shop-page .sk-header .sk-nav{top:62px!important;inset-block-start:62px!important;max-height:calc(100dvh - 78px)!important}
}@media (min-width:768px) and (max-width:1199px){
html.sk-premium-nav-ready body.sk-shop-page{--sk-header-h:50px!important;--sk-brand-h:0px!important;--sk-shell-h:50px!important;--sk-sub-header-shell-h:50px!important;padding-top:50px!important;scroll-padding-top:50px!important}
html.sk-premium-nav-ready.sk-nav-enhanced body.sk-shop-page .sk-header .sk-nav{top:58px!important;inset-block-start:58px!important;max-height:calc(100dvh - 74px)!important}
}body:not(.sk-home-page){--sk-header-line:rgba(255,255,255,.085)}body:not(.sk-home-page) .sk-header{border-bottom:1px solid var(--sk-header-line)!important}body:not(.sk-home-page) .sk-header .sk-logo,
body:not(.sk-home-page) .sk-header .sk-home-logo,
body:not(.sk-home-page) .sk-header img[src*="sofortkey-logo" i]{filter:none!important;opacity:1!important}body:not(.sk-home-page) .sk-header .sk-top-cta{transition:background-color .25s ease,border-color .25s ease,transform .25s ease!important}@media (min-width: 1200px) {
  html.sk-premium-nav-ready .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-home-page .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header > .sk-container,
  html.sk-premium-nav-ready body.legal-static-page .sk-header > .sk-container {
    grid-template-columns: minmax(184px, 1fr) auto 46px auto !important;
    gap: 12px !important;
    align-items: center !important;
  }

  html.sk-premium-nav-ready .sk-desktop-primary {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html.sk-premium-nav-ready .sk-desktop-primary a {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border-radius: 11px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: rgba(240, 247, 252, .86) !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
  }

  html.sk-premium-nav-ready .sk-desktop-primary a:hover,
  html.sk-premium-nav-ready .sk-desktop-primary a:focus-visible,
  html.sk-premium-nav-ready .sk-desktop-primary a[aria-current="page"] {
    background: rgba(255, 255, 255, .045) !important;
    border-color: rgba(89, 181, 220, .22) !important;
    color: #ffffff !important;
  }

  html.sk-premium-nav-ready .sk-desktop-primary a.sk-primary-bmw {
    background: linear-gradient(180deg, rgba(12, 31, 48, .84), rgba(8, 23, 37, .96)) !important;
    border-color: rgba(72, 202, 240, .28) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04) !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-menu-toggle {
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
    z-index: 5 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-head-actions {
    justify-self: end !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 138px !important;
    max-width: none !important;
    margin-left: 0 !important;
    z-index: 4 !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-top-cta {
    position: relative !important;
    z-index: 4 !important;
    min-width: 138px !important;
    padding: 0 16px !important;
  }
}@media (min-width: 1200px) {
  html.sk-premium-nav-ready .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-home-page .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header > .sk-container,
  html.sk-premium-nav-ready body.legal-static-page .sk-header > .sk-container {
    grid-template-columns: minmax(176px, 1fr) minmax(0, max-content) 48px max-content !important;
    gap: 10px !important;
  }

  html.sk-premium-nav-ready .sk-desktop-primary {
    grid-column: 2 !important;
    justify-self: end !important;
    max-width: 100% !important;
    gap: 4px !important;
  }

  html.sk-premium-nav-ready .sk-desktop-primary a {
    padding: 0 10px !important;
    font-size: 12.5px !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-menu-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-head-actions {
    grid-column: 4 !important;
    justify-self: end !important;
    padding-left: 8px !important;
    min-width: 144px !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-top-cta {
    min-width: 144px !important;
    height: 46px !important;
    padding: 0 18px !important;
  }
}@media (min-width: 1200px) {
  html.sk-premium-nav-ready .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-home-page .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header > .sk-container,
  html.sk-premium-nav-ready body.legal-static-page .sk-header > .sk-container {
    position: relative !important;
    grid-template-columns: minmax(176px, 1fr) minmax(0, 1fr) 48px 152px !important;
    grid-auto-flow: column !important;
    gap: 8px !important;
    align-items: center !important;
  }

  html.sk-premium-nav-ready .sk-desktop-primary,
  html.sk-premium-nav-ready body.sk-home-page .sk-desktop-primary,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-desktop-primary,
  html.sk-premium-nav-ready body.legal-static-page .sk-desktop-primary {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    justify-self: stretch !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    gap: 2px !important;
  }

  html.sk-premium-nav-ready .sk-desktop-primary a,
  html.sk-premium-nav-ready body.sk-home-page .sk-desktop-primary a,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-desktop-primary a,
  html.sk-premium-nav-ready body.legal-static-page .sk-desktop-primary a {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    padding: 0 9px !important;
    font-size: 12.5px !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-menu-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
    z-index: 5 !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-head-actions {
    grid-column: 4 !important;
    justify-self: end !important;
    align-self: center !important;
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
    margin-left: 12px !important;
    padding-left: 0 !important;
    overflow: visible !important;
    z-index: 4 !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-top-cta,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-top-cta {
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
    padding: 0 14px !important;
  }
}@media (min-width: 1200px) {
  html.sk-premium-nav-ready .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-home-page .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header > .sk-container,
  html.sk-premium-nav-ready body.legal-static-page .sk-header > .sk-container {
    grid-template-columns: minmax(170px, 1fr) minmax(0, 1fr) 48px 152px !important;
    gap: 8px !important;
  }
  html.sk-premium-nav-ready .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-menu-toggle {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
  }
  html.sk-premium-nav-ready .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.legal-static-page .sk-head-actions {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    grid-column: 4 !important;
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
    margin-left: 10px !important;
  }
}@media (max-width: 767px) {
  :root {
    --sk-public-header-mobile-height: 36px;
    --sk-public-header-mobile-logo-width: 126px;
    --sk-public-header-mobile-control-size: 30px;
    --sk-public-header-mobile-cta-width: 94px;
    --sk-public-header-mobile-gap: 8px;
    --sk-public-brand-strip-mobile-height: 22px;
  }

  html.sk-premium-nav-ready body.sk-home-page,
  html.sk-premium-nav-ready body.sk-subpage-home-header,
  html.sk-premium-nav-ready body.legal-static-page {
    --sk-header-h: var(--sk-public-header-mobile-height) !important;
    --sk-brand-h: var(--sk-public-brand-strip-mobile-height) !important;
    --sk-shell-h: calc(var(--sk-public-header-mobile-height) + var(--sk-public-brand-strip-mobile-height)) !important;
  }
  html.sk-premium-nav-ready body.sk-shop-page {
    --sk-header-h: var(--sk-public-header-mobile-height) !important;
    --sk-brand-h: 0px !important;
    --sk-shell-h: var(--sk-public-header-mobile-height) !important;
  }
  html.sk-premium-nav-ready body.sk-home-page {
    padding-top: calc(var(--sk-public-header-mobile-height) + var(--sk-public-brand-strip-mobile-height)) !important;
    scroll-padding-top: calc(var(--sk-public-header-mobile-height) + var(--sk-public-brand-strip-mobile-height)) !important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 7000 !important;
  }

  html.sk-premium-nav-ready .sk-header,
  html.sk-premium-nav-ready body.sk-home-page .sk-header,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header,
  html.sk-premium-nav-ready body.legal-static-page .sk-header {
    box-sizing: border-box !important;
    min-height: var(--sk-public-header-mobile-height) !important;
    height: var(--sk-public-header-mobile-height) !important;
    max-height: var(--sk-public-header-mobile-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.sk-premium-nav-ready .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-home-page .sk-header > .sk-container,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header > .sk-container,
  html.sk-premium-nav-ready body.legal-static-page .sk-header > .sk-container {
    box-sizing: border-box !important;
    width: calc(100% - 12px) !important;
    max-width: none !important;
    min-height: var(--sk-public-header-mobile-height) !important;
    height: var(--sk-public-header-mobile-height) !important;
    max-height: var(--sk-public-header-mobile-height) !important;
    margin: 0 6px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) var(--sk-public-header-mobile-control-size) var(--sk-public-header-mobile-cta-width) !important;
    grid-auto-flow: column !important;
    gap: var(--sk-public-header-mobile-gap) !important;
    align-items: center !important;
    overflow: visible !important;
  }

  html.sk-premium-nav-ready .sk-header > .sk-container > a:first-child,
  html.sk-premium-nav-ready .sk-header .sk-home-logo-link,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-home-logo-link,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-home-logo-link,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-home-logo-link {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    height: var(--sk-public-header-mobile-height) !important;
    min-height: var(--sk-public-header-mobile-height) !important;
    max-height: var(--sk-public-header-mobile-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-logo,
  html.sk-premium-nav-ready .sk-header .sk-home-logo,
  html.sk-premium-nav-ready .sk-header img[src*="sofortkey-logo" i],
  html.sk-premium-nav-ready body.legal-static-page .sk-header img.sk-logo {
    content: url("/assets/branding/sofortkey/current/logo-white.png") !important;
    width: min(var(--sk-public-header-mobile-logo-width), 42vw) !important;
    max-width: min(var(--sk-public-header-mobile-logo-width), 42vw) !important;
    height: auto !important;
    max-height: 31px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;
    transform: none !important;
  }

  html.sk-premium-nav-ready .sk-header .sk-menu-toggle,
  html.sk-premium-nav-ready .sk-header .sk-menu-toggle[data-sk-menu-ready="1"] {
    position: relative !important;
    width: var(--sk-public-header-mobile-control-size) !important;
    min-width: var(--sk-public-header-mobile-control-size) !important;
    max-width: var(--sk-public-header-mobile-control-size) !important;
    height: var(--sk-public-header-mobile-control-size) !important;
    min-height: var(--sk-public-header-mobile-control-size) !important;
    max-height: var(--sk-public-header-mobile-control-size) !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    font-size: 0 !important;
    line-height: 1 !important;
    justify-self: end !important;
    align-self: center !important;
  }
  html.sk-premium-nav-ready .sk-header .sk-menu-toggle::after,
  html.sk-premium-nav-ready .sk-header .sk-menu-toggle[data-sk-menu-ready="1"]::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: -7px !important;
    background: transparent !important;
  }
  html.sk-premium-nav-ready .sk-menu-icon { width: 18px !important; height: 14px !important; }
  html.sk-premium-nav-ready .sk-menu-line { width: 18px !important; height: 2px !important; }
  html.sk-premium-nav-ready .sk-menu-line:nth-child(1) { top: 0 !important; }
  html.sk-premium-nav-ready .sk-menu-line:nth-child(2) { top: 6px !important; }
  html.sk-premium-nav-ready .sk-menu-line:nth-child(3) { top: 12px !important; }
  html.sk-premium-nav-ready .sk-menu-toggle[aria-expanded="true"] .sk-menu-line:nth-child(1),
  html.sk-premium-nav-ready .sk-menu-toggle[aria-expanded="true"] .sk-menu-line:nth-child(3) { top: 6px !important; }

  html.sk-premium-nav-ready .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.sk-subpage-home-header .sk-header .sk-head-actions,
  html.sk-premium-nav-ready body.legal-static-page .sk-header .sk-head-actions {
    width: var(--sk-public-header-mobile-cta-width) !important;
    min-width: var(--sk-public-header-mobile-cta-width) !important;
    max-width: var(--sk-public-header-mobile-cta-width) !important;
    min-height: var(--sk-public-header-mobile-control-size) !important;
    height: var(--sk-public-header-mobile-control-size) !important;
    max-height: var(--sk-public-header-mobile-control-size) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    overflow: visible !important;
  }
  html.sk-premium-nav-ready .sk-header .sk-top-cta {
    position: relative !important;
    box-sizing: border-box !important;
    width: var(--sk-public-header-mobile-cta-width) !important;
    min-width: var(--sk-public-header-mobile-cta-width) !important;
    max-width: var(--sk-public-header-mobile-cta-width) !important;
    min-height: var(--sk-public-header-mobile-control-size) !important;
    height: var(--sk-public-header-mobile-control-size) !important;
    max-height: var(--sk-public-header-mobile-control-size) !important;
    margin: 0 !important;
    padding: 0 5px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  html.sk-premium-nav-ready .sk-header .sk-top-cta::after {
    content: "" !important;
    position: absolute !important;
    inset: -7px 0 !important;
    background: transparent !important;
  }

  html.sk-premium-nav-ready body.sk-shop-page .sk-header .shop-head-actions {
    width: var(--sk-public-header-mobile-cta-width) !important;
    min-width: var(--sk-public-header-mobile-cta-width) !important;
    max-width: var(--sk-public-header-mobile-cta-width) !important;
    height: var(--sk-public-header-mobile-control-size) !important;
    min-height: var(--sk-public-header-mobile-control-size) !important;
    max-height: var(--sk-public-header-mobile-control-size) !important;
  }
  html.sk-premium-nav-ready body.sk-shop-page .sk-header .shop-cart-head {
    box-sizing: border-box !important;
    min-height: var(--sk-public-header-mobile-control-size) !important;
    height: var(--sk-public-header-mobile-control-size) !important;
    max-height: var(--sk-public-header-mobile-control-size) !important;
    padding: 0 7px !important;
  }

  html.sk-premium-nav-ready body:not(.sk-shop-page) > .sk-brand-strip,
  html.sk-premium-nav-ready body:not(.sk-shop-page) .sk-brand-strip[data-sk-mobile-textbar="true"] {
    box-sizing: border-box !important;
    position: sticky !important;
    top: var(--sk-public-header-mobile-height) !important;
    inset-block-start: var(--sk-public-header-mobile-height) !important;
    z-index: 6000 !important;
    width: 100% !important;
    min-height: var(--sk-public-brand-strip-mobile-height) !important;
    height: var(--sk-public-brand-strip-mobile-height) !important;
    max-height: var(--sk-public-brand-strip-mobile-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    border-bottom: 1px solid rgba(41,195,239,.26) !important;
    background: #07182a !important;
    transform: none !important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-brand-strip {
    position: fixed !important;
    top: var(--sk-public-header-mobile-height) !important;
    inset-block-start: var(--sk-public-header-mobile-height) !important;
    z-index: 6000 !important;
  }
  html.sk-premium-nav-ready body:not(.sk-shop-page) .sk-brand-strip .sk-brand-marquee,
  html.sk-premium-nav-ready body:not(.sk-shop-page) .sk-brand-strip .sk-brand-track {
    min-height: var(--sk-public-brand-strip-mobile-height) !important;
    height: var(--sk-public-brand-strip-mobile-height) !important;
    max-height: var(--sk-public-brand-strip-mobile-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  html.sk-premium-nav-ready body:not(.sk-shop-page) .sk-brand-strip .sk-brand-track span {
    display: inline-flex !important;
    align-items: center !important;
    height: var(--sk-public-brand-strip-mobile-height) !important;
    margin: 0 !important;
    padding-block: 0 !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
  }

  
  html.sk-premium-nav-ready body:not(.sk-shop-page) > .sk-brand-strip + section,
  html.sk-premium-nav-ready body:not(.sk-shop-page) > .sk-brand-strip + main,
  html.sk-premium-nav-ready body:not(.sk-shop-page) > .sk-brand-strip + .sk-home-hero,
  html.sk-premium-nav-ready body:not(.sk-shop-page) > .sk-brand-strip + .hero {
    margin-top: 0 !important;
    padding-top: 0;
  }

  html.sk-premium-nav-ready .sk-mobile-quickbar,
  html.sk-premium-nav-ready .sk-compact-quicklinks { display: none !important; }

  html.sk-premium-nav-ready.sk-nav-enhanced body:not(.sk-shop-page) .sk-header .sk-nav {
    top: calc(var(--sk-public-header-mobile-height) + var(--sk-public-brand-strip-mobile-height)) !important;
    inset-block-start: calc(var(--sk-public-header-mobile-height) + var(--sk-public-brand-strip-mobile-height)) !important;
    right: 6px !important; left: 6px !important; bottom: 6px !important;
    width: auto !important; max-width: none !important;
    height: calc(100dvh - 64px) !important; max-height: none !important;
    transform-origin: top center !important;
  }
  html.sk-premium-nav-ready.sk-nav-enhanced body.sk-shop-page .sk-header .sk-nav {
    top: var(--sk-public-header-mobile-height) !important;
    inset-block-start: var(--sk-public-header-mobile-height) !important;
    right: 6px !important; left: 6px !important; bottom: 6px !important;
    width: auto !important; max-width: none !important;
    height: calc(100dvh - 42px) !important; max-height: none !important;
    transform-origin: top center !important;
  }
  .sk-premium-nav-backdrop { top: var(--sk-public-header-mobile-height) !important; }

  html.sk-premium-nav-ready .sk-header .sk-nav > a.sk-nav-shop,
  html.sk-premium-nav-ready .sk-header .sk-nav > a.sk-nav-bmw-service { display: flex !important; }
}@media (max-width: 767px) {
  html.sk-premium-nav-ready body.sk-home-page .sk-brand-strip .sk-brand-track > span {
    position: relative !important;
    top: -2.75px !important;
  }
}@media (min-width: 1200px) {
  html.sk-premium-nav-ready body.sk-home-page .sk-header > .sk-container {
    grid-template-columns: minmax(170px, 1fr) minmax(0, 1fr) 152px 48px !important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions {
    grid-column: 3 !important;
    grid-row: 1 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-self: end !important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle {
    grid-column: 4 !important;
    justify-self: end !important;
  }
}@media (min-width: 768px) and (max-width: 1199px) {
  html.sk-premium-nav-ready body.sk-home-page .sk-header > .sk-container {
    grid-template-columns: minmax(196px, 1fr) 146px 38px !important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    justify-self: end !important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    justify-self: end !important;
  }
}@media (max-width: 767px) {
  html.sk-premium-nav-ready body.sk-home-page .sk-header > .sk-container {
    grid-template-columns: minmax(0, 1fr) var(--sk-public-header-mobile-cta-width) var(--sk-public-header-mobile-control-size) !important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-head-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    justify-self: end !important;
  }
  html.sk-premium-nav-ready body.sk-home-page .sk-header .sk-menu-toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    justify-self: end !important;
  }
}body.sk-subpage-home-header:not(.legal-static-page) main .hero h1,
body.sk-subpage-home-header:not(.legal-static-page) main .offer-hero h1,
body.sk-subpage-home-header:not(.legal-static-page) main h1 {
  font-size: clamp(34px, 2.5vw, 40px) !important;
  line-height: 1.10 !important;
  letter-spacing: -0.025em !important;
  max-width: 30ch !important;
  text-wrap: balance;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}.sk-title-line {
  display: block;
  white-space: normal;
}body.sk-subpage-home-header:not(.legal-static-page) main h2 {
  font-size: clamp(26px, 1.8vw, 28px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.018em !important;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}body.sk-subpage-home-header:not(.legal-static-page) main h3 {
  font-size: clamp(19px, 1.35vw, 21px) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.010em !important;
  text-wrap: balance;
}body.sk-subpage-home-header:not(.legal-static-page) main .hero p,
body.sk-subpage-home-header:not(.legal-static-page) main .offer-hero p,
body.sk-subpage-home-header:not(.legal-static-page) main .offer-hero .intro {
  max-width: 66ch !important;
  font-size: clamp(16px, 1.05vw, 17px) !important;
  line-height: 1.58 !important;
  text-wrap: pretty;
}body.sk-subpage-home-header:not(.legal-static-page) main .content p,
body.sk-subpage-home-header:not(.legal-static-page) main .content li,
body.sk-subpage-home-header:not(.legal-static-page) main .knowledge-content p,
body.sk-subpage-home-header:not(.legal-static-page) main .knowledge-content li,
body.sk-subpage-home-header:not(.legal-static-page) main .box li {
  font-size: 16px;
  line-height: 1.62 !important;
}body.sk-subpage-home-header.sk-wissensportal-page:not(.legal-static-page) main .hero h1,
body.sk-subpage-home-header.sk-wissensportal-page:not(.legal-static-page) main h1 {
  white-space: nowrap !important;
  max-width: none !important;
}body.sk-home-page .sk-home-hero h1,
body.sk-home-page .hero h1,
body.sk-home-page main h1,
body.sk-home-page #root h1,
body.sk-home-page .sk-noscript-current h1 {
  font-size: clamp(38px, 3vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.028em !important;
  max-width: 24ch !important;
  text-wrap: balance;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}body.sk-home-page main h2,
body.sk-home-page #root h2,
body.sk-home-page .sk-noscript-current h2 {
  font-size: clamp(28px, 2.3vw, 34px) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.018em !important;
  text-wrap: balance;
}body.sk-home-page main h3,
body.sk-home-page #root h3,
body.sk-home-page .sk-noscript-current h3 {
  font-size: clamp(20px, 1.65vw, 24px) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.012em !important;
  text-wrap: balance;
}body.sk-home-page .sk-home-hero p,
body.sk-home-page .hero p,
body.sk-home-page .sk-noscript-current p {
  line-height: 1.58;
  max-width: 64ch;
  text-wrap: pretty;
}@media (max-width: 640px) {
  body.sk-subpage-home-header:not(.legal-static-page) main .hero h1,
  body.sk-subpage-home-header:not(.legal-static-page) main .offer-hero h1,
  body.sk-subpage-home-header:not(.legal-static-page) main h1 {
    font-size: clamp(25px, 7vw, 30px) !important;
    line-height: 1.10 !important;
    max-width: 100% !important;
    letter-spacing: -0.025em !important;
    text-wrap: balance;
  }

  .sk-title-line {
    display: block;
    white-space: normal;
  }

  body.sk-subpage-home-header.sk-wissensportal-page:not(.legal-static-page) main .hero h1,
  body.sk-subpage-home-header.sk-wissensportal-page:not(.legal-static-page) main h1 {
    font-size: clamp(19px, 5.4vw, 21px) !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    letter-spacing: -0.035em !important;
  }

  body.sk-subpage-home-header:not(.legal-static-page) main h2 {
    font-size: clamp(24px, 6.2vw, 28px) !important;
    line-height: 1.18 !important;
  }

  body.sk-subpage-home-header:not(.legal-static-page) main h3 {
    font-size: clamp(18px, 4.9vw, 20px) !important;
    line-height: 1.28 !important;
  }

  body.sk-subpage-home-header:not(.legal-static-page) main .hero p,
  body.sk-subpage-home-header:not(.legal-static-page) main .offer-hero p,
  body.sk-subpage-home-header:not(.legal-static-page) main .offer-hero .intro {
    font-size: 15.5px !important;
    line-height: 1.58 !important;
    max-width: 100% !important;
  }

  body.sk-home-page .sk-home-hero h1,
  body.sk-home-page .hero h1,
  body.sk-home-page main h1,
  body.sk-home-page #root h1,
  body.sk-home-page .sk-noscript-current h1 {
    font-size: clamp(32px, 9.5vw, 40px) !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
  }

  body.sk-home-page main h2,
  body.sk-home-page #root h2,
  body.sk-home-page .sk-noscript-current h2 {
    font-size: clamp(25px, 7.2vw, 30px) !important;
  }

  body.sk-home-page main h3,
  body.sk-home-page #root h3,
  body.sk-home-page .sk-noscript-current h3 {
    font-size: clamp(19px, 5.4vw, 22px) !important;
  }
}@media (min-width: 901px) {
  
  body.sk-home-page .sk-step,
  body.sk-home-page .sk-trust-item,
  body.sk-home-page #preise .sk-richtpreis-card {
    box-sizing: border-box !important;
    height: 126px !important;
    min-height: 126px !important;
    max-height: 126px !important;
    border-radius: 12px !important;
  }

  
  body.sk-home-page .sk-trust-item {
    padding: 16px 17px !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 12px !important;
    row-gap: 6px !important;
    align-content: center !important;
  }
  body.sk-home-page .sk-trust-item > .sk-icon {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    align-self: start !important;
    margin-top: 1px !important;
  }
  body.sk-home-page .sk-trust-item > h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
  }
  body.sk-home-page .sk-trust-item > p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
  }

  
  body.sk-home-page #preise .sk-richtpreis-grid {
    align-items: stretch !important;
  }
  body.sk-home-page #preise .sk-richtpreis-card {
    padding: 16px 17px !important;
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) auto !important;
    grid-template-rows: 1fr !important;
    column-gap: 14px !important;
    row-gap: 0 !important;
    align-items: center !important;
  }
  body.sk-home-page #preise .sk-richtpreis-card__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    margin: 0 !important;
  }
  body.sk-home-page #preise .sk-richtpreis-card__copy {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }
  body.sk-home-page #preise .sk-richtpreis-card h3 {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.28 !important;
    letter-spacing: .025em !important;
  }
  body.sk-home-page #preise .sk-richtpreis-card p {
    margin: 7px 0 0 !important;
    font-size: 12.5px !important;
    line-height: 1.42 !important;
  }
  body.sk-home-page #preise .sk-richtpreis-card__price {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    margin: 0 !important;
    font-size: clamp(28px, 2.25vw, 34px) !important;
  }

  
  body.sk-home-page .sk-step {
    padding: 16px 17px !important;
  }
}@media (max-width: 900px) {
  body.sk-home-page .sk-step,
  body.sk-home-page .sk-trust-item,
  body.sk-home-page #preise .sk-richtpreis-card {
    height: auto !important;
    max-height: none !important;
  }
}
/* SOFORTKEY 2026-09-02 – mobile Richtpreis-card parity with the Ablauf cards.
 * Scope lock: only mobile price-card geometry/typography is compacted; wording,
 * prices, colors, borders, desktop layout, booking and all other sections stay unchanged. */
@media (max-width: 767px) {
  body.sk-home-page #preise .sk-richtpreis-card {
    box-sizing: border-box !important;
    height: 119px !important;
    min-height: 119px !important;
    max-height: 119px !important;
    padding: 13px 14px !important;
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 8px !important;
    row-gap: 5px !important;
    align-content: center !important;
    align-items: start !important;
    border-radius: 10px !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    align-self: start !important;
    border-radius: 9px !important;
    font-size: 14px !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card__copy {
    display: contents !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    letter-spacing: .01em !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card p {
    grid-column: 2 / 4 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card__price {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    gap: 5px !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card__price > span {
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }
}

/* At the narrowest phone widths the Ablauf reference becomes one text line taller. */
@media (max-width: 323px) {
  body.sk-home-page #preise .sk-richtpreis-card {
    height: 134px !important;
    min-height: 134px !important;
    max-height: 134px !important;
  }
}
