/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/media-gallery/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.gallery-custom {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .gallery-custom {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .gallery-custom {
    text-align: center;
  }
  .gallery-custom .close {
    display: none;
  }
  .gallery-custom:has(.l-name.active) .l-title {
    position: relative;
  }
  .gallery-custom:has(.l-name.active) .l-title .close {
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 20px;
    font-size: 1rem;
    padding: 1rem;
    background: #000;
    z-index: 2;
    color: var(--wp--preset--color--white);
    -webkit-text-stroke: transparent;
  }
  .gallery-custom:has(.l-name.active) .l-title .close:before {
    display: block;
    font-family: "icomoon";
    content: "\e906";
    color: inherit;
  }
}
.gallery-custom .row {
  display: flex;
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-custom:nth-of-type(2n) {
    text-align: left;
  }
}
.gallery-custom:nth-of-type(2n) .row {
  flex-direction: row-reverse;
}
.gallery-custom .slick-dots {
  padding: 0 15px;
}
.gallery-custom .slick-dots li {
  width: 8px;
  height: 8px;
}
.gallery-custom .slick-dots li.slick-active {
  box-shadow: none;
  background: #fff;
}
.gallery-custom .slick-arrow {
  border-bottom-width: 2px;
  border-right-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
}
.gallery-custom .slick-arrow.slick-disabled {
  pointer-events: none;
  visibility: hidden;
}
.gallery-custom .slick-arrow.slick-next {
  left: auto;
  right: 1rem;
}
.gallery-custom .slick-arrow.slick-prev {
  left: 1rem;
  right: auto;
}

.location-nav {
  font-size: 12px;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .location-nav:not(:first-child) {
    max-width: calc(100% + 48px);
    overflow-x: auto;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .location-nav:not(:first-child) > ul.child {
    flex-wrap: nowrap;
    white-space: nowrap;
    display: inline-flex;
    justify-content: flex-start;
  }
  .location-nav:not(:first-child) > ul.child li span {
    text-align: center !important;
  }
  .location-nav:first-child > .child {
    flex-direction: column;
    display: inline-flex;
  }
  .location-nav:first-child > .child > li .child {
    position: static;
    visibility: visible;
  }
}
.gallery-custom:nth-of-type(2n) .location-nav:first-child > .child {
  align-items: flex-end;
}
.location-nav:first-child > .child > li {
  min-width: 25%;
}
@media (max-width: 767px) {
  .location-nav:first-child > .child > li {
    width: 100%;
  }
}
.location-nav:first-child > .child > li > .l-name {
  flex: 0 0 auto;
  min-width: 100px !important;
  text-align: left;
}
.location-nav .l-name {
  align-self: flex-start;
}
.location-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-nav > .child {
  display: flex;
}
@media (max-width: 767px) {
  .location-nav > .child {
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .location-nav > .child {
    flex-direction: column;
  }
}
.location-nav > .child > li {
  margin-bottom: 0.5rem;
  display: flex;
  text-align: left;
}
.location-nav > .child > li > .l-name {
  flex: 0 0 100%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  line-height: 2;
  cursor: pointer;
}
.location-nav > .child > li > .l-name.active, .location-nav > .child > li > .l-name:hover {
  color: var(--wp--preset--color--warning);
}
.gallery-custom:nth-of-type(2n) .location-nav > .child > li > .l-name {
  text-align: left;
  min-width: 25%;
}
.location-nav > .child > li ul {
  font-weight: bold;
  padding-left: 40px;
  align-items: flex-start;
}
.location-nav > .child > li ul .l-name {
  cursor: pointer;
  font-size: 14px;
}
.location-nav > .child > li ul .l-name.active, .location-nav > .child > li ul .l-name:hover {
  color: var(--wp--preset--color--warning);
}
@media (min-width: 768px) {
  .location-nav > .child > li ul li {
    margin-bottom: 0.5rem;
  }
  .location-nav > .child > li ul li.count-0 .l-name {
    font-weight: 400;
    color: #8B98A9;
    pointer-events: none;
    cursor: default;
  }
}
.location-nav > .child > li.count-0 .l-name {
  color: #8B98A9;
  pointer-events: none;
  cursor: default;
}
.location-nav > .child > li .child {
  display: none;
}
@media (max-width: 767px) {
  .location-nav > .child > li .child {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .location-nav > .child:has(.active) > li {
    margin-bottom: 1.5rem;
  }
}
.location-nav > .child:has(.active) > li > .l-name {
  flex: 0 0 65%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .location-nav > .child:has(.active) > li > .l-name {
    flex: 0 0 50%;
  }
}
.gallery-custom:nth-of-type(2n) .location-nav > .child:has(.active) > li > .l-name {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .location-nav > .child:has(.active) ul.child {
    display: flex !important;
    flex-direction: column;
  }
}
.gallery-custom:not(:has(.l-slider-preview)) .location-nav ul ul {
  display: block !important;
}
.location-nav .count-0 {
  order: 10000;
}
.l-title {
  font-family: var(--wp--preset--font-family--bebas-neue);
  line-height: 0.7;
  -webkit-text-stroke: 1px var(--headingColor);
  text-stroke: 1px var(--headingColor);
  color: transparent;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .l-title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .l-title {
    display: flex;
    gap: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .l-title {
    font-size: 7.5rem;
  }
}
.l-title svg {
  max-width: 100%;
  height: auto;
}
.l-title:before {
  display: block;
  height: 1px;
  content: "";
  border-top: 1px dashed #fff;
  width: 50vw;
  top: 0;
}
@media (min-width: 768px) {
  .l-title:before {
    left: 100%;
    margin-left: 1rem;
    position: absolute;
    width: 500vw;
  }
}
@media (max-width: 767px) {
  .l-title:after {
    display: block;
    height: 1px;
    width: 50vw;
    content: "";
    border-top: 1px dashed #fff;
  }
}
@media (max-width: 767px) {
  .l-title {
    text-align: center;
  }
  .l-title:before, .l-title:after {
    top: 0;
    margin: 0 5px;
  }
  .l-title:before {
    right: 100%;
  }
  .l-title:after {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .gallery-custom:nth-of-type(2n) .l-title:before {
    left: auto;
    margin-left: 0;
    right: 100%;
    margin-right: 1rem;
  }
}

.l-slider-holder {
  text-align: left;
}
@media (min-width: 768px) {
  .l-slider-holder {
    width: 64vw;
  }
}
@media (max-width: 767px) {
  .l-slider-holder {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.gallery-custom:nth-of-type(2n) .l-slider-holder {
  text-align: right;
  clear: both;
}
@media (min-width: 768px) {
  .gallery-custom:nth-of-type(2n) .l-slider-holder {
    float: right;
  }
}

.l-slider-preview {
  margin-top: 1rem;
  text-align: left;
}
.gallery-custom:nth-of-type(2n) .l-slider-preview {
  text-align: right;
}
.l-slider-preview .preview-item {
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-slider-preview .preview-item {
    max-width: calc(50% - 10px);
    display: inline-block;
    margin: 5px;
    vertical-align: bottom;
  }
}
.l-slider-preview .preview-item img {
  max-width: 100%;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .l-slider-preview .preview-item {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .l-slider-preview .row-item:nth-child(2) {
    display: none;
  }
  .l-slider-preview .row-item .preview-item:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:first-child:last-child) {
    display: flex;
    align-items: center;
  }
  .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:first-child:last-child) .row-item {
    max-width: 50%;
  }
  .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:first-child:last-child) .row-item .preview-item {
    max-width: 100%;
  }
  .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:first-child:last-child) .row-item:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: auto;
  }
  .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:first-child:last-child) .row-item:nth-child(1) .preview-item:nth-child(2) {
    align-self: flex-end;
  }
  .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:first-child:last-child) .row-item:nth-child(1) .preview-item:nth-child(2) img {
    max-height: 215px;
  }
  .gallery-custom:not(:nth-of-type(2n)) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) {
    display: flex;
  }
  .gallery-custom:not(:nth-of-type(2n)) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item {
    max-width: 50%;
  }
  .gallery-custom:not(:nth-of-type(2n)) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item .preview-item {
    max-width: 100%;
  }
  .gallery-custom:not(:nth-of-type(2n)) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: auto;
  }
  .gallery-custom:not(:nth-of-type(2n)) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item:nth-child(1) .preview-item:nth-child(2) {
    align-self: flex-end;
  }
  .gallery-custom:not(:nth-of-type(2n)) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item:nth-child(1) .preview-item:nth-child(2) img {
    max-height: 215px;
  }
  .gallery-custom:not(:nth-of-type(2n)) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item:nth-child(2) .preview-item:nth-child(1) img {
    max-height: 245px;
  }
  .gallery-custom:nth-of-type(2n) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item {
    max-width: 100%;
  }
  .gallery-custom:nth-of-type(2n) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item:first-child .preview-item:first-child {
    max-width: 40%;
  }
  .gallery-custom:nth-of-type(2n) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item:last-child .preview-item {
    vertical-align: top;
  }
  .gallery-custom:nth-of-type(2n) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item:last-child .preview-item:first-child {
    max-width: 33%;
  }
  .gallery-custom:nth-of-type(2n) .l-slider-preview:has(.row-item:nth-child(2):last-child .preview-item:nth-child(2):last-child) .row-item:last-child .preview-item:last-child {
    max-width: 42%;
  }
  .l-slider-preview:has(.row-item:first-child:last-child) .row-item .preview-item {
    vertical-align: top;
  }
  .l-slider-preview:has(.row-item:first-child:last-child) .row-item .preview-item:first-child img {
    max-height: 249px;
  }
}
.l-slider-preview img {
  max-width: 100%;
}

.f-carousel {
  margin-top: 1rem;
}
.f-carousel img {
  max-height: 540px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.gallery-custom:nth-of-type(2n) .f-carousel img {
  -o-object-position: right;
     object-position: right;
}

.gallery-custom:nth-of-type(2n) .f-thumbnail .slick-track {
  max-width: 100%;
  display: flex !important;
  justify-content: flex-end;
  transform: none !important;
}
@media (max-width: 767px) {
  .f-thumbnail {
    display: none !important;
  }
}
.f-thumbnail img {
  width: 80px !important;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
.f-thumbnail .slick-current img {
  opacity: 1;
}

@media (min-width: 768px) {
  .mobile-sub-nav-holder {
    display: none;
  }
}
.mobile-sub-nav-holder .select2-container {
  display: block;
  width: 100% !important;
}
.mobile-sub-nav-holder .select2-container .select2-selection--single {
  background: transparent;
  border: 2px solid var(--wp--preset--color--white);
  text-align: left;
  border-radius: 50px;
  color: var(--wp--preset--color--warning);
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  padding: 10px 35px 10px 10px;
  height: auto;
}
.mobile-sub-nav-holder .select2-container .select2-selection--single .select2-selection__rendered {
  color: inherit;
}
.mobile-sub-nav-holder .select2-container .select2-selection--single .select2-selection__arrow {
  width: 45px;
  height: 100%;
}
.mobile-sub-nav-holder .select2-container .select2-selection--single .select2-selection__arrow b {
  width: 12px;
  height: 12px;
  border: none;
  margin-left: -6px;
  margin-top: -10px;
  transform: rotate(45deg);
  border-bottom: 2px solid var(--wp--preset--color--white);
  border-right: 2px solid var(--wp--preset--color--white);
}
.mobile-sub-nav-holder .select2-container.select2-container--open.select2-container--below .select2-selection--single {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.mobile-sub-nav-holder .select2-container.select2-container--open.select2-container--above .select2-selection--single {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.mobile-sub-nav-holder .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-136deg);
  margin-top: -3px;
}

.select2-container .style-b {
  border-width: 2px;
  border-color: var(--wp--preset--color--white);
  border-radius: 25px;
  overflow: hidden;
  border-radius: 25px;
}
.select2-container .style-b.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container .style-b .select2-results__option--highlighted[aria-selected] {
  background: #ddd;
  color: #000;
}
.select2-container .style-b .select2-results__option {
  padding-left: 20px;
  padding-right: 20px;
}

.l-select-holder {
  display: none;
}

/*# sourceMappingURL=style-index.css.map*/