@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--font-brand:"Inter", "Inter Fallback", system-ui, -apple-system, sans-serif;--font-system:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--color-black:#000;--color-dark-charcoal:#15181e;--color-near-black:#0d0e12;--color-charcoal:#3b3d45;--color-dark-gray:#656a76;--color-cool-gray:#b2b6bd;--color-mid-gray:#d5d7db;--color-light-gray:#f1f2f3;--color-near-white:#efeff1;--color-white:#fff;--color-flow:#7b42bc;--color-gate:#ffcf25;--color-pulse:#14c6cb;--color-wire:#1868f2;--pf-accent:#1868f2;--pf-accent-soft:#eaf0fe;--pf-muted:#64748b;--container-max:1280px}*{box-sizing:border-box}html,body{color:#000;font-family:var(--font-system);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#f1f2f3;margin:0;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img,svg{max-width:100%;display:block}::selection{background:var(--pf-accent);color:#fff}.page{max-width:var(--container-max);flex-direction:column;gap:20px;margin:0 auto;padding:20px 20px 48px;display:flex}.card{background:#fff;border-radius:28px;padding:32px;position:relative;overflow:hidden}.nav{-webkit-backdrop-filter:saturate(180%)blur(18px);z-index:50;background:#ffffffd9;border:1px solid #fff9;border-radius:100px;align-items:center;gap:28px;padding:14px 14px 14px 28px;display:flex;position:sticky;top:16px;box-shadow:0 1px 2px #0f12180a,0 8px 28px -12px #0f12181f}.brand{font-family:var(--font-brand);letter-spacing:-.4px;align-items:center;gap:10px;font-size:19px;font-weight:700;display:inline-flex}.brand__mark{background:var(--pf-accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;transform:rotate(-8deg)}.brand:hover .brand__mark{transform:rotate(8deg)scale(1.06)}.nav__links{flex:1;justify-content:center;gap:28px;display:flex}.nav__link{color:#1a1e26;cursor:pointer;padding:6px 0;font-size:14px;font-weight:500;transition:color .18s;position:relative}.nav__link:after{content:"";background:var(--pf-accent);transform-origin:50%;height:2px;transition:transform .28s cubic-bezier(.65,0,.35,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav__link.is-active:after,.nav__link:hover:after{transform:scaleX(1)}.nav__link:hover{color:var(--pf-accent)}.btn-pill{color:#000;white-space:nowrap;background:#fff;border:1px solid #b2b6bd66;border-radius:100px;align-items:center;gap:8px;padding:8px 8px 8px 18px;font-size:14px;font-weight:600;transition:transform .22s cubic-bezier(.33,1,.68,1),box-shadow .22s,background .22s,color .22s,border-color .22s;display:inline-flex}.btn-pill__icon{background:var(--pf-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;transition:transform .32s cubic-bezier(.33,1,.68,1);display:inline-flex}.btn-pill:hover{transform:translateY(-2px);box-shadow:0 12px 28px -14px #0f121859}.btn-pill:hover .btn-pill__icon{transform:rotate(-30deg)}.btn-pill:active{transform:translateY(0)}.btn-pill--dark{color:#fff;background:#0d0e12;border-color:#0d0e12}.btn-pill--dark .btn-pill__icon{color:#0d0e12;background:#fff}.btn-pill--primary{background:var(--pf-accent);color:#fff;border-color:var(--pf-accent)}.btn-pill--primary .btn-pill__icon{color:var(--pf-accent);background:#fff}.btn-pill--ghost{color:#fff;background:0 0;border-color:#ffffff2e}.btn-pill--ghost .btn-pill__icon{color:#0d0e12;background:#fff}.hero{grid-template-columns:1.2fr 1fr;gap:28px;padding:48px;display:grid}.hero__copy{position:relative}.hero__eyebrow{font-family:var(--font-brand);letter-spacing:1.4px;text-transform:uppercase;color:var(--pf-accent);background:var(--pf-accent-soft);border-radius:100px;margin-bottom:24px;padding:7px 14px;font-size:12px;font-weight:600;display:inline-block}.hero__title{font-family:var(--font-brand);letter-spacing:-1.8px;max-width:620px;margin:0 0 22px;font-size:clamp(44px,5.4vw,72px);font-weight:700;line-height:1.05}.hero__title em{background:linear-gradient(180deg, transparent 62%, var(--pf-accent-soft) 62%);border-radius:4px;padding:0 6px;font-style:normal}.hero__sub{color:var(--pf-muted);max-width:520px;margin:0 0 30px;font-size:17px;line-height:1.6}.hero__ctas{flex-wrap:wrap;gap:12px;display:flex}.hero__meta{color:var(--pf-muted);letter-spacing:.2px;align-items:center;gap:14px;margin-top:28px;font-size:12px;display:flex}.hero__meta:before{content:"";background:#b2b6bd;width:32px;height:1px}.hero__visual{perspective:1200px;grid-template-rows:1fr 1fr;grid-template-columns:1.1fr 1fr;gap:14px;display:grid}.hero__portrait{color:#fff;background:linear-gradient(160deg,#1e2761 0%,#0f1940 100%);border-radius:22px;flex-direction:column;grid-row:span 2;justify-content:space-between;min-height:260px;padding:22px;display:flex;position:relative;overflow:hidden}.hero__portrait:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#7889f580,#0000 65%);width:220px;height:220px;position:absolute;inset:-50% -50% auto auto}.hero__portrait-badge{letter-spacing:.4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-radius:100px;align-items:center;gap:8px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.hero__portrait-badge .dot{background:#14c6cb;border-radius:50%;width:6px;height:6px;animation:2.2s ease-out infinite pulseDot;box-shadow:0 0 #14c6cb99}@keyframes pulseDot{0%{box-shadow:0 0 #14c6cb8c}70%{box-shadow:0 0 0 10px #14c6cb00}to{box-shadow:0 0 #14c6cb00}}.hero__portrait-name{font-family:var(--font-brand);font-size:22px;font-weight:700;line-height:1.2}.hero__portrait-role{opacity:.7;max-width:240px;margin-top:4px;font-size:12px;line-height:1.5}.hero__portrait-glyph{pointer-events:none;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-28px;right:-28px}.hero__portrait-glyph:after{content:"";border:1px solid #ffffff14;border-radius:50%;position:absolute;inset:22px}.hero__portrait-glyph:before{content:"";border:1px dashed #ffffff1f;border-radius:50%;animation:22s linear infinite rotateRing;position:absolute;inset:44px}@keyframes rotateRing{to{transform:rotate(360deg)}}.hero__stat{background:#f6f7f8;border-radius:18px;padding:20px;position:relative;overflow:hidden}.hero__stat-label{color:var(--pf-muted);letter-spacing:.8px;text-transform:uppercase;font-size:11px;font-weight:600}.hero__stat-val{font-family:var(--font-brand);letter-spacing:-.8px;font-variant-numeric:tabular-nums;margin:8px 0 6px;font-size:30px;font-weight:700}.hero__stat-delta{color:#14c6cb;align-items:center;gap:4px;font-size:11px;font-weight:600;display:inline-flex}.hero__chart{background:#eff1fb;border-radius:18px;flex-direction:column;gap:10px;padding:16px;display:flex}.hero__chart-bars{flex:1;grid-template-columns:repeat(7,1fr);align-items:end;gap:5px;min-height:60px;display:grid}.hero__chart-bars>span{transform-origin:bottom;will-change:transform;background:#7a89f5;border-radius:3px 3px 0 0;display:block}.hero__chart-bars>span:nth-child(6){background:var(--pf-accent)}.hero__chart-label{color:var(--pf-muted);font-size:10px}.logos{align-items:center;gap:32px;padding:22px 40px;display:flex;position:relative;overflow:hidden}.logos:before,.logos:after{content:"";z-index:1;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.logos:before{background:linear-gradient(90deg,#fff,#0000);left:0}.logos:after{background:linear-gradient(-90deg,#fff,#0000);right:0}.logos__track{flex:1;align-items:center;gap:56px;width:max-content;animation:32s linear infinite marquee;display:flex}.logos:hover .logos__track{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.logos__item{font-family:var(--font-brand);color:#9aa0ad;letter-spacing:-.5px;flex-shrink:0;font-size:20px;font-weight:700;transition:color .22s,transform .22s}.logos__item:hover{color:#1a1e26;transform:translateY(-1px)}.logos__item--italic{font-style:italic}.logos__item--wide{letter-spacing:2px;font-size:15px}.logos__item--heavy{font-weight:800}.logos__item--serif{letter-spacing:2px;font-family:serif;font-size:16px;font-weight:400}.sec-head--center{text-align:center;padding:56px 40px 36px}.sec-head__title{font-family:var(--font-brand);letter-spacing:-1.4px;margin:0 0 14px;font-size:clamp(32px,3.4vw,46px);font-weight:700;line-height:1.12}.sec-head__sub{color:var(--pf-muted);max-width:560px;margin:0 auto;font-size:15px;line-height:1.6}.offer-grid{grid-template-columns:repeat(4,1fr);gap:14px;padding:0 40px;display:grid}.offer-card{cursor:pointer;background:#f6f7f8;border-radius:18px;flex-direction:column;min-height:240px;padding:28px;transition:background .28s cubic-bezier(.33,1,.68,1),transform .28s cubic-bezier(.33,1,.68,1);display:flex;position:relative;overflow:hidden}.offer-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#0000,#1868f226);border-radius:18px;transition:opacity .28s;position:absolute;inset:-1px}.offer-card:hover{background:var(--pf-accent-soft);transform:translateY(-3px)}.offer-card:hover:before{opacity:1}.offer-card__num{font-family:var(--font-brand);color:#9aa0ad;letter-spacing:1.4px;font-size:11px;font-weight:600}.offer-card__title{font-family:var(--font-brand);letter-spacing:-.5px;margin:36px 0 10px;font-size:20px;font-weight:700;line-height:1.2}.offer-card__desc{color:var(--pf-muted);flex:1;margin:0;font-size:13px;line-height:1.55}.offer-card__arrow{background:#fff;border:1px solid #b2b6bd66;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;transition:background .22s,color .22s,border-color .22s,transform .22s;display:inline-flex;position:absolute;bottom:20px;right:20px}.offer-card:hover .offer-card__arrow{background:var(--pf-accent);color:#fff;border-color:var(--pf-accent);transform:rotate(-45deg)}.offer-foot{justify-content:center;gap:12px;padding:36px 0 0;display:flex}.why{padding:56px 40px}.why__head{text-align:center;margin-bottom:44px}.why__list{flex-direction:column;gap:4px;max-width:940px;margin:0 auto;display:flex}.why__row{cursor:pointer;border-bottom:1px solid #b2b6bd4d;justify-content:space-between;align-items:center;padding:26px 24px;transition:background .36s cubic-bezier(.65,0,.35,1),color .36s cubic-bezier(.65,0,.35,1),border-radius .36s cubic-bezier(.65,0,.35,1),padding .36s cubic-bezier(.65,0,.35,1),border-color .2s;display:flex}.why__row:last-child{border-bottom:0}.why__row-title{font-family:var(--font-brand);letter-spacing:-.5px;font-size:22px;font-weight:600;line-height:1.3}.why__row-arrow{background:#fff;border:1px solid #b2b6bd66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;transition:transform .32s cubic-bezier(.33,1,.68,1),background .32s,color .32s,border-color .32s;display:inline-flex}.why__row:hover .why__row-arrow{transform:rotate(-30deg)}.why__row.is-active{color:#fff;background:#0d0e12;border-bottom-color:#0000;border-radius:100px;gap:16px;padding:16px 16px 16px 30px}.why__row-thumb{color:#ffffff8c;letter-spacing:1.2px;text-transform:uppercase;background:linear-gradient(135deg,#1e2761,#0f1940);border-radius:60px;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:76px;font-size:11px;display:none;position:relative;overflow:hidden}.why__row-thumb:after{content:"";background:radial-gradient(circle at 30% 30%,#7889f573,#0000 60%);position:absolute;inset:0}.why__row.is-active .why__row-thumb{display:flex}.why__row.is-active .why__row-arrow{color:#0d0e12;background:#fff;border-color:#fff;transform:rotate(-45deg)}.spot-head{justify-content:space-between;align-items:end;gap:32px;padding:56px 40px 28px;display:flex}.spot-head__text{max-width:560px}.spot-head__sub{color:var(--pf-muted);margin-top:12px;font-size:14px;line-height:1.6}.spot-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:14px;padding:0 40px 56px;display:grid}.spot-card{will-change:transform;border-radius:22px;flex-direction:column;padding:26px;transition:transform .32s cubic-bezier(.33,1,.68,1);display:flex;position:relative;overflow:hidden}.spot-card:hover{transform:translateY(-4px)}.spot-card--1{background:#fff2ea}.spot-card--2{color:#fff;background:#0d0e12}.spot-card--3{background:#eaf0fe}.spot-card__head{align-items:flex-start;gap:16px;display:flex}.spot-card__title{font-family:var(--font-brand);letter-spacing:-.8px;flex:1;min-width:0;margin:0;font-size:26px;font-weight:700;line-height:1.1}.spot-card__body{grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .42s cubic-bezier(.33,1,.68,1),margin-top .42s cubic-bezier(.33,1,.68,1);display:grid}.spot-card__body-inner{min-height:0;overflow:hidden}.spot-card.is-open .spot-card__body{grid-template-rows:1fr;margin-top:18px}.spot-card__desc{opacity:.75;max-width:250px;margin:0;font-size:13px;line-height:1.55}.spot-card__arrow{background:var(--pf-accent);color:#fff;cursor:pointer;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:15px;transition:transform .28s cubic-bezier(.34,1.56,.64,1);display:inline-flex;transform:rotate(-45deg)}.spot-card:hover .spot-card__arrow{transform:rotate(0)scale(1.06)}.spot-card.is-open .spot-card__arrow,.spot-card.is-open:hover .spot-card__arrow{transform:rotate(135deg)scale(1.06)}.spot-card__img{text-transform:uppercase;letter-spacing:1.4px;color:#00000073;background:#0000000f;border-radius:16px;align-items:end;height:150px;margin-top:22px;padding:16px;font-size:11px;font-weight:600;display:flex;position:relative;overflow:hidden}.spot-card--2 .spot-card__img{color:#ffffff73;background:#ffffff0f}.spot-card__img:before{content:"";opacity:.6;background:radial-gradient(circle at 70% 30%,#ffffff73,#0000 60%);position:absolute;inset:0}.pricing{padding:56px 40px}.plans{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;display:grid}.plan{background:#f6f7f8;border-radius:22px;flex-direction:column;gap:18px;padding:30px;transition:transform .32s cubic-bezier(.33,1,.68,1),box-shadow .32s;display:flex;position:relative}.plan:hover{transform:translateY(-4px);box-shadow:0 20px 40px -20px #0f12182e}.plan--featured{color:#fff;background:#0d0e12;transform:scale(1.02)}.plan--featured:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 24px 50px -20px #1868f280}.plan__ribbon{background:var(--pf-accent);color:#fff;letter-spacing:1.2px;text-transform:uppercase;border-radius:100px;padding:7px 16px;font-size:11px;font-weight:600;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px -8px #1868f299}.plan__name{font-family:var(--font-brand);letter-spacing:-.5px;margin:0;font-size:22px;font-weight:700}.plan__desc{opacity:.7;min-height:60px;margin:0;font-size:13px;line-height:1.55}.plan__price{font-family:var(--font-brand);letter-spacing:-1.5px;font-size:44px;font-weight:700;line-height:1}.plan__price-unit{opacity:.6;margin-top:6px;font-size:12px;font-weight:500;display:block}.plan__features{flex-direction:column;gap:10px;margin:0;padding:0;font-size:13px;line-height:1.5;list-style:none;display:flex}.plan__features li{opacity:.85;border-top:1px solid #b2b6bd40;padding-top:10px;padding-left:20px;position:relative}.plan__features li:before{content:"";border-left:1.5px solid var(--pf-accent);border-bottom:1.5px solid var(--pf-accent);width:12px;height:6px;position:absolute;top:16px;left:0;transform:rotate(-45deg)}.plan--featured .plan__features li{border-top-color:#ffffff1a}.plan--featured .plan__features li:before{border-color:#fff}.plan__features li:first-child{border-top:0;padding-top:0}.plan__features li:first-child:before{top:6px}.contact{padding:56px 40px}.contact-grid{grid-template-columns:1fr 1fr;gap:26px;margin-top:28px;display:grid}.contact-form{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form label{letter-spacing:.6px;color:var(--pf-muted);text-transform:uppercase;flex-direction:column;gap:6px;font-size:11px;font-weight:600;display:flex}.contact-form label.full{grid-column:1/-1}.contact-form input,.contact-form textarea{color:#000;background:#fff;border:1px solid #b2b6bd66;border-radius:14px;outline:none;padding:13px 16px;font-family:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s}.contact-form textarea{resize:vertical;min-height:120px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--pf-accent);box-shadow:0 0 0 4px #1868f21a}.contact-form .btn-pill[disabled]{opacity:.6;cursor:not-allowed}.contact-form__error{color:#b5181d;background:#fdecec;border:1px solid #f5c2c2;border-radius:12px;padding:12px 14px;font-size:13px;line-height:1.5}.contact-info{background:#f6f7f8;border-radius:22px;flex-direction:column;gap:20px;padding:30px;display:flex}.contact-info__row{border-bottom:1px solid #b2b6bd4d;grid-template-columns:38px 1fr;align-items:center;gap:16px;padding-bottom:18px;display:grid}.contact-info__row:last-child{border-bottom:0;padding-bottom:0}.contact-info__icon{background:var(--pf-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.contact-info__label{font-family:var(--font-brand);margin-bottom:3px;font-size:13px;font-weight:600}.contact-info__val{color:var(--pf-muted);overflow-wrap:anywhere;font-size:13px;line-height:1.5}.contact-success{background:#f6f7f8;border-radius:18px;padding:28px}.contact-success__tag{letter-spacing:1.4px;color:var(--pf-accent);font-size:11px;font-weight:600}.contact-success__title{font-size:22px;font-weight:700;font-family:var(--font-brand);letter-spacing:-.4px;margin:10px 0 6px}.contact-success__sub{color:var(--pf-muted);margin:0;font-size:13px;line-height:1.5}.faq{max-width:820px;margin:28px auto 0}.faq-item{border-bottom:1px solid #b2b6bd4d}.faq-item:first-child{border-top:1px solid #b2b6bd4d}.faq-head{width:100%;font-family:var(--font-brand);text-align:left;letter-spacing:-.2px;background:0 0;border:0;justify-content:space-between;align-items:center;padding:22px 0;font-size:17px;font-weight:600;transition:color .2s;display:flex}.faq-head:hover{color:var(--pf-accent)}.faq-icon{color:var(--pf-accent);text-align:center;width:24px;font-size:20px;font-weight:300;transition:transform .32s cubic-bezier(.34,1.56,.64,1)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-body{height:0;color:var(--pf-muted);font-size:14px;line-height:1.65;overflow:hidden}.faq-body__inner{max-width:680px;padding:0 0 22px}.footer{color:#fff;background:#0d0e12;border-radius:28px;padding:48px 40px 32px;position:relative;overflow:hidden}.footer:before{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#1868f22e,#0000 60%);width:600px;height:600px;position:absolute;inset:-50% auto auto -10%}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;display:grid;position:relative}.footer .brand{color:#fff}.footer .brand__mark{background:var(--pf-accent)}.footer__tag{opacity:.6;max-width:280px;margin:14px 0 0;font-size:13px;line-height:1.55}.footer__col h4{letter-spacing:1.4px;text-transform:uppercase;opacity:.5;margin:4px 0 16px;font-size:11px}.footer__col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer__col a{opacity:.8;font-size:13px;transition:opacity .18s,color .18s,transform .18s;display:inline-block}.footer__col a:hover{opacity:1;color:var(--pf-accent);transform:translate(2px)}.footer__bottom{opacity:.6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:44px;padding-top:22px;font-size:12px;display:flex;position:relative}.footer__bottom-links{gap:22px;display:flex}.reveal{opacity:0;will-change:opacity, transform;transform:translateY(28px)}.reveal-lift{opacity:0;will-change:opacity, transform;transform:translateY(40px)}.reveal-fade{opacity:0;will-change:opacity}.split-line{vertical-align:bottom;padding-bottom:.05em;display:inline-block;overflow:hidden}.split-line>span{will-change:transform;display:inline-block;transform:translateY(110%)}@media (max-width:1024px){.offer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:960px){.hero,.plans,.spot-grid,.contact-grid{grid-template-columns:1fr}.hero{padding:32px}.hero__visual{grid-template-rows:auto;grid-template-columns:1fr 1fr}.hero__portrait{grid-area:auto/span 2;min-height:200px}.footer__grid{grid-template-columns:1fr 1fr}.nav__links{display:none}.spot-head{flex-direction:column;align-items:start}.plan--featured{transform:none}.sec-head--center{padding:40px 24px 28px}.why,.pricing,.contact{padding:40px 24px}.offer-grid,.spot-grid{padding-left:24px;padding-right:24px}}@media (max-width:640px){.offer-grid,.footer__grid{grid-template-columns:1fr}.footer{padding:32px 24px 24px}.card{border-radius:22px;padding:24px}.nav{padding:12px 12px 12px 20px}.why__row-title{font-size:18px}.hero__title{letter-spacing:-1.2px}.contact-form{grid-template-columns:1fr}.contact-info{padding:22px}.offer-foot{flex-direction:column;align-items:stretch;padding:28px 4px 0}.offer-foot .btn-pill{justify-content:center;width:100%}.why__row.is-active .why__row-thumb{display:none}.why__row.is-active{gap:12px;padding:14px 14px 14px 22px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal,.reveal-lift,.reveal-fade{opacity:1;transform:none}.split-line>span{transform:none}}
