.pmc{--pmc-font: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pmc-max-width: 1280px;--pmc-accent: #3da0f0;--pmc-text: #262629;--pmc-muted: #999999;--pmc-line: #eeeeee;--pmc-content-bg: #f5f7fb;background:#fff;color:var(--pmc-text);font-family:var(--pmc-font);overflow:hidden}.pmc *,.pmc *:before,.pmc *:after{box-sizing:border-box}.pmc img,.pmc picture{display:block}.pmc img{max-width:100%}.pmc__container{width:min(100% - 40px,var(--pmc-max-width));margin:0 auto}.pmc__hero{position:relative;height:var(--pmc-hero-height-desktop, 220px);overflow:hidden;background:#000;color:#fff}.pmc__hero-media,.pmc__hero-picture,.pmc__hero-picture img,.pmc__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.pmc__hero-picture img{width:100%;height:100%;object-fit:cover}.pmc__hero-tiles{position:absolute;left:50%;top:50%;width:2290px;height:760px;display:grid;grid-template-columns:repeat(4,482px);grid-auto-rows:322px;gap:58px 42px;opacity:.2;transform:translate(-50%,-50%) rotate(30deg)}.pmc__hero-tile{width:482px;height:322px;object-fit:cover}.pmc__hero-tile--2,.pmc__hero-tile--6{transform:translateY(-16px)}.pmc__hero-tile--4,.pmc__hero-tile--8{transform:translateY(18px)}.pmc__hero-overlay{background:linear-gradient(90deg,#0000008c,#31343400 53%,#000),#00000047}.pmc__hero-content{position:relative;z-index:1;height:100%;width:min(100% - 40px,var(--pmc-max-width));margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.pmc__hero-title{margin:0;color:#fff;font-size:40px;font-weight:700;line-height:40px;letter-spacing:0}.pmc__hero-subtitle{max-width:620px;margin:14px auto 0;color:#ffffffc2;font-size:16px;font-weight:400;line-height:24px}.pmc__content{padding:var(--pmc-content-top-desktop, 50px) 0 var(--pmc-content-bottom-desktop, 40px);background:linear-gradient(180deg,var(--pmc-content-bg) 0%,#ffffff 58%)}.pmc__featured{position:relative;display:block;height:var(--pmc-featured-height-desktop, 420px);overflow:hidden;border-radius:8px;color:#fff;text-decoration:none;background:#000;box-shadow:0 0 0 1px #fff0;transition:box-shadow .16s ease,transform .16s ease}.pmc__featured:hover,.pmc__featured:focus-visible{box-shadow:0 0 0 1px var(--pmc-accent)}.pmc__featured:focus-visible{outline:2px solid var(--pmc-accent);outline-offset:3px}.pmc__featured-media,.pmc__featured-media img,.pmc__featured-shade{position:absolute;top:0;right:0;bottom:0;left:0}.pmc__featured-media img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.pmc__featured-placeholder,.pmc__article-placeholder{display:block;width:100%;height:100%;background:#eef2f6}.pmc__featured--contain .pmc__featured-media img{object-fit:contain}.pmc__featured--adaptive{height:auto;aspect-ratio:var(--pmc-featured-aspect-ratio, 3.0476)}.pmc__featured:hover .pmc__featured-media img,.pmc__featured:focus-visible .pmc__featured-media img{transform:scale(1.015)}.pmc__featured-shade{background:linear-gradient(0deg,#000,#6660)}.pmc__featured-copy{position:absolute;left:20px;bottom:20px;width:min(520px,calc(100% - 40px));color:#fff;text-align:left}.pmc__featured-source,.pmc__featured-date{margin:0;font-weight:400}.pmc__featured-source{font-size:16px;line-height:16px;text-transform:capitalize}.pmc__featured-title{margin:14px 0 0;color:#fff;font-size:24px;font-weight:700;line-height:30px;letter-spacing:0;text-transform:capitalize}.pmc__featured-date{margin-top:14px;font-size:16px;line-height:19px;opacity:.7}.pmc__featured-arrow{position:absolute;right:20px;bottom:20px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:var(--pmc-accent);opacity:0;transform:translate(-6px);transition:opacity .16s ease,transform .16s ease;pointer-events:none}.pmc__featured-arrow svg{width:20px;height:20px}.pmc__featured:hover .pmc__featured-arrow,.pmc__featured:focus-visible .pmc__featured-arrow,.pmc__featured:active .pmc__featured-arrow{opacity:1;transform:translate(0)}.pmc__articles{margin-top:26px}.pmc__article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto;gap:26px;align-items:stretch}.pmc__article-card{position:relative;display:grid;grid-template-rows:230px minmax(0,1fr);height:auto;min-height:392px;overflow:hidden;border:1px solid var(--pmc-line);border-radius:8px;color:var(--pmc-text);text-decoration:none;background:#fff;box-shadow:3px 6px 26px 5px #00000008;transition:border-color .16s ease}.pmc__article-card:nth-child(-n+3){min-height:344px}.pmc__article-card:first-child{border-color:var(--pmc-line)}.pmc__article-card:hover,.pmc__article-card:focus-visible{border-color:var(--pmc-accent)}.pmc__article-card:focus-visible{outline:2px solid var(--pmc-accent);outline-offset:3px}.pmc__article-media{width:100%;height:230px;overflow:hidden;border-radius:8px 8px 0 0;background:#f2f2f2}.pmc__article-media img{width:100%;height:100%;object-fit:cover}.pmc__article-card:hover .pmc__article-media img,.pmc__article-card:focus-visible .pmc__article-media img{transform:none}.pmc__article-arrow{position:absolute;top:168px;right:20px;z-index:2;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:56px;background:#fff;color:var(--pmc-accent);opacity:0;transform:translate(6px);transition:opacity .16s ease,transform .16s ease;pointer-events:none}.pmc__article-arrow svg{width:20px;height:20px}.pmc__article-card:hover .pmc__article-arrow,.pmc__article-card:focus-visible .pmc__article-arrow,.pmc__article-card:active .pmc__article-arrow{opacity:1;transform:translate(0)}.pmc__article-body{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0;min-height:0;padding:20px;text-align:left}.pmc__article-source,.pmc__article-title,.pmc__article-date{margin:0}.pmc__article-source{width:100%;min-width:0;color:var(--pmc-muted);font-size:16px;font-weight:400;line-height:16px}.pmc__article-title{width:100%;min-width:0;display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--pmc-text);font-size:16px;font-weight:700;line-height:24px;letter-spacing:0}.pmc__article-date{width:100%;min-width:0;color:var(--pmc-muted);font-size:14px;font-weight:400;line-height:14px}.pmc__pagination{width:max-content;margin:32px auto 0;display:flex;align-items:center;justify-content:center;gap:6px}.pmc__page{width:40px;height:40px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#333;background:#fff;font-size:16px;font-weight:500;line-height:16px;text-decoration:none;transition:background-color .16s ease,color .16s ease,transform .16s ease}.pmc__page svg{width:16px;height:16px}.pmc__page--active{color:var(--pmc-accent);background:#ecf6fe}a.pmc__page:hover,a.pmc__page:focus-visible{color:var(--pmc-accent);background:#ecf6fe;outline:none;transform:translateY(-1px)}a.pmc__page:focus-visible{outline:2px solid var(--pmc-accent);outline-offset:2px}.pmc__page--disabled{color:var(--pmc-muted);background:#eee;opacity:.45}.pmc__page--ellipsis{background:transparent;pointer-events:none}.pmc__empty{min-height:240px;padding:48px 20px;border:1px dashed var(--pmc-line);border-radius:8px;background:#fff;color:var(--pmc-muted);font-size:16px;line-height:24px;text-align:center}@media(max-width:767px){.pmc{overflow:hidden}.pmc__container{width:calc(100% - 20px)}.pmc__hero{height:var(--pmc-hero-height-mobile, 170px)}.pmc__hero-tiles{width:930px;height:382px;grid-template-columns:repeat(4,175px);grid-auto-rows:121px;gap:24px 28px;transform:translate(-48%,-45%) rotate(29.7deg)}.pmc__hero-tile{width:175px;height:121px}.pmc__hero-overlay{background:linear-gradient(90deg,#00000085,#31343400 53%,#000),#00000057}.pmc__hero-content{width:calc(100% - 20px)}.pmc__hero-title{font-size:28px;line-height:28px}.pmc__hero-subtitle{max-width:310px;margin-top:10px;font-size:14px;line-height:20px}.pmc__content{margin-top:var(--pmc-content-overlap-mobile, 16px);padding:12px 0 10px;border-radius:10px 10px 0 0;background:linear-gradient(180deg,var(--pmc-content-bg) 0%,#ffffff 100%)}.pmc__featured{height:var(--pmc-featured-height-mobile, 200px);border-radius:8px}.pmc__featured-copy{left:20px;bottom:16px;width:calc(100% - 40px)}.pmc__featured-source{font-size:14px;line-height:14px}.pmc__featured-title{margin-top:10px;font-size:20px;line-height:28px}.pmc__featured-date{margin-top:10px;font-size:14px;line-height:14px}.pmc__featured-arrow{right:14px;bottom:14px;width:36px;height:36px}.pmc__featured-arrow svg{width:18px;height:18px}.pmc__articles{position:relative;margin-top:14px;padding:14px 10px;border-radius:8px;background:#fff;box-shadow:3px 6px 26px 5px #3da0f00d}.pmc__articles:after{content:none;display:none}.pmc__article-grid{display:block}.pmc__article-card,.pmc__article-card:nth-child(-n+3){position:relative;height:94px;min-height:0;margin:0 0 29px;display:flex;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}.pmc__article-card.pmc__article-card--mobile-hidden{display:none}.pmc__article-card--mobile-last{margin-bottom:0}.pmc__article-card:not(.pmc__article-card--mobile-hidden):not(.pmc__article-card--mobile-last):after{content:"";position:absolute;left:0;right:0;top:108px;height:1px;background:var(--pmc-line)}.pmc__article-card:hover,.pmc__article-card:focus-visible{border-color:transparent;box-shadow:none;transform:none}.pmc__article-card:focus-visible{outline-offset:2px}.pmc__article-media{flex:0 0 152px;width:152px;height:94px;border-radius:8px}.pmc__article-media img{border-radius:8px}.pmc__article-card:hover .pmc__article-media img,.pmc__article-card:focus-visible .pmc__article-media img{transform:none}.pmc__article-arrow{display:none}.pmc__article-body{width:calc(100% - 166px);min-width:0;gap:6px;padding:0 0 0 14px}.pmc__article-source{color:var(--pmc-muted);font-size:14px;line-height:14px}.pmc__article-title{height:54px;-webkit-line-clamp:3;font-size:14px;line-height:18px}.pmc__article-date{margin-top:0;font-size:14px;line-height:14px}.pmc__pagination{width:316px;margin:35px auto 0;gap:6px}.pmc__page{width:40px;height:40px;font-size:16px;line-height:16px}.pmc__page--desktop-extra{display:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-pongbot-media-coverage-page.css.map */
