.nwh-blog{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:50px}.nwh-blog-banner{display:flex;align-items:center;justify-content:center;position:relative;width:100%;min-height:300px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;margin-top:25px}.nwh-blog-banner__img{width:100%;height:100%;position:absolute;top:0;left:0}.nwh-blog-banner__img img{width:100%;height:100%;object-fit:cover}.nwh-blog-banner__content{position:relative;display:flex;text-align:center;padding:25px}.nwh-blog-banner__content .nwh-blog-banner__title{display:block;font-size:36px}.nwh-blog-banner--desktop{display:block}@media(max-width:599px){.nwh-blog-banner--desktop{display:none}}.nwh-blog-banner--mobile{display:none}@media(max-width:599px){.nwh-blog-banner--mobile{display:block}}.nwh-blog__wrap{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;gap:20px}.nwh-blog-card{display:flex;position:relative;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc((100% - 40px)/3);background:#fff;color:#1a1818;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transition:all .2s ease}.nwh-blog-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-2px)}@media(max-width:900px){.nwh-blog-card{width:calc((100% - 20px)/2)}}@media(max-width:599px){.nwh-blog-card{width:100%}.nwh-blog-card:hover{box-shadow:0 1px 2px #0000000d;transform:none}}.nwh-blog-card__category{position:absolute;top:15px;left:15px;z-index:2;display:inline-flex;align-items:center;padding:8px 15px;border:1px solid rgba(255,255,255,.25);background:#1a181873;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:9999px;color:#fff;font-size:14px;font-weight:700;line-height:1;text-transform:capitalize}.nwh-blog-card__img{display:block;height:150px;width:100%}.nwh-blog-card__img img{width:100%;height:100%;object-fit:cover}.nwh-blog-card__content{display:block;position:relative;width:100%;padding:15px}.nwh-blog-card__content h2{margin:0 0 10px;color:#1a1818;font-family:inter,sans-serif;font-size:18px;font-weight:800;line-height:1.2;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nwh-blog-card__content p{margin-bottom:0;color:#9ca3af;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.nwh-blog-card__meta{display:block;margin-bottom:10px;color:#9ca3af;font-size:13px}.nwh-blog-card__svg{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;border-radius:9999px;transition:all .2s ease}.nwh-blog-card__svg svg{width:18px;height:18px;color:#374151}.nwh-blog-card:hover .nwh-blog-card__svg{background:#f1f5f9}.nwh-blog-card:hover .x-author__name{color:#1a1818}.nwh-blog-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-top:auto;padding:10px 15px;border-top:1px solid #e5e7eb}.nwh-blog-subcol{display:flex;align-items:center;justify-content:flex-start;margin:15px 0}.nwh-blog-subcol__wrap{overflow:hidden}.nwh-blog-subcol__item{display:flex;align-items:center;flex-shrink:0;width:auto!important;padding:11px 22px;border:1px solid #e5e7eb;background:#fff;border-radius:9999px;color:#374151;font-family:inter,sans-serif;font-size:14px;font-weight:600;white-space:nowrap;transition:.2s ease}.nwh-blog-subcol__item:hover{border-color:#9ca3af;background:#f9fafb;color:#1a1818}.nwh-blog-subcol__item--active{background:#1a1818;border-color:#1a1818;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.nwh-blog-subcol__item--active:hover{background:#1a1818;border-color:#1a1818;color:#fff}.nwh-blog-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;margin-bottom:50px}.nwh-blog-pagination .page a,.nwh-blog-pagination .page.current,.nwh-blog-pagination .prev a,.nwh-blog-pagination .prev.current,.nwh-blog-pagination .next a,.nwh-blog-pagination .next.current{display:flex;align-items:center;padding:8px 15px;border:1px solid #e5e7eb;background:#f9fafb;border-radius:9999px;color:#374151;font-size:14px;transition:.2s ease}.nwh-blog-pagination .page a:hover,.nwh-blog-pagination .prev a:hover,.nwh-blog-pagination .next a:hover{border-color:#9ca3af;color:#1f2937}.nwh-blog-pagination .page.current,.nwh-blog-pagination .prev.current,.nwh-blog-pagination .next.current{background:#f1f5f9;border-color:#d1d5db;color:#1f2937}.nwh-article{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:50px;margin-top:25px}@media(max-width:599px){.nwh-article{flex-wrap:wrap}}.nwh-article-bread{border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb!important;margin-bottom:20px;font-size:14px}@media(max-width:599px){.nwh-article-bread{font-size:12px}}.nwh-article-bread__wrap{display:flex;flex-wrap:wrap;padding:.75rem 1rem;list-style:none}.nwh-article-wrap{display:block;position:relative;width:100%}.nwh-article__side{width:100%;max-width:300px;flex-shrink:0}@media(max-width:599px){.nwh-article__side{max-width:100%}}.nwh-article__img{display:block;position:relative;height:300px;width:100%;margin-bottom:25px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.nwh-article__img img{width:100%;height:100%;object-fit:cover}.nwh-article__tags{display:block;position:absolute;top:20px;left:20px}.nwh-article__tags .tags{display:flex;align-items:center;justify-content:flex-start}.nwh-article__tags .x-badge{margin-right:5px;background:#e31e31;border:1px solid #88111d;color:#fff}.nwh-article__heading{margin-bottom:25px;display:flex;align-items:center;justify-content:flex-start}.nwh-article__heading svg{height:20px;width:20px;margin-right:5px;stroke:#e31e31}.nwh-article__heading hr{height:18px;border:none;width:1px;background-color:#e5e7eb;margin:0 10px}.nwh-article__author,.nwh-article__date{display:flex;align-items:center;justify-content:flex-start}.nwh-article__content p{margin-bottom:15px}.nwh-article__content h2{margin-bottom:10px}.nwh-article__content h3{margin-bottom:10px;font-size:22px}.nwh-article__content h4{margin-bottom:10px}.nwh-article__content ul{margin-bottom:15px;padding-left:20px}.nwh-article__content ul li{margin-bottom:8px;font-size:14px;list-style:disc;color:#374151}.nwh-article-more{margin-top:50px;margin-bottom:50px}.nwh-article-more h2{margin:0 0 15px;font-family:inter,sans-serif;font-size:22px;font-weight:800}@media(max-width:599px){.nwh-article-more h2{font-size:18px}}.nwh-article-more__grid{display:flex;align-items:stretch;gap:20px}@media(max-width:599px){.nwh-article-more__grid{flex-direction:column}}.x-article-related{display:flex;align-items:flex-end;position:relative;flex:1 1 0;min-width:0;height:270px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;color:#fff;transition:box-shadow .3s ease}@media(max-width:599px){.x-article-related{height:225px;flex:unset}}.x-article-related:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(to top,#1a1818d9,#1a181866 45%,#1a181800 85%)}.x-article-related:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.x-article-related:hover .x-author__name{color:#fff}.x-article-related__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.x-article-related__img img{width:100%;height:100%;object-fit:cover;object-position:center}.x-article-related__body{position:relative;z-index:3;width:100%;padding:20px}.x-article-related__body h3{margin:0 0 12px;color:#fff;font-family:grako,sans-serif;font-size:22px;line-height:1.15;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.x-article-related__tag{display:inline-flex;align-items:center;margin-bottom:12px;padding:7px 14px;border:1px solid rgba(255,255,255,.25);background:#1a181873;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:9999px;color:#fff;font-size:13px;font-weight:700;line-height:1;text-transform:capitalize}.x-article-related__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#fff}.x-article-related__meta .x-author__avatar{box-shadow:0 0 0 1px #ffffff59}.x-article-related__date{color:#ffffffb3;font-size:13px}.nwh-blog-recent-art{display:block;width:100%;max-width:400px}@media(max-width:599px){.nwh-blog-recent-art{max-width:100%}}.nwh-blog-recent-art h2{margin-bottom:10px;font-family:inter,sans-serif;font-size:22px;font-weight:800}@media(max-width:599px){.nwh-blog-recent-art h2{font-size:18px}}.nwh-article .banner-wrapper{border-radius:4px;overflow:hidden;position:relative}.nwh-article .banner-wrapper img{object-fit:cover;object-position:center}@media(min-width:640px){.nwh-article .banner-wrapper{position:relative}}.fittalk-prod-text-outer{display:flex;flex-wrap:nowrap;gap:20px;margin:5px 0 20px}.fittalk-prod-text-img{width:30%}.fittalk-prod-text-img img{border-radius:12px}.fittalk-prod-text-img a{display:block;text-decoration:none!important;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;border-radius:12px;padding:0;background:#fff;overflow:hidden}.fittalk-prod-text-img a:hover{text-decoration:none!important}.fittalk-prod-text-img span{text-align:center;display:table;margin:15px auto 20px}.fittalk-prod-text-content{width:calc(70% - 20px)}@media screen and (max-width:600px){.fittalk-prod-text-outer{flex-wrap:wrap}.fittalk-prod-text-img,.fittalk-prod-text-content{width:100%}}@media screen and (min-width:601px)and (max-width:991px){.fittalk-prod-text-img,.fittalk-prod-text-content{width:calc(50% - 10px)}}.nwh-fittalk-lists-wrapper{display:flex;justify-content:flex-start;margin:0 0 20px!important;padding:0!important;flex-wrap:wrap;gap:15px 0}.nwh-fittalk-lists-wrapper li{padding:0 10px;border-right:2px solid #d1d5db;list-style:none!important}.nwh-fittalk-lists-wrapper li a{color:#e31e31;text-decoration:none!important;transition:all .3s ease;text-transform:capitalize}.nwh-fittalk-lists-wrapper li a:hover{color:#646464}.nwh-fittalk-lists-wrapper li:last-child{border:none}.nwh-article .content-image{display:flex;align-items:stretch;justify-content:space-between;margin-bottom:20px}.nwh-article .content-image__image,.content-image__description{width:50%;vertical-align:top;display:inline-block}.nwh-article .content-image__image{display:block;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.nwh-article .content-image__description{display:block;padding:0 0 0 30px;width:50%}.nwh-article .content-image--right .content-image__description{order:-1}.nwh-article .content-image--right .content-image__description{padding:0 30px 0 0}@media screen and (max-width:600px){.nwh-article .content-image{display:block}.nwh-article .content-image__description,.content-image__image{width:100%;padding:0!important}.nwh-article .content-image__image:before{content:"";display:block;padding-top:95%;position:relative}}.x-author{display:flex;align-items:center;gap:8px}.x-author__avatar{display:flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;border-radius:9999px;overflow:hidden;background:#e31e31}.x-author__avatar img{width:100%;height:100%;object-fit:cover}.x-author__initial{color:#fff;font-family:grako,sans-serif;font-size:13px;line-height:1}.x-author__prefix{color:inherit;font-size:14px;font-weight:400;opacity:.85}.x-author__name{color:inherit;font-size:14px;font-weight:700}.x-author--card{display:block;width:100%;padding:15px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;margin-bottom:25px}.x-author--card .x-author__label{display:block;margin-bottom:12px;color:#9ca3af;font-family:inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.x-author--card .x-author__head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.x-author--card .x-author__avatar{width:56px;min-width:56px;height:56px}.x-author--card .x-author__initial{font-size:24px}.x-author--card .x-author__detail{display:flex;flex-direction:column;min-width:0}.x-author--card .x-author__name{color:#1a1818;font-family:grako,sans-serif;font-size:18px;line-height:1.1;text-transform:uppercase}.x-author--card .x-author__role{color:#e31e31;font-size:13px;font-weight:700}.x-author--card .x-author__bio{margin:0;color:#374151;font-size:14px;line-height:1.6}.x-blog-list{margin:0;padding:0;list-style:none}.x-blog-list__item{list-style:none;border-bottom:1px solid #e5e7eb}.x-blog-list__item:last-child{border-bottom:none}.x-blog-list__link{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:18px 0;color:#1a1818}.x-blog-list__link:hover h3{color:#374151}.x-blog-list__content{min-width:0}.x-blog-list__content h3{margin:0 0 8px;color:#1a1818;font-family:inter,sans-serif;font-size:17px;font-weight:700;line-height:1.3;transition:.2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.x-blog-list__cat{display:block;margin-bottom:6px;color:#4b5563;font-family:inter,sans-serif;font-size:13px;font-weight:700}.x-blog-list__meta{display:block;color:#9ca3af;font-size:13px}.x-blog-list__img{flex-shrink:0;width:110px;height:90px;border-radius:8px;overflow:hidden}@media(max-width:599px){.x-blog-list__img{width:90px;height:75px}}.x-blog-list__img img{width:100%;height:100%;object-fit:cover}.x-share{display:block;width:100%;margin-top:25px;padding-top:25px;border-top:1px solid #e5e7eb}.x-share__label{display:block;margin-bottom:12px;color:#9ca3af;font-family:inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.x-share__links{display:flex;align-items:center;gap:8px}.x-share__link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#374151;transition:.2s ease}.x-share__link svg{width:16px;height:16px}.x-share__link:hover{border-color:#1a1818;background:#1a1818;color:#fff}.x-blog-banner-recents{display:block}.x-blog-banner-recents__swiper{width:100%;position:relative;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.x-blog-banner-recents__slide{display:block;position:relative;width:100%;height:450px;overflow:hidden;background:#f1f5f9}.x-blog-banner-recents__slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(to top,#1a1818d9,#1a181873,#1a181800 80%)}.x-blog-banner-recents__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.x-blog-banner-recents__img img{width:100%;height:100%;object-fit:cover;object-position:center}.x-blog-banner-recents__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.x-blog-banner-recents__body{position:absolute;bottom:0;left:0;width:100%;z-index:4;display:flex;align-items:flex-end;justify-content:space-between;gap:25px;padding:30px 30px 50px;pointer-events:none}@media(max-width:599px){.x-blog-banner-recents__body{flex-direction:column;align-items:flex-start;gap:15px;padding:20px 20px 42px}}.x-blog-banner-recents__content{max-width:60%}@media(max-width:599px){.x-blog-banner-recents__content{max-width:100%}}.x-blog-banner-recents__content h2{margin:0 0 10px;color:#fff;font-family:grako,sans-serif;font-size:32px;line-height:1.15;text-transform:uppercase}@media(max-width:599px){.x-blog-banner-recents__content h2{font-size:22px}}.x-blog-banner-recents__content p{margin:0;color:#fffc;font-size:15px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:599px){.x-blog-banner-recents__content p{font-size:14px}}.x-blog-banner-recents__tag{display:inline-flex;align-items:center;margin-bottom:20px;padding:8px 15px;border:1px solid rgba(255,255,255,.25);background:#1a181873;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:9999px;color:#fff;font-size:14px;text-transform:capitalize;font-weight:700}.x-blog-banner-recents__meta{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:6px;margin-bottom:30px;color:#fff;text-align:right}@media(max-width:599px){.x-blog-banner-recents__meta{align-items:flex-start;margin-bottom:0;text-align:left}}.x-blog-banner-recents__meta .x-author__avatar{box-shadow:0 0 0 1px #ffffff59}.x-blog-banner-recents__date{color:#ffffffb3;font-size:13px}.x-blog-banner-recents__nav{position:absolute;bottom:20px;right:30px;z-index:5;display:flex;align-items:center;justify-content:flex-end;gap:10px;pointer-events:none}@media(max-width:599px){.x-blog-banner-recents__nav{display:none}}.x-blog-banner-recents__nav-item{width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);background:#1a181873;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:8px;pointer-events:auto;cursor:pointer;transition:all .3s ease}.x-blog-banner-recents__nav-item svg{width:15px;height:15px;stroke:#fff;stroke-width:3px}.x-blog-banner-recents__nav-item:hover{border-color:#ffffff73;background:#1a1818a6}.x-blog-banner-recents__nav-item:active{transform:translateY(3px)}.x-blog-banner-recents__nav-item.swiper-button-disabled{opacity:.4}.x-blog-banner-recents__pagination{position:absolute;bottom:20px!important;left:30px!important;width:auto!important;z-index:5;display:flex;align-items:center;gap:6px;pointer-events:auto}@media(max-width:599px){.x-blog-banner-recents__pagination{bottom:14px;left:20px;height:auto}}.x-blog-banner-recents__pagination .swiper-pagination-bullet{width:8px!important;height:8px!important;margin:0!important;background:#ffffff73!important;opacity:1!important;border-radius:9999px!important;transition:.3s ease}.x-blog-banner-recents__pagination .swiper-pagination-bullet-active{width:24px!important;background:#fff!important}.x-blog-toolbar{display:block}.x-blog-toolbar__head{margin-bottom:22px}.x-blog-toolbar__head h1{margin:0;font-family:inter,sans-serif;font-weight:800;font-size:42px;line-height:1.05;letter-spacing:-.02em}@media(max-width:900px){.x-blog-toolbar__head h1{font-size:34px}}@media(max-width:599px){.x-blog-toolbar__head h1{font-size:27px}}.x-blog-toolbar__intro{max-width:640px;margin:10px 0 0;color:#9ca3af;font-size:16px;line-height:1.55}@media(max-width:599px){.x-blog-toolbar__intro{font-size:14px}}.x-blog-toolbar__row{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:599px){.x-blog-toolbar__row{flex-direction:column;align-items:stretch;gap:14px;padding-bottom:18px}}.x-blog-toolbar__row .nwh-blog-subcol__wrap{flex:1 1 auto;min-width:0}.x-blog-toolbar__row .nwh-blog-subcol{margin:0}.x-blog-toolbar__actions{display:flex;align-items:center;flex-shrink:0;gap:18px}@media(max-width:599px){.x-blog-toolbar__actions{justify-content:space-between}}.x-blog-toolbar__count{color:#9ca3af;font-size:14px;white-space:nowrap}.x-blog-toolbar__sort{display:flex;align-items:center;flex-shrink:0;gap:8px}.x-blog-toolbar__sort[hidden]{display:none}.x-blog-toolbar__sort label{color:#9ca3af;font-size:14px;white-space:nowrap}.x-blog-toolbar__select{appearance:none;-webkit-appearance:none;padding:8px 34px 8px 15px;border:1px solid #e5e7eb;border-radius:9999px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;color:#1f2937;font-size:14px;cursor:pointer;transition:.2s ease}.x-blog-toolbar__select:hover{border-color:#9ca3af}.nwh-blog-row{display:block;position:relative}.nwh-blog-row__header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.nwh-blog-row__header h2{margin:0;font-family:inter,sans-serif;font-size:16px;font-weight:800;text-transform:uppercase}.nwh-blog-row__view-all{display:inline-flex;align-items:center;flex-shrink:0;gap:5px;color:#374151;font-family:inter,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;white-space:nowrap}.nwh-blog-row__view-all svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.5px}.nwh-blog-row__view-all:hover{color:#1a1818}.nwh-blog-row__carousel{position:relative}.nwh-blog-row__swiper{padding:10px 0}.nwh-blog-row__swiper .swiper-slide{height:auto;display:flex}.nwh-blog-row__swiper .nwh-blog-card{width:100%;height:100%}.nwh-blog-row__nav{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% + 20px);z-index:4;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.nwh-blog-row__nav-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;padding:0;border:1px solid #e5e7eb;background:#ffffff80;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:50%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;pointer-events:auto;cursor:pointer;transition:all .3s ease}@media(max-width:599px){.nwh-blog-row__nav-btn{width:36px;height:36px}}.nwh-blog-row__nav-btn svg{width:15px;height:15px;stroke:#374151;stroke-width:3px;pointer-events:none}.nwh-blog-row__nav-btn:active{box-shadow:none;transform:translateY(3px)}.nwh-blog-row__nav-btn:focus-visible{outline:2px solid #9ca3af;outline-offset:2px}.nwh-blog-row__nav-btn.swiper-button-disabled{opacity:.75;box-shadow:none}.x-blog-feature{display:block}.x-blog-feature__header{margin-bottom:15px}.x-blog-feature__header h2{margin:0;font-family:inter,sans-serif;font-size:16px;font-weight:800;text-transform:uppercase}.x-blog-feature__grid{display:flex;align-items:flex-start;gap:25px}@media(max-width:900px){.x-blog-feature__grid{flex-direction:column;gap:30px}}.x-blog-feature__main{display:flex;flex-direction:column;flex:2 1 0;min-width:0;gap:20px}@media(max-width:900px){.x-blog-feature__main{width:100%;flex:none}}.x-blog-feature__side{position:sticky;top:145px;flex:1 1 0;min-width:0}@media(max-width:900px){.x-blog-feature__side{position:static;width:100%;flex:none}}.x-blog-feature__hero{display:block;position:relative;width:100%;height:400px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;color:#fff}.x-blog-feature__hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(to top,#1a1818d9,#1a181873,#1a181800 80%)}.x-blog-feature__hero:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.x-blog-feature__hero:hover .x-author__name{color:#fff}.x-blog-feature__hero-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.x-blog-feature__hero-img img{width:100%;height:100%;object-fit:cover;object-position:center}.x-blog-feature__hero-body{position:absolute;bottom:0;left:0;width:100%;z-index:3;padding:30px}@media(max-width:599px){.x-blog-feature__hero-body{padding:20px}}.x-blog-feature__hero-body h3{margin:0 0 15px;color:#fff;font-family:grako,sans-serif;font-size:30px;line-height:1.15;text-transform:uppercase}@media(max-width:599px){.x-blog-feature__hero-body h3{font-size:22px}}.x-blog-feature__hero-tag{display:inline-flex;align-items:center;margin-bottom:15px;padding:8px 15px;border:1px solid rgba(255,255,255,.25);background:#1a181873;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:9999px;color:#fff;font-size:14px;font-weight:700;line-height:1;text-transform:capitalize}.x-blog-feature__hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.x-blog-feature__hero-meta .x-author__avatar{box-shadow:0 0 0 1px #ffffff59}.x-blog-feature__hero-date{color:#ffffffb3;font-size:13px}.x-blog-feature__pair{display:flex;align-items:stretch;gap:20px}@media(max-width:599px){.x-blog-feature__pair{flex-direction:column}}.x-blog-feature__pair-item{display:flex;flex:1 1 0;min-width:0}.x-blog-feature__pair .nwh-blog-card{width:100%;height:100%}.x-blog-spotlight{display:block}.x-blog-spotlight__inner{display:flex;align-items:center;position:relative;width:100%;height:400px;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;color:#fff;transition:box-shadow .3s ease}.x-blog-spotlight__inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(to right,#1a1818cc,#1a18188c,#1a18181a 70%,#1a181800)}@media(max-width:599px){.x-blog-spotlight__inner:after{background:linear-gradient(to top,#1a1818e0,#1a181880 45%,#1a181800 85%)}}.x-blog-spotlight__inner:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.x-blog-spotlight__inner:hover .x-author__name,.x-blog-spotlight__inner:hover .x-author__prefix{color:#fff}.x-blog-spotlight__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.x-blog-spotlight__img img{width:100%;height:100%;object-fit:cover;object-position:center}.x-blog-spotlight__body{position:relative;z-index:3;max-width:46%;padding:40px}@media(max-width:900px){.x-blog-spotlight__body{max-width:65%;padding:30px}}@media(max-width:599px){.x-blog-spotlight__body{max-width:100%;align-self:flex-end;padding:20px}}.x-blog-spotlight__body h2{margin:0 0 12px;color:#fff;font-family:grako,sans-serif;font-size:34px;line-height:1.15;text-transform:uppercase}@media(max-width:900px){.x-blog-spotlight__body h2{font-size:28px}}@media(max-width:599px){.x-blog-spotlight__body h2{font-size:22px}}.x-blog-spotlight__body p{margin:0 0 22px;color:#fffc;font-size:15px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}@media(max-width:599px){.x-blog-spotlight__body p{margin-bottom:18px;font-size:14px;-webkit-line-clamp:2}}.x-blog-spotlight__meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:18px;color:#fff}.x-blog-spotlight__meta .x-author{gap:10px}.x-blog-spotlight__meta .x-author__avatar{box-shadow:0 0 0 1px #ffffff59}.x-blog-spotlight__in{color:#ffffffd9;font-size:14px}.x-blog-spotlight__cat{color:#fff;font-size:14px;font-weight:700;text-transform:capitalize}.x-blog-spotlight__btn{display:inline-flex;align-items:center;gap:10px}.x-blog-spotlight__btn svg{width:16px;height:16px;stroke:currentColor}
/*# sourceMappingURL=/cdn/shop/t/2/assets/nwh-blog.css.map */
