.wpb-im-container {
position: relative;
width: 100%;
margin-bottom: 20px;
}
.wpb-im-image-wrapper {
position: relative;
display: inline-block;
max-width: 100%;
}
.wpb-im-image-wrapper img {
display: block;
width: 100%;
height: auto;
}
.wpb-im-marker-point {
position: absolute;
width: 30px;
height: 30px;
margin-left: -15px; margin-top: -30px; cursor: default;
z-index: 10;
}
.wpb-im-marker-icon {
display: block;
width: 100%;
height: 100%;
background-color: var(--marker-color, #e53935);
border-radius: 50% 50% 0 50%;
transform: rotate(45deg);
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
border: 2px solid #fff;
transition: transform 0.2s, background-color 0.2s;
position: relative;
box-sizing: border-box;
cursor: pointer;
}
.wpb-im-custom-marker-img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%; border: 2px solid #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
transition: transform 0.2s;
cursor: pointer;
}  .wpb-im-style-circle .wpb-im-marker-icon,
.wpb-im-style-pulsating_circle .wpb-im-marker-icon {
border-radius: 50%;
transform: none;
} .wpb-im-style-square .wpb-im-marker-icon,
.wpb-im-style-pulsating_square .wpb-im-marker-icon {
border-radius: 3px;
transform: none;
} .wpb-im-style-pulsating_circle .wpb-im-marker-icon::before,
.wpb-im-style-pulsating_square .wpb-im-marker-icon::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
border-radius: 50%;
border: 2px solid var(--marker-color, #e53935);
opacity: 0;
animation: wpb-im-pulse 2s infinite;
pointer-events: none;
box-sizing: border-box;
}
.wpb-im-style-pulsating_square .wpb-im-marker-icon::before {
border-radius: 3px;
}
@keyframes wpb-im-pulse {
0% {
transform: scale(0.5);
opacity: 0.8;
}
100% {
transform: scale(1.2);
opacity: 0;
}
} .wpb-im-style-magnifying_glass .wpb-im-marker-icon {
background-color: transparent !important;
border: 2px solid var(--marker-color, #e53935);
border-radius: 50%;
transform: none;
box-shadow: none;
}
.wpb-im-style-magnifying_glass .wpb-im-marker-icon::after {
content: '';
position: absolute;
bottom: -4px;
right: -4px;
width: 8px;
height: 4px;
background-color: var(--marker-color, #e53935);
transform: rotate(45deg);
transform-origin: 0 50%;
} .wpb-im-marker-point:hover,
.wpb-im-marker-point.active {
z-index: 100;
}
.wpb-im-marker-point:hover .wpb-im-marker-icon,
.wpb-im-marker-point.active .wpb-im-marker-icon {
background-color: var(--marker-color, #e53935); filter: brightness(1.2); transform: scale(1.1);
}
.wpb-im-style-location_pin:hover .wpb-im-marker-icon,
.wpb-im-style-location_pin.active .wpb-im-marker-icon {
transform: rotate(45deg) scale(1.1);
}
.wpb-im-style-circle:hover .wpb-im-marker-icon,
.wpb-im-style-pulsating_circle:hover .wpb-im-marker-icon,
.wpb-im-style-square:hover .wpb-im-marker-icon,
.wpb-im-style-pulsating_square:hover .wpb-im-marker-icon {
transform: scale(1.1);
}
.wpb-im-marker-point:hover .wpb-im-custom-marker-img {
transform: scale(1.1);
}
.wpb-im-marker-content-hidden {
display: none;
} .wpb-im-marker-tooltip {
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
width: 250px;
background: #fff;
padding: 15px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
border-radius: 4px;
z-index: 20;
text-align: left;
display: none;
cursor: default;
}
.wpb-im-marker-tooltip.visible {
display: block;
animation: wpb-im-fadein 0.2s ease-out;
}
.wpb-im-marker-tooltip h4 {
margin-top: 0;
margin-bottom: 8px;
font-size: 16px;
color: #333;
}
.wpb-im-popup-image {
display: block;
max-width: 100%;
height: auto;
margin-bottom: 10px;
border-radius: 4px;
}
.wpb-im-desc {
font-size: 13px;
line-height: 1.5;
color: #666;
margin-bottom: 10px;
}
.wpb-im-btn {
display: inline-block;
padding: 5px 10px;
background: #1e88e5;
color: #fff;
text-decoration: none;
font-size: 12px;
border-radius: 3px;
transition: background 0.2s;
}
.wpb-im-btn:hover {
background: #1565c0;
color: #fff;
} .wpb-im-marker-tooltip::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #fff transparent transparent transparent;
}
@keyframes wpb-im-fadein {
from {
opacity: 0;
transform: translateX(-50%) translateY(5px);
}
to {
opacity: 1;
transform: translateX(-50%) translateY(0);
}
} @media (max-width: 600px) {
.wpb-im-marker-tooltip {
width: 200px;
}
} .wpb-im-tooltips-disabled .wpb-im-marker-point,
.wpb-im-tooltips-disabled .wpb-im-marker-icon,
.wpb-im-tooltips-disabled .wpb-im-custom-marker-img {
cursor: default !important;
}
.wpb-im-tooltips-disabled .wpb-im-marker-tooltip {
display: none !important;
}.wpex-classic-style{--wpex-carousel-arrow-height: 20px;--wpex-carousel-arrow-width: 20px;--wpex-carousel-arrow-font-size: 11px}.wpex-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1;margin-inline:0 !important;-ms-touch-action:pan-y;touch-action:pan-y}.wpex-carousel--loaded,.no-js .wpex-carousel{display:block}.wpex-carousel--loading{opacity:0;display:block}.wpex-carousel--hidden{opacity:0}.wpex-carousel--grab{cursor:grabbing}.wpex-carousel--rtl{direction:rtl}.wpex-carousel.no-margins{margin-block-end:0 !important}.wpex-carousel.no-margins .wpex-carousel-entry-media{display:block}.wpex-carousel.no-margins .wpex-carousel-entry-media img{width:100%}.wpex-carousel--flex .wpex-carousel__stage{display:flex;flex-wrap:wrap}.wpex-carousel--flex .wpex-carousel__item{display:flex}.wpex-carousel--flex .wpex-carousel-slide{display:flex;flex-direction:column;width:100%}.wpex-carousel__stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.wpex-carousel__stage{position:relative;-ms-touch-action:pan-Y}.wpex-carousel__stage::after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.wpex-carousel .fadeOut{animation-name:wpexCarouselFadeOut}.wpex-carousel__height-container{transition:height 500ms ease-in-out}.wpex-carousel__arrow,.wpex-carousel__dots-dot{-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.wpex-carousel__item{position:relative;min-height:1px;float:left;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wpex-carousel--rtl .wpex-carousel__item{float:right}.wpex-carousel__item--animated-in,.wpex-carousel__item--animated-out{animation-duration:var(--wpex-carousel-animation-duration, 1s);animation-fill-mode:both}.wpex-carousel__item--animated-in{z-index:0}.wpex-carousel__item--animated-out{z-index:1}.wpex-carousel--refresh .wpex-carousel__item{display:none}.wpex-carousel__item .owl-lazy{opacity:0;transition:opacity 400ms ease}.wpex-carousel__nav{-moz-user-select:none;-ms-user-select:none;user-select:none}.wpex-carousel:where(:not(.arrwpos-abs,.arrwpos-top-right)) .wpex-carousel__nav{display:flex;margin-block-start:var(--wpex-carousel-arrows-margin-block, 20px);gap:var(--wpex-carousel-arrows-gap, 5px)}.wpex-carousel.arrwpos-top-right .wpex-carousel__nav:not(.disabled){display:flex;position:absolute;inset-inline:0;inset-block-start:0;justify-content:end;gap:var(--wpex-carousel-arrows-gap, 5px)}.wpex-carousel.arrwpos-left .wpex-carousel__nav{justify-content:start}.wpex-carousel.arrwpos-right .wpex-carousel__nav{justify-content:end}.wpex-carousel.arrwpos-center .wpex-carousel__nav{justify-content:center}.wpex-carousel__nav.disabled{display:none}.wpex-carousel__arrow{display:flex;align-items:center;justify-content:center;outline-offset:2px;padding:0;transition:.15s all ease;height:var(--wpex-carousel-arrow-height, 2em);width:var(--wpex-carousel-arrow-width, 2em);font-size:var(--wpex-carousel-arrow-font-size, 14px);border-radius:var(--wpex-carousel-arrow-border-radius, var(--wpex-rounded-xs));opacity:var(--wpex-carousel-arrow-opacity, 1)}.wpex-carousel__arrow:where(:not(.theme-button)){border:0;background-color:var(--wpex-carousel-arrow-bg);color:var(--wpex-carousel-arrow-color)}.wpex-carousel__arrow:where(:not(.theme-button):not(.disabled)):hover{background-color:var(--wpex-hover-carousel-arrow-bg, var(--wpex-carousel-arrow-bg));color:var(--wpex-hover-carousel-arrow-color, var(--wpex-carousel-arrow-color));opacity:var(--wpex-hover-carousel-arrow-opacity)}.wpex-carousel__arrow:focus:not(:focus-visible){outline:0}.wpex-carousel__arrow.disabled{cursor:not-allowed}.wpex-carousel:where(.arrwpos-abs){--wpex-carousel-arrow-height: 60px;--wpex-carousel-arrow-width: 40px}.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow{position:absolute;inset-block-start:50%;transform:translateY(-50%);z-index:3}.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--prev{inset-inline-start:var(--wpex-carousel-arrow-prev-left, 15px)}.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--next{inset-inline-end:var(--wpex-carousel-arrow-next-right, 15px)}.wpex-carousel__dots{display:flex;flex-wrap:wrap;justify-content:center;margin-block-start:20px;gap:10px}.wpex-carousel__dots.disabled{display:none}.wpex-carousel__dots-dot{border:0;display:flex;height:10px;width:10px;padding:0;border-radius:var(--wpex-carousel-dot-border-radius, var(--wpex-rounded-full));background:var(--wpex-carousel-dot-color, var(--wpex-surface-4));outline-offset:3px}.wpex-carousel__dots-dot.active{background:var(--wpex-active-carousel-dot-color, var(--wpex-accent))}.wpex-carousel__dots-dot:not(:focus-visible){outline:none}.wpex-carousel.arrwstyle-default.arrwpos-abs{--wpex-carousel-arrow-font-size: 16px;--wpex-carousel-arrow-bg: #0000004d;--wpex-carousel-arrow-color: var(--wpex-white);--wpex-hover-carousel-arrow-bg: #000000a6}.wpex-carousel.arrwstyle-slim{--wpex-carousel-arrow-opacity: 0.65;--wpex-hover-carousel-arrow-opacity: 1;--wpex-carousel-arrow-font-size: max(13px, 1em);--wpex-carousel-arrow-color: currentColor}.wpex-carousel.arrwstyle-slim.arrwpos-abs{--wpex-carousel-arrow-font-size: 20px}.wpex-carousel.arrwstyle-min{--wpex-carousel-arrow-font-size: max(16px, 1em)}.wpex-carousel.arrwstyle-min.arrwpos-abs{--wpex-carousel-arrow-font-size: 24px}.wpex-carousel:where(:not(.arrwpos-abs)):is(.arrwstyle-min,.arrwstyle-circle,.arrwstyle-border){--wpex-carousel-arrow-color: var(--wpex-text-4);--wpex-hover-carousel-arrow-color: var(--wpex-text-3)}.wpex-carousel.arrwpos-abs:is(.arrwstyle-min,.arrwstyle-circle,.arrwstyle-border){--wpex-carousel-arrow-color: var(--wpex-white)}.wpex-carousel.arrwstyle-circle{--wpex-carousel-arrow-font-size: max(1em, 20px)}.wpex-carousel.arrwstyle-circle:not(.arrwpos-abs){--wpex-carousel-arrow-width: 1em}.wpex-carousel.arrwstyle-circle.arrwpos-abs{--wpex-carousel-arrow-font-size: 24px}.wpex-carousel.arrwstyle-border{--wpex-carousel-arrow-font-size: 12px}.wpex-carousel.arrwstyle-border:where(:not(.arrwpos-abs)){--wpex-carousel-arrow-height: 24px;--wpex-carousel-arrow-width: 24px}.wpex-carousel.arrwstyle-border .wpex-carousel__arrow{border:2px solid currentColor}.wpex-carousel.arrwstyle-border.arrwpos-abs{--wpex-carousel-arrow-font-size: 16px}.wpex-carousel:is(.arrwstyle-round-white,.arrwstyle-round-black,.arrwstyle-round-accent){--wpex-carousel-arrow-font-size: max(12px, 0.875em);--wpex-carousel-arrow-border-radius: var(--wpex-rounded-full);--wpex-carousel-arrow-height: 2em;--wpex-carousel-arrow-width: 2em}.wpex-carousel:is(.arrwstyle-round-white,.arrwstyle-round-black,.arrwstyle-round-accent).arrwpos-abs{--wpex-carousel-arrow-font-size: 1.5em}.wpex-carousel.arrwstyle-round-white{--wpex-carousel-arrow-bg: var(--wpex-white);--wpex-carousel-arrow-color: var(--wpex-black)}.wpex-carousel.arrwstyle-round-white .wpex-carousel__arrow{box-shadow:var(--wpex-shadow)}.wpex-carousel.arrwstyle-round-black{--wpex-carousel-arrow-bg: var(--wpex-black);--wpex-carousel-arrow-color: var(--wpex-white)}.wpex-carousel.arrwstyle-round-accent{--wpex-carousel-arrow-bg: var(--wpex-accent);--wpex-carousel-arrow-color: var(--wpex-on-accent);--wpex-hover-carousel-arrow-bg: var(--wpex-accent-alt);--wpex-hover-carousel-arrow-color: var(--wpex-on-accent-alt)}.wpex-carousel.arrwstyle-round-black,.wpex-carousel.arrwstyle-round-white{--wpex-active-carousel-dot-color: var(--wpex-black)}:is(.wpex-carousel--bleed-end,.wpex-carousel--bleed-start-end) .wpex-carousel__stage-outer{overflow:visible}.wpex-carousel--bleed-end .wpex-carousel__stage-outer{position:relative}.wpex-carousel--bleed-end .wpex-carousel__stage-outer::before{content:"";display:block;inset-block:0;width:calc(100vw - 100%);position:absolute;background:var(--wpex-carousel-bleed-overlay-bg, var(--wpex-surface-1));z-index:10;inset-inline-start:0;transform:translateX(-100%)}.rtl .wpex-carousel--bleed-end .wpex-carousel__stage-outer::before{transform:translateX(100%)}:where(.wpex-carousel--offset-fix) .wpex-carousel__item .wpex-carousel-slide{margin-right:1px}:where(.wpex-carousel-items-center) .wpex-carousel__stage{display:flex;align-items:center}@media(min-width: 640px){.wpex-carousel.arrwstyle-slim.arrwpos-abs{--wpex-carousel-arrow-prev-left: -40px;--wpex-carousel-arrow-next-right: -40px}}@media(min-width: 960px){.wpex-carousel.arrwstyle-slim.arrwpos-abs{--wpex-carousel-arrow-prev-left: -60px;--wpex-carousel-arrow-next-right: -60px}}@keyframes wpexCarouselFadeOut{from{opacity:1}to{opacity:0}}.owl-video-wrapper{position:relative;height:100%;background:#000}.owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;transform:translate(-50%, -50%);cursor:pointer;z-index:1;transition:scale 100ms ease}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}.wpex-carousel.owl-carousel .owl-animated-in{z-index:0}.wpex-carousel.owl-carousel .owl-animated-out{z-index:1}.wpex-carousel[data-wpex-carousel*=fadeOut] .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{z-index:unset}