:root{--bg-base:#e6ebf2;--primary:#1e2c3a;--accent:#5b7a99;--card-bg:#f4f7fb;--text-main:#2b3a4a;--text-light:#64748b}html,body{width:100%;position:relative;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-main);background-image:repeating-linear-gradient(90deg,#0000,#0000 150px,#5b7a9908 150px 151px);flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{color:var(--primary)}.content{flex:1;width:100%;max-width:1400px;min-height:80vh;margin:0 auto;padding-top:120px;animation:.6s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.top-nav{z-index:100;justify-content:center;align-items:center;padding:30px 40px;display:flex;position:absolute;top:0;left:0;right:0}.top-nav .nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:1px solid #fff9;border-radius:30px;gap:40px;padding:12px 30px;display:flex}.nav-link{color:var(--text-light);font-size:15px;font-weight:400;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.active{color:var(--primary)}.home-main{padding-top:120px;padding-bottom:100px}.home-content-wrapper{flex-direction:column;align-items:center;gap:60px;width:100%;display:flex}.hero-title{font-size:clamp(3.2rem,10vw,6rem);font-family:var(--font-heading);text-transform:lowercase;text-align:center;margin-bottom:40px;font-style:normal;font-weight:500;line-height:1.1}.home-bg-layer{z-index:-1;pointer-events:none;opacity:.6;background-position:50%;background-size:cover;width:100%;height:100%;position:fixed;top:0;left:0}.music-player-bar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0000008c;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:16px;width:100%;padding:20px 24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 40px #0000004d}.music-player-bar:hover{transform:translateY(-3px);box-shadow:0 14px 50px #0006}.play-btn{cursor:pointer;color:#ffffffe6;background:#ffffff26;border:none;border-radius:50%;width:48px;min-width:48px;height:48px;font-size:18px;transition:background .2s}.play-btn:hover{background:#ffffff40}.player-info{color:#ffffffe6;flex:1;min-width:0}.song-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:14px;font-weight:500;display:block;overflow:hidden}.player-controls-visual{align-items:center;gap:10px;display:flex}.progress-line{background:#fff3;border-radius:2px;flex:1;height:3px}.progress-slider{appearance:none;cursor:pointer;background:#fff3;border-radius:2px;outline:none;flex:1;height:4px}.progress-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#4a9eff;border-radius:50%;width:12px;height:12px;transition:transform .15s}.progress-slider::-webkit-slider-thumb:hover{transform:scale(1.3)}.progress-slider::-moz-range-thumb{cursor:pointer;background:#4a9eff;border:none;border-radius:50%;width:12px;height:12px}.progress-slider::-moz-range-track{background:0 0;border:none}.time-display{color:#fff9;text-align:center;min-width:35px;font-size:12px}.volume-control{color:#ffffffb3;align-items:center;gap:8px;min-width:100px;font-size:14px;display:flex}.volume-slider{appearance:none;cursor:pointer;background:#fff3;border-radius:2px;outline:none;width:80px;height:4px}.volume-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#ffffffe6;border-radius:50%;width:14px;height:14px;transition:transform .15s}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.3)}.volume-slider::-moz-range-thumb{cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;width:14px;height:14px}.latest-update-preview{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#ffffffe6;background:#0000008c;border:1px solid #ffffff1f;border-radius:16px;width:100%;padding:24px;text-decoration:none;transition:all .3s;display:block;box-shadow:0 10px 40px #0000004d}.latest-update-preview:hover{background:#000000a6;transform:translateY(-3px);box-shadow:0 14px 50px #0006}.update-label{text-transform:uppercase;letter-spacing:1.5px;opacity:.6;color:#ffffffb3;margin-bottom:14px;font-size:11px;font-weight:800}.update-content{align-items:center;gap:18px;display:flex}.update-thumb img{object-fit:cover;border-radius:6px;width:70px;height:70px;box-shadow:0 4px 12px #0000004d}.update-text h3{color:#fffffff2;margin:0 0 4px;font-size:20px;font-weight:600}.update-text p{opacity:.6;color:#ffffffb3;margin:0;font-size:14px}.home-categories{justify-content:center;align-items:center;gap:30px;width:100%;max-width:1600px;margin:0 auto;padding:0 40px 100px;display:flex}.home-box-left,.home-box-right{flex-direction:column;flex-shrink:0;justify-content:center;width:100%;max-width:380px;display:flex}.category-block{cursor:pointer;border-radius:4px;width:100%;max-width:350px;height:clamp(300px,60vh,450px);transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #1e2c3a1a}.category-block img{object-fit:cover;filter:grayscale(20%)sepia(10%)hue-rotate(180deg);width:100%;height:100%;transition:filter .5s}.category-block:hover{transform:translateY(-10px);box-shadow:0 15px 40px #1e2c3a26}.category-block:hover img{filter:grayscale(0%)}.category-overlay{background:linear-gradient(#0000,#1e2c3acc);padding:30px;position:absolute;bottom:0;left:0;right:0}.category-overlay h2{color:#fff;font-size:clamp(1.8rem,5vw,2.5rem);font-style:italic}.about-container{max-width:1000px;font-family:var(--font-heading);align-items:flex-start;gap:80px;margin:100px auto;padding:0 40px;display:flex}.about-image-wrapper{width:40%}.about-image-wrapper img{border-radius:2px;width:100%;box-shadow:0 20px 50px #00000026}.about-text-wrapper{width:60%}.about-title{color:var(--primary);font-size:clamp(2.5rem,8vw,4rem);font-style:italic;font-family:var(--font-heading);margin-bottom:30px}.about-text-wrapper h2{font-size:clamp(2rem,7vw,3.5rem);font-style:italic;font-family:var(--font-heading);margin-bottom:20px}.about-text-wrapper p{color:var(--text-main);margin-bottom:25px;font-size:1.25rem;font-weight:400;line-height:1.8}#blog{max-width:800px;margin:0 auto;padding:120px 20px 100px}.blog-header h1{text-align:center;margin-bottom:60px;font-size:3rem;font-style:italic}.blog-feed{flex-direction:column;gap:60px;display:flex}.blog-post{gap:40px;display:flex}.blog-date{width:150px;color:var(--accent);border-top:1px solid var(--accent);padding-top:10px;font-size:14px;font-weight:500}.blog-body{flex:1}.blog-title{margin-bottom:15px;font-size:2rem}.blog-text{color:var(--text-main);margin-bottom:20px;font-size:15px;line-height:1.8}.blog-img{border-radius:4px;width:100%}.art-grid,.music-grid{grid-template-columns:repeat(auto-fill,minmax(clamp(140px,45vw,280px),1fr));gap:15px;padding:0 20px;display:grid}#videos{text-align:center;padding:80px 20px}.video-header h1{font-size:4rem;font-style:italic}.video-header p{color:var(--text-light);letter-spacing:1px;margin-bottom:60px}.video-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;display:grid}.video-card{color:var(--primary);text-align:left;text-decoration:none}.video-card img{aspect-ratio:16/9;object-fit:cover;border-radius:4px;width:100%;margin-bottom:15px;transition:all .3s;box-shadow:0 5px 20px #0000000d}.video-card:hover img{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.video-info h3{margin-bottom:5px;font-size:1.5rem}.video-info p{color:var(--accent);font-size:13px}#music-page{max-width:1200px;margin:0 auto;padding:120px 40px 100px}.music-header{text-align:center;margin-bottom:60px}.music-header h1{font-size:4rem;font-style:italic;font-family:var(--font-heading)}.music-header p{color:var(--text-light);letter-spacing:1px;margin-top:8px;font-size:.95rem}.music-card{cursor:pointer;background:var(--card-bg);border-radius:8px;transition:transform .35s,box-shadow .35s;overflow:hidden;box-shadow:0 4px 20px #0000000f}.music-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0000001f}.music-card.active{box-shadow:0 0 0 2px var(--accent),0 12px 35px #0000001f}.music-card-image{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.music-card-image img{object-fit:cover;filter:brightness(.92);width:100%;height:100%;transition:transform .5s,filter .5s}.music-card:hover .music-card-image img{filter:brightness();transform:scale(1.05)}.music-card-overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.music-card:hover .music-card-overlay{opacity:1}.music-card-overlay i{color:#ffffffe6;filter:drop-shadow(0 2px 8px #0006);font-size:48px}.music-card-info{padding:18px 20px 20px}.music-card-info h3{font-size:1.3rem;font-family:var(--font-heading);color:var(--primary);margin-bottom:4px}.music-card-artist{color:var(--text-light);margin-bottom:10px;font-size:13px}.music-card-meta{flex-wrap:wrap;gap:8px;display:flex}.music-tag{border:1px solid var(--accent);color:var(--accent);letter-spacing:.8px;text-transform:uppercase;border-radius:20px;padding:3px 12px;font-size:11px;font-weight:600;display:inline-block}.music-detail-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#1e2c3aeb;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.music-detail-content{background:var(--card-bg);border-radius:16px;width:90%;max-width:700px;max-height:85vh;animation:.35s slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 80px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.music-detail-close{color:var(--text-light);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;transition:background .2s,color .2s;display:flex;position:absolute;top:16px;right:20px}.music-detail-close:hover{color:var(--primary);background:#00000014}.music-detail-hero{background:linear-gradient(135deg,#5b7a9914,#0000);align-items:center;gap:28px;padding:32px 32px 24px;display:flex}.music-detail-cover{aspect-ratio:1;border-radius:8px;width:200px;min-width:200px;overflow:hidden;box-shadow:0 8px 30px #00000026}.music-detail-cover img{object-fit:cover;width:100%;height:100%}.music-detail-info h2{font-size:2rem;font-family:var(--font-heading);color:var(--primary);margin-bottom:6px;line-height:1.1}.music-detail-artist{color:var(--text-light);margin-bottom:14px;font-size:15px}.music-streams-section{border-top:1px solid #5b7a991f;padding:24px 32px 32px}.streams-label{text-transform:uppercase;letter-spacing:2px;color:var(--text-light);margin-bottom:20px;font-size:11px;font-weight:800}.streams-grid{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.stream-link{color:var(--text-main);border-bottom:1px solid #5b7a991a;align-items:center;gap:14px;padding:16px 12px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:flex}.stream-link:hover{background:#5b7a990f;transform:translate(4px)}.stream-link i{text-align:center;width:32px;font-size:24px}.site-footer{background-color:var(--card-bg);border-top:1px solid #5b7a9933;margin-top:auto;padding:60px 40px}.footer-columns{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;display:flex}.footer-title{margin-bottom:20px;font-size:1.5rem;font-style:italic}.footer-socials,.footer-contact{gap:20px;margin-bottom:20px;display:flex}.footer-socials a,.footer-contact a{color:var(--text-light);font-size:22px;text-decoration:none;transition:color .3s}.footer-socials a:hover,.footer-contact a:hover{color:var(--accent);transform:translateY(-3px)}.footer-copyright{color:var(--text-light);font-size:13px;line-height:1.8}.footer-right{text-align:right}.footer-contact{justify-content:flex-end}.lightbox{z-index:2000;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#1e2c3af2;justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s;display:flex;position:fixed;top:0;left:0}.lightbox.active{opacity:1;pointer-events:auto}.lightbox-close{color:#ffffff80;cursor:pointer;font-size:40px;transition:color .3s;position:absolute;top:30px;right:40px}.lightbox-close:hover{color:#fff}.lightbox-content{align-items:center;gap:50px;width:90%;max-width:1200px;display:flex}.lightbox-img-wrapper{text-align:right;flex:2}.lightbox-img{border-radius:2px;max-width:100%;max-height:85vh;box-shadow:0 10px 40px #00000080}.lightbox-info{flex-direction:column;flex:1;gap:15px;display:flex}.lightbox-info h2{color:#fff;font-size:3rem;font-style:italic;line-height:1.1}.lightbox-tag{color:#ffffffb3;letter-spacing:1px;text-transform:uppercase;border:1px solid #ffffff4d;border-radius:20px;padding:6px 16px;font-size:12px;display:inline-block}.lightbox-date{color:var(--accent);font-size:14px;font-weight:500}@media (max-width:768px){.top-nav{z-index:1000;padding:15px 20px}.top-nav .nav-links{flex-wrap:wrap;justify-content:center;gap:10px 20px}.nav-link{font-size:1.1rem}.home-main{padding-top:clamp(120px,18vh,160px)}.home-categories{flex-direction:column;gap:40px;padding:0 20px 60px}.category-block{height:350px}#videos{padding:100px 15px 60px}.video-item{z-index:5;margin-bottom:30px;position:relative;width:100%!important;max-width:none!important}.video-item iframe{pointer-events:auto!important}.about-container{flex-direction:column;gap:40px;margin:60px auto;padding:0 24px}.about-image-wrapper,.about-text-wrapper{width:100%}.blog-post{flex-direction:column;gap:15px}.blog-date{border-top:none;border-bottom:1px solid var(--accent);width:100%;padding-bottom:15px}.music-player-bar{z-index:1000;border-radius:12px;gap:12px;padding:14px 18px}.play-btn{width:42px;min-width:42px;height:42px}.volume-control{display:none}.time-display{min-width:30px;font-size:11px}.music-detail-hero{text-align:center;flex-direction:column;gap:20px;padding:40px 24px 24px}.music-detail-cover{width:180px;min-width:180px}.streams-grid{grid-template-columns:1fr}.footer-columns{text-align:center;flex-direction:column;gap:40px}.footer-left{flex-direction:column;align-items:center;width:100%;display:flex}.footer-socials{justify-content:center;gap:15px;width:100%;margin-bottom:15px;display:flex}.footer-title{margin-bottom:10px;font-size:1.35rem}.footer-right{text-align:center;width:100%}.footer-contact{text-align:center;justify-content:center;width:100%}.lightbox-content{text-align:center;flex-direction:column;align-items:center;gap:30px;height:90vh;padding-top:40px;overflow-y:auto}.lightbox-img-wrapper{text-align:center;width:100%}.lightbox-close{font-size:30px;top:20px;right:20px}.lightbox-info{align-items:center;width:100%}.lightbox-info h2{font-size:2.2rem}}@media (max-width:480px){.hero-title{font-size:2.8rem}.song-title{font-size:12px}.music-player-bar{padding:12px 14px}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_71ef811-module__aF7Osa__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_71ef811-module__aF7Osa__variable{--font-body:"Inter","Inter Fallback"}
@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(../media/c17e85220dab5903-s.6506615d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(../media/659720fbcac806cc-s.de2691c7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(../media/c3500a4952f4c03f-s.ef0d2f3c.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(../media/6adbe22fa8bff382-s.6440a121.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(../media/3adc3f408d8054fb-s.702b76f1.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(../media/6f8cddd3f32356db-s.6fb5d363.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(../media/5e5dfa9e86f764b8-s.p.da6e3317.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:italic;font-weight:500;font-display:swap;src:url(../media/c17e85220dab5903-s.6506615d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:italic;font-weight:500;font-display:swap;src:url(../media/659720fbcac806cc-s.de2691c7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:italic;font-weight:500;font-display:swap;src:url(../media/c3500a4952f4c03f-s.ef0d2f3c.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:italic;font-weight:500;font-display:swap;src:url(../media/6adbe22fa8bff382-s.6440a121.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:italic;font-weight:500;font-display:swap;src:url(../media/3adc3f408d8054fb-s.702b76f1.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:italic;font-weight:500;font-display:swap;src:url(../media/6f8cddd3f32356db-s.6fb5d363.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:italic;font-weight:500;font-display:swap;src:url(../media/5e5dfa9e86f764b8-s.p.da6e3317.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e7150917543fc9da-s.8200e9a3.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/71fbf9c08529c2a5-s.91ff3091.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e9457141811d41ae-s.30a48620.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ac34884600cd8d5d-s.7d4c278c.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e1ccd2766b08c828-s.838318db.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/507a47c1876d4ec2-s.303dbfb4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8c2eb9ceedecfc8e-s.p.21935807.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e7150917543fc9da-s.8200e9a3.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/71fbf9c08529c2a5-s.91ff3091.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e9457141811d41ae-s.30a48620.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ac34884600cd8d5d-s.7d4c278c.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e1ccd2766b08c828-s.838318db.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/507a47c1876d4ec2-s.303dbfb4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8c2eb9ceedecfc8e-s.p.21935807.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora Fallback;src:local(Times New Roman);ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.0%;size-adjust:115.2%}.lora_c5bf5713-module__TF04gG__className{font-family:Lora,Lora Fallback}.lora_c5bf5713-module__TF04gG__variable{--font-heading:"Lora","Lora Fallback"}
