.footer-container{width:90%;max-width:1400px;outline:2px solid;background-color:#131313;color:#fff;border-radius:2rem;margin:3rem auto;box-shadow:2px 4px 16px 1px rgba(0,0,0,.64);-webkit-box-shadow:2px 4px 16px 1px rgba(0,0,0,.64);-moz-box-shadow:2px 4px 16px 1px rgba(0,0,0,.64)}.footer-container-top-content{display:flex;justify-content:space-between;width:100%;margin:2rem auto 0;padding:2rem}.footer-container-top-content-left{width:30%;display:flex;font-size:40px;justify-content:space-between}.footer-container-top-content-right{display:flex;flex-direction:column;gap:1rem}.ic_footer-right{display:flex;justify-content:space-between;width:100%;font-size:20px;align-items:center}.footer-container-middle-content{max-width:100%;display:flex;margin:2rem auto 0;justify-content:center}.footer-container-middle-content ul li{display:flex;justify-content:space-between;margin:2rem;gap:3rem}.footer-container-middle-content ul li a{display:flex;align-items:center;gap:1rem;font-size:20px;transition:all .3s}.footer-container-middle-content ul li a:hover{color:red}.footer-container-bottom-content{width:100%;display:flex;justify-content:center;margin:2rem auto -2rem;background-color:#f0f8ff;color:#000;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;font-size:18px;padding:.5rem;font-weight:700}@media (max-width:720px){.footer-container{width:100%;margin-bottom:0}.footer-container-top-content{width:100%;display:flex;flex-direction:column;align-items:center;font-size:25px}.footer-container-top-content-left{width:100%;margin-bottom:3rem}.footer-container-middle-content{margin-top:-.5rem}.footer-container-middle-content ul li{display:flex;flex-direction:column}.footer-container-bottom-content{padding:2rem;text-align:center;border-bottom-left-radius:0;border-bottom-right-radius:0}}.navbar{background-color:#131313;padding:20px;display:flex;justify-content:center;gap:1rem;align-items:center;box-shadow:1px 1px 15px 1px #3d3d3d;z-index:10}.logo{color:#fff;font-size:1.5rem}.menu{display:flex;align-items:center;z-index:10}.menu ul{list-style:none;display:flex}.menu ul li{margin-right:20px;color:#fff;cursor:pointer}.menu li a{display:flex;align-items:center;margin-left:1rem;font-size:20px;justify-content:space-between;font-weight:500}.menu li a,.menu li a:hover{transition:all .3s ease-in-out}.menu li a:hover{color:#fd0a0a}.ic_nav{margin-right:1rem}.logo img{width:50%;height:100%;margin-left:2rem}.mobile-menu-icon{flex-direction:column;justify-content:space-between;width:30px;height:30px;position:relative;display:none}.mobile-menu-icon span{width:30px;height:4px;background-color:#fff;display:block;transition:all .3s ease-in-out}.mobile-menu-icon.open span:first-child{transform:rotate(-45deg) translate(-12px,6px)}.mobile-menu-icon.open span:nth-child(2){opacity:0}.mobile-menu-icon.open span:nth-child(3){transform:rotate(45deg) translate(-12px,-6px)}@media (max-width:940px){.navbar{border-bottom:0 solid #c40000;border-radius:0;justify-content:space-between}.menu{position:absolute;top:65px;height:0%;left:0;background-color:#131313;text-align:center;transition:all .3s ease-in-out;overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.menu,.menu ul{flex-direction:column;width:100%}.menu ul{justify-content:start;align-items:start}.menu ul li{margin-bottom:25px;color:#fff;cursor:pointer;margin-top:1rem}.menu.open{display:flex;height:80vh;overflow-y:auto;transition:all .3s ease-in-out;background-color:#131313;border-bottom:5px solid #c40000;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.logo img{width:50%;height:100%;margin-left:0}.mobile-menu-icon{display:flex}}:root{--max-width:1100px;--border-radius:12px;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}.home-main-container{min-height:100vh;width:100%}.home-content-section-one{max-width:1800px;margin:5rem auto}.home-content-section-news{width:100%;display:flex;justify-content:space-evenly;padding:2rem;gap:1rem}.title-header{font-size:xx-large;margin:2rem auto;padding:20px;max-width:1500px;border-bottom:3px solid rgba(0,0,0,.5);text-align:center;color:#000;font-size:40px;font-style:normal;font-weight:700;line-height:131.915%;letter-spacing:2px}.author-page-txt{font-size:17px;font-weight:500;padding:20px 10px}.author-page-txt span{font-size:17px;font-weight:300}.home-news-left{width:100%;max-width:970px;display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;grid-gap:.7rem;gap:.7rem;padding:25px;border-radius:20px;background:#fff;box-shadow:0 4px 89px 0 rgba(0,0,0,.25)}.home-news-right{width:100%;max-width:400px;padding-inline:10px;padding-top:10px;display:flex;flex-direction:column;border-radius:20px}.home-content-section-two{max-width:1400px;margin:3rem auto;padding:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.home-content-section-two-btn{margin-top:2rem;padding:10px 20px;border-radius:5px;background:#fff;border:2px solid #131313;box-shadow:0 4px 47.9px 0 rgba(0,0,0,.25);cursor:pointer}.home-content-section-two-btn:hover{background:#131313;color:#fff;border:2px solid #949494;box-shadow:0 4px 47.9px 0 hsla(0,0%,94%,.25);cursor:pointer}@media (max-width:1024px){.home-news-right{display:none}}@media (max-width:768px){.home-news-right{display:none}.home-news-left{grid-template-columns:repeat(1,1fr)}.home-content-section-news{padding:.5rem}}.blog-page-container{min-height:100vh;display:flex;justify-content:space-between;max-width:1600px;margin:5rem auto;padding:1rem}.blog-page-container-left{max-width:1000px;padding:1rem;border-radius:20px;background:#fff;box-shadow:0 4px 36px 0 rgba(0,0,0,.25);height:-moz-fit-content;height:fit-content}.blog-page-container-right{width:100%;max-width:380px;height:-moz-fit-content;height:fit-content}.blog-page-container-left-header-title{padding:2rem;color:#000;font-size:35px;font-style:normal;font-weight:700;line-height:131.915%;letter-spacing:2px}.share-button{display:flex;align-items:center;gap:5px;font-size:large;border:1px solid #117dbb;background-color:#117dbb;width:-moz-fit-content;width:fit-content;padding:10px 20px;color:#fff;border-radius:5px;cursor:pointer;margin-block:1rem;transition:all .2s}.share-button:hover{background-color:#0c4e74}.blog-page-container-left img{width:100%;border-radius:5px;margin-block:1rem}.blog-page-container-left-header-description{color:#000;font-size:17px;font-style:normal;font-weight:500;line-height:131.915%;letter-spacing:1px;margin-block:3rem;width:100%;max-width:900px;padding:1rem .3rem}@media (max-width:1024px){.blog-page-container{flex-direction:column;padding:.4rem}.blog-page-container-right{max-width:100%}}@media (max-width:728px){.blog-page-container-left-header-title{font-size:19px;padding:5px 10px}.blog-page-container-left-header-description{font-size:15px}}@media (max-width:1440px){.blog-page-container-left{max-width:800px}}.category-page-container{min-height:100vh}.category-page-container-header{height:55vh;width:100%;background-repeat:no-repeat;background-size:cover;background-position:50%;position:relative}.category-page-container-header:before{height:55vh;width:100%;content:"";inset:0;position:absolute;background-color:rgba(0,0,0,.6);z-index:1}.category-page-container-header-description{z-index:2;color:#fff;position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.category-page-container-header-description h1{font-size:45px;padding:2rem;background-color:rgba(0,0,0,.6)}.category-page-container-main{max-width:1600px;justify-content:space-between;min-height:20vh;padding:2rem;margin:5rem auto;gap:2rem}.category-page-container-left,.category-page-container-main{display:flex;width:100%;height:-moz-fit-content;height:fit-content}.category-page-container-left{flex-direction:column;max-width:1000px}.category-page-container-left>*{margin-bottom:1rem}.category-page-container-right{width:100%;max-width:380px;height:-moz-fit-content;height:fit-content}.category-content-section-two-btn{padding:10px 20px;max-width:400px;margin:3rem auto;border-radius:5px;background:#fff;border:2px solid #131313;box-shadow:0 4px 47.9px 0 rgba(0,0,0,.25);cursor:pointer}.category-content-section-two-btn:hover{background:#131313;color:#fff;border:2px solid #949494;box-shadow:0 4px 47.9px 0 hsla(0,0%,94%,.25);cursor:pointer}@media (max-width:1024px){.category-page-container-main{flex-direction:column}.category-page-container-right{max-width:100%}}.adsbygoogle2{width:100%;max-width:380px;height:155px;background-size:cover;background-position:50%;border-radius:15px;cursor:pointer}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ec159349637c90ad-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/513657b02c5c193f-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fd4db3eb5472fc27-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/51ed15f9841b9f9d-s.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/05a31a2ca4975f99-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:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/d6b16ce4a6175f26-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c9a5bc6a7c948fb0-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_e66fe9;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e66fe9{font-family:__Inter_e66fe9,__Inter_Fallback_e66fe9;font-style:normal}