@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100vh;max-width:100%;width:100%;font-family:"Poppins",sans-serif;scroll-behavior:smooth;transition:scroll-behavior .5s;position:relative}main{position:relative;top:80px;left:0;width:100%}@media(min-width: 576px){main{top:100px}}@media(min-width: 576px){main{top:115px}}li{list-style-type:none}a{text-decoration:none}img{display:block;width:100%}header{width:100%;position:fixed;top:0;left:0;z-index:999}nav{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;background:#fff;box-shadow:0 2px 10px rgba(11,75,127,.06);transition:all .4s ease}nav.removeBg{background-color:rgba(0,0,0,0);box-shadow:0 2px 10px rgba(0,0,0,0)}.homepage-nav{backdrop-filter:blur(10px);transition:backdrop-filter .5s}@media(min-width: 768px){.homepage-nav{backdrop-filter:blur(0)}}.homepage-nav.removeFilter{backdrop-filter:blur(0)}@media(min-width: 576px){nav{padding:2rem 2rem}}@media(min-width: 768px){nav{padding:2.5rem 1.5rem}}@media(min-width: 992px){nav{padding:2.5rem 2.5rem}}@media(min-width: 1200px){nav{padding:2.5rem 3rem}}nav .logo-wrapper{width:100%;flex:1 1 50%;display:flex;align-items:center;gap:1rem;position:relative}@media(min-width: 768px){nav .logo-wrapper{flex:1 1 20%}}nav .logo-wrapper .logo-tag{display:flex;align-items:center}nav .logo{position:absolute;left:0;opacity:0;width:130px;height:auto;transition:opacity .5s ease-in-out}@media(min-width: 992px){nav .logo{width:150px}}nav .logo{position:absolute;left:0;opacity:0;width:70px;height:70px;transition:opacity .5s ease-in-out}nav .logo.visible{opacity:1}nav .brand-name{position:absolute;left:0;transition:opacity .5s ease-in-out}nav .brand-name img{width:150px}nav .brand-name.hidden{opacity:0}nav .nav-tags{width:100%;flex:1 1 50%;display:flex;align-items:center;justify-content:flex-end}@media(min-width: 768px){nav .nav-tags{flex:1 1 80%}}.link-tags{display:none;transition:opacity .5s ease-in-out}@media(min-width: 768px){.link-tags{display:flex}}nav .link-tags.hidden{opacity:0;pointer-events:none}.link-tags li{padding-inline:.875rem}@media(min-width: 992px){.link-tags li{padding-inline:1.5rem;letter-spacing:.1rem}}@media(min-width: 1200px){.link-tags li{padding-inline:2rem;letter-spacing:.1rem}}.link-tags li a{font-size:.875rem;font-weight:500;color:#2d4a66;position:relative;transition:color .3s ease}.link-tags li a::after{content:"";width:0;height:2px;background-color:#830000;position:absolute;left:0;bottom:-6px;transition:width .4s ease}.link-tags li a.active::after{width:100%}.link-tags li a:hover::after{width:100%}.link-tags li .tag.active a{color:#830000;font-weight:600}.menu-btn{width:50px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:1rem;padding:0 .875rem;border:none;outline:none;cursor:pointer;box-sizing:content-box}.menu-btn:hover{background-color:rgba(131,0,0,.05);border-color:#830000}.menu-btn .bars{width:25px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.menu-btn .bars span{display:block;width:100%;height:2px;background-color:#2d4a66;transition:background-color .4s;border-radius:2px}@media screen and (min-width: 992px){.menu-btn{width:60px;height:30px;padding:.25rem 1.25rem;border-radius:1.5rem}.menu-btn .bars{width:35px;height:16px;display:flex;flex-direction:column;justify-content:space-between}}.menu-slider{position:fixed;top:0;right:0;height:100vh;width:80%;background-color:#f5f7fa;z-index:11;padding:2rem;transform:translateX(100%);transition:transform .7s}@media(min-width: 576px){.menu-slider{width:50%}}@media(min-width: 768px){.menu-slider{width:40%}}@media(min-width: 992px){.menu-slider{width:30%}}.menu-slider.translate{transform:translateX(0)}.menu-slider-header{width:100%;display:flex;justify-content:flex-end}.menu-slider-header .close-btn{display:flex;justify-content:center;align-items:center;font-size:1.5rem;cursor:pointer;margin-bottom:2rem;width:40px;height:40px;border-radius:50%;transition:background-color .4s;background-color:#fff}.menu-slider-header .close-btn:hover{background-color:#e2e8f0}.menu-slider .brand .logo{display:flex;justify-content:center;margin-bottom:2rem}.menu-slider .brand .logo img{width:90px;height:90px}@media(min-width: 500px){.menu-slider .brand .logo img{width:100px;height:100px}}@media(min-width: 768px){.menu-slider .brand .logo img{width:110px;height:110px}}.menu-slider-tags{margin-bottom:6rem}.menu-slider-tags .tag a{font-size:1rem;font-weight:400;color:#2d3748;line-height:3;transition:color .4s;position:relative;margin-bottom:5rem}.menu-slider-tags .tag.active a{color:#386199}.menu-slider-tags .tag.active a::after{content:"";width:100%;height:1px;background-color:#386199;position:absolute;left:0;bottom:-5px;transition:width .5s}.menu-slider-tags .tag a:hover{color:#a53232}.menu-slider-tags .tag a::after{content:"";width:0;height:1px;background-color:#386199;position:absolute;left:0;bottom:-5px;transition:width .5s}.menu-slider-tags .tag a:hover::after{width:100%;background-color:#a53232}.menu-slider-footer h4{font-size:1.125rem;font-weight:700;color:#47253f}.menu-slider-footer a{display:block;width:-moz-fit-content;width:fit-content;line-height:2;color:#386199}footer{background:linear-gradient(135deg, #0b4b7f 0%, #3f6f95 100%);color:#fff;padding:4rem 1.5rem 2rem;font-family:"Outfit",sans-serif}@media(min-width: 768px){footer{padding:6rem 2rem 3rem}}footer .container{max-width:1400px;margin:0 auto}.footer-upper{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width: 768px){.footer-upper{grid-template-columns:1.5fr 2fr}}@media(min-width: 1024px){.footer-upper{grid-template-columns:1fr 1fr 1fr}.footer-upper .footer-brand{grid-column:span 1}.footer-upper .footer-columns{grid-column:span 2;display:grid;grid-template-columns:repeat(3, 1fr)}}.footer-brand{text-align:center}@media(min-width: 768px){.footer-brand{text-align:left}}.footer-brand .brand{font-size:2.2rem;font-weight:800;margin-bottom:1rem;color:#fff}.footer-brand .tagline{font-size:1.1rem;color:#a3bffa;margin-bottom:2rem;max-width:300px;margin-inline:auto}@media(min-width: 768px){.footer-brand .tagline{margin-inline:0 .1rem}}.footer-brand .social-icons{display:flex;gap:1rem;justify-content:center}@media(min-width: 768px){.footer-brand .social-icons{justify-content:flex-start}}.footer-brand .social-icons a{width:50px;height:50px;background:hsla(0,0%,100%,.1);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.5rem;transition:all .4s ease}.footer-brand .social-icons a:hover{background:rgb(207.5,0,0);transform:translateY(-5px);box-shadow:0 10px 20px rgba(131,0,0,.3)}.footer-columns{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width: 576px){.footer-columns{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.footer-columns{grid-template-columns:repeat(3, 1fr)}}.footer-columns .column h3{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-columns .column ul,.footer-columns .column p{list-style:none;padding:0;margin:0}.footer-columns .column a,.footer-columns .column p{display:block;color:#a3bffa;font-size:1rem;line-height:2;text-decoration:none;transition:color .3s ease}.footer-columns .column a:hover,.footer-columns .column p:hover{color:#fff}.footer-columns .contact-info{background-color:rgba(0,0,0,0)}.footer-columns .contact-info .manual-pad{padding-top:2.5rem}.footer-columns .newsletter{overflow:hidden}.footer-columns .newsletter p{color:#a3bffa;margin-bottom:1.5rem}.footer-columns .newsletter form{display:flex;align-items:center}.footer-columns .newsletter form input{width:100%;height:40px;padding-inline:1rem;background:#fff;border:none;color:gray;font-size:.875rem}.footer-columns .newsletter form input::-moz-placeholder{color:#a3bffa}.footer-columns .newsletter form input::placeholder{color:#a3bffa}.footer-columns .newsletter form input:focus{outline:none;border-color:#fff;color:#0b4b7f}.footer-columns .newsletter form .subscribe-btn{height:40px;background:rgba(0,0,0,0);color:#fff;padding:.75rem 1rem;outline:none;border:1px solid #fff;font-weight:600;letter-spacing:.05rem;cursor:pointer;transition:all .4s ease}.footer-columns .newsletter form .subscribe-btn:hover{background:rgb(14.252173913,97.1739130435,164.547826087)}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.15);text-align:center}.footer-bottom p{font-size:.95rem;color:#a3bffa}.footer-bottom p #year{color:rgb(207.5,0,0);font-weight:600}.newsletter-form-wrapper{position:relative}.newsletter-success{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:1.5rem;text-align:center;color:#fff}.newsletter-success p{margin:.5rem 0}.newsletter-success p:first-child{font-size:1.2rem}.newsletter-message{padding:.8rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem;text-align:center}.newsletter-message.error{background:rgba(255,50,50,.2);border:1px solid rgba(255,80,80,.6);color:#fcc}.newsletter-message.success{background:rgba(50,205,50,.2);border:1px solid rgba(80,255,80,.6);color:#cfc}main{background-color:linear-gradient(135deg, #f8fdff 0%, #f0f8fc 70%, #e8f4f9 100%)}.article-hero{position:relative;width:100%;padding-top:7rem;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.article-hero .hero-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-hero .overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%)}.article-hero .hero-content{position:relative;padding:2rem;color:#fff}@media(min-width: 370px){.article-hero .hero-content{padding:3rem;max-width:90%}}@media(min-width: 768px){.article-hero .hero-content{padding:4rem;max-width:70%}}.article-hero .hero-content .category{display:inline-block;background:#830000;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;margin-bottom:1rem}.article-hero .hero-content h1{font-size:2rem;line-height:1.2;margin-bottom:1rem}@media(min-width: 370px){.article-hero .hero-content h1{font-size:2.5rem}}@media(min-width: 768px){.article-hero .hero-content h1{font-size:3.5rem}}.article-container{padding:2rem 1.5rem;background:linear-gradient(135deg, #f8fdff 0%, #f0f8fc 70%, #e8f4f9 100%);margin-bottom:5rem}@media(min-width: 576px){.article-container{margin-bottom:6rem}}@media(min-width: 768px){.article-container{padding:2rem}}@media(min-width: 992px){.article-container{margin-bottom:7rem}}.article-haeder{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;max-width:1000px;margin-inline:auto}.article-header-left{display:flex;align-items:center}.article-header-left .author-photo{width:60px;height:60px;border-radius:50%;border:3px solid #fff;-o-object-fit:cover;object-fit:cover;margin-right:1rem}.article-header-left .meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:1rem;opacity:.7;font-size:.875rem}.article-header-left .meta .name{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.article-header-left .meta i{font-size:.3rem}.article-header-right{display:none;align-items:center}@media(min-width: 600px){.article-header-right{display:flex}}.article-header-right span{padding-inline:1.5rem;text-transform:uppercase;font-size:.9rem;color:#4d4d4d}.article-header-right ul li{display:inline-block}.article-header-right ul li .icon{font-size:1rem;padding-inline:.3rem;transition:color .3s}.article-header-right ul li .icon:hover{color:#c3c3c3}.article-header-right ul li .facebook{color:#4b69b1}.article-header-right ul li .twitter{color:#000}.article-header-right ul li .google{color:green}.article-content-section{max-width:1000px;margin-inline:auto;margin-bottom:1.5rem;background-color:#fff;padding:2rem}@media(min-width: 768px){.article-content-section{padding:6rem 4rem}}.article-content-section .article-body{max-width:800px;margin:0 auto;color:#1e293b;line-height:1.8;font-size:1.1rem}.article-content-section .article-body li{list-style-type:disc;margin-left:1.5rem}.article-content-section .article-body h2{font-family:"Outfit",sans-serif;color:#0b4b7f;font-size:1.5rem;margin:2rem 0 1rem}.article-content-section .article-body p{margin-bottom:1.5rem;font-size:1rem}.article-content-section .article-body .article-image{text-align:center;margin:2.5rem 0}.article-content-section .article-body .article-image img.article-img{max-width:100%;height:auto;border-radius:2px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.article-content-section .article-body .author-bio{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e3e3e3}@media(min-width: 576px){.article-content-section .article-body .author-bio{flex-direction:row}}.article-content-section .article-body .author-bio .author-photo{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-inline:auto}@media(min-width: 576px){.article-content-section .article-body .author-bio .author-photo{margin-inline:initial}}.article-content-section .article-body .author-bio h3{font-size:1.4rem;color:#0b4b7f;margin-bottom:.5rem;text-align:center}@media(min-width: 576px){.article-content-section .article-body .author-bio h3{text-align:left}}.article-content-section .article-body .author-bio p{color:#475569;font-size:1rem;text-align:center}@media(min-width: 576px){.article-content-section .article-body .author-bio p{text-align:left}}.recommendations{max-width:1000px;margin-inline:auto;background:linear-gradient(135deg, #f8fdff 0%, #f0f8fc 70%, #e8f4f9 100%);padding:0 0 4rem;margin-top:4rem}.recommendations .rec-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width: 576px){.recommendations .rec-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.recommendations .rec-grid{grid-template-columns:repeat(3, 1fr)}}.recommendations .rec-card{background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 15px 35px rgba(11,75,127,.08);transition:all .4s ease}.recommendations .rec-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(11,75,127,.15)}.recommendations .rec-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.recommendations .rec-card h3{padding:1.5rem 2rem 0;font-size:1.3rem;color:#1e293b}.recommendations .rec-card .read-more{display:block;padding:1rem 2rem;color:#830000;font-weight:600;text-decoration:none}.article-comments{max-width:800px;margin:0 auto 6rem}@media(min-width: 768px){.article-comments{padding:0}}.article-comments .comments-form{background:#fff;border-radius:16px;padding:2.5rem 1.5rem;box-shadow:0 20px 40px rgba(11,75,127,.08);margin-bottom:4rem}.article-comments .comments-form h3{font-family:"Outfit",sans-serif;color:#0b4b7f;font-size:1.8rem;margin-bottom:2rem;position:relative}.article-comments .comments-form h3::after{content:"";position:absolute;left:0;bottom:-0.8rem;width:60px;height:4px;background:#830000;border-radius:2px}.article-comments .comments-form .comment-form{display:flex;flex-direction:column;gap:1.5rem}.article-comments .comments-form .comment-form .form-row{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 768px){.article-comments .comments-form .comment-form .form-row{flex-direction:row}}.article-comments .comments-form .comment-form .form-row input{flex:1}.article-comments .comments-form .comment-form input,.article-comments .comments-form .comment-form textarea{width:100%;padding:1.2rem 1.5rem;border:1px solid rgba(131,0,0,.12);border-radius:10px;font-size:1rem;font-family:inherit;background:#faf8f9;transition:all .4s ease;color:#1e293b}.article-comments .comments-form .comment-form input::-moz-placeholder, .article-comments .comments-form .comment-form textarea::-moz-placeholder{color:#475569}.article-comments .comments-form .comment-form input::placeholder,.article-comments .comments-form .comment-form textarea::placeholder{color:#475569}.article-comments .comments-form .comment-form input:focus,.article-comments .comments-form .comment-form textarea:focus{outline:none;border-color:#830000;box-shadow:0 0 0 4px rgba(131,0,0,.08);background:#fff}.article-comments .comments-form .comment-form textarea{resize:vertical;min-height:140px}.article-comments .comments-form .comment-form .submit-comment{align-self:flex-start;padding:1rem 2.5rem;background:#830000;color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 20px rgba(131,0,0,.15)}.article-comments .comments-form .comment-form .submit-comment:hover{background:#500000;transform:translateY(-3px);box-shadow:0 12px 30px rgba(131,0,0,.2)}.article-comments .comments-list-section h3.comments-count{font-family:"Outfit",sans-serif;color:#0b4b7f;font-size:1.8rem;margin-bottom:2.5rem}.article-comments .comments-list-section h3.comments-count span{color:#830000;font-weight:700}.article-comments .comments-list-section .comments-list{display:flex;flex-direction:column;gap:2rem}.article-comments .comments-list-section .comments-list .comment-item{background:#fff;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 10px 25px rgba(11,75,127,.06);transition:all .3s ease}.article-comments .comments-list-section .comments-list .comment-item:hover{box-shadow:0 15px 35px rgba(11,75,127,.1)}.article-comments .comments-list-section .comments-list .comment-item.reply{background:#f8fdff}.article-comments .comments-list-section .comments-list .comment-item .comment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.article-comments .comments-list-section .comments-list .comment-item .comment-header .comment-author{display:flex;align-items:center;gap:1rem}.article-comments .comments-list-section .comments-list .comment-item .comment-header .comment-author img{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.article-comments .comments-list-section .comments-list .comment-item .comment-header .comment-author .author-info strong{display:block;color:#1e293b;font-size:1.05rem}.article-comments .comments-list-section .comments-list .comment-item .comment-header .comment-author .author-info time{font-size:.9rem;color:#475569}.article-comments .comments-list-section .comments-list .comment-item .comment-header .reply-btn{padding:.5rem 1.2rem;background:rgba(0,0,0,0);border:1px solid #830000;color:#830000;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.article-comments .comments-list-section .comments-list .comment-item .comment-header .reply-btn:hover{background:#830000;color:#fff}.article-comments .comments-list-section .comments-list .comment-item .comment-text p{color:#1e293b;line-height:1.7;font-size:1.05rem;margin:0}.article-comments .comments-list-section .comments-list .comment-item .comment-replies{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(131,0,0,.08)}.article-comments .comments-list-section .load-more-comments{text-align:center;margin-top:3rem}.article-comments .comments-list-section .load-more-comments p{display:inline-block;padding:.8rem 2rem;border:1px solid rgba(131,0,0,.2);border-radius:50px;color:#1e293b;font-weight:600;cursor:pointer;transition:all .4s ease}.article-comments .comments-list-section .load-more-comments p:hover{background:#830000;color:#fff;border-color:#830000}/*# sourceMappingURL=article.min.css.map */