/* Homepage wide marketplace layer. Scope: index.html only via .home-wide-page. */

.home-wide-page {
  --home-wide-max: 1520px;
  --home-wide-gutter: clamp(16px, 4vw, 56px);
  --home-wide-shell: min(calc(100vw - (var(--home-wide-gutter) * 2)), var(--home-wide-max));
  --home-card-radius: 30px;
  --home-card-border: rgba(255, 255, 255, 0.64);
  --home-card-shadow: 0 22px 58px rgba(34, 61, 124, 0.12);
  width: 100%;
  overflow: clip;
}

.home-wide-body main.page.home-wide-page {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-wide-page,
.home-wide-page *,
.home-wide-page *::before,
.home-wide-page *::after {
  box-sizing: border-box;
}

.home-wide-body header {
  width: min(1240px, calc(100% - 24px));
  margin-top: 8px;
  border-radius: 20px;
}

.home-wide-body .site-ticker {
  min-height: 34px;
  height: 34px;
  padding: 0 18px;
}

.home-wide-body .site-ticker__track {
  font-size: 12px;
}

.home-wide-body .site-ticker__stats {
  padding: 5px 10px;
  font-size: 11px;
}

.home-wide-body header .nav {
  padding: 10px 18px;
  gap: 10px;
}

.home-wide-body header .logo-img {
  height: 54px;
}

.home-wide-body header nav {
  gap: 10px;
}

.home-wide-body header nav a {
  padding: 7px 10px;
}

.home-mobile-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 10px 22px rgba(34, 61, 124, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  padding: 0;
  cursor: pointer;
}

.home-mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #142036;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-wide-page > .hero,
.home-wide-page > .trust-bar,
.home-wide-page > .pricing,
.home-wide-page > .how,
.home-wide-page > .faq,
.home-wide-page > .activation-video,
.home-wide-page > .home-final-cta {
  width: var(--home-wide-shell) !important;
  max-width: var(--home-wide-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-wide-page #pricing,
.home-wide-page #how,
.home-wide-page #activationVideo,
.home-wide-page #faq {
  scroll-margin-top: 126px;
}

.home-wide-page > .pricing,
.home-wide-page > .how,
.home-wide-page > .faq,
.home-wide-page > .activation-video {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home-wide-page > .hero::before,
.home-wide-page > .hero::after,
.home-wide-page > .pricing::before,
.home-wide-page > .pricing::after,
.home-wide-page > .how::before,
.home-wide-page > .how::after,
.home-wide-page > .faq::before,
.home-wide-page > .faq::after,
.home-wide-page > .activation-video::before,
.home-wide-page > .activation-video::after {
  content: none !important;
  display: none !important;
}

.home-wide-page > .pricing,
.home-wide-page > .how,
.home-wide-page > .faq,
.home-wide-page > .activation-video,
.home-wide-page > .home-final-cta {
  margin-bottom: clamp(54px, 7vw, 104px) !important;
}

.home-wide-page .home-hero-wide {
  position: relative;
  isolation: isolate;
  margin-top: clamp(18px, 2.3vw, 34px) !important;
  margin-bottom: clamp(34px, 4.6vw, 62px) !important;
  padding: clamp(22px, 4vw, 54px) !important;
  border-radius: clamp(30px, 4vw, 52px) !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(79, 163, 255, 0.28), transparent 34%),
    radial-gradient(circle at 22% 20%, rgba(171, 139, 255, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(232, 243, 255, 0.6)) !important;
  box-shadow: 0 30px 80px rgba(34, 61, 124, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
  overflow: hidden;
}

.home-wide-page .home-hero-wide__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr);
  gap: clamp(22px, 3.8vw, 56px);
  align-items: center;
}

.home-wide-page .home-hero-wide__copy {
  min-width: 0;
}

.home-wide-page .home-hero-wide [data-hero-react-root],
.home-wide-page .home-hero-wide .hero-react {
  max-width: 900px !important;
  margin: 0 !important;
  text-align: left !important;
}

.home-wide-page .home-hero-wide [data-hero-react-root] > h1,
.home-wide-page .home-hero-wide [data-hero-react-root] > p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-wide-page .home-hero-wide .hero-react__headline,
.home-wide-page .home-hero-wide .hero-react__title,
.home-wide-page .home-hero-wide .hero-react__description {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-wide-page .home-hero-wide .hero-react__title {
  font-size: clamp(44px, 5.8vw, 82px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em !important;
}

.home-wide-page .home-hero-wide .hero-react__description {
  max-width: 760px !important;
  color: rgba(24, 34, 54, 0.76) !important;
  font-size: clamp(17px, 1.55vw, 23px) !important;
}

.home-wide-page .home-hero-wide .hero-react__actions {
  display: none !important;
}

.home-wide-page .home-hero-wide__actions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.home-wide-page .home-hero-wide__primary,
.home-wide-page .home-hero-wide__secondary {
  min-height: 52px;
  min-width: 184px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
}

.home-wide-page .home-hero-wide .hero-trust-pills {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, max-content));
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 10px 12px !important;
  max-width: 900px !important;
  margin: 20px 0 0 !important;
}

.home-wide-page .home-hero-wide .hero-trust-pills li {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 24px rgba(34, 61, 124, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-wide-page .home-hero-wide__panel {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
  padding: clamp(16px, 2vw, 22px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--home-card-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.home-hero-panel__header {
  display: grid;
  gap: 4px;
}

.home-hero-panel__header span {
  color: rgba(35, 49, 76, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-panel__header strong {
  color: #142036;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.05;
}

.home-hero-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-hero-process {
  counter-reset: hero-process;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero-process li {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  align-items: start;
  min-width: 0;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 14px 30px rgba(34, 61, 124, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-hero-process li::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 91, 255, 0.1), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 58%);
}

.home-hero-process span {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #2a5bff, #138a78);
  box-shadow: 0 10px 20px rgba(42, 91, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.home-hero-process strong,
.home-hero-process p {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.home-hero-process strong {
  color: #142036;
  font-size: 15px;
  line-height: 1.25;
}

.home-hero-process p {
  margin: 0;
  color: rgba(24, 34, 54, 0.68);
  font-size: 13px;
  line-height: 1.42;
}

.home-hero-service {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 96px;
  padding: 14px;
  border-radius: 22px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(145deg, #17233d, #2a5bff);
  box-shadow: 0 16px 34px rgba(42, 91, 255, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-service:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(42, 91, 255, 0.22);
}

.home-hero-service span {
  font-size: 14px;
  font-weight: 900;
}

.home-hero-service strong {
  align-self: end;
  font-size: 18px;
  line-height: 1.1;
}

.home-hero-service--chatgpt {
  background: linear-gradient(145deg, #071b16, #12a976);
}

.home-hero-service--claude {
  background: linear-gradient(145deg, #4a1906, #ff6a2b);
}

.home-hero-service--grok {
  background: linear-gradient(145deg, #05060a, #2e3448);
}

.home-hero-service--vpn {
  background: linear-gradient(145deg, #06152d, #1b63ff);
}

.home-hero-panel__note {
  color: rgba(24, 34, 54, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.home-wide-page .trust-bar {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home-wide-page .trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}

.home-wide-page .trust-bar__item,
.home-wide-page .how-card,
.home-wide-page .faq-item,
.home-wide-page .faq-sticky {
  border-radius: var(--home-card-radius) !important;
  border: 1px solid var(--home-card-border) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 16px 38px rgba(34, 61, 124, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.home-wide-page .pricing-header,
.home-wide-page .how-header,
.home-wide-page .faq-header,
.home-wide-page .activation-video__header {
  max-width: 900px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.home-wide-page .pricing-header h2,
.home-wide-page .faq-header h2,
.home-wide-page .activation-video__title,
.home-wide-page .how-title {
  text-align: left !important;
  font-size: clamp(34px, 4vw, 64px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
}

.home-wide-page .how-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.7vw, 22px) !important;
}

.home-wide-page .how-card {
  min-height: 240px;
  padding: clamp(20px, 2.2vw, 30px) !important;
}

.home-wide-page .faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}

.home-wide-page #pricingGrid.pricing-grid.pricing-grid--categorized {
  gap: clamp(22px, 3vw, 38px) !important;
}

.home-wide-page .pricing-grid--category {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
}

.home-wide-page #pricingGrid .price-card,
.home-wide-page .product-showcase-card,
.home-wide-page #pricingGrid .ai-directory-card {
  border-radius: var(--home-card-radius) !important;
  box-shadow: 0 18px 42px rgba(34, 61, 124, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

.home-wide-page #pricingGrid .buy-btn {
  min-height: 48px;
  border-radius: 16px !important;
}

.home-wide-body #gptishka-support-widget.support-widget {
  right: 18px !important;
  bottom: 18px !important;
  width: 104px;
  height: 150px;
  filter: saturate(96%);
}

.home-wide-body #gptishka-support-widget .support-widget__mascot {
  width: 96px;
  height: 142px;
  right: 0;
  bottom: 0;
}

.home-wide-body #gptishka-support-widget .support-widget__mascot::after {
  content: "Поддержка";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #142036;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 22px rgba(34, 61, 124, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
}

.home-wide-body #gptishka-support-widget .support-widget__mascot-image {
  opacity: 0.92;
  filter: drop-shadow(0 10px 22px rgba(34, 61, 124, 0.18));
}

.home-wide-body #gptishka-support-widget .support-widget__panel {
  right: 82px;
  bottom: 18px;
  width: min(320px, calc(100vw - 136px));
}

.home-wide-body #gptishka-support-widget .support-widget__resume-bubble {
  right: 12px;
  bottom: 166px;
}

.home-final-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(28px, 5vw, 68px);
  border-radius: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  background:
    radial-gradient(circle at 82% 20%, rgba(42, 91, 255, 0.24), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(236, 245, 255, 0.64));
  box-shadow: 0 28px 72px rgba(34, 61, 124, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.home-final-cta__content {
  max-width: 860px;
}

.home-final-cta__eyebrow {
  margin: 0 0 10px;
  color: rgba(42, 91, 255, 0.8);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-final-cta h2 {
  margin: 0;
  color: #142036;
  font-size: clamp(38px, 5vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.home-final-cta p:not(.home-final-cta__eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(24, 34, 54, 0.74);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
}

.home-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 1180px) {
  .home-wide-body header .nav {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }

  .home-wide-body header nav {
    width: auto !important;
    min-width: 0 !important;
    order: initial !important;
    grid-column: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    white-space: nowrap !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home-wide-body header nav::-webkit-scrollbar {
    display: none;
  }

  .home-wide-body header .logo-img {
    height: 48px;
  }

  .home-wide-body .header-tools {
    margin-left: 0 !important;
  }

  .home-wide-page .home-hero-wide__content {
    grid-template-columns: 1fr;
  }

  .home-wide-page .home-hero-wide__panel {
    max-width: 760px;
  }

  .home-wide-page .trust-bar__grid,
  .home-wide-page .how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .home-wide-page .home-hero-wide__content {
    grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.66fr);
    gap: clamp(18px, 3vw, 36px);
  }

  .home-wide-page .home-hero-wide__panel {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .home-hero-process {
    gap: 8px;
  }

  .home-hero-process li {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    padding: 11px 12px;
    border-radius: 18px;
  }

  .home-hero-process span {
    grid-row: auto;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 11px;
  }

  .home-hero-process p {
    display: none;
  }
}

@media (max-width: 760px) {
  .home-wide-body {
    overflow-x: hidden;
  }

  .home-wide-page #pricing,
  .home-wide-page #how,
  .home-wide-page #activationVideo,
  .home-wide-page #faq {
    scroll-margin-top: 118px;
  }

  .home-wide-body header {
    width: min(calc(100vw - 20px), 100%) !important;
    max-width: min(calc(100vw - 20px), 100%) !important;
    overflow: hidden !important;
  }

  .home-wide-body header .nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 8px 12px !important;
  }

  .home-wide-body .site-ticker {
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
  }

  .home-wide-body header .logo-img {
    height: 44px;
  }

  .home-wide-body header nav {
    grid-column: 1 / -1 !important;
    display: flex !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .home-wide-body header nav::-webkit-scrollbar {
    display: none;
  }

  .home-wide-body .header-tools {
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    justify-content: end !important;
  }

  .home-wide-body .home-mobile-menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .home-wide-body:not(.home-nav-open) header nav {
    display: none !important;
  }

  .home-wide-body.home-nav-open header nav {
    display: flex !important;
    margin-top: 4px;
    padding-top: 8px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.56) !important;
  }

  .home-wide-body.home-nav-open .home-mobile-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .home-wide-body.home-nav-open .home-mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .home-wide-body.home-nav-open .home-mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .home-wide-page {
    --home-wide-gutter: 12px;
  }

  .home-wide-page > .hero,
  .home-wide-page > .trust-bar,
  .home-wide-page > .pricing,
  .home-wide-page > .how,
  .home-wide-page > .faq,
  .home-wide-page > .activation-video,
  .home-wide-page > .home-final-cta {
    width: min(calc(100vw - 20px), 100%) !important;
    max-width: min(calc(100vw - 20px), 100%) !important;
  }

  .home-wide-page .home-hero-wide {
    padding: 18px 16px !important;
    border-radius: 28px !important;
    overflow: hidden;
  }

  .home-wide-page .home-hero-wide .hero-react__title {
    font-size: clamp(38px, 12vw, 60px) !important;
    letter-spacing: -0.045em !important;
  }

  .home-wide-page .home-hero-wide .hero-react__description {
    font-size: 16px !important;
    line-height: 1.48 !important;
  }

  .home-wide-page .home-hero-wide__actions,
  .home-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-wide-page .home-hero-wide__actions .btn,
  .home-final-cta__actions .btn {
    width: 100%;
    min-height: 50px;
  }

  .home-wide-page .home-hero-wide .hero-trust-pills {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 16px !important;
  }

  .home-wide-page .home-hero-wide .hero-trust-pills li {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }

  .home-hero-panel__grid,
  .home-wide-page .trust-bar__grid,
  .home-wide-page .how-grid,
  .home-wide-page .faq-layout {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .home-wide-page .home-hero-service {
    min-height: 94px;
  }

  .home-wide-body #gptishka-support-widget.support-widget {
    right: 12px !important;
    bottom: 12px !important;
    width: 82px;
    height: 118px;
  }

  .home-wide-body #gptishka-support-widget .support-widget__mascot {
    width: 76px;
    height: 112px;
  }

  .home-wide-body #gptishka-support-widget .support-widget__mascot::after {
    min-height: 22px;
    padding: 0 8px;
    font-size: 10px;
    bottom: 6px;
  }

  .home-wide-body #gptishka-support-widget .support-widget__panel {
    right: 66px;
    bottom: 10px;
    width: min(288px, calc(100vw - 98px));
  }

  .home-wide-page .how,
  .home-wide-page .how-card,
  .home-wide-page .trust-bar__item,
  .home-wide-page .faq-item,
  .home-wide-page .faq-sticky {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-wide-page *,
  .home-wide-page *::before,
  .home-wide-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
