* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ad-img {
  max-width: 100%;
}

@font-face {
  font-display: swap;
  font-family: ABMonumentGroteskHeadline-Bold750;
  font-weight: 100 900;
  src: url('../fonts/ABMonumentGroteskHeadline-Bold750.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: ABMonumentGrotesk-Regular;
  font-weight: 400;
  src: url('../fonts/ABMonumentGrotesk-Regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: ABMonumentGrotesk-Regular;
  font-weight: 700;
  src: url('../fonts/ABMonumentGrotesk-Bold.woff2') format('woff2');
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
  scroll-padding-top: 50%;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

html[data-theme='dark'] :is(.gdpr-cogwheel-button:hover svg path) {
  fill: rgb(138, 138, 138) !important;
}

.advertory-aftonbladet-panorama-wrapper__article {
  background-color: unset !important;
  margin-bottom: 24px !important;
  margin-top: 12px !important;
  padding: 0px !important;
}

.layoutalignmentcomponent-main_2666 {
  color: var(--c-dark);
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: var(--container-width);
}

.layoutalignmentcomponent-container_2666 {
  display: flex;
  padding: calc(var(--gap-unit) * 2);
}

.layoutalignmentcomponent-main-column_2666 {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: center;
}

.layoutalignmentcomponent-main-column-wide_2666 {
  flex-basis: 648px;
  margin-right: 32px;
}

.button-default_0f12 {
  align-items: center;
  background: none;
  border: none;
  border-radius: 24px;
  color: var(--color-text-default);
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0px;
  text-align: center;
}

:disabled {
  cursor: default !important;
}

.button-plus_0f12 {
  background-color: var(--color-theme-plus);
  color: var(--color-text-on-light);
}

.button-plus_0f12:hover:enabled {
  background-color: rgb(243, 222, 0);
  cursor: pointer;
}

.button-filled_0f12 {
  background-color: var(--color-background-accent);
  border: 1px solid var(--color-background-accent);
  color: var(--color-text-on-accent);
}

.button-filled_0f12:hover:enabled {
  background-color: var(--c-primary-hover-01);
  border-color: var(--c-primary-hover-01);
  cursor: pointer;
}

.button-text_0f12:hover:enabled {
  cursor: pointer;
  text-decoration: underline;
}

.button-icon_0f12 {
  height: 16px;
  width: 16px;
}

.button-small_0f12 {
  font: var(--text-base-300-bold);
  gap: 4px;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-small_0f12.button-withIcon_0f12 {
  padding-left: 12px;
}

.button-small_0f12.button-iconOnly_0f12 {
  padding-left: 5px;
  padding-right: 5px;
}

.button-small_0f12.button-iconOnly_0f12 svg {
  height: 20px;
  width: 20px;
}

.button-small_0f12 svg {
  height: 16px;
  width: 16px;
}

.button-small_0f12.button-text_0f12 {
  padding-left: 0px;
  padding-right: 0px;
}

.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-left: calc(var(--gap-unit) * 2);
    padding-right: calc(var(--gap-unit) * 2);
  }
}

.styles-right_c2c5 {
  display: flex;
  flex-grow: 1;
  gap: calc(var(--gap-unit) * 2);
}

.styles-right_c2c5 {
  justify-content: flex-end;
  position: relative;
}

.twocolumnlayout-root_3bf5 {
  display: flex;
  margin-top: 16px;
  z-index: 2;
}

.twocolumnlayout-root_3bf5 a {
  text-decoration: none;
}

@media screen and (min-width: 590px) {
  .twocolumnlayout-root_3bf5 {
    margin: 8px auto 0px;
    max-width: var(--header-content-width);
    width: 100%;
  }
}

@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-supertop_3bf5 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 0px;
  max-width: var(--twocol-width);
  padding: 0px 16px;
  position: relative;
  row-gap: 16px;
}

.twocolumnlayout-supertop_3bf5
  .advertory-aftonbladet-panorama-wrapper__toppanorama {
  margin-left: 0px;
}

.twocolumnlayout-superright_3bf5 {
  height: fit-content;
  min-height: 700px;
  min-width: var(--skyscraper-width);
  position: sticky;
  top: var(--skyscraper-top);
}

@media screen and (max-width: 1024px) {
  .twocolumnlayout-superright_3bf5 {
    display: none;
  }
}

.twocolumnlayout-content_3bf5 {
  background: var(--color-background-collection-primary);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: var(--twocol-width);
  padding: 16px;
  position: relative;
}

@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 {
  box-sizing: border-box;
  flex: 0 0 100%;
  min-width: 0px;
}

@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: 0px;
  }
}

.twocolumnlayout-aside_3bf5 {
  box-sizing: border-box;
  flex: 0 0 32.3%;
  min-width: 0px;
}

@media screen and (max-width: 589px) {
  .twocolumnlayout-aside_3bf5 {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .twocolumnlayout-aside_3bf5 {
    flex-basis: 300px;
    padding: 0px;
  }
}

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);
}

.isApp :is(.video-floating_ce43 .video-player_ce43) {
  top: 0px;
}

@media screen and (max-width: 589px) {
  body:has(.popover-drawerContainer_40f7) {
    overflow: hidden;
  }
}

.hamburgerbutton-root_c2cd {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  width: 44px;
  --hamburger-color: var(--color-header-navbar);
}

.hamburgerbutton-root_c2cd:hover {
  background-color: var(--color-header-hover);
}

.hamburgerbutton-icon_c2cd {
  position: relative;
  fill: var(--c-light);
  margin-top: -1px;
}

.hamburgerbutton-icon_c2cd,
.hamburgerbutton-iconBox_c2cd {
  height: 13px;
  width: 13px;
}

.hamburgerbutton-iconBox_c2cd {
  display: block;
}

.hamburgerbutton-iconInner_c2cd {
  height: 2px;
  top: 6px;
  width: 13px;
}

.hamburgerbutton-iconInner_c2cd,
.hamburgerbutton-iconInner_c2cd::after,
.hamburgerbutton-iconInner_c2cd::before {
  background-color: var(--hamburger-color);
  display: block;
  position: absolute;
}

.hamburgerbutton-iconInner_c2cd::after,
.hamburgerbutton-iconInner_c2cd::before {
  content: '';
  height: inherit;
  left: 0px;
  width: inherit;
}

.hamburgerbutton-iconInner_c2cd::before {
  top: -4px;
}

.hamburgerbutton-iconInner_c2cd::after {
  bottom: -4px;
}

.navbar-root_8eec {
  background-color: var(--c-primary-01);
  border-color: var(--c-primary-01);
  color: var(--color-header-navbar);
  max-height: 44px;
  position: fixed;
  top: 0px;
  transform: translateY(44px);
  transition: transform 0.3s ease-out 0s;
  width: 100%;
  z-index: 79;
}

.navbar-content_8eec {
  box-sizing: border-box;
  display: flex;
  height: 44px;
  margin: 0px auto;
  max-width: var(--header-content-width);
  overflow: hidden;
}

.navbar-content_8eec nav {
  margin-left: 4px;
  position: relative;
}

.navbar-content_8eec nav > a {
  color: var(--color-header-navbar);
  display: inline-block;
  font-weight: 600;
  line-height: 14px;
  margin-right: 0px;
  padding: 15px 11px;
  text-transform: uppercase;
}

.navbar-content_8eec nav > a:hover {
  background-color: var(--color-header-hover);
}

.navbar-widgets_8eec {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.searchwrapper-root_f114 {
  display: flex;
  margin-left: auto;
  padding-right: 4px;
  position: relative;
}

.searchwrapper-button_f114,
.searchwrapper-root_f114 {
  align-items: center;
  height: 100%;
}

.searchwrapper-button_f114 {
  appearance: none;
  background: transparent;
  border: 0px;
  color: var(--color-header-navbar);
  cursor: pointer;
  display: inline-flex;
  gap: var(--gap-unit);
  justify-content: center;
  min-width: 44px;
  padding: 0px 11px;
}

.searchwrapper-button_f114:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.searchwrapper-button_f114 svg {
  height: 16px;
  vertical-align: baseline;
  width: 16px;
}

.searchwrapper-button_f114 .searchwrapper-label_f114 {
  color: var(--color-text-on-accent, #fff);
  display: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  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 {
    color: var(--c-neutral-07);
    display: block;
    font-family: var(--ff-body);
    font-size: 11px;
    height: 26px;
    letter-spacing: var(--text-base-letter-spacing);
    line-height: 13px;
    margin-left: 16px;
    overflow: hidden;
  }
}

.datewidget-time_4ebb {
  font-weight: 700;
  text-transform: uppercase;
}

.datewidget-extra_4ebb,
.datewidget-time_4ebb {
  margin: 0px;
  padding: 0px;
}

.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 {
  align-items: center;
  display: flex;
}

.userbadge-desktopLoginButton_f7c7,
.userbadge-mobileLoginButton_f7c7,
.userbadge-smallMobileLoginButton_f7c7 {
  align-items: center;
  display: flex;
}

@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 {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 100%;
  margin-left: auto;
  order: 3;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 589px) {
  .usermastheadwidget-root_3e9e {
    gap: 8px;
  }
}

.toprow-root_f11d {
  background-color: var(--c-neutral-01);
  line-height: 44px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 80;
}

.toprow-content_f11d {
  box-sizing: border-box;
  display: flex;
  margin: 0px auto;
  max-width: var(--header-content-width);
  padding: 0px 16px 0px 12px;
}

.toprow-widgets_f11d {
  align-items: center;
  display: inline-flex;
  flex-grow: 1;
  overflow-x: hidden;
}

.headerlogo-root_40e7 {
  align-items: center;
  display: flex;
  min-height: 44px;
}

html[data-theme='dark']
  :is(.headerlogo-root_40e7.headerlogo-autoDark_40e7 .headerlogo-logo_40e7) {
  display: none;
}

.headerlogo-root_40e7.headerlogo-autoDark_40e7 .headerlogo-logoDark_40e7 {
  display: none;
}

html[data-theme='dark']
  :is(
    .headerlogo-root_40e7.headerlogo-autoDark_40e7 .headerlogo-logoDark_40e7
  ) {
  display: block;
}

.headerlogo-topRowLogo_40e7 {
  padding: 0px 4px 0px 1px;
}

.skipnavigation-skipNavigation_b36e {
  background-color: var(--color-background-attention);
  color: rgb(0, 0, 0);
  font: var(--text-base-400-normal);
  left: 0px;
  padding: 8px;
  position: absolute;
  top: 0px;
  transform: translateY(-100%);
  transition: transform 0.3s ease 0s;
  z-index: 100;
}

.skipnavigation-skipNavigation_b36e:focus {
  transform: translateY(0px);
}

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 {
  font-family: var(--ff-body);
  font-size: 13px;
  height: var(--fixed-header-height);
  letter-spacing: var(--text-base-letter-spacing);
  text-rendering: optimizelegibility;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body:has(.minimalheader-root_f2f0) {
  --fixed-header-height: 0px;
}

.advertory-aftonbladet-panorama-wrapper {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper {
    margin-bottom: 16px;
  }
}

.advertory-aftonbladet-panorama {
  position: relative;
}

.advertory-aftonbladet-panorama::before {
  color: rgb(88, 88, 88);
  content: 'ANNONS';
  display: block;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 25px;
  visibility: hidden;
}

.advertory-aftonbladet-panorama-wrapper__toppanorama {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__toppanorama {
    justify-content: unset;
    margin-bottom: 0px;
    margin-left: 16px;
  }
}

.advertory-aftonbladet-panorama-wrapper__toppanorama
  > .advertory-aftonbladet-panorama {
  min-width: 320px;
}

.advertory-aftonbladet-panorama-wrapper__article {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  margin: 24px -16px 8px;
  overflow: hidden;
  padding: 16px 0px 36px;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__article {
    margin-bottom: 16px;
  }
}

.advertory-aftonbladet-panorama-wrapper__article {
  background-color: rgb(247, 247, 247);
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__article {
    margin: 24px 0px;
  }
}

.advertory-aftonbladet-panorama-wrapper__live
  > .advertory-aftonbladet-panorama:has(> div[role='button']) {
  max-width: 320px;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__live
    > .advertory-aftonbladet-panorama:has(> div[role='button']) {
    max-width: unset;
  }
}

.advertory-aftonbladet-widescreen-wrapper {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-widescreen-wrapper {
    margin-bottom: 16px;
  }
}

.advertory-aftonbladet-widescreen {
  min-height: 600px;
  position: absolute;
  top: 0px;
  transition: opacity 0.45s linear 0s;
}

.advertory-aftonbladet-widescreen::before {
  color: rgb(88, 88, 88);
  content: 'ANNONS';
  display: block;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 25px;
  visibility: hidden;
}

@media print {
  [class*='advertory'] {
    display: none !important;
  }
}

.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;
  color: var(--c-dark);
  line-height: 1;
  overflow-wrap: break-word;
}

.boxtextgrotesk-root_baa6.boxtextgrotesk-small_baa6:has(+ p) {
  margin-bottom: 0.1em !important;
}

.boxtextgrotesk-root_baa6.boxtextgrotesk-impact-3_baa6:has(+ p) {
  margin-bottom: 0.1em !important;
}

.boxtextgrotesk-root_baa6.boxtextgrotesk-medium-large_baa6:has(+ p) {
  margin-bottom: 0.1em !important;
}

.boxtextgrotesk-root_baa6.boxtextgrotesk-large_baa6:has(+ p) {
  margin-bottom: 0.1em !important;
}

.boxtextgrotesk-root_baa6.boxtextgrotesk-x-large_baa6:has(+ p) {
  margin-bottom: 0.1em !important;
}

.boxtextgrotesk-root_baa6.boxtextgrotesk-xx-large_baa6:has(+ p) {
  margin-bottom: 0.1em !important;
}

html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

body {
  margin: 0px;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  appearance: button;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

@media screen and (max-width: 1024px) {
  body {
    height: 100%;
    min-height: -webkit-fill-available;
  }
}

#application {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

p,
figure {
  margin: 0px;
}

html {
  height: -webkit-fill-available;
  font-size: 16px;
}

@media screen and (min-width: 590px) {
  html {
    font-size: calc(10.5622px + 0.921659vw);
  }
}

@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: #0078bd;
  --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-secondary-04);
  --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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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:
    400 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: 100vh;
  --mobile-address-bar-height: 0;
}

.hyperion-css-owblq3 {
  display: inline-block;
  vertical-align: middle;
  fill: currentcolor;
  width: 16px;
  height: 16px;
}

.hyperion-css-owblq3 {
  pointer-events: none;
}

.hyperion-css-e79h2z {
  margin-left: calc(-1 * var(--article-padding-min));
  margin-right: calc(-1 * var(--article-padding-min));
}

@media screen and (min-width: 590px) and (max-width: 1024px) {
  .hyperion-css-e79h2z {
    margin-left: calc(-1 * var(--article-padding));
    margin-right: calc(-1 * var(--article-padding));
  }
}

@media screen and (min-width: 1025px) {
  .hyperion-css-e79h2z {
    margin-left: calc(-1 * var(--article-padding-max));
    margin-right: calc(-1 * var(--article-padding-max));
  }
}

.hyperion-css-9ce81r {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: row;
  margin: 0 calc(0px + var(--article-padding-fluid-value, 0px)) 8px
    calc(0px + var(--article-padding-fluid-value, 0px));
}

.hyperion-css-koengj {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.hyperion-css-14csb3r {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-wrap: wrap;
}

.hyperion-css-yxj50w {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-tap-highlight-color: transparent;
}

@media (pointer: fine) {
  .hyperion-css-yxj50w:hover h2 {
    text-decoration: underline;
  }
}

.hyperion-css-yxj50w:active h2 {
  text-decoration: underline;
}

.hyperion-css-anenvi {
  margin: 0px;
  font-size: 14px;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 1.29;
  color: rgb(221, 42, 48);
}

.hyperion-css-8yjtvu {
  margin: 0px 5px;
  font-size: 14px;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 1.29;
  color: rgb(221, 42, 48);
}

.hyperion-css-13snya6 {
  margin-top: 0px;
  font-size: calc(-74px + 6.5rem);
  line-height: calc(-72px + 6.5rem);
  overflow-wrap: break-word;
  font-family: var(--title_title-font, var(--ff-title));
  font-weight: bold;
  color: var(--title_title-color, var(--component-text-color-01));
  text-align: left;
  margin-bottom: 8px;
  letter-spacing: var(
    --title_title-spacing,
    var(--text-title-letter-spacing-tight)
  );
}

.hyperion-css-12d5aj4 {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-flow: row wrap;
  background-color: rgb(247, 247, 247);
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 0px 0px 1px;
  margin: 24px 0px 0px;
  border-style: solid;
}

@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 {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-wrap: nowrap;
  min-height: 48px;
  margin: 0 calc(0px + var(--article-padding-fluid-value, 0px)) 0
    calc(0px + var(--article-padding-fluid-value, 0px));
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

@media screen and (min-width: 1024px) {
  .hyperion-css-hnrdj8 {
    margin: 0px 16px;
  }
}

.hyperion-css-18t1hsi {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: row-reverse;
  margin: 0px 8px 0px 0px;
}

.hyperion-css-ytqkz {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.hyperion-css-wruiif {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  border-color: rgb(232, 232, 232);
  border-width: 1px;
  border-radius: 20px;
  border-style: solid;
}

.hyperion-css-9hv8z7 {
  padding-bottom: 100%;
}

.hyperion-css-9hv8z7 .image-asset {
  position: absolute;
  min-width: 100%;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hyperion-css-n6kkq1 {
  object-fit: cover;
}

.hyperion-css-1swoavs {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin: 0px -6px 0px 0px;
}

.hyperion-css-1ctrzp2 {
  font-size: 14px;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  letter-spacing: 0.01px;
  line-height: 1.29;
  color: rgb(34, 34, 34);
}

.hyperion-css-1fqf0pv {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  background-color: rgb(247, 247, 247);
  margin: 0px 0px 8px;
  padding: 0 calc(0px + var(--article-padding-fluid-value, 0px)) 0
    calc(0px + var(--article-padding-fluid-value, 0px));
}

@media screen and (min-width: 1024px) {
  .hyperion-css-1fqf0pv {
    padding: 0px 16px;
    margin: 0 calc(0px + var(--article-padding-fluid-value, 0px)) 8px
      calc(0px + var(--article-padding-fluid-value, 0px));
  }
}

.hyperion-css-7pajle {
  padding: 4px 0px;
  font-size: 12px;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  letter-spacing: 0.01px;
  line-height: 1.3;
  color: rgb(88, 88, 88);
}

@media screen and (min-width: 1024px) {
  .hyperion-css-7pajle {
    font-size: 14px;
    letter-spacing: 0.01px;
    line-height: 1.29;
    font-family:
      ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  }
}

.hyperion-css-1v9qo5x {
  font-size: var(--text_text-fs, var(--fs-bodytext));
  line-height: var(--text_text-lh, var(--lh-bodytext));
  overflow-wrap: break-word;
  font-family: var(--text_text-font, var(--ff-body));
  font-weight: normal;
  color: var(--text_text-color, var(--component-text-color-01));
  text-align: left;
  margin-bottom: 12px;
  margin-top: 0px;
}

.hyperion-css-gi27pp .icon:not(:active):not(:disabled):not([disabled]):hover {
  background-color: var(--gallery_gallery-button-background-hover, #222);
  box-shadow: var(
    --gallery_gallery-button-shadow-hover,
    1px 1px 7px 1px rgba(0, 0, 0, 0.4)
  );
}

.hyperion-css-gi27pp
  .gallery-fullscreen-button:not(:disabled):not([disabled]):focus
  .icon,
.hyperion-css-gi27pp
  .gallery-fullscreen-button:not(:disabled):not([disabled]):active
  .icon {
  background-color: white;
  color: rgb(34, 34, 34);
}

.hyperion-css-eye2jh:active:not(:disabled):not([disabled]) {
  color: var(--button_button-v-text-color-active, var(--c-primary-04));
}

.hyperion-css-eye2jh:not(:active):not(:disabled):not([disabled]):hover {
  color: var(--button_button-v-text-color-hover, var(--c-primary-01));
}

@media screen and (max-width: 589px) {
}

.hyperion-css-1k2y2rn {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  border-color: rgb(232, 232, 232);
  border-width: 1px;
  margin: 0px 0px 6px;
  padding: 16px 16px 0px;
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 100%;
  border-style: solid;
}

.hyperion-css-13tjieb {
  background-color: rgb(221, 42, 48);
  border-radius: 2px;
  margin: 0px;
  padding: 5px 5px 4px;
  align-self: flex-start;
  font-size: 11px;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 1.27;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.hyperion-css-1yavcuw {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  border-color: rgb(232, 232, 232);
  border-width: 0px;
  width: auto;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.hyperion-css-7ytp1n {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  border-color: rgb(232, 232, 232);
  border-width: 0px;
  margin: 0px;
  padding: 12px 0px 8px;
  -webkit-tap-highlight-color: transparent;
}

@media (pointer: fine) {
  .hyperion-css-7ytp1n:hover h3 {
    text-decoration: underline;
  }
}

.hyperion-css-7ytp1n:active h3 {
  text-decoration: underline;
}

.hyperion-css-j9o55 {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  width: 100%;
}

.hyperion-css-q2wyzr {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  min-width: 70px;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.hyperion-css-yx8ohc {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: row;
  min-width: 70px;
}

.hyperion-css-1u1kd35 {
  margin: 0px 0px 4px;
  padding: 0px;
  font-size: 14px;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  letter-spacing: 0.01px;
  line-height: 1.29;
  color: rgb(88, 88, 88);
}

.hyperion-css-43tyjz {
  color: rgb(221, 42, 48);
}

.hyperion-css-qre4kl {
  margin: 0px;
  font-size: 16px;
  font-family:
    ABMonumentGroteskHeadline-Bold750, ABMonumentGrotesk-Bold750, Verdana,
    Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.125;
  color: rgb(34, 34, 34);
}

.hyperion-css-1531qt1 {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  width: 100px;
  margin: 0px 0px 0px 8px;
  position: relative;
  flex-shrink: 0;
}

@media screen and (min-width: 590px) and (max-width: 1024px) {
  .hyperion-css-1531qt1 {
    display: none !important;
  }
}

.hyperion-css-1wv6pji {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  position: relative;
}

.hyperion-css-16sz48o {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hyperion-css-cr7qni {
  padding-bottom: 75%;
}

.hyperion-css-cr7qni .image-asset {
  position: absolute;
  min-width: 100%;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hyperion-css-1q0rxu7 {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  border-color: rgb(232, 232, 232);
  border-width: 1px 0px 0px;
  margin: 0px;
  padding: 8px 0px;
  border-style: solid;
  -webkit-tap-highlight-color: transparent;
}

@media (pointer: fine) {
  .hyperion-css-1q0rxu7:hover h3 {
    text-decoration: underline;
  }
}

.hyperion-css-1q0rxu7:active h3 {
  text-decoration: underline;
}

.hyperion-css-1d72gye {
  display: inline-block;
  fill: currentcolor;
  height: 1em !important;
  width: 1em !important;
  vertical-align: top !important;
}

.hyperion-css-1d72gye {
  pointer-events: none;
}

.hyperion-css-1r31lfq {
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  border-color: rgb(232, 232, 232);
  border-width: 1px 0px 0px;
  margin: 0px;
  padding: 8px 0px 12px;
  border-style: solid;
  -webkit-tap-highlight-color: transparent;
}

@media (pointer: fine) {
  .hyperion-css-1r31lfq:hover h3 {
    text-decoration: underline;
  }
}

.hyperion-css-1r31lfq:active h3 {
  text-decoration: underline;
}

.hyperion-css-1hg11ad a {
  color: var(--c-dark);
}

.hyperion-css-1hg11ad h2 {
  font-size: var(--fs-body-small);
  font-weight: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2')
    format('woff2');
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C,
    U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9,
    U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038,
    U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071,
    U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112,
    U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE,
    U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF,
    U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395,
    U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7,
    U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF,
    U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D,
    U+1D400-1D7FF, U+1EE00-1EEFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190,
    U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299,
    U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF,
    U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF,
    U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD,
    U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
    U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E,
    U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3,
    U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF,
    U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE,
    U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A,
    U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694,
    U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF,
    U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
    U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD,
    U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984,
    U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89,
    U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2')
    format('woff2');
  unicode-range:
    U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308,
    U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2')
    format('woff2');
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C,
    U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9,
    U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038,
    U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071,
    U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112,
    U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE,
    U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF,
    U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395,
    U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7,
    U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF,
    U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D,
    U+1D400-1D7FF, U+1EE00-1EEFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190,
    U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299,
    U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF,
    U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF,
    U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD,
    U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
    U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E,
    U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3,
    U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF,
    U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE,
    U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A,
    U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694,
    U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF,
    U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
    U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD,
    U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984,
    U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89,
    U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2')
    format('woff2');
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2')
    format('woff2');
  unicode-range:
    U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308,
    U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400&display=swap');

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmZiAr0lFQm524.woff2')
    format('woff2');
  unicode-range:
    U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmQiAr0lFQm524.woff2')
    format('woff2');
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmYiAr0lFQm524.woff2')
    format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmXiAr0lFQm524.woff2')
    format('woff2');
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVnoiAr0lFQm524.woff2')
    format('woff2');
  unicode-range:
    U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C,
    U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9,
    U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038,
    U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071,
    U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112,
    U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE,
    U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF,
    U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395,
    U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7,
    U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF,
    U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D,
    U+1D400-1D7FF, U+1EE00-1EEFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVn6iAr0lFQm524.woff2')
    format('woff2');
  unicode-range:
    U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190,
    U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299,
    U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF,
    U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF,
    U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD,
    U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
    U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E,
    U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3,
    U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF,
    U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE,
    U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A,
    U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694,
    U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF,
    U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
    U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD,
    U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984,
    U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89,
    U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmbiAr0lFQm524.woff2')
    format('woff2');
  unicode-range:
    U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiAr0lFQm524.woff2')
    format('woff2');
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0lFQm.woff2')
    format('woff2');
  unicode-range:
    U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308,
    U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

.advertory-aftonbladet-panorama-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  margin-bottom: 8px;
  overflow: hidden;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper {
    margin-bottom: 16px;
  }
}

.advertory-aftonbladet-panorama {
  position: relative;
}

.advertory-aftonbladet-panorama::before {
  display: block;
  content: 'ANNONS';
  color: rgb(88, 88, 88);
  font-size: 10px;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 25px;
  visibility: hidden;
}

.advertory-aftonbladet-panorama-wrapper__toppanorama {
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  margin-bottom: 8px;
  overflow: hidden;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__toppanorama {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__toppanorama {
    margin-bottom: 0px;
    justify-content: unset;
    margin-left: 16px;
  }
}

.advertory-aftonbladet-panorama-wrapper__toppanorama
  > .advertory-aftonbladet-panorama {
  min-width: 320px;
}

.advertory-aftonbladet-panorama-wrapper__article {
  margin: 24px -16px 8px;
  padding: 16px 0px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  overflow: hidden;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__article {
    margin-bottom: 16px;
  }
}

.advertory-aftonbladet-panorama-wrapper__article {
  background-color: rgb(247, 247, 247);
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__article {
    margin: 24px 0px;
  }
}

.advertory-aftonbladet-panorama-wrapper__live
  > .advertory-aftonbladet-panorama:has(> div[role='button']) {
  max-width: 320px;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-panorama-wrapper__live
    > .advertory-aftonbladet-panorama:has(> div[role='button']) {
    max-width: unset;
  }
}

.advertory-aftonbladet-widescreen-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  margin-bottom: 8px;
  overflow: hidden;
}

@media screen and (min-width: 590px) {
  .advertory-aftonbladet-widescreen-wrapper {
    margin-bottom: 16px;
  }
}

.advertory-aftonbladet-widescreen {
  min-height: 600px;
  position: absolute;
  top: 0px;
  transition: opacity 450ms linear 0s;
}

.advertory-aftonbladet-widescreen::before {
  display: block;
  content: 'ANNONS';
  color: rgb(88, 88, 88);
  font-size: 10px;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 25px;
  visibility: hidden;
}

@supports (-webkit-touch-callout: none) {
}

.info__img {
  margin: auto auto 16px;
  display: block;
}

.rich-text p {
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  margin: 0px 0px 16px;
  line-height: 24px;
  font-size: 18px;
  color: rgb(34, 34, 34);
  font-weight: 500;
}

.button-link {
  background-color: rgb(225, 18, 41);
}

.rich-text a:where([href]).button-link {
  display: block;
  margin: 1.8rem auto;
  padding: 15px 0px;
  text-align: center;
  background-color: rgb(221, 42, 48);
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  animation: 4s linear 0s infinite normal none running blink;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

img {
  height: auto;
  max-width: 100%;
}

.rich-text {
  font-size: var(--text_text-fs, var(--fs-bodytext));
  line-height: var(--text_text-lh, var(--lh-bodytext));
  overflow-wrap: break-word;
  font-family: var(--text_text-font, var(--ff-body));
  font-weight: normal;
  color: var(--text_text-color, var(--component-text-color-01));
  text-align: left;
  margin-bottom: 12px;
  margin-top: 0px;
}

.rich-text a:where([href]) {
  color: rgb(225, 18, 41);
  text-decoration: underline !important;
}

.feedback {
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid rgb(238, 238, 238);
  background: rgba(0, 0, 255, 0.03);
  border-radius: 10px;
}

.feedback__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.feedback__photo {
  flex-shrink: 0;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0px;
  object-fit: cover;
  object-position: 25% center;
}

.feedback__description {
  flex: 1 1 250px;
  width: 100%;
}

.feedback .feedback__name {
  margin: 0px 0px 5px;
  font-weight: 700;
  font-size: 20px;
}

.feedback .feedback__position {
  margin: 0px 0px 1rem;
  font-weight: 400;
  font-size: 15px;
  color: rgb(120, 120, 120);
  text-transform: uppercase;
}

@media (max-width: 390px) {
  .button-link {
    width: 85%;
  }
}

.info :not(h1, h2, h3, h4, h5) {
  font-family: Raleway, sans-serif !important;
}

body {
  padding: 0px;
}

.numbered {
  list-style-type: decimal;
  margin-left: 20px;
}

.main-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 14px;
  text-decoration: none;
  background: linear-gradient(
      135deg,
      rgb(255, 59, 59),
      rgb(255, 122, 0),
      rgb(255, 212, 0)
    )
    0% 0% / 200% 200%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    rgba(255, 72, 0, 0.42) 0px 10px 28px,
    rgba(255, 179, 0, 0.25) 0px 0px 0px 1px;
  letter-spacing: 0.5px;
  transition:
    transform 0.2s ease 0s,
    filter 0.2s ease 0s,
    box-shadow 0.2s ease 0s;
  animation:
    2.6s ease-in-out 0s infinite normal none running ctaPulse,
    7s linear 0s infinite normal none running ctaShimmer;
  color: rgb(255, 255, 255) !important;
}

.main-button:hover {
  filter: brightness(1.1) saturate(1.06);
  transform: scale(1.02);
  box-shadow:
    rgba(255, 72, 0, 0.52) 0px 14px 34px,
    rgba(255, 213, 79, 0.35) 0px 0px 0px 1px;
}

.main-button:focus-visible {
  outline: rgb(17, 17, 17) solid 3px;
  outline-offset: 3px;
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-1px);
  }
}

@keyframes ctaShimmer {
  0% {
    background-position: 0px 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-button {
    animation: 0s ease 0s 1 normal none running none;
    transition: none 0s ease 0s;
  }
}

.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;
  }
}
