article img{width:100%;border-radius:2px}article a{text-decoration:none;color:var(--text-color)}article p,article span,article .article_section,article .article_author,article .article_date{font-family:"Figtree",sans-serif}article h2,article h3,article h4{font-family:"Source Serif 4",serif;transition:opacity 150ms ease-in;margin-top:0;opacity:1;font-weight:500}article h2 a:hover,article h3 a:hover,article h4 a:hover{text-decoration:underline;text-decoration-color:var(--yellow-color-50)}article p{font-family:"Source Serif 4",serif;margin:0}article .article_section{text-transform:uppercase;font-size:.8rem;font-weight:600;letter-spacing:.05rem;display:flex;color:var(--text-color)}article .article_section svg{position:relative;top:-2px}article .article_section a{color:var(--secondary-color)}article .article_section a::before{content:"";display:block;width:3px;height:85%;background-color:var(--yellow-color);margin-right:5px}article .article_headline a>b{background-color:var(--yellow-color-50);color:var(--back-color-black);display:inline-block;text-transform:uppercase;font-size:.875rem;padding:0 .25rem;font-weight:600;vertical-align:middle;font-family:"Figtree",sans-serif}article .article_headline a>b.icon{background-color:var(--yellow-color);color:var(--text-color-white);display:-ms-inline-grid;display:inline-grid;border-radius:2px;place-items:center;width:1.35rem;height:1.35rem;font-size:.875rem;padding:0;vertical-align:baseline}article .article_author,article .article_date{color:var(--grey-color);font-size:.875rem}article .article_author a,article .article_date a{color:var(--grey-color)}article .article_date{display:flex;align-items:flex-end;gap:.5rem;flex-wrap:wrap}article .article_date .divider{opacity:.35;color:var(--grey-color)}article .article_date .comments_count{display:flex;align-items:center;gap:.25rem}@keyframes pulseBackground{0%{opacity:1}50%{opacity:.35}100%{opacity:1}}article .article_image{background-color:var(--border-color-10);aspect-ratio:4/3;object-fit:cover;border-radius:2px;object-position:center;opacity:1;display:block;position:relative}article .article_image:empty{animation-duration:3s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:pulseBackground;animation-timing-function:linear}article .article_image .article_videolabel{position:absolute;display:grid;place-items:center;background-color:rgba(0,0,0,.75);backdrop-filter:blur(2px)}article .article_image .article_videolabel svg{color:var(--text-color-white)}article .article_image .article_photolabel{position:absolute;display:grid;place-items:center;background-color:rgba(0,0,0,.75);backdrop-filter:blur(2px)}article .article_image .article_photolabel svg{color:var(--text-color-white)}article .article_image .article_onlinelabel{position:absolute;transform:translate(-50%, -50%);transform-origin:center center;display:grid;place-items:center;border-radius:100%;background-color:var(--bg-color);border-color:var(--bg-color);border-style:solid}article .article_image .article_onlinelabel span{display:block;width:50%;height:50%;border-radius:100%;background-color:var(--secondary-color);animation:pulse-red 2s infinite}.article--main,.article--main--hybrid{display:grid;align-self:flex-start}.article--main h2 a,.article--main p a,.article--main--hybrid h2 a,.article--main--hybrid p a{color:var(--text-color)}.article--main .article_videolabel,.article--main--hybrid .article_videolabel{top:1rem;right:1rem;width:2.3rem;height:2.3rem;border-radius:5px}.article--main .article_videolabel svg,.article--main--hybrid .article_videolabel svg{height:initial;width:initial}.article--main .article_photolabel,.article--main--hybrid .article_photolabel{top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:7px}.article--main .article_photolabel svg,.article--main--hybrid .article_photolabel svg{height:2rem;width:2rem}.article--main .article_onlinelabel,.article--main--hybrid .article_onlinelabel{top:1rem;right:1rem;width:2.7rem;height:2.7rem;border-radius:5px;border-radius:10px}.article--main .article_onlinelabel svg,.article--main--hybrid .article_onlinelabel svg{height:initial;width:initial}.article--main .article_section b::after,.article--main--hybrid .article_section b::after{content:" /";font-weight:normal}.article--main .article_section,.article--main--hybrid .article_section{text-transform:uppercase;font-size:.8rem;font-weight:600;letter-spacing:.05rem;display:flex}.article--main .article_section a,.article--main--hybrid .article_section a{display:flex;position:relative;color:var(--text-color)}.article--main .article_section a::before,.article--main--hybrid .article_section a::before{content:"";display:block;width:3px;height:85%;background-color:var(--yellow-color);margin-right:5px}.article--text{justify-content:space-between}.article--text h4 a,.article--text p a{color:var(--text-color)}.article--text .article_image{display:none}.article--text .article_image img{aspect-ratio:1/1;object-fit:cover;object-position:center}.article--text .article_videolabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:0}.article--text .article_videolabel svg{height:18px;width:18px}.article--text .article_photolabel{bottom:1rem;left:1rem;width:1rem;height:1rem;outline-width:4px;border-radius:4px;left:0}.article--text .article_photolabel svg{height:21px;width:21px}.article--text .article_onlinelabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:0;border-radius:7px}.article--text .article_onlinelabel svg{height:0;width:0}.article--side{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.article--side .article_headline{flex:1;order:1}.article--side .article_headline h4{margin:0 0 .5rem 0}.article--side .article_headline h4 a{color:var(--text-color)}.article--side .article_image{width:40%;order:2;margin-top:1.2rem}.article--side .article_image img{aspect-ratio:4/3;object-fit:cover;object-position:center}.article--side .article_videolabel{top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;border-radius:4px}.article--side .article_videolabel svg{height:18px;width:18px}.article--side .article_photolabel{top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;border-radius:4px}.article--side .article_photolabel svg{height:18px;width:18px}.article--side .article_onlinelabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:.35rem;border-radius:7px}.article--side .article_onlinelabel svg{height:21px;width:21px}.article--side .article_section{text-transform:uppercase;font-size:.8rem;font-weight:600;letter-spacing:.05rem;display:flex}.article--side .article_section a{display:flex;align-items:center;color:var(--text-color)}.article--side .article_section a::before{content:"";display:block;width:3px;height:85%;background-color:var(--yellow-color);margin-right:5px}.article--squareSide .article_image{width:40%;order:2;margin-top:1.2rem}.article--squareSide .article_image img{aspect-ratio:1/1;object-fit:cover;object-position:center}.article--squareSide .article_videolabel{top:-1.6rem;right:-1.6rem;width:1.6rem;height:1.6rem;border-radius:3px}.article--squareSide .article_videolabel svg{height:18px;width:18px}.article--squareSide .article_photolabel{top:-1.15rem;right:-1.15rem;width:1.6rem;height:1.6rem;border-radius:2px}.article--squareSide .article_photolabel svg{height:21px;width:21px}.article--squareSide .article_onlinelabel{top:-1.7rem;right:-1.7rem;width:1.7rem;height:1.7rem;border-radius:2px;border-radius:7px}.article--squareSide .article_onlinelabel svg{height:0px;width:0px}.article--video{display:grid;gap:1rem}.article--video .article_image{position:relative}.article--video .article_image span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:4rem;height:4rem;border-radius:100%;background-color:rgba(0,0,0,.6);display:grid;place-items:center}.article--video .article_image span svg{color:var(--text-color-white);width:2rem;height:2rem;margin-left:5px}@keyframes pulse-red{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,82,82,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,82,82,0)}}@media only screen and (max-width: 640px){.article--main .article_videolabel,.article--main--hybrid .article_videolabel{top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;border-radius:5px}.article--main .article_videolabel svg,.article--main--hybrid .article_videolabel svg{height:initial;width:initial}.article--main .article_photolabel,.article--main--hybrid .article_photolabel{top:-2rem;right:-2rem;width:2.7rem;height:2.7rem;border-radius:5px}.article--main .article_photolabel svg,.article--main--hybrid .article_photolabel svg{height:initial;width:initial}.article--main .article_onlinelabel,.article--main--hybrid .article_onlinelabel{top:-2.7rem;right:-2.7rem;width:2.7rem;height:2.7rem;border-radius:2.7rem}.article--main .article_onlinelabel svg,.article--main--hybrid .article_onlinelabel svg{height:initial;width:initial}.article--squareSide .article_videolabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:.35rem}.article--squareSide .article_videolabel svg{height:18px;width:18px}.article--squareSide .article_photolabel{bottom:-1.4rem;left:-1.4rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:.35rem}.article--squareSide .article_photolabel svg{height:21px;width:21px}.article--squareSide .article_onlinelabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:.35rem}.article--squareSide .article_onlinelabel svg{height:21px;width:21px}}
