:root {
  color-scheme: dark;
  --ink: #101110;
  --white: #fafbf8;
  --muted: #b8bcb6;
  --line: #343831;
  --gold: #edcd68;
  --mint: #b4d5c6;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  line-height: 1.65;
}
body.dialog-open {
  overflow: hidden;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  letter-spacing: 0;
  font-weight: 600;
  text-wrap: balance;
}
h2 {
  font-size: 44px;
  line-height: 1.15;
}
h3 {
  font-size: 23px;
  line-height: 1.3;
}
p {
  text-wrap: pretty;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img,
video {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
.shell {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 88px;
}
.eyebrow,
.small-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.eyebrow {
  color: var(--gold);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.small-label {
  color: var(--muted);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: var(--gold);
  color: #15170f;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  text-align: center;
  transition:
    background 0.18s,
    border-color 0.18s;
}
.button:hover {
  background: #f5dc90;
  border-color: #f5dc90;
}
.button-small {
  min-height: 44px;
  padding: 10px 17px;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  background: none;
  padding: 6px 0;
  border: 0;
}
.text-link:hover,
.nav-links > a:not(.button):hover,
.site-footer a:hover {
  color: var(--gold);
}
.icon-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #676a62;
  background: #191c19;
  color: var(--white);
  border-radius: 4px;
  flex: 0 0 auto;
}
.icon-button:hover {
  background: #343831;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 1200;
  background: var(--gold);
  color: var(--ink);
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #101110f5;
  border-bottom: 1px solid #ffffff14;
}
.navigation {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 23px;
  font-weight: 650;
  white-space: nowrap;
  line-height: 1;
}
.brand img {
  width: 32px;
  height: 36px;
  object-fit: contain;
}
.brand-dot {
  color: var(--gold);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}
.menu-button {
  display: none;
}
.hero {
  min-height: min(660px, 76svh);
  position: relative;
  isolation: isolate;
  background: #1a201d;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-media img,
.hero-media video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 42%;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #080c0be8 0%, #080c0bba 38%, #080c0b28 73%),
    linear-gradient(0deg, #101110a1, transparent 45%);
}
.hero-inner {
  min-height: inherit;
  padding-block: 40px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.hero-copy {
  max-width: 690px;
}
h1 {
  font-size: 66px;
  line-height: 1.06;
  margin-bottom: 25px;
}
h1 span {
  color: var(--gold);
}
.hero-lead {
  max-width: 550px;
  font-size: 18px;
  line-height: 1.6;
  color: #ecede8;
  margin-bottom: 28px;
}
.hero-note {
  font-size: 12px;
  color: #ced2cb;
  margin-top: 18px;
}
.hero-caption {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 70px);
  color: #d4d7d1;
  font-size: 11px;
}
.motion-button {
  position: absolute;
  bottom: 22px;
  right: 48px;
  background: #101110a6;
}
.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #171a17;
}
.trust-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  min-height: 82px;
  padding-block: 18px;
  font-size: 13px;
  color: var(--muted);
}
.trust-inner strong {
  color: var(--white);
  font-weight: 600;
}
.trust-inner a {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--mint);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 42px;
  margin-bottom: 38px;
}
.section-heading > p {
  max-width: 360px;
  color: var(--muted);
}
.index-reel-video-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.work-card {
  min-width: 0;
}
.video-link {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  background: #252a24;
  overflow: hidden;
  border-radius: 4px;
}
.video-link > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.video-link:hover > img {
  transform: scale(1.03);
}
.play-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #111710bd;
  border: 1px solid #ffffff8c;
  border-radius: 50%;
  color: white;
}
.play-icon svg {
  width: 16px;
  height: 16px;
}
.index-reel-overlay {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 12px 14px;
  background: linear-gradient(transparent, #050805e6);
  line-height: 1.3;
}
.index-reel-overlay > span {
  font-size: 11px;
}
.index-reel-overlay strong {
  color: var(--gold);
  font-size: 19px;
  font-weight: 650;
}
.work-footnote {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-block: 17px 30px;
}
.work-footnote p {
  font-size: 11px;
  color: var(--muted);
  max-width: 470px;
}
.work-footnote a {
  font-size: 12px;
  flex-shrink: 0;
}
.case-context {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  gap: 40px;
  padding-top: 28px;
}
.case-context .small-label {
  color: var(--mint);
}
.case-context p {
  margin-top: 10px;
  max-width: 310px;
  font-size: 15px;
}
.services-section {
  background: #e9ede7;
  color: #171d17;
}
.services-section .eyebrow {
  color: #465c40;
}
.services-section .section-heading > p {
  color: #4c584b;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.service {
  padding-top: 24px;
  border-top: 1px solid #98a293;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.service-number {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 12px;
  color: #4c584b;
}
.service > svg {
  width: 28px;
  height: 28px;
  margin-bottom: 25px;
  color: #48623d;
}
.service h3 {
  margin-bottom: 16px;
}
.service > p {
  color: #4c584b;
  font-size: 15px;
}
.service ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 28px;
  font-size: 14px;
}
.service li {
  padding-block: 7px;
  border-bottom: 1px solid #ccd3c7;
}
.service .text-link {
  color: #253d24;
  margin-top: auto;
}
.service .text-link:hover {
  color: #0c170c;
  text-decoration: underline;
}
.scope-note {
  border-top: 1px solid #aab5a5;
  margin-top: 42px;
  padding-top: 20px;
  font-size: 13px;
  color: #4c584b;
}
.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.process-list li {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.process-list span {
  color: var(--gold);
  font-size: 13px;
  display: block;
  margin-bottom: 24px;
}
.process-list h3 {
  font-size: 19px;
  margin-bottom: 13px;
}
.process-list p {
  color: var(--muted);
  font-size: 14px;
}
.difference-section {
  background: #191e1a;
}
.difference-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.difference-layout h2,
.founder-layout h2 {
  margin-bottom: 25px;
}
.difference-layout p:not(.eyebrow),
.founder-layout p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 18px;
}
.difference-layout figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
figcaption {
  font-size: 11px;
  margin-top: 12px;
  color: var(--muted);
}
.founder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 80px;
  align-items: center;
}
.founder-portrait img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  object-position: top;
  background: #202420;
  border-radius: 4px;
}
.founder-portrait > span {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: var(--muted);
}
.founder-layout .credential-note {
  font-size: 11px;
  margin-top: 24px;
}
.muted-link {
  color: var(--muted);
}
.carousel-section {
  padding-top: 30px;
}
.carousel-actions {
  display: flex;
  gap: 10px;
}
.index-video-carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #737d6e #202420;
  padding-bottom: 15px;
}
.index-carousel-track {
  display: flex;
  gap: 24px;
}
.index-carousel-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}
.index-carousel-slide .video-link {
  aspect-ratio: 4 / 5;
}
.index-carousel-slide .video-link img {
  object-position: 50% 28%;
}
.index-carousel-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
}
.index-carousel-metric > span {
  font-size: 12px;
  color: var(--muted);
}
.index-carousel-metric > strong {
  color: var(--gold);
  font-size: 20px;
}
.carousel-status {
  min-height: 18px;
  margin-top: 10px;
}
.faq-section {
  background: #171b18;
  border-block: 1px solid var(--line);
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
}
.faq-layout h2 {
  margin-bottom: 24px;
}
.faq-layout > div > p:not(.eyebrow) {
  color: var(--muted);
}
.faq-list details {
  border-top: 1px solid #41473f;
}
.faq-list details:last-child {
  border-bottom: 1px solid #41473f;
}
.faq-list summary {
  position: relative;
  padding: 22px 28px 22px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 550;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 24px;
  color: var(--mint);
}
.faq-list details[open] summary::after {
  content: "-";
}
.faq-list details p {
  color: var(--muted);
  font-size: 15px;
  padding-bottom: 24px;
}
.inquiry-section {
  background: #b8d0be;
  color: #132218;
}
.inquiry-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.inquiry-section .eyebrow {
  color: #3b563f;
}
.inquiry-section h2 {
  margin-bottom: 24px;
}
.inquiry-layout > div > p:not(.eyebrow) {
  color: #324c39;
  margin-bottom: 28px;
}
.inquiry-layout .button {
  background: #17291d;
  border-color: #17291d;
  color: #fafbf8;
}
.inquiry-layout .button:hover {
  background: #284731;
}
.inquiry-layout .contact-options {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
}
.contact-options a:hover {
  text-decoration: underline;
}
.brief-form {
  margin: 0;
  min-width: 0;
}
.brief-form h3 {
  font-size: 23px;
  margin-bottom: 4px;
}
.brief-form > p {
  color: #324c39;
  font-size: 14px;
  margin-bottom: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.brief-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
  min-width: 0;
}
.brief-form label span {
  display: contents;
  font-weight: 400;
}
.brief-form input,
.brief-form select,
.brief-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #607c65;
  color: #132218;
  background: #ffffff3d;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.4;
  color-scheme: light;
}
.brief-form textarea {
  resize: vertical;
}
.brief-form input::placeholder,
.brief-form textarea::placeholder {
  color: #506654;
  opacity: 1;
}
.brief-form .form-note {
  font-size: 12px;
  margin-block: 12px 0;
}
.brief-form .form-status {
  margin-top: 12px;
}
.brief-form .text-link {
  color: #17291d;
  margin-right: 18px;
}
.brief-form :focus-visible,
.inquiry-section a:focus-visible {
  outline-color: #284731;
}
.site-footer {
  padding-block: 55px 25px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 42px;
}
.footer-top p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 22px;
}
.footer-top h2 {
  font-size: 13px;
  color: var(--mint);
  margin-bottom: 20px;
}
.footer-top > div:not(:first-child) > a {
  display: block;
  font-size: 14px;
  padding-block: 5px;
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--muted);
  font-size: 12px;
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.mobile-cta {
  display: none;
}
.video-dialog {
  padding: 18px;
  border: 1px solid #606858;
  border-radius: 8px;
  background: #101110;
  color: white;
  max-width: min(600px, calc(100% - 24px));
  width: max-content;
  max-height: 92svh;
}
.video-dialog::backdrop {
  background: #050805e8;
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}
.dialog-heading h2 {
  font-size: 18px;
}
.video-dialog video {
  max-height: 72svh;
  width: auto;
  min-width: min(320px, 80vw);
  background: #000;
}
.video-dialog > p {
  max-width: 360px;
  font-size: 14px;
  padding-top: 15px;
}
.video-dialog > p a {
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero {
    min-height: min(740px, 76svh);
  }
  .hero-inner {
    padding-top: 75px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 64px);
  }
  .nav-links {
    gap: 18px;
  }
  .brand {
    font-size: 21px;
  }
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 38px;
  }
  .index-reel-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .index-reel-video-grid .video-link {
    aspect-ratio: 3 / 4;
  }
  .founder-layout,
  .difference-layout,
  .faq-layout,
  .inquiry-layout {
    gap: 42px;
  }
  .service-grid {
    gap: 25px;
  }
  .hero-copy {
    max-width: 620px;
  }
}
@media (max-width: 900px) {
  .navigation {
    min-height: 72px;
    flex-wrap: wrap;
  }
  .menu-button {
    display: inline-flex;
  }
  .nav-links {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 20px;
  }
  .nav-links > a {
    padding: 13px 0;
  }
  .nav-links > .button {
    margin-top: 8px;
    padding-inline: 20px;
  }
  .navigation.is-enhanced .nav-links {
    display: none;
  }
  .navigation.is-open .nav-links {
    display: flex;
  }
  .hero {
    min-height: 620px;
  }
  .hero-media img,
  .hero-media video {
    object-position: 65% center;
  }
  .hero-inner {
    padding-block: 70px 26px;
  }
  .trust-inner {
    font-size: 12px;
  }
  .trust-inner a {
    width: 100%;
  }
  .process-list {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .section-heading {
    align-items: flex-start;
  }
  .section-heading > p {
    max-width: 280px;
    font-size: 14px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .service > p {
    max-width: 520px;
  }
  .service ul {
    width: 100%;
    margin-block: 15px;
  }
  .service > svg {
    margin-bottom: 18px;
  }
  .inquiry-layout {
    grid-template-columns: 1fr;
  }
  .inquiry-layout > div {
    max-width: 590px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 85px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 58px;
  }
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
  .hero {
    min-height: auto;
  }
  .hero-inner {
    min-height: 620px;
    padding-top: 140px;
    padding-bottom: 24px;
  }
  .hero::before {
    background: linear-gradient(
      0deg,
      #090e0cf2 0%,
      #090e0ccc 35%,
      #090e0c12 100%
    );
  }
  .hero-media img,
  .hero-media video {
    object-position: 60% 0;
  }
  .hero .eyebrow {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .hero-lead {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .hero .actions {
    gap: 16px;
  }
  .hero .button {
    width: 100%;
  }
  .hero .text-link {
    font-size: 14px;
  }
  .hero-note {
    max-width: calc(100% - 64px);
    font-size: 11px;
  }
  .hero-caption {
    display: none;
  }
  .motion-button {
    right: 20px;
    bottom: 20px;
  }
  .trust-inner {
    display: grid;
    gap: 8px;
    padding-block: 22px;
  }
  .trust-inner a {
    margin-top: 6px;
  }
  .section-heading {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 28px;
  }
  .section-heading > p {
    max-width: 100%;
    font-size: 15px;
  }
  .index-reel-video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .index-reel-video-grid .video-link {
    aspect-ratio: 9 / 16;
  }
  .index-reel-overlay strong {
    font-size: 20px;
  }
  .work-footnote {
    flex-direction: column;
    gap: 10px;
  }
  .case-context {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case-context p {
    max-width: 100%;
    margin-top: 5px;
  }
  .process-list {
    gap: 30px 22px;
  }
  .process-list h3 {
    font-size: 18px;
  }
  .process-list p {
    font-size: 13px;
  }
  .difference-layout,
  .founder-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .founder-portrait {
    max-width: 310px;
  }
  .founder-layout .actions {
    gap: 12px;
  }
  .carousel-section {
    padding-top: 0;
  }
  .carousel-section .section-heading {
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
  }
  .carousel-section h2 {
    font-size: 30px;
  }
  .carousel-actions {
    gap: 5px;
  }
  .carousel-actions .icon-button {
    width: 40px;
    height: 44px;
  }
  .index-carousel-track {
    gap: 16px;
  }
  .index-carousel-slide {
    flex-basis: 82%;
  }
  .index-carousel-slide .video-link {
    aspect-ratio: 9 / 14;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .brief-form .button {
    width: 100%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  .footer-top > div:first-child {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .site-footer {
    padding-bottom: 108px;
  }
  .mobile-cta {
    display: flex;
    position: fixed;
    z-index: 90;
    bottom: max(12px, env(safe-area-inset-bottom));
    inset-inline: 16px;
    min-height: 50px;
    box-shadow: 0 4px 20px #0008;
  }
  body.dialog-open .mobile-cta,
  body.menu-open .mobile-cta,
  body.hero-cta-visible .mobile-cta,
  body.inquiry-visible .mobile-cta {
    display: none;
  }
  .video-dialog {
    padding: 12px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 29px;
  }
  .brand {
    font-size: 20px;
  }
  .process-list {
    grid-template-columns: 1fr;
  }
  .carousel-section .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) and (max-height: 700px) {
  .hero-inner {
    min-height: 0;
    padding-top: 45px;
    padding-bottom: 24px;
  }
  .hero-lead {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .hero-note {
    display: none;
  }
  .hero h1 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
