:root{--news-page-max-width:1200px;--news-page-shell-padding:120px;--news-page-text:#132537;--news-page-blue:#1b4f9e;--news-page-border:#eaf2fc;--news-page-card-bg:#fafafa;--news-page-font:var(--font-manrope,"Manrope",system-ui,sans-serif);--news-page-card-radius:10px;--news-page-card-width:388px;--news-page-card-height:332px;--news-page-image-height:229px;--news-page-card-body-height:103px;--news-page-title-width:353px;--news-page-card-shadow:0 4px 10px rgba(183,194,203,0.25);--news-page-image-shadow:0 4px 10px rgba(183,183,183,0.25);--news-page-pagination-size:30px}.news-page,.news-page *,.news-page :after,.news-page :before{box-sizing:border-box}.news-page{width:100%;max-width:100%;overflow-x:hidden;background:#ffffff}.news-page__shell{width:100%;max-width:calc(var(--news-page-max-width) + var(--news-page-shell-padding) * 2);margin:0 auto;padding:40px var(--news-page-shell-padding) 80px}.news-page__hero{width:100%;margin-bottom:40px}.news-page__hero-card{position:relative;width:100%;height:350px;overflow:hidden;border:1px solid var(--news-page-border);border-radius:var(--news-page-card-radius);background:#eef2f8;box-shadow:0 4px 10px rgba(183,183,183,.25)}.news-page__hero-bg{left:0;right:0;bottom:-1px;z-index:0;width:100%;height:calc(100% + 2px);object-fit:cover;object-position:center bottom}.news-page__hero-bg,.news-page__hero-icon{position:absolute;display:block;pointer-events:none}.news-page__hero-icon{top:76px;width:100px;height:90px}.news-page__hero-icon,.news-page__hero-text{left:50%;z-index:2;transform:translateX(-50%)}.news-page__hero-text{position:absolute;bottom:76px;width:min(100%,940px);padding:0 24px;text-align:center}.news-page__hero-line{font-weight:400}.news-page__hero-line,.news-page__hero-title{margin:0;color:var(--news-page-text);font-family:var(--news-page-font);font-size:40px;line-height:50px}.news-page__hero-title{font-weight:700}.news-page__grid-section{width:100%;max-width:var(--news-page-max-width);margin:0 auto}.news-page__grid-title{margin:0 0 40px;color:var(--news-page-text);font-family:var(--news-page-font);font-size:32px;font-weight:700;line-height:40px}.news-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;min-width:0}.news-page-card{width:100%;max-width:var(--news-page-card-width);min-width:0}.news-page-card__link{display:flex;flex-direction:column;width:100%;height:var(--news-page-card-height);min-width:0;border:1px solid var(--news-page-border);border-radius:var(--news-page-card-radius);background:var(--news-page-card-bg);box-shadow:var(--news-page-card-shadow);text-decoration:none;overflow:hidden}.news-page-card__media{flex-shrink:0;overflow:hidden;height:var(--news-page-image-height);border:1px solid var(--news-page-border);box-shadow:var(--news-page-image-shadow)}.news-page-card__image,.news-page-card__media{display:block;width:100%;border-radius:var(--news-page-card-radius) var(--news-page-card-radius) 0 0}.news-page-card__image{height:100%;object-fit:cover;object-position:center}.news-page-card__body{display:flex;flex:1;flex-direction:column;justify-content:flex-start;gap:4px;min-width:0;min-height:var(--news-page-card-body-height);padding:14px 20px 20px}.news-page-card__date{flex-shrink:0;font-size:14px;font-weight:300;line-height:17px}.news-page-card__date,.news-page-card__title{color:var(--news-page-text);font-family:var(--news-page-font)}.news-page-card__title{margin:0;width:100%;max-width:var(--news-page-title-width);min-height:48px;font-size:20px;font-weight:600;line-height:24px;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-page__pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:32px}.news-page__pagination-arrow{display:inline-flex;align-items:center;justify-content:center;width:var(--news-page-pagination-size);height:var(--news-page-pagination-size);padding:0;border:0;border-radius:23px;background:var(--news-page-border);color:var(--news-page-blue);cursor:pointer}.news-page__pagination-arrow:disabled{opacity:.45;cursor:not-allowed}.news-page__pagination-pages{display:inline-flex;align-items:center;gap:6px}.news-page__pagination-page{display:inline-flex;align-items:center;justify-content:center;width:var(--news-page-pagination-size);height:var(--news-page-pagination-size);min-width:var(--news-page-pagination-size);padding:0;border:0;border-radius:23px;background:transparent;color:var(--news-page-text);font-family:var(--news-page-font);font-size:13px;font-weight:500;line-height:1;cursor:pointer}.news-page__pagination-page--active{background:var(--news-page-blue);color:#ffffff}.news-page__pagination-ellipsis{padding:0 2px;color:var(--news-page-text);font-family:var(--news-page-font);font-size:14px}@media (max-width:1439px) and (min-width:1200px){.news-page{--news-page-shell-padding:60px}}@media (max-width:1199px) and (min-width:768px){.news-page{--news-page-shell-padding:40px}.news-page__hero-line,.news-page__hero-title{font-size:32px;line-height:40px}.news-page__grid-title{font-size:28px;line-height:36px;margin-bottom:32px}.news-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.news-page-card{max-width:100%}.news-page-card__link{height:auto;min-height:var(--news-page-card-height)}}@media (max-width:767px){.news-page{--news-page-shell-padding:16px}.news-page__shell{padding-top:24px;padding-bottom:48px}.news-page__hero-card{height:280px}.news-page__hero-icon{top:48px;width:80px;height:72px}.news-page__hero-text{bottom:40px;padding:0 16px}.news-page__hero-line,.news-page__hero-title{font-size:22px;line-height:28px}.news-page__grid-title{font-size:24px;line-height:32px;margin-bottom:24px}.news-page__grid{grid-template-columns:1fr;gap:16px}.news-page-card{max-width:100%}.news-page-card__link{height:auto;min-height:var(--news-page-card-height)}.news-page-card__media{height:200px}.news-page-card__body{padding:14px 16px 16px}.news-page-card__title{font-size:18px;line-height:22px}.news-page__pagination{justify-content:center;margin-top:28px}}@media (max-width:380px){.news-page{--news-page-shell-padding:12px}.news-page__hero-line,.news-page__hero-title{font-size:20px;line-height:26px}}