.sa-animated-heading .sa-main-heading,.sa-animated-heading .sa-prefix,.sa-animated-heading .sa-suffix{display:inline-block}.sa-animated-heading .sa-main-heading span{display:inline-block}.sa-animated-heading .sa-highlight-word{position:relative;display:inline-block;padding:0 .1em}.sa-animated-heading .sa-highlight-word::before{content:'';position:absolute;inset:0 -.1em;background:currentColor;opacity:.15;border-radius:.15em;transform:scaleX(0);transform-origin:left;transition:transform .5s ease;z-index:-1}.sa-animated-heading .sa-highlight-word.sa--active::before{transform:scaleX(1)}.sa-animated-heading .sa-reveal-word{display:inline-block;animation:saRevealIn .55s cubic-bezier(.77,0,.175,1) forwards}.sa-animated-heading[data-style="word-rotate"] .sa-main-heading{perspective:300px;overflow:hidden;vertical-align:bottom;position:relative}.sa-animated-heading .sa-rotate-word{display:inline-block;animation:saWordRotateIn .45s ease forwards;transform-origin:center bottom}.sa-animated-heading .sa-rotate-exit{display:inline-block;position:absolute;left:0;top:0;animation:saWordRotateOut .35s ease forwards;transform-origin:center top}.sa-animated-heading[data-style="split-chars"] .sa-main-heading{position:relative}.sa-animated-heading .sa-split-char{display:inline-block}.sa-animated-heading[data-style="gravity"] .sa-main-heading{position:relative}.sa-animated-heading .sa-gravity-char{display:inline-block;opacity:0;animation:saGravityIn .5s ease forwards}.sa-animated-heading .sa-gravity-exit .sa-gravity-char{animation:saGravityOut .35s ease forwards;animation-delay:0ms!important}.sa-animated-heading[data-style="flip-chars"] .sa-main-heading{perspective:500px;position:relative}.sa-animated-heading .sa-flip-char{display:inline-block;opacity:0;animation:saFlipCharIn .45s ease forwards}.sa-animated-heading .sa-flip-exit .sa-flip-char{animation:saFlipCharOut .32s ease forwards;animation-delay:0ms!important}.sa-animated-heading[data-style="vortex"] .sa-main-heading{position:relative}.sa-animated-heading .sa-vortex-char{display:inline-block}.sa-animated-heading .sa-wave-char{display:inline-block;opacity:0;animation:saWaveChar .55s cubic-bezier(.36,.07,.19,.97) forwards}.rtl .sa-highlight-word::before{transform-origin:right}.rtl .sa-reveal-word,.rtl .sa-reveal-rtl{animation-name:saRevealInRtl}@keyframes saRevealIn{from{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes saRevealInRtl{from{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0%)}}@keyframes saWordRotateIn{from{transform:rotateX(-90deg);opacity:0}to{transform:rotateX(0deg);opacity:1}}@keyframes saWordRotateOut{from{transform:rotateX(0deg);opacity:1}to{transform:rotateX(90deg);opacity:0}}@keyframes saGravityIn{0%{transform:translateY(-60px);opacity:0}55%{transform:translateY(0);opacity:1}70%{transform:translateY(7px)}82%{transform:translateY(-3px)}91%{transform:translateY(2px)}100%{transform:translateY(0);opacity:1}}@keyframes saGravityOut{from{transform:translateY(0);opacity:1}to{transform:translateY(60px);opacity:0}}@keyframes saFlipCharIn{from{transform:rotateY(-90deg);opacity:0}to{transform:rotateY(0deg);opacity:1}}@keyframes saFlipCharOut{from{transform:rotateY(0deg);opacity:1}to{transform:rotateY(90deg);opacity:0}}@keyframes saWaveChar{0%{transform:translateY(.45em);opacity:0}40%{transform:translateY(-.3em);opacity:1}65%{transform:translateY(.1em)}82%{transform:translateY(-.05em)}100%{transform:translateY(0);opacity:1}}.sa-audio-player{--sa-accent:#6366f1;--sa-track:#f3f4f6;--sa-btn-bg:#6366f1;--sa-btn-h:#4f46e5;--sa-btn-color:#fff;--sa-btn-radius:50%;--sa-btn-size:44px;--sa-icon-size:20px;--sa-time-color:#c4c9d4;--sa-vol-color:#d1d5db;width:100%;position:relative;font-family:inherit}.sa-audio-player audio{display:none!important}.sa-audio-player .sa-audio-card{position:relative;overflow:hidden}.sa-audio-player .sa-audio-cover{flex-shrink:0;overflow:hidden}.sa-audio-player .sa-audio-cover img{display:block;width:100%;height:100%;object-fit:cover}.sa-audio-player .sa-audio-right{flex:1;min-width:0;display:flex;flex-direction:column}.sa-audio-player .sa-audio-info{display:flex;flex-direction:column}.sa-audio-player .sa-audio-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-audio-player .sa-audio-artist{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-audio-player .sa-audio-controls{display:flex;align-items:center;gap:12px}.sa-audio-player .sa-btn-play-pause{appearance:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .2s,color .2s,transform .15s,box-shadow .2s;width:var(--sa-btn-size);height:var(--sa-btn-size);background:var(--sa-btn-bg);color:var(--sa-btn-color);border-radius:var(--sa-btn-radius)}.sa-audio-player .sa-btn-play-pause svg{display:block;pointer-events:none;width:var(--sa-icon-size);height:var(--sa-icon-size)}.sa-audio-player .sa-btn-play-pause .sa-icon-pause{display:none}.sa-audio-player .sa-btn-play-pause:hover{background:var(--sa-btn-h)}.sa-audio-player .sa-btn-play-pause:active{transform:scale(.93)!important}.sa-audio-player .sa-audio-progress{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.sa-audio-player .sa-progress-bar{width:100%;height:4px;border-radius:2px;cursor:pointer;overflow:hidden;position:relative;background:var(--sa-track)}.sa-audio-player .sa-progress-fill{position:absolute;inset:0 auto 0 0;width:0%;border-radius:2px;transition:width .1s linear;background:var(--sa-accent)}.sa-audio-player .sa-time-wrap{display:flex;align-items:center;gap:3px;font-size:11px;font-family:monospace;line-height:1;color:var(--sa-time-color)}.sa-audio-player .sa-time-sep{opacity:.4}.sa-audio-player .sa-audio-volume{display:flex;align-items:center;gap:7px;flex-shrink:0}.sa-audio-player .sa-volume-icon{width:16px;height:16px;flex-shrink:0;color:var(--sa-vol-color)}.sa-audio-player .sa-volume-slider{width:68px;height:4px;-webkit-appearance:none;appearance:none;border-radius:2px;outline:none;cursor:pointer;background:var(--sa-track)}.sa-audio-player .sa-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:13px;height:13px;border-radius:50%;cursor:pointer;background:var(--sa-accent)}.sa-audio-player .sa-volume-slider::-moz-range-thumb{width:13px;height:13px;border-radius:50%;border:none;cursor:pointer;background:var(--sa-accent)}.sa-audio-player.sa-audio-style-radial .sa-audio-card,.sa-audio-player.sa-audio-style-glass .sa-audio-card{display:flex;flex-direction:column;align-items:center;gap:18px;padding:28px 22px;text-align:center}.sa-audio-player.sa-audio-style-radial .sa-audio-info,.sa-audio-player.sa-audio-style-glass .sa-audio-info{gap:4px;align-items:center;width:100%}.sa-audio-player.sa-audio-style-radial .sa-audio-controls,.sa-audio-player.sa-audio-style-glass .sa-audio-controls{width:100%}.sa-audio-player.sa-is-playing .sa-btn-play-pause .sa-icon-play{display:none}.sa-audio-player.sa-is-playing .sa-btn-play-pause .sa-icon-pause{display:block}.sa-audio-player.sa-is-playing.sa-audio-style-vinyl .sa-vinyl-record{animation:sa-spin 3s linear infinite}.sa-audio-player.sa-is-playing.sa-audio-style-cassette .sa-spool-inner{animation:sa-spin 2s linear infinite}.sa-audio-player.sa-is-playing.sa-audio-style-cassette .sa-cassette-title-scroll{animation:sa-marquee 10s linear infinite}.sa-audio-player.sa-is-playing.sa-audio-style-wave .sa-wave-bar{animation-play-state:running}.sa-audio-player.sa-audio-style-default{--sa-btn-size:48px}.sa-audio-player.sa-audio-style-default .sa-audio-card{background:#fff;border-radius:20px;padding:18px;display:flex;align-items:center;gap:18px;box-shadow:0 6px 28px rgba(0,0,0,.09);border:1px solid rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease}.sa-audio-player.sa-audio-style-default .sa-audio-card:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,0,0,.13)}.sa-audio-player.sa-audio-style-default .sa-audio-cover{width:88px;height:88px;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.14)}.sa-audio-player.sa-audio-style-default .sa-audio-right{gap:10px}.sa-audio-player.sa-audio-style-default .sa-audio-info{gap:3px}.sa-audio-player.sa-audio-style-default .sa-audio-title{font-size:16px;color:#111827}.sa-audio-player.sa-audio-style-default .sa-audio-artist{font-size:13px;color:#9ca3af}.sa-audio-player.sa-audio-style-default .sa-btn-play-pause{box-shadow:0 4px 14px rgba(99,102,241,.4)}.sa-audio-player.sa-audio-style-default .sa-btn-play-pause:hover{transform:scale(1.07)}.sa-audio-player.sa-audio-style-default .sa-progress-bar{height:5px}.sa-audio-player.sa-audio-style-card{--sa-accent:#f59e0b;--sa-track:#1e293b;--sa-btn-bg:#f59e0b;--sa-btn-h:#d97706;--sa-btn-color:#0f172a;--sa-btn-radius:10px;--sa-btn-size:38px;--sa-icon-size:17px;--sa-time-color:#475569;--sa-vol-color:#475569}.sa-audio-player.sa-audio-style-card .sa-audio-card{background:#0f172a;border-radius:16px;padding:0;display:flex;align-items:stretch;min-height:110px;box-shadow:0 8px 32px rgba(0,0,0,.4)}.sa-audio-player.sa-audio-style-card .sa-audio-cover{width:110px;flex-shrink:0;border-radius:0}.sa-audio-player.sa-audio-style-card .sa-audio-right{padding:16px 20px;gap:10px;justify-content:center}.sa-audio-player.sa-audio-style-card .sa-audio-info{gap:3px}.sa-audio-player.sa-audio-style-card .sa-audio-title{font-size:17px;font-weight:700;color:#f8fafc}.sa-audio-player.sa-audio-style-card .sa-audio-artist{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.07em}.sa-audio-player.sa-audio-style-card .sa-progress-bar{height:3px}.sa-audio-player.sa-audio-style-minimal{--sa-btn-bg:#f3f4f6;--sa-btn-h:#e0e7ff;--sa-btn-color:#6366f1;--sa-btn-radius:8px;--sa-btn-size:34px;--sa-icon-size:15px}.sa-audio-player.sa-audio-style-minimal .sa-audio-card{display:flex;align-items:center;gap:14px;padding:8px 4px}.sa-audio-player.sa-audio-style-minimal .sa-audio-title{font-size:13px;color:#374151;flex-shrink:0;max-width:150px}.sa-audio-player.sa-audio-style-minimal .sa-audio-controls{flex:1}.sa-audio-player.sa-audio-style-vinyl{--sa-accent:#f43f5e;--sa-track:rgba(255,255,255,0.1);--sa-btn-bg:#f43f5e;--sa-btn-h:#e11d48;--sa-btn-size:52px;--sa-icon-size:22px;--sa-time-color:rgba(255,255,255,0.35);--sa-vol-color:rgba(255,255,255,0.35)}.sa-audio-player.sa-audio-style-vinyl .sa-audio-card{background:#111;border-radius:22px;padding:36px 24px 28px;display:flex;flex-direction:column;align-items:center;gap:22px;box-shadow:0 16px 52px rgba(0,0,0,.55)}.sa-audio-player.sa-audio-style-vinyl .sa-vinyl-record{width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#1c1c1c 0%,#0a0a0a 55%,#1a1a1a 100%);position:relative;flex-shrink:0;box-shadow:0 12px 44px rgba(0,0,0,.7)}.sa-audio-player.sa-audio-style-vinyl .sa-vinyl-record::before{content:'';position:absolute;inset:5px;border:1px solid rgba(255,255,255,.05);border-radius:50%}.sa-audio-player.sa-audio-style-vinyl .sa-vinyl-grooves{position:absolute;inset:14px;border-radius:50%;background:repeating-radial-gradient(circle at center,transparent 0,transparent 3px,rgba(255,255,255,.025) 3px,rgba(255,255,255,.025) 4px)}.sa-audio-player.sa-audio-style-vinyl .sa-vinyl-cover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;overflow:hidden;border:4px solid #111;background:#333;z-index:2}.sa-audio-player.sa-audio-style-vinyl .sa-vinyl-cover img{width:100%;height:100%;object-fit:cover}.sa-audio-player.sa-audio-style-vinyl .sa-audio-info{align-items:center;gap:5px}.sa-audio-player.sa-audio-style-vinyl .sa-audio-title{font-size:16px;color:#fff}.sa-audio-player.sa-audio-style-vinyl .sa-audio-artist{font-size:13px;color:rgba(255,255,255,.45)}.sa-audio-player.sa-audio-style-vinyl .sa-audio-controls{width:100%}.sa-audio-player.sa-audio-style-vinyl .sa-btn-play-pause{box-shadow:0 4px 16px rgba(244,63,94,.45)}.sa-audio-player.sa-audio-style-vinyl .sa-btn-play-pause:hover{transform:scale(1.07)}.sa-audio-player.sa-audio-style-cassette{--sa-accent:#facc15;--sa-track:rgba(255,255,255,0.1);--sa-btn-bg:#e11d48;--sa-btn-h:#be123c;--sa-btn-radius:5px;--sa-icon-size:16px;--sa-time-color:rgba(255,255,255,0.35);--sa-vol-color:rgba(255,255,255,0.35)}.sa-audio-player.sa-audio-style-cassette .sa-audio-card{background:#2b2b2b;border:3px solid #1a1a1a;border-radius:12px;padding:18px;max-width:340px;margin:0 auto;box-shadow:0 8px 0 #1a1a1a,0 16px 32px rgba(0,0,0,.45)}.sa-audio-player.sa-audio-style-cassette .sa-cassette-body{margin-bottom:16px}.sa-audio-player.sa-audio-style-cassette .sa-cassette-window{background:#0d0d0d;height:80px;border-radius:6px;display:flex;align-items:center;gap:12px;padding:0 16px;border:3px solid #383838;position:relative;overflow:hidden}.sa-audio-player.sa-audio-style-cassette .sa-spool{width:46px;height:46px;border-radius:50%;background:#1e1e1e;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 3px #303030}.sa-audio-player.sa-audio-style-cassette .sa-spool-inner{width:26px;height:26px;border:3px dashed #555;border-radius:50%;position:relative}.sa-audio-player.sa-audio-style-cassette .sa-spool-inner::after{content:'';position:absolute;width:6px;height:6px;border-radius:50%;background:#666;top:50%;left:50%;transform:translate(-50%,-50%)}.sa-audio-player.sa-audio-style-cassette .sa-cassette-title-wrap{flex:1;overflow:hidden;display:flex;align-items:center;height:100%}.sa-audio-player.sa-audio-style-cassette .sa-cassette-title-scroll{display:inline-block;white-space:nowrap;color:#fc0;font-family:'Courier New',Courier,monospace;font-size:11px;letter-spacing:.04em}.sa-audio-player.sa-audio-style-cassette .sa-cassette-bottom-holes{display:flex;justify-content:space-between;padding:8px 20px 0}.sa-audio-player.sa-audio-style-cassette .sa-cassette-hole{width:8px;height:8px;border-radius:50%;background:#0d0d0d;box-shadow:inset 0 1px 2px rgba(0,0,0,.9)}.sa-audio-player.sa-audio-style-cassette .sa-btn-play-pause{width:40px;height:36px;box-shadow:0 4px 0 #9f1239}.sa-audio-player.sa-audio-style-cassette .sa-btn-play-pause:active{transform:translateY(3px);box-shadow:0 1px 0 #9f1239}.sa-audio-player.sa-audio-style-radial{--sa-time-color:#d1d5db}.sa-audio-player.sa-audio-style-radial .sa-audio-card{background:#fff;border-radius:22px;box-shadow:0 6px 26px rgba(0,0,0,.08)}.sa-audio-player.sa-audio-style-radial .sa-radial-ring-wrap{position:relative;width:150px;height:150px;display:flex;align-items:center;justify-content:center}.sa-audio-player.sa-audio-style-radial .sa-radial-svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.sa-audio-player.sa-audio-style-radial .sa-radial-track{stroke:#f3f4f6}.sa-audio-player.sa-audio-style-radial .sa-radial-ring{stroke:#6366f1;stroke-linecap:round;transition:stroke-dashoffset .25s ease}.sa-audio-player.sa-audio-style-radial .sa-audio-cover{width:108px;height:108px;border-radius:50%;z-index:1}.sa-audio-player.sa-audio-style-radial .sa-audio-title{font-size:15px;color:#111827}.sa-audio-player.sa-audio-style-radial .sa-audio-artist{font-size:12px;color:#9ca3af}.sa-audio-player.sa-audio-style-radial .sa-audio-controls{justify-content:center}.sa-audio-player.sa-audio-style-glass{--sa-accent:#fff;--sa-track:rgba(255,255,255,0.18);--sa-btn-bg:rgba(255,255,255,0.22);--sa-btn-h:rgba(255,255,255,0.36);--sa-btn-size:56px;--sa-icon-size:24px;--sa-time-color:rgba(255,255,255,0.55);--sa-vol-color:rgba(255,255,255,0.6)}.sa-audio-player.sa-audio-style-glass .sa-audio-card{overflow:visible;background:rgba(255,255,255,.18);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 8px 40px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.5)}.sa-audio-player.sa-audio-style-glass .sa-audio-cover{width:130px;height:130px;border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.28);overflow:hidden}.sa-audio-player.sa-audio-style-glass .sa-audio-title{font-size:18px;color:#fff}.sa-audio-player.sa-audio-style-glass .sa-audio-artist{font-size:13px;color:rgba(255,255,255,.7)}.sa-audio-player.sa-audio-style-glass .sa-btn-play-pause{border:1px solid rgba(255,255,255,.4)}.sa-audio-player.sa-audio-style-glass .sa-btn-play-pause:hover{transform:scale(1.06)}.sa-audio-player.sa-audio-style-compact{--sa-btn-bg:#fff;--sa-btn-h:#fff;--sa-btn-color:#6366f1;--sa-btn-size:32px;--sa-icon-size:14px;--sa-time-color:rgba(255,255,255,0.75)}.sa-audio-player.sa-audio-style-compact .sa-audio-card{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50px;padding:8px 16px 10px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 28px rgba(99,102,241,.38)}.sa-audio-player.sa-audio-style-compact .sa-audio-cover{width:38px;height:38px;border-radius:50%;border:2px solid rgba(255,255,255,.28);flex-shrink:0}.sa-audio-player.sa-audio-style-compact .sa-audio-title{flex:1;min-width:0;font-size:13px;font-weight:500;color:#fff}.sa-audio-player.sa-audio-style-compact .sa-btn-play-pause{flex-shrink:0}.sa-audio-player.sa-audio-style-compact .sa-btn-play-pause:hover{transform:scale(1.1)}.sa-audio-player.sa-audio-style-compact .sa-time-wrap{flex-shrink:0;gap:2px}.sa-audio-player.sa-audio-style-compact .sa-compact-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgba(255,255,255,.2);border-radius:0 0 50px 50px;overflow:hidden;cursor:pointer}.sa-audio-player.sa-audio-style-compact .sa-progress-fill{background:rgba(255,255,255,.9)}.sa-audio-player.sa-audio-style-wave{--sa-accent:#38bdf8;--sa-track:rgba(56,189,248,0.14);--sa-btn-bg:#38bdf8;--sa-btn-h:#7dd3fc;--sa-btn-color:#0f172a;--sa-btn-radius:10px;--sa-time-color:#475569;--sa-vol-color:rgba(56,189,248,0.55)}.sa-audio-player.sa-audio-style-wave .sa-audio-card{background:#0f172a;border-radius:18px;padding:22px;display:flex;align-items:center;gap:20px}.sa-audio-player.sa-audio-style-wave .sa-audio-cover{width:90px;height:90px;border-radius:12px;flex-shrink:0}.sa-audio-player.sa-audio-style-wave .sa-audio-right{gap:12px}.sa-audio-player.sa-audio-style-wave .sa-audio-info{gap:3px}.sa-audio-player.sa-audio-style-wave .sa-audio-title{font-size:15px;color:#f1f5f9}.sa-audio-player.sa-audio-style-wave .sa-audio-artist{font-size:13px;color:#64748b}.sa-audio-player.sa-audio-style-wave .sa-wave-bars{display:flex;align-items:flex-end;gap:3px;height:36px}.sa-audio-player.sa-audio-style-wave .sa-wave-bar{flex:1;min-width:3px;background:#38bdf8;border-radius:2px 2px 0 0;transform-origin:bottom;animation:sa-wave-pulse .5s ease-in-out infinite alternate paused}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(1){height:42%;animation-delay:0s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(2){height:72%;animation-delay:.08s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(3){height:55%;animation-delay:.17s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(4){height:88%;animation-delay:.04s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(5){height:44%;animation-delay:.13s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(6){height:78%;animation-delay:.25s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(7){height:62%;animation-delay:.06s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(8){height:33%;animation-delay:.21s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(9){height:74%;animation-delay:.11s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(10){height:50%;animation-delay:.29s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(11){height:86%;animation-delay:.06s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(12){height:40%;animation-delay:.19s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(13){height:64%;animation-delay:.15s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(14){height:96%;animation-delay:.02s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(15){height:47%;animation-delay:.23s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(16){height:70%;animation-delay:.11s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(17){height:37%;animation-delay:.27s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(18){height:60%;animation-delay:.05s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(19){height:82%;animation-delay:.18s}.sa-audio-player.sa-audio-style-wave .sa-wave-bar:nth-child(20){height:52%;animation-delay:.14s}@keyframes sa-spin{to{transform:rotate(360deg)}}@keyframes sa-wave-pulse{from{transform:scaleY(.25)}to{transform:scaleY(1)}}@keyframes sa-marquee{from{transform:translateX(100%)}to{transform:translateX(-200%)}}.sa-audio-player{position:relative;display:flex;gap:18px;align-items:center;width:100%;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.08);border-radius:22px;padding:12px 16px}.sa-audio-player audio{display:none!important}.sa-audio-player .sa-audio-cover{width:88px;height:88px;border-radius:14px;flex-shrink:0;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.14)}.sa-audio-player .sa-audio-cover img{display:block;width:100%;height:100%;object-fit:cover}.sa-audio-player .sa-audio-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.sa-audio-player .sa-audio-info{display:flex;flex-direction:column;gap:3px}.sa-audio-player .sa-audio-title{font-size:16px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-audio-player .sa-audio-artist{font-size:13px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-audio-player .sa-audio-controls{display:flex;align-items:center;gap:12px}.sa-audio-player .sa-btn-play-pause{appearance:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;width:48px;height:48px;background:#6366f1;color:#fff;border-radius:50%;box-shadow:0 4px 14px rgba(99,102,241,.4);transition:background .2s,transform .15s,box-shadow .2s}.sa-audio-player .sa-btn-play-pause svg{display:block;pointer-events:none;width:20px;height:20px}.sa-audio-player .sa-btn-play-pause .sa-icon-pause{display:none}.sa-audio-player .sa-btn-play-pause:hover{background:#4f46e5;transform:scale(1.07)}.sa-audio-player .sa-btn-play-pause:active{transform:scale(.93)}.sa-audio-player .sa-audio-progress{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.sa-audio-player .sa-progress-bar{width:100%;height:5px;border-radius:2px;cursor:pointer;overflow:hidden;position:relative;background:#f3f4f6}.sa-audio-player .sa-progress-fill{position:absolute;inset:0 auto 0 0;width:0%;border-radius:2px;transition:width .25s linear;background:#6366f1;will-change:width}.sa-audio-player .sa-time-wrap{display:flex;align-items:center;gap:3px;font-size:11px;font-family:monospace;line-height:1;color:#c4c9d4}.sa-audio-player .sa-time-sep{opacity:.4}.sa-audio-player .sa-audio-volume{display:flex;align-items:center;gap:7px;flex-shrink:0}.sa-audio-player .sa-volume-icon{width:16px;height:16px;flex-shrink:0;color:#d1d5db}.sa-audio-player .sa-volume-slider{width:68px;height:4px;-webkit-appearance:none;appearance:none;background:#f3f4f6;border-radius:2px;border:none;outline:none;padding:0;cursor:pointer}.sa-audio-player .sa-volume-slider::-webkit-slider-runnable-track{height:4px;background:transparent}.sa-audio-player .sa-volume-slider::-moz-range-track{height:4px;border-radius:2px;background:#f3f4f6;border:none}.sa-audio-player .sa-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-4.5px;width:13px;height:13px;border-radius:50%;cursor:pointer;background:#6366f1}.sa-audio-player .sa-volume-slider::-moz-range-thumb{width:13px;height:13px;border-radius:50%;border:none;cursor:pointer;background:#6366f1}.sa-audio-player .sa-wave-bar{display:flex;align-items:flex-end;gap:2px;width:100%;height:32px;overflow:hidden;margin:10px 0 16px 0}.sa-audio-player .sa-wave-bar span{flex:1;background:#6366f1;border-radius:2px 2px 0 0;transform-origin:bottom;height:40%}.sa-audio-player .sa-wave-bar span:nth-child(5n+1){height:55%}.sa-audio-player .sa-wave-bar span:nth-child(5n+2){height:25%}.sa-audio-player .sa-wave-bar span:nth-child(5n+3){height:85%}.sa-audio-player .sa-wave-bar span:nth-child(5n+4){height:45%}.sa-audio-player .sa-wave-bar span:nth-child(5n){height:65%}.sa-audio-player.sa-is-playing .sa-btn-play-pause .sa-icon-play{display:none}.sa-audio-player.sa-is-playing .sa-btn-play-pause .sa-icon-pause{display:block}.sa-audio-player.sa-is-playing .sa-wave-bar span{animation:sa-wave 1s ease-in-out infinite}.sa-audio-player.sa-is-playing .sa-wave-bar span:nth-child(5n+1){animation-delay:0s;animation-duration:.9s}.sa-audio-player.sa-is-playing .sa-wave-bar span:nth-child(5n+2){animation-delay:.18s;animation-duration:1.1s}.sa-audio-player.sa-is-playing .sa-wave-bar span:nth-child(5n+3){animation-delay:.36s;animation-duration:.85s}.sa-audio-player.sa-is-playing .sa-wave-bar span:nth-child(5n+4){animation-delay:.54s;animation-duration:1s}.sa-audio-player.sa-is-playing .sa-wave-bar span:nth-child(5n){animation-delay:.72s;animation-duration:.95s}.sa-media-position-top .sa-audio-player{flex-direction:column}.sa-media-position-top .sa-audio-left{display:flex;width:100%}.sa-media-position-top .sa-audio-right{width:100%}.sa-media-position-top .sa-audio-cover{height:auto}.sa-audio-player.sa-style-card,.sa-audio-player.sa-style-vinyl{flex-direction:column;gap:30px}.sa-audio-player.sa-style-card .sa-audio-left,.sa-audio-player.sa-style-vinyl .sa-audio-left{display:flex;width:100%}.sa-audio-player.sa-style-card .sa-audio-right,.sa-audio-player.sa-style-vinyl .sa-audio-right{width:100%}.sa-audio-player.sa-style-card .sa-audio-cover{width:100%;height:auto}.sa-audio-player.sa-style-nextgen{gap:0;padding:0}.sa-audio-player.sa-style-nextgen .sa-audio-cover{width:124px;height:140px;border-radius:12px 0 0 12px;box-shadow:unset}.sa-audio-player.sa-style-nextgen .sa-audio-right{padding:18px 20px}.sa-audio-player.sa-style-vinyl{padding:30px 24px}.sa-audio-player.sa-style-vinyl .sa-audio-left{justify-content:center}.sa-audio-player.sa-style-vinyl .sa-vinyl-cover-wrap{position:relative;width:var(--sa-vinyl-size,200px);height:var(--sa-vinyl-size,200px);display:flex;align-items:center;justify-content:center}.sa-audio-player.sa-style-vinyl .sa-vinyl-svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);pointer-events:none}.sa-audio-player.sa-style-vinyl .sa-vinyl-track{stroke:rgba(0,0,0,.1)}.sa-audio-player.sa-style-vinyl .sa-vinyl-fill{stroke:#6366f1;stroke-linecap:butt;transition:stroke-dashoffset .25s linear;will-change:stroke-dashoffset}.sa-audio-player.sa-style-vinyl .sa-audio-cover{width:calc(var(--sa-vinyl-size, 200px) * .8);height:calc(var(--sa-vinyl-size, 200px) * .8);border-radius:50%;box-shadow:none;position:relative;z-index:1}.sa-audio-player.sa-style-vinyl .sa-audio-cover img{border-radius:50%}.sa-audio-player.sa-style-vinyl .sa-audio-info{text-align:center}.sa-vinyl-rotate-yes .sa-audio-player.sa-style-vinyl .sa-audio-cover{animation:sa-spin 4s linear infinite;animation-play-state:paused}.sa-vinyl-rotate-yes .sa-audio-player.sa-style-vinyl.sa-is-playing .sa-audio-cover{animation-play-state:running}@keyframes sa-wave{0%,100%{transform:scaleY(1)}50%{transform:scaleY(3)}}@keyframes sa-cl-line-draw{from{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes sa-cl-card-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes sa-cl-dot-pop{0%{transform:scale(0);opacity:0}65%{transform:scale(1.35);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes sa-cl-pulse{0%{box-shadow:0 0 0 3px #fafafe,0 0 0 6px rgba(108,92,231,.45)}60%{box-shadow:0 0 0 3px #fafafe,0 0 0 14px rgba(108,92,231,0)}100%{box-shadow:0 0 0 3px #fafafe,0 0 0 6px rgba(108,92,231,.45)}}@keyframes sa-cl-item-in{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes sa-cl-btn-in{from{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sa-cl-chevron-bounce{0%,100%{transform:rotate(45deg) translate(-1px,-2px)}50%{transform:rotate(45deg) translate(-1px,2px)}}@keyframes sa-cl-spin{to{transform:rotate(360deg)}}@keyframes sa-cl-count-pop{0%{transform:scale(.6)}70%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes sa-cl-shimmer{0%{left:-80%}100%{left:120%}}.elementor-widget-sky-changelog .sa-changelog-wrapper{position:relative;padding-left:38px}.elementor-widget-sky-changelog .sa-changelog-wrapper::before{content:'';position:absolute;left:10px;top:10px;bottom:10px;width:3px;background:linear-gradient(to bottom,#6c5ce7,#00b4d8 55%,rgba(0,180,216,0));border-radius:3px;box-shadow:0 0 10px rgba(108,92,231,.35),0 0 24px rgba(0,180,216,.15);transform-origin:top center;animation:sa-cl-line-draw 1s cubic-bezier(.22,1,.36,1) .1s both}.elementor-widget-sky-changelog .sa-changelog-version{position:relative;margin-bottom:24px;padding:22px 26px;background:linear-gradient(#fafafe,#fafafe) padding-box,linear-gradient(135deg,rgba(108,92,231,.35),rgba(0,180,216,.2) 60%,rgba(108,92,231,.1)) border-box;border:1.5px solid transparent;border-radius:14px;box-shadow:0 2px 14px rgba(108,92,231,.07);transition:box-shadow .25s ease;animation:sa-cl-card-in .5s cubic-bezier(.22,1,.36,1) both}.elementor-widget-sky-changelog .sa-changelog-version::before{content:'';position:absolute;left:-34px;top:24px;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#6c5ce7,#00b4d8);box-shadow:0 0 0 3px #fafafe,0 0 0 5px rgba(108,92,231,.25);z-index:1;animation:sa-cl-dot-pop .45s cubic-bezier(.34,1.56,.64,1) both}.elementor-widget-sky-changelog .sa-changelog-version::after{content:'';position:absolute;left:-30px;top:28px;width:6px;height:6px;border-radius:50%;background:#fff;z-index:2;animation:sa-cl-dot-pop .45s cubic-bezier(.34,1.56,.64,1) both}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(1){animation-delay:.05s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(1)::before{animation-delay:.22s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(1)::after{animation-delay:.22s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(2){animation-delay:.15s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(2)::before{animation-delay:.32s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(2)::after{animation-delay:.32s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(3){animation-delay:.25s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(3)::before{animation-delay:.42s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(3)::after{animation-delay:.42s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(4){animation-delay:.35s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(4)::before{animation-delay:.52s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(4)::after{animation-delay:.52s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(5){animation-delay:.45s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(5)::before{animation-delay:.62s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(5)::after{animation-delay:.62s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(6){animation-delay:.55s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(6)::before{animation-delay:.72s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(6)::after{animation-delay:.72s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(7){animation-delay:.65s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(7)::before{animation-delay:.82s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(7)::after{animation-delay:.82s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(8){animation-delay:.75s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(8)::before{animation-delay:.92s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(8)::after{animation-delay:.92s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(9){animation-delay:.85s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(9)::before{animation-delay:1.02s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(9)::after{animation-delay:1.02s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(10){animation-delay:.95s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(10)::before{animation-delay:1.12s}.elementor-widget-sky-changelog .sa-changelog-version:nth-child(10)::after{animation-delay:1.12s}.elementor-widget-sky-changelog .sa-changelog-version:first-child::before{animation:sa-cl-dot-pop .45s cubic-bezier(.34,1.56,.64,1) .22s both,sa-cl-pulse 2.4s ease-in-out .7s infinite}.elementor-widget-sky-changelog .sa-changelog-version:last-child{margin-bottom:0}.elementor-widget-sky-changelog .sa-changelog-version:hover{box-shadow:0 6px 28px rgba(108,92,231,.14)}.elementor-widget-sky-changelog p{position:relative;font-size:16px;font-weight:700;line-height:1.4;margin:0 0 14px;padding:0 0 12px 14px;border-bottom:1px solid rgba(108,92,231,.09);color:#1a1535;letter-spacing:-.2px}.elementor-widget-sky-changelog p::before{content:'';position:absolute;left:0;top:1px;bottom:3px;width:3px;background:linear-gradient(to bottom,#6c5ce7,#00b4d8);border-radius:3px;transform-origin:top center;animation:sa-cl-line-draw .5s cubic-bezier(.22,1,.36,1) .3s both}.elementor-widget-sky-changelog ul{list-style:none;padding:0;margin:0}.elementor-widget-sky-changelog li{display:flex;align-items:baseline;gap:10px;padding:7px 0;border-bottom:1px solid rgba(108,92,231,.05);font-size:14px;line-height:1.6;color:#46426e;animation:sa-cl-item-in .35s ease both}.elementor-widget-sky-changelog li a{color:#6c5ce7;text-decoration:none}.elementor-widget-sky-changelog li a:hover{text-decoration:underline}.elementor-widget-sky-changelog li:first-child{padding-top:0}.elementor-widget-sky-changelog li:last-child{border-bottom:none;padding-bottom:0}.elementor-widget-sky-changelog li:nth-child(1){animation-delay:.3s}.elementor-widget-sky-changelog li:nth-child(2){animation-delay:.35s}.elementor-widget-sky-changelog li:nth-child(3){animation-delay:.4s}.elementor-widget-sky-changelog li:nth-child(4){animation-delay:.45s}.elementor-widget-sky-changelog li:nth-child(5){animation-delay:.5s}.elementor-widget-sky-changelog li:nth-child(6){animation-delay:.55s}.elementor-widget-sky-changelog li:nth-child(7){animation-delay:.6s}.elementor-widget-sky-changelog li:nth-child(8){animation-delay:.65s}.elementor-widget-sky-changelog li:nth-child(9){animation-delay:.7s}.elementor-widget-sky-changelog li:nth-child(10){animation-delay:.75s}.elementor-widget-sky-changelog li:nth-child(11){animation-delay:.8s}.elementor-widget-sky-changelog li:nth-child(12){animation-delay:.85s}.elementor-widget-sky-changelog .sa-label-changelog{flex-shrink:0;position:relative;overflow:hidden;display:inline-block;padding:1px 9px;border-radius:20px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;line-height:1.8;white-space:nowrap;border:1.5px solid currentColor;top:-1px;cursor:default}.elementor-widget-sky-changelog .sa-label-changelog::after{content:'';position:absolute;top:-50%;left:-80%;width:40%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-20deg);pointer-events:none}.elementor-widget-sky-changelog .sa-label-changelog:hover::after{animation:sa-cl-shimmer .55s ease}.elementor-widget-sky-changelog .sa-label-changelog.sa-added{color:#0ba360;background:rgba(11,163,96,.08)}.elementor-widget-sky-changelog .sa-label-changelog.sa-updated{color:#0984e3;background:rgba(9,132,227,.08)}.elementor-widget-sky-changelog .sa-label-changelog.sa-fixed{color:#d63031;background:rgba(214,48,49,.08)}.elementor-widget-sky-changelog .sa-label-changelog.sa-note{color:#e17055;background:rgba(225,112,85,.08)}.elementor-widget-sky-changelog .sa-label-changelog.sa-removed{color:#636e72;background:rgba(99,110,114,.08)}.elementor-widget-sky-changelog .sa-label-changelog.sa-changed{color:#6c5ce7;background:rgba(108,92,231,.08)}.elementor-widget-sky-changelog .sa-cl-load-more{display:inline-flex;align-items:center;gap:10px;margin:20px 0 0 38px;padding:11px 24px 11px 18px;background:linear-gradient(#fafafe,#fafafe) padding-box,linear-gradient(135deg,#6c5ce7,#00b4d8) border-box;border:1.5px solid transparent;border-radius:100px;font-size:13px;font-weight:600;color:#6c5ce7;cursor:pointer;font-family:inherit;letter-spacing:.2px;position:relative;overflow:hidden;transition:color .25s ease,box-shadow .25s ease,transform .2s ease;animation:sa-cl-btn-in .45s cubic-bezier(.22,1,.36,1) .3s both}.elementor-widget-sky-changelog .sa-cl-load-more::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#6c5ce7,#00b4d8);border-radius:inherit;opacity:0;transition:opacity .25s ease}.elementor-widget-sky-changelog .sa-cl-load-more .sa-cl-icon{position:relative;width:16px;height:16px;flex-shrink:0;z-index:1}.elementor-widget-sky-changelog .sa-cl-load-more .sa-cl-icon::before{content:'';position:absolute;top:50%;left:50%;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translate(-60%,-65%) rotate(45deg);transition:opacity .2s ease;animation:sa-cl-chevron-bounce 2.2s ease-in-out infinite}.elementor-widget-sky-changelog .sa-cl-load-more .sa-cl-icon::after{content:'';position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;opacity:0;transition:opacity .2s ease}.elementor-widget-sky-changelog .sa-cl-load-more .sa-cl-btn-label{position:relative;z-index:1}.elementor-widget-sky-changelog .sa-cl-load-more .sa-cl-count{position:relative;z-index:1;display:inline-flex;align-items:center;padding:2px 9px;background:rgba(108,92,231,.12);border-radius:100px;font-size:11px;font-weight:700;letter-spacing:0;transition:background .25s ease,color .25s ease}.elementor-widget-sky-changelog .sa-cl-load-more .sa-cl-count.sa-cl-pop{animation:sa-cl-count-pop .35s cubic-bezier(.34,1.56,.64,1)}.elementor-widget-sky-changelog .sa-cl-load-more:hover:not(.sa-cl-loading){color:#fff;box-shadow:0 6px 24px rgba(108,92,231,.35),0 2px 8px rgba(0,180,216,.2);transform:translateY(-2px)}.elementor-widget-sky-changelog .sa-cl-load-more:hover:not(.sa-cl-loading)::before{opacity:1}.elementor-widget-sky-changelog .sa-cl-load-more:hover:not(.sa-cl-loading) .sa-cl-count{background:rgba(255,255,255,.2);color:#fff}.elementor-widget-sky-changelog .sa-cl-load-more:hover:not(.sa-cl-loading) .sa-cl-icon::before{animation-play-state:paused}.elementor-widget-sky-changelog .sa-cl-load-more:active:not(.sa-cl-loading){transform:translateY(0);box-shadow:0 2px 10px rgba(108,92,231,.25)}.elementor-widget-sky-changelog .sa-cl-load-more:focus{outline:none;color:#6c5ce7!important}.elementor-widget-sky-changelog .sa-cl-load-more:focus-visible{outline:none;color:#6c5ce7!important;box-shadow:0 0 0 3px rgba(108,92,231,.4),0 4px 20px rgba(108,92,231,.15)}.elementor-widget-sky-changelog .sa-cl-load-more:focus-visible::before{opacity:.12}.elementor-widget-sky-changelog .sa-cl-load-more.sa-cl-loading{pointer-events:none;opacity:.8}.elementor-widget-sky-changelog .sa-cl-load-more.sa-cl-loading .sa-cl-icon::before{opacity:0;animation:none}.elementor-widget-sky-changelog .sa-cl-load-more.sa-cl-loading .sa-cl-icon::after{opacity:1;animation:sa-cl-spin .65s linear infinite}.elementor-widget-sky-changelog .sa-cl-load-more.sa-cl-done{opacity:0;transform:translateY(6px) scale(.92);pointer-events:none;transition:opacity .35s ease,transform .35s ease}.elementor-widget-sky-changelog .sa-changelog-support{display:inline-flex;align-items:center;gap:10px;margin:16px 0 0 38px;padding:12px 20px;background:linear-gradient(135deg,rgba(108,92,231,.06),rgba(0,180,216,.04));border:1.5px solid rgba(108,92,231,.15);border-radius:12px;text-decoration:none;color:#46426e;font-size:13px;font-weight:500;transition:background .25s ease,border-color .25s ease,transform .2s ease,box-shadow .25s ease}.elementor-widget-sky-changelog .sa-changelog-support .sa-cl-support-icon{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#6c5ce7,#00b4d8);box-shadow:0 0 0 3px rgba(108,92,231,.15);flex-shrink:0;animation:sa-cl-pulse 2.4s ease-in-out 1s infinite}.elementor-widget-sky-changelog .sa-changelog-support .sa-cl-support-text{font-weight:600;color:#6c5ce7;letter-spacing:.1px}.elementor-widget-sky-changelog .sa-changelog-support .sa-cl-support-arrow{width:16px;height:16px;flex-shrink:0;position:relative}.elementor-widget-sky-changelog .sa-changelog-support .sa-cl-support-arrow::before{content:'';position:absolute;top:50%;left:50%;width:6px;height:6px;border-right:2px solid #6c5ce7;border-top:2px solid #6c5ce7;transform:translate(-65%,-50%) rotate(45deg);transition:transform .2s ease}.elementor-widget-sky-changelog .sa-changelog-support:hover{background:linear-gradient(135deg,rgba(108,92,231,.1),rgba(0,180,216,.07));border-color:rgba(108,92,231,.35);transform:translateY(-2px);box-shadow:0 6px 20px rgba(108,92,231,.12);text-decoration:none;color:#46426e}.elementor-widget-sky-changelog .sa-changelog-support:hover .sa-cl-support-arrow::before{transform:translate(-45%,-50%) rotate(45deg)}.elementor-widget-sky-changelog .sa-changelog-support:focus{outline:none}.elementor-widget-sky-changelog .sa-changelog-support:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(108,92,231,.35)}.sa-fellow-slider{height:600px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.sa-fellow-slider .sa-fellow .sa-post-item{display:flex;flex-direction:column}.sa-fellow-slider .sa-fellow .sa-post-title{font-size:24px}.sa-fellow-slider .sa-fellow .sa-post-img-wrapper{min-width:100%;max-width:100%}.sa-fellow-slider .sa-fellow .sa-play-button{font-size:14px;padding:20px;border-radius:50%;background:#E0528D}.sa-fellow-slider .sa-fellow .sa-play-button:hover{transform:scale(1.3)}.sa-fellow-slider .sa-fellow .sa-post-author-thumb{width:48px;height:48px}.sa-fellow-slider .sa-fellow .sa-post-author-thumb img{height:100%;width:100%;object-fit:cover}.sa-fellow-slider .sa-fellow .sa-post-author-text{font-size:14px;color:#8c8c8c;line-height:1.5}.sa-fellow-slider .sa-fellow .sa-post-date,.sa-fellow-slider .sa-fellow .sa-icon-wrap:not(.sa-play-button){font-size:12px;color:var(--sa-post-author-date-color,#8c8c8c)}.sa-fellow-slider .sa-fellow-items .sa-post-title{font-size:20px}.sa-fellow-slider .sa-fellow-items .sa-post-img-wrapper{min-width:150px;max-width:150px}.sa-fellow-slider .sa-fellow-items .swiper-wrapper{transition-duration:1.2s}.sa-fellow-slider .sa-fellow-items .sa-play-button{border:1px solid #fff;padding:10px;font-size:10px;border-radius:50%}.sa-fellow-slider .sa-fellow-items .sa-play-button .fa-play{margin-left:2px;margin-top:2px}.sa-fellow-slider .sa-post-item{grid-gap:20px;height:100%;width:100%}.sa-fellow-slider .sa-post-img{border-radius:.25rem}.sa-fellow-slider .sa-post-category{font-size:10px}.sa-fellow-slider .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-fellow-slider .sa-post-meta a:hover span{color:#E0528D}.sa-fellow-slider .sa-post-meta .sa-icon-wrap,.sa-fellow-slider .sa-post-meta span{font-size:12px;color:var(--sa-post-meta-color,#8c8c8c)}.sa-fellow-slider .sa-post-text p{margin-bottom:1.4em}.sa-fellow-slider .sa-swiper-scrollbar{visibility:hidden;transition:all .3s ease-in-out}.sa-fellow-slider:hover .sa-swiper-scrollbar{visibility:visible}.sa-fellow-slider .swiper-vertical>.sa-swiper-scrollbar{position:absolute;right:5px;top:1%;z-index:50;width:5px;height:98%}.sa-fellow-slider .sa-swiper-scrollbar{border-radius:10px;position:relative;background:rgba(0,0,0,.1)}.sa-fellow-slider .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.2);border-radius:10px;left:0;top:0}.sa-fellow-slider .sa-post-img-wrapper{position:relative}.sa-fellow-slider .sa-play-button-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.sa-fellow-slider .sa-play-button{display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .5s;color:#fff}.sa-fellow-slider .sa-play-button:hover{color:#fff;background:#E0528D;border-color:#E0528D}@media (max-width:1023px){.sa-fellow-slider{height:560px}.sa-fellow-slider .sa-fellow-items .sa-post-title{font-size:16px}.sa-fellow-slider .sa-fellow-items .sa-post-img-wrapper{min-width:120px;max-width:120px}}@media (max-width:850px){.sa-fellow-slider{height:540px}}@media (max-width:767px){.sa-fellow-slider{grid-template-columns:repeat(1,1fr);height:auto}.sa-fellow-slider .sa-fellow-items{height:340px}.sa-fellow-slider .sa-fellow-items .sa-post-title{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-fellow-slider .sa-fellow-items .sa-post-img-wrapper{min-width:100px;max-width:100px}.sa-fellow-slider .sa-fellow-items .sa-post-content-wrapper{overflow:hidden}}@media (max-width:550px){.sa-fellow-slider .sa-fellow-items .sa-post-meta{display:block;grid-gap:5px}}.sa-generic-carousel .swiper{width:100%;height:auto}.sa-generic-carousel .sa-post-content-wrapper{margin-top:-16px;z-index:1}.sa-generic-carousel .sa-post-img-wrapper{position:relative;min-width:100%;max-width:100%;height:340px}.sa-generic-carousel .sa-post-title{font-size:22px;font-weight:600}.sa-generic-carousel .sa-post-category{font-size:.9rem}.sa-generic-carousel .sa-post-category a{border:1px solid var(--e-global-color-secondary,#E052BD);padding:7px 12px;color:#fff;background:var(--e-global-color-secondary,#E052BD)}.sa-generic-carousel .sa-post-category a:hover{border:1px solid var(--e-global-color-primary,#8441A4);background:var(--e-global-color-primary,#8441A4)}.sa-generic-carousel .sa-post-category a:not(:first-child){display:none}.sa-generic-carousel .sa-post-text p:last-child{margin-bottom:0}.sa-generic-carousel .sa-post-meta{top:0;left:0;background:#fff}.sa-generic-carousel .sa-post-meta span{line-height:1}.sa-generic-carousel .sa-post-day{font-size:1.2rem;font-weight:600}.sa-generic-carousel .sa-post-month{font-size:.9rem}@media only screen and (max-device-width:1024px){.sa-generic-carousel{grid-template-columns:repeat(1,1fr)}.sa-generic-carousel .sa-post-item{padding:1rem}.sa-generic-carousel .sa-post-title{font-size:16px}}.sa-generic-carousel .sa-post-play-button-wrapper{z-index:1}.sa-generic-carousel .sa-post-play-button{font-size:12px;padding:1.4em}.sa-generic-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:20px;grid-column-gap:20px}.sa-generic-grid .sa-post-content-wrapper{margin-top:-16px;z-index:1}.sa-generic-grid .sa-post-img-wrapper{position:relative;min-width:100%;max-width:100%;height:360px}.sa-generic-grid .sa-post-title{font-size:22px;font-weight:600}.sa-generic-grid .sa-post-category{font-size:.9rem}.sa-generic-grid .sa-post-category a{border:1px solid var(--e-global-color-secondary,#E052BD);padding:7px 12px;color:#fff;background:var(--e-global-color-secondary,#E052BD)}.sa-generic-grid .sa-post-category a:hover{border:1px solid var(--e-global-color-primary,#8441A4);background:var(--e-global-color-primary,#8441A4)}.sa-generic-grid .sa-post-category a:not(:first-child){display:none}.sa-generic-grid .sa-post-text p:last-child{margin-bottom:0}.sa-generic-grid .sa-post-meta{top:0;left:0;background:#fff}.sa-generic-grid .sa-post-meta span{line-height:1}.sa-generic-grid .sa-post-day{font-size:1.2rem;font-weight:600}.sa-generic-grid .sa-post-month{font-size:.9rem}@media only screen and (max-device-width:1024px){.sa-generic-grid{grid-template-columns:repeat(1,1fr)}.sa-generic-grid .sa-post-item{padding:1rem}.sa-generic-grid .sa-post-title{font-size:16px}}.sa-generic-grid .sa-post-play-button-wrapper{z-index:1}.sa-generic-grid .sa-post-play-button{font-size:12px;padding:1.4em}.sa-luster-carousel .swiper{width:100%}.sa-luster-carousel .swiper{height:420px}.sa-luster-carousel .swiper-slide{height:initial}.sa-luster-carousel .sa-post-item{position:relative}.sa-luster-carousel .sa-post-item:hover .sa-post-content-wrapper{transform:translateY(-20px)}.sa-luster-carousel .sa-post-play-button-style-1{transform:scale(.9)}.sa-luster-carousel .sa-post-play-button-style-1:hover{transform:scale(1.1)}.sa-luster-carousel .sa-post-img-wrapper{position:relative;width:100%}.sa-luster-carousel .sa-post-img-wrapper:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent 80%);transition:all .6s ease-out;border-radius:.25rem}.sa-luster-carousel .sa-post-img{border-radius:.25rem}.sa-luster-carousel .sa-post-content-wrapper{position:absolute;bottom:-20px;left:0;transition:all .4s ease-out}.sa-luster-carousel .sa-post-title{font-size:22px}.sa-luster-carousel .sa-post-title a{color:#fff}.sa-luster-carousel .sa-post-text{color:#ddd}.sa-luster-carousel .sa-post-category{position:absolute;top:0;left:0;font-size:10px}.sa-luster-carousel .sa-post-category a{border:1px solid var(--e-global-color-secondary,#E052BD);padding:7px 12px;color:#fff;background:var(--e-global-color-secondary,#E052BD)}.sa-luster-carousel .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-luster-carousel .sa-post-meta a:hover span{color:var(--e-global-color-secondary,#E052BD)}.sa-luster-carousel .sa-post-meta .sa-icon-wrap,.sa-luster-carousel .sa-post-meta span{font-size:var(--sa-post-meta-size,14px);color:var(--sa-post-meta-color,#fff)}@media (max-width:1024px){.sa-luster-carousel .swiper{height:400px}.sa-luster-carousel .sa-post-title{font-size:22px}.sa-luster-carousel .sa-post-text{display:none}}@media (max-width:767px){.sa-luster-carousel .swiper{height:390px}.sa-luster-carousel .sa-post-title{font-size:20px}.sa-luster-carousel .sa-post-play-button-style-1{transform:scale(.8)}.sa-luster-carousel .sa-post-play-button-style-1:hover{transform:scale(1)}}.sa-luster-carousel .sa-post-title:after{content:"";display:block;height:3px;margin-top:20px;width:0;transition:all .4s ease-out;background-color:#fff}.sa-luster-carousel .sa-post-item:hover .sa-post-title:after{width:20%}.sa-luster-carousel .sa-post-play-button-wrapper{z-index:1}.sa-luster-carousel .sa-post-play-button{font-size:12px}.sa-luster-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-row-gap:20px;grid-column-gap:20px}.sa-luster-grid .sa-post-item{position:relative}.sa-luster-grid .sa-post-item:nth-child(3n+1){grid-column:span 4 / auto;grid-row:span 2 / auto}.sa-luster-grid .sa-post-item:nth-child(3n+1) .sa-post-title{font-size:28px}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)){grid-column:span 2 / auto}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-title{font-size:20px}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-play-button-style-1{transform:scale(.8)}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-play-button-style-1:hover{transform:scale(1)}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-meta,.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-text{display:none}.sa-luster-grid .sa-post-item:hover .sa-post-content-wrapper{transform:translateY(-20px)}.sa-luster-grid .sa-post-img-wrapper{position:relative;width:100%}.sa-luster-grid .sa-post-img-wrapper:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent 80%);transition:all .6s ease-out;border-radius:.25rem}.sa-luster-grid .sa-post-img{border-radius:.25rem}.sa-luster-grid .sa-post-content-wrapper{position:absolute;bottom:-20px;left:0;transition:all .4s ease-out}.sa-luster-grid .sa-post-title a{color:#fff}.sa-luster-grid .sa-post-text{color:#ddd}.sa-luster-grid .sa-post-category{position:absolute;top:0;left:0;font-size:10px}.sa-luster-grid .sa-post-category a{border:1px solid var(--e-global-color-secondary,#E052BD);padding:7px 12px;color:#fff;background:var(--e-global-color-secondary,#E052BD)}.sa-luster-grid .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-luster-grid .sa-post-meta a:hover span{color:var(--e-global-color-secondary,#E052BD)}.sa-luster-grid .sa-post-meta .sa-icon-wrap,.sa-luster-grid .sa-post-meta span{font-size:var(--sa-post-meta-size,14px);color:var(--sa-post-meta-color,#fff)}@media (max-width:1024px){.sa-luster-grid .sa-post-item:nth-child(3n+1) .sa-post-title{font-size:24px}.sa-luster-grid .sa-post-text{display:none}}@media (max-width:767px){.sa-luster-grid{grid-template-columns:repeat(1,1fr)}.sa-luster-grid .sa-post-item{min-height:320px}.sa-luster-grid .sa-post-item:nth-child(3n+1) .sa-post-title{font-size:20px}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)){grid-column:span 4 / auto;grid-row:span 2 / auto}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-title{font-size:20px}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-meta{display:flex}.sa-luster-grid .sa-post-play-button-style-1{transform:scale(.8)}.sa-luster-grid .sa-post-play-button-style-1:hover{transform:scale(1)}}@media (max-width:1024px) and (min-width:768px){.sa-luster-grid .sa-post-item{min-height:220px}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-title{width:100%}.sa-luster-grid .sa-post-item:not(:nth-child(3n+1)) .sa-post-title a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.sa-luster-grid .sa-post-title:after{content:"";display:block;height:3px;margin-top:20px;width:0;transition:all .4s ease-out;background-color:#fff}.sa-luster-grid .sa-post-item:hover .sa-post-title:after{width:20%}.sa-luster-grid .sa-post-play-button-wrapper{z-index:1}.sa-luster-grid .sa-post-play-button{font-size:12px}.sa-mate-carousel .swiper{width:100%;height:auto}.sa-mate-carousel .sa-post-item{grid-gap:36px}.sa-mate-carousel .sa-post-item>div{width:50%}.sa-mate-carousel .sa-post-category{font-size:12px;font-weight:700}.sa-mate-carousel .sa-post-category a{padding:9px 16px}.sa-mate-carousel .sa-post-title{font-size:34px;font-weight:700}.sa-mate-carousel .sa-post-text{font-size:18px;font-weight:400;line-height:1.5em;letter-spacing:.01em}.sa-mate-carousel .sa-post-text p{margin-bottom:1.5em}.sa-mate-carousel .sa-post-img-wrapper .sa-post-img{border-radius:.25rem}.sa-mate-carousel .sa-post-author-thumb{width:48px;height:48px}.sa-mate-carousel .sa-post-author-thumb img{height:100%;width:100%;object-fit:cover}.sa-mate-carousel .sa-post-author-text{font-size:14px;line-height:1.5}.sa-mate-carousel .sa-post-author-text a{color:#8c8c8c}.sa-mate-carousel .sa-post-author-text:hover a{color:#E0528D}.sa-mate-carousel .sa-post-date,.sa-mate-carousel .sa-post-meta .sa-icon-wrap{font-size:12px;color:var(--sa-post-author-date-color,#8c8c8c)}@media (max-width:1023px){.sa-mate-carousel{grid-gap:18px}.sa-mate-carousel .sa-post-category{font-size:10px}.sa-mate-carousel .sa-post-title{font-size:28px}.sa-mate-carousel .sa-post-text{font-size:16px}}@media (max-width:767px){.sa-mate-carousel{display:grid}.sa-mate-carousel .sa-post-item{grid-gap:24px;flex-direction:column;padding:10px}.sa-mate-carousel .sa-post-item>div{width:100%}}.sa-mate-carousel-layout_1 .sa-post-item{flex-direction:column}.sa-mate-carousel-layout_1 .sa-post-item .sa-post-img-wrapper,.sa-mate-carousel-layout_1 .sa-post-item .sa-post-content-wrapper{width:100%}.sa-mate-carousel-layout_1 .sa-post-title{font-size:22px}.sa-mate-carousel-layout_2 .sa-post-item{flex-direction:column-reverse}.sa-mate-carousel-layout_2 .sa-post-item .sa-post-img-wrapper,.sa-mate-carousel-layout_2 .sa-post-item .sa-post-content-wrapper{width:100%}.sa-mate-carousel-layout_2 .sa-post-title{font-size:22px}.sa-mate-list{display:grid;grid-template-columns:repeat(1,1fr);grid-row-gap:36px;grid-column-gap:36px}.sa-mate-list .sa-post-item{grid-gap:36px}.sa-mate-list .sa-post-item>div{width:50%}.sa-mate-list .sa-post-category{font-size:12px;font-weight:700}.sa-mate-list .sa-post-category a{padding:9px 16px}.sa-mate-list .sa-post-title{font-size:34px;font-weight:700}.sa-mate-list .sa-post-text{font-size:18px;font-weight:400;line-height:1.5em;letter-spacing:.01em}.sa-mate-list .sa-post-text p{margin-bottom:1.5em}.sa-mate-list .sa-post-img-wrapper .sa-post-img{border-radius:.25rem}.sa-mate-list .sa-post-author-thumb{width:48px;height:48px}.sa-mate-list .sa-post-author-thumb img{height:100%;width:100%;object-fit:cover}.sa-mate-list .sa-post-author-text{font-size:14px;line-height:1.5}.sa-mate-list .sa-post-author-text a{color:#8c8c8c}.sa-mate-list .sa-post-author-text:hover a{color:#E0528D}.sa-mate-list .sa-post-date,.sa-mate-list .sa-post-meta .sa-icon-wrap{font-size:12px;color:var(--sa-post-author-date-color,#8c8c8c)}@media (max-width:1023px){.sa-mate-list{grid-gap:18px}.sa-mate-list .sa-post-category{font-size:10px}.sa-mate-list .sa-post-title{font-size:28px}.sa-mate-list .sa-post-text{font-size:16px}}@media (max-width:767px){.sa-mate-list{display:grid}.sa-mate-list .sa-post-item{grid-gap:24px;flex-direction:column;padding:10px}.sa-mate-list .sa-post-item>div{width:100%}}.sa-mate-list-layout_1 .sa-post-item{flex-direction:column}.sa-mate-list-layout_1 .sa-post-item .sa-post-img-wrapper,.sa-mate-list-layout_1 .sa-post-item .sa-post-content-wrapper{width:100%}.sa-mate-list-layout_1 .sa-post-title{font-size:22px}.sa-mate-list-layout_2 .sa-post-item{flex-direction:column-reverse}.sa-mate-list-layout_2 .sa-post-item .sa-post-img-wrapper,.sa-mate-list-layout_2 .sa-post-item .sa-post-content-wrapper{width:100%}.sa-mate-list-layout_2 .sa-post-title{font-size:22px}.sa-mate-slider{grid-gap:36px;min-height:380px}.sa-mate-slider>div{width:50%}.sa-mate-slider .sa-post-category{font-size:12px;font-weight:700}.sa-mate-slider .sa-post-category a{padding:9px 16px}.sa-mate-slider .sa-post-title{font-size:34px;font-weight:700}.sa-mate-slider .sa-post-text{max-width:80%;font-size:18px;font-weight:400;line-height:1.5em;letter-spacing:.01em}.sa-mate-slider .sa-post-text p{margin-bottom:1.5em}.sa-mate-slider .sa-post-img-wrapper .sa-post-img{border-radius:.25rem}.sa-mate-slider .sa-post-author-thumb{width:48px;height:48px}.sa-mate-slider .sa-post-author-thumb img{height:100%;width:100%;object-fit:cover}.sa-mate-slider .sa-post-author-text{font-size:14px;line-height:1.5}.sa-mate-slider .sa-post-author-text a{color:#8c8c8c}.sa-mate-slider .sa-post-author-text:hover a{color:#E0528D}.sa-mate-slider .sa-post-date,.sa-mate-slider .sa-post-meta .sa-icon-wrap{font-size:12px;color:var(--sa-post-author-date-color,#8c8c8c)}.sa-mate-slider .sa-mate-primary{position:relative}.sa-mate-slider .sa-slider-navigation{color:#000}.sa-mate-slider .sa-nav{position:absolute;z-index:99;transform:none;top:2em;right:2em;left:auto;margin:0;opacity:0;visibility:hidden}.sa-mate-slider .sa-slider-navigation{border:none;font-size:var(--sa-navigation-size,1em);padding:16px;background:#fff;transition:opacity .6s cubic-bezier(.19,1,.22,1) 0s,visibility .6s 0s,transform .6s 0s}.sa-mate-slider .sa-slider-navigation:hover{color:#fff;background:#404040}.sa-mate-slider .sa-slider-navigation:first-child{margin-right:var(--sa-navigation-spacing,5px)}.sa-mate-slider:hover .sa-nav{opacity:1;visibility:visible}@media (max-width:1023px){.sa-mate-slider{grid-gap:18px}.sa-mate-slider .sa-post-category{font-size:10px}.sa-mate-slider .sa-post-title{font-size:28px}.sa-mate-slider .sa-post-text{max-width:100%;font-size:16px}}@media (max-width:767px){.elementor-widget-sky-mate-slider .sa-mate-slider{display:grid;height:auto;grid-gap:24px}.elementor-widget-sky-mate-slider .sa-mate-slider>div{width:100%}.sa-mate-slider .sa-item{padding:10px;height:auto}}.elementor-editor-active .sa-mate-slider .sa-nav{opacity:1;visibility:visible}.sa-naive-carousel .swiper{width:100%;height:auto}.sa-naive-carousel .sa-post-item{grid-gap:36px}.sa-naive-carousel .sa-post-item>div{width:50%}.sa-naive-carousel .sa-post-category{left:15px;top:15px;font-size:12px;font-weight:700}.sa-naive-carousel .sa-post-category a{border:1px solid var(--e-global-color-secondary,#E052BD);padding:7px 12px;color:#fff;background:var(--e-global-color-secondary,#E052BD)}.sa-naive-carousel .sa-post-title{font-size:34px;font-weight:700}.sa-naive-carousel .sa-post-text{font-size:18px;font-weight:400;line-height:1.5em;letter-spacing:.01em}.sa-naive-carousel .sa-post-text p{margin-bottom:1.5em}.sa-naive-carousel .sa-post-img-wrapper .sa-post-img{border-radius:.25rem}.sa-naive-carousel .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-naive-carousel .sa-post-meta a:hover span{color:#E0528D}.sa-naive-carousel .sa-post-meta .sa-icon-wrap,.sa-naive-carousel .sa-post-meta span{font-size:var(--sa-post-meta-size,12px);color:var(--sa-post-meta-color,#8c8c8c)}.sa-naive-carousel .sa-general-button{color:#000;font-size:12px;font-weight:600;border:1px solid #c3c3c3}.sa-naive-carousel .sa-general-button:hover{border-color:#000}@media (max-width:1023px){.sa-naive-carousel{grid-gap:18px}.sa-naive-carousel .sa-post-category{font-size:10px}.sa-naive-carousel .sa-post-title{font-size:28px}.sa-naive-carousel .sa-post-text{font-size:16px}}@media (max-width:767px){.sa-naive-carousel{display:grid}.sa-naive-carousel .sa-post-item{grid-gap:24px;flex-direction:column;padding:10px}.sa-naive-carousel .sa-post-item>div{width:100%}}.sa-naive-carousel-layout_1 .sa-post-item{flex-direction:column}.sa-naive-carousel-layout_1 .sa-post-item .sa-post-img-wrapper,.sa-naive-carousel-layout_1 .sa-post-item .sa-post-img-parent,.sa-naive-carousel-layout_1 .sa-post-item .sa-post-content-wrapper{width:100%}.sa-naive-carousel-layout_1 .sa-post-title{font-size:22px}.sa-naive-carousel-layout_2 .sa-post-item{flex-direction:column-reverse}.sa-naive-carousel-layout_2 .sa-post-item .sa-post-img-wrapper,.sa-naive-carousel-layout_2 .sa-post-item .sa-post-img-parent,.sa-naive-carousel-layout_2 .sa-post-item .sa-post-content-wrapper{width:100%}.sa-naive-carousel-layout_2 .sa-post-title{font-size:22px}.sa-naive-list{display:grid;grid-template-columns:repeat(1,1fr);grid-row-gap:36px;grid-column-gap:36px}.sa-naive-list .sa-post-item{grid-gap:36px}.sa-naive-list .sa-post-item>div{width:50%}.sa-naive-list .sa-post-category{left:15px;top:15px;font-size:12px;font-weight:700}.sa-naive-list .sa-post-category a{border:1px solid var(--e-global-color-secondary,#E052BD);padding:7px 12px;color:#fff;background:var(--e-global-color-secondary,#E052BD)}.sa-naive-list .sa-post-title{font-size:34px;font-weight:700}.sa-naive-list .sa-post-text{font-size:18px;font-weight:400;line-height:1.5em;letter-spacing:.01em}.sa-naive-list .sa-post-text p{margin-bottom:1.5em}.sa-naive-list .sa-post-img-wrapper .sa-post-img{border-radius:.25rem}.sa-naive-list .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-naive-list .sa-post-meta a:hover span{color:#E0528D}.sa-naive-list .sa-post-meta .sa-icon-wrap,.sa-naive-list .sa-post-meta span{font-size:var(--sa-post-meta-size,12px);color:var(--sa-post-meta-color,#8c8c8c)}.sa-naive-list .sa-general-button{color:#000;font-size:12px;font-weight:600;border:1px solid #c3c3c3}.sa-naive-list .sa-general-button:hover{border-color:#000}@media (max-width:1023px){.sa-naive-list{grid-gap:18px}.sa-naive-list .sa-post-category{font-size:10px}.sa-naive-list .sa-post-title{font-size:28px}.sa-naive-list .sa-post-text{font-size:16px}}@media (max-width:767px){.sa-naive-list{display:grid}.sa-naive-list .sa-post-item{grid-gap:24px;flex-direction:column;padding:10px}.sa-naive-list .sa-post-item>div{width:100%}}.sa-naive-list-layout_1 .sa-post-item{flex-direction:column}.sa-naive-list-layout_1 .sa-post-item .sa-post-img-wrapper,.sa-naive-list-layout_1 .sa-post-item .sa-post-img-parent,.sa-naive-list-layout_1 .sa-post-item .sa-post-content-wrapper{width:100%}.sa-naive-list-layout_1 .sa-post-title{font-size:22px}.sa-naive-list-layout_2 .sa-post-item{flex-direction:column-reverse}.sa-naive-list-layout_2 .sa-post-item .sa-post-img-wrapper,.sa-naive-list-layout_2 .sa-post-item .sa-post-img-parent,.sa-naive-list-layout_2 .sa-post-item .sa-post-content-wrapper{width:100%}.sa-naive-list-layout_2 .sa-post-title{font-size:22px}.sa-panel-slider{height:640px}.sa-panel-slider .swiper{height:100%}.sa-panel-slider .sa-img-wrapper{width:100%;height:100%;z-index:0}.sa-panel-slider .sa-img-wrapper::after{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%}.sa-panel-slider .sa-title{transform:translate(0%,40px);font-size:22px;font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight,400)}.sa-panel-slider .sa-title a{color:#fff}.sa-panel-slider .sa-text{color:rgba(255,255,255,.8);transform:translate(0%,30px);font-size:15px;font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.sa-panel-slider .sa-text p:last-of-type{margin-bottom:0}.sa-panel-slider .sa-button{transform:translate(0%,20px);color:#fff;font-size:16px;font-weight:500}.sa-panel-slider .sa-button:hover{color:#e6e6e6}.sa-panel-slider .sa-slide-wrapper{position:absolute;top:0;left:0}.sa-panel-slider .sa-content{position:absolute;bottom:0;left:0%;top:auto;padding:2.6em}.sa-panel-slider .swiper-slide .sa-title,.sa-panel-slider .swiper-slide .sa-text,.sa-panel-slider .swiper-slide .sa-button{opacity:0;transition:.3s ease-out;transition-property:opacity,transform,filter}.sa-panel-slider .swiper-slide.sa-active .sa-title,.sa-panel-slider .swiper-slide.sa-active .sa-text,.sa-panel-slider .swiper-slide.sa-active .sa-button{opacity:1;transform:translate(0%,0%)}.sa-panel-slider .swiper-slide.sa-active .sa-text{transition-delay:.2s}.sa-panel-slider .swiper-slide.sa-active .sa-button{transition-delay:.4s}@media (max-width:767px){.sa-panel-slider{height:400px}.sa-panel-slider .sa-content{padding:.8em}.sa-panel-slider .sa-title{font-size:18px}}.elementor-widget-sky-pdf-viewer .sa-content{padding:10px 16px;background:#f6f8fc;border:1px solid #e2e8f0;border-radius:8px}.elementor-widget-sky-pdf-viewer .sa-title{margin:0;color:#2d3748;font-size:14px;font-weight:600;letter-spacing:.015em;display:inline-flex;align-items:center;gap:8px}.elementor-widget-sky-pdf-viewer .sa-pdf-badge{display:inline-flex;align-items:center;gap:4px;background:#e53e3e;color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em;border-radius:3px;padding:2px 5px;line-height:1.5;flex-shrink:0;vertical-align:middle}.elementor-widget-sky-pdf-viewer .sa-pdf-badge .sa-badge-icon{display:inline-flex;align-items:center;line-height:1}.elementor-widget-sky-pdf-viewer .sa-pdf-badge .sa-badge-icon svg{width:1em;height:1em;fill:currentColor}.elementor-widget-sky-pdf-viewer .pdfobject{border:1px solid #e2e8f0;border-radius:8px}.elementor-widget-sky-pdf-viewer .sa-pdf-viewer .sa-button{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;background:linear-gradient(135deg,#8441A4,#E052BD);color:#fff;border-radius:6px;font-size:13px;font-weight:500;letter-spacing:.02em;text-decoration:none;transition:opacity .2s,transform .2s,box-shadow .2s;border:1px solid transparent;line-height:1}.elementor-widget-sky-pdf-viewer .sa-pdf-viewer .sa-button:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 4px 16px rgba(132,65,164,.3);color:#fff}.elementor-widget-sky-pdf-viewer .sa-pdf-viewer .sa-button .sa-button-icon{display:inline-flex;align-items:center;font-size:14px;line-height:1}.elementor-widget-sky-pdf-viewer .sa-pdf-viewer .sa-button .sa-button-icon svg{width:1em;height:1em;fill:currentColor}.sa-post-comments .comments-title{font-size:22px;font-weight:700;color:#4f4f4f;margin:0 0 28px;padding-bottom:16px;border-bottom:2px solid #f0eef6;position:relative}.sa-post-comments .comments-title::after{content:'';position:absolute;bottom:-2px;left:0;width:48px;height:2px;background:#8441A4;border-radius:2px}.sa-post-comments .comment-list{list-style:none;padding:0;margin:0 0 32px}.sa-post-comments .comment-list .comment,.sa-post-comments .comment-list .pingback,.sa-post-comments .comment-list .trackback{list-style:none}.sa-post-comments .comment-body{position:relative;background:#fff;border-radius:14px;padding:24px;margin-bottom:20px;border:1px solid #f0eef6;box-shadow:0 2px 16px rgba(132,65,164,.06);transition:box-shadow .3s ease,transform .3s ease}.sa-post-comments .comment-body:hover{box-shadow:0 6px 28px rgba(132,65,164,.12);transform:translateY(-2px)}.sa-post-comments .comment-meta{display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px 14px;margin-bottom:14px}.sa-post-comments .comment-author{display:flex;align-items:center;gap:12px}.sa-post-comments .comment-author .avatar{width:48px;height:48px;border-radius:50%;border:2px solid #8441A4;flex-shrink:0;object-fit:cover}.sa-post-comments .comment-author .fn a{font-weight:700;color:#4f4f4f;text-decoration:none;transition:color .2s}.sa-post-comments .comment-author .fn a:hover{color:#8441A4}.sa-post-comments .comment-author .says{display:none}.sa-post-comments .comment-metadata{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sa-post-comments .comment-metadata a{font-size:12px;color:#7A7A7A;text-decoration:none;transition:color .2s}.sa-post-comments .comment-metadata a:hover{color:#8441A4}.sa-post-comments .comment-metadata .edit-link::before{content:'·';margin-right:6px;color:#7A7A7A}.sa-post-comments .comment-content{color:#7A7A7A;line-height:1.75}.sa-post-comments .comment-content p{margin:0 0 10px}.sa-post-comments .comment-content p:last-child{margin-bottom:0}.sa-post-comments .reply{margin-top:16px}.sa-post-comments .comment-reply-link{display:inline-flex;align-items:center;gap:5px;padding:5px 16px;background:#f5f0fa;color:#8441A4;font-size:13px;font-weight:600;border-radius:30px;text-decoration:none;transition:all .25s ease}.sa-post-comments .comment-reply-link:hover{background:#8441A4;color:#fff}.sa-post-comments .children{list-style:none;padding:0;margin:4px 0 0 52px}.sa-post-comments .children .comment-body{background:#faf8fd;box-shadow:none;border:1px solid #ede9f5}.sa-post-comments .children .comment-body:hover{box-shadow:0 4px 16px rgba(132,65,164,.08);transform:translateY(-1px)}.sa-post-comments .comment-awaiting-moderation{display:inline-block;margin-top:6px;padding:2px 10px;background:#fff8e1;color:#e08c00;font-size:11px;font-weight:600;border-radius:20px;border:1px solid #ffe08a}.sa-post-comments .sa-no-comments{padding:32px 24px;background:#faf8fd;border:1px dashed #d9cef0;border-radius:14px;color:#7A7A7A;text-align:center;font-size:15px;margin-bottom:32px}.sa-post-comments .comment-respond{background:#faf8fd;border-radius:16px;padding:30px 28px;border:1px solid #ede9f5}.sa-post-comments .comment-reply-title{font-size:20px;font-weight:700;color:#4f4f4f;margin:0 0 24px}.sa-post-comments .comment-reply-title small a{font-size:13px;font-weight:400;color:#7A7A7A;margin-left:8px;text-decoration:none}.sa-post-comments .comment-reply-title small a:hover{color:#8441A4}.sa-post-comments .comment-form{display:flex;flex-direction:column;gap:16px}.sa-post-comments .comment-form .comment-notes{font-size:13px;color:#7A7A7A;margin-bottom:0}.sa-post-comments .comment-form p{margin-bottom:0}.sa-post-comments .comment-form label{display:block;font-size:13px;font-weight:600;color:#4f4f4f;margin-bottom:6px}.sa-post-comments .comment-form label .required{color:#8441A4;margin-left:2px}.sa-post-comments .comment-form input[type="text"],.sa-post-comments .comment-form input[type="email"],.sa-post-comments .comment-form input[type="url"],.sa-post-comments .comment-form textarea#comment{width:100%;padding:10px 14px;background:#fff;border:1.5px solid #e0d9f0;border-radius:8px;color:#4f4f4f;font-size:14px;line-height:1.5;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.sa-post-comments .comment-form input[type="text"]:focus,.sa-post-comments .comment-form input[type="email"]:focus,.sa-post-comments .comment-form input[type="url"]:focus,.sa-post-comments .comment-form textarea#comment:focus{outline:none;border-color:#8441A4;box-shadow:0 0 0 3px rgba(132,65,164,.12)}.sa-post-comments .comment-form input[type="text"]::placeholder,.sa-post-comments .comment-form input[type="email"]::placeholder,.sa-post-comments .comment-form input[type="url"]::placeholder,.sa-post-comments .comment-form textarea#comment::placeholder{color:#b8aecf}.sa-post-comments .comment-form textarea#comment{min-height:130px;resize:vertical}.sa-post-comments .comment-form .form-submit{margin-bottom:0}.sa-post-comments .comment-form input[type="submit"]{display:inline-block;padding:12px 32px;background:#8441A4;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;letter-spacing:.3px}.sa-post-comments .comment-form input[type="submit"]:hover{background:#6c3587;transform:translateY(-1px);box-shadow:0 6px 20px rgba(132,65,164,.35)}.sa-post-comments .comment-form input[type="submit"]:active{transform:translateY(0);box-shadow:none}.sa-post-comments .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:10px}.sa-post-comments .comment-form-cookies-consent input[type="checkbox"]{margin-top:3px;accent-color:#8441A4;flex-shrink:0}.sa-post-comments .comment-form-cookies-consent label{font-size:13px;font-weight:400;color:#7A7A7A;margin-bottom:0}.sa-post-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.sa-post-list .sa-post-item{gap:20px}.sa-post-list .sa-post-img-wrapper{position:relative;min-width:156px;max-width:156px}.sa-post-list .sa-post-img{border-radius:.25rem}.sa-post-list .sa-post-meta{gap:16px;flex-wrap:wrap}.sa-post-list .sa-post-meta a:hover span{color:#E0528D}.sa-post-list .sa-post-meta .sa-icon-wrap,.sa-post-list .sa-post-meta span{font-size:var(--sa-post-meta-size,12px);color:var(--sa-post-meta-color,#8c8c8c)}@media only screen and (max-width:1024px){.sa-post-list{grid-template-columns:repeat(1,1fr)}.sa-post-list .sa-post-item{padding:1rem}.sa-post-list .sa-post-img-wrapper{min-width:100px;max-width:100px}.sa-post-list .sa-post-meta{gap:2px}}.sa-post-list .sa-post-play-button-wrapper{z-index:1}.sa-post-list .sa-post-play-button{font-size:12px}.sa-sapling-carousel .swiper-slide{height:initial}.sa-sapling-carousel .sa-post-item{position:relative;grid-gap:32px}.sa-sapling-carousel .sa-post-img-wrapper{position:relative;min-width:100%;max-width:100%}.sa-sapling-carousel .sa-post-content-wrapper{flex:1}.sa-sapling-carousel .sa-post-title{flex:1;color:#181b31;font-size:24px;line-height:1.2em}.sa-sapling-carousel .sa-post-category{font-size:11px}.sa-sapling-carousel .sa-post-category a{color:#000;background-color:#e8ecef;padding:10px 18px;transition:all .3s;border-radius:16px;line-height:1;font-weight:500}.sa-sapling-carousel .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-sapling-carousel .sa-post-meta a:hover span{color:#E0528D}.sa-sapling-carousel .sa-post-meta .sa-icon-wrap,.sa-sapling-carousel .sa-post-meta span{font-size:var(--sa-post-meta-size,12px);color:var(--sa-post-meta-color,#8c8c8c)}@media only screen and (max-device-width:1024px){.sa-sapling-carousel{grid-template-columns:repeat(2,1fr)}.sa-sapling-carousel .sa-post-title{font-size:22px}.sa-sapling-carousel .sa-post-meta{grid-gap:2px}}@media only screen and (max-device-width:767px){.sa-sapling-carousel{grid-template-columns:repeat(1,1fr)}}.sa-sapling-carousel .sa-post-play-button-wrapper{z-index:1}.sa-sapling-carousel .sa-post-play-button{font-size:14px}.sa-sapling-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:36px;grid-column-gap:36px}.sa-sapling-grid .sa-post-item{grid-gap:32px}.sa-sapling-grid .sa-post-img-wrapper{position:relative;min-width:100%;max-width:100%}.sa-sapling-grid .sa-post-content-wrapper{flex:1}.sa-sapling-grid .sa-post-title{flex:1;color:#181b31;font-size:24px;line-height:1.2em}.sa-sapling-grid .sa-post-category{font-size:11px}.sa-sapling-grid .sa-post-category a{color:#000;background-color:#e8ecef;padding:10px 18px;transition:all .3s;border-radius:16px;line-height:1;font-weight:500}.sa-sapling-grid .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-sapling-grid .sa-post-meta a:hover span{color:#E0528D}.sa-sapling-grid .sa-post-meta .sa-icon-wrap,.sa-sapling-grid .sa-post-meta span{font-size:var(--sa-post-meta-size,12px);color:var(--sa-post-meta-color,#8c8c8c)}@media only screen and (max-device-width:1024px){.sa-sapling-grid{grid-template-columns:repeat(2,1fr)}.sa-sapling-grid .sa-post-title{font-size:22px}.sa-sapling-grid .sa-post-meta{grid-gap:2px}}@media only screen and (max-device-width:767px){.sa-sapling-grid{grid-template-columns:repeat(1,1fr)}}.sa-sapling-grid .sa-post-play-button-wrapper{z-index:1}.sa-sapling-grid .sa-post-play-button{font-size:14px}.sa-stellar-slider .swiper{width:100%;height:700px;min-height:700px}.sa-stellar-slider .swiper-slide{position:relative;overflow:hidden}.sa-stellar-slider .swiper-slide:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.sa-stellar-slider .sa-img-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.sa-stellar-slider .sa-content-wrapper{position:absolute;width:100%;display:flex;align-items:center;justify-content:center;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%)}.sa-stellar-slider .sa-content-container{z-index:1;max-width:990px;padding:3rem;display:flex;flex-direction:column}.sa-stellar-slider .sa-content{max-width:75%}.sa-stellar-slider .sa-post-category a{font-size:13px;font-weight:600;color:#f2f2f2}.sa-stellar-slider .sa-post-category a:hover{color:#fff;border-color:var(--e-global-color-secondary,#e0528d);background:var(--e-global-color-secondary,#e0528d)}.sa-stellar-slider .sa-post-category a+a{display:none}.sa-stellar-slider .sa-post-title{display:inline-block;font-size:3.5rem;font-weight:700;color:#fff;line-height:1.2}.sa-stellar-slider .sa-post-meta{display:flex}.sa-stellar-slider .sa-post-author-wrapper{display:flex}.sa-stellar-slider .sa-post-author-thumb{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.sa-stellar-slider .sa-post-author-thumb img{height:100%;width:100%;object-fit:cover}.sa-stellar-slider .sa-post-author-text{font-size:14px;line-height:1.5}.sa-stellar-slider .sa-post-author-text a{color:#fff}.sa-stellar-slider .sa-post-author-text:hover a{color:var(--e-global-color-secondary,#e0528d)}.sa-stellar-slider .sa-post-date-wrapper{display:flex;align-items:center}.sa-stellar-slider .sa-post-date-wrapper .sa-icon-wrap{margin-right:.25rem}.sa-stellar-slider .sa-post-date,.sa-stellar-slider .sa-post-meta .sa-icon-wrap{font-size:12px;color:var(--sa-post-author-date-color,#f2f2f2)}.sa-stellar-slider .sa-post-text{color:#f2f2f2}.sa-stellar-slider .sa-buttons-wrapper{display:flex;gap:20px}.sa-stellar-slider .sa-buttons-wrapper .sa-button{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;color:#fff;border:1px solid #fff;cursor:pointer;text-decoration:none;border-radius:4px}.sa-stellar-slider .sa-buttons-wrapper .sa-button:hover{border-color:var(--e-global-color-secondary,#e0528d);background:var(--e-global-color-secondary,#e0528d)}.sa-ss-ratio-yes .swiper{height:auto!important}.sa-ss-ratio-yes.sa-ratio-11 .swiper{aspect-ratio:1/1}.sa-ss-ratio-yes.sa-ratio-21 .swiper{aspect-ratio:2/1}.sa-ss-ratio-yes.sa-ratio-32 .swiper{aspect-ratio:3/2}.sa-ss-ratio-yes.sa-ratio-43 .swiper{aspect-ratio:4/3}.sa-ss-ratio-yes.sa-ratio-85 .swiper{aspect-ratio:8/5}.sa-ss-ratio-yes.sa-ratio-169 .swiper{aspect-ratio:16/9}.sa-ss-ratio-yes.sa-ratio-219 .swiper{aspect-ratio:21/9}.sa-ss-ratio-yes.sa-ratio-916 .swiper{aspect-ratio:9/16}.sa-stellar-slider .swiper-pagination{width:auto;bottom:40px;left:70px}.sa-stellar-slider .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.sa-stellar-slider .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.sa-stellar-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child{margin-left:0!important}.sa-stellar-slider .swiper-horizontal>.swiper-pagination-bullet+.swiper-pagination-bullet{margin:0 6px}.sa-stellar-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.sa-stellar-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.sa-stellar-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.sa-stellar-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.sa-stellar-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.sa-stellar-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;background:#000}.sa-stellar-slider .swiper-pagination-bullet{display:inline-block;height:var(--sa-pagination-bullet-height,20px);width:var(--sa-pagination-bullet-width,20px);border-radius:50%;opacity:1;background:#fff}.sa-stellar-slider .sa-navigation-wrapper{position:absolute;display:flex;width:auto;bottom:40px;right:70px;gap:var(--sa-navigation-spacing,20px)}.sa-stellar-slider .sa-swiper-button-prev,.sa-stellar-slider .sa-swiper-button-next{z-index:1;cursor:pointer;display:flex;font-size:var(--sa-navigation-size,1.5em)}.sa-stellar-slider .sa-slider-navigation{font-size:16px;color:var(--e-global-color-secondary,#e0528d);padding:14px;border-radius:50px}.sa-stellar-slider .sa-slider-navigation svg *{fill:var(--e-global-color-secondary,#e0528d)}.sa-stellar-slider .sa-slider-navigation:hover{color:#fff}.sa-stellar-slider .sa-slider-navigation:hover svg *{fill:#fff}.sa-stellar-slider .sky-social-icons{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:2;top:50%;left:70px;transform:translate(0,-50%)}.sa-stellar-slider .sa-link{display:flex;align-items:center;justify-content:center;line-height:1;padding:1rem;color:#fff}.sa-stellar-slider .sa-link:hover{color:#ddd}.elementor-widget-sky-stellar-slider:not(.sa-social-default-color-yes) .sa-link{color:var(--e-global-color-secondary,#e0528d);background:#fff}.elementor-widget-sky-stellar-slider:not(.sa-social-default-color-yes) .sa-link:hover{color:#fff;background:var(--e-global-color-secondary,#e0528d)}@keyframes sa-toc-dot-pulse{0%,100%{box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb,0 0 0 8px color-mix(in srgb,#2563eb 18%,transparent)}55%{box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb,0 0 0 13px color-mix(in srgb,#2563eb 0%,transparent)}}.sa-toc{font-size:14px;line-height:1.55;color:#0f172a}.sa-toc-nav ul,.sa-toc .sa-toc-list{list-style:none;padding:0;margin:0}.sa-toc .sa-toc-item{margin:0;padding:0}.sa-toc .sa-toc-link{display:block;padding:6px 12px;color:#64748b;font-size:13.5px;line-height:1.5;text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .25s ease}.sa-toc .sa-toc-link:hover,.sa-toc .sa-toc-link:focus{color:#0f172a;text-decoration:none;outline:none}.sa-toc .is-active-link{color:#2563eb}.sa-toc .is-collapsible{overflow:hidden;opacity:1;max-height:9999px;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1)}.sa-toc .is-collapsed{max-height:0;opacity:0}.sa-toc--minimal .sa-toc-link{padding:6px 14px;border-left:2px solid #e2e8f0;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .25s ease,border-width .2s cubic-bezier(.4,0,.2,1)}.sa-toc--minimal .sa-toc-link:hover{border-left-color:#94a3b8}.sa-toc--minimal .is-active-link{font-weight:600;border-left-color:currentColor;border-left-width:3px;padding-left:13px}.sa-toc--minimal .sa-toc-list .sa-toc-list{padding-left:14px}.sa-toc--minimal .sa-toc-list .sa-toc-list .sa-toc-link{font-size:12.75px}.sa-toc--accordion .sa-toc-nav{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}.sa-toc--accordion .sa-toc-item+.sa-toc-item{border-top:1px solid #e2e8f0}.sa-toc--accordion .sa-toc-link{position:relative;display:flex;align-items:center;padding:13px 18px;color:#0f172a;font-weight:500;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.sa-toc--accordion .sa-toc-link::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:currentColor;transform:scaleY(0);transform-origin:center;transition:transform .35s cubic-bezier(.4,0,.2,1)}.sa-toc--accordion .sa-toc-link:hover{background:linear-gradient(90deg,#f1f5f9 0%,#f8fafc 100%);color:#2563eb}.sa-toc--accordion .sa-toc-item:has(>.is-collapsible)>.sa-toc-link::after{content:'';flex-shrink:0;margin-left:auto;width:7px;height:7px;border-left:2px solid #94a3b8;border-bottom:2px solid #94a3b8;transform:rotate(45deg);transition:transform .35s cubic-bezier(.4,0,.2,1),border-color .25s ease}.sa-toc--accordion .sa-toc-item:has(>.is-collapsible)>.sa-toc-link:hover::after{border-color:currentColor}.sa-toc--accordion .sa-toc-item:has(>.is-collapsible:not(.is-collapsed))>.sa-toc-link::after{transform:rotate(-45deg);border-color:currentColor}.sa-toc--accordion .is-active-link{background:color-mix(in srgb,currentColor 7%,transparent)}.sa-toc--accordion .is-active-link::before{transform:scaleY(1)}.sa-toc--accordion .sa-toc-list .sa-toc-list{background:#f8fafc}.sa-toc--accordion .sa-toc-list .sa-toc-list .sa-toc-item{border-top:1px solid #e2e8f0}.sa-toc--accordion .sa-toc-list .sa-toc-list .sa-toc-link{padding:10px 18px 10px 38px;font-size:13px;font-weight:400}.sa-toc--accordion .sa-toc-list .sa-toc-list .sa-toc-link::after{display:none}.sa-toc--accordion .sa-toc-list .sa-toc-list .sa-toc-list .sa-toc-link{padding-left:54px}.sa-toc--timeline{position:relative;padding-left:30px}.sa-toc--timeline::before{content:'';position:absolute;left:8px;top:16px;bottom:16px;width:2px;border-radius:2px;background:linear-gradient(180deg,#2563eb 0%,color-mix(in srgb,#2563eb 45%,#e2e8f0) 40%,#e2e8f0 100%)}.sa-toc--timeline .sa-toc-link{position:relative;padding:7px 8px;font-weight:500;border-radius:5px;transition:color .2s ease,background-color .2s ease}.sa-toc--timeline .sa-toc-link::before{content:'';position:absolute;left:-27px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;box-sizing:border-box;transition:border-color .2s ease,background .2s ease,box-shadow .25s ease,transform .25s ease;z-index:1}.sa-toc--timeline .sa-toc-link:hover{background:color-mix(in srgb,#2563eb 5%,transparent)}.sa-toc--timeline .sa-toc-link:hover::before{border-color:#2563eb;transform:translateY(-50%) scale(1.2)}.sa-toc--timeline .is-active-link{font-weight:600;background:color-mix(in srgb,#2563eb 7%,transparent)}.sa-toc--timeline .is-active-link::before{background:#2563eb;border-color:#2563eb;animation:sa-toc-dot-pulse 2.4s ease-in-out infinite}.sa-toc--timeline .sa-toc-list .sa-toc-list{padding-left:18px}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-link{font-size:12.75px;font-weight:400;padding-top:5px;padding-bottom:5px}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-link::before{left:-43px;width:8px;height:8px;border-width:1.5px;border-color:#94a3b8}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-link:hover::before{border-color:#2563eb;transform:translateY(-50%) scale(1.25)}.sa-toc--timeline .sa-toc-list .sa-toc-list .is-active-link::before{background:#2563eb;border-color:#2563eb;box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb;animation:sa-toc-dot-pulse 2.4s ease-in-out infinite}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-list{padding-left:14px}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-list .sa-toc-link{font-size:12px;color:#94a3b8;padding-top:4px;padding-bottom:4px}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-list .sa-toc-link::before{left:-56px;width:6px;height:6px;background:#94a3b8;border:0;box-shadow:none;transform:translateY(-50%)}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-list .sa-toc-link:hover{color:#64748b}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-list .sa-toc-link:hover::before{background:#64748b;transform:translateY(-50%)}.sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-list .is-active-link::before{background:#2563eb;animation:none}.sa-toc--timeline .sa-toc-item:has(.is-active-link)>.sa-toc-link:not(.is-active-link)::before{background:#2563eb;border-color:#2563eb;animation:sa-toc-dot-pulse 2.4s ease-in-out infinite}.sa-toc-hover-yes .sa-toc--accordion .sa-toc-item:has(>.is-collapsible):hover>.sa-toc-link::after{transform:rotate(-45deg);border-color:currentColor}.sa-toc-marker-yes .sa-toc-nav::before{display:none}.sa-toc-marker-yes .sa-toc-nav ul{counter-reset:toc-marker}.sa-toc-marker-yes .sa-toc-link{border-left:0;display:flex;align-items:center}.sa-toc-marker-yes .sa-toc-link::after{display:none!important}.sa-toc-marker-yes .sa-toc-link::before,.sa-toc-marker-yes .sa-toc-nav>.sa-toc-list>.sa-toc-item>.sa-toc-link::before{content:counter(toc-marker,var(--toc-marker-type,disc));counter-increment:toc-marker;display:inline-block;flex-shrink:0;position:static;transform:none;background:transparent;border:0;width:auto!important;height:auto!important;margin:0 10px 0 0;box-shadow:none;animation:none;color:currentColor}.sa-toc-marker-yes .is-active-link::before{background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important;animation:none!important}.sa-toc-marker-yes .sa-toc--timeline .sa-toc-link::after{content:'';display:block!important;position:absolute;left:-27px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;box-sizing:border-box;z-index:1}.sa-toc-marker-yes .sa-toc--timeline .is-active-link::after,.sa-toc-marker-yes .sa-toc--timeline .sa-toc-item:has(.is-active-link)>.sa-toc-link:not(.is-active-link)::after{background:#2563eb;border-color:#2563eb;animation:sa-toc-dot-pulse 2.4s ease-in-out infinite}.sa-toc-marker-yes .sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-link::after{left:-43px;width:8px;height:8px;border-width:1.5px;border-color:#94a3b8}.sa-toc-marker-yes .sa-toc--timeline .sa-toc-list .sa-toc-list .is-active-link::after{background:#2563eb;border-color:#2563eb;box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb}.sa-toc-marker-yes .sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-list .sa-toc-link::after{left:-56px;width:6px;height:6px;background:#94a3b8;border:0;box-shadow:none}.sa-toc-marker-yes .sa-toc--timeline .sa-toc-list .sa-toc-list .sa-toc-list .is-active-link::after{background:#2563eb;animation:none}.sa-toc-sticky-desktop-yes,.sa-toc-sticky-tablet-yes,.sa-toc-sticky-mobile-yes{align-self:flex-start}@media (min-width:1025px){.sa-toc-sticky-desktop-yes{position:sticky;top:var(--sa-toc-sticky-offset,0);z-index:var(--sa-toc-sticky-z,10)}}@media (min-width:768px) and (max-width:1024px){.sa-toc-sticky-tablet-yes{position:sticky;top:var(--sa-toc-sticky-offset,0);z-index:var(--sa-toc-sticky-z,10)}}@media (max-width:767px){.sa-toc-sticky-mobile-yes{position:sticky;top:var(--sa-toc-sticky-offset,0);z-index:var(--sa-toc-sticky-z,10)}}.sa-ultra-carousel .swiper{width:100%;height:360px}.sa-ultra-carousel .sa-post-item{position:relative}.sa-ultra-carousel .sa-post-item:hover .sa-post-meta,.sa-ultra-carousel .sa-post-item:hover .sa-post-category,.sa-ultra-carousel .sa-post-item:hover .sa-post-title,.sa-ultra-carousel .sa-post-item:hover .sa-post-text{transform:translateY(0);opacity:0;visibility:hidden}.sa-ultra-carousel .sa-post-item:hover .sa-general-button{transform:translateY(0);opacity:1}.sa-ultra-carousel .sa-post-img-wrapper{position:relative;width:100%}.sa-ultra-carousel .sa-post-img-wrapper:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 50%);transition:all .6s ease-out;border-radius:.25rem}.sa-ultra-carousel .sa-post-content-wrapper{position:absolute;bottom:0;left:0}.sa-ultra-carousel .sa-post-title{font-size:1.65rem}.sa-ultra-carousel .sa-post-title a{color:#000;background:#fff;padding:6px;word-break:break-all}.sa-ultra-carousel .sa-post-text{color:#fff}.sa-ultra-carousel .sa-post-category{font-size:10px}.sa-ultra-carousel .sa-post-category a{border:1px solid var(--e-global-color-secondary,#E052BD);padding:7px 12px;color:#fff;background:var(--e-global-color-secondary,#E052BD)}.sa-ultra-carousel .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-ultra-carousel .sa-post-meta a:hover span{color:var(--e-global-color-secondary,#E052BD)}.sa-ultra-carousel .sa-post-meta .sa-icon-wrap,.sa-ultra-carousel .sa-post-meta span{font-size:var(--sa-post-meta-size,14px);color:var(--sa-post-meta-color,#fff)}.sa-ultra-carousel .sa-post-meta,.sa-ultra-carousel .sa-post-category,.sa-ultra-carousel .sa-post-title,.sa-ultra-carousel .sa-post-text,.sa-ultra-carousel .sa-general-button{transform:translateY(40px);transition:.8s cubic-bezier(.17,.73,.66,.99) 0s,opacity .4s ease}.sa-ultra-carousel .sa-general-button{color:#edf2f4;text-transform:capitalize;padding:0;margin-top:20px;opacity:0}.sa-ultra-carousel .sa-post-play-button-wrapper{left:40px;top:40px;z-index:1}.sa-ultra-carousel .sa-post-play-button{padding:14px;font-size:12px}.sa-ultra-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:1fr;grid-row-gap:20px;grid-column-gap:20px}.sa-ultra-grid .sa-post-item{position:relative;grid-column:span 2 / auto}.sa-ultra-grid .sa-post-item:nth-child(5n+1),.sa-ultra-grid .sa-post-item:nth-child(5n+2){grid-column:span 3 / auto}.sa-ultra-grid .sa-post-item:hover .sa-post-meta,.sa-ultra-grid .sa-post-item:hover .sa-post-category,.sa-ultra-grid .sa-post-item:hover .sa-post-title,.sa-ultra-grid .sa-post-item:hover .sa-post-text{transform:translateY(0);opacity:0;visibility:hidden}.sa-ultra-grid .sa-post-item:hover .sa-general-button{transform:translateY(0);opacity:1}.sa-ultra-grid .sa-post-img-wrapper{position:relative;width:100%}.sa-ultra-grid .sa-post-img-wrapper:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 50%);transition:all .6s ease-out;border-radius:.25rem}.sa-ultra-grid .sa-post-content-wrapper{position:absolute;bottom:0;left:0}.sa-ultra-grid .sa-post-title{font-size:1.65rem}.sa-ultra-grid .sa-post-title a{color:#000;background:#fff;padding:6px;word-break:break-all}.sa-ultra-grid .sa-post-text{color:#fff}.sa-ultra-grid .sa-post-category{font-size:10px}.sa-ultra-grid .sa-post-category a{border:1px solid var(--e-global-color-secondary,#E052BD);padding:7px 12px;color:#fff;background:var(--e-global-color-secondary,#E052BD)}.sa-ultra-grid .sa-post-meta{grid-gap:16px;flex-wrap:wrap}.sa-ultra-grid .sa-post-meta a:hover span{color:var(--e-global-color-secondary,#E052BD)}.sa-ultra-grid .sa-post-meta .sa-icon-wrap,.sa-ultra-grid .sa-post-meta span{font-size:var(--sa-post-meta-size,14px);color:var(--sa-post-meta-color,#fff)}.sa-ultra-grid .sa-post-meta,.sa-ultra-grid .sa-post-category,.sa-ultra-grid .sa-post-title,.sa-ultra-grid .sa-post-text,.sa-ultra-grid .sa-general-button{transform:translateY(40px);transition:.8s cubic-bezier(.17,.73,.66,.99) 0s,opacity .4s ease}.sa-ultra-grid .sa-general-button{color:#edf2f4;text-transform:capitalize;padding:0;margin-top:20px;opacity:0}@media (min-width:1025px){.sa-ultra-grid-layout_1 .sa-ultra-grid .sa-post-item{position:relative;grid-column:span 2 / auto}.sa-ultra-grid-layout_1 .sa-ultra-grid .sa-post-item:nth-child(5n+1){grid-column:span 4 / auto}.sa-ultra-grid-layout_2 .sa-ultra-grid .sa-post-item{position:relative;grid-column:span 3 / auto}.sa-ultra-grid-layout_3 .sa-ultra-grid .sa-post-item{position:relative;grid-column:span 2 / auto;min-height:360px}}@media (max-width:1024px){.sa-ultra-grid{grid-template-columns:repeat(2,1fr)}.sa-ultra-grid .sa-post-item{position:relative;grid-column:span 1 / auto}.sa-ultra-grid .sa-post-item:nth-child(5n+1),.sa-ultra-grid .sa-post-item:nth-child(5n+2){grid-column:span 1 / auto}}@media (max-width:767px){.sa-ultra-grid{grid-template-columns:repeat(1,1fr)}.sa-ultra-grid .sa-post-item{position:relative;grid-column:span 1}.sa-ultra-grid .sa-post-item:nth-child(5n+1),.sa-ultra-grid .sa-post-item:nth-child(5n+2){grid-column:span 1}.sa-ultra-grid .sa-post-item{min-height:320px}}.sa-ultra-grid .sa-post-play-button-wrapper{left:40px;top:40px;z-index:1}.sa-ultra-grid .sa-post-play-button{padding:14px;font-size:12px}