:root[data-theme=dark]{--background:#115E59;--background-2:#1B302F;--background-2-hover:#27403d;--background-footer:#115E59;--overgound:rgba(17,94,89,0.6);--overgound-l:rgba(255,255,255,0.1);--foreground:#171717;--primary:#0a763b;--border:#efefef;--lg:1240px;--font-color:#ffffff;--font-light-color:#ffffff;--font-base:var(--font-libre-baskerville);--font-heading:var(--font-lora)}:root[data-theme=light]{--background:#ffffff;--background-2:#F3F4F6;--background-2-hover:#dddee0;--background-footer:#eeeeee;--overgound:rgba(0,0,0,0.6);--overgound-l:rgba(255,255,255,0.1);--foreground:#171717;--primary:#0a763b;--border:#333;--lg:1240px;--font-color:#333333;--font-light-color:#ffffff;--font-base:var(--font-libre-baskerville);--font-heading:var(--font-lora)}*{box-sizing:border-box;padding:0;margin:0}html[data-lang=ar],html[data-lang=ar] .MuiButton-root,html[data-lang=ar] .MuiFormLabel-root,html[data-lang=ar] .MuiInputBase-root,html[data-lang=ar] .MuiSelect-root,html[data-lang=ar] .MuiTab-root,html[data-lang=ar] .MuiTableCell-root,html[data-lang=ar] .MuiTypography-root{font-family:Noto Sans Arabic,sans-serif!important}html[data-lang=en],html[data-lang=en] .MuiButton-root,html[data-lang=en] .MuiFormLabel-root,html[data-lang=en] .MuiInputBase-root,html[data-lang=en] .MuiSelect-root,html[data-lang=en] .MuiTab-root,html[data-lang=en] .MuiTableCell-root,html[data-lang=en] .MuiTypography-root{font-family:var(--font-base),serif;font-optical-sizing:auto;font-style:normal}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body{background-color:var(--background);transition:all .2s ease-in-out}.d-bread-mb{margin-bottom:60px}.d-mb{margin-bottom:24px}li{list-style:none}.fading{animation-timing-function:ease;animation-name:fading;animation-duration:.5s}@keyframes fading{0%{opacity:0}to{opacity:1}}.top-header{background-color:#111}.top-header-container{width:100%;max-width:var(--lg);margin:0 auto;color:#f0f0f0;font-family:var(--font-heading),serif;font-size:.95rem;letter-spacing:.3px;padding:10px 0;display:flex;justify-content:space-between;align-items:center}.top-header-container a{cursor:pointer;color:#f0f0f0;text-decoration:none;transition:color .2s ease}.top-header-container a:hover{color:#c8b560}header{width:100%;position:relative;z-index:10;position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid #eee;background-color:#ffffff;font-size:1.05rem}header .mobile{display:none}.header-container{width:100%;max-width:var(--lg);margin:0 auto;height:70px;display:flex;align-items:center;justify-content:space-between}.header-container .header-logo{width:70px;height:70px;position:relative}.header-container ul{height:100%;display:flex}.header-container ul a{color:#222!important;font-weight:500;position:relative;transition:all .2s ease}.header-container ul li a:hover{background-color:#c8b560}.header-container ul li a:hover:after{content:"";position:absolute;width:100%;height:2px;background-color:#c8b560;bottom:-5px;left:0;transition:all .2s ease}.header-container ul a.active{background-color:#c8b560}.header-container ul a.active:after{content:"";position:absolute;width:100%;height:2px;background-color:#c8b560;bottom:-5px;left:0;transition:all .3s ease}footer{width:100%;background-color:var(--background-footer)}.footer-container{width:100%;max-width:var(--lg);margin:0 auto;display:flex;padding:24px 0;color:var(--font-color)}.footer-container-box{width:25%;line-height:2.5}.footer-container p{font-weight:700}.secondary-footer-container{max-width:var(--lg);margin:0 auto;height:70px;display:flex;justify-content:space-between;align-items:center}.secondary-footer-container,.secondary-footer-container p{width:100%;text-align:center}.header-container ul li{list-style:none;height:100%;display:flex;align-items:center}.header-container ul li:last-child{border:none}.header-container ul li a{height:100%;padding:0 16px;display:flex;align-items:center;font-weight:700;color:var(--font-light-color)}a{color:inherit;text-decoration:none}a,h1,h2,h3,h4,h5,li,p{color:var(--font-color);transition:all .2s ease-in-out}h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}.container{padding:80px 0;width:100%;max-width:var(--lg);margin:0 auto}.bg-section{background-color:#eeeeee}.container h2{margin-bottom:24px}.page-image-container{width:100%;height:400px}.page-image-content,.page-title-content{top:0;left:0;position:absolute;width:100%;height:400px;z-index:3}.page-title-content{display:flex;align-items:center;justify-content:center}.page-title-content h1{color:var(--font-light-color)}.hero-section-container{max-width:var(--lg);margin:0 auto;width:100%;position:relative;height:500px;display:flex;align-items:center}.hero-section-carousel{width:100%;overflow:"hidden"}.hero-section-content{padding:40px 0;width:40%;display:flex;flex-direction:column;gap:16px}.hero-section-content p{letter-spacing:1px;line-height:1.6;font-weight:400}.hero-section-content-action-button{display:flex;gap:16px}.MuiButton-contained{background:linear-gradient(145deg,#d4af37,#b8860b)!important;color:#fff!important;font-weight:600!important;border-radius:12px!important;box-shadow:0 4px 15px rgba(0,0,0,.1)!important;transition:all .3s ease-in-out!important}.MuiButton-contained:hover{box-shadow:0 6px 25px rgba(212,175,55,.4)!important}.announcement-card,.statistics-card{background-color:#ffffff;padding:16px;width:100%;box-shadow:0 1px 4px rgba(0,0,0,.1);border:1px solid var(--border);border-radius:4px;transition:all .2s ease-in-out;display:flex;flex-direction:column;gap:24px}.statistics-card-section{background-color:#1B302F}.statistics-card-container{display:flex;gap:16px}.statistics-card{width:100%;border-top:7px solid var(--primary);gap:0;line-height:1.7}.statistics-values{display:flex;flex-direction:column;align-items:center}.statistics-values p:first-child{font-size:24px}.statistics-values p:nth-child(2),.statistics-values p:nth-child(3){font-size:20px}[dir=rtl] .statistics-values p:first-child span{font-size:40px;padding-left:4px;font-weight:700;color:var(--primary)}[dir=ltr] .statistics-values p:first-child span{font-size:40px;padding-right:4px;font-weight:700;color:var(--primary)}[dir=rtl] .statistics-values p:nth-child(2) span,[dir=rtl] .statistics-values p:nth-child(3) span{font-size:30px;padding-left:4px;font-weight:700;color:var(--primary)}[dir=ltr] .statistics-card p:nth-child(2) span,[dir=ltr] .statistics-card p:nth-child(3) span{font-size:30px;padding-right:4px;font-weight:700;color:var(--primary)}.contact-section-section{background-color:var(--background-2)}.contact-section-section h2,.contact-section-section p{text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-fade-in{animation:fadeIn .5s ease-in-out}.image-blur{filter:blur(10px);transition:filter .5s ease-out}.image-blur-loaded{filter:blur(0)}.page-article{line-height:2}.page-article h2{padding:16px 0;margin:0}.page-article h3{padding:16px 0}footer li{cursor:pointer}.form-container{max-width:800px;width:100%;margin:0 auto}.card-form{padding:16px}.about-us-container{display:flex;flex-direction:row;margin-bottom:32px;height:340px;gap:32px}.about-us-container.rtl{flex-direction:row-reverse!important}.about-us-content{display:flex;align-items:center;justify-content:center;width:70%}.services-page-card{width:100%;height:400px;border-radius:12px;position:relative;cursor:pointer}.services-page-card img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;overflow:hidden;border-radius:12px}.services-page-card .services-page-card-content .services-page-card-content-head{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:12;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 40px}.services-page-card .services-page-card-content h2{color:#fff;font-weight:700;font-size:32px;text-align:center}.services-page-card .services-page-card-content p{color:#fff;font-size:20px;text-align:center}.services-page-card .services-page-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11;overflow:hidden;background-color:rgba(0,0,0,.6);border-radius:12px}.services-page-card:hover{box-shadow:0 3px 8px rgba(0,0,0,.24)}.default-breadcrumb{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;margin-bottom:50px;font-size:1.3rem}.default-breadcrumb li.crumb{position:relative;margin-bottom:.5em;padding:.25em;background-color:#eaecf1;color:#8093a7}.default-breadcrumb li.crumb:after{left:100%;-webkit-clip-path:polygon(50% 50%,-50% -50%,0 100%);clip-path:polygon(50% 50%,-50% -50%,0 100%)}.default-breadcrumb li.crumb:after,.default-breadcrumb li.crumb:before{content:"";display:block;position:absolute;top:0;height:100%;width:1.5em;background-color:#eaecf1}.default-breadcrumb li.crumb:before{left:1px;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%,50% 50%,0 0);clip-path:polygon(100% 0,100% 100%,0 100%,50% 50%,0 0);transform:translateX(-100%)}.default-breadcrumb li.crumb:not(:first-child){margin-left:2em}.default-breadcrumb li.crumb:first-child{padding-left:.5em;border-radius:5px 0 0 5px}.default-breadcrumb li.crumb:first-child:before{display:none}.default-breadcrumb li.crumb:last-child{padding-right:.5em;border-radius:0 5px 5px 0}.default-breadcrumb li.crumb:last-child:after{display:none}.default-breadcrumb li.crumb.active{background-color:#c8b560;color:#ffffff}.default-breadcrumb li.crumb.active:after,.default-breadcrumb li.crumb.active:before{background-color:#c8b560}.default-breadcrumb li.crumb .link{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.default-breadcrumb li.crumb a,.default-breadcrumb li.crumb a:hover{color:#c8b560}[dir=rtl] .default-breadcrumb li.crumb{text-align:right;direction:rtl!important}[dir=rtl] .default-breadcrumb li.crumb:after{right:100%!important;left:unset!important;background-color:#eaecf1;-webkit-clip-path:polygon(50% 50%,100% 100%,100% 0);clip-path:polygon(50% 50%,100% 100%,100% 0)}[dir=rtl] .default-breadcrumb li.crumb:before{right:1px!important;left:unset!important;-webkit-clip-path:polygon(0 0,0 100%,100% 100%,50% 50%,100% 0);clip-path:polygon(0 0,0 100%,100% 100%,50% 50%,100% 0);transform:translateX(100%)}[dir=rtl] .default-breadcrumb li.crumb:not(:first-child){margin-right:2em;margin-left:0}[dir=rtl] .default-breadcrumb li.crumb:first-child{padding-right:.5em;padding-left:0;border-radius:0 5px 5px 0}[dir=rtl] .default-breadcrumb li.crumb:last-child{padding-right:0;padding-left:.5em;border-radius:5px 0 0 5px}@media only screen and (max-width:1240px){.header-container{padding:0 16px}.footer-container{padding:24px 16px}.container{padding:80px 16px}}@media only screen and (max-width:800px){h1{font-size:16px}h2,h3{font-size:14px}p{font-size:12px}.top-header-container{padding:8px}header .mobile{display:flex}header .desktop{display:none}.d-bread-mb{margin-bottom:20px}.footer-container{flex-direction:column;text-align:center;gap:16px}.footer-container-box p{font-size:14px}.page-image-container,.page-image-content,.page-title-content{height:250px}.hero-section-container{flex-direction:column-reverse;height:auto}.hero-section-carousel,.hero-section-content{width:100%}.hero-section-content{text-align:center;padding:16px 8px}.hero-section-content-action-button{align-items:center;justify-content:center}.footer-container-box{width:100%}.hero-section-content-f{width:100%;gap:16px}.services-page-card .services-page-card-content h2{font-size:28px}.services-page-card .services-page-card-content p{font-size:18px}}@media only screen and (max-width:680px){.header-container{padding:0 16px}.footer-container{padding:16px 8px}.container{padding:40px 8px}.services-page-card{height:160px}.services-page-card .services-page-card-content .services-page-card-content-head{padding:0 16px}.services-page-card .services-page-card-content h2{font-size:20px}.services-page-card .services-page-card-content p{font-size:16px;text-align:center;line-height:1.8}}@font-face{font-family:Libre Baskerville;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/f836c882b28f3120-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:Libre Baskerville;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/c4445d1b193e518a-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:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/301c2a5d0ba920b0-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:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b2f48049c9c5c631-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:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/27a4dfb4809e75f0-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:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fd9b8ea6976d80ff-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:Libre Baskerville Fallback;src:local("Times New Roman");ascent-override:76.22%;descent-override:21.22%;line-gap-override:0.00%;size-adjust:127.26%}.__className_f3a3b8{font-family:Libre Baskerville,Libre Baskerville Fallback}.__variable_f3a3b8{--font-libre-baskerville:"Libre Baskerville","Libre Baskerville Fallback"}@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/05a58683eb2ffca7-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;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/c80eef6a0c97798e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Lora;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/63a824f40bff46cc-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;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/99bbede094da1c3f-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;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/544aa6ff8ec2279c-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;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/12daa6bda99e7516-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;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/0371b7184f940d68-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;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/05a58683eb2ffca7-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;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/c80eef6a0c97798e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Lora;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/63a824f40bff46cc-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;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/99bbede094da1c3f-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;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/544aa6ff8ec2279c-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;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/12daa6bda99e7516-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;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/0371b7184f940d68-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;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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/76fe8e18136e2e68-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6c654496b1569cf8-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;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;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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cd56370bb165aad7-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/383c2ab2a767fb58-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;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;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/76fe8e18136e2e68-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6c654496b1569cf8-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;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;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;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cd56370bb165aad7-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;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/383c2ab2a767fb58-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;src:local("Times New Roman");ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.00%;size-adjust:115.20%}.__className_739cfe{font-family:Lora,Lora Fallback}.__variable_739cfe{--font-lora:"Lora","Lora Fallback"}