.NewsRow-module__mnEfNq__row{border-bottom:1px solid color-mix(in srgb, var(--color-text) 32%, transparent);border-radius:var(--radius-card-sm);color:var(--color-text);transition:color var(--transition-base), background-color var(--transition-base), border-color var(--transition-base);background-color:#0000;grid-template-columns:minmax(0,1.4fr) minmax(180px,.6fr) minmax(240px,.7fr) minmax(160px,.4fr);align-items:center;column-gap:20px;padding:12px 20px;display:grid;position:relative;overflow:visible}.NewsRow-module__mnEfNq__newsTitle{text-transform:uppercase;text-wrap:balance;max-width:560px;margin:0;font-size:16px;font-weight:300;line-height:1.32}.NewsRow-module__mnEfNq__date{color:color-mix(in srgb, var(--color-text) 72%, transparent);font-size:var(--text-label-size);font-weight:var(--text-label-weight);line-height:var(--text-label-line-height);white-space:nowrap}.NewsRow-module__mnEfNq__imageCell{border-radius:var(--radius-card-sm);opacity:0;pointer-events:none;width:100%;max-width:300px;height:260px;margin-top:-70px;margin-bottom:-70px;transition:opacity .3s,transform .45s cubic-bezier(.19,1,.22,1);position:relative;overflow:hidden;transform:scale(.96)}.NewsRow-module__mnEfNq__image{object-fit:cover}.NewsRow-module__mnEfNq__link{color:color-mix(in srgb, var(--color-text) 72%, transparent);font-size:var(--text-label-size);font-weight:var(--text-label-weight);line-height:var(--text-label-line-height);transition:color var(--transition-base), translate var(--transition-base);justify-self:end;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.NewsRow-module__mnEfNq__link svg{transition:translate var(--transition-base)}.NewsRow-module__mnEfNq__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}@media (hover:hover) and (pointer:fine){.NewsRow-module__mnEfNq__row:hover,.NewsRow-module__mnEfNq__row:focus-within{border-color:var(--color-accent);background-color:var(--color-bg-soft)}.NewsRow-module__mnEfNq__row:hover .NewsRow-module__mnEfNq__imageCell,.NewsRow-module__mnEfNq__row:focus-within .NewsRow-module__mnEfNq__imageCell{opacity:1;transform:scale(1)}.NewsRow-module__mnEfNq__row:hover .NewsRow-module__mnEfNq__link,.NewsRow-module__mnEfNq__row:focus-within .NewsRow-module__mnEfNq__link,.NewsRow-module__mnEfNq__link:hover{color:var(--color-accent)}.NewsRow-module__mnEfNq__row:hover .NewsRow-module__mnEfNq__link svg,.NewsRow-module__mnEfNq__row:focus-within .NewsRow-module__mnEfNq__link svg{translate:4px}}@media (max-width:1279px){.NewsRow-module__mnEfNq__row{grid-template-columns:minmax(0,1.3fr) 180px 220px 140px;column-gap:24px;padding:28px 40px}.NewsRow-module__mnEfNq__imageCell{max-width:260px;height:220px;margin-top:-55px;margin-bottom:-55px}}@media (max-width:1023px){.NewsRow-module__mnEfNq__row{border-radius:0;grid-template-columns:1fr auto;grid-template-areas:"image image""title title""date link";align-items:center;gap:10px 16px;padding:18px 0;overflow:hidden}.NewsRow-module__mnEfNq__newsTitle{grid-area:title;max-width:100%;font-size:14px;font-weight:300;line-height:1.25}.NewsRow-module__mnEfNq__date{grid-area:date}.NewsRow-module__mnEfNq__imageCell{opacity:1;grid-area:image;max-width:100%;height:260px;margin-top:0;margin-bottom:4px;transform:none}.NewsRow-module__mnEfNq__link{grid-area:link;justify-self:end;gap:8px}}@media (max-width:767px){.NewsRow-module__mnEfNq__row{row-gap:9px;padding:16px 0}.NewsRow-module__mnEfNq__imageCell{height:220px}}
.HomeNewsSection-module__ItaY0a__section{z-index:1;padding-block:var(--section-padding) 80px;background-color:var(--color-white);position:relative}.HomeNewsSection-module__ItaY0a__content{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"header link""list list";align-items:start;gap:64px 40px;display:grid}.HomeNewsSection-module__ItaY0a__headerText{opacity:0;grid-area:header;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(36px)}.HomeNewsSection-module__ItaY0a__sectionVisible .HomeNewsSection-module__ItaY0a__headerText{opacity:1;transform:translateY(0)}.HomeNewsSection-module__ItaY0a__title{color:var(--color-text);font-family:var(--font-heading);font-size:var(--text-section-title-size);font-weight:var(--text-section-title-weight);line-height:var(--text-display-line-height);text-transform:uppercase;margin:0;position:relative;right:5px}.HomeNewsSection-module__ItaY0a__description{max-width:580px;color:var(--color-text-muted);font-size:var(--text-hero-description-size);font-weight:var(--text-hero-description-weight);line-height:var(--text-hero-description-line-height);text-wrap:balance;margin:18px 0 0}.HomeNewsSection-module__ItaY0a__list{border-top:1px solid color-mix(in srgb, var(--color-text) 32%, transparent);flex-direction:column;grid-area:list;display:flex}.HomeNewsSection-module__ItaY0a__list>*{opacity:0;transform:translateY(34px)}.HomeNewsSection-module__ItaY0a__sectionVisible .HomeNewsSection-module__ItaY0a__list>*{animation:.76s cubic-bezier(.16,1,.3,1) both HomeNewsSection-module__ItaY0a__homeNewsRowEnter}.HomeNewsSection-module__ItaY0a__sectionVisible .HomeNewsSection-module__ItaY0a__list>:first-child{animation-delay:.18s}.HomeNewsSection-module__ItaY0a__sectionVisible .HomeNewsSection-module__ItaY0a__list>:nth-child(2){animation-delay:.26s}.HomeNewsSection-module__ItaY0a__sectionVisible .HomeNewsSection-module__ItaY0a__list>:nth-child(3){animation-delay:.34s}.HomeNewsSection-module__ItaY0a__sectionVisible .HomeNewsSection-module__ItaY0a__list>:nth-child(4){animation-delay:.42s}.HomeNewsSection-module__ItaY0a__sectionVisible .HomeNewsSection-module__ItaY0a__list>:nth-child(5){animation-delay:.5s}.HomeNewsSection-module__ItaY0a__list>a:last-child{border-bottom:0}.HomeNewsSection-module__ItaY0a__linkReveal{opacity:0;grid-area:link;justify-self:end;transition:opacity .76s cubic-bezier(.16,1,.3,1) .16s,transform .76s cubic-bezier(.16,1,.3,1) .16s;transform:translateY(28px)}.HomeNewsSection-module__ItaY0a__sectionVisible .HomeNewsSection-module__ItaY0a__linkReveal{opacity:1;transform:translateY(0)}.HomeNewsSection-module__ItaY0a__allNewsLink{min-height:var(--button-height-compact);padding:0 var(--button-padding-x-compact);color:var(--color-text);font-size:var(--button-font-size-compact);border:1px solid var(--color-text);border-radius:var(--radius-button);justify-content:center;align-items:center;gap:14px;font-weight:400;line-height:1;text-decoration:none;transition:color .25s,border-color .25s,transform .25s;display:inline-flex}.HomeNewsSection-module__ItaY0a__allNewsLink svg{transition:translate .25s}@keyframes HomeNewsSection-module__ItaY0a__homeNewsRowEnter{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}@media (hover:hover) and (pointer:fine){.HomeNewsSection-module__ItaY0a__allNewsLink:hover{color:var(--color-accent);border-color:var(--color-accent);transform:translateY(-2px)}.HomeNewsSection-module__ItaY0a__allNewsLink:hover svg{translate:4px}}.HomeNewsSection-module__ItaY0a__allNewsLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}@media (max-width:1023px){.HomeNewsSection-module__ItaY0a__section{padding-block:var(--section-padding)}.HomeNewsSection-module__ItaY0a__content{grid-template-columns:1fr;grid-template-areas:"header""list""link";gap:40px}.HomeNewsSection-module__ItaY0a__description{margin-top:18px}.HomeNewsSection-module__ItaY0a__linkReveal{justify-self:start}}@media (max-width:767px){.HomeNewsSection-module__ItaY0a__content{gap:34px}.HomeNewsSection-module__ItaY0a__description{line-height:var(--text-hero-description-line-height)}.HomeNewsSection-module__ItaY0a__allNewsLink{width:100%;min-height:var(--button-height-mobile-compact)}.HomeNewsSection-module__ItaY0a__linkReveal{width:100%}}@media (prefers-reduced-motion:reduce){.HomeNewsSection-module__ItaY0a__headerText,.HomeNewsSection-module__ItaY0a__linkReveal,.HomeNewsSection-module__ItaY0a__list>*{opacity:1;transition:none;animation:none;transform:none}.HomeNewsSection-module__ItaY0a__allNewsLink,.HomeNewsSection-module__ItaY0a__allNewsLink svg{transition:none}}
.HomeVideoSection-module__cTUX1W__section{background-color:#fff;width:100%;padding:100px 0}.HomeVideoSection-module__cTUX1W__videoWrapper{aspect-ratio:16/9;background-color:var(--color-dark-soft);width:100%;position:relative;overflow:hidden}.HomeVideoSection-module__cTUX1W__video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (max-width:1024px){.HomeVideoSection-module__cTUX1W__section{padding:100px 0}}@media (max-width:600px){.HomeVideoSection-module__cTUX1W__section{padding:100px 0}.HomeVideoSection-module__cTUX1W__videoWrapper{aspect-ratio:16/9}}
