.player-module__eb3M1W__mount,.player-module__eb3M1W__hero,.player-module__eb3M1W__sticky{--player-bg:#0d0d0f;--player-surface:#16161a;--player-text:#fff;--player-muted:#9a9aa0;--player-accent:#a3e635;--player-on-accent:#000;--player-line:#ffffff14;--player-radius:16px;--player-pill:999px}.player-module__eb3M1W__skeleton{background:#ffffff0f;position:relative;overflow:hidden}.player-module__eb3M1W__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff17,#0000);animation:1.5s ease-in-out infinite player-module__eb3M1W__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes player-module__eb3M1W__shimmer{to{transform:translate(100%)}}.player-module__eb3M1W__skeletonLine{border-radius:7px;height:14px}.player-module__eb3M1W__skeletonLineWide{width:72%}.player-module__eb3M1W__skeletonLineNarrow{width:46%}.player-module__eb3M1W__artwork{background:#ffffff0a;border-radius:12px;flex:none;display:block;position:relative;overflow:hidden}.player-module__eb3M1W__artworkImage{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s;display:block;position:absolute;inset:0}.player-module__eb3M1W__artwork[data-loaded=true] .player-module__eb3M1W__artworkImage{opacity:1}.player-module__eb3M1W__artworkShimmer{position:absolute;inset:0}.player-module__eb3M1W__equalizer{align-items:flex-end;gap:2px;height:11px;display:inline-flex}.player-module__eb3M1W__equalizerBar{background:var(--player-accent);transform-origin:bottom;border-radius:2px;width:3px;height:100%;animation:.9s ease-in-out infinite player-module__eb3M1W__equalize}.player-module__eb3M1W__equalizerBar:nth-child(2){animation-delay:.18s}.player-module__eb3M1W__equalizerBar:nth-child(3){animation-delay:.36s}@keyframes player-module__eb3M1W__equalize{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}.player-module__eb3M1W__onAir{border-radius:var(--player-pill);color:var(--player-accent);letter-spacing:.08em;text-transform:uppercase;background:#a3e6351a;border:1px solid #a3e63547;align-self:flex-start;align-items:center;gap:8px;padding:6px 12px;font-size:11.5px;font-weight:700;line-height:1;display:inline-flex}.player-module__eb3M1W__playButton{width:var(--play-size);height:var(--play-size);border-radius:var(--player-pill);background:var(--player-accent);color:var(--player-on-accent);cursor:pointer;border:0;flex:none;place-items:center;padding:0;transition:transform .18s,background .2s;display:grid}.player-module__eb3M1W__playButton:hover{background:#b6ee5c;transform:scale(1.05)}.player-module__eb3M1W__playButton:active{transform:scale(.97)}.player-module__eb3M1W__playButton svg{fill:currentColor;width:46%;height:46%}.player-module__eb3M1W__playButtonWrapBusy:before{content:"";border-radius:var(--player-pill);border:2px solid #a3e6354d;border-top-color:var(--player-accent);animation:.8s linear infinite player-module__eb3M1W__spin;position:absolute;inset:-5px}.player-module__eb3M1W__playButtonWrap{flex:none;place-items:center;display:grid;position:relative}@keyframes player-module__eb3M1W__spin{to{transform:rotate(360deg)}}.player-module__eb3M1W__volume{align-items:center;gap:9px;min-width:0;display:flex}.player-module__eb3M1W__volume svg{width:17px;height:17px;fill:var(--player-muted);flex:none}.player-module__eb3M1W__volumeInput{appearance:none;cursor:pointer;background:#ffffff29;border-radius:4px;outline:0;width:100%;height:4px;margin:0}.player-module__eb3M1W__volumeInput::-webkit-slider-thumb{-webkit-appearance:none;background:var(--player-accent);cursor:pointer;border:0;border-radius:50%;width:13px;height:13px}.player-module__eb3M1W__volumeInput::-moz-range-thumb{background:var(--player-accent);cursor:pointer;border:0;border-radius:50%;width:13px;height:13px}@media (min-width:1024px) and (max-width:1180px){.player-module__eb3M1W__heroTitle{-webkit-line-clamp:2;line-clamp:2;font-size:17px}.player-module__eb3M1W__heroArtist{font-size:13px}.player-module__eb3M1W__heroControls{gap:12px}.player-module__eb3M1W__heroControls .player-module__eb3M1W__playButtonWrap{--play-size:48px}.player-module__eb3M1W__hero{gap:10px;padding:14px}}.player-module__eb3M1W__mount{background:var(--player-surface);flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.player-module__eb3M1W__mount:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0f,#0000);animation:1.5s ease-in-out infinite player-module__eb3M1W__shimmer;position:absolute;inset:0;transform:translate(-100%)}.player-module__eb3M1W__hero{background:var(--player-surface);min-width:0;color:var(--player-text);flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;position:relative;overflow:hidden}.player-module__eb3M1W__heroArtwork{border-radius:12px;flex:1;width:100%;min-height:0}.player-module__eb3M1W__heroBody{flex-direction:column;flex:none;gap:10px;min-width:0;display:flex}.player-module__eb3M1W__heroText{flex-direction:column;gap:6px;min-width:0;display:flex}.player-module__eb3M1W__heroTitle{color:var(--player-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:20px;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.player-module__eb3M1W__heroArtist{color:var(--player-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;line-height:1.4;overflow:hidden}.player-module__eb3M1W__heroControls{align-items:center;gap:16px;display:flex}.player-module__eb3M1W__heroControls .player-module__eb3M1W__playButtonWrap{--play-size:56px}.player-module__eb3M1W__heroVolume{width:min(190px,100%)}.player-module__eb3M1W__heroCredit{color:var(--player-muted);margin:0;font-size:11px;line-height:1}.player-module__eb3M1W__heroError{color:#ffb4ad;align-items:center;gap:8px;font-size:12.5px;display:flex}.player-module__eb3M1W__heroError svg{fill:currentColor;flex:none;width:15px;height:15px}.player-module__eb3M1W__sticky{--sticky-height:72px;z-index:50;width:100%;height:calc(var(--sticky-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--player-bg);color:var(--player-text);visibility:hidden;pointer-events:none;border-top:1px solid #ffffff1a;transition:transform .38s cubic-bezier(.2,.8,.25,1),visibility 0s linear .38s;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(100%);box-shadow:0 -2px 10px #00000080}.player-module__eb3M1W__stickyVisible{visibility:visible;pointer-events:auto;transition-delay:0s;transform:none}.player-module__eb3M1W__stickyInner{align-items:center;gap:14px;width:100%;max-width:1180px;height:100%;margin-inline:auto;padding:0 24px;display:flex}.player-module__eb3M1W__stickyArtwork{border-radius:10px;width:40px;height:40px}.player-module__eb3M1W__stickyBody{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.player-module__eb3M1W__stickyTitle{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden}.player-module__eb3M1W__stickyStatus{color:var(--player-muted);align-items:center;gap:7px;font-size:11.5px;line-height:1;display:flex}.player-module__eb3M1W__stickyStatusLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.player-module__eb3M1W__stickyOnAir{color:var(--player-accent);font-weight:600}.player-module__eb3M1W__stickyVolume{flex:none;width:96px}.player-module__eb3M1W__sticky .player-module__eb3M1W__playButtonWrap{--play-size:40px}@media (max-width:1023px){.player-module__eb3M1W__mount{flex:none}.player-module__eb3M1W__heroArtwork{aspect-ratio:1;flex:none;width:100%;max-width:260px;margin-inline:auto}}@media (max-width:1023px) and (min-width:768px){.player-module__eb3M1W__hero{text-align:left;flex-direction:row;align-items:stretch}.player-module__eb3M1W__heroArtwork{width:220px;max-width:none;margin-inline:0}.player-module__eb3M1W__heroBody{flex:1}.player-module__eb3M1W__heroControls{margin-top:auto}}@media (max-width:767px){.player-module__eb3M1W__heroArtwork{max-width:250px}.player-module__eb3M1W__onAir{align-self:center}.player-module__eb3M1W__heroControls{justify-content:center}.player-module__eb3M1W__heroCredit{text-align:center}.player-module__eb3M1W__sticky{--sticky-height:56px}.player-module__eb3M1W__stickyInner{gap:10px;padding:0 14px}.player-module__eb3M1W__stickyStatus,.player-module__eb3M1W__stickyVolume,.player-module__eb3M1W__stickyBody .player-module__eb3M1W__skeletonLineNarrow{display:none}}@media (prefers-reduced-motion:reduce){.player-module__eb3M1W__skeleton:after,.player-module__eb3M1W__mount:before,.player-module__eb3M1W__equalizerBar,.player-module__eb3M1W__playButtonWrapBusy:before{animation:none}.player-module__eb3M1W__sticky{transition:none}}
.MobileNav-module__GeV8Va__trigger,.MobileNav-module__GeV8Va__overlay{--nav-bg:#0d0d0f;--nav-surface:#16161a;--nav-text:#fff;--nav-muted:#9a9aa0;--nav-accent:#a3e635}.MobileNav-module__GeV8Va__trigger{width:44px;height:44px;color:var(--nav-text);cursor:pointer;background:0 0;border:0;border-radius:12px;flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0;display:none}.MobileNav-module__GeV8Va__trigger:hover{background:#ffffff12}@media (max-width:1119px){.MobileNav-module__GeV8Va__trigger{display:inline-flex}}.MobileNav-module__GeV8Va__bars{flex-direction:column;justify-content:space-between;width:20px;height:14px;display:flex}.MobileNav-module__GeV8Va__bars span{background:currentColor;border-radius:2px;height:2px;display:block}.MobileNav-module__GeV8Va__overlay{z-index:200;background:var(--nav-bg);overscroll-behavior:contain;flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.MobileNav-module__GeV8Va__head{border-bottom:1px solid #ffffff14;justify-content:flex-end;padding:10px 12px;display:flex}.MobileNav-module__GeV8Va__close{width:44px;height:44px;color:var(--nav-text);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;padding:0;display:grid}.MobileNav-module__GeV8Va__close:hover{background:#ffffff12}.MobileNav-module__GeV8Va__close svg{fill:currentColor;width:20px;height:20px}.MobileNav-module__GeV8Va__links{padding:24px 16px calc(24px + env(safe-area-inset-bottom));flex-direction:column;gap:16px;display:flex}.MobileNav-module__GeV8Va__link{background:var(--nav-surface);min-height:48px;color:var(--nav-text);border-radius:12px;align-items:center;padding:8px 16px;font-size:18px;font-weight:500;text-decoration:none;display:flex}.MobileNav-module__GeV8Va__link:hover{background:#1d1d22}.MobileNav-module__GeV8Va__linkCurrent{background:var(--nav-accent);color:#000;font-weight:700}@media (prefers-reduced-motion:reduce){.MobileNav-module__GeV8Va__overlay{scroll-behavior:auto}}
.site-module__koCuRq__root .top{background:radial-gradient(60% 75% at 20% 5%,#7ed95714,#0000 70%),radial-gradient(45% 55% at 88% 45%,#ffde5912,#0000 72%);padding-block:0 32px}.site-module__koCuRq__root .top-grid{grid-template-columns:minmax(0,1fr) 400px;align-items:stretch;gap:0}.site-module__koCuRq__root .slider{aspect-ratio:1925/922;border-color:#7ed95733;box-shadow:0 35px 90px -42px #000000f2,0 0 0 1px #ffffff05}.site-module__koCuRq__root .track figure{background:#050507}.site-module__koCuRq__root .track img{object-fit:contain;width:100%;max-width:none;height:100%;max-height:none}.site-module__koCuRq__root .live-card{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;padding:0;display:flex}.site-module__koCuRq__root{padding-bottom:calc(92px + env(safe-area-inset-bottom))}@media (max-width:767px){.site-module__koCuRq__root{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}.site-module__koCuRq__root #music .site-module__koCuRq__musicClosing{margin-top:36px}.site-module__koCuRq__root #music .sign{margin-top:36px}@media (min-width:768px){.site-module__koCuRq__root #music .sign-right{text-align:left}}.site-module__koCuRq__root #music .split{align-items:start}.site-module__koCuRq__ministryHistory{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);grid-template-areas:"portrait copy""portrait gallery";align-items:start;gap:24px 32px;margin-top:40px;display:grid}.site-module__koCuRq__ministryPortrait{grid-area:portrait;justify-self:center;width:min(88%,370px)}.site-module__koCuRq__ministryCopy{grid-area:copy}.site-module__koCuRq__ministryCopy p{max-width:65ch;margin:0}.site-module__koCuRq__ministryGallery{grid-area:gallery;grid-template-columns:minmax(0,.9fr) minmax(260px,1.1fr);align-items:start;gap:18px;display:grid}.site-module__koCuRq__ministryHistory img{width:100%;height:auto;display:block}.site-module__koCuRq__ministryPortrait img{aspect-ratio:1;object-fit:contain;background:#f5f5f3}.site-module__koCuRq__ministryPreacher{background:0 0;overflow:visible}.site-module__koCuRq__ministryPreacherFrame{aspect-ratio:1075/981;border-radius:var(--radius);background:#f5eee9;overflow:hidden}.site-module__koCuRq__ministryPreacherFrame img{object-fit:cover;object-position:48% top;filter:sepia(.2)saturate(1.2)brightness(1.06)contrast(.94);transform-origin:top;width:100%;height:100%;transform:translate(3%)scale(1.18)}.site-module__koCuRq__ministryPreacher figcaption{color:var(--text);font-family:var(--display);text-align:center;margin-top:12px;font-size:clamp(1rem,1.6vw,1.25rem);font-weight:600;line-height:1.25}.site-module__koCuRq__ministryPreacher:hover img{transform:translate(3%)scale(1.18)}.site-module__koCuRq__ministryTent img{aspect-ratio:800/339;object-fit:contain;background:#0b0b0d}.site-module__koCuRq__songSection{max-width:860px}.site-module__koCuRq__chorusCard{background:radial-gradient(80% 110% at 100% 0,#7ed9571c,#0000 65%),#111315;border:1px solid #7ed95738;border-radius:22px;margin-top:34px;padding:clamp(24px,5vw,44px);position:relative;overflow:hidden}.site-module__koCuRq__chorusCard:before{content:"";background:linear-gradient(#a3e635,#eac65c);width:4px;position:absolute;top:0;bottom:0;left:0}.site-module__koCuRq__chorusLabel{color:var(--green);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:700}.site-module__koCuRq__chorusCard h3{color:var(--text);margin:0;font-size:clamp(1.35rem,3vw,1.8rem)}.site-module__koCuRq__chorusCard blockquote{color:#dddeda;max-width:66ch;font-family:var(--display);flex-direction:column;gap:5px;margin:22px 0 0;font-size:clamp(1.03rem,2.2vw,1.22rem);font-style:italic;line-height:1.65;display:flex}.site-module__koCuRq__chorusCard blockquote span:first-child,.site-module__koCuRq__chorusCard blockquote span:last-child{color:#fff;font-weight:600}.site-module__koCuRq__magazineLink{border-radius:var(--radius);display:block}.site-module__koCuRq__magazineLink:focus-visible{outline:3px solid var(--green);outline-offset:-4px}.site-module__koCuRq__root #invest.sec .narrow{max-width:1000px}.site-module__koCuRq__root #invest .site-module__koCuRq__investGrid{grid-template-columns:1fr 1fr;gap:64px;display:grid}.site-module__koCuRq__root #invest .site-module__koCuRq__investGrid p{margin:0}.site-module__koCuRq__root #invest .site-module__koCuRq__investClosing{text-align:center;max-width:66ch;margin:48px auto 0}.site-module__koCuRq__root #invest .target{text-align:center;border:0;flex-direction:column;align-items:center;gap:6px;margin:64px auto 0;padding:0;display:flex}.site-module__koCuRq__root #invest .target b{color:#a3e635;font-size:clamp(2.6rem,6vw,3.4rem);line-height:1}.site-module__koCuRq__root #invest .target span{color:#9a9aa0;font-size:1.05rem}@media (max-width:1024px){.site-module__koCuRq__root #invest .site-module__koCuRq__investGrid{grid-template-columns:1fr;gap:32px}}@media (max-width:900px){.site-module__koCuRq__ministryHistory{grid-template-columns:minmax(0,1fr);grid-template-areas:"portrait""copy""gallery";gap:28px}.site-module__koCuRq__ministryPortrait{justify-self:center;width:min(88%,370px)}}@media (max-width:640px){.site-module__koCuRq__ministryHistory{margin-top:32px}.site-module__koCuRq__ministryGallery{grid-template-columns:1fr}.site-module__koCuRq__ministryPreacher{justify-self:center;width:min(100%,520px)}.site-module__koCuRq__chorusCard{border-radius:16px;margin-top:28px}.site-module__koCuRq__chorusCard blockquote{gap:8px}}.site-module__koCuRq__root #get-involved>.wrap>figure{margin-inline:auto}.site-module__koCuRq__root #get-involved>.wrap>figure img{margin-inline:auto}.site-module__koCuRq__root #get-involved .site-module__koCuRq__getInvolvedGraphic{justify-content:center;margin-top:48px}@media (min-width:1120px){.site-module__koCuRq__root .nav-in{gap:clamp(12px,2vw,32px)}}@media (min-width:1400px){.site-module__koCuRq__root .nav-in{gap:40px}}.site-module__koCuRq__root .nav-in a{align-items:center;min-height:44px;display:inline-flex}@media (max-width:1119px){.site-module__koCuRq__root .nav-in>a:not(.brand-nav){display:none}.site-module__koCuRq__root .nav-in{justify-content:space-between;overflow:visible}}.site-module__koCuRq__centeredFigure,.site-module__koCuRq__centeredFigure img{margin-inline:auto}@media (max-width:1180px){.site-module__koCuRq__root .top-grid{grid-template-columns:minmax(0,1fr) 300px}}@media (max-width:1023px){.site-module__koCuRq__root .top-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"slider""player";gap:12px}}@media (max-width:640px){.site-module__koCuRq__root .top{padding-block:0 22px}}@media (max-width:767px){.site-module__koCuRq__root .slider .arrow{display:none}}@media (min-width:768px){.site-module__koCuRq__root .slider .arrow{background:#0a0a0c61;border-color:#ffffff38;width:44px;height:44px}.site-module__koCuRq__root .slider .arrow:hover{background:var(--green,#7ddd55)}}.site-module__koCuRq__root .dots button{background-clip:content-box;border-block:8px solid #0000;height:24px;padding:0}@media (max-width:400px){.site-module__koCuRq__root .dots{scrollbar-width:none;gap:4px;max-width:calc(100% - 8px);overflow-x:auto}.site-module__koCuRq__root .dots::-webkit-scrollbar{display:none}.site-module__koCuRq__root .dots button{width:6px}.site-module__koCuRq__root .dots button[aria-current=true]{width:18px}}@media (max-width:767px){.site-module__koCuRq__root .strip-in{flex-direction:column;gap:24px}.site-module__koCuRq__root .strip-in img{max-width:250px}.site-module__koCuRq__root #get-involved .site-module__koCuRq__getInvolvedGraphic{margin-top:24px}.site-module__koCuRq__root #get-involved>.wrap>figure img{width:100%}}@media (max-width:640px){.site-module__koCuRq__root .ticker-track span{gap:18px;padding-right:18px;font-size:12px}.site-module__koCuRq__root .ticker-track span:after{width:4px;height:4px}}.site-module__koCuRq__root #magazine .script{font-size:clamp(1.25rem,5.2vw,2.5rem)}.site-module__koCuRq__magazineCover{max-width:330px;margin-inline:auto}.site-module__koCuRq__magazinePromo{background:linear-gradient(135deg,#111223f5,#141538c7);border:1px solid #ffde5938;border-radius:24px;max-width:1120px;margin:56px auto 0;padding:clamp(8px,1.5vw,16px);overflow:hidden;box-shadow:0 28px 70px -46px #000000f2}.site-module__koCuRq__magazinePromoLink{border-radius:16px;display:block}.site-module__koCuRq__magazinePromoLink:focus-visible{outline:3px solid var(--green,#7ddd55);outline-offset:4px}.site-module__koCuRq__magazinePromo img{border:0;border-radius:16px;width:100%;height:auto;display:block}.site-module__koCuRq__magazinePromo:hover img{transform:none}.site-module__koCuRq__pdfBlogButton{justify-content:center;margin-top:22px}@media (max-width:767px){.site-module__koCuRq__magazineCover{max-width:300px}.site-module__koCuRq__magazinePromo{border-radius:16px;margin-top:40px;padding:8px}.site-module__koCuRq__magazinePromoLink,.site-module__koCuRq__magazinePromo img{border-radius:10px}}.site-module__koCuRq__root .donate-row a{align-items:center;min-height:44px;display:inline-flex}.site-module__koCuRq__root #invest .target b{font-size:clamp(1.9rem,6vw,3.4rem)}@media (max-width:400px){.site-module__koCuRq__root .wrap{padding-inline:16px}}.site-module__koCuRq__root .logos a{justify-content:center;align-items:center;min-height:44px;display:inline-flex}.site-module__koCuRq__root .foot ul a{align-items:center;min-width:44px;min-height:44px;padding-inline:2px;display:flex}@media (max-width:900px){.site-module__koCuRq__root .foot ul a{justify-content:center;padding-inline:12px}}.site-module__koCuRq__root .foot ul{gap:0}.site-module__koCuRq__root .foot-bottom .mail{align-items:center;min-height:44px;display:inline-flex}@media (max-width:767px){:is(.site-module__koCuRq__root .sec h1,.site-module__koCuRq__root .sec h2,.site-module__koCuRq__root .sec h3,.site-module__koCuRq__root .sec h4,.site-module__koCuRq__root .sec p.eyebrow,.site-module__koCuRq__root .sec p.byline,.site-module__koCuRq__root .sec p.script,.site-module__koCuRq__root .sec p.sign,.site-module__koCuRq__root #music .sign){text-align:center;max-width:none}.site-module__koCuRq__root .sec p{text-align:center;max-width:30ch;margin-inline:auto}.site-module__koCuRq__root .sec p.lead{text-align:center;max-width:30ch;margin-inline:auto}.site-module__koCuRq__root .sec .card p{text-align:center;max-width:30ch;margin-inline:auto}.site-module__koCuRq__root .sec blockquote{text-align:center;max-width:30ch;margin-inline:auto}.site-module__koCuRq__root #invest .site-module__koCuRq__investGrid p{text-align:center;max-width:30ch;margin-inline:auto}.site-module__koCuRq__root #invest .site-module__koCuRq__investClosing{text-align:center;max-width:30ch;margin-inline:auto}.site-module__koCuRq__root .btn{text-align:center;justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}:is(.site-module__koCuRq__root .cta-row,.site-module__koCuRq__root .donate-row){flex-direction:column;align-items:center;gap:12px}.site-module__koCuRq__root .donate-row a{justify-content:center;width:auto}}.site-module__koCuRq__root section[tabindex="-1"]:focus{outline:none}
.socialBar-module__Ks27Wa__bar{max-width:var(--wrap);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 22px;margin:26px auto 0;padding:0 24px;display:flex}.socialBar-module__Ks27Wa__label{font-family:var(--display);color:var(--dim);text-align:center;margin:0;font-size:16px;font-style:italic;line-height:1.3}.socialBar-module__Ks27Wa__list{flex-wrap:wrap;justify-content:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.socialBar-module__Ks27Wa__link{isolation:isolate;border:1px solid var(--line-2);background:var(--card);min-height:46px;color:var(--text);border-radius:999px;align-items:center;gap:10px;padding:0 18px 0 7px;font-size:15px;font-weight:600;line-height:1;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex;position:relative}.socialBar-module__Ks27Wa__icon{background:#ffffff14;border-radius:999px;flex:none;place-items:center;width:30px;height:30px;transition:background .2s;display:grid}.socialBar-module__Ks27Wa__icon svg{fill:currentColor;width:16px;height:16px}.socialBar-module__Ks27Wa__icon .socialBar-module__Ks27Wa__stroked{fill:none;stroke:currentColor;stroke-width:2px}.socialBar-module__Ks27Wa__icon .socialBar-module__Ks27Wa__stroked .socialBar-module__Ks27Wa__dot{fill:currentColor;stroke:none}.socialBar-module__Ks27Wa__instagram:before{content:"";z-index:-1;border-radius:inherit;opacity:0;background:linear-gradient(45deg,#d62976,#962fbf 55%,#4f5bd5);transition:opacity .2s;position:absolute;inset:-1px}@media (hover:hover){.socialBar-module__Ks27Wa__link:hover{transform:translateY(-1px)}.socialBar-module__Ks27Wa__x:hover{color:#000;background:#fff;border-color:#fff}.socialBar-module__Ks27Wa__x:hover .socialBar-module__Ks27Wa__icon{background:#00000014}.socialBar-module__Ks27Wa__facebook:hover{color:#fff;background:#0866ff;border-color:#0866ff}.socialBar-module__Ks27Wa__instagram:hover{color:#fff;border-color:#0000}.socialBar-module__Ks27Wa__instagram:hover:before{opacity:1}.socialBar-module__Ks27Wa__facebook:hover .socialBar-module__Ks27Wa__icon,.socialBar-module__Ks27Wa__instagram:hover .socialBar-module__Ks27Wa__icon{background:#fff3}}@media (max-width:640px){.socialBar-module__Ks27Wa__bar{gap:12px;margin-top:20px;padding:0 16px}.socialBar-module__Ks27Wa__label{flex-basis:100%;font-size:15px}.socialBar-module__Ks27Wa__list{gap:8px}.socialBar-module__Ks27Wa__link{gap:8px;padding:0 14px 0 7px;font-size:14px}}@media (max-width:400px){.socialBar-module__Ks27Wa__list{gap:6px}.socialBar-module__Ks27Wa__link{gap:7px;padding:0 12px 0 8px;font-size:13.5px}.socialBar-module__Ks27Wa__icon{width:28px;height:28px}}@media (max-width:359px){.socialBar-module__Ks27Wa__link{justify-content:center;width:46px;padding:0}.socialBar-module__Ks27Wa__link>span:not(.socialBar-module__Ks27Wa__icon){clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}@media (prefers-reduced-motion:reduce){.socialBar-module__Ks27Wa__link,.socialBar-module__Ks27Wa__icon,.socialBar-module__Ks27Wa__instagram:before{transition:none}.socialBar-module__Ks27Wa__link:hover{transform:none}}
.pdfBlog-module__5OACFG__page{background:radial-gradient(70% 38% at 50% 0%, #7ed95714, transparent 72%), var(--bg);min-height:100vh}.pdfBlog-module__5OACFG__hero{border-bottom:1px solid var(--line);background:radial-gradient(45% 90% at 88% 0,#ffde5917,#0000 72%),linear-gradient(#7ed95709,#0000);padding:clamp(68px,9vw,116px) 0 clamp(52px,7vw,88px);position:relative;overflow:hidden}.pdfBlog-module__5OACFG__hero:after{content:"";pointer-events:none;border:1px solid #7ed95729;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-220px;right:-150px}.pdfBlog-module__5OACFG__heroInner{z-index:1;max-width:940px;position:relative}.pdfBlog-module__5OACFG__eyebrow,.pdfBlog-module__5OACFG__readerLabel{color:var(--green);font-family:var(--display);margin:0 0 14px;font-size:1.03rem;font-style:italic;font-weight:500}.pdfBlog-module__5OACFG__hero h1{max-width:17ch;font-size:clamp(2.55rem,6vw,5rem);line-height:1.02}.pdfBlog-module__5OACFG__summary{max-width:58ch;color:var(--text);margin:24px 0 0;font-size:clamp(1.08rem,2vw,1.24rem);line-height:1.65}.pdfBlog-module__5OACFG__actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.pdfBlog-module__5OACFG__action{justify-content:center;min-height:48px}.pdfBlog-module__5OACFG__action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.pdfBlog-module__5OACFG__help{max-width:66ch;color:var(--dim);margin:18px 0 0;font-size:.92rem}.pdfBlog-module__5OACFG__readerSection{background:var(--bg-2);padding:clamp(40px,6vw,76px) 0 clamp(64px,8vw,104px)}.pdfBlog-module__5OACFG__readerWrap{max-width:1040px}.pdfBlog-module__5OACFG__readerCard{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);overflow:hidden;box-shadow:0 36px 90px -54px #000000f2}.pdfBlog-module__5OACFG__readerToolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:24px;padding:26px 28px;display:flex}.pdfBlog-module__5OACFG__readerToolbar h2{max-width:24ch;font-size:clamp(1.35rem,2.7vw,1.9rem);line-height:1.18}.pdfBlog-module__5OACFG__readerLabel{margin-bottom:7px;font-size:.93rem}.pdfBlog-module__5OACFG__fileBadge{color:#c8efb8;white-space:nowrap;background:#7ed95714;border:1px solid #7ed95740;border-radius:999px;flex:none;padding:7px 12px;font-size:.82rem;font-weight:600}.pdfBlog-module__5OACFG__documentPreview{text-align:center;background:#25262b;border-radius:0;margin:0;padding:clamp(12px,3vw,28px);display:block;overflow:visible}.pdfBlog-module__5OACFG__previewLink{background:#fff;border-radius:10px;width:min(100%,760px);margin-inline:auto;display:block;overflow:hidden;box-shadow:0 22px 50px -28px #000000e6}.pdfBlog-module__5OACFG__previewLink img{border:0;border-radius:0;width:100%;height:auto;transition:none}.pdfBlog-module__5OACFG__previewLink:hover img{transform:none}.pdfBlog-module__5OACFG__documentPreview figcaption{color:var(--dim);padding:16px 4px 0;font-size:.88rem}@media (max-width:767px){.pdfBlog-module__5OACFG__hero{text-align:center;padding:48px 0 44px}.pdfBlog-module__5OACFG__hero h1,.pdfBlog-module__5OACFG__summary,.pdfBlog-module__5OACFG__help{margin-inline:auto}.pdfBlog-module__5OACFG__hero h1{max-width:13ch;font-size:clamp(2.25rem,11vw,3.15rem)}.pdfBlog-module__5OACFG__summary{max-width:31ch;margin-top:20px}.pdfBlog-module__5OACFG__actions{flex-direction:column;margin-top:28px}.pdfBlog-module__5OACFG__action{width:100%}.pdfBlog-module__5OACFG__readerSection{padding:32px 0 60px}.pdfBlog-module__5OACFG__readerCard{border-radius:16px}.pdfBlog-module__5OACFG__readerToolbar{flex-direction:column;align-items:flex-start;gap:16px;padding:22px 18px}.pdfBlog-module__5OACFG__readerToolbar h2{max-width:20ch;font-size:1.4rem}.pdfBlog-module__5OACFG__documentPreview{border-radius:8px;padding:12px}.pdfBlog-module__5OACFG__documentPreview figcaption{padding:13px 4px 2px;font-size:.86rem}}@media (max-width:400px){.pdfBlog-module__5OACFG__hero h1{font-size:2.18rem}.pdfBlog-module__5OACFG__readerToolbar{padding-inline:16px}.pdfBlog-module__5OACFG__documentPreview{padding:8px}}
.songVideo-module__0xcCgq__songVideo{width:100%;margin-top:32px}.songVideo-module__0xcCgq__frame{aspect-ratio:16/9;background:#050607;border:1px solid #7ed95747;border-radius:22px;width:100%;position:relative;overflow:hidden;box-shadow:0 28px 70px -36px #000000f2,0 0 34px #7ed95712}.songVideo-module__0xcCgq__frame iframe{border:0;width:100%;height:100%;display:block}.songVideo-module__0xcCgq__preview{color:#fff;cursor:pointer;text-align:left;background:#050607;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0;overflow:hidden}.songVideo-module__0xcCgq__thumbnail{object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.3,1),filter .25s}.songVideo-module__0xcCgq__scrim{background:linear-gradient(90deg,#030505e0 0%,#0305057a 48%,#0305051f 78%),linear-gradient(#0000 45%,#030505ad);position:absolute;inset:0}.songVideo-module__0xcCgq__previewContent{align-items:center;gap:20px;max-width:min(78%,620px);display:flex;position:absolute;bottom:clamp(22px,5vw,48px);left:clamp(20px,5vw,52px)}.songVideo-module__0xcCgq__playIcon{aspect-ratio:1;color:#091104;background:#9cff00;border:1px solid #ffffff61;border-radius:50%;flex:none;place-items:center;width:clamp(62px,9vw,82px);transition:transform .2s,background-color .2s;display:grid;box-shadow:0 14px 36px #00000061,0 0 0 8px #9cff001a}.songVideo-module__0xcCgq__playIcon svg{fill:currentColor;width:38%;transform:translate(5%)}.songVideo-module__0xcCgq__previewCopy{text-shadow:0 2px 12px #000c;flex-direction:column;gap:5px;min-width:0;display:flex}.songVideo-module__0xcCgq__previewCopy strong{font-family:var(--display);font-size:clamp(1.4rem,3.5vw,2.45rem);font-weight:600;line-height:1.08}.songVideo-module__0xcCgq__previewCopy small{color:#ffffffc7;letter-spacing:.03em;font-size:clamp(.78rem,1.8vw,.98rem);font-weight:600}.songVideo-module__0xcCgq__preview:hover .songVideo-module__0xcCgq__thumbnail{filter:brightness(1.06);transform:scale(1.025)}.songVideo-module__0xcCgq__preview:hover .songVideo-module__0xcCgq__playIcon{background:#b2ff3e;transform:scale(1.06)}.songVideo-module__0xcCgq__preview:active .songVideo-module__0xcCgq__playIcon{transform:scale(.96)}.songVideo-module__0xcCgq__preview:focus-visible{outline-offset:-6px;outline:3px solid #a3e635}.songVideo-module__0xcCgq__audioNote{color:var(--dim);align-items:flex-start;gap:10px;margin:16px 0 0;font-size:.92rem;line-height:1.55;display:flex}.songVideo-module__0xcCgq__audioNote svg{width:20px;fill:var(--green);flex:none;margin-top:2px}.songVideo-module__0xcCgq__fallbackLink{min-height:44px;color:var(--green);text-underline-offset:4px;align-items:center;gap:6px;margin-top:5px;font-size:.9rem;font-weight:700;display:inline-flex}.songVideo-module__0xcCgq__fallbackLink svg{fill:currentColor;width:17px}@media (max-width:640px){.songVideo-module__0xcCgq__songVideo{margin-top:24px}.songVideo-module__0xcCgq__frame{border-radius:16px}.songVideo-module__0xcCgq__scrim{background:linear-gradient(#03050514,#03050559 36%,#030505e6 100%)}.songVideo-module__0xcCgq__previewContent{gap:13px;max-width:none;bottom:15px;left:16px;right:16px}.songVideo-module__0xcCgq__playIcon{width:52px}.songVideo-module__0xcCgq__previewCopy strong{font-size:clamp(1.03rem,5.2vw,1.35rem)}.songVideo-module__0xcCgq__previewCopy small{font-size:.76rem}.songVideo-module__0xcCgq__audioNote{font-size:.86rem}}@media (prefers-reduced-motion:reduce){.songVideo-module__0xcCgq__thumbnail,.songVideo-module__0xcCgq__playIcon{transition:none}}
