/* Visit */
/* Art */
/* Events */
.p-search-popup {
  top: 0 !important;
  min-height: 100vh; }

.p-search-page .p-retreats {
  margin-top: 10px !important; }

.p-search-page .p-search-pre-title {
  background: #00a488;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 14px;
  position: absolute;
  left: 50%;
  margin-top: 4px;
  transform: translateX(-50%);
  padding: 2px 18px 3px;
  letter-spacing: 1.5px; }

.p-search-page .p-search-page__title {
  margin: 40px 0 0px; }

.p-search-page .di-placeholder {
  width: 150px;
  max-width: calc(100% - 40px);
  height: auto;
  margin: auto;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0);
  opacity: .08; }

.di-search-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr); }
  .di-search-grid a {
    line-height: 1.4 !important; }
  .di-search-grid a.img-link {
    display: block;
    width: 100%; }
  .di-search-grid .p-event-list__all-event-container {
    margin-left: 0;
    margin-right: 0; }
  .di-search-grid .di-search-result-title {
    text-transform: uppercase; }
  .di-search-grid .search-excerpt {
    line-height: 1.6;
    font-size: 13px;
    margin-top: 10px; }
  @media screen and (max-width: 568px) {
    .di-search-grid {
      grid-template-columns: repeat(2, 1fr); } }

.p-search-page__container {
  border-bottom: none !important;
  margin-bottom: 40px; }
  .p-search-page__container h3, .p-search-page__container h3:first-child, .p-search-page__container h3:last-child {
    margin-bottom: 30px !important; }
  .p-search-page__container .view-more-search {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    text-decoration: underline; }

.di-image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 62.25%;
  height: 0;
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 8px; }
  .di-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-map-museum {
  min-height: 500px;
  padding: 0 25px;
  width: 950px;
  max-width: 100%;
  margin: auto; }

.p-map-museum__tab {
  display: flex;
  gap: 40px;
  align-items: center; }

.p-map-museum__tab-list {
  position: relative;
  display: none;
  opacity: 1; }

.p-map-museum__tab-list.tab-show {
  display: block; }

.p-map-museum__tab-header {
  width: 50%; }
  .p-map-museum__tab-header a {
    margin-bottom: 20px; }

.p-map-museum__tab-container {
  width: 50%;
  min-height: 600px; }

.p-map-museum__tab-link {
  display: block; }

.p-map-museum__tab-container h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  top: -5px; }

.p-map-museum__tab-container p {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2; }
  .p-map-museum__tab-container p.sub {
    font-size: 12px; }

.p-map-museum__tab-container .map-header {
  padding: 0 25px; }

.p-map-museum__tab-container .map-descrip {
  display: flex;
  gap: 10px;
  align-items: flex-start; }
  .p-map-museum__tab-container .map-descrip span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 36px;
    font-weight: 600; }
  .p-map-museum__tab-container .map-descrip > div {
    width: calc(100% - 70px); }

.p-fireflies--ff-campaign .p-fireflies__fireflies, .p-fireflies--ff-campaign .p-fireflies__inner {
  display: block; }
  @media screen and (max-width: 1024px) {
    .p-fireflies--ff-campaign .p-fireflies__fireflies, .p-fireflies--ff-campaign .p-fireflies__inner {
      display: none; } }

.p-fireflies--ff-campaign.p-fireflies {
  height: 900px; }
  .p-fireflies--ff-campaign.p-fireflies .p-fireflies__inner {
    height: 900px; }
  .p-fireflies--ff-campaign.p-fireflies .p-fireflies__fireflies .container {
    height: 900px; }
  @media screen and (max-width: 991px) {
    .p-fireflies--ff-campaign.p-fireflies {
      height: auto;
      min-height: initial; } }

.p-fireflies--ff-campaign .p-fireflies__ftr {
  display: block; }
  @media screen and (min-width: 1025px) {
    .p-fireflies--ff-campaign .p-fireflies__ftr {
      display: none; } }

.p-fireflies {
  min-height: 100vh;
  padding: 0;
  z-index: 10; }
  .p-fireflies .p-card-info__info-text {
    display: block; }
  @media screen and (max-width: 1024px) {
    .p-fireflies {
      height: initial; } }
  .p-fireflies .p-fireflies-ctas {
    z-index: 105;
    width: 100%;
    padding: 0 80px;
    position: absolute;
    bottom: 40px;
    left: 0;
    max-width: 100%; }
  .p-fireflies .p-fireflies__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh; }
  .p-fireflies .p-fireflies__fireflies {
    z-index: 10;
    padding: 0; }
    .p-fireflies .p-fireflies__fireflies .container {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      min-height: 100vh;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1390px) {
        .p-fireflies .p-fireflies__fireflies .container {
          max-width: calc(100% - 40px); } }
      @media screen and (max-width: 1200px) {
        .p-fireflies .p-fireflies__fireflies .container {
          max-width: calc(100% - 40px); } }
  .p-fireflies .p-card-info {
    width: 100%; }
  .p-fireflies .p-fireflies__title {
    display: none; }
  .p-fireflies .p-fireflies__arrow {
    display: block;
    color: white;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    transform: none; }
  .p-fireflies .ion-ios-arrow-forward, .p-fireflies .ion-ios-arrow-back {
    font-size: 24px;
    line-height: 1.5; }
  .p-fireflies .ion-logo-twitter, .p-fireflies .ion-logo-facebook, .p-fireflies .ion-link {
    display: inline-block;
    font-size: 20px;
    color: white;
    line-height: 1.0;
    margin: 0 6px;
    cursor: pointer;
    transition: color .3s ease-out; }
    .p-fireflies .ion-logo-twitter:hover, .p-fireflies .ion-logo-facebook:hover, .p-fireflies .ion-link:hover {
      color: #eee; }
  .p-fireflies .ion-logotwitter {
    font-size: 18px; }
  .p-fireflies .p-banner {
    margin: 0;
    position: relative;
    z-index: 100;
    left: 0px;
    width: 40%;
    max-width: 520px;
    padding: 40px 40px 120px;
    z-index: 100;
    top: 60px;
    background: white;
    opacity: .9; }
    @media screen and (max-width: 1024px) {
      .p-fireflies .p-banner {
        display: none; } }
  .p-fireflies .p-banner__inner h1 {
    font-size: 62px;
    letter-spacing: 12px;
    font-weight: 600;
    line-height: .9; }
  .p-fireflies .p-fireflies__card-wrap {
    margin-bottom: 0;
    padding: 0 !important;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    opacity: .9;
    width: 380px;
    height: auto;
    flex-grow: initial;
    top: 50%;
    left: calc(50% + 120px);
    position: absolute;
    transform: translateY(-50%); }
  .p-fireflies .p-fireflies__card {
    margin-bottom: 0;
    padding: 0 !important;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    opacity: .9;
    width: 380px;
    height: auto;
    flex-grow: initial;
    position: absolute; }
  .p-fireflies .js-ff-list {
    opacity: 1;
    will-change: opacity, transform; }
    .p-fireflies .js-ff-list.hide {
      display: none; }
  .p-fireflies .js-ff-item {
    transform: translate3d(0, 0, 0);
    will-change: opacity;
    transition: opacity .3s;
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.25); }
    .p-fireflies .js-ff-item.active {
      opacity: 1; }
  .p-fireflies .p-fireflies__close-container {
    width: 20px;
    height: 20px; }
  .p-fireflies .p-fireflies__btn-close .rightleft, .p-fireflies .p-fireflies__btn-close .leftright {
    animation: none !important;
    transition: none !important; }
  .p-fireflies .p-fireflies__btn-close .rightleft, .p-fireflies .p-fireflies__btn-close .leftright {
    width: 20px; }
  .p-fireflies .p-card-quote__content {
    flex: initial;
    padding: 15px 30px 15px 10px; }
  .p-fireflies .not-found {
    position: relative;
    z-index: 50; }
  .p-fireflies .p-card-quote__image {
    width: 120px;
    height: 120px;
    padding-bottom: 0;
    display: flex;
    flex: initial;
    justify-content: center;
    align-items: center; }
    .p-fireflies .p-card-quote__image .badge {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #f7f7f7; }
  .p-fireflies .card-footer {
    background: #18988B;
    color: white;
    padding: 0px 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .p-fireflies .card-footer #copy-link {
      width: 14px;
      cursor: pointer;
      margin-left: 6px; }
    .p-fireflies .card-footer > div {
      display: flex; }
    .p-fireflies .card-footer .share-link {
      margin-bottom: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
  .p-fireflies .p-card-quote {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden; }
    .p-fireflies .p-card-quote h4 {
      font-size: 24px;
      line-height: 1.2;
      letter-spacing: .6px;
      margin-bottom: 5px;
      margin-top: 5px; }
    .p-fireflies .p-card-quote p {
      margin: 0; }
  .p-fireflies #member-search {
    position: relative; }
    .p-fireflies #member-search #mem-search-holder {
      width: 100%;
      height: 100px;
      overflow: scroll;
      position: absolute;
      left: 0;
      top: 45px;
      background: #f7f7f7;
      display: none; }
      .p-fireflies #member-search #mem-search-holder p {
        margin-bottom: 4px;
        margin-top: 4px;
        cursor: pointer;
        transition: background .2s ease-out;
        padding: 0px 10px; }
        .p-fireflies #member-search #mem-search-holder p:hover {
          background: #18988B;
          color: white; }
    .p-fireflies #member-search #member-search-input {
      width: 100%;
      border: none;
      border-bottom: solid 1px;
      border-radius: 0;
      padding-left: 0;
      padding-right: 0;
      font-size: 17px;
      padding-bottom: 0;
      line-height: 1.8;
      letter-spacing: 1.2px; }
      .p-fireflies #member-search #member-search-input::placeholder {
        color: #18988B;
        font-style: italic;
        letter-spacing: 1.2px; }

@media screen and (max-width: 625px) {
  .block-script {
    padding-top: 40px;
    padding-bottom: 40px; } }

#errorExplanation {
  width: 650px;
  margin: 0 auto;
  max-width: 100%; }

#tripleseat_embed_form {
  width: 650px;
  margin: 0 auto;
  max-width: 100%; }
  #tripleseat_embed_form h2 {
    text-align: center; }
  #tripleseat_embed_form table {
    width: 100%; }
  #tripleseat_embed_form input {
    width: 100%; }
  #tripleseat_embed_form td {
    padding-bottom: 15px !important; }
    @media screen and (max-width: 768px) {
      #tripleseat_embed_form td {
        width: 100%;
        display: block; } }
  #tripleseat_embed_form .selectric-wrapper {
    margin-left: 0;
    margin-top: 5px; }
  #tripleseat_embed_form .row_referred_by, #tripleseat_embed_form .row_robot_check {
    display: inline-block;
    width: 50%; }
    @media screen and (max-width: 625px) {
      #tripleseat_embed_form .row_referred_by, #tripleseat_embed_form .row_robot_check {
        width: 100%; } }
  #tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea {
    border: 3px solid #F2F2F2 !important; }
  #tripleseat_embed_form input[type="submit"] {
    width: 150px;
    cursor: pointer; }
    #tripleseat_embed_form input[type="submit"]:hover {
      background: transparent; }

@media screen and (min-width: 1025px) {
  .p-header--white .p-header__main .p-header__logo-img-wrap polygon {
    stroke-width: .5px;
    fill: white; } }

.page-template-template-fun-days {
  background: #F2F2F2; }
  .page-template-template-fun-days .page__content a {
    color: #3379AA; }
  .page-template-template-fun-days .page__content .theme-after-hours a {
    color: #d13b6b; }
  @media screen and (max-width: 650px) {
    .page-template-template-fun-days .grid-mobile-1 {
      grid-template-columns: 1fr !important; }
    .page-template-template-fun-days .p-btn-trans {
      padding-top: 10px;
      padding-bottom: 10px;
      margin: auto;
      max-width: 280px; } }
  .page-template-template-fun-days .hero {
    background: #3379AA;
    display: flex;
    align-items: center;
    padding-top: 40px; }
    @media screen and (max-width: 650px) {
      .page-template-template-fun-days .hero {
        padding-top: 0px; }
        .page-template-template-fun-days .hero .hero-btn {
          max-width: 100% !important; } }
    .page-template-template-fun-days .hero .hero-btn {
      margin-top: 40px; }
    .page-template-template-fun-days .hero .hero-content {
      display: grid;
      grid-gap: 40px;
      grid-template-columns: 1fr 1.8fr;
      padding: 80px 0 0 15px; }
      .page-template-template-fun-days .hero .hero-content img.fun-logo {
        width: 100%;
        height: auto;
        position: relative;
        object-fit: initial;
        margin-bottom: 20px;
        max-width: 280px; }
      .page-template-template-fun-days .hero .hero-content p {
        color: white;
        margin-bottom: 0; }
      .page-template-template-fun-days .hero .hero-content hr {
        margin-left: -320px;
        width: 600px;
        margin-bottom: 20px; }
      .page-template-template-fun-days .hero .hero-content > div {
        position: relative; }
      .page-template-template-fun-days .hero .hero-content > div:first-child {
        padding: 0 0 80px;
        height: auto; }
        .page-template-template-fun-days .hero .hero-content > div:first-child h1 {
          width: 100%; }
      .page-template-template-fun-days .hero .hero-content > div:last-child svg {
        position: absolute;
        bottom: -36px;
        right: 120px;
        z-index: 5; }
        @media screen and (max-width: 650px) {
          .page-template-template-fun-days .hero .hero-content > div:last-child svg {
            right: 20px; } }
      .page-template-template-fun-days .hero .hero-content img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute; }
      .page-template-template-fun-days .hero .hero-content h1, .page-template-template-fun-days .hero .hero-content h1.h3 {
        font-size: 30px;
        color: white;
        margin: 0; }
      .page-template-template-fun-days .hero .hero-content span {
        color: #203F5F;
        font-weight: bold; }
      @media screen and (max-width: 650px) {
        .page-template-template-fun-days .hero .hero-content {
          display: flex;
          flex-wrap: wrap-reverse;
          padding-left: 0;
          padding-top: 0; }
          .page-template-template-fun-days .hero .hero-content img {
            position: relative; }
          .page-template-template-fun-days .hero .hero-content > div:first-child {
            padding: 40px 15px;
            width: 100%; } }
  .page-template-template-fun-days .theme-after-hours .hero {
    background: #191919; }
    .page-template-template-fun-days .theme-after-hours .hero .hero-content div:last-child svg path {
      fill: #d13b6b; }
    .page-template-template-fun-days .theme-after-hours .hero .hero-content span {
      color: #d13b6b; }
  .page-template-template-fun-days .block-slider {
    background: white;
    padding: 60px 0; }
    .page-template-template-fun-days .block-slider h3 {
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1.5px;
      font-size: 30px; }
    .page-template-template-fun-days .block-slider hr {
      margin: 30px 0;
      border-top: solid 1px #3379AA;
      width: 130px;
      margin: 40px auto 60px; }
    .page-template-template-fun-days .block-slider img {
      object-fit: cover;
      aspect-ratio: 76.8/48.0; }
    .page-template-template-fun-days .block-slider .swiper-container {
      width: calc(100% - 80px);
      overflow: initial; }
      .page-template-template-fun-days .block-slider .swiper-container .swiper-slide {
        pointer-events: auto; }
      @media screen and (max-width: 650px) {
        .page-template-template-fun-days .block-slider .swiper-container {
          width: calc(100% - 40px); }
          .page-template-template-fun-days .block-slider .swiper-container .swiper-button-next {
            right: -30px;
            z-index: 20; }
          .page-template-template-fun-days .block-slider .swiper-container .swiper-button-prev {
            left: -30px;
            z-index: 20; } }
    .page-template-template-fun-days .block-slider .swiper-slide-prev, .page-template-template-fun-days .block-slider .swiper-slide-next {
      opacity: 0 !important; }
    .page-template-template-fun-days .block-slider .swiper-slide {
      pointer-events: none !important; }
    .page-template-template-fun-days .block-slider .swiper-slide.swiper-slide-active {
      pointer-events: initial !important; }
    .page-template-template-fun-days .block-slider .swiper-button-prev:before, .page-template-template-fun-days .block-slider .swiper-button-next:before {
      font-size: 40px;
      color: #203F5F; }
    .page-template-template-fun-days .block-slider .swiper-button-prev, .page-template-template-fun-days .block-slider .swiper-button-next {
      top: calc(50% - 20px); }
    .page-template-template-fun-days .block-slider .swiper-button-next {
      right: -40px; }
    .page-template-template-fun-days .block-slider .swiper-button-prev {
      left: -40px; }
    .page-template-template-fun-days .block-slider .slide-container {
      background: #3379AA;
      display: flex; }
      .page-template-template-fun-days .block-slider .slide-container img {
        width: 60%;
        min-height: 350px; }
        @media screen and (max-width: 1200px) {
          .page-template-template-fun-days .block-slider .slide-container img {
            width: 100%; } }
        @media screen and (max-width: 650px) {
          .page-template-template-fun-days .block-slider .slide-container img {
            min-height: initial; } }
      @media screen and (max-width: 1200px) {
        .page-template-template-fun-days .block-slider .slide-container {
          display: block; } }
      .page-template-template-fun-days .block-slider .slide-container .slide-content {
        width: 40%;
        padding: 50px 40px;
        color: white;
        text-align: left;
        font-family: 'Pulpo', sans-serif;
        font-weight: 100;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media screen and (max-width: 1200px) {
          .page-template-template-fun-days .block-slider .slide-container .slide-content {
            width: 100%; } }
        .page-template-template-fun-days .block-slider .slide-container .slide-content a {
          color: #FCD242; }
      @media screen and (max-width: 650px) {
        .page-template-template-fun-days .block-slider .slide-container {
          display: block; }
          .page-template-template-fun-days .block-slider .slide-container img {
            width: 100%; }
          .page-template-template-fun-days .block-slider .slide-container .slide-content {
            width: 100%;
            padding: 30px 25px; } }
  .page-template-template-fun-days .theme-after-hours .block-slider hr {
    border-top: solid 1px #d13b6b; }
  .page-template-template-fun-days .theme-after-hours .block-slider .slide-container {
    background: #191919; }
  .page-template-template-fun-days .theme-after-hours .block-slider .slide-content a {
    color: #d13b6b; }
  .page-template-template-fun-days .block-exos {
    background: #F2F2F2;
    padding-top: 60px;
    padding-bottom: 60px; }
    .page-template-template-fun-days .block-exos h3 {
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1.5px;
      font-size: 30px; }
    .page-template-template-fun-days .block-exos hr {
      margin: 30px 0;
      border-top: solid 1px #3379AA;
      width: 130px;
      margin: 40px auto 60px; }
    .page-template-template-fun-days .block-exos .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 80px; }
      @media screen and (max-width: 950px) {
        .page-template-template-fun-days .block-exos .grid-2 {
          grid-gap: 20px; } }
    .page-template-template-fun-days .block-exos img {
      aspect-ratio: 16/9;
      object-fit: cover; }
    .page-template-template-fun-days .block-exos .exo-content {
      margin-top: 30px; }
      .page-template-template-fun-days .block-exos .exo-content h4 {
        color: #3379AA;
        font-size: 24px;
        font-family: 'Pulpo', sans-serif;
        font-weight: 100;
        letter-spacing: 1.5px; }
      .page-template-template-fun-days .block-exos .exo-content p:not(:last-child) {
        margin: 0px 0 20px; }
  .page-template-template-fun-days .stamp-right {
    max-width: 1800px;
    margin-left: calc(50vw - 655px); }
    @media screen and (max-width: 1310px) {
      .page-template-template-fun-days .stamp-right {
        margin-left: auto;
        max-width: 1310px; } }
  .page-template-template-fun-days .p-btn-trans {
    border: solid 2px #FCD242;
    color: #FCD242 !important; }
    .page-template-template-fun-days .p-btn-trans:hover {
      color: #3379AA !important;
      background: #FCD242; }
    @media screen and (max-width: 650px) {
      .page-template-template-fun-days .p-btn-trans {
        width: 100%; } }
  .page-template-template-fun-days .theme-after-hours .block-exos {
    background: #191919; }
    .page-template-template-fun-days .theme-after-hours .block-exos h3 {
      color: white; }
    .page-template-template-fun-days .theme-after-hours .block-exos hr {
      border-top: solid 1px #d13b6b; }
    .page-template-template-fun-days .theme-after-hours .block-exos .exo-content h4 {
      color: #d13b6b; }
    .page-template-template-fun-days .theme-after-hours .block-exos .exo-content p {
      color: white; }
  .page-template-template-fun-days .flex {
    display: flex;
    width: 100%; }
  .page-template-template-fun-days .block-sponsors {
    background: white;
    min-height: 150px;
    width: 100%;
    padding: 4px 0 0;
    overflow: hidden;
    position: relative; }
    .page-template-template-fun-days .block-sponsors p {
      margin-bottom: 0; }
    .page-template-template-fun-days .block-sponsors hr {
      margin: 30px 0;
      border-top: solid 1px #3379AA;
      width: 30%;
      min-width: 140px; }
    .page-template-template-fun-days .block-sponsors .grid-2 {
      display: grid;
      grid-template-columns: 30% 70%;
      align-items: center;
      grid-gap: 0; }
      .page-template-template-fun-days .block-sponsors .grid-2 > div:first-child {
        padding: 80px 60px 80px 0; }
        .page-template-template-fun-days .block-sponsors .grid-2 > div:first-child .spons-logo {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .page-template-template-fun-days .block-sponsors .grid-2 > div:first-child .spons-logo img {
            width: 120px; }
      @media screen and (max-width: 650px) {
        .page-template-template-fun-days .block-sponsors .grid-2 > div:first-child {
          padding: 0; }
          .page-template-template-fun-days .block-sponsors .grid-2 > div:first-child .spons-logo {
            display: block; }
            .page-template-template-fun-days .block-sponsors .grid-2 > div:first-child .spons-logo img {
              margin-top: 30px; } }
    .page-template-template-fun-days .block-sponsors .grid-3 {
      display: grid;
      grid-gap: 4px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      height: 100%; }
      .page-template-template-fun-days .block-sponsors .grid-3 > div {
        position: relative; }
        .page-template-template-fun-days .block-sponsors .grid-3 > div img {
          width: 100%;
          height: 100%;
          position: absolute;
          object-fit: cover;
          top: 0;
          left: 0; }
    @media screen and (max-width: 650px) {
      .page-template-template-fun-days .block-sponsors {
        display: block;
        padding: 40px 0px; }
        .page-template-template-fun-days .block-sponsors .grid-2, .page-template-template-fun-days .block-sponsors .grid-3 {
          grid-template-columns: 1fr 1fr;
          grid-row-gap: 20px;
          width: 100%; }
          .page-template-template-fun-days .block-sponsors .grid-2 > div:first-child, .page-template-template-fun-days .block-sponsors .grid-3 > div:first-child {
            padding-right: 10px; }
        .page-template-template-fun-days .block-sponsors .grid-3 {
          display: block; }
          .page-template-template-fun-days .block-sponsors .grid-3 > div img {
            position: relative;
            margin-bottom: 20px; } }
  .page-template-template-fun-days .block-register {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3379AA;
    padding: 35px 0;
    position: relative;
    overflow: hidden; }
    .page-template-template-fun-days .block-register .slashes {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 0; }
      .page-template-template-fun-days .block-register .slashes:last-child {
        left: initial;
        right: 0; }
    .page-template-template-fun-days .block-register .flex {
      justify-content: center; }
    .page-template-template-fun-days .block-register h3 {
      letter-spacing: 1.3px;
      margin-bottom: 0;
      margin-right: 40px;
      text-transform: uppercase;
      color: white;
      position: relative; }
    .page-template-template-fun-days .block-register .p-btn-trans, .page-template-template-fun-days .block-register h3 {
      position: relative;
      z-index: 5; }
    @media screen and (max-width: 650px) {
      .page-template-template-fun-days .block-register {
        overflow: initial;
        padding: 60px 0; }
        .page-template-template-fun-days .block-register .container {
          display: block;
          text-align: center; }
          .page-template-template-fun-days .block-register .container h3 {
            margin-right: 0;
            margin-bottom: 20px; }
        .page-template-template-fun-days .block-register .slashes {
          width: 80px;
          height: 30px;
          left: initial;
          right: 20px;
          height: auto;
          z-index: 10;
          top: -15px; }
          .page-template-template-fun-days .block-register .slashes:last-child {
            display: none; }
        .page-template-template-fun-days .block-register .p-btn-trans {
          margin-top: 20px; } }
  .page-template-template-fun-days .theme-after-hours .block-register {
    background: #191919; }
    .page-template-template-fun-days .theme-after-hours .block-register svg path {
      fill: #d13b6b; }
  .page-template-template-fun-days .theme-after-hours .p-btn-trans {
    border-color: #7cbbb2;
    color: #7cbbb2 !important; }
    .page-template-template-fun-days .theme-after-hours .p-btn-trans:hover {
      background: #7cbbb2 !important;
      color: white !important; }

.block-two-col-image-text {
  padding: 80px 0; }
  .block-two-col-image-text .p-btn-black {
    margin-top: 30px; }
  .block-two-col-image-text .content em {
    font-style: italic;
    letter-spacing: 1.6px; }
  .block-two-col-image-text .reversed .p-featured__inner {
    flex-wrap: wrap-reverse; }
    .block-two-col-image-text .reversed .p-featured__inner > div:first-child {
      flex: 1 1 55%;
      order: 2; }
    .block-two-col-image-text .reversed .p-featured__inner > div:last-child {
      flex: 1 1 45%;
      order: 1; }

.block-text-two-images {
  padding: 80px 0; }
  @media screen and (max-width: 850px) {
    .block-text-two-images {
      padding: 0; } }
  .block-text-two-images .p-featured__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr 2fr; }
    .block-text-two-images .p-featured__inner > div:nth-child(2) {
      max-width: 700px; }
    .block-text-two-images .p-featured__inner .p-featured__img {
      position: relative;
      height: 0;
      padding-bottom: 150%;
      overflow: hidden; }
      .block-text-two-images .p-featured__inner .p-featured__img.right_col {
        padding-bottom: 75%; }
      .block-text-two-images .p-featured__inner .p-featured__img img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 850px) {
      .block-text-two-images .p-featured__inner {
        grid-template-columns: 1fr; }
        .block-text-two-images .p-featured__inner .p-featured__img {
          padding-bottom: initial;
          height: initial; }
          .block-text-two-images .p-featured__inner .p-featured__img.right_col {
            padding-bottom: initial; }
          .block-text-two-images .p-featured__inner .p-featured__img img {
            position: relative; } }
  .block-text-two-images .p-btn-green {
    background: transparent;
    color: #00a488;
    margin-top: 30px;
    border: solid 2px #00a488;
    transition: all .24s ease-out; }
    .block-text-two-images .p-btn-green:hover {
      background: #00a488;
      color: white; }

.block-exo-slider {
  margin-top: 90px;
  margin-bottom: 90px; }
  .block-exo-slider .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px; }
    @media screen and (max-width: 991px) {
      .block-exo-slider .grid-3 {
        grid-template-columns: 1fr; } }
  @media screen and (max-width: 991px) {
    .block-exo-slider {
      padding: 0 30px; } }
  @media screen and (max-width: 650px) {
    .block-exo-slider {
      padding: 0 15px; } }
  .block-exo-slider h2.slide__title {
    text-transform: uppercase;
    font-size: 30px;
    display: inline-block;
    margin: 10px 0 8px;
    max-width: calc(100% - 80px); }
    @media screen and (max-width: 650px) {
      .block-exo-slider h2.slide__title {
        font-size: 24px; } }
  .block-exo-slider .p-banner__dates {
    margin-bottom: 15px; }
  .block-exo-slider .p-banner__title {
    font-size: 14px;
    letter-spacing: 1.6px; }
  .block-exo-slider .p-btn-magenta {
    background: transparent;
    border-color: #AF0061 !important;
    color: #AF0061 !important; }
    .block-exo-slider .p-btn-magenta:hover {
      background: #AF0061;
      color: #ffffff !important; }
  .block-exo-slider .swiper-slide .slide__img {
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/10; }
  .block-exo-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .32s ease-out; }
    .block-exo-slider .swiper-slide img:hover {
      transform: scale(1.05); }
  .block-exo-slider .swiper-button-prev:before, .block-exo-slider .swiper-button-next:before {
    font-size: 30px;
    color: black; }
  .block-exo-slider .swiper-button-prev {
    left: initial; }
  .block-exo-slider .swiper-button-next {
    left: initial; }

.p-header__main {
  background: white !important;
  position: relative !important;
  z-index: 100;
  border-bottom: solid 1px #f6f6f6; }
  @media screen and (max-width: 768px) {
    .p-header__main {
      position: fixed !important; } }
  .p-header__main .container {
    max-width: calc(100% - 40px) !important; }
    @media screen and (max-width: 768px) {
      .p-header__main .container {
        max-width: 100% !important; } }
  .p-header__main .p-header__line {
    padding: 0; }
  .p-header__main .utility-nav {
    background: black;
    padding: 8px 0; }
    .p-header__main .utility-nav a {
      color: #ffffff !important; }
    .p-header__main .utility-nav .login-link a {
      font-family: "trade-gothic-next-compressed", sans-serif;
      text-transform: uppercase;
      font-style: normal;
      font-size: 14px;
      line-height: 1.5; }
    .p-header__main .utility-nav .login-link:after, .p-header__main .utility-nav .login-link:before {
      display: inline-block !important;
      content: "|";
      color: white;
      position: relative; }
    .p-header__main .utility-nav .login-link:before {
      left: -20px; }
      @media screen and (max-width: 768px) {
        .p-header__main .utility-nav .login-link:before {
          display: none !important; } }
    .p-header__main .utility-nav .login-link:after {
      right: -20px; }
    @media screen and (max-width: 768px) {
      .p-header__main .utility-nav #utility_menu.menu li:not(:last-child) {
        display: none; } }
  .p-header__main .p-header__inner {
    padding: 0; }
  .p-header__main a {
    color: #000000 !important; }
  .p-header__main svg path, .p-header__main svg polygon {
    fill: initial !important; }
    .p-header__main svg path.st0, .p-header__main svg polygon.st0 {
      fill: #00a488 !important; }
  .p-header__main .p-header__ml li {
    padding: 0 20px; }
  .p-header__main .p-header__ml .menu li:after {
    display: none; }
  .p-header__main .js-hdr-open {
    display: none; }
  .p-header__main .p-header__ml ul {
    margin-top: 0; }
    .p-header__main .p-header__ml ul li.lang-item a {
      font-size: 0;
      width: 20px; }
  .p-header__main .p-header__ml a {
    font-size: 13px;
    width: auto;
    font-style: italic; }
  .p-header__main .p-header__ml li:not(:last-child):after {
    color: white;
    margin: -1px 5px 0 7px;
    padding-top: 0; }
  .p-header__main .p-header__ml .lang-switcher {
    margin-left: 30px; }
    .p-header__main .p-header__ml .lang-switcher li {
      padding: 0; }
      .p-header__main .p-header__ml .lang-switcher li a {
        font-family: "trade-gothic-next-compressed", sans-serif;
        font-style: normal;
        line-height: 1.5;
        width: 15px; }
        .p-header__main .p-header__ml .lang-switcher li a:before, .p-header__main .p-header__ml .lang-switcher li a:after {
          font-size: 14px !important; }
  .p-header__main .p-header__links {
    padding: 0; }
  .p-header__main .p-header__menu .menu > .menu-item {
    padding: 20px 30px; }
  .p-header__main .p-header__menu .menu .menu-item a {
    font-style: initial;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-weight: 600;
    font-size: 14px; }
  .p-header__main .p-header__menu .menu .current_page_ancestor > a, .p-header__main .p-header__menu .menu .current_page_item > a {
    color: #00a488 !important; }
  .p-header__main .p-header__menu .menu .current_page_ancestor > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.574' viewBox='0 0 8 4.574'%3E %3Cpath fill='%2300a488' id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.445,10.193,11.418,7.168a.572.572,0,1,1,.81-.807l3.429,3.427a.571.571,0,0,1,.017.788l-3.444,3.451a.572.572,0,1,1-.81-.807Z' transform='translate(14.194 -11.251) rotate(90)'/%3E %3C/svg%3E"); }
  .p-header__main .p-header__link-wrap:not(:last-child) {
    margin-right: 0;
    margin-left: 20px;
    transform: rotate(20deg);
    top: -2px;
    position: relative; }
  .p-header__main .p-header__menu .menu .menu-item:not(:first-child):before {
    display: none; }
  .p-header__main .menu-item-has-children {
    overflow: hidden; }
    .p-header__main .menu-item-has-children > a:after {
      content: "";
      position: relative;
      display: inline-block;
      padding: 4px;
      margin-left: 5px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.574' viewBox='0 0 8 4.574'%3E %3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.445,10.193,11.418,7.168a.572.572,0,1,1,.81-.807l3.429,3.427a.571.571,0,0,1,.017.788l-3.444,3.451a.572.572,0,1,1-.81-.807Z' transform='translate(14.194 -11.251) rotate(90)'/%3E %3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      transform-origin: 50% 2px;
      transition: transform .15s ease-out; }
    .p-header__main .menu-item-has-children.active .sub-container {
      display: block; }
      .p-header__main .menu-item-has-children.active .sub-container .sub-menu {
        display: block; }
    .p-header__main .menu-item-has-children.active > a:after {
      transform: rotate(180deg); }
    .p-header__main .menu-item-has-children .sub-container {
      width: 100vw;
      display: none;
      position: absolute;
      left: 0;
      top: 103px;
      padding: 60px 15px;
      background: #fafafa;
      min-height: 480px; }
    .p-header__main .menu-item-has-children .sub-menu {
      width: 100%;
      display: none;
      max-width: 1310px;
      margin: auto;
      position: relative;
      padding-right: 33%;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      columns: 2; }
      .p-header__main .menu-item-has-children .sub-menu li {
        width: 50%;
        margin-bottom: 12px; }
        .p-header__main .menu-item-has-children .sub-menu li a {
          font-family: "pulpo", sans-serif !important;
          text-transform: initial;
          font-size: 14px !important;
          font-weight: 400 !important;
          transition: color .2s ease-out; }
          .p-header__main .menu-item-has-children .sub-menu li a:hover {
            color: #00a488 !important; }
      .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap {
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 40;
        width: 380px;
        height: 380px;
        overflow: hidden;
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%); }
        .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap h3, .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap p, .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap a {
          z-index: 10;
          position: relative;
          color: white;
          background: rgba(0, 0, 0, 0.8);
          width: calc(100% - 40px);
          top: 35%;
          left: 0;
          margin: 0;
          padding: 30px 20px; }
        .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap h3 {
          padding-bottom: 0;
          font-family: "trade-gothic-next-compressed", sans-serif;
          font-size: 30px;
          text-transform: uppercase; }
        .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap p, .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap a {
          padding-top: 0;
          padding-bottom: 0;
          font-family: "pulpo", sans-serif;
          font-size: 14px; }
        .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap a {
          margin: 0;
          padding-top: 8px;
          padding-bottom: 30px;
          display: inline-block;
          font-family: "trade-gothic-next-compressed", sans-serif;
          color: white !important; }
        .p-header__main .menu-item-has-children .sub-menu .menu-image-wrap img {
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }

@media screen and (min-width: 1201px) {
  .p-header__window {
    display: none !important; } }

@media screen and (max-width: 1200px) {
  .p-header__main .js-hdr-open {
    display: block;
    margin-left: 20px; }
  .p-header__menu {
    display: none;
    margin-left: 0;
    width: 100%; }
    .p-header__menu ul {
      display: block; }
  #utility_menu li:first-child {
    padding-left: 10px !important; }
  #utility_menu li a {
    font-weight: 600; }
  .p-header__window .p-header__lead {
    padding: 20px 0 38px; }
    .p-header__window .p-header__lead #utility_menu {
      width: 100%;
      display: flex;
      padding: 0 10px 0 0;
      justify-content: flex-start; }
      .p-header__window .p-header__lead #utility_menu li {
        padding: 0 20px; }
      .p-header__window .p-header__lead #utility_menu li:last-child {
        display: none; }
  .p-header__window .p-header__menu {
    display: block; }
    .p-header__window .p-header__menu ul.sub-menu {
      margin-top: 5px; }
      .p-header__window .p-header__menu ul.sub-menu li {
        margin-bottom: 5px; }
        .p-header__window .p-header__menu ul.sub-menu li a {
          padding-left: 25px; }
    .p-header__window .p-header__menu ul.menu {
      display: block; }
      .p-header__window .p-header__menu ul.menu > li {
        height: 35px;
        position: relative;
        overflow: hidden; }
        .p-header__window .p-header__menu ul.menu > li a {
          font-weight: 600; }
      .p-header__window .p-header__menu ul.menu li:before {
        display: none !important; }
      .p-header__window .p-header__menu ul.menu .sub-container {
        display: none; }
      .p-header__window .p-header__menu ul.menu .menu-item-has-children > a:after {
        content: "";
        position: relative;
        display: inline-block;
        padding: 4px;
        margin-left: 5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.574' viewBox='0 0 8 4.574'%3E %3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.445,10.193,11.418,7.168a.572.572,0,1,1,.81-.807l3.429,3.427a.571.571,0,0,1,.017.788l-3.444,3.451a.572.572,0,1,1-.81-.807Z' transform='translate(14.194 -11.251) rotate(90)'/%3E %3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        transform-origin: 50% 2px;
        transition: transform .15s ease-out; }
      .p-header__window .p-header__menu ul.menu .menu-item-has-children.active {
        height: initial; }
        .p-header__window .p-header__menu ul.menu .menu-item-has-children.active .sub-container {
          display: block; }
          .p-header__window .p-header__menu ul.menu .menu-item-has-children.active .sub-container .sub-menu {
            display: block; }
        .p-header__window .p-header__menu ul.menu .menu-item-has-children.active > a:after {
          transform: rotate(180deg); }
    .p-header__window .p-header__menu .menu-image-wrap {
      display: none; } }

