#navigation{position:relative;z-index:1}#navigation .sidebar{position:fixed;height:100vh;background:linear-gradient(90deg,#4d59c1,transparent);top:0;left:0;pointer-events:visible;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transform:translate(-47%);writing-mode:vertical-lr;gap:2vw}#navigation .sidebar .logo_side{max-width:100%;width:20vw;margin-inline:-2vw;position:relative;height:50vh;transition:all .55s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate(-2%)}#navigation .sidebar .logo_side:hover{scale:1.2;filter:drop-shadow(.2vw .5vw 1vw white)}#navigation .sidebar .logo_side:active{scale:1}#navigation .sidebar .side-text{color:#000;font-size:.6vw;display:flex;flex-direction:row;align-items:center;height:100%;width:100%;gap:1em;-webkit-user-select:text;-moz-user-select:text;user-select:text}#navigation .sidebar .side-text.top{justify-content:end}#navigation .sidebar .side-text p{white-space:nowrap}#navigation .sidebar .side-text hr{height:40%;width:.05vw;border:none;background:#000}#navigation .sidebar-overlay{position:fixed;height:100vh;width:100vw;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background:rgba(34,32,47,.74);transition:all .25s,height 0ms,width 0ms;z-index:100;opacity:0}#navigation .sidebar-overlay:before{content:"";position:absolute;background:url(/backgrounds/shattered_glass.png),#fff;-webkit-backdrop-filter:blur(.2vw);backdrop-filter:blur(.2vw);filter:blur(1vw);background-size:cover;mix-blend-mode:exclusion;transition:all 50ms,filter .25s ease,height 0ms,width 0ms;transform-origin:right;transition-delay:.55s;scale:0 1}#navigation .sidebar-nav,#navigation .sidebar-overlay:before{height:100%;width:100%;opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}#navigation .sidebar-nav{position:fixed;top:0;left:0;z-index:150;transition:all .55s ease;display:flex;align-items:center}#navigation .sidebar-nav .decor_shatter{position:fixed;height:100vh;width:100vw;top:0;left:0;object-fit:cover;mix-blend-mode:multiply;background-blend-mode:screen;opacity:.05;z-index:-1;filter:sepia(50%) brightness(120%) invert(100%)}#navigation .sidebar-nav .links{height:100%;display:flex;flex-direction:column;justify-content:center;padding-left:2vw;gap:1vw}#navigation .sidebar-nav .links .nav-circle{position:absolute;height:100%;top:0;scale:.7;right:74%;z-index:-2;animation:speen 150s;pointer-events:none}#navigation .sidebar-nav .links .sidebar-link{display:block;text-align:left;text-decoration:none;border-radius:2vw;padding:.25vw 2vw;background:url(/backgrounds/galaxy_subtle.png),linear-gradient(92deg,#94d2ff,rgba(255,222,136,.9) 46%,#817e7e);background-blend-mode:overlay;font-family:var(--fontAlt);color:#fff;box-shadow:0 .4vw 1vw rgba(38,54,95,.482);transition:scale .25s ease,box-shadow .25s ease;transform-origin:left;font-size:1.5vw;min-width:15vw;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;text-shadow:0 .2vw .2vw #749af9}#navigation .sidebar-nav .links .sidebar-link:before{content:"";position:absolute;top:0;left:85%;width:15%;height:100%;background:url(/decors/nav-gem.png);background-size:contain;scale:1.1;transition:all .25s ease,rotate .5s;background-repeat:no-repeat}#navigation .sidebar-nav .links .sidebar-link span{font-weight:400;padding-right:.2vw}#navigation .sidebar-nav .links .sidebar-link:hover{scale:1.05;box-shadow:0 .2vw 1.2vw rgba(116,154,249,.761)}#navigation .sidebar-nav .links .sidebar-link:hover:before{scale:1.3;rotate:-450deg}#navigation .sidebar-nav .links-hover{text-decoration:none;border-radius:1vw;padding:1.5vw 2vw;background:url(/backgrounds/galaxy_subtle.png),linear-gradient(105deg,#94d2ff,rgba(255,222,136,.9) 46%,hsla(0,0%,85%,.29));background-blend-mode:overlay;color:#fff;height:max-content;margin-left:2vw;min-width:20vw;display:flex;flex-direction:column;transition:all .5s ease;min-height:10vw;gap:1vw;box-shadow:0 .4vw 1vw rgba(38,54,95,.482)}#navigation .sidebar-nav .links-hover .sidebar-hover-link{color:#fff;text-decoration:none;font-size:1.5vw;text-shadow:0 .2vw .2vw #749af9}#navigation .sidebar-nav .links-hover .sidebar-hover-link span{transition:all 1.2s ease;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}#navigation .sidebar-nav .links-hover .sidebar-hover-link:hover span{transform:translateX(1vw)}#navigation .sidebar-nav .links-hover.closed{opacity:0;transform:translateY(10vw)}#navigation .sidebar-nav .links-hover.open{opacity:1}#navigation.open .sidebar-overlay{-webkit-backdrop-filter:blur(.28vw);backdrop-filter:blur(.28vw);opacity:1;-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all}#navigation.open .sidebar-overlay:before{scale:1 1;opacity:.1;filter:blur(0)}#navigation.open .sidebar-nav{-webkit-backdrop-filter:blur(1.2vw);backdrop-filter:blur(1.2vw);pointer-events:all;-webkit-user-select:all;-moz-user-select:all;user-select:all;transition-delay:1.8s;opacity:1}@media screen and (max-width:768px){#navigation .sidebar .side-text{font-size:1.5vh}#navigation .sidebar-nav{display:flex;align-items:center}#navigation .sidebar-nav .links{padding:0 5%;width:100%;display:flex;justify-content:center;align-items:center;gap:1.5vh}#navigation .sidebar-nav .links .nav-circle{right:auto;left:-400px}#navigation .sidebar-nav .links .sidebar-link{width:100%;font-size:2rem!important}#navigation .sidebar-nav .links-hover{display:none!important}}@media screen and (max-width:550px){#navigation .sidebar{width:100vw;height:min(20vh,100px);bottom:0;left:0;top:auto;transform:none;background:linear-gradient(0deg,#020624,transparent)}#navigation .sidebar .side-text{display:none}#navigation .sidebar .logo_side{width:150px;height:150px;scale:1.4;position:relative;transition:all .55s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate(-2%)}#navigation .sidebar .logo_side:hover{scale:1.2;filter:drop-shadow(.2vw .5vw 1vw white)}#navigation .sidebar .logo_side:active{scale:1}}.loading-screen{position:fixed;background:red;height:100%;width:100%;top:0;left:0;z-index:1000;background:url(/backgrounds/galaxy_subtle.png),linear-gradient(108deg,#3d76b9,#3a6daf 9%,#253c75 31%,#1a2053 59%,#0f1331 84%,#000);transition:all .5s ease}.loading-screen .loading-video{height:100%;width:100%;object-fit:cover;animation:video-scale 20s ease infinite alternate-reverse;filter:blur(5px)}.loading-screen .loading-text{position:absolute;height:100%;top:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;animation:unblur 2s ease}.loading-screen .loading-text p{font-size:1.5rem;color:#fff;text-shadow:2px 2px 5px #2f299d;animation:scale-text 14s ease forwards;animation-delay:1s}.loading-screen .loading-logo{position:absolute;bottom:0;right:0;display:flex;align-items:center;animation:breathing 1s ease infinite alternate-reverse}.loading-screen .loading-logo p{color:#fff;font-family:var(--fontAlt)}.loading-screen .loading-logo .logo-part{max-width:100px}.loading-screen.loaded{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;animation:disable-loading 7s forwards;animation-delay:2s}@media screen and (max-width:1024px){.loading-screen{width:100%}.loading-screen .loading-text{font-size:1rem}.loading-screen .loading-text p{max-width:70%;margin:0 auto}.loading-screen .loading-text br{margin-bottom:5vh}}@media screen and (max-width:768px){.loading-screen .loading-video{position:absolute;top:0;left:0;object-fit:contain;filter:blur(5px);width:900px;height:100vh;transform:translateX(-20%)}}@media screen and (max-width:550px){.loading-screen{width:100%}.loading-screen .loading-text p{font-size:1rem;max-width:70%;margin:0 auto}.loading-screen .loading-text br{margin-bottom:5vh}.loading-screen .loading-video{position:absolute;top:0;left:0;object-fit:contain;filter:blur(5px);width:900px;height:100vh;transform:translateX(-35%)}}@keyframes disable-loading{0%{opacity:1}50%{filter:blur(2vw)}to{opacity:0}}@keyframes loading-exit{0%{filter:blur(0)}80%{opacity:1;filter:blur(.5vw)}to{filter:blur(10vw);opacity:0}}@keyframes video-scale{0%{scale:1}to{scale:1.3;rotate:2deg}}@keyframes scale-text{0%{scale:1}to{scale:1.4}}@keyframes breathing{0%{opacity:.2}to{filter:drop-shadow(2px 2px 10px white);opacity:1}}@keyframes unblur{0%{filter:blur(5vw)}to{filter:blur(0)}}*{padding:0;margin:0;box-sizing:box-border}*,body{scroll-behavior:smooth}body{overflow-x:hidden;font-family:var(--fontMain)}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url(/backgrounds/galaxy_subtle.png),linear-gradient(108deg,#3d76b9,#3a6daf 9%,#253c75 31%,#1a2053 59%,#0f1331 84%,#000);background-size:cover;z-index:-1;background-blend-mode:overlay}main{position:relative;z-index:0;overflow-x:hidden}.btn{text-decoration:none;border:none;background:none;color:#fff;font-size:1.2rem;transition:all .4s ease,width 0ms,height 0ms;font-family:var(--fontAlt);display:block;cursor:pointer}.btn:hover{scale:1.05}.btn:active{scale:.9}.btn-styled{background:linear-gradient(178deg,rgba(0,26,255,.39),rgba(162,118,255,0));color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.25em 1em;border-radius:2em;border:1px solid #fff;gap:.25em}.decor_background-circle{position:fixed;left:-50vw;top:-70vh;width:130vw;animation:speen 190s linear infinite;opacity:.9;mix-blend-mode:hard-light;z-index:-1}.decor_top{position:fixed;top:-15%;right:-8%;rotate:-20deg;width:20vw;height:22vw;filter:drop-shadow(.02vw .02vw .3vw rgba(255,255,255,.825))}.decor_top.logo{z-index:100}.decor_top.circle{animation:speen 120s linear infinite;right:-7%}@keyframes speen{0%{rotate:0deg}to{rotate:2turn}}.ni{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media screen and (orientation:portrait){.decor_background-circle{position:fixed;left:-500px;top:-400px;width:900px;height:900px;animation:speen 190s linear infinite;opacity:.9;mix-blend-mode:hard-light;z-index:-1}}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/80f8724118f34c3e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff113fc7f46481dd-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/65b584363f7e5eb7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4e3d37bae4c63e50-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/371c77a07ca50e12-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Cinzel_Decorative_b1aedc;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/d7415d89107c7d21-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cinzel_Decorative_Fallback_b1aedc;src:local("Arial");ascent-override:72.28%;descent-override:27.55%;line-gap-override:0.00%;size-adjust:135.02%}.__className_b1aedc{font-family:__Cinzel_Decorative_b1aedc,__Cinzel_Decorative_Fallback_b1aedc;font-style:normal}@font-face{font-family:__Lora_212395;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/03b436aa846269de-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Lora_212395;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0086f8992871c45b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Lora_212395;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ab00a911ac2adf48-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,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_212395;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36008747766f78c6-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,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_212395;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d38f9d4e0f4772b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Lora_212395;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/08aedeceaf1dcd57-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_212395;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lora_212395;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/03b436aa846269de-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Lora_212395;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0086f8992871c45b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Lora_212395;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ab00a911ac2adf48-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,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_212395;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36008747766f78c6-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,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_212395;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d38f9d4e0f4772b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Lora_212395;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/08aedeceaf1dcd57-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_212395;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_212395;src:local("Times New Roman");ascent-override:86.33%;descent-override:23.51%;line-gap-override:0.00%;size-adjust:116.53%}.__className_212395{font-family:__Lora_212395,__Lora_Fallback_212395;font-style:normal}