html,body{margin:0;padding:0;overflow-x:hidden}
:root{--primary:#0d6efd;--accent:#dc3545;--white:#fff;--black:#333;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--header-max-width:1200px;--brand:#7d1635;--gold:#c9a227}body{color:var(--black);background-color:#fff}h1,h2,h3,h4,h5,h6,a,b,strong,p,span,div{font-family:var(--font)}a{text-decoration:none}.header{z-index:1000;background:var(--white);transition:box-shadow .3s;position:sticky;top:0}.header--scrolled{box-shadow:0 2px 20px #0000000f}.header-top{background:var(--white)}.header-top-inner{max-width:var(--header-max-width);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;padding:.9rem 1.5rem;display:flex}.header-brand{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header-brand-img{object-fit:contain;max-width:220px;height:60px}.header-brand-text{flex-direction:column;line-height:1.25;display:flex}.header-brand-name{color:var(--brand);letter-spacing:-.01em;font-size:1.15rem;font-weight:800}.header-brand-tagline{color:var(--gray-500);font-size:.78rem;font-weight:500}.header-socials{align-items:center;gap:1.6rem;display:flex}.header-social{color:var(--gray-500);align-items:center;gap:.4rem;font-size:.92rem;font-weight:500;transition:color .2s;display:inline-flex}.header-social:hover{color:var(--brand)}.header-social-icon{object-fit:contain;width:15px;height:15px}.header-navbar{background:var(--white)}.header-navbar-inner{max-width:var(--header-max-width);border-top:2px solid #0000;border-bottom:2px solid #0000;border-image:linear-gradient(90deg, var(--brand) 0%, var(--gold) 100%) 1;justify-content:space-between;align-items:center;gap:1.5rem;height:54px;margin:0 auto;padding:0 1.5rem;display:flex}.header-nav{align-items:center;gap:.15rem;display:flex}.header-nav-item{position:relative}.header-nav-link{text-transform:uppercase;letter-spacing:.02em;height:54px;color:var(--gray-900);white-space:nowrap;align-items:center;padding:0 .85rem;font-size:.85rem;font-weight:700;transition:color .2s;display:inline-flex}.header-nav-link:hover{color:var(--brand)}.header-nav-item.has-sub>.header-nav-link:after{content:"+";color:var(--gray-400);margin-left:6px;font-size:1rem;font-weight:400;transition:transform .2s,color .2s}.header-nav-item.has-sub:hover>.header-nav-link:after{color:var(--brand);transform:rotate(45deg)}.header-submenu{background:var(--white);border:1px solid var(--gray-200);border-top:2px solid var(--brand);z-index:60;opacity:0;visibility:hidden;border-radius:0 0 8px 8px;min-width:230px;padding:.4rem;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 12px 32px #0000001a}.header-nav-item:hover .header-submenu{opacity:1;visibility:visible;transform:translateY(0)}.header-submenu-link{color:var(--gray-700);border-radius:5px;padding:.65rem .9rem;font-size:.82rem;font-weight:600;transition:color .15s,background .15s;display:block}.header-submenu-link:hover{color:var(--brand);background:var(--gray-50)}.header-actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.header-theme{cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;display:inline-flex}.header-theme-sun{color:var(--gold)}.header-theme-moon{color:var(--gray-400)}.header-theme-track{background:var(--gray-200);border-radius:20px;width:38px;height:18px;transition:background .25s;position:relative}.header-theme-knob{background:var(--gray-900);border-radius:50%;width:14px;height:14px;transition:transform .25s;position:absolute;top:2px;left:2px}.header-theme.is-dark .header-theme-track{background:var(--brand)}.header-theme.is-dark .header-theme-knob{background:var(--white);transform:translate(20px)}.header-theme.is-dark .header-theme-sun{color:var(--gray-400)}.header-theme.is-dark .header-theme-moon{color:var(--gold)}.header-icon{cursor:pointer;width:34px;height:34px;color:var(--gray-700);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:color .2s,background .2s;display:inline-flex}.header-icon:hover{color:var(--brand);background:var(--gray-50)}.header-search-wrap{position:relative}.header-search-form{z-index:70;position:absolute;top:calc(100% + 10px);right:0}.header-search-input{border:1px solid var(--gray-200);border-top:2px solid var(--brand);background:var(--white);border-radius:8px;outline:none;width:240px;padding:.6rem .9rem;font-size:.88rem;box-shadow:0 12px 32px #0000001a}.header-search-input:focus{border-color:var(--brand)}.header-langs{align-items:center;gap:.3rem;display:flex}.header-lang-wrap{align-items:center;gap:.3rem;display:inline-flex}.header-lang-divider{color:var(--gray-300);font-size:.8rem}.header-lang{color:var(--gray-500);border-radius:4px;padding:.3rem .4rem;font-size:.78rem;font-weight:600;transition:color .2s,background .2s}.header-lang:hover{color:var(--brand)}.header-lang.is-active{color:var(--brand);font-weight:700}.header-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:none}.header-burger span{background:var(--gray-900);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.header-burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.header-burger.is-open span:nth-child(2){opacity:0}.header-burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header-mobile{z-index:999;background:#0000004d;animation:.2s headerFadeIn;display:none;position:fixed;inset:0}@keyframes headerFadeIn{0%{opacity:0}to{opacity:1}}.header-mobile-inner{background:var(--white);border-top:3px solid var(--brand);width:min(320px,85vw);height:100%;padding:4.5rem 1.5rem 2rem;animation:.3s headerSlideIn;position:absolute;top:0;right:0;overflow-y:auto}@keyframes headerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.header-mobile-group{margin-bottom:.25rem}.header-mobile-link{text-transform:uppercase;color:var(--gray-900);border-bottom:1px solid var(--gray-100);padding:.85rem 0;font-size:.95rem;font-weight:700;display:block}.header-mobile-sub{padding:.25rem 0 .5rem 1rem}.header-mobile-sublink{color:var(--gray-500);padding:.55rem 0;font-size:.85rem;font-weight:600;display:block}.header-mobile-langs{border-top:1px solid var(--gray-100);gap:.6rem;margin-top:1rem;padding-top:1.5rem;display:flex}@media (max-width:1023px){.header-nav,.header-theme,.header-langs{display:none}.header-burger{display:flex}.header-mobile{display:block}.header-brand-img{max-width:220px;height:44px}.header-top-inner{padding:.7rem 1rem}.header-socials{display:none}.header-navbar-inner{justify-content:flex-end;height:52px;padding:0 1rem}}.header-top-left{align-items:center;gap:1.25rem;display:flex}.header-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:30px;height:30px;padding:0;display:flex}.header-menu-toggle span{background:var(--gray-800);border-radius:2px;width:100%;height:2px;display:block}.header-panel-overlay{z-index:1100;background:#00000059;animation:.2s headerFadeIn;position:fixed;inset:0}.header-panel{background:var(--white);border-right:3px solid var(--brand);width:min(360px,88vw);height:100%;padding:2.5rem 1.75rem;animation:.3s headerPanelIn;position:absolute;top:0;left:0;overflow-y:auto}@keyframes headerPanelIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.header-panel-close{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;line-height:1;display:flex;position:absolute;top:1.25rem;right:1.25rem}.header-panel-close:hover{background:#5e0f27}.header-panel-logo img{max-width:240px;height:auto;margin-bottom:1.5rem}.header-panel-title{color:var(--brand);margin:0 0 1rem;font-size:1.1rem;font-weight:800}.header-panel-map{border:0;border-radius:10px;width:100%;height:240px;margin-bottom:1.5rem}.header-panel-contact{margin:0 0 1.5rem;padding:0;list-style:none}.header-panel-contact li{color:var(--gray-700);border-bottom:1px solid var(--gray-100);align-items:flex-start;gap:12px;padding:.65rem 0;font-size:.9rem;line-height:1.5;display:flex}.header-panel-contact li svg{width:16px;height:16px;color:var(--brand);flex-shrink:0;margin-top:3px}.header-panel-contact a{color:var(--gray-700);transition:color .2s}.header-panel-contact a:hover{color:var(--brand)}.header-panel-socials{border-top:1px solid var(--gray-100);justify-content:center;gap:1.75rem;margin-top:2rem;padding-top:1.75rem;display:flex}.header-panel-socials a{color:var(--gray-800);transition:color .2s}.header-panel-socials a:hover{color:var(--brand)}.header-panel-socials a svg{width:20px;height:20px}@media (max-width:1023px){.header-menu-toggle{display:none}}button.header-nav-link,button.header-mobile-link{cursor:pointer;color:inherit;text-transform:uppercase;text-align:left;background:0 0;border:none;font-family:inherit}.black-bg{background:#0f1724}.footer-container{max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}.newsletter-style-two{color:var(--white);padding:80px 0}.footer-bank-info{text-align:center;max-width:720px;margin:0 auto}.footer-bank-info h3{color:var(--white);margin:0 0 18px;font-size:1.5rem;font-weight:800}.footer-bank-info p{color:#ffffffe0;margin:0 0 8px;font-size:1rem;font-weight:600}.footer-area{color:#ffffffb8}.footer__logo-wrap{border-bottom:1px solid #ffffff14;padding:42px 0 34px}.footer__top-row{justify-content:space-between;align-items:center;gap:32px;display:flex}.footer__logo img{max-width:260px;height:auto;display:block}.footer__social .list-wrap,.footer__copyright .list-wrap{margin:0;padding:0;list-style:none}.footer__social .list-wrap{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:22px;display:flex}.footer__social a{color:#ffffffb8;align-items:center;gap:8px;font-size:.9rem;font-weight:700;transition:color .25s;display:inline-flex}.footer__social a:hover{color:var(--white)}.footer__social img{filter:brightness(0)invert();opacity:.8;width:16px;height:16px}.footer__copyright{justify-content:space-between;align-items:center;gap:24px;padding:22px 0;display:flex}.copyright__text p{color:#ffffff8c;margin:0;font-size:.875rem}.copyright__menu .list-wrap{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:20px;display:flex}.copyright__menu a{color:#ffffff8c;font-size:.875rem;font-weight:600;transition:color .25s}.copyright__menu a:hover{color:var(--white)}@media (max-width:768px){.footer__top-row,.footer__copyright{text-align:center;flex-direction:column}.footer__social .list-wrap,.copyright__menu .list-wrap{justify-content:center}}.blog-list-section{background:var(--white);padding:4rem 1.5rem}.blog-list-inner{max-width:var(--header-max-width);margin:0 auto}.blog-list-filters{border-bottom:1px solid var(--gray-200);flex-direction:column;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.blog-list-filter-group{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.blog-list-filter-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;padding-top:.35rem;font-size:.82rem;font-weight:600}.blog-list-filter-chips{flex-wrap:wrap;gap:.4rem;display:flex}.blog-list-chip{color:var(--gray-600);background:var(--gray-50);border:1px solid var(--gray-200);cursor:pointer;border-radius:20px;padding:.35rem .85rem;font-size:.82rem;font-weight:500;transition:all .2s}.blog-list-chip:hover{color:var(--gray-900);border-color:var(--gray-300)}.blog-list-chip.is-active{background:var(--primary);color:#fff;border-color:var(--primary)}.blog-list-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.blog-list-card{border:1px solid var(--gray-200);background:var(--white);border-radius:12px;flex-direction:column;text-decoration:none;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden}.blog-list-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000014}.blog-list-card-img{aspect-ratio:16/10;background:var(--gray-100);overflow:hidden}.blog-list-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.blog-list-card:hover .blog-list-card-img img{transform:scale(1.04)}.blog-list-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.blog-list-card-cat{color:var(--primary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.blog-list-card-title{color:var(--gray-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-list-card-excerpt{color:var(--gray-500);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.88rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-list-card-date{color:var(--gray-400);margin-top:auto;padding-top:.5rem;font-size:.78rem}.blog-list-pagination{border-top:1px solid var(--gray-100);justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.blog-list-page-btn{color:var(--gray-700);background:var(--white);border:1px solid var(--gray-200);cursor:pointer;border-radius:8px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:500;transition:all .2s}.blog-list-page-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.blog-list-page-btn:disabled{opacity:.35;cursor:not-allowed}.blog-list-page-info{color:var(--gray-500);font-size:.85rem;font-weight:500}.blog-list-loading,.blog-list-empty{text-align:center;color:var(--gray-400);padding:4rem 1rem;font-size:1rem}@media (max-width:768px){.blog-list-grid{grid-template-columns:1fr}.blog-list-filter-group{flex-direction:column;gap:.5rem}}.blog-post{background:var(--white)}.blog-post-hero{background:var(--gray-900);align-items:flex-end;min-height:320px;padding:5rem 2rem 3rem;display:flex;position:relative;overflow:hidden}.blog-post-hero:not(.has-image){min-height:auto;padding:4rem 2rem 2rem}.blog-post-hero-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.blog-post-hero-overlay{background:linear-gradient(#0003 40%,#000000bf 100%);position:absolute;inset:0}.blog-post-hero-inner{z-index:1;width:100%;max-width:800px;position:relative}.blog-post-categories{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.blog-post-category{text-transform:uppercase;letter-spacing:.04em;background:var(--primary);color:#fff;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.blog-post-hero:not(.has-image) .blog-post-category{background:var(--primary)}.blog-post-title{color:#fff;margin:0 0 1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.blog-post-hero:not(.has-image) .blog-post-title{color:var(--white)}.blog-post-excerpt{color:#ffffffbf;margin:0 0 1.25rem;font-size:1.1rem;line-height:1.7}.blog-post-hero:not(.has-image) .blog-post-excerpt{color:var(--gray-500)}.blog-post-meta{color:#fff9;flex-wrap:wrap;align-items:center;gap:1.25rem;font-size:.85rem;display:flex}.blog-post-hero:not(.has-image) .blog-post-meta{color:var(--gray-400)}.blog-post-author{font-weight:600}.blog-post-reading{background:#ffffff26;border-radius:4px;padding:.15rem .6rem;font-size:.78rem}.blog-post-hero:not(.has-image) .blog-post-reading{background:var(--gray-100);color:var(--gray-600)}.blog-post-body{max-width:800px;margin:0 auto;padding:3rem 1.5rem 5rem}.blog-post-content{color:var(--gray-700);font-size:1.08rem;line-height:1.85}.blog-post-content h2{color:var(--gray-900);margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:700}.blog-post-content h3{color:var(--gray-800);margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600}.blog-post-content p{margin:0 0 1.25rem}.blog-post-content a{color:var(--primary);text-decoration:underline}.blog-post-content img{border-radius:8px;max-width:100%;height:auto;margin:1.5rem 0}.blog-post-content blockquote{border-left:3px solid var(--primary);background:var(--gray-50);color:var(--gray-600);border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.blog-post-content ul,.blog-post-content ol{margin:0 0 1.25rem;padding-left:1.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content pre{background:var(--gray-900);color:#e5e7eb;border-radius:8px;margin:1.5rem 0;padding:1.25rem;font-size:.9rem;overflow-x:auto}.blog-post-content code{background:var(--gray-100);border-radius:4px;padding:.15rem .45rem;font-size:.9em}.blog-post-content pre code{background:0 0;padding:0}.blog-post-gallery{border-top:1px solid var(--gray-100);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:3rem;padding-top:2rem;display:grid}.blog-post-gallery-img{object-fit:cover;aspect-ratio:4/3;border-radius:8px;width:100%}.blog-post-tags{border-top:1px solid var(--gray-100);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.blog-post-tags-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;margin-right:.25rem;font-size:.82rem;font-weight:600}.blog-post-tag{color:var(--gray-600);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:20px;padding:.3rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}@media (max-width:768px){.blog-post-hero{min-height:240px;padding:3rem 1.25rem 2rem}.blog-post-hero:not(.has-image){padding:2rem 1.25rem 1.5rem}.blog-post-body{padding:2rem 1.25rem 3rem}.blog-post-content{font-size:1rem}}.blog-single-area{padding:70px 0 90px}.blog-single-container{max-width:1200px;margin:0 auto;padding:0 15px}.blog-single-layout{grid-template-columns:minmax(0,760px) minmax(260px,300px);justify-content:center;align-items:start;gap:55px;display:grid}.blog-single-main{min-width:0}.blog-single-header{margin-bottom:28px}.blog-single-title{color:var(--gray-900);letter-spacing:-.7px;text-transform:uppercase;margin:0;font-size:clamp(1.75rem,3vw,2.2rem);font-weight:800;line-height:1.25}.blog-single-excerpt{color:var(--gray-600);margin:16px 0 0;font-size:1rem;line-height:1.7}.blog-single-featured-image{background:var(--gray-100);margin:0 0 36px;overflow:hidden}.blog-single-featured-image img{object-fit:cover;width:100%;height:auto;display:block}.blog-single-content{font-size:1rem;line-height:1.85}.blog-single-content p{margin-bottom:24px}.blog-single-sidebar{position:sticky;top:80px}@media (max-width:991.98px){.blog-single-layout{grid-template-columns:1fr;gap:60px}.blog-single-sidebar{position:static}}@media (max-width:767.98px){.blog-single-area{padding:50px 0 70px}}.slider__area{background-color:#f9fafb;justify-content:center;padding:60px 0;display:flex;overflow:hidden}.slider__area .container{width:100%;max-width:1200px;padding:0 1.5rem}.slider__item .row{justify-content:space-between;align-items:center;gap:2rem;display:flex}.col-xl-5.col-lg-6{flex-direction:column;flex:0 0 42%;align-items:flex-start;max-width:42%;padding-right:2rem;display:flex}.col-xl-7.col-lg-6{flex:0 0 58%;justify-content:flex-end;max-width:58%;display:flex}.tgbanner__content-meta.list-wrap{align-items:center;gap:10px;margin:0 0 1rem;padding:0;font-size:.85rem;font-weight:700;list-style:none;display:flex}.tgbanner__content-meta.list-wrap li.category a{color:#7d1635;text-transform:uppercase;letter-spacing:.05em}.tgbanner__content-meta.list-wrap li:not(.category){color:#6b7280;align-items:center;display:flex}.tgbanner__content-meta.list-wrap li:not(.category):before{content:"•";color:#d1d5db;margin-right:10px}.slider__content .title{color:#111827;margin:0 0 2rem;font-size:2.5rem;font-weight:800;line-height:1.25}.slider__content .btn{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:4px;justify-content:center;align-items:center;padding:.8rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 15px #0000000d}.slider__content .btn:hover{background:#f3f4f6;transform:translate(3px)}.slider__img-wrap{z-index:1;padding-bottom:30px;padding-right:30px;display:block;position:relative}.slider__img-wrap img.main-img{object-fit:cover;z-index:2;width:100%;max-width:450px;height:320px;position:relative}.slider__img-wrap:after{content:"";z-index:-1;background-image:radial-gradient(#7d1635 1px,#0000 1px);background-size:16px 16px;width:240px;height:240px;position:absolute;bottom:-4px;right:-100px}.slider__img-wrap:before{content:"";z-index:-1;background:#fff;border-radius:50%;width:140px;height:140px;position:absolute;top:15%;left:-60px}@media (max-width:991px){.slider__item .row{flex-direction:column-reverse;gap:3rem}.col-xl-5.col-lg-6,.col-xl-7.col-lg-6{flex:0 0 100%;max-width:100%}.slider__content{text-align:center;align-items:center}.tgbanner__content-meta.list-wrap{justify-content:center}.slider__img-wrap{padding-bottom:0;padding-right:0}.slider__img-wrap:after,.slider__img-wrap:before{display:none}}@media (max-width:768px){.slider__area{padding:40px 0}.slider__content .title{margin:0 0 1.25rem;font-size:1.5rem}.slider__img-wrap img.main-img{aspect-ratio:16/10;max-width:100%;height:auto}.slider-dots{justify-content:center;margin-top:2rem}}@media (max-width:480px){.slider__content .title{font-size:1.25rem}.slider__img-wrap img.main-img{aspect-ratio:4/3}.slider__area .container{padding:0 1rem}}.slider-dots{align-items:center;gap:12px;margin-top:4rem;display:flex}.slider-dots .dot{cursor:pointer;background-color:#d1d5db;border-radius:50%;width:6px;height:6px;transition:all .3s}.slider-dots .dot.active{background-color:#0000;border:1px solid #111827;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:relative}.slider-dots .dot.active:after{content:"";background-color:#111827;border-radius:50%;width:4px;height:4px}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.slide-anim{animation:3s cubic-bezier(.16,1,.3,1) forwards slideDownFade}.wavy-divider{background-image:url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5 Q 5 0 10 5 T 20 5' fill='none' stroke='%23d1d5db' stroke-width='2'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 10px;width:100%;height:12px;margin-top:1.5rem;margin-bottom:2.5rem;animation:1s linear infinite waveMove}@keyframes waveMove{0%{background-position:0 0}to{background-position:-20px 0}}.trending__post{background:#fff;flex-direction:column;gap:1.25rem;display:flex}.trending__post-thumb{aspect-ratio:16/10;border-radius:6px;display:block;position:relative;overflow:hidden}.trending__post-thumb img{object-fit:cover;object-position:top 2px;width:100%;height:100%;transition:transform .4s}.trending__post-thumb:hover img{transform:scale(1.05)}.addWish{color:#fff;z-index:3;opacity:0;visibility:hidden;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.trending__post-thumb:hover .addWish{opacity:1;visibility:visible}.addWish:hover{color:#fff;transform:scale(1.1)}.is_trend{z-index:3;background:#7d1635;border-bottom-right-radius:6px;justify-content:center;align-items:center;padding:8px 12px;display:flex;position:absolute;top:0;left:0}.trending__post-content{flex-direction:column;gap:.5rem;display:flex}.tgbanner__content-meta.list-wrap{text-transform:uppercase;align-items:center;gap:10px;margin:0;padding:0;font-size:.8rem;font-weight:700;list-style:none;display:flex}.tgbanner__content-meta li.category a{color:#7d1635}.tgbanner__content-meta li:not(.category){color:#9ca3af;align-items:center;display:flex}.tgbanner__content-meta li:not(.category):before{content:"•";color:#d1d5db;margin-right:10px}.trending__post-content .title{margin:0;font-size:1.15rem;font-weight:800;line-height:1.4}.trending__post-content .title a{color:#111827;transition:color .3s}.trending__post-content .title a:hover{color:#7d1635}.popular__post-area{padding-top:70px;padding-bottom:70px}.category__area{background-color:var(--gray-50);padding-top:75px;padding-bottom:75px}.category__container{max-width:1200px;margin:0 auto;padding:0 15px}.category__area .section__title-wrap.mb-40{margin-bottom:0}.category__area .section__sub-title{text-transform:uppercase;color:var(--brand);margin:0 0 5px;font-size:.85rem;font-weight:700;display:block}.category__area .section__main-title{color:var(--gray-900);margin:0;font-size:1.75rem;font-weight:800}.category__wrapper{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.category__item{position:relative}.category__item a{display:block;position:relative;overflow:hidden}.category__item a:before{content:"";opacity:.6;z-index:1;background-image:radial-gradient(circle,#000 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.category__item a:hover:before{opacity:.75}.category__item a:hover img{transform:scale(1.05)}.category__item img{object-fit:cover;object-position:center;width:100%;height:400px;transition:transform .4s;transform:scale(1)}.category__item .cat-name{text-transform:uppercase;color:var(--white);z-index:2;text-align:center;width:80%;font-size:.875rem;font-weight:700;line-height:1.4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1500px){.category__item img{height:300px}}@media (max-width:991.98px){.category__wrapper{grid-template-columns:repeat(3,1fr)}.category__item img{height:200px}}@media (max-width:767.98px){.category__wrapper{grid-template-columns:repeat(2,1fr)}.category__item img{height:180px}}.trending-post-area{background-color:var(--white);padding-top:75px;padding-bottom:80px}.trending-post-area__container{max-width:1200px;margin:0 auto;padding:0 15px}.trending-post-area__header{justify-content:space-between;align-items:flex-end;display:flex}.trending-post-area .section__title-wrap.mb-40{margin-bottom:0}.trending-post-area .section__sub-title{text-transform:uppercase;color:var(--brand);margin:0 0 5px;font-size:.85rem;font-weight:700;display:block}.trending-post-area .section__main-title{color:var(--gray-900);margin:0;font-size:1.75rem;font-weight:800}.trending-post-area .section__read-more{text-align:right}.trending-post-area .section__read-more a{color:var(--gray-900);font-size:.95rem;font-weight:700;transition:color .3s}.trending-post-area .section__read-more a:hover{color:var(--brand)}@media (max-width:767.98px){.trending-post-area .section__read-more{text-align:left;margin-top:8px}}.video-post-area{background-color:var(--white);padding-top:75px;padding-bottom:80px}.video-post-area__container{max-width:1200px;margin:0 auto;padding:0 15px}.video-post-area__header{justify-content:space-between;align-items:flex-end;display:flex}.video-post-area .section__title-wrap.mb-40{margin-bottom:0}.video-post-area .section__sub-title{text-transform:uppercase;color:var(--brand);margin:0 0 5px;font-size:.85rem;font-weight:700;display:block}.video-post-area .section__main-title{color:var(--gray-900);margin:0;font-size:1.75rem;font-weight:800}.video-post-area .section__read-more{text-align:right}.video-post-area .section__read-more a{color:var(--gray-900);font-size:.95rem;font-weight:700;transition:color .3s}.video-post-area .section__read-more a:hover{color:var(--brand)}.video-post-area__row{flex-wrap:wrap;gap:40px;display:flex}.video-post-area .col-xl-8.col-lg-7{flex:0 0 calc(66.666% - 27px);max-width:calc(66.666% - 27px)}.video-post-area .col-xl-4.col-lg-5{flex:0 0 calc(33.333% - 27px);max-width:calc(33.333% - 27px)}.video__post-item.big-post{margin:0}.video__post-item.big-post .video__post-thumb{border-radius:6px;margin:0 0 35px;overflow:hidden}.video__post-item.big-post img{object-fit:cover;object-position:center;width:100%;height:498px;transition:transform .4s}.video__post-item.big-post .video__post-thumb:hover img{transform:scale(1.03)}.video__post-item.big-post .video__post-content .title{margin:0;font-size:1.875rem;font-weight:800;line-height:1.3}.video__post-item.side-post{align-items:center;margin:0 0 24px;padding:0 0 32px;display:flex;position:relative}.video__post-item.side-post:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 Q 5 0 10 4 T 20 4' fill='none' stroke='%23d1d5db' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 8px;width:100%;height:8px;position:absolute;bottom:0;left:0}.video__post-item.side-post:last-child{margin-bottom:0;padding-bottom:0}.video__post-item.side-post:last-child:after{display:none}.video__post-item.side-post .video__post-thumb{border-radius:6px;flex:none;width:130px;margin:0 22px 0 0;overflow:hidden}.video__post-item.side-post img{object-fit:cover;object-position:center;width:100%;height:100px;transition:transform .4s}.video__post-item.side-post .video__post-thumb:hover img{transform:scale(1.05)}.video__post-item.side-post .tgbanner__content-meta{margin:0 0 7px}.video__post-item.side-post .video__post-content .title{margin:0;font-size:1.25rem;font-weight:800;line-height:1.4}.video__post-thumb{position:relative}.video__post-content .title a{color:var(--gray-900);transition:color .3s}.video__post-content .title a:hover{color:var(--brand)}@media (max-width:1199.98px){.video__post-item.big-post img{height:410px}.video__post-item.side-post .video__post-thumb{width:120px}.video__post-item.side-post .video__post-content .title{font-size:1.125rem}}@media (max-width:991.98px){.video-post-area__row{gap:30px}.video-post-area .col-xl-8.col-lg-7,.video-post-area .col-xl-4.col-lg-5{flex:0 0 100%;max-width:100%}.video__post-item.big-post{margin-bottom:50px}.video__post-item.big-post .video__post-content .title{font-size:1.875rem}}@media (max-width:767.98px){.video-post-area .section__read-more{text-align:left;margin-top:8px}.video__post-item.big-post .video__post-thumb{margin-bottom:28px}.video__post-item.big-post img{height:200px}.video__post-item.big-post .video__post-content .title{font-size:1.25rem;line-height:1.4}.video__post-item.side-post{display:block}.video__post-item.side-post .video__post-thumb{width:100%;margin:0 0 20px}.video__post-item.side-post img{height:200px}.video__post-item.side-post .video__post-content .title{font-size:1.25rem}}.breadcrumb-area{background-color:var(--white);margin-top:-1px}.breadcrumb-area__container{max-width:1200px;margin:0 auto;padding:0 15px}.breadcrumb-area .col-12{margin-top:1rem}.breadcrumb-content{background:var(--white);padding:24px 30px}.breadcrumb{flex-wrap:wrap;align-items:center;gap:5px 13px;margin:0;padding:0;list-style:none;display:flex}.breadcrumb-item{text-transform:uppercase;color:var(--gray-900);align-items:center;gap:13px;padding:0;font-size:.875rem;font-weight:700;display:flex}.breadcrumb-item:before{display:none}.breadcrumb-item:after{content:"›";color:var(--brand);opacity:.4;font-size:1rem;font-weight:700;line-height:1;display:block}.breadcrumb-item:last-child:after{display:none}.breadcrumb-item.active{color:var(--brand)}.breadcrumb-item a{min-height:1em;color:var(--gray-900);transition:color .2s;display:block}.breadcrumb-item a:hover{color:var(--brand)}@media (max-width:767.98px){.breadcrumb-content{padding:24px 25px}}.blog-details-area{background-color:var(--white);padding-top:80px;padding-bottom:100px}.blog-details-area__container{max-width:1200px;margin:0 auto;padding:0 15px}.blog-details-area__row{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.blog-details-area .col-xl-8.col-lg-7{flex:1 1 0;min-width:0;max-width:calc(66.666% - 20px)}.blog-details-area .col-xl-3.col-lg-4.col-md-6{flex:0 0 320px;max-width:320px}.blog-details-wrap{margin-right:30px}.blog-details-wrap>.tgbanner__content-meta{flex-wrap:wrap;align-items:center;gap:10px 16px;width:100%;margin:0 0 14px;padding:0;list-style:none;display:flex}.tgbanner__content-meta li{color:var(--gray-700);font-size:.875rem;font-weight:600;line-height:1.4}.tgbanner__content-meta li.category a{text-transform:uppercase;color:var(--brand);letter-spacing:.2px;font-weight:700}.tgbanner__content-meta li.category a:hover{text-decoration:underline}.blog-details-wrap>.title{letter-spacing:-.6px;width:100%;color:var(--gray-900);margin:0 0 30px;font-size:1.875rem;font-weight:800;line-height:1.3;display:block}.blog-details-content{clear:both;width:100%;display:block}.blog-details-content>*{width:100%;display:block}.blog-details-content p,.blog-details-content div,.blog-details-content li{color:var(--gray-700);margin-bottom:15px;line-height:1.75}.blog-details-content h1,.blog-details-content h2,.blog-details-content h3,.blog-details-content h4,.blog-details-content h5,.blog-details-content h6{color:var(--gray-900);margin:0 0 15px;font-weight:700;line-height:1.4}.blog-details-content img{max-width:100%;height:auto;margin-bottom:15px}.blog-details-content>:last-child{margin-bottom:0}.blog-details-bottom{clear:both;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);margin:45px 0 0;padding:19px 0;overflow:hidden}.blog-details-bottom__row{flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:15px;display:flex}.blog-details-bottom__row .col-xl-6.col-md-7{flex:auto;min-width:0}.blog-details-bottom__row .col-xl-6.col-md-7:not(:has(.blog-details-tags)){flex:0 0 0;width:0;margin:0;padding:0;overflow:hidden}.blog-details-bottom__row .col-xl-6.col-md-5{flex:none;margin-left:auto}.blog-details-tags ul,.blog-details-share ul,.widget_categories ul,.blog-sidebar .list-wrap{margin:0;padding:0;list-style:none}.blog-details-tags ul{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.blog-details-tags ul li a{background:var(--white);text-transform:uppercase;color:var(--gray-900);border:1px solid var(--gray-200);padding:8px 16px;font-size:.875rem;font-weight:700;line-height:1;transition:all .3s;display:block}.blog-details-tags ul li a:hover{background:var(--brand);border-color:var(--brand);color:var(--white)}.blog-details-share{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px 20px;display:flex}.blog-details-share .share-title{color:var(--gray-900);margin:0;font-size:.875rem;font-weight:600}.blog-details-share ul{flex-wrap:wrap;align-items:center;gap:10px 15px;display:flex}.blog-details-share ul li a{color:var(--gray-900);justify-content:center;align-items:center;font-size:.875rem;transition:color .3s;display:flex}.blog-details-share ul li a:hover{color:var(--brand)}.blog-details-area .blog-sidebar{position:sticky;top:80px}.sidebar-widget{margin:0 0 45px}.sidebar-widget:last-child{margin-bottom:0}.widget-title{letter-spacing:-.8px;color:var(--gray-900);margin:0 0 30px;font-size:1.25rem;font-weight:800;line-height:1}.widget-title:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='20' height='7' viewBox='0 0 20 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.5 Q 5 0 10 3.5 T 20 3.5' fill='none' stroke='%23d1d5db' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 7px;width:100%;height:7px;margin-top:20px;display:block}.widget_categories ul li{text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;margin:0 0 14px;font-size:.875rem;font-weight:700;display:flex}.widget_categories ul li:last-child{margin-bottom:0}.widget_categories ul li a{color:var(--gray-900);transition:color .3s}.widget_categories ul li a:hover{color:var(--brand)}.widget_categories ul li span{color:var(--brand);flex-shrink:0}.sidePost-active{border-radius:6px;width:100%;position:relative;overflow:hidden}.sidePost__item{background-position:50%;background-size:cover;background-color:var(--gray-800);min-height:350px;padding:30px 30px 60px;display:flex;position:relative}.sidePost__item:before{content:"";z-index:0;opacity:.9;background:linear-gradient(#0000 0%,#000000b3 100%);position:absolute;inset:0}.sidePost__content{z-index:1;align-self:flex-end;position:relative}.sidePost__content .tag{text-transform:uppercase;color:var(--white);margin:0 0 13px;font-size:.875rem;font-weight:700;line-height:1;display:inline-block}.sidePost__content .title{color:var(--white);letter-spacing:-.5px;margin:0;font-size:1.25rem;font-weight:800;line-height:1.3}.sidePost__content .title a{color:var(--white);transition:opacity .3s}.sidePost__content .title a:hover{opacity:.85}.sidePost-active .swiper-pagination{z-index:2;justify-content:flex-start;align-items:center;gap:10px;padding:0 30px;display:flex;position:absolute;width:100%!important;inset:auto 0 50px!important}.sidePost-active .swiper-pagination-bullet{opacity:1;background:#ffffff59;border-radius:2px;width:24px;height:4px;transition:background .3s;margin:0!important}.sidePost-active .swiper-pagination-bullet-active{background:#fff}@media (max-width:1199.98px){.blog-details-wrap{margin-right:10px}}@media (max-width:991.98px){.blog-details-area .col-xl-8.col-lg-7,.blog-details-area .col-xl-3.col-lg-4.col-md-6{flex:0 0 100%;max-width:100%}.blog-details-wrap{margin-right:0}.blog-details-area .blog-sidebar{margin-top:80px;position:static}.blog-details-share{justify-content:flex-start}}@media (max-width:767.98px){.blog-details-wrap>.title{letter-spacing:-.3px;font-size:1.5625rem}.blog-details-bottom__row{flex-direction:column;justify-content:flex-start}.blog-details-bottom__row .col-xl-6.col-md-5{margin-left:0}.blog-details-share{justify-content:flex-start;margin-top:15px}}.post-archive-area{background-color:var(--white);padding-top:80px;padding-bottom:100px}.post-archive-container{max-width:1200px;margin:0 auto;padding:0 15px}.post-archive-layout{grid-template-columns:minmax(0,1fr) minmax(240px,320px);justify-content:center;align-items:start;gap:50px;display:grid}.post-archive-main,.post-archive-sidebar-col{min-width:0}.post-archive-area .blog-sidebar{position:sticky;top:80px}.post-archive-area .blog-post-wrapper{width:100%}.post-archive-area .latest__post-item{margin-bottom:55px;padding-bottom:42px;position:relative}.post-archive-area .latest__post-item:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='20' height='7' viewBox='0 0 20 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.5 Q 5 0 10 3.5 T 20 3.5' fill='none' stroke='%23d1d5db' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 7px;height:7px;position:absolute;bottom:0;left:0;right:0}.post-archive-area .latest__post-item:last-child{margin-bottom:0}.post-archive-area .latest__post-content{width:100%}.post-archive-area .latest__post-thumb{background-color:var(--gray-100);margin-bottom:28px;overflow:hidden}.post-archive-area .latest__post-thumb a{display:block}.post-archive-area .latest__post-thumb img{aspect-ratio:680/550;object-fit:cover;width:100%;transition:transform .35s;display:block}.post-archive-area .latest__post-thumb:hover img{transform:scale(1.04)}.post-archive-area .latest__post-content>.tgbanner__content-meta{margin-bottom:14px}.post-archive-area .latest__post-content .title{color:var(--gray-900);letter-spacing:-.35px;margin:0 0 26px;font-weight:800;line-height:1.35}.post-archive-area .latest__post-content .title a{color:inherit;transition:color .25s}.post-archive-area .latest__post-content .title a:hover{color:var(--brand)}.post-archive-area .latest__post-read-more a{color:var(--gray-900);letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:10px;font-size:.875rem;font-weight:800;transition:color .25s;display:inline-flex}.post-archive-area .latest__post-read-more a:hover{color:var(--brand)}@media (max-width:991.98px){.post-archive-layout{grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:34px}.post-archive-area .latest__post-item{margin-bottom:45px;padding-bottom:36px}}@media (max-width:767.98px){.post-archive-layout{grid-template-columns:1fr;gap:60px}.post-archive-area .blog-sidebar{position:static}.post-archive-area .latest__post-thumb,.post-archive-area .latest__post-content .title{margin-bottom:22px}}.connections-area .blog-details-area__container{max-width:920px}.connections-wrap{margin-right:0}.connections-content{flex-direction:column;gap:14px;display:flex}.connections-accordion{border:1px solid var(--gray-200);background:var(--white);border-radius:6px;overflow:hidden}.connections-accordion .accordion-header{margin:0}.connections-accordion .accordion-button{background:var(--white);width:100%;color:var(--gray-900);text-align:left;cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;font-size:1rem;font-weight:800;transition:color .25s,background-color .25s;display:flex}.connections-accordion .accordion-button:after{content:"+";color:var(--brand);flex:none;font-size:1.25rem;line-height:1}.connections-accordion .accordion-button:not(.collapsed){color:var(--brand);background:var(--gray-50)}.connections-accordion .accordion-button:not(.collapsed):after{content:"-"}.connections-accordion .accordion-collapse{border-top:1px solid var(--gray-200);display:none}.connections-accordion .accordion-collapse.is-open{display:block}.connections-list{margin:0;padding:18px 26px 18px 42px}.connections-list li{color:var(--gray-700);margin:0 0 10px;line-height:1.55}.connections-list li:last-child{margin-bottom:0}.connections-list a{color:var(--gray-800);transition:color .25s}.connections-list a:hover{color:var(--brand)}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html.dark body,html.dark main{color:#e5e7eb;background:#0f0f10}html.dark .header,html.dark .header-top,html.dark .header-navbar,html.dark .header-mobile-inner,html.dark .header-search-form,html.dark .header-panel{color:#f5f5f5;background:#111}html.dark .header--scrolled{box-shadow:0 2px 24px #00000073}html.dark .header-nav-link,html.dark .header-icon,html.dark .header-social,html.dark .header-mobile-link,html.dark .header-mobile-sublink,html.dark .header-panel-contact,html.dark .header-panel-contact a{color:#f5f5f5}html.dark .header-menu-toggle span{background:#fff}html.dark .header-submenu,html.dark .header-search-input{color:#f5f5f5;background:#171717;border-color:#2a2a2a}html.dark .header-submenu-link{color:#e5e7eb}html.dark .header-submenu-link:hover,html.dark .header-icon:hover{background:#222}html.dark .header-panel{border-right-color:var(--brand)}html.dark .header-panel-title{color:#c2184f}html.dark .header-panel-contact li{color:#e5e7eb;border-bottom-color:#ffffff38}html.dark .header-panel-contact li span{color:#e5e7eb}html.dark .header-panel-contact li svg{color:#c2184f}html.dark .header-panel-socials{border-top-color:#ffffff38}html.dark .header-panel-socials a{color:#e5e7eb}html.dark .header-panel-socials a:hover{color:#c2184f}html.dark .header-theme-track{background:#2d2d2d}html.dark .breadcrumb-area,html.dark .breadcrumb-content,html.dark .slider__area,html.dark .blog-details-area,html.dark .post-archive-area,html.dark .page-quick-access-area,html.dark .blog-single-area,html.dark .blog-list-section,html.dark .video-post-area,html.dark .trending-post-area,html.dark .popular__post-area,html.dark .category__area,html.dark .features-section,html.dark .faqs-section,html.dark .connections-area{color:#e5e7eb;background:#0f0f10!important}html.dark .breadcrumb-content,html.dark .breadcrumb{background:#151515}html.dark .breadcrumb-item,html.dark .breadcrumb-item a,html.dark .section__main-title,html.dark .section__title,html.dark .title,html.dark .blog-single-title,html.dark .blog-post-title,html.dark .pagequickaccess__title,html.dark .pagequickaccess__title a,html.dark .latest__post-content .title,html.dark .latest__post-content .title a,html.dark .widget-title,html.dark .widget_categories ul li a,html.dark .copyright__menu a{color:#f5f5f5}html.dark .section__sub-title,html.dark .tgbanner__content-meta li.category a,html.dark .latest__post-read-more a,html.dark .pagequickaccess__readmore a,html.dark .widget_categories ul li span{color:#c2184f}html.dark .tgbanner__content-meta li,html.dark .blog-details-content,html.dark .blog-details-content p,html.dark .blog-details-content div,html.dark .blog-details-content li,html.dark .blog-post-content,html.dark .blog-post-content p,html.dark .blog-single-content,html.dark .blog-single-excerpt,html.dark .blog-list-card-excerpt,html.dark .copyright__text p{color:#c9c9c9}html.dark .latest__post-thumb,html.dark .video__post-thumb,html.dark .trending__post-thumb,html.dark .trending__post,html.dark .trending__post-content,html.dark .blog-list-card,html.dark .feature-card,html.dark .faq-item,html.dark .connections-accordion,html.dark .accordion-button,html.dark .accordion-collapse{background:#151515;border-color:#2a2a2a}html.dark .latest__post-item:after,html.dark .pagequickaccess__item:after,html.dark .widget-title:after{opacity:.35}html.dark .blog-sidebar,html.dark .sidebar-widget{color:#e5e7eb}html.dark .sidePost__item{background-color:#202020}html.dark .blog-details-bottom{border-color:#2a2a2a}html.dark .blog-details-share .share-title,html.dark .blog-details-share ul li a{color:#e5e7eb}html.dark .blog-post-gallery,html.dark .blog-post-tags{border-color:#2a2a2a}html.dark .blog-post-tag,html.dark .blog-post-reading{color:#e5e7eb;background:#1f1f1f;border-color:#2a2a2a}html.dark .connections-wrap>.title{color:#fff}html.dark .connections-accordion{background:#151515;border-color:#2d2d2d}html.dark .connections-accordion .accordion-button{color:#f5f5f5;background:#151515}html.dark .connections-accordion .accordion-button:not(.collapsed){color:var(--brand);background:#f5f5f5}html.dark .connections-accordion .accordion-collapse{background:#111;border-top-color:#2d2d2d}html.dark .connections-list li,html.dark .connections-list span,html.dark .connections-list a{color:#d6d6d6}html.dark .connections-list a:hover{color:#fff}html.dark .slider__content .title,html.dark .slider__content .title a,html.dark .trending__post-content .title a,html.dark .video__post-content .title a,html.dark .blog-list-card-title,html.dark .popular__post-area .section__main-title,html.dark .popular__post-area .section__read-more a{color:#f5f5f5}html.dark .popular__post-area .section__sub-title{color:#c2184f}html.dark .trending__post-content .tgbanner__content-meta li:not(.category){color:#b8b8b8}html.dark .slider__content .btn{color:#f5f5f5;background:#1b1b1b;border-color:#2a2a2a;box-shadow:0 4px 18px #00000059}html.dark .slider__content .btn:hover{background:#242424}html.dark .slider__img-wrap:before{background:#181818}html.dark .slider__img-wrap:after{opacity:.28}html.dark .slider-dots .dot{border-color:#4b5563}html.dark .slider-dots .dot.active,html.dark .slider-dots .dot:hover{background:#c2184f;border-color:#c2184f}html.dark img{color-scheme:normal}.page-quick-access-area{background:var(--white);padding:70px 0 95px}.page-quick-access-container{max-width:1200px;margin:0 auto;padding:0 15px}.page-quick-access-layout{grid-template-columns:minmax(0,760px) minmax(260px,320px);justify-content:center;align-items:start;gap:55px;display:grid}.page-quick-access-main,.page-quick-access-sidebar-col{min-width:0}.page-quick-access-area .blog-sidebar{position:sticky;top:80px}.pagequickaccess-wrap{width:100%}.pagequickaccess__item{margin-bottom:48px;padding-bottom:42px;position:relative}.pagequickaccess__item:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='20' height='7' viewBox='0 0 20 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.5 Q 5 0 10 3.5 T 20 3.5' fill='none' stroke='%23d1d5db' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 7px;height:7px;position:absolute;bottom:0;left:0;right:0}.pagequickaccess__item:last-child{margin-bottom:0}.pagequickaccess__item>.tgbanner__content-meta{margin-bottom:12px}.pagequickaccess__title{color:var(--gray-900);letter-spacing:-.25px;text-transform:uppercase;margin:0 0 22px;font-size:1.125rem;font-weight:800;line-height:1.35}.pagequickaccess__title a{color:inherit;transition:color .25s}.pagequickaccess__title a:hover{color:var(--brand)}.pagequickaccess__readmore a{color:var(--gray-900);letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:10px;font-size:.875rem;font-weight:800;transition:color .25s;display:inline-flex}.pagequickaccess__readmore a:hover{color:var(--brand)}.pagequickaccess__readmore svg{width:14px;height:14px;color:var(--brand)}@media (max-width:991.98px){.page-quick-access-layout{grid-template-columns:1fr;gap:60px}.page-quick-access-area .blog-sidebar{position:static}}@media (max-width:767.98px){.page-quick-access-area{padding:50px 0 75px}.pagequickaccess__item{margin-bottom:40px;padding-bottom:34px}}
