.igmp-map-wrap {
  position: relative;
  width: 100%;
  min-height: 320px;
}

.gm-svpc, .gm-style-mtc-bbw .gm-style-mtc:first-of-type > button, .gm-style-mtc-bbw .gm-style-mtc:last-of-type > button {
  border-radius: 99px !important;
}

.gm-style-mtc {
  margin-right: 10px;
}
.igmp-map {
  width: 100%;
  height: 100%;
  min-height: inherit;
	border-radius: 18px;
  box-shadow: 0px 0px 35px -20px;
  border: 3px solid #fff;
}

@media (max-width: 700px) and (orientation: portrait) {
  .igmp-map-wrap[style*="--igmp-mobile-height"] {
    height: var(--igmp-mobile-height) !important;
  }
}

.igmp-marker-button {
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #0b66c3;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
  font-size: 30px;
  line-height: 22px;
  background-size: cover;
  background-position: center;
}
.igmp-marker-button.has-icon {
  color: transparent;
}
.igmp-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483647;
}
.igmp-popup.is-open {
  display: block;
}
.igmp-popup.is-closing {
  display: block;
  animation: igmpPopupFadeOut 0.22s ease forwards;
}
.igmp-popup-backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
}
.igmp-popup-backdrop::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--igmp-backdrop-bg-color, #000);
  background-image: var(--igmp-backdrop-bg-image, none);
  background-repeat: var(--igmp-backdrop-bg-repeat, no-repeat);
  background-size: var(--igmp-backdrop-bg-size, cover);
  background-position: var(--igmp-backdrop-bg-position, center center);
  opacity: var(--igmp-backdrop-bg-opacity, 0.75);
}
.igmp-popup.igmp-popup-in-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
}
.igmp-popup.igmp-popup-in-fullscreen .igmp-popup-backdrop {
  position: fixed;
}
.igmp-popup-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(960px, calc(100% - 32px));
  max-height: calc(100vh - 64px);
  overflow: auto;
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 12px 48px rgba(0,0,0,.32);
}

.igmp-popup-title-disabled .igmp-popup-title {
  display: none !important;
}

.igmp-popup-title {
  margin: 0 48px 16px 0;
  font-size: var(--igmp-popup-title-size, 24px);
  line-height: 1.2;
	background-color: transparent !important;
  color: var(--igmp-popup-title-color, #fff);
  font-family: var(--igmp-popup-title-font, inherit);
  padding: 20px 0px !important;
}
.igmp-popup-content {
  font-size: 16px;
  line-height: 1.5;
}
.igmp-popup-iframe {
  width: 100%;
  height: calc(100vh - 180px);
  height: calc(100dvh - 180px);
  min-height: 260px;
  max-height: calc(100vh - 180px);
  max-height: calc(100dvh - 180px);
  border-radius: 20px;
  border: 6px solid #fff;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.35));
  box-sizing: border-box;
  background-color: #fff;
}
.igmp-video {
  position: relative;
  width: min(1200px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
  aspect-ratio: var(--igmp-video-aspect-ratio, 16/9);
  max-height: calc(100vh - 150px);
  max-height: calc(100dvh - 150px);
	margin: 50% auto;
  border-radius: 20px;
  border: 6px solid #fff;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.35));
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.igmp-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
	scale: 1.02;
}
.igmp-popup-image {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: calc(100vh - 180px);
  max-height: calc(100dvh - 180px);
  display: block;
  object-fit: contain;
  border-radius: 20px;
  border: 6px solid #fff;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.35));
  box-sizing: border-box;
  background-color: #fff;
}
.igmp-popup-text {
  margin-bottom: 16px;
}

.igmp-popup.igmp-popup-video-mode .igmp-popup-backdrop {
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.igmp-popup.igmp-popup-video-mode .igmp-popup-panel {
  display: none;
}
.igmp-popup.igmp-popup-video-mode .igmp-popup-title,
.igmp-popup.igmp-popup-video-mode .igmp-popup-content {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100vw - 48px));
  margin-left: auto;
  margin-right: auto;
}
.igmp-popup.igmp-popup-video-mode .igmp-popup-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.igmp-popup.igmp-popup-video-mode .igmp-popup-content {
  margin-top: 0;
  margin-bottom: 0;
}
.igmp-popup.igmp-popup-video-mode .abc-popup-close.igmp-popup-close {
  top: 30px;
  right: 30px;
  z-index: 2;
  width: var(--igmp-popup-close-width, 50px);
  height: var(--igmp-popup-close-height, 50px);
  line-height: 10px;
  border-radius: 99px;
}



.igmp-popup.igmp-popup-image-mode .igmp-popup-content {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 64px 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
  pointer-events: none;
  box-sizing: border-box;
}
.igmp-popup.igmp-popup-image-mode .igmp-popup-image {
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 120px);
  max-height: calc(100dvh - 120px);
  margin: auto;
  pointer-events: auto;
}

.igmp-popup.igmp-popup-image-mode .igmp-popup-title {
  position: fixed;
  left: 50%;
  top: var(--igmp-image-title-top, 24px);
  z-index: 2;
  width: var(--igmp-image-title-width, min(420px, calc(100vw - 48px)));
  min-width: min(280px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
  margin: 0;
  padding: 0 0 8px !important;
  transform: translateX(-50%);
  box-sizing: border-box;
  pointer-events: none;
  background: transparent !important;
  color: var(--igmp-popup-title-color, #fff);
  font-family: var(--igmp-popup-title-font, inherit);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

.igmp-shortcode-in-fullscreen {
  z-index: 2147483647 !important;
}

.igmp-popup.igmp-popup-html-mode .igmp-popup-backdrop {
  overflow: hidden;
  padding: 48px 24px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.igmp-popup.igmp-popup-html-mode .igmp-popup-panel {
  display: none;
}
.igmp-popup.igmp-popup-html-mode .igmp-popup-title,
.igmp-popup.igmp-popup-html-mode .igmp-popup-content {
  position: relative;
  z-index: 1;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.igmp-popup.igmp-popup-html-mode .igmp-popup-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 24px 16px;
  border-radius: 14px 14px 0 0;
}
.igmp-popup.igmp-popup-html-mode .igmp-popup-content {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  border-radius: 20px;
  max-height: calc(100vh - 160px);
  max-height: calc(100dvh - 160px);
  overflow: auto;
}

.igmp-popup.igmp-popup-html-mode .abc-popup-close.igmp-popup-close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: var(--igmp-popup-close-width, 50px);
  height: var(--igmp-popup-close-height, 50px);
  line-height: 10px;
  border-radius: 99px;
}
.igmp-map .gm-style-mtc-bbw {
  margin: 10px 0 0 10px !important;
}

.gm-control-active.gm-fullscreen-control, .gm-control-active {
  border-radius: 99px !important;
  box-shadow: 1px 3px 6px 0px #00000045 !important;
}

.gm-style .gm-style-mtc ul {
  margin-top: 5px !important;
}

.gm-style .gm-style-mtc ul, .gm-style .gm-style-mtc li {
  border-radius: 99px !important;
}

.gm-style .gm-style-mtc li {
  padding: 5px 20px 5px 15px !important;
}

.igmp-map .gm-bundled-control.gm-bundled-control-on-bottom {
  margin: 20px !important;
}
.abc-popup-close.igmp-popup-close {
  position: absolute;
  top: -0px;
  right: 0;
  background: var(--igmp-popup-close-bg, #fff);
  color: var(--igmp-popup-close-color, #111);
  border: 0;
  border-radius: 0;
  padding: 0px;
  width: var(--igmp-popup-close-width, 50px);
  height: var(--igmp-popup-close-height, 50px);
  font-size: var(--igmp-popup-close-font-size, 45px);
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,0);
}
@media (max-width: 700px) {
  .igmp-popup-panel {
    width: calc(100% - 20px);
    max-height: calc(100vh - 42px);
    padding: 16px;
  }
  .igmp-popup-iframe {
    height: calc(100vh - 140px);
    height: calc(100dvh - 140px);
    min-height: 220px;
    max-height: calc(100vh - 140px);
    max-height: calc(100dvh - 140px);
  }
  .igmp-popup-image {
    max-height: calc(100vh - 140px);
    max-height: calc(100dvh - 140px);
    touch-action: pan-y;
  }
}

@media (max-width: 700px), (orientation: landscape) and (max-height: 520px) {
  .igmp-popup.igmp-popup-image-mode .igmp-popup-content {
    padding: 56px 10px 24px;
  }
  .igmp-popup.igmp-popup-image-mode .igmp-popup-image {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 96px);
    max-height: calc(100dvh - 96px);
  }
  .igmp-popup.igmp-popup-image-mode .igmp-popup-title {
    width: var(--igmp-image-title-width, min(360px, calc(100vw - 20px)));
    min-width: min(240px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
  }
}

.igmp-popup-loading-info {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 16px;
  color: var(--igmp-popup-title-color, #fff);
  font-family: var(--igmp-popup-title-font, inherit);
	z-index: 10000;
}

.igmp-popup.igmp-popup-html-mode .igmp-popup-loading-info {
  width: min(960px, calc(100vw - 48px));
  margin: 0 auto 16px;
}

.igmp-map div[title] img {
  transition: transform 0.3s ease all !important;
}

.igmp-map div[title]:hover img {
  transform: scale(1.2) !important;
}

.igmp-popup.igmp-popup-html-animate .igmp-popup-title,
.igmp-popup.igmp-popup-html-animate .igmp-popup-content {
  animation: igmpPanelScaleIn 0.5s ease both;
}

.igmp-popup.igmp-popup-html-animate .igmp-popup-content {
  opacity: 0;
  animation: igmpPopupContentFadeIn 0.35s ease 0.5s forwards;
	filter: drop-shadow(0 8px 24px rgba(0,0,0,.35));
}

@keyframes igmpPopupFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes igmpPanelScaleIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes igmpPopupContentFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.igmp-advanced-marker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transition: transform 0.15s ease;
  will-change: transform;
  cursor: pointer;
}

.igmp-advanced-marker.is-hovered {
  transform: scale(1.5);
}

.igmp-advanced-marker-img {
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.igmp-advanced-marker .igmp-marker-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.igmp-marker-tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -6px);
  display: block;
  max-width: 240px;
  padding: 3px 10px;
  border-radius: 99px;
  background: #fff;
  color: #111;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  box-shadow:  0 1px 2px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999999;
	font-size: 8px !important;
}

.igmp-advanced-marker:hover .igmp-marker-tooltip,
.igmp-advanced-marker.is-hovered .igmp-marker-tooltip,
.igmp-marker-tooltip-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.igmp-marker-tooltip-overlay {
  position: absolute;
  bottom: auto;
  transform: translate(-50%, calc(-100% - 12px));
}


.igmp-polygon-tooltip-overlay {
  white-space: pre-line;
  line-height: 1.15;
}

.igmp-polygon-title {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #111;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  white-space: pre-line;
  pointer-events: none;
  user-select: none;
  text-shadow: 0 1px 3px rgba(255,255,255,.9);
	background-color: #ffffffe8;
  padding: 4px 15px;
  border-radius: 99px;
  box-shadow: 0px 0px 14px -4px #0000006e;
}


.igmp-polygon-title-video-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 16px;
  height: 16px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 2px;
  font-size: 8px;
  line-height: 1;
  text-shadow: none;
  font-weight: 600;
}

.igmp-polygon-title.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.igmp-marker-tooltip-overlay.igmp-hidden-by-cluster {
  opacity: 0;
  visibility: hidden;
}

.igmp-custom-map-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px 0 15px !important;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, .3));
  overflow: hidden;
	transition: 0.2s ease all;
}

.igmp-custom-map-control:hover {
  background-color: transparent;
  box-shadow: none;
	scale: 1.1;
}

.igmp-custom-map-control img {
  display: block;
  width: var(--igmp-custom-control-width, 40px);
  height: auto;
}

.igmp-popup.igmp-popup-cf7-iframe-lightbox-active .igmp-popup-backdrop {
  overflow: hidden !important;
  padding: 0 !important;
}

.igmp-popup.igmp-popup-cf7-iframe-lightbox-active .abc-popup-close.igmp-popup-close {
  display: none !important;
}

.igmp-popup.igmp-popup-cf7-iframe-lightbox-active .igmp-popup-content {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483645 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

.igmp-popup.igmp-popup-cf7-iframe-lightbox-active .igmp-popup-iframe.igmp-cf7-iframe-lightbox-frame {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483646 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
  background: transparent !important;
}

.igmp-popup.igmp-popup-video-mode.igmp-popup-iframe-detached .igmp-popup-content:empty {
  display: none !important;
}

.igmp-popup.igmp-popup-video-mode.igmp-popup-iframe-detached .igmp-popup-backdrop {
  padding: 0 !important;
  overflow: hidden !important;
}

.igmp-popup.igmp-popup-video-mode .igmp-popup-iframe.igmp-popup-iframe-on-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
  background: #fff;
}

.igmp-popup-iframe-loader {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  color: #000;
  background: #fff;
  text-align: center;
  pointer-events: none;
}

.igmp-popup-iframe-loader-spinner {
  width: 42px;
  height: 42px;
  animation: igmp-popup-iframe-loader-spin 0.9s linear infinite;
}

.igmp-popup-iframe-loader-track,
.igmp-popup-iframe-loader-path {
  fill: none;
  stroke-width: 4;
}

.igmp-popup-iframe-loader-track {
  stroke: rgba(0,0,0,.16);
}

.igmp-popup-iframe-loader-path {
  stroke: #000;
  stroke-linecap: round;
  stroke-dasharray: 90 150;
  stroke-dashoffset: 0;
}

.igmp-popup-iframe-loader-text {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

@keyframes igmp-popup-iframe-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.igmp-popup.igmp-popup-video-mode.igmp-popup-iframe-detached .igmp-popup-title {
  position: fixed !important;
  top: 16px !important;
  left: 24px !important;
  right: 96px !important;
  z-index: 2147483646 !important;
  pointer-events: none;
}

.igmp-popup.igmp-popup-video-mode.igmp-popup-iframe-detached .abc-popup-close.igmp-popup-close {
  position: fixed !important;
  z-index: 2147483647 !important;
}

.igmp-popup.igmp-popup-youtube-gallery-mode .igmp-popup-content {
  width: min(var(--igmp-youtube-gallery-content-width, 960px), calc(100vw - 48px));
  max-width: calc(100vw - 48px);
  overflow-x: hidden;
  box-sizing: border-box;
}

.igmp-youtube-gallery {
  display: grid;
  grid-template-columns: repeat(var(--igmp-youtube-gallery-columns, 3), minmax(0, 1fr));
  gap: var(--igmp-youtube-gallery-gap, 5px);
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.igmp-youtube-gallery-loading,
.igmp-youtube-gallery-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 24px;
}

.igmp-youtube-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
	border-radius: 20px;
}

.igmp-youtube-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.igmp-youtube-gallery-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: rgba(0,0,0,.72);
}

.igmp-youtube-gallery-play::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 10px;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.igmp-youtube-gallery-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
  font-size: 13px;
  line-height: 1.25;
}

.igmp-youtube-gallery-video-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 24px 32px;
  box-sizing: border-box;
}

.igmp-youtube-gallery-video-backdrop {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: var(--igmp-youtube-gallery-overlay-opacity, .8);
}

.igmp-youtube-gallery-video-wrap {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100vw - 48px));
  aspect-ratio: 16 / 9;
  background: #000;
}

.igmp-youtube-gallery-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.igmp-youtube-gallery-video-close.abc-popup-close.igmp-popup-close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
}

@media (max-width: 980px) {
  .igmp-popup.igmp-popup-youtube-gallery-mode .igmp-popup-content {
    width: min(var(--igmp-youtube-gallery-mobile-content-width, 100%), calc(100vw - 48px));
  }

  .igmp-youtube-gallery {
    grid-template-columns: repeat(var(--igmp-youtube-gallery-mobile-columns, 1), minmax(0, 1fr));
  }
}
