.elementor-902 .elementor-element.elementor-element-ade5fa3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-902 .elementor-element.elementor-element-ade5fa3{--padding-top:0px;--padding-bottom:220px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS */footer,
.site-footer,
#colophon {
  display: none !important;
}

html, body {
  height: 100%;
  overflow: hidden;
}

.wc300-the-map__map {
  height: 100vh !important;
  min-height: 100vh !important;
}

/* Hide horizontal scrollbar for segment chips */
#wc300-segment-chips {
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none;       /* IE / Edge */
}

#wc300-segment-chips::-webkit-scrollbar {
  display: none;                  /* Chrome / Safari */
}

/* Snap chips neatly while swiping */
#wc300-segment-chips{
  scroll-snap-type: x mandatory;
}

#wc300-segment-chips .wc300-chip{
  scroll-snap-align: start;
}/* End custom CSS */