/* 07 / DMJ JAPAN — every override is scoped to this home page. */
body.home {
  --ink: #191919; --dark: #191919; --red: #d7190b; --line: #d2d0cf;
  --paper: #f5f5f3; --gray: #bab8b8; --tag: #e9e8e6; --tag-text: #494745;
  --container: 1160px; --edge: clamp(24px, 4vw, 72px);
  background: var(--paper); color: var(--ink);
  font-family: Arial, "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}
body.home .container { width: min(var(--container), calc(100% - var(--edge) * 2)); }
body.home a, body.home button { transition: color .2s, background-color .2s, opacity .2s; }
body.home :is(a, button, input):focus-visible { outline: 3px solid #1555bd; outline-offset: 5px; }
body.home .home-hero :is(a, button):focus-visible, body.home .site-header :is(a, button):focus-visible { outline-color: white; }
body.home .skip-link { z-index: 50; }
body.home .button { border-radius: 4px; padding: 17px 24px; min-height: 56px; font-weight: 700; font-size: 14px; gap: 28px; }
body.home a.button::after { content: "→"; font: 21px/1 Arial, sans-serif; margin-left: auto; }
body.home .button:hover { background: var(--red); border-color: var(--red); color: white; opacity: 1; }

/* Continuous red masthead, compact utility actions and expanded navigation. */
body.home .site-header { position: relative; z-index: 10; background: #d9190c; color: white; }
body.home .header-top { min-height: 168px; max-width: none; align-items: flex-start; gap: 28px; padding: 32px var(--edge) 24px; }
body.home .brand { flex: 0 0 clamp(238px, 26vw, 380px); }
body.home .brand img { width: 100%; }
body.home .header-utilities { flex-wrap: wrap; gap: 14px 20px; margin-left: auto; align-items: center; font-size: 12px; }
body.home .header-utilities > button:first-child { display: block; }
body.home .header-utilities .utility-box { padding: 12px 15px; font-size: 13px; border-radius: 3px; min-height: 46px; }
body.home .header-utilities .utility-box:last-of-type { background: #171717; color: white; }
body.home .header-search { width: 34px; height: 42px; margin: 0; }
body.home .mobile-menu { display: flex; align-items: center; gap: 9px; min-width: 48px; min-height: 46px; padding: 0; color: white; }
body.home .menu-caption { font: 11px Arial, sans-serif; writing-mode: vertical-rl; }
body.home .menu-lines { display: grid; gap: 6px; width: 36px; transform: skewX(-14deg); }
body.home .menu-lines i { height: 4px; background: currentColor; transition: transform .2s, opacity .2s; }
body.home .mobile-menu[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(10px) rotate(45deg); }
body.home .mobile-menu[aria-expanded="true"] .menu-lines i:nth-child(2) { opacity: 0; }
body.home .mobile-menu[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-10px) rotate(-45deg); }
body.home .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #191919; color: white; padding: 24px var(--edge) 36px; box-shadow: 0 14px 20px #0002; }
body.home .site-nav.is-open { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 24px; }
body.home .site-nav a { padding: 20px 0; white-space: normal; font-size: 14px; line-height: 1.6; border: 0; border-bottom: 1px solid #555; }
body.home .site-nav a:hover { color: #ffb5a9; opacity: 1; }

/* A small featured story alongside oversized slanted Japanese type. */
body.home .home-hero { position: relative; isolation: isolate; overflow: hidden; padding: 30px var(--edge) 100px; color: white; background: radial-gradient(ellipse at 94% 75%, #f57ba4 0, transparent 42%), radial-gradient(ellipse at 2% 70%, #f45924 0, transparent 38%), linear-gradient(165deg, #d9190c 15%, #dd1609 65%, #e84935); border-bottom-right-radius: 48% 72px; }
body.home .hero-layout { display: grid; grid-template-columns: minmax(0, .36fr) minmax(0, .64fr); gap: clamp(40px, 6vw, 110px); max-width: 1500px; margin: auto; align-items: end; }
body.home .hero-feature { min-width: 0; padding-bottom: 8px; }
body.home .feature-label { display: flex; align-items: baseline; gap: 15px; margin: 0 0 12px; font-size: 12px; font-weight: 700; }
body.home .feature-label > span:first-child { font: italic 900 24px/1 Arial, sans-serif; }
body.home .hero-window { overflow: visible; }
body.home .hero-track { display: block; position: static; left: auto; width: 100%; transform: none; transition: none; }
body.home .hero-slide { display: block; width: 100%; }
body.home .hero-image { background: var(--gray); aspect-ratio: 1.5; border-radius: 2px; }
body.home .hero-slide h2 { min-height: 4.8em; margin-top: 14px; font-size: 16px; line-height: 1.6; font-weight: 700; }
body.home .feature-controls { display: flex; align-items: center; gap: 8px; margin-top: 20px; padding-top: 15px; border-top: 1px solid #ffffff75; }
body.home .feature-count { margin-right: auto; font: 13px Arial, sans-serif; letter-spacing: .08em; white-space: nowrap; }
body.home .feature-count b { font-size: 20px; margin-right: 8px; }
body.home .arrow { position: static; width: 36px; height: 36px; font-size: 28px; background: #191919; border-radius: 2px; color: white; }
body.home .arrow:hover { background: #4a2723; opacity: 1; }
body.home .carousel-dots { margin: 0 0 0 7px; gap: 0; }
body.home .carousel-dots button { position: relative; width: 21px; height: 36px; background: transparent; opacity: 1; border-radius: 0; }
body.home .carousel-dots button::after { content: ""; position: absolute; inset: 15px 7px; background: #ffffff60; }
body.home .carousel-dots button[aria-pressed="true"]::after { background: white; }
body.home .hero-eyebrow { margin-bottom: 20px; font: 700 13px Arial, sans-serif; letter-spacing: .06em; }
body.home .hero-message { padding-right: 12px; }
body.home .hero-message h1 { font-size: clamp(54px, 7.2vw, 116px); line-height: 1.22; letter-spacing: -.07em; font-weight: 900; font-style: italic; }
body.home .hero-message h1 > span { display: block; white-space: nowrap; }
body.home .hero-message .brand-copy { display: block; margin-top: 32px; white-space: normal; }
body.home .audiences { flex-wrap: wrap; gap: 7px; }
body.home .audiences span { font-size: 12px; border-radius: 2px; padding: 1px 8px; background: white; color: #b51b0e; }
body.home .audiences small { display: block; flex-basis: 100%; font-size: 12px; margin-top: 8px; }
body.home .brand-copy p { font-size: 12px; line-height: 1.8; margin-top: 4px; }
body.home .hero-foot { display: flex; align-items: center; gap: 28px; margin-top: 48px; font: 700 11px Arial, sans-serif; letter-spacing: .025em; }
body.home .hero-foot > span:last-child { margin-left: auto; }

/* Red display headings, small slashes and a neutral content canvas. */
body.home .section-title { margin: 0 0 54px; text-align: left; }
body.home .section-kicker { display: block; font-size: 14px; font-weight: 700; line-height: 1.7; color: var(--ink); }
body.home .section-kicker::before, body.home .product-number::before { content: ""; display: inline-block; width: 10px; height: 4px; margin: 0 10px 3px 0; background: var(--red); transform: skewX(-22deg); }
body.home .section-display { display: block; margin-top: 24px; color: var(--red); font: italic 900 clamp(52px, 7.3vw, 104px)/.96 Arial, sans-serif; letter-spacing: -.055em; }
body.home .home-finder { padding: 90px 0 82px; background: var(--paper); color: var(--ink); }
body.home .category-tabs { gap: 20px; }
body.home .category-tabs button { border-bottom: 2px solid #d2d0cf; padding-bottom: 6px; }
body.home .category-image { position: relative; background: var(--gray); aspect-ratio: 2.35; border-radius: 2px; }
body.home .category-number { position: absolute; top: 10px; left: 12px; color: white; font: italic 900 32px/1 Arial, sans-serif; letter-spacing: -.03em; }
body.home .category-label { justify-content: flex-start; text-align: left; padding: 16px 0; min-height: 82px; font-size: 15px; line-height: 1.6; background: transparent; }
body.home .category-tabs [aria-selected="true"] { border-color: var(--red); color: var(--red); }
body.home .category-tabs [aria-selected="true"]::after { display: none; }
body.home .category-tabs button:hover { color: var(--red); }
body.home .category-panel { border-radius: 4px; margin-top: 26px; padding: 32px 36px; background: white; }
body.home .category-panel-title { padding-bottom: 20px; border-color: var(--line); gap: 20px; }
body.home .category-panel-title h3 { color: var(--red); font-size: 22px; }
body.home .category-panel-title a { font-size: 14px; }
body.home .genre-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 36px; margin-top: 8px; }
body.home .genre-grid a, body.home .genre-grid a:nth-last-child(-n+4) { min-height: 55px; padding: 12px 0; border-bottom: 1px solid #dedcda; font-size: 14px; font-weight: 500; line-height: 1.7; }
body.home .genre-grid a:nth-last-child(-n+3) { border-bottom: 0; }
body.home .genre-grid a span { color: var(--red); margin-left: 12px; font-size: 24px; }
body.home .facility-links { margin-top: 30px; gap: 18px; }
body.home .facility-links .button { border-radius: 4px; min-height: 64px; padding: 15px 18px; font-size: 14px; text-align: left; }
body.home .keyword-form { max-width: none; }
body.home .home-finder .keyword-form { margin-top: 24px; gap: 12px; }
body.home .keyword-form input { border: 1px solid var(--line); border-radius: 4px; min-height: 60px; padding: 16px 20px; font-size: 16px; }
body.home .keyword-form input::placeholder { color: #74716e; }
body.home .keyword-form .button { background: var(--red); border-color: var(--red); min-width: 136px; font-size: 16px; }
body.home .keyword-form .button:hover { background: #a81a10; }
body.home .pr-strip { background: #e9e8e6; padding: 26px var(--edge); }
body.home .pr-strip > div { overflow-x: auto; justify-content: flex-start; gap: 14px; padding: 10px 0; scrollbar-width: thin; }
body.home .pr-label { left: var(--edge); background: #191919; color: white; border: 0; font: 12px/1.8 Arial, sans-serif; padding: 0 8px; }
body.home .banner-box { min-width: 200px; height: 90px; border: 1px solid #ccc; color: #625f5c; font-size: 13px; font-weight: 500; }

/* Service lists: a lead feature, then numbered horizontal entries. */
body.home .home-products { padding-top: 100px; padding-bottom: 100px; }
body.home .home-products .cards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 44px; }
body.home .home-products .content-card { display: grid; grid-template-columns: 132px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto 1fr; column-gap: 24px; align-content: start; border-top: 1px solid var(--line); padding: 30px 0 36px; }
body.home .product-number { grid-column: 2; margin-bottom: 12px; font: 700 12px Arial, sans-serif; }
body.home .home-products .card-visual { grid-column: 1; grid-row: 1 / 7; align-self: start; }
body.home .home-products .content-card > :not(.card-visual) { grid-column: 2; }
body.home .home-products .content-card:first-child { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6px 48px; padding: 36px 0 46px; }
body.home .home-products .content-card:first-child .card-image { aspect-ratio: 1.7; }
body.home .home-products .content-card:first-child h3 { font-size: 28px; margin: 6px 0; }
body.home .home-products .content-card:first-child .card-description { font-size: 17px; }
body.home .card-visual { border-radius: 3px; }
body.home .card-image { background: var(--gray); border-radius: 3px; aspect-ratio: 1.3; }
body.home .new-badge { width: auto; height: auto; left: 0; top: 0; border-radius: 2px 0; outline: none; padding: 6px 9px; background: var(--red); font: italic 700 12px Arial, sans-serif; }
body.home .card-meta { font-size: 12px; margin: 0 0 5px; color: #696461; }
body.home .content-card h3 { font-size: 18px; line-height: 1.6; color: var(--red); font-weight: 800; }
body.home .card-description { font-size: 16px; margin-top: 9px; line-height: 1.8; }
body.home .content-card .tags { max-height: none; overflow: visible; margin-top: 14px; gap: 5px; }
body.home .content-card .tag { font-size: 12px; padding: 2px 7px; border-radius: 2px; }
body.home .card-facilities { font-size: 12px; line-height: 1.7; margin-top: 12px; color: #696461; }
body.home .more-link { margin-top: 44px; text-align: right; }
body.home .more-link .button { min-width: 260px; padding: 16px 22px; border-radius: 3px; }

/* Feature stories on a white plane. */
body.home .home-articles { padding: 90px 0 100px; background: white; border-radius: 70px 0 0; }
body.home .home-articles .section-title { margin-bottom: 70px; }
body.home .home-articles .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px 36px; }
body.home .home-articles .card-image { aspect-ratio: 1.8; }
body.home .home-articles .card-meta { margin-top: 18px; }
body.home .home-articles .content-card h3 { font-size: 21px; color: var(--ink); }
body.home .home-articles .card-carousel > .arrow { position: absolute; top: -58px; width: 40px; height: 40px; }
body.home .home-articles .card-carousel > .previous { left: auto; right: 50px; }
body.home .home-articles .card-carousel > .next { right: 0; }

/* Red contact-style band, followed by quiet directory links. */
body.home .home-line { padding: 72px 0 44px; background: radial-gradient(ellipse at 98% 100%, #f37895, transparent 46%), linear-gradient(115deg, #e23e19, #d6160a 65%); color: white; }
body.home .line-heading { margin-bottom: 38px; }
body.home .line-heading .section-kicker { color: white; }
body.home .line-heading .section-kicker::before { background: white; }
body.home .line-heading > p { margin-top: 26px; font-size: clamp(30px, 4.5vw, 62px); font-weight: 900; font-style: italic; line-height: 1.5; letter-spacing: -.04em; }
body.home .line-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 44px; align-items: stretch; }
body.home .doctor-mosaic { min-height: 185px; gap: 5px; }
body.home .doctor-mosaic i { background: #c7c4c4; }
body.home .line-promo { min-height: 205px; padding: 22px 22px 0; border: 0; border-radius: 3px; gap: 20px; }
body.home .line-promo p { font-size: 15px; line-height: 1.9; }
body.home .line-pill { font-size: 12px; white-space: normal; border-radius: 3px; padding: 12px 16px; margin-top: 18px; }
body.home .phone-placeholder { flex-shrink: 0; width: 90px; min-width: 70px; background: #c9c7c7; }
body.home .line-note { font-size: 12px; margin-top: 32px; }
body.home .footer-topics { padding-top: 58px; padding-bottom: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 42px; }
body.home .footer-topics > div + div { margin: 0; }
body.home .footer-topics h3 { font-size: 14px; color: var(--red); }
body.home .footer-topics p { font-size: 12px; color: #8d8885; margin-top: 10px; overflow-wrap: anywhere; }
body.home .network-band { padding: 40px 0 60px; background: var(--paper); border-top: 1px solid var(--line); }
body.home .network-grid { gap: 0 24px; justify-content: flex-start; }
body.home .network-link { flex: 0 0 calc((100% - 72px) / 4); min-height: 65px; padding: 16px 0; border: 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 14px; background: transparent; }
body.home .network-link::after { content: "↗"; float: right; color: var(--red); }
body.home .site-footer { background: #191919; color: white; text-align: left; padding: 46px var(--edge) 26px; }
body.home .site-footer > .footer-wordmark { margin: 0 0 42px; color: white; font: italic 900 clamp(28px, 6.7vw, 100px)/1 Arial, sans-serif; letter-spacing: -.055em; }
body.home .site-footer nav { justify-content: flex-start; gap: 12px 24px; font-size: 13px; }
body.home .site-footer nav a { border: 0; padding: 0; }
body.home .footer-utilities { justify-content: flex-start; gap: 10px 24px; font-size: 12px; margin-top: 24px; padding-top: 24px; border-top: 1px solid #555; }
body.home .site-footer > p { font-size: 12px; margin-top: 38px; color: #bcb9b6; }

@media (max-width: 1150px) {
  body.home .header-top { min-height: 140px; gap: 20px; }
  body.home .header-utilities { gap: 10px; }
  body.home .header-utilities > button:first-child, body.home .header-utilities > a:not(.header-search) { display: none; }
  body.home .hero-layout { gap: 45px; grid-template-columns: minmax(0, .38fr) minmax(0, .62fr); }
  body.home .feature-controls { flex-wrap: wrap; }
  body.home .carousel-dots { margin-left: 0; }
  body.home .hero-message h1 { font-size: 7.1vw; }
  body.home .category-tabs { gap: 14px; }
  body.home .category-label { font-size: 14px; }
  body.home .home-products .cards-grid { column-gap: 28px; }
  body.home .home-products .content-card { grid-template-columns: 100px minmax(0, 1fr); column-gap: 18px; }
  body.home .line-grid { gap: 24px; }
  body.home .line-promo { gap: 12px; padding: 20px 18px 0; }
  body.home .line-promo p { font-size: 14px; }
}
@media (max-width: 760px) {
  body.home { --edge: 22px; }
  body.home .header-top { min-height: 110px; padding-top: 24px; padding-bottom: 20px; gap: 12px; align-items: center; }
  body.home .brand { flex: 0 1 228px; min-width: 0; }
  body.home .header-utilities { flex: 0 0 auto; margin-left: auto; }
  body.home .header-utilities .utility-box { display: none; }
  body.home .mobile-menu { min-width: 34px; margin-left: 6px; }
  body.home .menu-caption { display: none; }
  body.home .menu-lines { width: 30px; }
  body.home .site-nav.is-open { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
  body.home .site-nav a { padding: 15px 0; }
  body.home .home-hero { padding-top: 20px; padding-bottom: 60px; border-bottom-right-radius: 65% 40px; }
  body.home .hero-layout { display: flex; flex-direction: column; gap: 42px; align-items: stretch; }
  body.home .hero-message { order: -1; padding-right: 8px; }
  body.home .hero-message h1 { font-size: clamp(42px, 12.8vw, 86px); line-height: 1.2; }
  body.home .hero-eyebrow { font-size: 12px; margin-bottom: 20px; }
  body.home .hero-message .brand-copy { margin-top: 28px; }
  body.home .audiences span { font-size: 12px; padding: 1px 7px; }
  body.home .hero-feature { width: 100%; }
  body.home .hero-image { aspect-ratio: 1.8; }
  body.home .hero-slide h2 { min-height: 3.2em; font-size: 16px; }
  body.home .feature-controls { flex-wrap: nowrap; gap: 8px; }
  body.home .carousel-dots { margin-left: 8px; }
  body.home .hero-foot { margin-top: 34px; gap: 12px; font-size: 10px; }
  body.home .hero-foot > span:nth-child(2) { display: none; }
  body.home .home-finder { padding: 62px 0; }
  body.home .section-title { margin-bottom: 34px; }
  body.home .section-display { font-size: clamp(40px, 10.8vw, 80px); margin-top: 20px; }
  body.home .category-tabs { display: flex; overflow-x: auto; gap: 15px; padding: 5px 5px 10px; margin: -5px -5px -10px; scroll-snap-type: x proximity; scrollbar-width: thin; }
  body.home .category-tabs button { flex: 0 0 145px; scroll-snap-align: start; }
  body.home .category-label { min-height: 75px; padding: 14px 0; font-size: 14px; }
  body.home .category-number { font-size: 28px; }
  body.home .category-panel { margin-top: 22px; padding: 24px 20px; }
  body.home .category-panel-title { align-items: flex-start; gap: 12px; }
  body.home .category-panel-title h3 { font-size: 19px; }
  body.home .category-panel-title a { font-size: 12px; flex-shrink: 0; padding-top: 4px; }
  body.home .genre-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  body.home .genre-grid a, body.home .genre-grid a:nth-last-child(-n+3) { font-size: 14px; border-bottom: 1px solid #dedcda; }
  body.home .genre-grid a:nth-last-child(-n+2) { border: 0; }
  body.home .facility-links { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  body.home .facility-links .button { min-height: 54px; }
  body.home .keyword-form { gap: 10px; }
  body.home .keyword-form input { width: 100%; padding: 15px 12px; font-size: 16px; }
  body.home .keyword-form .button { min-width: 70px; padding: 12px 16px; }
  body.home .banner-box { min-width: 175px; height: 80px; }
  body.home .home-products { padding-top: 64px; padding-bottom: 64px; }
  body.home .home-products .cards-grid { grid-template-columns: 1fr; }
  body.home .home-products .content-card { grid-template-columns: 110px minmax(0, 1fr); gap: 0 20px; padding: 26px 0; }
  body.home .home-products .content-card:first-child { grid-template-columns: 1fr; gap: 0; padding: 26px 0 32px; }
  body.home .home-products .content-card:first-child > :not(.card-visual) { grid-column: 1; }
  body.home .home-products .content-card:first-child .card-visual { grid-column: 1; grid-row: 2; margin: 4px 0 20px; }
  body.home .home-products .content-card:first-child h3 { font-size: 24px; }
  body.home .home-products .content-card:first-child .card-description { font-size: 16px; }
  body.home .product-number { font-size: 12px; margin-bottom: 10px; }
  body.home .content-card h3 { font-size: 17px; }
  body.home .card-description { font-size: 16px; }
  body.home .more-link { margin-top: 28px; }
  body.home .more-link .button { width: 100%; min-width: 0; }
  body.home .home-articles { padding: 62px 0; border-top-left-radius: 36px; }
  body.home .home-articles .cards-grid { grid-template-columns: 1fr; gap: 36px; }
  body.home .home-articles .content-card h3 { font-size: 20px; }
  body.home .home-line { padding: 48px 0 32px; }
  body.home .line-heading > p { font-size: clamp(28px, 6.5vw, 48px); }
  body.home .line-grid { grid-template-columns: 1fr; gap: 24px; }
  body.home .doctor-mosaic { min-height: 150px; }
  body.home .line-promo { padding: 18px 15px 0; }
  body.home .line-promo p { font-size: 14px; }
  body.home .line-pill { font-size: 12px; padding: 10px; }
  body.home .phone-placeholder { min-width: 55px; width: 65px; }
  body.home .line-note { text-align: left; }
  body.home .footer-topics { grid-template-columns: 1fr; gap: 26px; padding-top: 42px; }
  body.home .network-band { padding: 20px 0 42px; }
  body.home .network-grid { gap: 0 20px; }
  body.home .network-link { flex-basis: calc((100% - 20px) / 2); font-size: 14px; }
  body.home .site-footer { padding-top: 36px; }
  body.home .site-footer > .footer-wordmark { margin-bottom: 32px; font-size: 6.4vw; }
  body.home .site-footer nav { gap: 12px 20px; font-size: 12px; }
  body.home .footer-utilities { gap: 12px 20px; }
  body.home .site-footer > p { font-size: 12px; }
}
@media (max-width: 380px) {
  body.home { --edge: 18px; }
  body.home .brand { flex-basis: 188px; }
  body.home .header-search { width: 28px; }
  body.home .header-top { gap: 8px; }
  body.home .feature-controls { gap: 5px; }
  body.home .carousel-dots { margin-left: 2px; }
  body.home .carousel-dots button { width: 19px; }
  body.home .category-panel { padding: 20px 16px; }
  body.home .category-panel-title { flex-wrap: wrap; }
  body.home .genre-grid { grid-template-columns: 1fr; }
  body.home .genre-grid a:nth-last-child(-n+2) { border-bottom: 1px solid #dedcda; }
  body.home .genre-grid a:last-child { border: 0; }
  body.home .home-products .content-card { grid-template-columns: 88px minmax(0, 1fr); column-gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  body.home *, body.home *::before, body.home *::after { transition: none !important; animation: none !important; }
}
