@keyframes vfSkeletonPulse {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

@keyframes vfSkeletonSoftPulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.76;
  }
}

[data-component]:empty {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  border-radius: 40px;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.55) 25%, rgba(255, 255, 255, 0.86) 37%, rgba(197, 218, 241, 0.55) 63%);
  background-size: 240% 100%;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-component]:empty::before,
[data-component]:empty::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

[data-component]:empty::before {
  top: 56px;
  height: 54px;
}

[data-component]:empty::after {
  top: 134px;
  width: 42%;
  height: 28px;
}

[data-skeleton="hero"]:empty {
  min-height: 1238px;
  border-radius: 0;
  background: transparent;
  animation: none;
}

[data-skeleton="hero"]:empty::before {
  content: "";
  position: absolute;
  top: 346px;
  left: 188px;
  width: 1544px;
  height: 807px;
  border-radius: 64px;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="hero"]:empty::after {
  display: none;
}

.release-header[data-component="header"]:empty {
  width: 100vw;
  height: 60px;
  min-height: 60px;
  margin: 0;
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

.release-header[data-component="header"]:empty::before,
.release-header[data-component="header"]:empty::after {
  display: none;
}

[data-skeleton="menu"]:empty {
  min-height: 920px;
  border-radius: 0;
  background: transparent;
  animation: none;
}

[data-skeleton="menu"]:empty::before,
[data-skeleton="menu"]:empty::after {
  display: none;
}

[data-skeleton="plans"]:empty {
  --plans-skeleton-scale: var(--plans-native-scale, 1);
  --plans-skeleton-left: calc(((100vw - (1920px * var(--plans-skeleton-scale))) / 2) + (659px * var(--plans-skeleton-scale)));
  --plans-skeleton-top: calc(80px * var(--plans-skeleton-scale));
  --plans-skeleton-width: calc(1007px * var(--plans-skeleton-scale));
  --plans-skeleton-height: calc(340px * var(--plans-skeleton-scale));
  --plans-skeleton-gap: calc(14px * var(--plans-skeleton-scale));
  min-height: calc(1631px * var(--plans-skeleton-scale));
  border-radius: 0;
  background: transparent;
  animation: none;
}

[data-skeleton="plans"]:empty::before {
  display: none;
}

[data-skeleton="plans"]:empty::after {
  content: "";
  position: absolute;
  top: var(--plans-skeleton-top);
  left: var(--plans-skeleton-left);
  width: var(--plans-skeleton-width);
  height: calc((var(--plans-skeleton-height) * 4) + (var(--plans-skeleton-gap) * 3));
  border-radius: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1007 1402'%3E%3Crect x='0' y='0' width='1007' height='340' rx='40' fill='white'/%3E%3Crect x='0' y='354' width='1007' height='340' rx='40' fill='white'/%3E%3Crect x='0' y='708' width='1007' height='340' rx='40' fill='white'/%3E%3Crect x='0' y='1062' width='1007' height='340' rx='40' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1007 1402'%3E%3Crect x='0' y='0' width='1007' height='340' rx='40' fill='white'/%3E%3Crect x='0' y='354' width='1007' height='340' rx='40' fill='white'/%3E%3Crect x='0' y='708' width='1007' height='340' rx='40' fill='white'/%3E%3Crect x='0' y='1062' width='1007' height='340' rx='40' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="steps"]:empty,
[data-skeleton="benefits"]:empty,
[data-skeleton="delivery"]:empty,
[data-skeleton="chefs"]:empty,
[data-skeleton="stories"]:empty,
[data-skeleton="faq"]:empty,
[data-skeleton="account-cta"]:empty {
  min-height: 780px;
}

[data-skeleton="steps"]:empty {
  min-height: 1043px;
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

[data-skeleton="steps"]:empty::before {
  display: none;
}

[data-skeleton="steps"]:empty::after {
  content: "";
  position: absolute;
  top: 259px;
  left: 256px;
  width: calc(100% - 512px);
  height: 704px;
  border-radius: 36px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="benefits"]:empty {
  --benefits-skeleton-left: 256px;
  --benefits-skeleton-top: 249px;
  --benefits-skeleton-width: 1408px;
  --benefits-skeleton-height: 720px;
  min-height: 1050px;
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

[data-skeleton="benefits"]:empty::before {
  display: none;
}

[data-skeleton="benefits"]:empty::after {
  content: "";
  position: absolute;
  top: var(--benefits-skeleton-top);
  left: var(--benefits-skeleton-left);
  width: var(--benefits-skeleton-width);
  height: var(--benefits-skeleton-height);
  border-radius: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1408 720'%3E%3Crect x='0' y='0' width='698' height='354' rx='40' fill='white'/%3E%3Crect x='710' y='0' width='343' height='720' rx='40' fill='white'/%3E%3Crect x='1065' y='0' width='343' height='354' rx='40' fill='white'/%3E%3Crect x='0' y='366' width='343' height='354' rx='40' fill='white'/%3E%3Crect x='355' y='366' width='343' height='354' rx='40' fill='white'/%3E%3Crect x='1065' y='366' width='343' height='354' rx='40' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1408 720'%3E%3Crect x='0' y='0' width='698' height='354' rx='40' fill='white'/%3E%3Crect x='710' y='0' width='343' height='720' rx='40' fill='white'/%3E%3Crect x='1065' y='0' width='343' height='354' rx='40' fill='white'/%3E%3Crect x='0' y='366' width='343' height='354' rx='40' fill='white'/%3E%3Crect x='355' y='366' width='343' height='354' rx='40' fill='white'/%3E%3Crect x='1065' y='366' width='343' height='354' rx='40' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="delivery"]:empty {
  min-height: 825px;
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

[data-skeleton="delivery"]:empty::before {
  display: none;
}

[data-skeleton="delivery"]:empty::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 256px;
  width: calc(100% - 512px);
  height: 653px;
  border-radius: 40px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="stories"]:empty {
  min-height: 1102px;
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

[data-skeleton="stories"]:empty::before {
  content: "";
  position: absolute;
  top: 306px;
  left: 50%;
  width: 460px;
  height: 704px;
  border-radius: 40px;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="stories"]:empty::after {
  content: "";
  position: absolute;
  top: 306px;
  left: 50%;
  width: 1404px;
  height: 704px;
  border-radius: 0;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1404 704'%3E%3Crect x='44' y='136' width='281' height='431' rx='34' fill='white'/%3E%3Crect x='1079' y='136' width='281' height='431' rx='34' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1404 704'%3E%3Crect x='44' y='136' width='281' height='431' rx='34' fill='white'/%3E%3Crect x='1079' y='136' width='281' height='431' rx='34' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="account-cta"]:empty {
  min-height: 829px;
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

[data-skeleton="account-cta"]:empty::before {
  display: none;
}

[data-skeleton="account-cta"]:empty::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 256px;
  width: calc(100% - 512px);
  height: 657px;
  border-radius: 40px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="faq"]:empty {
  --faq-skeleton-scale: var(--faq-native-scale, 1);
  --faq-skeleton-left: calc(((100vw - (1920px * var(--faq-skeleton-scale))) / 2) + (256px * var(--faq-skeleton-scale)));
  --faq-skeleton-top: calc(78px * var(--faq-skeleton-scale));
  --faq-skeleton-width: calc(860px * var(--faq-skeleton-scale));
  --faq-skeleton-height: calc(124px * var(--faq-skeleton-scale));
  min-height: calc(840px * var(--faq-skeleton-scale));
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

[data-skeleton="faq"]:empty::before {
  display: none;
}

[data-skeleton="faq"]:empty::after {
  content: "";
  position: absolute;
  top: var(--faq-skeleton-top);
  left: var(--faq-skeleton-left);
  width: var(--faq-skeleton-width);
  height: var(--faq-skeleton-height);
  border-radius: calc(24px * var(--faq-skeleton-scale));
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="footer"]:empty {
  min-height: 768px;
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

[data-skeleton="footer"]:empty::before,
[data-skeleton="footer"]:empty::after {
  display: none;
}

[data-skeleton="chefs"]:empty {
  max-width: 1920px;
  min-height: 979px;
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
  animation: none;
}

[data-skeleton="chefs"]:empty::before,
[data-skeleton="chefs"]:empty::after {
  content: "";
  position: absolute;
  top: 80px;
  height: 819px;
  border-radius: 40px;
  pointer-events: none;
  animation: none;
}

[data-skeleton="chefs"]:empty::before {
  left: 256px;
  width: 698px;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

[data-skeleton="chefs"]:empty::after {
  left: 966px;
  right: auto;
  width: 698px;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

.vf-delivery__frame:not([data-map-state="ready"]):not([data-map-state="unavailable"])::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 8px;
  width: 400px;
  height: calc(100% - 16px);
  border-radius: 56px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.46) 25%, rgba(255, 255, 255, 0.9) 37%, rgba(197, 218, 241, 0.46) 63%) 32px 36px / 230px 52px no-repeat,
    linear-gradient(90deg, rgba(197, 218, 241, 0.46) 25%, rgba(255, 255, 255, 0.9) 37%, rgba(197, 218, 241, 0.46) 63%) 32px 100px / 168px 52px no-repeat,
    linear-gradient(90deg, rgba(197, 218, 241, 0.46) 25%, rgba(255, 255, 255, 0.9) 37%, rgba(197, 218, 241, 0.46) 63%) 32px 190px / 326px 22px no-repeat,
    linear-gradient(90deg, rgba(197, 218, 241, 0.46) 25%, rgba(255, 255, 255, 0.9) 37%, rgba(197, 218, 241, 0.46) 63%) 32px 226px / 290px 22px no-repeat,
    linear-gradient(90deg, rgba(197, 218, 241, 0.46) 25%, rgba(255, 255, 255, 0.9) 37%, rgba(197, 218, 241, 0.46) 63%) 32px calc(100% - 70px) / 310px 24px no-repeat,
    var(--white, #fff);
  background-size:
    240% 52px,
    240% 52px,
    240% 22px,
    240% 22px,
    240% 24px,
    auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

.vf-delivery__frame:not([data-map-state="ready"]):not([data-map-state="unavailable"])::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 53%, rgba(110, 154, 53, 0.22) 0 20%, transparent 21%),
    radial-gradient(circle at 72% 48%, rgba(110, 154, 53, 0.18) 0 12%, transparent 13%),
    linear-gradient(132deg, transparent 0 42%, rgba(255, 255, 255, 0.62) 42.4% 44.2%, transparent 44.6% 100%),
    linear-gradient(36deg, transparent 0 48%, rgba(255, 255, 255, 0.56) 48.4% 50.2%, transparent 50.6% 100%),
    linear-gradient(90deg, rgba(197, 218, 241, 0.74) 25%, rgba(255, 255, 255, 0.86) 37%, rgba(197, 218, 241, 0.74) 63%),
    var(--blue-soft, #c5daf1);
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    240% 100%,
    auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

.vf-delivery__frame[data-map-state="ready"]::before,
.vf-delivery__frame[data-map-state="unavailable"]::before,
.vf-delivery__frame[data-map-state="ready"]::after,
.vf-delivery__frame[data-map-state="unavailable"]::after {
  display: none;
}

@media (max-width: 767px) {
  [data-component]:empty {
    border-radius: 0;
  }

  [data-skeleton="hero"]:empty {
    width: 100%;
    min-height: 654px;
    margin: 0;
    background: var(--bg, #f5f8ff);
    animation: none;
  }

  .mobile-block--hero [data-skeleton="hero"]:empty::before,
  .mobile-block--how-it-works [data-skeleton="steps"]:empty::after,
  html.vf-loading-preview .mobile-block--delivery::before,
  .mobile-block--chefs [data-skeleton="chefs"]:empty::before,
  .mobile-block--chefs [data-skeleton="chefs"]:empty::after,
  .mobile-block--reviews [data-skeleton="stories"]:empty::before,
  html.vf-loading-preview .mobile-block--cta::before {
    content: "";
    position: absolute;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
      var(--blue-soft, #c5daf1);
    background-size: 240% 100%, auto;
    animation: vfSkeletonPulse 1.35s ease-in-out infinite;
  }

  .mobile-block--hero [data-skeleton="hero"]:empty::before {
    top: 99px;
    left: 20px;
    width: 350px;
    height: 535px;
    border-radius: 40px;
  }

  .mobile-block--hero [data-skeleton="hero"]:empty::after {
    display: none;
  }

  .mobile-block--how-it-works [data-skeleton="steps"]:empty {
    width: 100%;
    min-height: 670px;
    margin: 0;
    background: #000;
    animation: none;
  }

  .mobile-block--how-it-works [data-skeleton="steps"]:empty::before {
    display: none;
  }

  .mobile-block--how-it-works [data-skeleton="steps"]:empty::after {
    top: 40px;
    left: 20px;
    width: 350px;
    height: 590px;
    border-radius: 40px;
  }

  html.vf-loading-preview .mobile-block--delivery {
    position: relative;
    min-height: 741px;
    background: var(--bg, #f5f8ff);
  }

  html.vf-loading-preview .mobile-block--delivery .vf-delivery {
    display: none;
  }

  html.vf-loading-preview .mobile-block--delivery::before {
    top: 40px;
    left: 20px;
    width: 350px;
    height: 653px;
    border-radius: 40px;
  }

  .mobile-block--delivery [data-skeleton="delivery"]:empty {
    width: 100%;
    min-height: 741px;
    margin: 0;
    background: var(--bg, #f5f8ff);
    animation: none;
  }

  .mobile-block--delivery [data-skeleton="delivery"]:empty::before {
    display: none;
  }

  .mobile-block--delivery [data-skeleton="delivery"]:empty::after {
    top: 40px;
    left: 20px;
    width: 350px;
    height: 653px;
    border-radius: 40px;
  }

  [data-skeleton="chefs"]:empty {
    width: 100%;
    min-height: 985px;
    margin: 0;
    border-radius: 0;
    background: var(--bg, #f5f8ff);
    animation: none;
  }

  .mobile-block--chefs [data-skeleton="chefs"]:empty::before,
  .mobile-block--chefs [data-skeleton="chefs"]:empty::after {
    left: 20px;
    right: auto;
    width: 350px;
    border-radius: 40px;
  }

  .mobile-block--chefs [data-skeleton="chefs"]:empty::before {
    top: 40px;
    height: 273px;
  }

  .mobile-block--chefs [data-skeleton="chefs"]:empty::after {
    top: 327px;
    height: 610px;
  }

  .mobile-block--reviews [data-skeleton="stories"]:empty {
    width: 100%;
    min-height: 673px;
    margin: 0;
    background: var(--bg, #f5f8ff);
    animation: none;
  }

  .mobile-block--reviews [data-skeleton="stories"]:empty::before {
    top: 130px;
    left: 45px;
    width: 300px;
    height: 459px;
    border-radius: 36px;
    transform: none;
  }

  .mobile-block--reviews [data-skeleton="stories"]:empty::after {
    display: none;
  }

  html.vf-loading-preview .mobile-block--cta {
    position: relative;
    min-height: 690px;
    background: var(--bg, #f5f8ff);
  }

  html.vf-loading-preview .mobile-block--cta .cta-section {
    display: none;
  }

  html.vf-loading-preview .mobile-block--cta::before {
    top: 24px;
    left: 23px;
    width: 344px;
    height: 626px;
    border-radius: 36px;
  }
}

html.vf-mobile-preview [data-component]:empty {
  border-radius: 0;
}

html.vf-mobile-preview [data-skeleton="hero"]:empty {
  width: 100%;
  min-height: 654px;
  margin: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

html.vf-mobile-preview .mobile-block--hero [data-skeleton="hero"]:empty::before,
html.vf-mobile-preview .mobile-block--how-it-works [data-skeleton="steps"]:empty::after,
html.vf-mobile-preview .mobile-block--delivery::before,
html.vf-mobile-preview .mobile-block--chefs [data-skeleton="chefs"]:empty::before,
html.vf-mobile-preview .mobile-block--chefs [data-skeleton="chefs"]:empty::after,
html.vf-mobile-preview .mobile-block--reviews [data-skeleton="stories"]:empty::before,
html.vf-mobile-preview .mobile-block--cta::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

html.vf-mobile-preview .mobile-block--hero [data-skeleton="hero"]:empty::before {
  top: 99px;
  left: 20px;
  width: 350px;
  height: 535px;
  border-radius: 40px;
}

html.vf-mobile-preview .mobile-block--hero [data-skeleton="hero"]:empty::after {
  display: none;
}

html.vf-mobile-preview .mobile-block--how-it-works [data-skeleton="steps"]:empty {
  width: 100%;
  min-height: 670px;
  margin: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

html.vf-mobile-preview .mobile-block--how-it-works {
  background: var(--bg, #f5f8ff);
}

html.vf-mobile-preview .mobile-block--how-it-works [data-skeleton="steps"]:empty::before {
  display: none;
}

html.vf-mobile-preview .mobile-block--how-it-works [data-skeleton="steps"]:empty::after {
  top: 40px;
  left: 20px;
  width: 350px;
  height: 590px;
  border-radius: 40px;
}

html.vf-mobile-preview .mobile-block--delivery {
  position: relative;
  min-height: 741px;
  background: var(--bg, #f5f8ff);
}

html.vf-mobile-preview .mobile-block--delivery .vf-delivery {
  display: none;
}

html.vf-mobile-preview .mobile-block--delivery::before {
  top: 40px;
  left: 20px;
  width: 350px;
  height: 653px;
  border-radius: 40px;
}

html.vf-mobile-preview [data-skeleton="chefs"]:empty {
  width: 100%;
  min-height: 985px;
  margin: 0;
  border-radius: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

html.vf-mobile-preview .mobile-block--chefs [data-skeleton="chefs"]:empty::before,
html.vf-mobile-preview .mobile-block--chefs [data-skeleton="chefs"]:empty::after {
  left: 20px;
  right: auto;
  width: 350px;
  border-radius: 40px;
}

html.vf-mobile-preview .mobile-block--chefs [data-skeleton="chefs"]:empty::before {
  top: 40px;
  height: 273px;
}

html.vf-mobile-preview .mobile-block--chefs [data-skeleton="chefs"]:empty::after {
  top: 327px;
  height: 610px;
}

html.vf-mobile-preview .mobile-block--reviews [data-skeleton="stories"]:empty {
  width: 100%;
  min-height: 673px;
  margin: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

html.vf-mobile-preview .mobile-block--reviews [data-skeleton="stories"]:empty::before {
  top: 130px;
  left: 45px;
  width: 300px;
  height: 459px;
  border-radius: 36px;
  transform: none;
}

html.vf-mobile-preview .mobile-block--reviews [data-skeleton="stories"]:empty::after {
  display: none;
}

html.vf-mobile-preview .mobile-block--cta {
  position: relative;
  min-height: 690px;
  background: var(--bg, #f5f8ff);
}

html.vf-mobile-preview .mobile-block--cta .cta-section {
  display: none;
}

html.vf-mobile-preview .mobile-block--cta::before {
  top: 24px;
  left: 23px;
  width: 344px;
  height: 626px;
  border-radius: 36px;
}

html.vf-mobile-preview .mobile-block--menu {
  min-height: 0;
  background: var(--bg, #f5f8ff);
}

html.vf-mobile-preview .mobile-block--menu .container {
  display: none;
}

html.vf-mobile-preview .mobile-block--plans {
  position: relative;
  min-height: 3710px;
  background: var(--bg, #f5f8ff);
}

html.vf-mobile-preview .mobile-block--plans .vf-plans {
  display: none;
}

html.vf-mobile-preview .mobile-block--plans::before,
html.vf-mobile-preview .mobile-block--plans::after,
html.vf-mobile-preview .mobile-block--features [data-skeleton="benefits"]:empty::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

html.vf-mobile-preview .mobile-block--plans::before {
  top: 226px;
  left: 20px;
  width: 350px;
  height: 2860px;
  border-radius: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 2860'%3E%3Crect x='0' y='0' width='350' height='704' rx='40' fill='white'/%3E%3Crect x='0' y='718' width='350' height='704' rx='40' fill='white'/%3E%3Crect x='0' y='1436' width='350' height='704' rx='40' fill='white'/%3E%3Crect x='0' y='2154' width='350' height='704' rx='40' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 2860'%3E%3Crect x='0' y='0' width='350' height='704' rx='40' fill='white'/%3E%3Crect x='0' y='718' width='350' height='704' rx='40' fill='white'/%3E%3Crect x='0' y='1436' width='350' height='704' rx='40' fill='white'/%3E%3Crect x='0' y='2154' width='350' height='704' rx='40' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}

html.vf-mobile-preview .mobile-block--plans::after {
  top: 3134px;
  left: 23.5px;
  width: 343px;
  height: 507px;
  border-radius: 36px;
}

html.vf-mobile-preview .mobile-block--features [data-skeleton="benefits"]:empty {
  width: 100%;
  min-height: 2520px;
  margin: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

html.vf-mobile-preview .mobile-block--features [data-skeleton="benefits"]:empty::before {
  display: none;
}

html.vf-mobile-preview .mobile-block--features [data-skeleton="benefits"]:empty::after {
  top: 154px;
  left: 20px;
  width: 350px;
  height: 2316px;
  border-radius: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 2316'%3E%3Crect x='0' y='0' width='350' height='350' rx='40' fill='white'/%3E%3Crect x='0' y='362' width='350' height='506' rx='40' fill='white'/%3E%3Crect x='0' y='880' width='350' height='350' rx='40' fill='white'/%3E%3Crect x='0' y='1242' width='350' height='350' rx='40' fill='white'/%3E%3Crect x='0' y='1604' width='350' height='350' rx='40' fill='white'/%3E%3Crect x='0' y='1966' width='350' height='350' rx='40' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 2316'%3E%3Crect x='0' y='0' width='350' height='350' rx='40' fill='white'/%3E%3Crect x='0' y='362' width='350' height='506' rx='40' fill='white'/%3E%3Crect x='0' y='880' width='350' height='350' rx='40' fill='white'/%3E%3Crect x='0' y='1242' width='350' height='350' rx='40' fill='white'/%3E%3Crect x='0' y='1604' width='350' height='350' rx='40' fill='white'/%3E%3Crect x='0' y='1966' width='350' height='350' rx='40' fill='white'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}

html.vf-mobile-preview .mobile-block--faq [data-skeleton="faq"]:empty {
  width: 100%;
  min-height: 180px;
  margin: 0;
  background: var(--bg, #f5f8ff);
  animation: none;
}

html.vf-mobile-preview .mobile-block--faq [data-skeleton="faq"]:empty::before {
  display: none;
}

html.vf-mobile-preview .mobile-block--faq [data-skeleton="faq"]:empty::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 20px;
  width: 350px;
  height: 76px;
  border-radius: 24px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 218, 241, 0.62) 25%, rgba(255, 255, 255, 0.88) 37%, rgba(197, 218, 241, 0.62) 63%),
    var(--blue-soft, #c5daf1);
  background-size: 240% 100%, auto;
  animation: vfSkeletonPulse 1.35s ease-in-out infinite;
}

html.vf-mobile-preview .mobile-block--footer {
  min-height: 300px;
  background: var(--bg, #f5f8ff);
}

html.vf-mobile-preview .mobile-block--footer .container {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-component]:empty,
  [data-skeleton="chefs"]:empty::before,
  [data-skeleton="chefs"]:empty::after,
  .vf-delivery__frame:not([data-map-state="ready"]):not([data-map-state="unavailable"])::before,
  .vf-delivery__frame:not([data-map-state="ready"]):not([data-map-state="unavailable"])::after {
    animation: none;
  }
}
