.primary-button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:28px;font-size:14px;font-weight:600;line-height:1.1;text-align:center;cursor:pointer;user-select:none;text-decoration:none;transition:all ease-in .3s}.primary-button[data-size=small]{font-size:10px;padding:5px 33px}.primary-button[data-weight=light]{font-weight:400;letter-spacing:.03em}.primary-button[data-size=medium]{padding:12px 33px}.primary-button[data-size=large]{padding:16px 33px}.primary-button[data-color=dark]{background-color:#33394f;color:#fff}.primary-button[data-color=darkBorder]{background-color:#33394f;color:#fff;border:3px solid #fff}.primary-button[data-color=darkBorder]:hover{background-color:#fff;color:#33394f}.primary-button[data-color=blue]{background-color:#0bbbef;color:#000}.primary-button[data-color=blue]:hover{background-color:#33394f !important;color:#fff !important}.primary-button[data-color=white]{box-sizing:border-box;background-color:#fff;color:#33394f;border:3px solid #33394f}.primary-button[data-color=white]:hover{background-color:#33394f;color:#fff}.primary-button[data-color=tabs]{box-sizing:border-box;border-radius:0;color:#33394f;background-color:#fff;border:none;margin:0}.primary-button>svg{margin-right:15px}.primary-button:hover{background-color:#0bbbef;color:#000}.primary-button:hover>svg path{fill:#000}.checkbox.checkbox-radio{color:#33394f}.checkbox.disabled{color:#77889d;pointer-events:none}.checkbox{display:inline-flex;align-items:center;position:relative}.checkbox.committees:hover{color:#33394f}.checkbox .caption{font-size:14px}.checkbox input{appearance:none;border:none;margin:0;padding:0}.checkbox input.disabled{pointer-events:none}.checkbox input.committees{width:9px;height:9px;position:relative;border:1px solid #33394f;margin-right:8px;cursor:pointer}.checkbox input.committees:checked{border:none}.checkbox input.committees:checked:after{content:"";width:3px;height:6px;border:solid #33394f;border-width:2px 0 0 2px;position:absolute;transform:rotate(225deg);top:-1px;left:1px}.checkbox input.committees.disabled:after{border:solid #77889d;border-width:2px 0 0 2px}.checkbox input.committees::before{content:"";position:absolute;left:0;width:200px;height:13px;top:-2px;z-index:2}.checkbox input.checkbox-small{width:13px;height:13px;position:relative;border:1px solid #33394f;margin-right:16px;border-radius:1px;cursor:pointer}.checkbox input.checkbox-small:checked:after{content:"";width:7px;height:7px;background:#33394f;position:absolute;top:2px;left:2px}.checkbox input.checkbox-small.disabled{border:1px solid #77889d}.checkbox input.checkbox-small.disabled:after{background:#77889d}.checkbox input.checkbox-small::before{content:"";position:absolute;left:0;width:200px;height:13px;top:-2px;z-index:2}.checkbox input.checkbox-big{width:24px;height:24px;min-width:24px;position:relative;border:1px solid #b7bcd6;border-radius:4px;margin-right:16px;cursor:pointer}.checkbox input.checkbox-big:checked{border:none;background:#33394f}.checkbox input.checkbox-big:checked:after{content:"";width:6px;height:12px;border:solid #fff;border-width:2px 0 0 2px;position:absolute;transform:rotate(225deg);top:3px;left:8px}.checkbox input.checkbox-big.disabled{background:#77889d}.checkbox input.checkbox-big::before{content:"";position:absolute;left:0;width:200px;height:13px;top:-2px;z-index:2}.checkbox input.checkbox-radio{width:20px;height:20px;position:relative;background:#eee;border-radius:20px;margin-right:8px;cursor:pointer}.checkbox input.checkbox-radio:hover{border:1px solid #b4bfca}.checkbox input.checkbox-radio:checked{border:none;background:#33394f}.checkbox input.checkbox-radio:checked:after{content:"";width:4px;height:9px;border:solid #fff;border-width:2px 0 0 2px;position:absolute;transform:rotate(225deg);top:3px;left:7px}.checkbox input.checkbox-radio.disabled{background:#77889d}.checkbox input.checkbox-radio::before{content:"";position:absolute;left:0;width:200px;height:13px;top:-2px;z-index:2}.popup-login-instructions{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;display:none;justify-content:center;align-items:center;color:#000}.popup-login-instructions.show-popup{display:flex}.popup-login-instructions .popup-window{width:100%;max-width:650px;max-height:90vh;background:#fff;border-radius:6px;box-sizing:border-box;position:relative;display:flex;flex-direction:column;overflow:hidden}.popup-login-instructions .popup-header{flex-shrink:0;position:relative;padding:24px 32px;border-bottom:1px solid rgba(0,0,0,.1)}.popup-login-instructions .popup-title{margin:0;font-size:20px;font-weight:600;line-height:1.3}.popup-login-instructions .popup-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:rgba(0,0,0,0);border:none;outline:none}.popup-login-instructions .popup-close svg{width:50%;height:50%;fill:currentColor}.popup-login-instructions .popup-body{flex:1;min-height:0;overflow-y:scroll;padding:24px 32px 0 32px;position:relative;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b4bfca #f9f9f9}.popup-login-instructions .popup-body::after{content:"";position:sticky;display:block;bottom:0;left:0;right:0;height:80px;margin-top:-80px;background:linear-gradient(to bottom, transparent, white);background-attachment:scroll;pointer-events:none;animation:popup-gradient-fade linear both;animation-timeline:scroll(nearest block);animation-range:0% 100%}.popup-login-instructions .popup-body.login-instructions-content{font-weight:normal;font-size:14px;line-height:22px}.popup-login-instructions .popup-body::-webkit-scrollbar{width:8px}.popup-login-instructions .popup-body::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}.popup-login-instructions .popup-body::-webkit-scrollbar-thumb{background:#b4bfca;border-radius:4px}.popup-login-instructions .popup-body::-webkit-scrollbar-thumb:hover{background:#77889d}.popup-login-instructions .login-instructions-content p{margin-bottom:16px}.popup-login-instructions .login-instructions-content ul,.popup-login-instructions .login-instructions-content ol{margin-left:24px;margin-bottom:16px}.popup-login-instructions .login-instructions-content a{color:#0bbbef;text-decoration:underline}.popup-login-instructions .popup-footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-top:1px solid rgba(0,0,0,.1)}@media(max-width: 768px){.popup-login-instructions .popup-window{margin:0 20px}.popup-login-instructions .popup-header{padding:16px 48px 16px 32px}.popup-login-instructions .popup-body{padding:16px 24px 0 24px}.popup-login-instructions .popup-footer{flex-direction:column;align-items:center;padding:16px 32px;gap:16px}.popup-login-instructions .popup-close{top:16px;right:16px;width:32px;height:32px}}@keyframes popup-gradient-fade{0%,85%{opacity:1}100%{opacity:0}}@supports not (animation-timeline: scroll()){.popup-login-instructions .popup-body::after{animation:none}}#tc-consent-modal .popup-footer .primary-button[data-color=white]{color:#1c4098;border-color:#1c4098}#tc-consent-modal .popup-footer .primary-button[data-color=white]:hover{background-color:#0bbbef;border-color:#0bbbef;color:#fff}#tc-consent-modal .popup-footer .primary-button[data-color=dark]{background-color:#1c4098;color:#fff;border-color:#1c4098}#tc-consent-modal .popup-footer .primary-button[data-color=dark]:hover{background-color:#0bbbef;border-color:#0bbbef;color:#fff}/*# sourceMappingURL=login-instructions-popup.min.css.map */
header {
  /*position: absolute;*/
  height: 68px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #004E59;
}

.gallery .flex {
  display: flex;
  position: relative;
}

.gallery .swiper-nav {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 60px;
  bottom: 8%;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.gallery .swiper-nav .slider-button-prev, .gallery .swiper-nav .slider-button-next,
.gallery .swiper-nav .slider-button-prev-gallery, .gallery .swiper-nav .slider-button-next-gallery {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  color: #122A64;
  cursor: pointer;
  pointer-events: all;
}

.gallery .swiper-nav .slider-button-prev svg, .gallery .swiper-nav .slider-button-next svg,
.gallery .swiper-nav .slider-button-prev-gallery svg, .gallery .swiper-nav .slider-button-next-gallery svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: visible;
}

.gallery .swiper-nav .slider-button-prev.swiper-button-disabled, .gallery .swiper-nav .slider-button-next.swiper-button-disabled,
.gallery .swiper-nav .slider-button-prev-gallery.swiper-button-disabled, .gallery .swiper-nav .slider-button-next-gallery.swiper-button-disabled {
  opacity: 0.2;
}

.gallery .swiper-nav-mobile {
  display: none;
}

.gallery-text, .gallery .swiper, .gallery .thumbs {
  width: 100%;
  overflow: hidden;
}

.gallery-left {
  padding: 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.gallery-right {
  width: 40%;
  overflow: hidden;
}

.gallery-right .swiper {
  width: 100%;
  height: 100%;
}

.gallery-text {
  width: 100%;
}

.gallery-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
}

.gallery-text p:not(:last-child) {
  margin-bottom: 24px;
}

.gallery .thumbs {
  padding: 0 56px;
  position: relative;
  box-sizing: border-box;
  margin-top: auto;
}

.gallery .thumbs .swiper-mask {
  width: 100%;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.gallery .thumb-image {
  width: 100%;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery .thumb-image::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.gallery .thumb-container.swiper-slide-thumb-active .thumb-image {
  opacity: 1;
}

.gallery .thumb-container:hover:not(.swiper-slide-thumb-active) .thumb-image {
  opacity: 0.8;
}

.gallery .gallery-image {
  width: 100%;
  height: 100%;
}

.gallery .gallery-image img {
  height: 100%;
}

@media (max-width: 800px) {
  .gallery .flex {
    flex-direction: column;
    padding-bottom: 65px;
  }
  .gallery-left {
    position: static;
    width: 100%;
    padding: 20px;
  }
  .gallery-right {
    width: 100%;
    margin: 20px 0;
    position: relative;
    padding-bottom: 100px;
  }
  .gallery-text {
    margin-bottom: 0;
  }
  .gallery .thumbs {
    position: absolute;
    left: 20px;
    right: 20px;
    width: calc(100% - 20px * 2);
    bottom: 20px;
    padding: 0;
    overflow: hidden;
  }
  .gallery .swiper-nav {
    display: none;
  }
  .gallery .swiper-nav-mobile {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 50px));
    z-index: 2;
    left: 35px;
    right: 35px;
  }
  .gallery .swiper-nav-mobile .slider-button-prev-mobile,
  .gallery .swiper-nav-mobile .slider-button-next-mobile {
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
  }
  .gallery .swiper-nav-mobile .slider-button-prev-mobile path,
  .gallery .swiper-nav-mobile .slider-button-next-mobile path {
    display: none;
  }
  .gallery .swiper-nav-mobile .slider-button-prev-mobile path + path,
  .gallery .swiper-nav-mobile .slider-button-next-mobile path + path {
    display: inherit;
  }
  .gallery .gallery-image {
    width: calc(100% - 20px * 2);
    height: 100%;
    text-align: center;
    margin: 0 20px;
  }
  .gallery .gallery-image img {
    width: 100%;
  }
}

.testimonials-swiper {
  width: calc(100% - 40px);
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.testimonials-swiper:not(:first-child) {
  margin-top: 50px;
}

.testimonials-mask {
  width: 100%;
  overflow: hidden;
}

.testimonials .swiper-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

.testimonials .swiper-nav .slider-button-prev, .testimonials .swiper-nav .slider-button-next {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  color: #122A64;
  cursor: pointer;
  pointer-events: all;
}

.testimonials .swiper-nav .slider-button-prev svg, .testimonials .swiper-nav .slider-button-next svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: visible;
}

.testimonials .swiper-nav .slider-button-prev.swiper-button-disabled, .testimonials .swiper-nav .slider-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.testimonial {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.testimonial-circle {
  width: 240px;
  height: 240px;
  position: relative;
  margin-right: 50px;
}

.testimonial-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.testimonial-icon {
  width: 30%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.testimonial-content {
  width: calc(100% - 240px - 50px);
}

.testimonial-content blockquote {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}

.testimonial-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  margin-top: 11px;
  color: #0BBBEF;
}

.testimonial-subtitle {
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

@media (max-width: 800px) {
  .testimonials-swiper {
    width: 100%;
  }
  .testimonials-swiper:not(:first-child) {
    margin-top: 40px;
  }
  .testimonial {
    flex-direction: column;
  }
  .testimonial-circle {
    margin: 0;
  }
  .testimonial-content {
    width: 100%;
    margin-top: 40px;
  }
  .testimonials .swiper-nav {
    top: calc(240px / 2 - 40px / 2);
    transform: translateX(-50%);
    width: calc(100% + 20px);
  }
}

.videos-grid .grid-container {
  width: calc(100% + 20px * 2);
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.videos-grid .grid-container.upcoming-events {
  width: initial;
  display: flex;
  flex-wrap: wrap;
  margin: 72px 0 0 0;
}

.videos-grid .grid-container .video-preview {
  width: calc(100% / 3 - 20px * 2);
  margin: 20px;
}

@media (max-width: 800px) {
  .videos-grid .grid-container {
    margin-top: 20px;
    flex-direction: column;
  }
  .videos-grid .grid-container .video-preview {
    width: calc(100% - 20px * 2);
  }
}

.partners {
  display: flex;
  align-items: center;
}

.partners .partner {
  width: auto;
  height: 60px;
  display: inline-block;
}

.partners .partner:not(:last-child) {
  margin-right: 50px;
}

.partners img {
  width: auto;
  height: 100%;
}

#partners .container + .container {
  overflow: hidden;
}

.related-events-section .related-cards-container {
  display: flex;
  margin-top: 40px;
  flex-shrink: 0.9;
}

.related-events-section .related-cards-container .ebu_cards {
  width: calc(100% / 3 - 24px * 2 / 3);
}

.related-events-section .related-cards-container .ebu_cards:not(:last-child) {
  margin-right: 24px;
}

.related-events-section .swiper-pagination {
  bottom: 0;
}

.related-events-section .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #B4BFCA;
  opacity: 1;
}

.related-events-section .swiper-pagination .swiper-pagination-bullet-active {
  background: #33394F;
}

@media (max-width: 800px) {
  .related-events-section .related-cards-container {
    margin: 40px 0;
  }
  .related-events-section .container + .container {
    width: 100%;
    overflow: hidden;
  }
  .related-events-section .related-cards-container {
    padding: 0 15px;
  }
  .related-events-section .related-cards-container .ebu_cards:not(:last-child) {
    margin-right: 0;
  }
}

.banner-section {
  padding: 73px 0;
  position: relative;
}

.banner-section h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 48px;
  margin: 0;
  margin-bottom: 16px;
}

.banner-section .small-container {
  position: relative;
  z-index: 1;
}

.banner-section .ebu_button, .banner-section .newsletter {
  margin-top: 48px;
}

.banner-section .newsletter {
  width: 304px;
  margin-top: 24px;
  position: relative;
}

.banner-section .newsletter input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding-left: 18px;
  background: white;
  box-shadow: none;
}

.banner-section .newsletter button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 123px;
  right: 8px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #33394F;
  cursor: pointer;
  border-radius: 18px;
  color: white !important;
}

.banner-section.banner-section-light-blue {
  background: #0BBBEF;
  color: #122A64;
}

.banner-section.banner-section-dark-blue {
  background: #122A64;
  color: white;
}

.banner-section.banner-section-dark-blue::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

.banner-section.minheight {
  padding: 120px 0;
}

@media (max-width: 800px) {
  .banner-section .small-container {
    padding: 0 20px;
  }
  .banner-section h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
  }
  .banner-section .newsletter {
    width: 100%;
  }
}

.chat {
  width: 280px;
  background: #33394F;
  border-radius: 5px;
  color: #FFF;
  height: 503px;
  overflow: hidden;
  transition: all .4s ease;
}

.chat-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin: 25px;
  position: relative;
}

.chat-title-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.chat-title-icon svg {
  transition: all .4s ease;
}

.chat-wrapper {
  margin-top: 20px;
  overflow-y: scroll;
  height: calc(100% - 129px);
  scrollbar-width: thin;
  scrollbar-color: #FFF transparent;
  margin: 0 15px 0 25px;
}

.chat-wrapper::-webkit-scrollbar {
  width: 3px;
}

.chat-wrapper::-webkit-scrollbar-track {
  background: #3950a0;
}

.chat-wrapper::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 30px;
  border: none;
}

.chat-message {
  position: relative;
}

.chat-message + .chat-message {
  margin-top: 26px;
}

.chat-message-user {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0px;
  padding-right: 80px;
}

.chat-message-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  padding-right: 80px;
  margin-top: 5px;
}

.chat-input {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.chat-input input {
  color: #FFF;
  line-height: 40px;
  width: 100%;
  margin: 0 10px;
}

.chat-input input::placeholder {
  color: #FFF;
  opacity: 1;
}

.chat-input .emoticons {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.chat-input .send {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.chat .tag {
  top: 0;
  margin: 6px 0 0 0;
  padding: 0 10px 0 5px;
}

.chat .tag.moderator {
  color: #FFF;
}

.chat-time {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 12px;
  font-weight: 400;
  opacity: .5;
}

.chat.closed {
  height: 73px;
  transition: all .4s ease;
}

.chat.closed .chat-title-icon svg {
  transform: rotate(180deg);
  transition: all .4s ease;
}

@media (max-width: 800px) {
  .chat {
    width: 100%;
    margin-top: 15px;
  }
}

.tag {
  position: relative;
  top: -3px;
  display: inline-flex;
  align-items: center;
  border-radius: 28px;
  font-size: 12px;
  padding: 0 16px;
  height: 18px;
  font-weight: 400;
}

.tag.moderator {
  color: #000000;
  border: 0.4px solid #CCCCCC;
}

.tag.moderator::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  margin-right: 8px;
  border-radius: 100%;
  background-color: #0BBBEF;
}

.tag.chair {
  background-color: #33394F;
  color: white;
}

.tag.expert {
  border: 0.4px solid #33394F;
}

@media (max-width: 800px) {
  .tag {
    margin: 5px 0;
  }
}

.events_assamblies .ebu_secundary_nav--item::before {
  background: #DD0057;
}

.events_group-meeting .ebu_hero {
  position: relative;
}

.events_group-meeting .ebu_hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .7;
}

.events_group-meeting .ebu_hero .ebu_breadcrumb {
  color: #FFF;
}

.events_group-meeting .ebu_hero .ebu_breadcrumb a {
  color: #FFF;
}

.events_group-meeting .ebu_hero .ebu_breadcrumb a:visited {
  color: inherit;
}

.events_group-meeting .ebu_secundary_nav--item::before {
  background: #FFED00;
}

.events_group-meeting .ebu_breadcrumb {
  color: rgba(0, 0, 0, 0.5);
}

.events_group-meeting .ebu_breadcrumb a {
  color: #000000;
}

.events_community .ebu_hero {
  background-color: #873299;
  background-blend-mode: soft-light;
}

.events_community .ebu_secundary_nav--item::before {
  background: #873299;
}

.events_user-pay .ebu_hero {
  background-color: #00AD68;
  background-blend-mode: soft-light;
}

.events_user-pay .ebu_secundary_nav--item::before {
  background: #00AD68;
}

.events_other .ebu_hero {
  background-color: #004E59;
  background-blend-mode: soft-light;
}

.events_other .ebu_secundary_nav--item::before {
  background: #004E59;
}

.events_stream .ebu_hero {
  background-color: #00AD68;
  background-blend-mode: soft-light;
}

.events_stream .ebu_secundary_nav--item::before {
  background: #00AD68;
}

main {
  position: relative;
}

.event-sections {
  background-color: white;
  padding: 80px 0;
}

.event-sections h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  color: #33394F;
  margin-bottom: 26px;
}

.event-sections h3,
.event-sections h4 {
  font-weight: 600;
  color: #33394F;
}

.event-sections strong {
  font-weight: 600;
}

.event-sections .cards-community-events {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-bottom: 40px;
}

@media (max-width: 800px) {
  .event-sections {
    padding: 40px 0;
  }
  .event-sections .cards-community-events {
    overflow: hidden;
  }
}

.section-white {
  background-color: white;
}

.section-clear {
  background-color: #F8F9FA;
}

.section-dark {
  background-color: #D7DDE3;
}

.section-blue {
  background-color: #33394F;
}

.section-lightblue {
  background-color: #0BBBEF;
}

.content-event {
  max-width: 800px;
  width: calc(100% - 350px);
  position: relative;
  font-size: 18px;
}

.content-event > p {
  line-height: 1.45;
  margin-bottom: 30px;
}

.content-event > p:last-child {
  margin-bottom: 0;
}

.content-event > p i.fa {
  border: 1px solid #0BBBEF;
  color: #0BBBEF;
  font-size: 14px;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.content-event > p.with-icon {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

.content-event > p.with-icon + .with-icon {
  margin-bottom: 30px;
}

.content-event > p.with-icon i.fa {
  position: absolute;
  top: 1px;
  left: 0;
}

.content-event video {
  width: 100%;
  margin-top: 25px;
}

.content-event .subTitle {
  color: #33394F;
  font-size: 18px;
  margin: 34px 0 20px;
}

.content-event .subTitle h4 {
  font-weight: 700;
  display: inline;
}

@media (max-width: 800px) {
  .content-event {
    width: 100%;
  }
}

#intro {
  padding: 65px 0 80px;
}

@media (max-width: 800px) {
  #intro {
    padding: 40px 0;
  }
}

#location .content-event {
  display: flex;
  align-items: flex-start;
}

#location #location-left p strong {
  font-weight: bold;
}

@media (min-width: 801px) {
  #location #location-left {
    width: 40%;
  }
  #location #location-right {
    width: 60%;
  }
  #location img {
    width: 100%;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}

#location #location-right::before {
  content: '';
  display: block;
}

#location #location-right iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  #location .content-event {
    flex-direction: column;
  }
  #location #location-left {
    width: 100%;
  }
  #location #location-right {
    width: 100%;
  }
  #location img {
    width: 100%;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}

.events_stream .content-stream {
  max-width: 894px;
  width: calc(100% - 306px);
  position: relative;
}

.events_stream .content-stream video {
  width: 100%;
}

.events_stream #aside .content-aside {
  transform: translateY(80px);
}

.events_stream #aside aside {
  top: 60px;
}

@media (max-width: 800px) {
  .events_stream #aside .content-aside {
    transform: none;
  }
  .events_stream #aside aside {
    top: inherit;
  }
}

.events_stream .stream-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .events_stream .stream-wrapper {
    flex-direction: column;
  }
  .events_stream .content-stream {
    width: 100%;
  }
}

#related h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #33394F;
  margin-bottom: 26px;
}

.min-height-400px{
  min-height: 400px;
}

.venue-name {
  font-size: 1.25rem;
  font-weight: bold;
}

.filled-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 33px;
  height: 40px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  margin: 0;
  background: transparent;
  color: #000000;
  border-color: #B7BCD6;
  min-width: 300px;
}

.filled-button.with-icon {
  padding: 28px 19px;
}

.filled-button::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50px;
  box-sizing: border-box;
  background: #FFFFFF !important;
  transition: 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.filled-button span#edition {
  display: inline-block;
  position: relative;
  z-index: 1;
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1), opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
  padding-left: 11px;
  padding-right: 14px;
}

.filled-button-icon {
  width: auto;
  flex-shrink: 0;
  display: inline-flex;
  margin-left: 22px;
  position: relative;
  z-index: 1;
}

.filled-button span#edition {
  color: #33394F;
}

.filled-button.download .download-button-list{
  font-weight: normal;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  margin-top: 4px;
  padding: 4px;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #B4BFCA;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6px;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  list-style: none;
  width: 100%;
  li {
    padding: 0 15px;
    min-height: fit-content; /* Default to fit-content */
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: 100%;
    transition: ease-in-out 0.3s;
    
    /* Target li elements that don't have anchor tags */
    &:not(:has(a)) {
      min-height: 30px;
    }
    
    &:hover {
      color: white;
      background: #33394F;
      a {
        color: white;
      }
      a span {
        color: white;
      }
    }
  }
  a {
    min-height: 30px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-weight: 500;
    text-decoration: none;
    width: 100%
  }
  a span {
    color: rgba(0, 0, 0, 0.85);
  }
  li.selected a span {
    color: white;
  }
}

.previous-introduction-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 1023px) {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.filled-button.download::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20px;
}

.fa-chevron-down {
  font-size: 24px;
  height: 100%;
  fill: currentColor;
  color: #000000;
  z-index: 1;
  overflow: visible;
}

.filled-button.download:hover .download-button-list {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: initial;
  text-align: left;
}

.download-button-list li:hover,
.download-button-list li.selected {
  background-color: #33394F;
  color: #FFFFFF;
  a span {
    color: #ffffff;
  }
}

.download-button-list li {
  padding: 8px 22px;
  width: 100%;
}

@media (max-width: 800px) {

  .download-button-list {
    width: 100%;
  }
}

.nowrap {
    white-space: nowrap;
}
@charset "UTF-8";
/**
 * Swiper 6.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 20, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-Thin.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-Thin.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-ThinItalic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-ThinItalic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-ExtraLight.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-ExtraLight.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-ExtraLightItalic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-ExtraLightItalic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-Light.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-Light.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-LightItalic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-LightItalic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-Bold.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-Bold.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-SemiBold.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-Regular.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-Regular.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-Italic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-Italic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-Medium.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-Medium.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-MediumItalic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-MediumItalic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-SemiBoldItalic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-Bold.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-Bold.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-BoldItalic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-BoldItalic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-ExtraBoldItalic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-Black.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-Black.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("/modules/ebuCommon/fonts/Poppins-BlackItalic.woff") format("woff"), url("/modules/ebuCommon/fonts/Poppins-BlackItalic.woff2") format("woff2"), url("/modules/ebuCommon/fonts/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@keyframes a-arrow-button {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  30% {
    transform: translateX(120%);
    opacity: 1;
  }
  31% {
    transform: translateX(120%);
    opacity: 0;
  }
  32% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes pulse-button {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.form-row {
  display: flex;
}
.form-row + .form-row {
  margin-top: 24px;
}
.form-row + h2 {
  margin-top: 72px;
}
@media (max-width: 840px) {
  .form-row {
    flex-direction: column;
  }
  .form-row.row {
    flex-direction: row;
  }
  .form-row.row .form-column + .form-column {
    margin: 0 0 0 16px;
  }
}

.form-column {
  flex: 1;
  max-width: calc(50% - 8px);
}
.form-column + .form-column {
  margin-left: 16px;
}
.form-column.small {
  max-width: 122px;
}
.form-column.large {
  max-width: 100%;
}
.form-column .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  margin-bottom: 9px;
}
.form-column .label.big {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 840px) {
  .form-column {
    max-width: 100%;
  }
  .form-column + .form-column {
    margin: 24px 0 0 0;
  }
}

.custom-form {
  position: relative;
}
.custom-form input[type=text],
.custom-form input[type=email],
.custom-form input[type=number],
.custom-form input[type=password],
.custom-form textarea {
  border: 1px solid #B4BFCA;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 7px 20px;
  border-radius: 4px;
}
.custom-form select {
  border: 1px solid #B4BFCA;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 7px 20px;
  border-radius: 4px;
}
.custom-form select:hover {
  cursor: pointer;
}
.custom-form.with-icon::after {
  position: absolute;
  bottom: 27px;
  right: 17px;
  width: 10px;
  height: 5px;
  background-size: 10px 5px;
}
.custom-form.sort-down::after {
  content: url("../modules/ebuModule/css/eventsV2/../../img/eventsV2/sort-down-solid.svg");
  pointer-events: none;
}
.custom-form input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}
.custom-form input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.custom-form input[type=checkbox] + label > span {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  border: 2px solid #33394F;
  margin-right: 15px;
  border-radius: 1px;
  position: absolute;
  top: 1px;
  left: 0;
}
.custom-form input[type=checkbox]:checked + label > span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  background: #33394F;
}
.custom-form label.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 24px;
  margin-left: 30px;
  margin-bottom: 1px;
}
.custom-form label.switch input {
  display: none;
}
.custom-form label.switch input:checked + .slider {
  background-color: #33394F;
}
.custom-form label.switch input:checked + .slider::before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.custom-form label.switch input:focus + .slider {
  box-shadow: 0 0 1px #33394F;
}
.custom-form label.switch .slider {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B4BFCA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.custom-form label.switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.custom-form.align-items {
  display: flex;
  align-items: center;
}

.switches-container {
  width: 132px;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: transparent;
  border: 1px solid #B4BFCA;
  line-height: 40px;
  border-radius: 40px;
  margin-top: 12px;
}
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #B4BFCA;
  font-size: 12px;
  font-weight: 400;
}
.switches-container .switch {
  border-radius: 40px;
  background: #33394F;
  height: 100%;
}
.switches-container .switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 3px;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.switches-container .switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #FFF;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

.signup {
  width: 100%;
  padding: 8.89vw 0;
  background: #33394F;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.signup .bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33.19vw;
}
.signup .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.signup .container .cols {
  max-width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.signup .container .cols h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4;
}
.signup .container .cols p {
  max-width: 284px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.63;
}
.signup .container .cols .newsletter {
  width: 304px;
  margin-top: 24px;
  position: relative;
}
.signup .container .cols .newsletter input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding-left: 18px;
  background: white;
  box-shadow: none;
}
.signup .container .cols .newsletter button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 123px;
  right: 8px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #33394F;
  cursor: pointer;
  border-radius: 18px;
}
.signup .container .cols .links_rrss {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 400px;
}
.signup.small {
  padding: 38px 0;
  background-color: #B4BFCA;
  color: #000000;
  margin-top: 130px;
}
.signup.small .container {
  flex-direction: column;
  align-items: center;
}
.signup.small .container p + p {
  margin-top: 16px;
}
@media (max-width: 800px) {
  .signup .container {
    flex-direction: column;
  }
  .signup .container .cols {
    max-width: 100%;
    width: 100%;
  }
  .signup .container .cols + .cols {
    border-top: 1px solid #324696;
    margin-top: 50px;
    padding-top: 40px;
  }
  .signup .container .cols h3 {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.4;
  }
  .signup .container .cols p {
    line-height: 1.3;
    margin-top: 5px;
  }
  .signup .container .cols .newsletter {
    margin-top: 30px;
  }
  .signup .container .cols .newsletter button {
    position: inherit;
    transform: none;
    width: 100%;
    background: #FFF;
    color: #33394F;
    top: 0;
    right: 0;
    margin-top: 15px;
    height: 45px;
    border-radius: 30px;
  }
}

.ebu_hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.ebu_hero.home {
  height: 510px;
  background-color: #33394F;
  background-blend-mode: soft-light;
  background-image: url("../modules/ebuModule/css/eventsV2/../../img/eventsV2/hero_home.jpg");
}
.ebu_hero.home .ebu_button.bg.lightblue {
  color: #122A64;
}
.ebu_hero.home .ebu_button.bg.lightblue:hover {
  background-color: #FFF;
}
.ebu_hero.events {
  height: 448px;
}
.ebu_hero.register {
  height: 320px;
}
.ebu_hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ebu_hero .tag {
  padding: 0 20px;
  background-color: white;
  height: 26px;
  color: #33394F;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 10px;
}
.ebu_hero .tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-right: 8px;
  display: block;
}
.ebu_hero .tag.tag-assemblies::before {
  background-color: #DD0057;
}
.ebu_hero .tag.tag-community::before {
  background-color: #873299;
}
.ebu_hero .tag.tag-group::before {
  background-color: #FFED00;
}
.ebu_hero .tag.tag-user-pay::before {
  background-color: #00AD68;
}
.ebu_hero .tag.tag-other::before {
  background-color: #004E59;
}
.ebu_hero .tag.tag-external::before {
  background-color: #004E59;
}
.ebu_hero .tag.tag-stream::before {
  background-color: #00AD68;
}
.ebu_hero h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 16px;
}
.ebu_hero p {
  font-size: 22px;
  line-height: 1.4;
  max-width: 590px;
}
.ebu_hero p small {
  font-size: 14px;
  font-weight: 600;
}
.ebu_hero_card {
  border: 1px solid white;
  border-radius: 6px;
  padding: 40px 30px;
  max-width: 446px;
  width: 100%;
}
.ebu_hero_card h5 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}
.ebu_hero_card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.ebu_hero_button {
  margin-right: 62px;
}
.ebu_hero_collaboration {
  text-align: center;
}
.ebu_hero_collaboration-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
}
@media (max-width: 800px) {
  .ebu_hero .container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .ebu_hero.home {
    height: auto;
  }
  .ebu_hero h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .ebu_hero_heading {
    margin: 65px 0 0 0;
    width: 100%;
  }
  .ebu_hero_card {
    margin: 65px 0;
  }
  .ebu_hero p {
    font-size: 18px;
    line-height: 26px;
    max-width: none;
  }
  .ebu_hero_button {
    margin: 0;
    width: 100%;
  }
}

.ebu_button {
  border-radius: 50px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  text-decoration: none;
  outline: none;
}
.ebu_button.bg {
  color: #fff;
}
.ebu_button.bg.blue {
  background-color: #33394F;
}
.ebu_button.bg.lightblue {
  background-color: #0BBBEF;
}
.ebu_button.bg.gray {
  background-color: #B4BFCA;
}
.ebu_button.bg.white {
  background-color: white;
  color: #33394F;
}
.ebu_button.outline {
  border: 2px solid #33394F;
  color: #33394F;
}
.ebu_button.outline.white {
  border-color: white;
  color: white;
}
.ebu_button:hover {
  background-color: #0BBBEF;
  border-color: #0BBBEF;
  color: #FFF;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.ebu_button:hover svg path {
  fill: #FFF;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.ebu_button:hover.outline {
  border: 2px solid #0BBBEF;
  color: #FFF;
}
.ebu_button:hover.outline.white {
  border-color: #0BBBEF;
  color: #FFF;
}
.ebu_button:hover.blue {
  background-color: #0BBBEF;
  color: #FFF;
}
.ebu_button:hover.lightblue {
  background-color: #0BBBEF;
  color: #FFF;
}
.ebu_button:hover.gray {
  background-color: #0BBBEF;
  color: #FFF;
}
.ebu_button:hover.white {
  background-color: #0BBBEF;
  color: #FFF;
}
.ebu_button svg, .ebu_button img {
  margin-right: 10px;
}
.ebu_button.big {
  height: 56px;
  padding: 0 70px;
}
.ebu_button:disabled, .ebu_button[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
}
.ebu_button:disabled.bg, .ebu_button[disabled].bg {
  color: #fff;
}
.ebu_button:disabled.bg.blue, .ebu_button[disabled].bg.blue {
  background-color: #B4BFCA;
}
.ebu_button:disabled.bg.lightblue, .ebu_button[disabled].bg.lightblue {
  background-color: #B4BFCA;
}
.ebu_button:disabled.bg.gray, .ebu_button[disabled].bg.gray {
  background-color: #B4BFCA;
}
.ebu_button:disabled.bg.white, .ebu_button[disabled].bg.white {
  color: #122A64;
  background-color: #C5C5C5;
  opacity: 1;
}
.ebu_button-live {
  background-color: #FFED00;
  position: relative;
  padding-left: 50px;
}
.ebu_button-live.outline {
  border-color: #FFED00;
  color: #000000;
}
.ebu_button-live .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 30px;
  height: 30px;
}
.ebu_button-live svg {
  position: absolute;
  top: 0;
}
.ebu_button-live svg.left {
  transform: rotate(-90deg) translateY(-25%);
}
.ebu_button-live svg.right {
  transform: rotate(90deg) translateY(-25%);
}
@media (max-width: 800px) {
  .ebu_button-live {
    padding-left: 50px !important;
  }
}
@media (max-width: 800px) {
  .ebu_button {
    min-height: 40px;
    padding: 10px 30px;
    height: auto;
  }
  .ebu_button.big {
    height: 40px;
    max-width: 48%;
  }
}

.ebu-link {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.ebu-link.lightblue {
  color: #0BBBEF;
}

.ebu_breadcrumb {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  top: 24px;
  left: 12px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 8;
}
.ebu_breadcrumb a {
  color: white;
  text-decoration: none;
}
.ebu_breadcrumb a:visited {
  color: inherit;
}
.ebu_breadcrumb svg {
  margin: 0 3px;
}

.ebu_filters {
  position: relative;
  top: -60px;
}
@media (max-width: 800px) {
  .ebu_filters {
    top: 0;
    padding-top: 30px;
    z-index: 9;
  }
}
.ebu_filters--show {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  color: white;
  font-size: 14px;
}
.ebu_filters--show:before {
  content: "Show ";
  margin-right: 2px;
}
.ebu_filters--show svg {
  transform: rotate(90deg);
  width: 6px;
}
.ebu_filters--show.open::before {
  content: "Hide";
}
.ebu_filters--show.open svg {
  transform: rotate(270deg);
}
@media (max-width: 800px) {
  .ebu_filters--show {
    top: 0;
    right: auto;
    position: relative;
    padding-left: 34px;
    color: #33394F;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .ebu_filters--show::after {
    position: absolute;
    content: url(../modules/ebuModule/css/eventsV2/../../img/eventsV2/icon-filter.svg);
    display: block;
    left: 0;
    top: -5px;
    background-color: #33394F;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    padding: 5px;
    box-sizing: border-box;
  }
  .ebu_filters--show svg {
    display: none;
  }
}
.ebu_filters_box {
  position: relative;
  z-index: 1;
  height: 120px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .ebu_filters_box {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    min-height: 90vh;
    z-index: 9;
    transform: translateY(100%);
  }
}
.ebu_filters_box .header_filters--mobile {
  display: none;
}
@media (max-width: 800px) {
  .ebu_filters_box .header_filters--mobile {
    background-color: white;
    position: absolute;
    z-index: 1;
    padding: 30px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #33394F;
    font-size: 14px;
  }
  .ebu_filters_box .header_filters--mobile button {
    font-weight: 700;
  }
}
.ebu_filters_box--container {
  min-height: 100%;
  background: white;
  box-shadow: 0px 4px 10px rgba(119, 136, 157, 0.2);
  border-radius: 5px;
  padding: 40px;
}
@media (max-width: 800px) {
  .ebu_filters_box--container {
    padding: 30px;
    padding-top: 70px;
    height: 100%;
    overflow-y: scroll;
  }
}
.ebu_filters_box--container .filter-by {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ebu_filters_box--container .filter-by small {
  position: absolute;
  font-size: 14px;
  color: #B4BFCA;
  top: -20px;
  left: 0;
}
.ebu_filters_box--container .filter-by .category_filter,
.ebu_filters_box--container .filter-by .search_filter {
  width: 210px;
  margin-top: 4px;
  position: relative;
}
.ebu_filters_box--container .filter-by .category_filter h6 {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.ebu_filters_box--container .filter-by .category_filter h6 > img {
  margin-left: 10px;
  transform: scale(-1);
}
.ebu_filters_box--container .filter-by .search_filter:after {
  content: url(../modules/ebuModule/css/eventsV2/../../img/eventsV2/icon-lupa.svg);
  position: absolute;
  left: 20px;
  top: 10px;
}
.ebu_filters_box--container .filter-by .search_filter input {
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #33394F;
  border-radius: 34px;
  height: 36px;
  padding: 0 20px 0 46px;
}
@media (max-width: 800px) {
  .ebu_filters_box--container .filter-by {
    flex-direction: column;
    padding-top:10px;
  }
  .ebu_filters_box--container .filter-by > small,
.ebu_filters_box--container .filter-by .category_filter {
    display: none;
  }
  .ebu_filters_box--container .filter-by .search_filter {
    width: 100%;
  }
}
.ebu_filters_box--container .filter_info--mobile {
  display: none;
}
@media (max-width: 800px) {
  .ebu_filters_box--container .filter_info--mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    font-size: 12px;
    color: #33394F;
  }
  .ebu_filters_box--container .filter_info--mobile button {
    color: #DD0057;
    cursor: pointer;
  }
}
.ebu_filters_box--container .filter-list {
  display: flex;
  justify-content: space-between;
  height: 0;
  overflow: hidden;
}
.ebu_filters_box--container .filter-list .options_filter {
  width: 210px;
  position: relative;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #B4BFCA transparent;
}
.ebu_filters_box--container .filter-list .options_filter::-webkit-scrollbar {
  width: 3px;
}
.ebu_filters_box--container .filter-list .options_filter::-webkit-scrollbar-track {
  background: #EDEEEE;
}
.ebu_filters_box--container .filter-list .options_filter::-webkit-scrollbar-thumb {
  background-color: #B4BFCA;
  border-radius: 30px;
  border: none;
}
@media (max-width: 800px) {
  .ebu_filters_box--container .filter-list .options_filter {
    width: auto;
    max-height: none;
    overflow: initial;
  }
}
.ebu_filters_box--container .filter-list .options_filter-title--mobile {
  display: none;
}
@media (max-width: 800px) {
  .ebu_filters_box--container .filter-list .options_filter-title--mobile {
    display: block;
    margin-top: 20px;
  }
  .ebu_filters_box--container .filter-list .options_filter-title--mobile small {
    display: block;
    font-size: 14px;
    color: #B4BFCA;
    margin-bottom: 2px;
  }
  .ebu_filters_box--container .filter-list .options_filter-title--mobile h6 {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .ebu_filters_box--container .filter-list .options_filter-title--mobile h6 > img {
    margin-left: 10px;
  }
}
.ebu_filters_box--container .filter-list .options_filter .option {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 22px;
  margin-bottom: 8px;
}
.ebu_filters_box--container .filter-list .options_filter .option input {
  width: 9px;
  height: 9px;
  position: relative;
  border: 1px solid #33394F;
  margin-right: 8px;
  cursor: pointer;
}
.ebu_filters_box--container .filter-list .options_filter .option input::before {
  content: "";
  position: absolute;
  left: 0;
  width: 200px;
  height: 13px;
  top: -2px;
}
.ebu_filters_box--container .filter-list .options_filter .option input:checked:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #33394F;
  position: absolute;
  top: 1px;
  left: 1px;
}
@media (max-width: 800px) {
  .ebu_filters_box--container .filter-list {
    height: auto;
    flex-direction: column;
  }
}
.ebu_filters_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 800px) {
  .ebu_filters_tags {
    overflow: hidden;
    margin-bottom: 30px;
  }
}
.ebu_filters_tags .tag-selector {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0px 4px 10px rgba(119, 136, 157, 0.2);
  position: relative;
  border-radius: 28px;
  height: 40px;
  background: white;
  padding: 0 20px;
  color: #33394F;
  margin: 10px 20px 10px 0;
  border: 1px solid white;
}
@media (max-width: 800px) {
  .ebu_filters_tags .tag-selector {
    font-size: 14px;
    display: none;
  }
}
.ebu_filters_tags .tag-selector::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-right: 8px;
  display: block;
}
.ebu_filters_tags .tag-selector.tag-assemblies::before {
  background-color: #DD0057;
}
.ebu_filters_tags .tag-selector.tag-community::before {
  background-color: #873299;
}
.ebu_filters_tags .tag-selector.tag-group::before {
  background-color: #FFED00;
}
.ebu_filters_tags .tag-selector.tag-user-pay::before {
  background-color: #00AD68;
}
.ebu_filters_tags .tag-selector.tag-other::before {
  background-color: #004E59;
}
.ebu_filters_tags .tag-selector.tag-external::before {
  background-color: #004E59;
}
.ebu_filters_tags .tag-selector .removeTag {
  cursor: pointer;
  margin-left: 15px;
  display: none;
}
.ebu_filters_tags .tag-selector .sub-tag {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: ease-in 0.3s;
}
@media (max-width: 800px) {
  .ebu_filters_tags .tag-selector .sub-tag {
    display: none;
  }
}
.ebu_filters_tags .tag-selector .sub-tag li {
  margin-left: 22px;
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  color: #33394F;
  position: relative;
}
.ebu_filters_tags .tag-selector .sub-tag li input {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
  margin: 0;
  margin-right: 6px;
}
.ebu_filters_tags .tag-selector .sub-tag li input:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ebu_filters_tags .tag-selector .sub-tag li input:checked {
  border: none;
}
.ebu_filters_tags .tag-selector .sub-tag li input:checked::after {
  content: url(../modules/ebuModule/css/eventsV2/../../img/eventsV2/layer.svg);
  top: -3px;
  position: relative;
}
.ebu_filters_tags .tag-selector.active {
  border: 1px solid #33394F;
  font-weight: 800;
}
@media (max-width: 800px) {
  .ebu_filters_tags .tag-selector.active {
    display: flex;
  }
}
.ebu_filters_tags .tag-selector.active .removeTag {
  display: block;
}
.ebu_filters_tags .tag-selector.active .sub-tag {
  top: calc(100% + 20px);
  pointer-events: initial;
  opacity: 1;
}

.ebu_select_tags--mobile {
  display: none;
  position: relative;
}
@media (max-width: 800px) {
  .ebu_select_tags--mobile {
    display: block;
    margin-bottom: 30px;
    z-index: 8;
  }
  .ebu_select_tags--head {
    border: 1px solid #B7BCD6;
    border-radius: 4px;
    background-color: white;
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
  }
  .ebu_select_tags--head span {
    opacity: 0.25;
  }
  .ebu_select_tags--dropdown {
    position: absolute;
    z-index: 2;
    top: calc(100% - 4px);
    width: 100%;
    background-color: white;
    border: 1px solid #B7BCD6;
    border-radius: 0 0 4px 4px;
    padding: 1px 20px;
    color: #33394F;
    font-size: 14px;
    overflow: hidden;
    height: 0;
  }
  .ebu_select_tags--dropdown ul {
    list-style: none;
  }
  .ebu_select_tags--dropdown ul:not(.sub-tag) > li {
    margin: 20px 0;
  }
  .ebu_select_tags--dropdown button {
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 14px;
  }
  .ebu_select_tags--dropdown button.active {
    font-weight: bold;
  }
  .ebu_select_tags--dropdown button::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin-right: 8px;
    display: block;
  }
  .ebu_select_tags--dropdown button[data-tag=tag-assemblies]::before {
    background-color: #DD0057;
  }
  .ebu_select_tags--dropdown button[data-tag=tag-community]::before {
    background-color: #873299;
  }
  .ebu_select_tags--dropdown button[data-tag=tag-group]::before {
    background-color: #FFED00;
  }
  .ebu_select_tags--dropdown button[data-tag=tag-user-pay]::before {
    background-color: #00AD68;
  }
  .ebu_select_tags--dropdown button[data-tag=tag-other]::before {
    background-color: #004E59;
  }
  .ebu_select_tags--dropdown button[data-tag=tag-external]::before {
    background-color: #004E59;
  }
  .ebu_select_tags--dropdown .sub-tag li {
    margin-left: 22px;
    display: flex;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
    color: #33394F;
    position: relative;
    margin-top: 10px;
  }
  .ebu_select_tags--dropdown .sub-tag li input {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    margin: 0;
    margin-right: 6px;
    border-radius: 0;
  }
  .ebu_select_tags--dropdown .sub-tag li input:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ebu_select_tags--dropdown .sub-tag li input:checked {
    border: none;
  }
  .ebu_select_tags--dropdown .sub-tag li input:checked::after {
    content: url(../modules/ebuModule/css/eventsV2/../../img/eventsV2/layer.svg);
    top: -3px;
    position: relative;
  }
}

.ebu_cards {
  background-color: white;
  border-radius: 5px;
  border-bottom: 6px solid;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.ebu_cards_image {
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.ebu_cards_body .date {
  position: absolute;
  left: 32px;
  top:-30px;
  margin-top:54%;
  transform: translateY(50%);
  color: #33394F;
  font-size: 14px;
  background-color: white;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0px 20px;
  border-radius: 28px;
  font-weight: 600;
  z-index: 5;
  cursor: pointer;
  filter: drop-shadow(0px 1px 5px rgba(119, 136, 157, 0.3));
}
.ebu_cards_body .date img {
  margin-right: 8px;
}
.ebu_cards_body .date i {
  margin-left: 16px;
  margin-top: -5px;
}
.ebu_cards_body .date .listDate {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  top: calc(100% + 8px);
  left: 0;
  z-index: 3;
  filter: drop-shadow(0px 1px 5px rgba(119, 136, 157, 0.3));
  background-color: #F8F9FA;
  transition: ease-in 0.3s;
}
.ebu_cards_body .date .listDate a {
  background-color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  white-space: nowrap;
  height: 36px;
  border-top: 1px solid #B4BFCA;
  transition: ease-in 0.3s;
}
.ebu_cards_body .date .listDate a:first-child {
  border-top: none;
}
.ebu_cards_body .date .listDate a:hover {
  background-color: #33394F;
  color: white;
}
.ebu_cards_body .date.open i {
  transform: scale(-1);
  margin-top: 5px;
}
.ebu_cards_body .date.open .listDate {
  opacity: 1;
  pointer-events: initial;
}
.ebu_cards_image h6 {
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  right: 30px;
  bottom: 16px;
}
.ebu_cards_body {
  height: 100%;
  padding: 35px 30px;
}
.ebu_cards_body h5 {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.25;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 6px;
}
.ebu_cards_body h2 {
  font-size: 22px !important;
  line-height: 1.46 !important;
  font-weight: 600 !important;
  color: inherit !important;
}
.ebu_cards a,
.ebu_cards a:focus {
  text-decoration: none;
  outline: none;
}

.ebu_cards a.date:visited {
  color: #33394F;
}

.ebu_cards a:visited {
  color: #33394F;
}

.ebu_cards_body p {
  font-size: 14px;
  line-height: 1.6;
  margin: 6px 0 16px;
}
.ebu_cards_body .tags_content {
  display: flex;
}
.ebu_cards_body .tags_content p {
  display: flex;
  align-items: center;
  border: 0.4px solid #CCCCCC;
  border-radius: 28px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 16px;
  height: 24px;
  margin-right: 10px;
}
.ebu_cards_body .tags_content p::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  margin-right: 8px;
  border-radius: 100%;
}
.ebu_cards_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 20px;
}
.ebu_cards_footer .datetime {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.ebu_cards_footer .datetime img {
  margin-right: 8px;
}
.ebu_cards_footer a {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.ebu_cards_footer a svg path {
  fill: #33394F;
}
.ebu_cards_footer a:hover {
  background: #33394F;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.ebu_cards_footer a:hover svg path {
  fill: #FFF;
}
.ebu_cards.cat_assemblies {
  border-color: #DD0057;
}
.ebu_cards.cat_assemblies .tag::before {
  background-color: #DD0057;
}
.ebu_cards.cat_community {
  border-color: #873299;
}
.ebu_cards.cat_community .tag::before {
  background-color: #873299;
}
.ebu_cards.cat_user-pay {
  border-color: #00AD68;
}
.ebu_cards.cat_user-pay .tag::before {
  background-color: #00AD68;
}
.ebu_cards.cat_other {
  border-color: #004E59;
}
.ebu_cards.cat_other .tag::before {
  background-color: #004E59;
}
.ebu_cards.cat_group {
  border-color: #33394F;
  background-color: #33394F;
  color: white;
}
.ebu_cards.cat_group a:hover,
.ebu_cards.cat_group a:focus {
  color: #0BBBEF;
}
.ebu_cards.cat_group .ebu_cards_footer .datetime img {
  filter: invert(1);
}
.ebu_cards.cat_group .ebu_cards_body h5 {
  opacity: 1;
}
.ebu_cards.cat_group .tag::before {
  background-color: #FFED00;
}
.ebu_cards.cat_group .ebu_cards_footer a svg path {
  fill: #fff;
}
.ebu_cards.cat_group .ebu_cards_footer a:hover {
  background: #FFF;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.ebu_cards.cat_group .ebu_cards_footer a:hover svg path {
  fill: #33394F;
}

.ebu_secundary_nav {
  position: sticky;
  background-color: white;
  top: 64px;
  border-bottom: 1px solid #B4BFCA;
  z-index: 2;
}
.ebu_secundary_nav--item {
  height: 55px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  position: relative;
  color: #77889D;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
a.ebu_secundary_nav--item:visited {
  color: #33394F;
}
.ebu_secundary_nav--item:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -1px;
  opacity: 0;
}
.ebu_secundary_nav--item.active {
  color: #000000;
}
.ebu_secundary_nav--item.active::before {
  opacity: 1;
}
.ebu_secundary_nav--item:last-child {
  margin-right: 0;
}
.ebu_secundary_nav .container {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .ebu_secundary_nav--item {
    flex-shrink: 0;
  }
  .ebu_secundary_nav .container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

#aside {
  width: 100%;
  z-index: 2;
  height: 0;
}
#aside .content-aside {
  height: 1300px;
  width: 280px;
  float: right;
  transform: translateY(-95px);
}
#aside aside {
  position: sticky;
  top: 160px;
}
#aside aside strong {
  font-weight: 800;
}
#aside aside h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}
#aside aside h6 {
  color: #0BBBEF;
  font-size: 14px;
  font-weight: 600;
  margin: 16px 0 12px;
}
#aside aside .ebu_button {
  width: 100%;
  margin: 4px 0;
}
#aside aside .download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  font-weight: 600;
}
#aside aside .download img {
  margin-left: 10px;
}
#aside aside p {
  font-size: 14px;
  line-height: 1.6;
}
#aside aside p + h3 {
  margin-top: 16px;
}
#aside aside ul {
  list-style: none;
  margin: 16px 0;
  padding: 0px;
}
#aside aside ul li {
  margin-bottom: 14px;
  font-size: 14px;
}
#aside aside ul li img {
  width: 13px;
  margin-right: 14px;
}
#aside aside .prices-event {
  margin: 24px 0;
}
#aside aside .prices-event .price {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid white;
}
#aside aside .prices-event .price .num {
  font-size: 22px;
  font-weight: 600;
  min-width: 62px;
}
#aside aside .prices-event .price .detail {
  font-size: 12px;
  line-height: 1.33;
}
#aside aside .form-subscribe {
  width: 100%;
  margin-top: 24px;
  position: relative;
}
#aside aside .form-subscribe input {
  width: 100%;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding-left: 18px;
  background: white;
  box-shadow: none;
  color: #000000;
}
#aside aside .form-subscribe button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  right: 8px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #33394F;
  cursor: pointer;
  border-radius: 18px;
}
#aside.register {
  top: 100px;
}
#aside.register aside {
  transform: translateY(0);
}
#aside .data-event {
  background-color: #33394F;
  padding: 40px 30px;
  margin-bottom: 8px;
  color: white;
  border-radius: 6px;
}
#aside .data-event-title {
  display: none;
}
#aside .contact-event {
  padding: 40px 30px;
  background-color: #0AD4FC;
  color: #000000;
  border-radius: 6px;
}
#aside .contact-event .contact-close {
  display: none;
}
#aside .contact-btn {
  display: none;
}
@media (max-width: 800px) {
  #aside {
    position: fixed;
    z-index: 11;
  }
  #aside .container {
    width: 100%;
  }
  #aside .content-aside {
    height: 100% !important;
    width: 100%;
    transform: none;
    float: none;
  }
  #aside aside {
    position: fixed;
    bottom: 0;
    top: inherit;
    transform: translateY(calc(100% - 65px));
    transition: all 0.5s ease;
    width: 100%;
  }
  #aside aside .data-event {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
  }
  #aside .data-event {
    padding: 0 15px 20px 15px;
  }
  #aside .data-event-title {
    display: inherit;
    font-size: 22px;
    font-weight: 600;
    line-height: 65px;
    position: relative;
    height: 65px;
  }
  #aside .data-event-title .icon {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
  }
  #aside.opened aside, #aside.register.opened aside {
    bottom: 0;
    top: inherit;
    transform: none;
    transition: all 0.5s ease;
  }
  #aside.opened .data-event-title .icon, #aside.register.opened .data-event-title .icon {
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s ease;
  }
  #aside.hide aside, #aside.register.hide aside {
    transform: translateY(100%);
    transition: all 0.5s ease;
  }
  #aside.register {
    top: inherit;
  }
  #aside.register aside {
    transform: translateY(calc(100% - 65px));
  }
  #aside .contact-btn {
    width: 42px;
    height: 42px;
    background: #0BBBEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    position: absolute;
    top: 0;
    transform: translateY(calc(-100% - 13px));
  }
  #aside .contact-btn svg {
    width: 16px;
    height: 16px;
  }
  #aside .contact-event {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    display: inherit;
    position: absolute;
    top: 0;
    right: 15px;
    left: 30%;
    transform: translateY(calc(-100% - 13px));
  }
  #aside .contact-event.opened {
    padding: 40px 30px;
    opacity: 1;
    transition: opacity 0.5s ease;
    width: auto;
    height: auto;
    left: 30%;
    right: 15px;
  }
  #aside .contact-event .contact-close {
    display: inherit;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
  }
}

.table-schudele {
  margin-bottom: 40px;
}
.table-schudele .rowx {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 58px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  border-bottom: 0.6px solid #77889D;
}
.table-schudele .rowx .cell {
  position: relative;
}
.table-schudele h4 {
  font-weight: 600;
}
.table-schudele strong {
  font-weight: 600;
}
.table-schudele div.paragraph {
  margin: 0;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
}
.table-schudele div.paragraph.show {
  height: auto;
}
.table-schudele .cell.title {
  padding-right: 20px;
  color: #33394F;
  min-width: 95px;
}
.table-schudele.bulleted .cell {
  padding-left: 15px;
}
.table-schudele.bulleted .cell::before {
  content: "•";
  font-size: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  color: #33394F;
}
.table-schudele.bulleted .cell a {
  color: #33394F;
  display: inline-block;
  padding: 0 5px;
  font-weight: 600;
  text-decoration: underline;
}
.table-schudele.bulleted .row:last-child {
  border-bottom: none;
}
.table-schudele.one-divider .row:last-child {
  border-bottom: none;
}
.table-schudele.one-divider .cell.title {
  white-space: nowrap;
  width: 180px;
  min-width: 180px;
}
@media (max-width: 800px) {
  .table-schudele.one-divider .cell.title {
    white-space: inherit;
    width: 120px;
    min-width: 120px;
  }
}
.table-schudele.one-divider .cell.full-width.title {
  min-width: 100%;
  width: 100%;
}
.table-schudele.several-divider .row-title {
  margin: 56px 0 16px;
  font-size: 18px;
  line-height: 1.4;
  color: #33394F;
}
.table-schudele.several-divider .row-title:first-child {
  margin-top: 30px;
}
.table-schudele.expandable button.expand {
  margin-right: 10px;
  top: 3px;
  min-width: 18px;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  border: 2px solid #33394F;
  border-radius: 100%;
  cursor: pointer;
}
.table-schudele.expandable button.expand:before, .table-schudele.expandable button.expand:after {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 1px;
  background-color: #33394F;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform ease-in 0.3s;
}
.table-schudele.expandable button.expand:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.table-schudele.expandable button.expand.close:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.table-schudele.collapsable .row {
  border-bottom: none;
}
.table-schudele.collapsable .row-title {
  margin: 56px 0 36px;
  font-size: 18px;
  line-height: 1.4;
  color: #33394F;
}
.table-schudele.collapsable .row-title:first-child {
  margin-top: 30px;
}
.table-schudele.collapsable button {
  color: #33394F;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
.table-schudele.collapsable button:after {
  content: " more";
}
.table-schudele.collapsable p.p-collapsed {
  margin-bottom: 30px;
}
.table-schudele.collapsable p.p-collapsed.open button {
  display: block;
  margin-top: 5px;
}
.table-schudele.collapsable p.p-collapsed.open button:after {
  content: " less";
}

.content-speakers {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-speakers > hr {
  border: none;
  border-top: 1px solid #D7DDE3;
  margin: 10px 0;
  width: 100%;
}

.content-speakers .speaker-container {
  width: calc(50% - 20px);
}

.speaker-container h6,
.contact-container h6{
  font-weight: 700;
  line-height: 24px;
}

.contact-container{
  width: 50%;
  max-width: 378px;
}

.contact-container > .profile{
  width: unset;
  max-width: unset;
}

.content-speakers .speaker {
  display: flex;
  align-items: flex-start;
  margin: 23px 0;
}
.content-speakers .speaker .avatar {
  min-width: 88px;
  width: 88px;
  height: 88px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 18px;
}
.content-speakers .speaker .info {
  font-size: 14px;
  line-height: 1.8;
}
.content-speakers .speaker .info h3 {
  color: #33394F;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 18px;
  display: inline-block;
}
.content-speakers .speaker .info a {
  margin-top: 8px;
  color: #33394F;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
}

.content-speakers .speaker .info a[href] {
  display: inline;
  color: #4f4f4f;
}

.content-speakers .speaker .info a svg {
  margin-left: 6px;
  width: 10px;
}
@media (max-width: 800px) {
  .content-speakers .speaker {
    width: 100%;
    margin: 15px 0;
  }
  .content-speakers .speaker .avatar {
    display: none;
  }
  .content-speakers .speaker .info h3 {
    display: block;
  }
}

.documents {
  list-style: none;
  margin: 20px 0;
}
.documents li {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 24px;
}
.documents li .svg {
  position: absolute;
  left: 0;
  top: 5px;
}
.documents li small {
  color: #0BBBEF;
  font-weight: 600;
  font-size: 14px;
}
.documents li.documents-members svg path {
  fill: #B4BFCA;
  stroke: #B4BFCA;
}

[data-open-popup] {
  cursor: pointer;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
.popup .ebu_button {
  padding: 0 60px;
}
.popup .popup-window {
  width: 100%;
  max-width: 650px;
  max-width: 90vh;
  background: white;
  border-radius: 6px;
  padding: 60px;
  box-sizing: border-box;
  position: relative;
}
.popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}
.popup .popup-close svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
}
.popup .popup-video-container {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.popup .popup-video-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.popup .popup-video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.popup h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #122A64;
}
.popup .custom-form {
  margin-bottom: 24px;
}
.popup input {
  background: white;
}
.popup .popup-footer {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.popup .popup-footer .ebu_button + .ebu_button {
  margin-left: 16px;
}
.popup .popup-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.popup.popup-video .popup-window {
  max-width: 800px;
  padding: 30px;
}
.popup.popup-blue {
  color: #122A64;
}
.popup.popup-blue .popup-window {
  max-width: 520px;
  padding: 40px;
  background: #0BBBEF;
}
.popup.popup-contact .flex {
  display: flex;
  flex-wrap: wrap;
}
.popup.popup-contact .contact-item {
  width: 33.3333333333%;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 22px;
}
.popup.popup-contact .contact-item strong {
  font-weight: bold;
}
.popup:not(.show) {
  display: none;
}
@media (max-width: 800px) {
  .popup .popup-window {
    padding: 40px 30px;
  }
  .popup-window {
    margin: 0 20px;
    padding: 40px 30px;
  }
  .popup h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .popup.popup-blue .popup-window {
    padding: 40px 30px;
  }
  .popup .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .popup .custom-form {
    margin-bottom: 10px;
  }
  .popup.popup-login .ebu_button {
    margin: 8px 0;
  }
  .popup.popup-contact .flex {
    flex-direction: column;
  }
  .popup.popup-contact .contact-item {
    width: 100%;
  }
}

.video-preview {
  cursor: pointer;
}
.video-preview figure {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
  position: relative;
}
.video-preview figure::before {
  content: "";
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-preview .date {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #122A64;
}
.video-preview h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.video-preview a {
  text-decoration: none;
  outline: none;
}
.video-preview h5, .video-preview .subtitle {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.video-preview .subtitle {
  opacity: 0.4;
}

.previous-events {
  background: #33394F !important;
  padding: 80px 0;
}
.previous-events .content-event {
  width: 100%;
}
.previous-events .title-previous {
  color: white;
  margin-bottom: 40px;
}
.previous-events .title-previous h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}
.previous-events .title-previous p {
  max-width: 575px;
  font-size: 18px;
  line-height: 1.45;
}
.previous-events section {
  padding: 40px 0;
  background: transparent;
}
.previous-events section .container {
  background: white;
  padding: 64px 56px;
}
@media (max-width: 800px) {
  .previous-events section .container {
    padding: 60px 20px;
  }
}
.previous-events section .gallery .container {
  padding: 0;
}
@media (max-width: 800px) {
  .previous-events {
    padding: 40px 0;
  }
  .previous-events .title-previous {
    margin-bottom: 0;
  }
  .previous-events .title-previous h2 {
    margin-bottom: 70px;
  }
}

.datepicker {
  border: 0.6px solid #D5D5D5;
  border-radius: 5px;
  max-width: 187px;
}
.datepicker--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #000000;
  padding: 15px 20px;
}
.datepicker--top span {
  font-weight: 600;
}
.datepicker--top button {
  cursor: pointer;
  margin-left: 5px;
}
.datepicker--main {
  padding: 0 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.datepicker--main .month {
  font-weight: 600;
  max-width: 53px;
  width: 33.33%;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #A4A4A4;
  font-size: 16px;
  cursor: pointer;
}
.datepicker--main .month.current {
  background-color: #33394F;
  color: white;
}

.group-meeting {
  padding-left: 34px;
  border-left: dashed #0BBBEF 2px;
}
.group-meeting .accordeon {
  padding-left: 64px;
  position: relative;
  margin-bottom: 16px;
  background-color: #F8F9FA;
}
.group-meeting .accordeon hr {
  margin: 40px 0;
}
.group-meeting .accordeon h4 {
  font-weight: 700;
  color: #33394F;
  line-height: 1.3;
  font-size: 18px;
}
.group-meeting .accordeon h4 small {
  font-size: inherit;
  font-weight: 400;
  color: #B4BFCA;
}
.group-meeting .accordeon .bt-accordeon {
  cursor: pointer;
  position: absolute;
  padding: 17px;
  top: 0;
  left: 10px;
}
.group-meeting .accordeon .bt-accordeon:after {
  content: url(../modules/ebuModule/css/eventsV2/../../img/eventsV2/accordeon-plus.svg);
}
.group-meeting .accordeon--title {
  cursor: pointer;
  padding: 14px 0;
}
.group-meeting .accordeon--main {
  padding: 0;
  padding-right: 60px;
  overflow: hidden;
  height: 0;
}
.group-meeting .accordeon.open {
  padding-bottom: 30px;
}
.group-meeting .accordeon.open .bt-accordeon:after {
  content: url(../modules/ebuModule/css/eventsV2/../../img/eventsV2/accordeon-less.svg);
}
.group-meeting .accordeon.open .accordeon--main {
  height: auto;
}
.group-meeting .accordeon .infoEvents {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}
.group-meeting .accordeon .infoEvents .dtl {
  margin-right: 26px;
  display: flex;
  align-items: center;
}
.group-meeting .accordeon .infoEvents .dtl img {
  margin-right: 10px;
}
.group-meeting .table-schudele.collapsable .row-title {
  margin: 10px 0 20px;
  color: #000000;
}
@media (max-width: 800px) {
  .group-meeting {
    padding-left: 20px;
  }
  .group-meeting .accordeon {
    padding-left: 50px;
  }
  .group-meeting .accordeon .bt-accordeon {
    left: 0;
  }
  .group-meeting .accordeon .infoEvents {
    flex-direction: column;
    align-items: flex-start;
  }
  .group-meeting .accordeon .infoEvents .dtl {
    margin-right: 0;
  }
  .group-meeting .accordeon .infoEvents .dtl + .dtl {
    margin-top: 15px;
  }
}

[data-fade-in], .fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
[data-fade-in].show, .fade-in.show {
  opacity: 1;
}

[data-fade-in-y], .fade-in-y {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
[data-fade-in-y] > *, .fade-in-y > * {
  transform: translateY(50%);
  transition: transform 0.5s cubic-bezier(0.26, 0.1, 0, 1);
}
[data-fade-in-y].show, .fade-in-y.show {
  opacity: 1;
}
[data-fade-in-y].show > *, .fade-in-y.show > * {
  transform: none;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #f7f9fa;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-family: inherit;
  resize: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: transparent;
  vertical-align: middle;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  font-smooth: almays;
  text-shadow: 0px 0px 1px transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  color: inherit;
  margin: 0;
  padding: 0;
}


.container {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.small-container {
  width: calc(100% - 30px);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
}

.ebu_filters--show.filtered {
  color: red;
  font-weight: bold;
}

.ebu_filters.disabled, .ebu_grid_cards--head.disabled {
  cursor: not-allowed;
  user-select: none;

  * {
    cursor: not-allowed !important;
  }
}

/* Alternative: If you need pointer-events: none for functionality */
.ebu_filters.disabled.pointer-events-none, .ebu_grid_cards--head.disabled.pointer-events-none {
  pointer-events: none;
}

.ebu_filters .disabled {
  opacity: 0.6;
}

.moved-down {
  margin-top: 220px;
}
.banners_publi {
  font-size: 22px;
  background-color: #F8F9FA;
  justify-content: space-between;
  align-items: flex-start;
  height: 186px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 60px;
}
.banners_publi svg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.banners_publi::after {
  content: "";
  height: 100%;
  bottom: 110%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 16%, rgba(255, 255, 255, 0) 90%);
}


.filled-button, .ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: none;
  background: transparent;
  padding: 0 33px;
  height: 40px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  z-index: 1;
  cursor: pointer;
}
.filled-button::before, .ghost-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50px;
  box-sizing: border-box;
  background: #33394F;
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.18, 0.78, 0, 1);
}
.filled-button span, .filled-button svg, .ghost-button span, .ghost-button svg {
  color: white;
  z-index: 1;
}
.filled-button > svg, .ghost-button > svg {
  margin-left: 22px;
}
.filled-button span, .ghost-button span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 1;
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1), opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}
.filled-button span:last-child:not(:first-child), .ghost-button span:last-child:not(:first-child) {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 150%);
}
.filled-button-icon, .ghost-button-icon {
  width: auto;
  flex-shrink: 0;
  display: inline-flex;
  margin-left: 12px;
  position: relative;
  z-index: 1;
}
.filled-button-icon svg, .filled-button-icon img, .ghost-button-icon svg, .ghost-button-icon img {
  fill: currentColor;
}
.filled-button[data-direction=up] .filled-button-icon, .filled-button[data-direction=up] .ghost-button-icon, .ghost-button[data-direction=up] .filled-button-icon, .ghost-button[data-direction=up] .ghost-button-icon {
  transform: rotate(-90deg);
}
.filled-button[data-direction=down] .filled-button-icon, .filled-button[data-direction=down] .ghost-button-icon, .ghost-button[data-direction=down] .filled-button-icon, .ghost-button[data-direction=down] .ghost-button-icon {
  transform: rotate(90deg);
}
.filled-button[data-direction=left] .filled-button-icon, .filled-button[data-direction=left] .ghost-button-icon, .ghost-button[data-direction=left] .filled-button-icon, .ghost-button[data-direction=left] .ghost-button-icon {
  transform: rotate(180deg);
}
.filled-button.with-icon, .ghost-button.with-icon {
  padding-left: 30px;
  padding-right: 30px;
}
.filled-button.with-icon .ghost-button-icon, .ghost-button.with-icon .filled-button-icon, .ghost-button.with-icon .ghost-button-icon {
  height: 1em;
}
.filled-button.with-icon.download.medium {
  width: 256px;
}
.filled-button.download, .ghost-button.download {
  position: relative;
}
.filled-button.download::after, .ghost-button.download::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20px;
}
.filled-button.download .filled-button-icon svg, .filled-button.download .ghost-button-icon svg, .ghost-button.download .filled-button-icon svg, .ghost-button.download .ghost-button-icon svg {
  overflow: visible;
}
.filled-button.download .filled-button-icon svg path, .filled-button.download .ghost-button-icon svg path, .ghost-button.download .filled-button-icon svg path, .ghost-button.download .ghost-button-icon svg path {
  transform-origin: 50% 50%;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}
.filled-button.download .download-button-list, .ghost-button.download .download-button-list {
  font-weight: normal;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  margin-top: 4px;
  padding: 4px;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #B4BFCA;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6px;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  list-style: none;
}

.filled-button.download .download-button-list, .ghost-button.download:hover .download-button-list {
  max-height: 164px;
  overflow-y: auto;
  box-shadow: 0px 1px 5px 0px rgba(119, 136, 157, 0.302);
}

.filled-button.download:hover .download-button-list, .ghost-button.download:hover .download-button-list {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: initial;
}
.filled-button.reverse, .ghost-button.reverse {
  flex-direction: row-reverse;
}
.filled-button.reverse .filled-button-icon, .filled-button.reverse .ghost-button-icon, .ghost-button.reverse .filled-button-icon, .ghost-button.reverse .ghost-button-icon {
  margin-left: 0;
  margin-right: 15px;
}
.filled-button.large, .ghost-button.large {
  height: 56px;
  padding: 0px 42px;
}
@media (max-width: 580px) {
  .filled-button.large, .ghost-button.large {
    margin-top: 20px;
    margin-left: unset !important;
  }
}
.filled-button.small, .ghost-button.small {
  height: 24px;
  font-size: 12px;
  padding: 0px 28px;
}
.filled-button.small .filled-button-icon, .ghost-button.small .filled-button-icon {
  margin-left: 8px;
}
.filled-button.disabled, .ghost-button.disabled {
  color: white;
  pointer-events: none !important;
}
.filled-button.disabled::before, .ghost-button.disabled::before {
  background: #B4BFCA;
}
.filled-button.secondary span, .ghost-button.secondary span {
  color: #33394F;
}
.filled-button.secondary svg, .ghost-button.secondary svg {
  color: #33394F;
}
.filled-button.secondary::before, .ghost-button.secondary::before {
  background: #0BBBEF;
}
.filled-button.white, .ghost-button.white {
  color: #33394F;
}
.filled-button.white::before, .ghost-button.white::before {
  background: white;
  box-shadow: 0px 4px 10px 0px rgba(119, 136, 157, 0.2);
}
.filled-button.white span, .filled-button.white svg, .ghost-button.white span, .ghost-button.white svg {
  color: currentColor;
}
.filled-button:not(.secondary):hover::before, .ghost-button:not(.secondary):hover::before {
  background: #0BBBEF;
}
.filled-button.secondary:hover span, .filled-button.secondary:hover svg, .ghost-button.secondary:hover span, .ghost-button.secondary:hover svg {
  color: white;
}
.filled-button.secondary:hover::before, .ghost-button.secondary:hover::before {
  background: #33394F;
}

.banners_publi {
  width: 70%;
}
.banners_publi.full {
  width: 100%;
}
.banners_publi .filled-button {
  min-width: unset;
}

.banners_publi .filled-button.reverse.with-icon.download::before {
  background: #33394F !important;
  color: white;
}

#previous-edition .event-presentation-title span.ebu-text-label-blue, 
#previous-edition .content-event .documents small, 
.event-sections .content-event .documents small, 
#videos .content-event .video-preview span.ebu-text-label-blue, 
.group-meeting-documents .document small {
  background-color: #33394F;
  color: white;
}

.login-button.blue {
  color: white;
  background-color: #33394F;
}

.pre-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  background-color: #33394F;
  height: 420px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  color: white;
}
.pre-footer__mid {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.pre-footer__mid:not(.single):first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.pre-footer__mid.onlyRRSS {
  border: 0 !important;
}
.pre-footer__mid:last-child {
  border: none !important;
}
.pre-footer__mid .paragraphs {
  max-width: 410px;
}
.pre-footer__mid .newsletter {
  margin-top: 24px;
}
.pre-footer__module {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 50px;
}
.pre-footer__module:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pre-footer__module.triple {
  align-items: flex-start;
  text-align: left;
}
.pre-footer__module.triple .perfil {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.pre-footer__module.triple .perfil > .info {
  margin-left: 18px;
  max-width: 160px;
  font-size: 14px;
  line-height: 1.28;
}
.pre-footer__module.triple .perfil > .info p {
  margin: 3px 0;
}
.pre-footer__module.triple .perfil > .info a {
  color: #FFF;
  text-decoration: none;
  font-family: inherit;
}
.pre-footer__module > .contact .paragraphs {
  margin: 0 0 10px;
}
.pre-footer__rrss {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pre-footer__rrss a {
  margin: 0 20px;
}
.pre-footer__rrss.triple a {
  margin: 0 40px 0 0;
}
@media (max-width: 900px) {
  .pre-footer {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
  .pre-footer__mid {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .pre-footer__mid:not(.single):first-child {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .pre-footer__module {
    border: 0 !important;
  }
  .pre-footer__module.triple {
    padding: 20px 0;
  }
}
@media (max-width: 800px) {
  .pre-footer .newsletter.box-newsletter .primary-button {
    background-color: white;
    color: #33394F;
    font-weight: 400;
  }
  .pre-footer .newsletter.box-newsletter .primary-button:hover {
    background-color: white !important;
    color: #33394F;
  }
}

.newsletter {
  padding: 7px;
  background: white;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
}
.newsletter input {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  padding: 0 16px;
  height: 30px;
  border: none;
}
@media (max-width: 900px) {
  .newsletter.box-newsletter {
    background: transparent;
    flex-direction: column;
    border-radius: 0px;
    display: flex;
    width: 100%;
  }
  .newsletter.box-newsletter input {
    border-radius: 30px;
    background: white;
    display: block;
    height: 48px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .newsletter.box-newsletter .primary-button {
    width: 100%;
  }
  .newsletter.box-newsletter .primary-button span {
    font-weight: 700;
  }
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
.primary-button[data-size=small] {
  font-size: 10px;
  padding: 5px 33px;
}
.primary-button[data-weight=light] {
  font-weight: 400;
  letter-spacing: 0.03em;
}
.primary-button[data-size=medium] {
  padding: 12px 33px;
}
.primary-button[data-size=large] {
  padding: 16px 33px;
}
.primary-button[data-color=dark] {
  background-color: #33394F;
  color: #fff;
}

.paragraphs.medium {
  font-size: 14px;
  margin: 0px;
}
#popUpSpeakers {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}
#popUpSpeakers.open {
    pointer-events: initial;
    z-index: 1000!important;
}
#popUpSpeakers .content-popup {
    font-size: 14px;
    line-height: 1.6;
    max-width: 650px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 6px;
    padding: 60px;
}
#popUpSpeakers .content-popup p {
    margin-top: 22px;
}
#popUpSpeakers .content-popup .close-popup {
    position: absolute;
    right: 36px;
    top: 36px;
    cursor: pointer;
}
#popUpSpeakers .content-popup .info-speaker {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
#popUpSpeakers .content-popup .info-speaker .avatar {
    min-width: 88px;
    width: 88px;
    height: 88px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 100%;
}
#popUpSpeakers .content-popup .info-speaker .info {
    padding-left: 24px;
}
#popUpSpeakers .content-popup .info-speaker .info h3 {
    color: #33394F;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
}
#popUpSpeakers .content-popup .info-speaker .info p {
    color: #77889D;
    margin-top: 0;
    max-width: 315px;
}
@media (max-width: 800px) {
    #popUpSpeakers .content-popup {
        padding: 20px;
        left: 20px;
        right: 20px;
        transform: translateY(-50%);
    }
    #popUpSpeakers .content-popup .close-popup {
        right: 20px;
        top: 20px;
    }
    #popUpSpeakers .content-popup .info-speaker .avatar {
        display: none;
    }
    #popUpSpeakers .content-popup .info-speaker .info {
        padding-left: 0;
    }
    #popUpSpeakers .content-popup .info-speaker .info h3 {
        margin-bottom: 0;
    }
}

.biography {
    max-height: 66vh;
    overflow: auto;
    scrollbar-width: thin;
}
.data-event ul li {
    display: flex;
    align-items: center;
}

.data-event ul li:first-child {
    align-items: baseline;
}

.data-event-dates label {
    display: flex;
    align-items: center;
}

.data-event-dates label input {
    margin-right: 14px;
}

.video-preview img {
    width: 100%;
}

.video-preview a {
    display: flex;
    flex-wrap: wrap;
}

.video-preview .play {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    color: lightgrey;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 4em;
}

.video-preview .container-image {
    position: relative;
}

.video-preview .loggedOnly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 3px;
}

section#aside ul > li > i {
    margin-right: 17px;
}

.gallery-text h2 {
    margin-bottom: 0px !important
}

.gallery-text h4 {
    margin-bottom: 26px !important
}

.fa-male {
    font-size: 19px;
}

.fa-lock {
    font-size: 17px;
}

.ebu_filters--show:before {
    content: "";
}

.ebu_filters--show.open::before {
    content: "";
}

.previous-events .title-previous {
    min-height: 180px;
}

.previous-events .title-previous a {
    font-weight: bold;
}

.previous-events .title-previous a:hover {
    color: white!important;
}

.ebu_button {
    color: #33394F;
}

.ebu_button[aria-disabled="true"],
.ebu_button[aria-disabled="true"]:hover {
    background-color: #0BBBEF !important;
    color: white !important;
    cursor: default;
    pointer-events: none;
}

#aside .data-event a:visited {
    color: inherit;
}

.ebu_button[aria-disabled="true"]:focus {
    outline: none;
}

#aside .disclaimer p {
    font-size: 11px;
    margin-top: 20px;
}

#aside .disclaimer a:visited{
    color: white;
}

.ebu_button.bg.white {
    font-weight: 500 !important;
    color: #33394F;
}

.ebu_button.bg.white:visited {
    color: #33394F !important;
}

.ebu_button.bg.white:visited:hover,
.ebu_button.bg.white:hover {
    color: white !important;
}


#aside .ad-event {
    margin-top: 8px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

#aside .ad-event img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1097px) {

    .ebu_breadcrumb {
        top: 90px;
        left: 12px;
    }
}

.ebu_hero p {
    max-width: 800px;
    text-align: left;
    padding-right: 20px;
}

.ebu_hero .credit {
    position: absolute;
    font-size: 14px;
    line-height: 1;
    bottom: 12px;
    left: 12px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 8;
}

.table-schudele .cell.title {
    padding-right: 20px;
    color: #33394F;
    min-width: 150px;
}

.event-sections .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.event-sections .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 0px;
    overflow: hidden;
}

.event-sections .embed-responsive .embed-responsive-item, .event-sections .embed-responsive iframe, .event-sections .embed-responsive embed, .event-sections .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

#videos i.fa-play {
    color: lightgrey;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    margin-top: 80px;
}

#videos i.fa-play:hover {
    color: white;
}

.events_main .ebu_hero.color {
    background-color: #33394F;
    background-blend-mode: soft-light;
}

.groups .ebu_hero.color {
    background-color: #33394F;
    background-blend-mode: soft-light;
}

.accordeon--main h2 {
    font-size: 20px !important;
    margin-top: 24px;
    margin-bottom: 6px;
    line-height: 1.2;
    color: black !important;
}

#previous-edition .event-presentation-title span.ebu-text-label-blue, #previous-edition .content-event .documents small, .event-sections .content-event .documents small,
#videos .content-event .video-preview span.ebu-text-label-blue, .group-meeting-documents .document small {
    background-color: #0BBBEF;
    color: white;
    position: relative;
    top: -3px;
    display: inline-flex;
    align-items: center;
    border-radius: 28px;
    font-size: 12px;
    padding: 10px 16px 10px 16px;
    height: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 10px 0 0;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: top;
    white-space: nowrap;
}

#previous-edition .event-presentation-title span.ebu-text-label-blue, 
#previous-edition .content-event .documents small, 
.event-sections .content-event .documents small, 
#videos .content-event .video-preview span.ebu-text-label-blue, 
.group-meeting-documents .document small {
    background-color: #33394F;
    color: white;
}

.bodywrapper .ebu-text-label-blue {
    background-color: #0BBBEF;
    color: white;
    position: relative;
    top: -5px;
    display: inline-flex;
    align-items: center;
    border-radius: 28px;
    font-size: 12px;
    padding: 0px 16px 0px 16px;
    height: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-left: 0px;
    margin-top: 5px;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: top;
    white-space: nowrap;
}

#intro .ebu-text-label-blue {
    background-color: #0BBBEF;
    color: white;
    position: relative;
    top: -5px;
    display: inline-flex;
    align-items: center;
    border-radius: 28px;
    font-size: 12px;
    padding: 0px 16px 0px 16px;
    height: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-left: 0px;
    margin-top: 5px;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: top;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .ebu_hero.events {
        height: auto;
    }

    #aside .data-event {
        margin-right: 8.33vw;
    }
}

.flickity-prev-next-button path.arrow {
    fill: #33394F;
}

.flickity-prev-next-button svg {
    vertical-align: top;
    width: 21px;
    height: 21px;
    margin-top: 3px;
}

.lrm-embed-gallery-container .flickity-prev-next-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    position: absolute;
    border: 1px solid #33394F !important;
    background: rgba(255, 255, 255, 0.5);
    padding: 2px;
}

.lrm-embed-gallery-container .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0.9);
}

.content-event.fade-in-y_NO.show {
    max-width: 900px;
}

.ebu-newsdetails-img.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 50% !important;
}

.ebu_cards_footer .datetime {
    height: 40px;
}

.events_ebu-event .ebu_hero,
.events_ebu-industry-event .ebu_hero,
.events_other .ebu_hero,
.events_assembly .ebu_hero,
.events_meeting .ebu_hero {
    background-color: #444666;
    background-blend-mode: normal;
}

.events_ebu-event .ebu_hero.color,
.events_ebu-industry-event .ebu_hero.color,
.events_other .ebu_hero.color,
.events_assembly .ebu_hero.color,
.events_meeting .ebu_hero.color {
    background-blend-mode: soft-light;
}

@media (max-width: 800px) {
    .ebu_filters_box .header_filters--mobile {
        z-index: 0;
    }
}

#previous-edition .gallery .gallery-right .gallery-image {
    width: 100%;
    height: 100%;
    background-color: #33394F;
}

#previous-edition .gallery .gallery-right .gallery-image img {
    height: 100%;
    filter: grayscale(100%) blur(2px) opacity(50%);
}

.ebu_hero .tag {
    z-index: 8;
}

.content-event > ol, .content-event > ul {
    line-height: 1.45;
    margin-bottom: 30px;
}

#ebu_filters {
    scroll-margin-top: 100px;
}

.ebu_hero_collaboration .ebu_hero_collaboration-img img {
    width: 160px;
}

.ebu_hero_collaboration {
    text-align: center;
    padding: 0 60px;
    margin-top: 180px;
}

#upcoming-edition {
    min-height: 120vh;
}

.event-presentation-title, .event-presentation-speakers {
    z-index: 1;
}

.ebu_hero_heading {
    z-index:10;
}

#aside {
    z-index: 12;
}

.ebu_hero.register {
    margin-bottom: 20px;
}

@media (min-width: 801px) {
    .small-container {
        width: calc(300px + 20%);
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        translate: calc(300px - 90%);
    }
}

.toggle-button {
    display: inline-flex;
    align-items: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    color: #33394F;
    padding: 0;
    background: transparent;
}
.toggle-button span {
    margin-right: 15px;
    font-weight: inherit;
}
.toggle-button .icon {
    width: 43px;
    height: 24px;
    background: #B4BFCA;
    border-radius: 15px;
    position: relative;
}
.toggle-button .icon::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    transition: background 1s cubic-bezier(0.56, 0.23, 0, 1), transform 1s cubic-bezier(0.56, 0.23, 0, 1);
}
.toggle-button.active .icon::after {
    background: #33394F;
    transform: translateX(19px);
}
/*! tailwindcss v3.0.17 | MIT License | https://tailwindcss.com*/
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after, :before {
    --tw-content: ""
}

.flex {
    display: flex
}

.flex-none {
    flex: none
}

.flex-col {
    flex-direction: column
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-between {
    justify-content: space-between
}

.gap-4 {
    gap: 1rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-full {
    border-radius: 9999px
}

.border {
    border-width: 1px
}

.border-ebu-blue {
    --tw-border-opacity: 1;
    border-color: rgb(27 64 152/var(--tw-border-opacity))
}

.bg-none {
    background-image: none
}

.p-5 {
    padding: 1.25rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.pl-3 {
    padding-left: .75rem
}


.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.leading-snug {
    line-height: 1.375
}

.text-ebu-black {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.text-ebu-blue {
    --tw-text-opacity: 1;
    color: rgb(27 64 152/var(--tw-text-opacity))
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.duration-200 {
    transition-duration: .2s
}

.hover\:border-ebu-turq:hover {
    --tw-border-opacity: 1;
    border-color: rgb(11 187 239/var(--tw-border-opacity))
}

.hover\:bg-ebu-turq:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(11 187 239/var(--tw-bg-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(147 197 253/var(--tw-ring-opacity))
}

@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:items-center {
        align-items: center
    }
}

@media (min-width: 768px) {
    .md\:p-7 {
        padding: 1.75rem
    }

    .md\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

#publicationRestrictedZoneButton h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}

#publicationRestrictedZoneButton p {
    margin: 0;
}

#publicationRestrictedZoneButton h2:after {
    width: inherit;
    background: none;
    margin-top: 0;
    content: none;
}

#publicationRestrictedZoneButton {
    margin-bottom: 10px;
}

#publicationRestrictedZoneButton .bg-ebu-gray-200 {
    background-color: #f7f7f7;
}

#publicationRestrictedZoneButton .bg-ebu-gray-200 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#publicationRestrictedZoneButton .h-9 {
    height: 2.25rem;
}
.ad-banner {
    background-blend-mode: soft-light;
    background-size: cover !important;
}
