.blog-article{--blog-indigo-700:#011043;--blog-slate-900:#202126;--blog-slate-700:#5d6275;--blog-slate-500:#9aa6c2;--blog-slate-100:#ecedf2;--blog-blue-500:#00a0fe;--blog-gold-500:#f6b51a;max-width:42rem;margin-inline:auto;position:relative}.blog-article h2{color:var(--blog-indigo-700);margin-bottom:1.25rem;font-size:1.5rem;font-weight:800}.blog-article h3{color:var(--blog-indigo-700);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.blog-article h4,.blog-article h5,.blog-article h6{color:var(--blog-indigo-700);margin-bottom:.5rem;font-weight:700}.blog-article p{color:var(--blog-slate-700);margin-bottom:1.5rem}.blog-article p:empty{display:none}.blog-article ul,.blog-article ol{color:var(--blog-slate-700);margin-bottom:1rem;padding-left:1.5rem}.blog-article ul{list-style:outside}.blog-article ol{list-style:decimal}.blog-article a{color:var(--blog-blue-500)}.blog-article blockquote{color:var(--blog-slate-700);margin-bottom:1rem;padding-left:1rem;font-weight:600;position:relative}.blog-article blockquote:after{inset-block:0;background:var(--blog-gold-500);content:"";border-radius:.25rem;width:4px;position:absolute;left:0}.blog-article iframe{border-radius:.25rem;margin-inline:auto}.blog-article img{margin-inline:auto;max-width:100%;height:auto;margin-bottom:1.5rem;display:block}.blog-article figure{margin-inline:auto;border:1px solid var(--blog-slate-100);border-radius:.5rem;max-width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.blog-article figure img{margin-bottom:0}.blog-article figcaption{color:var(--blog-slate-700);text-align:center;padding:.5rem .75rem;font-size:.75rem}.blog-article .blog-media iframe{aspect-ratio:16/9;border-radius:0;width:100%;display:block}.blog-article hr{display:none}.blog-article>p:first-child{padding-left:2rem;font-size:1.125rem;font-weight:600;position:relative}.blog-article>p:first-child:after{inset-block:0;background:var(--blog-blue-500);content:"";border-radius:.25rem;width:4px;position:absolute;left:0}.blog-callout p{margin-bottom:.25rem}.blog-callout p:last-child,.blog-callout ul:last-child{margin-bottom:0}.blog-callout{border-radius:.5rem;align-items:baseline;margin-bottom:1.5rem;padding:1rem;font-size:.75rem;display:flex}.blog-callout__icon{flex-shrink:0;width:1.25rem;min-width:20px;height:1.25rem;position:relative;top:5px}.blog-callout__body{padding-left:1.25rem}.blog-callout--blue{color:#0a3d8a;background:#e5f6fe}.blog-callout--gold{color:#62480b;background:#fef8e8}.blog-callout--yellow{color:#665412;background:#fefbea}.blog-callout--green{color:#125707;background:#eafbe8}.blog-callout--emerald{color:#124c36;background:#e9f8f3}.blog-callout--red{color:#611b1b;background:#feecec}.blog-quote{margin-bottom:1.5rem;padding-left:1rem;position:relative}.blog-quote p:last-child{margin-bottom:0}.blog-quote:after{inset-block:0;content:"";border-radius:.25rem;width:.25rem;position:absolute;left:0}.blog-quote--blue:after{background:#00a0fe}.blog-quote--gold:after{background:#f6b51a}.blog-quote--red:after{background:#f34344}.blog-quote--green:after{background:#2ed713}.blog-quote__author{color:#9aa6c2;margin-top:.5rem;font-size:.875rem;font-weight:500}.blog-button{color:#9aa6c2;align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:700;transition:color .2s;display:inline-flex}.blog-button:hover{color:#00a0fe}.blog-button__icon{width:1rem;height:1rem;transition:transform .2s}.blog-button:hover .blog-button__icon{transform:translate(2px)}.blog-accordion{border-top:1px solid #ecedf2;margin-bottom:1.5rem}.blog-accordion details{border-bottom:1px solid #ecedf2;padding:1rem 0}.blog-accordion summary{color:#011043;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;font-weight:700;list-style:none;display:flex}.blog-accordion summary::-webkit-details-marker{display:none}.blog-accordion__chevron{color:#9aa6c2;flex-shrink:0;width:1rem;height:1rem;transition:transform .2s}.blog-accordion details[open] .blog-accordion__chevron{transform:rotate(90deg)}.blog-accordion__body{padding-top:1rem}.blog-icon{color:#00a0fe;vertical-align:text-bottom;width:1rem;height:1rem;margin-inline:.125rem;display:inline}.blog-gallery{scroll-snap-type:x mandatory;gap:1rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.blog-gallery figure{scroll-snap-align:start;flex-shrink:0;width:16rem;margin-bottom:0}.blog-cta{background:#e5f6fe;border-radius:1.5rem;margin-bottom:2rem;padding:2rem}.blog-cta h3{color:#011043;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.blog-cta__subtitle{color:#011043;margin-bottom:.75rem;font-weight:700}.blog-page{max-width:42rem;margin-inline:auto;padding:3rem 1.5rem}.blog-page__thumbnail{object-fit:cover;border-radius:1rem;width:100%;height:150px;margin-bottom:1.5rem;display:block}.blog-page__tag{color:#00a0fe;letter-spacing:.02em;text-transform:uppercase;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.blog-page h1{color:#202126;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;line-height:1.25}.blog-page__byline{color:#5d6275;margin-bottom:2rem;font-size:.875rem;font-style:italic}.blog-progress{inset-inline:0;z-index:50;height:6px;transform:scaleX(var(--progress,0));transform-origin:0;will-change:transform;background:#7cd4fe;position:fixed;bottom:0}@media (prefers-reduced-motion:reduce){.blog-progress{transition:none}}.blog-layout{grid-template-columns:1fr;gap:2rem;max-width:1250px;margin-inline:auto;padding-block:2.5rem 4rem;padding-inline:20px;display:grid}.blog-layout .blog-page{padding-inline:0}@media (min-width:1024px){.blog-layout{grid-template-columns:16rem minmax(0,1fr);gap:3rem}.blog-layout__aside{align-self:start;max-height:calc(100vh - 8rem);position:sticky;top:6rem;overflow-y:auto}}.blog-toc{padding-block:1rem}.blog-toc__title{color:#202126;margin-bottom:.5rem;font-size:1.125rem;font-weight:800}.blog-toc__list{counter-reset:none;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.blog-toc__list a{color:#5d6275;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.blog-toc__list a:hover,.blog-toc__list a:focus-visible{color:#00a0fe}.blog-article h2[id]{scroll-margin-top:2rem}.podcast-page{min-width:0;padding-block:3rem}.podcast-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.podcast-header__cover{object-fit:cover;border-radius:.5rem;width:100%;display:block}.podcast-header__number{color:#00a0fe;margin-bottom:.5rem;font-size:1.125rem;font-weight:800}.podcast-header__title{color:#011043;margin-bottom:1rem;font-size:1.5rem;font-weight:800;line-height:1.2}.podcast-platforms{flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.podcast-platforms a{color:#5d6275;border:1px solid #9aa6c2;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-block}.podcast-platforms a:hover,.podcast-platforms a:focus-visible{color:#00a0fe;border-color:#00a0fe}.podcast-chapters{border-top:1px solid #ecedf2;flex-direction:column;display:flex}.podcast-chapters a{color:#011043;border-bottom:1px solid #ecedf2;justify-content:space-between;align-items:center;padding-block:.75rem;font-weight:700;text-decoration:none;display:flex}.podcast-chapters a:after{content:"";border-top:2px solid;border-right:2px solid;width:.5rem;height:.5rem;transform:rotate(45deg)}.podcast-chapters a:hover{color:#00a0fe}.podcast-player{z-index:20;background:#fff;border-top:1px solid #ecedf2;padding-block:.5rem;position:sticky;bottom:0}.podcast-player iframe{border:0;width:100%;max-width:64rem;height:6.5rem;margin-inline:auto;display:block}.blog-layout:has(.podcast-page){padding-bottom:1rem}.podcast-listen h2{color:#011043;margin-bottom:1rem;font-size:1.125rem;font-weight:800}.podcast-listen ul{flex-direction:column;align-items:flex-start;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.podcast-listen a{color:#5d6275;border:1px solid #9aa6c2;border-radius:.25rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.podcast-listen a:hover,.podcast-listen a:focus-visible{color:#00a0fe;border-color:#00a0fe}.podcast-listen img{object-fit:contain;filter:grayscale();width:1.25rem;height:1.25rem;transition:filter .2s}.podcast-listen a:hover img,.podcast-listen a:focus-visible img{filter:none}.blog-layout__back{color:#5d6275;margin-bottom:2rem;font-weight:800;text-decoration:none;display:inline-block}.podcast-body{grid-template-columns:1fr;gap:2.5rem;display:grid}.podcast-tab{padding-top:1.5rem;scroll-margin-top:2rem}.podcast-tab h2{color:#011043;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.podcast-guest{text-align:center;border:1px solid #d7dce8;border-radius:1rem;padding:1.5rem 1.25rem}.podcast-guest img{object-fit:cover;background:#f5f7fb;border-radius:50%;width:6.25rem;height:6.25rem;margin:0 auto 1.25rem;display:block}.podcast-guest h2{color:#011043;font-size:1.25rem;font-weight:800}.podcast-guest__role{color:#011043;margin-bottom:.5rem;font-weight:600}.podcast-guest__quote{color:#5d6275;font-style:italic}@media (min-width:1024px){.podcast-header{grid-template-columns:2fr 3fr;gap:2.5rem}.podcast-body{grid-template-columns:minmax(0,1fr) 16.5rem;align-items:start;gap:4rem}.podcast-guest{position:sticky;top:6rem}}.podcast-index{max-width:64rem;margin-inline:auto;padding-block:3rem;padding-inline:1.5rem}.podcast-index__header{margin-bottom:3rem}.podcast-index__header h1{color:#011043;margin-bottom:1rem;font-size:1.875rem;font-weight:800}.podcast-index__header p{color:#5d6275;max-width:44rem}.podcast-feature{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;text-decoration:none;display:grid}.podcast-feature img{object-fit:cover;border-radius:.5rem;width:100%}.podcast-feature__tag{color:#611b1b;background:#feecec;border-radius:999px;margin-bottom:.75rem;padding:.125rem .625rem;font-size:.75rem;font-weight:700;display:inline-block}.podcast-feature h2{color:#011043;margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.podcast-season{margin-bottom:2.5rem}.podcast-season h2{color:#011043;margin-bottom:.75rem;font-size:1.125rem;font-weight:800}.podcast-season ul{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.podcast-card{border:1px solid #cbd5e1;border-radius:1rem;align-items:center;gap:1rem;padding:1rem;text-decoration:none;display:flex}.podcast-card img{object-fit:cover;border-radius:.75rem;flex-shrink:0;width:4rem;height:4rem}.podcast-card>div{flex:1;min-width:0}.podcast-card h3{color:#011043;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.podcast-card__meta{color:#9aa6c2;flex-wrap:wrap;gap:.25rem 1.25rem;font-size:.75rem;display:flex}.podcast-card__meta span{align-items:center;gap:.5rem;display:flex}.podcast-card__meta svg{flex-shrink:0;width:1rem;height:1rem}.podcast-card__play{color:#cbd5e1;flex-shrink:0;width:2rem;height:2rem;transition:color .2s}.podcast-card:hover .podcast-card__play{color:#00a0fe}.podcast-pagination{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:3rem;display:flex}.podcast-pagination a{color:#5d6275;text-align:center;background:#f5f7fb;border-radius:.5rem;min-width:2.25rem;padding:.5rem;font-weight:700;text-decoration:none}.podcast-pagination a[aria-current=page]{color:#fff;background:#00a0fe}.podcast-more{margin-top:4rem}.podcast-more header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.podcast-more h2{color:#011043;font-size:1.5rem;font-weight:800}.podcast-more header a{color:#9aa6c2;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .2s}.podcast-more header a:hover{color:#00a0fe}.podcast-more ul{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.podcast-feature{grid-template-columns:16rem minmax(0,1fr);align-items:center}.blog-page h1{font-size:1.875rem}}@media (min-width:1024px){.blog-page__thumbnail{height:400px}}.blog-nav h2{color:#011043;margin-bottom:.5rem;font-size:1.125rem;font-weight:800}.blog-nav ul{flex-direction:column;gap:.125rem;margin:0;padding:0;list-style:none;display:flex}.blog-nav__link{color:#011043;border-radius:.5rem;align-items:center;gap:.75rem;padding:.375rem .75rem;font-size:.875rem;font-weight:700;text-decoration:none;display:flex}.blog-nav__link svg{width:1.5rem;height:1.5rem;color:var(--section);flex-shrink:0}.blog-nav__link[aria-current=page]{background:var(--section);color:#fff}.blog-nav__link[aria-current=page] svg{color:#fff}.blog-nav__link:not([aria-current=page]):hover{background:var(--section-soft)}.blog-nav__link[data-color=blue]{--section:#00a0fe;--section-soft:#e5f6fe}.blog-nav__link[data-color=emerald]{--section:#10b981;--section-soft:#e9f8f3}.blog-nav__link[data-color=gold]{--section:#f6b51a;--section-soft:#fef8e8}.blog-nav__link[data-color=orange]{--section:#f97316;--section-soft:#fff1e7}.blog-nav__link[data-color=purple]{--section:#8b5cf6;--section-soft:#f3eeff}.blog-nav__link[data-color=red]{--section:#f34344;--section-soft:#feecec}.blog-nav__link[data-color=pink]{--section:#ec4899;--section-soft:#fdeef6}.blog-index{min-width:0;padding-block:3rem 0}.blog-index__header{margin-bottom:2.5rem}.blog-index__header h1{color:#011043;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.blog-index__header p{color:#5d6275;font-size:1.125rem}.video-category{margin-bottom:2.5rem}.video-category:last-of-type{margin-bottom:0}.video-category header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.video-category h2{color:#202126;font-size:1.125rem;font-weight:800}.video-category header button{color:#5d6275;cursor:pointer;align-items:center;gap:.5rem;font-weight:600;display:flex}.video-category header button:hover{color:#00a0fe}.video-category header svg{width:1rem;height:1rem;transition:transform .2s}.video-category header svg.is-open{transform:rotate(90deg)}.video-category ul{grid-template-columns:1fr;gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.video-category li button{text-align:left;cursor:pointer;width:100%;display:block}.video-category img{object-fit:cover;border-radius:.75rem;width:100%;height:192px;margin-bottom:.25rem;transition:opacity .2s;display:block}.video-category li button:hover img{opacity:.9}.video-category h3{color:#202126;font-size:.875rem;font-weight:700}.video-category li button:hover h3{color:#00a0fe}.video-modal{z-index:60;background:#011043b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.video-modal__inner{width:100%;max-width:56rem;position:relative}.video-modal iframe{aspect-ratio:16/9;border-radius:.75rem;width:100%;display:block}.video-modal__inner button{color:#fff;cursor:pointer;position:absolute;top:-2.5rem;right:0}.video-modal__inner button svg{width:1.75rem;height:1.75rem}@media (min-width:1024px){.video-category ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.video-category--masterclass h3{text-align:center}.video-category--masterclass h2{align-items:center;gap:.25rem;display:flex}.video-category--masterclass h2 svg{width:1rem;height:1rem}.article-tag{color:#202126;background:#f5f6fa;border-radius:9999px;align-items:center;padding:4px 12px;font-size:10px;font-weight:600;line-height:1.2;display:inline-flex}.article-tag[data-tag=Recrutement],.article-tag[data-tag=Négociation\ commerciale]{color:#0c7ce3;background:#ccedff}.article-tag[data-tag=Management],.article-tag[data-tag=Closing]{color:#542786;background:#f4ebfc}.article-tag[data-tag=Motivation],.article-tag[data-tag=Prospection\ commerciale]{color:#cd6202;background:#fee4cb}.article-tag[data-tag=Salaires],.article-tag[data-tag="Techniques de vente"]{color:#25ad0f;background:#d5f7d2}.article-tag[data-tag=Évaluation]{color:#cda826;background:#fff6d5}.article-tag[data-tag=Formation],.article-tag[data-tag=Pilotage\ commercial]{color:#c23635;background:#fdd9d9}.article-tag[data-tag=Modèles],.article-tag[data-tag=Rémunération\ Commerciale]{color:#25966b;background:#d4f2e6}.article-tag[data-tag=Outils]{color:#011043;background:#ccd1e2}.article-tag[data-tag=Rendez-vous\ commercial]{color:#c49114;background:#fdf0d0}.article-tag[data-tag=Découverte\ commerciale]{color:#c34a77;background:#fedee9}.article-tag[data-tag=Organisation\ Commerciale]{color:#018a9c;background:#ccedf2}.article-tag[data-tag=Suivi\ Client]{color:#cb3a0b;background:#ffdbcf}.article-tag[data-tag=Uptoo]{color:#3e5cca;background:#dce3ff}.article-card__time{color:#5d6275;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.article-card__time svg{color:#9aa6c2;width:1rem;height:1rem}.article-featured{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.article-featured>div{gap:1.5rem;display:grid}.article-hero{border-radius:1rem;min-height:14rem;text-decoration:none;display:block;position:relative;overflow:hidden}.article-hero--large{min-height:30.5rem}.article-hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.article-hero>div{height:100%;min-height:inherit;background:linear-gradient(#0000 0%,#0110431a 40%,#011043d9 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.5rem;padding:1.25rem;display:flex;position:relative}.article-hero h2{color:#fff;font-size:1.125rem;font-weight:800}.article-hero .article-card__time,.article-hero .article-card__time svg{color:#ecedf2}.article-grid{grid-template-columns:1fr;gap:1.5rem;margin:0 0 2.5rem;padding:0;list-style:none;display:grid}.article-card{border:1px solid #ecedf2;border-radius:1rem;flex-direction:column;height:100%;text-decoration:none;display:flex;overflow:hidden}.article-card img{object-fit:cover;width:100%;height:10.5rem;display:block}.article-card>div{flex-direction:column;flex:1;align-items:flex-start;gap:.75rem;padding:1.25rem;display:flex}.article-card h3{color:#011043;font-size:1rem;font-weight:700}.article-count{color:#5d6275;margin-bottom:1rem;font-size:.875rem}.article-categories{margin-top:2rem}.article-categories summary{color:#011043;cursor:pointer;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:800;list-style:none;display:flex}.article-categories summary::-webkit-details-marker{display:none}.article-categories ul{border:1px solid #ecedf2;border-radius:.5rem;margin:.75rem 0 0;padding:1rem;list-style:none}.article-categories a{color:#5d6275;padding-block:.25rem;font-weight:600;text-decoration:none;display:block}.article-categories a:hover,.article-categories a[aria-current=page]{color:#00a0fe}@media (min-width:1024px){.article-featured{grid-template-columns:2fr 1fr}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.guide-cover{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}.guide-cover img{object-fit:cover;background:#f5f6fa;border-radius:1rem;width:100%;height:100%;max-height:25rem;display:block}.guide-cover>div{flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;display:flex}.guide-cover h2{color:#011043;font-size:1.25rem;font-weight:800}.guide-cover p{color:#5d6275}.guide-cover a{color:#00a0fe;align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:inline-flex}.guide-cover a svg{width:1rem;height:1rem;transition:transform .2s}.guide-cover a:hover svg{transform:translate(2px)}.ebook-grid{grid-template-columns:1fr;gap:1.25rem;margin:0 0 2.5rem;padding:0;list-style:none;display:grid}.ebook-card{border:1px solid #ecedf2;border-radius:1rem;align-items:center;gap:1.25rem;height:100%;padding:1rem;text-decoration:none;display:flex}.ebook-card img{object-fit:cover;background:#f5f6fa;border-radius:.75rem;flex-shrink:0;width:8rem;height:8rem}.ebook-card>div{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.ebook-card h3{color:#011043;font-size:.9375rem;font-weight:700}@media (min-width:1024px){.guide-cover{grid-template-columns:1fr 1fr}.ebook-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-section{margin-bottom:3rem}.home-section>header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.home-section h2{color:#011043;align-items:center;gap:.75rem;font-size:1.375rem;font-weight:800;display:flex}.home-section h2 svg{border-radius:.75rem;width:2.25rem;height:2.25rem;padding:.5rem}.home-section h2[data-color=emerald] svg{color:#10b981;background:#e9f8f3}.home-section h2[data-color=gold] svg{color:#f6b51a;background:#fef8e8}.home-section h2[data-color=purple] svg{color:#8b5cf6;background:#f3eeff}.home-section h2[data-color=orange] svg{color:#f97316;background:#fff1e7}.home-section h2[data-color=red] svg{color:#f34344;background:#feecec}.home-section h2[data-color=blue] svg{color:#00a0fe;background:#e5f6fe}.home-section h2[data-color=pink] svg{color:#ec4899;background:#fdeef6}.home-section>header a{color:#9aa6c2;font-weight:700;text-decoration:none}.home-section>header a:hover{color:#00a0fe}.home-section ul{grid-template-columns:1fr;gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:1024px){.home-section ul{grid-template-columns:repeat(3,minmax(0,1fr))}}.newsletter-year{margin-bottom:2.5rem}.newsletter-year h2{color:#011043;align-items:center;gap:.25rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:800;display:flex}.newsletter-year h2 svg{width:1rem;height:1rem}.newsletter-year ul{grid-template-columns:1fr;gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.newsletter-card{border:1px solid #cbd5e1;border-radius:1rem;align-items:center;gap:1.5rem;height:100%;padding:1.25rem;text-decoration:none;display:flex}.newsletter-card__number{background:#e5f6fe;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:8rem;height:8rem;display:flex;position:relative}.newsletter-card__number img{object-fit:contain;width:5.75rem;height:5.75rem}.newsletter-card__number em{color:#011043;font-size:.875rem;font-style:normal;font-weight:800;position:absolute;top:calc(50% - 8px);left:50%;transform:translate(-50%,-50%)}.newsletter-card h3{color:#011043;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.newsletter-card h3 small{color:#9aa6c2;font-size:.875rem;font-weight:600}.newsletter-card p{color:#5d6275;margin-bottom:.5rem;font-size:.75rem}.newsletter-card__more{color:#00a0fe;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700;display:inline-flex}.newsletter-card__more svg{width:1rem;height:1rem}.newsletter-page{background:#f5f6fa;padding-block:2rem 4rem}.newsletter-page h1{color:#011043;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.newsletter-page__body{background:#fff;width:80%;margin-inline:auto;padding:3rem;box-shadow:0 1px 3px #0110431a}.newsletter-page__body img{max-width:100%;height:auto}@media (min-width:1024px){.newsletter-year ul{grid-template-columns:repeat(2,minmax(0,1fr))}}
