/**
 * Video iFrame embed tracking message
 */
 .video-blocked-msg,
 iframe:not([src]) {
   display: none;
 }
 iframe:not([src]) + .video-blocked-msg {
   border: 2px solid currentColor;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-transform: uppercase;
   font-family: 'DinCond';
   align-items: center;
   font-size: 1.5rem;
   line-height: 1.25;
   padding: 2em;
   height: 100%;
   width: 100%;
   position: absolute;
   text-align: center;
 }
 .video-blocked-msg button,
 .video-blocked-msg .button {
   display: inline-block;
   border: 1px solid currentColor;
   padding: 0.25em 1.5em;
   cursor: pointer;
   font-size: inherit !important;
 }

 [data-featherlight] + .upu_featherlight_wrap {
   display: none;
 }
 .upu_featherlight_wrap {
   position: relative;
   margin: 0 auto;
   width: 60rem;
   max-width: 90%;
 }
 .upu_featherlight_wrap::after {
   content: '';
   display: block;
   padding-bottom: 56.25%;
 }
 .upu_featherlight_wrap iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   margin: 0;
 }
 .featherlight .featherlight-content:has(.upu_featherlight_wrap) {
  padding: 0;
  background: transparent;
  color: #ffffff;
 }