.elementor-widget-open_user_map_widget,
.elementor-widget-shortcode:has(.open-user-map),
.elementor-widget-shortcode:has(.open-user-map-image-gallery) {
width: 100%;
}
.open-user-map {
position: relative;
z-index: 1; }
.open-user-map img {
display: inherit;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
max-width: inherit;
}
.open-user-map input[type=radio],
.open-user-map input[type=checkbox] {
margin: inherit;
padding: inherit;
}
.open-user-map input[type=text] {
background-color: #fff;
color: #333;
border-radius: 0;
font-size: 16px;
}
.open-user-map h1, .open-user-map h2, .open-user-map h3, .open-user-map h4 {
margin: 0;
padding: 0;
display: inherit;
}
.open-user-map button {
margin: 0;
padding: 0;
}
.open-user-map { }
.open-user-map input.oum-switch[type=checkbox] {
position: relative;
left: 0;
top: 0;
z-index: 0;
appearance: none;
visibility: hidden;
}
.open-user-map input.oum-switch[type=checkbox] + label {
position: relative;
display: block;
cursor: pointer;
font-family: sans-serif;
font-size: 16px;
line-height: 22px;
padding-left: 50px;
position: relative;
margin-left: 4px !important;
margin-top: -16px;
}
.open-user-map input.oum-switch[type=checkbox] + label::before {
box-sizing: border-box;
width: 40px;
height: 20px;
border-radius: 30px;
border: 2px solid #ddd;
background-color: #eee;
content: "";
margin-right: 15px;
transition: background-color 0.5s linear;
z-index: 5;
position: absolute;
left: 0px;
top: 1px;
}
.open-user-map input.oum-switch[type=checkbox] + label::after {
box-sizing: border-box;
width: 16px;
height: 16px;
border-radius: 30px;
background-color: #fff;
content: "";
transition: margin 0.1s linear;
box-shadow: 0px 0px 5px #aaa;
position: absolute;
left: 2px;
top: 3px;
z-index: 10;
}
.open-user-map input.oum-switch[type=checkbox]:checked + label::before {
background-color: #e82c71;
}
.open-user-map input.oum-switch[type=checkbox]:checked + label::after {
margin: 0 0 0 20px;
}
.open-user-map .box-wrap .tab-wrap .oum-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item {
font-size: 19px;
padding: 3px 15px;
border-bottom: 3px solid transparent;
color: inherit;
cursor: pointer;
}
.open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item.active {
font-weight: bold;
border-color: black;
color: black;
}
.open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item:hover {
border-color: black;
}
.open-user-map .box-wrap .map-wrap {
position: relative;
aspect-ratio: 1.77;
}
.open-user-map .box-wrap .map-wrap .oum-map-filter-wrapper {
position: absolute;
right: 10px;
bottom: 10px;
width: auto;
z-index: 9999;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 15px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls {
position: relative;
z-index: auto;
display: flex;
flex-direction: column-reverse;
align-items: flex-end;
gap: 8px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.active {
max-width: 250px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-toggle {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.9);
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_marker_categories.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 60%;
width: 44px;
height: 44px;
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
cursor: pointer;
z-index: 1;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list {
display: flex;
background: rgba(255, 255, 255, 0.95);
color: #333;
padding: 6px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
position: relative;
z-index: 2;
flex-direction: column;
gap: 5px;
padding-right: 30px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .oum-toggle-all-wrapper {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 8px;
margin-bottom: 5px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .oum-toggle-all-wrapper .oum-toggle-all-text {
opacity: 0.8;
font-weight: bold;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label {
display: flex;
align-items: flex-start;
gap: 9px;
margin: 0;
padding: 0;
font-weight: normal;
cursor: pointer;
color: #333;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label input[type=checkbox] {
margin: 0;
position: relative;
top: 2px;
appearance: auto;
accent-color: #e82c71;
width: 16px;
height: 16px;
flex-shrink: 0;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label input[type=checkbox]::before, .open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label input[type=checkbox]::after {
display: none;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label img {
height: 26px;
width: 26px;
object-fit: contain;
object-position: top;
transform: translateY(-10%);
flex-shrink: 0;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label .oum-filter-category-shape-icon {
display: inline-flex;
align-items: center;
justify-content: center;
height: 26px;
width: 26px;
margin: 0;
flex-shrink: 0;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label .oum-filter-category-shape-icon svg {
display: block;
height: 26px;
width: 26px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label span {
font-size: 12px;
line-height: 1.2;
margin-top: 2px;
margin-bottom: 5px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .close-filter-list {
position: absolute;
top: 4px;
right: 10px;
cursor: pointer;
font-size: 13px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .close-filter-list:hover {
color: #e82c71;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls:not(.use-collapse):not(.active) .oum-filter-toggle {
display: none;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls:not(.use-collapse):not(.active) .oum-filter-list {
display: flex;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.use-collapse:not(.active) .oum-filter-list {
display: none;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.use-collapse:not(.active) .oum-filter-toggle {
display: flex !important;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.active .oum-filter-list {
display: flex;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.active .oum-filter-toggle {
display: none;
}
.open-user-map .box-wrap .map-wrap .oum-loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.9);
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
transition: opacity 0.3s ease-out;
}
.open-user-map .box-wrap .map-wrap .oum-loading-overlay.hidden {
opacity: 0;
pointer-events: none;
}
.open-user-map .box-wrap .map-wrap .oum-loading-overlay .oum-loading-spinner {
width: 50px;
height: 50px;
border: 3px solid #f3f3f3;
border-top: 3px solid #e82c71;
border-radius: 50%;
animation: oum-spin 1s linear infinite;
}
@keyframes oum-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls,
.open-user-map .box-wrap .map-wrap .open-add-location-overlay,
.open-user-map .box-wrap .map-wrap .oum-advanced-filter-button,
.open-user-map .box-wrap .map-wrap .oum-advanced-filter-panel {
opacity: 0;
transition: opacity 0.3s ease-out;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.visible,
.open-user-map .box-wrap .map-wrap .open-add-location-overlay.visible,
.open-user-map .box-wrap .map-wrap .oum-advanced-filter-button.visible,
.open-user-map .box-wrap .map-wrap .oum-advanced-filter-panel.visible {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-marker-icon:not(.marker-cluster):not(.leaflet-div-icon):not(.leaflet-editing-icon) {
height: 40px !important;
width: 40px !important;
margin-top: -40px !important;
margin-left: -20px !important;
object-fit: contain;
object-position: center bottom;
outline: none !important;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-marker-icon:not(.marker-cluster):not(.leaflet-div-icon):not(.leaflet-editing-icon):hover {
width: 44px !important;
height: 44px !important;
margin-top: -44px !important;
margin-left: -22px !important;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup {
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper {
position: relative;
z-index: 1;
box-shadow: none;
border-radius: 10px;
overflow: hidden;
padding: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper::after {
content: "";
display: block;
background: linear-gradient(0deg, white, transparent);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 25px;
pointer-events: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content {
margin: 0;
width: 250px;
max-height: 400px;
overflow: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_video {
background-color: #eee;
aspect-ratio: 16/9;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_video > * {
margin: 0;
width: 100%;
height: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_video > * > p {
width: 100%;
height: 100%;
margin: 0 auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_video iframe {
width: 100%;
height: 100%;
margin: 0 auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text {
padding: 15px;
overflow: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text * {
color: #000;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_name {
font-size: 20px;
line-height: 1.4;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_measurement {
display: inline-flex;
align-items: center;
height: 20px;
padding: 0 9px;
border-radius: 10px;
background: rgba(0, 0, 0, 0.08);
font-size: 13px;
line-height: 20px;
font-weight: bold;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_category_icons {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_category_icons .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_category_icons .oum_category_shape_icon {
display: inline-flex;
align-items: center;
justify-content: center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_category_icons .oum_category_shape_icon svg {
display: block;
width: 20px;
height: 20px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text a {
color: #e82c71;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_date {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 5px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_address {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields {
font-size: 14px;
opacity: 0.8;
margin-top: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum_custom_field {
margin-bottom: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a {
display: inline-block;
hyphens: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=facebook] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_facebook_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=instagram] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_instagram_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=linkedin] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_linkedin_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=twitter] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_twitter_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=youtube] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_youtube_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=soundcloud] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_soundcloud_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-header {
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 8px;
cursor: pointer;
user-select: none;
outline: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-header:hover {
opacity: 0.8;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-label {
margin-right: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator {
display: inline-block;
font-weight: bolder;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator.oum-opening-hours-status-open {
color: #28a745;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator.oum-opening-hours-status-closed {
color: #dc3545;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-toggle-icon {
width: 16px;
height: 16px;
margin-left: auto;
transition: transform 0.2s ease;
opacity: 0.7;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-header.oum-opening-hours-expanded .oum-opening-hours-toggle-icon {
transform: rotate(180deg);
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper {
margin-top: 8px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper.oum-opening-hours-expanded {
display: block !important;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row {
display: flex;
justify-content: space-between;
align-items: start;
margin-bottom: 5px;
font-size: 13px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row:has(.closed) {
opacity: 0.5;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-day-name {
margin-right: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-times,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-status {
text-align: right;
flex: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum_custom_field:has(span):not(.oum_custom_field_type_opening_hours) {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 5px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum_custom_field:has(span):not(.oum_custom_field_type_opening_hours) span {
background: rgba(0, 0, 0, 0.1);
display: inline-block;
padding: 3px 5px;
border-radius: 5px;
font-size: 13px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_description {
font-size: 14px;
opacity: 0.8;
margin-top: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_description:empty {
display: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text audio {
margin-top: 15px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_text_bottom {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-top: 14px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_text_bottom:empty {
display: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_read_more a {
font-size: 14px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button {
min-width: auto;
width: auto;
line-height: 1;
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 20px;
height: 27px;
padding: 4px 11px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #6c757d;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button:hover {
background: #e9ecef;
border-color: #adb5bd;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted {
background: #dc3545;
border-color: #dc3545;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted * {
color: white;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button .oum_vote_count {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 10px;
padding: 2px 6px;
font-size: 12px;
font-weight: bold;
min-width: 20px;
text-align: center;
margin-left: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_star_rating_wrap .oum_star_rating {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars {
display: inline-flex;
gap: 2px;
cursor: pointer;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star {
color: #ddd;
font-size: 18px;
line-height: 1;
transition: color 0.2s ease;
user-select: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.active {
color: #ffc107;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.hover {
color: #ff9800;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.half {
background: linear-gradient(90deg, #ffc107 50%, #ddd 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_star_rating_count {
color: #6c757d;
font-size: 12px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel {
position: relative;
width: 100%;
overflow: hidden;
pointer-events: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel:hover .oum-carousel-prev,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel:hover .oum-carousel-next {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-inner {
display: flex;
width: 100%;
height: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-inner .oum-carousel-item {
flex: 0 0 100%;
width: 100%;
height: 100%;
position: relative;
display: none;
background-color: #eee;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-inner .oum-carousel-item.active {
display: block;
animation: carouselFadeIn 0.3s ease-in-out;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-4-3 {
aspect-ratio: 4/3;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-4-3 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-16-9 {
aspect-ratio: 16/9;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-16-9 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-1-1 {
aspect-ratio: 1/1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-1-1 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-original {
aspect-ratio: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-original .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
margin: 0;
background: rgba(0, 0, 0, 0.5);
border: none;
box-shadow: none;
border-radius: 50%;
color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
z-index: 1;
font-size: 0;
text-indent: -9999px;
pointer-events: auto;
}
@media (max-width: 768px) {
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next {
opacity: 1;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev::before,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next::before {
content: "";
display: block;
width: 10px;
height: 10px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev:hover,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev:focus,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next:focus {
outline: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev {
left: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next {
right: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next::before {
transform: rotate(45deg);
margin-right: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-counter {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
z-index: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .box-wrap .map-wrap .leaflet-map .edit-location-button {
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_pen.png) no-repeat 62% 29% #fff;
background-size: 66%;
border-radius: 99px;
height: 24px;
width: 24px;
text-align: center;
top: 5px;
right: 34px;
z-index: 2;
position: absolute;
cursor: pointer;
opacity: 0.8;
transition: opacity 0.12s ease-in;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .edit-location-button:hover {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-close-button {
background: #fff;
border-radius: 99px;
font-size: 20px;
width: 24px;
height: 24px;
line-height: 1;
text-align: center;
top: 5px;
right: 5px;
z-index: 2;
opacity: 0.8;
transition: opacity 0.12s ease-in;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-close-button span {
display: block;
height: 100%;
width: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-close-button:hover {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-zoom a {
background-color: #fff;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-zoom a:hover {
background-color: #f4f4f4;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-layers-overlays label img {
height: 30px;
margin-right: 6px;
margin-left: 3px;
vertical-align: middle;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search {
height: 34px;
box-sizing: border-box;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search.search-exp {
width: 320px;
max-width: 70vw;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-input {
box-sizing: border-box;
width: calc(100% - 34px);
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-input {
font-size: 16px;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-button {
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png) 0 0 no-repeat #fff;
background-size: contain;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-tooltip {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-tooltip .search-tip {
font-size: 12px;
line-height: 24px;
border-radius: 0;
padding-left: 8px;
padding-right: 8px;
display: flex;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-tooltip .search-tip img {
width: 20px;
height: 20px;
margin-right: 5px;
object-fit: contain;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button {
display: flex;
flex-wrap: nowrap;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button.active {
width: 320px;
max-width: 70vw;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form {
position: relative;
left: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
width: calc(100% - 30px);
max-width: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form input[type=text] {
width: calc(100% - 20px);
margin: 0 20px 0 0 !important;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form input[type=text] {
font-size: 16px;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form button.reset {
background-color: #ddd;
color: black;
margin: 0;
padding: 0;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 18px;
line-height: 1;
width: 20px;
height: 20px;
text-align: center;
border-radius: 99px;
font-family: monospace;
top: 5px;
opacity: 0.5;
text-align: center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form button.reset:hover {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form .results {
color: #333;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form .results > * {
font-size: 12px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form .results.active {
width: calc(100% + 30px);
color: #333;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form .results.active::after {
display: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button a.leaflet-bar-part {
flex: 0 0 30px;
width: 30px;
mask-image: none;
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-color: #fff;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
border-radius: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button a.leaflet-bar-part::before, .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button a.leaflet-bar-part::after {
display: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form .results {
color: #333;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form .results > * {
font-size: 12px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form .results.active {
color: #333;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form .results.active::after {
display: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
padding: 0;
font-size: 16px;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 30px;
background-color: #ddd;
color: black;
margin: 0;
padding: 0;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 18px;
line-height: 1;
width: 20px;
height: 20px;
text-align: center;
border-radius: 99px;
font-family: monospace;
top: 5px;
opacity: 0.5;
text-align: center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-attribution {
font-size: 10px;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay {
box-sizing: border-box;
position: absolute;
top: 8px;
right: 13px;
z-index: 9999;
background: #e82c71;
color: white;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: row;
align-items: center;
border-radius: 50px;
text-align: center;
text-decoration: none;
height: 50px;
cursor: pointer;
padding: 0;
width: 50px;
overflow: hidden;
transition: width 0.1s ease-in;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay span.btn_icon {
display: block;
position: absolute;
z-index: 1;
top: calc(50% - 15px);
left: 10px;
height: 30px;
width: 30px;
font-family: sans-serif;
font-size: 35px;
line-height: 25px;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay span.btn_text {
font-size: 16px;
line-height: 1;
padding-left: 45px;
width: 140px;
text-align: left;
word-break: keep-all;
opacity: 0;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay:hover, .open-user-map .box-wrap .map-wrap .open-add-location-overlay:active {
background: rgb(202.8846153846, 22.1153846154, 88.4615384615);
width: 158px;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay:hover span.btn_text, .open-user-map .box-wrap .map-wrap .open-add-location-overlay:active span.btn_text {
opacity: 1;
transition: opacity 0.1s ease-in;
transition-delay: 0.05s;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker {
z-index: 400;
position: absolute !important;
top: 8px;
left: 50%;
transform: translateX(-50%);
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search {
box-sizing: border-box;
height: 34px;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search.search-exp {
width: 320px;
max-width: 50vw;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-input {
box-sizing: border-box;
width: calc(100% - 34px);
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-input {
font-size: 16px;
}
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-button {
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png) 0 0 no-repeat #fff;
background-size: contain;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-tooltip {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-tooltip .search-tip {
font-size: 12px;
line-height: 24px;
border-radius: 0;
padding-left: 8px;
padding-right: 8px;
display: flex;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-tooltip .search-tip img {
width: 20px;
height: 20px;
margin-right: 5px;
object-fit: contain;
}
.open-user-map .box-wrap .map-wrap #oum_filter_markers {
width: 320px;
max-width: calc(100% - 120px);
height: 34px;
z-index: 400;
position: absolute !important;
top: 8px;
left: 50%;
transform: translateX(-50%);
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
background-clip: padding-box;
font-size: 14px;
line-height: 1;
padding: 0 16px;
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.open-user-map .box-wrap .map-wrap .oum-attribution {
position: absolute;
bottom: -17px;
right: 13px;
z-index: 999;
background: rgba(255, 255, 255, 0.9);
font-size: 11px;
color: #999;
display: inline-block;
padding: 3px 6px;
margin: 0;
line-height: 1;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.open-user-map .box-wrap .map-wrap .oum-attribution a {
color: #e82c71;
text-decoration: none;
display: inline;
line-height: 1;
margin: 0;
padding: 0;
}
.open-user-map .box-wrap.map-size-fullwidth {
width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
}
.open-user-map .box-wrap.oum-regions-layout-2 {
display: flex;
flex-direction: row;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap {
width: 170px;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs {
flex-direction: column;
border-bottom: none;
border-right: 1px solid rgba(0, 0, 0, 0.5);
height: 100%;
justify-content: unset;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item {
padding: 10px 10px 10px 20px;
line-height: 1.1;
border-bottom: none;
border-right: 3px solid transparent;
color: inherit;
hyphens: auto;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item.active {
font-weight: bold;
border-color: black;
color: black;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item:hover {
border-color: black;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .map-wrap {
width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap {
aspect-ratio: unset;
height: 400px;
}
}
.open-user-map .add-location {
display: none;
position: fixed;
z-index: 9999;
background: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
top: 0;
left: 0;
right: 0;
bottom: 0;
justify-content: center;
align-items: flex-start;
padding-top: 50px;
padding-bottom: 50px;
overflow: auto;
}
.open-user-map .add-location * {
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location {
padding-top: 0;
padding-bottom: 0;
}
}
.open-user-map .add-location .location-overlay-content {
position: relative;
width: 768px;
max-width: 80%;
display: flex;
flex-direction: column;
background: #f8f8f8;
color: #333;
padding: 33px 43px;
border-radius: 20px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content {
max-width: 100%;
padding: 15px;
border-radius: 0;
}
}
.open-user-map .add-location .location-overlay-content #close-add-location-overlay {
position: absolute;
top: 23px;
right: 30px;
font-size: 30px;
line-height: 1;
display: inline-block;
color: #333;
cursor: pointer;
}
.open-user-map .add-location .location-overlay-content #close-add-location-overlay:hover {
color: #e82c71;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #close-add-location-overlay {
top: 16px;
right: 16px;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-required-indicator {
color: #e82c71;
font-size: 18px;
line-height: 1;
margin-left: 2px;
display: inline-block;
}
.open-user-map .add-location .location-overlay-content #oum_add_location h2 {
text-align: center;
font-size: 36px;
margin-bottom: 7px;
color: #e82c71;
}
.open-user-map .add-location .location-overlay-content #oum_add_location h2.oum-add-location-headline {
display: block;
}
.open-user-map .add-location .location-overlay-content #oum_add_location h2.oum-edit-location-headline {
display: none;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location h2 {
text-align: left;
font-size: 26px;
margin-bottom: 13px;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin: 0 0 12px;
padding: 0;
border: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control legend {
grid-column: 1/-1;
margin-bottom: 5px;
font-weight: bold;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-card {
position: relative;
display: flex;
box-sizing: border-box;
min-height: 120px;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 5px;
margin: 0;
padding: 18px 12px 15px;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 9px;
background: #fff;
color: #333;
cursor: pointer;
text-align: center;
transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-card input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-card.is-selected, .open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-card:has(input:checked) {
border-color: #e82c71;
background-color: rgba(232, 44, 113, 0.08);
box-shadow: 0 0 0 1px rgba(232, 44, 113, 0.2);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-card:hover {
border-color: #e82c71;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-icon {
position: relative;
display: block;
width: 38px;
height: 38px;
color: #e82c71;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-icon svg {
display: block;
width: 100%;
height: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-icon-point::before {
content: "";
position: absolute;
left: 50%;
top: 4px;
width: 24px;
height: 24px;
border-radius: 50% 50% 50% 0;
background: currentColor;
transform: translateX(-50%) rotate(-45deg);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-icon-point::after {
content: "";
position: absolute;
left: 50%;
top: 12px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #fff;
transform: translateX(-50%);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-title {
display: block;
font-weight: bold;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-description {
display: block;
color: rgba(0, 0, 0, 0.62);
font-size: 12px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-visual {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
width: 30px;
min-width: 30px;
height: 30px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-line-preview,
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-area-preview {
display: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-line-preview {
display: none;
position: relative;
width: 30px;
height: 30px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-line-preview svg {
display: block;
width: 100%;
height: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-area-preview {
display: none;
position: relative;
width: 30px;
height: 30px;
opacity: 1;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-area-preview svg {
display: block;
width: 100%;
height: 100%;
}
@media (max-width: 640px) {
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control {
grid-template-columns: 1fr;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-location-type-control .oum-location-type-card {
min-height: 88px;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location label {
font-size: 15px;
color: #333;
margin-left: 0;
margin-right: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location label.oum-label {
display: block;
font-weight: bold;
margin: 0 0 8px 0;
line-height: 1.5;
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=text],
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=email],
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=url],
.open-user-map .add-location .location-overlay-content #oum_add_location textarea,
.open-user-map .add-location .location-overlay-content #oum_add_location select,
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display {
font-family: inherit;
margin: 0 0 25px;
font-size: 15px;
border: 1px solid #bbb;
border-radius: 4px;
color: #333;
background-color: #fff;
outline: none;
line-height: 1;
padding: 14px;
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=text]:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=email]:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=url]:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location textarea:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location select:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display:focus {
border-color: #e82c71;
box-shadow: 0 0 0 2px rgba(232, 44, 113, 0.1);
}
.open-user-map .add-location .location-overlay-content #oum_add_location select,
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display {
appearance: none;
background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 20px;
line-height: 1.1;
height: auto;
border-color: #bbb;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display {
display: flex;
align-items: center;
min-height: 50px;
box-sizing: border-box;
overflow: hidden;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display .oum-category-dropdown-icon {
width: 20px;
height: 20px;
margin-right: 4px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display .oum-category-line-preview,
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display .oum-category-area-preview {
display: none;
width: 20px;
height: 20px;
margin-right: 4px;
flex-shrink: 0;
line-height: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display .oum-category-line-preview svg,
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display .oum-category-area-preview svg {
display: block;
width: 20px;
height: 20px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset {
display: flex;
flex-wrap: wrap;
gap: 10px;
border: none;
padding: 0;
margin: 0 0 15px;
font-size: 15px;
color: #333;
background-color: transparent;
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset legend {
padding: 0;
margin: 0 0 8px 0;
font-weight: bold;
font-size: 15px;
line-height: 1.5;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset > div {
margin: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset > div label {
display: flex;
align-items: center;
margin-left: 6px;
margin-right: 10px;
color: #333;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset > div label {
margin-left: 0;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset > div label .oum-category-icon {
width: 20px;
height: 20px;
margin-right: 4px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=checkbox] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
flex: 0 0 20px;
margin: 0 7px 0 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=checkbox]::before, .open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=checkbox]::after {
display: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=radio] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
flex: 0 0 20px;
margin: 0 10px 0 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=radio]::before, .open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=radio]::after {
display: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_title {
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap {
position: relative;
aspect-ratio: 1.77;
margin: 0 0 25px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #bbb;
border-radius: 4px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-geosearch-bar .results {
font-size: 12px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-geosearch-bar {
max-width: calc(100% - 67px);
margin: 10px 10px 0 auto;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation a:not(.leaflet-draw-actions a) {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
font-size: 16px;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 25px;
background-color: #fff;
color: black;
margin: 0;
padding: 0 8px;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 14px;
opacity: 0.5;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_address {
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_text {
width: 100%;
height: 100px;
resize: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_custom_field_description {
font-size: 14px;
font-style: italic;
opacity: 0.6;
margin-top: -20px;
padding: 0 9px 20px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_image {
color: #e82c71;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media {
display: flex;
margin-bottom: 35px;
flex-direction: column;
gap: 25px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload {
position: relative;
display: flex;
align-items: center;
gap: 10px;
padding: 5px 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload label {
display: flex;
width: 32px;
align-items: center;
gap: 3px;
padding: 0;
margin: 0;
line-height: 1;
color: #e82c71;
cursor: pointer;
position: relative;
flex-shrink: 0;
transition: transform 0.1s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload label:hover {
transform: scale(1.05);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload label .dashicons {
width: 32px;
height: 32px;
font-size: 32px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload input[type=file] {
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
opacity: 0;
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload .preview {
display: flex;
gap: 5px;
align-items: center;
position: relative;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload .preview .remove-upload {
display: none;
opacity: 0.8;
width: 20px;
height: 20px;
border-radius: 100px;
cursor: pointer;
line-height: 18px;
text-align: center;
background: indianred;
color: #fff;
font-family: sans-serif;
font-size: 17px;
position: absolute;
right: -25px;
top: 50%;
transform: translateY(-50%);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload .preview .remove-upload:hover {
opacity: 1;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload .preview.active .remove-upload {
display: block;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-upload .media-upload-top {
display: flex;
align-items: center;
gap: 15px;
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-upload .media-upload-top label .multi-upload-indicator {
position: absolute;
top: -3px;
right: -8px;
font-size: 14px;
font-weight: bold;
font-family: math;
color: #fff;
background: #e82c71;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
border-radius: 50%;
transition: transform 0.2s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-upload .media-upload-top .oum-image-upload-description {
font-family: sans-serif;
font-size: 16px;
margin: 0;
line-height: 1.3;
color: #333;
opacity: 1;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text] {
margin: 0;
flex: 1;
height: 35px;
transition: border-color 0.2s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:hover {
border-color: #e82c71;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:focus {
border-color: #e82c71;
outline: none;
box-shadow: 0 0 0 2px rgba(224, 42, 175, 0.1);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload input[type=file] {
position: absolute;
z-index: -1;
opacity: 0;
width: 0;
height: 0;
overflow: hidden;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview {
flex: 1;
min-width: 0;
display: flex;
align-items: center;
gap: 15px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview .audio-preview {
width: 70%;
margin-top: 2px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview .audio-preview audio {
width: 100%;
height: 40px;
margin: 0;
vertical-align: middle;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview .remove-upload {
position: static;
transform: none;
margin-top: 2px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview.active .remove-upload {
display: block;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 10px;
margin: 10px 0;
width: 100%;
min-height: 50px;
padding: 10px;
border: 2px dashed #ddd;
border-radius: 4px;
position: relative;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid.dragover {
background: #f5f5f5;
border-color: #999;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid:empty {
display: none;
margin: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item {
position: relative;
aspect-ratio: 1;
border-radius: 4px;
overflow: hidden;
cursor: grab;
border: 2px solid #ddd;
background: #fff;
will-change: transform;
user-select: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item.dragging {
cursor: grabbing;
background: #fff;
border-color: #e82c71;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
pointer-events: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item .remove-image {
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 14px;
line-height: 1;
color: #666;
transition: all 0.2s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item .remove-image:hover {
background: #fff;
color: #000;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item .drag-handle {
position: absolute;
bottom: 5px;
right: 5px;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
cursor: grab;
font-size: 14px;
line-height: 1;
color: rgba(255, 255, 255, 0.8);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .image-preview-placeholder {
border: 2px dashed #e82c71;
border-radius: 4px;
background: rgba(224, 42, 175, 0.05);
transition: all 0.15s ease-in-out;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_author {
display: none;
justify-content: space-between;
padding-top: 15px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_author.active {
display: flex;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_author input {
width: 49%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit] {
cursor: pointer;
font-size: 19px;
text-align: center;
font-weight: bold;
border-radius: 4px;
margin: 40px 0 10px;
background: #e82c71;
padding: 15px 30px;
line-height: 1;
border: none;
color: white;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit].oum-loading {
text-indent: -9999px;
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/loading.gif);
background-repeat: no-repeat;
background-position: center center;
background-size: 30px;
background-size: 40px;
width: 100px;
opacity: 0.6;
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit]:hover, .open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit]:active {
color: white;
background-color: rgb(202.8846153846, 22.1153846154, 88.4615384615);
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit] {
width: 100%;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_delete_location_btn {
display: none;
text-align: center;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_delete_location_btn span {
cursor: pointer;
color: #e82c71;
display: inline-block;
margin-top: 20px;
margin-bottom: 10px;
font-size: 15px;
line-height: 1.2;
border-bottom: 1px solid;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_error {
color: red;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou {
text-align: center;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou h3 {
color: #e82c71;
margin-bottom: 20px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button {
margin: 30px 0 0;
cursor: pointer;
font-size: 19px;
text-align: center;
font-weight: bold;
border-radius: 4px;
background: #e82c71;
padding: 15px 30px;
line-height: 1;
border: none;
color: white;
position: relative;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button:hover, .open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button:active {
color: white;
background: rgb(202.8846153846, 22.1153846154, 88.4615384615);
}
.open-user-map .add-location[data-oum-geometry-type=polyline] .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-icon,
.open-user-map .add-location[data-oum-geometry-type=polyline] .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-area-preview {
display: none !important;
}
.open-user-map .add-location[data-oum-geometry-type=polyline] .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-line-preview {
display: inline-block;
}
.open-user-map .add-location[data-oum-geometry-type=polygon] .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-icon,
.open-user-map .add-location[data-oum-geometry-type=polygon] .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-line-preview {
display: none !important;
}
.open-user-map .add-location[data-oum-geometry-type=polygon] .location-overlay-content #oum_add_location .oum-marker-category-option .oum-category-area-preview {
display: inline-block;
}
.open-user-map .add-location.active {
display: flex;
}
.open-user-map .add-location.edit-location .location-overlay-content #oum_add_location h2.oum-add-location-headline {
display: none;
}
.open-user-map .add-location.edit-location .location-overlay-content #oum_add_location h2.oum-edit-location-headline {
display: block;
}
.open-user-map .add-location.edit-location .location-overlay-content #oum_add_location #oum_delete_location_btn {
display: block;
}
.open-user-map .add-user-location .map-wrap {
position: relative;
padding-top: 100%;
margin: 15px 0;
}
@media screen and (max-width: 768px) {
.open-user-map .add-user-location .map-wrap {
padding-top: 100%;
}
}
.open-user-map .add-user-location .map-wrap #mapGetLocation {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #bbb;
border-radius: 2px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-geosearch-bar {
max-width: calc(100% - 67px);
margin: 10px 10px 0 auto;
}
}
.open-user-map .add-user-location .map-wrap #mapGetLocation a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar {
max-width: calc(100% - 67px);
margin: 10px 10px 0 auto;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
font-size: 16px;
}
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 25px;
background-color: #fff;
color: black;
margin: 0;
padding: 0 8px;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 14px;
opacity: 0.5;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map.oum-container-for-fullscreen {
z-index: 99999999;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container {
display: none;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap {
background-color: #fff;
color: #333;
height: 100%;
overflow: auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel {
position: relative;
width: 100%;
overflow: hidden;
pointer-events: none;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel:hover .oum-carousel-prev,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel:hover .oum-carousel-next {
opacity: 1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-inner {
display: flex;
width: 100%;
height: 100%;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-inner .oum-carousel-item {
flex: 0 0 100%;
width: 100%;
height: 100%;
position: relative;
display: none;
background-color: #eee;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-inner .oum-carousel-item.active {
display: block;
animation: carouselFadeIn 0.3s ease-in-out;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-4-3 {
aspect-ratio: 4/3;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-4-3 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-16-9 {
aspect-ratio: 16/9;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-16-9 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-1-1 {
aspect-ratio: 1/1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-1-1 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-original {
aspect-ratio: auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-original .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
margin: 0;
background: rgba(0, 0, 0, 0.5);
border: none;
box-shadow: none;
border-radius: 50%;
color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
z-index: 1;
font-size: 0;
text-indent: -9999px;
pointer-events: auto;
}
@media (max-width: 768px) {
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next {
opacity: 1;
}
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev::before,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next::before {
content: "";
display: block;
width: 10px;
height: 10px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev:hover,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev:focus,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next:focus {
outline: none;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev {
left: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next {
right: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next::before {
transform: rotate(45deg);
margin-right: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-counter {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
z-index: 1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_video > * {
margin: 0;
padding-top: 60px;
line-height: 1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_video > * > p {
width: 100%;
line-height: 1;
margin: 0 auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_video > * iframe {
width: 100%;
margin: 0 auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text {
padding: 35px 20px;
line-height: 1.5;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text * {
color: #000;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_categories {
margin: 8px 0;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_categories .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
border-radius: 2px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title .oum_location_name {
font-size: 20px;
line-height: 1.4;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title .oum_location_measurement {
display: inline-flex;
align-items: center;
height: 20px;
padding: 0 9px;
border-radius: 10px;
background: rgba(0, 0, 0, 0.08);
font-size: 13px;
line-height: 20px;
font-weight: bold;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title .oum_location_category_icons {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title .oum_location_category_icons .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text a {
color: #e82c71;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_date {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 5px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_address {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields {
font-size: 14px;
opacity: 0.8;
margin-top: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum_custom_field {
margin-bottom: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a {
display: inline-block;
hyphens: auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=facebook] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_facebook_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=instagram] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_instagram_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=linkedin] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_linkedin_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=twitter] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_twitter_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=youtube] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_youtube_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=soundcloud] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_soundcloud_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum_custom_field:has(span):not(.oum_custom_field_type_opening_hours) {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 5px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum_custom_field:has(span):not(.oum_custom_field_type_opening_hours) span {
background: rgba(0, 0, 0, 0.1);
display: inline-block;
padding: 3px 5px;
border-radius: 5px;
font-size: 13px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-header {
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 8px;
cursor: pointer;
user-select: none;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-header:hover {
opacity: 0.8;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-label {
margin-right: 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator {
display: inline-block;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator.oum-opening-hours-status-open {
color: #28a745;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator.oum-opening-hours-status-closed {
color: #dc3545;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-toggle-icon {
width: 16px;
height: 16px;
margin-left: auto;
transition: transform 0.2s ease;
opacity: 0.7;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-header.oum-opening-hours-expanded .oum-opening-hours-toggle-icon {
transform: rotate(180deg);
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper {
margin-top: 8px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row {
display: flex;
justify-content: space-between;
align-items: start;
margin-bottom: 5px;
font-size: 13px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row:has(.closed) {
opacity: 0.5;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-day-name {
margin-right: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-times,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-status {
text-align: right;
flex: 1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper.oum-opening-hours-expanded {
display: block !important;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_description {
font-size: 14px;
opacity: 0.8;
margin-top: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_description:empty {
display: none;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text audio {
margin-top: 15px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_text_bottom {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-top: 14px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_text_bottom:empty {
display: none;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_read_more a {
font-size: 14px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button {
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 20px;
height: 27px;
padding: 4px 11px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #6c757d;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button:hover {
background: #e9ecef;
border-color: #adb5bd;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted {
background: #dc3545;
border-color: #dc3545;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted * {
color: white;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button .oum_vote_count {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 10px;
padding: 2px 6px;
font-size: 12px;
font-weight: bold;
min-width: 20px;
text-align: center;
margin-left: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_star_rating_wrap .oum_star_rating {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars {
display: inline-flex;
gap: 2px;
cursor: pointer;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star {
color: #ddd;
font-size: 18px;
line-height: 1;
transition: color 0.2s ease;
user-select: none;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.active {
color: #ffc107;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.hover {
color: #ff9800;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.half {
background: linear-gradient(90deg, #ffc107 50%, #ddd 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_star_rating_count {
color: #6c757d;
font-size: 12px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .edit-location-button {
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_pen.png) no-repeat 58% 36% #eee;
background-size: 60%;
border-radius: 99px;
height: 30px;
width: 30px;
text-align: center;
top: 16px;
right: 57px;
z-index: 2;
position: absolute;
cursor: pointer;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container #close-location-fullscreen {
position: absolute;
z-index: 1;
top: 16px;
right: 16px;
font-size: 18px;
line-height: 30px;
display: inline-block;
color: #333;
background: #eee;
border-radius: 99px;
width: 30px;
height: 30px;
text-align: center;
cursor: pointer;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container #close-location-fullscreen:hover {
color: #e82c71;
}
@media (max-width: 768px) {
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container.visible {
display: block;
}
}
.open-user-map-image-gallery { }
.open-user-map-image-gallery img {
display: inherit;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
max-width: inherit;
}
.open-user-map-image-gallery { position: relative;
opacity: 0;
margin-bottom: 40px;
}
.open-user-map-image-gallery .oum-gallery-item {
width: calc(25% - 15px);
margin-bottom: 20px;
break-inside: avoid;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
background: #fff;
transition: box-shadow 0.2s ease-in-out;
}
.open-user-map-image-gallery .oum-gallery-item:hover {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.open-user-map-image-gallery .oum-gallery-item:hover img {
transform: scale(1.02);
}
.open-user-map-image-gallery .oum-gallery-item a {
display: block;
width: 100%;
}
.open-user-map-image-gallery .oum-gallery-item img {
display: block;
width: 100%;
height: auto;
transition: transform 0.2s ease-in-out;
}
.open-user-map-image-gallery .oum-gallery-pagination {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
padding-top: 20px;
gap: 5px;
clear: both;
border-top: 1px solid #eee;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 12px;
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
color: #333;
text-decoration: none;
font-size: 14px;
transition: all 0.2s ease;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers:hover {
background: #f5f5f5;
border-color: #ccc;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers.current {
background: #e82c71;
border-color: #e82c71;
color: #fff;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers.prev, .open-user-map-image-gallery .oum-gallery-pagination .page-numbers.next {
font-size: 13px;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers.dots {
border: none;
padding: 0 8px;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers.dots:hover {
background: transparent;
}
@media (max-width: 1200px) {
.open-user-map-image-gallery .oum-gallery-item {
width: calc(33.333% - 14px);
}
}
@media (max-width: 768px) {
.open-user-map-image-gallery .oum-gallery-item {
width: calc(50% - 10px);
}
}
@media (max-width: 480px) {
.open-user-map-image-gallery .oum-gallery-item {
width: 100%;
}
}
.open-user-map-location-map {
aspect-ratio: 1.5;
}
.open-user-map-location-map .leaflet-marker-icon:not(.marker-cluster) {
height: 40px !important;
width: 40px !important;
margin-top: -40px !important;
margin-left: -20px !important;
object-fit: contain;
object-position: center bottom;
outline: none !important;
}
.open-user-map-location-map .leaflet-marker-icon:not(.marker-cluster):hover {
width: 44px !important;
height: 44px !important;
margin-top: -44px !important;
margin-left: -22px !important;
}
.open-user-map-locations-list { }
.open-user-map-locations-list img {
display: inherit;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
max-width: inherit;
}
.open-user-map-locations-list input[type=radio],
.open-user-map-locations-list input[type=checkbox] {
margin: inherit;
padding: inherit;
}
.open-user-map-locations-list input[type=text] {
background-color: #fff;
color: #333;
border-radius: 0;
font-size: 16px;
}
.open-user-map-locations-list h1, .open-user-map-locations-list h2, .open-user-map-locations-list h3, .open-user-map-locations-list h4 {
margin: 0;
padding: 0;
display: inherit;
}
.open-user-map-locations-list button {
margin: 0;
padding: 0;
}
.open-user-map-locations-list .elementor-widget-open_user_map_widget {
width: 100%;
}
.open-user-map-locations-list { }
.open-user-map-locations-list .oum-locations-list-item {
display: grid;
grid-template-columns: minmax(0, 290px) 1fr;
margin-bottom: 30px;
background: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel {
position: relative;
width: 100%;
overflow: hidden;
pointer-events: none;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel:hover .oum-carousel-prev,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel:hover .oum-carousel-next {
opacity: 1;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-inner {
display: flex;
width: 100%;
height: 100%;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-inner .oum-carousel-item {
flex: 0 0 100%;
width: 100%;
height: 100%;
position: relative;
display: none;
background-color: #eee;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-inner .oum-carousel-item.active {
display: block;
animation: carouselFadeIn 0.3s ease-in-out;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-4-3 {
aspect-ratio: 4/3;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-4-3 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-16-9 {
aspect-ratio: 16/9;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-16-9 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-1-1 {
aspect-ratio: 1/1;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-1-1 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-original {
aspect-ratio: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-original .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
margin: 0;
background: rgba(0, 0, 0, 0.5);
border: none;
box-shadow: none;
border-radius: 50%;
color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
z-index: 1;
font-size: 0;
text-indent: -9999px;
pointer-events: auto;
}
@media (max-width: 768px) {
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next {
opacity: 1;
}
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev::before,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next::before {
content: "";
display: block;
width: 10px;
height: 10px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev:hover,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev:focus,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next:focus {
outline: none;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev {
left: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next {
right: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next::before {
transform: rotate(45deg);
margin-right: 4px;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-counter {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
z-index: 1;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_media {
padding: 15px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_image img {
width: 100%;
margin: 0 auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_video > div {
aspect-ratio: 4/3;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_video > div > p {
width: 100%;
height: 100%;
margin: 0 auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_video iframe {
width: 100%;
height: 100%;
margin: 0 auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text {
padding: 15px;
overflow: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text * {
color: #000;
hyphens: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_title {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_title .oum_location_name {
font-size: 20px;
line-height: 1.4;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_title .oum_location_measurement {
display: inline-flex;
align-items: center;
height: 20px;
padding: 0 9px;
border-radius: 10px;
background: rgba(0, 0, 0, 0.08);
font-size: 13px;
line-height: 20px;
font-weight: bold;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_title .oum_location_category_icons {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_title .oum_location_category_icons .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text a {
color: #e82c71;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_date {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 5px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_address {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields {
font-size: 14px;
opacity: 0.8;
margin-top: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum_custom_field {
margin-bottom: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a {
display: inline-block;
hyphens: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=facebook] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_facebook_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=instagram] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_instagram_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=linkedin] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_linkedin_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=twitter] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_twitter_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=youtube] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_youtube_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=soundcloud] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_soundcloud_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum_custom_field:has(span):not(.oum_custom_field_type_opening_hours) {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 5px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum_custom_field:has(span):not(.oum_custom_field_type_opening_hours) span {
background: rgba(0, 0, 0, 0.1);
display: inline-block;
padding: 3px 5px;
border-radius: 5px;
font-size: 13px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-header {
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 8px;
cursor: pointer;
user-select: none;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-header:hover {
opacity: 0.8;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-label {
margin-right: 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator {
display: inline-block;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator.oum-opening-hours-status-open {
color: #28a745;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-status-indicator.oum-opening-hours-status-closed {
color: #dc3545;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-header .oum-opening-hours-toggle-icon {
width: 16px;
height: 16px;
margin-left: auto;
transition: transform 0.2s ease;
opacity: 0.7;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-header.oum-opening-hours-expanded .oum-opening-hours-toggle-icon {
transform: rotate(180deg);
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper {
margin-top: 8px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper.oum-opening-hours-expanded {
display: block !important;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row {
display: flex;
justify-content: space-between;
align-items: start;
margin-bottom: 5px;
font-size: 13px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row:has(.closed) {
opacity: 0.5;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-day-name {
margin-right: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-times,
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-status {
text-align: right;
flex: 1;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_description {
font-size: 14px;
opacity: 0.8;
margin-top: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_description:empty {
display: none;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text audio {
margin-top: 15px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_text_bottom {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-top: 14px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_text_bottom:empty {
display: none;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_read_more a {
font-size: 14px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button {
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 20px;
height: 27px;
padding: 4px 11px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #6c757d;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button:hover {
background: #e9ecef;
border-color: #adb5bd;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted {
background: #dc3545;
border-color: #dc3545;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted * {
color: white;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button .oum_vote_count {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 10px;
padding: 2px 6px;
font-size: 12px;
font-weight: bold;
min-width: 20px;
text-align: center;
margin-left: 4px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_star_rating_wrap .oum_star_rating {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars {
display: inline-flex;
gap: 2px;
cursor: pointer;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star {
color: #ddd;
font-size: 18px;
line-height: 1;
transition: color 0.2s ease;
user-select: none;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.active {
color: #ffc107;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.hover {
color: #ff9800;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.half {
background: linear-gradient(90deg, #ffc107 50%, #ddd 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_star_rating_wrap .oum_star_rating .oum_star_rating_count {
color: #6c757d;
font-size: 12px;
}
@media (max-width: 768px) {
.open-user-map-locations-list .oum-locations-list-item {
grid-template-columns: 1fr;
}
}
.open-user-map-locations-list .oum-locations-list-pagination {
display: flex;
padding-left: 0;
list-style: none;
gap: 10px;
justify-content: center;
}
.open-user-map-single-default-template-media.has-video {
aspect-ratio: 16/9;
}
.open-user-map-single-default-template-media.has-video p {
width: 100%;
height: 100%;
}
.open-user-map-single-default-template-media.has-video iframe {
width: 100%;
height: 100%;
margin: 0 auto;
}
.oum-location-value {
margin-bottom: 16px;
}
.oum-location-value .oum-carousel {
position: relative;
width: 100%;
overflow: hidden;
pointer-events: none;
}
.oum-location-value .oum-carousel:hover .oum-carousel-prev,
.oum-location-value .oum-carousel:hover .oum-carousel-next {
opacity: 1;
}
.oum-location-value .oum-carousel .oum-carousel-inner {
display: flex;
width: 100%;
height: 100%;
}
.oum-location-value .oum-carousel .oum-carousel-inner .oum-carousel-item {
flex: 0 0 100%;
width: 100%;
height: 100%;
position: relative;
display: none;
background-color: #eee;
}
.oum-location-value .oum-carousel .oum-carousel-inner .oum-carousel-item.active {
display: block;
animation: carouselFadeIn 0.3s ease-in-out;
}
.oum-location-value .oum-carousel .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
.oum-location-value .oum-carousel.popup-image-size-cover-4-3 {
aspect-ratio: 4/3;
}
.oum-location-value .oum-carousel.popup-image-size-cover-4-3 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.oum-location-value .oum-carousel.popup-image-size-cover-16-9 {
aspect-ratio: 16/9;
}
.oum-location-value .oum-carousel.popup-image-size-cover-16-9 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.oum-location-value .oum-carousel.popup-image-size-cover-1-1 {
aspect-ratio: 1/1;
}
.oum-location-value .oum-carousel.popup-image-size-cover-1-1 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.oum-location-value .oum-carousel.popup-image-size-original {
aspect-ratio: auto;
}
.oum-location-value .oum-carousel.popup-image-size-original .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: auto;
}
.oum-location-value .oum-carousel .oum-carousel-prev,
.oum-location-value .oum-carousel .oum-carousel-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
margin: 0;
background: rgba(0, 0, 0, 0.5);
border: none;
box-shadow: none;
border-radius: 50%;
color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
z-index: 1;
font-size: 0;
text-indent: -9999px;
pointer-events: auto;
}
@media (max-width: 768px) {
.oum-location-value .oum-carousel .oum-carousel-prev,
.oum-location-value .oum-carousel .oum-carousel-next {
opacity: 1;
}
}
.oum-location-value .oum-carousel .oum-carousel-prev::before,
.oum-location-value .oum-carousel .oum-carousel-next::before {
content: "";
display: block;
width: 10px;
height: 10px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
}
.oum-location-value .oum-carousel .oum-carousel-prev:hover,
.oum-location-value .oum-carousel .oum-carousel-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.oum-location-value .oum-carousel .oum-carousel-prev:focus,
.oum-location-value .oum-carousel .oum-carousel-next:focus {
outline: none;
}
.oum-location-value .oum-carousel .oum-carousel-prev {
left: 10px;
}
.oum-location-value .oum-carousel .oum-carousel-prev::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.oum-location-value .oum-carousel .oum-carousel-next {
right: 10px;
}
.oum-location-value .oum-carousel .oum-carousel-next::before {
transform: rotate(45deg);
margin-right: 4px;
}
.oum-location-value .oum-carousel .oum-carousel-counter {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
z-index: 1;
}
.oum-location-value .oum-carousel {
pointer-events: all;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-header {
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 8px;
cursor: pointer;
user-select: none;
outline: none;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-header:hover {
opacity: 0.8;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-header .oum-opening-hours-label {
margin-right: 0;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-header .oum-opening-hours-status-indicator {
display: inline-block;
font-weight: bolder;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-header .oum-opening-hours-status-indicator.oum-opening-hours-status-open {
color: #28a745;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-header .oum-opening-hours-status-indicator.oum-opening-hours-status-closed {
color: #dc3545;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-header .oum-opening-hours-toggle-icon {
width: 16px;
height: 16px;
margin-left: auto;
transition: transform 0.2s ease;
opacity: 0.7;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-header.oum-opening-hours-expanded .oum-opening-hours-toggle-icon {
transform: rotate(180deg);
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-wrapper {
margin-top: 8px;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-wrapper.oum-opening-hours-expanded {
display: block !important;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-wrapper .oum-opening-hours-row {
display: flex;
justify-content: space-between;
align-items: start;
margin-bottom: 5px;
font-size: 13px;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-wrapper .oum-opening-hours-row:has(.closed) {
opacity: 0.5;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-day-name {
margin-right: 10px;
}
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-times,
.oum-location-value .oum_custom_field_type_opening_hours .oum-opening-hours-wrapper .oum-opening-hours-row .oum-opening-hours-status {
text-align: right;
flex: 1;
}
.oum-location-value .oum_star_rating_wrap .oum_star_rating {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
}
.oum-location-value .oum_star_rating_wrap .oum_star_rating .oum_stars {
display: inline-flex;
gap: 2px;
cursor: pointer;
}
.oum-location-value .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star {
color: #ddd;
font-size: 18px;
line-height: 1;
transition: color 0.2s ease;
user-select: none;
}
.oum-location-value .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.active {
color: #ffc107;
}
.oum-location-value .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.hover {
color: #ff9800;
}
.oum-location-value .oum_star_rating_wrap .oum_star_rating .oum_stars .oum_star.half {
background: linear-gradient(90deg, #ffc107 50%, #ddd 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.oum-location-value .oum_star_rating_wrap .oum_star_rating .oum_star_rating_count {
color: #6c757d;
font-size: 12px;
}
.oum-location-value[data-value=type] {
display: inline-block;
border-radius: 99px;
padding: 0 13px;
border: 1px solid;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
}
.oum-location-value[data-value=type_icons] .oum_location_category_icons {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.oum-location-value[data-value=type_icons] .oum_location_category_icons .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.oum-location-value[data-value=map] .leaflet-map a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-marker-icon:not(.marker-cluster) {
height: 40px !important;
width: 40px !important;
margin-top: -40px !important;
margin-left: -20px !important;
object-fit: contain;
object-position: center bottom;
outline: none !important;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-marker-icon:not(.marker-cluster):hover {
width: 44px !important;
height: 44px !important;
margin-top: -44px !important;
margin-left: -22px !important;
}
.oum-location-value[data-value=map] .leaflet-map.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.oum-location-value[data-value=map] .leaflet-map.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.oum-location-value[data-value=map] .leaflet-map.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.oum-location-value[data-value=map] .leaflet-map.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.oum-location-value[data-value=map] .leaflet-map.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-control-zoom a {
background-color: #fff;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-control-zoom a:hover {
background-color: #f4f4f4;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-control-attribution {
font-size: 10px;
}
@media (max-width: 768px) {
body.oum-location-opened {
overflow: hidden;
}
}
body.oum-add-location-opened {
overflow: hidden;
}
@keyframes carouselFadeIn {
from {
opacity: 0.7;
transform: scale(0.98);
}
to {
opacity: 1;
transform: scale(1);
}
}
.oum-delete-confirmation {
text-align: center;
padding: 40px 20px;
}
.oum-delete-confirmation h3 {
color: #333;
margin-bottom: 20px;
}
.oum-delete-confirmation p {
margin-bottom: 30px;
}
.oum-delete-confirmation button {
display: inline-block !important;
margin: 0 auto !important;
padding: 12px 24px !important;
background-color: #e82c71 !important;
color: #fff !important;
border: none !important;
border-radius: 4px !important;
cursor: pointer !important;
font-size: 16px !important;
transition: background-color 0.3s ease !important;
}
.oum-delete-confirmation button:hover {
background-color: rgb(202.8846153846, 22.1153846154, 88.4615384615) !important;
}
.open-user-map-single-default-template .wp-block-post-featured-image {
aspect-ratio: auto !important;
}
.open-user-map-single-default-template .wp-block-columns {
gap: var(--wp--style--block-gap, 2em);
}
.open-user-map-single-default-template .wp-block-shortcode {
margin-bottom: 1.5em;
}
.open-user-map-single-default-template .wp-block-shortcode:last-child {
margin-bottom: 0;
}
@media (max-width: 781px) {
.open-user-map-single-default-template .wp-block-columns {
gap: 1.5em;
}
}
.oum-inline-form .add-location {
display: block;
position: static;
background: transparent;
z-index: auto;
padding: 0;
overflow: visible;
}
.oum-inline-form .add-location .location-overlay-content {
position: static;
transform: none;
max-width: none;
width: 100%;
max-height: none;
overflow: visible;
padding: 0;
background: transparent;
}
.oum-inline-form .add-location .location-overlay-content #close-add-location-overlay {
display: none;
}
.oum-hide-map .box-wrap {
display: none;
}
.oum-advanced-filter-sidebar {
background: #f8f8f8;
border: 1px solid #ddd;
padding: 12px 15px;
margin-bottom: 20px;
}
.oum-advanced-filter-sidebar .oum-advanced-filter-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 2px 0;
margin-bottom: 0;
flex-shrink: 0;
}
.oum-advanced-filter-sidebar .oum-advanced-filter-header .oum-advanced-filter-title {
font-size: 20px;
flex: 1;
}
.oum-advanced-filter-sidebar .oum-advanced-filter-separator {
height: 1px;
background-color: rgba(0, 0, 0, 0.1);
margin: 12px 0;
flex-shrink: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section {
margin-bottom: 20px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter {
font-size: 15px;
color: #333;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter .oum-label {
display: block;
font-weight: bold;
margin: 0 0 8px 0px;
line-height: 1.5;
color: #333;
font-size: 15px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter .oum-toggle-all-wrapper {
margin: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label {
display: flex;
align-items: center;
margin: 0 10px 10px 0;
margin-left: 6px;
padding: 0;
font-weight: normal;
cursor: pointer;
color: #333;
}
@media screen and (max-width: 768px) {
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label {
display: flex;
margin-left: 0;
margin-bottom: 5px;
}
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label input[type=checkbox] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
margin: 0 7px 0 0;
flex-shrink: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label input[type=checkbox]::before, .oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label input[type=checkbox]::after {
display: none;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label img {
height: 22px;
width: 22px;
object-fit: contain;
object-position: center;
margin-right: 6px;
flex-shrink: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label .oum-filter-category-shape-icon {
display: inline-flex;
align-items: center;
justify-content: center;
height: 22px;
width: 22px;
margin: 0 6px 0 0;
flex-shrink: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label .oum-filter-category-shape-icon svg {
display: block;
height: 22px;
width: 22px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-marker-categories-filter label span {
font-size: 15px;
line-height: 1.5;
margin: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter {
position: relative;
z-index: 6;
overflow: visible;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter #oum_search_marker,
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter #oum_search_address,
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter #oum_filter_markers {
position: relative !important;
top: auto !important;
left: auto !important;
right: auto !important;
transform: none !important;
width: 100% !important;
max-width: 100% !important;
z-index: 5;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter #oum_filter_markers {
display: block;
box-sizing: border-box;
height: auto;
font-family: inherit;
font-size: 16px;
border: 1px solid #bbb;
border-radius: 2px;
color: #333;
background-color: #fff;
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png);
background-position: right 8px center;
background-repeat: no-repeat;
background-size: 22px;
outline: none;
line-height: 1;
padding: 14px 40px 14px 14px;
opacity: 1;
visibility: visible;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter #oum_filter_markers:focus {
border-color: #e82c71;
box-shadow: 0 0 0 2px rgba(232, 44, 113, 0.1);
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search {
position: relative !important;
float: none;
width: 100%;
max-width: 100%;
box-sizing: border-box;
height: auto;
box-shadow: none;
background: #fff;
border: 1px solid #bbb;
border-radius: 2px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search::after {
content: "";
display: table;
clear: both;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search.search-exp {
width: 100%;
max-width: 100%;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-input {
box-sizing: border-box;
float: none;
width: 100%;
min-width: unset;
min-height: unset;
height: auto;
line-height: 1;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-size: 16px;
padding: 14px 58px 14px 14px;
margin: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-button {
position: absolute;
top: 50%;
right: 8px;
float: none;
width: 22px;
height: 22px;
margin: 0;
padding: 0;
transform: translateY(-50%);
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png) center center no-repeat transparent;
background-size: 22px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-button:hover {
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png) center center no-repeat transparent;
background-size: 22px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-cancel {
top: 50%;
right: 34px;
width: 22px;
height: 22px;
margin: 0;
transform: translateY(-50%);
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-tooltip {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 30;
max-height: 220px;
overflow-x: hidden;
overflow-y: auto;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-tooltip .search-tip {
display: flex;
align-items: center;
gap: 8px;
margin: 0;
padding: 8px 10px;
font-size: 14px;
line-height: 1.4;
color: #333;
background: #fff;
border-radius: 0;
white-space: normal;
box-sizing: border-box;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-tooltip .search-tip > div {
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-tooltip .search-tip img {
width: 20px;
height: 20px;
flex-shrink: 0;
margin: 0;
object-fit: contain;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-tooltip .search-tip:hover, .oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-search .search-tooltip .search-tip.search-tip-select {
background: #f5f5f5;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-geosearch.leaflet-geosearch-bar {
display: block;
position: relative;
float: none;
width: 100%;
max-width: 100%;
margin: 0;
height: auto;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-geosearch.leaflet-geosearch-bar form {
width: 100%;
box-sizing: border-box;
padding: 0;
background-color: #fff;
border: 1px solid #bbb;
border-radius: 2px;
box-shadow: none;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
display: block;
width: 100%;
min-width: unset;
min-height: unset;
height: auto;
line-height: 1;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-size: 16px;
padding: 14px 58px 14px 14px;
margin: 0 !important;
background-color: #fff;
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-position: right 8px center;
background-repeat: no-repeat;
background-size: 22px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 34px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
line-height: 20px;
padding: 0;
margin: 0;
font-size: 18px;
font-family: monospace;
text-align: center;
border: none;
border-radius: 99px;
background-color: #ddd;
color: #000;
opacity: 0.5;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-geosearch.leaflet-geosearch-bar form .results {
color: #333;
width: 100%;
box-sizing: border-box;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 20;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-searchbar-filter .leaflet-control-geosearch.leaflet-geosearch-bar form .results > * {
font-size: 12px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter .oum-label {
display: block;
font-weight: bold;
margin: 0 0 8px 0px;
line-height: 1.5;
color: #333;
font-size: 15px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=text],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=email],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=url],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter textarea,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter select {
font-family: inherit;
margin: 0;
font-size: 16px;
border: 1px solid #bbb;
border-radius: 2px;
color: #333;
background-color: #fff;
outline: none;
line-height: 1;
padding: 14px;
width: 100%;
box-sizing: border-box;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=text]:focus,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=email]:focus,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=url]:focus,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter textarea:focus,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter select:focus {
border-color: #e82c71;
box-shadow: 0 0 0 2px rgba(232, 44, 113, 0.1);
}
@media screen and (max-width: 480px) {
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=text],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=email],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=url],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter textarea,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter select {
font-size: 16px;
padding: 12px;
}
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter select {
appearance: none;
background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 20px;
line-height: 1.1;
height: auto;
border-color: #bbb;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset {
display: flex;
flex-wrap: wrap;
border: none;
padding: 0;
margin: 0;
font-size: 15px;
color: #333;
background-color: transparent;
width: 100%;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset legend {
padding: 0;
margin: 0 0 8px 0px;
font-weight: bold;
font-size: 15px;
line-height: 1.5;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset > div {
margin: 0 10px 10px 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset > div label {
display: flex;
align-items: center;
margin-left: 6px;
margin-right: 10px;
cursor: pointer;
color: #333;
}
@media screen and (max-width: 768px) {
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset > div label {
display: block;
margin-left: 0;
margin-bottom: 5px;
}
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=checkbox] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
margin: 0 7px 0 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=checkbox]::before, .oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=checkbox]::after {
display: none;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=radio] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
margin: 0 10px 0 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=radio]::before, .oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=radio]::after {
display: none;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter > div {
margin: 0 10px 10px 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter > div label {
display: flex;
align-items: center;
margin-left: 6px;
margin-right: 10px;
cursor: pointer;
color: #333;
}
@media screen and (max-width: 768px) {
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter > div label {
display: block;
margin-left: 0;
margin-bottom: 5px;
}
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter > div input[type=checkbox] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
margin: 0 7px 0 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter > div input[type=checkbox]::before, .oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter > div input[type=checkbox]::after {
display: none;
}
.oum-advanced-filter-sidebar .oum-filter-reset-section {
padding-top: 5px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
}
.oum-advanced-filter-sidebar .oum-filter-reset-section .oum-reset-button {
cursor: pointer;
font-size: 16px;
background: none;
border: none;
color: #e82c71;
text-decoration: none;
padding: 0;
line-height: 1;
}
.oum-advanced-filter-sidebar .oum-filter-reset-section .oum-reset-button:hover {
color: rgb(202.8846153846, 22.1153846154, 88.4615384615);
text-decoration: underline;
}
.oum-advanced-filter-sidebar .oum-filter-reset-section .oum-reset-button:active {
color: rgb(156.8974358974, 17.1025641026, 68.4102564103);
}
.oum-map-container {
position: relative;
}
.oum-advanced-filter-button, .oum-advanced-filter-panel {
position: relative;
z-index: 9998;
display: flex;
flex-direction: column-reverse;
align-items: flex-end;
gap: 8px;
}
.oum-advanced-filter-button.active, .active.oum-advanced-filter-panel {
width: 250px;
}
.oum-advanced-filter-button .oum-advanced-filter-toggle, .oum-advanced-filter-panel .oum-advanced-filter-toggle {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.9);
width: 44px;
height: 44px;
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
cursor: pointer;
color: #333;
transition: background-color 0.2s ease;
}
.oum-advanced-filter-button .oum-advanced-filter-toggle:hover, .oum-advanced-filter-panel .oum-advanced-filter-toggle:hover {
background-color: rgb(255, 255, 255);
}
.oum-advanced-filter-button .oum-advanced-filter-toggle svg, .oum-advanced-filter-panel .oum-advanced-filter-toggle svg {
width: 20px;
height: 20px;
}
.oum-advanced-filter-button .oum-advanced-filter-content, .oum-advanced-filter-panel .oum-advanced-filter-content {
display: flex;
box-sizing: border-box;
flex-direction: column;
position: relative;
width: 100%;
max-height: 80vh;
overflow-y: auto;
background: rgba(255, 255, 255, 0.95);
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-header, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 16px 0 15px;
height: 44px;
flex-shrink: 0;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-header .oum-advanced-filter-title, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-header .oum-advanced-filter-title {
font-size: 20px;
flex: 1;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-header .close-advanced-filter, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-header .close-advanced-filter {
cursor: pointer;
font-size: 18px;
color: #333;
line-height: 1;
padding: 0;
margin: 0;
margin-left: auto;
background: none;
border: none;
flex-shrink: 0;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-header .close-advanced-filter:hover, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-header .close-advanced-filter:hover {
color: #e82c71;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-separator, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-separator {
height: 1px;
background-color: rgba(0, 0, 0, 0.1);
margin: 0;
flex-shrink: 0;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-sidebar, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-sidebar {
border: none;
background: transparent;
margin: 0;
}
.oum-advanced-filter-button:not(.use-collapse) .oum-advanced-filter-toggle, .oum-advanced-filter-panel:not(.use-collapse) .oum-advanced-filter-toggle {
display: none;
}
.oum-advanced-filter-button.use-collapse .oum-advanced-filter-content, .use-collapse.oum-advanced-filter-panel .oum-advanced-filter-content {
display: none;
}
.oum-advanced-filter-button.use-collapse.active .oum-advanced-filter-content, .use-collapse.active.oum-advanced-filter-panel .oum-advanced-filter-content {
display: flex;
}
.oum-advanced-filter-button.use-collapse.active .oum-advanced-filter-toggle, .use-collapse.active.oum-advanced-filter-panel .oum-advanced-filter-toggle {
display: none;
}
.oum-advanced-filter-button.active .oum-advanced-filter-toggle, .active.oum-advanced-filter-panel .oum-advanced-filter-toggle {
display: none;
}
.oum-advanced-filter-panel .oum-advanced-filter-toggle {
box-sizing: border-box;
width: 250px;
height: 48px;
justify-content: space-between;
padding: 2px 13px 2px 15px;
}
.oum-advanced-filter-panel .oum-advanced-filter-toggle .oum-advanced-filter-toggle-label {
font-size: 20px;
flex: 1;
}
.oum-map-with-sidebar {
display: flex;
gap: 20px;
align-items: flex-start;
}
.oum-map-with-sidebar:has(.map-size-fullwidth) {
width: 100vw;
margin-left: 50% !important;
transform: translateX(-50%);
max-width: none;
}
.oum-map-with-sidebar:has(.map-size-fullwidth) .box-wrap.map-size-fullwidth {
width: 100%;
margin: 0;
transform: none;
}
.oum-map-with-sidebar .oum-map-container {
flex: 1;
width: 100%;
min-width: 0;
}
.oum-map-with-sidebar .oum-sidebar {
width: 25%;
flex-shrink: 0;
}
.oum-map-with-sidebar .oum-sidebar.oum-sidebar-left {
order: -1;
}
.oum-map-with-sidebar .oum-sidebar.oum-sidebar-right {
order: 1;
}
@media (max-width: 768px) {
.oum-map-with-sidebar {
flex-direction: column;
}
.oum-map-with-sidebar .oum-sidebar {
width: 100%;
order: 0;
margin-bottom: 15px;
}
.oum-map-with-sidebar .oum-map-container {
order: 1;
}
}
@media (max-width: 480px) {
.oum-map-with-sidebar {
gap: 10px;
}
.oum-map-with-sidebar .oum-sidebar {
padding: 15px;
margin-bottom: 10px;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map.oum-custom-image-click-through .leaflet-image-layer,
.open-user-map .box-wrap .map-wrap .leaflet-map.oum-custom-image-click-through .leaflet-image-layer * {
pointer-events: none;
}
.open-user-map .leaflet-popup-content .oum-bubble-loading {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
min-height: 80px;
min-width: 140px;
padding: 28px 32px;
margin: 0 auto;
}
.open-user-map .leaflet-popup-content .oum-bubble-loading-spinner {
display: block;
flex-shrink: 0;
width: 22px;
height: 22px;
border: 2px solid rgba(0, 0, 0, 0.12);
border-top-color: rgba(0, 0, 0, 0.5);
border-radius: 50%;
animation: oum-bubble-spin 0.75s linear infinite;
}
.open-user-map .leaflet-popup-content .oum-bubble-error {
min-height: 36px;
padding: 12px 14px;
font-size: 14px;
color: #b32d2e;
}
@keyframes oum-bubble-spin {
to {
transform: rotate(360deg);
}
}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}.leaflet-container:after{-webkit-animation:leaflet-gestures-fadein .8s backwards;animation:leaflet-gestures-fadein .8s backwards;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:461;pointer-events:none}.leaflet-gesture-handling-scroll-warning:after,.leaflet-gesture-handling-touch-warning:after{-webkit-animation:leaflet-gestures-fadein .8s forwards;animation:leaflet-gestures-fadein .8s forwards}.leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
background-color: rgba(255, 111, 105, 0.6);
}
.marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
background-color: rgba(255, 111, 105, 1);
color: white;
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
line-height: 30px;
}.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
box-sizing: border-box;
} .leaflet-control-geosearch .leaflet-bar-part {
border-radius: 4px;
border-bottom: none;
}
.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
position: absolute;
display: block;
content: '';
} .leaflet-control-geosearch a.leaflet-bar-part:before {
top: 15px;
left: 13px;
width: 6px;
border-top: 2px solid #555;
transform: rotateZ(45deg);
}
.leaflet-control-geosearch a.leaflet-bar-part:after {
top: 8px;
left: 8px;
height: 8px;
width: 8px;
border-radius: 50%;
border: 2px solid #555;
} .leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
display: none;
}
.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
left: 50%;
top: 50%;
width: 18px;
height: 18px;
margin: -9px 0 0 -9px;
border-radius: 50%;
} .leaflet-control-geosearch.pending a.leaflet-bar-part:after {
content: '';
border: 2px solid #555;
border-top: 2px solid #f3f3f3;
animation: spin 1s linear infinite;
} .leaflet-control-geosearch.error a.leaflet-bar-part:after {
content: '!';
line-height: initial;
font-weight: 600;
font-size: 18px;
border: none;
} .leaflet-control-geosearch form {
display: none;
position: absolute;
top: 0;
left: 36px;
border-radius: 0 4px 4px 0;
background-color: #fff;
background-clip: padding-box;
z-index: -1;
height: auto;
margin: 0;
padding: 0 8px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.leaflet-geosearch-button form.open {
border-radius: 0 4px 4px 4px;
}
.leaflet-control-geosearch.active form {
display: block;
}
.leaflet-geosearch-button.active .leaflet-bar-part {
border-radius: 4px 0 0 4px;
width: 36px;
}
.leaflet-geosearch-button form {
max-width: 350px;
}
.leaflet-control-geosearch form input {
min-width: 200px;
width: 100%;
outline: none;
border: none;
margin: 0;
padding: 0;
font-size: 12px;
height: 30px;
border: none;
border-radius: 0 4px 4px 0;
text-indent: 8px;
}
.leaflet-touch .leaflet-geosearch-bar form {
border: 2px solid rgba(0,0,0,0.2);
box-shadow: none;
}
.leaflet-touch .leaflet-geosearch-bar form input {
height: 30px;
}
.leaflet-control-geosearch .results {
background: #fff;
}
.leaflet-control-geosearch .results > * {
line-height: 24px;
padding: 0 8px;
border: 1px solid transparent;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.leaflet-control-geosearch .results.active {
padding: 8px 0;
border-top: 1px solid #c6c6c6;
}
.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
background-color: #f8f8f8;
border-color: #c6c6c6;
cursor: pointer;
} .leaflet-control-geosearch .results.active:after {
content: '';
display: block;
width: 0;
position: absolute;
left: -2px;
bottom: -2px;
top: 30px;
}
.leaflet-touch .leaflet-control-geosearch .results.active:after {
border-left: 2px solid rgba(0, 0, 0, .2);
} @keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.leaflet-top .leaflet-geosearch-bar,
.leaflet-bottom .leaflet-geosearch-bar {
display: none;
}
.leaflet-geosearch-bar {
position: relative;
display: block;
height: auto;
width: 400px;
max-width: calc(100% - 120px);
margin: 10px auto 0;
cursor: auto;
z-index: 1000;
}
.leaflet-geosearch-bar form {
position: relative;
top: 0;
left: 0;
display: block;
border-radius: 4px;
}
.leaflet-geosearch-bar form input {
min-width: 100%;
width: 100%;
}
.leaflet-geosearch-bar .results.active:after {
opacity: .2;
}
.leaflet-right .leaflet-control-geosearch form {
right: 28px;
left: initial;
border-radius: 4px 0 0 4px;
border-left: inherit;
border-right: none;
}
.leaflet-bar-notfound {
font-style: italic;
}
.leaflet-control-geosearch button.reset {
color: black;
font-weight: bold;
position: absolute;
line-height: 26px;
padding: 0 8px;
right: 0;
top: 0;
cursor: pointer;
border: none;
text-decoration: none;
background-color: #fff;
border-radius: 0 4px 4px 0;
}
.leaflet-touch .leaflet-control-geosearch button.reset {
line-height: 30px;
}
.leaflet-control-geosearch button.reset:hover {
background: #f5f5f5;
}.fullscreen-icon {
background-image: url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/images/icon-fullscreen.svg);
background-size: 26px 52px;
}
.fullscreen-icon.leaflet-fullscreen-on {
background-position: 0 -26px;
}
.leaflet-touch .fullscreen-icon {
background-position: 2px 2px;
}
.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
background-position: 2px -24px;
}  .leaflet-container:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
z-index: 99999;
}
.leaflet-container:fullscreen {
width: 100% !important;
height: 100% !important;
z-index: 99999;
}
.open-user-map .box-wrap > .leaflet-pseudo-fullscreen,
.leaflet-pseudo-fullscreen {
position: fixed !important;
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
z-index: 99999;
}.leaflet-control-locate a{cursor:pointer}.leaflet-control-locate a .leaflet-control-locate-location-arrow{display:inline-block;width:16px;height:16px;margin:7px;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-control-locate a .leaflet-control-locate-spinner{display:inline-block;width:16px;height:16px;margin:7px;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M304 48a48 48 0 1 1-96 0 48 48 0 0 1 96 0zm-48 368a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm208-208a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM96 256a48 48 0 1 0-96 0 48 48 0 0 0 96 0zm13 99a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm294 0a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM109 61a48 48 0 1 0 0 96 48 48 0 0 0 0-96z"/></svg>');animation:leaflet-control-locate-spin 2s linear infinite}.leaflet-control-locate.active a .leaflet-control-locate-location-arrow{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(32, 116, 182)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-control-locate.following a .leaflet-control-locate-location-arrow{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(252, 132, 40)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-touch .leaflet-bar .leaflet-locate-text-active{width:100%;max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px}.leaflet-touch .leaflet-bar .leaflet-locate-text-active .leaflet-locate-icon{padding:0 5px 0 0}.leaflet-control-locate-location circle{animation:leaflet-control-locate-throb 4s ease infinite}@keyframes leaflet-control-locate-throb{0%{stroke-width:1}50%{stroke-width:3;transform:scale(0.8, 0.8)}100%{stroke-width:1}}@keyframes leaflet-control-locate-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.leaflet-container .leaflet-control-search {
position:relative;
float:left;
background:#fff;
color:#1978cf;
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.8);
z-index:1000;	
margin-left: 10px;
margin-top: 10px;
}
.leaflet-control-search.search-exp { background: #fff;
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;	
}
.leaflet-control-search .search-input {
display:block;
float:left;
background: #fff;
border:1px solid #666;
border-radius:2px;
height:22px;
padding:0 20px 0 2px;
margin:4px 0 4px 4px;
}
.leaflet-control-search.search-load .search-input {
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/images/loader.gif) no-repeat center right #fff;
}
.leaflet-control-search.search-load .search-cancel {
visibility:hidden;
}
.leaflet-control-search .search-cancel {
display:block;
width:22px;
height:22px;
position:absolute;
right:28px;
margin:6px 0;
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/images/search-icon.png) no-repeat 0 -46px;
text-decoration:none;
filter: alpha(opacity=80);
opacity: 0.8;		
}
.leaflet-control-search .search-cancel:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.leaflet-control-search .search-cancel span {
display:none; font-size:18px;
line-height:20px;
color:#ccc;
font-weight:bold;
}
.leaflet-control-search .search-cancel:hover span {
color:#aaa;
}
.leaflet-control-search .search-button {
display:block;
float:left;
width:30px;
height:30px;	
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/images/search-icon.png) no-repeat 4px 4px #fff;
border-radius:4px;
}
.leaflet-control-search .search-button:hover {
background: url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/images/search-icon.png) no-repeat 4px -20px #fafafa;
}
.leaflet-control-search .search-tooltip {
position:absolute;
top:100%;
left:0;
float:left;
list-style: none;
padding-left: 0;
min-width:120px;
max-height:122px;
box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
background-color: rgba(0, 0, 0, 0.25);
z-index:1010;
overflow-y:auto;
overflow-x:hidden;
cursor: pointer;
}
.leaflet-control-search .search-tip {
margin:2px;
padding:2px 4px;
display:block;
color:black;
background: #eee;
border-radius:.25em;
text-decoration:none;	
white-space:nowrap;
vertical-align:center;
}
.leaflet-control-search .search-button:hover {
background-color: #f4f4f4;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
background-color: #fff;
}
.leaflet-control-search .search-alert {
cursor:pointer;
clear:both;
font-size:.75em;
margin-bottom:5px;
padding:0 .25em;
color:#e00;
font-weight:bold;
border-radius:.25em;
}.leaflet-resp-popup-north .leaflet-popup-tip {
box-shadow: none;
} .leaflet-resp-popup-south .leaflet-popup-tip-container {
top: 0;
margin-top: -20px;
}
.leaflet-resp-popup-south .leaflet-popup-tip {
margin: 11px auto 0;
box-shadow: none;
} .leaflet-resp-popup-west .leaflet-popup-tip-container {
right: 0;	
margin-right: -20px;
left: 100%;
margin-left: -2px;
top: 50%;
margin-top: -11px;
}
.leaflet-resp-popup-west .leaflet-popup-tip {
margin: 1px -8px 0 -8px;
box-shadow: none;
} .leaflet-resp-popup-east .leaflet-popup-tip-container {
width: 20px;
left: 2px;
top: 50%;
margin-top: -11px;
}
.leaflet-resp-popup-east .leaflet-popup-tip {
margin: 0 11px;
box-shadow: none;
} .leaflet-resp-popup-south-east .leaflet-popup-tip-container {
left: 0;
margin-left: 0;
top: 0;
margin-top: -20px;
}
.leaflet-resp-popup-south-east .leaflet-popup-tip {
margin: 11px 11px 11px -8px;
box-shadow: none;
}
.leaflet-resp-popup-south-east .leaflet-popup-content-wrapper {
border-radius: 0 20px 20px 20px;
} .leaflet-resp-popup-east-south .leaflet-popup-tip-container {
width: 20px;
left: 0;
top: 0;
}
.leaflet-resp-popup-east-south .leaflet-popup-tip {
margin: -8px 11px;
box-shadow: none;
}
.leaflet-resp-popup-east-south .leaflet-popup-content-wrapper {
border-radius: 0 20px 20px 20px;
} .leaflet-resp-popup-north-east .leaflet-popup-tip-container {
left: 0;
margin-left: 0;
margin-top: -1px;
}
.leaflet-resp-popup-north-east .leaflet-popup-tip {
margin: -8px 11px 11px -8px;
box-shadow: none;
}
.leaflet-resp-popup-north-east .leaflet-popup-content-wrapper {
border-radius: 20px 20px 20px 0;
} .leaflet-resp-popup-east-north .leaflet-popup-tip-container {
left: 0;
margin-left: -20px;
margin-top: -20px;
}
.leaflet-resp-popup-east-north .leaflet-popup-tip {
margin: 11px 11px 11px 11px;
box-shadow: none;
} .leaflet-resp-popup-north-west .leaflet-popup-tip-container {
width: 20px;
margin-right: 0;
margin-top: -1px;
left: 100%;
right: 0;
}
.leaflet-resp-popup-north-west .leaflet-popup-tip {
margin: -8px 11px 11px 11px;
box-shadow: none;
}
.leaflet-resp-popup-north-west .leaflet-popup-content-wrapper {
border-radius: 20px 20px 0 20px;
} .leaflet-resp-popup-west-north .leaflet-popup-tip-container {
margin-left: 0;
margin-top: -20px;
left: 100%;
right: 0;
}
.leaflet-resp-popup-west-north .leaflet-popup-tip {
margin: 11px 11px 0px -8px;
box-shadow: none;
}
.leaflet-resp-popup-west-north .leaflet-popup-content-wrapper {
border-radius: 20px 20px 0 20px;
} .leaflet-resp-popup-south-west .leaflet-popup-tip-container {
width: 20px;
left: 100%;
top: 0;
margin-top: -20px;
}
.leaflet-resp-popup-south-west .leaflet-popup-tip {
margin: 11px 11px 11px 11px;
box-shadow: none;
}
.leaflet-resp-popup-south-west .leaflet-popup-content-wrapper {
border-radius: 20px 0 20px 20px;
} .leaflet-resp-popup-west-south .leaflet-popup-tip-container {
margin-left: 0;
margin-right: -20px;
left: 100%;
right: 0;
top: 0;
}
.leaflet-resp-popup-west-south .leaflet-popup-tip {
margin: -8px;
box-shadow: none;
}
.leaflet-resp-popup-west-south .leaflet-popup-content-wrapper {
border-radius: 20px 0 20px 20px;
}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/leaflet-draw/images/spritesheet.png);background-image:linear-gradient(transparent,transparent),url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/leaflet-draw/images/spritesheet.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/leaflet-draw/images/spritesheet-2x.png);background-image:linear-gradient(transparent,transparent),url(//www.sumec.ch/wp-content/plugins/open-user-map/src/leaflet/leaflet-draw/images/spritesheet.svg)}
.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}
.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#FFF;font:11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}
.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}
.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}
.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:rgba(0,0,0,0.5);border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:rgba(0,0,0,0.5);border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}
.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:rgba(254,87,161,0.1);border:4px dashed rgba(254,87,161,0.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}
.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}}.maplibregl-ctrl button:not(:disabled):active{background-color:rgba(0,0,0,.05)}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgba(0,0,0,.05)}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:rgba(0,0,0,.4);color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}[data-anim-action] {
transition-property: all;
transition-duration: 200ms;
transition-timing-function: ease;
}
@media (prefers-reduced-motion) {
[data-anim-action] {
transition-property: none !important;
transition-duration: 0s !important;
transition-delay: 0s !important;
}
} [data-anim-event="whileScroll"] {
transition-duration: 200ms;
transition-delay: 0s;
} [data-anim-event="onScroll"][data-anim-triggered="false"][data-anim-reverse="false"] {
transition-duration: 0s !important;
transition-delay: 0s !important;
} [data-anim-action="changeColor"] {
transition-property: color, background;
} [data-anim-action="translateX"],
[data-anim-action="translateY"],
[data-anim-action="scale"],
[data-anim-action="rotate"] {
transition-property: transform;
} [data-anim-action="filter"] {
transition-property: filter;
}  [data-anim-action="show"] {
opacity: 0;
transition: none;
}
[data-anim-action="show"][data-anim-triggered="true"],
[data-anim-action="show"][data-anim-event="hover"]:hover {
opacity: 1;
} [data-anim-action="hide"] {
transition: none;
}
[data-anim-action="hide"][data-anim-triggered="true"],
[data-anim-action="hide"][data-anim-event="hover"]:hover {
opacity: 0;
} [data-anim-action="fadeIn"] {
opacity: 0;
transition-property: opacity;
}
[data-anim-action="fadeIn"][data-anim-triggered="true"],
[data-anim-action="fadeIn"][data-anim-event="hover"]:hover {
opacity: 1;
} [data-anim-action="fadeInUp"] {
opacity: 0;
transform: translateY(100px);
transition-property: opacity, transform;
}
[data-anim-action="fadeInUp"][data-anim-triggered="true"],
[data-anim-action="fadeInUp"][data-anim-event="hover"]:hover {
opacity: 1;
transform: translateY(0);
} [data-anim-action="fadeInDown"] {
opacity: 0;
transform: translateY(-100px);
transition-property: opacity, transform;
}
[data-anim-action="fadeInDown"][data-anim-triggered="true"],
[data-anim-action="fadeInDown"][data-anim-event="hover"]:hover {
opacity: 1;
transform: translateY(0);
} [data-anim-action="fadeInRight"] {
opacity: 0;
transform: translateX(100px);
transition-property: opacity, transform;
}
[data-anim-action="fadeInRight"][data-anim-triggered="true"],
[data-anim-action="fadeInRight"][data-anim-event="hover"]:hover {
opacity: 1;
transform: translateX(0);
} [data-anim-action="fadeInLeft"] {
opacity: 0;
transform: translateX(-100px);
transition-property: opacity, transform;
}
[data-anim-action="fadeInLeft"][data-anim-triggered="true"],
[data-anim-action="fadeInLeft"][data-anim-event="hover"]:hover {
opacity: 1;
transform: translateX(0);
} [data-anim-action="fadeOut"] {
transition-property: opacity;
}
[data-anim-action="fadeOut"][data-anim-triggered="true"],
[data-anim-action="fadeOut"][data-anim-event="hover"]:hover {
opacity: 0;
} [data-anim-action="fadeOutUp"] {
transition-property: opacity, transform;
}
[data-anim-action="fadeOutUp"][data-anim-triggered="true"],
[data-anim-action="fadeOutUp"][data-anim-event="hover"]:hover {
transform: translateY(-100px);
opacity: 0;
} [data-anim-action="fadeOutDown"] {
transition-property: opacity, transform;
}
[data-anim-action="fadeOutDown"][data-anim-triggered="true"],
[data-anim-action="fadeOutDown"][data-anim-event="hover"]:hover {
transform: translateY(100px);
opacity: 0;
} [data-anim-action="fadeOutRight"] {
transition-property: opacity, transform;
}
[data-anim-action="fadeOutRight"][data-anim-triggered="true"],
[data-anim-action="fadeOutRight"][data-anim-event="hover"]:hover {
transform: translateX(100px);
opacity: 0;
} [data-anim-action="fadeOutLeft"] {
transition-property: opacity, transform;
}
[data-anim-action="fadeOutLeft"][data-anim-triggered="true"],
[data-anim-action="fadeOutLeft"][data-anim-event="hover"]:hover {
transform: translateX(-100px);
opacity: 0;
}.greyd-posts-slider.greyd-posts-slider {
--query-block-gap: var(--wp--style--block-gap);
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.greyd-posts-slider .query-pages-wrapper {
position: relative;
display: flex; margin: 0;
overflow: hidden;
flex: 2 2 50px;
}
.greyd-posts-slider .query-pages-wrapper:has( > div:first-child:last-child ) {
overflow: visible;
}
.greyd-posts-slider .query-page,
.greyd-posts-slider .query-page > ul {
width: 100%;
min-width: 100%;
display: grid; gap: var(--query-block-gap);
height: max-content;
} .wp-block-query .wp-block-post-template .wp-block-post-template-is-layout-grid {
display: block;
} .wp-block-query-is-layout-flow .query-post > :last-child:last-child {
margin-block-end: 0;
}
.wp-block-query-is-layout-flow .query-post > :first-child:first-child {
margin-block-start: 0;
} .wp-block-query {
position: relative;
}   .greyd-posts-slider .pagination {
display: flex;
align-items: center;
justify-content: center;
} .greyd-posts-slider .pagination.overlap {
position: absolute;
width: 100%;
margin: 0px;
z-index: 1;
}
.greyd-posts-slider .pagination.overlap.top,
.greyd-posts-slider .pagination.overlap.top_side {
top: 0px;
}
.greyd-posts-slider .pagination.overlap.bottom,
.greyd-posts-slider .pagination.overlap.bottom_side {
bottom: 0px;
}
.greyd-posts-slider .pagination.left {
justify-content: flex-start;
}
.greyd-posts-slider .pagination.right {
justify-content: flex-end;
}
.greyd-posts-slider .pagination.space {
justify-content: space-between;
}
.greyd-posts-slider .pagination a,
.greyd-posts-slider .pagination .link,
.greyd-posts-slider .pgn_arrows a,
.greyd-posts-slider .pgn_arrows .link {
text-decoration: none;
}
.greyd-posts-slider .pagination a.dots-after::after,
.greyd-posts-slider .pagination .link.dots-after::after {
content: ' ...';
font-family: initial;
line-height: 0;
}
.greyd-posts-slider .pagination a.dots-before::before,
.greyd-posts-slider .pagination .link.dots-before::before {
content: '... ';
font-family: initial;
line-height: 0;
}
.greyd-posts-slider .pgn img {
max-width: none;
width: 1em;
} .greyd-posts-slider .pgn.sorting {
width: 100%;
display: flex;
align-self: start;
}
.greyd-posts-slider .no_result {
width: 100%;
} .greyd-posts-slider .pgn.arrows {
position: relative;
display: flex;
flex: 0 0 0;
align-items: center;
}
.greyd-posts-slider .pgn.arrows a {
padding: min(0.5rem, 1em);
font-size: 1.4em;
text-decoration: none;
}
.greyd-posts-slider .pgn.arrows.overlap {
position: absolute;
z-index: 10;
top: 0;
bottom: 0;
}
.greyd-posts-slider .pgn.arrows.overlap.left {
left: 0;
}
.greyd-posts-slider .pgn.arrows.overlap.right {
right: 0;
}
.greyd-posts-slider .pgn_arrows.aligntop {
align-items: flex-start;
}
.greyd-posts-slider .pgn_arrows.alignbottom {
align-items: flex-end;
}
.greyd-posts-slider .pgn_arrows.top {
top: 0;
}
.greyd-posts-slider .pgn_arrows.bottom {
bottom: 0;
}
@media (max-width: 992px) {
.greyd-posts-slider .pgn_arrows.alignmobiletop {
align-items: flex-start;
}
.greyd-posts-slider .pgn_arrows.alignmobilemiddle {
align-items: center;
}
.greyd-posts-slider .pgn_arrows.alignmobilebottom {
align-items: flex-end;
}
} :is(.pagination, .pgn_arrows) :is(.pgn_number, .pgn_previous, .pgn_next)  {
display: inline-block;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
cursor: pointer;
pointer-events: all;
}
.greyd-posts-slider .pgn.numbers {
width: 100%;
padding: 1rem;
}
.greyd-posts-slider .pgn.numbers,
.greyd-posts-slider .pgn.numbers .pgn_numbers {
display: flex;
justify-content: center;
gap: var(--pgn-numbers-gutter, var(--wp--preset--spacing--tiny, 8px));
}
.greyd-posts-slider .pgn.numbers .pgn_numbers {
flex-wrap: wrap;
} .greyd-posts-slider .pgn.numbers > span {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: var(--pgn-numbers-gutter, var(--wp--preset--spacing--tiny, 8px));
}
.greyd-posts-slider .pgn.numbers a {
line-height: 1;
margin: 0;
text-decoration: none;
word-break: normal;
}
.greyd-posts-slider .pgn.numbers.overlap {
position: absolute;
left: 0;
right: 0;
z-index: 10;
}
.greyd-posts-slider .pgn.numbers.overlap.top {
top: 0;
}
.greyd-posts-slider .pgn.numbers.overlap.bottom {
bottom: var(--query-block-gap);
} .greyd-posts-slider .pgn_current {
cursor: default;
} .greyd-posts-slider.loop :is(.pgn_previous, .pgn_next).pgn_current {
cursor: pointer;
} .greyd-posts-slider:not(.loop) :is(.pgn_previous, .pgn_next).pgn_current {
opacity: 0.2;
pointer-events: none;
}
.greyd-posts-slider ul.query-page,
.greyd-posts-slider .query-page > ul {
margin: 0;
padding: 0;
list-style: none;
}
.greyd-posts-slider ul.query-page > li,
.greyd-posts-slider li.query-post,
main .greyd-posts-slider ul.query-page > li,
main .greyd-posts-slider li.query-post {
list-style: none;
margin-left: 0;
} .greyd-posts-slider[data-animation=cover] {
--transition: transform 300ms; }
.greyd-posts-slider[data-animation=cover] .query-page:first-child {
position: relative;
}
.greyd-posts-slider[data-animation=cover] .query-page {
-webkit-transition: var(--transition);
-moz-transition: var(--transition);
-ms-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition);
position: absolute;
left: 0;
top: 50%;
z-index: 9;
padding: 0 14%; transform: translate(-89%, -50%) scale(0.6)
}
.greyd-posts-slider[data-animation=cover] .query-page.is-prev { transform: translate(-38%, -50%) scale(0.6)
}
.greyd-posts-slider[data-animation=cover] .query-page.is-current { transform: translate(0%, -50%) scale(0.9)
}
.greyd-posts-slider[data-animation=cover] .query-page.is-current + .query-page { transform: translate(38%, -50%) scale(0.6)
}
.greyd-posts-slider[data-animation=cover] .query-page.is-current + .query-page ~ .query-page { transform: translate(80%, -50%) scale(0.6)
}
.greyd-posts-slider[data-animation=cover] .query-page:not(.is-current) {
pointer-events: none;
}
.greyd-posts-slider[data-animation=cover] .query-page .query-post:first-child:last-child {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: var(--transition);
-moz-transition: var(--transition);
-ms-transition: var(--transition);
-o-transition: var(--transition);
transition: var(--transition);
transform: perspective(1000px) rotateY(70deg)
}
.greyd-posts-slider[data-animation=cover] .query-page.is-current .query-post:first-child:last-child {
transform: perspective(1000px)
}
.greyd-posts-slider[data-animation=cover] .query-page.is-current ~ .query-page .query-post:first-child:last-child {
transform: perspective(1000px) rotateY(-70deg)
} .posts_table table {
text-align: left;
width: auto;
min-width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
border-spacing: 0;
}
.posts_table:not(.wp-block-table) table thead + * > tr:first-child > td,
.posts_table:not(.wp-block-table) table tbody > tr:first-child > td,
.posts_table:not(.wp-block-table) table thead + * > tr:first-child > th,
.posts_table:not(.wp-block-table) table thead > tr:first-child > th {
border-top: none !important;
} table .sortable {
cursor: pointer;
position: relative;
padding-right: calc( var(--wp--preset--spacing--tiny) + 1em );
}
table .sortable span.icon {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
right: var(--wp--preset--spacing--tiny);
top: 0;
bottom: 0;
}
table .sortable span.icon > span,
table .sortable span.icon > span {
display: block;
border: 5px solid transparent;
margin: 1px 0;
}
table .sortable span.icon > span:first-child {
border-bottom-color: initial;
}
table .sortable span.icon > span:last-child {
border-top-color: initial;
}
table .sortable.ascending span.icon > span:first-child {
border-width: 0px;
margin-bottom: 4px;
}
table .sortable.descending span.icon > span:last-child {
border-width: 0px;
margin-top: 4px;
} .loading_spinner_wrapper {
display: block;
width: 100%;
text-align: center;
padding: 10px 0;
}
.greyd-posts-slider .loading_spinner_wrapper {
padding: 80px 0;
} .greyd-posts-slider.greyd-pagination-loading {
opacity: 0.65;
pointer-events: none;
}
.loading_spinner {
display: inline-block;
position: relative;
width: 46px;
height: 46px;
}
.loading_spinner div {
box-sizing: border-box;
display: block;
position: absolute;
width: 30px;
height: 30px;
margin: 8px;
border: 4px solid var(--loading-spinner-color, currentColor);
border-radius: 50%;
animation: loading_spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: var(--loading-spinner-color, currentColor) transparent transparent transparent;
}
.loading_spinner div:nth-child(1) {
animation-delay: -0.45s;
}
.loading_spinner div:nth-child(2) {
animation-delay: -0.3s;
}
.loading_spinner div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes loading_spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .message {
font-family: var(--wp--preset--font-family--body, inherit);
font-size: var(--wp--preset--font-size--base, 1em);
font-weight: var(--wp--custom--font-weight--regular, 400);
line-height: var(--wp--custom--line-height--normal, 1.5);
padding: var(--wp--preset--spacing--small, 1em);
border-width: 1px 1px 1px 5px;
border-radius: 2px;
border-style: solid;
color: var(--wp--preset--color--foreground, currentColor);
background-color: var(--wp--preset--color--lightest, #ffffff);
box-shadow: 0px 6px 9px -2px rgba(0, 0, 0, 0.2);
}
.message:empty {
display: none;
} .message.info {
border-color: var(--wp--preset--color--vivid-cyan-blue, #0693e3);
} .message.success {
border-color: var(--wp--preset--color--vivid-green-cyan, #00d084);
} .message.danger {
border-color: var(--wp--preset--color--vivid-red, #cf2e2e);
} .message::before {
font-family: 'ElegantIcons' !important;
speak: never;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
vertical-align: middle;
position: initial;
color: inherit;
}
.message.info::before {
content: "\70";
padding: var(--wp--preset--spacing--small, 0.5em);
}
.message.success::before {
content: "\52";
margin-right: var(--wp--style--block-small, 0.5em);
vertical-align: middle;
}
.message.danger::before {
content: "\73";
margin-right: var(--wp--style--block-small, 0.5em);
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}*,
*::before,
*::after {
box-sizing: inherit;
} html {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
scroll-behavior: smooth;
overflow-x: clip;
}
body {
overflow-x: clip;
} .wp-site-blocks ::selection {
color: var(--wp--preset--color--background, #f9f7ff);
background-color: var(--wp--preset--color--primary, #4f309e);
}
mark {
color: var(--wp--preset--color--background, #f9f7ff);
background-color: var(--wp--preset--color--foreground, #1f0026);
}
b,
strong {
font-weight: var(--wp--custom--font-weight--semi-bold, 600);
} a:where(:not(.wp-element-button)) {
text-decoration-skip-ink: auto;
transition: color .2s ease, text-decoration .2s ease;
cursor: pointer;
}
.wp-block-button.outline-light a:focus,
.wp-block-button.outline-light a:focus-visible {
outline-color: var(--wp--preset--color--background);
} a,
button,
.button,
.link,
input[type=submit] {
outline-style: dotted;
outline-color: transparent;
outline-width: 2px;
outline-offset: 2px;
}
a:focus-visible,
.link:focus-visible,
button:focus-visible,
.button:focus-visible,
input[type=submit]:focus-visible,
.wp-element-button:focus-visible,
.wp-block-search .wp-block-search__button:focus-visible,
.wp-block-file .wp-block-file__button:focus-visible,
.wp-block-navigation .wp-block-navigation-item[class*="is-style-button"] .wp-block-navigation-item__content:focus-visible { outline-color: var( --text-color, var(--wp--preset--color--foreground, currentColor) );
} .has-primary-color {
--text-color: var(--wp--preset--color--primary);
}
.has-secondary-color {
--text-color: var(--wp--preset--color--secondary);
}
.has-tertiary-color {
--text-color: var(--wp--preset--color--tertiary);
}
.has-foreground-color {
--text-color: var(--wp--preset--color--foreground);
}
.has-background-color {
--text-color: var(--wp--preset--color--background);
}
.has-darkest-color {
--text-color: var(--wp--preset--color--darkest);
}
.has-dark-color {
--text-color: var(--wp--preset--color--dark);
}
.has-mediumdark-color {
--text-color: var(--wp--preset--color--mediumdark);
}
.has-mediumlight-color {
--text-color: var(--wp--preset--color--mediumlight);
}
.has-lightest-color {
--text-color: var(--wp--preset--color--lightest);
}
.has-base-color {
--text-color: var(--wp--preset--color--base);
}
input:not([type=submit]):focus-visible,
.input:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[type="radio"]:focus-visible + span,
input[type="checkbox"]:focus-visible + span,
select:focus-visible + .select-selected
{ outline: 2px dotted var( --text-color, var(--wp--preset--color--foreground, currentColor) );
outline-offset: 3px;
} input,
textarea,
select {
font: inherit;
}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea,
select {
-webkit-appearance: none;
appearance: none;
}
textarea,
form textarea {
width: 100%;
min-height: 2em;
} img {
max-width: 100%;
height: auto;
}
:where( figure ) {
margin-block-end: 0;
}  .wp-site-blocks {
min-height: 100vh;
display: flex;
flex-direction: column; } .wp-site-blocks > main {
flex-grow: 1;
} body.admin-bar .wp-site-blocks {
min-height: calc( 100vh - var(--wp-admin--admin-bar--height, 32px) );
} :where( .has-background:not( .wp-element-button, .wp-block-navigation-item, .wp-block-navigation-submenu, .row_wrap, .wp-block-separator, .wp-block-navigation__responsive-container ) ) {
padding: var(--wp--style--block-gap);
}
:where( .has-background > .wp-block-columns ) {
padding: var(--wp--style--block-gap);
} button {
appearance: none;
border: 0;
cursor: pointer;
font: inherit;
} .wp-element-button svg {
fill: currentColor;
}
:where(
button[type=submit],
input[type=submit],
.button,
.wp-element-button
) {
margin-inline: 0;
} .wp-block-button__link {
transition: all .2s ease;
}
button[type=submit],
input[type=submit],
.button,
.wp-block-search .wp-block-search__button,
.wp-block-file .wp-block-file__button,
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-item .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item[class*="is-style-button"] .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.is-style-button-fill.is-style-button-fill .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-fill .wp-block-navigation-item__content {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: all .2s ease;
cursor: pointer;
text-align: center;
font-family: var(--wp--custom--greyd--button--typography--font-family);
font-size: var(--wp--custom--greyd--button--typography--font-size);
font-weight: var(--wp--custom--greyd--button--typography--font-weight);
line-height: var(--wp--custom--greyd--button--typography--line-height);
text-transform: var(--wp--custom--greyd--button--typography--text-transform);
letter-spacing: var(--wp--custom--greyd--button--typography--letter-spacing);
word-spacing: var(--wp--custom--greyd--button--typography--word-spacing);
padding-top: var(--wp--custom--greyd--button--spacing--padding--top);
padding-bottom: var(--wp--custom--greyd--button--spacing--padding--bottom);
padding-left: var(--wp--custom--greyd--button--spacing--padding--left);
padding-right: var(--wp--custom--greyd--button--spacing--padding--right); color: var(--wp--custom--greyd--button--prim--color--text);
background: var(--wp--custom--greyd--button--prim--color--background);
border-radius: var(--wp--custom--greyd--button--prim--border--radius);
border-width: var(--wp--custom--greyd--button--prim--border--width);
border-style: var(--wp--custom--greyd--button--prim--border--style);
border-color: var(--wp--custom--greyd--button--prim--border--color);
box-shadow: var(--wp--custom--greyd--button--prim--shadow);
}
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu[class*="is-style-button"] .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-fill.is-style-button-fill .wp-block-navigation__submenu-icon svg {
transition: stroke .2s ease;
stroke: var(--wp--custom--greyd--button--prim--color--text);
}
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-item.open-on-click > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.open-on-click[class*="is-style-button"] > .wp-block-navigation-item__content,
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-item.open-on-hover-click > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.open-on-hover-click[class*="is-style-button"] > .wp-block-navigation-item__content,
.wp-block-navigation.open-on-hover-click[class*="is-style-button"] .wp-block-navigation-submenu > .wp-block-navigation-item__content,
.wp-block-navigation.open-on-hover-click .wp-block-navigation-submenu[class*="is-style-button"] > .wp-block-navigation-item__content {
padding-top: var(--wp--custom--greyd--button--spacing--padding--top);
padding-bottom: var(--wp--custom--greyd--button--spacing--padding--bottom);
padding-left: var(--wp--custom--greyd--button--spacing--padding--left);
padding-right: calc(var(--wp--custom--greyd--button--spacing--padding--right) + .85em);
}
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-item.open-on-click > .wp-block-navigation-item__content + .wp-block-navigation__submenu-icon,
.wp-block-navigation .wp-block-navigation-item.open-on-click[class*="is-style-button"] > .wp-block-navigation-item__content + .wp-block-navigation__submenu-icon,
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-item.open-on-hover-click > .wp-block-navigation__submenu-icon,
.wp-block-navigation .wp-block-navigation-item.open-on-hover-click[class*="is-style-button"] > .wp-block-navigation__submenu-icon,
.wp-block-navigation.open-on-hover-click[class*="is-style-button"] .wp-block-navigation-submenu > .wp-block-navigation__submenu-icon,
.wp-block-navigation.open-on-hover-click .wp-block-navigation-submenu[class*="is-style-button"] > .wp-block-navigation__submenu-icon {
margin-left: calc(-.6em - var(--wp--custom--greyd--button--spacing--padding--right));
padding-right: calc(.6em + var(--wp--custom--greyd--button--spacing--padding--right));
background: none;
}
.button:hover,
.button:focus-visible,
.button.is-active,
button[type=submit]:hover,
button[type=submit]:focus-visible,
input[type=submit]:hover,
input[type=submit]:focus-visible,
.wp-element-button:not(.has-background, .has-text-color):hover,
.wp-element-button:not(.has-background, .has-text-color):focus-visible,
.wp-block-search .wp-block-search__button:not(.has-background, .has-text-color):hover,
.wp-block-search .wp-block-search__button:not(.has-background, .has-text-color):focus-visible,
.wp-block-file .wp-block-file__button:not(.has-background, .has-text-color):hover,
.wp-block-file .wp-block-file__button:not(.has-background, .has-text-color):focus-visible,
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-item .wp-block-navigation-item__content:hover,
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-item .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-item[class*="is-style-button"] .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item[class*="is-style-button"] .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-item.is-style-button-fill.is-style-button-fill .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item.is-style-button-fill.is-style-button-fill .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-fill .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-fill .wp-block-navigation-item__content:focus-visible {
opacity: 1;
text-decoration: none;
color: var(--wp--custom--greyd--button--prim--hover--color--text);
background: var(--wp--custom--greyd--button--prim--hover--color--background);
border-width: var(--wp--custom--greyd--button--prim--hover--border--width);
border-style: var(--wp--custom--greyd--button--prim--hover--border--style);
border-color: var(--wp--custom--greyd--button--prim--hover--border--color);
box-shadow: var(--wp--custom--greyd--button--prim--hover--shadow);
}
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-submenu .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation[class*="is-style-button"] .wp-block-navigation-submenu .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu[class*="is-style-button"] .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu[class*="is-style-button"] .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-fill.is-style-button-fill .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-fill.is-style-button-fill .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg {
stroke: var(--wp--custom--greyd--button--prim--hover--color--text);
} .is-style-outline.button,
.button.is-style-sec,
.wp-block-navigation.is-style-button-outline .wp-block-navigation-item .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.is-style-button-outline.is-style-button-outline .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-outline .wp-block-navigation-item__content {
color: var(--wp--custom--greyd--button--sec--color--text);
background: var(--wp--custom--greyd--button--sec--color--background);
border-radius: var(--wp--custom--greyd--button--sec--border--radius);
border-width: var(--wp--custom--greyd--button--sec--border--width);
border-style: var(--wp--custom--greyd--button--sec--border--style);
border-color: var(--wp--custom--greyd--button--sec--border--color);
box-shadow: var(--wp--custom--greyd--button--sec--shadow);
}
.wp-block-navigation.is-style-button-outline .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-outline .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-outline.is-style-button-outline .wp-block-navigation__submenu-icon svg {
stroke: var(--wp--custom--greyd--button--sec--color--text);
}
.is-style-outline.button:hover,
.is-style-outline.wp-block-button.wp-element-button:not(.has-background, .has-text-color):hover,
.is-style-outline.wp-block-button.wp-element-button:not(.has-background, .has-text-color):focus-visible,
.is-style-outline.wp-block-button .wp-element-button:not(.has-background, .has-text-color):hover,
.is-style-outline.wp-block-button .wp-element-button:not(.has-background, .has-text-color):focus-visible,
.button.is-style-sec:hover,
.button.is-style-sec:focus-visible,
.button.is-style-sec.is-active,
.wp-block-navigation.is-style-button-outline .wp-block-navigation-item .wp-block-navigation-item__content:hover,
.wp-block-navigation.is-style-button-outline .wp-block-navigation-item .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-item.is-style-button-outline.is-style-button-outline .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item.is-style-button-outline.is-style-button-outline .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-outline .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-outline .wp-block-navigation-item__content:focus-visible {
color: var(--wp--custom--greyd--button--sec--hover--color--text);
background: var(--wp--custom--greyd--button--sec--hover--color--background);
border-width: var(--wp--custom--greyd--button--sec--hover--border--width);
border-style: var(--wp--custom--greyd--button--sec--hover--border--style);
border-color: var(--wp--custom--greyd--button--sec--hover--border--color);
box-shadow: var(--wp--custom--greyd--button--sec--hover--shadow);
}
.wp-block-navigation.is-style-button-outline .wp-block-navigation-submenu .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation.is-style-button-outline .wp-block-navigation-submenu .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-outline .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-outline .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-outline.is-style-button-outline .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-outline.is-style-button-outline .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg {
stroke: var(--wp--custom--greyd--button--sec--hover--color--text);
}  .is-style-alternate.button,
.button.is-style-trd,
.wp-block-navigation.is-style-button-alternate .wp-block-navigation-item .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.is-style-button-alternate.is-style-button-alternate .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-alternate .wp-block-navigation-item__content {
color: var(--wp--custom--greyd--button--trd--color--text);
background: var(--wp--custom--greyd--button--trd--color--background);
border-radius: var(--wp--custom--greyd--button--trd--border--radius);
border-width: var(--wp--custom--greyd--button--trd--border--width);
border-style: var(--wp--custom--greyd--button--trd--border--style);
border-color: var(--wp--custom--greyd--button--trd--border--color);
box-shadow: var(--wp--custom--greyd--button--trd--shadow);
}
.wp-block-navigation.is-style-button-alternate .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-alternate .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-alternate.is-style-button-alternate .wp-block-navigation__submenu-icon svg {
stroke: var(--wp--custom--greyd--button--trd--color--text);
}
.is-style-alternate.button:hover,
.is-style-alternate.wp-block-button.wp-element-button:not(.has-background, .has-text-color):hover,
.is-style-alternate.wp-block-button.wp-element-button:not(.has-background, .has-text-color):focus-visible,
.is-style-alternate.wp-block-button .wp-element-button:not(.has-background, .has-text-color):hover,
.is-style-alternate.wp-block-button .wp-element-button:not(.has-background, .has-text-color):focus-visible,
.button.is-style-trd:hover,
.button.is-style-trd:focus-visible,
.button.is-style-trd.is-active,
.wp-block-navigation.is-style-button-alternate .wp-block-navigation-item .wp-block-navigation-item__content:hover,
.wp-block-navigation.is-style-button-alternate .wp-block-navigation-item .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-item.is-style-button-alternate.is-style-button-alternate .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item.is-style-button-alternate.is-style-button-alternate .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-alternate .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-alternate .wp-block-navigation-item__content:focus-visible {
color: var(--wp--custom--greyd--button--trd--hover--color--text);
background: var(--wp--custom--greyd--button--trd--hover--color--background);
border-width: var(--wp--custom--greyd--button--trd--hover--border--width);
border-style: var(--wp--custom--greyd--button--trd--hover--border--style);
border-color: var(--wp--custom--greyd--button--trd--hover--border--color);
box-shadow: var(--wp--custom--greyd--button--trd--hover--shadow);
}
.wp-block-navigation.is-style-button-alternate .wp-block-navigation-submenu .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation.is-style-button-alternate .wp-block-navigation-submenu .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-alternate .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-alternate .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-alternate.is-style-button-alternate .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-alternate.is-style-button-alternate .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg {
stroke: var(--wp--custom--greyd--button--trd--hover--color--text);
} .wp-block-navigation.is-style-button-chips .wp-block-navigation-item .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.is-style-button-chips .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-chips .wp-block-navigation-item__content {
color: var(--wp--preset--color--foreground);
background: var(--wp--preset--color--background);
border: 1px solid var(--wp--preset--color--background);
border-radius: 100vw;
padding: calc( 0.5vw + 0.3rem ) calc( 1vw + 0.36rem );
box-shadow: none;
text-decoration: none;
}
.wp-block-navigation.is-style-button-chips .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-chips .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-button-chips.is-style-button-chips .wp-block-navigation__submenu-icon svg {
stroke: var(--wp--preset--color--foreground);
}
.wp-block-navigation.is-style-button-chips .wp-block-navigation-item.open-on-click > .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.open-on-click.is-style-button-chips > .wp-block-navigation-item__content {
padding-right: calc(1vw + 0.36rem + .85em);
}
.wp-block-navigation.is-style-button-chips .wp-block-navigation-item.open-on-click > .wp-block-navigation-item__content + .wp-block-navigation__submenu-icon,
.wp-block-navigation .wp-block-navigation-item.open-on-click.is-style-button-chips > .wp-block-navigation-item__content + .wp-block-navigation__submenu-icon {
margin-left: calc(-.6em - 1vw - 0.36rem);
}
.wp-block-navigation.is-style-button-chips .wp-block-navigation-item .wp-block-navigation-item__content:hover,
.wp-block-navigation.is-style-button-chips .wp-block-navigation-item .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-item.is-style-button-chips .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item.is-style-button-chips .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-chips .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-button-chips .wp-block-navigation-item__content:focus-visible {
color: var(--wp--preset--color--background);
background: var(--wp--preset--color--foreground);
border: 1px solid var(--wp--preset--color--foreground); box-shadow: none;
text-decoration: none;
}
.wp-block-navigation.is-style-chips .wp-block-navigation-submenu .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation.is-style-chips .wp-block-navigation-submenu .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-chips .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-chips .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-chips.is-style-chips .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-chips.is-style-chips .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg {
stroke: var(--wp--preset--color--background);
} .is-style-clear.button,
.wp-block-navigation.is-style-clear .wp-block-navigation-item .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item.is-style-clear .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-clear .wp-block-navigation-item__content {
color: inherit;
background: none;
border-radius: 0;
border: 1px solid transparent;
box-shadow: none;
text-decoration: none;
text-align: inherit;
}
.wp-block-navigation.is-style-clear .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-clear .wp-block-navigation__submenu-icon svg
.wp-block-navigation .wp-block-navigation-submenu.is-style-clear.is-style-clear .wp-block-navigation__submenu-icon svg {
stroke: currentColor;
}
.is-style-clear.button:hover,
.is-style-clear.wp-block-button.wp-element-button:not(.has-background, .has-text-color):hover,
.is-style-clear.wp-block-button.wp-element-button:not(.has-background, .has-text-color):focus-visible,
.is-style-clear.wp-block-button .wp-element-button:not(.has-background, .has-text-color):hover,
.is-style-clear.wp-block-button .wp-element-button:not(.has-background, .has-text-color):focus-visible,
.wp-block-navigation.is-style-clear .wp-block-navigation-item .wp-block-navigation-item__content:hover,
.wp-block-navigation.is-style-clear .wp-block-navigation-item .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-item.is-style-clear .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item.is-style-clear .wp-block-navigation-item__content:focus-visible,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-clear .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.is-style-clear .wp-block-navigation-item__content:focus-visible {
color: inherit;
background: none;
border-radius: 0;
border: 1px solid transparent;
box-shadow: none;
text-decoration: underline;
}
.wp-block-navigation.is-style-clear .wp-block-navigation-submenu .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation.is-style-clear .wp-block-navigation-submenu .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-clear .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-clear .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg
.wp-block-navigation .wp-block-navigation-submenu.is-style-clear.is-style-clear .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon svg,
.wp-block-navigation .wp-block-navigation-submenu.is-style-clear.is-style-clear .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon svg {
stroke: currentColor;
}  .is-size-big.button,
.is-size-big.wp-block-button.wp-element-button,
.is-size-big.wp-block-button .wp-element-button {
font-size: var(--wp--custom--greyd--button--big--typography--font-size);
padding-top: var(--wp--custom--greyd--button--big--spacing--padding--top);
padding-bottom: var(--wp--custom--greyd--button--big--spacing--padding--bottom);
padding-left: var(--wp--custom--greyd--button--big--spacing--padding--left);
padding-right: var(--wp--custom--greyd--button--big--spacing--padding--right);
} .is-size-small.button,
.is-size-small.wp-block-button.wp-element-button,
.is-size-small.wp-block-button .wp-element-button,
.is-style-small-search.wp-block-search.wp-block-search__button,
.is-style-small-search.wp-block-search .wp-block-search__button {
font-size: var(--wp--custom--greyd--button--small--typography--font-size);
padding-top: var(--wp--custom--greyd--button--small--spacing--padding--top);
padding-bottom: var(--wp--custom--greyd--button--small--spacing--padding--bottom);
padding-left: var(--wp--custom--greyd--button--small--spacing--padding--left);
padding-right: var(--wp--custom--greyd--button--small--spacing--padding--right);
}  .input,
input:not([type=submit], [type=checkbox], [type=radio]),
input.wp-block-search__input,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
-webkit-appearance: none;
appearance: none;
display: block;
width: 100%; font-family: var(--wp--custom--greyd--input--typography--font-family);
font-size: var(--wp--custom--greyd--input--typography--font-size);
font-weight: var(--wp--custom--greyd--input--typography--font-weight);
line-height: var(--wp--custom--greyd--input--typography--line-height);
text-transform: var(--wp--custom--greyd--input--typography--text-transform);
letter-spacing: var(--wp--custom--greyd--input--typography--letter-spacing); padding-top: var(--wp--custom--greyd--input--spacing--padding--top);
padding-bottom: var(--wp--custom--greyd--input--spacing--padding--bottom);
padding-left: var(--wp--custom--greyd--input--spacing--padding--left);
padding-right: var(--wp--custom--greyd--input--spacing--padding--right); color: var(--wp--custom--greyd--input--prim--color--text);
background-color: var(--wp--custom--greyd--input--prim--color--background); border-radius: var(--wp--custom--greyd--input--prim--border--radius);
border-width: var(--wp--custom--greyd--input--prim--border--width);
border-style: var(--wp--custom--greyd--input--prim--border--style);
border-color: var(--wp--custom--greyd--input--prim--border--color); box-shadow: var(--wp--custom--greyd--input--prim--shadow);
transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
} input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: var(--wp--custom--greyd--input--prim--color--placeholder);
opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: var(--wp--custom--greyd--input--prim--color--placeholder);
opacity: 1;
}
input::placeholder,
textarea::placeholder {
color: var(--wp--custom--greyd--input--prim--color--placeholder);
opacity: 1;
} .input:hover,
input:not([type=submit], [type=checkbox]):hover,
form input:not([type=submit], [type=checkbox]):hover,
input.wp-block-search__input:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover,
textarea:hover,
select:hover,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:hover .input:focus,
input:not([type=submit], [type=checkbox]):focus,
form input:not([type=submit], [type=checkbox]):focus,
input.wp-block-search__input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus {
color: var(--wp--custom--greyd--input--prim--hover--color--text);
background-color: var(--wp--custom--greyd--input--prim--hover--color--background);
border-width: var(--wp--custom--greyd--input--prim--hover--border--width);
border-style: var(--wp--custom--greyd--input--prim--hover--border--style);
border-color: var(--wp--custom--greyd--input--prim--hover--border--color);
box-shadow: var(--wp--custom--greyd--input--prim--hover--shadow);
} input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: var(--wp--custom--greyd--input--prim--hover--color--placeholder);
}
input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: var(--wp--custom--greyd--input--prim--hover--color--placeholder);
}
input:hover::placeholder,
textarea:hover::placeholder,
input:focus::placeholder,
textarea:focus::placeholder {
color: var(--wp--custom--greyd--input--prim--hover--color--placeholder);
} .input.is-style-sec,
input.is-style-sec:not([type=submit], [type=checkbox]),
form input.is-style-sec:not([type=submit], [type=checkbox]),
input.wp-block-search__input.is-style-sec,
input[type=text].is-style-sec,
input[type=email].is-style-sec,
input[type=url].is-style-sec,
input[type=password].is-style-sec,
input[type=search].is-style-sec,
input[type=number].is-style-sec,
input[type=tel].is-style-sec,
input[type=range].is-style-sec,
input[type=date].is-style-sec,
input[type=month].is-style-sec,
input[type=week].is-style-sec,
input[type=time].is-style-sec,
input[type=datetime].is-style-sec,
input[type=datetime-local].is-style-sec,
input[type=color].is-style-sec,
textarea.is-style-sec,
select.is-style-sec {
color: var(--wp--custom--greyd--input--sec--color--text);
background-color: var(--wp--custom--greyd--input--sec--color--background);
border-radius: var(--wp--custom--greyd--input--sec--border--radius);
border-width: var(--wp--custom--greyd--input--sec--border--width);
border-style: var(--wp--custom--greyd--input--sec--border--style);
border-color: var(--wp--custom--greyd--input--sec--border--color);
box-shadow: var(--wp--custom--greyd--input--sec--shadow);
} input.is-style-sec::-webkit-input-placeholder,
textarea.is-style-sec::-webkit-input-placeholder {
color: var(--wp--custom--greyd--input--sec--color--placeholder);
opacity: 1;
}
input.is-style-sec::-moz-placeholder,
textarea.is-style-sec::-moz-placeholder {
color: var(--wp--custom--greyd--input--sec--color--placeholder);
opacity: 1;
}
input.is-style-sec::placeholder,
textarea.is-style-sec::placeholder {
color: var(--wp--custom--greyd--input--sec--color--placeholder);
opacity: 1;
} .input.is-style-sec:hover,
input.is-style-sec:not([type=submit], [type=checkbox]):hover,
form input.is-style-sec:not([type=submit], [type=checkbox]):hover,
input.wp-block-search__input.is-style-sec:hover,
input[type=text].is-style-sec:hover,
input[type=email].is-style-sec:hover,
input[type=url].is-style-sec:hover,
input[type=password].is-style-sec:hover,
input[type=search].is-style-sec:hover,
input[type=number].is-style-sec:hover,
input[type=tel].is-style-sec:hover,
input[type=range].is-style-sec:hover,
input[type=date].is-style-sec:hover,
input[type=month].is-style-sec:hover,
input[type=week].is-style-sec:hover,
input[type=time].is-style-sec:hover,
input[type=datetime].is-style-sec:hover,
input[type=datetime-local].is-style-sec:hover,
input[type=color].is-style-sec:hover,
textarea.is-style-sec:hover,
select.is-style-sec:hover, .input.is-style-sec:focus,
input.is-style-sec:not([type=submit], [type=checkbox]):focus,
form input.is-style-sec:not([type=submit], [type=checkbox]):focus,
input.wp-block-search__input.is-style-sec:focus,
input[type=text].is-style-sec:focus,
input[type=email].is-style-sec:focus,
input[type=url].is-style-sec:focus,
input[type=password].is-style-sec:focus,
input[type=search].is-style-sec:focus,
input[type=number].is-style-sec:focus,
input[type=tel].is-style-sec:focus,
input[type=range].is-style-sec:focus,
input[type=date].is-style-sec:focus,
input[type=month].is-style-sec:focus,
input[type=week].is-style-sec:focus,
input[type=time].is-style-sec:focus,
input[type=datetime].is-style-sec:focus,
input[type=datetime-local].is-style-sec:focus,
input[type=color].is-style-sec:focus,
textarea.is-style-sec:focus,
select.is-style-sec:focus {
color: var(--wp--custom--greyd--input--sec--hover--color--text);
background-color: var(--wp--custom--greyd--input--sec--hover--color--background);
border-width: var(--wp--custom--greyd--input--sec--hover--border--width);
border-style: var(--wp--custom--greyd--input--sec--hover--border--style);
border-color: var(--wp--custom--greyd--input--sec--hover--border--color);
box-shadow: var(--wp--custom--greyd--input--sec--hover--shadow);
} input.is-style-sec:hover::-webkit-input-placeholder,
textarea.is-style-sec:hover::-webkit-input-placeholder,
input.is-style-sec:focus::-webkit-input-placeholder,
textarea.is-style-sec:focus::-webkit-input-placeholder {
color: var(--wp--custom--greyd--input--sec--hover--color--placeholder);
}
input.is-style-sec:hover::-moz-placeholder,
textarea.is-style-sec:hover::-moz-placeholder,
input.is-style-sec:focus::-moz-placeholder,
textarea.is-style-sec:focus::-moz-placeholder {
color: var(--wp--custom--greyd--input--sec--hover--color--placeholder);
}
input.is-style-sec:hover::placeholder,
textarea.is-style-sec:hover::placeholder,
input.is-style-sec:focus::placeholder,
textarea.is-style-sec:focus::placeholder {
color: var(--wp--custom--greyd--input--sec--hover--color--placeholder);
} label,
form label,
.wp-block-search .wp-block-search__label {
display: block;
color: var(--wp--custom--greyd--input--label--color--text);
background: var(--wp--custom--greyd--input--label--color--background);
font-family: var(--wp--custom--greyd--input--label--typography--font-family);
font-size: var(--wp--custom--greyd--input--label--typography--font-size);
font-weight: var(--wp--custom--greyd--input--label--typography--font-weight);
line-height: var(--wp--custom--greyd--input--label--typography--line-height);
} .has-text-color label {
color: currentColor;
} .input[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
opacity: 0.3;
}
.input[disabled]:hover,
input[disabled]:hover,
textarea[disabled]:hover,
select[disabled]:hover {
cursor: not-allowed;
} select {
background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E);
background-repeat: no-repeat;
background-position: right 14px top 55%;
background-size: 20px 20px;
padding-right: calc( 20px + var(--wp--custom--greyd--input--spacing--padding--right) ) !important;
} input[type=checkbox] + label {
display: inline-block;
margin-left: 0.5em;
line-height: 1em;
} input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
font: inherit;
display: inline-grid;
place-content: center;
margin: 0;
padding: 0;
margin-right: 0.2em;
color: currentColor;
width: 0.9em;
height: 0.9em;
border: 0.1em solid currentColor;
-moz-border-radius: 0.15em;
-webkit-border-radius: 0.15em;
border-radius: 0.15em;
transform: translateY(0.15em);
vertical-align: text-top;
}
input[type="checkbox"]::before {
content: "";
width: 0.6em;
height: 0.6em;
margin: 0;
transform: scale(0);
transition: 100ms transform ease-in-out;
box-shadow: inset 1em 1em currentColor; clip-path: polygon(15% 50%, 35% 70%, 84% 5%, 100% 17%, 39% 100%, 3% 65%);
}
input[type="checkbox"]:checked::before {
transform: scale(1);
}
input[type="checkbox"][disabled] {
background: rgb(100 100 100 / 0.2);
}  .wp-block-search .wp-block-search__button {
min-width: auto !important;
}
.wp-block-search .wp-block-search__input {
margin: 0 !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
display: flex;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
padding-top: calc(0.5 * var(--wp--custom--greyd--input--spacing--padding--top));
padding-bottom: calc(0.5 * var(--wp--custom--greyd--input--spacing--padding--bottom));
padding-left: var(--wp--custom--greyd--button--spacing--padding--left);
padding-right: var(--wp--custom--greyd--button--spacing--padding--right);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover {
border: none;
border-radius: 0;
background: transparent;
padding: 0px;
box-shadow: none;
} .wp-block-image {
margin-block-end: var(--wp--style--block-gap, 1em);
}
:where( .is-layout-flex > .wp-block-image > figure ) {
margin: 0;
}
.wp-block-image figcaption,
.wp-block-image.alignleft figcaption,
.wp-block-image .alignleft figcaption,
.wp-block-image.aligncenter figcaption,
.wp-block-image .aligncenter figcaption,
.wp-block-image.alignright figcaption,
.wp-block-image .alignright figcaption {
display: block;
color: inherit;
text-align: left;
font-size: var(--wp--preset--font-size--tiny);
margin-top: var(--wp--preset--spacing--small);
}
.wp-block-image.aligncenter figcaption,
.wp-block-image .aligncenter figcaption {
text-align: center;
}
.wp-block-image.alignright figcaption,
.wp-block-image .alignright figcaption {
text-align: right;
} figure.wp-block-image:not(:has( > figcaption)) {
line-height: 0;
} .wp-block-image.is-style-rounded img {
border-radius: 9999px;
}
.wp-block-image.is-style-rounded-corners img {
border-radius: 0.5em;
}
.wp-block-image.is-style-has-shadow img {
box-shadow: 0px 10px 15px -4px rgba(40, 40, 40, 0.25);
}
.wp-block-image.is-style-diagonal-up img {
clip-path: polygon(0 12%, 0 100%, 100% 88%, 100% 0);
}
.wp-block-image.is-style-diagonal-down img {
clip-path: polygon(0 0, 0 88%, 100% 100%, 100% 12%);
}
.wp-block-image.is-style-rotate-left img {
transform: rotate(357deg);
}
.wp-block-image.is-style-rotate-right img {
transform: rotate(3deg);
}
.wp-block-image.is-style-tilt-left img {
transform: perspective(400px) rotateY(10deg);
box-shadow: -40px 110px 50px -60px rgb(0 0 0 / 15%);
}
.wp-block-image.is-style-tilt-right img {
transform: perspective(400px) rotateY(350deg);
box-shadow: 40px 110px 50px -60px rgb(0 0 0 / 15%);
}
.wp-block-image:not(.is-style-rounded) > figure {
border-radius: inherit;
} .wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
color: inherit;
text-align: left;
font-size: var(--wp--preset--font-size--tiny);
margin-top: var(--wp--preset--spacing--small);
} .wp-block-media-text { grid-template-columns: 50% minmax(0, 1fr);
}
.wp-block-media-text.has-media-on-the-right {
grid-template-columns: minmax(0, 1fr) 50%;
}
@media (min-width: 601px) and (max-width: 992px) {
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
grid-column: 2 !important;
grid-row: 1 !important;
}
}
@media (max-width: 576px) {
.wp-block-media-text .wp-block-media-text__content {
padding-left: 0;
padding-right: 0;
}
} .wp-block-media-text.is-style-rounded-corners img {
border-radius: 0.5em;
}
.wp-block-media-text.is-style-has-shadow img {
box-shadow: 0px 10px 15px -4px rgba(40, 40, 40, 0.25);
}
.wp-block-media-text.is-style-diagonal-up img {
clip-path: polygon(0 12%, 0 100%, 100% 88%, 100% 0);
}
.wp-block-media-text.is-style-diagonal-down img {
clip-path: polygon(0 0, 0 88%, 100% 100%, 100% 12%);
}
.wp-block-media-text.is-style-rotate-left img {
transform: rotate(357deg);
}
.wp-block-media-text.is-style-rotate-right img {
transform: rotate(3deg);
}
.wp-block-media-text.is-style-tilt-left img {
transform: perspective(400px) rotateY(10deg);
box-shadow: -40px 110px 50px -60px rgb(0 0 0 / 15%);
}
.wp-block-media-text.is-style-tilt-right img {
transform: perspective(400px) rotateY(350deg);
box-shadow: 40px 110px 50px -60px rgb(0 0 0 / 15%);
}
.wp-block-media-text:not(.is-style-rounded) > figure {
border-radius: inherit;
} .wp-block-quote.is-style-plain:not(.has-background) {
padding-left: 0;
} .wp-block-pullquote blockquote {
margin: 0;
}
.wp-block-pullquote blockquote p {
font-size: 1em;
margin: 0;
}
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
display: block;
color: inherit;
font-size: var(--wp--preset--font-size--tiny);
opacity: .75;
}
.wp-block-pullquote.has-background {
border: none;
} .wp-block-query-pagination.is-layout-flex {
display: grid;
grid-template-areas: "prev numbers next";
grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 599px) {
div.wp-block-query-pagination {
grid-template-areas: "prev next";
grid-template-columns: 1fr 1fr;
}
}
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-previous {
justify-self: start;
grid-area: prev;
}
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-next {
justify-self: flex-end;
grid-area: next;
}
.wp-block-query-pagination.is-layout-flex .wp-block-query-pagination-numbers {
grid-area: numbers;
justify-self: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
text-decoration: underline;
padding-top: .5em;
padding-right: 1em;
padding-bottom: .5em;
padding-left: 1em;
}
@media (max-width: 599px) {
.wp-block-query-pagination .wp-block-query-pagination-numbers {
display: none;
}
}
.wp-block-query-pagination a:not(.wp-element-button) {
color: currentColor;
background-color: var(--wp--preset--color--base, initial);
} hr.wp-block-separator[style] { max-width: 100%;
}
.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-wide.has-background {
width: 100%;
}
.wp-block-separator.is-style-bar,
.wp-block-separator.is-style-bar.has-background {
height: 8px !important;
border-radius: 8px !important;
}
.wp-block-separator.is-style-bar:not(.has-background) {
background-color: currentColor;
} .wp-block-table,
.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table figcaption {
color: inherit;
text-align: left;
font-size: var(--wp--preset--font-size--tiny);
margin-top: var(--wp--preset--spacing--small);
}
.wp-block-table td,
.wp-block-table th {
border: 1px solid var(--wp--preset--color--foreground); padding: var(--wp--preset--spacing--small);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd),
table.is-style-stripes tbody tr:nth-child(odd) {
background-color: var(--wp--preset--color--base);
}
.wp-block-table.is-style-stripes td,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
table.is-style-stripes th {
border: none;
} .wp-block-video figcaption {
text-align: left;
color: inherit;
margin-top: var(--wp--preset--spacing--small);
} .wp-block-calendar table:where(:not(.has-text-color)) {
color: inherit;
}
.wp-block-calendar table:where(:not(.has-text-color)) td {
border-color: var(--wp--preset--color--base);
}
.wp-block-calendar table:where(:not(.has-text-color)) th {
border-color: var(--wp--preset--color--mediumdark);
}
.wp-block-calendar table:where(:not(.has-background-color)) th {
background-color: var(--wp--preset--color--mediumlight);
}
.wp-block-calendar table caption {
font-size: var(--wp--preset--font-size--tiny);
margin-bottom: var(--wp--preset--spacing--small);
}
.wp-block-calendar table + nav {
margin-top: var(--wp--preset--spacing--small);
} .wp-block-cover.is-style-no-background {
background-color: rgb(255 255 255 / 0);
} .wp-block-navigation ul li {
margin-inline-start: 0;
} .wp-block-navigation.is-responsive:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
background-color: var(--wp--preset--color--background);
color: var(--wp--preset--color--foreground);
padding-left: var(--wp--style--block-gap);
padding-right: var(--wp--style--block-gap);
}
.wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-close {
top: var(--wp--style--block-gap);
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__responsive-container-content {
align-items: flex-start;
justify-content: space-between;
flex-wrap: nowrap;
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__container {
row-gap: 0.5rem;
align-items: flex-start;
flex: unset;
padding-bottom: 0;
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation-item {
align-items: flex-start;
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
font-size: var(--wp--preset--font-size--normal);
padding-bottom: 0;
padding-left: var(--wp--style--block-gap);
padding-top: 0.5rem;
row-gap: 0.5rem;
} .wp-block-navigation .wp-block-navigation__submenu-container.has-background {
padding: 0;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
--nav-submenu--border-radius: 4px;
--nav-submenu--background-color: var(--wp--preset--color--lightest);
color: inherit;
border: none;
background-color: var(--nav-submenu--background-color);
border-radius: var(--nav-submenu--border-radius);
box-shadow: var(--wp--preset--shadow--elevated);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container > li:first-child {
border-top-left-radius: var(--nav-submenu--border-radius);
border-top-right-radius: var(--nav-submenu--border-radius);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container > li:last-child {
border-bottom-left-radius: var(--nav-submenu--border-radius);
border-bottom-right-radius: var(--nav-submenu--border-radius);
} .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container {
left: 0;
right: auto; margin-top: 6px;
} .wp-block-navigation.items-justified-center .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container {
left: 50%;
right: auto;
transform: translateX(-50%);
} .wp-block-navigation.items-justified-center .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container {
left: unset;
right: unset;
transform: none;
} .wp-block-navigation.items-justified-right .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container {
left: auto;
right: 0;
} @media (min-width: 782px) {
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
left: 100%;
right: auto;
top: 0;
margin-top: 0;
transform: none;
} .wp-block-navigation.items-justified-right .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
left: auto;
right: 100%;
}
}
@media (max-width: 781px) { .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
left: 0;
transform: translateX(10px);
box-shadow: 0 0px 6px -1px rgb(0, 0, 0, 0.2);
} .wp-block-navigation.items-justified-right .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
transform: translateX(-10px);
} .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
left: unset;
transform: none;
box-shadow: none;
}
} .wp-block-navigation .has-child .wp-block-navigation__submenu-container::before {
content: " ";
position: absolute;
bottom: 100%;
left: 1em;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid var(--nav-submenu--background-color);
} .wp-block-navigation.items-justified-center .has-child .wp-block-navigation__submenu-container::before {
left: 50%;
transform: translateX(-50%);
} .wp-block-navigation.items-justified-right .has-child .wp-block-navigation__submenu-container::before {
left: auto;
right: 1em;
} @media (min-width: 782px) {
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container::before {
content: none;
}
} .wp-block-navigation .has-child .wp-block-navigation__submenu-container::after {
content: " ";
position: absolute;
display: block;
top: -6px;
left: 0;
right: 0;
height: 6px;
} .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
background: none;
border-radius: 0;
box-shadow: none;
left: -1px;
transform: none;
margin-top: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container::before {
content: none;
} .wp-block-navigation-submenu .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
padding-left: 1em;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
margin-right: 0.5em;
} .wp-block-navigation.is-responsive ul.wp-block-social-links {
margin: 0;
}
.wp-block-navigation.is-responsive .is-menu-open ul.wp-block-social-links {
justify-content: flex-start;
} .gapless-group > * {
margin-top: 0 !important;
}
.hidden,
.is-hidden {
display: none;
}
.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
} :root :where(.wp-block-group.is-style-section-contrast) {
background-color: var(--wp--preset--color--foreground);
color: var(--wp--preset--color--background);
padding-top: var(--wp--preset--spacing--medium);
padding-right: var(--wp--preset--spacing--medium);
padding-bottom: var(--wp--preset--spacing--medium);
padding-left: var(--wp--preset--spacing--medium);
}
:root :where(.wp-block-group.is-style-section-neutral) {
background-color: var(--wp--preset--color--mediumlight);
color: var(--wp--preset--color--foreground);
padding-top: var(--wp--preset--spacing--medium);
padding-right: var(--wp--preset--spacing--medium);
padding-bottom: var(--wp--preset--spacing--medium);
padding-left: var(--wp--preset--spacing--medium);
}
:root :where(.wp-block-group.is-style-section-primary) {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
padding-top: var(--wp--preset--spacing--medium);
padding-right: var(--wp--preset--spacing--medium);
padding-bottom: var(--wp--preset--spacing--medium);
padding-left: var(--wp--preset--spacing--medium);
}.mailjet_widget_form_builder_container {
width: 100%;
}body { --color11: var(--wp--preset--color--primary, #4f309e);
--color12: var(--wp--preset--color--secondary, #f2b25a);
--color13: var(--wp--preset--color--tertiary, #f9dd61); --color31: var(--wp--preset--color--foreground, #0e1111);
--color21: var(--wp--preset--color--dark, #3d3549);
--color32: var(--wp--preset--color--mediumdark, #9992a3);
--color22: var(--wp--preset--color--mediumlight, #cbc6d1);
--color33: var(--wp--preset--color--base, #e9e6ed);
--color23: var(--wp--preset--color--background, #f9f7ff); --color61: var(--wp--preset--color--darkest, #000);
--color62: var(--wp--preset--color--lightest, #fff);
--color63: var(--wp--preset--color--transparent, transparent); --color41: var(--wp--preset--color--vivid-cyan-blue, #0693e3);
--color51: var(--wp--preset--color--pale-cyan-blue, #8ed1fc);
--color42: var(--wp--preset--color--vivid-green-cyan, #00d084);
--color52: var(--wp--preset--color--light-green-cyan, #7bdcb5);
--color43: var(--wp--preset--color--vivid-red, #cf2e2e);
--color53: var(--wp--preset--color--pale-pink, #f78da7); --wp--preset--color--color-11: var(--color11);
--wp--preset--color--color-12: var(--color12);
--wp--preset--color--color-13: var(--color13);
--wp--preset--color--color-21: var(--color21);
--wp--preset--color--color-22: var(--color22);
--wp--preset--color--color-23: var(--color23);
--wp--preset--color--color-31: var(--color31);
--wp--preset--color--color-32: var(--color32);
--wp--preset--color--color-33: var(--color33);
--wp--preset--color--color-41: var(--color41);
--wp--preset--color--color-42: var(--color42);
--wp--preset--color--color-43: var(--color43);
--wp--preset--color--color-51: var(--color51);
--wp--preset--color--color-52: var(--color52);
--wp--preset--color--color-53: var(--color53);
--wp--preset--color--color-61: var(--color61);
--wp--preset--color--color-62: var(--color62);
--wp--preset--color--color-63: var(--color63);
} .has-color-11-color {
color: var(--color11) !important;
}
.has-color-12-color {
color: var(--color12) !important;
}
.has-color-13-color {
color: var(--color13) !important;
}
.has-color-21-color {
color: var(--color21) !important;
}
.has-color-22-color {
color: var(--color22) !important;
}
.has-color-23-color {
color: var(--color23) !important;
}
.has-color-31-color {
color: var(--color31) !important;
}
.has-color-32-color {
color: var(--color32) !important;
}
.has-color-33-color {
color: var(--color33) !important;
}
.has-color-41-color {
color: var(--color41) !important;
}
.has-color-42-color {
color: var(--color42) !important;
}
.has-color-43-color {
color: var(--color43) !important;
}
.has-color-51-color {
color: var(--color51) !important;
}
.has-color-52-color {
color: var(--color52) !important;
}
.has-color-53-color {
color: var(--color53) !important;
}
.has-color-61-color {
color: var(--color61) !important;
}
.has-color-62-color {
color: var(--color62) !important;
} .has-color-11-background-color {
background-color: var(--color11) !important;
}
.has-color-12-background-color {
background-color: var(--color12) !important;
}
.has-color-13-background-color {
background-color: var(--color13) !important;
}
.has-color-21-background-color {
background-color: var(--color21) !important;
}
.has-color-22-background-color {
background-color: var(--color22) !important;
}
.has-color-23-background-color {
background-color: var(--color23) !important;
}
.has-color-31-background-color {
background-color: var(--color31) !important;
}
.has-color-32-background-color {
background-color: var(--color32) !important;
}
.has-color-33-background-color {
background-color: var(--color33) !important;
}
.has-color-41-background-color {
background-color: var(--color41) !important;
}
.has-color-42-background-color {
background-color: var(--color42) !important;
}
.has-color-43-background-color {
background-color: var(--color43) !important;
}
.has-color-51-background-color {
background-color: var(--color51) !important;
}
.has-color-52-background-color {
background-color: var(--color52) !important;
}
.has-color-53-background-color {
background-color: var(--color53) !important;
}
.has-color-61-background-color {
background-color: var(--color61) !important;
}
.has-color-62-background-color {
background-color: var(--color62) !important;
} .has-color11-to-color12-gradient-background {
background: linear-gradient(130deg, var(--color11) 0%, var(--color12) 100%);
}
.has-color11-to-color13-gradient-background {
background: linear-gradient(130deg, var(--color11) 0%, var(--color12) 50%, var(--color13) 100%);
}
.has-color12-to-color13-gradient-background {
background: linear-gradient(130deg, var(--color12) 0%, var(--color13) 100%);
}
.has-color11-to-color31-gradient-background {
background: linear-gradient(130deg, var(--color11) 0%, var(--color12) 33%, var(--color13) 66%, var(--color31) 100%);
}
.has-branding-steps-gradient-background {
background: linear-gradient(130deg, var(--color11) 0%, var(--color12) 50%, var(--color11) 50%, var(--color12) 75%, var(--color13) 75%, var(--color12) 100%);
}
.has-branding-experiment-gradient-background {
background: linear-gradient(130deg, var(--color13) 50%, var(--color12) 50%, var(--color12) 60%, var(--color11) 60%, var(--color11) 70%, var(--color12) 80%, var(--color13) 80%, var(--color13) 90%, var(--color11) 90%);
}
.has-color62-to-color22-gradient-background {
background: linear-gradient(130deg, var(--color62) 0%, var(--color22) 100%);
}
.has-color23-to-color32-gradient-background {
background: linear-gradient(130deg, var(--color23) 0%, var(--color22) 50%, var(--color32) 100%);
}
.has-color62-to-color21-gradient-background {
background: linear-gradient(130deg, var(--color62) 0%, var(--color33) 33%, var(--color32) 66%, var(--color21) 100%);
}
.has-color33-to-color31-gradient-background {
background: linear-gradient(130deg, var(--color33) 0%, var(--color21) 66%, var(--color31) 100%);
}
.has-darken-steps-gradient-background {
background: linear-gradient(130deg, var(--color23) 0%, var(--color22) 50%, var(--color33) 50%, var(--color22) 75%, var(--color32) 75%, var(--color21) 100%);
}
.has-color63-to-color62-gradient-background {
background: linear-gradient(180deg, var(--color63) 0%, var(--color62) 100%);
}
.has-color-11-to-color-12-se-gradient-background {
background: linear-gradient(145deg, var(--color11) 0%, var(--color12) 100%);
}
.has-color-11-to-color-12-sw-gradient-background {
background: linear-gradient(202deg, var(--color11) 0%, var(--color12) 100%);
}
.has-color-11-to-color-12-ne-gradient-background {
background: linear-gradient(29deg, var(--color11) 0%, var(--color12) 100%);
}
.has-color-31-to-color-63-s-gradient-background {
background: linear-gradient(180deg, var(--color31) 0%, var(--color63) 100%);
}
.has-color-21-to-color-31-ne-gradient-background {
background: linear-gradient(29deg, var(--color21) 0%, var(--color31) 100%);
}
.has-color-32-to-color-23-ne-gradient-background {
background: linear-gradient(45deg, var(--color32) 0%, var(--color23) 100%);
}
.has-color-33-to-color-62-n-gradient-background {
background: linear-gradient(0deg, var(--color33) 0%, var(--color62) 100%);
}
.has-color-33-to-color-23-s-gradient-background {
background: linear-gradient(180deg, var(--color33) 49.99%, var(--color23) 50%);
}.is-upper {
text-transform: uppercase;
}
p:empty {
display: none;
} .group_wrap {
position: relative;  margin-left: 0;
margin-right: 0;   }     .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper > div[style*="padding"] {
padding: 0 !important;
position: absolute !important;
inset: 0;
}
.dynamic .wp-block-embed__wrapper:before {
content: "";
display: block;
padding-top: 56.25%;
}
.dynamic .wp-block-embed__wrapper iframe {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
} .wp-block-video video {
display: block;
} .spacer_wrap .wp-block-spacer {
display: none;
}
.spacer_wrap {
margin-top: 0 !important;
} @media (max-width: 576px) {
.spacer_wrap .wp-block-spacer.inner-sm {
display: block;
}
}
@media (min-width: 576px) and (max-width: 992px) {
.spacer_wrap .wp-block-spacer.inner-md {
display: block;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.spacer_wrap .wp-block-spacer.inner-lg {
display: block;
}
}
@media (min-width: 1200px) {
.spacer_wrap .wp-block-spacer.inner-xl {
display: block;
}
} .wp-block-media-text { grid-template-columns: 50% minmax(0, 1fr);
}
.wp-block-media-text.has-media-on-the-right {
grid-template-columns: minmax(0, 1fr) 50%;
}
@media (min-width: 601px) and (max-width: 992px) {
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
grid-column: 2 !important;
grid-row: 1 !important;
}
}
@media (max-width: 576px) {
.wp-block-media-text .wp-block-media-text__content {
padding-left: 0;
padding-right: 0;
}
} .wp-block-media-text.is-style-rounded-corners img,
.wp-block-media-text.is-style-rounded-corners video {
border-radius: 0.5em;
}
.wp-block-media-text.is-style-has-shadow img,
.wp-block-media-text.is-style-has-shadow video {
box-shadow: 0px 10px 15px -4px rgba(40, 40, 40, 0.25);
}
.wp-block-media-text.is-style-diagonal-up img,
.wp-block-media-text.is-style-diagonal-up video {
clip-path: polygon(0 12%, 0 100%, 100% 88%, 100% 0);
}
.wp-block-media-text.is-style-diagonal-down img,
.wp-block-media-text.is-style-diagonal-down video {
clip-path: polygon(0 0, 0 88%, 100% 100%, 100% 12%);
}
.wp-block-media-text.is-style-rotate-left img,
.wp-block-media-text.is-style-rotate-left video {
transform: rotate(357deg);
}
.wp-block-media-text.is-style-rotate-right img,
.wp-block-media-text.is-style-rotate-right video {
transform: rotate(3deg);
}
.wp-block-media-text.is-style-tilt-left img,
.wp-block-media-text.is-style-tilt-left video {
transform: perspective(400px) rotateY(10deg);
box-shadow: -40px 110px 50px -60px rgb(0 0 0 / 15%);
}
.wp-block-media-text.is-style-tilt-right img,
.wp-block-media-text.is-style-tilt-right video {
transform: perspective(400px) rotateY(350deg);
box-shadow: 40px 110px 50px -60px rgb(0 0 0 / 15%);
}
.wp-block-media-text:not(.is-style-rounded) > figure {
border-radius: inherit;
}      .has-trigger {
cursor: pointer;
position: relative;
isolation: auto;
}
button:focus-visible,
[tabindex="1"]:focus-visible,
[role=button]:focus-visible,
[role=link]:focus-visible,
:has(> .hidden-trigger-link:focus-visible) { outline: 2px dotted var(--text-color, var(--wp--preset--color--foreground, currentColor));
outline-offset: 2px;
}
.hidden-trigger-link,
.hidden-box-link {
all: unset;
}
.hidden-trigger-link:after,
.hidden-trigger-link:before {
display: none;
}
.has-trigger > .hidden-trigger-link,
.has-trigger > .hidden-box-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
[data-greyd-trigger][data-onload="hide"][data-onload="hide"] {
display: none;
} .wp-block-greyd-anim {
display: block !important;
}
.wp-block-greyd-anim.aligncenter {
text-align: center;
float: none !important;
}
.wp-block-greyd-anim.alignright {
text-align: right;
float: none !important;
} .popup_close_button {
position: relative;
display: inline-block;
cursor: pointer;
width: 40px;
font-size: 4px;
transition: all 0.3s ease;
}
.popup_close_button::before {
content: "";
display: block;
padding-top: 100%;
}
.popup_close_button .close_icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.popup_close_button .close_icon span {
position: absolute;
top: 5%;
left: 50%;
height: 90%;
width: 1em;
margin-left: -.5em !important;
background-color: currentColor;
}
.popup_close_button .close_icon span:first-child {
transform: rotate(45deg);
}
.popup_close_button .close_icon span:last-child {
transform: rotate(-45deg);
} .wp-block-greyd-popup-close,
.popup_close_button {
float: none !important;
margin: 0;
}
.wp-block-greyd-popup-close.alignright {
text-align: right;
}
.wp-block-greyd-popup-close.aligncenter {
text-align: center;
} .wp-block-archives-list {
list-style: none;
padding-inline-start: 0;
}
:where(.wp-block-archives-list li) {
display: block;
margin-left: 0;
}
:where(.wp-block-archives-list li a) {
display: inline-block;
line-height: 1.5;
}
:where(.wp-block-archives-list li a.active) {
opacity: 0.7;
}
ul.wp-block-archives-list li:not(:first-child):not(.child-term) {
margin-top: var(--wp--preset--spacing--small, 0.4em);
}
ul.wp-block-archives-list li.child-term {
font-size: 0.85em;
margin-top: var(--wp--preset--spacing--tiny, 0.2em);
}
ul.wp-block-archives-list:not(.center, .right) li.child-term {
margin-left: var(--wp--style--block-gap);
}
ul.wp-block-archives-list.right li.child-term {
margin-right: var(--wp--style--block-gap);
}
.wp-block-archives-dropdown select {
width: auto;
} ul.wp-block-archives-list.center {
text-align: center;
}
ul.wp-block-archives-list.right {
text-align: right;
} .load_more_wrapper {
--align: center;
--buttonWidth: auto;
text-align: var(--align);
width: 100%;
position: relative;
margin: var(--wp--style--block-gap) 0 0 0;
}
.load_more_wrapper > * {
display: inline-block;
margin: 0 !important;
width: var(--buttonWidth);
}  @media (min-width: 1199px) {
.grid-max-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.grid-max-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.grid-max-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-max-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-max-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-max-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
} .respect-grid-left {
padding-left: max(var(--wp--style--root--padding-left), calc(50vw - calc(var(--wp--style--global--wide-size) / 2)));
}
.respect-grid-right {
padding-right: max(var(--wp--style--root--padding-left), calc(50vw - calc(var(--wp--style--global--wide-size) / 2)));
} @media (max-width: 599px) {
.break-sm {
flex-wrap: wrap !important;
}
.reverse-sm {
flex-direction: column-reverse;
}
}
@media (max-width: 992px) {
.break-md {
flex-wrap: wrap !important;
}
.reverse-md {
flex-direction: column-reverse;
}
}
@media (max-width: 1199px) {
.break-lg {
flex-wrap: wrap !important;
}
.reverse-lg {
flex-direction: column-reverse;
}
}.wp-block-navigation.submenus-show .wp-block-navigation-submenu {
flex-direction: column;
align-items: start;
}
.wp-block-navigation.submenus-toggle .wp-block-navigation-submenu {
align-items: start;
flex-wrap: wrap;
}
.wp-block-navigation.submenus-show .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle .wp-block-navigation__submenu-container {
position: relative;
flex-basis: 100%;
overflow: visible;
background: none;
border-radius: 0;
box-shadow: none;
} .wp-block-navigation.submenus-show .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle .wp-block-navigation__container .wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container {
margin-top: 0;
left: 0 !important;
transform: none;
box-shadow: none !important;
min-width: 0 !important;
} .wp-block-navigation.submenus-show .wp-block-navigation__submenu-container::before,
.wp-block-navigation.submenus-toggle .wp-block-navigation__submenu-container::before {
content: none;
} .wp-block-navigation.submenus-show .wp-block-navigation__submenu-container {
opacity: 1;
visibility: visible;
height: auto;
width: auto;
min-width: 200px;
} .wp-block-navigation.submenus-show .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation.submenus-toggle .has-child.wp-block-navigation-item.is-selected > .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle .has-child.wp-block-navigation-item.has-child-selected > .wp-block-navigation__submenu-container {
padding-bottom: 0;
padding-left: var(--wp--style--block-gap, 1em);
padding-top: 0.5rem;
row-gap: 0.5rem;
} .wp-block-navigation.submenus-show .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button),
.wp-block-navigation.submenus-show .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button),
.wp-block-navigation.submenus-show .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content,
.wp-block-navigation.submenus-show .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content,
.wp-block-navigation.submenus-toggle .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button),
.wp-block-navigation.submenus-toggle .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button),
.wp-block-navigation.submenus-toggle .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content,
.wp-block-navigation.submenus-toggle .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content {
padding: 0;
} .wp-block-navigation.submenus-show .wp-block-navigation__container:not(.is-vertical),
.wp-block-navigation.submenus-toggle .wp-block-navigation__container:not(.is-vertical) {
align-items: start;
}
.wp-block-navigation.submenus-show:not(.is-vertical) .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle:not(.is-vertical) .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation.submenus-toggle:not(.is-vertical) .has-child.wp-block-navigation-item.is-selected > .wp-block-navigation__submenu-container,
wp-block-navigation.submenus-toggle:not(.is-vertical) .has-child.wp-block-navigation-item.has-child-selected > .wp-block-navigation__submenu-container {
min-width: 0;
width: min-content;
} .wp-block-navigation.submenus-show.is-vertical .wp-block-navigation-submenu,
.wp-block-navigation.submenus-toggle.is-vertical .wp-block-navigation-submenu {
width: 100%;
}
.wp-block-navigation.submenus-show.items-justified-center.is-vertical .wp-block-navigation-item,
.wp-block-navigation.submenus-show.items-justified-center.is-vertical .wp-block-navigation-submenu {
align-items: center;
align-self: center;
}
.wp-block-navigation.submenus-show.items-justified-right.is-vertical .wp-block-navigation-item,
.wp-block-navigation.submenus-show.items-justified-right.is-vertical .wp-block-navigation-submenu {
align-items: flex-end;
align-self: flex-end;
}
.wp-block-navigation.submenus-toggle.items-justified-center.is-vertical .wp-block-navigation-item,
.wp-block-navigation.submenus-toggle.items-justified-center.is-vertical .wp-block-navigation-submenu {
justify-content: center;
align-items: center;
align-self: center;
}
.wp-block-navigation.submenus-toggle.items-justified-right.is-vertical .wp-block-navigation-item,
.wp-block-navigation.submenus-toggle.items-justified-right.is-vertical .wp-block-navigation-submenu {
justify-content: flex-end;
align-items: flex-end;
align-self: flex-end;
}
.wp-block-navigation.submenus-show.items-justified-center.is-vertical .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle.items-justified-center.is-vertical .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation.submenus-toggle.items-justified-center.is-vertical .has-child.wp-block-navigation-item.is-selected > .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle.items-justified-center.is-vertical .has-child.wp-block-navigation-item.has-child-selected > .wp-block-navigation__submenu-container {
padding-left: 0;
}
.wp-block-navigation.submenus-show.items-justified-right.is-vertical .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle.items-justified-right.is-vertical .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation.submenus-toggle.items-justified-right.is-vertical .has-child.wp-block-navigation-item.is-selected > .wp-block-navigation__submenu-container,
.wp-block-navigation.submenus-toggle.items-justified-right.is-vertical .has-child.wp-block-navigation-item.has-child-selected > .wp-block-navigation__submenu-container {
padding-left: 0;
padding-right: var(--wp--style--block-gap, 1em);
} .wp-block-navigation.submenus-toggle .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
flex-grow: initial;
}
.wp-block-navigation.submenus-toggle .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
padding-left: 0;
padding-right: .85em;
}
.wp-block-navigation.submenus-toggle .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
margin-right: 0;
}
.wp-block-navigation.submenus-toggle .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
transform: none;
}  .wp-block-navigation.submenus-toggle .wp-block-navigation-submenu > .wp-block-navigation-item__content {
max-width: 100%;
}
.wp-block-navigation.submenus-toggle:not(.is-vertical) .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
margin-right: calc(-.6em - .25em);
} .wp-block-navigation.submenus-hide .wp-block-navigation__submenu-container {
display: none;
} .wp-block-navigation.items-justified-center:not(.is-layout-flex),
.wp-block-navigation.items-justified-right:not(.is-layout-flex) {
display: flex;
}.row_wrap {
position: relative;
margin-inline: 0;
max-width: none;
}
.has-global-padding > .row_wrap:not( .alignfull ) {
margin-left: calc(var(--wp--style--root--padding-right) * -1) !important;
margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
max-width: none !important;
}
.is-layout-constrained > .row_wrap:not( .alignfull ) {
margin-left: 0 !important;
margin-right: 0 !important;
max-width: none !important;
}
.is-layout-constrained > .row_wrap > .wp-block-columns {
max-width: var(--wp--style--global--content-size);
margin-inline: auto;
}
.is-layout-constrained > .row_wrap > .wp-block-columns.alignwide {
max-width: var(--wp--style--global--wide-size);
margin-inline: auto;
}
.is-layout-constrained > .row_wrap > .wp-block-columns.alignfull {
max-width: none;
} .is-layout-constrained > .dynamic:has( > .alignwide ) {
margin-left: 0 !important;
margin-right: 0 !important;
max-width: none !important;
}
.is-layout-constrained > .dynamic:has( > .alignfull ),
.has-global-padding > .dynamic:has( > .alignfull ) {
margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
max-width: none !important;
} .wp-block-columns {
display: flex;
flex-wrap: wrap !important;
}
.wp-block-columns > * {
box-sizing: border-box;
flex-shrink: 0;
width: 100%;
max-width: 100%;
}
.wp-block-columns.is-not-stacked-on-mobile,
.row_wrap .wp-block-columns.is-not-stacked-on-mobile {
flex-wrap: wrap !important;
} :where( .row_wrap.has-background > .wp-block-columns ) {
padding-block: var(--wp--style--block-gap);
padding-inline: 0;
} .row_wrap.is-style-bootstrap {
--gap: calc( var(--wp--style--root--padding-right) / 2 );
}
.wp-block-columns.is-style-bootstrap {
gap: 0;
}
.is-layout-constrained > .row_wrap > .wp-block-columns.is-style-bootstrap:not(.alignfull) {
max-width: calc( var(--wp--style--global--content-size) + var(--gap) + var(--gap) ) !important;
}
.is-layout-constrained > .row_wrap > .wp-block-columns.is-style-bootstrap.alignwide {
max-width: calc( var(--wp--style--global--wide-size) + var(--gap) + var(--gap) ) !important;
}
.wp-block-columns.is-style-bootstrap > .wp-block-column {
padding-inline: var(--gap);
} .is-layout-constrained > .row_wrap.is-style-bootstrap:not( .alignfull ) {
margin-left: calc( var(--gap) * -1 ) !important;
margin-right: calc( var(--gap) * -1 ) !important;
} .wp-block-column {
position: relative;
flex-grow: 1;
flex-shrink: 0;
flex-basis: 0 !important;
}  @media (max-width: 576px) {
.hidden-xs,
.wp-block-column.wp-block-column.hidden-xs {
display: none !important;
}
}
@media (min-width: 576px) and (max-width: 992px) {
.hidden-sm,
.wp-block-column.wp-block-column.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.hidden-md,
.wp-block-column.wp-block-column.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg,
.wp-block-column.wp-block-column.hidden-lg {
display: none !important;
}
} @media (min-width: 576px) {
.wp-block-columns.flex-stretch-content-sm {
align-items: stretch !important;
}
.flex-stretch-content-sm .wp-block-column,
.flex-stretch-content-sm .row_wrap,
.flex-stretch-content-sm .wp-block-columns,
.flex-stretch-content-sm .dynamic,
.flex-stretch-content-sm .greyd-content-box,
.flex-stretch-content-sm .wp-block-greyd-box,
.flex-stretch-content-sm .group_wrap,
:where( .flex-stretch-content-sm .wp-block-group:not(.is-layout-flex, [id^="wp-container-"]) ),
.flex-stretch-content-sm .wp-block-group__inner-container {
display: flex;
flex-direction: column;
align-items: stretch;
flex: 1;
}
.flex-stretch-content-sm .query-post {
display: flex;
align-items: stretch;
flex: 0 0 auto;
}
.flex-stretch-content-sm .wp-block-column > .greyd-content-box .wp-block-columns {
flex-direction: row;
}
}
@media (min-width: 992px) {
.wp-block-columns.flex-stretch-content-md {
align-items: stretch !important;
}
.flex-stretch-content-md .wp-block-column,
.flex-stretch-content-md .row_wrap,
.flex-stretch-content-md .wp-block-columns,
.flex-stretch-content-md .dynamic,
.flex-stretch-content-md .greyd-content-box,
.flex-stretch-content-md .wp-block-greyd-box,
.flex-stretch-content-md .group_wrap,
:where( .flex-stretch-content-md .wp-block-group:not(.is-layout-flex, [id^="wp-container-"]) ),
.flex-stretch-content-md .wp-block-group__inner-container {
display: flex;
flex-direction: column;
align-items: stretch;
flex: 1;
}
.flex-stretch-content-md .query-post {
display: flex;
align-items: stretch;
flex: 0 0 auto;
}
.flex-stretch-content-md .wp-block-column > .greyd-content-box .wp-block-columns {
flex-direction: row;
}
}
@media (min-width: 1200px) {
.wp-block-columns.flex-stretch-content-lg {
align-items: stretch !important;
}
.flex-stretch-content-lg .wp-block-column,
.flex-stretch-content-lg .row_wrap,
.flex-stretch-content-lg .wp-block-columns,
.flex-stretch-content-lg .dynamic,
.flex-stretch-content-lg .greyd-content-box,
.flex-stretch-content-lg .wp-block-greyd-box,
.flex-stretch-content-lg .group_wrap,
:where( .flex-stretch-content-lg .wp-block-group:not(.is-layout-flex, [id^="wp-container-"]) ),
.flex-stretch-content-lg .wp-block-group__inner-container {
display: flex;
flex-direction: column;
align-items: stretch;
flex: 1;
}
.flex-stretch-content-lg .query-post {
display: flex;
align-items: stretch;
flex: 0 0 auto;
}
.flex-stretch-content-lg .wp-block-column > .greyd-content-box .wp-block-columns {
flex-direction: row;
}
}  .wp-block-columns.row-cols-auto > *,
.wp-block-column.wp-block-column.col-auto { flex-grow: 1;
flex-shrink: 0;
flex-basis: 0 !important;
}
.wp-block-columns.row-cols-1 > *,
.wp-block-columns.row-cols-2 > *,
.wp-block-columns.row-cols-3 > *,
.wp-block-columns.row-cols-4 > *,
.wp-block-columns.row-cols-5 > *,
.wp-block-columns.row-cols-6 > *,
.wp-block-column.wp-block-column.col-1,
.wp-block-column.wp-block-column.col-2,
.wp-block-column.wp-block-column.col-3,
.wp-block-column.wp-block-column.col-4,
.wp-block-column.wp-block-column.col-5,
.wp-block-column.wp-block-column.col-6,
.wp-block-column.wp-block-column.col-7,
.wp-block-column.wp-block-column.col-8,
.wp-block-column.wp-block-column.col-9,
.wp-block-column.wp-block-column.col-10,
.wp-block-column.wp-block-column.col-11,
.wp-block-column.wp-block-column.col-12,
.wp-block-column.wp-block-column.col-5\/5,
.wp-block-column.wp-block-column.col-4\/5,
.wp-block-column.wp-block-column.col-3\/5,
.wp-block-column.wp-block-column.col-2\/5,
.wp-block-column.wp-block-column.col-1\/5 { flex-grow: 0;
flex-shrink: 0;
flex-basis: auto !important;
} .wp-block-columns.row-cols-auto > .wp-block-column[style*=flex-basis],
.wp-block-columns > .wp-block-column[style*=flex-basis].col-auto,
.wp-block-columns > .wp-block-column[style*=flex-basis].col {
flex-grow: 1;
} .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis]:not([class*=col-]) {
flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile  >.wp-block-column[style*=flex-basis]:not([class*=col-]) {
flex-basis: auto !important;
}
.wp-block-columns.row-cols-auto > * {
width: auto !important;
}
.wp-block-columns.row-cols-1 > * {
width: 100% !important;
}
.wp-block-columns.row-cols-2 > * {
width: 50% !important;
}
.wp-block-columns.row-cols-3 > * {
width: 33.3333333333% !important;
}
.wp-block-columns.row-cols-4 > * {
width: 25% !important;
}
.wp-block-columns.row-cols-5 > * {
width: 20% !important;
}
.wp-block-columns.row-cols-6 > * {
width: 16.6666666667% !important;
}
.wp-block-column.wp-block-column.col-auto {
width: auto !important; flex-grow: 1;
flex-shrink: 1;
flex-basis: 0 !important;
}
.wp-block-column.wp-block-column.col-1 {
width: 8.3333333333% !important;
}
.wp-block-column.wp-block-column.col-2 {
width: 16.6666666667% !important;
}
.wp-block-column.wp-block-column.col-3 {
width: 25% !important;
}
.wp-block-column.wp-block-column.col-4 {
width: 33.3333333333% !important;
}
.wp-block-column.wp-block-column.col-5 {
width: 41.6666666667% !important;
}
.wp-block-column.wp-block-column.col-6 {
width: 50% !important;
}
.wp-block-column.wp-block-column.col-7 {
width: 58.3333333333% !important;
}
.wp-block-column.wp-block-column.col-8 {
width: 66.6666666667% !important;
}
.wp-block-column.wp-block-column.col-9 {
width: 75% !important;
}
.wp-block-column.wp-block-column.col-10 {
width: 83.3333333333% !important;
}
.wp-block-column.wp-block-column.col-11 {
width: 91.6666666667% !important;
}
.wp-block-column.wp-block-column.col-12 {
width: 100% !important;
}
.wp-block-column.wp-block-column.col-5\/5 {
width: 100% !important;
}
.wp-block-column.wp-block-column.col-4\/5 {
width: 80% !important;
}
.wp-block-column.wp-block-column.col-3\/5 {
width: 60% !important;
}
.wp-block-column.wp-block-column.col-2\/5 {
width: 40% !important;
}
.wp-block-column.wp-block-column.col-1\/5 {
width: 20% !important;
}
.offset-1 {
margin-left: 8.3333333333% !important;
}
.offset-2 {
margin-left: 16.6666666667% !important;
}
.offset-3 {
margin-left: 25% !important;
}
.offset-4 {
margin-left: 33.3333333333% !important;
}
.offset-5 {
margin-left: 41.6666666667% !important;
}
.offset-6 {
margin-left: 50% !important;
}
.offset-7 {
margin-left: 58.3333333333% !important;
}
.offset-8 {
margin-left: 66.6666666667% !important;
}
.offset-9 {
margin-left: 75% !important;
}
.offset-10 {
margin-left: 83.3333333333% !important;
}
.offset-11 {
margin-left: 91.6666666667% !important;
}
.offset-5\/5 {
margin-left: 100% !important;
}
.offset-4\/5 {
margin-left: 80% !important;
}
.offset-3\/5 {
margin-left: 60% !important;
}
.offset-2\/5 {
margin-left: 40% !important;
}
.offset-1\/5 {
margin-left: 20% !important;
}
.offset-0\/5 {
margin-left: 0 !important;
}
.pull-12 {
right: 100%;
}
.pull-11 {
right: 91.66666667%;
}
.pull-10 {
right: 83.33333333%;
}
.pull-9 {
right: 75%;
}
.pull-8 {
right: 66.66666667%;
}
.pull-7 {
right: 58.33333333%;
}
.pull-6 {
right: 50%;
}
.pull-5 {
right: 41.66666667%;
}
.pull-4 {
right: 33.33333333%;
}
.pull-3 {
right: 25%;
}
.pull-2 {
right: 16.66666667%;
}
.pull-1 {
right: 8.33333333%;
}
.pull-0 {
right: auto;
}
.pull-5\/5 {
right: 100%;
}
.pull-4\/5 {
right: 80%;
}
.pull-3\/5 {
right: 60%;
}
.pull-2\/5 {
right: 40%;
}
.pull-1\/5 {
right: 20%;
}
.pull-0\/5 {
right: auto;
}
.push-12 {
left: 100%;
}
.push-11 {
left: 91.66666667%;
}
.push-10 {
left: 83.33333333%;
}
.push-9 {
left: 75%;
}
.push-8 {
left: 66.66666667%;
}
.push-7 {
left: 58.33333333%;
}
.push-6 {
left: 50%;
}
.push-5 {
left: 41.66666667%;
}
.push-4 {
left: 33.33333333%;
}
.push-3 {
left: 25%;
}
.push-2 {
left: 16.66666667%;
}
.push-1 {
left: 8.33333333%;
}
.push-0 {
left: auto;
}
.push-5\/5 {
left: 100%;
}
.push-4\/5 {
left: 80%;
}
.push-3\/5 {
left: 60%;
}
.push-2\/5 {
left: 40%;
}
.push-1\/5 {
left: 20%;
}
.push-0\/5 {
left: auto;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
} @media (max-width: 576px) {
.wp-block-column,
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
flex-basis: 100%;
}
} @media (min-width: 576px) {
.wp-block-columns.row-cols-sm-auto > *,
.wp-block-column.wp-block-column.col-sm-auto,
.wp-block-column.wp-block-column.col-sm {
flex-grow: 1;
flex-shrink: 0;
flex-basis: 0 !important;
}  .wp-block-columns.row-cols-auto > .wp-block-column[class*=col-sm-]:not(.col-sm-auto),
.wp-block-columns > .wp-block-column.col-auto[class*=col-sm-]:not(.col-sm-auto),
.wp-block-columns > .wp-block-column.col[class*=col-sm-]:not(.col-sm-auto) {
flex-grow: 0;
} .wp-block-columns.row-cols-sm-auto > .wp-block-column[style*=flex-basis],
.wp-block-columns > .wp-block-column[style*=flex-basis].col-sm-auto,
.wp-block-columns > .wp-block-column[style*=flex-basis].col-sm,
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis]:not([class*="col-"]) {
flex-grow: 1;
}
.wp-block-columns.row-cols-sm-1 > *,
.wp-block-columns.row-cols-sm-2 > *,
.wp-block-columns.row-cols-sm-3 > *,
.wp-block-columns.row-cols-sm-4 > *,
.wp-block-columns.row-cols-sm-5 > *,
.wp-block-columns.row-cols-sm-6 > *,
.wp-block-column.wp-block-column.col-sm-1,
.wp-block-column.wp-block-column.col-sm-2,
.wp-block-column.wp-block-column.col-sm-3,
.wp-block-column.wp-block-column.col-sm-4,
.wp-block-column.wp-block-column.col-sm-5,
.wp-block-column.wp-block-column.col-sm-6,
.wp-block-column.wp-block-column.col-sm-7,
.wp-block-column.wp-block-column.col-sm-8,
.wp-block-column.wp-block-column.col-sm-9,
.wp-block-column.wp-block-column.col-sm-10,
.wp-block-column.wp-block-column.col-sm-11,
.wp-block-column.wp-block-column.col-sm-12,
.wp-block-column.wp-block-column.col-sm-5\/5,
.wp-block-column.wp-block-column.col-sm-4\/5,
.wp-block-column.wp-block-column.col-sm-3\/5,
.wp-block-column.wp-block-column.col-sm-2\/5,
.wp-block-column.wp-block-column.col-sm-1\/5 { flex-grow: 0;
flex-shrink: 0;
flex-basis: auto !important;
}
.wp-block-columns.row-cols-sm-auto > * {
width: auto !important;
}
.wp-block-columns.row-cols-sm-1 > * {
width: 100% !important;
}
.wp-block-columns.row-cols-sm-2 > * {
width: 50% !important;
}
.wp-block-columns.row-cols-sm-3 > * {
width: 33.3333333333% !important;
}
.wp-block-columns.row-cols-sm-4 > * {
width: 25% !important;
}
.wp-block-columns.row-cols-sm-5 > * {
width: 20% !important;
}
.wp-block-columns.row-cols-sm-6 > * {
width: 16.6666666667% !important;
}
.wp-block-column.wp-block-column.col-sm-auto {
width: auto !important;
}
.wp-block-column.wp-block-column.col-sm-1 {
width: 8.3333333333% !important;
}
.wp-block-column.wp-block-column.col-sm-2 {
width: 16.6666666667% !important;
}
.wp-block-column.wp-block-column.col-sm-3 {
width: 25% !important;
}
.wp-block-column.wp-block-column.col-sm-4 {
width: 33.3333333333% !important;
}
.wp-block-column.wp-block-column.col-sm-5 {
width: 41.6666666667% !important;
}
.wp-block-column.wp-block-column.col-sm-6 {
width: 50% !important;
}
.wp-block-column.wp-block-column.col-sm-7 {
width: 58.3333333333% !important;
}
.wp-block-column.wp-block-column.col-sm-8 {
width: 66.6666666667% !important;
}
.wp-block-column.wp-block-column.col-sm-9 {
width: 75% !important;
}
.wp-block-column.wp-block-column.col-sm-10 {
width: 83.3333333333% !important;
}
.wp-block-column.wp-block-column.col-sm-11 {
width: 91.6666666667% !important;
}
.wp-block-column.wp-block-column.col-sm-12 {
width: 100% !important;
}
.wp-block-column.wp-block-column.col-sm-5\/5 {
width: 100% !important;
}
.wp-block-column.wp-block-column.col-sm-4\/5 {
width: 80% !important;
}
.wp-block-column.wp-block-column.col-sm-3\/5 {
width: 60% !important;
}
.wp-block-column.wp-block-column.col-sm-2\/5 {
width: 40% !important;
}
.wp-block-column.wp-block-column.col-sm-1\/5 {
width: 20% !important;
}
.offset-sm-0 {
margin-left: 0 !important;
}
.offset-sm-1 {
margin-left: 8.3333333333% !important;
}
.offset-sm-2 {
margin-left: 16.6666666667% !important;
}
.offset-sm-3 {
margin-left: 25% !important;
}
.offset-sm-4 {
margin-left: 33.3333333333% !important;
}
.offset-sm-5 {
margin-left: 41.6666666667% !important;
}
.offset-sm-6 {
margin-left: 50% !important;
}
.offset-sm-7 {
margin-left: 58.3333333333% !important;
}
.offset-sm-8 {
margin-left: 66.6666666667% !important;
}
.offset-sm-9 {
margin-left: 75% !important;
}
.offset-sm-10 {
margin-left: 83.3333333333% !important;
}
.offset-sm-11 {
margin-left: 91.6666666667% !important;
}
.offset-sm-5\/5 {
margin-left: 100% !important;
}
.offset-sm-4\/5 {
margin-left: 80% !important;
}
.offset-sm-3\/5 {
margin-left: 60% !important;
}
.offset-sm-2\/5 {
margin-left: 40% !important;
}
.offset-sm-1\/5 {
margin-left: 20% !important;
}
.offset-sm-0\/5 {
margin-left: 0 !important;
}
.pull-sm-12 {
right: 100%;
}
.pull-sm-11 {
right: 91.66666667%;
}
.pull-sm-10 {
right: 83.33333333%;
}
.pull-sm-9 {
right: 75%;
}
.pull-sm-8 {
right: 66.66666667%;
}
.pull-sm-7 {
right: 58.33333333%;
}
.pull-sm-6 {
right: 50%;
}
.pull-sm-5 {
right: 41.66666667%;
}
.pull-sm-4 {
right: 33.33333333%;
}
.pull-sm-3 {
right: 25%;
}
.pull-sm-2 {
right: 16.66666667%;
}
.pull-sm-1 {
right: 8.33333333%;
}
.pull-sm-0 {
right: auto;
}
.pull-sm-5\/5 {
right: 100%;
}
.pull-sm-4\/5 {
right: 80%;
}
.pull-sm-3\/5 {
right: 60%;
}
.pull-sm-2\/5 {
right: 40%;
}
.pull-sm-1\/5 {
right: 20%;
}
.pull-sm-0\/5 {
right: auto;
}
.push-sm-12 {
left: 100%;
}
.push-sm-11 {
left: 91.66666667%;
}
.push-sm-10 {
left: 83.33333333%;
}
.push-sm-9 {
left: 75%;
}
.push-sm-8 {
left: 66.66666667%;
}
.push-sm-7 {
left: 58.33333333%;
}
.push-sm-6 {
left: 50%;
}
.push-sm-5 {
left: 41.66666667%;
}
.push-sm-4 {
left: 33.33333333%;
}
.push-sm-3 {
left: 25%;
}
.push-sm-2 {
left: 16.66666667%;
}
.push-sm-1 {
left: 8.33333333%;
}
.push-sm-0 {
left: auto;
}
.push-sm-5\/5 {
left: 100%;
}
.push-sm-4\/5 {
left: 80%;
}
.push-sm-3\/5 {
left: 60%;
}
.push-sm-2\/5 {
left: 40%;
}
.push-sm-1\/5 {
left: 20%;
}
.push-sm-0\/5 {
left: auto;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
} @media (min-width: 992px) {
.wp-block-columns.row-cols-md-auto > *,
.wp-block-column.wp-block-column.col-md-auto,
.wp-block-column.wp-block-column.col-md {
flex-grow: 1;
flex-shrink: 0;
flex-basis: 0 !important;
}  .wp-block-columns.row-cols-sm-auto > .wp-block-column[class*=col-md-]:not(.col-md-auto),
.wp-block-columns > .wp-block-column.col-sm-auto[class*=col-md-]:not(.col-md-auto),
.wp-block-columns > .wp-block-column.col-sm[class*=col-md-]:not(.col-md-auto) {
flex-grow: 0;
} .wp-block-columns.row-cols-md-auto > .wp-block-column[style*=flex-basis],
.wp-block-columns > .wp-block-column[style*=flex-basis].col-md-auto,
.wp-block-columns > .wp-block-column[style*=flex-basis].col-md,
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis]:not([class*="col-"]) {
flex-grow: 1;
}
.wp-block-columns.row-cols-md-1 > *,
.wp-block-columns.row-cols-md-2 > *,
.wp-block-columns.row-cols-md-3 > *,
.wp-block-columns.row-cols-md-4 > *,
.wp-block-columns.row-cols-md-5 > *,
.wp-block-columns.row-cols-md-6 > *,
.wp-block-column.wp-block-column.col-md-1,
.wp-block-column.wp-block-column.col-md-2,
.wp-block-column.wp-block-column.col-md-3,
.wp-block-column.wp-block-column.col-md-4,
.wp-block-column.wp-block-column.col-md-5,
.wp-block-column.wp-block-column.col-md-6,
.wp-block-column.wp-block-column.col-md-7,
.wp-block-column.wp-block-column.col-md-8,
.wp-block-column.wp-block-column.col-md-9,
.wp-block-column.wp-block-column.col-md-10,
.wp-block-column.wp-block-column.col-md-11,
.wp-block-column.wp-block-column.col-md-12,
.wp-block-column.wp-block-column.col-md-5\/5,
.wp-block-column.wp-block-column.col-md-4\/5,
.wp-block-column.wp-block-column.col-md-3\/5,
.wp-block-column.wp-block-column.col-md-2\/5,
.wp-block-column.wp-block-column.col-md-1\/5 { flex-grow: 0;
flex-shrink: 0;
flex-basis: auto !important;
}
.wp-block-columns.row-cols-md-auto > * {
width: auto !important;
}
.wp-block-columns.row-cols-md-1 > * {
width: 100% !important;
}
.wp-block-columns.row-cols-md-2 > * {
width: 50% !important;
}
.wp-block-columns.row-cols-md-3 > * {
width: 33.3333333333% !important;
}
.wp-block-columns.row-cols-md-4 > * {
width: 25% !important;
}
.wp-block-columns.row-cols-md-5 > * {
width: 20% !important;
}
.wp-block-columns.row-cols-md-6 > * {
width: 16.6666666667% !important;
}
.wp-block-column.wp-block-column.col-md-auto {
width: auto !important;
}
.wp-block-column.wp-block-column.col-md-1 {
width: 8.3333333333% !important;
}
.wp-block-column.wp-block-column.col-md-2 {
width: 16.6666666667% !important;
}
.wp-block-column.wp-block-column.col-md-3 {
width: 25% !important;
}
.wp-block-column.wp-block-column.col-md-4 {
width: 33.3333333333% !important;
}
.wp-block-column.wp-block-column.col-md-5 {
width: 41.6666666667% !important;
}
.wp-block-column.wp-block-column.col-md-6 {
width: 50% !important;
}
.wp-block-column.wp-block-column.col-md-7 {
width: 58.3333333333% !important;
}
.wp-block-column.wp-block-column.col-md-8 {
width: 66.6666666667% !important;
}
.wp-block-column.wp-block-column.col-md-9 {
width: 75% !important;
}
.wp-block-column.wp-block-column.col-md-10 {
width: 83.3333333333% !important;
}
.wp-block-column.wp-block-column.col-md-11 {
width: 91.6666666667% !important;
}
.wp-block-column.wp-block-column.col-md-12 {
width: 100% !important;
}
.wp-block-column.wp-block-column.col-md-5\/5 {
width: 100% !important;
}
.wp-block-column.wp-block-column.col-md-4\/5 {
width: 80% !important;
}
.wp-block-column.wp-block-column.col-md-3\/5 {
width: 60% !important;
}
.wp-block-column.wp-block-column.col-md-2\/5 {
width: 40% !important;
}
.wp-block-column.wp-block-column.col-md-1\/5 {
width: 20% !important;
}
.offset-md-0 {
margin-left: 0 !important;
}
.offset-md-1 {
margin-left: 8.3333333333% !important;
}
.offset-md-2 {
margin-left: 16.6666666667% !important;
}
.offset-md-3 {
margin-left: 25% !important;
}
.offset-md-4 {
margin-left: 33.3333333333% !important;
}
.offset-md-5 {
margin-left: 41.6666666667% !important;
}
.offset-md-6 {
margin-left: 50% !important;
}
.offset-md-7 {
margin-left: 58.3333333333% !important;
}
.offset-md-8 {
margin-left: 66.6666666667% !important;
}
.offset-md-9 {
margin-left: 75% !important;
}
.offset-md-10 {
margin-left: 83.3333333333% !important;
}
.offset-md-11 {
margin-left: 91.6666666667% !important;
}
.offset-md-5\/5 {
margin-left: 100% !important;
}
.offset-md-4\/5 {
margin-left: 80% !important;
}
.offset-md-3\/5 {
margin-left: 60% !important;
}
.offset-md-2\/5 {
margin-left: 40% !important;
}
.offset-md-1\/5 {
margin-left: 20% !important;
}
.offset-md-0\/5 {
margin-left: 0 !important;
}
.pull-md-12 {
right: 100%;
}
.pull-md-11 {
right: 91.66666667%;
}
.pull-md-10 {
right: 83.33333333%;
}
.pull-md-9 {
right: 75%;
}
.pull-md-8 {
right: 66.66666667%;
}
.pull-md-7 {
right: 58.33333333%;
}
.pull-md-6 {
right: 50%;
}
.pull-md-5 {
right: 41.66666667%;
}
.pull-md-4 {
right: 33.33333333%;
}
.pull-md-3 {
right: 25%;
}
.pull-md-2 {
right: 16.66666667%;
}
.pull-md-1 {
right: 8.33333333%;
}
.pull-md-0 {
right: auto;
}
.pull-md-5\/5 {
right: 100%;
}
.pull-md-4\/5 {
right: 80%;
}
.pull-md-3\/5 {
right: 60%;
}
.pull-md-2\/5 {
right: 40%;
}
.pull-md-1\/5 {
right: 20%;
}
.pull-md-0\/5 {
right: auto;
}
.push-md-12 {
left: 100%;
}
.push-md-11 {
left: 91.66666667%;
}
.push-md-10 {
left: 83.33333333%;
}
.push-md-9 {
left: 75%;
}
.push-md-8 {
left: 66.66666667%;
}
.push-md-7 {
left: 58.33333333%;
}
.push-md-6 {
left: 50%;
}
.push-md-5 {
left: 41.66666667%;
}
.push-md-4 {
left: 33.33333333%;
}
.push-md-3 {
left: 25%;
}
.push-md-2 {
left: 16.66666667%;
}
.push-md-1 {
left: 8.33333333%;
}
.push-md-0 {
left: auto;
}
.push-md-5\/5 {
left: 100%;
}
.push-md-4\/5 {
left: 80%;
}
.push-md-3\/5 {
left: 60%;
}
.push-md-2\/5 {
left: 40%;
}
.push-md-1\/5 {
left: 20%;
}
.push-md-0\/5 {
left: auto;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
} @media (min-width: 1200px) {
.wp-block-columns.row-cols-lg-auto > *,
.wp-block-column.col-lg-auto,
.wp-block-column.col-lg {
flex: 1 0 0% !important;
}
.wp-block-columns.row-cols-lg-1 > *,
.wp-block-columns.row-cols-lg-2 > *,
.wp-block-columns.row-cols-lg-3 > *,
.wp-block-columns.row-cols-lg-4 > *,
.wp-block-columns.row-cols-lg-5 > *,
.wp-block-columns.row-cols-lg-6 > *,
.wp-block-column.col-lg-1 .wp-block-columns.row-cols-lg-auto > *,
.wp-block-column.wp-block-column.col-lg-auto,
.wp-block-column.wp-block-column.col-lg { flex-grow: 1;
flex-shrink: 0;
flex-basis: 0 !important;
} .wp-block-columns.row-cols-lg-auto > .wp-block-column[style*=flex-basis],
.wp-block-columns > .wp-block-column[style*=flex-basis].col-lg-auto,
.wp-block-columns > .wp-block-column[style*=flex-basis].col-lg,
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis]:not([class*="col-"]) {
flex-grow: 1;
}  .wp-block-columns.row-cols-sm-auto > .wp-block-column[class*=col-lg-]:not(.col-lg-auto),
.wp-block-columns > .wp-block-column.col-sm-auto[class*=col-lg-]:not(.col-lg-auto),
.wp-block-columns > .wp-block-column.col-sm[class*=col-lg-]:not(.col-lg-auto),
.wp-block-columns.row-cols-md-auto > .wp-block-column[class*=col-lg-]:not(.col-lg-auto),
.wp-block-columns > .wp-block-column.col-md-auto[class*=col-lg-]:not(.col-lg-auto),
.wp-block-columns > .wp-block-column.col-md[class*=col-lg-]:not(.col-lg-auto) {
flex-grow: 0;
} .wp-block-columns.row-cols-lg-auto > .wp-block-column[style*=flex-basis],
.wp-block-columns > .wp-block-column[style*=flex-basis].col-lg-auto,
.wp-block-columns > .wp-block-column[style*=flex-basis].col-lg {
flex-grow: 1;
}
.wp-block-columns.row-cols-lg-1 > *,
.wp-block-columns.row-cols-lg-2 > *,
.wp-block-columns.row-cols-lg-3 > *,
.wp-block-columns.row-cols-lg-4 > *,
.wp-block-columns.row-cols-lg-5 > *,
.wp-block-columns.row-cols-lg-6 > *,
.wp-block-column.wp-block-column.col-lg-1,
.wp-block-column.wp-block-column.col-lg-2,
.wp-block-column.wp-block-column.col-lg-3,
.wp-block-column.wp-block-column.col-lg-4,
.wp-block-column.wp-block-column.col-lg-5,
.wp-block-column.wp-block-column.col-lg-6,
.wp-block-column.wp-block-column.col-lg-7,
.wp-block-column.wp-block-column.col-lg-8,
.wp-block-column.wp-block-column.col-lg-9,
.wp-block-column.wp-block-column.col-lg-10,
.wp-block-column.wp-block-column.col-lg-11,
.wp-block-column.wp-block-column.col-lg-12,
.wp-block-column.wp-block-column.col-lg-5\/5,
.wp-block-column.wp-block-column.col-lg-4\/5,
.wp-block-column.wp-block-column.col-lg-3\/5,
.wp-block-column.wp-block-column.col-lg-2\/5,
.wp-block-column.wp-block-column.col-lg-1\/5 {
flex-grow: 0;
flex-shrink: 0;
flex-basis: auto !important;
}
.wp-block-columns.row-cols-lg-auto > * {
width: auto !important;
}
.wp-block-columns.row-cols-lg-1 > * {
width: 100% !important;
}
.wp-block-columns.row-cols-lg-2 > * {
width: 50% !important;
}
.wp-block-columns.row-cols-lg-3 > * {
width: 33.3333333333% !important;
}
.wp-block-columns.row-cols-lg-4 > * {
width: 25% !important;
}
.wp-block-columns.row-cols-lg-5 > * {
width: 20% !important;
}
.wp-block-columns.row-cols-lg-6 > * {
width: 16.6666666667% !important;
}
.wp-block-column.wp-block-column.col-lg-auto {
width: auto !important;
}
.wp-block-column.wp-block-column.col-lg-1 {
width: 8.3333333333% !important;
}
.wp-block-column.wp-block-column.col-lg-2 {
width: 16.6666666667% !important;
}
.wp-block-column.wp-block-column.col-lg-3 {
width: 25% !important;
}
.wp-block-column.wp-block-column.col-lg-4 {
width: 33.3333333333% !important;
}
.wp-block-column.wp-block-column.col-lg-5 {
width: 41.6666666667% !important;
}
.wp-block-column.wp-block-column.col-lg-6 {
width: 50% !important;
}
.wp-block-column.wp-block-column.col-lg-7 {
width: 58.3333333333% !important;
}
.wp-block-column.wp-block-column.col-lg-8 {
width: 66.6666666667% !important;
}
.wp-block-column.wp-block-column.col-lg-9 {
width: 75% !important;
}
.wp-block-column.wp-block-column.col-lg-10 {
width: 83.3333333333% !important;
}
.wp-block-column.wp-block-column.col-lg-11 {
width: 91.6666666667% !important;
}
.wp-block-column.wp-block-column.col-lg-12 {
width: 100% !important;
}
.wp-block-column.wp-block-column.col-lg-5\/5 {
width: 100% !important;
}
.wp-block-column.wp-block-column.col-lg-4\/5 {
width: 80% !important;
}
.wp-block-column.wp-block-column.col-lg-3\/5 {
width: 60% !important;
}
.wp-block-column.wp-block-column.col-lg-2\/5 {
width: 40% !important;
}
.wp-block-column.wp-block-column.col-lg-1\/5 {
width: 20% !important;
}
.offset-lg-0 {
margin-left: 0 !important;
}
.offset-lg-1 {
margin-left: 8.3333333333% !important;
}
.offset-lg-2 {
margin-left: 16.6666666667% !important;
}
.offset-lg-3 {
margin-left: 25% !important;
}
.offset-lg-4 {
margin-left: 33.3333333333% !important;
}
.offset-lg-5 {
margin-left: 41.6666666667% !important;
}
.offset-lg-6 {
margin-left: 50% !important;
}
.offset-lg-7 {
margin-left: 58.3333333333% !important;
}
.offset-lg-8 {
margin-left: 66.6666666667% !important;
}
.offset-lg-9 {
margin-left: 75% !important;
}
.offset-lg-10 {
margin-left: 83.3333333333% !important;
}
.offset-lg-11 {
margin-left: 91.6666666667% !important;
}
.offset-lg-5\/5 {
margin-left: 100% !important;
}
.offset-lg-4\/5 {
margin-left: 80% !important;
}
.offset-lg-3\/5 {
margin-left: 60% !important;
}
.offset-lg-2\/5 {
margin-left: 40% !important;
}
.offset-lg-1\/5 {
margin-left: 20% !important;
}
.offset-lg-0\/5 {
margin-left: 0 !important;
}
.pull-lg-12 {
right: 100%;
}
.pull-lg-11 {
right: 91.66666667%;
}
.pull-lg-10 {
right: 83.33333333%;
}
.pull-lg-9 {
right: 75%;
}
.pull-lg-8 {
right: 66.66666667%;
}
.pull-lg-7 {
right: 58.33333333%;
}
.pull-lg-6 {
right: 50%;
}
.pull-lg-5 {
right: 41.66666667%;
}
.pull-lg-4 {
right: 33.33333333%;
}
.pull-lg-3 {
right: 25%;
}
.pull-lg-2 {
right: 16.66666667%;
}
.pull-lg-1 {
right: 8.33333333%;
}
.pull-lg-0 {
right: auto;
}
.pull-lg-5\/5 {
right: 100%;
}
.pull-lg-4\/5 {
right: 80%;
}
.pull-lg-3\/5 {
right: 60%;
}
.pull-lg-2\/5 {
right: 40%;
}
.pull-lg-1\/5 {
right: 20%;
}
.pull-lg-0\/5 {
right: auto;
}
.push-lg-12 {
left: 100%;
}
.push-lg-11 {
left: 91.66666667%;
}
.push-lg-10 {
left: 83.33333333%;
}
.push-lg-9 {
left: 75%;
}
.push-lg-8 {
left: 66.66666667%;
}
.push-lg-7 {
left: 58.33333333%;
}
.push-lg-6 {
left: 50%;
}
.push-lg-5 {
left: 41.66666667%;
}
.push-lg-4 {
left: 33.33333333%;
}
.push-lg-3 {
left: 25%;
}
.push-lg-2 {
left: 16.66666667%;
}
.push-lg-1 {
left: 8.33333333%;
}
.push-lg-0 {
left: auto;
}
.push-lg-5\/5 {
left: 100%;
}
.push-lg-4\/5 {
left: 80%;
}
.push-lg-3\/5 {
left: 60%;
}
.push-lg-2\/5 {
left: 40%;
}
.push-lg-1\/5 {
left: 20%;
}
.push-lg-0\/5 {
left: auto;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
}@font-face {
font-family: 'ElegantIcons';
src:url(https://www.sumec.ch/wp-content/plugins/greyd-plugin/src/features/icons/assets/ElegantIcons.eot);
src:url(https://www.sumec.ch/wp-content/plugins/greyd-plugin/src/features/icons/assets/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(https://www.sumec.ch/wp-content/plugins/greyd-plugin/src/features/icons/assets/ElegantIcons.ttf) format('truetype');  font-weight: normal;
font-style: normal;
}  .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons' !important;
speak: none;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
vertical-align: middle;
}
.arrow_up:before {
content: "\21";
}
.arrow_down:before {
content: "\22";
}
.arrow_left:before {
content: "\23";
}
.arrow_right:before {
content: "\24";
}
.arrow_left-up:before {
content: "\25";
}
.arrow_right-up:before {
content: "\26";
}
.arrow_right-down:before {
content: "\27";
}
.arrow_left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow_up-down_alt:before {
content: "\2a";
}
.arrow_left-right_alt:before {
content: "\2b";
}
.arrow_left-right:before {
content: "\2c";
}
.arrow_expand_alt2:before {
content: "\2d";
}
.arrow_expand_alt:before {
content: "\2e";
}
.arrow_condense:before {
content: "\2f";
}
.arrow_expand:before {
content: "\30";
}
.arrow_move:before {
content: "\31";
}
.arrow_carrot-up:before {
content: "\32";
}
.arrow_carrot-down:before {
content: "\33";
}
.arrow_carrot-left:before {
content: "\34";
}
.arrow_carrot-right:before {
content: "\35";
}
.arrow_carrot-2up:before {
content: "\36";
}
.arrow_carrot-2down:before {
content: "\37";
}
.arrow_carrot-2left:before {
content: "\38";
}
.arrow_carrot-2right:before {
content: "\39";
}
.arrow_carrot-up_alt2:before {
content: "\3a";
}
.arrow_carrot-down_alt2:before {
content: "\3b";
}
.arrow_carrot-left_alt2:before {
content: "\3c";
}
.arrow_carrot-right_alt2:before {
content: "\3d";
}
.arrow_carrot-2up_alt2:before {
content: "\3e";
}
.arrow_carrot-2down_alt2:before {
content: "\3f";
}
.arrow_carrot-2left_alt2:before {
content: "\40";
}
.arrow_carrot-2right_alt2:before {
content: "\41";
}
.arrow_triangle-up:before {
content: "\42";
}
.arrow_triangle-down:before {
content: "\43";
}
.arrow_triangle-left:before {
content: "\44";
}
.arrow_triangle-right:before {
content: "\45";
}
.arrow_triangle-up_alt2:before {
content: "\46";
}
.arrow_triangle-down_alt2:before {
content: "\47";
}
.arrow_triangle-left_alt2:before {
content: "\48";
}
.arrow_triangle-right_alt2:before {
content: "\49";
}
.arrow_back:before {
content: "\4a";
}
.icon_minus-06:before {
content: "\4b";
}
.icon_plus:before {
content: "\4c";
}
.icon_close:before {
content: "\4d";
}
.icon_check:before {
content: "\4e";
}
.icon_minus_alt2:before {
content: "\4f";
}
.icon_plus_alt2:before {
content: "\50";
}
.icon_close_alt2:before {
content: "\51";
}
.icon_check_alt2:before {
content: "\52";
}
.icon_zoom-out_alt:before {
content: "\53";
}
.icon_zoom-in_alt:before {
content: "\54";
}
.icon_search:before {
content: "\55";
}
.icon_box-empty:before {
content: "\56";
}
.icon_box-selected:before {
content: "\57";
}
.icon_minus-box:before {
content: "\58";
}
.icon_plus-box:before {
content: "\59";
}
.icon_box-checked:before {
content: "\5a";
}
.icon_circle-empty:before {
content: "\5b";
}
.icon_circle-slelected:before {
content: "\5c";
}
.icon_stop_alt2:before {
content: "\5d";
}
.icon_stop:before {
content: "\5e";
}
.icon_pause_alt2:before {
content: "\5f";
}
.icon_pause:before {
content: "\60";
}
.icon_menu:before {
content: "\61";
}
.icon_menu-square_alt2:before {
content: "\62";
}
.icon_menu-circle_alt2:before {
content: "\63";
}
.icon_ul:before {
content: "\64";
}
.icon_ol:before {
content: "\65";
}
.icon_adjust-horiz:before {
content: "\66";
}
.icon_adjust-vert:before {
content: "\67";
}
.icon_document_alt:before {
content: "\68";
}
.icon_documents_alt:before {
content: "\69";
}
.icon_pencil:before {
content: "\6a";
}
.icon_pencil-edit_alt:before {
content: "\6b";
}
.icon_pencil-edit:before {
content: "\6c";
}
.icon_folder-alt:before {
content: "\6d";
}
.icon_folder-open_alt:before {
content: "\6e";
}
.icon_folder-add_alt:before {
content: "\6f";
}
.icon_info_alt:before {
content: "\70";
}
.icon_error-oct_alt:before {
content: "\71";
}
.icon_error-circle_alt:before {
content: "\72";
}
.icon_error-triangle_alt:before {
content: "\73";
}
.icon_question_alt2:before {
content: "\74";
}
.icon_question:before {
content: "\75";
}
.icon_comment_alt:before {
content: "\76";
}
.icon_chat_alt:before {
content: "\77";
}
.icon_vol-mute_alt:before {
content: "\78";
}
.icon_volume-low_alt:before {
content: "\79";
}
.icon_volume-high_alt:before {
content: "\7a";
}
.icon_quotations:before {
content: "\7b";
}
.icon_quotations_alt2:before {
content: "\7c";
}
.icon_clock_alt:before {
content: "\7d";
}
.icon_lock_alt:before {
content: "\7e";
}
.icon_lock-open_alt:before {
content: "\e000";
}
.icon_key_alt:before {
content: "\e001";
}
.icon_cloud_alt:before {
content: "\e002";
}
.icon_cloud-upload_alt:before {
content: "\e003";
}
.icon_cloud-download_alt:before {
content: "\e004";
}
.icon_image:before {
content: "\e005";
}
.icon_images:before {
content: "\e006";
}
.icon_lightbulb_alt:before {
content: "\e007";
}
.icon_gift_alt:before {
content: "\e008";
}
.icon_house_alt:before {
content: "\e009";
}
.icon_genius:before {
content: "\e00a";
}
.icon_mobile:before {
content: "\e00b";
}
.icon_tablet:before {
content: "\e00c";
}
.icon_laptop:before {
content: "\e00d";
}
.icon_desktop:before {
content: "\e00e";
}
.icon_camera_alt:before {
content: "\e00f";
}
.icon_mail_alt:before {
content: "\e010";
}
.icon_cone_alt:before {
content: "\e011";
}
.icon_ribbon_alt:before {
content: "\e012";
}
.icon_bag_alt:before {
content: "\e013";
}
.icon_creditcard:before {
content: "\e014";
}
.icon_cart_alt:before {
content: "\e015";
}
.icon_paperclip:before {
content: "\e016";
}
.icon_tag_alt:before {
content: "\e017";
}
.icon_tags_alt:before {
content: "\e018";
}
.icon_trash_alt:before {
content: "\e019";
}
.icon_cursor_alt:before {
content: "\e01a";
}
.icon_mic_alt:before {
content: "\e01b";
}
.icon_compass_alt:before {
content: "\e01c";
}
.icon_pin_alt:before {
content: "\e01d";
}
.icon_pushpin_alt:before {
content: "\e01e";
}
.icon_map_alt:before {
content: "\e01f";
}
.icon_drawer_alt:before {
content: "\e020";
}
.icon_toolbox_alt:before {
content: "\e021";
}
.icon_book_alt:before {
content: "\e022";
}
.icon_calendar:before {
content: "\e023";
}
.icon_film:before {
content: "\e024";
}
.icon_table:before {
content: "\e025";
}
.icon_contacts_alt:before {
content: "\e026";
}
.icon_headphones:before {
content: "\e027";
}
.icon_lifesaver:before {
content: "\e028";
}
.icon_piechart:before {
content: "\e029";
}
.icon_refresh:before {
content: "\e02a";
}
.icon_link_alt:before {
content: "\e02b";
}
.icon_link:before {
content: "\e02c";
}
.icon_loading:before {
content: "\e02d";
}
.icon_blocked:before {
content: "\e02e";
}
.icon_archive_alt:before {
content: "\e02f";
}
.icon_heart_alt:before {
content: "\e030";
}
.icon_star_alt:before {
content: "\e031";
}
.icon_star-half_alt:before {
content: "\e032";
}
.icon_star:before {
content: "\e033";
}
.icon_star-half:before {
content: "\e034";
}
.icon_tools:before {
content: "\e035";
}
.icon_tool:before {
content: "\e036";
}
.icon_cog:before {
content: "\e037";
}
.icon_cogs:before {
content: "\e038";
}
.arrow_up_alt:before {
content: "\e039";
}
.arrow_down_alt:before {
content: "\e03a";
}
.arrow_left_alt:before {
content: "\e03b";
}
.arrow_right_alt:before {
content: "\e03c";
}
.arrow_left-up_alt:before {
content: "\e03d";
}
.arrow_right-up_alt:before {
content: "\e03e";
}
.arrow_right-down_alt:before {
content: "\e03f";
}
.arrow_left-down_alt:before {
content: "\e040";
}
.arrow_condense_alt:before {
content: "\e041";
}
.arrow_expand_alt3:before {
content: "\e042";
}
.arrow_carrot_up_alt:before {
content: "\e043";
}
.arrow_carrot-down_alt:before {
content: "\e044";
}
.arrow_carrot-left_alt:before {
content: "\e045";
}
.arrow_carrot-right_alt:before {
content: "\e046";
}
.arrow_carrot-2up_alt:before {
content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.arrow_carrot-2left_alt:before {
content: "\e049";
}
.arrow_carrot-2right_alt:before {
content: "\e04a";
}
.arrow_triangle-up_alt:before {
content: "\e04b";
}
.arrow_triangle-down_alt:before {
content: "\e04c";
}
.arrow_triangle-left_alt:before {
content: "\e04d";
}
.arrow_triangle-right_alt:before {
content: "\e04e";
}
.icon_minus_alt:before {
content: "\e04f";
}
.icon_plus_alt:before {
content: "\e050";
}
.icon_close_alt:before {
content: "\e051";
}
.icon_check_alt:before {
content: "\e052";
}
.icon_zoom-out:before {
content: "\e053";
}
.icon_zoom-in:before {
content: "\e054";
}
.icon_stop_alt:before {
content: "\e055";
}
.icon_menu-square_alt:before {
content: "\e056";
}
.icon_menu-circle_alt:before {
content: "\e057";
}
.icon_document:before {
content: "\e058";
}
.icon_documents:before {
content: "\e059";
}
.icon_pencil_alt:before {
content: "\e05a";
}
.icon_folder:before {
content: "\e05b";
}
.icon_folder-open:before {
content: "\e05c";
}
.icon_folder-add:before {
content: "\e05d";
}
.icon_folder_upload:before {
content: "\e05e";
}
.icon_folder_download:before {
content: "\e05f";
}
.icon_info:before {
content: "\e060";
}
.icon_error-circle:before {
content: "\e061";
}
.icon_error-oct:before {
content: "\e062";
}
.icon_error-triangle:before {
content: "\e063";
}
.icon_question_alt:before {
content: "\e064";
}
.icon_comment:before {
content: "\e065";
}
.icon_chat:before {
content: "\e066";
}
.icon_vol-mute:before {
content: "\e067";
}
.icon_volume-low:before {
content: "\e068";
}
.icon_volume-high:before {
content: "\e069";
}
.icon_quotations_alt:before {
content: "\e06a";
}
.icon_clock:before {
content: "\e06b";
}
.icon_lock:before {
content: "\e06c";
}
.icon_lock-open:before {
content: "\e06d";
}
.icon_key:before {
content: "\e06e";
}
.icon_cloud:before {
content: "\e06f";
}
.icon_cloud-upload:before {
content: "\e070";
}
.icon_cloud-download:before {
content: "\e071";
}
.icon_lightbulb:before {
content: "\e072";
}
.icon_gift:before {
content: "\e073";
}
.icon_house:before {
content: "\e074";
}
.icon_camera:before {
content: "\e075";
}
.icon_mail:before {
content: "\e076";
}
.icon_cone:before {
content: "\e077";
}
.icon_ribbon:before {
content: "\e078";
}
.icon_bag:before {
content: "\e079";
}
.icon_cart:before {
content: "\e07a";
}
.icon_tag:before {
content: "\e07b";
}
.icon_tags:before {
content: "\e07c";
}
.icon_trash:before {
content: "\e07d";
}
.icon_cursor:before {
content: "\e07e";
}
.icon_mic:before {
content: "\e07f";
}
.icon_compass:before {
content: "\e080";
}
.icon_pin:before {
content: "\e081";
}
.icon_pushpin:before {
content: "\e082";
}
.icon_map:before {
content: "\e083";
}
.icon_drawer:before {
content: "\e084";
}
.icon_toolbox:before {
content: "\e085";
}
.icon_book:before {
content: "\e086";
}
.icon_contacts:before {
content: "\e087";
}
.icon_archive:before {
content: "\e088";
}
.icon_heart:before {
content: "\e089";
}
.icon_profile:before {
content: "\e08a";
}
.icon_group:before {
content: "\e08b";
}
.icon_grid-2x2:before {
content: "\e08c";
}
.icon_grid-3x3:before {
content: "\e08d";
}
.icon_music:before {
content: "\e08e";
}
.icon_pause_alt:before {
content: "\e08f";
}
.icon_phone:before {
content: "\e090";
}
.icon_upload:before {
content: "\e091";
}
.icon_download:before {
content: "\e092";
}
.social_facebook:before {
content: "\e093";
}
.social_twitter:before {
content: "\e094";
}
.social_pinterest:before {
content: "\e095";
}
.social_googleplus:before {
content: "\e096";
}
.social_tumblr:before {
content: "\e097";
}
.social_tumbleupon:before {
content: "\e098";
}
.social_wordpress:before {
content: "\e099";
}
.social_instagram:before {
content: "\e09a";
}
.social_dribbble:before {
content: "\e09b";
}
.social_vimeo:before {
content: "\e09c";
}
.social_linkedin:before {
content: "\e09d";
}
.social_rss:before {
content: "\e09e";
}
.social_deviantart:before {
content: "\e09f";
}
.social_share:before {
content: "\e0a0";
}
.social_myspace:before {
content: "\e0a1";
}
.social_skype:before {
content: "\e0a2";
}
.social_youtube:before {
content: "\e0a3";
}
.social_picassa:before {
content: "\e0a4";
}
.social_googledrive:before {
content: "\e0a5";
}
.social_flickr:before {
content: "\e0a6";
}
.social_blogger:before {
content: "\e0a7";
}
.social_spotify:before {
content: "\e0a8";
}
.social_delicious:before {
content: "\e0a9";
}
.social_facebook_circle:before {
content: "\e0aa";
}
.social_twitter_circle:before {
content: "\e0ab";
}
.social_pinterest_circle:before {
content: "\e0ac";
}
.social_googleplus_circle:before {
content: "\e0ad";
}
.social_tumblr_circle:before {
content: "\e0ae";
}
.social_stumbleupon_circle:before {
content: "\e0af";
}
.social_wordpress_circle:before {
content: "\e0b0";
}
.social_instagram_circle:before {
content: "\e0b1";
}
.social_dribbble_circle:before {
content: "\e0b2";
}
.social_vimeo_circle:before {
content: "\e0b3";
}
.social_linkedin_circle:before {
content: "\e0b4";
}
.social_rss_circle:before {
content: "\e0b5";
}
.social_deviantart_circle:before {
content: "\e0b6";
}
.social_share_circle:before {
content: "\e0b7";
}
.social_myspace_circle:before {
content: "\e0b8";
}
.social_skype_circle:before {
content: "\e0b9";
}
.social_youtube_circle:before {
content: "\e0ba";
}
.social_picassa_circle:before {
content: "\e0bb";
}
.social_googledrive_alt2:before {
content: "\e0bc";
}
.social_flickr_circle:before {
content: "\e0bd";
}
.social_blogger_circle:before {
content: "\e0be";
}
.social_spotify_circle:before {
content: "\e0bf";
}
.social_delicious_circle:before {
content: "\e0c0";
}
.social_facebook_square:before {
content: "\e0c1";
}
.social_twitter_square:before {
content: "\e0c2";
}
.social_pinterest_square:before {
content: "\e0c3";
}
.social_googleplus_square:before {
content: "\e0c4";
}
.social_tumblr_square:before {
content: "\e0c5";
}
.social_stumbleupon_square:before {
content: "\e0c6";
}
.social_wordpress_square:before {
content: "\e0c7";
}
.social_instagram_square:before {
content: "\e0c8";
}
.social_dribbble_square:before {
content: "\e0c9";
}
.social_vimeo_square:before {
content: "\e0ca";
}
.social_linkedin_square:before {
content: "\e0cb";
}
.social_rss_square:before {
content: "\e0cc";
}
.social_deviantart_square:before {
content: "\e0cd";
}
.social_share_square:before {
content: "\e0ce";
}
.social_myspace_square:before {
content: "\e0cf";
}
.social_skype_square:before {
content: "\e0d0";
}
.social_youtube_square:before {
content: "\e0d1";
}
.social_picassa_square:before {
content: "\e0d2";
}
.social_googledrive_square:before {
content: "\e0d3";
}
.social_flickr_square:before {
content: "\e0d4";
}
.social_blogger_square:before {
content: "\e0d5";
}
.social_spotify_square:before {
content: "\e0d6";
}
.social_delicious_square:before {
content: "\e0d7";
}
.icon_printer:before {
content: "\e103";
}
.icon_calulator:before {
content: "\e0ee";
}
.icon_building:before {
content: "\e0ef";
}
.icon_floppy:before {
content: "\e0e8";
}
.icon_drive:before {
content: "\e0ea";
}
.icon_search-2:before {
content: "\e101";
}
.icon_id:before {
content: "\e107";
}
.icon_id-2:before {
content: "\e108";
}
.icon_puzzle:before {
content: "\e102";
}
.icon_like:before {
content: "\e106";
}
.icon_dislike:before {
content: "\e0eb";
}
.icon_mug:before {
content: "\e105";
}
.icon_currency:before {
content: "\e0ed";
}
.icon_wallet:before {
content: "\e100";
}
.icon_pens:before {
content: "\e104";
}
.icon_easel:before {
content: "\e0e9";
}
.icon_flowchart:before {
content: "\e109";
}
.icon_datareport:before {
content: "\e0ec";
}
.icon_briefcase:before {
content: "\e0fe";
}
.icon_shield:before {
content: "\e0f6";
}
.icon_percent:before {
content: "\e0fb";
}
.icon_globe:before {
content: "\e0e2";
}
.icon_globe-2:before {
content: "\e0e3";
}
.icon_target:before {
content: "\e0f5";
}
.icon_hourglass:before {
content: "\e0e1";
}
.icon_balance:before {
content: "\e0ff";
}
.icon_rook:before {
content: "\e0f8";
}
.icon_printer-alt:before {
content: "\e0fa";
}
.icon_calculator_alt:before {
content: "\e0e7";
}
.icon_building_alt:before {
content: "\e0fd";
}
.icon_floppy_alt:before {
content: "\e0e4";
}
.icon_drive_alt:before {
content: "\e0e5";
}
.icon_search_alt:before {
content: "\e0f7";
}
.icon_id_alt:before {
content: "\e0e0";
}
.icon_id-2_alt:before {
content: "\e0fc";
}
.icon_puzzle_alt:before {
content: "\e0f9";
}
.icon_like_alt:before {
content: "\e0dd";
}
.icon_dislike_alt:before {
content: "\e0f1";
}
.icon_mug_alt:before {
content: "\e0dc";
}
.icon_currency_alt:before {
content: "\e0f3";
}
.icon_wallet_alt:before {
content: "\e0d8";
}
.icon_pens_alt:before {
content: "\e0db";
}
.icon_easel_alt:before {
content: "\e0f0";
}
.icon_flowchart_alt:before {
content: "\e0df";
}
.icon_datareport_alt:before {
content: "\e0f2";
}
.icon_briefcase_alt:before {
content: "\e0f4";
}
.icon_shield_alt:before {
content: "\e0d9";
}
.icon_percent_alt:before {
content: "\e0da";
}
.icon_globe_alt:before {
content: "\e0de";
}
.icon_clipboard:before {
content: "\e0e6";
}.select-selected,
.select-items,
.dropdown:not(.custom-select) {
-webkit-appearance: none;
appearance: none;
display: block;
width: 100%; font-family: var(--wp--custom--greyd--input--typography--font-family);
font-size: var(--wp--custom--greyd--input--typography--font-size);
font-weight: var(--wp--custom--greyd--input--typography--font-weight);
line-height: var(--wp--custom--greyd--input--typography--line-height); padding-top: var(--wp--custom--greyd--input--spacing--padding--top);
padding-bottom: var(--wp--custom--greyd--input--spacing--padding--bottom);
padding-left: var(--wp--custom--greyd--input--spacing--padding--left);
padding-right: var(--wp--custom--greyd--input--spacing--padding--right); color: var(--wp--custom--greyd--input--prim--color--text);
background-color: var(--wp--custom--greyd--input--prim--color--background); border-radius: var(--wp--custom--greyd--input--prim--border--radius);
border-width: var(--wp--custom--greyd--input--prim--border--width);
border-style: var(--wp--custom--greyd--input--prim--border--style);
border-color: var(--wp--custom--greyd--input--prim--border--color); box-shadow: var(--wp--custom--greyd--input--prim--shadow);
transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
} .select-items:hover,
.select-items:focus {
color: var(--wp--custom--greyd--input--prim--hover--color--text);
background-color: var(--wp--custom--greyd--input--prim--hover--color--background);
border-width: var(--wp--custom--greyd--input--prim--border--width);
border-style: var(--wp--custom--greyd--input--prim--border--style);
border-color: var(--wp--custom--greyd--input--prim--border--color);
box-shadow: var(--wp--custom--greyd--input--prim--hover--shadow);
} .select-items div:hover,
.same-as-selected.same-as-selected,
.dropdown:not(.custom-select) > *:hover,
.select-items div:focus,
.dropdown:not(.custom-select) > *:focus {
color: var(--wp--custom--greyd--input--prim--hover--color--text);
background-color: var(--wp--custom--greyd--input--prim--hover--color--background); box-shadow: 0 0 0 var(--wp--custom--greyd--input--prim--hover--border--width) var(--text-color, var(--wp--custom--greyd--input--prim--hover--border--color) );
} .is-style-sec .select-selected,
.is-style-sec .select-items,
.input.is-style-sec + .dropdown {
color: var(--wp--custom--greyd--input--sec--color--text);
background-color: var(--wp--custom--greyd--input--sec--color--background);
border-radius: var(--wp--custom--greyd--input--sec--border--radius);
border-width: var(--wp--custom--greyd--input--sec--border--width);
border-style: var(--wp--custom--greyd--input--sec--border--style);
border-color: var(--wp--custom--greyd--input--sec--border--color);
box-shadow: var(--wp--custom--greyd--input--sec--shadow);
} .is-style-sec .select-items:hover,
.is-style-sec .select-items:focus {
color: var(--wp--custom--greyd--input--sec--hover--color--text);
background-color: var(--wp--custom--greyd--input--sec--hover--color--background);
border-width: var(--wp--custom--greyd--input--sec--border--width);
border-style: var(--wp--custom--greyd--input--sec--border--style);
border-color: var(--wp--custom--greyd--input--sec--border--color);
box-shadow: var(--wp--custom--greyd--input--sec--hover--shadow);
} .is-style-sec .select-items div:hover,
.is-style-sec .same-as-selected,
.input.is-style-sec + .dropdown > *:hover,
.is-style-sec .select-items div:focus,
.input.is-style-sec + .dropdown > *:focus {
color: var(--wp--custom--greyd--input--sec--hover--color--text);
background-color: var(--wp--custom--greyd--input--sec--hover--color--background); box-shadow: 0 0 0 var(--wp--custom--greyd--input--prim--hover--border--width) var(--text-color, var(--wp--custom--greyd--input--prim--hover--border--color) );
} .select-items,
.greyd_multiselect .dropdown {
background-color: #fff !important;
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 200px var(--wp--custom--greyd--input--prim--color--background) inset !important;
}
.is-style-sec .select-items,
.greyd_multiselect .input.is-style-sec + .dropdown {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 200px var(--wp--custom--greyd--input--sec--color--background) inset !important;
} .select-items div,
.greyd_multiselect .dropdown .option { padding-top: calc(var(--wp--custom--greyd--input--spacing--padding--top) - 4px);
padding-bottom: calc(var(--wp--custom--greyd--input--spacing--padding--bottom) - 4px);
padding-left: var(--wp--custom--greyd--input--spacing--padding--left);
padding-right: var(--wp--custom--greyd--input--spacing--padding--right);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
transition: none;
border-color: transparent;
border-style: dotted !important;
border-width: 0px !important;
box-shadow: none;
}
.greyd_multiselect .dropdown .children {
padding-left: max(var(--wp--custom--greyd--input--spacing--padding--left), 1em);
}
@media (max-width: 576px) {
.select-items div,
.greyd_multiselect .dropdown .option {
padding-top: calc(var(--wp--custom--greyd--input--spacing--padding--top) - 2px);
padding-bottom: calc(var(--wp--custom--greyd--input--spacing--padding--bottom) - 2px);
}
} .greyd_multiselect {
display: block;
position: relative;
}
.greyd_multiselect input { position: absolute;
z-index: -1;
top: 0;
left: 0; border-color: transparent;
box-shadow: none;
visibility: hidden;
} .greyd_multiselect .input {
cursor: pointer;
position: relative;
padding-right: calc(
var(--wp--custom--greyd--input--spacing--padding--right) +
var(--wp--custom--greyd--input--typography--font-size)
);
}
.greyd_multiselect .input::after {
position: absolute;
content: "\43";
font-family: ElegantIcons;
font-weight: 400;
right: 10px;  }
.greyd_multiselect.open .input::after {
content: "\42";
} .greyd_multiselect .tags {
display: inline-flex;
gap: 0.2em;
align-items: flex-start;
flex-wrap: wrap;
}
.greyd_multiselect .input .tags:empty::before {
content: attr(data-placeholder);
color: var(--wp--custom--greyd--input--prim--color--placeholder);
display: inline-block;
}
.greyd_multiselect .input.is-style-sec .tags:empty::before {
color: var(--wp--custom--greyd--input--sec--color--placeholder);
}
.greyd_multiselect .tag {
cursor: pointer;
display: inline-block;
border-radius: calc(var(--wp--custom--greyd--input--prim--border--radius, 3px) / 1.5);
font-size: 0.8em;
padding: 0.1333em .5em;
color: var(--wp--preset--color--foreground, currentColor);
background: var(--wp--preset--color--lightest);
border: 1px solid var(--wp--preset--color--foreground, currentColor);
white-space: nowrap;
}
.greyd_multiselect .input.is-style-sec .tag {
border-radius: calc(var(--wp--custom--greyd--input--sec--border--radius, 3px) / 1.5);
}
.greyd_multiselect .tag:hover {
border-color: var(--wp--preset--color--vivid-red, #cf2e2e);
}
@media (max-width: 576px) {
.greyd_multiselect .tag {
font-size: 1em;
}
} .greyd_multiselect .dropdown {
position: absolute;
z-index: 9999;
top: 100%;
left: 0;
min-width: 100%;
width: auto;
padding: 0;
max-height: 300px;
overflow: auto;
display: none; background-color: var(--wp--preset--color--background, #f9f7ff);
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 200px var(--wp--custom--greyd--input--prim--color--background) inset;
}
.greyd_multiselect.open .dropdown {
display: block;
}
.greyd_multiselect .dropdown .option .icn {
font-family: 'ElegantIcons' !important;
font-weight: normal;
margin-right: 10px;
}
.greyd_multiselect .dropdown .option .icn::before {
content: "\56";
}
.greyd_multiselect .dropdown .option.selected .icn::before {
content: "\5a";
}
.greyd_multiselect .dropdown .option.disabled {
cursor: not-allowed;
pointer-events: none;
} .custom-select {
position: relative;
width: 100%
}
.custom-select select {
display: block;
position: absolute;
opacity: 0;
margin: 0 !important;
padding: 0 !important;
width: 1px !important;
height: 1px !important;
}
.select-hide {
display: none;
}
.select-selected {
padding-right: calc(var(--wp--custom--greyd--input--spacing--padding--right) + 15px);
}
.select-selected,
.select-items {
position: relative;
margin: 0;
cursor: pointer; overflow: hidden;
}
.center .select-selected,
.center .select-items {
margin: 0 auto;
}
.select-selected .select-icon:after {
position: absolute;
content: "\43";
font-family: ElegantIcons;
font-weight: 400;
right: 10px;
}
.select-selected.select-arrow-active .select-icon:after {
content: "\42";
}
.select-items {
position: absolute;
width: auto;
width: 100%;
left: 0;
padding: 0;
z-index: 99;
max-height: 300px;
overflow: auto;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 6px 6px 6px 6px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #00629b; --cmplz_hyperlink_color: #00629b; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #00629b; --cmplz_button_accept_border_color: #00629b; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #ffffff; --cmplz_button_deny_border_color: #00629b; --cmplz_button_deny_text_color: #00629b; --cmplz_button_settings_background_color: #ffffff; --cmplz_button_settings_border_color: #00629b; --cmplz_button_settings_text_color: #00629b; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #00629b; --cmplz_slider_inactive_color: #ba0c2f; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-preferences .cmplz-icon,.cmplz-manage-consent-container .cmplz-preferences .cmplz-icon,.cmplz-cookiebanner .cmplz-preferences .cmplz-description,.cmplz-manage-consent-container .cmplz-preferences .cmplz-description { display: none;}.cmplz-cookiebanner .cmplz-statistics .cmplz-icon,.cmplz-manage-consent-container .cmplz-statistics .cmplz-icon,.cmplz-cookiebanner .cmplz-statistics .cmplz-description,.cmplz-manage-consent-container .cmplz-statistics .cmplz-description { display: none;}.cmplz-cookiebanner .cmplz-marketing .cmplz-icon,.cmplz-manage-consent-container .cmplz-marketing .cmplz-icon,.cmplz-cookiebanner .cmplz-marketing .cmplz-description,.cmplz-manage-consent-container .cmplz-marketing .cmplz-description { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-links .cmplz-link { display: none;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;} .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }