@font-face {
  font-family: ABMonumentGroteskHeadline-Bold750;
  src: url('../fonts/ABMonumentGroteskHeadline-Bold750.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: ABMonumentGrotesk-Regular;
  src: url('../fonts/ABMonumentGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: ABMonumentGrotesk-Regular;
  src: url('../fonts/ABMonumentGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: ABMonumentGrotesk-Bold;
  src: url('../fonts/ABMonumentGrotesk-Bold.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: ABMonumentGrotesk-Bold750;
  src: url('../fonts/ABMonumentGrotesk-Bold750.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
  scroll-padding-top: 50%;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button-default_0f12 {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 24px;
  padding: 0;
  color: var(--color-text-default);
  text-align: center;
  background: none;
}
.button-plus_0f12 {
  color: var(--color-text-on-light);
  background-color: var(--color-theme-plus);
}
.button-plus_0f12:hover:enabled {
  background-color: #f3de00;
  cursor: pointer;
}
.button-filled_0f12 {
  border: 1px solid var(--color-background-accent);
  color: var(--color-text-on-accent);
  background-color: var(--color-background-accent);
}
.button-filled_0f12:hover:enabled {
  border-color: var(--c-primary-hover-01);
  background-color: var(--c-primary-hover-01);
  cursor: pointer;
}
.button-text_0f12:hover:enabled {
  text-decoration: underline;
  cursor: pointer;
}
.button-icon_0f12 {
  width: 16px;
  height: 16px;
}

.button-small_0f12 {
  gap: 4px;
  height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  font: var(--text-base-300-bold);
}
.button-small_0f12.button-withIcon_0f12 {
  padding-left: 12px;
}
.button-small_0f12.button-iconOnly_0f12 {
  padding-right: 5px;
  padding-left: 5px;
}
.button-small_0f12.button-iconOnly_0f12 svg {
  width: 20px;
  height: 20px;
}
.button-small_0f12 svg {
  width: 16px;
  height: 16px;
}
.button-small_0f12.button-text_0f12 {
  padding-right: 0;
  padding-left: 0;
}
.styles-root_c2c5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .styles-root_c2c5 {
    padding-right: calc(var(--gap-unit) * 2);
    padding-left: calc(var(--gap-unit) * 2);
  }
}

.styles-right_c2c5 {
  display: flex;
  flex-grow: 1;
  gap: calc(var(--gap-unit) * 2);
}
.styles-right_c2c5 {
  position: relative;
  justify-content: flex-end;
}
.twocolumnlayout-root_3bf5 {
  z-index: 2;
  display: flex;
  margin-top: 16px;
}
.twocolumnlayout-root_3bf5 a {
  text-decoration: none;
}
@media screen and (min-width: 590px) {
  .twocolumnlayout-root_3bf5 {
    width: 100%;
    max-width: var(--header-content-width);
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 589px) {
  .twocolumnlayout-root_3bf5 {
    background: var(--component-background-color-01);
  }
}
@media screen and (min-width: 1025px) {
  .twocolumnlayout-root_3bf5 {
    max-width: var(--container-width);
  }
}
.twocolumnlayout-rootInner_3bf5 {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .twocolumnlayout-rootInner_3bf5 {
    flex-shrink: 0;
    max-width: var(--twocol-width);
  }
}
.twocolumnlayout-content_3bf5 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: var(--twocol-width);
  padding: 16px;
  background: var(--color-background-collection-primary);
}
@media screen and (min-width: 590px) {
  .twocolumnlayout-content_3bf5 {
    width: 100%;
  }
}
.twocolumnlayout-content_3bf5.twocolumnlayout-article_3bf5 {
  background: var(--color-background-base-primary);
}
.twocolumnlayout-main_3bf5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (min-width: 590px) {
  .twocolumnlayout-main_3bf5 {
    flex-basis: calc(67.7% - 16px);
  }
}
@media screen and (min-width: 1025px) {
  .twocolumnlayout-main_3bf5 {
    flex-basis: 664px;
    margin-right: 16px;
    padding: 0;
  }
}
.twocolumnlayout-aside_3bf5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 32.3%;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (max-width: 589px) {
  .twocolumnlayout-aside_3bf5 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .twocolumnlayout-aside_3bf5 {
    flex-basis: 300px;
    padding: 0;
  }
}
body:has(.twocolumnlayout-content_3bf5) {
  background: var(--color-background-collection-primary);
}
body:has(.twocolumnlayout-content_3bf5.twocolumnlayout-article_3bf5) {
  background: var(--color-background-base-primary);
}
body:has(.singlecolumnlayout-root_8345) {
  background: var(--color-background-collection-primary);
}
body:has(.singlecolumnlayout-root_8345.singlecolumnlayout-article_8345) {
  background: var(--color-background-base-primary);
}

.article .hyperion-css-l7k909 {
  margin-top: 0;
  margin-bottom: calc(-24px + 2rem);
  overflow-wrap: break-word;
  color: #222222;
  font-family: var(--subtitle_subtitle-font, var(--ff-chrome));
  font-weight: normal;
  font-size: calc(4px + 1rem);
  line-height: calc(10px + 1rem);
}
@media screen and (max-width: 589px) {
  body:has(.popover-drawerContainer_40f7) {
    overflow: hidden;
  }
}
.hamburgerbutton-root_c2cd {
  --hamburger-color: var(--color-header-navbar);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 100%;
  height: 44px;
  border: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;

  touch-action: manipulation;
}
.hamburgerbutton-icon_c2cd {
  position: relative;
  margin-top: -1px;
  fill: var(--c-light);
}
.hamburgerbutton-icon_c2cd,
.hamburgerbutton-iconBox_c2cd {
  width: 13px;
  height: 13px;
}
.hamburgerbutton-iconBox_c2cd {
  display: block;
}
.hamburgerbutton-iconInner_c2cd {
  top: 6px;
  width: 13px;
  height: 2px;
}
.hamburgerbutton-iconInner_c2cd,
.hamburgerbutton-iconInner_c2cd:after,
.hamburgerbutton-iconInner_c2cd:before {
  position: absolute;
  display: block;
  background-color: var(--hamburger-color);
}
.hamburgerbutton-iconInner_c2cd:after,
.hamburgerbutton-iconInner_c2cd:before {
  content: '';
  left: 0;
  width: inherit;
  height: inherit;
}
.hamburgerbutton-iconInner_c2cd:before {
  top: -4px;
}
.hamburgerbutton-iconInner_c2cd:after {
  bottom: -4px;
}
.navbar-root_8eec {
  top: 0;
  z-index: 79;
  width: 100%;
  max-height: 44px;
  border-color: var(--c-primary-01);
  color: var(--color-header-navbar);
  background-color: var(--c-primary-01);
  transition: transform 0.3s ease-out;
  transform: translateY(44px);
}
.navbar-content_8eec {
  display: flex;
  box-sizing: border-box;
  max-width: var(--header-content-width);
  height: 44px;
  margin: 0 auto;
  overflow: hidden;
}
.navbar-content_8eec nav {
  position: relative;
  display: flex;
  margin-left: 4px;
}
@media (width <= 450px) {
  .navbar-content_8eec nav {
    overflow-x: scroll;
  }
}
.navbar-content_8eec nav > a {
  margin-right: 0;
  padding: 15px 11px;
  color: var(--color-header-navbar);
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}
.navbar-widgets_8eec {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
}
.searchwrapper-root_f114 {
  position: relative;
  display: flex;
  margin-left: auto;
  padding-right: 4px;
}
.searchwrapper-button_f114,
.searchwrapper-root_f114 {
  align-items: center;
  height: 100%;
}
.searchwrapper-button_f114 {
  display: inline-flex;
  justify-content: center;
  gap: var(--gap-unit);
  min-width: 44px;
  border: 0;
  padding: 0 11px;
  color: var(--color-header-navbar);
  background: transparent;
  cursor: pointer;
  appearance: none;
}
.searchwrapper-button_f114:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.searchwrapper-button_f114 svg {
  width: 16px;
  height: 16px;
  vertical-align: baseline;
}
.searchwrapper-button_f114 .searchwrapper-label_f114 {
  display: none;
  color: var(--color-text-on-accent, #fff);
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .searchwrapper-button_f114 .searchwrapper-label_f114 {
    display: block;
  }
}
.datewidget-root_4ebb {
  display: none;
}
@media screen and (min-width: 1025px) {
  .datewidget-root_4ebb {
    display: block;
    height: 26px;
    margin-left: 16px;
    overflow: hidden;
    color: var(--c-neutral-07);
    font-family: var(--ff-body);
    font-size: 11px;
    line-height: 13px;
    letter-spacing: var(--text-base-letter-spacing);
  }
}
.datewidget-time_4ebb {
  font-weight: 700;
  text-transform: uppercase;
}
.datewidget-extra_4ebb,
.datewidget-time_4ebb {
  margin: 0;
  padding: 0;
}
.buyplusbutton-desktopBuyPlusButton_7f3c {
  line-height: 1;
}
.buyplusbutton-mobileBuyPlusButton_7f3c {
  display: none;
}
@media screen and (max-width: 589px) {
  .buyplusbutton-desktopBuyPlusButton_7f3c {
    display: none;
  }
}
@media screen and (max-width: 589px) {
  @media (min-width: 375px) and (max-color: 2147477350) {
    .buyplusbutton-mobileBuyPlusButton_7f3c {
      display: flex;
    }
  }
}
@media not screen and (max-width: 589px) {
  @media (min-width: 375px) and (color: 2147477350) {
    .buyplusbutton-mobileBuyPlusButton_7f3c {
      display: flex;
    }
  }
}
@media (min-width: 345px) and (max-width: 374px) {
  .buyplusbutton-mobileBuyPlusButton_7f3c {
    display: flex;
  }
}
.userbadge-root_f7c7 {
  height: 100%;
}

.userbadge-root_f7c7 {
  display: flex;
  align-items: center;
}
.userbadge-desktopLoginButton_f7c7,
.userbadge-mobileLoginButton_f7c7,
.userbadge-smallMobileLoginButton_f7c7 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 590px) {
  .userbadge-mobileLoginButton_f7c7,
  .userbadge-smallMobileLoginButton_f7c7 {
    display: none;
  }
}
@media screen and (max-width: 589px) {
  @media (min-width: 375px) and (max-color: 2147477350) {
    .userbadge-desktopLoginButton_f7c7,
    .userbadge-smallMobileLoginButton_f7c7 {
      display: none;
    }
  }
}
@media not screen and (max-width: 589px) {
  @media (min-width: 375px) and (color: 2147477350) {
    .userbadge-desktopLoginButton_f7c7,
    .userbadge-smallMobileLoginButton_f7c7 {
      display: none;
    }
  }
}
@media (min-width: 345px) and (max-width: 374px) {
  .userbadge-desktopLoginButton_f7c7,
  .userbadge-mobileLoginButton_f7c7 {
    display: none;
  }
  .userbadge-smallMobileLoginButton_f7c7 {
    display: flex;
  }
}
@media (max-width: 344px) {
  .userbadge-desktopLoginButton_f7c7 {
    display: none;
  }
  .userbadge-mobileLoginButton_f7c7 {
    display: flex;
  }
  .userbadge-smallMobileLoginButton_f7c7 {
    display: none;
  }
}
.usermastheadwidget-root_3e9e {
  position: relative;
  z-index: 11;
  display: flex;
  order: 3;
  align-items: center;
  gap: 16px;
  height: 100%;
  margin-left: auto;
  line-height: 1;
}
@media screen and (max-width: 589px) {
  .usermastheadwidget-root_3e9e {
    gap: 8px;
  }
}
.toprow-root_f11d {
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
  line-height: 44px;
  background-color: var(--c-neutral-01);
}
.toprow-content_f11d {
  display: flex;
  box-sizing: border-box;
  max-width: var(--header-content-width);
  margin: 0 auto;
  padding: 0 16px 0 12px;
}
.toprow-widgets_f11d {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  overflow-x: hidden;
}
.headerlogo-root_40e7 {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.headerlogo-topRowLogo_40e7 {
  padding: 0 4px 0 1px;
}
body:has(.regularheader-root_eff4) {
  --fixed-header-height: 88px;
}
body:has(.regularheader-root_eff4):has(.regularheader-withSubNav_eff4) {
  --fixed-header-height: 132px;
}
.regularheader-root_eff4 {
  width: 100%;
  height: var(--fixed-header-height);
  font-family: var(--ff-body);
  font-size: 12.5px;
  letter-spacing: var(--text-base-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:has(.minimalheader-root_f2f0) {
  --fixed-header-height: 0px;
}
.boxtextgrotesk-root_baa6 {
  --text-title-400-font-size: 16px;
  --text-title-500-font-size: 18px;
  --text-title-600-font-size: 20px;
  --text-title-700-font-size: 24px;
  --text-title-800-font-size: 30px;
  --text-title-900-font-size: 36px;
  --text-title-1000-font-size: 44px;
  --text-title-1100-font-size: 54px;
  --text-title-1200-font-size: 72px;
  --text-title-1300-font-size: 92px;
  overflow-wrap: break-word;
  color: var(--c-dark);
  line-height: 1;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
@media screen and (max-width: 1024px) {
  body {
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
#application {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
p,
figure {
  margin: 0;
}
html {
  height: -webkit-fill-available;
  font-size: 16px;
}
@media screen and (min-width: 590px) {
  html {
    font-size: calc(10.56221198156682px + 0.9216589861751152vw);
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 20px;
  }
}
body,
.default {
  --inner-content-width-desktop: calc(
    var(--content-width) - 2 * var(--article-padding-max)
  );
  --inner-content-width-fluid: calc(100vw - 2 * var(--article-padding));
  --inner-content-width-mobile: calc(100vw - 2 * var(--article-padding-min));
  --gap-unit: 8px;
  --horseshoe-gutter: 15px;
  --grid-gutter: 16px;
  --fixed-header-height: 0px;
  --header-content-width: 1278px;
  --scrolled-header-height: 0px;
  --content-width: 664px;
  --container-width: 1278px;
  --extended-content-margin: -16px;
  --narrow-content-width: 380px;
  --skyscraper-width: 266px;
  --skyscraper-top: 60px;
  --article-padding-min: 16px;
  --article-padding-max: 16px;
  --article-padding: calc(16px + 0rem);
  --article-padding-fluid-value: calc(16px + 0rem);
  --article-padding-fluid-factor: calc(128px + 0rem);
  --fluid-width-min: 590px;
  --fluid-width-max: 1024px;
  --fluid-width: calc(-1146px + 108.5rem);
  --fluid-width-fluid-value: calc(-1146px + 108.5rem);
  --fluid-width-fluid-factor: calc(-9168px + 868rem);
  --component-padding-factor-min: 1;
  --component-padding-factor-max: 2;
  --component-padding-factor: calc(-3px + 0.25rem);
  --component-padding-factor-fluid-value: calc(-3px + 0.25rem);
  --component-padding-factor-fluid-factor: calc(-24px + 2rem);
  --float-width-factor: 0.4;
  --c-primary-01: #dd2a30;
  --c-primary-02: #007fff;
  --c-primary-03: #c4252b;
  --c-primary-04: #911c20;
  --c-secondary-01: var(--c-primary-01);
  --c-secondary-02: #0067a3;
  --c-secondary-03: #00578a;
  --c-secondary-04: #004770;
  --c-accent-01: var(--c-primary-01);
  --c-accent-02: #deddb8;
  --c-accent-03: #c4c4a3;
  --c-accent-04: #abaa8e;
  --c-positive: #57a663;
  --c-negative: #d05d61;
  --c-warning: #f1efec;
  --c-info: #dd2a30;
  --c-light: #ffffff;
  --c-dark: #222222;
  --c-neutral-01: #f9fafb;
  --c-neutral-02: #f7f7f7;
  --c-neutral-03: #e2e2e2;
  --c-neutral-04: #e8e8e8;
  --c-neutral-05: #909090;
  --c-neutral-06: #585858;
  --c-neutral-07: #444444;
  --c-neutral-08: #222222;
  --c-neutral-09: #000000;
  --c-gradient-01: linear-gradient(
    180deg,
    var(--c-light) 100px,
    var(--c-neutral-02) 400px
  );
  --c-gradient-02: linear-gradient(
    180deg,
    rgba(var(--widget-background-rgb), 0),
    rgba(var(--widget-background-rgb), 0.9)
  );
  --c-hyperlink-pressed: #9b59b6;
  --color-separator: rgba(0, 0, 0, 0.17);
  --ff-title:
    ABMonumentGroteskHeadline-Bold750, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --ff-body:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  --ff-chrome:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  --fs-caption-min: 12px;
  --fs-caption-max: 16px;
  --fs-caption: calc(-4px + 1rem);
  --fs-caption-fluid-value: calc(-4px + 1rem);
  --fs-caption-fluid-factor: calc(-32px + 8rem);
  --lh-caption-min: 14px;
  --lh-caption-max: 18px;
  --lh-caption: calc(-2px + 1rem);
  --lh-caption-fluid-value: calc(-2px + 1rem);
  --lh-caption-fluid-factor: calc(-16px + 8rem);
  --fs-bodytext: 18px;
  --lh-bodytext: 1.33;
  --fs-base-size: 10px;
  --fs-label-min: 12px;
  --fs-label-max: 14px;
  --fs-label: calc(4px + 0.5rem);
  --fs-label-fluid-value: calc(4px + 0.5rem);
  --fs-label-fluid-factor: calc(32px + 4rem);
  --lh-label-min: 16px;
  --lh-label-max: 24px;
  --lh-label: calc(-16px + 2rem);
  --lh-label-fluid-value: calc(-16px + 2rem);
  --lh-label-fluid-factor: calc(-128px + 16rem);
  --fs-footnote: 13px;
  --fs-body: 17px;
  --fs-body-small: 16px;
  --fs-headline3: 17px;
  --fs-headline4: 15px;
  --fs-baseline: 1.5rem;
  --transition: 0.3s ease-in;
  --component-text-color-01: var(--c-dark);
  --component-text-color-02: var(--c-neutral-06);
  --component-text-color-03: var(--c-neutral-05);
  --component-background-color-01: var(--c-light);
  --component-background-color-02: var(--c-neutral-02);
  --component-background-color-03: var(--c-neutral-03);
  --component-gradient-color-01: var(--c-gradient-01);
  --link-color: var(--c-primary-02);
  --link-color-hover: var(--c-secondary-02);
  --link-color-active: var(--c-secondary-03);
  --link-color-visited: var(--c-primary-02);
  --link-color-visited-hover: var(--c-primary-04);
  --link-color-focused: var(--c-primary-03);
  --link-focus-outline: 2px auto -webkit-focus-ring-color;
  --link-border-bottom: 1px solid;
  --link-border-bottom-hover: none;
  --link-border-bottom-active: 2px dotted;
  --link-border-bottom-visited: 1px solid;
  --link-border-bottom-focused: 2px dotted;
  --link-border-bottom-color: currentColor;
  --link-border-bottom-color-active: currentColor;
  --link-border-bottom-color-visited: currentColor;
  --link-border-bottom-color-focused: currentColor;
  --text-highlighted-padding: 0.138em 0.4em;
  --text-word-explainer-color: var(--c-dark);
  --text-word-explainer-background-color: #e2f2ff;
  --text-word-explainer-border-radius: 0px;
  --text-word-explainer-left-offset: -50%;
  --background-color: var(--c-light);
  --border-radius: 8px;
  --c-base-rgb: 0, 0, 0;
  --c-grey-02: #f6f6f6;
  --c-highlight: #f1efec;
  --c-highlight-light: #fefefe;
  --c-highlight-premium: #f8f7cf;
  --c-highlight-text: #222222;
  --c-highlight-background: #ffeb18;
  --c-primary-hover-01: #bd2528;
  --color-background-accent: #dd2a30;
  --color-background-attention: #f8f7cf;
  --color-background-base-primary: #ffffff;
  --color-background-base-secondary: #f7f7f7;
  --color-background-collection-primary: #f7f7f7;
  --color-background-collection-secondary: #ffffff;
  --color-background-elevated-primary: #ffffff;
  --color-background-elevated-secondary: #f7f7f7;
  --color-background-menu-primary: #ffffff;
  --color-background-menu-secondary: #f7f7f7;
  --color-background-neutral: #00000017;
  --color-background-placeholder: #00000003;
  --color-background-scrim: #00000080;
  --color-background-static-dark: #222222;
  --color-background-static-light: #ffffff;
  --color-background-weak: rgba(0, 0, 0, 0.09);
  --color-border-accent: #dd2a30;
  --color-border-accessible: #909090;
  --color-border-default: #00000017;
  --color-border-error: #ff0000;
  --color-header-navbar: #ffffff;
  --color-header-hover: rgba(0, 0, 0, 0.15);
  --color-header-focus: rgba(0, 0, 0, 0.3);
  --color-text-accent: #dd2a30;
  --color-text-ad: #2a72dd;
  --color-text-default: #222222;
  --color-text-error: #ff0000;
  --color-text-link-active: #00578a;
  --color-text-link-default: #0078bd;
  --color-text-link-focus: #c4252b;
  --color-text-link-hover: #0067a3;
  --color-text-link-visited: #004770;
  --color-text-on-accent: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-text-on-light: #222222;
  --color-text-weak: #585858;
  --color-theme-plus: #ffeb18;
  --custom-grid-border: none;
  --custom-grid-padding: 8px 0px 0px;
  --data-controller-width-tablet: 980px;
  --ff-title-thin:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  --fill-accent: #dd2a30;
  --fill-icon-accent: #dd2a30;
  --fill-icon-accent-opacity-24: rgba(221, 42, 48, 0.24);
  --fill-icon-default: #222222;
  --fill-icon-error: #ff0000;
  --fill-icon-on-accent: #ffffff;
  --fill-icon-on-dark: #ffffff;
  --fill-icon-on-light: #222222;
  --fill-icon-weak: #585858;
  --fill-neutral: #00000017;
  --fixed-header-height-app: 0px;
  --letter-spacing-title: var(--text-title-letter-spacing-tight);
  --page-footer-bg: #dd2a30;
  --page-margin-top: 16px;
  --panorama-width: 980px;
  --text-base-letter-spacing: 0.01em;
  --text-base-letter-spacing-tight: 0em;
  --text-base-letter-spacing-loose: 0.04em;
  --text-base-100-normal:
    400 11px/1.27 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-100-bold:
    700 11px/1.27 ABMonumentGroteskHeadline-Bold750, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-200-normal:
    400 12px/1.33 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-200-bold:
    700 12px/1.33 ABMonumentGroteskHeadline-Bold750, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-300-normal:
    400 14px/1.29 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-300-bold:
    700 14px/1.29 ABMonumentGroteskHeadline-Bold750, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-400-normal:
    400 16px/1.3125 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-400-bold:
    400 16px/1.3125 ABMonumentGroteskHeadline-Bold750, Arial, Helvetica,
    Verdana, Geneva, sans-serif;
  --text-base-500-normal:
    400 18px/1.33 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-500-bold:
    700 18px/1.33 ABMonumentGroteskHeadline-Bold750, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-600-normal:
    400 20px/1.3 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-600-bold:
    700 20px/1.3 ABMonumentGroteskHeadline-Bold750, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-700-normal:
    400 24px/1.25 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-700-bold:
    700 24px/1.25 ABMonumentGroteskHeadline-Bold750, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-800-normal:
    400 30px/1.2 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-800-bold:
    700 30px/1.2 ABMonumentGroteskHeadline-Bold750, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-title-100-normal:
    400 11px/1.09 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-100-bold:
    700 11px/1.09 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-200-normal:
    400 12px/1.17 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-200-bold:
    700 12px/1.17 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-300-normal:
    400 14px/1.14 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-300-bold:
    700 14px/1.14 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-400-normal:
    400 16px/1.125 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-400-bold:
    700 16px/1.125 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-500-normal:
    400 18px/1.11 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-500-bold:
    700 18px/1.11 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-600-normal:
    400 20px/1.1 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-600-bold:
    700 20px/1.1 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-700-normal:
    400 24px/1.08 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-700-bold:
    700 24px/1.08 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-800-normal:
    400 30px/1.07 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-800-bold:
    700 30px/1.07 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-900-normal:
    400 36px/1.06 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-900-bold:
    700 36px/1.06 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1000-normal:
    400 44px/1.05 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1000-bold:
    700 44px/1.05 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1100-normal:
    400 56px/1.04 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1100-bold:
    700 56px/1.04 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1200-normal:
    400 66px/1.03 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1200-bold:
    700 66px/1.03 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1300-normal:
    400 80px/1.025 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1300-bold:
    700 80px/1.025 ABMonumentGroteskHeadline-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-letter-spacing: 0;
  --text-title-letter-spacing-tight: -0.02em;
  --text-title-letter-spacing-loose: 0.04em;
  --twocol-width: 1012px;
  --video-floating-background-color: #fff;
  --inline-video-bottom-margin: 16px;
  --widget-background: var(--c-neutral-02);
  --widget-background-rgb: 247, 247, 250;
}
@media screen and (max-width: 1024px) {
  body,
  .default {
    --scrolled-header-height: 0px;
    --scrolled-header-height-mobile: 0px;
  }
}

html {
  --large-viewport-height: 100lvh;
  --mobile-address-bar-height: calc(100lvh - 100svh);
}

.hyperion-css-owblq3 {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentColor;
}

.hyperion-css-e79h2z {
  margin-right: calc(-1 * var(--article-padding-min));
  margin-left: calc(-1 * var(--article-padding-min));
}
@media screen and (min-width: 590px) and (max-width: 1024px) {
  .hyperion-css-e79h2z {
    margin-right: calc(-1 * var(--article-padding));
    margin-left: calc(-1 * var(--article-padding));
  }
}
@media screen and (min-width: 1025px) {
  .hyperion-css-e79h2z {
    margin-right: calc(-1 * var(--article-padding-max));
    margin-left: calc(-1 * var(--article-padding-max));
  }
}
.hyperion-css-9ce81r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 calc(0px + var(--article-padding-fluid-value, 0px)) 8px
    calc(0px + var(--article-padding-fluid-value, 0px));
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-koengj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  max-width: 100vw;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.hyperion-css-14csb3r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 100vw;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-box-flex-wrap: wrap;
}
.hyperion-css-yxj50w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  max-width: 100vw;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-anenvi {
  margin: 0 !important;
  color: #dd2a30 !important;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 1.29 !important;
  letter-spacing: 0.01px !important;
}
.hyperion-css-8yjtvu {
  margin: 0 5px !important;
  color: #dd2a30 !important;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 1.29 !important;
  letter-spacing: 0.01px !important;
}
.hyperion-css-13snya6 {
  margin-top: 0;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  overflow-wrap: break-word;
  color: var(--title_title-color, var(--component-text-color-01));
  font-family: var(--title_title-font, var(--ff-title));
  font-weight: bold;
  font-size: calc(-74px + 6.5rem);
  line-height: calc(-72px + 6.5rem);
  letter-spacing: var(
    --title_title-spacing,
    var(--text-title-letter-spacing-tight)
  );
  letter-spacing: var(
    --title_title-spacing,
    var(--text-title-letter-spacing-tight)
  );
  text-align: left;
}
.hyperion-css-12d5aj4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 24px 0 0 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #0000001a;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #f7f7f7;
  -webkit-box-flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .hyperion-css-12d5aj4 {
    margin: 24px calc(0px + var(--article-padding-fluid-value, 0px)) 0
      calc(0px + var(--article-padding-fluid-value, 0px));
  }
}
.hyperion-css-hnrdj8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 100vw;
  min-height: 48px;
  margin: 0 calc(0px + var(--article-padding-fluid-value, 0px)) 0
    calc(0px + var(--article-padding-fluid-value, 0px));
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-box-flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
@media screen and (min-width: 1024px) {
  .hyperion-css-hnrdj8 {
    margin: 0 16px 0 16px;
  }
}
.hyperion-css-18t1hsi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 8px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-ytqkz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 40px;
  max-width: 100vw;
  height: 40px;
  border-radius: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-wruiif {
  position: relative;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}
.hyperion-css-9hv8z7 {
  padding-bottom: 100%;
}
.hyperion-css-9hv8z7 .image-asset {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hyperion-css-n6kkq1 {
  object-fit: cover;
}
.hyperion-css-1swoavs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 40px;
  max-width: 100vw;
  height: 40px;
  margin: 0 -6px 0 0;
  border-radius: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-1ctrzp2 {
  margin: 0 !important;
  color: #222222 !important;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.29 !important;
  letter-spacing: 0.01px !important;
}
.hyperion-css-1fqf0pv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 0 8px 0;
  padding: 0 calc(0px + var(--article-padding-fluid-value, 0px)) 0
    calc(0px + var(--article-padding-fluid-value, 0px));
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1024px) {
  .hyperion-css-1fqf0pv {
    margin: 0 calc(0px + var(--article-padding-fluid-value, 0px)) 8px
      calc(0px + var(--article-padding-fluid-value, 0px));
    padding: 0 16px 0 16px;
  }
}
.hyperion-css-7pajle {
  margin: 0 !important;
  padding: 4px 0 4px 0 !important;
  color: #585858 !important;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.01px !important;
}
@media screen and (min-width: 1024px) {
  .hyperion-css-7pajle {
    font-family:
      ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.29 !important;
    letter-spacing: 0.01px !important;
  }
}
.article__image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  clear: both;
  width: 100%;
  margin-bottom: 24px;
}
.article p {
  margin-top: 0;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  color: var(--text_text-color, var(--component-text-color-01));
  font-family: var(--text_text-font, var(--ff-body));
  font-weight: normal;
  font-size: var(--text_text-fs, var(--fs-bodytext));
  line-height: var(--text_text-lh, var(--lh-bodytext));
  text-align: left;
}
.article p + :not(p) {
  margin-top: 16px;
}
.article a {
  color: var(--link-color);
  text-decoration: underline;
}
.article a:focus {
  color: var(--link-color-focused);
}
.article a:active {
  color: #d10119;
}
.article a:hover {
  color: #e11229;
}
.article a:visited {
  color: var(--link-color-visited);
}
.article a:visited:hover {
  color: var(--link-color-visited-hover);
}
.article h2 {
  clear: both;
  margin-block: 16px 10px;
  overflow-wrap: break-word;
  color: var(
    --paragraph-header_paragraph-header-color,
    var(--component-text-color-01)
  );
  font-family: var(--paragraph-header_paragraph-header-font, var(--ff-title));
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.64px;
}
.hyperion-css-1k2y2rn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 0 6px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  padding: 16px 16px 0 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 100%;
}
.hyperion-css-13tjieb {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin: 0 0 0 0;
  border-radius: 2px;
  padding: 5px 5px 4px 5px;
  color: #ffffff;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0.01px;
  text-transform: uppercase;
  background-color: #dd2a30;
  -ms-flex-item-align: flex-start;
}
.hyperion-css-1yavcuw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  width: auto;
  max-width: 100vw;
  margin: 0;
  border-width: 0;
  border-color: #e8e8e8;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.hyperion-css-7ytp1n {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 0 0 0;
  border-width: 0 0 0 0;
  border-color: #e8e8e8;
  padding: 12px 0 8px 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-j9o55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-q2wyzr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 70px;
  max-width: 100vw;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.hyperion-css-yx8ohc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  min-width: 70px;
  max-width: 100vw;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-1u1kd35 {
  margin: 0 0 4px 0;
  padding: 0;
  color: #585858;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.01px;
}
.hyperion-css-43tyjz {
  color: #dd2a30;
  text-transform: uppercase;
}
.hyperion-css-qre4kl {
  margin: 0;
  color: #222222;
  font-family:
    ABMonumentGroteskHeadline-Bold750, ABMonumentGrotesk-Bold750, Verdana,
    Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0;
}
.hyperion-css-1531qt1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100px;
  max-width: 100vw;
  margin: 0 0 0 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -ms-flex-negative: 0;
}
@media screen and (min-width: 590px) and (max-width: 1024px) {
  .hyperion-css-1531qt1 {
    display: none !important;
  }
}
.hyperion-css-1wv6pji {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  max-width: 100vw;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-16sz48o {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hyperion-css-cr7qni {
  padding-bottom: 75%;
}
.hyperion-css-cr7qni .image-asset {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hyperion-css-1q0rxu7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 0 0 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e8e8e8;
  padding: 8px 0 8px 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hyperion-css-zse9a5 {
  object-fit: cover;
  object-position: 86.65277777777779% 62.083056706577224% !important;
}
.hyperion-css-1d72gye {
  display: inline-block;
  width: 16px;
  width: 1em !important;
  height: 16px;
  height: 1em !important;
  vertical-align: middle;
  vertical-align: text-top !important;
  vertical-align: top !important;
  fill: currentColor;
}

.hyperion-css-1r31lfq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0 0 0 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e8e8e8;
  padding: 8px 0 12px 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.inline_style_2 {
  aspect-ratio: 1900 / 1900;
}
.inline_style_3 {
  aspect-ratio: 1900 / 1900;
}
.inline_style_9 {
  aspect-ratio: 300 / 225;
}
.inline_style_10 {
  aspect-ratio: 300 / 225;
}
.inline_style_11 {
  aspect-ratio: 300 / 225;
}
.inline_style_12 {
  aspect-ratio: 300 / 225;
}
.inline_style_13 {
  aspect-ratio: 300 / 225;
}

.red-line {
  position: fixed;
  top: 44px;
  z-index: 10;
  width: 100%;
  max-width: 100dvw;
  height: 4px;
  background-color: #dd2a30;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  color: #ffffff;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 16px;
  background-color: #dd2a30;
}

/* COMMENTS */

/*=============COMMENTS==============*/
.comment {
  font-family: var(--text_text-font, var(--ff-body));
  font-size: 18px;
}

.fb-post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 12px;
  font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fb-comment__sort {
  margin: 10px 0;
  color: #365899;
  cursor: pointer;
}

.fb-comment__sort:hover {
  text-decoration: underline;
}

.fb-comment__avatar {
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 0 !important;
  overflow: hidden;
}

.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: top;
  margin: 10px 0;
  -webkit-box-align: top;
  -ms-flex-align: top;
}

.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.fb-comment__text {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* max-width: 440px; */
  width: 100%;
  margin: 0;
  border-radius: 18px;
  padding: 8px 20px 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
}

.fb-comment__author {
  color: #365899;
  font-weight: 600;
  text-decoration: none;
}

.fb-comment__react {
  color: #365899;
  text-decoration: none;
}

.fb-comment__react:after {
  content: '·';
  padding: 3px;
  color: #606770;
}

.fb-comment__posted {
  color: #606770;
}

.fb-comment__like {
  position: absolute;
  right: 0;
  bottom: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 10px;
  padding: 3px 5px 3px 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-weight: normal;
  font-size: 11px;
  /* width: 44px; */
  background: #fff;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 400px) {
  .fb-comment__like {
    right: -22px;
    bottom: 0;
  }
}

.fb-comment__like img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  padding: 0 !important;
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px;
  }

  .fb-comment__text {
    max-width: 100%;
  }
}

/* COMMENTS */

.button__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 450px;
  margin: 1.8rem auto;
  padding: 10px 9px 10px 15px;
  background-color: #f7f7f7;
}

.article .button__wrapper-title {
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.button-link {
  display: block;
  max-width: 370px;
  margin: 0 auto !important;
  border-radius: 25px;
  padding: 12px 15px;
  color: #fff !important;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #d10119;
  transition: 0.3s;
  transition: ease-in-out 0.3s;
}

@media (width < 768px) {
  .button__wrapper {
    max-width: 320px;
  }
  .button-link {
    max-width: 280px;
  }
}

.button-link:hover {
  color: black !important;
  background: #ffeb19;
}

[data-zoomable] {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: zoom-in;
}

[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}

[data-zoomable]::after {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  opacity: 0.5;
  color: #e11229;
  background-image: url('../img/lupa.svg');
  background-repeat: no-repeat;
  background-size: contain;

  user-select: none;
}

.info-box {
  margin: 32px 0;
  border-radius: 8px;
  padding: 24px 28px 20px;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  background: var(--widget-background);
}

.info-box h3 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
}

.info-box ul {
  margin-bottom: 0;
  padding-left: 0.75em;
}

.info-box ul li,
.info-box ol li {
  margin: 0.75em 0;
  font-size: var(--text_text-fs, var(--fs-bodytext));
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  padding: 32px;
  background-color: #0000005b;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal-inner {
  max-width: 450px;
  width: 100%;
  position: relative;
}
#close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (width < 768px) {
  .modal {
    padding: 16px;
  }
}
