.article-list-wrapper{max-width:1240px;width:100%;justify-content:center;padding-top:20px;margin:clamp(160px,16vh,200px) auto 50px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media(max-width:500px){.article-list-wrapper{padding:0 10px}}.article-list-wrapper .insights-header{text-align:center;margin-bottom:32px;padding:0 20px}@media(max-width:500px){.article-list-wrapper .insights-header{margin-bottom:24px;padding:0 8px}}.article-list-wrapper .insights-header .insights-h1{font-size:32px;font-weight:700;line-height:1.3;letter-spacing:-.005em;color:#1a1a1a;margin:0 0 12px}@media(max-width:500px){.article-list-wrapper .insights-header .insights-h1{font-size:24px;margin-bottom:10px}}.article-list-wrapper .insights-header .insights-subhead{font-size:15px;line-height:1.7;color:#555;max-width:720px;margin:0 auto}@media(max-width:500px){.article-list-wrapper .insights-header .insights-subhead{font-size:14px;line-height:1.65}}.article-list-wrapper .insights-latest-heading{font-size:18px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#555;text-align:center;margin:0 0 18px}@media(max-width:500px){.article-list-wrapper .insights-latest-heading{font-size:15px;margin-bottom:14px}}.article-list-wrapper .article-list{display:grid;grid-template-columns:repeat(3,1fr);flex-direction:row;width:100%;height:auto;justify-content:space-between;align-items:stretch;gap:10px}@media(max-width:500px){.article-list-wrapper .article-list{display:flex;flex-direction:column;gap:30px}}.article-list-wrapper .article-list .article-unit{display:flex;flex-direction:column;align-items:stretch;border-radius:10px;background-color:#fff;height:auto;overflow-wrap:break-word;justify-content:space-between;flex-grow:1}.article-list-wrapper .article-list .article-unit .upper-article-unit{position:relative;width:100%;height:200px;border-radius:10px 10px 0 0;overflow:hidden}.article-list-wrapper .article-list .article-unit .upper-article-unit img{object-fit:cover}.article-list-wrapper .article-list .article-unit .lower-article-unit{display:flex;flex-direction:column;align-items:stretch;gap:20px;width:100%;height:auto;min-height:221px;background-color:#fff;border-radius:0 0 10px 10px;padding:25px;box-shadow:0 10px 10px rgba(0,0,0,.08);justify-content:space-between;flex-grow:1}@media(max-width:500px){.article-list-wrapper .article-list .article-unit .lower-article-unit{min-height:0}}.article-list-wrapper .article-list .article-unit .lower-article-unit .middle-article-unit{display:flex;flex-direction:column;gap:10px;align-items:stretch;flex-grow:1}.article-list-wrapper .article-list .article-unit .lower-article-unit .middle-article-unit h2{font-size:var(--article-list-title);line-height:1.3em;letter-spacing:1px}.article-list-wrapper .article-list .article-unit .lower-article-unit .middle-article-unit p{font-size:var(--article-list-category)}.article-list-wrapper .article-list .article-unit .lower-article-unit .middle-article-unit .article-excerpt{font-size:13px;color:#666;line-height:1.55;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:400;letter-spacing:normal}.article-list-wrapper .article-list .article-unit .lower-article-unit .bottom-article-unit{display:flex;justify-content:space-between;align-items:center}.article-list-wrapper .article-list .article-unit .lower-article-unit .bottom-article-unit p{font-size:var(--article-list-category)}.article-list-wrapper .article-list .article-unit .lower-article-unit .bottom-article-unit .author-image{width:45px;height:45px;border-radius:50%;overflow:hidden}.article-list-wrapper .article-list .article-unit .lower-article-unit .bottom-article-unit .author-image img{object-fit:cover}.article-list-wrapper .pagenation{display:flex;justify-content:center;margin-top:40px}.article-list-wrapper .pagenation a{color:var(--REONA);font-weight:700;text-decoration:underline;text-underline-offset:4px}