@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=block";
.theme-hbl-fi {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  --column-width: calc((var(--grid-width) - var(--column-gap) * 11) / 12);
  --size-full: var(--grid-width);
  --size-two-thirds: calc(var(--column-width) * 8 + var(--column-gap) * 7);
  --size-seven-grid-cols: calc(var(--column-width) * 7 + var(--column-gap) * 6);
  --size-half: calc(var(--column-width) * 6 + var(--column-gap) * 5);
  --size-five-grid-cols: calc(var(--column-width) * 5 + var(--column-gap) * 4);
  --size-two-grid-cols: calc(var(--column-width) * 2 + var(--column-gap) * 1);
  --size-third: calc(var(--column-width) * 4 + var(--column-gap) * 3);
  --size-quarter: calc(var(--column-width) * 3 + var(--column-gap) * 2);
  --half-offset: calc(var(--size-half) + var(--column-gap));
  --third-offset: calc(var(--size-third) + var(--column-gap));
  --two-thirds-offset: calc(var(--size-two-thirds) + var(--column-gap));
  --quarter-offset: calc(var(--size-quarter) + var(--column-gap));
}
.theme-hbl-fi p {
  margin: 0;
  padding: 0;
}
.theme-hbl-fi a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.theme-hbl-fi a:hover {
  text-decoration: none;
}
.theme-hbl-fi .dre-item__image {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (min-width: 1000px) {
  .theme-hbl-fi {
    --dre-min-breakpoint: 1000px;
  }
}
@media (min-width: 1000px) and (max-width: 1000px) {
  .theme-hbl-fi {
    --dre-min-breakpoint: 1000px;
    --dre-max-breakpoint: 1000px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi {
    --dre-min-breakpoint: 768px;
    --dre-max-breakpoint: 999px;
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi {
    --dre-max-breakpoint: 767px;
  }
}
.theme-hbl-fi .dre-item {
  position: relative;
  column-gap: var(--column-gap);
}
@media (min-width: 1000px) {
  .theme-hbl-fi {
    --dre-min-breakpoint: 1000px;
  }
}
@media (min-width: 1000px) and (max-width: 1000px) {
  .theme-hbl-fi {
    --dre-min-breakpoint: 1000px;
    --dre-max-breakpoint: 1000px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi {
    --dre-min-breakpoint: 768px;
    --dre-max-breakpoint: 999px;
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi {
    --dre-max-breakpoint: 767px;
  }
}
.theme-hbl-fi .dre-item--placeholder-alternatives .dre-item {
  margin: 0 auto !important;
}
.theme-hbl-fi .dre-item--text-fit-auto {
  --dre-text-fit: auto;
}
.theme-hbl-fi .dre-item--text-fit-none {
  --dre-text-fit: none;
}
.theme-hbl-fi .dre-item--text-fit-max-all {
  --dre-text-fit: max-all;
}
.theme-hbl-fi .dre-item--last-line-fit-match {
  --dre-last-line-fit: match;
}
.theme-hbl-fi .dre-item--last-line-fit-fill {
  --dre-last-line-fit: fill;
}
.theme-hbl-fi [data-text-fit=max-all] p {
  white-space: nowrap;
}
.theme-hbl-fi .dre-item__asset {
  position: relative;
  display: block;
}
.theme-hbl-fi .dre-item__asset .dre-item__video {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.theme-hbl-fi .dre-item__asset .dre-item__video[controls] {
  pointer-events: all;
}
.theme-hbl-fi .dre-item__asset .dre-item__video[data-fit=crop] {
  object-fit: cover;
}
.theme-hbl-fi .dre-item__asset .dre-item__video[data-fit=letterbox] {
  object-fit: contain;
}
.theme-hbl-fi .dre-item__asset .dre-item__gif {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
}
.theme-hbl-fi .dre-item__asset .dre-item__gif img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.theme-hbl-fi .dre-item--video .dre-item__asset {
  overflow: hidden;
}
.theme-hbl-fi .dre-item__chaser--text-auto-fit p {
  font-size: calc(var(--lg-font-size) * 1px);
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-item__chaser--text-auto-fit p {
    font-size: calc(var(--md-font-size) * 1px);
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-item__chaser--text-auto-fit p {
    font-size: calc(var(--sm-font-size) * 1vw / 7.67);
  }
}
.theme-hbl-fi .dre-item__chaser--text-auto-fit p:first-child:last-child {
  white-space: normal;
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-item__chaser--text-auto-fit [data-single-line*=lg] p {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-item__chaser--text-auto-fit [data-single-line*=md] p {
    white-space: nowrap !important;
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-item__chaser--text-auto-fit [data-single-line*=sm] p {
    white-space: nowrap !important;
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-item__alt-title--sm,
.theme-hbl-fi .dre-item__alt-title--md {
    display: none;
  }
  .theme-hbl-fi .dre-item__alt-title--lg {
    display: block;
  }
  .theme-hbl-fi .dre-item--size-full-image-left,
.theme-hbl-fi .dre-item--size-two-thirds-image-left {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    column-gap: var(--column-gap);
  }
  .theme-hbl-fi .dre-item--size-full-image-left .dre-item__header,
.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__header {
    order: 0;
    flex: 0 0 100%;
  }
  .theme-hbl-fi .dre-item--size-full-image-left .dre-item__asset,
.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__asset {
    order: 1;
    flex: 0 0 var(--asset-width);
    max-width: var(--asset-width);
  }
  .theme-hbl-fi .dre-item--size-full-image-left .dre-item__text,
.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__text {
    order: 2;
    flex-basis: 0 0 var(--text-width);
    max-width: var(--text-width);
    width: var(--text-width);
    box-sizing: border-box;
    align-self: flex-start;
  }
  .theme-hbl-fi .dre-item--size-full-image-left .dre-item__chasers,
.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__chasers {
    order: 3;
    flex: 0 0 var(--width);
    max-width: var(--width);
  }
  .theme-hbl-fi .dre-item--size-full-image-left.dre-item--image-right .dre-item__asset,
.theme-hbl-fi .dre-item--size-two-thirds-image-left.dre-item--image-right .dre-item__asset {
    order: 2;
  }
  .theme-hbl-fi .dre-item--size-full-image-left.dre-item--image-right .dre-item__text,
.theme-hbl-fi .dre-item--size-two-thirds-image-left.dre-item--image-right .dre-item__text {
    order: 1;
  }
  .theme-hbl-fi .dre-item--size-full-image-left {
    --text-width: var(--size-two-thirds);
    --asset-width: var(--size-third);
  }
  .theme-hbl-fi .dre-item--size-two-thirds-image-left {
    --text-width: var(--size-five-grid-cols);
    --asset-width: var(--size-quarter);
  }
  .theme-hbl-fi .dre-item--size-full-image-left,
.theme-hbl-fi .dre-item--size-full {
    --width: var(--size-full);
    flex: 0 0 var(--size-full);
    width: var(--size-full);
  }
  .theme-hbl-fi .dre-item--size-two-thirds-image-left,
.theme-hbl-fi .dre-item--size-two-thirds {
    --width: var(--size-two-thirds);
    flex: 0 0 var(--size-two-thirds);
    width: var(--size-two-thirds);
  }
  .theme-hbl-fi .dre-item--size-half {
    --width: var(--size-half);
    flex: 0 0 var(--size-half);
    width: var(--size-half);
  }
  .theme-hbl-fi .dre-item--size-third {
    --width: var(--size-third);
    flex: 0 0 var(--size-third);
    width: var(--size-third);
  }
  .theme-hbl-fi .dre-item--size-quarter {
    --width: var(--size-quarter);
    flex: 0 0 var(--size-quarter);
    width: var(--size-quarter);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--md-empty {
    display: none;
  }
  .theme-hbl-fi .dre-item__alt-title--md {
    display: block;
  }
  .theme-hbl-fi .dre-item__alt-title--sm,
.theme-hbl-fi .dre-item__alt-title--lg {
    display: none;
  }
  .theme-hbl-fi .dre-item--md-full-image-left,
.theme-hbl-fi .dre-item--md-full-image-right {
    --text-width: var(--size-half);
    --asset-width: var(--size-half);
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    grid-template-columns: var(--asset-width) var(--text-width);
  }
  .theme-hbl-fi .dre-item--md-full-image-left .dre-item__header,
.theme-hbl-fi .dre-item--md-full-image-right .dre-item__header {
    flex: 0 0 100%;
    order: 0;
  }
  .theme-hbl-fi .dre-item--md-full-image-left .dre-item__asset,
.theme-hbl-fi .dre-item--md-full-image-right .dre-item__asset {
    flex: 0 0 var(--asset-width);
    margin: 0;
    order: 1;
  }
  .theme-hbl-fi .dre-item--md-full-image-left .dre-item__text,
.theme-hbl-fi .dre-item--md-full-image-right .dre-item__text {
    box-sizing: border-box;
    margin: 0;
    flex: 0 0 var(--text-width);
    overflow: hidden;
    order: 2;
  }
  .theme-hbl-fi .dre-item--md-full-image-left .dre-item__chasers,
.theme-hbl-fi .dre-item--md-full-image-right .dre-item__chasers {
    flex: 0 0 100%;
    order: 3;
  }
  .theme-hbl-fi .dre-item--md-full-image-right {
    grid-template-columns: var(--text-width) var(--asset-width);
  }
  .theme-hbl-fi .dre-item--md-full-image-right .dre-item__asset {
    order: 2;
  }
  .theme-hbl-fi .dre-item--md-full-image-right .dre-item__text {
    order: 1;
  }
  .theme-hbl-fi .dre-item--md-full,
.theme-hbl-fi .dre-item--md-full-image-left,
.theme-hbl-fi .dre-item--md-full-image-right {
    --width: var(--size-full);
    flex: 0 0 var(--size-full);
    width: var(--size-full);
  }
  .theme-hbl-fi .dre-item--md-two-thirds {
    --width: var(--size-two-thirds);
    flex: 0 0 var(--size-two-thirds);
    width: var(--size-two-thirds);
  }
  .theme-hbl-fi .dre-item--md-half {
    --width: var(--size-half);
    flex: 0 0 var(--size-half);
    width: var(--size-half);
  }
  .theme-hbl-fi .dre-item--md-third {
    --width: var(--size-third);
    flex: 0 0 var(--size-third);
    width: var(--size-third);
  }
  .theme-hbl-fi .dre-item--md-quarter {
    --width: var(--size-quarter);
    flex: 0 0 var(--size-quarter);
    width: var(--size-quarter);
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-group--sm-empty {
    display: none;
  }
  .theme-hbl-fi .dre-item__alt-title--sm {
    display: block;
  }
  .theme-hbl-fi .dre-item__alt-title--lg,
.theme-hbl-fi .dre-item__alt-title--md {
    display: none;
  }
  .theme-hbl-fi .dre-item--sm-full-image-left,
.theme-hbl-fi .dre-item--sm-full-image-right {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .theme-hbl-fi .dre-item--sm-full-image-left .dre-item__header,
.theme-hbl-fi .dre-item--sm-full-image-right .dre-item__header {
    width: var(--size-full);
    flex: 0 0 var(--size-full);
  }
  .theme-hbl-fi .dre-item--sm-full-image-left .dre-item__asset,
.theme-hbl-fi .dre-item--sm-full-image-right .dre-item__asset {
    width: var(--size-third);
    flex: 0 0 var(--size-third);
  }
  .theme-hbl-fi .dre-item--sm-full-image-left .dre-item__text,
.theme-hbl-fi .dre-item--sm-full-image-right .dre-item__text {
    width: var(--size-two-thirds);
    flex: 0 0 var(--size-two-thirds);
    overflow: hidden;
    box-sizing: border-box;
  }
  .theme-hbl-fi .dre-item--sm-full-image-right .dre-item__header {
    order: 0;
  }
  .theme-hbl-fi .dre-item--sm-full-image-right .dre-item__asset {
    order: 2;
  }
  .theme-hbl-fi .dre-item--sm-full-image-right .dre-item__text {
    order: 1;
  }
  .theme-hbl-fi .dre-item--sm-full-image-right .dre-item__chasers {
    order: 3;
  }
  .theme-hbl-fi .dre-item--sm-full,
.theme-hbl-fi .dre-item--sm-full-image-left,
.theme-hbl-fi .dre-item--sm-full-image-right {
    --width: var(--size-full);
    flex: 0 0 var(--size-full);
    width: var(--size-full);
  }
  .theme-hbl-fi .dre-item--sm-two-thirds {
    --width: var(--size-two-thirds);
    flex: 0 0 var(--size-two-thirds);
    width: var(--size-two-thirds);
  }
  .theme-hbl-fi .dre-item--sm-half {
    --width: var(--size-half);
    flex: 0 0 var(--size-half);
    width: var(--size-half);
  }
  .theme-hbl-fi .dre-item--sm-third {
    --width: var(--size-third);
    flex: 0 0 var(--size-third);
    width: var(--size-third);
  }
  .theme-hbl-fi .dre-item--sm-quarter {
    --width: var(--size-quarter);
    flex: 0 0 var(--size-quarter);
    width: var(--size-quarter);
  }
}
.theme-hbl-fi .dre-group {
  display: block;
  margin-bottom: var(--row-gap);
}
.theme-hbl-fi .dre-group::after {
  content: "";
  display: table;
  clear: both;
}
.theme-hbl-fi .dre-group--hidden {
  display: none;
}
.theme-hbl-fi .dre-group--continuation {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: var(--row-gap);
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--sticky {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0;
    top: var(--row-gap);
  }
}
.theme-hbl-fi .dre-group--single {
  clear: both;
}
.theme-hbl-fi .dre-group--single .dre-item__asset:after {
  content: "";
  display: table;
  clear: both;
}
.theme-hbl-fi .dre-group--half-half .dre-group__content {
  display: grid;
  grid-template-areas: "A B" "A C";
  grid-template-columns: 1fr 1fr;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
.theme-hbl-fi .dre-group--half-half .dre-group__content .dre-item:nth-child(1n) {
  margin: 0;
}
.theme-hbl-fi .dre-group--half-half .dre-group__content .dre-item:nth-child(1) {
  grid-area: A;
}
.theme-hbl-fi .dre-group--half-half .dre-group__content .dre-item:nth-child(2) {
  grid-area: B;
}
.theme-hbl-fi .dre-group--half-half .dre-group__content .dre-item:nth-child(3) {
  grid-area: C;
}
.theme-hbl-fi .dre-group--half-half .dre-group__content .dre-item:nth-child(1n+4) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--single-stack .dre-group__content {
    display: block;
  }
  .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1) {
    float: left;
  }
  .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1n+2) {
    margin-left: var(--half-offset);
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1n+2):last-child {
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1n+2).dre-item--size-full, .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1n+2).dre-item--size-full-image-left {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--single-stack .dre-group__content {
    display: block;
  }
  .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1) {
    float: left;
  }
  .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1n+2) {
    margin-left: var(--half-offset);
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1n+2):last-child {
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1n+2).dre-item--md-full, .theme-hbl-fi .dre-group--single-stack .dre-group__content .dre-item:nth-child(1n+2).dre-item--md-full-image-left {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-group--single-stack .dre-group__content {
    display: flex;
    flex-flow: row wrap;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--two-thirds-stack .dre-group__content {
    display: block;
  }
  .theme-hbl-fi .dre-group--two-thirds-stack .dre-group__content .dre-item:nth-child(1) {
    float: left;
  }
  .theme-hbl-fi .dre-group--two-thirds-stack .dre-group__content .dre-item:nth-child(1n+2) {
    margin-left: var(--two-thirds-offset);
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--two-thirds-stack .dre-group__content .dre-item:nth-child(1n+2):last-child {
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--two-thirds-stack .dre-group__content .dre-item:nth-child(1n+2).dre-item--size-full, .theme-hbl-fi .dre-group--two-thirds-stack .dre-group__content .dre-item:nth-child(1n+2).dre-item--size-full-image-left {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--two-thirds-stack .dre-group__content {
    display: flex;
    flex-flow: row wrap;
    column-gap: var(--column-gap);
    row-gap: var(--row-gap);
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-group--two-thirds-stack .dre-group__content {
    display: flex;
    flex-flow: row wrap;
    column-gap: var(--column-gap);
  }
}
.theme-hbl-fi .dre-group--half-half-main-right .dre-group__content {
  display: grid;
  grid-template-areas: "A C" "B C";
  grid-template-columns: 1fr 1fr;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
.theme-hbl-fi .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1n) {
  margin: 0;
}
.theme-hbl-fi .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1) {
  grid-area: A;
}
.theme-hbl-fi .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(2) {
  grid-area: B;
}
.theme-hbl-fi .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(3) {
  grid-area: C;
}
.theme-hbl-fi .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1n+4) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--main-others .dre-group__content {
    display: grid;
    grid-template-areas: "A B" "A C";
    column-gap: var(--column-gap);
    row-gap: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--main-others .dre-group__content .dre-item:nth-child(1) {
    grid-area: A;
  }
  .theme-hbl-fi .dre-group--main-others .dre-group__content .dre-item:nth-child(2) {
    grid-area: B;
  }
  .theme-hbl-fi .dre-group--main-others .dre-group__content .dre-item:nth-child(3) {
    grid-area: C;
  }
  .theme-hbl-fi .dre-group--main-others .dre-group__content .dre-item:nth-child(1n+4) {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .theme-hbl-fi .dre-group--main-others.dre-group--flipped .dre-group__content {
    grid-template-areas: "B A" "C A";
  }
  .theme-hbl-fi .dre-group--main-others.dre-group--lg-hide-2 .dre-group__content {
    grid-template-areas: "A C";
  }
}
@media (max-width: 999px) {
  .theme-hbl-fi .dre-group--main-others {
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--main-others .dre-group__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .theme-hbl-fi .dre-group--main-others .dre-group__content .dre-item {
    margin-bottom: var(--row-gap);
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--image-right-left .dre-item {
    margin-bottom: var(--row-gap);
  }
}
@media (min-width: 1000px) and (max-width: 1000px) {
  .theme-hbl-fi .dre-group--image-right-left .dre-item {
    margin-bottom: var(--row-gap);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--image-right-left .dre-item {
    margin-bottom: var(--row-gap);
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-group--image-right-left .dre-item {
    margin-bottom: var(--row-gap);
  }
}
.theme-hbl-fi .dre-group--image-right-left .dre-item:last-child {
  margin-bottom: 0;
}
.theme-hbl-fi .dre-group--third,
.theme-hbl-fi .dre-group--half,
.theme-hbl-fi .dre-group--half-half,
.theme-hbl-fi .dre-group--main-single-double,
.theme-hbl-fi .dre-group--single-single-double,
.theme-hbl-fi .dre-group--main-others {
  clear: both;
}
.theme-hbl-fi .dre-group--half-half.dre-group--2-items,
.theme-hbl-fi .dre-group--main-others.dre-group--2-items {
  margin-bottom: 0;
}
.theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content,
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
  margin-right: 0;
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
    margin-bottom: var(--row-gap);
  }
}
@media (min-width: 1000px) and (max-width: 1000px) {
  .theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
    margin-bottom: var(--row-gap);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
    margin-bottom: var(--row-gap);
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
.theme-hbl-fi .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
    margin-bottom: var(--row-gap);
  }
}
.theme-hbl-fi .dre-group--row .dre-group__content,
.theme-hbl-fi .dre-group--half .dre-group__content,
.theme-hbl-fi .dre-group--third .dre-group__content,
.theme-hbl-fi .dre-group--quarter .dre-group__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  column-gap: var(--column-gap);
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--third .dre-item--md-full:first-child,
.theme-hbl-fi .dre-group--third .dre-item--md-full-image-left:first-child {
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--third .dre-item--md-full:last-child,
.theme-hbl-fi .dre-group--third .dre-item--md-full-image-left:last-child {
    margin-top: var(--row-gap);
  }
}
.theme-hbl-fi .dre-group--main-single-double .dre-group__content {
  display: grid;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
.theme-hbl-fi .dre-group--main-single-double .dre-group__content .dre-item {
  margin: 0;
  width: auto;
}
.theme-hbl-fi .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1) {
  grid-area: A;
}
.theme-hbl-fi .dre-group--main-single-double .dre-group__content .dre-item:nth-child(2) {
  grid-area: B;
}
.theme-hbl-fi .dre-group--main-single-double .dre-group__content .dre-item:nth-child(3) {
  grid-area: C;
}
.theme-hbl-fi .dre-group--main-single-double .dre-group__content .dre-item:nth-child(4) {
  grid-area: D;
}
.theme-hbl-fi .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1n+5) {
  --column-gap: 0;
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--main-single-double .dre-group__content {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "A B B" "A C D";
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--main-single-double .dre-group__content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "A B" "A C";
  }
  .theme-hbl-fi .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1n+4) {
    grid-area: initial;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-group--main-single-double .dre-group__content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "A B" "A C";
  }
  .theme-hbl-fi .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1n+4) {
    grid-area: initial;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--single-single-double .dre-group__content {
    display: grid;
    column-gap: var(--column-gap);
    row-gap: var(--row-gap);
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "A B C" "A B D";
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-group__content .dre-item {
    margin: 0;
    width: auto;
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-group__content .dre-item:nth-child(1) {
    grid-area: A;
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-group__content .dre-item:nth-child(2) {
    grid-area: B;
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-group__content .dre-item:nth-child(3) {
    grid-area: C;
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-group__content .dre-item:nth-child(4) {
    grid-area: D;
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-group__content .dre-item:nth-child(1n+5) {
    column-gap: 0;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (max-width: 999px) {
  .theme-hbl-fi .dre-group--single-single-double .dre-group__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-item:nth-child(3),
.theme-hbl-fi .dre-group--single-single-double .dre-item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--single-single-double .dre-item {
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-item--md-full:nth-child(3),
.theme-hbl-fi .dre-group--single-single-double .dre-item--md-full-image-left:nth-child(3),
.theme-hbl-fi .dre-group--single-single-double .dre-item--md-full-image-right:nth-child(3) {
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-item:nth-child(1n+5) {
    margin-top: var(--row-gap);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-group--single-single-double .dre-item {
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-item--sm-full:nth-child(3),
.theme-hbl-fi .dre-group--single-single-double .dre-item--sm-full-image-left:nth-child(3),
.theme-hbl-fi .dre-group--single-single-double .dre-item--sm-full-image-right:nth-child(3) {
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--single-single-double .dre-item:nth-child(1n+5) {
    margin-top: var(--row-gap);
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--third-list-right {
    float: right;
    clear: right;
    width: var(--size-third);
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--third-list-right {
    width: var(--size-third);
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--third-list-left {
    float: left;
    clear: both;
    width: var(--size-third);
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--third-list-left {
    width: var(--size-third);
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--two-columns-row-left,
.theme-hbl-fi .dre-group--two-columns-row-right {
    width: var(--size-two-thirds);
  }
}
.theme-hbl-fi .dre-group--two-columns-row-left.dre-group--2-items .dre-group__content,
.theme-hbl-fi .dre-group--two-columns-row-right.dre-group--2-items .dre-group__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--two-columns-half-half-left::after,
.theme-hbl-fi .dre-group--two-columns-row-left::after {
    clear: left;
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--two-columns-half-half-right,
.theme-hbl-fi .dre-group--two-columns-row-right {
    margin-left: calc(var(--size-third) + var(--column-gap));
    clear: right;
  }
  .theme-hbl-fi .dre-group--two-columns-half-half-right::after,
.theme-hbl-fi .dre-group--two-columns-row-right::after {
    clear: right;
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--two-columns-half-half-right,
.theme-hbl-fi .dre-group--two-columns-row-right {
    margin-left: calc(var(--size-third) + var(--column-gap));
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--two-columns-half-half-right,
.theme-hbl-fi .dre-group--two-columns-half-half-left {
    width: var(--size-two-thirds);
  }
}
.theme-hbl-fi .dre-group--two-columns-half-half-right .dre-group__content,
.theme-hbl-fi .dre-group--two-columns-half-half-left .dre-group__content {
  display: grid;
  grid-template-areas: "A B" "A C";
  grid-template-columns: 1fr 1fr;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
.theme-hbl-fi .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1n),
.theme-hbl-fi .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(1n) {
  margin: 0;
}
.theme-hbl-fi .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1),
.theme-hbl-fi .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(1) {
  grid-area: A;
}
.theme-hbl-fi .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(2),
.theme-hbl-fi .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(2) {
  grid-area: B;
}
.theme-hbl-fi .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(3),
.theme-hbl-fi .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(3) {
  grid-area: C;
}
.theme-hbl-fi .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1n+4),
.theme-hbl-fi .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(1n+4) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--multi-col-thirds .dre-group__content {
    columns: 3;
  }
  .theme-hbl-fi .dre-group--multi-col-thirds .dre-item {
    break-inside: avoid;
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--multi-col-thirds .dre-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 999px) {
  .theme-hbl-fi .dre-group--multi-col-thirds .dre-group__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--multi-col-thirds .dre-item {
    margin-bottom: var(--row-gap);
  }
}
@media (min-width: 1000px) {
  .theme-hbl-fi .dre-group--lg-empty {
    display: none;
  }
  .theme-hbl-fi .dre-group--lg-all-full-width .dre-item {
    margin-top: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--lg-all-full-width .dre-item:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--third .dre-item--size-full:first-child,
.theme-hbl-fi .dre-group--third .dre-item--size-full-image-left:first-child,
.theme-hbl-fi .dre-group--third .dre-item--size-full-image-right:first-child {
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--third .dre-item--size-full:last-child,
.theme-hbl-fi .dre-group--third .dre-item--size-full-image-left:last-child,
.theme-hbl-fi .dre-group--third .dre-item--size-full-image-right:last-child {
    margin-top: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full:first-child,
.theme-hbl-fi .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-left:first-child,
.theme-hbl-fi .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-right:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1000px) {
  .theme-hbl-fi .dre-group--lg-empty {
    display: none;
  }
  .theme-hbl-fi .dre-group--lg-all-full-width .dre-item {
    margin-top: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--lg-all-full-width .dre-item:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--lg-all-full-width.dre-group--lg-hide-1 .dre-item {
    margin-top: 0;
  }
  .theme-hbl-fi .dre-group--third .dre-item--size-full:first-child,
.theme-hbl-fi .dre-group--third .dre-item--size-full-image-left:first-child,
.theme-hbl-fi .dre-group--third .dre-item--size-full-image-right:first-child {
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--third .dre-item--size-full:last-child,
.theme-hbl-fi .dre-group--third .dre-item--size-full-image-left:last-child,
.theme-hbl-fi .dre-group--third .dre-item--size-full-image-right:last-child {
    margin-top: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full:first-child,
.theme-hbl-fi .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-left:first-child,
.theme-hbl-fi .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-right:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi .dre-group--flipped .dre-item:first-child {
    order: 1;
  }
  .theme-hbl-fi .dre-group--flipped .dre-item:nth-child(1n+4) {
    order: 2;
  }
  .theme-hbl-fi .dre-group.dre-group--quarter .dre-group__content {
    row-gap: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--md-all-full-width,
.theme-hbl-fi .dre-group--md-all-full-width.dre-group--2-items {
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--md-all-full-width .dre-group__content,
.theme-hbl-fi .dre-group--md-all-full-width.dre-group--2-items .dre-group__content {
    display: block;
  }
  .theme-hbl-fi .dre-group--md-all-full-width .dre-group__content > div,
.theme-hbl-fi .dre-group--md-all-full-width .dre-group__content > .dre-item:nth-child(1n),
.theme-hbl-fi .dre-group--md-all-full-width.dre-group--2-items .dre-group__content > div,
.theme-hbl-fi .dre-group--md-all-full-width.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
    float: none;
    margin: 0 auto var(--row-gap);
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi .dre-group--half,
.theme-hbl-fi .dre-group--third,
.theme-hbl-fi .dre-group--quarter {
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--half .dre-item,
.theme-hbl-fi .dre-group--third .dre-item,
.theme-hbl-fi .dre-group--quarter .dre-item {
    margin-bottom: var(--row-gap);
  }
  .theme-hbl-fi .dre-group--flipped .dre-item:first-child {
    order: 1;
  }
  .theme-hbl-fi .dre-group--flipped .dre-item:nth-child(1n+4) {
    order: 2;
  }
  .theme-hbl-fi .dre-group--sm-all-full-width,
.theme-hbl-fi .dre-group--sm-all-full-width.dre-group--2-items {
    margin-bottom: 0;
  }
  .theme-hbl-fi .dre-group--sm-all-full-width .dre-group__content,
.theme-hbl-fi .dre-group--sm-all-full-width.dre-group--2-items .dre-group__content {
    display: flex;
    flex-direction: column;
  }
  .theme-hbl-fi .dre-group--sm-all-full-width .dre-group__content .dre-item,
.theme-hbl-fi .dre-group--sm-all-full-width.dre-group--2-items .dre-group__content .dre-item {
    flex: 0 0 auto;
    margin-bottom: var(--row-gap);
  }
}
.theme-hbl-fi.measure {
  --base-font-size: 100px;
}
.theme-hbl-fi.measure .dre-item {
  margin-bottom: 20px;
}
.theme-hbl-fi.measure [data-text-fit=max-all] > p {
  white-space: normal;
}
.theme-hbl-fi.measure .dre-item * {
  transition: none !important;
}
.theme-hbl-fi.measure .dre-item--placeholder,
.theme-hbl-fi.measure .dre-item--personalized {
  position: relative;
  text-align: center;
  height: 0;
  padding-bottom: 66.666667%;
  background: #bbb linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.theme-hbl-fi.measure .dre-item--placeholder img,
.theme-hbl-fi.measure .dre-item--personalized img {
  max-width: 100%;
}
.theme-hbl-fi.measure .dre-item__title {
  font-size: calc(var(--base-font-size) * var(--font-size-multiplier));
}
.theme-hbl-fi.measure .dre-item--size-full {
  --font-size-multiplier: 0.7;
}
.theme-hbl-fi.measure .dre-item--size-two-thirds {
  --font-size-multiplier: 0.67;
}
.theme-hbl-fi.measure .dre-item--size-full-image-left {
  --font-size-multiplier: 0.6;
}
.theme-hbl-fi.measure .dre-item--size-two-thirds-image-left {
  --font-size-multiplier: 0.45;
}
.theme-hbl-fi.measure .dre-item--size-half {
  --font-size-multiplier: 0.5;
}
.theme-hbl-fi.measure .dre-item--size-third {
  --font-size-multiplier: 0.33;
}
.theme-hbl-fi.measure .dre-item--size-quarter {
  --font-size-multiplier: 0.25;
}
@media (max-width: 767px) {
  .theme-hbl-fi.measure .dre-item {
    font-size: 4.2666666667vw;
  }
  .theme-hbl-fi.measure .dre-item--sm-quarter .dre-item__title,
.theme-hbl-fi.measure .dre-item--sm-third .dre-item__title,
.theme-hbl-fi.measure .dre-item--sm-half .dre-item__title {
    font-size: 4.2666666667vw;
  }
  .theme-hbl-fi.measure .dre-item--sm-two-thirds .dre-item__title,
.theme-hbl-fi.measure .dre-item--sm-full .dre-item__title,
.theme-hbl-fi.measure .dre-item--sm-full-image-left .dre-item__title {
    font-size: 6.4vw;
  }
}
.theme-hbl-fi.measure .dre-item--placeholder {
  display: block !important;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .theme-hbl-fi.measure .dre-item--placeholder[data-lg] {
    padding: 0;
    margin: 0;
    flex: 0 0 var(--lg-width);
    width: var(--lg-width);
    height: var(--lg-height);
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-lg]::after {
    content: "Desktop: " attr(data-lg);
    display: block;
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-lg].dre-item--size-full {
    margin: 0 auto;
  }
  .theme-hbl-fi.measure [data-lg=hidden] {
    display: none !important;
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-lg$="%"] {
    height: 0;
    padding-bottom: var(--lg-height);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .theme-hbl-fi.measure .dre-item--placeholder[data-md] {
    padding: 0;
    margin: 0;
    width: var(--md-width);
    flex: 0 0 var(--md-width);
    height: var(--md-height);
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-md]::after {
    content: "Tablet: " attr(data-md);
    display: block;
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-md].dre-item--md-full {
    margin: 0 auto;
  }
  .theme-hbl-fi.measure [data-md=hidden] {
    display: none !important;
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-md$="%"] {
    height: 0;
    padding-bottom: var(--md-height);
  }
}
@media (max-width: 767px) {
  .theme-hbl-fi.measure .dre-item--placeholder[data-sm] {
    padding: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    width: var(--sm-width);
    flex: 0 0 var(--sm-width);
    height: var(--sm-height);
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-sm]::after {
    content: "Mobile: " attr(data-sm);
    display: block;
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-sm=hidden] {
    display: none !important;
  }
  .theme-hbl-fi.measure .dre-item--placeholder[data-sm$="%"] {
    height: 0;
    padding-bottom: var(--sm-height);
  }
}
.dre-item-preview {
  background: var(--preview-background-color);
}
.dre-item-preview .front > div {
  margin-top: 10px;
}
.dre-item-preview .dre-item--size-full-image-left.dre-item--no-image,
.dre-item-preview .dre-item--size-two-thirds-image-left.dre-item--no-image {
  display: none;
}
.dre-item-preview [data-size]::before {
  font-size: 14px;
  line-height: 2;
  display: block;
  font-family: sans-serif;
}
@media (min-width: 1000px) {
  .dre-item-preview [data-size]::before {
    content: "xl " attr(data-size);
  }
}
@media (min-width: 1000px) and (max-width: 1000px) {
  .dre-item-preview [data-size]::before {
    content: "lg " attr(data-size);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .dre-item-preview [data-size]::before {
    content: "md " attr(data-size);
  }
  .dre-item-preview .wrapper--size-two-thirds-image-left,
.dre-item-preview .wrapper--size-quarter {
    display: none;
  }
}
@media (max-width: 767px) {
  .dre-item-preview [data-size]::before {
    content: "sm " attr(data-size);
  }
  .dre-item-preview .wrapper--size-two-thirds-image-left,
.dre-item-preview .wrapper--size-quarter {
    display: none;
  }
}

.dre-item-preview .dre-item--placeholder,
.dre-preview .dre-item--placeholder {
  display: block !important;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .dre-item-preview .dre-item--placeholder[data-lg],
.dre-preview .dre-item--placeholder[data-lg] {
    padding: 0;
    margin: 0;
    flex: 0 0 var(--lg-width);
    width: var(--lg-width);
    height: var(--lg-height);
  }
  .dre-item-preview .dre-item--placeholder[data-lg]::after,
.dre-preview .dre-item--placeholder[data-lg]::after {
    content: "Desktop: " attr(data-lg);
    display: block;
  }
  .dre-item-preview .dre-item--placeholder[data-lg].dre-item--size-full,
.dre-preview .dre-item--placeholder[data-lg].dre-item--size-full {
    margin: 0 auto;
  }
  .dre-item-preview [data-lg=hidden],
.dre-preview [data-lg=hidden] {
    display: none !important;
  }
  .dre-item-preview .dre-item--placeholder[data-lg$="%"],
.dre-preview .dre-item--placeholder[data-lg$="%"] {
    height: 0;
    padding-bottom: var(--lg-height);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .dre-item-preview .dre-item--placeholder[data-md],
.dre-preview .dre-item--placeholder[data-md] {
    padding: 0;
    margin: 0;
    width: var(--md-width);
    flex: 0 0 var(--md-width);
    height: var(--md-height);
  }
  .dre-item-preview .dre-item--placeholder[data-md]::after,
.dre-preview .dre-item--placeholder[data-md]::after {
    content: "Tablet: " attr(data-md);
    display: block;
  }
  .dre-item-preview .dre-item--placeholder[data-md].dre-item--md-full,
.dre-preview .dre-item--placeholder[data-md].dre-item--md-full {
    margin: 0 auto;
  }
  .dre-item-preview [data-md=hidden],
.dre-preview [data-md=hidden] {
    display: none !important;
  }
  .dre-item-preview .dre-item--placeholder[data-md$="%"],
.dre-preview .dre-item--placeholder[data-md$="%"] {
    height: 0;
    padding-bottom: var(--md-height);
  }
}
@media (max-width: 767px) {
  .dre-item-preview .dre-item--placeholder[data-sm],
.dre-preview .dre-item--placeholder[data-sm] {
    padding: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    width: var(--sm-width);
    flex: 0 0 var(--sm-width);
    height: var(--sm-height);
  }
  .dre-item-preview .dre-item--placeholder[data-sm]::after,
.dre-preview .dre-item--placeholder[data-sm]::after {
    content: "Mobile: " attr(data-sm);
    display: block;
  }
  .dre-item-preview .dre-item--placeholder[data-sm=hidden],
.dre-preview .dre-item--placeholder[data-sm=hidden] {
    display: none !important;
  }
  .dre-item-preview .dre-item--placeholder[data-sm$="%"],
.dre-preview .dre-item--placeholder[data-sm$="%"] {
    height: 0;
    padding-bottom: var(--sm-height);
  }
}

/*# sourceMappingURL=hbl-fi.css.map */

@font-face{font-family:"Duplex Sans";src:url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/fonts/Duplex%20Sans-Semibold.woff") format("woff");font-style:normal;font-weight:600}@font-face{font-family:"Duplex Serif";src:url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/fonts/Duplex%20Serif-Semibold.woff") format("woff");font-style:normal;font-weight:600}@font-face{font-family:"Roboto";src:url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/fonts/Roboto-Bold.woff2") format("woff2");font-style:normal;font-weight:700}@font-face{font-family:"Roboto";src:url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/fonts/Roboto-Regular.woff2") format("woff2");font-style:normal;font-weight:400}@font-face{font-family:"Roboto";src:url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/fonts/Roboto-Light.woff2") format("woff2");font-style:normal;font-weight:300}.theme-hbl-fi,.theme-hbl-fi-variables .theme-hbl-fi,.theme-hbl-fi-variables{--color-white: #fff;--color-orange: #f07e26;--color-blue: #71a5cb;--color-orange-darker: #db6910;--color-light-gray: #656565;--color-lighter-gray: #9e9e9e;--color-bg-black: #282728;--color-bg-topic: #536c79;--color-topiclight: #c5d7e0;--color-advertorial: #fff3e6;--desktop-grid-width: 960px;--desktop-column-gap: 30px;--tablet-grid-width: 732px;--tablet-row-gap: 20px;--tablet-font-size: 16px;--mobile-grid-width: calc(345vw / 3.75);--mobile-gutter: calc(15vw / 3.75);--mobile-row-gap: calc(12vw / 3.75);--mobile-skin-text-padding: 0px;--mobile-twoitems-gap: 0px;--twoitems-text-y-padding: 0;--header-content-padding-10vw: calc(10vw / 3.75) 0 0 0;--header-content-padding-14vw: calc(14vw / 3.75) 0 0 0;--header-content-padding-20vw: calc(20vw / 3.75) 0 0 0;--dre-group-bottom-margin: 0px;--item-bottom-margin: var(--row-gap);--dre-item-bottom-border: 1px solid var(--color-border);--annons-header-margin: 0 5px 0 0;--body-x-padding: auto;--chaser-margin: 19px;--group-content-margin: 0px;--item-padding: 14px 0 0 0;--mobile-row-gap-5vw: calc(5vw / 3.75);--news-padding: 0px;--topic-group-bottom-margin: var(--row-gap);--topic-group-margin: calc(var(--gutter) * -1);--topic-group-padding: 0 var(--skin-gutter);--image-left-item-mobile-padding: 0;--image-left-item-tablet-padding: 14px 0 0 0;--image-left-item-desktop-padding: 0;--image-item-align: flex-start;--annons-text-color: var(--color-light-gray);--color-body: var(--color-white);--color-border: #cbcbcb;--group-content-bg: transparent;--skin-color-darker: var(--color-orange-darker);--skin-color: var(--color-orange);--text-color-darker: #000;--text-color: #141414;--text-highlight-color: var(--skin-color);--chaser-color: var(--skin-color);--chaser-y-border: 0px;--chaser-left-border: 4px solid var(--skin-color);--news-separator-color: transparent;--tag-group-color: transparent;--tag-group-left-border: 0;--dre-image-size-props: enabled;--dre-text-fit: auto;--font-duplex-serif: "Duplex Serif", "Times New Roman", Times, serif;--font-duplex-sans-serif: "Duplex Sans", sans-serif;--font-roboto: "Roboto", sans-serif;--font-roboto-slab: "Roboto Slab", serif;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live.svg")}@media(max-width: 767px){.theme-hbl-fi,.theme-hbl-fi-variables .theme-hbl-fi,.theme-hbl-fi-variables{--chaser-left-border: calc(4vw / 3.75) solid var(--chaser-color)}}@media(prefers-color-scheme: dark){.theme-hbl-fi,.theme-hbl-fi-variables .theme-hbl-fi,.theme-hbl-fi-variables{--color-white: #ffffffe6;--color-orange: #f07e26;--color-blue: #71a5cb;--color-orange-darker: #db6910;--color-light-gray: #656565;--color-lighter-gray: #9e9e9e;--color-bg-black: #282728;--color-bg-topic: #536c79;--color-topiclight: #c5d7e0;--color-advertorial: #27797e;--desktop-grid-width: 980px;--desktop-column-gap: 10px;--tablet-grid-width: 742px;--tablet-row-gap: calc(5vw / 3.75);--tablet-font-size: 15.5px;--mobile-grid-width: 100%;--mobile-gutter: 0px;--mobile-row-gap: calc(12vw / 3.75);--mobile-skin-text-padding: calc(10vw / 3.75);--mobile-twoitems-gap: 10px;--twoitems-text-y-padding: 14px;--header-content-padding-10vw: calc(10vw / 3.75);--header-content-padding-14vw: calc(14vw / 3.75);--header-content-padding-20vw: calc(20vw / 3.75);--dre-group-bottom-margin: 0;--item-bottom-margin: 0px;--dre-item-bottom-border: 0px;--annons-header-margin: 0 5px;--body-x-padding: 0px;--chaser-margin: 0px;--group-content-margin: var(--row-gap);--item-padding: 14px;--mobile-row-gap-5vw: 0px;--news-padding: 11px;--topic-group-bottom-margin: 0px;--topic-group-margin: 0px;--topic-group-padding: 0px;--image-left-item-mobile-padding: 0;--image-left-item-tablet-padding: 0;--image-left-item-desktop-padding: 0;--image-item-align: center;--annons-text-color: var(--color-white);--color-body: var(--color-white);--color-border: #000;--group-content-bg: #313639;--skin-color-darker: var(--color-orange-darker);--skin-color: var(--color-orange);--text-color-darker: #ffffffe6;--text-color: #fafafae6;--text-highlight-color: var(--skin-color);--chaser-color: transparent;--chaser-y-border: 1px solid var(--news-separator-color);--chaser-left-border: 0px;--news-separator-color: var(--color-border);--tag-group-color: var(--skin-color);--tag-group-left-border: var(--tag-group-left-border-size) solid var(--skin-color)}}.theme-hbl-fi.dre-front--skin-vn,.theme-hbl-fi-variables .theme-hbl-fi.dre-front--skin-vn,.theme-hbl-fi-variables.dre-front--skin-vn{--skin-color: #c90c0f;--skin-color-darker: #c90c0f;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live-vn-2.svg")}.theme-hbl-fi.dre-front--skin-on,.theme-hbl-fi-variables .theme-hbl-fi.dre-front--skin-on,.theme-hbl-fi-variables.dre-front--skin-on{--skin-color: #518196;--skin-color-darker: #518196;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live-on-2.svg")}@media(min-width: 1000px){.theme-hbl-fi,.theme-hbl-fi-variables .theme-hbl-fi,.theme-hbl-fi-variables{--grid-width: var(--desktop-grid-width);--column-gap: var(--desktop-column-gap);--row-gap: 20px;--gutter: 0px;--skin-gutter: var(--gutter);--dre-layout-mode: adaptive;--skin-text-padding: 0px;--image-left-item-padding: var(--image-left-item-desktop-padding);--tag-group-left-border-size: 4px;--twoitems-gap: 0;--twoitems-text-padding: var(--item-padding)}}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi,.theme-hbl-fi-variables .theme-hbl-fi,.theme-hbl-fi-variables{--grid-width: var(--tablet-grid-width);--column-gap: 18px;--row-gap: var(--tablet-row-gap);--gutter: 18px;--skin-gutter: var(--gutter);--dre-layout-mode: adaptive;--skin-text-padding: 0px;--image-left-item-padding: var(--image-left-item-tablet-padding);--tag-group-left-border-size: 4px;--twoitems-gap: 0;--twoitems-text-padding: var(--item-padding)}}@media(max-width: 767px){.theme-hbl-fi,.theme-hbl-fi-variables .theme-hbl-fi,.theme-hbl-fi-variables{--grid-width: var(--mobile-grid-width);--gutter: var(--mobile-gutter);--skin-gutter: calc(14vw / 3.75);--column-gap: calc(16vw / 3.75);--row-gap: var(--mobile-row-gap);--dre-layout-mode: responsive;--skin-text-padding: var(--mobile-skin-text-padding);--image-left-item-padding: var(--image-left-item-mobile-padding);--tag-group-left-border-size: calc(4vw / 3.75);--twoitems-gap: var(--mobile-twoitems-gap);--twoitems-text-padding: var(--twoitems-text-y-padding) 0 var(--twoitems-text-y-padding) 0}}.theme-hbl-fi-light-variables .theme-hbl-fi,.theme-hbl-fi-light-variables{--color-white: #fff;--color-orange: #f07e26;--color-blue: #71a5cb;--color-orange-darker: #db6910;--color-light-gray: #656565;--color-lighter-gray: #9e9e9e;--color-bg-black: #282728;--color-bg-topic: #536c79;--color-topiclight: #c5d7e0;--color-advertorial: #fff3e6;--desktop-grid-width: 960px;--desktop-column-gap: 30px;--tablet-grid-width: 732px;--tablet-row-gap: 20px;--tablet-font-size: 16px;--mobile-grid-width: calc(345vw / 3.75);--mobile-gutter: calc(15vw / 3.75);--mobile-row-gap: calc(12vw / 3.75);--mobile-skin-text-padding: 0px;--mobile-twoitems-gap: 0px;--twoitems-text-y-padding: 0;--header-content-padding-10vw: calc(10vw / 3.75) 0 0 0;--header-content-padding-14vw: calc(14vw / 3.75) 0 0 0;--header-content-padding-20vw: calc(20vw / 3.75) 0 0 0;--dre-group-bottom-margin: 0px;--item-bottom-margin: var(--row-gap);--dre-item-bottom-border: 1px solid var(--color-border);--annons-header-margin: 0 5px 0 0;--body-x-padding: auto;--chaser-margin: 19px;--group-content-margin: 0px;--item-padding: 14px 0 0 0;--mobile-row-gap-5vw: calc(5vw / 3.75);--news-padding: 0px;--topic-group-bottom-margin: var(--row-gap);--topic-group-margin: calc(var(--gutter) * -1);--topic-group-padding: 0 var(--skin-gutter);--image-left-item-mobile-padding: 0;--image-left-item-tablet-padding: 14px 0 0 0;--image-left-item-desktop-padding: 0;--image-item-align: flex-start;--annons-text-color: var(--color-light-gray);--color-body: var(--color-white);--color-border: #cbcbcb;--group-content-bg: transparent;--skin-color-darker: var(--color-orange-darker);--skin-color: var(--color-orange);--text-color-darker: #000;--text-color: #141414;--text-highlight-color: var(--skin-color);--chaser-color: var(--skin-color);--chaser-y-border: 0px;--chaser-left-border: 4px solid var(--skin-color);--news-separator-color: transparent;--tag-group-color: transparent;--tag-group-left-border: 0;--dre-image-size-props: enabled;--dre-text-fit: auto;--font-duplex-serif: "Duplex Serif", "Times New Roman", Times, serif;--font-duplex-sans-serif: "Duplex Sans", sans-serif;--font-roboto: "Roboto", sans-serif;--font-roboto-slab: "Roboto Slab", serif;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live.svg")}@media(max-width: 767px){.theme-hbl-fi-light-variables .theme-hbl-fi,.theme-hbl-fi-light-variables{--chaser-left-border: calc(4vw / 3.75) solid var(--chaser-color)}}.theme-hbl-fi-light-variables .theme-hbl-fi.dre-front--skin-vn,.theme-hbl-fi-light-variables.dre-front--skin-vn{--skin-color: #c90c0f;--skin-color-darker: #c90c0f;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live-vn-2.svg")}.theme-hbl-fi-light-variables .theme-hbl-fi.dre-front--skin-on,.theme-hbl-fi-light-variables.dre-front--skin-on{--skin-color: #518196;--skin-color-darker: #518196;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live-on-2.svg")}@media(min-width: 1000px){.theme-hbl-fi-light-variables .theme-hbl-fi,.theme-hbl-fi-light-variables{--grid-width: var(--desktop-grid-width);--column-gap: var(--desktop-column-gap);--row-gap: 20px;--gutter: 0px;--skin-gutter: var(--gutter);--dre-layout-mode: adaptive;--skin-text-padding: 0px;--image-left-item-padding: var(--image-left-item-desktop-padding);--tag-group-left-border-size: 4px;--twoitems-gap: 0;--twoitems-text-padding: var(--item-padding)}}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi-light-variables .theme-hbl-fi,.theme-hbl-fi-light-variables{--grid-width: var(--tablet-grid-width);--column-gap: 18px;--row-gap: var(--tablet-row-gap);--gutter: 18px;--skin-gutter: var(--gutter);--dre-layout-mode: adaptive;--skin-text-padding: 0px;--image-left-item-padding: var(--image-left-item-tablet-padding);--tag-group-left-border-size: 4px;--twoitems-gap: 0;--twoitems-text-padding: var(--item-padding)}}@media(max-width: 767px){.theme-hbl-fi-light-variables .theme-hbl-fi,.theme-hbl-fi-light-variables{--grid-width: var(--mobile-grid-width);--gutter: var(--mobile-gutter);--skin-gutter: calc(14vw / 3.75);--column-gap: calc(16vw / 3.75);--row-gap: var(--mobile-row-gap);--dre-layout-mode: responsive;--skin-text-padding: var(--mobile-skin-text-padding);--image-left-item-padding: var(--image-left-item-mobile-padding);--tag-group-left-border-size: calc(4vw / 3.75);--twoitems-gap: var(--mobile-twoitems-gap);--twoitems-text-padding: var(--twoitems-text-y-padding) 0 var(--twoitems-text-y-padding) 0}}.theme-hbl-fi-dark-variables .theme-hbl-fi,.theme-hbl-fi-dark-variables{--color-white: #ffffffe6;--color-orange: #f07e26;--color-blue: #71a5cb;--color-orange-darker: #db6910;--color-light-gray: #656565;--color-lighter-gray: #9e9e9e;--color-bg-black: #282728;--color-bg-topic: #536c79;--color-topiclight: #c5d7e0;--color-advertorial: #27797e;--desktop-grid-width: 980px;--desktop-column-gap: 10px;--tablet-grid-width: 742px;--tablet-row-gap: calc(5vw / 3.75);--tablet-font-size: 15.5px;--mobile-grid-width: 100%;--mobile-gutter: 0px;--mobile-row-gap: calc(12vw / 3.75);--mobile-skin-text-padding: calc(10vw / 3.75);--mobile-twoitems-gap: 10px;--twoitems-text-y-padding: 14px;--header-content-padding-10vw: calc(10vw / 3.75);--header-content-padding-14vw: calc(14vw / 3.75);--header-content-padding-20vw: calc(20vw / 3.75);--dre-group-bottom-margin: 0;--item-bottom-margin: 0px;--dre-item-bottom-border: 0px;--annons-header-margin: 0 5px;--body-x-padding: 0px;--chaser-margin: 0px;--group-content-margin: var(--row-gap);--item-padding: 14px;--mobile-row-gap-5vw: 0px;--news-padding: 11px;--topic-group-bottom-margin: 0px;--topic-group-margin: 0px;--topic-group-padding: 0px;--image-left-item-mobile-padding: 0;--image-left-item-tablet-padding: 0;--image-left-item-desktop-padding: 0;--image-item-align: center;--annons-text-color: var(--color-white);--color-body: var(--color-white);--color-border: #000;--group-content-bg: #313639;--skin-color-darker: var(--color-orange-darker);--skin-color: var(--color-orange);--text-color-darker: #ffffffe6;--text-color: #fafafae6;--text-highlight-color: var(--skin-color);--chaser-color: transparent;--chaser-y-border: 1px solid var(--news-separator-color);--chaser-left-border: 0px;--news-separator-color: var(--color-border);--tag-group-color: var(--skin-color);--tag-group-left-border: var(--tag-group-left-border-size) solid var(--skin-color);--dre-image-size-props: enabled;--dre-text-fit: auto;--font-duplex-serif: "Duplex Serif", "Times New Roman", Times, serif;--font-duplex-sans-serif: "Duplex Sans", sans-serif;--font-roboto: "Roboto", sans-serif;--font-roboto-slab: "Roboto Slab", serif;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live.svg")}.theme-hbl-fi-dark-variables .theme-hbl-fi.dre-front--skin-vn,.theme-hbl-fi-dark-variables.dre-front--skin-vn{--skin-color: #c90c0f;--skin-color-darker: #c90c0f;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live-vn-2.svg")}.theme-hbl-fi-dark-variables .theme-hbl-fi.dre-front--skin-on,.theme-hbl-fi-dark-variables.dre-front--skin-on{--skin-color: #518196;--skin-color-darker: #518196;--icon-live: url("https://smooth-storage.aptoma.no/users/ksfmedia/files/assets/static/sphynx/icons/live-on-2.svg")}@media(min-width: 1000px){.theme-hbl-fi-dark-variables .theme-hbl-fi,.theme-hbl-fi-dark-variables{--grid-width: var(--desktop-grid-width);--column-gap: var(--desktop-column-gap);--row-gap: 20px;--gutter: 0px;--skin-gutter: var(--gutter);--dre-layout-mode: adaptive;--skin-text-padding: 0px;--image-left-item-padding: var(--image-left-item-desktop-padding);--tag-group-left-border-size: 4px;--twoitems-gap: 0;--twoitems-text-padding: var(--item-padding)}}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi-dark-variables .theme-hbl-fi,.theme-hbl-fi-dark-variables{--grid-width: var(--tablet-grid-width);--column-gap: 18px;--row-gap: var(--tablet-row-gap);--gutter: 18px;--skin-gutter: var(--gutter);--dre-layout-mode: adaptive;--skin-text-padding: 0px;--image-left-item-padding: var(--image-left-item-tablet-padding);--tag-group-left-border-size: 4px;--twoitems-gap: 0;--twoitems-text-padding: var(--item-padding)}}@media(max-width: 767px){.theme-hbl-fi-dark-variables .theme-hbl-fi,.theme-hbl-fi-dark-variables{--grid-width: var(--mobile-grid-width);--gutter: var(--mobile-gutter);--skin-gutter: calc(14vw / 3.75);--column-gap: calc(16vw / 3.75);--row-gap: var(--mobile-row-gap);--dre-layout-mode: responsive;--skin-text-padding: var(--mobile-skin-text-padding);--image-left-item-padding: var(--image-left-item-mobile-padding);--tag-group-left-border-size: calc(4vw / 3.75);--twoitems-gap: var(--mobile-twoitems-gap);--twoitems-text-padding: var(--twoitems-text-y-padding) 0 var(--twoitems-text-y-padding) 0}}.dre-preview{background:#fff}.dre-preview .front{margin-top:15px;box-sizing:content-box;padding:0 var(--gutter)}.theme-hbl-fi{margin:0 auto;z-index:1;-webkit-font-smoothing:subpixel-antialiased;font-size:16px;width:var(--grid-width);max-width:var(--grid-width);color:var(--text-color);font-family:var(--font-duplex-serif)}@media(max-width: 767px){.theme-hbl-fi{margin:0 var(--body-x-padding);max-width:unset}}.theme-hbl-fi *{box-sizing:border-box}.theme-hbl-fi .font-load{font-family:var(--font-duplex-serif);font-style:normal;font-weight:600}.theme-hbl-fi .font-load-2{font-family:var(--font-roboto);font-weight:700}.theme-hbl-fi .font-load-3{font-family:var(--font-roboto);font-weight:400}.theme-hbl-fi .font-load-3{font-family:var(--font-roboto-slab);font-weight:600}.theme-hbl-fi .dre-group{margin-bottom:var(--dre-group-bottom-margin)}.theme-hbl-fi .dre-item{position:relative;line-height:1;padding-bottom:var(--chaser-margin) !important;margin-bottom:var(--item-bottom-margin) !important}@media(min-width: 1000px){.theme-hbl-fi .dre-item{--image-height: calc(var(--image-height-lg) * 1px)}}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi .dre-item{--image-height: calc(var(--image-height-md) * 1px)}}@media(max-width: 767px){.theme-hbl-fi .dre-item{--image-height: calc((var(--image-height-sm) * (375 / 767)) / 3.75 * 1vw)}}.theme-hbl-fi .dre-item .dre-item__image{height:auto}.theme-hbl-fi .dre-group__content{margin-bottom:var(--group-content-margin)}.theme-hbl-fi .dre-item--placeholder{background-color:var(--item-background-color, var(--background-color, var(--site-background)))}.theme-hbl-fi .dre-item__header--empty{display:none}.theme-hbl-fi .dre-group--skin .dre-group__content{background-color:rgba(0,0,0,0);margin-bottom:0}.theme-hbl-fi .dre-group--continuation{border-bottom:none !important;padding-bottom:0}.theme-hbl-fi .dre-group--continuation.dre-group--skin-black{padding-bottom:var(--row-gap)}.theme-hbl-fi .dre-group--continuation.dre-group--skin-black .dre-item:last-child{margin-bottom:0}.theme-hbl-fi .dre-group--skin-black{background:var(--color-bg-black);margin-left:-15px;margin-right:-15px;padding:20px 15px;box-sizing:content-box;color:var(--color-white);border-bottom:1px solid var(--color-border) !important}@media(max-width: 767px){.theme-hbl-fi .dre-group--skin-black{margin-left:calc(var(--skin-gutter)*-1);margin-right:calc(var(--skin-gutter)*-1);padding:var(--skin-gutter) 3.4666666667vw}}.theme-hbl-fi .dre-group--skin-black .dre-item{border-bottom:none;padding-bottom:0}.theme-hbl-fi .dre-group--skin-black .dre-item__footer::after{color:var(--color-lighter-gray)}.theme-hbl-fi .dre-group--skin-topic{--text-highlight-color: var(--color-white);--dre-item-bottom-border: 1px solid var(--color-border);position:relative;background:var(--color-bg-topic);margin-left:-15px;margin-right:-15px;padding:0 15px;box-sizing:content-box;color:var(--color-white);max-width:calc(100% - 4px)}@media(max-width: 767px){.theme-hbl-fi .dre-group--skin-topic{margin-left:var(--topic-group-margin);margin-right:var(--topic-group-margin);padding:var(--topic-group-padding)}}.theme-hbl-fi .dre-group--skin-topic .dre-group__header-content{font-family:var(--font-duplex-sans-serif);font-size:26px;text-decoration:none;color:var(--color-white);margin-bottom:5px;padding-top:10px}@media(max-width: 767px){.theme-hbl-fi .dre-group--skin-topic .dre-group__header-content{font-size:7.4666666667vw;margin-bottom:.8vw;padding:var(--header-content-padding-10vw)}}.theme-hbl-fi .dre-group--skin-topic .dre-item{border-left:0 !important;margin-bottom:var(--topic-group-bottom-margin) !important}.theme-hbl-fi .dre-group--skin-topic .dre-item .dre-item__text{border:0 !important;padding-left:var(--skin-text-padding) !important}.theme-hbl-fi .dre-group--skin-topic .dre-item .dre-item__title strong{color:var(--color-topiclight)}.theme-hbl-fi .dre-group--skin-topic .dre-item__chaser,.theme-hbl-fi .dre-group--skin-topic .dre-item__chasers{display:none !important}.theme-hbl-fi .dre-group--skin-topic .dre-item--text-fit-none .dre-item__title{font-size:22px}@media(max-width: 767px){.theme-hbl-fi .dre-group--skin-topic .dre-item--text-fit-none .dre-item__title{font-size:5.3333333333vw}}.theme-hbl-fi .dre-group--skin-topic:not(.dre-group--continuation){margin-bottom:var(--row-gap)}.theme-hbl-fi .dre-group--skin-topic:not(.dre-group--continuation) .dre-item:last-child{border-bottom:none;margin-bottom:0 !important}.theme-hbl-fi .dre-group--third-list-right .dre-group__content{background-color:rgba(0,0,0,0)}.theme-hbl-fi .dre-group--third-list-right .dre-item:last-child{margin-bottom:0}@media(max-width: 767px){.theme-hbl-fi .dre-section{display:flex;flex-direction:column}.theme-hbl-fi .dre-group--third-list-right{order:7 !important}.theme-hbl-fi .dre-group:nth-child(2){order:1}.theme-hbl-fi .dre-group:nth-child(3){order:2}.theme-hbl-fi .dre-group:nth-child(4){order:3}.theme-hbl-fi .dre-group:nth-child(5){order:4}.theme-hbl-fi .dre-group:nth-child(6){order:5}.theme-hbl-fi .dre-group:nth-child(7){order:6}.theme-hbl-fi .dre-group:nth-child(1n+8){order:8}}.theme-hbl-fi .dre-item{font-size:16px;font-weight:600;border-bottom:var(--dre-item-bottom-border);padding:0 0 20px}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi .dre-item{font-size:var(--tablet-font-size)}}@media(max-width: 767px){.theme-hbl-fi .dre-item{font-size:4.2666666667vw;padding:0 0 var(--row-gap)}}.theme-hbl-fi .dre-item--placeholder .dre-item__title{margin-top:0;padding-top:0}.theme-hbl-fi .dre-item.dre-item--skin-notice,.theme-hbl-fi .dre-item.dre-item--skin-breaking-news,.theme-hbl-fi .dre-item.dre-item--skin-breaking-marketing{--dre-text-fit: none;--wanted-margin: 5px;--item-bottom-margin: calc((var(--wanted-margin) - var(--group-content-margin)));border:none;padding:0 !important}.theme-hbl-fi .dre-item.dre-item--skin-notice .dre-item__text,.theme-hbl-fi .dre-item.dre-item--skin-breaking-news .dre-item__text,.theme-hbl-fi .dre-item.dre-item--skin-breaking-marketing .dre-item__text{padding:15px 20px !important}.theme-hbl-fi .dre-item.dre-item--skin-notice .dre-item__title,.theme-hbl-fi .dre-item.dre-item--skin-breaking-news .dre-item__title,.theme-hbl-fi .dre-item.dre-item--skin-breaking-marketing .dre-item__title{font:600 16px/1 var(--font-duplex-sans-serif)}.theme-hbl-fi .dre-item.dre-item--skin-notice .dre-item__title strong,.theme-hbl-fi .dre-item.dre-item--skin-breaking-news .dre-item__title strong,.theme-hbl-fi .dre-item.dre-item--skin-breaking-marketing .dre-item__title strong{font-weight:600;color:var(--color-white)}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi .dre-item.dre-item--skin-notice,.theme-hbl-fi .dre-item.dre-item--skin-breaking-news,.theme-hbl-fi .dre-item.dre-item--skin-breaking-marketing{--wanted-margin: 5px}}@media(max-width: 767px){.theme-hbl-fi .dre-item.dre-item--skin-notice,.theme-hbl-fi .dre-item.dre-item--skin-breaking-news,.theme-hbl-fi .dre-item.dre-item--skin-breaking-marketing{--wanted-margin: var(--mobile-row-gap-5vw);--item-bottom-margin: calc((5px - var(--group-content-margin)));margin-left:calc(var(--gutter)*-1);margin-right:calc(var(--gutter)*-1);width:100vw}.theme-hbl-fi .dre-item.dre-item--skin-notice .dre-item__text,.theme-hbl-fi .dre-item.dre-item--skin-breaking-news .dre-item__text,.theme-hbl-fi .dre-item.dre-item--skin-breaking-marketing .dre-item__text{padding:10px 15px !important}.theme-hbl-fi .dre-item.dre-item--skin-notice .dre-item__title,.theme-hbl-fi .dre-item.dre-item--skin-breaking-news .dre-item__title,.theme-hbl-fi .dre-item.dre-item--skin-breaking-marketing .dre-item__title{font-size:4.9230769231vw}}.theme-hbl-fi .dre-item--skin-notice{color:#7a6323;background-color:#fdf3d0}.theme-hbl-fi .dre-item--skin-breaking-news{color:var(--color-white);background-color:var(--skin-color)}.theme-hbl-fi .dre-item--skin-breaking-marketing{color:var(--color-white);background-color:var(--color-blue)}.theme-hbl-fi .dre-item--bg-black{color:var(--color-white);margin-left:-15px;margin-right:-15px;padding:15px;border-bottom:none;box-sizing:content-box;background:var(--color-bg-black)}.theme-hbl-fi .dre-item--bg-black .dre-item__text{box-sizing:border-box;padding:10px 10px 20px}@media(max-width: 767px){.theme-hbl-fi .dre-item--bg-black .dre-item__text{padding:2.6666666667vw 2.6666666667vw 5.3333333333vw}}.theme-hbl-fi .dre-item--bg-black .dre-item__footer::after{color:var(--color-lighter-gray)}@media(min-width: 1000px){.theme-hbl-fi .dre-item--bg-black.dre-item--size-two-thirds-image-left,.theme-hbl-fi .dre-item--bg-black.dre-item--size-full-image-left{align-items:stretch}.theme-hbl-fi .dre-item--bg-black.dre-item--size-two-thirds-image-left .dre-item__text,.theme-hbl-fi .dre-item--bg-black.dre-item--size-full-image-left .dre-item__text{padding-left:0;padding-top:10px}}@media(max-width: 767px){.theme-hbl-fi .dre-item--bg-black.dre-item--sm-full-image-left .dre-item__text{padding-left:0;padding-top:2.6666666667vw}}.theme-hbl-fi .dre-item__text{padding:var(--item-padding)}@media(max-width: 767px){.theme-hbl-fi .dre-item__text{padding:var(--header-content-padding-14vw)}}.theme-hbl-fi .dre-item__title{font-weight:600;font-family:var(--font-duplex-serif);line-height:1}.theme-hbl-fi .dre-item__title strong{font-weight:600;color:var(--text-highlight-color)}.theme-hbl-fi .dre-item__summary{display:none;font-weight:400;font-family:var(--font-roboto);line-height:1.1;margin-top:.25em;font-size:20px}@media(max-width: 767px){.theme-hbl-fi .dre-item__summary{font-size:4.2666666667vw}}.theme-hbl-fi .dre-item--feature-show-summary .dre-item__summary{display:block}.theme-hbl-fi .dre-item__footer{color:var(--skin-color-darker);font:700 12px/1 var(--font-roboto);margin-top:10px;text-transform:uppercase;letter-spacing:-0.01em}@media(max-width: 767px){.theme-hbl-fi .dre-item__footer{margin-top:2.6666666667vw;font-size:3.2vw}}.theme-hbl-fi .dre-item--feature-premium .dre-item__footer::after{content:"Premium";font-weight:300;font-size:13px;color:var(--color-white);background-color:var(--skin-color);text-transform:uppercase;padding:1px 4px;margin-left:5px;display:inline-block}@media(max-width: 767px){.theme-hbl-fi .dre-item--feature-premium .dre-item__footer::after{font-size:3.2vw}}.theme-hbl-fi .dre-item--feature-advertorial{--dre-image-mode: fixed-ratio;--dre-image-height-ratio: 0.4883;background-color:var(--color-advertorial);margin-left:-10px !important;margin-right:-10px !important;padding:10px;box-sizing:content-box;border-bottom:0}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi .dre-item--feature-advertorial{margin-left:-10px !important;margin-right:-10px !important}}@media(max-width: 767px){.theme-hbl-fi .dre-item--feature-advertorial{margin-left:calc(var(--gutter)*-1) !important;margin-right:calc(var(--gutter)*-1) !important;padding-left:var(--gutter);padding-right:var(--gutter)}}.theme-hbl-fi .dre-item--feature-advertorial .dre-item__header{display:flex;flex-direction:row;padding:5px 0 10px;text-transform:uppercase;font-size:13px;font-weight:400}.theme-hbl-fi .dre-item--feature-advertorial .dre-item__header::before{content:"Annons: ";font-family:var(--font-roboto);color:var(--annons-text-color);margin:var(--annons-header-margin)}.theme-hbl-fi .dre-item--feature-advertorial .dre-item__title{font-family:var(--font-roboto-slab);font-weight:600}.theme-hbl-fi .dre-item--feature-advertorial .dre-item__footer{color:var(--color-light-gray);font-weight:400;text-transform:uppercase}.theme-hbl-fi .dre-item__profile+.dre-item__text .dre-item__footer::before{content:"Av ";font-weight:400;color:var(--color-light-gray);text-transform:none}.theme-hbl-fi .dre-item--feature-live .dre-item__text{overflow:visible}.theme-hbl-fi .dre-item--feature-live .dre-item__title>:first-child,.theme-hbl-fi .dre-item--feature-live [class^=dre-item__alt-title]>:first-child{padding-left:70px;background-image:var(--icon-live);background-repeat:no-repeat;background-position:left center;background-size:auto 24px;transform:translateX(-6px)}@media(max-width: 767px){.theme-hbl-fi .dre-item--feature-live .dre-item__title>:first-child,.theme-hbl-fi .dre-item--feature-live [class^=dre-item__alt-title]>:first-child{padding-left:18.6666666667vw;background-size:auto 6.4vw}}.theme-hbl-fi .dre-item--feature-live [class^=dre-item__alt-title]{background-image:none !important;padding-left:0 !important;transform:none !important}.theme-hbl-fi .dre-item__profile{z-index:2;position:absolute;width:100%;pointer-events:none}.theme-hbl-fi .dre-item__profile .dre-item__profile-image{position:absolute;top:-165px;right:26px;width:180px;height:180px;background-size:cover;background-color:var(--color-white);border-radius:50%;border:3px solid var(--color-white)}@media(min-width: 1000px){.theme-hbl-fi .dre-item--size-third .dre-item__profile .dre-item__profile-image{width:120px;height:120px;right:13px;top:-105px}.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__profile,.theme-hbl-fi .dre-item--size-full-image-left .dre-item__profile{height:100%}.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__profile .dre-item__profile-image,.theme-hbl-fi .dre-item--size-full-image-left .dre-item__profile .dre-item__profile-image{width:120px;height:120px;right:unset;left:165px;top:unset;bottom:5px}}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi .dre-item--md-full-image-left .dre-item__profile{height:100%}.theme-hbl-fi .dre-item--md-full-image-left .dre-item__profile .dre-item__profile-image{width:90px;height:90px;right:unset;left:255px;top:unset;bottom:5px}.theme-hbl-fi .dre-item--md-third .dre-item__profile .dre-item__profile-image{width:90px;height:90px;right:13px;top:-75px}.theme-hbl-fi .dre-item--md-half .dre-item__profile .dre-item__profile-image,.theme-hbl-fi .dre-item--md-two-thirds .dre-item__profile .dre-item__profile-image,.theme-hbl-fi .dre-item--md-full .dre-item__profile .dre-item__profile-image,.theme-hbl-fi .dre-item--md-full-half .dre-item__profile .dre-item__profile-image{width:120px;height:120px;right:13px;top:-105px}}@media(max-width: 767px){.theme-hbl-fi .dre-item--sm-full-image-left .dre-item__profile{height:100%}.theme-hbl-fi .dre-item--sm-full-image-left .dre-item__profile .dre-item__profile-image{width:20vw;height:20vw;right:unset;left:22.1333333333vw;top:unset;bottom:1.3333333333vw}.theme-hbl-fi .dre-item--sm-full .dre-item__profile .dre-item__profile-image{width:26.6666666667vw;height:26.6666666667vw;right:3.4666666667vw;top:-22.6666666667vw}.theme-hbl-fi .dre-group--two-columns-half-half-right .dre-group__content,.theme-hbl-fi .dre-group--two-columns-half-half-left .dre-group__content{row-gap:var(--twoitems-gap)}}.theme-hbl-fi .dre-item__chasers{padding:0;margin-top:0;display:none;font-family:var(--font-duplex-serif)}@media(max-width: 767px){.theme-hbl-fi .dre-item__chasers{padding:0}}.theme-hbl-fi .dre-item__chaser{display:block;padding-left:11px;font-size:23px;line-height:24px;padding-top:0;padding-bottom:0;margin-top:var(--chaser-margin);margin-bottom:var(--chaser-margin);border-top:var(--chaser-y-border);border-bottom:var(--chaser-y-border);border-left:var(--chaser-left-border)}@media(max-width: 767px){.theme-hbl-fi .dre-item__chaser{padding-left:3.2vw;padding-right:var(--header-content-padding-14vw);font-size:5.0666666667vw;line-height:5.3333333333vw}}.theme-hbl-fi .dre-item__chaser:last-child{margin-bottom:0}.theme-hbl-fi .dre-item__chaser .dre-item__chaser-text{padding-top:var(--news-padding);padding-bottom:var(--news-padding)}.theme-hbl-fi .dre-item--no-image .dre-item__profile{display:none}.theme-hbl-fi .dre-item--no-image .dre-item__text{padding:var(--news-padding)}.theme-hbl-fi .dre-item--size-full-image-left .dre-item__text,.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__text{align-self:unset;padding:var(--image-left-item-padding)}@media(min-width: 1000px){.theme-hbl-fi .dre-item{--dre-max-font-size: 54}.theme-hbl-fi .dre-item--size-full.dre-item--chasers,.theme-hbl-fi .dre-item--size-two-thirds.dre-item--chasers{border-left:var(--tag-group-left-border)}.theme-hbl-fi .dre-item--size-full.dre-item--chasers .dre-item__chasers,.theme-hbl-fi .dre-item--size-two-thirds.dre-item--chasers .dre-item__chasers{display:block}.theme-hbl-fi .dre-item--size-full.dre-item--chasers .dre-item__text,.theme-hbl-fi .dre-item--size-two-thirds.dre-item--chasers .dre-item__text{border-left:var(--chaser-left-border);border-bottom:var(--chaser-y-border);padding-left:11px !important}.theme-hbl-fi .dre-item--size-full-image-left,.theme-hbl-fi .dre-item--size-two-thirds-image-left{--dre-image-min-height: 168}.theme-hbl-fi .dre-item--size-full-image-left .dre-item__chasers,.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__chasers{display:none}.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__text{flex-basis:calc(var(--size-third) - 2px);max-width:calc(var(--size-third) - 2px);padding:0}.theme-hbl-fi .dre-item--size-two-thirds-image-left .dre-item__asset{flex-basis:calc(var(--size-third) - 2px);max-width:calc(var(--size-third) - 2px)}.theme-hbl-fi .dre-item--size-third{--dre-min-font-size: 20}}@media(min-width: 768px)and (max-width: 999px){.theme-hbl-fi .dre-item--md-full-image-left{--dre-image-min-height: 200}.theme-hbl-fi .dre-item--md-full.dre-item--chasers,.theme-hbl-fi .dre-item--md-two-thirds.dre-item--chasers{border-color:var(--color-border);border-left:var(--tag-group-left-border)}.theme-hbl-fi .dre-item--md-full.dre-item--chasers .dre-item__chasers,.theme-hbl-fi .dre-item--md-two-thirds.dre-item--chasers .dre-item__chasers{display:block}.theme-hbl-fi .dre-item--md-full.dre-item--chasers .dre-item__text,.theme-hbl-fi .dre-item--md-two-thirds.dre-item--chasers .dre-item__text{border-left:var(--chaser-left-border);border-bottom:var(--chaser-y-border);padding-left:11px !important}}@media(max-width: 767px){.theme-hbl-fi .dre-item{--dre-min-font-size: 36}.theme-hbl-fi .dre-item--sm-full-image-left{--dre-image-min-height: 190;--dre-min-font-size: 42}.theme-hbl-fi .dre-item--sm-full-image-left .dre-item__title{font-size:5.6vw}.theme-hbl-fi .dre-item--sm-full-image-left .dre-item__text{flex-basis:calc(var(--size-half) - 2px);max-width:calc(var(--size-half) - 2px)}.theme-hbl-fi .dre-item--sm-full-image-left .dre-item__asset{flex-basis:calc(var(--size-half) - 2px);max-width:calc(var(--size-half) - 2px)}.theme-hbl-fi .dre-item--sm-full-image-left .dre-item__footer{margin-bottom:0}.theme-hbl-fi .dre-item--sm-full{--dre-min-font-size: 52}.theme-hbl-fi .dre-item--sm-full.dre-item--chasers{border-color:var(--color-border);border-left:var(--tag-group-left-border)}.theme-hbl-fi .dre-item--sm-full.dre-item--chasers .dre-item__chasers{display:block}.theme-hbl-fi .dre-item--sm-full.dre-item--chasers .dre-item__text{border-left:var(--chaser-left-border);border-bottom:var(--chaser-y-border);padding-left:2.9333333333vw !important}}.theme-hbl-fi.measure{--base-font-size: 90px}@media(min-width: 1000px){.theme-hbl-fi.measure .dre-item--size-two-thirds-image-left{--font-size-multiplier: 0.36}.theme-hbl-fi.measure .dre-item--size-full-image-left{--font-size-multiplier: 0.56}.theme-hbl-fi.measure .dre-item--size-full{--font-size-multiplier: 0.56}.theme-hbl-fi.measure .dre-item--size-two-thirds{--font-size-multiplier: 0.536}.theme-hbl-fi.measure .dre-item--size-half{--font-size-multiplier: 0.4}.theme-hbl-fi.measure .dre-item--size-third{--font-size-multiplier: 0.264}}.theme-hbl-fi .dre-group--two-columns-half-half-right.dre-group--2-items .dre-group__content,.theme-hbl-fi .dre-group--two-columns-half-half-left.dre-group--2-items .dre-group__content{grid-template-areas:"A B";background-color:rgba(0,0,0,0)}.theme-hbl-fi .dre-group--two-columns-half-half-right.dre-group--2-items .dre-group__content .dre-item,.theme-hbl-fi .dre-group--two-columns-half-half-left.dre-group--2-items .dre-group__content .dre-item{background-color:var(--group-content-bg)}.theme-hbl-fi .dre-group--two-columns-half-half-right.dre-group--2-items .dre-group__content .dre-item--bg-black,.theme-hbl-fi .dre-group--two-columns-half-half-left.dre-group--2-items .dre-group__content .dre-item--bg-black{background-color:var(--color-bg-black)}.theme-hbl-fi .dre-group--two-columns-half-half-right.dre-group--2-items .dre-group__content .dre-item__text,.theme-hbl-fi .dre-group--two-columns-half-half-left.dre-group--2-items .dre-group__content .dre-item__text{padding:var(--twoitems-text-padding)}.theme-hbl-fi .dre-group__content{background-color:var(--group-content-bg)}.theme-hbl-fi .dre-group--skin+.dre-group:not(.dre-group--skin){margin-top:10px}.theme-hbl-fi .dre-item--placeholder.dre-item{margin-bottom:0 !important;padding-bottom:0 !important}.theme-hbl-fi .dre-item--image-auto{align-items:var(--image-item-align)}.dre-item-preview{background:var(--color-body)}.dre-item-preview .dre-item--size-quarter{display:none}@media(max-width: 767px){.dre-item-preview .wrapper--size-third,.dre-item-preview .wrapper--size-half,.dre-item-preview .wrapper--size-two-thirds{display:none}}