/* LaranSys v6.0.26 - Empresa Dark Tech Redesign */

:root {
  --ls626-lime: #c7ed36;
  --ls626-cyan: #18d7d0;
  --ls626-white: #f4f8f5;
  --ls626-muted: rgba(218,232,221,.66);
  --ls626-bg: #020705;
}

.ls-company-v626 {
  position: relative;
  overflow: clip;
  background: var(--ls626-bg);
  color: var(--ls626-white);
}

.ls-company-v626__container {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
}

.ls-company-v626__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(221,235,224,.66);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.ls-company-v626__kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ls626-lime);
  box-shadow: 0 0 12px rgba(199,237,54,.58);
}

/* HERO */
.ls-company-v626__hero {
  position: relative;
  min-height: min(820px, calc(100vh - 76px));
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 30%, rgba(24,215,208,.14), transparent 30%),
    radial-gradient(circle at 84% 22%, rgba(199,237,54,.12), transparent 29%),
    linear-gradient(135deg,#03110e,#06110b 48%,#07150e);
  border-bottom: 1px solid rgba(199,237,54,.10);
}

.ls-company-v626__grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(199,237,54,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(199,237,54,.035) 1px,transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(to bottom,#000,transparent 92%);
  mask-image: linear-gradient(to bottom,#000,transparent 92%);
}

.ls-company-v626__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(22px);
}
.ls-company-v626__glow--a {
  width: 420px; height: 420px; left: -160px; bottom: -140px;
  background: radial-gradient(circle,rgba(24,215,208,.13),transparent 70%);
}
.ls-company-v626__glow--b {
  width: 500px; height: 500px; right: -170px; top: -130px;
  background: radial-gradient(circle,rgba(199,237,54,.11),transparent 70%);
}

.ls-company-v626__hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(560px,1.08fr);
  gap: clamp(46px,5vw,96px);
  align-items: center;
  padding: clamp(104px,9vw,150px) 0 82px;
}

.ls-company-v626__hero h1 {
  max-width: 790px;
  margin: 23px 0 20px;
  font-size: clamp(3.25rem,5.2vw,6.3rem);
  line-height: .95;
  letter-spacing: -.052em;
  font-weight: 640;
}

.ls-company-v626__hero h1 strong {
  display: block;
  color: var(--ls626-lime);
  font-weight: 820;
}

.ls-company-v626__hero-copy > p {
  max-width: 700px;
  margin: 0;
  color: var(--ls626-muted);
  font-size: clamp(1.02rem,1.3vw,1.17rem);
  line-height: 1.76;
}

.ls-company-v626__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ls-company-v626__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  color: rgba(244,248,245,.92);
  background: rgba(7,15,11,.56);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 790;
  transition: transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}

.ls-company-v626__btn:hover {
  color: #fff;
  transform: translateY(-2px);
  border-color: rgba(199,237,54,.24);
  background: rgba(199,237,54,.055);
}

.ls-company-v626__btn--primary {
  color: #071008 !important;
  border-color: rgba(199,237,54,.45);
  background: linear-gradient(135deg,var(--ls626-lime),#94cc38);
  box-shadow: 0 14px 34px rgba(140,198,63,.15);
}

.ls-company-v626__hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.ls-company-v626__hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(224,236,227,.62);
  font-size: .82rem;
  font-weight: 720;
}

.ls-company-v626__hero-points span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ls626-lime);
  box-shadow: 0 0 8px rgba(199,237,54,.38);
}

/* HERO VISUAL */
.ls-company-v626__hero-visual {
  --ls626-x: 50%;
  --ls626-y: 50%;
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(199,237,54,.18);
  border-radius: 34px;
  background:
    radial-gradient(520px circle at var(--ls626-x) var(--ls626-y),rgba(199,237,54,.07),transparent 58%),
    linear-gradient(145deg,rgba(6,15,10,.90),rgba(3,10,8,.92));
  box-shadow: 0 32px 80px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.025);
}

.ls-company-v626__visual-grid {
  position: absolute;
  inset: 0;
  opacity: .26;
  background-image:
    linear-gradient(rgba(199,237,54,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(199,237,54,.055) 1px,transparent 1px);
  background-size: 52px 52px;
}

.ls-company-v626__visual-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 190px;
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199,237,54,.28);
  border-radius: 50%;
  background: radial-gradient(circle,rgba(199,237,54,.13),rgba(5,14,9,.94) 60%);
  box-shadow:
    0 0 0 20px rgba(199,237,54,.025),
    0 0 0 42px rgba(24,215,208,.014),
    0 0 40px rgba(199,237,54,.07);
}

.ls-company-v626__visual-core small {
  color: rgba(222,236,224,.48);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
}

.ls-company-v626__visual-core strong {
  margin: 7px 0 3px;
  color: #f4f8f5;
  font-size: 1.45rem;
}

.ls-company-v626__visual-core span {
  max-width: 130px;
  color: var(--ls626-lime);
  font-size: .67rem;
  text-align: center;
  line-height: 1.35;
}

.ls-company-v626__visual-node {
  position: absolute;
  z-index: 3;
  min-width: 160px;
  padding: 15px 16px;
  border: 1px solid rgba(199,237,54,.11);
  border-radius: 17px;
  background: rgba(5,13,9,.84);
  box-shadow: 0 14px 32px rgba(0,0,0,.20);
}

.ls-company-v626__visual-node span {
  color: var(--ls626-lime);
  font-size: .68rem;
  font-weight: 900;
}

.ls-company-v626__visual-node strong {
  display: block;
  margin-top: 6px;
  color: #eff6f0;
  font-size: .92rem;
}

.ls-company-v626__visual-node small {
  display: block;
  margin-top: 3px;
  color: rgba(212,227,215,.44);
  font-size: .65rem;
}

.ls-company-v626__visual-node.n1 { left: 7%; top: 12%; }
.ls-company-v626__visual-node.n2 { right: 7%; top: 12%; }
.ls-company-v626__visual-node.n3 { left: 10%; bottom: 14%; }
.ls-company-v626__visual-node.n4 { right: 10%; bottom: 14%; }

.ls-company-v626__visual-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ls-company-v626__visual-lines path {
  fill: none;
  stroke: rgba(199,237,54,.17);
  stroke-width: 1.4;
  stroke-dasharray: 6 10;
  animation: ls626Lines 15s linear infinite;
}

@keyframes ls626Lines {
  to { stroke-dashoffset: -160; }
}

.ls-company-v626__visual-status {
  position: absolute;
  z-index: 4;
  left: 24px;
  right: 24px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(199,237,54,.08);
  color: rgba(216,230,219,.45);
  font-size: .65rem;
  font-weight: 840;
  letter-spacing: .09em;
}

.ls-company-v626__visual-status span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ls-company-v626__visual-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ls626-lime);
  box-shadow: 0 0 8px rgba(199,237,54,.45);
}

.ls-company-v626__visual-status strong {
  color: rgba(220,236,223,.64);
}

/* BRIDGE */
.ls-company-v626__bridge {
  position: relative;
  padding: 92px 0 94px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%,rgba(199,237,54,.06),transparent 34%),
    linear-gradient(180deg,#030806,#06100b);
  border-bottom: 1px solid rgba(199,237,54,.07);
}

.ls-company-v626__bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(199,237,54,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(199,237,54,.025) 1px,transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.ls-company-v626__bridge-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 58px;
  background: linear-gradient(to bottom,rgba(199,237,54,.5),rgba(24,215,208,.10),transparent);
}

.ls-company-v626__bridge-line i {
  position: absolute;
  left: -3px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ls626-lime);
  box-shadow: 0 0 10px rgba(199,237,54,.52);
  animation: ls626Pulse 2.8s ease-in-out infinite;
}

@keyframes ls626Pulse {
  0%,100% { opacity:.55; transform:scale(.85); }
  50% { opacity:1; transform:scale(1.12); }
}

.ls-company-v626__bridge-copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.ls-company-v626__bridge h2,
.ls-company-v626__section-head h2,
.ls-company-v626__thinking-head h2,
.ls-company-v626__operation-copy h2 {
  margin: 20px 0 14px;
  color: #f4f8f5;
  font-size: clamp(2.5rem,4.5vw,5.3rem);
  line-height: .99;
  letter-spacing: -.045em;
  font-weight: 620;
}

.ls-company-v626__bridge h2 strong,
.ls-company-v626__section-head h2 strong,
.ls-company-v626__thinking-head h2 strong,
.ls-company-v626__operation-copy h2 strong {
  color: var(--ls626-lime);
  font-weight: 800;
}

.ls-company-v626__bridge p,
.ls-company-v626__section-head p,
.ls-company-v626__thinking-head p,
.ls-company-v626__operation-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--ls626-muted);
  line-height: 1.72;
}

.ls-company-v626__bridge p {
  margin-inline: auto;
}

/* PRINCIPLES */
.ls-company-v626__principles {
  position: relative;
  padding: clamp(96px,8vw,142px) 0;
  background:
    radial-gradient(circle at 14% 10%,rgba(24,215,208,.05),transparent 30%),
    linear-gradient(180deg,#050a07,#020705 64%,#06100b);
}

.ls-company-v626__principles::before,
.ls-company-v626__thinking::before,
.ls-company-v626__operation::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(199,237,54,.023) 1px,transparent 1px),
    linear-gradient(90deg,rgba(199,237,54,.023) 1px,transparent 1px);
  background-size: 64px 64px;
}

.ls-company-v626__section-head,
.ls-company-v626__thinking-head {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.ls-company-v626__bento {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 16px;
  margin-top: 42px;
}

.ls-company-v626__principle {
  --ls626-accent-rgb: 199,237,54;
  position: relative;
  grid-column: span 2;
  min-height: 310px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(var(--ls626-accent-rgb),.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(var(--ls626-accent-rgb),.07),transparent 38%),
    linear-gradient(145deg,rgba(8,18,12,.94),rgba(3,9,7,.97));
  box-shadow: 0 22px 56px rgba(0,0,0,.23);
  transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.ls-company-v626__principle:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--ls626-accent-rgb),.26);
  box-shadow: 0 30px 70px rgba(0,0,0,.29),0 0 30px rgba(var(--ls626-accent-rgb),.035);
}

.ls-company-v626__principle.p1 { --ls626-accent-rgb: 65,223,245; }
.ls-company-v626__principle.p2 { --ls626-accent-rgb: 199,237,54; }
.ls-company-v626__principle.p3 { --ls626-accent-rgb: 24,215,208; }
.ls-company-v626__principle.p4 { --ls626-accent-rgb: 158,232,63; }
.ls-company-v626__principle.p5 { --ls626-accent-rgb: 86,228,192; }

.ls-company-v626__principle--wide {
  grid-column: span 3;
  min-height: 270px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: center;
}

.ls-company-v626__principle-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ls-company-v626__principle-top span {
  color: rgb(var(--ls626-accent-rgb));
  font-size: 1.9rem;
  font-weight: 780;
}

.ls-company-v626__principle-top small {
  padding: 6px 9px;
  border: 1px solid rgba(var(--ls626-accent-rgb),.12);
  border-radius: 999px;
  color: rgba(216,231,219,.48);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.ls-company-v626__principle h3 {
  margin: 34px 0 10px;
  color: #f0f6f1;
  font-size: 1.55rem;
}

.ls-company-v626__principle p {
  max-width: 520px;
  margin: 0;
  color: rgba(213,228,216,.60);
  line-height: 1.65;
  font-size: .92rem;
}

.ls-company-v626__micro-ui {
  display: grid;
  gap: 8px;
  margin-top: 36px;
}
.ls-company-v626__micro-ui i {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg,rgba(65,223,245,.6),rgba(65,223,245,.06));
}
.ls-company-v626__micro-ui i:nth-child(2){ width:75%; }
.ls-company-v626__micro-ui i:nth-child(3){ width:52%; }

.ls-company-v626__trace {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.ls-company-v626__trace::before {
  content:"";
  position:absolute;left:4px;right:4px;top:5px;height:1px;
  background:linear-gradient(90deg,rgba(199,237,54,.12),rgba(199,237,54,.55),rgba(24,215,208,.18));
}
.ls-company-v626__trace b {
  position:relative;
  width:11px;height:11px;border-radius:50%;
  background:#07110d;border:2px solid var(--ls626-lime);
  box-shadow:0 0 10px rgba(199,237,54,.16);
}

.ls-company-v626__modules {
  display:flex;
  gap:8px;
  margin-top:38px;
}
.ls-company-v626__modules span {
  flex:1;
  min-height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(24,215,208,.13);
  border-radius:12px;
  color:rgba(225,238,227,.64);
  background:rgba(24,215,208,.035);
  font-size:.72rem;
  font-weight:800;
}

.ls-company-v626__evolution,
.ls-company-v626__experience {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.ls-company-v626__evolution > div {
  min-width: 110px;
  padding: 16px;
  border: 1px solid rgba(158,232,63,.11);
  border-radius: 15px;
  background: rgba(6,15,10,.65);
}
.ls-company-v626__evolution small {
  color:rgba(218,232,221,.40);
  font-size:.55rem;
  font-weight:900;
  letter-spacing:.10em;
}
.ls-company-v626__evolution strong {
  display:block;
  margin-top:6px;
  color:#edf4ee;
  font-size:.82rem;
}
.ls-company-v626__evolution i {
  width:28px;height:1px;
  background:linear-gradient(90deg,rgba(199,237,54,.20),var(--ls626-lime));
}

.ls-company-v626__experience span {
  min-height:42px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border:1px solid rgba(86,228,192,.12);
  border-radius:999px;
  color:rgba(229,240,231,.62);
  background:rgba(86,228,192,.035);
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.08em;
}
.ls-company-v626__experience i {
  width:22px;height:1px;
  background:rgba(86,228,192,.32);
}

/* THINKING */
.ls-company-v626__thinking {
  position: relative;
  padding: 104px 0;
  background:
    radial-gradient(circle at 84% 20%,rgba(24,215,208,.06),transparent 29%),
    linear-gradient(180deg,#06100b,#030806);
  border-top: 1px solid rgba(199,237,54,.07);
}

.ls-company-v626__process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 44px;
}

.ls-company-v626__process article {
  min-height: 190px;
  padding: 22px 18px;
  border: 1px solid rgba(199,237,54,.10);
  border-radius: 20px;
  background: rgba(5,13,9,.72);
}

.ls-company-v626__process article span {
  color: var(--ls626-lime);
  font-size: 1.6rem;
  font-weight: 780;
}

.ls-company-v626__process article h3 {
  margin: 30px 0 8px;
  color: #eff5f0;
  font-size: 1.05rem;
}

.ls-company-v626__process article p {
  margin: 0;
  color: rgba(214,229,216,.54);
  line-height: 1.55;
  font-size: .8rem;
}

.ls-company-v626__process-link {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg,rgba(199,237,54,.06),rgba(199,237,54,.60),rgba(24,215,208,.10));
}

.ls-company-v626__process-link i {
  position: absolute;
  left: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ls626-lime);
  box-shadow: 0 0 10px rgba(199,237,54,.54);
  animation: ls626Process 3.8s linear infinite;
}

@keyframes ls626Process {
  from { left:0;opacity:0; }
  12% { opacity:1; }
  88% { opacity:1; }
  to { left:calc(100% - 7px);opacity:0; }
}

/* OPERATION */
.ls-company-v626__operation {
  position: relative;
  padding: 110px 0 122px;
  background:
    radial-gradient(circle at 10% 70%,rgba(199,237,54,.055),transparent 29%),
    linear-gradient(180deg,#030806,#06100b);
  border-top: 1px solid rgba(199,237,54,.07);
}

.ls-company-v626__operation-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 72px;
  align-items: center;
}

.ls-company-v626__operation-panel {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(199,237,54,.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%,rgba(24,215,208,.06),transparent 34%),
    rgba(5,14,9,.72);
  box-shadow: 0 28px 70px rgba(0,0,0,.27);
}

.ls-company-v626__operation-panel article {
  min-height: 135px;
  padding: 18px;
  border: 1px solid rgba(199,237,54,.08);
  border-radius: 17px;
  background: rgba(4,11,8,.64);
}

.ls-company-v626__operation-panel span {
  color: var(--ls626-lime);
  font-size: .68rem;
  font-weight: 900;
}

.ls-company-v626__operation-panel strong {
  display: block;
  margin: 22px 0 5px;
  color: #eef5ef;
  font-size: .95rem;
}

.ls-company-v626__operation-panel small {
  color: rgba(214,228,216,.48);
  line-height: 1.45;
}

/* REVEAL */
.ls-company-v626 [data-ls626-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .68s ease,transform .68s ease;
}

.ls-company-v626 [data-ls626-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width:1180px) {
  .ls-company-v626__hero-grid { grid-template-columns:1fr; }
  .ls-company-v626__hero-visual { min-height:560px; }
  .ls-company-v626__process {
    grid-template-columns:repeat(5,1fr);
    gap:12px;
  }
  .ls-company-v626__process-link { display:none; }
}

@media (max-width:980px) {
  .ls-company-v626__bento { grid-template-columns:repeat(2,1fr); }
  .ls-company-v626__principle,
  .ls-company-v626__principle--wide { grid-column:span 1; }
  .ls-company-v626__principle--wide { grid-template-columns:1fr; }
  .ls-company-v626__operation-grid { grid-template-columns:1fr;gap:42px; }
  .ls-company-v626__process { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:720px) {
  .ls-company-v626__container { width:min(100% - 32px,1420px); }
  .ls-company-v626__hero { min-height:auto; }
  .ls-company-v626__hero-grid { padding:82px 0 58px; }
  .ls-company-v626__hero h1 { font-size:clamp(2.7rem,13vw,4.5rem); }
  .ls-company-v626__hero-visual { min-height:620px;border-radius:24px; }
  .ls-company-v626__visual-core { width:148px; }
  .ls-company-v626__visual-node { min-width:124px;padding:12px; }
  .ls-company-v626__visual-node.n1 { left:4%; }
  .ls-company-v626__visual-node.n2 { right:4%; }
  .ls-company-v626__visual-node.n3 { left:4%;bottom:16%; }
  .ls-company-v626__visual-node.n4 { right:4%;bottom:16%; }
  .ls-company-v626__visual-status { flex-direction:column;align-items:flex-start; }
  .ls-company-v626__bridge { padding:72px 0 76px; }
  .ls-company-v626__principles { padding:80px 0; }
  .ls-company-v626__bento { grid-template-columns:1fr; }
  .ls-company-v626__principle { min-height:0; }
  .ls-company-v626__evolution,
  .ls-company-v626__experience { flex-wrap:wrap;justify-content:flex-start; }
  .ls-company-v626__thinking { padding:82px 0; }
  .ls-company-v626__process { grid-template-columns:1fr; }
  .ls-company-v626__operation { padding:84px 0 96px; }
  .ls-company-v626__operation-panel { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion:reduce) {
  .ls-company-v626 *,
  .ls-company-v626 *::before,
  .ls-company-v626 *::after {
    animation:none!important;
    transition:none!important;
  }

  .ls-company-v626 [data-ls626-reveal] {
    opacity:1!important;
    transform:none!important;
  }
}
