.breadcrumbs > i {
    margin: -1px 8px;
    line-height: 18px;
}

.breadcrumbs .breadcrumb > span {
    margin-left: 0;
}

.check-button .icon {
    width: 9px !important;
    min-width: 9px !important;
    height: 9px !important;
}

.cta_loadmore {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 88px 0 104px;
}

.stickys-listing .grid-card .CardTypology {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 6px 14px rgba(119, 136, 157, 0.2);
}

.stickys-listing .grid-card .CardTypology .CardTypology_main {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.CardTypology_footer {
    margin-top: 0;
    padding: 12px 20px;
}

.CardTypology_main .CardTypology_footer {
    padding: 0;
}

.stickys-listing .filters-bar .desktop .control {
    min-width: 20%;
}

.filter-type {
    display: none;
}

.research.stickys-flaps.active .filter-type {
    display: block;
}

.ebu_filters--show svg {
    transform: none;
}

.stickys-listing .container-filters {
    padding-top: 80px;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.stickys-listing .grid-card .CardTypology .featured__billboard--info-date .featured__billboard--info-date-dt,
.featured .featured__content .featured__cards .featured__cards--item .featured__billboard--info-date .featured__billboard--info-date-dt {
    min-width: fit-content;
}

.ebu_filters.disabled{
    filter: blur(1px);
    pointer-events: none;
}

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

.stickys-listing .container-filters .bg {
    background-color: #33394F;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 9999rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-width-168 {
    min-width: 168px;
}

.toggle-button{
    padding: 0 !important;
}

.CardTypology_image{
    background-position: left;
}

.modal__content{
    font-size: 16px;
}

.lang-list .select-text {
    color: #33394F;
    text-decoration: none;
    font-weight: bold;
}

.paragraphs.large.content-grey,
.CardTypology_paragraph {
    padding-top: 1em;
    padding-bottom: 1em;
}

.text-button.noMrgX{
    cursor: auto;
}

.profile {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
}
.profile > .avatar {
    margin-right: 18px;
}
.profile > .info {
    font-size: 14px;
    line-height: 1.28;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.profile-grid {
    grid-row-gap: 40px;
    grid-column-gap: 100px;
    flex-wrap: wrap;
}

#contactsModal h5 {
    font-weight: 700;
    padding: 0;
    color: #33394F;
}

h5.modal-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.modal-header {
    border-bottom: none;
}

.modal-header, .modal-body {
    padding: 30px;
}

.profile .info .title {
    text-transform: capitalize;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 1em;
}

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

.capitalize {
    text-transform: capitalize;
}

.media img {
    max-width: 100%;
}

.text-button.circle.medium span,
.download-button-list li {
    text-align: left;
}

.text-button.circle.small {
    align-self: flex-start;
    text-align: left;
    text-decoration: none;
    outline: none;
}

.text-button.circle:visited {
    color: #33394F;
}

.filled-button.medium.link a {
    z-index: 99;
}

.featured .featured__content .featured__billboard .featured__billboard--card .video-preview {
    height:auto!important;
    max-height: 28.1rem;
}

.mobile-filters .top {
    position: relative;
    top: 12px;
}

.selectable-link {
    user-select: text;
    -webkit-user-select: text;
}

.selectable-link span {
    pointer-events: none;
}
.modal {
  display: none;
}

.modal__header {
  padding: 2rem 2rem 0rem 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal__close {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
}
.modal__wrapper {
  margin: 0 auto;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  height: auto;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  width: auto;
  max-width: 100%;
  z-index: 9999;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 6px #777;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  overflow-x: hidden;
  flex-direction: column;
}
.modal__content {
  position: relative;
  overflow-x: hidden;
  flex-grow: 1;
  padding: 0 2rem 2rem 2rem;
}
.modal.is-active {
  display: block;
}
.modal.is-visible .modal__wrapper {
  opacity: 1;
}
.modal.is-visible .modal__overlay {
  opacity: 0.5;
}

.modal__overlay {
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lang-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 5rem;
  row-gap: 0;
}

.lang-list p {
  margin-top: 0;
  width: 100px;
}

.lang-top {
  padding-bottom: 0.1rem;
}
.lang-btm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.select-text:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #33394F;
}

@media screen and (max-width: 795px) {
  .modal__wrapper {
    width: calc(100vw - 20px);
  }
}

a.select-text.disabled {
  pointer-events: none;
  cursor: default;
  color: #b3b3b3;
}
