@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Anton|Roboto+Condensed:700&display=block");
.front {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: subpixel-antialiased; }
  .front p {
    margin: 0;
    padding: 0; }

.dre-item a {
  text-decoration: none; }

.dre-item__image {
  width: 100%;
  max-width: 100%;
  display: block; }

.dre-item__title {
  display: block; }

.dre-item__title,
.dre-item__title:hover {
  color: inherit; }

a.dre-item__summary,
a.dre-item__summary:hover {
  display: block;
  color: inherit; }

.dre-item {
  position: relative; }
  @media (min-width: 864px) {
    .dre-item {
      --dre-row-gap: 12px;
      --dre-min-breakpoint: 864px;
      --dre-layout-mode: adaptive; } }
  @media (min-width: 865px) and (max-width: 864px) {
    .dre-item {
      --dre-row-gap: 12px;
      --dre-min-breakpoint: 865px;
      --dre-max-breakpoint: 864px;
      --dre-layout-mode: adaptive; } }
  @media (min-width: 768px) and (max-width: 864px) {
    .dre-item {
      --dre-row-gap: 12px;
      --dre-min-breakpoint: 768px;
      --dre-max-breakpoint: 864px;
      --dre-layout-mode: adaptive; } }
  @media (max-width: 767px) {
    .dre-item {
      --dre-row-gap: 3.2vw;
      --dre-max-breakpoint: 767px;
      --dre-layout-mode: responsive; } }

[data-text-fit="max-all"] p {
  white-space: nowrap; }

.dre-group {
  display: block; }
  .dre-group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 864px) {
    .dre-group {
      margin-bottom: 12px; } }
  @media (min-width: 865px) and (max-width: 864px) {
    .dre-group {
      margin-bottom: 12px; } }
  @media (min-width: 768px) and (max-width: 864px) {
    .dre-group {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .dre-group {
      margin-bottom: 3.2vw; } }

.dre-group--hidden {
  display: none; }

.dre-group--continuation {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: 12px; }

@media (min-width: 865px) {
  .dre-group--sticky {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0;
    top: 12px; } }

.dre-group--single {
  clear: both; }
  .dre-group--single .dre-item__asset:after {
    content: "";
    display: table;
    clear: both; }

.dre-group--half-half .dre-group__content {
  display: block; }
  .dre-group--half-half .dre-group__content > .dre-item {
    float: left; }
  .dre-group--half-half .dre-group__content > .dre-item:nth-child(1) {
    margin-right: 10px; }
  .dre-group--half-half .dre-group__content > .dre-item:nth-child(3) {
    margin-top: 12px;
    margin-bottom: 12px; }
  .dre-group--half-half .dre-group__content > .dre-item:nth-child(1n + 4) {
    float: none;
    clear: left;
    margin-bottom: 12px; }
  .dre-group--half-half .dre-group__content > .dre-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 865px) and (max-width: 864px) {
    .dre-group--half-half .dre-group__content > .dre-item:nth-child(1) {
      margin-right: 10px; }
    .dre-group--half-half .dre-group__content > .dre-item:nth-child(3) {
      margin-top: 12px;
      margin-bottom: 12px; }
    .dre-group--half-half .dre-group__content > .dre-item:nth-child(1n + 4) {
      margin-bottom: 12px; }
    .dre-group--half-half .dre-group__content > .dre-item:last-child {
      margin-bottom: 0; } }

.dre-group--main-others .dre-group__content {
  display: block; }
  .dre-group--main-others .dre-group__content > .dre-item {
    float: left; }
  .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4) {
    float: none;
    clear: left; }
  @media (min-width: 864px) {
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1) {
      margin-right: 10px;
      margin-bottom: 12px; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(3) {
      margin-top: 12px; }
    .dre-group--main-others .dre-group__content > [data-lg="hidden"] + .dre-item:nth-child(3) {
      margin-top: 0; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4) {
      margin-top: 12px; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4):last-child {
      margin-bottom: 12px; } }
  @media (min-width: 865px) and (max-width: 864px) {
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1) {
      margin-right: 10px;
      margin-bottom: 12px; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(3) {
      margin-top: 12px; }
    .dre-group--main-others .dre-group__content > [data-lg="hidden"] + .dre-item:nth-child(3) {
      margin-top: 0; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4) {
      margin-top: 12px; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4):last-child {
      margin-bottom: 12px; } }
  @media (min-width: 768px) and (max-width: 864px) {
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1) {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .dre-group--main-others .dre-group__content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 0;
      justify-content: space-between; }
      .dre-group--main-others .dre-group__content > .dre-item {
        margin-top: 0;
        margin-bottom: 3.2vw; } }

@media (min-width: 865px) {
  .dre-group--main-others {
    margin-bottom: 0; } }

@media (min-width: 864px) {
  .dre-group--image-right-left .dre-item {
    margin-bottom: 12px; } }

@media (min-width: 865px) and (max-width: 864px) {
  .dre-group--image-right-left .dre-item {
    margin-bottom: 12px; } }

@media (min-width: 768px) and (max-width: 864px) {
  .dre-group--image-right-left .dre-item {
    margin-bottom: 12px; } }

@media (max-width: 767px) {
  .dre-group--image-right-left .dre-item {
    margin-bottom: 3.2vw; } }

.dre-group--image-right-left .dre-item:last-child {
  margin-bottom: 0; }

.dre-group--third,
.dre-group--half,
.dre-group--half-half,
.dre-group--main-single-double,
.dre-group--single-single-double,
.dre-group--main-others {
  clear: both; }

.dre-group--half-half.dre-group--2-items,
.dre-group--main-others.dre-group--2-items {
  margin-bottom: 0; }
  .dre-group--half-half.dre-group--2-items .dre-group__content,
  .dre-group--main-others.dre-group--2-items .dre-group__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
    .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
    .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
    .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
      margin-right: 0; }
      @media (min-width: 864px) {
        .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
          margin-bottom: 12px; } }
      @media (min-width: 865px) and (max-width: 864px) {
        .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
          margin-bottom: 12px; } }
      @media (min-width: 768px) and (max-width: 864px) {
        .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
          margin-bottom: 12px; } }
      @media (max-width: 767px) {
        .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
          margin-bottom: 3.2vw; } }

.dre-group--row .dre-group__content,
.dre-group--half .dre-group__content,
.dre-group--third .dre-group__content,
.dre-group--quarter .dre-group__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.dre-item--placeholder-alternatives .dre-item {
  margin: 0 auto !important; }

@media (min-width: 768px) and (max-width: 864px) {
  .dre-group--third .dre-item--md-full:first-child,
  .dre-group--third .dre-item--md-full-image-left:first-child {
    margin-bottom: 12px; }
  .dre-group--third .dre-item--md-full:last-child,
  .dre-group--third .dre-item--md-full-image-left:last-child {
    margin-top: 12px; } }

@media (min-width: 864px) {
  .dre-group--main-single-double .dre-item:nth-child(1) {
    margin-right: 10px;
    float: left; }
  .dre-group--main-single-double .dre-item:nth-child(2) {
    margin-bottom: 12px;
    margin-left: 284.66667px; }
  .dre-group--main-single-double .dre-item:nth-child(3) {
    float: left;
    margin-right: 10px; }
  .dre-group--main-single-double .dre-item:nth-child(1n + 5) {
    clear: both;
    margin-top: 12px; } }

@media (min-width: 865px) and (max-width: 864px) {
  .dre-group--main-single-double .dre-item:nth-child(1) {
    margin-right: 10px;
    float: left; }
  .dre-group--main-single-double .dre-item:nth-child(2) {
    margin-bottom: 12px;
    margin-left: 284.66667px; }
  .dre-group--main-single-double .dre-item:nth-child(3) {
    float: left;
    margin-right: 10px; }
  .dre-group--main-single-double .dre-item:nth-child(1n + 5) {
    clear: both;
    margin-top: 12px; } }

@media (min-width: 768px) and (max-width: 864px) {
  .dre-group--main-single-double .dre-item:nth-child(1) {
    margin-right: 10px;
    float: left; }
  .dre-group--main-single-double .dre-item:nth-child(2),
  .dre-group--main-single-double .dre-item:nth-child(3) {
    margin-left: 379px; }
  .dre-group--main-single-double .dre-item:nth-child(3) {
    margin-top: 12px; }
  .dre-group--main-single-double .dre-item:nth-child(1n + 4) {
    margin-top: 12px; } }

@media (max-width: 767px) {
  .dre-group--main-single-double .dre-item:nth-child(1) {
    margin-right: 1.33333vw;
    float: left; }
  .dre-group--main-single-double .dre-item:nth-child(2),
  .dre-group--main-single-double .dre-item:nth-child(3) {
    margin-left: 50.66667vw; }
  .dre-group--main-single-double .dre-item:nth-child(3) {
    margin-top: 3.2vw; }
  .dre-group--main-single-double .dre-item:nth-child(1n + 4) {
    margin-top: 3.2vw; } }

@media (min-width: 864px) {
  .dre-group--single-single-double .dre-item {
    float: left; }
    .dre-group--single-single-double .dre-item:nth-child(1), .dre-group--single-single-double .dre-item:nth-child(2) {
      margin-right: 12px; }
    .dre-group--single-single-double .dre-item:nth-child(4) {
      margin-top: 12px; }
    .dre-group--single-single-double .dre-item:nth-child(1n + 5) {
      clear: both;
      margin-top: 12px; } }

@media (min-width: 865px) and (max-width: 864px) {
  .dre-group--single-single-double .dre-item {
    float: left; }
    .dre-group--single-single-double .dre-item:nth-child(1), .dre-group--single-single-double .dre-item:nth-child(2) {
      margin-right: 10px; }
    .dre-group--single-single-double .dre-item:nth-child(4) {
      margin-top: 12px; }
    .dre-group--single-single-double .dre-item:nth-child(1n + 5) {
      clear: both;
      margin-top: 12px; } }

@media (max-width: 864px) {
  .dre-group--single-single-double .dre-group__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .dre-group--single-single-double .dre-item:nth-child(3),
  .dre-group--single-single-double .dre-item:nth-child(4) {
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 864px) {
  .dre-group--single-single-double .dre-item {
    margin-bottom: 12px; }
  .dre-group--single-single-double .dre-item--md-full:nth-child(3),
  .dre-group--single-single-double .dre-item--md-full-image-left:nth-child(3),
  .dre-group--single-single-double .dre-item--md-full-image-right:nth-child(3) {
    margin-bottom: 12px; } }

@media (max-width: 767px) {
  .dre-group--single-single-double .dre-item {
    margin-bottom: 3.2vw; }
  .dre-group--single-single-double .dre-item--sm-full:nth-child(3),
  .dre-group--single-single-double .dre-item--sm-full-image-left:nth-child(3),
  .dre-group--single-single-double .dre-item--sm-full-image-right:nth-child(3) {
    margin-bottom: 3.2vw; } }

@media (min-width: 865px) {
  .dre-group--third-list-right {
    float: right;
    clear: right;
    width: 274.66667px; } }

@media (min-width: 864px) {
  .dre-group--third-list-right {
    width: 274.66667px; } }

@media (min-width: 865px) {
  .dre-group--third-list-left {
    float: left;
    clear: left;
    width: 274.66667px; } }

@media (min-width: 864px) {
  .dre-group--third-list-left {
    width: 274.66667px; } }

@media (min-width: 865px) {
  .dre-group--two-columns-row-left,
  .dre-group--two-columns-row-right {
    width: 559.33333px; } }

@media (min-width: 864px) {
  .dre-group--two-columns-row-left,
  .dre-group--two-columns-row-right {
    width: 559.33333px; } }

.dre-group--two-columns-row-left.dre-group--2-items .dre-group__content,
.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: 865px) {
  .dre-group--two-columns-half-half-left:after,
  .dre-group--two-columns-row-left:after {
    clear: left; } }

@media (min-width: 865px) {
  .dre-group--two-columns-half-half-right,
  .dre-group--two-columns-row-right {
    margin-left: 284.66667px; }
    .dre-group--two-columns-half-half-right:after,
    .dre-group--two-columns-row-right:after {
      clear: right; } }

@media (min-width: 864px) {
  .dre-group--two-columns-half-half-right,
  .dre-group--two-columns-row-right {
    margin-left: 284.66667px; } }

@media (min-width: 865px) {
  .dre-group--multi-col-thirds {
    margin-bottom: 0; }
    .dre-group--multi-col-thirds .dre-group__content {
      columns: 3; }
    .dre-group--multi-col-thirds .dre-item {
      break-inside: avoid;
      margin-bottom: 12px; } }

@media (max-width: 864px) {
  .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: 864px) {
  .dre-group--multi-col-thirds .dre-item {
    margin-bottom: 12px; } }

.dre-item__alt-title--sm,
.dre-item__alt-title--md {
  display: none; }

.dre-item__alt-title--lg {
  display: block; }

@media (min-width: 864px) {
  .dre-group--lg-empty {
    display: none; }
  .dre-group--lg-all-full-width .dre-item {
    margin-top: 12px; }
    .dre-group--lg-all-full-width .dre-item:first-child {
      margin-top: 0;
      margin-bottom: 0; }
  .dre-group--third .dre-item--size-full:first-child,
  .dre-group--third .dre-item--size-full-image-left:first-child,
  .dre-group--third .dre-item--size-full-image-right:first-child {
    margin-bottom: 12px; }
  .dre-group--third .dre-item--size-full:last-child,
  .dre-group--third .dre-item--size-full-image-left:last-child,
  .dre-group--third .dre-item--size-full-image-right:last-child {
    margin-top: 12px; }
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full:first-child,
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-left:first-child,
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-right:first-child {
    margin-bottom: 0; } }

@media (min-width: 865px) and (max-width: 864px) {
  .dre-group--lg-empty {
    display: none; }
  .dre-group--lg-all-full-width .dre-item {
    margin-top: 12px; }
    .dre-group--lg-all-full-width .dre-item:first-child {
      margin-top: 0;
      margin-bottom: 0; }
  .dre-group--third .dre-item--size-full:first-child,
  .dre-group--third .dre-item--size-full-image-left:first-child,
  .dre-group--third .dre-item--size-full-image-right:first-child {
    margin-bottom: 12px; }
  .dre-group--third .dre-item--size-full:last-child,
  .dre-group--third .dre-item--size-full-image-left:last-child,
  .dre-group--third .dre-item--size-full-image-right:last-child {
    margin-top: 12px; }
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full:first-child,
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-left:first-child,
  .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: 864px) {
  .dre-group--md-empty {
    display: none; }
  .dre-item__alt-title--md {
    display: block; }
  .dre-item__alt-title--sm,
  .dre-item__alt-title--lg {
    display: none; }
  .dre-group--quarter .dre-group__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .dre-group--quarter .dre-group__content > .dre-item {
      margin-right: 10px; }
      .dre-group--quarter .dre-group__content > .dre-item:nth-child(2), .dre-group--quarter .dre-group__content > .dre-item:nth-child(4) {
        margin-right: 0; }
  .dre-group--main-others .dre-group__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .dre-group--main-others .dre-item {
    margin-bottom: 12px; }
  .dre-group--main-others .dre-item:last-child {
    margin-bottom: 0; }
  .dre-group--main-others .dre-item:nth-child(3) {
    margin-top: 0;
    margin-bottom: 12px; }
  .dre-group--main-others.dre-group--flipped .dre-item:first-child {
    order: 1; }
  .dre-group--main-others.dre-group--flipped .dre-item:nth-child(1n + 4) {
    order: 2; }
  .dre-group--main-others.dre-group--3-items {
    margin-bottom: 0; }
  .dre-group.dre-group--half-half .dre-group__content > .dre-item:first-child {
    margin-right: 10px; }
  .dre-group.dre-group--half-half .dre-group__content > .dre-item:nth-child(3) {
    margin-top: 3.2vw;
    margin-bottom: 3.2vw; }
  .dre-group.dre-group--quarter .dre-group__content > .dre-item:nth-child(1),
  .dre-group.dre-group--quarter .dre-group__content > .dre-item:nth-child(2) {
    margin-bottom: 12px; }
  .dre-group--md-all-full-width,
  .dre-group--md-all-full-width.dre-group--2-items {
    margin-bottom: 0; }
    .dre-group--md-all-full-width .dre-group__content,
    .dre-group--md-all-full-width.dre-group--2-items .dre-group__content {
      display: block; }
      .dre-group--md-all-full-width .dre-group__content > div,
      .dre-group--md-all-full-width .dre-group__content > .dre-item:nth-child(1n),
      .dre-group--md-all-full-width.dre-group--2-items .dre-group__content > div,
      .dre-group--md-all-full-width.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
        float: none;
        margin: 0 auto 12px; } }

@media (max-width: 767px) {
  .dre-group {
    margin-bottom: 3.2vw; }
  .dre-group--sm-empty {
    display: none; }
  .dre-group--continuation {
    padding-bottom: 3.2vw; }
  .dre-item__alt-title--sm {
    display: block; }
  .dre-item__alt-title--lg,
  .dre-item__alt-title--md {
    display: none; }
  .dre-group--main-others {
    margin-bottom: 0; }
  .dre-group--half .dre-group__content {
    display: flex;
    flex-flow: row wrap; }
  .dre-group--third {
    margin-bottom: 0; }
    .dre-group--third .dre-item {
      margin-bottom: 3.2vw; }
  .dre-group--quarter {
    margin-bottom: 0; }
    .dre-group--quarter .dre-group__content {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .dre-group--quarter .dre-group__content > .dre-item {
        margin-bottom: 3.2vw; }
  .dre-group.dre-group--half-half .dre-group__content > .dre-item {
    margin-right: 0; }
    .dre-group.dre-group--half-half .dre-group__content > .dre-item:first-child {
      margin-right: 1.33333vw; }
    .dre-group.dre-group--half-half .dre-group__content > .dre-item:nth-child(3) {
      margin-top: 3.2vw;
      margin-bottom: 3.2vw; }
    .dre-group.dre-group--half-half .dre-group__content > .dre-item:nth-child(1n + 4) {
      margin-bottom: 3.2vw; }
    .dre-group.dre-group--half-half .dre-group__content > .dre-item:last-child {
      margin-bottom: 0; }
  .dre-group.dre-group--half-half.dre-group--sm-all-full-width .dre-group__content > .dre-item:nth-child(3) {
    margin-top: 0; }
  .dre-group--flipped .dre-item:first-child {
    order: 1; }
  .dre-group--flipped .dre-item:nth-child(1n + 4) {
    order: 2; }
  .dre-group--sm-all-full-width,
  .dre-group--sm-all-full-width.dre-group--2-items {
    margin-bottom: 0; }
    .dre-group--sm-all-full-width .dre-group__content,
    .dre-group--sm-all-full-width.dre-group--2-items .dre-group__content {
      display: block !important; }
      .dre-group--sm-all-full-width .dre-group__content > div,
      .dre-group--sm-all-full-width .dre-group__content > .dre-item:nth-child(1n),
      .dre-group--sm-all-full-width.dre-group--2-items .dre-group__content > div,
      .dre-group--sm-all-full-width.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 3.2vw !important; } }

.dre-item__pretitle {
  font-size: calc(18em/16); }

.dre-item--size-half .dre-item__pretitle,
.dre-item--size-two-thirds .dre-item__pretitle,
.dre-item--size-full .dre-item__pretitle {
  font-size: calc(24em/16); }

.dre-item__header {
  font-size: calc(18em/16); }

.dre-item--size-third .dre-item__header,
.dre-item--size-quarter .dre-item__header {
  font-size: calc(14em/16); }

.dre-item--size-quarter .dre-item__pretitle {
  font-size: calc(18em/16); }

.measure .dre-item {
  margin-bottom: 20px; }

.measure [data-text-fit="max-all"] > p {
  white-space: normal; }

.measure .dre-item--placeholder,
.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; }
  .measure .dre-item--placeholder img,
  .measure .dre-item--personalized img {
    max-width: 100%; }

@media (min-width: 864px) {
  .measure .wrapper--size-full-image-left,
  .measure .wrapper--size-full {
    width: 844px; }
  .measure .wrapper--size-two-thirds-image-left,
  .measure .wrapper--size-two-thirds {
    width: 559.33333px; }
  .measure .wrapper--size-half {
    width: 417px; }
  .measure .wrapper--size-third {
    width: 274.66667px; }
  .measure .wrapper--size-quarter {
    width: 203.5px; } }

@media (min-width: 865px) and (max-width: 864px) {
  .measure .wrapper--size-full-image-left,
  .measure .wrapper--size-full {
    width: 844px; }
  .measure .wrapper--size-two-thirds-image-left,
  .measure .wrapper--size-two-thirds {
    width: 559.33333px; }
  .measure .wrapper--size-half {
    width: 417px; }
  .measure .wrapper--size-third {
    width: 274.66667px; }
  .measure .wrapper--size-quarter {
    width: 203.5px; } }

.measure .dre-item--size-full-image-left .dre-item__title,
.measure .dre-item--size-full .dre-item__title {
  font-size: calc(56em / 16); }

.measure .dre-item--size-two-thirds .dre-item__title {
  font-size: calc(53.6em / 16); }

.measure .dre-item--size-two-thirds-image-left .dre-item__title {
  font-size: calc(36em / 16); }

.measure .dre-item--size-half .dre-item__title {
  font-size: calc(40em / 16); }

.measure .dre-item--size-third .dre-item__title {
  font-size: calc(26.4em / 16); }

.measure .dre-item--size-quarter .dre-item__title {
  font-size: calc(20em / 16); }

@media (min-width: 768px) and (max-width: 864px) {
  .measure .dre-item--size-full-image-left,
  .measure .wrapper--size-full {
    width: 748px; }
  .measure .wrapper--size-two-thirds-image-left,
  .measure .wrapper--size-two-thirds {
    width: 495.33333px; }
  .measure .wrapper--size-half {
    width: 369px; }
  .measure .wrapper--size-third {
    width: 242.66667px; }
  .measure .wrapper--size-quarter {
    width: 179.5px; }
  .measure .dre-item--size-full.dre-item--image-left .dre-item__title,
  .measure .dre-item--size-full-image-left .dre-item__title {
    font-size: calc(40em / 16); } }

@media (max-width: 767px) {
  .measure .dre-item {
    font-size: calc(16vw / 3.75); }
  .measure .wrapper--size-full-image-left,
  .measure .wrapper--size-full {
    width: 100vw; }
  .measure .wrapper--size-half {
    width: 49.33333vw; }
  .measure .dre-item--sm-quarter .dre-item__title,
  .measure .dre-item--sm-third .dre-item__title,
  .measure .dre-item--sm-half .dre-item__title {
    font-size: calc(16vw / 3.75); }
  .measure .dre-item--sm-two-thirds .dre-item__title,
  .measure .dre-item--sm-full .dre-item__title,
  .measure .dre-item--sm-full-image-left .dre-item__title {
    font-size: calc(24vw / 3.75); } }

.measure .dre-item--placeholder {
  display: block !important;
  max-width: 100%; }

@media (min-width: 865px) {
  .measure [data-lg] {
    padding: 0;
    margin: 0;
    flex: 0 0 var(--lg-width);
    width: var(--lg-width);
    height: var(--lg-height); }
    .measure [data-lg]::after {
      content: "Desktop: " attr(data-lg);
      display: block; }
    .measure [data-lg].dre-item--size-full {
      margin: 0 auto; }
  .measure [data-lg='hidden'] {
    display: none !important; }
  .measure [data-lg$='%'] {
    height: 0;
    padding-bottom: var(--lg-height); } }

@media (min-width: 768px) and (max-width: 864px) {
  .measure [data-md] {
    padding: 0;
    margin: 0;
    width: var(--md-width);
    flex: 0 0 var(--md-width);
    height: var(--md-height); }
    .measure [data-md]::after {
      content: "Tablet: " attr(data-md);
      display: block; }
    .measure [data-md].dre-item--md-full {
      margin: 0 auto; }
  .measure [data-md='hidden'] {
    display: none !important; }
  .measure [data-md$='%'] {
    height: 0;
    padding-bottom: var(--md-height); } }

@media (max-width: 767px) {
  .measure [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); }
    .measure [data-sm]::after {
      content: "Mobile: " attr(data-sm);
      display: block; }
  .measure [data-sm='hidden'] {
    display: none !important; }
  .measure [data-sm$='%'] {
    height: 0;
    padding-bottom: var(--sm-height); } }

.dre-item-preview {
  background: #fff; }
  .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: 864px) {
    .dre-item-preview [data-size]::before {
      content: "xl " attr(data-size); } }
  @media (min-width: 865px) and (max-width: 864px) {
    .dre-item-preview [data-size]::before {
      content: "lg " attr(data-size); } }
  @media (min-width: 768px) and (max-width: 864px) {
    .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,
    .dre-item-preview .wrapper--size-third,
    .dre-item-preview .wrapper--size-two-thirds {
      display: none; } }

.dre-item__asset {
  position: relative;
  display: block; }
  .dre-item--video .dre-item__asset {
    overflow: hidden; }
  .dre-item__asset .dre-item__video {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none; }
    @media (min-width: 768px) and (max-width: 864px) {
      .dre-item__asset .dre-item__video {
        background-image: var(--bg-image-md); } }
    @media (max-width: 767px) {
      .dre-item__asset .dre-item__video {
        background-image: var(--bg-image-sm); } }
    .dre-item__asset .dre-item__video[controls] {
      pointer-events: all; }
    .dre-item__asset .dre-item__video[data-fit="crop"] {
      object-fit: cover; }
    .dre-item__asset .dre-item__video[data-fit="letterbox"] {
      object-fit: contain; }
  .dre-item__asset .dre-item__gif {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center; }
    .dre-item__asset .dre-item__gif img {
      object-fit: contain;
      object-position: center;
      max-width: 100%;
      max-height: 100%; }

@media (min-width: 865px) {
  .dre-item--size-full-image-left,
  .dre-item--size-full.dre-item--image-left,
  .dre-item--size-full.dre-item--image-right,
  .dre-item--size-two-thirds.dre-item--image-left,
  .dre-item--size-two-thirds.dre-item--image-right,
  .dre-item--size-two-thirds-image-left {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .dre-item--size-full-image-left .dre-item__header,
    .dre-item--size-full.dre-item--image-left .dre-item__header,
    .dre-item--size-full.dre-item--image-right .dre-item__header,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__header,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__header,
    .dre-item--size-two-thirds-image-left .dre-item__header {
      order: 0; }
    .dre-item--size-full-image-left .dre-item__asset,
    .dre-item--size-full.dre-item--image-left .dre-item__asset,
    .dre-item--size-full.dre-item--image-right .dre-item__asset,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__asset,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__asset,
    .dre-item--size-two-thirds-image-left .dre-item__asset {
      order: 1; }
    .dre-item--size-full-image-left .dre-item__text,
    .dre-item--size-full.dre-item--image-left .dre-item__text,
    .dre-item--size-full.dre-item--image-right .dre-item__text,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__text,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__text,
    .dre-item--size-two-thirds-image-left .dre-item__text {
      order: 2;
      box-sizing: border-box;
      align-self: flex-start; }
    .dre-item--size-full-image-left .dre-item__chasers,
    .dre-item--size-full.dre-item--image-left .dre-item__chasers,
    .dre-item--size-full.dre-item--image-right .dre-item__chasers,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__chasers,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__chasers,
    .dre-item--size-two-thirds-image-left .dre-item__chasers {
      order: 3; }
  .dre-item--size-full.dre-item--image-right .dre-item__asset,
  .dre-item--size-full-image-left.dre-item--image-right .dre-item__asset,
  .dre-item--size-two-thirds.dre-item--image-right .dre-item__asset,
  .dre-item--size-two-thirds-image-left.dre-item--image-right .dre-item__asset {
    order: 2; }
  .dre-item--size-full.dre-item--image-right .dre-item__text,
  .dre-item--size-full-image-left.dre-item--image-right .dre-item__text,
  .dre-item--size-two-thirds.dre-item--image-right .dre-item__text,
  .dre-item--size-two-thirds-image-left.dre-item--image-right .dre-item__text {
    order: 1; } }

.dre-item--image-right {
  grid-template-areas: 'Header Header' 'Text Asset' 'Chasers Asset'; }

.dre-item--image-left.dre-item--header .dre-item__header,
.dre-item--image-right.dre-item--header .dre-item__header {
  grid-column: 1 / -1; }

@media (min-width: 865px) {
  .dre-item--image-right.dre-item--size-quarter, .dre-item--image-right.dre-item--size-third, .dre-item--image-right.dre-item--size-half,
  .dre-item--image-left.dre-item--size-quarter,
  .dre-item--image-left.dre-item--size-third,
  .dre-item--image-left.dre-item--size-half {
    display: block; } }

@media (min-width: 865px) and (max-width: 864px) {
  .dre-item--size-full.dre-item--image-left .dre-item__asset, .dre-item--size-full.dre-item--image-right .dre-item__asset {
    width: 274.66667px; }
  .dre-item--size-full.dre-item--image-left .dre-item__text, .dre-item--size-full.dre-item--image-right .dre-item__text {
    width: 559.33333px; }
  .dre-item--size-full.dre-item--image-left .dre-item__asset {
    margin-right: 10px; }
  .dre-item--size-full.dre-item--image-right .dre-item__asset {
    margin-left: 10px; }
  .dre-item--size-full-image-left {
    grid-column-gap: 10px;
    grid-template-columns: 274.66667px 559.33333px; }
    .dre-item--size-full-image-left .dre-item__text {
      width: 559.33333px; }
  .dre-item--size-two-thirds-image-left {
    grid-column-gap: 10px;
    grid-template-columns: 203.5px 345.83333px; }
    .dre-item--size-two-thirds-image-left .dre-item__asset {
      flex-basis: 203.5px; }
    .dre-item--size-two-thirds-image-left .dre-item__text {
      flex-basis: 345.83333px; } }

@media (min-width: 864px) {
  .dre-item--size-full-image-left,
  .dre-item--size-full {
    flex: 0 0 844px;
    width: 844px; }
  .dre-item--size-two-thirds-image-left,
  .dre-item--size-two-thirds {
    flex: 0 0 559.33333px;
    width: 559.33333px;
    max-width: 559.33333px; }
  .dre-item--size-full-image-left,
  .dre-item--size-full.dre-item--image-left,
  .dre-item--size-full.dre-item--image-right {
    grid-column-gap: 10px;
    grid-template-columns: 274.66667px 559.33333px; }
    .dre-item--size-full-image-left .dre-item__header,
    .dre-item--size-full.dre-item--image-left .dre-item__header,
    .dre-item--size-full.dre-item--image-right .dre-item__header {
      flex-basis: 100%; }
    .dre-item--size-full-image-left .dre-item__asset,
    .dre-item--size-full.dre-item--image-left .dre-item__asset,
    .dre-item--size-full.dre-item--image-right .dre-item__asset {
      flex: 0 0 274.66667px; }
    .dre-item--size-full-image-left .dre-item__text,
    .dre-item--size-full.dre-item--image-left .dre-item__text,
    .dre-item--size-full.dre-item--image-right .dre-item__text {
      flex: 0 0 559.33333px;
      max-width: 559.33333px;
      box-sizing: border-box;
      align-self: flex-start; }
    .dre-item--size-full-image-left .dre-item__chasers,
    .dre-item--size-full.dre-item--image-left .dre-item__chasers,
    .dre-item--size-full.dre-item--image-right .dre-item__chasers {
      flex-basis: 100%; }
  .dre-item--size-two-thirds-image-left,
  .dre-item--size-two-thirds.dre-item--image-left,
  .dre-item--size-two-thirds.dre-item--image-right {
    grid-column-gap: 10px;
    grid-template-columns: 203.5px 345.83333px; }
    .dre-item--size-two-thirds-image-left .dre-item__header,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__header,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__header {
      flex-basis: 559.33333px; }
    .dre-item--size-two-thirds-image-left .dre-item__asset,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__asset,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__asset {
      flex: 0 0 203.5px; }
    .dre-item--size-two-thirds-image-left .dre-item__text,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__text,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__text {
      flex: 0 0 345.83333px;
      max-width: 345.83333px;
      box-sizing: border-box; }
  .dre-item--size-half {
    flex: 0 0 417px;
    width: 417px; }
  .dre-item--size-third {
    flex: 0 0 274.66667px;
    width: 274.66667px;
    max-width: 274.66667px; }
  .dre-item--size-quarter {
    flex: 0 0 203.5px;
    width: 203.5px; } }

@media (min-width: 865px) and (max-width: 864px) {
  .dre-item--size-full-image-left,
  .dre-item--size-full {
    flex: 0 0 844px;
    width: 844px; }
  .dre-item--size-two-thirds-image-left,
  .dre-item--size-two-thirds {
    flex: 0 0 559.33333px;
    width: 559.33333px;
    max-width: 559.33333px; }
  .dre-item--size-full-image-left .dre-item__header,
  .dre-item--size-full-image-left .dre-item__chasers,
  .dre-item--size-full.dre-item--image-left .dre-item__header,
  .dre-item--size-full.dre-item--image-left .dre-item__chasers,
  .dre-item--size-full.dre-item--image-right .dre-item__header,
  .dre-item--size-full.dre-item--image-right .dre-item__chasers {
    flex-basis: 100%; }
  .dre-item--size-full-image-left .dre-item__asset,
  .dre-item--size-full.dre-item--image-left .dre-item__asset,
  .dre-item--size-full.dre-item--image-right .dre-item__asset {
    flex: 0 0 274.66667px; }
  .dre-item--size-full-image-left .dre-item__text,
  .dre-item--size-full.dre-item--image-left .dre-item__text,
  .dre-item--size-full.dre-item--image-right .dre-item__text {
    flex: 0 0 559.33333px; }
  .dre-item--size-two-thirds-image-left .dre-item__header,
  .dre-item--size-two-thirds-image-left .dre-item__chasers {
    flex-basis: 559.33333px; }
  .dre-item--size-two-thirds-image-left .dre-item__asset {
    flex: 0 0 203.5px; }
  .dre-item--size-two-thirds-image-left .dre-item__text {
    flex: 0 0 345.83333px;
    max-width: 345.83333px;
    box-sizing: border-box; }
  .dre-item--size-half {
    flex: 0 0 417px;
    width: 417px; }
  .dre-item--size-third {
    flex: 0 0 274.66667px;
    width: 274.66667px;
    max-width: 274.66667px; }
  .dre-item--size-quarter {
    flex: 0 0 203.5px;
    width: 203.5px; } }

@media (min-width: 768px) and (max-width: 864px) {
  .dre-item--md-full-image-left,
  .dre-item--md-full-image-right {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
    grid-column-gap: 10px;
    grid-template-columns: 369px 369px; }
    .dre-item--md-full-image-left .dre-item__header,
    .dre-item--md-full-image-right .dre-item__header {
      flex: 0 0 748px;
      order: 0; }
    .dre-item--md-full-image-left .dre-item__asset,
    .dre-item--md-full-image-right .dre-item__asset {
      flex: 0 0 369px;
      margin: 0;
      order: 1; }
    .dre-item--md-full-image-left .dre-item__text,
    .dre-item--md-full-image-right .dre-item__text {
      box-sizing: border-box;
      margin: 0;
      flex: 0 0 369px;
      overflow: hidden;
      order: 2; }
  .dre-item--md-full-image-right .dre-item__asset {
    order: 2; }
  .dre-item--md-full-image-right .dre-item__text {
    order: 1; }
  .dre-item--md-full,
  .dre-item--md-full-image-left,
  .dre-item--md-full-image-right {
    flex: 0 0 748px;
    width: 748px;
    max-width: 748px; }
  .dre-item--md-two-thirds {
    flex: 0 0 495.33333px;
    width: 495.33333px;
    max-width: 495.33333px; }
  .dre-item--md-half {
    flex: 0 0 369px;
    width: 369px;
    max-width: 369px; }
  .dre-item--md-third {
    flex: 0 0 242.66667px;
    width: 242.66667px;
    max-width: 242.66667px; }
  .dre-item--md-quarter {
    flex: 0 0 179.5px;
    width: 179.5px; } }

@media (max-width: 767px) {
  .dre-item--sm-full-image-left,
  .dre-item--sm-full-image-right {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start; }
    .dre-item--sm-full-image-left .dre-item__header,
    .dre-item--sm-full-image-right .dre-item__header {
      width: 100vw;
      flex: 0 0 100vw; }
    .dre-item--sm-full-image-left .dre-item__asset,
    .dre-item--sm-full-image-right .dre-item__asset {
      width: 32.44444vw;
      flex: 0 0 32.44444vw; }
    .dre-item--sm-full-image-left .dre-item__text,
    .dre-item--sm-full-image-right .dre-item__text {
      width: 66.22222vw;
      flex: 0 0 66.22222vw;
      overflow: hidden;
      box-sizing: border-box; }
  .dre-item--sm-full-image-right .dre-item__header {
    order: 0; }
  .dre-item--sm-full-image-right .dre-item__asset {
    order: 2; }
  .dre-item--sm-full-image-right .dre-item__text {
    order: 1; }
  .dre-item--sm-full-image-right .dre-item__chasers {
    order: 3; }
  .dre-item--sm-full,
  .dre-item--sm-full-image-left,
  .dre-item--sm-full-image-right {
    flex: 0 0 100vw;
    width: 100vw; }
  .dre-item--sm-two-thirds {
    flex: 0 0 66.22222vw;
    width: 66.22222vw; }
  .dre-item--sm-half {
    flex: 0 0 49.33333vw;
    width: 49.33333vw; }
  .dre-item--sm-third {
    flex: 0 0 32.44444vw;
    width: 32.44444vw; }
  .dre-item--sm-quarter {
    flex: 0 0 24vw;
    width: 24vw; } }

@supports (display: grid) {
  .dre-group--main-single-double .dre-group__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'A B B' 'A C D';
    grid-column-gap: 10px;
    grid-row-gap: 12px; }
    .dre-group--main-single-double .dre-group__content .dre-item {
      margin: 0;
      width: auto; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1) {
      grid-area: A; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(2) {
      grid-area: B; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(3) {
      grid-area: C; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(4) {
      grid-area: D; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1n+5) {
      grid-column-start: 1;
      grid-column-end: 4; }
    @media (min-width: 865px) and (max-width: 864px) {
      .dre-group--main-single-double .dre-group__content {
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
    @media (min-width: 768px) and (max-width: 864px) {
      .dre-group--main-single-double .dre-group__content {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 12px;
        grid-template-areas: 'A B' 'A C' 'D D'; }
        .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1n+4) {
          grid-column-start: 1;
          grid-column-end: 3; } }
    @media (max-width: 767px) {
      .dre-group--main-single-double .dre-group__content {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1.33333vw;
        grid-row-gap: 3.2vw;
        grid-template-areas: 'A B' 'A C'; }
        .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: 865px) {
    .dre-group--single-single-double .dre-group__content {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-areas: 'A B C' 'A B D'; }
      .dre-group--single-single-double .dre-group__content .dre-item {
        margin: 0;
        width: auto; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(1) {
        grid-area: A; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(2) {
        grid-area: B; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(3) {
        grid-area: C; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(4) {
        grid-area: D; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(1n+5) {
        grid-column-start: 1;
        grid-column-end: 4; } }
  @media (min-width: 864px) {
    .dre-group--single-single-double .dre-group__content {
      grid-column-gap: 10px;
      grid-row-gap: 12px; } }
  @media (min-width: 865px) and (max-width: 864px) {
    .dre-group--single-single-double .dre-group__content {
      grid-column-gap: 10px;
      grid-row-gap: 12px; } }
  @media (min-width: 865px) {
    .dre-group--main-others {
      margin-bottom: 12px; }
      .dre-group--main-others.dre-group--2-items {
        margin-bottom: 12px; }
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > div:nth-child(1n) {
          margin: 0; }
      .dre-group--main-others .dre-group__content {
        grid-template-areas: 'A B' 'A C';
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
      @media (min-width: 865px) and (min-width: 865px) and (max-width: 864px) {
        .dre-group--main-others .dre-group__content {
          grid-column-gap: 10px;
          grid-row-gap: 12px; } }
  @media (min-width: 865px) {
        .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n):last-child {
          margin: 0; }
        .dre-group--main-others .dre-group__content .dre-item:nth-child(1) {
          grid-area: A; }
        .dre-group--main-others .dre-group__content .dre-item:nth-child(2) {
          grid-area: B; }
        .dre-group--main-others .dre-group__content .dre-item:nth-child(3) {
          grid-area: C; }
        .dre-group--main-others .dre-group__content .dre-item:nth-child(1n+4) {
          grid-column-start: 1;
          grid-column-end: 3; }
      .dre-group--main-others.dre-group--flipped .dre-group__content {
        grid-template-areas: 'B A' 'C A'; }
    .dre-group--half .dre-group__content,
    .dre-group--half-half .dre-group__content {
      display: grid;
      grid-template-areas: 'A B' 'A C';
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 10px;
      grid-row-gap: 12px; } }
    @media (min-width: 865px) and (min-width: 865px) and (max-width: 864px) {
      .dre-group--half .dre-group__content,
      .dre-group--half-half .dre-group__content {
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
  @media (min-width: 865px) {
      .dre-group--half .dre-group__content .dre-item:nth-child(1n),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(1n) {
        margin: 0; }
      .dre-group--half .dre-group__content .dre-item:nth-child(1),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(1) {
        grid-area: A; }
      .dre-group--half .dre-group__content .dre-item:nth-child(2),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(2) {
        grid-area: B; }
      .dre-group--half .dre-group__content .dre-item:nth-child(3),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(3) {
        grid-area: C; }
      .dre-group--half .dre-group__content .dre-item:nth-child(1n+4),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(1n+4) {
        grid-column-start: 1;
        grid-column-end: 3; }
    .dre-group--2-items .dre-group__content {
      grid-template-areas: 'A B'; }
      .dre-group--2-items .dre-group__content .dre-item:nth-child(1) {
        grid-area: A; }
      .dre-group--2-items .dre-group__content .dre-item:nth-child(2) {
        grid-area: B; }
    .dre-group--2-items.dre-group--lg-hide-1 .dre-group__content {
      grid-template-areas: 'B B'; }
    .dre-group--2-items.dre-group--lg-hide-2 .dre-group__content {
      grid-template-areas: 'A A'; }
    .dre-group--2-items.dre-group--flipped .dre-group__content {
      display: grid;
      grid-template-areas: 'B A'; } }
  @media (min-width: 768px) {
    .dre-group--half-half-main-right .dre-group__content {
      display: grid;
      grid-template-areas: 'A C' 'B C';
      grid-template-columns: 1fr 1fr; } }
    @media (min-width: 768px) and (min-width: 864px) {
      .dre-group--half-half-main-right .dre-group__content {
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
    @media (min-width: 768px) and (min-width: 865px) and (max-width: 864px) {
      .dre-group--half-half-main-right .dre-group__content {
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 864px) {
      .dre-group--half-half-main-right .dre-group__content {
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
  @media (min-width: 768px) {
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1n) {
        margin: 0; }
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1) {
        grid-area: A; }
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(2) {
        grid-area: B; }
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(3) {
        grid-area: C; }
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1n+4) {
        grid-column-start: 1;
        grid-column-end: 3; } }
  .dre-group--two-columns-half-half-right .dre-group__content,
  .dre-group--two-columns-half-half-left .dre-group__content {
    display: grid;
    grid-template-areas: 'A B' 'A C';
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 864px) {
      .dre-group--two-columns-half-half-right .dre-group__content,
      .dre-group--two-columns-half-half-left .dre-group__content {
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
    @media (min-width: 865px) and (max-width: 864px) {
      .dre-group--two-columns-half-half-right .dre-group__content,
      .dre-group--two-columns-half-half-left .dre-group__content {
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
    @media (min-width: 768px) and (max-width: 864px) {
      .dre-group--two-columns-half-half-right .dre-group__content,
      .dre-group--two-columns-half-half-left .dre-group__content {
        grid-column-gap: 10px;
        grid-row-gap: 12px; } }
    @media (max-width: 767px) {
      .dre-group--two-columns-half-half-right .dre-group__content,
      .dre-group--two-columns-half-half-left .dre-group__content {
        grid-column-gap: 1.33333vw;
        grid-row-gap: 3.2vw; } }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1n),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(1n) {
      margin: 0; }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(1) {
      grid-area: A; }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(2),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(2) {
      grid-area: B; }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(3),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(3) {
      grid-area: C; }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1n+4),
    .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: 864px) {
    .dre-group--two-columns-half-half-right,
    .dre-group--two-columns-half-half-left {
      width: 559.33333px; } }
  @media (min-width: 865px) and (max-width: 864px) {
    .dre-group--two-columns-half-half-right,
    .dre-group--two-columns-half-half-left {
      width: 559.33333px; } } }

@supports (display: grid) {
  display: grid;
  .dre-item__asset {
    float: none;
    width: auto;
    margin-right: 0; } }

.dre-preview {
  background: #f2f2f2; }
  .dre-preview .front {
    margin-top: 15px;
    box-sizing: content-box; }
    @media (min-width: 864px) {
      .dre-preview .front {
        padding: 0 10px; } }
    @media (min-width: 865px) and (max-width: 864px) {
      .dre-preview .front {
        padding: 0 10px; } }
    @media (min-width: 768px) and (max-width: 864px) {
      .dre-preview .front {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .dre-preview .front {
        padding: 0 0; } }

.theme-seiskafi {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  padding: 0;
  color: #000000;
  background: #ffffff;
  --dre-text-fit: none; }
  @media (min-width: 864px) {
    .theme-seiskafi {
      width: 844px;
      max-width: 844px; }
      .theme-seiskafi .dre-item {
        --dre-layout-mode: adaptive;
        --dre-min-breakpoint: 864px; } }
  @media (min-width: 865px) and (max-width: 864px) {
    .theme-seiskafi {
      width: 844px;
      max-width: 844px; }
      .theme-seiskafi .dre-item {
        --dre-layout-mode: adaptive;
        --dre-min-breakpoint: 865px;
        --dre-max-breakpoint: 864px; } }
  @media (min-width: 768px) and (max-width: 864px) {
    .theme-seiskafi {
      width: 748px;
      max-width: 748px; }
      .theme-seiskafi .dre-item {
        --dre-layout-mode: adaptive;
        --dre-min-breakpoint: 768px;
        --dre-max-breakpoint: 864px; } }
  @media (max-width: 767px) {
    .theme-seiskafi {
      width: 100vw;
      max-width: 100vw; }
      .theme-seiskafi .dre-item {
        --dre-layout-mode: responsive;
        --dre-max-breakpoint: 767px; } }
  .theme-seiskafi .font-load {
    font-family: "Anton", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .theme-seiskafi .font-load-1 {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .theme-seiskafi .dre-group__content {
    align-items: flex-start; }
  @media (min-width: 865px) {
    .theme-seiskafi .dre-group--row .dre-item--size-full:first-child:not(:last-child) {
      margin-bottom: 12px; } }
  @media (min-width: 768px) and (max-width: 864px) {
    .theme-seiskafi .dre-group--row .dre-item--md-full:first-child:not(:last-child) {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .theme-seiskafi .dre-group--row .dre-item--sm-full:first-child:not(:last-child) {
      margin-bottom: 3.2vw; } }
  .theme-seiskafi .dre-item {
    font-size: 16px;
    background: #ffed00; }
  .theme-seiskafi .dre-item__text {
    position: relative;
    padding: 12px;
    border-top: 3px solid #f9f9f9; }
  .theme-seiskafi .dre-item__pretitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: calc(3px + 100%);
    left: 0;
    background: #f9f9f9;
    color: #333333;
    padding: 3px 10px 0;
    font-size: 18px;
    line-height: 1.3; }
  .theme-seiskafi .dre-item__asset {
    background: #ffffff; }
  .theme-seiskafi .dre-item--skin-hotnow .dre-item__asset,
  .theme-seiskafi .dre-item--skin-hotnow .dre-item__pretitle {
    color: #ec1c24;
    background: #000000; }
  .theme-seiskafi .dre-item--skin-hotnow .dre-item__text {
    border-color: #000000; }
  .theme-seiskafi .dre-item--skin-telkkari .dre-item__asset,
  .theme-seiskafi .dre-item--skin-telkkari .dre-item__pretitle {
    color: #ffffff;
    background: #00aced; }
  .theme-seiskafi .dre-item--skin-telkkari .dre-item__text {
    border-color: #00aced; }
  .theme-seiskafi .dre-item--skin-oho .dre-item__asset,
  .theme-seiskafi .dre-item--skin-oho .dre-item__pretitle {
    color: #ffffff;
    background: #ec1c24; }
  .theme-seiskafi .dre-item--skin-oho .dre-item__text {
    border-color: #ec1c24; }
  .theme-seiskafi .dre-item--skin-hllwd .dre-item__asset,
  .theme-seiskafi .dre-item--skin-hllwd .dre-item__pretitle {
    color: #ffffff;
    background: #ff0092; }
  .theme-seiskafi .dre-item--skin-hllwd .dre-item__text {
    border-color: #ff0092; }
  .theme-seiskafi .dre-item--skin-native {
    background: #e2e2e2; }
    .theme-seiskafi .dre-item--skin-native .dre-item__asset,
    .theme-seiskafi .dre-item--skin-native .dre-item__pretitle {
      color: #000000;
      background: #e2e2e2; }
    .theme-seiskafi .dre-item--skin-native .dre-item__text {
      border-color: #e2e2e2; }
  .theme-seiskafi .dre-item--skin-black .dre-item__asset,
  .theme-seiskafi .dre-item--skin-black .dre-item__pretitle {
    color: #ffffff;
    background: #000000; }
  .theme-seiskafi .dre-item--skin-black .dre-item__text,
  .theme-seiskafi .dre-item--skin-black .dre-item__chasers {
    border-color: #000000;
    background: #000000;
    color: #ffffff; }
  .theme-seiskafi .dre-item--skin-black.dre-item--chasers .dre-item__chaser {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7.5L0.0357144 14.8612L0.0357151 0.138783L14 7.5Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .theme-seiskafi .dre-item--skin-white .dre-item__asset,
  .theme-seiskafi .dre-item--skin-white .dre-item__pretitle {
    background: #ffffff; }
  .theme-seiskafi .dre-item--skin-white .dre-item__text,
  .theme-seiskafi .dre-item--skin-white .dre-item__chasers {
    border-color: #ffffff;
    background: #ffffff;
    color: #000000; }
  .theme-seiskafi .dre-item--feature-image-tag-katso-kuva .dre-item__asset::before,
  .theme-seiskafi .dre-item--feature-image-tag-katso-kuvat .dre-item__asset::before,
  .theme-seiskafi .dre-item--feature-image-tag-katso-video .dre-item__asset::before,
  .theme-seiskafi .dre-item--feature-image-tag-vain-seiskassa .dre-item__asset::before,
  .theme-seiskafi .dre-item--feature-image-tag-podcast .dre-item__asset::before,
  .theme-seiskafi .dre-item--feature-image-tag-klubi .dre-item__asset::before,
  .theme-seiskafi .dre-item--skin-native .dre-item__asset::before {
    content: 'Katso kuva!';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    height: 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 1px 31px 1px 3px;
    color: #ffed00;
    background-color: #000000;
    background-image: url("https://smooth-storage.aptoma.no/users/allerfi/files/logos/nkm6j-seiskafi-icon-image.svg?accessToken=6d7f65f815aef1025d346476b9fd971fa3719d93081d38a9a4d2e46ad0f6adcf");
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 28px; }
  .theme-seiskafi .dre-item--feature-image-tag-katso-kuvat .dre-item__asset::before {
    content: 'Katso kuvat!'; }
  .theme-seiskafi .dre-item--feature-image-tag-katso-video .dre-item__asset::before {
    content: 'Katso video!';
    background-image: url("https://smooth-storage.aptoma.no/users/allerfi/files/logos/iuyis-seiskafi-icon-video.svg?accessToken=f263876c608ac11e147ca02a16e810c9b8951c42aff640e808fbcd4bb9bc6388");
    padding-right: 30px; }
  .theme-seiskafi .dre-item--feature-image-tag-vain-seiskassa .dre-item__asset::before {
    content: 'Vain seiskassa!';
    background-image: url("https://smooth-storage.aptoma.no/users/allerfi/files/logos/7e429-seiskafi-icon-exclusive.svg?accessToken=24eb5474493579c998edb2c9235c54477f293d6c38b9bad165ad41ce2346dd99");
    padding-right: 29px;
    background-size: 28px; }
  .theme-seiskafi .dre-item--feature-image-tag-podcast .dre-item__asset::before {
    content: 'podcast';
    background-image: url("https://smooth-storage.aptoma.no/users/allerfi/files/logos/90tp6-seiskafi-icon-podcast.svg?accessToken=4133064e182b92eb41ff515d65515a9657367112e7584a8c6d684bef09fe8a76");
    padding-right: 27px; }
  .theme-seiskafi .dre-item--feature-image-tag-klubi .dre-item__asset::before {
    content: '';
    background-image: url("https://smooth-storage.aptoma.no/users/allerfi/files/logos/9jeov-klubi.png?accessToken=f598f2c85a81f8b7290cd8123382cb36d8aabfa9ee4441a69142d19bf7d7a667");
    background-size: contain;
    background-position: center;
    width: 114px; }
  .theme-seiskafi .dre-item--skin-native .dre-item__asset::before {
    content: 'Kaupallinen yhteistyö';
    background: #e2e2e2;
    color: #000000;
    font-size: 18px;
    text-transform: none;
    padding-right: 3px;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .theme-seiskafi .dre-item__chasers {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px; }
    .theme-seiskafi .dre-item__chasers .dre-item__chaser {
      display: block;
      color: currentColor;
      padding-left: 49px;
      padding-bottom: 12px;
      line-height: 1.3;
      background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7.5L0.0357144 14.8612L0.0357151 0.138783L14 7.5Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 14px 5px; }
    @media (max-width: 767px) {
      .theme-seiskafi .dre-item__chasers {
        font-size: 18px;
        padding-left: 6px; }
        .theme-seiskafi .dre-item__chasers .dre-item__chaser {
          padding-left: 40px; } }
  .theme-seiskafi .dre-item__title {
    line-height: 1.3; }
    .theme-seiskafi .dre-item__title strong {
      font-weight: normal;
      text-transform: uppercase;
      display: block;
      line-height: 1.15; }
  @media (min-width: 865px) {
    .theme-seiskafi .dre-item__asset {
      height: 182px;
      overflow: hidden; }
    .theme-seiskafi .dre-item--size-full-image-left .dre-item__asset,
    .theme-seiskafi .dre-item--size-two-thirds-image-left .dre-item__asset {
      border-right: 3px solid #ffffff; }
    .theme-seiskafi .dre-item--size-full-image-left .dre-item__text,
    .theme-seiskafi .dre-item--size-two-thirds-image-left .dre-item__text {
      position: initial;
      border-top: none; }
    .theme-seiskafi .dre-item--size-full-image-left .dre-item__pretitle,
    .theme-seiskafi .dre-item--size-two-thirds-image-left .dre-item__pretitle {
      bottom: 0;
      left: 0; }
    @supports (display: grid) {
      .theme-seiskafi .dre-item--size-full-image-left.dre-item--chasers,
      .theme-seiskafi .dre-item--size-two-thirds-image-left.dre-item--chasers {
        display: grid;
        grid-template-areas: 'Asset Text' 'Asset Chasers'; }
        .theme-seiskafi .dre-item--size-full-image-left.dre-item--chasers .dre-item__header,
        .theme-seiskafi .dre-item--size-two-thirds-image-left.dre-item--chasers .dre-item__header {
          display: none; }
        .theme-seiskafi .dre-item--size-full-image-left.dre-item--chasers .dre-item__asset,
        .theme-seiskafi .dre-item--size-two-thirds-image-left.dre-item--chasers .dre-item__asset {
          grid-area: Asset; }
        .theme-seiskafi .dre-item--size-full-image-left.dre-item--chasers .dre-item__text,
        .theme-seiskafi .dre-item--size-two-thirds-image-left.dre-item--chasers .dre-item__text {
          grid-area: Text;
          justify-content: flex-end; }
        .theme-seiskafi .dre-item--size-full-image-left.dre-item--chasers .dre-item__chasers,
        .theme-seiskafi .dre-item--size-two-thirds-image-left.dre-item--chasers .dre-item__chasers {
          grid-area: Chasers;
          justify-content: flex-start; } }
    .theme-seiskafi .dre-item--size-full .dre-item__asset {
      height: 224px; }
    .theme-seiskafi .dre-item--size-full .dre-item__title {
      line-height: 1.3;
      font-size: 27px; }
      .theme-seiskafi .dre-item--size-full .dre-item__title strong {
        line-height: 1.15;
        font-size: 39px; }
    .theme-seiskafi .dre-item--size-full-image-left .dre-item__title,
    .theme-seiskafi .dre-item--size-two-thirds .dre-item__title {
      font-size: 27px;
      letter-spacing: 0.01em; }
      .theme-seiskafi .dre-item--size-full-image-left .dre-item__title strong,
      .theme-seiskafi .dre-item--size-two-thirds .dre-item__title strong {
        font-size: 39px; }
    .theme-seiskafi .dre-item--size-half .dre-item__title {
      font-size: 27px;
      letter-spacing: 0.01em; }
      .theme-seiskafi .dre-item--size-half .dre-item__title strong {
        font-size: 39px; }
    .theme-seiskafi .dre-item--size-two-thirds-image-left .dre-item__title,
    .theme-seiskafi .dre-item--size-third .dre-item__title {
      font-size: 20px;
      letter-spacing: 0.02em; }
      .theme-seiskafi .dre-item--size-two-thirds-image-left .dre-item__title strong,
      .theme-seiskafi .dre-item--size-third .dre-item__title strong {
        font-size: 27px;
        letter-spacing: 0.01em; } }
  @media (min-width: 768px) and (max-width: 864px) {
    .theme-seiskafi .dre-item__title {
      font-size: 20px;
      letter-spacing: 0.025em; }
    .theme-seiskafi .dre-item--md-full-image-left .dre-item__asset {
      border-right: 3px solid #ffffff; }
    .theme-seiskafi .dre-item--md-full-image-left .dre-item__text {
      position: initial;
      border-top: none; }
    .theme-seiskafi .dre-item--md-full-image-left .dre-item__pretitle {
      top: initial;
      bottom: 0;
      left: 0; }
    .theme-seiskafi .dre-item--md-full .dre-item__title strong {
      font-size: 27px; } }
  @media (max-width: 767px) {
    .theme-seiskafi .dre-item__asset {
      height: calc(182vw / 3.75);
      overflow: hidden; }
    .theme-seiskafi .dre-item__title {
      font-size: 20px;
      letter-spacing: 0.025em; }
      .theme-seiskafi .dre-item__title strong {
        letter-spacing: 0.01em;
        font-size: 27px; }
    .theme-seiskafi .dre-item--sm-full-image-left .dre-item__asset {
      border-right: 3px solid #ffffff; }
    .theme-seiskafi .dre-item--sm-full-image-left .dre-item__text {
      position: initial;
      border-top: none; }
    .theme-seiskafi .dre-item--sm-full-image-left .dre-item__pretitle {
      top: initial;
      bottom: 0;
      left: 0; } }

.dre-item-preview {
  background: #f2f2f2; }
  .dre-item-preview .dre-item--size-quarter {
    display: none; }

.measure .dre-item {
  --dre-image-mode: fixed-ratio; }

@media (min-width: 865px) {
  .measure .dre-item--size-full {
    --dre-image-height-ratio: 0.2654; }
  .measure .dre-item--size-two-thirds {
    --dre-image-height-ratio: 0.32539; }
  .measure .dre-item--size-half {
    --dre-image-height-ratio: 0.43645; }
  .measure .dre-item--size-full-image-left,
  .measure .dre-item--size-third {
    --dre-image-height-ratio: 0.66262; }
  .measure .dre-item--size-two-thirds-image-left {
    --dre-image-height-ratio: 0.89435; } }

@media (min-width: 768px) and (max-width: 864px) {
  .measure .dre-item--md-full {
    --dre-image-height-ratio: 0.29947; }
  .measure .dre-item--md-two-thirds {
    --dre-image-height-ratio: 0.36743; }
  .measure .dre-item--md-full-image-left,
  .measure .dre-item--md-half {
    --dre-image-height-ratio: 0.49322; }
  .measure .dre-item--md-third {
    --dre-image-height-ratio: 0.75; } }

@media (max-width: 767px) {
  .measure .dre-item--sm-full {
    --dre-image-height-ratio: 0.48533; }
  .measure .dre-item--sm-full-image-left {
    --dre-image-height-ratio: 1.18696; }
  .measure .dre-item--sm-half {
    --dre-image-height-ratio: 0.98378; } }

/*# sourceMappingURL=seiskafi.css.map */