.article-masthed-container{min-height:calc(100vh + var(--mainmenu-height, 0px));position:relative;display:flex;align-items:center;justify-content:center}
.article-masthed-container.isEditorArticleMasthead{min-height:100% !important}
.article-masthed-container .article__masthead__bg{height:100%;position:absolute;inset:0;background-repeat:no-repeat;background-size:cover}
.article-masthed-container .article__masthead__overlay{position:absolute;width:100%;height:100%;pointer-events:none}
.article-masthed-container .article__masthead__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:0 189px;text-align:center}
.article-masthed-container .article__masthead__content>*{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.article-masthed-container.has-animated .article__masthead__content>*{opacity:1;transform:translateY(0)}
.article-masthed-container .article__masthead__content .article__masthead__content__eyebrowtext{font-family:'synthese-bold';font-weight:700;font-size:14px;line-height:20px;letter-spacing:2px;text-transform:uppercase;position:relative}
.article-masthed-container .article__masthead__content .article__masthead__content__heading{font-family:'synthese-book';font-weight:350;font-size:42px;line-height:64px;letter-spacing:-1px;position:relative}
.article-masthed-container .article__masthead__content .article__masthead__content__desc{font-family:'synthese-light';font-weight:300;font-size:22px;line-height:36px;letter-spacing:-1px;position:relative}
.article-masthed-container .article__masthead__content .article__masthead__content__txt{font-family:'synthese-book';font-weight:350;font-size:12px;line-height:16px;letter-spacing:0;position:absolute;bottom:24px;right:24px}
.article-masthed-container .article__masthead__content .article__masthead__content__desc__btn{position:relative}
.article__masthead__content__desc__btn a{width:fit-content;display:flex;gap:4px;justify-content:center}
.article__masthead__content__desc__btn .cta-inline-right-icon{display:none}
.article__masthead__content__desc__btn .btn-primary-V2.primary-masthead-icon .cta-inline-right-icon{display:block}
.article-masthead-dark .article-masthed-container.has-animated .article__masthead__overlay{background:var(--black-color);opacity:.7}
.article-masthead-light .article-masthed-container.has-animated .article__masthead__overlay{background:var(--white-color);opacity:.7}
.article-masthead-dark .article-masthed-container.has-animated .article__masthead__content__eyebrowtext,.article-masthead-dark .article-masthed-container.has-animated .article__masthead__content__heading,.article-masthead-dark .article-masthed-container.has-animated .article__masthead__content__desc,.article-masthead-dark .article-masthed-container.has-animated .article__masthead__content__txt{color:var(--white-color)}
.article-masthead-light .article-masthed-container.has-animated .article__masthead__content__eyebrowtext,.article-masthead-light .article-masthed-container.has-animated .article__masthead__content__heading,.article-masthead-light .article-masthed-container.has-animated .article__masthead__content__desc,.article-masthead-light .article-masthed-container.has-animated .article__masthead__content__txt{color:var(--black-color)}
@media(max-width:834px){.article-masthed-container .article__masthead__content{padding:0 16px}
.article-masthed-container .article__masthead__content .article__masthead__content__eyebrowtext{font-size:12px;line-height:26px}
.article-masthed-container .article__masthead__content .article__masthead__content__heading{font-size:48px;line-height:56px}
.article-masthed-container .article__masthead__content .article__masthead__content__desc{font-size:20px;line-height:28px;letter-spacing:0}
.article-masthed-container .article__masthead__content .article__masthead__content__txt{right:unset}
}