@charset "UTF-8";
.SessionListing {
  position: relative; }

@keyframes loadingRotation {
  0% {
    transform: translateX(-50%) rotate(0); }
  25% {
    transform: translateX(-50%) rotate(90deg); }
  50% {
    transform: translateX(-50%) rotate(180deg); }
  75% {
    transform: translateX(-50%) rotate(270deg); }
  100% {
    transform: translateX(-50%) rotate(360deg); } }
  .SessionListing .loading_notice_wrapper {
    height: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease; }
    [data-palau-programming="ready"] .SessionListing .loading_notice_wrapper {
      opacity: 0; }
  .SessionListing .notice_label {
    font-size: 0;
    height: 50px; }
    .SessionListing .notice_label::before, .SessionListing .notice_label::after {
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 50%;
      border: 3px solid black;
      border-radius: 100%;
      transform: translateX(-50%);
      transform-origin: 50% 50%; }
      .dark_mode .SessionListing .notice_label::before, .dark_mode .SessionListing .notice_label::after {
        border-color: white; }
    .SessionListing .notice_label::before {
      opacity: 0.15; }
    .SessionListing .notice_label::after {
      opacity: 0.75;
      clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
      transition: all 0.5s linear;
      animation-name: loadingRotation;
      animation-duration: 1.5s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
  .SessionListing .cycle_hashtag_header {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 48px 0; }
    .dark_mode .SessionListing .cycle_hashtag_header {
      border-top-color: rgba(255, 255, 255, 0.25); }
    .SessionListing .cycle_hashtag_header .description {
      /* Links */
      /* Default elements separations */
      /* Unordered/Ordered lists */
      /* Blockquotes */
      /* Intro texts */
      /* Light buttons placed inside text */
      /* Solid buttons placed inside text */
      /* Button separations */
      text-align: center; }
      .SessionListing .cycle_hashtag_header .description a {
        color: inherit; }
      .SessionListing .cycle_hashtag_header .description > * {
        margin: 0; }
        .SessionListing .cycle_hashtag_header .description > * + * {
          margin-top: 24px; }
        .SessionListing .cycle_hashtag_header .description > * + h3,
        .SessionListing .cycle_hashtag_header .description > * + .h3 {
          margin-top: 48px; }
      .SessionListing .cycle_hashtag_header .description ul,
      .SessionListing .cycle_hashtag_header .description ol {
        margin-left: 0;
        padding-left: 22px; }
        .SessionListing .cycle_hashtag_header .description ul li + li,
        .SessionListing .cycle_hashtag_header .description ol li + li {
          margin-top: 12px; }
      .SessionListing .cycle_hashtag_header .description ul li {
        list-style-type: '_  '; }
      .SessionListing .cycle_hashtag_header .description blockquote {
        font-size: 21px;
        font-style: italic;
        letter-spacing: 0.01em; }
        .SessionListing .cycle_hashtag_header .description blockquote > * {
          margin-top: 0;
          margin-bottom: 0; }
      .SessionListing .cycle_hashtag_header .description .intro {
        font-size: 28px;
        line-height: 42px;
        font-family: inherit; }
      .SessionListing .cycle_hashtag_header .description a.button,
      .SessionListing .cycle_hashtag_header .description .button a,
      .SessionListing .cycle_hashtag_header .description a .button {
        background: none;
        color: black;
        display: inline-flex;
        transition: all 0.5s ease;
        font-family: "Karla", Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        border: 2px solid black;
        border-radius: 28px;
        font-size: 18px;
        line-height: 18px;
        padding: 8px 24px; }
        .dark_block .SessionListing .cycle_hashtag_header .description a.button,
        .dark_mode .SessionListing .cycle_hashtag_header .description a.button, .dark_block
        .SessionListing .cycle_hashtag_header .description .button a,
        .dark_mode
        .SessionListing .cycle_hashtag_header .description .button a, .dark_block
        .SessionListing .cycle_hashtag_header .description a .button,
        .dark_mode
        .SessionListing .cycle_hashtag_header .description a .button {
          color: white;
          border-color: white; }
        .SessionListing .cycle_hashtag_header .description a.button:hover, .SessionListing .cycle_hashtag_header .description a.button:focus,
        .SessionListing .cycle_hashtag_header .description .button a:hover,
        .SessionListing .cycle_hashtag_header .description .button a:focus,
        .SessionListing .cycle_hashtag_header .description a .button:hover,
        .SessionListing .cycle_hashtag_header .description a .button:focus {
          color: white;
          background: black; }
          .dark_block .SessionListing .cycle_hashtag_header .description a.button:hover,
          .dark_mode .SessionListing .cycle_hashtag_header .description a.button:hover, .dark_block .SessionListing .cycle_hashtag_header .description a.button:focus,
          .dark_mode .SessionListing .cycle_hashtag_header .description a.button:focus, .dark_block
          .SessionListing .cycle_hashtag_header .description .button a:hover,
          .dark_mode
          .SessionListing .cycle_hashtag_header .description .button a:hover, .dark_block
          .SessionListing .cycle_hashtag_header .description .button a:focus,
          .dark_mode
          .SessionListing .cycle_hashtag_header .description .button a:focus, .dark_block
          .SessionListing .cycle_hashtag_header .description a .button:hover,
          .dark_mode
          .SessionListing .cycle_hashtag_header .description a .button:hover, .dark_block
          .SessionListing .cycle_hashtag_header .description a .button:focus,
          .dark_mode
          .SessionListing .cycle_hashtag_header .description a .button:focus {
            color: black;
            background: white; }
        .SessionListing .cycle_hashtag_header .description a.button,
        .SessionListing .cycle_hashtag_header .description a.button a,
        .SessionListing .cycle_hashtag_header .description .button a,
        .SessionListing .cycle_hashtag_header .description .button a a,
        .SessionListing .cycle_hashtag_header .description a .button,
        .SessionListing .cycle_hashtag_header .description a .button a {
          text-decoration: none; }
      .SessionListing .cycle_hashtag_header .description .button:not(:has(a)) {
        background: none;
        color: black;
        display: inline-flex;
        transition: all 0.5s ease;
        font-family: "Karla", Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        border: 2px solid black;
        border-radius: 28px;
        font-size: 18px;
        line-height: 18px;
        padding: 8px 24px; }
        .dark_block .SessionListing .cycle_hashtag_header .description .button:not(:has(a)),
        .dark_mode .SessionListing .cycle_hashtag_header .description .button:not(:has(a)) {
          color: white;
          border-color: white; }
        .SessionListing .cycle_hashtag_header .description .button:not(:has(a)):hover, .SessionListing .cycle_hashtag_header .description .button:not(:has(a)):focus {
          color: white;
          background: black; }
          .dark_block .SessionListing .cycle_hashtag_header .description .button:not(:has(a)):hover,
          .dark_mode .SessionListing .cycle_hashtag_header .description .button:not(:has(a)):hover, .dark_block .SessionListing .cycle_hashtag_header .description .button:not(:has(a)):focus,
          .dark_mode .SessionListing .cycle_hashtag_header .description .button:not(:has(a)):focus {
            color: black;
            background: white; }
        .SessionListing .cycle_hashtag_header .description .button:not(:has(a)),
        .SessionListing .cycle_hashtag_header .description .button:not(:has(a)) a {
          text-decoration: none; }
      .SessionListing .cycle_hashtag_header .description a.button-solid,
      .SessionListing .cycle_hashtag_header .description .button-solid a,
      .SessionListing .cycle_hashtag_header .description a .button-solid {
        color: white;
        background: black;
        display: inline-flex;
        transition: all 0.5s ease;
        font-family: "Karla", Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        border: 2px solid black;
        border-radius: 28px;
        font-size: 18px;
        line-height: 18px;
        padding: 8px 24px; }
        .dark_block .SessionListing .cycle_hashtag_header .description a.button-solid,
        .dark_mode .SessionListing .cycle_hashtag_header .description a.button-solid, .dark_block
        .SessionListing .cycle_hashtag_header .description .button-solid a,
        .dark_mode
        .SessionListing .cycle_hashtag_header .description .button-solid a, .dark_block
        .SessionListing .cycle_hashtag_header .description a .button-solid,
        .dark_mode
        .SessionListing .cycle_hashtag_header .description a .button-solid {
          color: black;
          background: white;
          border-color: white; }
        .SessionListing .cycle_hashtag_header .description a.button-solid:hover, .SessionListing .cycle_hashtag_header .description a.button-solid:focus,
        .SessionListing .cycle_hashtag_header .description .button-solid a:hover,
        .SessionListing .cycle_hashtag_header .description .button-solid a:focus,
        .SessionListing .cycle_hashtag_header .description a .button-solid:hover,
        .SessionListing .cycle_hashtag_header .description a .button-solid:focus {
          color: black;
          background: transparent; }
          .dark_block .SessionListing .cycle_hashtag_header .description a.button-solid:hover,
          .dark_mode .SessionListing .cycle_hashtag_header .description a.button-solid:hover, .dark_block .SessionListing .cycle_hashtag_header .description a.button-solid:focus,
          .dark_mode .SessionListing .cycle_hashtag_header .description a.button-solid:focus, .dark_block
          .SessionListing .cycle_hashtag_header .description .button-solid a:hover,
          .dark_mode
          .SessionListing .cycle_hashtag_header .description .button-solid a:hover, .dark_block
          .SessionListing .cycle_hashtag_header .description .button-solid a:focus,
          .dark_mode
          .SessionListing .cycle_hashtag_header .description .button-solid a:focus, .dark_block
          .SessionListing .cycle_hashtag_header .description a .button-solid:hover,
          .dark_mode
          .SessionListing .cycle_hashtag_header .description a .button-solid:hover, .dark_block
          .SessionListing .cycle_hashtag_header .description a .button-solid:focus,
          .dark_mode
          .SessionListing .cycle_hashtag_header .description a .button-solid:focus {
            color: white;
            background: transparent; }
        .SessionListing .cycle_hashtag_header .description a.button-solid,
        .SessionListing .cycle_hashtag_header .description a.button-solid a,
        .SessionListing .cycle_hashtag_header .description .button-solid a,
        .SessionListing .cycle_hashtag_header .description .button-solid a a,
        .SessionListing .cycle_hashtag_header .description a .button-solid,
        .SessionListing .cycle_hashtag_header .description a .button-solid a {
          text-decoration: none; }
      .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)) {
        color: white;
        background: black;
        display: inline-flex;
        transition: all 0.5s ease;
        font-family: "Karla", Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        border: 2px solid black;
        border-radius: 28px;
        font-size: 18px;
        line-height: 18px;
        padding: 8px 24px; }
        .dark_block .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)),
        .dark_mode .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)) {
          color: black;
          background: white;
          border-color: white; }
        .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)):hover, .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)):focus {
          color: black;
          background: transparent; }
          .dark_block .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)):hover,
          .dark_mode .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)):hover, .dark_block .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)):focus,
          .dark_mode .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)):focus {
            color: white;
            background: transparent; }
        .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)),
        .SessionListing .cycle_hashtag_header .description .button-solid:not(:has(a)) a {
          text-decoration: none; }
      .SessionListing .cycle_hashtag_header .description .button + .button,
      .SessionListing .cycle_hashtag_header .description .button-solid + .button,
      .SessionListing .cycle_hashtag_header .description .button + .button-solid,
      .SessionListing .cycle_hashtag_header .description .button-solid + .button-solid,
      .SessionListing .cycle_hashtag_header .description .button a + a,
      .SessionListing .cycle_hashtag_header .description .button-solid a + a {
        margin-left: 24px; }
      @media (min-width: 1250px) {
        .SessionListing .cycle_hashtag_header .description {
          margin-left: auto;
          margin-right: auto;
          width: 992px; } }
      @media (min-width: 1020px) and (max-width: 1249px) {
        .SessionListing .cycle_hashtag_header .description {
          margin-left: auto;
          margin-right: auto;
          width: 802.36364px; } }
  .SessionListing .collection_filters_mask {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0); }
    .SessionListing .collection_filters_mask:not(.visible) {
      opacity: 0;
      visibility: hidden; }
  .SessionListing .filter_wrapper .filter {
    opacity: .8;
    transition: all 0.2s ease; }
    .SessionListing .filter_wrapper .filter:hover {
      opacity: 1;
      text-decoration: underline; }
  .SessionListing .filter_wrapper.selected {
    font-weight: 600;
    position: relative; }
    .SessionListing .filter_wrapper.selected a {
      opacity: 1;
      font-weight: 600; }
    .SessionListing .filter_wrapper.selected::before {
      content: '';
      width: 12px;
      height: 12px;
      opacity: 1;
      background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-tick.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: -20px;
      top: 2px; }
  .SessionListing .collection_filters_popup {
    color: black;
    max-width: 1000px;
    max-height: 80dvh;
    padding: 24px 40px;
    background: white;
    overflow-y: auto;
    border: 1px solid #ddd;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease;
    position: absolute;
    left: 50%;
    top: 100%;
    white-space: nowrap;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 1000; }
    .SessionListing .collection_filters_popup.visible {
      opacity: 1;
      visibility: visible; }
    @media (max-width: 1019px) {
      .SessionListing .collection_filters_popup {
        max-width: none;
        max-height: none;
        padding: 0;
        position: fixed;
        inset: 32px;
        white-space: initial;
        transform: none; } }
  .SessionListing .filter_popup_heading {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px 0;
    text-align: center; }
    @media (max-width: 1019px) {
      .SessionListing .filter_popup_heading {
        text-align: left;
        padding: 24px 32px;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        background: white;
        position: sticky;
        top: 0;
        z-index: 10; } }
    .SessionListing .filter_popup_heading .filter {
      text-decoration: underline; }
    .SessionListing .filter_popup_heading .close {
      display: none; }
      @media (max-width: 1019px) {
        .SessionListing .filter_popup_heading .close {
          width: 20px;
          height: 20px;
          display: block;
          background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-clear.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: absolute;
          top: 50%;
          right: 25px;
          transform: translateY(-50%); } }
  .SessionListing .collection_filters_popup:has(.filter_popup_columns):not(:has(.selected)) {
    /* Set a tick to the main filter when there are not selected filters */ }
    .SessionListing .collection_filters_popup:has(.filter_popup_columns):not(:has(.selected)) .filter_popup_heading .filter {
      position: relative; }
      .SessionListing .collection_filters_popup:has(.filter_popup_columns):not(:has(.selected)) .filter_popup_heading .filter::before {
        content: '';
        width: 12px;
        height: 12px;
        opacity: 1;
        background-image: url(https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-tick.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -20px;
        top: 2px; }
  .SessionListing .filter_popup_columns {
    display: flex;
    gap: 42px;
    width: 100%; }
    @media (max-width: 1019px) {
      .SessionListing .filter_popup_columns {
        gap: 24px;
        padding: 24px 32px;
        flex-direction: column; } }
  .SessionListing .filter_popup_column {
    flex-grow: 1; }
    .SessionListing .filter_popup_column h1 {
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 8px 0;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    .SessionListing .filter_popup_column ul {
      font-size: 18px;
      line-height: 24px;
      margin: 0;
      padding: 0;
      font-size: 16px;
      /* Canviar a include? */
      line-height: 20px; }
      .SessionListing .filter_popup_column ul li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .SessionListing .filter_popup_column ul li .count {
        color: #aaa;
        font-weight: 300;
        font-style: italic;
        margin-left: 4px;
        font-size: 14px; }
      .SessionListing .filter_popup_column ul li + li {
        margin-top: 4px; }
    .SessionListing .filter_popup_column a {
      text-decoration: none; }
  .SessionListing .listing_filters {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    font-size: 18px;
    min-height: 64px;
    position: relative;
    justify-content: space-between;
    transition: all 0.5s ease;
    z-index: 10; }
    [data-palau-programming='ready'] .SessionListing .listing_filters {
      display: flex; }
    @media (max-width: 1019px) {
      .SessionListing .listing_filters {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px; } }
    .SessionListing .listing_filters .collection_filters_popup_trigger {
      cursor: pointer;
      text-decoration: none; }
    .SessionListing .listing_filters .collection_filters_wrapper {
      position: relative; }
    .SessionListing .listing_filters .collection_filters_title {
      text-align: center;
      text-decoration: none; }
      .SessionListing .listing_filters .collection_filters_title a::after {
        content: '';
        width: 20px;
        height: 11px;
        background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-dropdown.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        cursor: pointer; }
    .SessionListing .listing_filters .date_filters_wrapper {
      position: relative; }
    .SessionListing .listing_filters .date_filters {
      display: flex; }
      @media (max-width: 1019px) {
        .SessionListing .listing_filters .date_filters {
          white-space: nowrap;
          overflow: hidden; } }
      .SessionListing .listing_filters .date_filters .date_filters_popup_trigger {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-weight: 300;
        text-decoration: none;
        cursor: pointer;
        padding-left: 25px;
        margin-left: 7px; }
        .SessionListing .listing_filters .date_filters .date_filters_popup_trigger::before {
          content: '';
          width: 24px;
          height: 24px;
          background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-calendar.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 1px; }
        .SessionListing .listing_filters .date_filters .date_filters_popup_trigger .date_filters_popup_trigger_calendar_label {
          margin-right: 8px; }
          @media (max-width: 1019px) {
            .SessionListing .listing_filters .date_filters .date_filters_popup_trigger .date_filters_popup_trigger_calendar_label {
              display: none; } }
        .SessionListing .listing_filters .date_filters .date_filters_popup_trigger .selected_date_filter_label {
          display: flex;
          position: relative; }
        .SessionListing .listing_filters .date_filters .date_filters_popup_trigger::after {
          content: '';
          width: 20px;
          height: 11px;
          background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-dropdown.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          vertical-align: middle;
          margin-left: 8px;
          cursor: pointer; }
    .SessionListing .listing_filters .free_search_wrapper {
      display: flex;
      justify-content: flex-end;
      position: relative; }
      .SessionListing .listing_filters .free_search_wrapper::after {
        content: '';
        width: 17px;
        height: 17px;
        background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-search.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 5px; }
      .SessionListing .listing_filters .free_search_wrapper input {
        border: none;
        outline: none;
        border-bottom: 1px solid #aaa;
        padding: 4px 0px;
        font-size: 18px;
        background: transparent; }
        @media (max-width: 1019px) {
          .SessionListing .listing_filters .free_search_wrapper input {
            width: 100%; } }
      .SessionListing .listing_filters .free_search_wrapper .clear-button {
        display: none;
        background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-clear.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 4px; }
      .SessionListing .listing_filters .free_search_wrapper.has-content::after {
        display: none; }
      .SessionListing .listing_filters .free_search_wrapper.has-content .clear-button {
        display: inline-block; }
    @media (min-width: 1250px) {
      .SessionListing .listing_filters .free_search_wrapper,
      .SessionListing .listing_filters .date_filters_wrapper {
        flex: 1; } }
  @media (min-width: 1250px) {
    .SessionListing .listing_filters.out-of-view {
      opacity: 0; } }
  @media (min-width: 1020px) and (max-width: 1249px) {
    .SessionListing .listing_filters.out-of-view {
      opacity: 0; } }
  [data-show-fixed-site-header='true'] .SessionListing .filter_popup_wrapper {
    position: fixed;
    inset: 63px 0 0 0; }
  @media (min-width: 1250px) {
    [data-show-fixed-site-header='true'] .SessionListing .listing_filters {
      top: 0;
      z-index: 10;
      pointer-events: none;
      position: fixed;
      width: 1200px; }
      [data-show-fixed-site-header='true'] .SessionListing .listing_filters > * {
        pointer-events: all; } }
  @media (min-width: 1020px) and (max-width: 1249px) {
    [data-show-fixed-site-header='true'] .SessionListing .listing_filters {
      top: 0;
      z-index: 10;
      pointer-events: none;
      position: fixed;
      width: 970px; }
      [data-show-fixed-site-header='true'] .SessionListing .listing_filters > * {
        pointer-events: all; } }
  [data-show-fixed-site-header='true'] .SessionListing .cycle_hashtag_header {
    margin-top: 64px; }
  [data-show-fixed-site-header='true'][data-scroll-direction='up'] .SessionListing .listing_filters {
    opacity: 0; }
  [data-show-fixed-site-header='true'][data-scroll-direction='down'] .SessionListing .listing_filters {
    opacity: 1; }
  [data-show-fixed-site-header='true'] .dark_mode .SessionListing .date_filters_popup_trigger,
  [data-show-fixed-site-header='true'] .dark_mode .SessionListing .collection_filters_popup_trigger {
    color: black; }
  body:not([data-show-fixed-site-header='true']) .dark_mode .SessionListing .date_filters_popup_trigger::before {
    background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-calendar-white.svg"); }
  body:not([data-show-fixed-site-header='true']) .dark_mode .SessionListing .date_filters_popup_trigger::after,
  body:not([data-show-fixed-site-header='true']) .dark_mode .SessionListing .collection_filters_popup_trigger::after {
    background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-dropdown-white.svg"); }
  body:not([data-show-fixed-site-header='true']) .dark_mode .SessionListing .free_search_wrapper::after {
    background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-search-white.svg"); }
  body:not([data-show-fixed-site-header='true']) .dark_mode .SessionListing .free_search_wrapper .free_search {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.75); }
    body:not([data-show-fixed-site-header='true']) .dark_mode .SessionListing .free_search_wrapper .free_search::placeholder {
      color: rgba(255, 255, 255, 0.5); }
  body:not([data-show-fixed-site-header='true']) .dark_mode .SessionListing .free_search_wrapper .clear-button {
    background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-clear-white.svg"); }
  .SessionListing .date_filters_popup,
  .SessionListing .date_filters_popup_mask {
    transition: all 0.5s ease; }
    .SessionListing .date_filters_popup:not(.active),
    .SessionListing .date_filters_popup_mask:not(.active) {
      opacity: 0;
      visibility: hidden; }
  .SessionListing .date_filters_popup_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0); }
  .SessionListing .date_filters_popup {
    color: black;
    display: inline-flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0px; }
    @media (max-width: 1019px) {
      .SessionListing .date_filters_popup {
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        inset: 32px 32px auto 32px;
        max-height: none;
        max-width: none;
        transform: none; } }
    .SessionListing .date_filters_popup .close {
      display: none; }
      @media (max-width: 1019px) {
        .SessionListing .date_filters_popup .close {
          width: 20px;
          height: 20px;
          display: block;
          background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-clear.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: absolute;
          top: 26px;
          right: 26px; } }
    .SessionListing .date_filters_popup label {
      font-size: 16px;
      font-weight: 400; }
    .SessionListing .date_filters_popup .date_filter_options {
      display: flex;
      flex-direction: column;
      padding: 24px 40px; }
      @media (max-width: 1019px) {
        .SessionListing .date_filters_popup .date_filter_options {
          padding: 24px 32px;
          border-bottom: 1px solid #ddd; } }
      @media (min-width: 1250px) {
        .SessionListing .date_filters_popup .date_filter_options {
          border-right: 1px solid #ddd; } }
      @media (min-width: 1020px) and (max-width: 1249px) {
        .SessionListing .date_filters_popup .date_filter_options {
          border-right: 1px solid #ddd; } }
      .SessionListing .date_filters_popup .date_filter_options .option input {
        display: none; }
      .SessionListing .date_filters_popup .date_filter_options .option label {
        opacity: 0.8;
        transition: all 0.2s ease;
        cursor: pointer;
        position: relative;
        white-space: nowrap; }
        .SessionListing .date_filters_popup .date_filter_options .option label::before {
          content: '';
          width: 12px;
          height: 12px;
          opacity: 0;
          background-image: url("https://www.downtownmelody.com/_x/d3d3LnBhbGF1bXVzaWNhLmNhdA/resources/palaumusica/images/2023/icon-tick.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: -20px;
          top: 2px; }
        .SessionListing .date_filters_popup .date_filter_options .option label:hover {
          opacity: 1;
          text-decoration: underline; }
      .SessionListing .date_filters_popup .date_filter_options .option.selected label {
        opacity: 1;
        font-weight: 600; }
        .SessionListing .date_filters_popup .date_filter_options .option.selected label::before {
          opacity: 1; }
    .SessionListing .date_filters_popup .date_filter_calendar {
      display: flex;
      padding: 24px; }
      @media (max-width: 1019px) {
        .SessionListing .date_filters_popup .date_filter_calendar {
          width: auto; } }
  .SessionListing .listing {
    transition: all 0.5s ease; }
    [data-palau-programming="loading"] .SessionListing .listing {
      opacity: 0;
      transform: translateY(10px); }
    [data-palau-programming="ready"] .SessionListing .listing {
      opacity: 1;
      transform: translateY(0); }
    .SessionListing .listing .entry {
      border-top: 1px solid #ddd;
      margin-bottom: 44px;
      padding-top: 44px;
      /* De moment només marquem les sessions expirades */ }
      .dark_mode .SessionListing .listing .entry {
        border-top-color: rgba(255, 255, 255, 0.25); }
      .SessionListing .listing .entry.hide {
        display: none; }
      .SessionListing .listing .entry.expired .sessions, .SessionListing .listing .entry.expired .description {
        opacity: 0.5; }
      .SessionListing .listing .entry .production_link {
        display: flex;
        flex-direction: column;
        gap: 24px;
        text-decoration: none; }
        @media (min-width: 1250px) {
          .SessionListing .listing .entry .production_link {
            flex-direction: row;
            gap: 48px; } }
        @media (min-width: 1020px) and (max-width: 1249px) {
          .SessionListing .listing .entry .production_link {
            flex-direction: row;
            gap: 35.81818px; } }
        @media (min-width: 1250px) {
          .SessionListing .listing .entry .production_link .image {
            width: 368px; } }
        @media (min-width: 1020px) and (max-width: 1249px) {
          .SessionListing .listing .entry .production_link .image {
            width: 299.45455px; } }
        .SessionListing .listing .entry .production_link .image img {
          display: block;
          width: 100%; }
        .SessionListing .listing .entry .production_link .image {
          transition: all 1s ease; }
        .SessionListing .listing .entry .production_link .image img {
          transition: all 1.5s ease; }
        .SessionListing .listing .entry .production_link .image {
          display: block;
          overflow: hidden; }
        .SessionListing .listing .entry .production_link:hover .image, .SessionListing .listing .entry .production_link:focus .image {
          transform: scale(0.99); }
        .SessionListing .listing .entry .production_link:hover .image img, .SessionListing .listing .entry .production_link:focus .image img {
          transform: scale(1.1); }
        .SessionListing .listing .entry .production_link .description {
          display: grid;
          align-content: start;
          gap: 8px; }
          @media (min-width: 1250px) {
            .SessionListing .listing .entry .production_link .description {
              width: 472px; } }
          @media (min-width: 1020px) and (max-width: 1249px) {
            .SessionListing .listing .entry .production_link .description {
              width: 383.27273px; } }
          .SessionListing .listing .entry .production_link .description .hashtags {
            font-size: 16px;
            line-height: 22px;
            display: flex;
            flex-wrap: wrap;
            gap: 0 8px;
            opacity: 0.7; }
          .SessionListing .listing .entry .production_link .description .heading {
            margin: 0;
            font-size: 32px;
            line-height: 40px; }
            .SessionListing .listing .entry .production_link .description .heading p {
              margin: 0; }
          .SessionListing .listing .entry .production_link .description .subtitle {
            margin: 0;
            font-style: normal; }
            .SessionListing .listing .entry .production_link .description .subtitle p {
              margin: 0; }
          .SessionListing .listing .entry .production_link .description .cycles {
            font-size: 16px;
            line-height: 22px;
            margin-top: 8px;
            display: flex;
            flex-wrap: wrap; }
            .SessionListing .listing .entry .production_link .description .cycles .cycle:not(:last-child)::after {
              content: '·';
              margin: 0 8px; }
        .SessionListing .listing .entry .production_link .sessions {
          font-size: 16px;
          line-height: 24px; }
          @media (min-width: 1250px) {
            .SessionListing .listing .entry .production_link .sessions {
              width: 264px; } }
          @media (min-width: 1020px) and (max-width: 1249px) {
            .SessionListing .listing .entry .production_link .sessions {
              width: 215.63636px; } }
          .SessionListing .listing .entry .production_link .sessions .list .session {
            display: flex;
            gap: 8px; }
            .SessionListing .listing .entry .production_link .sessions .list .session.expired {
              opacity: 0.5; }
            .SessionListing .listing .entry .production_link .sessions .list .session .date {
              display: flex;
              gap: 4px;
              min-width: 100px; }
              .SessionListing .listing .entry .production_link .sessions .list .session .date .day {
                font-size: 20px;
                font-weight: 400; }
            .SessionListing .listing .entry .production_link .sessions .list .session .time {
              font-size: 14px;
              display: flex;
              gap: 4px; }
              .SessionListing .listing .entry .production_link .sessions .list .session .time .hour,
              .SessionListing .listing .entry .production_link .sessions .list .session .time .weekday,
              .SessionListing .listing .entry .production_link .sessions .list .session .time .stage {
                opacity: 0.7; }
              .SessionListing .listing .entry .production_link .sessions .list .session .time .weekday {
                text-transform: capitalize; }
              .SessionListing .listing .entry .production_link .sessions .list .session .time .problems {
                color: #c00;
                text-transform: capitalize; }
            .SessionListing .listing .entry .production_link .sessions .list .session.multiple .date .month_name {
              display: none; }
            .SessionListing .listing .entry .production_link .sessions .list .session.multiple .time .stage {
              display: none; }
            .SessionListing .listing .entry .production_link .sessions .list .session.single {
              flex-direction: column;
              gap: 16px; }
              .SessionListing .listing .entry .production_link .sessions .list .session.single .month_name_short {
                display: none; }
              .SessionListing .listing .entry .production_link .sessions .list .session.single .time {
                gap: 0;
                flex-direction: column; }
                .SessionListing .listing .entry .production_link .sessions .list .session.single .time .weekday {
                  order: -1; }
            .SessionListing .listing .entry .production_link .sessions .list .session.has_problems.multiple .time .weekday {
              display: none; }
            .SessionListing .listing .entry .production_link .sessions .list .session + .session {
              margin-top: 4px; }
          .SessionListing .listing .entry .production_link .sessions .more-dates {
            font-size: 16px;
            line-height: 22px;
            margin-top: 16px;
            text-decoration: underline; }
          .SessionListing .listing .entry .production_link .sessions .actions {
            margin-top: 16px; }
            .SessionListing .listing .entry .production_link .sessions .actions .button {
              color: white;
              background: black;
              display: inline-flex;
              transition: all 0.5s ease;
              font-family: "Karla", Arial, sans-serif;
              font-weight: 400;
              text-transform: uppercase;
              border: 2px solid black;
              border-radius: 28px;
              font-size: 14px;
              line-height: 18px;
              border-width: 1px;
              padding: 4px 12px; }
              .dark_block .SessionListing .listing .entry .production_link .sessions .actions .button,
              .dark_mode .SessionListing .listing .entry .production_link .sessions .actions .button {
                color: black;
                background: white;
                border-color: white; }
              .SessionListing .listing .entry .production_link .sessions .actions .button:hover, .SessionListing .listing .entry .production_link .sessions .actions .button:focus {
                color: black;
                background: transparent; }
                .dark_block .SessionListing .listing .entry .production_link .sessions .actions .button:hover,
                .dark_mode .SessionListing .listing .entry .production_link .sessions .actions .button:hover, .dark_block .SessionListing .listing .entry .production_link .sessions .actions .button:focus,
                .dark_mode .SessionListing .listing .entry .production_link .sessions .actions .button:focus {
                  color: white;
                  background: transparent; }
              .SessionListing .listing .entry .production_link .sessions .actions .button,
              .SessionListing .listing .entry .production_link .sessions .actions .button a {
                text-decoration: none; }
  .SessionListing .no_results {
    display: none;
    align-items: center;
    justify-content: center; }

@media (min-width: 1250px) {
  .fixed_site_header .home_link,
  .fixed_site_header .actions,
  .fixed_site_header .inner {
    transition: all 0.5s ease; }
  .fixed_site_header .sections .main_heading {
    margin-left: auto !important;
    margin-right: auto !important; }
  [data-show-fixed-site-header='true'] .fixed_site_header {
    opacity: 1;
    visibility: visible; }
  [data-show-fixed-site-header='true'][data-scroll-direction='down'] .fixed_site_header .home_link,
  [data-show-fixed-site-header='true'][data-scroll-direction='down'] .fixed_site_header .actions {
    opacity: 0;
    visibility: hidden; }
  [data-show-fixed-site-header='true'][data-scroll-direction='down'] .fixed_site_header .inner {
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 1020px) and (max-width: 1249px) {
  .fixed_site_header .home_link,
  .fixed_site_header .actions,
  .fixed_site_header .inner {
    transition: all 0.5s ease; }
  .fixed_site_header .sections .main_heading {
    margin-left: auto !important;
    margin-right: auto !important; }
  [data-show-fixed-site-header='true'] .fixed_site_header {
    opacity: 1;
    visibility: visible; }
  [data-show-fixed-site-header='true'][data-scroll-direction='down'] .fixed_site_header .home_link,
  [data-show-fixed-site-header='true'][data-scroll-direction='down'] .fixed_site_header .actions {
    opacity: 0;
    visibility: hidden; }
  [data-show-fixed-site-header='true'][data-scroll-direction='down'] .fixed_site_header .inner {
    opacity: 0;
    visibility: hidden; } }

/*# sourceMappingURL=sessionlisting.palau_2023.scss.map */