.tp-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121214;
  z-index: 300000;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.tp-backdrop.tp-active {
  opacity: 0.9;
}
.tp-modal .tp-close.tp-square {
  background: #ccc;
  border-radius: 0;
  border: 0;
  top: 0;
  right: -40px;
}
.tp-modal .tp-close {
  display: none;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #fff
    url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.51 7.208l-.706-.708-2.798 2.798L7.207 6.5l-.707.707 2.798 2.799L6.503 12.8l.707.707 2.796-2.795 2.792 2.792.707-.707-2.792-2.792 2.798-2.798z' fill='%23000' fill-opacity='.4'/%3E%3C/svg%3E")
    center center no-repeat;
  border: none;
  box-shadow: 0 0 10px rgba(28, 37, 68, 0.15);
  outline: none;
  z-index: 300100;
  border-radius: 40px;
  opacity: 0;
  cursor: pointer;
  transform: scale(0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tp-modal .tp-close:hover,
.tp-modal .tp-close:focus {
  box-shadow: 0 0 10px 2px rgba(28, 37, 68, 0.15);
}
.tp-modal .tp-close:focus {
  border: 1px solid;
}
.tp-modal .tp-close.tp-active {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.tp-modal .tp-iframe-wrapper[dir="rtl"] .tp-close {
  right: initial;
  left: -20px;
}
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close {
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border-left: 1px solid rgba(15, 15, 21, 0.2);
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M3 3L13 13M13 3L3 13' stroke='%230F0F15' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
    center center no-repeat;
  opacity: 0.3;
}
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active {
  opacity: 0.3;
}
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close:hover,
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close:focus {
  box-shadow: none;
  border: none;
  border-left: 1px solid rgba(15, 15, 21, 0.06);
  opacity: 1;
}
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir="rtl"] .tp-close {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid rgba(15, 15, 21, 0.2);
}
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir="rtl"] .tp-close:hover,
.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir="rtl"] .tp-close:focus {
  border-left: none;
  border-right: 1px solid rgba(15, 15, 21, 0.06);
}
.tp-modal {
  z-index: 300050;
}
@media screen and (max-width: 650px) {
  .tp-modal .tp-close {
    right: 0;
  }
  .tp-modal .tp-iframe-wrapper[dir="rtl"] .tp-close {
    right: initial;
    left: 0;
  }
}
.tp-modal .tp-iframe-wrapper.tp-curtain {
  width: 600px;
  height: 480px;
}
.tp-modal-open {
  overflow: hidden !important;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.tp-modal-open.tp-modal-resizing {
  -webkit-overflow-scrolling: auto;
}
.tp-modal-close {
  overflow: auto;
}
.tp-iframe-wrapper {
  position: relative;
  margin: 50px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}
.tp-iframe-wrapper.no-shadow {
  box-shadow: unset;
}
.tp-modal {
  overflow-x: hidden;
  overflow-y: scroll !important;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateZ(0);
}
.tp-modal .tp-message {
  font-family: Graphik Web Regular, Helvetica, Arial, sans-serif;
  padding: 10px;
}
.tp-modal .tp-btn-container {
  padding-left: 10px;
  padding-bottom: 10px;
}
.tp-cxense-placeholder-modal {
  width: 100%;
  background-color: #fff;
  max-width: 912px;
  display: block;
  overflow: hidden;
  height: auto;
  opacity: 1;
}
.tp-widget-placeholder > div:after {
  display: block;
  content: "";
  clear: both;
}
.tp-btn {
  text-decoration: none;
  cursor: pointer;
  padding: 0 18px;
  line-height: 40px;
  border-collapse: separate;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  border: none;
  box-shadow: inset 0 -1px rgba(216, 218, 221, 0);
  background: #3878d8;
  background-position: bottom;
  text-shadow: none;
  font-family: Graphik Web Regular, Helvetica, Arial, sans-serif;
  white-space: nowrap;
  outline: 0;
}
.tp-please-wait.tp-active {
  display: block;
  opacity: 0.9;
  transition: opacity 0.25s linear;
}
.tp-please-wait {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #999;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  color: #fff;
  font-weight: lighter;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}
.tp-please-wait.tp-overlap {
  position: fixed;
  z-index: 300150;
}
.tp-please-wait.tp-local-overlap {
  position: absolute;
}
.tp-please-wait > .tp-icon {
  width: 80px;
  height: 80px;
  margin: 100px auto 20px;
}
.pn-spinner {
  color: gray;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.pn-spinner div {
  transform-origin: 40px 40px;
  animation: pn-spinner 1.2s linear infinite;
}
.pn-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.pn-spinner div:nth-child(1) {
  transform: rotate(0);
  animation-delay: -1.1s;
}
.pn-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.pn-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.pn-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.pn-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.pn-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.pn-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.pn-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.pn-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.pn-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.pn-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.pn-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes pn-spinner {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tp-please-wait > .tp-icon.tp-centered {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-iframe-wrapper.no-width .tp-close,
.tp-iframe-wrapper.no-height .tp-close,
.tp-modal.no-width .tp-close,
.tp-modal.no-height .tp-close {
  display: none;
}
.tp-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tp-banner > .tp-container-inner,
.tp-banner > .tp-container-inner > iframe {
  width: inherit !important;
}
.tp-modal-overscroll-prevented {
  overscroll-behavior: contain;
  width: 100%;
  overflow-x: unset;
  overflow-y: scroll;
}
.tp-scroll-prevented {
  height: 100vh;
  overflow: hidden;
  touch-action: none;
}
.tp-body-scroll-prevented {
  touch-action: none;
}

.ue-c-article__taboola-in-body {
  --taboola-in-body-font01: Mundo, "Times New Roman", Times, serif;
  --taboola-in-body-font02: Roboto, Tahoma, Geneva, sans-serif;
  --taboola-in-body-color01: black;
  --taboola-in-body-color02: #cecece;
}

.ue-c-article__taboola-in-body {
  margin: 1rem auto;
  border: 1px solid var(--taboola-in-body-color02);
  background: white;
  padding: 1.625rem 1rem;
}

.ue-c-article__taboola-in-body__title {
  margin-bottom: 1rem;
  color: var(--taboola-in-body-color01);
  font-weight: 700;
  font-family: var(--taboola-in-body-font01);
  text-transform: uppercase;
  font-size: 1.1875rem;
  border-bottom: 1px solid var(--taboola-in-body-color02);
}

.ue-c-article__taboola-in-body__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}

.ue-c-article__taboola-in-body__item {
  position: relative;
  text-decoration: none;
}

.ue-c-article__taboola-in-body__item:last-child::after {
  content: "";
  top: 0;
  left: calc(12% * -1);
  width: 1px;
  height: 100%;
  background-color: var(--taboola-in-body-color02);
  position: absolute;
}

a.ue-c-article__context {
  text-decoration: none;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 740px) {
  a.ue-c-article__context {
    grid-template-columns: 1fr 35%;
  }
}

a.ue-c-article__context:hover {
  text-decoration: underline;
  color: var(--taboola-in-body-color01);
}

.ue-c-article__context-media {
  aspect-ratio: 1/1;
}

.ue-c-article__context-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (min-width: 740px) {
  .ue-c-article__context-media {
    order: 1;
  }
}

.ue-c-article__context-title {
  font-size: 0.875rem;
  font-family: var(--taboola-in-body-font02);
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  color: var(--taboola-in-body-color01);
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** Common styles across all window sizes. */
.swg-dialog,
.swg-toast {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1) !important;
}

.swg-toast {
  position: fixed !important;
  bottom: 0 !important;
  max-height: 46px !important;
  z-index: 2147483647 !important;
  border: none !important;
}

/**
  * Wide desktop screen support, when width is >= 871px and height is >= 641px.
  */
@media (min-width: 871px) and (min-height: 641px) {
  .swg-dialog.swg-wide-dialog {
    width: 870px !important;
    left: -435px !important;
  }
}

/** Tablet/Medium screen support, when width OR height is <= 640px. */
@media (max-width: 640px), (max-height: 640px) {
  .swg-dialog,
  .swg-toast {
    width: 480px !important;
    left: -240px !important;
    margin-left: calc(100vw - 100vw / 2) !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px,
      rgba(60, 64, 67, 0.15) 0 1px 4px 1px !important;
  }
}

/** Desktop/Large screen support, when width AND height are >= 641px. */
@media (min-width: 641px) and (min-height: 641px) {
  .swg-dialog {
    width: 630px !important;
    left: -315px !important;
    margin-left: calc(100vw - 100vw / 2) !important;
    background-color: transparent !important;
    border: none !important;
  }

  .swg-toast {
    border-radius: 4px !important;
    bottom: 8px !important;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
      0 1px 5px 0 rgb(0 0 0 / 12%) !important;
    left: 8px !important;
  }
}

/** Phone/Small screen support, when width is <= 480px. */
@media (max-width: 480px) {
  .swg-dialog,
  .swg-toast {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
  }
}

/**
  * Class applied to content page to disable scrolling.
  */
html > body.swg-disable-scroll,
html > body.swg-disable-scroll * {
  overflow: hidden !important;
}

.trc_rbox_container {
  direction: ltr;
  text-align: left;
}
.trc_rbox_container [class*="span"] {
  float: none;
  margin-left: 0;
}
.trc_multi_widget_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.trc_multi_widget_container .trc_rbox_div {
  margin: 0;
}
.trc_rbox_header {
  border: 0 solid;
  overflow: hidden;
  vertical-align: middle;
}
.trc_rbox_container .trc_img {
  display: inline-block !important;
}
.trc_rbox_header_icon_div {
  display: table-cell;
  vertical-align: baseline;
}
.trc_rbox_header .trc_rbox_header_icon_div .trc_rbox_header_icon_img {
  vertical-align: middle;
  width: auto;
}
.trc_rbox_header_icon_span {
  display: inline-table;
}
.in_trc_header {
  position: relative !important;
  float: right;
  margin: 0;
}
#trc_rbox_css_loaded {
  overflow: hidden;
  width: 0;
  height: 0;
}
.trc_rbox {
  margin-top: 0;
}
.trc_rbox_div {
  margin: 0 0 3px;
  direction: ltr;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  position: relative;
  width: auto;
  border: solid #ccc 1px;
}
.loading-animation span {
  display: block;
}
.videoCube {
  zoom: 1;
  cursor: pointer;
  float: none;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.videoCube_hover,
div.videoCube:hover {
  cursor: pointer;
}
.videoCube span.video-title:hover,
.videoCube_hover span.video-title {
  text-decoration: underline;
}
.videoCube a {
  text-decoration: none;
  border: 0;
  color: #000;
  cursor: pointer;
}
.videoCube a,
.videoCube a:hover,
.videoCube a:link,
.videoCube_hover a {
  text-decoration: none !important;
  outline: 0;
}
.videoCube a .thumbBlock {
  float: left;
  display: block;
  overflow: hidden !important;
}
.videoCube a img,
.videoCube img {
  border: 0;
  display: block;
  margin: 0;
  height: auto;
  width: auto;
}
.videoCube .video-label {
  display: block;
  overflow: hidden;
}
.videoCube .video-label {
  width: auto !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.videoCube .video-label-box.label-box-with-title-icon {
  display: table;
}
.video-icon-container {
  float: left;
  display: table-cell;
  vertical-align: baseline;
}
.video-icon-img {
  vertical-align: middle;
}
.videoCube .video-duration {
  height: 0;
  float: left;
  position: relative;
  color: #fff;
  font-size: 11px;
}
.videoCube .video-duration dt {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #000;
  opacity: 0.6;
}
.videoCube span.video-label.trc_ellipsis {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.videoCube span.video-label.trc-smart-ellipsis {
  position: relative;
  overflow: hidden;
}
.videoCube span.video-label.trc-smart-ellipsis ins {
  display: inline-block;
  text-decoration: inherit;
}
.videoCube span.video-label.trc-smart-ellipsis.tbl-ltr-label {
  direction: ltr;
}
.videoCube span.video-label.trc-smart-ellipsis.tbl-ltr-label ins {
  float: left;
  margin-right: 5px;
  direction: ltr;
}
.videoCube span.video-label.trc-smart-ellipsis.tbl-rtl-label {
  float: right;
  direction: rtl;
  width: 100% !important;
}
.videoCube span.video-label.trc-smart-ellipsis.tbl-rtl-label ins {
  float: right;
  margin-left: 5px;
  direction: rtl;
}
.videoCube span.video-label.trc-smart-ellipsis ins.lastLineEllipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
}
.video-duration.video-duration-detail div {
  color: #fff;
}
.trc_rbox .sponsored {
  position: relative;
  display: block;
  overflow: visible;
  height: auto;
  width: auto;
  padding-right: 0;
  text-align: right;
  font-size: 9px;
}
.trc_rbox_div {
  height: 410px;
}
.videoCube {
  direction: ltr;
  font-size: 11px;
  margin: 0;
  color: #000;
  border-width: 0;
}
.videoCube.vertical:first-child {
  border-top: 0;
  margin-top: 0;
}
.videoCube.horizontal:first-child {
  border-left: 0;
  margin-left: 0;
}
.videoCube_hover,
div.videoCube:hover {
  background-color: #ebf0ff;
  color: #000;
}
.videoCube .thumbBlock {
  margin: 0;
  border-style: solid;
}
.videoCube a img,
.videoCube img {
  border-color: #ececec;
}
.videoCube .video-label-box {
  margin-left: 81px;
}
.videoCube .video-label dt {
  font-weight: 700;
}
.videoCube .video-title {
  height: auto;
  margin-bottom: 3px;
  white-space: normal;
}
.videoCube .trc_inline_detail_spacer {
  display: inline-block;
  white-space: pre;
}
.loading-animation {
  font-family: sans;
  font-size: 1.5em;
  text-align: center;
  color: gray;
  height: 100%;
}
.trc_rbox_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.trc_header_right_part {
  position: absolute;
  left: 50%;
  top: 0;
}
.branding_div {
  overflow: visible;
  float: right;
}
.branding_div img {
  height: 20px;
}
.videoCube .branding .logoDiv {
  font-size: inherit;
  line-height: inherit;
  background: 0 0;
  margin: 0;
  padding: 0;
}
.videoCube .branding .logoDiv a {
  vertical-align: inherit;
  color: inherit;
  line-height: inherit;
}
.videoCube .branding .logoDiv a span {
  vertical-align: inherit;
}
.trc_related_container
  .videoCube
  .branding
  .attribution-disclosure-link-sponsored {
  display: inline-block;
  float: none;
}
.trc_related_container
  .videoCube
  .branding
  .attribution-disclosure-link-sponsored.align-disclosure-right {
  float: right;
  margin-left: auto;
  padding-left: 2px;
}
.videoCube .video-label-box .branding.composite-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.branding.composite-branding > * {
  display: inline-block;
  vertical-align: bottom;
}
.branding .branding-separator {
  margin: 0 2px;
  font-weight: 400;
}
.branding .branding-inner {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.video-label-box span.branding.inline-branding {
  display: inline-block;
}
.trc_related_container div.horizontal {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock,
.trc_related_container DIV.videoCube.thumbnail_top .thumbBlock {
  float: none;
}
.vidiscovery-note {
  display: none;
}
.videoCube .thumbBlock .trc_sponsored_overlay_base {
  display: block;
  width: auto;
  margin-left: 0;
  position: absolute;
  color: #fff !important;
}
.videoCube .thumbBlock .trc_sponsored_overlay {
  opacity: 0.6;
  display: block;
  position: absolute;
}
.videoCube .thumbBlock .trc_sponsored_overlay_base .sponsored {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  text-align: center;
  padding: 0 5px;
  margin-top: 0;
}
.videoCube
  .thumbBlock
  .trc_sponsored_overlay_base.round
  .trc_sponsored_overlay {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.videoCube .thumbBlock .trc_sponsored_overlay_base.round {
  margin-left: 4px;
}
.thumbnail-emblem,
.videoCube .thumbnail-overlay,
.videoCube:hover .thumbnail-overlay,
.videoCube_hover .thumbnail-overlay {
  position: absolute;
  background: transparent no-repeat;
  background-size: contain;
  z-index: 50;
}
.thumbnail_bottom {
  padding-bottom: 8px;
}
.trc_related_container .logoDiv {
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  font-size: 9px;
}
.trc_related_container .logoDiv a {
  font-size: 9px;
  text-decoration: none !important;
  color: #000;
  margin-right: 1px;
  vertical-align: text-bottom;
}
.logoDiv a span:hover {
  text-decoration: underline;
}
.trc_rbox_header .logoDiv {
  font-size: 1em;
}
.trc_tl .trc_rbox_header .logoDiv {
  position: relative;
  z-index: 1;
}
.trc_tl .trc_rbox_header_span .trc_header_right_column {
  position: absolute;
  width: 48%;
  left: 52%;
  top: 0;
}
.trc_tl .trc_rbox_div .videoCube.horizontal {
  clear: left;
}
.trc_tl .trc_rbox_div .videoCube.trc_tl_right_col {
  float: none;
  clear: right;
  margin-left: auto;
}
.trc_tl .videoCube .video-title .branding {
  line-height: 1.3em;
}
.trc_tl .videoCube:hover span.branding,
.trc_tl .videoCube_hover span.branding {
  text-decoration: none;
}
.trc_tl .trc_rbox_div .videoCube.thumbnail_none a {
  vertical-align: top;
  overflow: visible;
}
.trc_tl .videoCube .video-label-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.trc_rbox_container.trc_expandable {
  overflow: hidden;
  max-height: 0;
  transition-property: max-height;
  -webkit-transition-property: max-height;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.trc_related_container .videoCube .thumbBlock .branding {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.syndicatedItem .branding {
  margin: 0;
}
.trc-inplayer-rbox {
  background: #333;
  background: rgba(30, 30, 30, 0.9);
  bottom: 0;
  position: absolute;
  height: 300px;
  text-align: center;
}
.trc-inplayer-rbox .trc_rbox_container {
  margin: 50px auto 0;
  width: 640px;
}
.trc_rbox.trc-auto-size {
  width: 100%;
  height: 100%;
}
.videoCube.thumbnail_under .video-title {
  min-height: 2.58em;
}
.videoCube.thumbnail_under .tbl-text-over-container {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  min-height: 66%;
  max-height: 66%;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.25em;
}
.videoCube.thumbnail_under .tbl-text-over-container .tbl-text-over {
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.videoCube.thumbnail_under .tbl-text-over-container span.branding,
.videoCube.thumbnail_under .tbl-text-over-container span.video-description,
.videoCube.thumbnail_under .tbl-text-over-container span.video-title {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  margin: 0;
}
.videoCube.thumbnail_under .tbl-text-over-container span.video-title {
  margin-bottom: 6px;
  min-height: auto;
}
.videoCube.thumbnail_under .tbl-text-over-container .video-label-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 8px 6px 8px;
  min-height: auto;
  box-sizing: border-box;
}
.trc-auto-size .trc_rbox_outer .trc_rbox_div {
  height: auto;
  width: auto;
}
.trc-auto-size .trc_rbox_div .videoCube {
  height: auto;
}
.trc-auto-size .trc_rbox_div .videoCube.trc-first-recommendation {
  margin-top: 0;
}
.trc_rbox .trc_rbox_outer .trc_rbox_div .videoCube.trc-first-in-row {
  margin-left: 0;
}
.trc_elastic .trc_rbox {
  width: auto;
}
.trc_elastic .videoCube {
  overflow: hidden;
}
.trc_elastic .videoCube .thumbBlock {
  background: transparent no-repeat center center;
  background-size: cover;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}
.trc_elastic .thumbBlock_holder {
  position: relative;
  width: 100%;
}
.trc_elastic .thumbnail_start .thumbBlock_holder {
  float: left;
  margin-right: 10px;
}
.trc_elastic .thumbnail_start.item-has-pre-label .thumbBlock_holder {
  margin-right: 0;
}
.trc_elastic .videoCube_aspect {
  width: 1px;
}
.trc_elastic .trc_rbox .trc_rbox_div {
  height: auto;
}
.trc_elastic .thumbnail_start .trc-pre-label {
  float: left;
  padding-right: 10px;
}
.trc_elastic .thumbnail_start.trc-split-label .trc-main-label {
  float: left;
  padding-left: 10px;
}
.trc_elastic .video-label-box {
  display: block;
}
.trc_elastic .thumbnail_start .video-label-box {
  box-sizing: border-box;
}
.trc_user_adChoice_btn {
  background: url(//cdn.taboola.com/static/c5/c5ef96bc-30ab-456a-b3d5-a84f367c6a46.svg)
    no-repeat scroll 0 0 #fff;
  border-radius: 0 0 0 5px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9000;
  cursor: pointer;
  border-width: 2px 0 2px 4px;
  border-style: solid;
  border-color: #fff;
  opacity: 0.7;
  background-size: contain;
  visibility: hidden;
}
.videoCube:hover .trc_user_adChoice_btn,
.videoCube_hover .trc_user_adChoice_btn {
  visibility: visible;
}
.videoCube .trc_user_adChoice_btn_static {
  visibility: visible;
}
.p-video-overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
.p-video-overlay.p-video-overlay-show {
  display: flex;
}
.p-video-overlay {
  display: none;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.p-video-overlay-action {
  color: #fff;
  width: 100%;
  direction: ltr;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-video-overlay-action.p-video-back-action {
  height: 34%;
}
.p-video-back-action-label {
  font-family: Helvetica Neue, serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
}
.p-video-overlay-action.p-video-goto-action {
  height: 66%;
}
.p-video-goto-action-url {
  font-family: Helvetica Neue, serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 5px;
}
.p-video-goto-action-label {
  font-family: Helvetica Neue, serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1px;
}
.trc_related_container .trc_clearer {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.link-adc {
  float: right !important;
}
.trc-widget-footer .logoDiv {
  line-height: normal;
  padding-bottom: 5px;
}
.trc-widget-footer .link-adc a .trc_adc_wrapper,
.trc_header_ext .link-adc a .trc_adc_wrapper {
  height: 12px;
  width: 18px;
  display: inline-block;
  padding-left: 1px;
  margin-bottom: 2px;
}
.trc-widget-footer .link-adc a .trc_adc_b_logo,
.trc-widget-footer .link-adc a .trc_adc_s_logo,
.trc_header_ext .link-adc a .trc_adc_b_logo,
.trc_header_ext .link-adc a .trc_adc_s_logo {
  vertical-align: middle;
  height: 15px;
  display: inline-block;
  margin-top: -1px;
}
.trc-widget-footer .link-adc a .trc_adc_s_logo,
.trc_header_ext .link-adc a .trc_adc_s_logo {
  width: 12px;
  height: 14px;
  background: url(//cdn.taboola.com/static/c5/c5ef96bc-30ab-456a-b3d5-a84f367c6a46.svg)
    no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.trc-widget-footer .link-adc a .trc_adc_b_logo,
.trc_header_ext .link-adc a .trc_adc_b_logo {
  width: 77px;
  background: #fff
    url(//cdn.taboola.com/libtrc/static/thumbnails/0781f9c5a8637d1e162874f157460048.png)
    no-repeat !important;
  right: -1px;
  display: none;
  position: absolute;
}
.logoDiv .trc_mobile_adc_link,
.logoDiv .trc_mobile_attribution_link,
.logoDiv .trc_mobile_disclosure_link {
  display: none;
}
.logoDiv .trc_desktop_adc_link,
.logoDiv .trc_desktop_attribution_link,
.logoDiv .trc_desktop_disclosure_link {
  display: inline;
}
@media screen and (max-width: 767px) {
  .logoDiv .trc_mobile_disclosure_link {
    display: inline;
  }
  .logoDiv .trc_mobile_attribution_link {
    display: inline;
  }
  .logoDiv .trc_mobile_adc_link {
    display: inline;
  }
  .logoDiv .trc_desktop_disclosure_link {
    display: none;
  }
  .logoDiv .trc_desktop_attribution_link {
    display: none;
  }
  .logoDiv .trc_desktop_adc_link {
    display: none;
  }
}
.trc_in_iframe .logoDiv .trc_mobile_attribution_link,
.trc_in_iframe .logoDiv .trc_mobile_disclosure_link {
  display: inline;
}
.trc_in_iframe .logoDiv .trc_desktop_attribution_link,
.trc_in_iframe .logoDiv .trc_desktop_disclosure_link {
  display: none;
}
.trc_related_container .logoDiv,
.trc_related_container .trc_header_ext .logoDiv {
  float: right;
}
.trc_related_container .logoDiv + .logoDiv {
  margin-right: 2px;
}
.trc_related_container .attribution-disclosure-link-hybrid,
.trc_related_container .attribution-disclosure-link-sponsored {
  display: none;
}
.trc-w2f.trc-content-sponsored .attribution-disclosure-link-sponsored,
.trc_related_container
  .trc-content-sponsored
  .attribution-disclosure-link-sponsored {
  display: block;
}
.trc-w2f.trc-content-hybrid .attribution-disclosure-link-hybrid,
.trc_related_container .trc-content-hybrid .attribution-disclosure-link-hybrid {
  display: block;
}
.trc_related_container .trc-widget-footer:hover a span,
.trc_related_container .trc_header_ext:hover a span {
  text-decoration: underline !important;
}
.logoDiv a span.trc_logos_v_align {
  display: inline-block !important;
  font-size: 15px !important;
  line-height: 1em !important;
  width: 0 !important;
}
.trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper,
.trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align,
.trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper,
.trc_related_container .trc_header_ext:hover a span.trc_logos_v_align {
  text-decoration: none !important;
}
.trc_related_container .trc_rbox_header_span .trc_header_right_column {
  display: none;
}
.trc_related_container img {
  max-width: none;
}
.trc_related_container {
  clear: both;
}
.tbl-loading-spinner {
  width: 100%;
  height: 40px;
  background: url(//cdn.taboola.com/static/91/91a25024-792d-4b52-84e6-ad1478c3f552.gif)
    center center no-repeat;
  background-size: 40px;
}
.tbl-hidden {
  display: none !important;
}
.tbl-invisible {
  opacity: 0;
  pointer-events: none;
}
.tbl-batch-anchor {
  width: 100%;
  height: 1px;
}
.iw_video_frame .trc_rbox_div {
  overflow: hidden;
}
.trc-w2f .trc_rbox .trc-widget-footer,
.trc-w2f .trc_rbox .trc_rbox_header {
  display: none !important;
}
.alternating-thumbnails-de-eng {
  width: 300px;
  _width: 300px;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-color: #dfdfdf;
  padding: 0 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
}
.alternating-thumbnails-de-eng vignette {
  xbuttoncolor: #fff;
  backgroundcolor: #fff;
  backgroundopacity: 0.8;
  xbuttonbgcolor: #000;
}
.alternating-thumbnails-de-eng .playerCube .video-external-data {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .tbl-reco-reel-slider {
  z-index: 99999;
  margin: initial;
  top: 50%;
}
.alternating-thumbnails-de-eng .trc_lightbox_overlay {
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.alternating-thumbnails-de-eng
  .tbl-recommendation-reel
  .tbl-text-under-branding-background {
  background-color: #ebebeb;
}
.alternating-thumbnails-de-eng div.syndicatedItem:hover,
.alternating-thumbnails-de-eng div.syndicatedItem.videoCube_hover {
  background-color: transparent;
}
.alternating-thumbnails-de-eng .playerCube div.videoCube:hover,
.alternating-thumbnails-de-eng div.videoCube_hover {
  background-color: transparent;
}
.alternating-thumbnails-de-eng .trc_pager_prev:hover,
.alternating-thumbnails-de-eng .trc_pager_next:hover {
  color: #6497ed;
}
.alternating-thumbnails-de-eng .trc_rbox_border_elm {
  border-color: darkgray;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-views {
  color: black;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-category {
  color: black;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .tbl-vignette-close-btn-wrp {
  height: 15;
  background: #000;
}
.alternating-thumbnails-de-eng .syndicatedItem .sponsored {
  color: #9c9a9c;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .pager_disabled {
  color: #7d898f;
}
.alternating-thumbnails-de-eng .playerCube .video-category {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-uploader {
  color: black;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .videoCube.thumbnail_start .thumbBlock_holder {
  width: 40%;
  _width: 40%;
}
.alternating-thumbnails-de-eng .playerCube .video-uploader {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .video-uploader {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .trc_sponsored_overlay {
  background-color: black;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-external-data {
  color: black;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .trc_rbox_header {
  font-family: Mundo;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  border-width: 0;
  background: transparent;
  border-style: none;
  border-color: #d6d5d3;
  padding: 0px 0px 16px 0px;
  line-height: 21px;
  height: 55px;
  text-transform: none;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-rating {
  color: black;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .videoCube.vertical {
  border-style: solid none none none;
}
.alternating-thumbnails-de-eng .trc_pager_unselected {
  color: #7d898f;
}
.alternating-thumbnails-de-eng .video-rating {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .video-published-date {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
  display: inherit;
}
.alternating-thumbnails-de-eng .syndicatedItem {
  background-color: transparent;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-duration-detail {
  color: black;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .playerCube .videoCube.horizontal {
  border-style: none none none none;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem .thumbnail-overlay {
  background-image: null;
  background-position: 5% 5%;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem.vertical {
  border-style: solid none none none;
}
.alternating-thumbnails-de-eng .sponsored {
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  color: #9c9a9c;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem .thumbBlock {
  border-color: darkgray;
  border-width: 0px;
}
.alternating-thumbnails-de-eng
  .videoCube.syndicatedItem
  .thumbBlock
  .static-text {
  text-align: left;
  background-color: black;
  display: none;
  color: white;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
.alternating-thumbnails-de-eng
  .videoCube.thumbnail_start.trc-split-label
  .trc-pre-label {
  width: 30%;
  _width: 30%;
}
.alternating-thumbnails-de-eng .video-category {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .thumbnail-emblem {
  background-position: 5% 5%;
  width: 35;
  _width: 35;
  height: 35;
}
.alternating-thumbnails-de-eng .tbl-vignette-background-screen {
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alternating-thumbnails-de-eng .syndicatedItem .video-description {
  max-height: 2.2em;
  height: 2.2em;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .tbl-cta-style .cta-button:hover {
  color: inherit;
  border-color: #999990;
}
.alternating-thumbnails-de-eng .playerCube .video-published-date {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .videoCube:hover .thumbnail-overlay,
.alternating-thumbnails-de-eng .videoCube_hover .thumbnail-overlay {
  background-image: null;
}
.alternating-thumbnails-de-eng .video-label-box.trc-pre-label {
  height: auto;
}
.alternating-thumbnails-de-eng .videoCube.thumbnail_start .trc-pre-label {
  width: 60%;
  _width: 60%;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-title {
  max-height: 28px;
  height: 28px;
  color: #000000;
  font-family: Roboto Medium;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  padding: 0;
}
.alternating-thumbnails-de-eng .playerCube:hover .thumbnail-overlay,
.alternating-thumbnails-de-eng .playerCube_hover .thumbnail-overlay {
  background-image: null;
}
.alternating-thumbnails-de-eng
  .videoCube.thumbnail_start.trc-split-label
  .trc-main-label {
  width: 30%;
  _width: 30%;
}
.alternating-thumbnails-de-eng .videoCube {
  width: auto;
  _width: auto;
  background-color: transparent;
  border-width: 0px 0px 0px 0px;
  border-color: #e4e4e4;
  padding: 0px 0px 0px 0px;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-style: SOLID;
  margin: 0 0 2% 1.84%;
}
.alternating-thumbnails-de-eng .sponsored-default .video-description {
  max-height: 2.2em;
  height: 2.2em;
}
.alternating-thumbnails-de-eng .tbl-vignette-attribution {
  color: #6b6666;
  font-size: 15px;
}
.alternating-thumbnails-de-eng .playerCube .video-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 11px;
  font-weight: normal;
  text-decoration: none;
  max-height: 2.2em;
  height: 2.2em;
  color: black;
}
.alternating-thumbnails-de-eng .playerCube .videoCube .video-label-box {
  margin-left: 81px;
  margin-right: 0px;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem .thumbBlock .branding {
  text-align: left;
  background-color: transparent;
  display: none;
  left: 0px;
  color: black;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  background-image: null;
}
.alternating-thumbnails-de-eng div.videoCube:hover,
.alternating-thumbnails-de-eng div.videoCube_hover {
  background-color: transparent;
}
.alternating-thumbnails-de-eng
  .videoCube
  .story-widget.story-widget-text-under
  .tbl-ui-line {
  background-color: #333333;
}
.alternating-thumbnails-de-eng .videoCube .sponsored {
  margin-top: -7px;
}
.alternating-thumbnails-de-eng .trc_pager_pages div {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .sponsored-url {
  font-size: 9px;
  font-weight: bold;
  text-decoration: underline;
  color: green;
}
.alternating-thumbnails-de-eng .playerCube .video-title {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 14px;
  line-height: 17.5px;
  font-weight: bold;
  max-height: 2.58em;
  height: 2.58em;
  color: black;
}
.alternating-thumbnails-de-eng .trc_rbox_header_icon_img {
  margin: 0px;
  height: 18px;
}
.alternating-thumbnails-de-eng
  .tbl-recommendation-reel
  .tbl-text-under-title-background {
  background-color: #ebebeb;
}
.alternating-thumbnails-de-eng .tbl-recommendation-reel .tbl-ui-line {
  background-color: #333333;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem.horizontal {
  border-style: none;
}
.alternating-thumbnails-de-eng .videoCube .thumbBlock .static-text {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 11px;
  background-color: #a30202;
  display: block;
  color: #ffffff;
  text-align: left;
}
.alternating-thumbnails-de-eng .video-title {
  font-family: Roboto Medium;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  max-height: 28px;
  height: 28px;
  color: #000000;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .video-label,
.alternating-thumbnails-de-eng .sponsored,
.alternating-thumbnails-de-eng .sponsored-url {
  font-family: Roboto Medium;
}
.alternating-thumbnails-de-eng .playerCube .video-rating {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .syndicatedItem .branding {
  color: #797676;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-family: Roboto Medium;
  background-image: null;
  text-align: left;
  padding: 0 2% 0 0;
}
.alternating-thumbnails-de-eng .trc_pager_selected {
  color: #0056b3;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem {
  background-color: transparent;
  border-color: #e4e4e4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 0px 0px 0px 0px;
  border-style: SOLID;
}
.alternating-thumbnails-de-eng .branding div.logoDiv {
  font-family: inherit;
}
.alternating-thumbnails-de-eng .trc_rbox_div {
  width: auto;
  _width: 99%;
  height: 410px;
  border-width: 0;
  padding: 0;
}
.alternating-thumbnails-de-eng .playerCube .video-views {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .trc_pager div {
  font-family: serif;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-label-box.trc-pre-label {
  height: auto;
}
.alternating-thumbnails-de-eng recommendationReel {
  min-adx-line-color: #2abfd5;
  min-adx-progress-color: #fff;
}
.alternating-thumbnails-de-eng .videoCube.horizontal {
  border-style: none;
}
.alternating-thumbnails-de-eng div.trc_pager_pages div:hover {
  color: #6497ed;
}
.alternating-thumbnails-de-eng .pager_enabled {
  color: #0056b3;
}
.alternating-thumbnails-de-eng .playerCube .thumbnail-overlay {
  background-image: null;
  background-position: 5% 5%;
}
.alternating-thumbnails-de-eng .videoCube .thumbnail-overlay {
  background-image: null;
  background-position: 5% 5%;
}
.alternating-thumbnails-de-eng .playerCube .videoCube .video-duration {
  display: block;
  left: 36px;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-published-date {
  color: black;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  display: inherit;
}
.alternating-thumbnails-de-eng .syndicatedItem .sponsored-url {
  color: green;
  font-size: 9px;
  font-weight: bold;
  text-decoration: underline;
}
.alternating-thumbnails-de-eng .playerCube .videoCube .thumbBlock {
  border-width: 0px;
  border-color: darkgray;
}
.alternating-thumbnails-de-eng .playerCube .video-label-box {
  text-align: left;
}
.alternating-thumbnails-de-eng div.sponsored-default:hover,
.alternating-thumbnails-de-eng div.sponsored-default.videoCube_hover {
  background-color: inherit;
}
.alternating-thumbnails-de-eng
  .videoCube
  .story-widget.story-widget-text-under
  .tbl-text-under-title-background {
  background-color: #ebebeb;
}
.alternating-thumbnails-de-eng .video-external-data {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .trc_pager_prev,
.alternating-thumbnails-de-eng .trc_pager_next {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .videoCube .thumbBlock {
  border-width: 0px;
  border-color: darkgray;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem .video-duration {
  display: none;
  left: 36px;
}
.alternating-thumbnails-de-eng .sponsored-default .video-title {
  max-height: 2.58em;
  height: 2.58em;
}
.alternating-thumbnails-de-eng .branding {
  color: #797676;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-family: Roboto Medium;
  background-image: null;
  text-align: left;
  line-height: 14px;
}
.alternating-thumbnails-de-eng .sponsored-default {
  background-color: #f7f6c6;
}
.alternating-thumbnails-de-eng .playerCube .videoCube {
  background-color: transparent;
  border-color: #d6d5d3;
  border-width: 1px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 3px;
}
.alternating-thumbnails-de-eng .branding .logoDiv a span {
  color: inherit;
  font-size: inherit;
}
.alternating-thumbnails-de-eng .video-label-box {
  text-align: left;
  height: auto;
  margin: 0px 0px 0px 0px;
  min-height: 72px;
}
.alternating-thumbnails-de-eng .video-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  max-height: 2.2em;
  height: 2.2em;
  color: black;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .videoCube .video-duration {
  left: 36px;
  display: none;
}
.alternating-thumbnails-de-eng div.syndicatedItem:hover .thumbBlock {
  border-color: inherit;
}
.alternating-thumbnails-de-eng .trc_pager_counter {
  color: #000000;
}
.alternating-thumbnails-de-eng .whatsThisSyndicated {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: black;
  text-decoration: none;
  padding: 0;
}
.alternating-thumbnails-de-eng .playerCube .video-duration-detail {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .video-duration-detail {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng div.videoCube:hover .thumbBlock {
  border-color: inherit;
}
.alternating-thumbnails-de-eng .video-icon-img {
  margin: 0px;
  height: 18px;
}
.alternating-thumbnails-de-eng .video-views {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
.alternating-thumbnails-de-eng .tbl-cta-style .cta-button {
  font-family: Helvetica, Arial, sans-serif;
  background-color: transparent;
  border-color: #cecece;
  color: #333333;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-label-box {
  height: auto;
  margin: 0px 0px 0px 0px;
  min-height: 90px !important;
}
.alternating-thumbnails-de-eng .logoDiv a span {
  color: #797676;
  font-family: Roboto Regular !important;
  line-height: 14px;
}
.alternating-thumbnails-de-eng .videoCube .video-label-box .video-title {
  font-size: 12px;
  text-decoration: none;
  font-family: Roboto Medium;
  margin: 8px 0 8px 0;
  line-height: 14px;
  color: #000000;
}
.alternating-thumbnails-de-eng .videoCube:hover .video-label-box .video-title {
  text-decoration: underline;
  color: #666666;
}
.alternating-thumbnails-de-eng .thumbBlock_holder {
  width: 100% !important;
  _width: 100% !important;
  height: 100%;
  float: inherit !important;
}
.alternating-thumbnails-de-eng .trc_rbox_header .logoDiv {
  margin: 0;
} /* s-split-alternating-thumbnails-de-eng */ /* override bootstrap default span definitions */
.alternating-thumbnails-de-eng [class*="span"] {
  float: none;
  margin-left: 0;
}
.alternating-thumbnails-de-eng {
  position: relative;
}

.alternating-thumbnails-de-eng .trc_rbox_header_span {
  font-weight: bold;
  text-transform: uppercase;
}
.alternating-thumbnails-de-eng .trc_rbox_header_span .trc_header_right_column {
  background: transparent;
  height: auto;
}
.alternating-thumbnails-de-eng .logoDiv a span {
  font-size: 12px;
  font-family: "Roboto_condensed", sans-serif;
  font-weight: normal !important;
}
.alternating-thumbnails-de-eng .link-attribution {
  position: absolute !important;
  top: 25px;
}
.alternating-thumbnails-de-eng .trc_rbox_outer .videoCube {
  background: transparent !important;
}
.alternating-thumbnails-de-eng div.videoCube:hover {
  background-color: #f5f5f5 !important;
}
.alternating-thumbnails-de-eng
  .videoCube:hover
  .video-label-box
  .video-description {
  color: #25577e;
  font-weight: normal;
  text-decoration: underline;
}
.alternating-thumbnails-de-eng .branding:hover {
  color: #666666;
  text-decoration: underline;
}
.alternating-thumbnails-de-eng .trc_header_left_column {
  width: 48%;
  display: inline-block;
  background: transparent;
  height: auto;
}
.alternating-thumbnails-de-eng .trc_header_right_part {
  margin-top: 0px;
}

/* cta button */
.alternating-thumbnails-de-eng
  .videoCube
  .video-cta-href
  button.video-cta-button {
  line-height: 10px;
  border-color: #cecece !important;
  padding: 2%;
}

.alternating-thumbnails-de-eng
  .videoCube
  .video-cta-href
  button.video-cta-button:hover {
  background-color: #f6f6f6;
} /* e-split-alternating-thumbnails-de-eng */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");

@media screen and (min-width: 0px) and (max-width: 980px) {
  .trc_elastic_alternating-thumbnails-de-eng .trc_rbox_outer {
    margin-left: -2.6%;
  }
  .trc_elastic_alternating-thumbnails-de-eng .videoCube_aspect {
    padding-bottom: 66.66666666666666%;
    width: 100%;
  }
  .trc_elastic_alternating-thumbnails-de-eng .videoCube {
    width: 47.394999999999996%;
    position: relative;
    float: left;
    margin: 0 0 2.6% 0;
    margin-left: 2.6%;
  }
  .trc_elastic_alternating-thumbnails-de-eng
    :nth-child(2n + 1 of .videoCube):not(:nth-child(1 of .videoCube)) {
    clear: both;
  }
  .trc_elastic_alternating-thumbnails-de-eng div.videoCube:nth-of-type(-n + 6) {
    display: block;
    visibility: visible;
  }
  .trc_elastic_alternating-thumbnails-de-eng div.videoCube:nth-of-type(n + 7) {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 981px) {
  .trc_elastic_alternating-thumbnails-de-eng .trc_rbox_outer {
    margin-left: -2.6%;
  }
  .trc_elastic_alternating-thumbnails-de-eng .videoCube_aspect {
    padding-bottom: 66.66666666666666%;
    width: 100%;
  }
  .trc_elastic_alternating-thumbnails-de-eng .videoCube {
    width: 30.73%;
    position: relative;
    float: left;
    margin: 0 0 2.6% 0;
    margin-left: 2.6%;
  }
  .trc_elastic_alternating-thumbnails-de-eng
    :nth-child(3n + 1 of .videoCube):not(:nth-child(1 of .videoCube)) {
    clear: both;
  }
  .trc_elastic_alternating-thumbnails-de-eng div.videoCube:nth-of-type(-n + 6) {
    display: block;
    visibility: visible;
  }
  .trc_elastic_alternating-thumbnails-de-eng div.videoCube:nth-of-type(n + 7) {
    display: none;
    visibility: hidden;
  }
}

.app-install-branding-wrapper {
  display: inline-block;
  display: inline-flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px;
  width: 100%;
  min-height: 100%;
}
.app-install-branding-wrapper .app-install-logo {
  display: inline-block;
  max-height: 36px;
  min-height: 36px;
  height: 36px;
  max-width: 36px;
  min-width: 36px;
  width: 36px;
  object-fit: contain;
}
.app-install-branding-wrapper .app-install-branding-text {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - (36px + 5px));
}
.app-install-branding-wrapper
  .app-install-branding-text
  .video-branding-flex-cta-rating {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  direction: inherit;
}
.app-install-branding-wrapper .app-install-branding-title {
  line-height: 1;
  display: inline;
}
.videoCube:not(:last-of-type)
  tbl-app-install-grid[version="2"].tbl-app-install-grid-multi-slot {
  padding-bottom: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
}
tbl-app-install-grid .app-install-branding-wrapper .app-install-branding-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
tbl-app-install-grid .branding.branding.branding {
  line-height: 1;
  float: none;
  direction: inherit;
  min-height: 36px;
  display: flex;
}
tbl-app-install-grid .branding.branding.branding .app-install-branding-wrapper {
  min-height: 36px;
}
tbl-app-install-grid
  .branding.branding.branding
  .app-install-branding-text-inner {
  max-width: calc(100% - 11px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
tbl-app-install-grid .branding.branding.branding:before,
tbl-app-install-grid .branding.branding.branding:after {
  display: none;
}

.videoCube a.video-cta-style {
  width: 100%;
}
.videoCube a.video-cta-style span.video-label-box.video-label-box-cta {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.video-label-box-cta-non-ie {
  justify-content: space-between;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid {
  align-items: center;
  align-content: center;
  display: grid;
  grid-template-columns: 8fr 2fr;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 0 8px;
  direction: inherit;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid
  .video-cta-href {
  min-width: 65px;
  max-height: 36px;
  min-height: 36px;
  height: 36px;
  margin: 0;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid.app-install-bottom {
  row-gap: 3px;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid.app-install-bottom
  .video-title {
  grid-column: 1 / -1;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid.app-install-bottom
  .video-description {
  grid-column: 1 / -1;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid
  .video-cta-button {
  min-height: 100%;
  height: 100%;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid
  .video-branding-flex-cta-item {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  padding: 0;
  border: 0;
  margin: 0;
  display: flex;
  height: 100%;
  min-height: 100%;
  direction: inherit;
}
.videoCube
  a.video-cta-style
  span.video-label-box.video-label-box-cta.app-install-full-grid.app-install-full-grid
  .video-branding-flex-cta-item::after {
  display: none;
}
.videoCube a.video-cta-style span.video-label-flex-cta-item {
  flex-basis: 100%;
}
.videoCube a.video-cta-style span.video-branding-flex-cta-item {
  margin-top: 1px;
  flex-grow: 1;
  flex-basis: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videoCube .video-cta-href {
  display: inline-block;
  margin-top: 1px;
  margin-inline-start: 2px;
  padding: 0;
  max-width: 100%;
  min-width: 72px;
  min-width: calc(min(100%, 72px));
  bottom: 0;
  vertical-align: top;
  position: relative;
  box-sizing: content-box;
  flex-shrink: 0;
  font-size: 10px;
  line-height: 13.2px;
}
.videoCube .video-cta-href button.video-cta-button {
  margin: 0;
  height: 24px;
  font-size: 10px;
  line-height: 13.2px;
  border-radius: 4px;
  border: 1px solid;
  background-color: inherit;
  border-color: #999999;
  text-transform: none;
  letter-spacing: normal;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  font-family: Helvetica;
  padding: 1px 4px;
  width: 100%;
  min-width: 1px;
  opacity: 1;
  box-shadow: none;
  user-select: none;
  transition: none;
  text-decoration: none;
  transform: none;
}
.videoCube .video-cta-href button.video-cta-button:hover {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
  letter-spacing: normal;
}
tbl-app-install-grid .video-cta-href.video-cta-href.video-cta-href {
  padding: 0;
}
tbl-app-install-grid .video-cta-href.video-cta-href.video-cta-href,
tbl-app-install-grid
  .video-cta-href.video-cta-href.video-cta-href
  .video-cta-button {
  min-width: 100%;
  min-height: 36px;
  max-width: 100%;
  height: 36px;
  margin: 0;
}
tbl-app-install-grid
  .video-cta-href.video-cta-href.video-cta-href
  .video-cta-button {
  padding: 0 5px;
  white-space: nowrap;
}

.tbl-isi-card .tbl-isi-container {
  position: relative;
  display: grid;
  grid-template-rows: 0.5fr 0.5fr;
}
.tbl-isi-card .thumbBlock_holder {
  min-height: 100%;
  height: 100%;
}
.tbl-isi-card .thumbBlock_holder .thumbBlock .thumbnail-emblem {
  width: 20%;
  height: 50%;
  background-size: contain;
  margin: 2%;
  background-position: 0 0;
}

.thumbnail-emblem {
  height: 35px;
  width: 35px;
}
.trc_related_container .thumbnail-emblem.bottom-right,
.trc_related_container .static-text.bottom-right {
  bottom: 0;
  right: 0;
  background-position: bottom;
}
.trc_related_container .thumbnail-emblem.top-right,
.trc_related_container .static-text.top-right {
  top: 0;
  right: 0;
  background-position: top;
}
.trc_related_container .thumbnail-emblem.bottom-left,
.trc_related_container .static-text.bottom-left {
  bottom: 0;
  left: 0;
  background-position: bottom;
}
.trc_related_container .thumbnail-emblem.top-left,
.trc_related_container .static-text.top-left {
  top: 0;
  left: 0;
  background-position: top;
}
.trc_related_container .thumbnail-emblem.top,
.trc_related_container .static-text.top {
  width: 100%;
  top: 0;
}
.trc_related_container .thumbnail-emblem.bottom,
.trc_related_container .static-text.bottom {
  width: 100%;
  bottom: 0;
  padding: 2px 0;
}
.trc_related_container .videoCube .thumbBlock .static-text {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 5px;
  display: block;
  opacity: 0.7;
}
.trc_related_container .videoCube .thumbBlock .static-text.tbl-fixed-label {
  opacity: 1;
  padding: 0 5px;
  text-align: center;
}
.trc_related_container
  .videoCube
  .thumbBlock
  .static-text.tbl-fixed-label.tbl-small-label {
  min-width: 107px;
  min-height: 27px;
  line-height: 27px;
  letter-spacing: 0.31px;
}
.trc_related_container
  .videoCube
  .thumbBlock
  .static-text.tbl-fixed-label.tbl-big-label {
  min-width: 140px;
  min-height: 33px;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 0.39px;
}
.trc_related_container .thumbnail-emblem {
  background-position-x: center;
}

.trc_user_exclude_btn {
  background: url("//cdn.taboola.com/libtrc/static/thumbnails/f539211219b796ffbb49949997c764f0.png")
    no-repeat scroll 0 0 transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 9000;
  cursor: pointer;
  visibility: hidden;
}
.trc_undo_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #3366cc;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0 1px;
  z-index: 11000;
  visibility: hidden;
}
.videoCube:hover .trc_user_exclude_btn,
.videoCube_hover .trc_user_exclude_btn,
.trc_user_excluded.videoCube:hover .trc_undo_btn,
.trc_user_excluded.videoCube_hover .trc_undo_btn,
.trc_undo_btn.trc_anchor {
  visibility: visible;
}
.videoCube.trc_user_excluded .trc_user_exclude_btn {
  visibility: hidden;
}
.trc_fade {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
  -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
  -ms-transition: opacity 500ms 0s, visibility 0s 500ms;
  -o-transition: opacity 500ms 0s, visibility 0s 500ms;
  transition: opacity 500ms 0s, visibility 0s 500ms;
}
.trc_fade.trc_in,
.trc_user_excluded .trc_exclude_overlay {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.trc_excludable .trc_exclude_overlay {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background-color: white; /* this is to make elements from underneath this overlay unclickable in IE */
}
.videoCube.trc_user_excluded .trc_exclude_overlay {
  visibility: visible;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.videoCube.trc_user_excluded .thumbBlock {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.videoCube.trc_user_excluded:hover a .video-label-box .video-title,
.videoCube_hover.trc_user_excluded a .video-label-box .video-title {
  text-decoration: none;
}
.videoCube.trc_user_excluded a .video-label-box *,
.videoCube.trc_user_excluded:hover a .video-label-box *,
.videoCube_hover.trc_user_excluded a .video-label-box * {
  color: #000000;
  overflow: hidden; /* fixes a bug in IE7 - opacity does not work with overflow: visible */
  -webkit-transition: color 500ms 0s;
  -moz-transition: color 500ms 0s;
  -ms-transition: color 500ms 0s;
  -o-transition: color 500ms 0s;
  transition: color 500ms 0s;
}
.trc_popover_aug_container {
  position: static;
}
#tbl-aug-pwkkhi #tbl-aug-3ybvx3 #tbl-aug-4zgpl1 .trc_popover {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  cursor: default;
  top: 0;
  right: 0;
  z-index: 12000;
  width: 180px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
#tbl-aug-pwkkhi #tbl-aug-3ybvx3 #tbl-aug-4zgpl1 .trc_popover.trc_bottom {
  margin-top: 10px;
}
#tbl-aug-pwkkhi
  #tbl-aug-3ybvx3
  #tbl-aug-4zgpl1
  .trc_popover.trc_bottom
  .trc_popover_arrow {
  top: -11px;
  right: 11px;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
#tbl-aug-pwkkhi
  #tbl-aug-3ybvx3
  #tbl-aug-4zgpl1
  .trc_popover.trc_bottom
  .trc_popover_arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
#tbl-aug-pwkkhi #tbl-aug-3ybvx3 #tbl-aug-4zgpl1 .trc_popover iframe {
  width: 100%;
}
#tbl-aug-pwkkhi #tbl-aug-3ybvx3 #tbl-aug-4zgpl1 .trc_popover .trc_popover_arrow,
#tbl-aug-pwkkhi
  #tbl-aug-3ybvx3
  #tbl-aug-4zgpl1
  .trc_popover
  .trc_popover_arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
}
#tbl-aug-pwkkhi
  #tbl-aug-3ybvx3
  #tbl-aug-4zgpl1
  .trc_popover
  .trc_popover_arrow {
  border-width: 11px;
}
#tbl-aug-pwkkhi
  #tbl-aug-3ybvx3
  #tbl-aug-4zgpl1
  .trc_popover
  .trc_popover_arrow:after {
  border-width: 10px;
  content: "";
}
#tbl-aug-pwkkhi #tbl-aug-3ybvx3 #tbl-aug-4zgpl1 .trc_popover_fade {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
  -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
  -ms-transition: opacity 500ms 0s, visibility 0s 500ms;
  -o-transition: opacity 500ms 0s, visibility 0s 500ms;
  transition: opacity 500ms 0s, visibility 0s 500ms;
}
#tbl-aug-pwkkhi #tbl-aug-3ybvx3 #tbl-aug-4zgpl1 .trc_popover_fade.trc_in {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

#_cm-css-reset {
  height: inherit;
  width: inherit;
  direction: ltr;
  text-align: left;
}

#_cm-css-reset.vpaid-player-container .vjs-tech {
  background-color: #000000;
}

#_cm-css-reset.vpaid-player-container {
  position: relative;
  z-index: 99;
}

#_cm-css-reset.vpaid-player-container video ~ iframe {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}

#_cm-css-reset .vpaid-ad-controls {
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  opacity: 0;
}

#_cm-css-reset.vpaid-player-container:hover .vpaid-ad-controls {
  opacity: 1;
}

#_cm-css-reset.vpaid-player-container .vpaid-ad-controls,
#_cm-css-reset.vpaid-player-container .vpaid-ad-pause {
  height: 30px;
  right: 0;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px rgba(255, 255, 255, 0.7) solid;
}

#_cm-css-reset .vpaid-ad-controls.vjs-default-skin .vjs-control {
  width: 2em;
}
/*
#_cm-css-reset .vpaid-ad-controls.vjs-default-skin .vjs-control:before {
    line-height: 2;
    font-size: 16px;
}*/

#_cm-css-reset
  .vpaid-ad-controls.vjs-default-skin
  .vjs-control.c-paused:before {
  content: "\e001";
}

#_cm-css-reset.vpaid-player-container .vpaid-ad-volume-container {
  height: 30px;
  width: 60px;
  position: relative;
  float: right;
  margin-right: 10px;
  top: 0;
  cursor: pointer;
}

#_cm-css-reset.vpaid-player-container .vpaid-ad-mute-container {
  height: 30px;
  width: 30px;
  position: relative;
  float: right;
  top: 0;
  cursor: pointer;
}

#_cm-css-reset.vpaid-player-container .vpaid-ad-volume-track {
  height: 8px;
  border: 1px #000000 solid;
  box-shadow: 0 0 5px 1px rgb(255, 255, 255);
  position: absolute;
  z-index: 0;
  right: 0;
  top: 11px;
  left: 0;
  background: rgba(51, 51, 51, 0.9);
}

#_cm-css-reset.vpaid-player-container .vpaid-ad-volume-slider {
  height: 8px;
  border: 1px #000000 solid;
  position: absolute;
  width: 40%;
  top: 11px;
  left: 0;
  background: rgba(183, 234, 187, 0.9);
  z-index: 1;
}

/*#_cm-css-reset .mpegcnv::before {
    content: "";
    position: absolute;
    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}*/

#_cm-css-reset .tbl-text {
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  font-size: 11px;
  color: #fff;
  left: 10px;
  top: 4px;
  position: absolute;
  font-weight: bold;
  z-index: 1001;
}

#_cm-css-reset .mc-video {
  z-index: 101;
}

#_cm-css-reset .vpaid-handler {
  z-index: 1000;
  height: 100%;
  width: 100%;
}

#_cm-css-reset .speaker {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: -3px;
  right: -5px;
  z-index: 1001;
  background-image: url("https://vidstat.taboola.com/player-assets/mob-vol-on.svg");
}
#_cm-css-reset .speaker.mute {
  background-image: url("https://vidstat.taboola.com/player-assets/mob-vol-off.svg");
}

#_cm-css-reset .hide {
  display: none;
}

#_cm-css-reset .mc-loud-video {
  position: absolute;
  pointer-events: none;
}
#_cm-css-reset .mc-loud-video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */


/* New shadow dom for play button */

/* This one works */

#_cm-css-reset .mc-loud-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

#_cm-css-reset .mc-loud-video::-webkit-media-controls {
  display: none !important;
}
#_cm-css-reset .mc-loud-video::-webkit-media-controls-enclosure {
  display: none !important;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls.show {
  display: block;
  margin: 0;
  padding: 0;
  position: initial;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls.show * {
  position: absolute !important;
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls {
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  bottom: -32px;
  -webkit-transition: bottom 0.35s ease-in-out;
  -moz-transition: bottom 0.35s ease-in-out;
  -o-transition: bottom 0.35s ease-in-out;
  transition: bottom 0.35s ease-in-out;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls .control {
  z-index: 100;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .interactive {
  pointer-events: all;
  cursor: pointer;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls.hide,
#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls .hide {
  display: none;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls.show,
#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls .show {
  display: block;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .cm_video_controls_progressbar_area {
  width: 100%;
  height: 5px;
  bottom: 0%;
  cursor: default;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .cm_video_controls_progressbar_area
  .cm_video_controls_progressbar {
  height: 100%;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .cm_video_controls_progressbar_area
  .cm_video_controls_progressbar_bg {
  width: 100%;
  height: 100%;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls .white_bg {
  background: rgba(255, 255, 255, 0.3);
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls .blue_bg {
  background: rgba(21, 75, 145, 1);
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  width: 0%;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .blue_bg.init_bg {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls {
  width: 100%;
  height: 27px;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .cm_video_controls_main_area
  .play_pause {
  top: 3px;
  left: 5px;
  width: 20px;
  height: 20px;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .cm_video_controls_main_area
  .play_pause
  .pause {
  width: 40px;
  height: 27px;
  top: -7px;
  left: -8px;
  background-image: url("https://vidstat.taboola.com/player-assets/pause2.svg");
  background-size: 36px;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .cm_video_controls_main_area
  .play_pause
  .play {
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
  left: 6px;
  top: 5px;
  z-index: 102;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .cm_video_controls_main_area
  .title {
  top: 7px;
  left: 30px;
  width: 140px;
  text-align: left;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .cm_video_controls_main_area
  .timer {
  top: 6px;
  right: 110px;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls .text {
  color: white;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  top: 10px;
  left: 28px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .text.opt-out-hidden {
  left: 13px;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls {
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .cm_video_controls_mute {
  width: 35px;
  height: 27px;
  right: 8px;
  bottom: 5px;
  background-size: 44px;
  box-sizing: content-box;
  background-position-y: center;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .cm_video_controls_mute.display_mute {
  background-image: url("https://vidstat.taboola.com/player-assets/desk_muted2.svg");
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .cm_video_controls_mute.display_unmute {
  background-image: url("https://vidstat.taboola.com/player-assets/desk_playing2.svg");
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .video-controls-scroller-area {
  width: 80px;
  height: 100%;
  right: 5px;
  top: 0%;
}

#_cm-css-reset ._cm-video-ad.vpaid-player-container .video_controls_mobile {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1001;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area {
  pointer-events: none;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .cm_video_controls_playpause.hide {
  display: none;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .cm_video_controls_playpause.show {
  display: block;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .cm_video_controls_playpause {
  bottom: 28px;
  left: 5px;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .cm_video_controls_playpause
  .pause {
  width: 40px;
  height: 27px;
  top: -10px;
  left: -8px;
  background-image: url(https://vidstat.taboola.com/player-assets/pause2.svg);
  background-size: 40px;
}

#_cm-css-reset
  ._cm-video-ad.vpaid-player-container
  .video_controls
  .video_controls_main_area
  .cm_video_controls_playpause
  .play {
  border-top: 6px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 6px solid transparent;
  left: 7px;
  top: 3px;
  z-index: 102;
}

#_cm-css-reset .mc-play {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 7px solid transparent;
  left: 14px;
  position: absolute;
  bottom: 10px;
  z-index: 1001;
}

#_cm-css-reset .mc-pause {
  display: block;
  width: 42px;
  height: 42px;
  left: -4px;
  position: absolute;
  bottom: -2px;
  z-index: 1001;
  background-image: url("https://vidstat.taboola.com/player-assets/mob-pause.svg");
}

#_cm-css-reset .mc-pause.hide,
#_cm-css-reset .mc-play.hide {
  display: none;
}

#_cm-css-reset .mc-pause.show,
#_cm-css-reset .mc-play.show {
  display: block;
}

#_cm-css-reset .mc-progressbar_area {
  width: 100%;
  height: 5px;
  bottom: 0%;
  position: absolute;
  z-index: 9999;
}

#_cm-css-reset .mc-progressbar_area .mc-progressbar_bg.white_bg {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
}

#_cm-css-reset .mc-progressbar_area .mc-progressbar_bg.blue_bg {
  background: rgba(21, 75, 145, 1);
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0%;
  height: 100%;
}

#_cm-css-reset .mc-progressbar_area .mc-progressbar_bg.blue_bg.init_bg {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#_cm-css-reset > .multi-vpaids {
  height: 0px;
}

#_cm-css-reset *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */


/* New shadow dom for play button */

/* This one works! */

#_cm-css-reset *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

#_cm-css-reset .cm-ad-player {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

@supports (object-fit: cover) {
  #_cm-css-reset .cm-ad-player {
    object-fit: cover;
  }

  #_cm-css-reset .cm-ad-player.vertical-video {
    object-fit: contain;
  }
}

#_cm-css-reset .cm-ad-player.ie-black-edges {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#_cm-css-reset .cm-ad-player-active {
  visibility: visible;
}

#_cm-css-reset ._cm-ad-feed-manager ._cm-ad {
  display: block !important;
  visibility: hidden !important;
}

#_cm-css-reset ._cm-ad-choices-player {
  position: absolute;
  top: 16px;
  left: 13px;
}

#_cm-css-reset ._cm-ad-choices-player-anchor {
  display: inline-block;
  opacity: 0.5;
  vertical-align: middle;
}

#_cm-css-reset .interactive-video {
  position: absolute;
  z-index: 999 !important;
  cursor: pointer;
  transition: visibility 0.2s, opacity 0.5s linear;
  display: initial !important;
  opacity: 0.8;
  font-size: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  border-radius: 9999px;
  font-size: 3.5vmin;
  text-shadow: 1px 1px black;
  font-family: Impact, Charcoal, sans-serif !important;
  letter-spacing: 0.2px;
}

#_cm-css-reset .interactive-video-lbls {
  font-family: Impact, Charcoal, sans-serif !important;
  letter-spacing: 0.2px;
}

#_cm-css-reset .interactive-video.center {
  position: relative;
}

#_cm-css-reset .interactive-video.hide {
  opacity: 0;
  visibility: hidden;
}

#_cm-css-reset .interactive-video-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
}

#_cm-css-reset .interactive-video-wrapper.hide {
  opacity: 0;
  visibility: hidden;
}

#_cm-css-reset .interactive-video.show {
  opacity: 1;
  visibility: visible;
}

#_cm-css-reset .interactive-video-effect {
  -webkit-transition: width 0s ease;
  -moz-transition: width 0s ease;
  -o-transition: width 0s ease;
  transition: width 0s ease;
  height: 1px;
  background-color: white;
  pointer-events: none;
}

#_cm-css-reset .interactive-video-effect-wrapper {
  padding-left: 0.75rem;
}

@media only screen and (max-width: 768px) {
  #_cm-css-reset .interactive-video {
    font-size: 3vmin;
  }
}

#_cm-css-reset .cm-vpaid-iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px !important;
  padding: 0px;
  border: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.buff-vid {
  z-index: 2147483647 !important;
  position: fixed;
  right: 0;
  width: 1px;
  height: 1px;
}

#_cm-css-reset ._cm-ad-choices-player {
  z-index: 1;
}

#_cm-css-reset ._cm-ad-choices-player-anchor {
  width: 19px;
  height: 15px;
}

.ue-c-main-header__subscription,
.ue-c-main-header__subscription.ue-c-main-header__subscription--hightlighted {
  width: 140px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
}
.ue-c-main-header__subscription.ue-c-main-header__subscription--hightlighted
  + .ue-c-main-header__subscription {
  display: none !important;
}
.ue-c-main-header__subscription--fixed {
  position: absolute;
  right: 0;
}

.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}
.fb_reposition {
  overflow: hidden;
  position: relative;
}
.fb_invisible {
  display: none;
}
.fb_reset {
  background: none;
  border: 0;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}
.fb_reset > div {
  overflow: hidden;
}
@keyframes fb_transform {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fb_animate {
  animation: fb_transform 0.3s forwards;
}
.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}
.fb_reposition {
  overflow: hidden;
  position: relative;
}
.fb_invisible {
  display: none;
}
.fb_reset {
  background: none;
  border: 0;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}
.fb_reset > div {
  overflow: hidden;
}
@keyframes fb_transform {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fb_animate {
  animation: fb_transform 0.3s forwards;
}
.fb_dialog {
  background: rgba(82, 82, 82, 0.7);
  position: absolute;
  top: -10000px;
  z-index: 10001;
}
.fb_dialog_advanced {
  border-radius: 8px;
  padding: 10px;
}
.fb_dialog_content {
  background: #fff;
  color: #373737;
}
.fb_dialog_close_icon {
  background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 15px;
  position: absolute;
  right: 18px;
  top: 17px;
  width: 15px;
}
.fb_dialog_mobile .fb_dialog_close_icon {
  left: 5px;
  right: auto;
  top: 5px;
}
.fb_dialog_padding {
  background-color: transparent;
  position: absolute;
  width: 1px;
  z-index: -1;
}
.fb_dialog_close_icon:hover {
  background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 -15px transparent;
}
.fb_dialog_close_icon:active {
  background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 -30px transparent;
}
.fb_dialog_iframe {
  line-height: 0;
}
.fb_dialog_content .dialog_title {
  background: #6d84b4;
  border: 1px solid #365899;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.fb_dialog_content .dialog_title > span {
  background: url(https://connect.facebook.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif)
    no-repeat 5px 50%;
  float: left;
  padding: 5px 0 7px 26px;
}
body.fb_hidden {
  height: 100%;
  left: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -10000px;
  transform: none;
  width: 100%;
}
.fb_dialog.fb_dialog_mobile.loading {
  background: url(https://connect.facebook.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif)
    white no-repeat 50% 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10001;
}
.fb_dialog.fb_dialog_mobile.loading.centered {
  background: none;
  height: auto;
  min-height: initial;
  min-width: initial;
  width: auto;
}
.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
  width: 100%;
}
.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
  background: none;
}
.loading.centered #fb_dialog_loader_close {
  clear: both;
  color: #fff;
  display: block;
  font-size: 18px;
  padding-top: 20px;
}
#fb-root #fb_dialog_ipad_overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#fb-root #fb_dialog_ipad_overlay.hidden {
  display: none;
}
.fb_dialog.fb_dialog_mobile.loading iframe {
  visibility: hidden;
}
.fb_dialog_mobile .fb_dialog_iframe {
  position: sticky;
  top: 0;
}
.fb_dialog_content .dialog_header {
  background: linear-gradient(from(#738aba), to(#2c4987));
  border-bottom: 1px solid;
  border-color: #043b87;
  box-shadow: white 0 1px 1px -1px inset;
  color: #fff;
  font: bold 14px Helvetica, sans-serif;
  text-overflow: ellipsis;
  text-shadow: rgba(0, 30, 84, 0.296875) 0 -1px 0;
  vertical-align: middle;
  white-space: nowrap;
}
.fb_dialog_content .dialog_header table {
  height: 43px;
  width: 100%;
}
.fb_dialog_content .dialog_header td.header_left {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
  width: 60px;
}
.fb_dialog_content .dialog_header td.header_right {
  font-size: 12px;
  padding-right: 5px;
  vertical-align: middle;
  width: 60px;
}
.fb_dialog_content .touchable_button {
  background: linear-gradient(from(#4267b2), to(#2a4887));
  background-clip: padding-box;
  border: 1px solid #29487d;
  border-radius: 3px;
  display: inline-block;
  line-height: 18px;
  margin-top: 3px;
  max-width: 85px;
  padding: 4px 12px;
  position: relative;
}
.fb_dialog_content .dialog_header .touchable_button input {
  background: none;
  border: none;
  color: #fff;
  font: bold 12px Helvetica, sans-serif;
  margin: 2px -12px;
  padding: 2px 6px 3px 6px;
  text-shadow: rgba(0, 30, 84, 0.296875) 0 -1px 0;
}
.fb_dialog_content .dialog_header .header_center {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}
.fb_dialog_content .dialog_content {
  background: url(https://connect.facebook.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif)
    no-repeat 50% 50%;
  border: 1px solid #4a4a4a;
  border-bottom: 0;
  border-top: 0;
  height: 150px;
}
.fb_dialog_content .dialog_footer {
  background: #f5f6f7;
  border: 1px solid #4a4a4a;
  border-top-color: #ccc;
  height: 40px;
}
#fb_dialog_loader_close {
  float: left;
}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
  visibility: hidden;
}
#fb_dialog_loader_spinner {
  animation: rotateSpinner 1.2s linear infinite;
  background-color: transparent;
  background-image: url(https://connect.facebook.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
@keyframes rotateSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}
.fb_iframe_widget iframe {
  position: absolute;
}
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100%;
}
.fb_iframe_widget_fluid_desktop iframe {
  min-width: 220px;
  position: relative;
}
.fb_iframe_widget_lift {
  z-index: 1;
}
.fb_iframe_widget_fluid {
  display: inline;
}
.fb_iframe_widget_fluid span {
  width: 100%;
}
.fb_mpn_mobile_landing_page_slide_out {
  animation-duration: 200ms;
  animation-name: fb_mpn_landing_page_slide_out;
  transition-timing-function: ease-in;
}
.fb_mpn_mobile_landing_page_slide_out_from_left {
  animation-duration: 200ms;
  animation-name: fb_mpn_landing_page_slide_out_from_left;
  transition-timing-function: ease-in;
}
.fb_mpn_mobile_landing_page_slide_up {
  animation-duration: 500ms;
  animation-name: fb_mpn_landing_page_slide_up;
  transition-timing-function: ease-in;
}
.fb_mpn_mobile_bounce_in {
  animation-duration: 300ms;
  animation-name: fb_mpn_bounce_in;
  transition-timing-function: ease-in;
}
.fb_mpn_mobile_bounce_out {
  animation-duration: 300ms;
  animation-name: fb_mpn_bounce_out;
  transition-timing-function: ease-in;
}
.fb_mpn_mobile_bounce_out_v2 {
  animation-duration: 300ms;
  animation-name: fb_mpn_fade_out;
  transition-timing-function: ease-in;
}
.fb_customer_chat_bounce_in_v2 {
  animation-duration: 300ms;
  animation-name: fb_bounce_in_v2;
  transition-timing-function: ease-in;
}
.fb_customer_chat_bounce_in_from_left {
  animation-duration: 300ms;
  animation-name: fb_bounce_in_from_left;
  transition-timing-function: ease-in;
}
.fb_customer_chat_bounce_out_v2 {
  animation-duration: 300ms;
  animation-name: fb_bounce_out_v2;
  transition-timing-function: ease-in;
}
.fb_customer_chat_bounce_out_from_left {
  animation-duration: 300ms;
  animation-name: fb_bounce_out_from_left;
  transition-timing-function: ease-in;
}
.fb_invisible_flow {
  display: inherit;
  height: 0;
  overflow-x: hidden;
  width: 0;
}
@keyframes fb_mpn_landing_page_slide_out {
  0% {
    margin: 0 12px;
    width: 100% - 24px;
  }
  60% {
    border-radius: 18px;
  }
  100% {
    border-radius: 50%;
    margin: 0 24px;
    width: 60px;
  }
}
@keyframes fb_mpn_landing_page_slide_out_from_left {
  0% {
    left: 12px;
    width: 100% - 24px;
  }
  60% {
    border-radius: 18px;
  }
  100% {
    border-radius: 50%;
    left: 12px;
    width: 60px;
  }
}
@keyframes fb_mpn_landing_page_slide_up {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 24px;
    opacity: 1;
  }
}
@keyframes fb_mpn_bounce_in {
  0% {
    opacity: 0.5;
    top: 100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fb_mpn_fade_out {
  0% {
    bottom: 30px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fb_mpn_bounce_out {
  0% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 0.5;
    top: 100%;
  }
}
@keyframes fb_bounce_in_v2 {
  0% {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: bottom right;
  }
  50% {
    transform: scale(1.03, 1.03);
    transform-origin: bottom right;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: bottom right;
  }
}
@keyframes fb_bounce_in_from_left {
  0% {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: bottom left;
  }
  50% {
    transform: scale(1.03, 1.03);
    transform-origin: bottom left;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: bottom left;
  }
}
@keyframes fb_bounce_out_v2 {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: bottom right;
  }
  100% {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: bottom right;
  }
}
@keyframes fb_bounce_out_from_left {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: bottom left;
  }
  100% {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: bottom left;
  }
}
@keyframes slideInFromBottom {
  0% {
    opacity: 0.1;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromBottomDelay {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  97% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#didomi-host .didomi-components-button {
  cursor: pointer;
  display: block;
  height: 38px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  color: #555;
  background-color: #eee;
  border: solid 1px rgba(34, 34, 34, 0.2);
}
#didomi-host .didomi-components-button:disabled {
  opacity: 0.4;
  cursor: initial;
}
#didomi-host .didomi-components-button:hover {
  opacity: 0.7;
}
#didomi-host .didomi-components-button span {
  background: rgba(0, 0, 0, 0);
}
#didomi-host .didomi-mobile .didomi-components-button {
  font-size: 14px;
}
#didomi-host .didomi-screen-xsmall .didomi-components-button {
  padding: 0 10px;
}
#didomi-host .didomi-components-radio {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}
#didomi-host .didomi-components-radio__option {
  margin-right: 5px;
  cursor: pointer;
  height: 25px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: solid 1px #eee;
  padding: 0 20px;
  line-height: 12px;
  font-size: 12px;
  color: #757575;
  font-weight: bold;
  transition: background-color 200ms, border-color 200ms;
  transition-timing-function: ease;
}
#didomi-host .didomi-components-radio__option:hover {
  color: #757575;
  border-color: #757575;
}
#didomi-host .didomi-components-radio__option:last-child {
  margin-right: 0;
}
[dir="rtl"] #didomi-host .didomi-components-radio__option:last-child {
  margin-right: 5px;
}
#didomi-host .didomi-components-radio__option:first-child {
  margin-right: 5px;
}
[dir="rtl"] #didomi-host .didomi-components-radio__option:first-child {
  margin-right: 0;
}
#didomi-host .didomi-components-radio__option > svg {
  margin-right: 5px;
}
#didomi-host .didomi-components-radio__option span {
  background: rgba(0, 0, 0, 0);
}
#didomi-host
  .didomi-components-radio__option.didomi-components-radio__option--agree {
  background-color: #3d8548;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0 11.5px;
}
#didomi-host
  .didomi-components-radio__option.didomi-components-radio__option--agree
  > svg {
  vertical-align: middle;
}
#didomi-host
  .didomi-components-radio__option.didomi-components-radio__option--disagree {
  background-color: #e60000;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0 13.5px;
}
#didomi-host .didomi-components-radio__option__reporting {
  box-sizing: border-box;
}
#didomi-host
  .didomi-components-radio__option__reporting#didomi-radio-option-disagree-to-all {
  font-size: 12px !important;
}
#didomi-host
  .didomi-components-radio__option__reporting#didomi-radio-option-agree-to-all {
  font-size: 12px !important;
}
#didomi-host .didomi-components-radio__option__accepter {
  box-sizing: border-box;
}
#didomi-host .didomi-components-accordion {
  flex: 5;
}
#didomi-host .didomi-components-accordion .label-click {
  cursor: pointer;
}
#didomi-host .didomi-components-accordion .trigger-icon {
  width: 15px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}
#didomi-host .didomi-components-accordion .didomi-content {
  display: none;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  font-weight: 300;
  text-align: justify;
  transition: all 0.1s ease-in-out;
  transition-property: opacity, max-height, transform, visibility,
    padding-bottom;
}
#didomi-host .didomi-components-accordion .didomi-content.active {
  display: block;
  max-height: 3000px;
  opacity: 1;
  visibility: visible;
  padding-bottom: 10px;
  transition-property: opacity, max-height, transform, visibility;
  overflow: visible;
}
#didomi-host
  .didomi-components-accordion
  .didomi-components-accordion-label-container {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}
#didomi-host
  .didomi-components-accordion
  .didomi-components-accordion-label-container
  .label-click {
  flex: 2;
}
#didomi-host .didomi-mobile .didomi-components-accordion {
  width: 100%;
  flex: 1 auto;
}
#didomi-host
  .didomi-mobile
  .didomi-components-accordion
  .didomi-components-accordion-label-container {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#didomi-host .lds-ellipsis-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#didomi-host .lds-ellipsis-container .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #dcdcdc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
#didomi-host .didomi-components-skip-link {
  position: absolute;
  top: -100px;
  left: -100px;
  margin-bottom: 16px;
  display: block;
}
#didomi-host .didomi-components-skip-link:focus {
  position: relative;
  top: 0;
  left: 0;
}
#didomi-host .didomi-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2147483642;
  overflow: auto;
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
}
[dir="rtl"] #didomi-host .didomi-popup-backdrop {
  overflow-y: auto;
  overflow-x: hidden;
}
#didomi-host .didomi-exterior-border {
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  padding: 1px;
  margin: auto;
}
#didomi-host .didomi-popup-container {
  background-color: #fff;
  opacity: 1;
  max-width: 650px;
  width: 100%;
  border-style: solid;
  border-radius: 3px;
  border-width: 1px;
  -webkit-overflow-scrolling: touch;
}
#didomi-host .didomi-popup-header {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  padding: 30px 20px 0;
  font-weight: bold;
  font-family: Arial;
}
#didomi-host .didomi-popup-body {
  padding: 30px 20px;
}
#didomi-host .didomi-popup-body .didomi-popup-body-section {
  margin-bottom: 22px;
}
#didomi-host .didomi-popup-body .didomi-popup-body-section:last-child {
  margin-bottom: 0;
}
#didomi-host .didomi-popup-footer {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
  height: 58px;
}
#didomi-host .didomi-popup-footer .didomi-popup-actions {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
#didomi-host .didomi-popup-footer .didomi-popup-actions div,
#didomi-host .didomi-popup-footer .didomi-popup-actions button {
  margin-right: 10px;
}
[dir="rtl"] #didomi-host .didomi-popup-footer .didomi-popup-actions div,
[dir="rtl"] #didomi-host .didomi-popup-footer .didomi-popup-actions button {
  margin-right: 0px;
  margin-left: 10px;
}
#didomi-host .didomi-popup-close {
  font-family: Arial;
  opacity: 0.5;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  transition: 500ms;
}
#didomi-host .didomi-popup-close:hover {
  opacity: 0.7;
}
#didomi-host .didomi-mobile .didomi-popup {
  width: 100%;
  height: 100%;
  max-width: none;
}
body.didomi-popup-open {
  overflow: hidden !important;
}
body.didomi-popup-open-ios {
  position: fixed;
  width: 100%;
}
#didomi-host .didomi-notice-data-processing-container {
  padding-top: 15px;
  text-align: justify;
  font-size: 12px;
  line-height: 160%;
}
#didomi-host
  .didomi-notice-data-processing-container
  .didomi-notice-data-processing-title {
  color: #333;
  font-weight: bold;
  display: block;
}
#didomi-host
  .didomi-notice-data-processing-container
  .didomi-notice-data-processing-list {
  font-weight: bold;
  color: #526e7a;
}
#didomi-host
  .didomi-notice-data-processing-container
  .didomi-notice-data-processing-list
  .didomi-notice-data-processing-item {
  padding-top: 5px;
}
#didomi-host
  .didomi-notice-data-processing-container
  .didomi-notice-data-processing-list
  .didomi-notice-data-processing-item
  div {
  display: inline-block;
}
#didomi-host .didomi-notice-data-processing-container p {
  font-size: 12px;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-data-processing-container
  .didomi-notice-data-processing-title {
  font-size: 11px;
  line-height: 160%;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-data-processing-container
  .didomi-notice-data-processing-list {
  font-size: 11px;
  line-height: 160%;
}
#didomi-host .didomi-gpc-label {
  display: inline-block;
  width: 369.7px;
  height: 27.93px;
  background: #fff;
  border: 1px solid #3f8964;
  border-radius: 40px;
}
#didomi-host .didomi-gpc-label .left-container {
  display: inline-block;
  width: 173.7px;
  height: 27.93px;
  background: #3f8964;
  border-radius: 30px 0px 0px 30px;
}
#didomi-host .didomi-gpc-label .left-container .gpc-image {
  display: inline-block;
  width: 153.7px;
  height: 15.93px;
  margin: 5px 0 0 10px;
  background-image: url(https://sdk.privacy-center.org/sdk/13baec1685caf5c6eeacde774570aa8c3314ba71/modern/images/cb5b80c89a9fda353482-gpc.large.png);
  background-size: cover;
}
#didomi-host .didomi-gpc-label .right-container {
  display: inline-block;
  width: 181px;
  height: 27.93px;
}
#didomi-host .didomi-gpc-label .right-container .gpc-title {
  position: relative;
  top: -4px;
  left: 5px;
  display: inline-block;
  width: 161px;
  height: 27.93px;
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 27.93px;
  color: #3f8964;
}
#didomi-host .didomi-gpc-label .right-container .gpc-icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 12px;
  background-image: url(https://sdk.privacy-center.org/sdk/13baec1685caf5c6eeacde774570aa8c3314ba71/modern/images/d8d7828e2df9a281bd96-gpc.icon.large.png);
  background-size: cover;
}
#didomi-host .didomi-mobile .didomi-gpc-label {
  display: inline-block;
  width: 318.38px;
  height: 24px;
  background: #fff;
  border: 0.859518px solid #3f8964;
  border-radius: 34.3807px;
}
#didomi-host .didomi-mobile .didomi-gpc-label .left-container {
  display: inline-block;
  width: 149.3px;
  height: 24px;
  background: #3f8964;
  border-radius: 25.7855px 0px 0px 25.7855px;
}
#didomi-host .didomi-mobile .didomi-gpc-label .left-container .gpc-image {
  display: inline-block;
  width: 132.11px;
  height: 13.69px;
  margin: 5px 0 0 10px;
  background-image: url(https://sdk.privacy-center.org/sdk/13baec1685caf5c6eeacde774570aa8c3314ba71/modern/images/6d53c29e73450d19e18a-gpc.medium.png);
  background-size: cover;
}
#didomi-host .didomi-mobile .didomi-gpc-label .right-container {
  display: inline-block;
  width: 156.19px;
  height: 15px;
}
#didomi-host .didomi-mobile .didomi-gpc-label .right-container .gpc-title {
  position: relative;
  top: -4px;
  left: 5px;
  display: inline-block;
  width: 139px;
  height: 15px;
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  font-size: 10.3142px;
  line-height: 15px;
  color: #3f8964;
}
#didomi-host .didomi-mobile .didomi-gpc-label .right-container .gpc-icon {
  position: relative;
  display: inline-block;
  width: 12.89px;
  height: 12.89px;
  left: 12px;
  background-image: url(https://sdk.privacy-center.org/sdk/13baec1685caf5c6eeacde774570aa8c3314ba71/modern/images/2059cb26072bf78c2af3-gpc.icon.medium.png);
  background-size: cover;
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label {
  display: inline-block;
  width: 233.99px;
  height: 17.66px;
  background: #fff;
  border: 0.632445px solid #3f8964;
  border-radius: 25.2978px;
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label .left-container {
  display: inline-block;
  width: 109.86px;
  height: 17.66px;
  background: #3f8964;
  border-radius: 18.9734px 0px 0px 18.9734px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-gpc-label
  .left-container
  .gpc-image {
  display: inline-block;
  width: 97.21px;
  height: 10.07px;
  margin: 3px 0 0 6px;
  background-image: url(https://sdk.privacy-center.org/sdk/13baec1685caf5c6eeacde774570aa8c3314ba71/modern/images/73e53fb633306e475eef-gpc.small.png);
  background-size: cover;
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label .right-container {
  display: inline-block;
  width: 114.65px;
  height: 11px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-gpc-label
  .right-container
  .gpc-title {
  position: relative;
  top: -2px;
  left: 5px;
  display: inline-block;
  width: 102px;
  height: 11px;
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  font-size: 7.58934px;
  line-height: 11px;
  color: #3f8964;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-gpc-label
  .right-container
  .gpc-icon {
  position: relative;
  display: inline-block;
  width: 9.49px;
  height: 9.49px;
  left: 9px;
  background-image: url(https://sdk.privacy-center.org/sdk/13baec1685caf5c6eeacde774570aa8c3314ba71/modern/images/178a6780e8762f4b120b-gpc.icon.small.png);
  background-size: cover;
}
#didomi-host .didomi-vendors-iab-label {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 4px;
  border-radius: 2px;
  background: #fff;
  font-weight: 800;
  font-size: 10px;
  color: #757575;
  line-height: 100%;
}
[dir="rtl"] #didomi-host .didomi-vendors-iab-label {
  margin-left: 0px;
  margin-right: 5px;
}
#didomi-host .didomi-switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}
#didomi-host .didomi-switch input {
  opacity: 0;
  width: 100%;
  height: 100%;
}
#didomi-host .didomi-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #e60000;
  border-radius: 24px;
  transition: 0.4s;
}
#didomi-host .didomi-slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 3px;
  border-radius: 50%;
  background-image: url(https://sdk.privacy-center.org/sdk/13baec1685caf5c6eeacde774570aa8c3314ba71/modern/images/b76a404a9fedcf3f2c2f-toggle-cross.svg);
  background-size: cover;
  transition: 0.4s;
}
#didomi-host input:checked + .didomi-slider {
  border: 1px solid #3d8548;
  border-radius: 24px;
}
#didomi-host input:focus + .didomi-slider {
  box-shadow: 0 0 1px #2196f3;
  outline: #4d90fe auto 1px;
}
#didomi-host input:checked + .didomi-slider::before {
  transform: translateX(23px);
  background-image: url(https://sdk.privacy-center.org/sdk/13baec1685caf5c6eeacde774570aa8c3314ba71/modern/images/0b30234b8ef077d3d0a4-toggle-check.svg);
  background-size: cover;
}
#didomi-host .didomi-components-explanation-text {
  background: #f4f4f4;
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 32px;
}
@namespace svg "http://www.w3.org/2000/svg";
#didomi-host {
  all: initial;
  -ms-overflow-style: auto;
  -moz-appearance: none;
  -moz-binding: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-context-properties: none;
  -moz-float-edge: content-box;
  -moz-force-broken-image-icon: 0;
  -moz-image-region: auto;
  -moz-orient: inline;
  -moz-outline-radius-bottomleft: 0;
  -moz-outline-radius-bottomright: 0;
  -moz-outline-radius-topleft: 0;
  -moz-outline-radius-topright: 0;
  -moz-stack-sizing: stretch-to-fit;
  -moz-text-blink: none;
  -moz-user-focus: none;
  -moz-user-input: auto;
  -moz-user-modify: read-only;
  -moz-window-shadow: default;
  -webkit-border-before-color: currentcolor;
  -webkit-border-before-style: none;
  -webkit-border-before-width: medium;
  -webkit-box-reflect: none;
  -webkit-mask-attachment: scroll;
  -webkit-mask-clip: border;
  -webkit-mask-composite: source-over;
  -webkit-mask-image: none;
  -webkit-mask-origin: padding;
  -webkit-mask-position: 0% 0%;
  -webkit-mask-position-x: 0%;
  -webkit-mask-position-y: 0%;
  -webkit-mask-repeat: repeat;
  -webkit-mask-repeat-x: repeat;
  -webkit-mask-repeat-y: repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: currentcolor;
  -webkit-text-stroke-width: 0;
  -webkit-touch-callout: default;
  align-content: stretch;
  align-items: stretch;
  align-self: auto;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  azimuth: center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-attachment: scroll;
  background-blend-mode: normal;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto auto;
  block-size: auto;
  border-block-end-color: currentcolor;
  border-block-end-style: none;
  border-block-end-width: medium;
  border-block-start-color: currentcolor;
  border-block-start-style: none;
  border-block-start-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image-outset: 0s;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-inline-end-color: currentcolor;
  border-inline-end-style: none;
  border-inline-end-width: medium;
  border-inline-start-color: currentcolor;
  border-inline-start-style: none;
  border-inline-start-width: medium;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top-color: currentcolor;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-align: stretch;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
  box-direction: normal;
  box-flex: 0;
  box-flex-group: 1;
  box-lines: single;
  box-ordinal-group: 1;
  box-orient: initial;
  box-pack: start;
  box-shadow: none;
  box-sizing: content-box;
  -moz-column-break-after: auto;
  break-after: auto;
  -moz-column-break-before: auto;
  break-before: auto;
  -moz-column-break-inside: auto;
  break-inside: auto;
  caption-side: top;
  caret-color: auto;
  clear: none;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  color: initial;
  -moz-column-count: auto;
  column-count: auto;
  -moz-column-fill: balance;
  column-fill: balance;
  -moz-column-gap: normal;
  column-gap: normal;
  -moz-column-rule-color: currentcolor;
  column-rule-color: currentcolor;
  -moz-column-rule-style: none;
  column-rule-style: none;
  -moz-column-rule-width: medium;
  column-rule-width: medium;
  -moz-column-span: none;
  column-span: none;
  -moz-column-width: auto;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  empty-cells: show;
  filter: none;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-wrap: nowrap;
  float: none;
  font-family: initial;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-language-override: normal;
  font-size: medium;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-weight: normal;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-column-end: auto;
  grid-column-gap: 0;
  grid-column-start: auto;
  grid-row-end: auto;
  grid-row-gap: 0;
  grid-row-start: auto;
  grid-template-areas: none;
  grid-template-columns: none;
  grid-template-rows: none;
  height: auto;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  image-orientation: 0deg;
  image-rendering: auto;
  image-resolution: 1dppx;
  ime-mode: auto;
  inline-size: auto;
  isolation: auto;
  justify-content: flex-start;
  left: auto;
  letter-spacing: normal;
  line-break: auto;
  line-height: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  marker-offset: auto;
  -webkit-mask-clip: border-box;
  mask-clip: border-box;
  -webkit-mask-composite: source-over;
  mask-composite: add;
  mask-image: none;
  mask-mode: match-source;
  -webkit-mask-origin: border-box;
  mask-origin: border-box;
  mask-position: 0% 0%;
  mask-repeat: repeat;
  -webkit-mask-size: auto;
  mask-size: auto;
  mask-type: luminance;
  max-height: none;
  max-width: none;
  min-block-size: 0;
  min-height: 0;
  min-inline-size: 0;
  min-width: 0;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  offset-block-end: auto;
  offset-block-start: auto;
  offset-inline-end: auto;
  offset-inline-start: auto;
  opacity: 1;
  order: 0;
  orphans: 2;
  outline-color: initial;
  outline-offset: 0;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-clip-box: padding-box;
  overflow-wrap: normal;
  overflow-x: visible;
  overflow-y: visible;
  -webkit-padding-after: 0;
  padding-block-end: 0;
  -webkit-padding-before: 0;
  padding-block-start: 0;
  padding-bottom: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  pointer-events: auto;
  position: static;
  quotes: initial;
  resize: none;
  right: auto;
  ruby-align: space-around;
  ruby-merge: separate;
  ruby-position: over;
  scroll-behavior: auto;
  -webkit-scroll-snap-coordinate: none;
  -ms-scroll-snap-coordinate: none;
  scroll-snap-coordinate: none;
  -webkit-scroll-snap-destination: 0px 0px;
  -ms-scroll-snap-destination: 0px 0px;
  scroll-snap-destination: 0px 0px;
  -webkit-scroll-snap-points-x: none;
  -ms-scroll-snap-points-x: none;
  scroll-snap-points-x: none;
  -webkit-scroll-snap-points-y: none;
  -ms-scroll-snap-points-y: none;
  scroll-snap-points-y: none;
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
  scroll-snap-type-x: none;
  scroll-snap-type-y: none;
  shape-image-threshold: 0;
  shape-margin: 0;
  shape-outside: none;
  -moz-tab-size: 8;
  tab-size: 8;
  table-layout: auto;
  text-align: initial;
  text-align-last: auto;
  text-combine-upright: none;
  -webkit-text-decoration-color: currentcolor;
  text-decoration-color: currentcolor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-emphasis-color: currentcolor;
  text-emphasis-color: currentcolor;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over right;
  -webkit-text-emphasis-style: none;
  text-emphasis-style: none;
  text-indent: 0;
  text-justify: auto;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  text-overflow: clip;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  text-underline-position: auto;
  top: auto;
  touch-action: auto;
  transform: none;
  transform-box: border-box;
  transform-origin: 50% 50% 0;
  transform-style: flat;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: all;
  transition-timing-function: ease;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 2;
  width: auto;
  will-change: auto;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  z-index: auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
#didomi-host *:not(svg|*) {
  all: unset;
  -webkit-text-fill-color: initial;
}
button {
  line-height: initial;
}
button span {
  padding-left: initial;
  padding-top: initial;
  padding-right: initial;
  padding-bottom: initial;
  background: initial;
  height: initial;
}
#didomi-host {
  display: block;
  width: 0;
  height: 0;
  font-size: 15px;
  line-height: 160%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#didomi-host .pad {
  padding: 16px;
}
#didomi-host .pad-xxl {
  padding: 56px;
}
#didomi-host .pad-xl {
  padding: 48px;
}
#didomi-host .pad-lg {
  padding: 32px;
}
#didomi-host .pad-md {
  padding: 24px;
}
#didomi-host .pad-sm {
  padding: 8px;
}
#didomi-host .pad-xs {
  padding: 4px;
}
#didomi-host .pad-none {
  padding: 0px;
}
#didomi-host .pad-bottom {
  padding-bottom: 16px;
}
#didomi-host .pad-bottom-xxl {
  padding-bottom: 56px;
}
#didomi-host .pad-bottom-xl {
  padding-bottom: 48px;
}
#didomi-host .pad-bottom-lg {
  padding-bottom: 32px;
}
#didomi-host .pad-bottom-md {
  padding-bottom: 24px;
}
#didomi-host .pad-bottom-sm {
  padding-bottom: 8px;
}
#didomi-host .pad-bottom-xs {
  padding-bottom: 4px;
}
#didomi-host .pad-bottom-none {
  padding-bottom: 0px;
}
#didomi-host .pad-top {
  padding-top: 16px;
}
#didomi-host .pad-top-xxl {
  padding-top: 56px;
}
#didomi-host .pad-top-xl {
  padding-top: 48px;
}
#didomi-host .pad-top-lg {
  padding-top: 32px;
}
#didomi-host .pad-top-md {
  padding-top: 24px;
}
#didomi-host .pad-top-sm {
  padding-top: 8px;
}
#didomi-host .pad-top-xs {
  padding-top: 4px;
}
#didomi-host .pad-top-none {
  padding-top: 0px;
}
#didomi-host .pad-left {
  padding-left: 16px;
}
#didomi-host .pad-left-xxl {
  padding-left: 56px;
}
#didomi-host .pad-left-xl {
  padding-left: 48px;
}
#didomi-host .pad-left-lg {
  padding-left: 32px;
}
#didomi-host .pad-left-md {
  padding-left: 24px;
}
#didomi-host .pad-left-sm {
  padding-left: 8px;
}
#didomi-host .pad-left-xs {
  padding-left: 4px;
}
#didomi-host .pad-left-none {
  padding-left: 0px;
}
#didomi-host .pad-right {
  padding-right: 16px;
}
#didomi-host .pad-right-xxl {
  padding-right: 56px;
}
#didomi-host .pad-right-xl {
  padding-right: 48px;
}
#didomi-host .pad-right-lg {
  padding-right: 32px;
}
#didomi-host .pad-right-md {
  padding-right: 24px;
}
#didomi-host .pad-right-sm {
  padding-right: 8px;
}
#didomi-host .pad-right-xs {
  padding-right: 4px;
}
#didomi-host .pad-right-none {
  padding-right: 0px;
}
#didomi-host .pull-xxl {
  margin: -56px;
}
#didomi-host .pull-xl {
  margin: -48px;
}
#didomi-host .pull-lg {
  margin: -32px;
}
#didomi-host .pull-md {
  margin: -24px;
}
#didomi-host .pull {
  margin: -16px;
}
#didomi-host .pull-sm {
  margin: -8px;
}
#didomi-host .pull-xs {
  margin: -4px;
}
#didomi-host .pull-none {
  margin: 0px;
}
#didomi-host .pull-bottom-xxl {
  margin-bottom: -56px;
}
#didomi-host .pull-bottom-xl {
  margin-bottom: -48px;
}
#didomi-host .pull-bottom-lg {
  margin-bottom: -32px;
}
#didomi-host .pull-bottom-md {
  margin-bottom: -24px;
}
#didomi-host .pull-bottom {
  margin-bottom: -16px;
}
#didomi-host .pull-bottom-sm {
  margin-bottom: -8px;
}
#didomi-host .pull-bottom-xs {
  margin-bottom: -4px;
}
#didomi-host .pull-bottom-none {
  margin-bottom: 0px;
}
#didomi-host .pull-top-xxl {
  margin-top: -56px;
}
#didomi-host .pull-top-xl {
  margin-top: -48px;
}
#didomi-host .pull-top-lg {
  margin-top: -32px;
}
#didomi-host .pull-top-md {
  margin-top: -24px;
}
#didomi-host .pull-top {
  margin-top: -16px;
}
#didomi-host .pull-top-sm {
  margin-top: -8px;
}
#didomi-host .pull-top-xs {
  margin-top: -4px;
}
#didomi-host .pull-top-none {
  margin-top: 0px;
}
#didomi-host .pull-left-xxl {
  margin-left: -56px;
}
#didomi-host .pull-left-xl {
  margin-left: -48px;
}
#didomi-host .pull-left-lg {
  margin-left: -32px;
}
#didomi-host .pull-left-md {
  margin-left: -24px;
}
#didomi-host .pull-left {
  margin-left: -16px;
}
#didomi-host .pull-left-sm {
  margin-left: -8px;
}
#didomi-host .pull-left-xs {
  margin-left: -4px;
}
#didomi-host .pull-left-none {
  margin-left: 0px;
}
#didomi-host .pull-right-xxl {
  margin-right: -56px;
}
#didomi-host .pull-right-xl {
  margin-right: -48px;
}
#didomi-host .pull-right-lg {
  margin-right: -32px;
}
#didomi-host .pull-right-md {
  margin-right: -24px;
}
#didomi-host .pull-right {
  margin-right: -16px;
}
#didomi-host .pull-right-sm {
  margin-right: -8px;
}
#didomi-host .pull-right-xs {
  margin-right: -4px;
}
#didomi-host .pull-right-none {
  margin-right: 0px;
}
#didomi-host .push {
  margin: 16px;
}
#didomi-host .push-xxl {
  margin: 56px;
}
#didomi-host .push-xl {
  margin: 48px;
}
#didomi-host .push-lg {
  margin: 32px;
}
#didomi-host .push-md {
  margin: 24px;
}
#didomi-host .push-sm {
  margin: 8px;
}
#didomi-host .push-xs {
  margin: 4px;
}
#didomi-host .push-none {
  margin: 0px;
}
#didomi-host .push-bottom {
  margin-bottom: 16px;
}
#didomi-host .push-bottom-xxl {
  margin-bottom: 56px;
}
#didomi-host .push-bottom-xl {
  margin-bottom: 48px;
}
#didomi-host .push-bottom-lg {
  margin-bottom: 32px;
}
#didomi-host .push-bottom-md {
  margin-bottom: 24px;
}
#didomi-host .push-bottom-sm {
  margin-bottom: 8px;
}
#didomi-host .push-bottom-xs {
  margin-bottom: 4px;
}
#didomi-host .push-bottom-none {
  margin-bottom: 0px;
}
#didomi-host .push-top {
  margin-top: 16px;
}
#didomi-host .push-top-xxl {
  margin-top: 56px;
}
#didomi-host .push-top-xl {
  margin-top: 48px;
}
#didomi-host .push-top-lg {
  margin-top: 32px;
}
#didomi-host .push-top-md {
  margin-top: 24px;
}
#didomi-host .push-top-sm {
  margin-top: 8px;
}
#didomi-host .push-top-xs {
  margin-top: 4px;
}
#didomi-host .push-top-none {
  margin-top: 0px;
}
#didomi-host .push-left {
  margin-left: 16px;
}
#didomi-host .push-left-xxl {
  margin-left: 56px;
}
#didomi-host .push-left-xl {
  margin-left: 48px;
}
#didomi-host .push-left-lg {
  margin-left: 32px;
}
#didomi-host .push-left-md {
  margin-left: 24px;
}
#didomi-host .push-left-sm {
  margin-left: 8px;
}
#didomi-host .push-left-xs {
  margin-left: 4px;
}
#didomi-host .push-left-none {
  margin-left: 0px;
}
#didomi-host .push-right {
  margin-right: 16px;
}
#didomi-host .push-right-xxl {
  margin-right: 56px;
}
#didomi-host .push-right-xl {
  margin-right: 48px;
}
#didomi-host .push-right-lg {
  margin-right: 32px;
}
#didomi-host .push-right-md {
  margin-right: 24px;
}
#didomi-host .push-right-sm {
  margin-right: 8px;
}
#didomi-host .push-right-xs {
  margin-right: 4px;
}
#didomi-host .push-right-none {
  margin-right: 0px;
}
#didomi-host p,
#didomi-host span,
#didomi-host a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#didomi-host .didomi-icon {
  vertical-align: middle;
}
#didomi-host .didomi-logo-icon {
  margin-left: 10px;
}
#didomi-host div {
  display: block;
}
#didomi-host p {
  display: block;
  margin-bottom: 16px;
}
#didomi-host .p-title {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  letter-spacing: 0.005em;
}
#didomi-host ul {
  display: block;
  margin-bottom: 16px;
}
#didomi-host li {
  display: list-item;
  margin-left: 20px;
}
#didomi-host ol {
  display: block;
  list-style-type: decimal;
  margin-bottom: 16px;
}
#didomi-host table {
  box-sizing: border-box;
  display: table;
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
#didomi-host table thead,
#didomi-host table tbody {
  display: table-header-group;
}
#didomi-host table tr {
  display: table-row;
}
#didomi-host table th,
#didomi-host table td {
  display: table-cell;
}
#didomi-host a {
  cursor: pointer;
}
#didomi-host a.didomi-no-link-style {
  text-decoration: none;
  color: #000;
}
#didomi-host style {
  display: none;
}
#didomi-host .text-bold {
  font-weight: bold;
}
#didomi-host h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 16px;
}
#didomi-host h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 16px;
}
#didomi-host h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 16px;
}
#didomi-host h4 {
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}
#didomi-host h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin-bottom: 16px;
}
#didomi-host h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin-bottom: 16px;
}
#didomi-host b,
#didomi-host strong {
  font-weight: bold;
}
#didomi-host i,
#didomi-host cite,
#didomi-host em,
#didomi-host var,
#didomi-host dfn {
  font-style: italic;
}
#didomi-host u,
#didomi-host ins {
  text-decoration: underline;
}
#didomi-host s,
#didomi-host strike,
#didomi-host del {
  text-decoration: line-through;
}
#didomi-host sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}
#didomi-host sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}
#didomi-host nobr {
  white-space: nowrap;
}
#didomi-host hr {
  display: block;
  border: 1px inset;
  margin: 16px 0;
  color: gray;
  box-sizing: content-box;
}
#didomi-host *:focus {
  outline: #4d90fe auto 1px;
}
#didomi-host li[title] span {
  cursor: help;
  border-bottom: 1px dashed #000;
}
#didomi-host span[title] {
  cursor: help;
  border-bottom: 1px dashed #000;
}
#didomi-host .hbb-safe-area {
  position: absolute;
  left: 128px;
  top: 36px;
  width: 1024px;
  height: 648px;
  background-color: rgba(0, 0, 0, 0.5);
}
#didomi-host [dataTooltip] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: help;
  border-bottom: 1px dashed #000;
}
#didomi-host [dataTooltip]:focus {
  outline: none !important;
}
[dir="rtl"] #didomi-host [dataTooltip]::after {
  text-align: right;
}
#didomi-host [dataTooltip]:focus::after {
  content: attr(dataTooltip);
  padding: 5px;
  font-size: 10px;
  line-height: 12px;
  display: block;
  position: absolute;
  white-space: pre-line;
  text-align: left;
  background-color: #f1f0f1;
  border: 1px solid #ddd;
  overflow-y: auto !important;
  max-height: 80px;
  z-index: 1;
}
#didomi-host .didomi-consent-popup-vendor__description [dataTooltip],
#didomi-host .didomi-consent-popup-categories [dataTooltip],
#didomi-host .didomi-vendor-storage-disclosures [dataTooltip] {
  position: initial;
}
#didomi-host
  .didomi-consent-popup-vendor__description
  [dataTooltip]:focus::after,
#didomi-host .didomi-consent-popup-categories [dataTooltip]:focus::after,
#didomi-host .didomi-vendor-storage-disclosures [dataTooltip]:focus::after {
  position: initial;
}
#didomi-host .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important;
  white-space: nowrap !important;
}
#didomi-host [role="tooltip"],
#didomi-host .hidetooltip.hidetooltip.hidetooltip + [role="tooltip"] {
  visibility: hidden;
  position: fixed;
}
#didomi-host .didomi-vendor-purpose-description {
  margin: 10px;
  border-radius: 4px;
  background: #f8f8f8;
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
#didomi-host .didomi-vendor-purpose-description.tcfv_2_2 {
  font-size: 12px;
}
#didomi-host #buttons #didomi-notice-learn-more-button > span {
  white-space: normal;
}
#didomi-host #notice-vendors-number-section {
  display: flex;
  justify-content: end;
  align-items: center;
  color: #05687b;
}
#didomi-host .didomi-vendors-count-view-vendors-list-link {
  cursor: pointer;
  display: flex;
  height: 25px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border: 1px solid #ebebeb;
  background: #fff;
  font-size: 12px;
  color: #6a6a6a;
  font-weight: 700;
  padding: 5px 15px;
  line-height: 17px;
  margin-left: 10px;
}
#didomi-host #didomi-notice {
  background-color: #fff;
}
#didomi-host #didomi-notice p {
  margin: 0px;
}
#didomi-host #didomi-notice.didomi-regular-notice {
  position: fixed;
  font-size: 13px;
  line-height: 1.5em;
  z-index: 2147483640;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing
  .didomi-notice-text {
  margin-right: 40px;
}
#didomi-host #didomi-notice.didomi-regular-notice a {
  color: inherit;
  text-decoration: underline;
}
#didomi-host
  #didomi-notice.didomi-regular-notice
  .didomi-notice-view-partners-link,
#didomi-host
  #didomi-notice.didomi-regular-notice
  .didomi-notice-view-partners-link-in-text {
  text-decoration: underline;
}
#didomi-host
  #didomi-notice.didomi-regular-notice
  .didomi-buttons-with-x-button {
  margin-top: 36px;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 32px;
  max-width: 310px;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box #buttons {
  margin-top: 20px;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box #buttons.single {
  width: 100%;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-box
  #buttons.single
  button {
  width: 100%;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box #buttons.multiple {
  width: 100%;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-box
  #buttons.multiple
  button {
  padding-right: 0.8em;
  width: 100%;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box.top.left {
  margin: 1em 0 0 1em;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box.top.right {
  margin: 1em 1em 0 0;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box.bottom.left {
  margin: 0 0 1em 1em;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box.bottom.right {
  margin: 0 1em 1em 0;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-banner {
  padding: 1em 1.8em;
  left: 0;
  right: 0;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-banner
  .didomi-notice__interior-border {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-banner
  #buttons.multiple {
  -ms-flex: 0 0 auto;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-banner
  #buttons.multiple
  button {
  margin-right: 10px;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel {
  max-width: 600px;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.right {
  right: 100px;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.left {
  left: 100px;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.bottom {
  padding: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-panel.bottom
  .didomi-notice__interior-border {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px;
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.top {
  padding: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-panel.top
  .didomi-notice__interior-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-panel
  #buttons.multiple {
  margin-top: 20px;
}
#didomi-host
  #didomi-notice.didomi-regular-notice.shape-panel
  #buttons.multiple
  button {
  margin-right: 10px;
}
#didomi-host #didomi-notice.didomi-regular-notice.top {
  top: 0;
}
#didomi-host #didomi-notice.didomi-regular-notice.bottom {
  bottom: 0;
}
#didomi-host #didomi-notice.didomi-regular-notice.left {
  left: 0;
}
#didomi-host #didomi-notice.didomi-regular-notice.right {
  right: 0;
}
#didomi-host #didomi-notice.didomi-regular-notice #buttons {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
#didomi-host #didomi-notice.didomi-regular-notice #buttons button {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  min-width: 140px;
  cursor: pointer;
  text-decoration: none;
}
#didomi-host
  #didomi-notice.didomi-regular-notice
  #buttons
  button.didomi-button-standard {
  background-color: #eee;
  border: solid 1px rgba(34, 34, 34, 0.2);
  color: #555;
}
#didomi-host #didomi-notice.didomi-regular-notice .didomi-x-button {
  right: 8px;
  top: 8px;
}
[dir="rtl"] #didomi-host #didomi-notice.didomi-regular-notice .didomi-x-button {
  right: auto;
  left: 8px;
}
#didomi-host
  .didomi-banner-notice-optin-type
  .didomi-continue-without-agreeing {
  position: absolute;
  top: 10px !important;
  right: 35px !important;
}
[dir="rtl"]
  #didomi-host
  .didomi-banner-notice-optin-type
  .didomi-continue-without-agreeing {
  left: 35px;
  right: auto !important;
}
#didomi-host
  .didomi-screen-large
  #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing
  .didomi-notice-text {
  max-width: 1200px;
}
#didomi-host
  .didomi-screen-xlarge
  #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing
  .didomi-notice-text {
  max-width: 1500px;
}
#didomi-host .didomi-mobile .didomi-notice-text-with-x-button {
  margin-left: 36px;
  margin-top: 36px;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.didomi-support-full-height {
  box-sizing: border-box;
  height: auto;
  max-height: 100%;
  display: flex;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.didomi-support-full-height.didomi-max-height-reached
  #buttons {
  box-shadow: 0 -3px 10px -2px rgba(0, 0, 0, 0.1);
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.didomi-support-full-height
  .didomi-notice__interior-border {
  padding: 0;
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  max-height: 100vh;
  max-height: -webkit-fill-available;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.didomi-support-full-height
  .didomi-notice__interior-border
  .didomi-notice-text {
  padding: 1em 1.8em;
  margin: 0;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.didomi-support-full-height
  .didomi-notice__interior-border
  .didomi-notice-text
  > *:last-child {
  margin-bottom: 20px;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.didomi-support-full-height
  .didomi-notice__interior-border
  #buttons {
  flex: 1 0 auto;
  box-sizing: border-box;
  padding: 1em 1.8em 1em 1.8em;
  margin-top: 0;
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice {
  left: 0;
  right: 0;
  font-size: 11px;
  padding: 1px;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing {
  font-size: 12px;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing
  .didomi-notice-text {
  margin-right: 0px;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice
  .didomi-notice__interior-border {
  padding: 1em 1.8em;
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.bottom {
  border-top-width: 1px;
  border-top-style: solid;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.bottom
  .didomi-notice__interior-border {
  border-top-width: 1px;
  border-top-style: solid;
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice.top
  .didomi-notice__interior-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #text {
  width: 100%;
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #buttons {
  margin-top: 20px;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice
  #buttons.single {
  width: 100%;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice
  #buttons.single
  button {
  width: 100%;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice
  #buttons.multiple {
  width: 100%;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice
  #buttons.multiple
  button {
  margin-right: 10px;
  padding-right: 0.8em;
  width: 100%;
}
#didomi-host
  .didomi-mobile
  #didomi-notice.didomi-regular-notice
  #buttons.multiple
  button:last-child {
  margin-right: 0;
}
#didomi-host
  .didomi-mobile
  .didomi-banner-notice-optin-type
  .didomi-banner-notice-continue-without-agreeing-buttons {
  width: 100%;
}
#didomi-host
  .didomi-mobile
  .didomi-banner-notice-optin-type
  .didomi-continue-without-agreeing {
  align-self: flex-end;
  position: initial;
  margin-top: 5px;
  margin-bottom: 15px;
}
#didomi-host
  .didomi-screen-xsmall
  #didomi-notice.didomi-regular-notice
  #buttons.multiple {
  -moz-flex-direction: column;
  flex-direction: column;
}
#didomi-host
  .didomi-screen-xsmall
  #didomi-notice.didomi-regular-notice
  #buttons.multiple
  button {
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
  width: 100%;
}
#didomi-host
  .didomi-screen-xsmall
  #didomi-notice.didomi-regular-notice
  #buttons.multiple
  button:last-child {
  margin-bottom: 0;
}
#didomi-host #notice-vendors-number-section {
  display: flex;
  justify-content: end;
  align-items: center;
  color: #05687b;
}
#didomi-host #notice-vendors-number-section p {
  margin: 0px;
}
#didomi-host .didomi-popup__backdrop {
  z-index: 2147483641;
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup .didomi-popup-view {
  width: 100%;
}
#didomi-host .didomi-popup__backdrop.didomi-popup-with-x-button {
  padding-top: 18px;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 100vh;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height.didomi-max-height-reached
  .didomi-exterior-border {
  border-radius: 0px;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height.didomi-max-height-reached
  .didomi-popup-container {
  border-radius: 0px;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height.didomi-max-height-reached
  .didomi-popup-notice-logo-container {
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.1);
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height.didomi-max-height-reached
  #buttons {
  box-shadow: 0 -3px 10px -2px rgba(0, 0, 0, 0.1);
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border {
  display: inherit;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 2147483641;
  padding: 0 !important;
  max-height: 100%;
  display: flex;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container {
  flex: 1 0 auto;
  max-width: 700px;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 !important;
}
@media all and (-ms-high-contrast: none) {
  #didomi-host
    .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container
    *::-ms-backdrop,
  #didomi-host
    .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container
    .didomi-popup-view {
    height: auto !important;
    overflow-y: auto;
  }
  #didomi-host
    .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container
    *::-ms-backdrop,
  #didomi-host
    .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container
    .didomi-exterior-border {
    display: block !important;
  }
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view {
  max-height: 100vh;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  height: -webkit-fit-content;
  width: 100%;
  padding: 0;
  flex: 1 0 auto;
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  > *:first-child {
  padding-top: 50px;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-logo-container {
  box-sizing: border-box;
  flex: 1 0 auto;
  z-index: 2147483640;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-logo-container
  .didomi-popup-notice-logo {
  margin-bottom: 30px;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container {
  height: 100%;
  overflow-y: auto;
  padding: 0px 50px;
  box-sizing: border-box;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container
  > *:last-child {
  margin-bottom: 20px;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  #buttons {
  box-sizing: border-box;
  padding: 20px 25px 50px 25px;
  margin-top: 0;
  flex: 1 0 auto;
}
#didomi-host
  .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  #buttons
  button:first-child {
  margin-top: 0px !important;
}
@media all and (-ms-high-contrast: none) {
  #didomi-host
    .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container
    .didomi-popup-view
    *::-ms-backdrop,
  #didomi-host
    .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container
    .didomi-popup-view
    .didomi-popup-notice-logo-container {
    flex: 1 0 0;
  }
  #didomi-host
    .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container
    .didomi-popup-view
    *::-ms-backdrop,
  #didomi-host
    .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container
    .didomi-popup-view
    #buttons {
    flex: 1 0 0;
  }
}
#didomi-host .didomi-popup-notice {
  position: relative;
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  flex: 1;
  max-width: 600px;
  padding: 50px;
}
#didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing {
  padding: 45px 25px !important;
  color: #333;
}
#didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing h1 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 25px;
}
[dir="rtl"]
  #didomi-host
  .didomi-popup-notice.didomi-popup-notice-with-data-processing
  h1 {
  text-align: right;
}
#didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing p {
  margin-top: 0px;
  margin-bottom: 10px;
}
#didomi-host
  .didomi-popup-notice.didomi-popup-notice-data-processing-list
  p
  span {
  font-size: 12px;
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-text p {
  margin: 0px;
  font-size: 15px;
}
#didomi-host .didomi-popup-notice h1 {
  text-align: center;
  margin-bottom: 50px;
}
[dir="rtl"] #didomi-host .didomi-popup-notice h1 {
  text-align: right;
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-logo {
  width: 200px;
  margin-bottom: 30px;
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-text,
#didomi-host .didomi-popup-notice .didomi-popup-notice-subtext {
  max-width: 600px;
  width: 100%;
  flex: 0 auto;
  text-align: left;
}
[dir="rtl"] #didomi-host .didomi-popup-notice .didomi-popup-notice-text,
[dir="rtl"] #didomi-host .didomi-popup-notice .didomi-popup-notice-subtext {
  text-align: right;
}
#didomi-host .didomi-popup-notice .didomi-notice-view-partners-link {
  display: block;
  text-align: center;
  margin-top: 20px;
}
#didomi-host .didomi-popup-notice .didomi-notice-view-partners-link-in-text {
  text-decoration: underline;
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons {
  margin-top: 30px;
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#didomi-host
  .didomi-popup-notice
  .didomi-popup-notice-buttons
  .didomi-components-button {
  padding: 2px 25px;
}
#didomi-host
  .didomi-popup-notice
  .didomi-popup-notice-buttons
  .didomi-components-button:hover {
  opacity: 0.7;
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons a {
  text-decoration: underline;
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-button {
  min-width: 200px;
  margin-right: 10px;
}
[dir="rtl"]
  #didomi-host
  .didomi-popup-notice
  .didomi-popup-notice-buttons
  .didomi-button {
  margin-right: 0px;
}
#didomi-host
  .didomi-popup-notice
  .didomi-popup-notice-buttons
  .didomi-button:last-child {
  margin-right: 0px;
}
[dir="rtl"]
  #didomi-host
  .didomi-popup-notice
  .didomi-popup-notice-buttons
  .didomi-button:last-child {
  margin-right: 10px;
}
[dir="rtl"]
  #didomi-host
  .didomi-popup-notice
  .didomi-popup-notice-buttons
  .didomi-button:not(:last-child):not(:first-child) {
  margin-right: 10px;
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-subtext {
  margin-top: 30px;
}
#didomi-host .didomi-popup-notice .didomi-popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
#didomi-host .didomi-popup-notice-optin-type {
  max-width: 730px;
}
#didomi-host .didomi-popup-notice-optin-type .didomi-popup-notice-buttons {
  align-items: initial;
}
#didomi-host
  .didomi-popup-notice-optin-type
  .didomi-popup-notice-buttons
  .didomi-components-button {
  padding: 8px 16px !important;
  line-height: 140%;
  height: auto;
}
#didomi-host
  .didomi-popup-notice-optin-type
  .didomi-popup-notice-logo-container,
#didomi-host
  .didomi-popup-notice-optin-type
  .didomi-popup-notice-text-container {
  clear: both;
}
#didomi-host .didomi-popup-notice-optin-type .didomi-continue-without-agreeing {
  float: right;
  margin-top: -10px;
  margin-bottom: 40px;
}
[dir="rtl"]
  #didomi-host
  .didomi-popup-notice-optin-type
  .didomi-continue-without-agreeing {
  float: left;
}
#didomi-host .didomi-mobile #notice-vendors-number-section {
  align-items: end;
  flex-direction: column;
}
#didomi-host
  .didomi-mobile
  #notice-vendors-number-section
  .didomi-vendors-count-view-vendors-list-link {
  border-color: #05687b;
  color: #05687b;
}
#didomi-host .didomi-mobile #didomi-popup .didomi-popup-notice {
  padding: 30px;
  font-size: 12px;
  line-height: 160%;
}
#didomi-host .didomi-mobile #didomi-popup .didomi-popup-notice h1 {
  margin-bottom: 35px;
}
#didomi-host .didomi-mobile #didomi-popup .didomi-popup-notice p {
  text-align: justify;
}
#didomi-host .didomi-mobile .didomi-popup-with-x-button {
  padding-top: 0;
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height {
  max-height: -webkit-fill-available;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view {
  max-height: -webkit-fill-available;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  > *:first-child {
  padding-top: 30px;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-logo-container
  .didomi-popup-notice-logo {
  margin-bottom: 30px;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container {
  padding: 0px 30px;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container
  > *:first-child {
  margin-top: 20px;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container
  > *:last-child {
  margin-bottom: 15px;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container
  ~ .didomi-popup-notice-logo-container {
  padding: 0px 30px;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  #buttons {
  padding: 30px 15px;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  #buttons
  button:first-child {
  margin-top: 0px !important;
}
#didomi-host
  .didomi-mobile
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-subtext {
  margin-bottom: 30px;
}
#didomi-host
  .didomi-mobile
  .didomi-popup-notice-optin-type
  .didomi-continue-without-agreeing {
  margin-top: 0px;
  margin-bottom: 30px;
}
#didomi-host .didomi-mobile .didomi-popup-notice-text p {
  margin: 0px;
  font-size: 12px;
}
#didomi-host .didomi-screen-xsmall .didomi-popup-notice-buttons {
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-popup-notice-buttons
  .didomi-components-button {
  margin: 10px 0 0 0 !important;
}
#didomi-host .didomi-screen-xsmall .didomi-popup-with-x-button {
  padding-top: 0;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  > *:first-child {
  padding-top: 15px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-logo-container
  .didomi-popup-notice-logo {
  margin-bottom: 15px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container {
  padding: 0px 15px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container
  > *:first-child {
  margin-top: 20px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container
  > *:last-child {
  margin-bottom: 15px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-text-container
  ~ .didomi-popup-notice-logo-container {
  padding: 0px 15px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  #buttons {
  padding: 15px;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  #buttons
  button:first-child {
  margin-top: 0px !important;
}
#didomi-host
  .didomi-screen-xsmall
  .didomi-notice-popup.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container
  .didomi-popup-view
  .didomi-popup-notice-subtext {
  margin-bottom: 15px;
}
#didomi-host #didomi-notice.didomi-custom-notice-html {
  position: fixed;
  z-index: 2147483640;
}
#didomi-host #didomi-notice.didomi-custom-notice-html.shape-box {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#didomi-host #didomi-notice.didomi-custom-notice-html.shape-banner {
  left: 0;
  right: 0;
}
#didomi-host #didomi-notice.didomi-custom-notice-html.top {
  top: 0;
}
#didomi-host #didomi-notice.didomi-custom-notice-html.bottom {
  bottom: 0;
}
#didomi-host #didomi-notice.didomi-custom-notice-html.left {
  left: 0;
}
#didomi-host #didomi-notice.didomi-custom-notice-html.right {
  right: 0;
}
#didomi-host .didomi-mobile #didomi-notice.didomi-custom-notice-html {
  left: 0;
  right: 0;
}
#didomi-host .didomi-consent-popup-body {
  padding: 30px 20px;
}
#didomi-host .didomi-consent-popup-body .didomi-consent-popup-body__title {
  font-size: 12px;
  color: #526e7a;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
  font-family: "Arial";
}
#didomi-host .didomi-consent-popup-body .didomi-consent-popup-body__subtext {
  margin-bottom: 22px;
}
#didomi-host
  .didomi-consent-popup-body
  .didomi-consent-popup-body__explanation
  a {
  font-weight: bold;
  text-decoration: underline;
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height.didomi-max-height-reached
  .didomi-exterior-border {
  border-radius: 0px;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height.didomi-max-height-reached
  .didomi-popup-container {
  border-radius: 0px;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border {
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 2147483641;
  padding: 0 !important;
  max-height: 100%;
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    *::-ms-backdrop,
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    .didomi-popup-container {
    display: block !important;
  }
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    *::-ms-backdrop,
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    .didomi-consent-popup-preferences {
    display: block !important;
  }
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-popup-container {
  flex: 1 0 auto;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences {
  padding: 0;
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    .didomi-consent-popup-preferences
    *::-ms-backdrop,
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    .didomi-consent-popup-preferences
    .didomi-popup-view {
    height: auto !important;
    overflow-y: auto;
  }
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view {
  max-height: 100vh;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  height: -webkit-fit-content;
  width: 100%;
  padding: 0;
  flex: 1;
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-body {
  overflow-y: auto;
  padding: 10px 20px 0px 20px;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-body
  > *:last-child {
  margin-bottom: 20px;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-header {
  box-sizing: border-box;
  flex: 1 0 auto;
  z-index: 2147483640;
  padding: 15px 20px;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-footer {
  box-sizing: border-box;
  flex: 1 0 auto;
  z-index: 2147483640;
  padding: 10px 20px;
}
#didomi-host
  .didomi-consent-popup__backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-footer
  .didomi-logo-icon {
  margin-left: 0px;
}
@media all and (-ms-high-contrast: none) {
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    .didomi-consent-popup-preferences
    .didomi-popup-view
    *::-ms-backdrop,
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    .didomi-consent-popup-preferences
    .didomi-popup-view
    .didomi-popup-header {
    flex: 1 0 0;
  }
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    .didomi-consent-popup-preferences
    .didomi-popup-view
    *::-ms-backdrop,
  #didomi-host
    .didomi-consent-popup__backdrop.didomi-support-full-height
    .didomi-exterior-border
    .didomi-consent-popup-preferences
    .didomi-popup-view
    .didomi-popup-footer {
    flex: 1 0 0;
  }
}
#didomi-host
  .didomi-mobile
  .didomi-popup-backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view {
  max-height: -webkit-fill-available;
}
#didomi-host
  .didomi-mobile
  .didomi-popup-backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-body {
  padding: 15px 15px 0px 15px;
}
#didomi-host
  .didomi-mobile
  .didomi-popup-backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-body
  > *:last-child {
  margin-bottom: 15px;
}
#didomi-host
  .didomi-mobile
  .didomi-popup-backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-header {
  padding: 10px 15px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.1);
}
#didomi-host
  .didomi-mobile
  .didomi-popup-backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-footer {
  padding: 10px 15px;
  box-shadow: 0 -3px 10px -2px rgba(0, 0, 0, 0.1);
}
#didomi-host
  .didomi-mobile
  .didomi-popup-backdrop.didomi-support-full-height
  .didomi-exterior-border
  .didomi-consent-popup-preferences
  .didomi-popup-view
  .didomi-popup-footer
  .didomi-consent-popup-actions {
  padding: 0px;
}
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing__buttons {
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
  margin-left: 15px;
}
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-vendor,
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-purpose {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
  margin-bottom: 8px;
}
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-vendor
  .didomi-consent-popup-vendor__buttons,
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-vendor
  .didomi-consent-popup-purpose__buttons,
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-purpose
  .didomi-consent-popup-vendor__buttons,
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-purpose
  .didomi-consent-popup-purpose__buttons {
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
  margin-left: 15px;
}
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-vendor
  .didomi-consent-popup-vendor__start_aligned_buttons,
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-purpose
  .didomi-consent-popup-vendor__start_aligned_buttons {
  align-self: start;
}
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-vendor
  .didomi-consent-popup-vendor__right_aligned_buttons,
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-purpose
  .didomi-consent-popup-vendor__right_aligned_buttons {
  float: right;
  margin-top: -2px;
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-partner {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-partner a {
  border-bottom: 1px dashed #000;
}
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-preferences
  .didomi-consent-popup-vendor {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-preferences
  .didomi-consent-popup-vendor
  .didomi-consent-popup-vendor__buttons,
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-preferences
  .didomi-consent-popup-vendor
  .didomi-consent-popup-purpose__buttons {
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
  margin-left: 0px;
  margin-top: 10px;
}
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing
  .didomi-consent-popup-data-processing__purpose,
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing
  .didomi-consent-popup-category__name {
  margin-bottom: 6px;
}
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing
  .didomi-consent-popup-data-processing__description,
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing
  .didomi-consent-popup-category__description {
  font-size: 12px;
}
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-category__description {
  margin-bottom: 20px;
  font-size: 12px;
}
#didomi-host
  .didomi-mobile
  #didomi-consent-popup
  .didomi-consent-popup-data-processing__essential_purpose {
  flex: 0;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-vendor__right_aligned_buttons {
  display: flex;
  float: none !important;
  margin-top: 0px !important;
}
#didomi-host .didomi-consent-popup-information .didomi-consent-popup-body {
  max-height: 300px;
  overflow: auto;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-consent-popup-body_vendors-list
  .didomi-vendors-details-title {
  font-weight: 700;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-consent-popup-body_vendors-list
  ul {
  margin: 0;
  padding: 16px 12px;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-consent-popup-body_vendors-list
  ul
  li {
  margin-bottom: 10px;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-consent-popup-body_vendors-list
  ul
  li:last-child {
  margin-bottom: 0;
}
#didomi-host .didomi-retention-time {
  color: #333;
  display: inline-block;
  border-radius: 4px;
  background: #e2f5f9;
  padding: 0 8px;
  text-align: center;
  margin-left: 8px;
  font-size: 10px;
}
#didomi-host .didomi-retention-time span:first-child {
  font-weight: 700;
}
#didomi-host .didomi-consent-popup-vendor__description {
  color: #333;
  padding-top: 3px;
  border-left: 1px solid;
  padding-left: 10px;
  border-color: #e6e2d7;
  font-size: 14px;
}
#didomi-host .didomi-consent-popup-vendor__description > div {
  margin-bottom: 8px;
}
#didomi-host .didomi-consent-popup-vendor__description > div:last-child {
  margin-bottom: 0;
}
#didomi-host
  .didomi-consent-popup-vendor__description
  .didomi-components-accordion-label-container {
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  word-wrap: break-word;
  padding-bottom: 0;
}
#didomi-host
  .didomi-consent-popup-vendor__description
  .didomi-components-accordion-label-container
  .trigger-icon {
  margin-right: 4px;
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-content {
  margin: 0;
  padding: 16px 12px;
}
#didomi-host
  .didomi-consent-popup-vendor__description
  .didomi-content
  p:first-child {
  margin-top: 0;
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-content ul {
  margin: 0;
  padding: 0;
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-content ul li {
  margin-bottom: 10px;
}
#didomi-host
  .didomi-consent-popup-vendor__description
  .didomi-content
  ul
  li:last-child {
  margin-bottom: 0;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-consent-popup-body_vendors-list {
  height: 280px;
  overflow: auto;
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 12px;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-consent-popup-body {
  padding: 20px 20px;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-consent-popup-container-click-all {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
  padding: 8px 12px;
  margin: 0px !important;
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-popup-title {
  cursor: pointer;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-popup-title:hover {
  opacity: 0.7;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-user-information-container {
  word-break: break-all;
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 12px;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-user-information-trigger {
  font-size: 12px;
  color: #666;
  font-weight: 700;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-user-information-trigger
  > .trigger-icon {
  font-size: 12px !important;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-vendors-disclaimer,
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-vendors-iab-disclaimer {
  color: #333;
  margin-bottom: 10px;
  margin-top: 16px;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-vendors-disclaimer
  p,
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-vendors-iab-disclaimer
  p {
  margin: 0px;
}
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-vendors-disclaimer
  a,
#didomi-host
  .didomi-consent-popup-preferences-vendors
  .didomi-vendors-iab-disclaimer
  a {
  color: #526e7a;
}
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing
  .didomi-consent-popup-data-processing-illustrations {
  background: #f1f0f1;
  border: 1px #ddd solid;
  padding: 10px;
  font-size: 10px;
  line-height: 16px;
}
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing
  .didomi-consent-popup-data-processing-illustrations
  .didomi-consent-popup-data-processing-illustration {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing
  .didomi-consent-popup-data-processing-illustrations
  .didomi-consent-popup-data-processing-illustration:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category {
  padding: 0px;
  margin: 12px 0 0;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .label-click {
  font-weight: 700;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__children {
  border-left: 1px solid #e7e2d6;
  padding: 0px 0px 5px 15px;
  margin-left: 15px;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__description {
  font-size: 14px;
  font-weight: 300;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__children {
  margin-top: 12px;
  padding-bottom: 0;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__children
  .didomi-consent-popup-category {
  padding: 0;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__children
  .didomi-consent-popup-category__name {
  font-size: 14px;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__children
  .didomi-consent-popup-data-processing {
  border: none;
  padding: 0;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__children
  .didomi-consent-popup-data-processing
  .didomi-consent-popup-data-processing__purpose {
  font-size: 14px;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__children
  .didomi-consent-popup-data-processing__description {
  padding: 0px;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .didomi-consent-popup-category__children
  .didomi-consent-popup-preferences-purposes-features {
  font-size: 14px;
}
#didomi-host .didomi-consent-popup-preferences-purposes .vendors-count-label {
  min-height: 21px;
  border-radius: 4px;
  background: #f0f0f0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0em;
  margin-left: 5px;
  border: none;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .vendors-count-label:hover {
  background: #e2f5f9;
  cursor: pointer;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing,
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category {
  font-weight: bold;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing
  .label-button-section,
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .label-button-section {
  display: contents;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__description {
  font-size: 14px;
  color: #333;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__description
  p {
  margin: 10px 0;
  padding: 0;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__essential_purpose {
  display: flex;
  flex: 2.75;
  justify-content: center;
  margin: 5px 0px 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: #526e7a;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__essential_purpose_explanation {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #526e7a;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__description_legal_icon {
  border-bottom: none;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__description_legal_icon
  svg {
  margin-top: -5px;
}
[dir="rtl"]
  #didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__description_legal_icon::after {
  text-align: right;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__purpose_actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 1px;
  margin-bottom: 15px;
  margin-top: 10px;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__purpose_actions
  .didomi-consent-popup-data-processing__purpose_actions_title {
  font-weight: bold;
  color: #333;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__purpose_actions
  .didomi-consent-popup-data-processing__purpose_action_buttons {
  float: right;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-categories-nested
  .didomi-consent-popup-data-processing {
  padding: 0px;
  margin: 12px 0 0;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-categories-nested
  .didomi-consent-popup-data-processing__purpose {
  font-size: 15px;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-view-vendors-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-view-vendors-list
  .didomi-consent-popup-body__title {
  margin-bottom: 0;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-view-vendors-list
  .didomi-consent-popup-view-vendors-list-link {
  cursor: pointer;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 12px;
  color: #757575;
  font-weight: 700;
  padding: 5px 15px;
  text-transform: initial;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-view-vendors-list
  .didomi-consent-popup-view-vendors-list-link:hover {
  background-color: #eee;
  color: #585858;
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-view-vendors-list
  .didomi-consent-popup-view-vendors-list-link
  span {
  background: rgba(0, 0, 0, 0);
}
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-footer
  .didomi-consent-popup-actions
  .didomi-consent-popup-information-save {
  margin-right: 15px;
  font-style: italic;
  color: #757575;
  font-size: 14px;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing
  .label-button-section,
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .label-button-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing
  .vendors-count-label,
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-category
  .vendors-count-label {
  text-align: center;
  min-width: 75px;
  margin-right: 10px;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__purpose_actions
  .didomi-consent-popup-data-processing__purpose_actions_title {
  margin-right: 15px;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-data-processing__essential_purpose {
  display: inline-block;
  margin-left: 0px !important;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-footer {
  height: auto !important;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-footer
  .didomi-consent-popup-actions {
  padding: 8px 0;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-footer
  .didomi-consent-popup-actions:not(.didomi-buttons-all) {
  flex-direction: row;
}
#didomi-host
  .didomi-mobile
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-footer
  .didomi-consent-popup-actions
  .didomi-consent-popup-information-save {
  text-align: center;
  margin-top: 5px;
}
#didomi-host
  .didomi-consent-popup__3e6e3e05-9201-4614-a13e-b9649d1fa0e4
  .didomi-components-accordion-label-container
  .didomi-consent-popup-data-processing__purpose {
  font-size: 15px !important;
}
#didomi-host
  .didomi-consent-popup__3e6e3e05-9201-4614-a13e-b9649d1fa0e4
  .didomi-consent-popup-category__children
  .didomi-consent-popup-categories
  .didomi-consent-popup-data-processing
  .didomi-components-accordion
  .didomi-components-accordion-label-container
  .didomi-consent-popup-data-processing__purpose {
  font-size: 14px !important;
}
#didomi-host
  .didomi-consent-popup-category__children
  .didomi-consent-popup-preferences-purposes-features {
  font-size: 14px !important;
}
#didomi-host .didomi-consent-popup-preferences-purposes-features {
  margin-top: 22px;
}
#didomi-host .didomi-consent-popup-preferences-purposes-features div {
  display: inline;
}
#didomi-vendors-count .didomi-consent-popup-vendors-count {
  max-height: 80vh;
  overflow-y: auto;
  width: 600px;
  max-width: 80vw;
}
#didomi-vendors-count .didomi-popup-view {
  overflow-y: hidden;
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-header {
  flex-direction: column;
  align-items: start;
  background-color: #e2f5f9;
  padding: 16px 20px;
}
#didomi-vendors-count
  .didomi-popup-view
  .didomi-popup-header
  .didomi-arrow-back-vendors-count {
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
#didomi-vendors-count
  .didomi-popup-view
  .didomi-popup-header
  .vendors-list-labels {
  flex: 1;
  min-width: 160px;
  margin-left: 25px;
}
#didomi-vendors-count
  .didomi-popup-view
  .didomi-popup-header
  .vendors-list-labels
  .iab-vendors-count-label,
#didomi-vendors-count
  .didomi-popup-view
  .didomi-popup-header
  .vendors-list-labels
  .vendors-count-label {
  padding: 4px 8px;
  background: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: right;
  margin-right: 8px;
  border: none;
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-body {
  padding: 24px 20px;
  max-height: 50vh;
  overflow-y: auto;
  font-size: 15px;
  line-height: 24px;
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-body ul {
  margin: 0;
  padding: 0;
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-body ul li {
  margin-bottom: 10px;
}
.didomi-mobile #didomi-vendors-count .didomi-popup-header {
  flex-direction: column;
  align-items: flex-start;
}
.didomi-continue-without-agreeing {
  text-decoration: underline;
  cursor: pointer;
  color: #444;
}
.didomi-continue-without-agreeing:hover {
  opacity: 0.7;
}
#didomi-host .didomi-x-button {
  cursor: pointer;
  display: block;
  height: 36px;
  width: 36px;
  padding: 2px 0 2px 2px;
  border-radius: 18px;
  position: absolute;
  top: -18px;
  right: -18px;
  color: #fff;
  background-color: #095d70;
  border-style: none;
}
#didomi-host .didomi-x-button .didomi-cross-icon {
  fill: #fff;
}
[dir="rtl"] #didomi-host .didomi-x-button {
  right: auto;
  left: -18px;
}
#didomi-host .didomi-x-button:hover {
  opacity: 0.7;
}
#didomi-host .didomi-mobile .didomi-x-button {
  height: 48px;
  width: 48px;
  padding: 0 0 0 2px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0) !important;
  top: 8px;
  right: 8px;
}
#didomi-host .didomi-mobile .didomi-x-button .didomi-cross-icon {
  fill: #000;
}
[dir="rtl"] #didomi-host .didomi-mobile .didomi-x-button {
  right: auto;
  left: 8px;
}
#didomi-host .didomi-screen-xsmall .didomi-x-button {
  height: 48px;
  width: 48px;
  padding: 0 0 0 2px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0) !important;
  top: 8px;
  right: 8px;
}
#didomi-host .didomi-screen-xsmall .didomi-x-button .didomi-cross-icon {
  fill: #000;
}
[dir="rtl"] #didomi-host .didomi-screen-xsmall .didomi-x-button {
  right: auto;
  left: 8px;
}
#didomi-host {
  font-family: Raleway, Sans-Serif;
}
#didomi-host a:not(.didomi-no-link-style) {
  text-decoration: underline;
  color: #000000 !important;

  &:hover {
    opacity: 0.7 !important;
  }
}
/* FONTS */
#didomi-host {
  font-family: "Roboto", Arial !important;
}

/* MAIN CONSENT MODAL */

/* BEHIND MODAL */
#didomi-host .didomi-popup-backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* MODAL */
#didomi-host .didomi-exterior-border {
  border-width: 0;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  #didomi-host .didomi-exterior-border {
    width: calc(100% - 32px);
  }
}

#didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing {
  padding: 32px 16px !important;
  background: white;
  border: 0;
  border-radius: 0;
}

@media (min-width: 768px) {
  #didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing {
    padding: 32px !important;
  }
}

@media (max-width: 480px) {
  #didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing {
    padding: 24px 16px 16px !important;
  }
}

@media (min-width: 480px) {
  #didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing {
    width: 90vw;
  }
}

#didomi-host .didomi-popup-notice {
  padding: 16px !important;
  height: auto;
  max-height: 95dvh;
  align-items: flex-start !important;
}

@media (max-width: 480px) {
  #didomi-host .didomi-popup-notice {
    height: 96dvh;
    max-height: 96dvh;
  }
}

@media (min-width: 600px) {
  #didomi-host .didomi-popup-notice {
    height: 92dvh;
    max-height: 92dvh;
  }
}

@media (min-width: 600px) and (min-height: 960px) {
  #didomi-host .didomi-popup-notice {
    height: 800px;
  }
}

#didomi-host .didomi-popup__backdrop.didomi-notice-popup .didomi-popup-view {
  display: contents;
  flex-direction: column;
  overflow: hidden;
}

.didomi-popup-notice-text-container {
  flex: 1 0 auto;
  padding-bottom: 30px;
  max-height: calc(100% - 150px);
  overflow-y: scroll;
}

@media (min-width: 481px) and (min-height: 541px) {
  .didomi-popup-notice-text-container {
    max-height: calc(100% - 144px);
  }
}

@media (min-width: 601px) {
  .didomi-popup-notice-text-container {
    max-height: calc(100% - 170px);
  }
}

/* LOGO */
#didomi-host .didomi-popup-container .didomi-popup-notice-logo-container {
  text-align: left !important;
}

#didomi-host .didomi-popup-notice .didomi-popup-notice-logo {
  width: 142px !important;
  margin-bottom: 12px !important;
}

#didomi-host .didomi-offers__premium {
  position: absolute;
  top: 17px;
  right: 17px;
  width: auto;
  line-height: 16px !important;
}
#didomi-host .didomi-offers__login {
  display: block;
  font-weight: 700;
  text-align: right !important;
}

@media (min-width: 481px) {
  #didomi-host .didomi-offers__premium {
    top: 32px;
    right: 32px;
  }
  #didomi-host .didomi-offers__login {
    display: inline;
  }
}
/* TEXTS */
#didomi-host a,
#didomi-host p,
#didomi-host span {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #000000 !important;
  text-align: left !important;
}

#didomi-host .didomi-popup-notice-text-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 10px !important;
  display: block;
}

.didomi-notice-data-processing-list {
  font-weight: normal !important;
}

/* BUTTON */

.ue-notice-buttons {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  padding: 10px 16px;
  background-color: #fff;
  box-shadow: 0px -2px 5px -2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

@media screen and (min-width: 481px) {
  .ue-notice-buttons {
    padding: 10px 16px;
  }
}

@media screen and (min-width: 768px) {
  .ue-notice-buttons {
    padding: 10px 32px;
  }
}

@media screen and (min-width: 768px) {
  .ue-notice-buttons {
    box-shadow: none;
  }
}

.ue-notice-buttons__btn {
  width: 100%;
  height: 47px;
  background-color: #000;
  color: #fff;
  outline: 0;
  box-shadow: none;
  border: 50px;
  font-size: 18px;
  line-height: 16px;
  border-radius: 50px;
  padding: 16px;
  font-family: "Roboto", Arial;
  font-weight: 700;
}

.ue-notice-buttons__btn:first-child {
  margin-bottom: 0;
}

.ue-notice-buttons__btn + .ue-notice-buttons__btn {
  margin-top: 16px;
}

.ue-notice-buttons__btn--light {
  background: white;
  border: 1px solid #cecece;
  color: black;
}

.ue-notice-buttons__user {
  font-weight: 400;
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
}

@media only screen and (max-width: 600px) {
  .didomi-exterior-border.didomi-popup__exterior-border {
    display: flex !important;
  }

  .didomi-popup-notice-text-container {
    margin-bottom: 0;
  }

  .didomi-popup-container.didomi-popup__dialog.didomi-popup-notice.didomi-popup-notice-info-type.didomi-popup-notice-with-data-processing {
    overflow-y: scroll;
    display: flex;
  }
}

@media only screen and (min-width: 450px) and (max-width: 600px) {
  .didomi-popup-notice-text-container {
    margin-bottom: 0;
  }
}

#didomi-host .didomi-notice-data-processing-container {
  padding-top: 0 !important;
}

#didomi-host
  .didomi-notice-data-processing-container
  .didomi-notice-data-processing-title {
  margin-top: 16px !important;
  display: inline !important;
  margin-right: 2px;
}

#didomi-host .didomi-popup-notice-text-container a:not(.didomi-no-link-style) {
  text-decoration: none !important;
}

#didomi-host .didomi-popup-notice-text-container u {
  color: #2e6d9d;
  text-decoration: none;
}

#didomi-host .didomi-popup-notice-text-container a:first-of-type u {
  font-weight: 700;
}

#didomi-host
  .didomi-popup-notice
  .didomi-popup-notice-text-container
  .didomi-popup-notice-text
  p {
  margin-bottom: 16px !important;
}
#didomi-host
  .didomi-popup-notice
  .didomi-popup-notice-text-container
  .didomi-popup-notice-text
  br {
  display: none;
}

.didomi-notice-view-partners-link:focus {
  outline: 0 !important;
}

#didomi-host
  .didomi-popup-notice-text-container
  .didomi-popup-notice-text-title--config
  span,
#didomi-host
  .didomi-popup-notice-text-container
  .didomi-notice-view-partners-link
  span {
  color: #2e6d9d !important;
  font-weight: bold !important;
}

#didomi-host a:not(.didomi-no-link-style) {
  color: #2e6d9d !important;
}

@media only screen and (min-width: 768px) {
  #didomi-host .didomi-popup-notice .didomi-popup-notice-logo {
    width: 190px !important;
    margin-bottom: 16px !important;
  }

  #didomi-host .didomi-popup-notice .didomi-notice-view-partners-link {
    margin-top: 16px !important;
  }

  .didomi-popup-notice-text-container {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .ue-notice-buttons {
    bottom: 0;
    padding-bottom: 20px;
  }

  #didomi-host
    .didomi-popup-notice-text-container
    a:not(.didomi-no-link-style) {
    padding-bottom: 28px !important;
  }
}

@media screen and (min-width: 1024px) {
  #didomi-host
    .didomi-popup-notice-text-container
    a:not(.didomi-no-link-style) {
    padding-bottom: 0 !important;
  }
}

/* PREFERENCES MODAL */
.didomi-consent-popup__exterior-border {
  display: flex !important;
}

#didomi-host .didomi-consent-popup-body {
  padding: 16px !important;
}

/* ACCEPT - REJECT ALL BUTTONS */
#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-container-click-all {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}

#didomi-host
  .didomi-consent-popup-container-click-all
  .didomi-components-radio {
  justify-content: start;
}

@media only screen and (min-width: 768px) {
  #didomi-host
    .didomi-consent-popup-preferences
    .didomi-consent-popup-container-click-all {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  #didomi-host
    .didomi-consent-popup-container-click-all
    .didomi-components-radio {
    justify-content: space-between;
  }
}

#didomi-host .didomi-popup-footer .didomi-popup-actions {
  padding: 0 !important;
}

.didomi-components-accordion {
  padding: 0px !important;
}

.didomi-components-accordion-label-container {
  padding-left: 8px !important;
  padding-bottom: 5px;
}

.didomi-components-button.didomi-button.didomi-components-button--color.didomi-button-highlight.highlight-button {
  margin-right: 0 !important;
}

#didomi-host a,
#didomi-host p,
#didomi-host span {
  font-size: 15px !important;
}

.didomi-consent-popup-data-processing {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

#didomi-host
  .didomi-consent-popup-body
  .didomi-consent-popup-body__explanation
  a {
  color: #2e6d9d !important;
  font-weight: 400 !important;
}

.didomi-consent-popup-body__explanation {
  margin-bottom: 22px !important;
}

@media only screen and (min-width: 768px) {
  .didomi-consent-popup-body__explanation {
    margin-bottom: 22px !important;
  }

  .label-button-section {
    padding: 5px 10px !important;
  }
}

.didomi-consent-popup-body__title {
  margin-bottom: 0 !important;
}

.label-button-section {
  padding: 0 !important;
}

#didomi-host .didomi-components-radio__option {
  border: 1px solid #000;
  /* width: 94px !important; */
  height: 30px !important;
  /* padding: 0; */
  font-weight: 400;
  border-radius: 4px;
  outline: 0 !important;
  width: 105px !important;
  padding: 0 10px !important;
}

.didomi-components-accordion {
  padding-left: 12px;
  position: relative;
  margin-top: 6px;
}

.didomi-components-accordion span:last-of-type {
  padding-right: 10px !important;
}

@media only screen and (min-width: 768px) {
  .didomi-components-accordion {
    margin-top: 16px;
  }
}

.didomi-components-accordion:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 9px;
}

.trigger-icon {
  display: none !important;
}

.didomi-consent-popup-preferences {
  overflow-y: scroll;
  max-height: 89vh;
}

#didomi-host
  .didomi-consent-popup-preferences
  .didomi-consent-popup-data-processing__buttons {
  margin-left: 0 !important;
}

#didomi-host .didomi-components-radio__option svg {
  fill: none;
  stroke: #000;
  height: 10px;
}

#didomi-host .didomi-components-radio__option svg path {
  fill: #000;
}

#didomi-host
  .didomi-components-radio__option.didomi-components-radio__option--disagree {
  background-color: #ffbbbb;
  border: 1px solid #000;
  padding: 0 10px !important;
}

#didomi-host
  .didomi-components-radio__option.didomi-components-radio__option--agree {
  background-color: #b7ffbe;
  border: 1px solid #000;
  padding: 0 10px !important;
}

#didomi-host
  .didomi-components-radio__option.didomi-components-radio__option--agree
  > svg {
  transform: scale(1.5);
  vertical-align: unset !important;
}

.didomi-consent-popup-view-vendors-list {
  justify-content: flex-start !important;
}

.didomi-components-radio__option--selected {
  font-weight: bold !important;
}

.didomi-components-radio__option--selected polygon {
  fill: #000 !important;
}

.didomi-consent-popup-view-vendors-list-link {
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-view-vendors-list
  .didomi-consent-popup-view-vendors-list-link
  span {
  color: #2e6d9d !important;
}

#didomi-host .didomi-popup-body .didomi-popup-body-section {
  margin-bottom: 16px !important;
}

.didomi-buttons-all {
  width: 100% !important;
}

.didomi-icon {
  visibility: hidden;
}

#didomi-host .didomi-popup-footer .didomi-popup-actions button,
#didomi-host .didomi-popup-footer .didomi-popup-actions div {
  width: 100% !important;
  background-color: #000 !important;
  border-radius: 50px !important;
  margin-bottom: 20px;
}

.didomi-popup-footer > a {
  display: none;
}

#didomi-host .didomi-popup-header {
  position: relative;
  padding: 30px 17px 0;
}

@media (min-width: 768px) {
  #didomi-host .didomi-popup-header {
    padding: 30px 20px 0;
  }
}

#didomi-host .didomi-popup-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 23px !important;
}

#didomi-host .didomi-consent-popup-body {
  padding-top: 10px !important;
}

.didomi-buttons {
  padding: 0 10px !important;
}

.ue-purposes-buttons button {
  width: 100%;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  height: 42px;
  font-family: "Roboto", Arial !important;
  font-weight: 700;
}

.ue-purposes-buttons button:disabled {
  background: #999999;
  opacity: 0.6;
  border: #999;
}

.didomi-consent-popup-actions {
  width: 100%;
  margin: 0 20px;
  font-family: "Roboto", Arial !important;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .didomi-consent-popup-actions {
    margin: 0 30px;
  }
}

#didomi-host .didomi-consent-popup-actions button span {
  color: #fff !important;
}

@media only screen and (min-width: 768px) {
  #didomi-host .didomi-consent-popup-body {
    padding: 10px 30px !important;
  }

  .didomi-consent-popup-preferences .didomi-popup-title span {
    padding-left: 10px;
  }

  .didomi-consent-popup-data-processing {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  .label-button-section {
    width: 40% !important;
  }

  .didomi-consent-popup-actions.didomi-popup-actions.didomi-buttons.didomi-buttons-all {
    padding: 0 30px 20px !important;
  }
}

#didomi-host .didomi-popup-footer .didomi-popup-actions button,
#didomi-host .didomi-popup-footer .didomi-popup-actions div {
  width: 100%;
  background-color: #000 !important;
  font-size: 18px;
  border-radius: 50px !important;
  font-family: "Roboto", Arial;
  font-weight: 700;
  height: 42px !important;
}

/* Preferences modal */
.didomi-consent-popup-preferences,
.didomi-consent-popup-vendor {
  overflow-x: hidden !important;
}

#didomi-host
  .didomi-components-accordion
  .didomi-consent-popup-data-processing__purpose {
  padding-right: 10px;
}

.didomi-consent-popup-container-click-all {
  margin-bottom: 30px;
}

#didomi-host
  .didomi-consent-popup-container-click-all
  .didomi-consent-popup-purpose__buttons {
  margin-left: 0 !important;
  margin-top: 8px;
}

#didomi-host
  .didomi-consent-popup-container-click-all
  .didomi-consent-popup-purpose__buttons
  .didomi-components-radio__option {
  width: 150px !important;
}

@media only screen and (min-width: 768px) {
  #didomi-host
    .didomi-components-accordion
    .didomi-consent-popup-data-processing__purpose {
    padding-right: 0;
  }

  #didomi-host
    .didomi-consent-popup-container-click-all
    .didomi-consent-popup-purpose__buttons {
    margin-top: 0;
  }
}

#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-view-vendors-list {
  align-items: left;
  display: block;
}

#didomi-host .didomi-popup-container {
  -webkit-overflow-scrolling: unset;
}

#didomi-host .didomi-consent-popup-header .didomi-no-link-style a,
#didomi-host .didomi-consent-popup-header .didomi-no-link-style span,
#didomi-host .didomi-arrow-back-popup-preferences-vendors {
  color: #2e6d9d !important;
}

@media only screen and (min-width: 768px) {
  .didomi-consent-popup-preferences .didomi-popup-title .didomi-no-link-style,
  .didomi-consent-popup-preferences
    .didomi-popup-title
    .didomi-no-link-style
    span:not(.didomi-arrow-back-popup-preferences-vendors) {
    padding-left: 0;
  }

  .didomi-consent-popup-preferences
    .didomi-popup-title
    .didomi-arrow-back-popup-preferences-vendors {
    padding-left: 10px;
  }
}

#didomi-host *:focus {
  outline: 0 !important;
}

#didomi-host *:focus-visible {
  outline: 2px solid blue !important;
  outline: -webkit-focus-ring-color auto 1px !important;
}

/* Styles to hide actions buttons to condigure purposes*/
#didomi-host
  .didomi-consent-popup-preferences-purposes
  .didomi-consent-popup-footer {
  display: none;
}

/* Styles to hide main actions buttons notice*/
#didomi-host #buttons {
  position: absolute;
  bottom: 0;
  display: none !important;
}

#didomi-host .hidden-content {
  display: none !important;
}

#didomi-host button {
  text-align: center;
}
@media screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  body > .publicidad {
    margin: 0;
    height: 0;
  }

  input,
  li,
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  a,
  a:hover {
    text-decoration: none;
  }

  iframe,
  p {
    margin: 0;
  }

  iframe {
    border: 0;
  }

  main[data-ue-navindex]:not([data-ue-navindex="0"]):before {
    position: relative;
    content: " ";
    display: block;
    width: 100%;
    height: 7px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background-color: #f3f3f3;
    margin: 4px 0;
    float: left;
  }

  @media (min-width: 46.25em) {
    main[data-ue-navindex]:not([data-ue-navindex="0"]):before {
      margin: 8px 0;
      display: inline-block;
    }
  }

  .ue-l-cover-grid__section-title {
    margin: 0;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 1.0625rem;
    line-height: 1.1875rem;
    letter-spacing: 0;
  }

  .lightbox_shadow {
    background: #aaa;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
  }

  .lightbox {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999999999999;
    background: #fff;
  }

  .lightbox iframe {
    height: 100%;
    width: 100%;
  }

  .lightbox.inicio-sesion {
    height: 660px;
    width: 410px;
  }

  @media only screen and (min-width: 768px) {
    .lightbox.inicio-sesion {
      position: fixed;
      margin-left: -205px;
      padding: 0;
      top: 50%;
      left: 50%;
      margin-top: -330px;
    }
  }

  .lightbox.inicio-sesion h1 {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }

  .lightbox.inicio-sesion.inicio-sesion,
  .lightbox.inicio-sesion.zona-usuario {
    overflow-y: hidden;
  }

  .lightbox.inicio-sesion.inicio-sesion iframe,
  .lightbox.inicio-sesion.zona-usuario iframe {
    padding-top: 55px;
    background: #999;
  }

  @media only screen and (max-width: 768px) {
    .lightbox.inicio-sesion.inicio-sesion,
    .lightbox.inicio-sesion.zona-usuario {
      overflow: auto;
      position: fixed !important;
      top: 0 !important;
      right: 0;
      height: 100% !important;
      width: 100% !important;
    }

    .lightbox.inicio-sesion.inicio-sesion iframe,
    .lightbox.inicio-sesion.zona-usuario iframe {
      width: 100%;
      height: 100%;
    }
  }

  .lightbox.inicio-sesion.inicio-sesion .cerrar,
  .lightbox.inicio-sesion.zona-usuario .cerrar {
    display: block;
  }

  @media only screen and (min-width: 990px) {
    .lightbox.inicio-sesion.zona-usuario {
      width: 800px;
      margin-left: -400px;
    }
  }

  .lightbox.send-mail {
    top: 5%;
    margin: 0 auto;
    left: 35%;
  }

  @media only screen and (max-width: 890px) {
    .lightbox.send-mail {
      left: 25%;
    }
  }

  @media only screen and (max-width: 768px) {
    .lightbox.send-mail {
      width: 100%;
      top: 0;
      left: 0;
      margin: 0;
      height: 100%;
    }
  }

  .lightbox .cerrar {
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M5 5l15 13.569M20 5L5 18.569' fill='none' stroke='%23333' stroke-width='1.5'/%3E%3C/svg%3E")
      transparent no-repeat 50%;
    z-index: 51;
    display: block;
  }

  .lightbox.send-mail {
    height: 600px;
    background-color: #fff;
    width: 330px;
  }

  .lightbox.send-mail .cerrar {
    right: 2px;
    top: 3px;
  }

  .disabled-vscroll {
    height: 100%;
  }

  .loading-next {
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    text-align: left;
    display: inline-block;
    padding: 30px 20px;
  }

  .loading-next span {
    color: #797676;
    font-size: 16px;
    display: block;
  }

  .loading-next span:last-child {
    color: #000;
    font-size: 20px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  }

  @media (min-width: 46.25em) {
    .loading-next span:last-child {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 300px;
    }
  }

  .loading-icon {
    vertical-align: bottom;
  }

  .loading-module {
    border-bottom: 1px solid #2e6d9d;
    border-top: 1px solid #2e6d9d;
    text-align: center;
  }

  @media (min-width: 46.25em) {
    .loading-module {
      max-width: 100%;
      background-color: #fff;
    }
  }

  @media only screen and (max-width: 498px) {
    .loading-icon {
      width: 55px;
    }

    .loading-next {
      padding: 10px;
    }

    .loading-next span {
      font-size: 14px;
    }

    .loading-next span:last-child {
      font-size: 18px;
    }
  }

  .ue-cintillo-premium {
    position: fixed;
    bottom: -70px;
    width: 100%;
    background: transparent;
    text-align: center;
    z-index: 100;
  }

  .site-footer {
    clear: both;
    margin: 0;
    overflow: hidden;
    text-align: left;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    background-color:  #fff;
  }

  .container-about-footer {
    overflow: hidden;
    border-bottom: 1px solid #666;
  }

  .container-about-footer .container {
    display: flex;
    flex-direction: column;
          
    }
  }
  header{
    overflow:hidden;
  }

  .container-list-footer {
    text-align: center;
    padding: 0 10px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
  }

  .container-list-footer a {
    color: var(--ue-c-footer-link-color, #2e6d9d);
  }

  .container-list-footer a:hover {
    color: var(--ue-c-footer-link-hover-color, #2a7aac);
  }

  .arrow-toggle {
    border-top: 1px solid var(--ue-c-footer-border-color, #666);
    border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
  }

  .arrow-toggle h3 {
    text-transform: uppercase;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    padding: 9px 0;
  }

  .arrow-toggle h3:after {
    content: "";
    margin-left: 10px;
    margin-top: 5px;
    width: 12px;
    height: 12px;
    display: block;
    float: right;
  }

  .arrow-toggle--open + .container-toggle {
    display: block;
  }

  .arrow-toggle[aria-expanded="true"] h3:after {
    transform: rotate(180deg);
  }

  .container-toggle {
    display: none;
    padding: 10px;
    border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
  }

  .container-toggle .list-footer {
    margin-bottom: 20px;
  }

  .container-toggle .list-footer li {
    display: inline-block;
    width: auto;
    margin: 0;
  }

  .container-toggle .list-footer li a {
    padding: 0 5px;
    font-size: 13px;
    line-height: 19px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  }

  .container-toggle .list-footer li + li:after {
    content: "\2022";
    color: #2e6d9d;
    font-size: 13px;
  }

  .container-toggle .list-footer li:last-child:after {
    display: none;
  }

  .container-toggle .list-footer .highlight {
    display: block;
    font-size: 16px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    margin-bottom: 10px;
    color: var(--ue-c-footer-highlight-color, #333);
  }

  .container-toggle .list-footer:last-child {
    margin-bottom: 0;
  }

  .list-corporative {
    border-top: 1px solid var(--ue-c-footer-border-color, #666);
    padding: 10px;
  }

  .list-corporative li {
    display: inline-block;
    margin-right: 0;
  }

  .list-corporative li a {
    line-height: 20px;
    padding: 20px 5px;
  }

  .list-corporative li a:hover {
    color: #2a7aac;
  }


  .list-corporative li:last-child:after {
    content: "";
  }

  .about-list {
    margin: 0 auto;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    text-align: center;
  }

  .about-list li {
    margin: 0 0 10px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
  }

  .about-list .copyright {
    display: block;
    margin: 5px 10px;
    color: var(--ue-c-footer-copyright-color, #4a4a4a);
  }

  .about-list .copyright address {
    line-height: 18px;
    margin: 0 16px 20px;
    font-style: normal;
  }

  .about-list .copyright .icon-elmundo-mobile {
    width: var(--ue-site-footer-copyright-icon-mobile-width, 143px);
    height: var(--ue-site-footer-copyright-icon-mobile-height, 26px);
    display: block;
    margin: 5px auto;
  }

  .about-list .copyright .icon-elmundo-mobile svg {
    width: 100%;
    height: 100%;
  }

  .about-list a {
    color: var(--ue-c-footer-about-list-link-color, #000);
    padding: 0 5px;
  }

  .about-list a:hover {
    color: var(--ue-c-footer-link-hover-color, #2a7aac);
  }

  .follow-us {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .follow-us p {
    font-size: 14px;
    margin: 30px 0 15px;
    color: #333;
  }

  .footer-social-networks {
    margin: 0 auto;
  }

  .footer-social-networks ul {
    margin: 0 auto 15px;
  }

  .footer-social-networks ul li {
    width: 30px;
    height: 30px;
    display: flex;
    margin: 0 9px 0 0;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ue-c-footer-social-border-color, #216087);
    border-radius: 50%;
  }

  .footer-social-networks ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-social-networks ul li a svg {
    fill: var(--ue-c-footer-social-fill, #216087);
    opacity: var(--ue-c-footer-social-opacity, 0.8);
  }

  .footer-social-networks ul li a:hover {
    opacity: var(--ue-c-footer-social-hover-opacity, 0.5);
  }

  .footer-social-networks ul li:last-child {
    margin: 0;
  }

  .footer-social-networks ul a {
    cursor: pointer;
    border-radius: 50%;
  }

  .footer-social-networks ul a:last-child {
    margin-right: 0;
  }

  .partners {
    margin: 10px auto;
    order: 3;
  }

  .partners li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .partners li:first-child {
    margin-right: 20px;
  }

  .partners li:last-child {
    margin: 0;
  }

  .partners i {
    display: inline-block;
  }

  .partners .icon-partners-reverso {
    width: 34px;
    height: 33px;
    background: url("https://e00-elmundo.uecdn.es/assets/v17/img/logoreverso.png");
  }

  .partners .icon-partners-powered-ntt {
    width: 100px;
    height: 33px;
  }

  .arrow-toggle h3 {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 5px 10px;
  }

  .container-toggle .list-footer {
    margin-bottom: 10px;
  }

  .container-toggle .list-footer li a {
    text-decoration: none;
    font-size: 15px;
  }

  .container-toggle .list-footer .highlight {
    font-size: 15px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .list-corporative {
    border-top: 0;
    padding: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
  }

  .list-corporative li {
    margin: 6px 0;
  }

  .list-corporative li a {
    font-size: 13px;
    padding: 8px 8px 8px 4px;
  }

 

  .about-list {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    width: 100%;
        border-top: 2px solid #7f7f7f;
  }

  .about-list .copyright {
    /*margin: 0 0 16px;*/
    /*padding: 8px 10px;*/
  }

  .about-list .copyright address {
    font-size: 12px;
    margin: 0;
  }

  .about-list .copyright .icon-elmundo-mobile {
    width: var(--ue-site-footer-copyright-icon-mobile-width, 126px);
    height: var(--ue-site-footer-copyright-icon-mobile-height, 17px);
  }

  .footer-social-networks ul {
    display: flex;
    margin: 0 auto 24px;
  }

  .footer-social-networks ul li {
    margin: 0 5px;
  }

  .partners {
    margin: 0 auto 24px;
  }

  .partners li:first-child {
    margin-bottom: 0;
  }

  .container-list-footer {
    padding: 0;
  }

  .ue-c-footer--dark .icon-elmundo-mobile,
  .ue-c-footer--dark .icon-partners-reverso {
    filter: invert(100%) grayscale(100%);
  }

  .comentarios {
    margin: 60px 0 130px;
    position: relative;
  }

  .comentarios > h3 {
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 0;
    color: var(--ue-c-comments-title-color, #4a4a4a);
    padding-bottom: 15px;
  }

  .comentarios > h3 i {
    width: 32px;
    height: 25px;
    display: inline-block;
    margin: 0 10px -5px 0;
  }

  .comentarios > h3 strong {
    font-size: 18px;
    vertical-align: bottom;
    margin-left: 1rem;
  }

  .comentarios > h3 [class*="icon-"] {
    display: none;
  }

  .comentarios .info-especial-pestanas {
    margin-top: 1.25rem;
  }

  .comentarios .comentarios-usuarios {
    clear: both;
    padding: 0 16px;
  }

  .comentarios .comentarios-usuarios > h1 {
    margin-bottom: 23px;
    float: none;
  }

  .comentarios .comentarios-usuarios > h1 strong {
    font-size: 160%;
    font-weight: 300;
    padding-right: 10px/2;
  }

  .comentarios .comentarios-usuarios .texto-comentario {
    width: 100%;
    margin-bottom: 28px;
  }

  .comentarios .comentarios-usuarios .texto-comentario p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--ue-c-comments-text-color, #000);
  }

  .comentarios .comentarios-usuarios ul {
    width: 100%;
    padding: 0;
    list-style: none;
  }

  .comentarios article {
    margin-bottom: 1.25rem;
    position: relative;
    padding: 1.25rem 0 0;
  }

  .comentarios article + article {
    border-top: 2px solid var(--ue-c-comments-separator-border-color, #cecece);
  }

  .comentarios header {
    margin-bottom: 1.25rem;
    width: 100%;
    border: 0;
  }

  .comentarios header > span {
    float: right;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: var(--ue-c-comments-number-color, #000);
  }

  .comentarios header > span:before {
    content: "#";
  }

  .comentarios header > span a {
    text-decoration: none;
    display: block;
    float: right;
    color: var(--ue-c-comments-number-color, #000);
  }

  .comentarios header .avatar {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    float: left;
    fill: var(--ue-c-comments-avatar-fill, #2e6d9d);
    stroke: var(--ue-c-comments-avatar-stroke, transparent);
  }

  .comentarios header time {
    display: block;
    font-size: 11px;
    color: var(--ue-c-comments-date-time-color, #000);
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  }

  .comentarios header time .fecha,
  .comentarios header time .hora {
    color: #666;
  }

  .comentarios header .autor {
    padding-bottom: 2;
    width: 90%;
    line-height: 16px;
    margin-right: 5px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-weight: 700;
    color: var(--ue-c-comments-author-color, #000);
  }

  .comentarios header .alias,
  .comentarios header .nombre-usuario {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: var(--ue-c-comments-user-name-color, #555);
    line-height: 19px;
    margin-bottom: 4px;
    display: inline-block;
  }

  .comentarios header .nombre-usuario + .alias {
    font-size: 75%;
    font-weight: 400;
  }

  .comentarios .texto-comentario {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #000;
  }

  .comentarios .ancla_referencia {
    cursor: pointer;
  }

  .comentarios .referencia {
    background: var(--ue-c-comments-reference-background-color, #f3f3f3);
    border-bottom: 2px solid
      var(--ue-c-comments-reference-border-color, #2e6d9d);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 6px;
    padding: 2px 10px 10px;
    position: absolute;
    width: 70%;
    z-index: 20;
    color: var(--ue-c-comments-reference-text-color, #666);
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.3);
  }

  .comentarios .referencia:before {
    content: "\A";
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #f3f3f3;
  }

  .comentarios .comentario-cerrar {
    border-bottom: 1px solid
      var(--ue-c-comments-reference-border-color, #f3f3f3);
    margin-bottom: 0.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--ue-c-comments-reference-link-color, #2e6d9d);
  }

  .comentarios .comentario-cerrar .comentario-cerrar-icon {
    margin-left: 0.3rem;
  }

  .comentarios .comentario-cerrar .comentario-cerrar-icon,
  .comentarios .comentario-cerrar .comentario-cerrar-icon:after,
  .comentarios .comentario-cerrar .comentario-cerrar-icon:before {
    width: 20px;
    height: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
  }

  .comentarios .comentario-cerrar .comentario-cerrar-icon:after,
  .comentarios .comentario-cerrar .comentario-cerrar-icon:before {
    position: absolute;
    background-color: var(
      --ue-c-comments-reference-icon-background-color,
      #f3f3f3
    );
  }

  .comentarios .comentario-cerrar .comentario-cerrar-icon:before {
    transform: rotate(45deg);
  }

  .comentarios .comentario-cerrar .comentario-cerrar-icon:after {
    transform: rotate(-45deg);
  }

  .comentarios .boton {
    background-color: var(--ue-c-comments-button-background-color, #2e6d9d);
    border: 0;
    color: var(--ue-c-comments-button-color, #fff);
    display: block;
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    height: 36px;
    padding: 0 0.625rem;
    text-align: center;
    border-radius: 3px;
  }

  .comentarios .boton.mas {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
  }

  .comentarios .boton i {
    display: inline-block;
  }

  .comentarios .boton .icon-abajo_16_d {
    background-image: none;
  }

  .comentarios .boton .icon-abajo_16_d:before {
    content: "";
    border-width: 0 2px 2px 0;
    border-style: solid;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: var(--ue-c-comments-button-back-border-color, #fff);
    transform: rotate(45deg) translateX(5px) translateY(-8px);
  }

  .comentarios .mejor-valorados {
    counter-reset: valorados 0;
  }

  .comentarios .mejor-valorados > article:before {
    counter-increment: valorados;
    content: counter(valorados) "\B0";
    border-right: 1px solid var(--ue-c-comments-separator-border-color, #cecece);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: var(--ue-c-comments-text-color, #666);
    height: 40px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 10%;
  }

  .comentarios .mejor-valorados header {
    padding-left: 15%;
  }

  .comentarios nav {
    border-bottom: 2px solid
      var(--ue-c-comments-separator-border-color, #cecece);
    clear: both;
    margin: 15px 0 5px;
  }

  .comentarios nav > ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 12px;
    padding: 0;
  }

  .comentarios nav li {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    list-style: none;
  }

  .comentarios nav li.disable {
    display: none;
  }

  .comentarios nav li:first-child:nth-last-child(2),
  .comentarios nav li:nth-child(2):last-child {
    width: 49%;
  }

  .comentarios nav a {
    text-decoration: none;
    color: var(--ue-c-comments-nav-item-color, #b3b3b3);
    padding: 0 5px;
    line-height: 20px;
  }

  .comentarios nav a:hover {
    color: var(--ue-c-comments-nav-item-hover-color, #666);
  }

  .comentarios nav .seleccionado a {
    border-bottom: 3px solid
      var(--ue-c-comments-nav-current-item-border-color, #20c0f5);
    color: var(--ue-c-comments-nav-current-item-color, #666);
  }

  .comentarios nav span {
    line-height: 40px;
  }

  .comentario-acciones {
    font-size: 16px;
    margin-bottom: 0;
    float: none;
    width: 100%;
    display: inline-block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    padding: 0;
    display: flex;
  }

  .comentario-acciones a {
    text-decoration: none;
  }

  .comentario-acciones li {
    margin: 0;
    float: left;
    display: flex;
  }

  .comentario-acciones .valorar-positivo,
  .comentario-acciones li:not(:last-child) {
    border-right: 1px solid var(--ue-c-comments-separator-border-color, #e5e5e5);
  }

  .comentario-acciones > * {
    display: inline-block;
  }

  .comentario-acciones .comenta,
  .comentario-acciones .denunciar,
  .comentario-acciones .valorar-negativo,
  .comentario-acciones .valorar-positivo {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 5px 10px;
    line-height: 2rem;
    background-color: var(--ue-c-comments-report-background-color, #f2f2f2);
  }

  .comentario-acciones .comenta {
    background-color: var(
      --ue-c-comments-reply-button-background-color,
      #2e6d9d
    );
    text-align: center;
    color: var(--ue-c-comments-reply-button-color, #fff);
  }

  .comentario-acciones .denunciar {
    position: relative;
    color: var(--ue-c-comments-report-color, #2e6d9d);
  }

  .comentario-acciones .denunciar:before {
    content: "";
    border: 2px solid #da7478;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 5px 6px 5px 5px;
  }

  .comentario-acciones .denunciar:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #da7478;
    position: absolute;
    left: 1rem;
    transform: rotate(-45deg);
  }

  .comentario-acciones .denunciar i {
    background-image: none;
  }

  .comentario-acciones .denunciar span {
    display: none;
  }

  .comentario-acciones .denunciar:not(a) {
    position: absolute;
    left: 0;
    height: 38px;
  }

  .comentario-acciones .denunciar:not(a):after,
  .comentario-acciones .denunciar:not(a):before {
    display: contents;
  }

  .comentario-acciones .denunciar p {
    line-height: 1rem;
    font-size: 13px;
    color: #222;
    padding: 10px 0;
  }

  .comentario-acciones .valorar-negativo,
  .comentario-acciones .valorar-positivo {
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    line-height: 1.65rem;
  }

  .comentario-acciones .valorar-negativo span,
  .comentario-acciones .valorar-positivo span {
    text-indent: -999999px;
  }

  .comentario-acciones .valorar-negativo i,
  .comentario-acciones .valorar-positivo i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    background-image: none;
  }

  .comentario-acciones .valorar-negativo i:before,
  .comentario-acciones .valorar-positivo i:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    position: absolute;
  }

  .comentario-acciones .valorar-negativo i:after,
  .comentario-acciones .valorar-positivo i:after {
    content: "";
    width: 2px;
    height: 18px;
  }

  .comentario-acciones .valorar-negativo i:before {
    border-color: #db544d;
  }

  .comentario-acciones .valorar-negativo i:after {
    background-color: #db544d;
  }

  .comentario-acciones .valorar-negativo i:before {
    transform: rotate(-135deg);
  }

  .comentario-acciones .valorar-positivo i:before {
    border-color: #19b555;
  }

  .comentario-acciones .valorar-positivo i:after {
    background-color: #19b555;
  }

  .perfil-oficial .autor:after {
    content: "Perfil oficial";
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background: #2e6d9d;
    color: #fff;
    padding: 1px 6px;
    border-radius: 5px;
    margin-bottom: 4px;
  }

  .login-comentar {
    background-color: var(--ue-c-comments-login-box-background-color, #e5e5e5);
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px 16px;
    box-sizing: border-box;
  }

  .login-comentar,
  .login-comentar p {
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  }

  .login-comentar p {
    font-size: 16px;
    color: var(--ue-c-comments-login-box-color, #000);
  }

  .login-comentar .registro-login-button {
    padding: 5px 10px;
    background-color: var(--ue-c-comments-button-background-color, #2e6d9d);
    height: 36px;
    color: var(--ue-c-comments-reply-button-color, #fff);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    border: 0;
    display: block;
    margin: 0 auto;
  }

  .login-comentar .error {
    display: flex;
    align-items: center;
  }

  .login-comentar .error svg {
    flex-shrink: 0;
    width: 40px;
    height: 45px;
    fill: var(--ue-c-comments-lock-icon-fill, #666);
  }

  .login-comentar .comprobacion label {
    color: var(--ue-c-comments-login-box-color, #000);
  }

  .login-comentar .comprobacion img {
    display: block;
    margin: 0.5rem auto;
  }

  .login-comentar .comprobacion .captcha {
    background-color: var(--ue-c-comments-textarea-background-color, #fff);
    border: 2px solid var(--ue-c-comments-textarea-border-color, #aaa);
    color: var(--ue-c-comments-textarea-color, #333);
    border-radius: 3px;
  }

  .login-comentar .comprobacion input[type="text"] {
    height: 36px;
    width: 80%;
  }

  .login-comentar .comprobacion input[type="button"] {
    background-color: var(--ue-c-comments-button-background-color, #2e6d9d);
    border: 0;
    color: var(--ue-c-comments-button-color, #fff);
    height: 36px;
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 6.66667;
    text-align: center;
    border-radius: 3px;
  }

  .login-comentar .comprobacion input[type="button"]:hover {
    background-color: var(
      --ue-c-comments-button-hover-background-color,
      #20bff4
    );
    color: var(--ue-c-comments-button-hover-color, #fff);
    cursor: pointer;
  }

  .comentar {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .comentar textarea {
    background-color: var(--ue-c-comments-textarea-background-color, #fff);
    border: 2px solid var(--ue-c-comments-textarea-border-color, #aaa);
    color: var(--ue-c-comments-textarea-color, #333);
    border-radius: 3px;
    float: left;
    font: 14px PT_serif, Times New Roman, Times, serif;
    min-height: 46px;
    margin-right: 13px;
    padding: 5px;
    width: 65%;
    flex-grow: 1;
  }

  .comentar textarea::-webkit-input-placeholder {
    color: var(--ue-c-comments-textarea-color, #aaa);
  }

  .comentar [type="checkbox"] {
    clear: both;
    float: left;
    margin: 15px 3px 0 0;
  }

  .comentar [type="checkbox"] + label {
    font-size: 80%;
    float: left;
    color: #555;
    margin-top: 15px;
  }

  .comentar [type="checkbox"] + label a {
    text-decoration: none;
  }

  .comentar [type="button"],
  .comentar [type="submit"] {
    float: left;
  }

  #okComentario {
    font: normal 95% PT_serif, Times New Roman, Times, serif;
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 23px;
  }

  #okComentario p {
    background: none;
    border: 0;
    margin: 0;
    padding: 10px 0 0;
  }

  .disabled-vscroll {
    overflow-y: hidden;
    position: fixed;
    width: 100%;
  }

  .disable-vscroll {
    overflow-y: hidden;
  }

  .right-panel .aside-comments {
    margin: 0 0 20;
  }

  .right-panel .aside-comments h3 {
    margin-bottom: 20;
  }

  .right-panel .aside-comments p {
    padding: 0 0 30px;
    margin: 0;
  }

  .right-panel .aside-comments article {
    border-bottom: 1px solid #666;
    padding: 0;
    margin-bottom: 20;
  }

  .right-panel .aside-comments article + article {
    border-top: 0;
  }

  .right-panel .comments-tool {
    background: #2e6d9d;
    border-radius: 3px;
    width: 100%;
    position: relative;
  }

  .right-panel .comments-tool [class*="icon-"] {
    display: none;
  }

  .right-panel .comments-tool span {
    display: block;
    padding: 11px;
    color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    height: 40px;
  }

  .right-panel .comments-tool:hover {
    background: #069;
    color: #fff;
    cursor: pointer;
  }

  .right-panel .comments-tool i {
    margin: 1px 10px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    position: relative;
    float: right;
  }

  .right-panel.comments-panel {
    background-color: var(--ue-c-comments-panel-background-color, #fff);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999;
  }

  .right-panel .fixed-button {
    position: fixed;
    z-index: 99999999999;
    width: 100%;
  }

  .right-panel .fixed-button a {
    padding: 12px 10px;
    background-color: var(
      --ue-c-comments-button-back-background-color,
      #2e6d9d
    );
    display: block;
    color: var(--ue-c-comments-button-back-color, #fff);
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-decoration: none;
  }

  .right-panel .fixed-button a:before {
    content: "";
    border-width: 0 2px 2px 0;
    border-style: solid;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: var(--ue-c-comments-button-back-border-color, #fff);
    transform: rotate(135deg);
    margin: 0 5px;
  }

  .right-panel .fixed-button a span {
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
    color: var(--ue-c-comments-button-back-span-color, #fff);
  }

  .right-panel .fixed-button .ellipsis {
    display: none;
  }

  .right-panel .login-comentar a {
    text-decoration: none;
    color: var(--ue-c-comments-login-box-link-color, #2e6d9d);
  }

  .n-visible,
  .no-visible {
    display: none !important;
  }

  :root {
    --ue-c-comments-button-background-color: #000;
    --ue-c-comments-button-hover-background-color: #333;
    --ue-c-comments-number-color: #000;
    --ue-c-comments-avatar-fill: #000;
    --ue-c-comments-date-time-color: #000;
    --ue-c-article-comments-title-color: #000;
    --ue-c-article-focus-color: #00a9e0;
  }

  .ue-c-fixed {
    position: fixed !important;
    top: 0;
  }

  .ue-c-main-logo,
  .ue-c-main-logo-small {
    margin-right: 8px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
  }

  .ue-c-main-logo-small svg,
  .ue-c-main-logo svg {
    width: 100%;
  }

  .ue-c-main-logo {
    width: 6.25rem;
  }

  .ue-c-main-logo-small {
    width: 3.125rem;
  }

  .hide {
    display: none;
  }

  .inner.no-scroll,
  .no-scroll {
    overflow: hidden;
    height: 100%;
    position: relative;
  }

  .hidden-content {
    position: absolute;
  }

  .ue-breaking-news-container {
    margin: 10px 0;
  }

  .content-ad + .ue-breaking-news-container {
    margin-top: 0;
  }

  .ue-breaking-news-item {
    background: #2a7aac;
  }

  .ue-breaking-news-item.last-hour,
  .ue-breaking-news-item.urgent {
    background-color: #df130e;
  }

  .ue-breaking-news-controls-item {
    margin: 0;
  }

  .ue-breaking-news-controls-item svg {
    fill: #fff;
  }

  .ue-breaking-news-controls-item svg:hover {
    fill: #68b9c9;
  }

  .ue-breaking-news-item-title {
    text-transform: uppercase;
    font-weight: 700;
  }

  .ue-breaking-news-item-text,
  .ue-breaking-news-item-title {
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    color: #fff;
  }

  .ue-breaking-news-item-text:hover {
    opacity: 0.7;
  }

  @media only screen and (max-width: 450px) {
    .ue-breaking-news-item-text {
      height: 40px;
    }
  }

  html {
    -webkit-text-size-adjust: 100%;
  }

  .ue-breaking-news-container {
    margin: 0 !important;
  }

  body {
    margin: 0;
  }

  .publicidad {
    margin: 0 !important;
  }

  .ue-c-main-header {
    margin-top: -1px;
  }

  .news-item .ue-c-newsletter-widget__subline {
    font-size: 0.875rem;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 1.0625rem;
    line-height: normal;
    padding: 0;
  }

  .ue-c-smartbanner:not([style*="display:none"]):not([style*="display: none"])
    + .ue-c-main-header
    .ue-l-main-header__top
    .ue-l-side-panel--show {
    padding-top: 120px;
  }

  .ue-c-smartbanner:not([style*="display:none"]):not([style*="display: none"])
    + .ue-c-main-header
    .ue-l-main-header__bottom
    .ue-l-side-panel--show {
    padding-top: 165px;
  }

  @media (min-width: 46.25em) {
    .ue-l-article__comment {
      margin-top: 1rem;
      border-top: 1px solid #cecece;
      padding-top: 2rem;
    }
  }

  .ue-c-article__media-img-container {
    overflow: hidden;
  }

  @media (min-width: 61.25em) {
    .ue-c-article--content-preview.ue-l-article--basic
      .ue-l-article__main-column,
    .ue-c-article--content-preview.ue-l-article--special {
      overflow: hidden;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__include:not(:empty),
  .ue-l-article--special.elmundo-theme-v9 .ue-l-article__include:not(:empty) {
    margin: 0 0 1.25rem;
  }

  .ue-l-article--basic[class*="theme-v9"]
    .ue-l-article__secondary-column
    .ue-c-cover-content--is-bt-module
    a.ue-c-cover-content__link,
  .ue-l-article--basic[class*="theme-v9"]
    .ue-l-article__secondary-column
    .ue-c-cover-content--is-bt-module
    a.ue-c-cover-content__link:hover,
  .ue-l-article--special[class*="theme-v9"]
    .ue-l-article__secondary-column
    .ue-c-cover-content--is-bt-module
    a.ue-c-cover-content__link,
  .ue-l-article--special[class*="theme-v9"]
    .ue-l-article__secondary-column
    .ue-c-cover-content--is-bt-module
    a.ue-c-cover-content__link:hover {
    color: #000;
  }

  @media (min-width: 46.25em) {
    .ue-l-main-header__top.ue-l-main-header--minified .ue-l-side-panel--show {
      display: flex;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }
  }

  @media (min-width: 46.25em) {
    .ue-l-main-header--over-media.ue-l-main-header--fixed {
      position: fixed !important;
    }
  }

  .ue-c-main-header--minified-dark .ue-c-main-header__login svg {
    stroke: #fff;
  }

  .ue-c-main-header__progress-bar.ue-c-fixed {
    top: var(--ue-l-main-header-top-height);
  }

  nav.ue-l-main-navigation--with-hidden-content
    .ue-c-main-navigation__list
    > .ue-c-main-navigation__list-item:not(.has-overflow) {
    flex-grow: inherit;
  }

  @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/roboto-font/Roboto-Regular.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/roboto-font/Roboto-Regular.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/roboto-font/Roboto-Bold.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/roboto-font/Roboto-Bold.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Roboto_condensed;
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Roboto_condensed;
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Valencia;
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/valencia/valencia-regular-webfont.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/valencia/valencia-regular-webfont.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Valencia;
    font-style: italic;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/valencia/valencia-italic-webfont.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/valencia/valencia-italic-webfont.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Valencia;
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/valencia/valencia-bold-webfont.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/valencia/valencia-bold-webfont.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Valencia;
    font-style: italic;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/valencia/valencia-bolditalic-webfont.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/valencia/valencia-bolditalic-webfont.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: "PT_serif";
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-regular-webfont.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-regular-webfont.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: "PT_serif";
    font-style: italic;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-italic-webfont.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-italic-webfont.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: "PT_serif";
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-bold-webfont.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-bold-webfont.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: "PT_serif";
    font-style: italic;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-bolditalic-webfont.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/PTSerifWeb/pt_serif-web-bolditalic-webfont.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: normal;
    font-weight: 300;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-Light.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-Light.woff") format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: italic;
    font-weight: 300;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-LightItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-LightItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-Regular.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-Regular.woff") format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: italic;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-RegularItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-RegularItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: normal;
    font-weight: 500;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-Medium.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-Medium.woff") format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: italic;
    font-weight: 500;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-MediumItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-MediumItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: normal;
    font-weight: 600;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-SemiBold.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-SemiBold.woff") format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: italic;
    font-weight: 600;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-SemiBoldItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-SemiBoldItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-Bold.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-Bold.woff") format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: italic;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-BoldItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-BoldItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: normal;
    font-weight: 800;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-ExtraBold.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-ExtraBold.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundo;
    font-style: italic;
    font-weight: 800;
    src: url("https://e00.uecdn.es/fonts/Mundo/Mundo-ExtraBoldItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/Mundo/Mundo-ExtraBoldItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: normal;
    font-weight: 300;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-Light.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-Light.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: italic;
    font-weight: 300;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-LightItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-LightItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: normal;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-Regular.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-Regular.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: italic;
    font-weight: 400;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-RegularItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-RegularItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: normal;
    font-weight: 500;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-Medium.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-Medium.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: italic;
    font-weight: 500;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-MediumItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-MediumItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: normal;
    font-weight: 600;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-SemiBold.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-SemiBold.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: italic;
    font-weight: 600;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-SemiBoldItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-SemiBoldItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: normal;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-Bold.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-Bold.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: italic;
    font-weight: 700;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-BoldItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-BoldItalic.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: normal;
    font-weight: 800;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-ExtraBold.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-ExtraBold.woff")
        format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: Mundotxt;
    font-style: italic;
    font-weight: 800;
    src: url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-ExtraBoldItalic.woff2")
        format("woff2"),
      url("https://e00.uecdn.es/fonts/MundoTexto/MundoTexto-ExtraBoldItalic.woff")
        format("woff");
    font-display: swap;
  }

  .hidden-content {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    background-color: #fff;
    color: #000;
  }

  .ue-l-side-panel {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    transition: transform 0.25s;
  }

  .ue-l-side-panel__title {
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    background-color: #666;
    color: #fff;
  }

  .ue-l-side-panel__item {
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
  }

  .ue-l-side-panel__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .ue-l-side-panel__close {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 1;
  }

  .ue-l-side-panel__close > * {
    pointer-events: none;
  }

  .ue-l-side-panel__close--left-center {
    right: auto;
    left: 0;
    top: 50%;
    width: 2.5rem;
    transform: translateY(-50%);
  }

  .ue-l-side-panel--fixed {
    position: fixed;
    max-height: 100%;
  }

  .ue-l-side-panel--fixed.is-active {
    max-height: 100%;
  }

  .ue-l-side-panel--fixed.is-active + .ue-l-side-panel__mask {
    position: fixed;
    top: 0;
    max-height: 100%;
  }

  .ue-l-side-panel--scroll {
    overflow: visible;
  }

  .ue-l-side-panel--z10 {
    z-index: 10;
  }

  .ue-l-side-panel--z30 {
    z-index: 15010;
  }

  .ue-l-side-panel--no-gutter {
    margin: 0 -8px 8px;
  }

  .ue-l-side-panel--no-space {
    margin-bottom: 0;
  }

  .ue-l-side-panel--no-scroll {
    overflow: hidden;
  }

  .ue-l-side-panel--no-scroll-x {
    overflow-x: hidden;
  }

  .ue-l-side-panel--no-scroll-y {
    overflow-y: hidden;
  }

  .ue-l-side-panel--show + .ue-l-side-panel__mask {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 1;
  }

  @media (min-width: 46.25em) {
    .ue-l-side-panel--show + .ue-l-side-panel__mask--transparent {
      background: transparent;
    }
  }

  .ue-l-side-panel--background {
    background-color: #fff;
  }

  .ue-l-side-panel--padding-top {
    padding-top: 2.5rem;
  }

  @media (min-width: 20em) {
    .ue-l-side-panel--fixed-bottom-from-mobile {
      bottom: 0;
      right: 0;
      left: 0;
      top: auto;
    }
  }

  .ue-l-side-panel--fixed-top-right-from-mobile {
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
  }

  @media (min-width: 20em) {
    .ue-l-side-panel--bottom-up-from-mobile {
      transform: translateY(calc(100vh + 2.25rem));
    }

    .ue-l-side-panel--bottom-up-from-mobile.is-active {
      top: auto;
      transform: translateY(0);
      max-height: calc(100% - 2.25rem);
    }
  }

  @media (min-width: 20em) {
    .ue-l-side-panel--right-to-left-from-mobile {
      transform: translateX(100vw) translateY(0);
      right: 0;
    }

    .ue-l-side-panel--right-to-left-from-mobile.is-active {
      transform: translateX(calc(100vw - auto)) translateY(0);
    }
  }

  @media (min-width: 20em) {
    .ue-l-side-panel--full-width-from-mobile,
    .ue-l-side-panel--full-width-from-mobile.is-active {
      width: 100%;
    }
  }

  @media (min-width: 20em) {
    .ue-l-side-panel--full-height-from-mobile {
      height: 100vh;
    }

    .ue-l-side-panel--full-height-from-mobile.is-active {
      height: 100%;
    }
  }

  .ue-l-side-panel--partial-width-until-tablet {
    width: 93%;
  }

  @media (min-width: 20em) {
    .ue-l-side-panel--shadow-left-from-mobile {
      box-shadow: -6px 10px 11px 0 rgba(0, 0, 0, 0.18);
    }
  }

  .ue-l-side-panel--show {
    transform: none;
    visibility: visible;
  }

  .ue-c-main-navigation__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .ue-c-main-navigation__list-item:last-of-type {
    overflow: hidden;
  }

  .ue-c-main-navigation__title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 1rem;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
    border-color: var(--ue-c-main-navigation-title-border-color, #cecece);
    color: var(--ue-c-main-navigation-title-color, #000);
    font-family: var(
      --ue-c-main-navigation-title-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-navigation-title-font-weight, 700);
    font-style: var(--ue-c-main-navigation-title-font-style, normal);
    text-transform: var(--ue-c-main-navigation-title-text-transform, uppercase);
    font-size: var(--ue-c-main-navigation-title-font-size, 0.8125rem);
    line-height: var(--ue-c-main-navigation-title-line-height, 0.875rem);
    letter-spacing: var(--ue-c-main-navigation-title-letter-spacing, 0.02rem);
  }

  @media (min-width: 46.25em) {
    .ue-c-main-navigation__title {
      --ue-c-main-navigation-title-font-size: 0.8125rem;
      --ue-c-main-navigation-title-line-height: 1.375rem;
      --ue-c-main-navigation-title-letter-spacing: 0.02rem;
    }
  }

  .ue-c-main-navigation__footer {
    background-color: var(--ue-c-main-navigation-footer-background-color, #fff);
  }

  .ue-c-main-navigation__footer-wrapper {
    padding: 1rem;
    border-top-style: solid;
    display: grid;
    gap: 8px;
    color: var(--ue-c-main-navigation-footer-color, #666);
    border-color: var(--ue-c-main-navigation-footer-border-color, #ccc);
    border-top-width: var(--ue-c-main-navigation-footer-border-top-width, 1px);
    font-family: var(
      --ue-c-main-navigation-footer-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-navigation-footer-font-weight, normal);
    font-size: var(--ue-c-main-navigation-footer-font-size, 0.75rem);
    line-height: var(--ue-c-main-navigation-footer-line-height, 1.25rem);
    letter-spacing: var(--ue-c-main-navigation-footer-letter-spacing, 0);
  }

  @media (min-width: 46.25em) {
    .ue-c-main-navigation__footer-wrapper {
      --ue-c-main-navigation-footer-font-size: 0.75rem;
      --ue-c-main-navigation-footer-line-height: 0.875rem;
      --ue-c-main-navigation-footer-letter-spacing: 0rem;
    }
  }

  .ue-c-main-navigation__footer-wrapper > * {
    font-style: var(--ue-c-main-navigation-footer-font-style, normal);
  }

  .ue-c-main-navigation__list-corporative {
    display: inline-block;
    padding: 0;
    text-align: left;
  }

  .ue-c-main-navigation__list-corporative-item {
    display: inline;
  }

  .ue-c-main-navigation__list-corporative-item:after {
    content: " ";
    color: transparent;
    letter-spacing: 0;
    font-size: 8px;
    margin: 0 10px;
    position: relative;
    top: -2px;
    background-color: var(
      --ue-c-main-navigation-footer-divider-background-color,
      #ccc
    );
  }

  .ue-c-main-navigation__list-corporative-item a {
    text-decoration: none;
    white-space: nowrap;
    color: var(--ue-c-main-navigation-footer-color, #666);
  }

  .ue-c-main-navigation--boxed {
    padding: 1rem;
    padding-top: 0;
    box-sizing: border-box;
  }

  .ue-c-main-navigation--boxed.has-bg {
    background-color: var(--ue-c-main-navigation-box-background-color, #fff);
  }

  .ue-c-main-navigation--boxed.has-border {
    border-top-style: var(--ue-c-main-navigation-box-border-top-style, solid);
    border-top-width: var(--ue-c-main-navigation-box-border-top-width, 1px);
    border-color: var(--ue-c-main-navigation-box-border-color, #cecece);
  }

  .ue-c-main-navigation--boxed ul:not([class*="cols"]) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ue-c-main-navigation--boxed
    ul:not([class*="cols"])
    .ue-c-main-navigation__list-item
    a {
    padding: 0.625rem 0;
    display: flex;
  }

  .ue-c-main-navigation--indented-list.ue-c-main-navigation__list--first-level
    .ue-c-main-navigation__link,
  .ue-c-main-navigation--indented-list
    ul.ue-c-main-navigation__list--first-level
    .ue-c-main-navigation__link {
    padding-left: 2.5rem;
  }

  .ue-c-main-navigation--indented-list.ue-c-main-navigation__list--first-level
    > li:first-child
    .ue-c-main-navigation__link,
  .ue-c-main-navigation--indented-list
    ul.ue-c-main-navigation__list--first-level
    > li:first-child
    .ue-c-main-navigation__link {
    margin: 0.5rem 0.5rem 0;
    padding-left: 1rem;
  }

  .ue-c-main-navigation--indented-list
    .ue-c-main-navigation__list--second-level
    .ue-c-main-navigation__link,
  .ue-c-main-navigation--indented-list
    ul
    .ue-c-main-navigation__list--second-level
    .ue-c-main-navigation__link {
    padding-left: 4.3rem;
  }

  .ue-c-main-navigation--indented-list
    .ue-c-main-navigation__list--second-level
    > li:first-child
    .ue-c-main-navigation__link,
  .ue-c-main-navigation--indented-list
    ul
    .ue-c-main-navigation__list--second-level
    > li:first-child
    .ue-c-main-navigation__link {
    padding-left: 3rem;
  }

  .ue-c-main-navigation--indented-list .ue-c-main-navigation__link,
  .ue-c-main-navigation--indented-list ul .ue-c-main-navigation__link {
    padding: 0.5rem;
  }

  .ue-c-main-navigation--high-contrast .ue-c-main-navigation__link {
    display: flex;
    align-items: center;
  }

  .ue-c-main-navigation--high-contrast .ue-c-main-navigation__link--is-active {
    background-color: var(
      --ue-c-main-navigation-link-active-background-color,
      #f3f3f3
    );
    color: var(--ue-c-main-navigation-link-active-color, #333);
  }

  .ue-c-main-navigation--high-contrast > .ue-c-main-navigation__list {
    padding: 0 1rem 0.5rem;
  }

  .ue-c-main-navigation__link {
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    padding: var(--ue-c-main-navigation-link-padding);
    font-family: var(
      --ue-c-main-navigation-link-font-family,
      Roboto_condensed,
      Tahoma,
      Geneva,
      sans-serif
    );
    font-style: var(--ue-c-main-navigation-link-font-style, normal);
    color: var(--ue-c-main-navigation-link-color, #000);
    font-size: var(--ue-c-main-navigation-link-font-size, 13px);
    line-height: var(--ue-c-main-navigation-link-line-height, 14px);
    letter-spacing: var(--ue-c-main-navigation-link-letter-spacing, 0.02em);
  }

  .ue-c-main-navigation__link,
  .ue-c-main-navigation__link.is-bold {
    font-weight: var(--ue-c-main-navigation-link-font-weight, 400);
  }

  .ue-c-main-navigation__link--is-active {
    position: relative;
    border-radius: 2px;
    margin: 0 0.4rem;
    font-weight: var(--ue-c-main-navigation-link-active-font-weight, 600);
  }

  .ue-c-main-navigation__link--is-active,
  .ue-c-main-navigation__link--is-active[aria-expanded="true"] {
    background-color: var(
      --ue-c-main-navigation-link-active-background-color,
      #f3f3f3
    );
    color: var(--ue-c-main-navigation-link-active-color, #333);
  }

  .ue-c-main-navigation__link-dropdown {
    align-items: center;
    position: relative;
    justify-content: space-between;
  }

  .ue-c-main-navigation__link-dropdown-icon {
    pointer-events: none;
    display: var(--ue-c-main-navigation-link-dropdown-icon, inherit);
    box-sizing: border-box;
    margin: 0.5rem 0.5rem 0 0;
    transform: translateY(-75%) rotate(45deg);
    transition: all 0.25s;
    width: var(--ue-c-main-navigation-link-dropdown-icon-width, 0.75rem);
    height: var(--ue-c-main-navigation-link-dropdown-icon-height, 0.75rem);
    border-style: solid;
    border-width: inherit;
    border-bottom-width: var(
      --ue-c-main-navigation-link-dropdown-icon-border-width,
      0.09375rem
    );
    border-right-width: var(
      --ue-c-main-navigation-link-dropdown-icon-border-width,
      0.09375rem
    );
    border-color: var(
      --ue-c-main-navigation-link-dropdown-icon-border-color,
      #000
    );
  }

  .ue-c-main-navigation__link-dropdown-icon--open {
    transform: translateY(-25%) rotate(-135deg);
    transition: all 0.25s;
  }

  .ue-c-main-navigation__list-dropdown {
    border-top: var(--ue-c-main-navigation-list-dropdown-border-top);
    border-bottom: var(--ue-c-main-navigation-list-dropdown-border-bottom);
  }

  .ue-c-main-navigation__list-dropdown .ue-c-main-navigation__link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0;
    text-transform: inherit;
    font-family: var(
      --ue-c-main-navigation-list-dropdown-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-navigation-list-dropdown-font-weight, normal);
    font-size: var(--ue-c-main-navigation-list-dropdown-font-size, 0.8125rem);
    line-height: var(--ue-c-main-navigation-list-dropdown-line-height, 2rem);
    letter-spacing: var(
      --ue-c-main-navigation-list-dropdown-letter-spacing,
      0.02rem
    );
  }

  .ue-c-main-navigation__list-dropdown .ue-c-main-navigation__link.is-bold {
    font-weight: var(
      --ue-c-main-navigation-list-dropdown-title-font-weight,
      600
    );
  }

  .ue-c-main-navigation__list-dropdown
    .ue-c-main-navigation__link.is-bold:hover {
    text-shadow: none;
  }

  .ue-c-main-navigation__list--second-level {
    display: block;
    padding: 0.25rem;
  }

  .ue-c-main-navigation__list-item--channel a {
    -webkit-text-decoration: var(
      --ue-c-main-navigation-item-channel-text-decoration,
      none
    );
    text-decoration: var(
      --ue-c-main-navigation-item-channel-text-decoration,
      none
    );
  }

  .ue-c-main-navigation__list-item--channel a span {
    font-size: var(--ue-c-main-navigation-item-channel-small-font-size, 12px);
    line-height: var(
      --ue-c-main-navigation-item-channel-small-line-height,
      14px
    );
    letter-spacing: var(
      --ue-c-main-navigation-item-channel-small-letter-spacing,
      0
    );
  }

  .ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link {
    display: grid;
    place-items: center;
    position: relative;
    margin: 0;
    text-align: center;
  }

  @media (min-width: 46.25em) {
    .ue-c-main-navigation__list-item--channel
      .ue-c-main-navigation__link:hover {
      opacity: 0.7;
    }
  }

  .ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: var(--ue-c-mn-item-channel-width, 5rem);
    height: var(--ue-c-mn-item-channel-height, 5rem);
    border-radius: 50%;
    background-color: var(
      --ue-c-main-navigation-item-channel-background-color,
      #f3f3f3
    );
  }

  .ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link span {
    display: block;
    line-height: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.9375rem;
    color: var(--ue-c-main-navigation-item-channel-color);
    font-family: var(
      --ue-c-main-navigation-item-channel-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-navigation-item-channel-font-weight, normal);
  }

  .ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link svg {
    width: var(--ue-c-mn-item-channel-logo-width, 3.125rem);
    height: var(--ue-c-mn-item-channel-logo-height, 3.625rem);
    margin: 0;
    margin-top: 0.625rem;
    filter: var(--ue-c-main-navigation-item-channel-filter, none);
  }

  .ue-c-main-navigation__list-item--channel:last-of-type {
    overflow: inherit;
  }

  .ue-c-main-navigation__list-item--channel
    .ue-c-main-navigation__link--squared {
    display: grid;
    place-items: center;
    width: 100%;
    height: 3.75rem;
    border: 1px solid;
    box-sizing: border-box;
    font-family: var(
      --ue-c-main-navigation-item-channel-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-navigation-item-channel-font-weight, normal);
    color: var(--ue-c-main-navigation-item-channel-color);
    background-color: var(
      --ue-c-main-navigation-item-channel-background-color,
      #f3f3f3
    );
    border-color: var(--ue-c-main-navigation-item-channel-border-color, unset);
  }

  .ue-c-main-navigation__list-item--channel
    .ue-c-main-navigation__link--squared
    span {
    width: auto;
  }

  .ue-c-main-navigation__list-item--channel
    .ue-c-main-navigation__link--squared
    span:empty {
    display: none;
  }

  @media (min-width: 46.25em) {
    .ue-c-main-navigation__list-item--channel
      .ue-c-main-navigation__link--squared:hover {
      background-color: var(
        --ue-c-main-navigation-item-channel-hover-background-color,
        #f5f5f5
      );
    }
  }

  .ue-c-main-navigation__skip-links {
    position: absolute;
    top: 0;
    left: -32768px;
    z-index: 22;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  @media (min-width: 46.25em) {
    .ue-c-main-navigation__skip-links {
      top: 41px;
    }
  }

  .ue-c-main-navigation__skip-links li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .ue-c-main-navigation__skip-links-item {
    font-size: 12px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    color: #fff;
    background: #2e6d9d;
    padding: 10px;
  }

  .ue-c-main-navigation__skip-links-item:active,
  .ue-c-main-navigation__skip-links-item:focus {
    left: 32768px;
    outline: 1px dotted #fff;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #000;
    text-align: left;
    text-decoration: none;
  }

  .ue-l-main-navigation__list--2-cols {
    display: grid;
    gap: var(--ue-c-main-navigation-list-panel-cols-gap, 10px);
    grid-template-columns: repeat(2, 1fr);
  }

  .ue-l-main-navigation__list--3-cols {
    display: grid;
    gap: var(--ue-c-main-navigation-list-panel-cols-gap, 10px);
    grid-template-columns: repeat(3, 1fr);
  }

  .ue-l-main-navigation__list--4-cols {
    display: grid;
    gap: var(--ue-c-main-navigation-list-panel-cols-gap, 10px);
    grid-template-columns: repeat(4, 1fr);
  }

  .ue-l-main-navigation__list--5-cols {
    display: grid;
    gap: var(--ue-c-main-navigation-list-panel-cols-gap, 10px);
    grid-template-columns: repeat(5, 1fr);
  }

  .ue-l-main-header__row {
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }

  .ue-l-main-header__bottom,
  .ue-l-main-header__top {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ue-l-main-header__bottom .hide,
  .ue-l-main-header__top .hide {
    display: none;
  }

  @media (min-width: 23.4375em) {
    .ue-l-main-header__bottom,
    .ue-l-main-header__top {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  }

  .ue-l-main-header__top {
    height: var(--ue-l-main-header-top-height);
  }

  .ue-l-main-header__bottom {
    height: var(--ue-l-main-header-bottom-height);
  }

  .ue-l-main-header__bottom .ue-c-main-header__nav {
    order: 2;
  }

  .ue-l-main-header__bottom,
  .ue-l-main-header__top {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }

  .ue-l-main-header__top {
    background-color: var(--ue-c-main-header-top-background-color, #fff);
  }

  .ue-l-main-header__top:not(.ue-l-main-header--fixed) {
    border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
  }

  .ue-l-main-header__bottom {
    background: var(--ue-c-main-header-bottom-background);
    color: var(--ue-c-main-header-bottom-color, #000);
  }

  .ue-l-main-header__bottom:not(:last-child) {
    border-bottom: var(--ue-c-main-header-bottom-border-bottom, unset);
    border-bottom-color: var(
      --ue-c-main-header-bottom-border-bottom-color,
      unset
    );
  }

  .ue-l-main-header__top.ue-l-main-header--fixed .ue-l-side-panel--show,
  .ue-l-main-header__top .ue-l-side-panel--show {
    top: var(--ue-l-main-header-top-height, 2.25rem);
  }

  .ue-l-main-header__top .ue-l-side-panel--show {
    padding-bottom: var(--ue-l-main-header-top-height, 2.25rem);
    padding-top: unset;
  }

  .ue-l-main-header__top .ue-l-side-panel--show + .ue-l-side-panel__mask {
    top: var(--ue-l-main-header-top-height, 2.25rem);
  }

  .ue-l-main-header__bottom
    .ue-l-side-panel--show[data-nav="secondaryNavigation"] {
    height: 100%;
    padding-bottom: calc(
      var(--ue-l-main-header-bottom-height, px-rem36px) +
        var(--ue-l-main-header-top-height, px-rem36px)
    );
  }

  .ue-l-main-header__bottom
    + .ue-c-main-header__tabs.ue-c-main-header__tabs--zindex {
    z-index: 4;
  }

  .ue-l-main-header__bottom
    .ue-l-side-panel--show[data-nav="secondaryNavigation"],
  .ue-l-main-header__bottom
    .ue-l-side-panel--show[data-nav="secondaryNavigation"]
    + .ue-l-side-panel__mask {
    top: calc(
      var(--ue-l-main-header-bottom-height, px-rem36px) +
        var(--ue-l-main-header-top-height, px-rem36px)
    );
  }

  .ue-l-main-header__bottom .ue-l-side-panel--show {
    border-top: var(--ue-c-main-header-panel-border, unset);
    border-color: var(--ue-c-main-header-panel-border-color, unset);
  }

  .ue-l-main-header--fixed {
    position: fixed;
    top: 0;
  }

  .ue-l-main-header--fixed:not(.is-secondary) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }

  .ue-l-main-header--fixed.ue-l-main-header__top .ue-l-side-panel--show:before {
    content: "";
    width: 100%;
    height: 1px;
    position: fixed;
    top: calc(var(--ue-l-main-header-top-height) - 1px);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #c2c2c2;
  }

  .ue-l-main-header__top {
    z-index: var(--ue-l-main-header-top-row-z-index, 7);
  }

  .ue-l-main-header__top .ue-c-main-header__primary,
  .ue-l-main-header__top .ue-c-main-navigation__skip-links {
    z-index: var(--ue-l-main-header-top-primary-z-index, 7);
  }

  .ue-l-main-header__top .ue-c-main-header__nav,
  .ue-l-main-header__top .ue-l-side-panel {
    z-index: var(--ue-l-main-header-top-panel-z-index, 5);
  }

  .ue-l-main-header__top .ue-l-side-panel--show:before {
    z-index: var(--ue-l-main-header-top-panel-shadow-z-index, 5);
  }

  .ue-l-main-header__top .ue-l-side-panel--show + .ue-l-side-panel__mask {
    z-index: var(--ue-l-main-header-top-panel-mask-z-index, 4);
  }

  .ue-l-main-header__top .ue-c-main-header__button.is-primary {
    z-index: var(--ue-l-main-header-top-button-z-index, 7);
  }

  .ue-l-main-header__bottom {
    z-index: var(--ue-l-main-header-bottom-row-z-index, 5);
  }

  .ue-l-main-header__bottom .ue-c-main-header__primary {
    z-index: var(--ue-l-main-header-bottom-primary-z-index, 6);
  }

  .ue-l-main-header__bottom .ue-c-main-header__button.is-secondary {
    z-index: var(--ue-l-main-header-bottom-button-z-index, 6);
  }

  .ue-l-main-header__bottom .ue-l-side-panel {
    z-index: var(--ue-l-main-header-bottom-panel-z-index, 4);
  }

  .ue-l-main-header__bottom .ue-l-side-panel--show:before {
    z-index: var(--ue-l-main-header-bottom-panel-shadow-z-index, 4);
  }

  .ue-l-main-header__bottom .ue-l-side-panel--show + .ue-l-side-panel__mask {
    z-index: var(--ue-l-main-header-bottom-panel-mask-z-index, 3);
  }

  .ue-l-main-header__bottom--scroll
    .ue-l-side-panel--show[data-nav="secondaryNavigation"] {
    padding-bottom: var(--ue-l-main-header-bottom-height, 2.25rem);
  }

  .ue-l-main-header__bottom--scroll
    .ue-l-side-panel--show[data-nav="secondaryNavigation"],
  .ue-l-main-header__bottom--scroll
    .ue-l-side-panel--show[data-nav="secondaryNavigation"]
    + .ue-l-side-panel__mask {
    top: var(--ue-l-main-header-bottom-height, 2.25rem);
  }

  .ue-c-main-header {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
    position: relative;
    z-index: 15000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }

  .ue-c-main-header[data-layout="minified"] {
    box-shadow: unset;
  }

  .ue-c-main-header__primary {
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    color: var(--ue-c-main-header-top-color, #000);
  }

  .ue-c-main-header__primary > * {
    pointer-events: all;
  }

  .ue-c-main-header__wrapper {
    box-sizing: border-box;
  }

  .ue-c-main-header__nav {
    display: flex;
    align-items: center;
  }

  .ue-c-main-header__logo {
    width: var(--ue-c-main-header-logo-box-width, 8rem);
    height: var(--ue-c-main-header-logo-box-height, auto);
  }

  .ue-c-main-header__logo svg {
    width: var(--ue-c-main-header-logo-width, 8rem);
    height: var(--ue-c-main-header-logo-height, auto);
  }

  .ue-c-main-header__logo--small {
    width: var(--ue-c-main-header-logo-box-small-width, 2rem);
    height: var(--ue-c-main-header-logo-box-small-height, auto);
  }

  .ue-c-main-header__logo--small svg {
    width: var(--ue-c-main-header-logo-small-width, 1.25rem);
    height: var(--ue-c-main-header-logo-small-height, auto);
  }

  .ue-c-main-header__logo,
  .ue-c-main-header__logo--small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: var(--ue-c-main-header-logo-box-align-items, center);
  }

  .ue-c-main-header__logo--small.hide,
  .ue-c-main-header__logo.hide {
    display: none;
  }

  div[aria-hidden="true"] .ue-c-main-header__wrapper {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }

  .ue-c-main-header__title {
    min-width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-self: center;
    text-align: left;
    width: 100%;
    margin: 0;
    font-family: var(
      --ue-c-main-header-title-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-header-title-font-weight, 600);
    font-style: var(--ue-c-main-header-title-font-style, normal);
    text-transform: var(--ue-c-main-header-title-text-transform, uppercase);
    color: var(--ue-c-main-header-title-color, #000);
    font-size: var(--ue-c-main-header-title-font-size, 0.75rem);
    line-height: var(--ue-c-main-header-title-line-height, 0.875rem);
    letter-spacing: var(--ue-c-main-header-title-letter-spacing, 0.02rem);
  }

  @media (max-width: 46.24em) {
    .portada .ue-c-main-header__title {
      margin-left: 0.3125rem;
    }
  }

  @media (min-width: 46.25em) {
    .ue-c-main-header__title {
      --ue-c-main-header-title-font-size: 0.75rem;
      --ue-c-main-header-title-line-height: 0.875rem;
      --ue-c-main-header-title-letter-spacing: 0.02rem;
    }
  }

  .ue-c-main-header__title-article {
    font-family: var(
      --ue-c-main-header-title-article-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-header-title-article-font-weight, normal);
    font-style: var(--ue-c-main-header-title-article-font-style, normal);
    text-transform: var(
      --ue-c-main-header-title-article-text-transform,
      inherit
    );
    color: var(--ue-c-main-header-title-article-color, #000);
    font-size: var(--ue-c-main-header-title-article-font-size, 0.75rem);
    line-height: var(--ue-c-main-header-title-article-line-height, 0.875rem);
    letter-spacing: var(
      --ue-c-main-header-title-article-letter-spacing,
      0.02rem
    );
  }

  @media (min-width: 46.25em) {
    .ue-c-main-header__title-article {
      --ue-c-main-header-title-article-font-size: 0.75rem;
      --ue-c-main-header-title-article-line-height: 0.875rem;
      --ue-c-main-header-title-article-letter-spacing: 0.02rem;
    }
  }

  .ue-c-main-header__title > span {
    font-weight: 400;
    position: relative;
    padding-left: 0.5rem;
  }

  .ue-c-main-header__title > span:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 0.125rem;
    height: 0.125rem;
    background: var(--ue-c-main-header-title-color, #000);
    border-radius: 100%;
    top: 50%;
    left: 2px;
  }

  .ue-c-main-header__button {
    position: relative;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
  }

  .ue-c-main-header__button.is-primary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(
      --ue-c-main-header-button-primary-background-color,
      #fff
    );
    color: var(--ue-c-main-header-button-primary-color, #000);
    margin-right: -0.5rem;
    width: var(--ue-c-main-header-button-primary-width, 40px);
    height: var(--ue-c-main-header-button-primary-height, 35px);
  }

  @media (min-width: 46.25em) {
    .ue-c-main-header__button.is-primary {
      font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
      line-height: var(--ue-c-main-navigation-link-inline-line-height, 13px);
      letter-spacing: var(
        --ue-c-main-navigation-link-inline-letter-spacing,
        0.02em
      );
    }
  }

  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:before {
    left: 0;
  }

  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:before {
    top: -0.3125rem;
  }

  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:after {
    top: 0.3125rem;
  }

  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:before {
    position: absolute;
    content: "";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.25s;
    border-radius: 1px;
    background-color: var(
      --ue-c-main-header-button-primary-icon-background-color,
      #000
    );
    width: var(--ue-c-main-header-button-primary-icon-width, 23px);
    height: calc(
      var(--ue-c-main-header-button-primary-icon-height, 1px) + 0.5px
    );
  }

  .ue-c-main-header__button.is-primary.is-active {
    background-color: var(
      --ue-c-main-header-button-primary-active-background-color,
      #fff
    );
  }

  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:before {
    left: 0;
  }

  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:before {
    top: -0.3125rem;
  }

  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:after {
    top: 0.3125rem;
  }

  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon,
  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:before {
    position: absolute;
    content: "";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.25s;
    border-radius: 1px;
    background-color: var(
      --ue-c-main-header-button-primary-icon-background-color,
      #000
    );
    width: var(--ue-c-main-header-button-primary-icon-width, 23px);
    height: calc(
      var(--ue-c-main-header-button-primary-icon-height, 1px) + 0.5px
    );
  }

  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon {
    background: inherit;
  }

  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:before {
    transition: all 0.1s;
    top: 0;
    width: calc(var(--ue-c-main-header-button-primary-icon-width, 23px) + 4px);
    height: var(--ue-c-main-header-button-primary-icon-height, 1px);
  }

  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:before {
    transform: rotate(45deg);
  }

  .ue-c-main-header__button.is-primary.is-active
    .ue-c-main-header__button-menu-icon:after {
    transform: rotate(-45deg);
  }

  .ue-c-main-header__button.is-secondary {
    padding: 0;
    display: grid;
    place-items: center;
    justify-content: end;
    margin-right: -2px;
    width: var(--ue-c-main-header-button-secondary-width, 44px);
    height: var(--ue-c-main-header-button-secondary-height, 44px);
    background-color: var(
      --ue-c-main-header-button-secondary-background-color,
      transparent
    );
  }

  .ue-c-main-header__button.is-secondary .ue-c-main-header__button-menu-icon {
    display: grid;
    place-items: center;
    width: 1.375rem;
    height: 100%;
    position: relative;
  }

  .ue-c-main-header__button.is-secondary
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-secondary
    .ue-c-main-header__button-menu-icon:before {
    position: absolute;
    left: 0;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(
      --ue-c-main-header-button-secondary-icon-background-color,
      #000
    );
    width: var(--ue-c-main-header-button-secondary-icon-width, 14px);
    height: var(--ue-c-main-header-button-secondary-icon-height, 1px);
    content: "";
    transition: all 0.2s;
  }

  .ue-c-main-header__button.is-secondary
    .ue-c-main-header__button-menu-icon:before {
    top: 50%;
    transform: rotate(45deg);
  }

  .ue-c-main-header__button.is-secondary
    .ue-c-main-header__button-menu-icon:after {
    top: 50%;
    left: 40%;
    transform: rotate(-45deg);
  }

  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon {
    display: grid;
    place-items: center;
    width: 1.375rem;
    height: 100%;
    position: relative;
  }

  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon:before {
    position: absolute;
    left: 0;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(
      --ue-c-main-header-button-secondary-icon-background-color,
      #000
    );
    width: var(--ue-c-main-header-button-secondary-icon-width, 14px);
    height: var(--ue-c-main-header-button-secondary-icon-height, 1px);
    content: "";
    transition: all 0.2s;
  }

  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon:before {
    top: 50%;
    transform: rotate(45deg);
  }

  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon:after {
    top: 50%;
    left: 40%;
    transform: rotate(-45deg);
  }

  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon {
    transition: all 0.2s;
  }

  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon:before {
    width: 100%;
  }

  .ue-c-main-header__button.is-secondary.is-active
    .ue-c-main-header__button-menu-icon:after {
    left: 0;
  }

  .ue-c-main-header__tools {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    column-gap: 0.5rem;
  }

  .ue-c-main-header__tools > * {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .ue-c-main-header__tools > * a span {
    align-self: center;
  }

  .ue-c-main-header__tools.ue-l-main-header--fixed {
    top: 0.5rem;
    right: 0.5rem;
  }

  .ue-c-main-header__radio-marca {
    padding: 0 0.3125rem;
  }

  .ue-c-main-header__radio-marca svg {
    width: 1.75rem;
    height: 1.75rem;
  }

  .ue-c-main-header__subscription {
    display: flex;
    align-items: center;
  }

  .ue-c-main-header__subscription a,
  .ue-c-main-header__subscription p {
    display: flex;
    align-items: center;
    font-family: var(
      --ue-c-main-header-subscription-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-header-subscription-font-weight, normal);
    color: var(--ue-c-main-header-subscription-color, #000);
  }

  .ue-c-main-header__subscription a {
    text-decoration: none;
    padding: var(--ue-c-main-header-subscription-padding, 0 3px);
    border-radius: var(--ue-c-main-header-subscription-border-radius, 5px);
    background-color: var(
      --ue-c-main-header-subscription-background-color,
      #f7ef62
    );
    height: var(--ue-c-main-header-subscription-height, 1.4375rem);
  }

  .ue-c-main-header__subscription a span {
    padding: 0 0.2rem 0 0;
  }

  .ue-c-main-header__subscription a span:last-child {
    padding: 0;
  }

  .ue-c-main-header__subscription--first-line {
    font-family: var(
      --ue-c-main-header-first-line-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-size: var(--ue-c-main-header-first-line-font-size, 12px);
    line-height: var(--ue-c-main-header-first-line-line-height, 19px);
    font-weight: var(--ue-c-main-header-first-line-font-weight, normal);
  }

  .ue-c-main-header__subscription--second-line {
    font-family: var(
      --ue-c-main-header-second-line-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-size: var(--ue-c-main-header-second-line-font-size, 18px);
    line-height: var(--ue-c-main-header-second-line-line-height, 28px);
    font-weight: var(--ue-c-main-header-second-line-font-weight, 800);
  }

  .ue-c-main-header__subscription--third-line {
    font-family: var(
      --ue-c-main-header-third-line-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-size: var(--ue-c-main-header-third-line-font-size, 12px);
    line-height: var(--ue-c-main-header-third-line-line-height, 19px);
    font-weight: var(--ue-c-main-header-third-line-font-weight, normal);
  }

  .ue-c-main-header__subscription--fixed {
    position: absolute;
    right: 0;
  }

  .portada .ue-c-main-header__subscription--fixed {
    position: inherit;
  }

  .portada
    .ue-c-main-header.fixed-up
    .ue-l-main-header--fixed
    .ue-c-main-header__subscription--fixed {
    margin-right: 90px;
  }

  .ue-c-main-header__login {
    position: relative;
  }

  .ue-c-main-header__login > a {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: var(--ue-c-main-header-login-link-color, #000);
    font-family: var(
      --ue-c-main-header-login-font-family,
      Arial,
      Helvetica,
      sans-serif
    );
    font-weight: var(--ue-c-main-header-login-font-weight, normal);
    font-size: var(--ue-c-main-header-login-link-font-size, 0.75rem);
    line-height: var(--ue-c-main-header-login-link-line-height, 1rem);
    letter-spacing: var(--ue-c-main-header-login-link-letter-spacing, 0);
  }

  @media (min-width: 46.25em) {
    .ue-c-main-header__login > a {
      --ue-c-main-header-login-link-font-size: 0.75rem;
      --ue-c-main-header-login-link-line-height: 1rem;
      --ue-c-main-header-login-link-letter-spacing: 0rem;
    }
  }

  .ue-c-main-header__login svg {
    fill: var(--ue-c-main-header-login-icon-fill);
  }

  .ue-c-main-header__social-tools {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .ue-c-main-header__social-tools--show {
    display: flex;
    flex-shrink: 0;
  }

  .ue-c-main-header__social-tools a {
    display: flex;
    min-width: 2.25rem;
    height: 100%;
  }

  .ue-c-main-header__social-tools svg {
    fill: var(--ue-c-main-header-social-tools-fill, #000);
    width: 2rem;
    height: auto;
  }

  .ue-c-main-header__progress-bar {
    width: 100%;
    top: var(--ue-l-main-header-top-height);
    left: 0;
    height: var(--ue-c-main-header-progress-bar-height, 3px);
    z-index: 7;
    background-color: var(--ue-c-main-header-progress-bar-background-color);
  }

  .ue-c-main-header__progress-bar-fill {
    height: 100%;
    max-width: 100% !important;
    width: 0;
    background-color: var(--ue-c-main-header-progress-bar-color);
    display: block;
  }

  .ue-c-main-header__breadcrumb {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-content: space-evenly;
    flex-wrap: wrap;
    flex-grow: 1;
  }

  .ue-c-main-header__breadcrumb-list {
    display: flex;
    flex-grow: 1;
  }

  .ue-c-main-header__breadcrumb-link {
    color: var(--ue-c-main-header-breadcrumb-link-color, #000);
    text-decoration: none;
  }

  .ue-c-main-header__breadcrumb-link > span {
    position: relative;
    padding-left: 0.5rem;
  }

  .ue-c-main-header__breadcrumb-link > span:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 0.125rem;
    height: 0.125rem;
    background-color: var(
      --ue-c-main-header-breadcrumb-divider-background-color,
      #000
    );
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .ue-c-main-header__breadcrumb-item {
    display: flex;
    align-items: center;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-family: var(
      --ue-c-main-header-breadcrumb-link-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    text-transform: var(
      --ue-c-main-header-breadcrumb-link-text-transform,
      inherit
    );
    font-size: var(--ue-c-main-header-breadcrumb-font-size, 0.75rem);
    line-height: var(--ue-c-main-header-breadcrumb-line-height, 0.75rem);
    letter-spacing: var(--ue-c-main-header-breadcrumb-letter-spacing, 0.02rem);
  }

  @media (min-width: 46.25em) {
    .ue-c-main-header__breadcrumb-item {
      --ue-c-main-header-breadcrumb-font-size: 0.8125rem;
      --ue-c-main-header-breadcrumb-line-height: 0.875rem;
      --ue-c-main-header-breadcrumb-letter-spacing: 0.02rem;
    }
  }

  .ue-c-main-header__breadcrumb-item.is-current
    .ue-c-main-header__breadcrumb-link {
    font-size: var(--ue-c-main-header-breadcrumb-current-font-size, 0.8125rem);
    line-height: var(
      --ue-c-main-header-breadcrumb-current-line-height,
      0.875rem
    );
    letter-spacing: var(
      --ue-c-main-header-breadcrumb-current-letter-spacing,
      0.02rem
    );
  }

  @media (min-width: 46.25em) {
    .ue-c-main-header__breadcrumb-item.is-current
      .ue-c-main-header__breadcrumb-link {
      --ue-c-main-header-breadcrumb-current-font-size: 0.8125rem;
      --ue-c-main-header-breadcrumb-current-line-height: 0.875rem;
      --ue-c-main-header-breadcrumb-current-letter-spacing: 0.02rem;
    }
  }

  .ue-c-main-header__breadcrumb-item:last-child {
    width: 100%;
    font-family: var(
      --ue-c-main-header-breadcrumb-link-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(
      --ue-c-main-header-breadcrumb-link-current-font-weight,
      600
    );
    text-transform: var(
      --ue-c-main-header-breadcrumb-last-link-text-transform,
      inherit
    );
  }

  .ue-c-main-header__breadcrumb-item:before {
    background-color: var(
      --ue-c-main-header-breadcrumb-divider-background-color,
      #000
    );
    content: "";
    margin: 2px 4px;
    height: 2px;
    width: 2px;
    border-radius: 50%;
  }

  .ue-c-main-header__breadcrumb-item:first-child:before,
  .ue-c-main-header__breadcrumb-item:last-child:before {
    content: none;
  }

  .ue-c-main-header__tabs {
    width: 100%;
    background-color: var(--ue-c-main-header-tabs-background-color, #fff);
    position: relative;
    padding: 0;
    border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
  }

  @media (min-width: 46.25em) {
    .ue-c-main-header__tabs {
      padding: var(--ue-c-main-header-tabs-padding, 0);
    }
  }

  .ue-c-main-header__tab-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .ue-c-main-header__tab-list-item:not(:last-child) {
    margin-right: 0;
  }

  .ue-c-main-header__tab-list-item a {
    height: 2.625rem;
    width: auto;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: var(
      --ue-c-main-header-tabs-font-family,
      Roboto,
      Arial,
      Helvetica,
      sans-serif
    );
    font-weight: var(--ue-c-main-header-tabs-font-weight, normal);
    color: var(--ue-c-main-header-tab-link-color, #000);
    font-size: var(--ue-c-main-header-tabs-font-size, 0.6875rem);
    line-height: var(--ue-c-main-header-tabs-line-height, 1.625rem);
    letter-spacing: var(--ue-c-main-header-tabs-letter-spacing, 0.02rem);
  }

  .ue-c-main-header__tab-list-item a:hover {
    color: var(--ue-c-main-header-tab-hover-color, #333);
    text-decoration: none;
  }

  @media (min-width: 46.25em) {
    .ue-c-main-header__tab-list-item a {
      --ue-c-main-header-tabs-font-size: 0.6875rem;
      --ue-c-main-header-tabs-line-height: 1.25rem;
      --ue-c-main-header-tabs-letter-spacing: 0.02rem;
    }
  }

  .ue-c-main-header__tab-list-item.is-active a {
    font-family: var(
      --ue-c-main-header-tabs-active-font-family,
      Roboto,
      Arial,
      Helvetica,
      sans-serif
    );
    color: var(--ue-c-main-header-tab-link-color, #000);
    border-bottom-width: var(
      --ue-c-main-header-tabs-active-border-bottom-width,
      2px
    );
    border-bottom-style: solid;
    border-bottom-color: var(
      --ue-c-main-header-tab-active-border-bottom-color,
      #000
    );
    font-weight: var(--ue-c-main-header-tabs-active-font-weight);
  }

  .ue-c-main-header__tabs--scrollable .ue-c-main-header__tab-list {
    overflow-x: scroll;
    padding: 0 0.5rem;
    flex-wrap: nowrap;
  }

  @supports (
    (-webkit-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)
  ) {
    .ue-c-main-header__tabs--scrollable .ue-c-main-header__tab-list {
      -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
    }
  }

  .ue-c-main-header__tabs--scrollable .ue-c-main-header__tab-list-item {
    flex-grow: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  @supports (scroll-snap-align: end) {
    .ue-c-main-header__tabs--scrollable .ue-c-main-header__tab-list-item {
      scroll-snap-align: end;
    }
  }

  .ue-c-main-header__tabs--fixed .ue-c-main-header__tab-list {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .ue-c-main-header__tabs--fixed .ue-c-main-header__tab-list-item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ue-c-main-header__tabs--fixed .ue-c-main-header__tab-list-item.is-2-wide {
    width: 50%;
  }

  .ue-c-main-header__tabs--fixed .ue-c-main-header__tab-list-item.is-3-wide {
    width: 33.33333%;
  }

  .ue-c-main-header__tabs--fixed .ue-c-main-header__tab-list-item.is-4-wide {
    width: 25%;
  }

  .ue-c-seo-links {
    width: 100%;
    max-width: 68.75rem;
    display: flex;
    position: relative;
    padding: 0 1rem;
    box-sizing: border-box;
    background-color: var(--ue-c-seo-links-body-background-color, #fff);
    height: var(--ue-c-seo-links-height, 25px);
    font-size: var(--ue-c-seo-link-font-size, 10px);
    line-height: var(--ue-c-seo-link-line-height, 15px);
    letter-spacing: var(--ue-c-seo-link-letter-spacing, 0);
    border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
    border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
    border-top-style: solid;
    border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
    border-bottom-color: var(
      --ue-c-seo-links-body-border-bottom-color,
      #cecece
    );
    border-bottom-style: solid;
  }

  .ue-c-seo-links:after {
    content: "";
    width: 3.125rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, transparent, #fff);
  }

  .ue-c-seo-links__title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: var(--ue-c-seo-links-title-text-transform, uppercase);
    color: var(--ue-c-seo-links-title-color, hsla(0, 0%, 44%, 0.45));
  }

  .ue-c-seo-links__title:after {
    content: "";
    display: inline-block;
    margin: 0 0 0 0.25rem;
    height: 10px;
    width: 1px;
    background-color: var(
      --ue-c-seo-links-title-divider-background-color,
      hsla(0, 0%, 44%, 0.45)
    );
  }

  .ue-c-seo-links__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
  }

  @media (max-width: 61.24em) {
    .ue-c-seo-links__list {
      overflow-x: auto;
    }
  }

  .ue-c-seo-links__list::-webkit-scrollbar {
    display: none;
  }

  .ue-c-seo-links__item {
    flex: 0 0 auto;
    margin: 0;
    position: relative;
    padding: 0 0.5rem;
  }

  .ue-c-seo-links__item a {
    text-decoration: none;
    color: var(--ue-c-seo-links-item-color, hsla(0, 0%, 44%, 0.45));
  }

  .ue-c-seo-links__item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    background-color: var(
      --ue-c-seo-links-item-separator-background-color,
      hsla(0, 0%, 44%, 0.45)
    );
  }

  .ue-c-seo-links__item:last-child {
    padding-right: 3.125rem;
  }

  .ue-c-seo-links--highcontrast {
    background-color: var(--ue-c-seo-links-body-background-color, #fff);
  }

  .ue-c-seo-links--highcontrast:after {
    background-image: linear-gradient(90deg, rgba(33, 96, 135, 0), #fff);
  }

  .ue-c-seo-links--highcontrast .ue-c-seo-links__title {
    color: var(--ue-c-seo-links-title-color, #cecece);
  }

  .ue-c-seo-links--highcontrast .ue-c-seo-links__title:after {
    color: var(--ue-c-seo-links-title-divider-color);
  }

  .ue-c-seo-links--highcontrast .ue-c-seo-links__item a {
    color: var(--ue-c-seo-links-item-color, #cecece);
  }

  .ue-c-seo-links--highcontrast .ue-c-seo-links__item:not(:last-child):after {
    color: var(--ue-c-seo-links-item-separator-color);
  }

  .ue-l-main-header__top:not(.ue-l-main-header--minified)
    .ue-c-main-header__login
    > a:not(.user-name)
    svg {
    display: none;
  }

  .ue-c-main-header__login > a:not(.user-name) {
    background-image: var(--ue-c-icon-avatar);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 30px;
    height: 30px;
  }

  .ue-c-main-header__login > a:not(.user-name) span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }

  .user-name {
    display: grid;
    place-items: center;
  }

  .user-name img {
    display: none;
  }

  .user-name:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid;
    box-sizing: border-box;
    border-color: var(--legacy-header-avatar-border-color, #000);
    border-radius: var(--legacy-header-avatar-border-radius, 50%);
    background-color: var(--legacy-header-avatar-background-color, #f5f5f5);
    background-image: var(--ue-c-icon-avatar);
    background-position: center 0;
    background-size: 28px 28px;
  }

  .user-name.active {
    padding-top: 3rem;
  }

  .user-name.active img {
    width: 52px;
    height: 53px;
    border-radius: 50%;
    display: none;
  }

  .user-name.active:before {
    content: "";
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: var(--legacy-header-avatar-border-radius, 50%);
    background-color: var(--legacy-header-avatar-background-color, #f5f5f5);
    background-image: var(--ue-c-icon-avatar);
    background-repeat: no-repeat;
    background-position: center -4px;
    background-size: 71px;
    padding: 0;
    box-sizing: border-box;
  }

  .user-info,
  .user-name.active:after {
    display: none;
  }

  .user-info {
    border: 0;
    background: #eee;
    padding: 0;
  }

  .user-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .user-info li {
    font-family: var(
      --legacy-header-link-font-family,
      Roboto,
      Arial,
      Helvetica,
      sans-serif
    );
    font-weight: var(--legacy-header-link-font-weight, normal);
    font-size: var(--legacy-header-link-font-size, 16px);
    line-height: var(--legacy-header-link-line-height, 18px);
  }

  .user-info li a {
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 18px 15px;
  }

  .user-info-open {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(
      --legacy-header-user-info-background-color,
      rgba(0, 0, 0, 0.85)
    );
  }

  .user-info-open:before,
  .user-info-open a {
    color: var(--legacy-header-link-color, #fff);
  }

  .user-info-open:before {
    content: "Mi perfil";
    width: 100vw;
    display: grid;
    place-content: center;
    height: 3rem;
    background-color: var(
      --legacy-header-user-info-background-color,
      rgba(0, 0, 0, 0.85)
    );
    font-family: var(
      --legacy-header-link-font-family,
      Roboto,
      Arial,
      Helvetica,
      sans-serif
    );
    font-weight: var(--legacy-header-link-font-weight, normal);
    font-size: var(--legacy-header-link-font-size, 16px);
    line-height: var(--legacy-header-link-line-height, 18px);
  }

  .user-info-open .cerrar {
    text-indent: -9999px;
    position: absolute;
    right: 2.2rem;
    display: flex;
    top: 1.3rem;
    font-size: 0;
  }

  .user-info-open .cerrar:after,
  .user-info-open .cerrar:before {
    position: absolute;
    left: 0;
    content: "";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.25s;
    width: 1.4375rem;
    height: 2px;
    border-radius: var(--legacy-header-icon-close-border-radius, 2px);
    background-color: var(--legacy-header-icon-close-background-color, #f5f5f5);
  }

  .user-info-open .cerrar:before {
    transform: rotate(45deg);
  }

  .user-info-open .cerrar:after {
    transform: rotate(-45deg);
  }

  .user-info-open ul {
    display: grid;
    place-items: center;
  }

  .user-info-open .log-out a {
    display: block;
    line-height: 9px;
    box-sizing: border-box;
    border-radius: var(--legacy-header-log-out-border-radius, 22px);
    background-color: var(--legacy-header-log-out-background-color, #216087);
  }

  .animated,
  .user-info-open,
  .user-name.active {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .fadeIn,
  .user-info-open,
  .user-name.active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  .ue-l-main-header--minified
    .ue-c-main-header__tools
    .ue-c-main-header__login
    > a:not(.user-name) {
    background-image: none;
  }

  .ue-l-main-header--minified
    .ue-c-main-header__tools
    .ue-c-main-header__login
    > a:not(.user-name)
    svg {
    fill: none;
    stroke: #000;
  }

  .ue-c-main-header--minified-dark
    .ue-c-main-header__tools
    .ue-c-main-header__login
    > a:not(.user-name)
    svg {
    stroke: #fff;
  }

  header[class*="elmundo-theme"],
  header[data-theme="elmundo-theme"] {
    --ue-c-icon-avatar: url(https://e00-elmundo.uecdn.es/assets/article/elmundo/v9/images/images/login-0f5f359120a28a8ba48ff06d50a2fbcc.svg);
    --ue-c-icon-login-elmundo-stroke: #000;
    --ue-l-main-header-top-height: 36px;
    --ue-l-main-header-bottom-height: 36px;
    --ue-c-main-header-border: 1px solid #000;
    --ue-c-main-header-more-icon: #000;
    --ue-c-main-header-logo-box-width: 8.125rem;
    --ue-c-main-header-logo-box-height: auto;
    --ue-c-main-header-logo-width: 8.125rem;
    --ue-c-main-header-logo-height: auto;
    --ue-c-main-header-logo-box-align-items: center;
    --ue-c-main-header-logo-box-small-width: 1.875rem;
    --ue-c-main-header-logo-box-small-height: auto;
    --ue-c-main-header-logo-box-small-background-color: none;
    --ue-c-main-header-logo-small-width: 1.25rem;
    --ue-c-main-header-logo-small-height: auto;
    --ue-c-main-header-progress-bar-color: #000;
    --ue-c-main-header-panel-border: 1px solid;
    --ue-c-main-header-panel-border-color: #000;
    --ue-c-main-navigation-link-font-family: Mundo, Times New Roman, Times,
      serif;
  }

  @media (min-width: 23.4375em) {
    header[class*="elmundo-theme"],
    header[data-theme="elmundo-theme"] {
      --ue-c-main-header-logo-box-width: 9.375rem;
      --ue-c-main-header-logo-box-height: auto;
      --ue-c-main-header-logo-width: 9.375rem;
      --ue-c-main-header-logo-height: auto;
    }
  }

  header[class*="elmundo-theme"] .ue-l-main-header__bottom,
  header[data-theme="elmundo-theme"] .ue-l-main-header__bottom {
    --ue-c-main-header-bottom-background: #f7f7f7;
    --ue-c-main-header-button-secondary-icon-background-color: #000;
    --ue-c-main-header-breadcrumb-link-color: #000;
    --ue-c-main-header-bottom-border-bottom: 1px solid;
    --ue-c-main-header-bottom-border-bottom-color: #000;
    --ue-c-main-header-bottom-border-top: 1px solid;
    --ue-c-main-header-bottom-border-top-color: #000;
    --ue-c-main-navigation-list-dropdown-border-top: 1px solid #000;
    --ue-c-main-navigation-list-dropdown-border-bottom: 1px solid #000;
  }

  header[class*="elmundo-theme"] .ue-l-main-header--fixed,
  header[data-theme="elmundo-theme"] .ue-l-main-header--fixed {
    --ue-c-main-header-bottom-border-top: unset;
    --ue-c-main-header-bottom-border-bottom: unset;
  }

  header[class*="elmundo-theme"] .ue-c-main-header__logo--small svg,
  header[class*="elmundo-theme"] .ue-c-main-logo-ball,
  header[data-theme="elmundo-theme"] .ue-c-main-header__logo--small svg,
  header[data-theme="elmundo-theme"] .ue-c-main-logo-ball {
    fill: #00568c;
  }

  header[class*="elmundo-theme"] .ue-c-main-header__logo--small,
  header[data-theme="elmundo-theme"] .ue-c-main-header__logo--small {
    --ue-c-main-header-logo-box-align-items: flex-start;
  }

  header[class*="elmundo-theme"] .ue-c-main-navigation--high-contrast,
  header[data-theme="elmundo-theme"] .ue-c-main-navigation--high-contrast {
    --ue-c-main-navigation-link-padding: 0.75rem 0;
  }

  header[class*="elmundo-theme"] .ue-c-main-navigation--indented-list,
  header[data-theme="elmundo-theme"] .ue-c-main-navigation--indented-list {
    --ue-c-main-navigation-link-font-size: 0.8125rem;
  }

  header[class*="elmundo-theme"] .ue-c-main-navigation__link-dropdown,
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__link-dropdown {
    --ue-c-main-navigation-link-color: #000;
    --ue-c-main-navigation-link-dropdown-active: #000;
    --ue-c-main-navigation-link-font-weight: 600;
  }

  header[class*="elmundo-theme"]
    .ue-c-main-navigation__list:not(
      .ue-c-main-navigation__list--second-level
    ).ue-c-main-navigation--indented-list
    li:first-child,
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list:not(
      .ue-c-main-navigation__list--second-level
    ).ue-c-main-navigation--indented-list
    li:first-child {
    --ue-c-main-navigation-link-font-weight: 600;
  }

  .ue-l-article--basic.elmundo-theme-v9 {
    background-color: #fff;
    --cover-content-column-count: 6;
    --cover-content-cols-width: 2;
    --cover-content-y-gap: 1rem;
    --cover-content-x-gap: 0.5rem;
    --cover-content-gap: 2rem;
    --cover-content-boxed-space: 1rem;
    --cover-content-boxed-height: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox {
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    padding: 1rem;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 15001;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item {
    --toolbox-color-icon: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-family: var(--ue-c-article__toolbox-font-family, Roboto);
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item:hover {
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__toolbox-item:hover:after {
    content: "";
    width: 130%;
    height: 130%;
    background-color: #f6f6f6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item-icon {
    width: 26px;
    height: 26px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox--toggle {
    transform: translateY(100%);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox--mobile {
    padding: 0 1rem 2.25rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    top: unset;
    z-index: 15001;
    border-radius: 16px 16px 0 0;
    box-shadow: 16px 16px 0 0;
    align-self: center;
    transition: 0.3s ease-in-out;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-handler {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: none;
    border: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-handler:after {
    content: "";
    width: 2rem;
    height: 2px;
    position: absolute;
    border-radius: 16px 16px 0 0;
    background-color: #797676;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox--background {
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15001;
    background-color: rgba(0, 0, 0, 0.431373);
  }

  .ue-l-article--basic.elmundo-theme-v9,
  .ue-l-article--basic.elmundo-theme-v9 :before {
    --ue-c-section-title-font-weight: 700;
    --ue-c-section-title-font-size: 1rem;
    --ue-c-section-title-line-height: 1rem;
    --ue-c-section-title-letter-spacing: 0;
    --ue-c-section-title-text-transform: uppercase;
    --ue-c-section-title-before: Noticias de;
    --ue-c-section-title-eng: News;
    --ue-c-section-title-padding: 0.625rem 0;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9,
    .ue-l-article--basic.elmundo-theme-v9 :before {
      --ue-c-section-title-font-size: 1.1875rem;
      --ue-c-section-title-line-height: 1.1875rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-main-header__tabs {
    width: 100%;
    background-color: var(--ue-c-main-header-tabs-background-color, #fff);
    position: relative;
    padding: 0;
    border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-main-header__tabs {
      padding: var(--ue-c-main-header-tabs-padding, 0);
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-main-header__tab-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tab-list-item:not(:last-child) {
    margin-right: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-main-header__tab-list-item a {
    height: 2.625rem;
    width: auto;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: var(
      --ue-c-main-header-tabs-font-family,
      Roboto,
      Arial,
      Helvetica,
      sans-serif
    );
    font-weight: var(--ue-c-main-header-tabs-font-weight, normal);
    color: var(--ue-c-main-header-tab-link-color, #000);
    font-size: var(--ue-c-main-header-tabs-font-size, 0.6875rem);
    line-height: var(--ue-c-main-header-tabs-line-height, 1.625rem);
    letter-spacing: var(--ue-c-main-header-tabs-letter-spacing, 0.02rem);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tab-list-item
    a:hover {
    color: var(--ue-c-main-header-tab-hover-color, #333);
    text-decoration: none;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-main-header__tab-list-item a {
      --ue-c-main-header-tabs-font-size: 0.6875rem;
      --ue-c-main-header-tabs-line-height: 1.25rem;
      --ue-c-main-header-tabs-letter-spacing: 0.02rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tab-list-item.is-active
    a {
    font-family: var(
      --ue-c-main-header-tabs-active-font-family,
      Roboto,
      Arial,
      Helvetica,
      sans-serif
    );
    color: var(--ue-c-main-header-tab-link-color, #000);
    border-bottom-width: var(
      --ue-c-main-header-tabs-active-border-bottom-width,
      2px
    );
    border-bottom-style: solid;
    border-bottom-color: var(
      --ue-c-main-header-tab-active-border-bottom-color,
      #000
    );
    font-weight: var(--ue-c-main-header-tabs-active-font-weight);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-main-header__tabs--light-theme {
    border-top: 0;
    border-bottom-style: solid;
    border-bottom-width: var(--ue-c-main-header-tabs-border-bottom-width, 1px);
    border-bottom-color: var(--ue-c-main-header-tabs-border-bottom-color, #000);
    background-color: var(
      --ue-c-main-header-tabs-background-color,
      transparent
    );
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--light-theme
    .ue-c-main-header__tab-list-item
    a {
    color: var(--ue-c-main-header-tab-link-color, #000);
    font-family: var(
      --ue-c-main-header-tabs-font-family,
      Roboto,
      Arial,
      Helvetica,
      sans-serif
    );
    font-weight: var(--ue-c-main-header-tabs-font-weight, normal);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--light-theme
    .ue-c-main-header__tab-list-item
    a:hover {
    color: var(--ue-c-main-header-tab-hover-color, #333);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--light-theme
    .ue-c-main-header__tab-list-item.is-active
    a {
    border-bottom-style: solid;
    border-bottom-color: var(
      --ue-c-main-header-tab-active-border-bottom-color,
      #000
    );
    font-family: var(
      --ue-c-main-header-tabs-active-font-family,
      Roboto,
      Arial,
      Helvetica,
      sans-serif
    );
    border-bottom-width: var(
      --ue-c-main-header-tabs-active-border-bottom-width,
      2px
    );
    font-weight: var(--ue-c-main-header-tabs-font-weight, bold);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-main-header__tabs--responsive {
    position: relative;
  }

  @media (max-width: 41.24em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-main-header__tabs--responsive {
      margin-bottom: 1rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--responsive
    .ue-c-main-header__tab-list {
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--responsive
    .ue-c-main-header__tab-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--responsive
    .ue-c-main-header__tab-list:after {
    content: "";
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    position: absolute;
    right: -1px;
    width: 2.5rem;
    height: 100%;
  }

  @media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-main-header__tabs--responsive
      .ue-c-main-header__tab-list {
      overflow-x: hidden;
    }

    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-main-header__tabs--responsive
      .ue-c-main-header__tab-list:after {
      display: none;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--responsive
    .ue-c-main-header__tab-list-item
    a {
    height: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--scrollable
    .ue-c-main-header__tab-list {
    overflow-x: scroll;
    padding: 0 0.5rem;
    flex-wrap: nowrap;
  }

  @supports (
    (-webkit-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)
  ) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-main-header__tabs--scrollable
      .ue-c-main-header__tab-list {
      -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--scrollable
    .ue-c-main-header__tab-list-item {
    flex-grow: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  @supports (scroll-snap-align: end) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-main-header__tabs--scrollable
      .ue-c-main-header__tab-list-item {
      scroll-snap-align: end;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--fixed
    .ue-c-main-header__tab-list {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--fixed
    .ue-c-main-header__tab-list-item
    a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--fixed
    .ue-c-main-header__tab-list-item.is-2-wide {
    width: 50%;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--fixed
    .ue-c-main-header__tab-list-item.is-3-wide {
    width: 33.33333%;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-main-header__tabs--fixed
    .ue-c-main-header__tab-list-item.is-4-wide {
    width: 25%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article ::-moz-selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article ::selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article * strong::-moz-selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article * strong::selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article * a::-moz-selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article * a::selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker-container {
    display: inline-block;
    font-size: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker-seo {
    display: inline;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.4rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker-group {
    box-sizing: border-box;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__kicker-group
    > :not(:last-child) {
    padding-right: 0.3125rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__icon-premium {
    fill: #a88938;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    position: relative;
    top: -0.0625rem;
    margin: 0 3px 0 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__icon-premium--signwall
    > path:first-child {
    fill: #738082;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-tag {
    background: none;
    padding: 0 0.5ch 0 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-tag--signwall {
    background: transparent;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-tag span {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5;
    font-family: Mundo, Times New Roman, Times, serif;
    margin-left: 0;
    color: #797676;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__header {
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph {
    margin: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    color: #202020;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph a {
    color: #2e6d9d;
    text-decoration: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph u {
    -webkit-text-decoration-color: #202020;
    text-decoration-color: #202020;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__typeofcontent {
    display: inline-block;
    margin: 0;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.0625rem;
    line-height: 1.0625rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__typeofcontent-wrapper {
    display: inline-flex;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__btn-tooltip {
    display: inline-block;
    cursor: pointer;
    border: transparent;
    position: relative;
    padding: 0;
    margin-left: 0.3125rem;
    background: none;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__standfirst
    .ue-c-article__paragraph,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__standfirst p {
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    margin: 0;
    font-size: 1.375rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__standfirst
    .ue-c-article__paragraph:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__standfirst
    p:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__standfirst a {
    color: #2e6d9d;
    text-decoration: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__standfirst a:hover {
    color: #004570;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-item {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__byline-item
    > :not(:last-child) {
    margin: 0 0.625rem 0 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__byline-item:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-name {
    color: #000;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-name a {
    text-decoration: none;
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-name a:hover {
    color: #333;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-role {
    color: #000;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-social {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #202020;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-social a {
    text-decoration: none;
    color: #216087;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-social a:hover {
    color: #3e98d0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-social-icon {
    position: relative;
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #202020;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline-location {
    color: #000;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__byline-location:before:not(:first-child) {
    content: "";
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -0.125rem;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #c00;
    margin-left: 0.3125rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__byline--boxed {
    background-color: #f5f5f5;
    padding: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate {
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-style: normal;
    color: #797676;
    padding: 0;
    background-color: transparent;
    border-top: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate span {
    font-weight: 700;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate time span {
    font-weight: 400;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__share-tools-item:not(:last-child) {
    margin-right: 0.3125rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__share-tools-item--toolbox-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    width: 2rem;
    height: 2rem;
    border: 1px solid #cecece;
    padding: 5.33333px;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__share-tools-item--toolbox-toggle
    svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: transparent;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__share-tools-item--toolbox-toggle:active,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__share-tools-item--toolbox-toggle:hover {
    background: #f6f6f6;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__share-tools-item--toolbox-toggle:focus {
    background: #f6f6f6;
    box-shadow: 0 0 1px 2px var(--ue-c-article-focus-color);
    outline: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles {
    padding: 0;
    margin: 5px 0 0;
    list-style-type: none;
    box-sizing: border-box;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item {
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__subtitles-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a {
    text-decoration: none;
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a:active,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a:hover {
    text-decoration: underline;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a:active,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a:hover,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__subtitles-item
    a:hover
    .ue-c-article__subtitles-kicker {
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-kicker {
    font-family: Mundo, Times New Roman, Times, serif;
    font-size: 16;
    font-weight: 700;
    font-style: normal;
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__subtitles
    .ue-c-article__icon-premium {
    width: 1rem;
    top: 1px;
    margin-right: 1px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles--boxed {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.625rem;
    background: #f5f5f5;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles--boxed:before {
    margin-top: -0.625rem;
    margin-left: -0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__empty-comment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    padding: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__empty-comment
    > :not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__empty-comment-icon {
    width: 3.125rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__empty-comment-link a {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: #666;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__empty-comment-link
    a:hover {
    color: #525252;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button {
    border: 1px solid #cecece;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #000;
    color: #fff;
    border-radius: 1.5625rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    height: 32px;
    padding: 0 0.75rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__button
    .ue-c-article__button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    fill: #fff;
    width: 30px;
    height: 23px;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__button
    .ue-c-article__button-icon
    svg {
    width: 100%;
    height: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button--full,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button--large {
    width: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button--theme-comments {
    color: #000;
    background-color: #fff;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__button--theme-comments:hover {
    background-color: #f6f6f6;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__button--theme-comments
    .ue-c-article__button-icon {
    fill: #fff;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__button--theme-comments
    .ue-c-article__button-text {
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subheadline {
    margin: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 800;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subheadline a {
    color: #004570;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subheadline--center {
    text-align: center;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__subheadline--center.ue-l-article--top-separator:before {
    right: 0;
    margin: 0 auto;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__divider {
    border: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding: 20px 0;
    margin: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview {
    margin: 0;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview dd:before,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview dt:before {
    display: inline;
    text-transform: uppercase;
    margin-right: 0.5rem;
    font-weight: 700;
    color: #222;
    font-family: Mundo, Times New Roman, Times, serif;
    font-style: normal;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview dt {
    font-weight: 400;
    color: #222;
    font-family: Mundo, Times New Roman, Times, serif;
    font-style: normal;
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview dt:before {
    content: "P.";
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__interview
    dt:first-of-type:before {
    content: "PREGUNTA.";
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview dd {
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    line-height: 27px;
    font-style: normal;
    color: #222;
    margin: 0 0 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview dd:last-child {
    margin-bottom: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview dd:before {
    content: "R.";
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__interview
    dd:first-of-type:before {
    content: "RESPUESTA.";
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__interview a {
    color: #2e6d9d;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys {
    background-color: #fff;
    border: 1px solid #cecece;
    gap: 0.5rem;
    padding: 1.625rem 1rem;
    display: flex;
    flex-direction: column;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #000;
    font-family: Mundo, Times New Roman, Times, serif;
    font-size: 19px;
    line-height: 22px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys-byline {
    color: #797676;
    font-family: Mundo, Times New Roman, Times, serif;
    font-size: 14px;
    line-height: 14px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 1.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys-item {
    font-weight: 400;
    color: #000;
    font-family: Mundo, Times New Roman, Times, serif;
    position: relative;
    font-size: 19px;
    line-height: 27px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys-item:last-child {
    padding-bottom: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys-item a {
    color: #2e6d9d;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys-item a:hover {
    color: #004570;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__keys-item:before {
    position: absolute;
    content: "\2022";
    left: -18px;
    top: -2px;
    color: #000;
    font-size: 1.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card {
    clear: both;
    position: relative;
    background: #fff;
    padding: 26px 16px;
    border: 1px solid #cecece;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-header {
    position: relative;
    border-bottom: none;
    padding: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-title {
    margin-top: 0;
    max-width: 90%;
    font-family: Mundo, Times New Roman, Times, serif;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.1875rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    padding-right: 2.5rem;
    margin-bottom: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-toggle {
    cursor: pointer;
    position: absolute;
    box-shadow: unset;
    border-radius: 25px;
    top: 50%;
    transition: 0.4s;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #cecece;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-toggle:after,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-toggle:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: em-neutral-color-nine;
    border-color: em-neutral-color-nine;
    height: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-toggle:after,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-toggle:after,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-toggle:before {
    all: unset;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-toggle:before {
    content: "";
    box-sizing: border-box;
    border-top: 2px solid;
    border-right: 2px solid;
    margin: -4px 0 0;
    transition: all 0.2s ease-in-out;
    transform: translateY(50%) rotate(-45deg);
    width: 0.625rem;
    height: 0.625rem;
    border-color: em-neutral-color-nine;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-byline {
    max-width: 85%;
    font-family: Mundo, Times New Roman, Times, serif;
    color: #797676;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body {
    display: block;
    transition: max-height 0.1s;
    overflow: hidden;
    margin: 0.5rem 0 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    color: #000;
    padding: 1rem 0 0;
    background: transparent;
    border-top: 1px solid #cecece;
    margin-top: 26px 16px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body a {
    color: #2e6d9d;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body li {
    list-style: auto;
    list-style-type: auto;
    padding-left: 0.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body ol {
    padding-left: 1em;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body ul {
    margin-left: 1em;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body ul li {
    list-style-type: disc;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body ul li::marker {
    content: ". ";
    font-size: 2em;
    line-height: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body h2 {
    font-size: 1.1875rem;
    line-height: 1.375rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__card-body
    > :not(:last-child) {
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__card.closed
    .ue-c-article__card-toggle:before {
    transform: translate(-50%, -50%) rotate(0);
    margin: -4px 0 0;
    transform: translateY(0) rotate(135deg);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__card.closed
    .ue-c-article__card-body {
    max-height: 0;
    margin: 0;
    border-top: 0;
    padding: 0;
    opacity: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card--light {
    background: #fff;
    border: 1px solid #cecece;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar-body {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    flex-grow: 1;
    align-items: stretch;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar-footer {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 0;
    flex-wrap: wrap;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    flex-direction: column;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-avatar {
    height: 3.125rem;
    display: flex;
    gap: 0.3125rem;
    flex-shrink: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-avatar:empty {
    display: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-avatar-item img {
    height: 100%;
    max-width: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-name {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 19px;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 700;
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__author-name-item:not(:last-child):after {
    content: ",";
    padding-right: 0.2125rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-caption {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 16px;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    color: #797676;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-caption-item {
    display: flex;
    gap: 0.3em;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__author-caption-item:not(:last-child):not(:empty):after {
    content: ",";
    padding-right: 0.1875rem;
    margin-left: -3px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a {
    color: #000;
    text-decoration: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a:hover {
    color: #666;
    text-decoration: underline;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a:active {
    color: #666;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-article__author--horizontal-from-tablet {
      flex-direction: row;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__blockquote {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    background: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__blockquote p {
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 800;
    font-style: normal;
    color: #202020;
    font-size: 1.5625rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    margin: 0;
    text-align: inherit;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__blockquote-author {
    display: block;
    text-align: left;
    text-transform: none;
    margin-top: 0.5rem;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-style: normal;
    color: #797676;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__list {
    padding: 0;
    margin: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__list li {
    list-style-type: none;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__list li:before {
    position: absolute;
    left: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__list
    li:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-article__list
      li:not(:last-child) {
      margin-bottom: 1rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__list--unordered li {
    padding-left: 2rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__list--unordered
    li:before {
    content: " ";
    border-radius: 50%;
    display: inline-block;
    background: #000;
    width: 0.3125rem;
    height: 0.3125rem;
    top: 0.875rem;
    left: 0.75rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__list--ordered {
    counter-reset: contadorListas;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__list--ordered li {
    padding-left: 2rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__list--ordered li:before {
    counter-increment: contadorListas;
    content: counter(contadorListas) ". ";
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
    top: 0;
    left: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__listing {
    background-color: #fff;
    border: 1px solid #cecece;
    padding: 1.625rem 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__listing-title {
    margin-bottom: 24px;
    color: #000;
    font-weight: 700;
    font-family: Mundo, Times New Roman, Times, serif;
    font-size: 19px;
    text-transform: uppercase;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__listing-title:after {
    content: "";
    display: block;
    height: 1px;
    background: #cecece;
    bottom: -8px;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__listing-body {
    display: grid;
    gap: 32px;
    grid-gap: 32px;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__listing-item:not(:last-child):after {
    content: "";
    display: block;
    height: 1px;
    background: #cecece;
    position: relative;
    bottom: -16px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium:before {
    content: "";
    position: absolute;
    top: -6.25rem;
    height: 6.25rem;
    width: 100%;
    display: block;
    z-index: 1;
    background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0.49) 13%,
      #fff 82%,
      #fff 99%
    );
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-icon {
    margin-bottom: 0.75rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-content {
    border-top: 5px solid #000;
    box-shadow: none;
    margin: 1rem;
    padding: 1.5rem 1rem;
  }

  @media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-content {
      margin: 1rem;
      padding: 1.5rem 1rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-header > * {
    margin: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-header
    > :not(:last-child) {
    margin: 0 0 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-title {
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-caption {
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-caption--second {
    font-size: 18;
    font-weight: 400;
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-body {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 11.875rem;
    text-align: center;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0;
    background-color: #fff;
    position: relative;
    overflow: visible;
    padding: 0.625rem;
    margin-left: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-card:first-child {
    margin-left: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card > * {
    margin: 0;
    padding: 0 0 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card-icon {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    top: -0.0625rem;
    left: -0.0625rem;
    padding: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-card-icon
    > path:first-child {
    fill: #a88938;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card-icon--exp {
    width: 3.125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    left: -3px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card-title {
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card-caption {
    font-family: Arial;
    font-weight: 400;
    color: #000;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-card-caption--highlight {
    color: #000;
    font-weight: 400;
    font-size: 0.8125rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card-offer {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-card-offer--column {
    display: block;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-card-offer-price {
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 1.875rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card-offer-text {
    padding-left: 0.3em;
    margin: 0;
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-align: left;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card-offer-coin {
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 1.25rem;
    line-height: 1rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card-button {
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 1.875rem;
    background-color: #2e6d9d;
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-card-button:hover {
    background-color: #25577e;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-card-button--outline {
    border: 1px solid #2e6d9d;
    color: #2e6d9d;
    background-color: #fff;
    box-shadow: none;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-card-button--outline:hover {
    background-color: #c4c4c4;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-card--highlight {
    background-color: #9e9e9e;
    box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.19);
    border: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-footer
    > :not(:last-child) {
    padding-bottom: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium-footer-item {
    margin: 0;
    text-align: center;
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-footer-item--border {
    position: relative;
    padding-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium-footer-item--border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 35%;
    height: 0.0625rem;
    transform: translateX(-50%);
    background-color: #c3d5e5;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium a {
    text-decoration: none;
    display: inline-block;
    color: #216087;
    cursor: pointer;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium a:active,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium a:hover {
    text-decoration: underline;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium a:active,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__premium a:hover {
    color: #1e4d68;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium--lite
    .ue-c-article__premium-card {
    padding: 0;
    height: auto;
    max-width: 150px;
    box-shadow: none;
    overflow: visible;
    background-color: transparent;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__premium--lite
    .ue-c-article__premium-footer {
    margin: 0 auto;
    max-width: 300px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    min-width: 100px;
    width: 100%;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-item {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    margin: 0.25rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-item * {
    display: block;
    text-decoration: none;
    border-radius: 1.875rem;
    transition: background-color 0.1s ease-in-out;
    background-color: #f6f6f6;
    color: #000;
    text-transform: none;
    padding: 0.25rem 0.5rem;
    border-bottom: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-item :hover {
    background-color: #c5c5c5;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-item :active {
    background-color: #9d9d9d;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-video-responsive {
    position: relative;
    height: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-video-responsive--16-9 {
    padding-bottom: 56.25%;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-video-responsive
    iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media {
    margin: 0;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media--graph img,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media--image img,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media--video img {
    width: 100%;
    height: auto;
    display: block;
    font-family: Mundo, Times New Roman, Times, serif;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-img-container {
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-icon svg {
    width: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-caption {
    margin-top: 0.3125rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-description {
    box-sizing: border-box;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-style: normal;
    color: #797676;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.00438rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-description:not(:last-child) {
    padding-right: 0.15625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-source {
    word-break: break-word;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-author {
    color: #797676;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 0.00438rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-author:not(:last-child) {
    padding-right: 0.15625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-author:before {
    content: " ";
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-agency {
    display: inline-block;
    color: #797676;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 0.00438rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-agency:before {
    content: " ";
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline {
    margin: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: var(--ue-c-article__headline-font-size, 2rem);
    line-height: var(--ue-c-article__headline-line-height, 2.1875rem);
    letter-spacing: var(--ue-c-article__headline-letter-spacing, 0);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline--opinion {
    font-style: italic;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker {
    display: inline;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker a {
    text-decoration: none;
    color: currentColor;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__aboveheadline {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #202020;
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__bar:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__button:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__embedded:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__include:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__interview:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__keys:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__list:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__listing:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__media:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__newsletter-widget-under-listing:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__paragraph:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__separator:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__share-tools:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__summary:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__taboola-in-body:not(:last-child) {
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__blockquote:not(:last-child) {
    margin-bottom: 2rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__blockquote:not(:first-child) {
    margin-top: 2rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__subheadline:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__subheadline:not(:first-child) {
    margin-top: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__card:not(:last-child) {
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-article__card:not(:first-child) {
    margin-top: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-ad:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    .ue-c-ad:not(:first-child) {
    margin-top: 1.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    > .ue-c-article__bar:not(:last-child) {
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    > .ue-c-article__body:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    > .ue-c-article__tags:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile {
    background: #f2f2f2;
    display: block;
    padding: 0;
    position: relative;
    box-sizing: border-box;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__row {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__photo {
    margin: 0;
    width: 100%;
    max-width: 3.125rem;
    max-height: 3.125rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__photo-img {
    border-radius: 50%;
    vertical-align: middle;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__header {
    margin-left: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__header-title {
    display: block;
    font-family: Roboto;
    font-weight: 700;
    color: #202020;
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__header-title {
      font-size: 1.375rem;
      line-height: 1.125rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__header-item {
    margin: 0;
    font-family: Roboto;
    text-transform: uppercase;
    color: #202020;
    font-weight: 400;
    display: inline;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__header-item {
      font-size: 0.875rem;
      line-height: 1rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile__header-item--highlight {
    font-weight: 700;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile__header-item--bookmark {
    display: block;
    margin: 0.25rem 0;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-author-profile__header-item--bookmark {
      display: inline;
      margin: 0;
    }

    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-author-profile__header-item--bookmark:before {
      content: "";
      background: #202020;
      display: inline-block;
      width: 0.125rem;
      height: 0.75rem;
      position: relative;
      top: 0.125rem;
      margin-right: 0.1875rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__header-location {
    margin: 0;
    font-family: Roboto;
    text-transform: none;
    color: #202020;
    font-weight: 400;
    display: block;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-author-profile__header-location {
      font-size: 0.875rem;
      line-height: 1rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__header-topics {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Roboto;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile__header-topics-item {
    float: left;
    margin-right: 0.1875rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile__header-topics-headline {
    margin: 0;
    font-weight: 400;
    font-size: 0.8125rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-author-profile__header-topics-headline {
      font-size: 0.875rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile__header-topics-link {
    text-decoration: none;
    color: blue;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__content {
    width: 100%;
    margin-top: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__text {
    display: flex;
    flex-direction: column;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__text-item {
    font-family: PTSerif;
    color: #000;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.3125rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__text-item {
      font-size: 1rem;
      line-height: 1.3125rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__more {
    height: 0;
    visibility: hidden;
    opacity: 0;
    font-family: Roboto;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__more h2 {
    margin: 0;
    color: #000;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__more h2 {
      font-size: 0.875rem;
      line-height: 1.375rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__more h2:before {
    content: "";
    width: 3.75rem;
    height: 0.0625rem;
    background: #000;
    display: block;
    margin-bottom: 0.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__more ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__more ul {
      font-size: 0.875rem;
      line-height: 1.375rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__more ul:after {
    content: "";
    width: 3.75rem;
    height: 0.0625rem;
    background: #000;
    display: block;
    margin-top: 0.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__more ul li {
    position: relative;
    padding-left: 0.4375rem;
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile__more
    ul
    li:before {
    content: "";
    display: inline-block;
    background-color: #000;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__resume-text {
    font-family: Roboto;
    color: #000;
    margin: 0.625rem 0;
    font-size: 0.875rem;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__resume-text {
      font-size: 0.875rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__button {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    color: blue;
    font-family: Roboto;
    cursor: pointer;
    font-size: 0.75rem;
    min-height: 2.25rem;
    width: 30%;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__button {
      font-size: 0.75rem;
      margin-left: 6rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__button:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0.25rem 0.21875rem 0;
    border-color: blue transparent transparent;
    border-style: solid;
    margin-left: 0.25rem;
    transition: all 0.2s linear;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__text-hide {
    display: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__footer {
    position: absolute;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__footer.bottom {
    bottom: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__footer.right {
    right: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__footer-list-item {
    float: left;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile__footer-list-item
    + .ue-c-author-profile__footer-list-item {
    margin-left: 0.625rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__footer-link {
    background: transparent;
    width: 2rem;
    height: 2rem;
    border: 0.0625rem solid grey;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__footer-link path {
    fill: blue;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile
    .ue-c-toggle--show
    .ue-c-author-profile__more {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s linear;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile
    .ue-c-toggle--show
    .ue-c-author-profile__button {
    margin-left: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile
    .ue-c-toggle--show
    .ue-c-author-profile__button:after {
    transform: rotate(180deg);
    transition: all 0.2s linear;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile
    .ue-c-toggle--show
    .ue-c-author-profile__text-show {
    display: none;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-author-profile
    .ue-c-toggle--show
    .ue-c-author-profile__text-hide {
    display: block;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-caption--inverted-color-until-tablet
    .ue-c-article__media-agency,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-caption--inverted-color-until-tablet
    .ue-c-article__media-author,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-caption--inverted-color-until-tablet
    .ue-c-article__media-description {
    color: #fff;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-caption--bottom-over-media-until-tablet {
    padding: 0.3125rem 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 29, 34, 0.8);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-caption--bottom-over-media-until-tablet
    .ue-c-article__media-caption-inner {
    display: flex;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-caption--bottom-over-media-until-tablet
    .ue-c-article__media-caption-inner,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media-caption--bottom-over-media-until-tablet
    .ue-c-article__media-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media (min-width: 23.4375em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-article__media-caption--bottom-over-media-until-tablet {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__media--caliope-amazon-external
    .ue-c-article__image {
    max-width: 320px;
    margin: 0 auto;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
    position: relative;
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding-top: 0;
    padding-bottom: 0;
    flex-grow: 1;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--no-grow {
    flex-grow: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--order-1-from-mobile {
    order: 1;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--stretch {
    align-self: stretch;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
    display: flex;
    flex-direction: column;
    clear: both;
    align-items: center;
    box-sizing: border-box;
    margin-top: 2rem;
  }

  @media (min-width: 23.4375em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
      margin-top: 1.25rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-item {
    width: 100%;
    max-width: 300px;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__secondary-column-item:not(:last-child) {
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column-extra {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__main-column-extra--stretch {
    display: flex;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__main-column-extra
    > :not(:last-child) {
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    margin-top: 2rem;
  }

  @media (min-width: 23.4375em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article__secondary-column-extra {
      margin-top: 1.25rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__header-content {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__header-content
    > .ue-c-article__headline:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__header-content
    > .ue-c-article__include:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__header-content
    > .ue-c-article__kicker-group:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__header-content
    > .ue-c-article__standfirst:not(:last-child) {
    margin-bottom: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__header--reverse-until-desktop {
    flex-direction: column-reverse;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    clear: both;
    position: relative;
    background-color: #fff;
    background-color: var(--ue-l-article__inner-back-color, #fff);
    padding: 1rem 0.5rem;
  }

  @media (min-width: 23.4375em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner--no-gutter {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__comment {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__comment-title {
    margin: 0 0 0.9375rem;
    font-size: 1.1875rem;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    background-color: transparent;
    padding: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__comment-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  @media (min-width: 20em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--width-1of2-from-mobile {
      width: 50%;
    }
  }

  @media (min-width: 20em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--float-right-from-mobile,
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--float-right-from-mobile-no-margin {
      float: right;
    }
  }

  @media (min-width: 20em) and (min-width: 20em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--float-right-from-mobile {
      margin-left: 0.625rem;
    }
  }

  @media (min-width: 20em) and (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--float-right-from-mobile {
      margin-left: 1.25rem;
    }
  }

  @media (max-width: 23.4275em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--expand-edge-left-until-tablet {
      margin-left: -0.5rem;
    }
  }

  @media (min-width: 23.4375em) and (max-width: 46.24em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--expand-edge-left-until-tablet {
      margin-left: -0.5rem;
    }
  }

  @media (max-width: 23.4275em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--expand-edge-right-until-tablet {
      margin-right: -0.5rem;
    }
  }

  @media (min-width: 23.4375em) and (max-width: 46.24em) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-l-article--expand-edge-right-until-tablet {
      margin-right: -0.5rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator {
    position: relative;
    padding-top: 0.5rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    outline: none;
    top: 0;
    width: 2.1875rem;
    border-top: 1px solid #cecece;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article--top-separator-center:before {
    right: 0;
    margin: 0 auto;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-section-title {
    margin: 0;
    width: 100%;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: var(--ue-c-section-title-text-transform);
    font-weight: var(--ue-c-section-title-font-weight);
    color: #000;
    font-size: var(--ue-c-section-title-font-size);
    line-height: var(--ue-c-section-title-line-height);
    letter-spacing: var(--ue-c-section-title-letter-spacing);
    padding: var(--ue-c-section-title-padding);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-section-title a {
    color: inherit;
    text-decoration: none;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .has-flex-direction-sponsor
    .ue-c-section-title {
    width: auto;
    flex: 1;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #cecece;
    padding-top: 1rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__title {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__button {
    display: flex;
    align-items: center;
    border: 0;
    background: none;
    padding: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__arrow {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    transform: rotate(180deg);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__arrow path {
    stroke: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-popular-links__list:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #000;
    margin: 0 0.5rem;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item {
    display: inline-flex;
    align-items: center;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-popular-links__list-item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #000;
    margin: 0 0.5rem;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a {
    text-decoration: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a:link,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-popular-links__list-item
    a:visited {
    color: #2e6d9d;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a:active,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a:hover {
    color: #004570;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-popular-links--closed
    .ue-c-popular-links__list {
    display: none;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-popular-links--closed
    .ue-c-popular-links__arrow {
    transform: rotate(0deg);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-section__bar {
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    justify-content: space-between;
    max-height: 44px;
    height: 44px;
    background: #91b3d1;
    border: 0;
    border-radius: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-section__bar-title {
    font-family: Arial;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-section__bar-title a,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-section__bar-title span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-section__bar-title {
      font-size: 0.875rem;
      line-height: 1.125rem;
      margin: 0;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-section__bar-title a {
    color: #000;
    text-decoration: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-section__bar-title:before {
    content: "";
    margin: 0 5px 0 0;
    position: relative;
    top: 0;
    width: 159px;
    height: 44px;
    background: #81a0bc;
    background-size: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ytplayer {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ytplayer__controls {
    display: flex;
    position: absolute;
    top: 0;
    gap: 10px;
    padding: 10px;
    z-index: 4;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ytplayer__controls-button {
    border: 0;
    background: none;
    width: 30px;
    height: 30px;
    padding: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ytplayer__controls-button--paused
    .pause,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ytplayer__controls-button--playing
    .play,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ytplayer__controls-button--unmuted
    .muted {
    display: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--label.ready {
    padding-top: 0.8rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--label.ready:before {
    content: " ";
    fill: #202020;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    display: block;
    height: 7px;
    line-height: 0.3rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA3IiB3aWR0aD0iNTdweCIgaGVpZ2h0PSI3cHgiPgogIDxwYXRoIGQ9Ik0uOTExIDQuMTI2djIuNjk4SDBWLjA5NmgyLjU3NGMuNzE5IDAgMS4yNzYuMTg2IDEuNjczLjU1NC4zOTcuMzcuNTk3Ljg1Ny41OTcgMS40NjEgMCAuNjEzLS4xOTkgMS4xMDMtLjU5NyAxLjQ2OS0uMzk2LjM2NC0uOTU1LjU0Ni0xLjY3My41NDZILjkxMXptMC0uNzE2aDEuNjYzYy40NTcgMCAuNzk2LS4xMjIgMS4wMjEtLjM2Ny4yMjUtLjI0Ni4zMzgtLjU1Mi4zMzgtLjkyNCAwLS4zNzMtLjExMy0uNjgzLS4zMzktLjkzMi0uMjI3LS4yNS0uNTY3LS4zNzQtMS4wMi0uMzc0SC45MTFWMy40MXpNMTEuMzk3LjA5NnY0LjU2YzAgLjczMy0uMjM5IDEuMjk1LS43MTQgMS42ODQtLjQ3Ni4zOS0xLjA5Ny41ODItMS44NjUuNTgyLS43MzkgMC0xLjMzOS0uMTkzLTEuOC0uNTg0LS40NjEtLjM5LS42OTEtLjk1LS42OTEtMS42OFYuMDk2aC45MTF2NC41NThjMCAuNTA4LjE0Ni44OTQuNDM1IDEuMTU3LjI4OS4yNjMuNjcyLjM5NCAxLjE0Ni4zOTQuNSAwIC45MDItLjEzMSAxLjIwOC0uMzk0LjMwNy0uMjY0LjQ2LS42NDkuNDYtMS4xNTdWLjA5NmguOTF6TTEzLjMwMiA2LjgyNlYuMDk2aDIuMTk0Yy43MDMgMCAxLjI1Mi4xNTIgMS42NS40NTUuMzk4LjMwNS41OTYuNzU5LjU5NiAxLjM2NyAwIC4yOTktLjA5Ni41NjUtLjI4Ni44MDItLjE5MS4yMzYtLjQ0MS40MS0uNzUzLjUyNS40MDcuMDg1LjcyNi4yODUuOTU5LjU5Ni4yMzIuMzExLjM0OS42NzMuMzQ5IDEuMDg2IDAgLjYxNi0uMiAxLjA4Ny0uNTk4IDEuNDExLS40LjMyNi0uOTQxLjQ4OC0xLjYyNS40ODhoLTIuNDg2em0uOTEtMy44NjhoMS40NzRjLjMzOSAwIC42MTQtLjA5Mi44MjgtLjI4LjIxMi0uMTg3LjMxOC0uNDQ2LjMxOC0uNzc4IDAtLjM2NC0uMTE1LS42MzYtLjM0NC0uODE1LS4yMy0uMTgxLS41NjEtLjI3MS0uOTkyLS4yNzFoLTEuMjg1djIuMTQ0em0wIC43MTZWNi4xMWgxLjU3NmMuNDEzIDAgLjczNS0uMTAxLjk2Ni0uMzA2LjIzMS0uMjA0LjM0Ny0uNDk0LjM0Ny0uODY4IDAtLjM5NC0uMDk3LS43MDEtLjI4OC0uOTI1LS4xOTMtLjIyNC0uNDg5LS4zMzctLjg4OS0uMzM3aC0xLjcxMnpNMjAuNjc5IDYuMTA5aDMuMTg1di43MTdoLTQuMDk1Vi4wOTZoLjkxMXY2LjAxM3pNMjYuMjU3IDYuODI2aC0uOTE1Vi4wOTZoLjkxNXY2Ljczek0zMy4xNDUgNC42NjhsLjAxLjAyOGMuMDEzLjYzMS0uMjA5IDEuMTYtLjY2NiAxLjU4Ni0uNDU3LjQyNy0xLjA1OS42NC0xLjgwNy42NC0uNzYyIDAtMS4zODEtLjI2OS0xLjg2LS44MDgtLjQ4LS41NC0uNzItMS4yMjMtLjcyLTIuMDUyVjIuODY2YzAtLjgyOS4yNC0xLjUxNC43Mi0yLjA1Ni40NzctLjU0IDEuMDk4LS44MSAxLjg2LS44MS43NjEgMCAxLjM2Ni4yMDMgMS44MTUuNjA3LjQ1MS40MDcuNjcuOTQzLjY1NyAxLjYxMmwtLjAxLjAyN2gtLjg3NGMwLS40NzEtLjE0LS44NDQtLjQxNi0xLjExOC0uMjc4LS4yNzMtLjY3MS0uNDEyLTEuMTc0LS40MTItLjUwOSAwLS45MTQuMjA2LTEuMjE1LjYxNS0uMzAzLjQwOS0uNDU0LjkxOC0uNDU0IDEuNTIzVjQuMDZjMCAuNjEyLjE1MSAxLjEyMi40NTQgMS41MzIuMzAxLjQxMS43MDYuNjE0IDEuMjE1LjYxNC41MDMgMCAuODk2LS4xMzYgMS4xNzQtLjQwOC4yNzYtLjI3My40MTYtLjY0OS40MTYtMS4xMzFoLjg3NXpNMzUuNzYgNi44MjZoLS45MTVWLjA5NmguOTE1djYuNzN6TTM3Ljg5MSA2LjgyNlYuMDk2aDIuMDY2Yy44ODEgMCAxLjU4OC4yNzEgMi4xMi44MTEuNTM0LjU0MS44MDEgMS4yNC44MDEgMi4wOTd2LjkyYzAgLjg1OC0uMjY3IDEuNTU5LS44MDEgMi4wOTYtLjUzMi41MzctMS4yMzkuODA3LTIuMTIuODA3aC0yLjA2NnptLjkxMi02LjAxM3Y1LjI5NmgxLjE1NWMuNjIyIDAgMS4xMTItLjIwNSAxLjQ3Mi0uNjEzLjM1OS0uNDEuNTQtLjkzNC41NC0xLjU3NXYtLjkyOGMwLS42MzUtLjE4MS0xLjE1Ni0uNTQtMS41NjUtLjM1OS0uNDA5LS44NS0uNjE0LTEuNDcyLS42MTRoLTEuMTU1ek00OC4wOTEgNS4wOTNoLTIuODE4bC0uNjM5IDEuNzMzaC0uOTI4TDQ2LjMwOS4wOTdoLjc4bDIuNTYxIDYuNzI5aC0uOTI4bC0uNjMxLTEuNzMzem0tMi41MzYtLjc2M2gyLjI2NEw0Ni43MSAxLjI2NWgtLjAyNkw0NS41NTUgNC4zM3pNNTAuOTg5IDYuODI2Vi4wOTZoMi4wNjZjLjg4MiAwIDEuNTg4LjI3MSAyLjEyMS44MTEuNTMzLjU0MS44IDEuMjQuOCAyLjA5N3YuOTJjMCAuODU4LS4yNjcgMS41NTktLjggMi4wOTZzLTEuMjM5LjgwNy0yLjEyMS44MDdoLTIuMDY2em0uOTEyLTYuMDEzdjUuMjk2aDEuMTU1Yy42MjMgMCAxLjExMi0uMjA1IDEuNDczLS42MTMuMzU4LS40MS41MzctLjkzNC41MzctMS41NzV2LS45MjhjMC0uNjM1LS4xNzktMS4xNTYtLjUzNy0xLjU2NS0uMzYtLjQwOS0uODUtLjYxNC0xLjQ3My0uNjE0aC0xLjE1NXoiLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-size: 56px 7px;
    background-position: 50%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--label-hidden.ready {
    padding-top: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--label-hidden.ready:before {
    content: none;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad__inner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--fixed-bottom {
    position: fixed !important;
    display: none;
    z-index: 15;
    bottom: 0;
    left: 0;
    right: -2px;
    height: 0;
    width: 100%;
    margin: 0 auto !important;
    padding-top: 20px !important;
    background: #fff !important;
    border-top: 1px solid #7d7d7d !important;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ad--fixed-bottom.ue-c-ad--label:before {
    top: 7px !important;
    left: 28px !important;
    background-position: 0 0 !important;
    background-size: initial !important;
    margin: 0 !important;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ad--fixed-bottom-expandable.ue-c-ad--expanded {
    max-height: 498px;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ad--fixed-bottom-expandable.ue-c-ad--expanded
    .ue-c-ad__button-expand {
    animation-name: slideInDown;
    transform: translateX(-50%) rotate(180deg);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ad--fixed-bottom-expandable
    .ue-c-ad__button-expand {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
    border: 0;
    background: transparent;
    width: 100%;
    padding: 0;
    outline: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ad--fixed-bottom-expandable
    .ue-c-ad__button-expand
    svg {
    width: 24px;
    height: 8px;
    transition: all 0.3s ease-in-out;
    fill: #454545;
    animation-name: slideInDown;
    animation-duration: 1.25s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ad--fixed-bottom-expandable
    iframe {
    display: block !important;
    margin: 0 auto !important;
    height: 0 !important;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--fixed-bottom.ready {
    height: auto;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--fixed-bottom .close-button {
    position: absolute;
    top: -21px;
    right: 0;
    display: block;
    padding: 0 2px;
    background-color: #fff;
    border: 1px solid #7d7d7d;
    border-bottom: 2px solid #fff;
    border-radius: 4px 0 0 0;
    height: 22px;
  }

  .nc-active-content .ue-c-ad--fixed-bottom.ready {
    display: flex !important;
  }

  @keyframes slideInUp {
    0% {
      transform: translate3d(0, -3px, 0);
    }

    to {
      transform: translate3d(0, 3px, 0);
    }
  }

  @keyframes slideInDown {
    0% {
      transform: translate3d(0, 3px, 0);
    }

    to {
      transform: translate3d(0, -3px, 0);
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--sponsor.ready {
    width: auto;
    margin-bottom: 10px;
    padding: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--sponsor.ready:before {
    content: none;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ad--sponsor.ready
    .ue-c-ad__inner {
    justify-content: space-between;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-ad--sponsor.ready
    .ue-c-ad__inner:before {
    content: "Ofrecido por";
    width: auto;
    margin: 0 0.5rem 0 0;
    font-family: Roboto;
    font-size: 10px;
    text-transform: uppercase;
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--sponsor {
      float: right;
      margin-bottom: 0;
      width: auto;
    }

    .ue-l-article--basic.elmundo-theme-v9 .ue-c-ad--sponsor.ready {
      margin-bottom: 0;
    }
  }

  @media (min-width: 20em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__mega {
      margin-bottom: 1rem;
    }
  }

  @media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__mega {
      margin-top: 0;
      margin-bottom: 2rem;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    font-variant-ligatures: common-ligatures;
    gap: var(--cover-content-x-gap);
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content ::-moz-selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content ::selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content
    *
    strong::-moz-selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content
    *
    strong::selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content
    *
    a::-moz-selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content * a::selection {
    background: #ff0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__body {
    display: flex;
    gap: var(--cover-content-y-gap);
    flex-direction: column;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    width: calc(
      (
          (
              100% -
                (
                  var(--cover-content-y-gap) *
                    (var(--cover-content-column-count) - 1)
                )
            ) / var(--cover-content-column-count) *
            var(--cover-content-cols-width)
        ) + var(--cover-content-y-gap) * (var(--cover-content-cols-width) - 1)
    );
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media:last-child {
    width: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media > iframe {
    position: relative;
    z-index: 4;
    display: block;
  }

  .has-media-player
    .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__media {
    z-index: 2;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media-icon {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0.5rem;
    right: unset;
    top: auto;
    bottom: 0.5rem;
    transform: none;
    z-index: 3;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media-icon svg {
    width: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media-link {
    display: block;
    position: relative;
    z-index: 4;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__main {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__main
    > :not(:last-child) {
    margin-bottom: 0.25rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__figure {
    margin: 0;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__figure > video {
    width: 100%;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__img-container {
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__image {
    width: 100%;
    display: block;
    height: auto;
    font-size: 10px;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__caption {
    width: 100%;
    box-sizing: border-box;
    color: #797676;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-size: 0.5625rem;
    line-height: 0.5625rem;
    letter-spacing: 0.0375rem;
    text-align: right;
    padding-top: 0.25rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media-source {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #797676;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__kicker {
    word-break: break-word;
    color: #2e6d9d;
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
    position: relative;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__aboveheadline {
    display: inline;
    text-transform: none;
    color: #ec130e;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__headline {
    display: inline;
    font-size: 1em;
    font-weight: 600;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__headline-group {
    display: block;
    flex-direction: row;
    word-break: break-word;
    margin-top: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 600;
    z-index: 3;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__list-inline {
    display: inline;
    font-size: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__list-inline
    > :not(:last-child) {
    margin-right: 0.25rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link {
    text-decoration: none;
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: background 0.2s ease-in;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 0;
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-item {
    display: inline;
    font-size: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 500;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__byline-item:not(:last-child),
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__byline-item
    > :not(:last-child) {
    margin-right: 0.25rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-item a {
    position: relative;
    z-index: 4;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__byline-item
    > :not(:last-child) {
    margin-right: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__byline-item
    > :not(:first-child):before {
    content: ",\A0";
    display: inline-block;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-location,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-name,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-role {
    font-size: 0.625rem;
    line-height: 0.875rem;
    letter-spacing: 0.0375rem;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-name {
    text-transform: uppercase;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-location,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__byline-role {
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__published-date {
    display: inline;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.875rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__bt-link {
    z-index: 3;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__footer {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: var(--cover-content-x-gap);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__link-whole-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__icon-premium {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    fill: #a88938;
    width: 0.75rem;
    height: 0.75rem;
    top: 0.125rem;
    margin-right: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content__icon-premium--signwall
    > path:first-child {
    fill: #738082;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--s-from-mobile
    .ue-c-cover-content__headline-group {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    letter-spacing: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content--is-branded {
    background: #f6f6f6;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--is-branded
    .ue-c-cover-content__link {
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--is-branded
    .ue-c-cover-content__link:hover {
    color: #666;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--is-branded
    .ue-c-cover-content__kicker {
    color: #2e6d9d;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--is-branded
    .ue-c-cover-content__aboveheadline,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--is-branded
    .ue-c-cover-content__byline-item,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--is-branded
    .ue-c-cover-content__byline-location,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--is-branded
    .ue-c-cover-content__standfirst {
    color: #000;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--main-boxed-from-mobile {
    height: var(--cover-content-boxed-height);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--main-boxed-from-mobile
    .ue-c-cover-content__body {
    --cover-content-x-gap: 0px;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--main-boxed-from-mobile
    .ue-c-cover-content__footer,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--main-boxed-from-mobile
    .ue-c-cover-content__main {
    padding: var(--cover-content-boxed-space);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--main-boxed-from-mobile
    .ue-c-cover-content__caption {
    padding-left: var(--cover-content-boxed-space);
    padding-right: var(--cover-content-boxed-space);
  }

  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--main-boxed-from-mobile
    .ue-c-cover-content__footer {
    padding-top: 0;
  }

  .ue-l-article--basic.elmundo-theme-v9 .tbl-feed-header {
    padding-top: 1rem !important;
    border-top: 1px solid #cecece;
  }

  .ue-l-article--basic.elmundo-theme-v9 .alternating-thumbnails-mb {
    border: 0 !important;
    padding: 0 !important;
  }

  .ue-l-article--basic.elmundo-theme-v9
    .alternating-thumbnails-mb
    .trc_rbox_header {
    margin-top: 16px !important;
  }

  .ue-l-article--basic.elmundo-theme-v9 .trc_rbox_container {
    border-top: 1px solid #cecece;
  }

  @media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .ue-l-article--basic.elmundo-theme-v9 .trc_related_container {
      height: auto !important;
    }
  }

  @media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    .ue-l-article--basic.elmundo-theme-v9 .trc_related_container {
      height: auto !important;
    }
  }

  .ue-l-article--basic.elmundo-theme-v9 .ue-c-newsletter-elmundo {
    --ue-c-form-widget-padding: 0.5rem 0;
    --ue-c-form-widget-margin-top: 0;
    --ue-c-form-widget-margin-bottom: 0;
    --ue-c-form-widget-primary-color: #216087;
    --ue-c-form-widget-icon-fill: #000;
    --ue-c-form-widget-success-color: #000;
    --ue-c-form-widget-success-fill: #0b7542;
    --ue-c-form-widget-status-forwarding-color: #666;
    --ue-icon-premium-fill: #a88938;
    --ue-icon-info-fill: #1374aa;
    --ue-icon-info: #fff;
    --ue-c-form-widget-background-color: #fff;
    --ue-c-form-widget-border-color: #cecece;
    --ue-c-form-widget-title-color: #000;
    --ue-c-form-widget-title-font-family: Mundo, Times New Roman, Times, serif;
    --ue-c-form-widget-title-font-weight: 800;
    --ue-c-form-widget-title-font-style: normal;
    --ue-c-form-widget-title-font-size: 1.125rem;
    --ue-c-form-widget-title-line-height: 1;
    --ue-c-form-widget-title-margin: 0 0 0.5rem 0;
    --ue-c-form-widget-title-align-items: center;
    --ue-c-form-widget-description-color: #000;
    --ue-c-form-widget-description-font-family: Roboto, Arial, Helvetica,
      sans-serif;
    --ue-c-form-widget-description-font-weight: normal;
    --ue-c-form-widget-description-font-style: normal;
    --ue-c-form-widget-description-font-size: 1rem;
    --ue-c-form-widget-description-line-height: 1.25rem;
    --ue-c-form-widget-footer-background-color: #cecece;
    --ue-c-form-widget-footer-link-color: #2e6d9d;
    --ue-c-form-widget-footer-hover-color: #2a6087;
    --ue-c-form-widget-footer-text-color: #000;
    --ue-c-form-widget-footer-text-background-color: #202020;
    --ue-c-form-widget-footer-font-family: Roboto, Arial, Helvetica, sans-serif;
    --ue-c-form-widget-footer-font-style: normal;
    --ue-c-form-widget-footer-font-weight: normal;
    --ue-c-form-widget-footer-font-size: 0.875rem;
    --ue-c-form-widget-footer-line-height: 1.25rem;
    --ue-c-form-widget-footer-margin-top: 0.5rem;
    --ue-c-form-widget-footer-separator-width: 100%;
    --ue-c-form-widget-footer-btn-space: 0;
    --ue-c-form-widget-footer-text-before-display: none;
    --ue-c-form-widget-footer-before-margin-top: 0.5rem;
    --ue-c-form-widget-form-header-space-top: 0.5rem;
    --ue-c-form-widget-conditions-space: 0.5rem;
    --ue-c-form-widget-icon-email-height: 1.125rem;
    --ue-c-form-widget-icon-email-space: 0.5rem;
    --ue-c-form-widget-email-logged-button-space: 0.5rem;
    --ue-c-form-widget-message-space: 0.5rem 0;
    --ue-c-form-widget-body-margin-bottom: 0;
    --ue-c-form-button-width: 100%;
    --ue-c-form-button-height: 40px;
    --ue-c-form-button-color: #fff;
    --ue-c-form-button-background-color: #000;
    --ue-c-form-button-hover-background-color: #1c1b1b;
    --ue-c-form-button-font-size: 1rem;
    --ue-c-form-button-line-height: 1;
    --ue-c-form-button-font-family: Roboto, Arial, Helvetica, sans-serif;
    --ue-c-form-button-font-style: normal;
    --ue-c-form-button-font-weight: bold;
    --ue-c-form-button-text-transform: normal;
    --ue-c-form-button-margin-top: 0rem;
    --ue-c-form-button-outlined-color: #216087;
    --ue-c-form-button-outlined-border-color: #216087;
    --ue-icon-next-stroke: #000;
    --ue-c-form-button-text-color: #216087;
    --ue-c-form-button-text-font-family: Roboto_condensed, Tahoma, Geneva,
      sans-serif;
    --ue-c-form-button-text-font-weight: normal;
    --ue-c-form-button-text-font-style: normal;
    --ue-c-form-button-border-radius: 50px;
    --ue-c-form-button-raised-shadow: none;
    --ue-c-form-input-background-color: transparent;
    --ue-c-form-input-width: 100%;
    --ue-c-form-input-font-family: Roboto, Arial, Helvetica, sans-serif;
    --ue-c-form-input-font-style: normal;
    --ue-c-form-input-font-weight: normal;
    --ue-c-form-input-font-size: 0.875rem;
    --ue-c-form-input-line-height: 1;
    --ue-c-form-input-onsurface-rgb: hsla(0, 0%, 71%, 0.6);
    --ue-c-form-input-onsurface-text-rgb: rgba(0, 0, 0, 0.623);
    --ue-c-form-input-error-color: #c62514;
    --ue-c-form-input-error-border-color: #c62514;
    --ue-c-form-input-primary-border-color: #cecece;
    --ue-c-form-input-primary-border-top-color: #cecece;
    --ue-c-form-input-onfocus-border-color: #216087;
    --ue-c-form-input-onfocus-color: #216087;
    --ue-c-form-input-show-background-color: #ededed;
    --ue-c-form-input-show-color: #666;
    --ue-c-form-input-placeholder-font-size: 0.875rem;
    --ue-c-form-input-outlined-border-radius: 0.25rem;
    --ue-c-form-checkbox-input-color: #202020;
    --ue-c-form-checkbox-input-font-family: Roboto, Arial, Helvetica, sans-serif;
    --ue-c-form-checkbox-input-font-style: normal;
    --ue-c-form-checkbox-input-background-color: #202020;
    --ue-c-form-checkbox-input-border-color: #202020;
    --ue-c-form-checkbox-input-mark-border-color: #fff;
    --ue-c-form-checkbox-label-font-size: 1rem;
    --ue-c-form-checkbox-label-line-height: 1.125rem;
    --ue-c-form-checkbox-label-error-color: #c62514;
    --ue-c-form-checkbox-input-space: 0;
    --ue-c-icon-spinner-gradient-primary: #216087;
    --ue-c-icon-spinner-gradient-secondary: #fff;
    --ue-c-icon-loader-width: 100px;
    --ue-c-icon-loader-height: 100px;
    --ue-c-form-dialog-title-font-family: Roboto, Arial, Helvetica, sans-serif;
    --ue-c-form-dialog-title-line-height: 1.25rem;
    --ue-c-form-dialog-text-font-family: Roboto, Arial, Helvetica, sans-serif;
    --ue-c-form-dialog-text-font-size: 0.875rem;
    --ue-c-form-dialog-text-line-height: 1.1875rem;
    --ue-c-form-dialog-text-color: #333;
    --ue-c-form-dialog-link-color: #2e6d9d;
    --ue-c-form-dialog-link-hover-color: #2a6087;
    --ue-c-form-dialog-surface-outline-color: #000;
    --ue-c-form-policy-terms-background-color: #f3f3f3;
    --ue-c-form-policy-terms-color: #333;
    --ue-c-form-policy-terms-font-family: Roboto, Arial, Helvetica, sans-serif;
    --ue-c-form-policy-terms-font-style: normal;
    --ue-c-form-policy-terms-font-weight: normal;
    --ue-c-form-policy-terms-font-size: 0.9375rem;
    --ue-c-form-policy-terms-line-height: 1;
    --ue-c-form-widget-terms-space: 0.5rem;
    --ue-c-form-widget-terms-inner-space: 1rem;
    --ue-c-form-widget-conditions-terms-button: 1rem;
    --ue-c-form-policy-terms-link-color: #2e6d9d;
    --ue-c-form-view-mail-icon-user-background-fill: transparent;
    --ue-c-form-view-mail-icon-user-circle-stroke: #000;
    --ue-c-form-view-mail-icon-user-stroke: #000;
    --ue-c-form-view-mail-button-border-color: #f3f3f3;
    --ue-c-form-view-mail-button-background-color: transparent;
    --ue-c-form-view-mail-button-border-radius: 3.125rem;
    --ue-c-form-view-mail-account-font-size: 0.875rem;
    --ue-c-form-view-mail-account-line-height: 1rem;
    --ue-c-form-view-mail-account-letter-spacing: 0;
    --ue-c-form-view-mail-account-color: #000;
    --ue-c-form-view-mail-change-color: #2e6d9d;
    --ue-c-form-view-mail-change-font-size: 0.875rem;
    --ue-c-form-view-mail-change-line-height: 1rem;
    --ue-c-form-view-mail-change-letter-spacing: 0;
    --ue-c-form-view-mail-button-height: 2.5rem;
    --ue-c-form-view-mail-icon-user-min-width: 1.5rem;
    --ue-c-form-view-mail-icon-user-height: 1.5rem;
    --ue-c-form-view-mail-icon-user-border: 1px solid #000;
    --ue-c-form-view-mail-icon-user-border-radius: 50%;
  }

  @supports (--custom: property) {
    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-article__media-infograph-responsive {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: calc(100% / (var(--aspect-ratio)));
    }

    .ue-l-article--basic.elmundo-theme-v9
      .ue-c-article__media-infograph-responsive
      iframe {
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      top: 0;
      left: 0;
    }
  }

  .ue-c-smartbanner {
    background: #f2f2f2;
    padding: 0.625rem 0;
    box-sizing: border-box;
    min-height: 84px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 18000;
  }

  .ue-c-smartbanner__close {
    margin: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 0 0.625rem;
    cursor: pointer;
  }

  .ue-c-smartbanner__close svg {
    width: 10px;
    height: 10px;
  }

  .ue-c-smartbanner__logo {
    width: 62px;
    height: 62px;
    margin-right: 0.625rem;
  }

  .ue-c-smartbanner__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 0.625rem;
  }

  .ue-c-smartbanner__info a {
    font-family: Roboto;
    font-size: 14px;
    color: #545454;
    text-decoration: none;
    margin: 0 0 0.1875rem;
  }

  .ue-c-smartbanner__info span {
    font-family: Roboto;
    font-size: 12px;
    color: #545454;
  }

  .ue-c-smartbanner__info span b {
    font-weight: 700;
  }

  .ue-c-smartbanner__info span b:after {
    content: "-";
    font-weight: 400;
    margin-left: 0.125rem;
  }

  .ue-c-smartbanner__edition {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    color: #101010;
    margin: 0 0 0.125rem;
  }

  .ue-c-smartbanner__link {
    padding: 0.125rem 1.0625rem;
    box-sizing: border-box;
    border: 1px solid #009388;
    border-radius: 2px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    color: #009388;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 1.875rem;
  }

  .ue-c-smartbanner__link:hover {
    color: #fff;
    background: #009388;
  }

  .ue-l-main-header__row {
    justify-content: space-between;
  }
.ue-c-main-header__button.is-secondary .ue-c-main-header__button-menu-icon {
  display: grid;
  place-items: center;
  width: 1.375rem;
  height: 100%;
  position: relative;
}
}
@media screen and (min-width: 768px) {
  .ue-c-main-header__button-menu-icon {
    display: none;
  }
}
