.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,
.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;
}
.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-tile {
will-change: opacity;
}
.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;
}
.leaflet-zoom-anim .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: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
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 {
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(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/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;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.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;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.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 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-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;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.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-popup-tip-container {
margin-top: -1px;
}
.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-clickable {
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;
}.marker-cluster-small{background-color:rgba(181, 226, 140, 0.6);}
.marker-cluster-small div{background-color:rgba(110, 204, 57, 0.6);}
.marker-cluster-medium{background-color:rgba(241, 211, 87, 0.6);}
.marker-cluster-medium div{background-color:rgba(240, 194, 12, 0.6);}
.marker-cluster-large{background-color:rgba(253, 156, 115, 0.6);}
.marker-cluster-large div{background-color:rgba(241, 128, 23, 0.6);}
.leaflet-oldie .marker-cluster-small{background-color:rgb(181, 226, 140);}
.leaflet-oldie .marker-cluster-small div{background-color:rgb(110, 204, 57);}
.leaflet-oldie .marker-cluster-medium{background-color:rgb(241, 211, 87);}
.leaflet-oldie .marker-cluster-medium div{background-color:rgb(240, 194, 12);}
.leaflet-oldie .marker-cluster-large{background-color:rgb(253, 156, 115);}
.leaflet-oldie .marker-cluster-large div{background-color:rgb(241, 128, 23);}
.marker-cluster{background-clip:padding-box;border-radius:20px;}
.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue", Arial, Helvetica, sans-serif;}
.marker-cluster span {
line-height: 30px;
}.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;
}.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}.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}.mapp-layout {
border: 1px solid lightgray;
box-sizing: border-box;
max-width: none; min-width: 200px;
opacity: 1 !important; padding: 0px !important; }
.mapp-layout * {
box-sizing: border-box;
color: black;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
} .mapp-layout.aligncenter {
text-align: left;
}
.mapp-canvas {
user-select: none;
}
.mapp-wrapper {
min-height: 50px;
position: relative;
} .mapp-content {
display: flex;
flex-direction: column;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.mapp-main {
display: flex;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-content .mapp-main .mapp-canvas img {
border: none;
max-width: none; padding: 0; }
.mapp-hidden {
display: none;
}  .mapp-canvas-panel {
flex: 1;
height: 100%;
margin: 0px;
overflow: hidden !important;
padding: 0px !important;
position: relative; }
.mapp-canvas {
height: 100%;
word-wrap: normal; }
.mapp-canvas img {
background: none;
box-shadow: none !important; border-radius: 0px !important; visibility: inherit !important;
}
.leaflet-container .leaflet-control-attribution * {
font-size: 8px;
} .leaflet-popup-close-button {
box-shadow: none !important; text-decoration: none !important; }
a.leaflet-control-zoom-in, .leaflet-control-zoom-out {
text-decoration: none !important;
}
.mapp-content .mapp-spinner-overlay {
align-items: center;
background-color: #c0c0c0;
justify-content: center;
opacity: 0.5;
padding: 10px;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 10001;
} .mapp-content .mapp-spinner {
background: transparent url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/loading.gif) no-repeat center center;
background-size: 64px;
display: inline-block;
height: 64px;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
z-index: 10002;
width: 64px;
} .mapp-google-geolocate-wrapper {
box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
border-radius: 4px;
position: absolute;
bottom: 120px; right: 10px;
}
.mapp-google-geolocate-wrapper .mapp-geolocate-control {
background-color: white;
background: white url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate-2x.png) no-repeat center center;
background-size: 18px 18px;
height: 40px;
width: 40px;
}
.mapp-leaflet-geolocate-wrapper {
border: 2px solid rgba(0,0,0,0.2);
border-radius: 4px;
position: absolute;
bottom: 120px; right: 10px;
z-index: 1000;
}
.mapp-leaflet-geolocate-wrapper .mapp-geolocate-control {
background-color: white;
background: white url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate-2x.png) no-repeat center center;
background-size: 18px 18px;
height: 30px;
width: 30px;
} .mapp-sidebar {
background-color: white;
border-right: 1px solid lightgray;
display: flex;
flex-direction: column;
max-width: 55%;
position: relative;
transition-property: all;
transition-duration: .1s;
width: 0;
}
.mapp-sidebar.mapp-sidebar-open {
width: 300px;
} .mapp-sidebar-toggle {
align-items: center;
background-color: white;
border: 1px solid lightgray;
cursor: pointer;
display: flex;
height: 40px;
justify-content: center;
margin: auto;
position: absolute;
top: 0; left: 100%; bottom: 0;
width: 20px;
z-index: 1000;
}
.mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid black;
content: '';
}
.mapp-sidebar-open .mapp-sidebar-toggle::before {
width: 0;
height: 0;
border-left: none;
border-right: 6px solid black;
} .mapp-sidebar.mapp-sidebar-inline  {
border: none;
border-top: 1px solid lightgray;
display: flex;
max-height: 350px;
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-sidebar-toggle {
display: none;
}
.mapp-sidebar-inline .mapp-directions {
max-width: none;
width: auto;
}
.mapp-sidebar-inline .mapp-list {
display: flex;
flex: 1;
flex-direction: column;
} .mapp-list {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
position: relative;
}
.mapp-list .mapp-list-header {
border-bottom: 1px solid lightgray;
display: flex;
flex-direction: column;
padding: 5px;
position: relative; }
.mapp-list-count {
padding: 5px;
text-align: center;
}
.mapp-list .mapp-items {
flex: 1;
overflow: auto;
}
.mapp-list .mapp-item {
align-items: center;
border-bottom: 1px solid lightgray;
display: flex;
cursor: pointer;
overflow: hidden;
padding: 10px;
}
.mapp-list .mapp-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-list .mapp-item:hover {
background-color: #eaeaea;
}
.mapp-list .mapp-info {
flex: 1;
}
.mapp-list .mapp-info .mapp-template {
align-items: center;
display: flex;
}
.mapp-list .mapp-title {
flex: 1;
}
.mapp-list .mapp-item .mapp-icon {
border: none; max-width: 32px !important; max-height: 32px;
margin: 0 5px;
padding: 0; }
.mapp-list-footer {
border-top: 1px solid lightgray;
display: flex;
justify-content: center;
padding: 10px;
}
.mapp-list .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-list .mapp-dir {
color: #4272db;
cursor: pointer;
white-space: nowrap;
} .mapp-paginate {} .mapp-paginate-button {
align-items: center;
background-color: #eee;
border: 1px solid lightgray;
border-radius: 5px;
cursor: pointer;
display: inline-flex;
font-size: 16px;
height: 25px;
justify-content: center;
margin: 0 2px;
width: 20px;
}
.mapp-paginate-button.mapp-disabled {
color: #aaa;
}
.mapp-paginate-count {
display: inline-block;
min-width: 60px;
text-align: center;
} .mapp-header {
align-items: center;
background-color: white;
border-bottom: 1px solid lightgray;
display: flex;
gap: 5px;
min-height: 45px;
} .mapp-search-container {
display: flex;
flex: 1;
padding: 5px;
position: relative;
} .mapp-autocomplete {
align-items: center;
display: flex;
flex: 1;
}
.mapp-autocomplete-wrapper {
display: flex;
flex: 1;
position: relative;
}
.mapp-autocomplete input.mapp-places {
background-color: white !important; border: none;
border: 1px solid #bbb ;
box-shadow: none ;
color: black ;
flex: 1;
line-height: 25px;
margin: 0 ;
padding: 5px 10px;
} .mapp-autocomplete .mapp-submit-button {
height: 100%;
padding: 0 10px;
}
.mapp-autocomplete-list {
background-color: white;
border: 1px solid lightgray;
box-shadow: 0px 1px 2px grey;
cursor: pointer;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 100%;
width: 100%;
z-index: 10000;
}
.mapp-autocomplete-item {
background-color: inherit;
border-bottom: 1px solid lightgray;
border-top: none;
border-right: none;
border-left: none;
box-shadow: none;
color: inherit;
cursor: inherit;
font: inherit;
margin: 0;
padding: 8px;
}
.mapp-autocomplete-item:hover, .mapp-autocomplete-item.mapp-selected {
background-color: #eaeaea;
}
.mapp-autocomplete-item {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} .mapp-filters {
display: flex;
}
.mapp-filters-spinner {
background: transparent url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 24px;
width: 24px;
margin-left: 10px;
margin-right: 10px;
}
.mapp-filter {
display: flex;
flex-direction: column; }
.mapp-filter-button {
align-items: center;
display: flex;
height: 35px;
justify-content: center;
}
.mapp-filter-dropdown {
background-color: white;
display: none;
flex-direction: column;
}
.mapp-filter-open .mapp-filter-dropdown {
display: flex;
}
.mapp-filter-values {
line-height: normal;
min-width: 100%;
overflow: auto;
padding: 5px 10px;
}
.mapp-filter-toolbar {
align-items: center;
border-top: 1px solid lightgray;
display: flex;
justify-content: space-between;
padding: 10px;
}
.mapp-filter-toolbar .mapp-filter-count {
color: #777;
margin-right: 5px;
min-width: 100px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
.mapp-filter-values .mapp-filter-label {
font-weight: bold;
padding: 10px 0;
text-transform: capitalize;
white-space: nowrap;
}
.mapp-filter-values label {
align-items: center;
color: #666;
display: flex;
font-weight: normal; margin-bottom: 5px;
margin-right: 10px;
}
.mapp-filter-values img.mapp-icon {
display: inline; margin-right: 5px;
} .mapp-content .mapp-filters .mapp-filter-values input[type="text"] {
border: 1px solid gray;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
max-width: none;
outline: none;
padding: 5px;
}
.mapp-content .mapp-filters .mapp-filter-values input[type="radio"], .mapp-filter-values input[type="checkbox"] {
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
margin-right: 10px;
outline: none;
}
.mapp-content .mapp-filters .mapp-filter-values select {
border: 1px solid gray;
border-radius: 0;
box-shadow: none;
line-height: 1;
margin: initial;
max-width: none;
outline: none;
padding: 5px;
width: 100%;
} .mapp-header .mapp-filter {
margin-right: 5px;
}
.mapp-header .mapp-filter .mapp-filter-dropdown {
background-color: white;
border: 1px solid lightgray;
max-height: calc(100% - 45px);
position: absolute;
top: 45px; right: 0;
z-index: 10000;
}
.mapp-sidebar .mapp-filters {
border-bottom: 1px solid lightgray;
flex-direction: column;
overflow: hidden;
z-index: 1003;
}
.mapp-sidebar .mapp-filter-button {
border: none;
border-bottom: 1px solid lightgray;
}
.mapp-sidebar .mapp-filter-dropdown {
border-bottom: 1px solid lightgray;
}
.mapp-sidebar .mapp-filter-all .mapp-filter-dropdown {
line-height: normal;
padding: 5px;
position: absolute;
top: 35px; bottom: 0; right: 0; left: 0;
z-index: 10000;
}  .mapp-ib-wrapper {
bottom: 0;
display: flex;
left: 0;
max-height: 60%; max-width: 90%; overflow: hidden;
position: absolute;
}
.mapp-ib-content {
display: flex;
flex-direction: column;
line-height: 0; overflow: hidden;
z-index: 1005; }
.mapp-ib-content .mapp-ib-flip {
flex-direction: column-reverse;
} :fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-webkit-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-moz-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-ms-fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
.mapp-ib {
background-color: white;
border: 1px solid lightgray;
box-sizing: border-box;
display: flex;
flex-direction: column;
line-height: normal;
outline: none;
overflow: hidden;
box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
}
.mapp-ib-tip {
display: flex;
flex: 0 0 auto;
left: 50%;
position: relative;
top: -1px;
width: 0;
}
.mapp-ib-tip:before {
border: 10px solid transparent;
border-top: 10px solid white;
border-bottom: none;
content: "";
left: -10px;
position: relative;
width: 0;
}
.mapp-ib-flip .mapp-ib-tip {
transform: rotate(180deg);
} .mapp-ib-dark .mapp-ib {
background-color: black;
border: 5px solid white;
color: white;
}
.mapp-ib-dark .mapp-ib-tip {
height: 10px;
}
.mapp-ib-dark .mapp-ib-tip:before, .mapp-ib-dark .mapp-ib-tip:after {
border: 15px solid transparent;
}
.mapp-ib-dark .mapp-ib-tip:before {
border-top: 15px solid white;
border-bottom: none;
left: -15px;
top: -4px;
}
.mapp-ib-dark .mapp-ib-tip:after {
border: 10px solid transparent;
border-top: 10px solid black;
border-bottom: none;
content: "";
left: -10px;
position: absolute;
top: -6px
}
.mapp-ib-light .mapp-ib {
background-color: white;
box-shadow: 10px 10px 0px rgb(0 0 0 / 40%);
border: 5px solid black;
color: black;
}
.mapp-ib-light .mapp-ib-tip {
height: 10px;
}
.mapp-ib-light .mapp-ib-tip:before, .mapp-ib-light .mapp-ib-tip:after {
border: 15px solid transparent;
}
.mapp-ib-light .mapp-ib-tip:before {
border-top: 15px solid black;
border-bottom: none;
left: -15px;
top: -4px;
}
.mapp-ib-light .mapp-ib-tip:after {
border: 10px solid transparent;
border-top: 10px solid white;
border-bottom: none;
content: "";
left: -10px;
position: absolute;
top: -6px
} .mapp-iw {
display: flex;
flex-direction: column;
min-width: 200px;
overflow: hidden;
} .mapp-ib .mapp-iw * {
font-size: 13px;
} .mapp-content .mapp-iw * {
line-height: normal;
}
.mapp-iw p {
margin: 0 !important;
padding: 0;
} .mapp-iw iframe {
max-height: 100%;
max-width: 100%;
} .mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited, .mapp-iw a:hover {
border: none !important;
box-shadow: none !important; color: #4272db !important;
margin: 0;
padding: 0;
text-decoration: none !important;
}
.mapp-iw .mapp-info {
display: flex;
flex: 1;
flex-direction: column;
min-height: 100px; overflow: hidden;
padding: 10px;
}
.mapp-iw .mapp-info .mapp-template {
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
}
.mapp-iw .mapp-title {
font-weight: bold;
padding-bottom: 10px;
}
.mapp-iw .mapp-body {
flex: 1;
overflow: auto;
overflow-wrap: break-word;
}
.mapp-iw .mapp-dir-wrapper {
margin-top: 10px;
} .mapp-iw .mapp-dir {
color: #4272db;
cursor: pointer;
padding-top: 10px;
white-space: nowrap;
} .mapp-ie .mapp-iw {
display: block;
overflow: auto;
}
.mapp-ie .mapp-iw .mapp-body {
flex: none;
overflow: none;
} .mapp-iw .mapp-thumbnail {
cursor: pointer;
}
.mapp-thumbnail {
align-items: center;
display: flex;
justify-content: center;
overflow: hidden;
position: relative;
} .mapp-thumbnail img {
display: inline-block;
object-fit: cover;
}
.mapp-thumbnail .mapp-gallery-previous, .mapp-thumbnail .mapp-gallery-next {
align-items: center;
background-color: white;
border: 1px solid gray;
border-radius: 40px;
color: black;
cursor: pointer;
display: flex;
font-size: 20px;
height: 24px;
justify-content: center;
opacity: 0.5;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 24px;
}
.mapp-thumbnail .mapp-gallery-previous:hover, .mapp-thumbnail .mapp-gallery-next:hover {
opacity: 1.0;
}
.mapp-thumbnail .mapp-gallery-previous { left: 5px; }
.mapp-thumbnail .mapp-gallery-next { right: 5px; }
.mapp-thumbnail .mapp-gallery-previous:after { content: "<"; }
.mapp-thumbnail .mapp-gallery-next:after { content: ">"; } .mapp-iw.mapp-thumb-top .mapp-thumbnail {
text-align: center;
} .mapp-iw.mapp-thumb-top.mapp-has-thumb .mapp-info {
min-width: 100%;
width: 0;
}
.mapp-iw.mapp-thumb-left .mapp-thumbnail, .mapp-iw.mapp-thumb-right .mapp-thumbnail {
align-items: center;
} .mapp-iw.mapp-thumb-left .mapp-info, .mapp-iw.mapp-thumb-right .mapp-info  {
min-height: 100%;
min-width: 150px;
}
.mapp-iw.mapp-thumb-left {
flex-direction: row;
}
.mapp-iw.mapp-thumb-right {
flex-direction: row-reverse;
}  .mapp-list .mapp-thumbnail img, .mapp-list .mapp-thumbnail .mapp-embed, .mapp-list .mapp-thumbnail iframe {
height: 100%;
width: 100%;
} .mapp-list.mapp-thumb-top .mapp-item {
display: block;
padding: 10px;
}
.mapp-list.mapp-thumb-top .mapp-thumbnail {
height: 150px;
margin-bottom: 10px;
text-align: center;
}
.mapp-list.mapp-thumb-left .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-right: 10px;
}
.mapp-list.mapp-thumb-left .mapp-item {
align-items: start;
}
.mapp-list.mapp-thumb-left .mapp-info .mapp-template {
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-item {
align-items: start;
flex-direction: row-reverse;
}
.mapp-list.mapp-thumb-right .mapp-thumbnail {
height: 100px !important;
width: 100px !important;
margin-left: 10px;
} @keyframes floatdown {
from { margin-top: 0 }
to { margin-top: 5px }
}
@keyframes floatup {
from { margin-top: 0 }
to { margin-top: -5px }
}
.mapp-ib-wrapper.mapp-ib-float {
animation: floatup 0.4s forwards;
}
.mapp-ib-wrapper.mapp-ib-flip.mapp-ib-float {
animation: floatdown 0.4s forwards;
}  .mapp-mini .mapp-main {
flex-direction: column-reverse;
}
.mapp-mini .mapp-sidebar {
bottom: 0;
height: 0;
left: 0;
max-width: none;
position: absolute;
right: 0;
transition-property : all;
transition-duration: .3s;
width: auto;
z-index: 10000;
}
.mapp-mini .mapp-sidebar.mapp-sidebar-open  {
height: 100%;
}
.mapp-view-list, .mapp-view-map {
justify-content: center;
align-items: center;
}
.mapp-view-list img, .mapp-view-map img {
height: 16px !important; margin-right: 5px;
}
.mapp-mini .mapp-directions {
max-width: none;
width: auto;
}
.mapp-footer {
background-color: #f5f5f5;
border-top: 1px solid lightgray;
} .mapp-marker {
cursor: pointer;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
position: absolute;
touch-action: none; } .mapp-marker img:nth-child(2) {
height: 50%;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 50%;
} .mapp-marker img {
transform-origin: 50% 100%;
transition: transform .2s;
width: 100%;
} .mapp-marker-scale img {
transform-origin: 50% 100%;
transform: scale(1.2);
perspective: 1001px;
} .mapp-marker-scale img:nth-child(2) {
transform: translate(-50%, -50%) scale(1.5);
}
.mapp-marker-circle {
overflow: visible !important;
}
.mapp-marker-circle::before {
background-color: rgba(255,255,255,0.7);
border: 3px solid white;
border-radius: 50%;
box-sizing: border-box;
content: "";
left: -25%;
top: -25%;
width: 150%;
height: 150%;
position: absolute;
z-index: -1;
} .mapp-directions {
padding: 10px;
}
.mapp-directions input {
border: 1px solid gray; padding: 3px;
}
.mapp-directions .mapp-dir-toolbar {
margin-top: 10px;
}
.mapp-directions .mapp-dir-from, .mapp-directions .mapp-dir-to {
width: 80% ;
line-height: normal ;
}
.mapp-directions .mapp-dir-from {
margin-bottom: 10px;
}
.mapp-directions .mapp-dir-arrows {
background: transparent url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/directions.png) no-repeat center center;
background-position: -10px -489px;
cursor: pointer;
display: inline-block;
height: 12px;
margin: 0;
padding: 0;
position: relative;
top: 10px; left: 5px;
vertical-align: middle;
width: 10px;
} .mapp-menu-toggle {
background: white url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/menu-2x.png) no-repeat center center;
background-size: 24px 24px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
color: #777;
cursor: pointer;
height: 40px;
outline: none;
outline: none; position: absolute;
top: 10px; left: 10px; bottom: 0; right: 0;
width: 40px;
z-index: 1000;
}
.mapp-menu {
background-color: white;
border: 1px solid lightgray;
color: #606060;
cursor: default;
display: flex;
flex-direction: column;
overflow: auto;
padding: 5px 0 5px 0;
position: absolute;
top: 50px; left: 10px;
width: 150px;
z-index: 1010;
}
.mapp-menu-items {
flex: 1;
}
.mapp-menu-item {
cursor: pointer;
line-height: 20px;
padding: 5px 10px 5px 10px;
}
.mapp-menu-item:hover {
background-color: #eaeaea;
color: black;
}
.mapp-menu-item.mapp-active {
background-color: #eaeaea;
color: black;
font-weight: bold;
}
.mapp-menu-separator {
padding: 0;
border-bottom: 1px solid lightgray;
}
.mapp-menu-footer{
padding: 5px 10px;
text-align: right;
}
.mapp-menu-help:hover {
opacity: 1;
}  body.mapp-modal-noscroll {
overflow-y: hidden;
}
.mapp-modal {
position: fixed;
top: 0; left: 0; bottom: 0; right: 0;
z-index: 100000; }
.mapp-modal-title {
margin-bottom: 15px;
}
.mapp-modal-content {
background-color: white;
box-shadow: 5px 5px 10px #888;
box-sizing: content-box;
display: flex;
height: 80vh;
max-height: 900px;
max-width: 1024px;
position: fixed;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 80vw;
z-index: 1;
}
.mapp-modal-template {
display: flex;
flex-direction: row;
} .mapp-modal-featured {
max-width: 40%;
}
.mapp-modal-featured img {
height: 100% !important;
object-fit: cover;
width: 100% !important;
max-width: none !important;
}
.mapp-modal-article {
display: flex;
flex: 1;
flex-direction: column;
overflow: auto;
padding: 30px;
}
.mapp-modal-meta {
display: flex;
font-size: 12px;
justify-content: space-between;
margin-top: 50px;
} .mapp-modal-focus {
outline: none;
}
.mapp-modal-backdrop {
background-color: black;
opacity: 0.6;
height: 100vh;
width: 100vw;
user-select: none;
}
.mapp-modal-close {
color: white;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 36px;
line-height: 36px;
position: absolute;
text-align: center;
top: 5px; right: -40px;
z-index: 1;
}
.mapp-modal-close:hover {
color: black;
}
.mapp-modal-spinner-wrapper {
transform: translate(-200%, -200%);
width: 5px;
height: 5px;
} .mapp-modal-spinner {
background: transparent url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
height: 40px;
width: 40px;
margin-left: 10px;
margin-right: 10px;
position: absolute;
top: 50%; left: 50%;
}  .mapp-iframe {
background-color: rgba(221,221,221,1); border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
}
.mapp-iframe-html { height: 100%; }
.mapp-iframe-body {
height: 100%;
margin: 0;
padding: 0;
}
.mapp-iframe-body * {
box-sizing: border-box;
color: black;
font-family: sans-serif;
font-size: 13px;
} .mapp-errors-overlay {
background-color: black;
opacity: 0.7;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
z-index: 1100; }
.mapp-errors {
background-color: white;
border: 2px solid gray;
color: black !important;
overflow: auto;
padding: 10px;
position: absolute;
top: 10%; left: 10%; bottom: 10%; right: 10%;
z-index: 1101;
}
.mapp-errors * {
font-size: 14px !important;
}
.mapp-errors-header {
font-size: 18px !important;
font-weight: bold !important;
margin-bottom: 15px;
text-align: center;
}
.mapp-errors-section {
margin: 5px 0;
}
.mapp-errors-title {
display: inline-block;
border-bottom: 2px solid red;
font-weight: 600 !important;
margin: 10px 0;
}
.mapp-errors-toolbar {
text-align: center;
}
.mapp-errors-apikey {
background-color: #007CBA;
border: 1px solid gray;
color: white;
cursor: pointer;
display: inline-block;
margin-top: 20px;
padding: 10px;
}
.mapp-errors-apikey:hover {
background-color: #006ba1;
}
.mapp-errors-apikey:active {
box-shadow: inset 0 0 0 1px #fff, 0 0 0;
} .mapp-layout > .cmplz-placeholder-element {
height: auto !important;
}
.mapp-layout.mapp-has-iframe iframe,
.mapp-layout.mapp-has-iframe div.cmplz-blocked-content-container,
.mapp-layout.mapp-has-iframe [data-placeholder_class_index] {
border: none;
height: 100%;
max-height: none !important; overflow: hidden;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%;
z-index: 1;
} .mapp-table {
border-collapse: collapse;
display: table;
table-layout: fixed;
}
.mapp-table .mapp-row {
display: table-row;
}
.mapp-table .mapp-cell {
display: table-cell;
}
.mapp-table .mapp-label {
display: table-cell;
font-weight: 500;
} .mapp-align-left { float: left; }
.mapp-align-right { float: right; }
.mapp-align-center { margin-left: auto; margin-right: auto; }
.mapp-align-default {}
.mapp-close {
color: gray;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
height: 20px;
line-height: 20px;
position: absolute;
text-align: center;
top: 0px; right: 0px;
width: 20px;
z-index: 1;
}
.mapp-close:after {
content: "x";
}
.mapp-close:hover {
color: black;
}
img.mapp-icon, .mapp-icon img {
box-shadow: none !important; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
height: 32px;
width: 32px;
vertical-align: middle;
}
*[data-mapp-action] {
cursor: pointer;
}
.mapp-max {
width: 100%;
}
.mapp-caret:after {
content: "";
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 5px;
vertical-align: middle;
} .mapp-button, .mapp-link-button, .mapp-submit-button {
align-items: center;
cursor: pointer;
display: flex;
justify-content: center;
line-height: normal;
padding: 10px;
text-transform: uppercase;
white-space: nowrap;
}
.mapp-link-button {
color: #4285F4;
}
.mapp-button {
background-color: white;
border: 1px solid lightgray;
}
.mapp-button:hover {
background-color: #eee;
}
.mapp-submit-button {
background-color: #4d90fe;
border: 1px solid lightgray;
color: white;
}
.mapp-submit-button:hover {
background-color: #357ae8;
}
.mapp-button-disabled  {
color: #aaa
}
.mapp-button-busy:after {
background: transparent url(//locationlarosiereskialpes.com/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
background-size: 20px 20px;
content: '';
height: 20px;
margin-left: 10px;
opacity: 0.5;
width: 20px;
}
.mapp-button-caret:after {
content: '';
display: inline-block;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
border-bottom: none;
margin-left: 10px;
}
.mapp-button-disabled.mapp-button-caret:after {
border-top: 5px solid #aaa;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0; } main {
display: block; } h1 {
font-size: 2em;
margin: 0.67em 0; }  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; } abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder; } code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }  img {
border-style: none; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible; } button,
select { text-transform: none; } button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; } button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; } fieldset {
padding: 0.35em 0.75em 0.625em; } legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline; } textarea {
overflow: auto; } [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; } [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block; } summary {
display: list-item; }  template {
display: none; } [hidden] {
display: none; }   *, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; } h1, h2, .tabs__nav, .site-title--text, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
margin: 0;
padding: 0; } abbr[title], dfn[title] {
cursor: help; } u, ins {
text-decoration: none; } ins {
border-bottom: 1px solid; } img {
font-style: italic; } label,
input,
textarea,
button,
select,
option {
cursor: pointer; }
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
cursor: text;
outline: none; }  .cf:after, .nav:after, .author__social-links:after, .commentlist:after, .social-links-list:after, .sub-menu:after, .tabs__nav:after, .menu-list__items:after, .media:after, .author:after, .latest-comments__list:after, .island:after,
.islet:after, .matrix:after, .multi-list:after, .widget_nav_menu ul:after, .widget_categories ul:after, .widget_meta ul:after, .stat-group:after, .wp-caption:after, .gallery:after, blockquote cite:after, blockquote .testimonial__author-name:after, .btn-list:after, .widget_tag_cloud .wp-tag-cloud:after, .comments-area-title:after, .comment-reply-title:after, .nav--main:after, .progressbar:after, .copyright-area:after, .footer-widget-area:after, .container:after, .pixcode--grid:after, .article--archive:after {
content: "";
display: table;
clear: both; }   h1, h2, .tabs__nav, .site-title--text, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.author,
.latest-comments__list,
.island,
.islet {
margin-bottom: 24px;
margin-bottom: 1.5rem; }
.islet h1, .islet h2, .islet .tabs__nav, .islet .site-title--text, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
ul, .islet ol, .islet dl, .islet
blockquote, .islet p, .islet address, .islet
table, .islet
fieldset, .islet figure, .islet
pre, .islet .form-fields > li, .islet .media, .islet .author, .islet .latest-comments__list, .islet
.island, .islet
.islet {
margin-bottom: 12px;
margin-bottom: 0.75rem; } .landmark {
margin-bottom: 48px;
margin-bottom: 3rem; } hr {
margin-top: -2px;
margin-bottom: 24px;
margin-bottom: 1.5rem; } ul, ol, dd {
margin-left: 48px;
margin-left: 3rem; }  html {
font: 1em/1.5 "Cabin", Arial, Helvetica, sans-serif;
min-height: 100%; }  h1, .alpha {
font-size: 47px;
font-size: 2.9375rem;
line-height: 1.03128; }
h2, .tabs__nav, .site-title--text, .beta, .heading .archive__side-title, .widget--sidebar__title .archive__side-title, .widget--footer__title .archive__side-title {
font-size: 32px;
font-size: 2rem;
line-height: 1.135; }
h3, .gamma, .widget_calendar caption {
font-size: 24px;
font-size: 1.5rem;
line-height: 1.51; }
h4, .delta {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.27316; }
h5, .epsilon {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.61; }
@media only screen and (max-width: 899px) {
h5, .epsilon {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429; } }
h6, .zeta {
font-size: 12px;
font-size: 0.75rem;
line-height: 2.01; } hgroup .hN, hgroup .widget_calendar caption, .widget_calendar hgroup caption {
margin-bottom: 0; } .giga {
font-size: 96px;
font-size: 6rem;
line-height: 1.135; }
.mega {
font-size: 72px;
font-size: 4.5rem;
line-height: 1.17667; }
.kilo {
font-size: 48px;
font-size: 3rem;
line-height: 1.26; }  .lede,
.lead {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.34333; }  .smallprint,
.milli {
font-size: 12px;
font-size: 0.75rem;
line-height: 2.01; }
.micro {
font-size: 10px;
font-size: 0.625rem;
line-height: 1.21; }    q {
quotes: "‘" "’" "\\201C" "\\201D"; }
q:before {
content: "\2018";
content: open-quote; }
q:after {
content: "\2019";
content: close-quote; }
q q:before {
content: "\201C";
content: open-quote; }
q q:after {
content: "\201D";
content: close-quote; }
blockquote {
quotes: "\\201C" "\\201D"; }
blockquote p:before {
content: "\\201C";
content: open-quote; }
blockquote p:after {
content: "";
content: no-close-quote; }
blockquote p:last-of-type:after {
content: "\\201D";
content: close-quote; }
blockquote q:before {
content: "\2018";
content: open-quote; }
blockquote q:after {
content: "\2019";
content: close-quote; } blockquote { text-indent: -0.41em; }
blockquote p:last-of-type {
margin-bottom: 0; }
.source {
display: block;
text-indent: 0; }
.source:before {
content: "\2014"; }  pre {
overflow: auto; }
pre mark {
background: none;
border-bottom: 1px solid;
color: inherit; } .code-comment { opacity: 0.75;
filter: alpha(opacity=75); } .line-numbers {
font-family: monospace, serif; list-style: decimal-leading-zero inside; white-space: nowrap; overflow: auto; margin-left: 0; }
.line-numbers code {
white-space: pre; }   img {
max-width: 100%; } img[width],
img[height] {
max-width: none; } .img--round {
border-radius: 0; } .img--right {
float: right;
margin-bottom: 24px;
margin-bottom: 1.5rem;
margin-left: 24px;
margin-left: 1.5rem; }
.img--left {
float: left;
margin-right: 24px;
margin-right: 1.5rem;
margin-bottom: 24px;
margin-bottom: 1.5rem; }
.img--center {
display: block;
margin-right: auto;
margin-bottom: 24px;
margin-bottom: 1.5rem;
margin-left: auto; } .img--short {
height: 120px;
height: 7.5rem; }
.img--medium {
height: 240px;
height: 15rem; }
.img--tall {
height: 360px;
height: 22.5rem; } figure > img {
display: block; }  li > ul,
li > ol {
margin-bottom: 0; }  .numbered-list {
list-style-type: decimal; }  table {
width: 100%; }
th,
td {
padding: 6px;
padding: 0.375rem;
text-align: left; }
@media screen and (min-width: 480px) {
th,
td {
padding: 12px;
padding: 0.75rem; } } [colspan] {
text-align: center; }
[colspan="1"] {
text-align: left; }
[rowspan] {
vertical-align: middle; }
[rowspan="1"] {
vertical-align: top; }
.numerical {
text-align: right; } .t5 {
width: 5%; }
.t10 {
width: 10%; }
.t12 {
width: 12.5%; } .t15 {
width: 15%; }
.t20 {
width: 20%; }
.t25 {
width: 25%; } .t30 {
width: 30%; }
.t33 {
width: 33.333%; } .t35 {
width: 35%; }
.t37 {
width: 37.5%; } .t40 {
width: 40%; }
.t45 {
width: 45%; }
.t50 {
width: 50%; } .t55 {
width: 55%; }
.t60 {
width: 60%; }
.t62 {
width: 62.5%; } .t65 {
width: 65%; }
.t66 {
width: 66.666%; } .t70 {
width: 70%; }
.t75 {
width: 75%; } .t80 {
width: 80%; }
.t85 {
width: 85%; }
.t87 {
width: 87.5%; } .t90 {
width: 90%; }
.t95 {
width: 95%; } .table--bordered th, table th,
.table--bordered td,
table td {
border: 1px solid #ccc; }
.table--bordered th:empty, table th:empty,
.table--bordered td:empty,
table td:empty {
border: none; }
.table--bordered thead tr:last-child th, table thead tr:last-child th {
border-bottom-width: 2px; }
.table--bordered tbody tr th:last-of-type, table tbody tr th:last-of-type {
border-right-width: 2px; } .table--striped tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd) {
background-color: #ffc; } .table--data {
font: 12px/1.5 sans-serif; }  fieldset {
padding: 24px;
padding: 1.5rem; } .text-input,
textarea { } .form-fields {
list-style: none;
margin: 0; }
.form-fields > li:last-child {
margin-bottom: 0; } label,
.label {
display: block; } .additional {
display: block;
font-weight: normal; } .check-list {
list-style: none;
margin: 0; } .check-label,
.check-list label,
.check-list .label {
display: inline-block; } .spoken-form label {
display: inline-block;
font: inherit; }  .extra-help {
display: inline-block;
visibility: hidden; }
.text-input:active + .extra-help,
.text-input:focus + .extra-help {
visibility: visible; }    .grid, .comment-form {
margin-left: -24px;
margin-left: -1.5rem;
list-style: none;
margin-bottom: 0; } .grid > .grid, .comment-form > .grid, .grid > .comment-form, .comment-form > .comment-form {
margin-left: 0; } .grid__item, .logged-in-as, .comment-form > p, .comment-form-comment,
.form-submit,
.comment-subscription-form {
display: inline-block;
width: 100%;
padding-left: 24px;
padding-left: 1.5rem;
vertical-align: top; } .grid--rev {
direction: rtl;
text-align: left; }
.grid--rev > .grid__item, .grid--rev > .logged-in-as, .comment-form.grid--rev > p, .grid--rev > .comment-form-comment,
.grid--rev > .form-submit,
.grid--rev > .comment-subscription-form {
direction: ltr;
text-align: left; } .grid--full {
margin-left: 0; }
.grid--full > .grid__item, .grid--full > .logged-in-as, .comment-form.grid--full > p, .grid--full > .comment-form-comment,
.grid--full > .form-submit,
.grid--full > .comment-subscription-form {
padding-left: 0; } .grid--right {
text-align: right; }
.grid--right > .grid__item, .grid--right > .logged-in-as, .comment-form.grid--right > p, .grid--right > .comment-form-comment,
.grid--right > .form-submit,
.grid--right > .comment-subscription-form {
text-align: left; } .grid--center {
text-align: center; }
.grid--center > .grid__item, .grid--center > .logged-in-as, .comment-form.grid--center > p, .grid--center > .comment-form-comment,
.grid--center > .form-submit,
.grid--center > .comment-subscription-form {
text-align: left; } .grid--middle > .grid__item, .grid--middle > .logged-in-as, .comment-form.grid--middle > p, .grid--middle > .comment-form-comment,
.grid--middle > .form-submit,
.grid--middle > .comment-subscription-form {
vertical-align: middle; }
.grid--bottom > .grid__item, .grid--bottom > .logged-in-as, .comment-form.grid--bottom > p, .grid--bottom > .comment-form-comment,
.grid--bottom > .form-submit,
.grid--bottom > .comment-subscription-form {
vertical-align: bottom; } .grid--narrow {
margin-left: -12px;
margin-left: -0.75rem; }
.grid--narrow > .grid__item, .grid--narrow > .logged-in-as, .comment-form.grid--narrow > p, .grid--narrow > .comment-form-comment,
.grid--narrow > .form-submit,
.grid--narrow > .comment-subscription-form {
padding-left: 12px;
padding-left: 0.75rem; } .grid--wide {
margin-left: -48px;
margin-left: -3rem; }
.grid--wide > .grid__item, .grid--wide > .logged-in-as, .comment-form.grid--wide > p, .grid--wide > .comment-form-comment,
.grid--wide > .form-submit,
.grid--wide > .comment-subscription-form {
padding-left: 48px;
padding-left: 3rem; }  .flexbox, .site-title {
display: table;
width: 100%; } html.flexbox, html.site-title {
display: block;
width: auto; }
.flexbox__item, .site-logo {
display: table-cell;
vertical-align: middle; }  .nav, .author__social-links, .commentlist, .social-links-list, .sub-menu, .tabs__nav, .menu-list__items {
list-style: none;
margin-left: 0; }
.nav > li, .author__social-links > li, .commentlist > li, .social-links-list > li, .sub-menu > li, .tabs__nav > li, .menu-list__items > li,
.nav > li > a,
.author__social-links > li > a,
.commentlist > li > a,
.social-links-list > li > a,
.sub-menu > li > a,
.tabs__nav > li > a,
.menu-list__items > li > a {
display: inline-block;
*display: inline;
zoom: 1; } .nav--stacked > li, .sub-menu > li, .menu-list__items > li {
display: list-item; }
.nav--stacked > li > a, .sub-menu > li > a, .menu-list__items > li > a {
display: block; } .nav--banner, .tabs__nav {
text-align: center; } .nav--block, .options {
line-height: 1; letter-spacing: -0.31em;
word-spacing: -0.43em;
white-space: nowrap; }
.nav--block > li, .options > li {
letter-spacing: normal;
word-spacing: normal; }
.nav--block > li > a, .options > li > a {
padding: 12px;
padding: 0.75rem; } .nav--fit {
display: table;
width: 100%; }
.nav--fit > li {
display: table-cell; }
.nav--fit > li > a {
display: block; } .nav--keywords > li:after {
content: "\002C" "\00A0"; }
.nav--keywords > li:last-child:after {
display: none; }  .options > li > a {
border: 0 solid #ccc;
border-width: 1px;
border-left-width: 0; }
.options > li:first-child > a {
border-left-width: 1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.options > li:last-child > a {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }  .media,
.author,
.latest-comments__list {
display: block; }
.media__img, .author__avatar, .latest-comments__avatar {
float: left;
margin-right: 24px;
margin-right: 1.5rem; } .media__img--rev {
float: right;
margin-left: 24px;
margin-left: 1.5rem; }
.media__img img, .author__avatar img, .latest-comments__avatar img,
.media__img--rev img {
display: block; }
.media__body, .author__text, .latest-comments__body {
overflow: hidden; }
.media__body, .author__text, .latest-comments__body,
.media__body > :last-child,
.author__text > :last-child,
.latest-comments__body > :last-child {
margin-bottom: 0; } .islet .media__img, .islet .author__avatar, .islet .latest-comments__avatar {
margin-right: 12px;
margin-right: 0.75rem; }
.islet .media__img--rev {
margin-left: 12px;
margin-left: 0.75rem; }  .island,
.islet {
display: block; }
.island {
padding: 24px;
padding: 1.5rem; }
.island > :last-child,
.islet > :last-child {
margin-bottom: 0; } .islet {
padding: 12px;
padding: 0.75rem; }  .block-list, .matrix,
.block-list > li,
.matrix > li {
border: 0 solid #ccc; }
.block-list, .matrix {
list-style: none;
margin-left: 0;
border-top-width: 1px;
margin-top: -1px; }
.block-list > li,
.matrix > li {
border-bottom-width: 1px;
margin-top: -1px;
padding: 12px;
padding: 0.75rem; }
.block-list__link, .matrix__link {
display: block;
padding: 12px;
padding: 0.75rem;
margin: -12px;
margin: -0.75rem; }  .matrix {
border-left-width: 1px; }
.matrix > li {
float: left;
border-right-width: 1px; } .multi-list, .widget_nav_menu ul, .widget_categories ul, .widget_meta ul {
list-style: none;
margin-left: 0; }
.multi-list > li, .widget_nav_menu ul > li, .widget_categories ul > li, .widget_meta ul > li {
float: left; } .two-cols > li, .widget_nav_menu ul > li, .widget_categories ul > li, .widget_meta ul > li {
width: 50%; }
.three-cols > li {
width: 33.333%; }
.four-cols > li {
width: 25%; }
.five-cols > li {
width: 20%; } .matrix > .all-cols,
.multi-list > .all-cols,
.widget_nav_menu ul > .all-cols,
.widget_categories ul > .all-cols,
.widget_meta ul > .all-cols {
width: 100%; }  .split {
text-align: right;
list-style: none;
margin-left: 0; }
.split__title {
text-align: left;
float: left;
clear: left; }         .btn, .comments_add-comment, .form-submit #comment-submit, .wpcf7-form-control.wpcf7-submit, .widget_tag_cloud a, .read-more-button {
display: inline-block; vertical-align: middle; white-space: normal; font-family: inherit; font-size: 100%; cursor: pointer; border: none; margin: 0; padding-top: 0; padding-bottom: 0; line-height: 3; padding-right: 1em; padding-left: 1em; border-radius: 0; }
.btn, .comments_add-comment, .form-submit #comment-submit, .wpcf7-form-control.wpcf7-submit, .widget_tag_cloud a, .read-more-button, .btn:hover, .comments_add-comment:hover, .form-submit #comment-submit:hover, .wpcf7-form-control.wpcf7-submit:hover, .widget_tag_cloud a:hover, .read-more-button:hover {
text-decoration: none; }  .btn--small, .comments_add-comment {
padding-right: 0.5em;
padding-left: 0.5em;
line-height: 2; }
.btn--large {
padding-right: 1.5em;
padding-left: 1.5em;
line-height: 4; }
.btn--huge {
padding-right: 2em;
padding-left: 2em;
line-height: 5; } .btn--full {
width: 100%;
padding-right: 0; padding-left: 0; text-align: center; }  .btn--alpha {
font-size: 3rem; }
.btn--beta {
font-size: 2rem; }
.btn--gamma {
font-size: 1rem; } .btn--natural {
vertical-align: baseline;
font-size: inherit;
line-height: inherit;
padding-right: 0.5em;
padding-left: 0.5em; }   .btn--positive {
background-color: #4A993E;
color: #fff; } .btn--negative, .widget_tag_cloud a {
background-color: #b33630;
color: #fff; } .btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
background-color: #ddd;
color: #777;
cursor: text; }  .btn--soft {
border-radius: 200px; }
.btn--hard {
border-radius: 0; }  .pill, .loz {
display: inline-block; min-width: 1.0em;
padding-right: 0.25em;
padding-left: 0.25em; text-align: center;
background-color: #ccc;
color: #fff;  border-radius: 100px; }
.loz {
border-radius: 0; }  .stat-group {
margin-left: -24px;
margin-left: -1.5rem; }
.stat {
float: left;
margin-left: 24px;
margin-left: 1.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.stat__title {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.stat__value {
margin-left: 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }  .greybox,
.graybox {
font-size: 12px;
font-size: 0.75rem;
line-height: 2.01;
font-family: sans-serif;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
color: #fff; }
.greybox a,
.graybox a {
color: #fff;
text-decoration: underline; } .greybox--small,
.graybox--small {
line-height: 48px; }
.greybox--medium,
.graybox--medium {
line-height: 96px; }
.greybox--large,
.graybox--large {
line-height: 192px; }
.greybox--huge,
.graybox--huge {
line-height: 384px; }
.greybox--gigantic,
.graybox--gigantic {
line-height: 768px; }    .one-whole, .logged-in-as, .comment-form > p, .comment-form-comment,
.form-submit,
.comment-subscription-form {
width: 100%; } .one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
width: 50%; } .one-third, .two-sixths, .four-twelfths {
width: 33.333%; }
.two-thirds, .four-sixths, .eight-twelfths {
width: 66.666%; } .one-quarter, .two-eighths, .three-twelfths {
width: 25%; }
.three-quarters, .six-eighths, .nine-twelfths {
width: 75%; } .one-fifth, .two-tenths {
width: 20%; }
.two-fifths, .four-tenths {
width: 40%; }
.three-fifths, .six-tenths {
width: 60%; }
.four-fifths, .eight-tenths {
width: 80%; } .one-sixth, .two-twelfths {
width: 16.666%; }
.five-sixths, .ten-twelfths {
width: 83.333%; } .one-eighth {
width: 12.5%; }
.three-eighths {
width: 37.5%; }
.five-eighths {
width: 62.5%; }
.seven-eighths {
width: 87.5%; } .one-tenth {
width: 10%; }
.three-tenths {
width: 30%; }
.seven-tenths {
width: 70%; }
.nine-tenths {
width: 90%; } .one-twelfth {
width: 8.333%; }
.five-twelfths {
width: 41.666%; }
.seven-twelfths {
width: 58.333%; }
.eleven-twelfths {
width: 91.666%; } @media only screen and (max-width: 899px) { .palm-one-whole {
width: 100%; } .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
width: 50%; } .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
width: 33.333%; }
.palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
width: 66.666%; } .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
width: 25%; }
.palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
width: 75%; } .palm-one-fifth, .palm-two-tenths {
width: 20%; }
.palm-two-fifths, .palm-four-tenths {
width: 40%; }
.palm-three-fifths, .palm-six-tenths {
width: 60%; }
.palm-four-fifths, .palm-eight-tenths {
width: 80%; } .palm-one-sixth, .palm-two-twelfths {
width: 16.666%; }
.palm-five-sixths, .palm-ten-twelfths {
width: 83.333%; } .palm-one-eighth {
width: 12.5%; }
.palm-three-eighths {
width: 37.5%; }
.palm-five-eighths {
width: 62.5%; }
.palm-seven-eighths {
width: 87.5%; } .palm-one-tenth {
width: 10%; }
.palm-three-tenths {
width: 30%; }
.palm-seven-tenths {
width: 70%; }
.palm-nine-tenths {
width: 90%; } .palm-one-twelfth {
width: 8.333%; }
.palm-five-twelfths {
width: 41.666%; }
.palm-seven-twelfths {
width: 58.333%; }
.palm-eleven-twelfths {
width: 91.666%; } }
@media only screen and (min-width: 900px) and (max-width: 1023px) { .lap-one-whole {
width: 100%; } .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
width: 50%; } .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
width: 33.333%; }
.lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
width: 66.666%; } .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
width: 25%; }
.lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
width: 75%; } .lap-one-fifth, .lap-two-tenths {
width: 20%; }
.lap-two-fifths, .lap-four-tenths {
width: 40%; }
.lap-three-fifths, .lap-six-tenths {
width: 60%; }
.lap-four-fifths, .lap-eight-tenths {
width: 80%; } .lap-one-sixth, .lap-two-twelfths {
width: 16.666%; }
.lap-five-sixths, .lap-ten-twelfths {
width: 83.333%; } .lap-one-eighth {
width: 12.5%; }
.lap-three-eighths {
width: 37.5%; }
.lap-five-eighths {
width: 62.5%; }
.lap-seven-eighths {
width: 87.5%; } .lap-one-tenth {
width: 10%; }
.lap-three-tenths {
width: 30%; }
.lap-seven-tenths {
width: 70%; }
.lap-nine-tenths {
width: 90%; } .lap-one-twelfth {
width: 8.333%; }
.lap-five-twelfths {
width: 41.666%; }
.lap-seven-twelfths {
width: 58.333%; }
.lap-eleven-twelfths {
width: 91.666%; } }
@media only screen and (min-width: 900px) { .lap-and-up-one-whole {
width: 100%; } .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
width: 50%; } .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths, .comment-form-author,
.comment-form-email,
.comment-form-url {
width: 33.333%; }
.lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
width: 66.666%; } .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
width: 25%; }
.lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
width: 75%; } .lap-and-up-one-fifth, .lap-and-up-two-tenths {
width: 20%; }
.lap-and-up-two-fifths, .lap-and-up-four-tenths {
width: 40%; }
.lap-and-up-three-fifths, .lap-and-up-six-tenths {
width: 60%; }
.lap-and-up-four-fifths, .lap-and-up-eight-tenths {
width: 80%; } .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
width: 16.666%; }
.lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
width: 83.333%; } .lap-and-up-one-eighth {
width: 12.5%; }
.lap-and-up-three-eighths {
width: 37.5%; }
.lap-and-up-five-eighths {
width: 62.5%; }
.lap-and-up-seven-eighths {
width: 87.5%; } .lap-and-up-one-tenth {
width: 10%; }
.lap-and-up-three-tenths {
width: 30%; }
.lap-and-up-seven-tenths {
width: 70%; }
.lap-and-up-nine-tenths {
width: 90%; } .lap-and-up-one-twelfth {
width: 8.333%; }
.lap-and-up-five-twelfths {
width: 41.666%; }
.lap-and-up-seven-twelfths {
width: 58.333%; }
.lap-and-up-eleven-twelfths {
width: 91.666%; } }
@media only screen and (max-width: 1023px) { .portable-one-whole {
width: 100%; } .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
width: 50%; } .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
width: 33.333%; }
.portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
width: 66.666%; } .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
width: 25%; }
.portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
width: 75%; } .portable-one-fifth, .portable-two-tenths {
width: 20%; }
.portable-two-fifths, .portable-four-tenths {
width: 40%; }
.portable-three-fifths, .portable-six-tenths {
width: 60%; }
.portable-four-fifths, .portable-eight-tenths {
width: 80%; } .portable-one-sixth, .portable-two-twelfths {
width: 16.666%; }
.portable-five-sixths, .portable-ten-twelfths {
width: 83.333%; } .portable-one-eighth {
width: 12.5%; }
.portable-three-eighths {
width: 37.5%; }
.portable-five-eighths {
width: 62.5%; }
.portable-seven-eighths {
width: 87.5%; } .portable-one-tenth {
width: 10%; }
.portable-three-tenths {
width: 30%; }
.portable-seven-tenths {
width: 70%; }
.portable-nine-tenths {
width: 90%; } .portable-one-twelfth {
width: 8.333%; }
.portable-five-twelfths {
width: 41.666%; }
.portable-seven-twelfths {
width: 58.333%; }
.portable-eleven-twelfths {
width: 91.666%; } }
@media only screen and (min-width: 1024px) { .desk-one-whole {
width: 100%; } .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
width: 50%; } .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
width: 33.333%; }
.desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
width: 66.666%; } .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
width: 25%; }
.desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
width: 75%; } .desk-one-fifth, .desk-two-tenths {
width: 20%; }
.desk-two-fifths, .desk-four-tenths {
width: 40%; }
.desk-three-fifths, .desk-six-tenths {
width: 60%; }
.desk-four-fifths, .desk-eight-tenths {
width: 80%; } .desk-one-sixth, .desk-two-twelfths {
width: 16.666%; }
.desk-five-sixths, .desk-ten-twelfths {
width: 83.333%; } .desk-one-eighth {
width: 12.5%; }
.desk-three-eighths {
width: 37.5%; }
.desk-five-eighths {
width: 62.5%; }
.desk-seven-eighths {
width: 87.5%; } .desk-one-tenth {
width: 10%; }
.desk-three-tenths {
width: 30%; }
.desk-seven-tenths {
width: 70%; }
.desk-nine-tenths {
width: 90%; } .desk-one-twelfth {
width: 8.333%; }
.desk-five-twelfths {
width: 41.666%; }
.desk-seven-twelfths {
width: 58.333%; }
.desk-eleven-twelfths {
width: 91.666%; } }        .brand {
font-family: "Helvetica Neue", sans-serif!important;
color: #4a8ec2!important; }
.brand-face {
font-family: "Helvetica Neue", sans-serif!important; }
.brand-color,
.brand-colour {
color: #4a8ec2!important; }   .float--right {
float: right !important; }
.float--left {
float: left !important; }
.float--none {
float: none !important; } .text--left {
text-align: left !important; }
.text--center {
text-align: center !important; }
.text--right {
text-align: right !important; } .weight--light {
font-weight: 300 !important; }
.weight--normal {
font-weight: 400 !important; }
.weight--semibold {
font-weight: 600 !important; } .push {
margin: 24px !important;
margin: 1.5rem !important; }
.push--top {
margin-top: 24px !important;
margin-top: 1.5rem !important; }
.push--right {
margin-right: 24px !important;
margin-right: 1.5rem !important; }
.push--bottom {
margin-bottom: 24px !important;
margin-bottom: 1.5rem !important; }
.push--left {
margin-left: 24px !important;
margin-left: 1.5rem !important; }
.push--ends {
margin-top: 24px !important;
margin-top: 1.5rem !important;
margin-bottom: 24px !important;
margin-bottom: 1.5rem !important; }
.push--sides {
margin-right: 24px !important;
margin-right: 1.5rem !important;
margin-left: 24px !important;
margin-left: 1.5rem !important; }
.push-half {
margin: 12px !important;
margin: 0.75rem !important; }
.push-half--top {
margin-top: 12px !important;
margin-top: 0.75rem !important; }
.push-half--right {
margin-right: 12px !important;
margin-right: 0.75rem !important; }
.push-half--bottom {
margin-bottom: 12px !important;
margin-bottom: 0.75rem !important; }
.push-half--left {
margin-left: 12px !important;
margin-left: 0.75rem !important; }
.push-half--ends {
margin-top: 12px !important;
margin-top: 0.75rem !important;
margin-bottom: 12px !important;
margin-bottom: 0.75rem !important; }
.push-half--sides {
margin-right: 12px !important;
margin-right: 0.75rem !important;
margin-left: 12px !important;
margin-left: 0.75rem !important; }
.flush {
margin: 0 !important;
margin: 0 !important; }
.flush--top, .mt0 {
margin-top: 0 !important;
margin-top: 0 !important; }
.flush--right {
margin-right: 0 !important;
margin-right: 0 !important; }
.flush--bottom, .mb0 {
margin-bottom: 0 !important;
margin-bottom: 0 !important; }
.flush--left {
margin-left: 0 !important;
margin-left: 0 !important; }
.flush--ends {
margin-top: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-bottom: 0 !important; }
.flush--sides {
margin-right: 0 !important;
margin-right: 0 !important;
margin-left: 0 !important;
margin-left: 0 !important; } .soft {
padding: 24px !important;
padding: 1.5rem !important; }
.soft--top {
padding-top: 24px !important;
padding-top: 1.5rem !important; }
.soft--right {
padding-right: 24px !important;
padding-right: 1.5rem !important; }
.soft--bottom {
padding-bottom: 24px !important;
padding-bottom: 1.5rem !important; }
.soft--left {
padding-left: 24px !important;
padding-left: 1.5rem !important; }
.soft--ends {
padding-top: 24px !important;
padding-top: 1.5rem !important;
padding-bottom: 24px !important;
padding-bottom: 1.5rem !important; }
.soft--sides {
padding-right: 24px !important;
padding-right: 1.5rem !important;
padding-left: 24px !important;
padding-left: 1.5rem !important; }
.soft-half {
padding: 12px !important;
padding: 0.75rem !important; }
.soft-half--top {
padding-top: 12px !important;
padding-top: 0.75rem !important; }
.soft-half--right {
padding-right: 12px !important;
padding-right: 0.75rem !important; }
.soft-half--bottom {
padding-bottom: 12px !important;
padding-bottom: 0.75rem !important; }
.soft-half--left {
padding-left: 12px !important;
padding-left: 0.75rem !important; }
.soft-half--ends {
padding-top: 12px !important;
padding-top: 0.75rem !important;
padding-bottom: 12px !important;
padding-bottom: 0.75rem !important; }
.soft-half--sides {
padding-right: 12px !important;
padding-right: 0.75rem !important;
padding-left: 12px !important;
padding-left: 0.75rem !important; }
.hard {
padding: 0 !important;
padding: 0 !important; }
.hard--top, .pt0 {
padding-top: 0 !important;
padding-top: 0 !important; }
.hard--right {
padding-right: 0 !important;
padding-right: 0 !important; }
.hard--bottom, .pb0 {
padding-bottom: 0 !important;
padding-bottom: 0 !important; }
.hard--left {
padding-left: 0 !important;
padding-left: 0 !important; }
.hard--ends {
padding-top: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-bottom: 0 !important; }
.hard--sides {
padding-right: 0 !important;
padding-right: 0 !important;
padding-left: 0 !important;
padding-left: 0 !important; } .full-bleed {
margin-right: -24px !important;
margin-right: -1.5rem !important;
margin-left: -24px !important;
margin-left: -1.5rem !important; }
.islet .full-bleed {
margin-right: -12px !important;
margin-right: -0.75rem !important;
margin-left: -12px !important;
margin-left: -0.75rem !important; } .informative {
cursor: help !important; } .muted {
opacity: 0.5 !important;
filter: alpha(opacity=50) !important; } .proceed {
text-align: right !important; } .go:after {
content: "\00A0" "\00BB" !important; } .back:before {
content: "\00AB" "\00A0" !important; } .caps {
text-transform: uppercase !important; } .accessibility,
.visuallyhidden {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
@media only screen and (max-width: 899px) {
.accessibility--palm,
.visuallyhidden--palm {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; } }
@media only screen and (min-width: 900px) and (max-width: 1023px) {
.accessibility--lap,
.visuallyhidden--lap {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; } }
@media only screen and (min-width: 900px) {
.accessibility--lap-and-up,
.visuallyhidden--lap-and-up {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; } }
@media only screen and (max-width: 1023px) {
.accessibility--portable,
.visuallyhidden--portable {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; } }
@media only screen and (min-width: 1024px) {
.accessibility--desk,
.visuallyhidden--desk {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; } }
@media only screen and (min-width: 1366px) {
.accessibility--desk-wide,
.visuallyhidden--desk-wide {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; } }        .alignleft {
float: left; }
.aligncenter {
display: block; }
.alignright {
float: right; }
.wp-caption {
position: relative;
width: auto !important;
max-width: 100%;
margin-bottom: 24px;
margin-bottom: 1.5rem; }
.wp-caption img {
display: block; }
.wp-caption-text {
font-size: 13px; }
.gallery-item {
position: relative;
margin: 0; }
.gallery-item .wp-caption-text {
left: 6px; }
.gallery-item .gallery-icon a {
display: block;
padding-bottom: 0;
border: 0 !important; }
.gallery-item img {
display: block; }
.bypostauthor {
width: auto; }
.small-link, .author__social-link {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
font-family: "Cabin", Arial, Helvetica, sans-serif;
color: #c59d5f; }
img[width],
img[height] {
max-width: 100%;
height: auto;
margin: 0 auto; }
.mt1 {
margin-top: 1rem !important;
margin-top: 1rem !important; }
.mt2 {
margin-top: 2rem !important;
margin-top: 2rem !important; }
.mt3 {
margin-top: 3rem !important;
margin-top: 3rem !important; }
.mt4 {
margin-top: 4rem !important;
margin-top: 4rem !important; }
.mt-1 {
margin-top: -1rem !important;
margin-top: -1rem !important; }
.mt-2 {
margin-top: -2rem !important;
margin-top: -2rem !important; }
.mt-3 {
margin-top: -3rem !important;
margin-top: -3rem !important; }
.mt-4 {
margin-top: -4rem !important;
margin-top: -4rem !important; }
.mb1 {
margin-bottom: 1rem !important;
margin-bottom: 1rem !important; }
.mb2 {
margin-bottom: 2rem !important;
margin-bottom: 2rem !important; }
.mb3 {
margin-bottom: 3rem !important;
margin-bottom: 3rem !important; }
.mb4 {
margin-bottom: 4rem !important;
margin-bottom: 4rem !important; }
.mb-1 {
margin-bottom: -1rem !important;
margin-bottom: -1rem !important; }
.mb-2 {
margin-bottom: -2rem !important;
margin-bottom: -2rem !important; }
.mb-3 {
margin-bottom: -3rem !important;
margin-bottom: -3rem !important; }
.mb-4 {
margin-bottom: -4rem !important;
margin-bottom: -4rem !important; }
.pt1 {
padding-top: 1rem !important;
padding-top: 1rem !important; }
.pt2 {
padding-top: 2rem !important;
padding-top: 2rem !important; }
.pt3 {
padding-top: 3rem !important;
padding-top: 3rem !important; }
.pt4 {
padding-top: 4rem !important;
padding-top: 4rem !important; }
.pb1 {
padding-bottom: 1rem !important;
padding-bottom: 1rem !important; }
.pb2 {
padding-bottom: 2rem !important;
padding-bottom: 2rem !important; }
.pb3 {
padding-bottom: 3rem !important;
padding-bottom: 3rem !important; }
.pb4 {
padding-bottom: 4rem !important;
padding-bottom: 4rem !important; }
[class*="gallery-columns-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
@media only screen and (max-width: 899px) {
.gallery-columns-2 > * {
width: 100%; }
.gallery-columns-3 > * {
width: 50%; }
.gallery-columns-4 > * {
width: 33.33333%; }
.gallery-columns-5 > * {
width: 25%; }
.gallery-columns-6 > * {
width: 20%; }
.gallery-columns-7 > * {
width: 16.66667%; }
.gallery-columns-8 > * {
width: 14.28571%; }
.gallery-columns-9 > * {
width: 12.5%; } }
@media only screen and (min-width: 900px) {
.gallery-columns-1 > * {
width: 100%; }
.gallery-columns-2 > * {
width: 50%; }
.gallery-columns-3 > * {
width: 33.33333%; }
.gallery-columns-4 > * {
width: 25%; }
.gallery-columns-5 > * {
width: 20%; }
.gallery-columns-6 > * {
width: 16.66667%; }
.gallery-columns-7 > * {
width: 14.28571%; }
.gallery-columns-8 > * {
width: 12.5%; }
.gallery-columns-9 > * {
width: 11.11111%; } }
.gallery {
clear: both;
margin-left: -12px !important;
margin-bottom: -12px !important; }
.gallery .gallery-item {
margin-bottom: 0;
border-left: 12px solid transparent;
border-bottom: 12px solid transparent; }
@media only screen and (min-width: 900px) {
.gallery {
margin-left: -24px !important;
margin-bottom: -24px !important; }
.gallery .gallery-item {
border-left: 24px solid transparent;
border-bottom: 24px solid transparent; } }
.gallery .gallery-icon img {
margin: 0;
border: 0 !important; }
.gallery .gallery-caption {
padding: 0;
margin: 0;
line-height: 1.5; }
.home .home-hidden {
display: none; }
.hidden {
display: none; }  body {
font-size: 16px;
line-height: 1.625;
color: #515150;
background-color: #FFFFFF; } h1, h2, .tabs__nav, .site-title--text, h3, h4, h5, h6, hgroup, p {
margin-bottom: 30px; }
h1, h2, .tabs__nav, .site-title--text, h3, h4, h5, h6 {
margin-bottom: 30px;
font-family: "Source Sans Pro", Georgia, serif;
font-weight: bold;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #262526; }
h1 {
margin-top: 84px;
margin-bottom: 42px;
font-weight: 900; }
h2, .tabs__nav, .site-title--text, h3, h4 {
margin-top: 42px;
font-weight: 500; }
h5, h6 {
font-weight: 400;
letter-spacing: 0.323em; }
.article__title, .latest-comments__title, .article__title .hN, .latest-comments__title .hN, .article__title .widget_calendar caption, .widget_calendar .article__title caption, .latest-comments__title .widget_calendar caption, .widget_calendar .latest-comments__title caption, .widget__title .hN, .widget__title .widget_calendar caption, .widget_calendar .widget__title caption, .heading .hN, .widget--sidebar__title .hN, .widget--footer__title .hN, .heading .widget_calendar caption, .widget_calendar .heading caption, .widget--sidebar__title .widget_calendar caption, .widget_calendar .widget--sidebar__title caption, .widget--footer__title .widget_calendar caption, .widget_calendar .widget--footer__title caption {
margin-top: 0; }
.heading h2, .widget--sidebar__title h2, .widget--footer__title h2, .heading .tabs__nav, .widget--sidebar__title .tabs__nav, .widget--footer__title .tabs__nav, .heading .site-title--text, .widget--sidebar__title .site-title--text, .widget--footer__title .site-title--text {
display: inline-block;
margin-bottom: 0; }
.heading .archive__side-title, .widget--sidebar__title .archive__side-title, .widget--footer__title .archive__side-title {
font-weight: bold;
color: #919191; }
@media screen and (min-width: 601px) and (max-width: 999px) {
h1, .alpha {
font-size: 39.01px; } }
@media screen and (max-width: 600px) {
h1, .alpha {
font-size: 28.2px; }
h2, .tabs__nav, .site-title--text, .beta, .heading .archive__side-title, .widget--sidebar__title .archive__side-title, .widget--footer__title .archive__side-title {
font-size: 26.56px; }
h3, .gamma, .widget_calendar caption {
font-size: 19.92px; }
blockquote {
font-size: 18px; } }
@media only screen and (max-width: 899px) {
body {
font-size: 18px/30px; } } .article__content p {
margin-bottom: 24px; } a, .article__content a:not([class]), .btn.btn--text, .btn--text.comments_add-comment, .comments_add-comment.read-more-button, .form-submit .btn--text#comment-submit, .form-submit #comment-submit.read-more-button, .btn--text.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit.read-more-button, .widget_tag_cloud a.btn--text, .widget_tag_cloud a.read-more-button, .read-more-button {
text-decoration: none; }
a, .article__content a:not([class]), .btn.btn--text, .btn--text.comments_add-comment, .comments_add-comment.read-more-button, .form-submit .btn--text#comment-submit, .form-submit #comment-submit.read-more-button, .btn--text.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit.read-more-button, .widget_tag_cloud a.btn--text, .widget_tag_cloud a.read-more-button, .read-more-button, a:hover, .article__content a:hover:not([class]), .btn.btn--text:hover, .btn--text.comments_add-comment:hover, .form-submit .btn--text#comment-submit:hover, .form-submit #comment-submit.read-more-button:hover, .btn--text.wpcf7-form-control.wpcf7-submit:hover, .widget_tag_cloud a.btn--text:hover, .read-more-button:hover {
color: #c59d5f; }
a {
border-bottom: none; }
a:hover {
color: #c59d5f; }
.link--light, .meta-list a.btn, .meta-list a.comments_add-comment, .meta-list .form-submit a#comment-submit, .form-submit .meta-list a#comment-submit, .meta-list a.wpcf7-form-control.wpcf7-submit, .meta-list .widget_tag_cloud a, .widget_tag_cloud .meta-list a, .meta-list a.read-more-button {
color: inherit;
opacity: 0.45; }
.link--dark, .comment__author-name a {
color: inherit; }
.link--light:hover, .meta-list a.btn:hover, .meta-list a.comments_add-comment:hover, .meta-list .form-submit a#comment-submit:hover, .form-submit .meta-list a#comment-submit:hover, .meta-list a.wpcf7-form-control.wpcf7-submit:hover, .meta-list .widget_tag_cloud a:hover, .widget_tag_cloud .meta-list a:hover, .meta-list a.read-more-button:hover, .link--dark:hover, .comment__author-name a:hover {
color: #c59d5f;
opacity: 1; }
.article__content a:not([class]) {
padding-bottom: 2px;
border-bottom: 2px solid #c59d5f; }
.article__content a[href$=".jpg"], .article__content a[href$=".jpeg"], .article__content a[href$=".png"], .article__content a[href$=".gif"], .article__content a[href$=".bmp"] {
border: 0;
display: block;
padding-bottom: 0; }
.article__content a[href$=".jpg"] img, .article__content a[href$=".jpeg"] img, .article__content a[href$=".png"] img, .article__content a[href$=".gif"] img, .article__content a[href$=".bmp"] img {
display: block; }
.link--simple a {
border-bottom: 0; } blockquote {
margin: 36px 0;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.51;
line-height: 1.5;
text-indent: 0;
border-left: 10px solid #c59d5f;
color: #c59d5f;
quotes: none; }
@media only screen and (max-width: 899px) {
blockquote {
padding-left: 12px; } }
@media only screen and (min-width: 900px) {
blockquote {
padding-left: 36px; } }
blockquote cite, blockquote .testimonial__author-name {
margin-top: 12px;
color: #b3b3b3;
font-size: 20px;
font-size: 1.25rem;
line-height: 1.21;
font-style: normal;
font-weight: 400; }
blockquote cite:before, blockquote .testimonial__author-name:before {
content: "";
position: relative;
top: -5px;
display: inline-block;
margin: 0 10px;
width: 20px;
border-top: 2px solid #b3b3b3; } .table--bordered th, table th,
.table--bordered td,
table td {
border: 0; }
.table--bordered th:empty, table th:empty,
.table--bordered td:empty,
table td:empty {
border: inherit; }
.table--striped tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd) {
background-color: #fcfcfc; } ol {
margin-bottom: 24px; }
ul ol, ol ol, dl ol {
margin-left: 36px;
margin-left: 2.25rem;
border-left: 0;
padding-left: 0; }
ol li {
margin-bottom: 6px; }
@media only screen and (max-width: 899px) {
ol {
margin-left: 24px;
margin-left: 1.5rem; } }
dt {
font-weight: bold; }
dd + dt {
margin-top: 24px;
margin-top: 1.5rem; }
dd {
margin-left: 0; }
ol.breadcrumb {
margin: 24px 0 12px;
text-transform: uppercase;
font-size: 12px;
line-height: 1;
color: #919191; }
ol.breadcrumb a {
color: #919191; }
ol.breadcrumb a:hover {
color: #c59d5f; } b,
strong {
font-weight: 600; }  select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
display: block;
vertical-align: middle;
width: 100%;
padding: 10px;
padding: 0.625rem;
border: 1px solid #d8d8d8;
outline: 0;
border-radius: 5px; }
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
outline: 1px solid #c59d5f; }
.lt-ie9 select input, .lt-ie9
textarea input, .lt-ie9
input[type="text"] input, .lt-ie9
input[type="password"] input, .lt-ie9
input[type="datetime"] input, .lt-ie9
input[type="datetime-local"] input, .lt-ie9
input[type="date"] input, .lt-ie9
input[type="month"] input, .lt-ie9
input[type="time"] input, .lt-ie9
input[type="week"] input, .lt-ie9
input[type="number"] input, .lt-ie9
input[type="email"] input, .lt-ie9
input[type="url"] input, .lt-ie9
input[type="search"] input, .lt-ie9
input[type="tel"] input, .lt-ie9
input[type="color"] input, .lt-ie9
.form-control input {
width: 100%;
padding: 12px 0;
border: 1px solid #e5e9eb;
outline: 0; }
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
text-transform: uppercase;
color: #262526;
font-size: 15px;
line-height: 1.2; }
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.form-control:-moz-placeholder {
text-transform: uppercase;
color: #262526;
font-size: 15px;
line-height: 1.2; }
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder {
text-transform: uppercase;
color: #262526;
font-size: 15px;
line-height: 1.2; }
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
text-transform: uppercase;
color: #262526;
font-size: 15px;
line-height: 1.2; } .radio,
.checkbox {
display: block;
margin-top: 6px;
margin-bottom: 6px;
padding-left: 12px;
vertical-align: middle; }
.radio label,
.checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: 12px; }
.radio + .radio,
.checkbox + .checkbox {
margin-top: -6px; }
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 12px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 6px; } @media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .form-control {
display: inline-block; }
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0; }
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0; } } .input-group {
position: relative;
display: table;
border-collapse: separate; }
.input-group.col {
float: none;
padding-left: 0;
padding-right: 0; }
.input-group .form-control {
width: 100%;
margin-bottom: 0; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; }
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle; } p .alignleft { margin-left: 0 !important;
margin-right: 3rem; margin-top: 3rem;
margin-bottom: 3rem; }
p .alignright { margin-right: 0 !important;
margin-left: 3rem; margin-top: 3rem;
margin-bottom: 3rem; }
p .aligncenter {
margin-top: 3rem;
margin-bottom: 3rem; }
p .alignleft,
p .alignright,
p .aligncenter,
p .alignnone {
clear: none; }
p .alignnone {
display: inline-block; }
.alignleft,
.alignright,
.aligncenter,
.alignnone {
margin-top: 2rem;
margin-bottom: 2rem;
max-width: 100%; }
.alignleft, .alignleft img,
.alignright,
.alignright img,
.aligncenter,
.aligncenter img,
.alignnone,
.alignnone img {
display: block; }
.alignnone,
.aligncenter {
display: block; }
.aligncenter {
margin-left: auto;
margin-right: auto;
text-align: center; }
.entry-content .aligncenter + p, .entry-content
.alignnone + p {
margin-top: 2rem; }
.alignleft.alignleft,
.alignright.alignright {
max-width: 50%; }
.alignleft { margin-right: 2rem !important;
float: left;
text-align: left;
clear: left; }
.alignright { margin-left: 2rem !important;
float: right;
text-align: right;
clear: right; }
.aligncenter, .aligncenter img {
margin-left: auto;
margin-right: auto; }
figure {
width: 100%; }
figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
margin-top: 2rem; }   .btn, .comments_add-comment, .form-submit #comment-submit, .wpcf7-form-control.wpcf7-submit, .widget_tag_cloud a, .read-more-button {
padding: 12px 30px;
font-size: 12px;
line-height: 1;
font-weight: normal;
text-transform: uppercase;
letter-spacing: .2em;
background-color: #262526;
color: #919191;
-webkit-transition: all .15s;
transition: all .15s;
border-radius: 3px; }
.btn:hover, .comments_add-comment:hover, .form-submit #comment-submit:hover, .wpcf7-form-control.wpcf7-submit:hover, .widget_tag_cloud a:hover, .read-more-button:hover {
background-color: #c59d5f; }
.btn.a, .a.comments_add-comment, .form-submit .a#comment-submit, .a.wpcf7-form-control.wpcf7-submit, .widget_tag_cloud a.a, .a.read-more-button {
border-bottom: none; }
.btn--primary, .comments_add-comment, .form-submit #comment-submit {
background-color: #c59d5f;
color: white; }
.btn--primary:hover, .comments_add-comment:hover, .form-submit #comment-submit:hover {
background-color: #262526; }
.btn--secondary, .btn--tertiary, .wpcf7-form-control.wpcf7-submit {
color: #FFFFFF; }
.btn--tertiary {
background-color: #919191; } .btn--small, .comments_add-comment {
padding: 9px 18px; }
.btn--large {
font-size: 16px;
padding: 12px 2em; }
.btn--huge {
padding: 18px 2.5em;
font-size: 20px; }
.btn-list, .widget_tag_cloud .wp-tag-cloud {
padding: 0;
margin: 0 0 0 -2px;
list-style: none; }
.btn-list > .btn, .widget_tag_cloud .wp-tag-cloud > .btn, .btn-list > .comments_add-comment, .widget_tag_cloud .wp-tag-cloud > .comments_add-comment, .form-submit .btn-list > #comment-submit, .widget_tag_cloud .form-submit .wp-tag-cloud > #comment-submit, .form-submit .widget_tag_cloud .wp-tag-cloud > #comment-submit, .btn-list > .wpcf7-form-control.wpcf7-submit, .widget_tag_cloud .wp-tag-cloud > .wpcf7-form-control.wpcf7-submit, .widget_tag_cloud .btn-list > a, .widget_tag_cloud .wp-tag-cloud > a, .btn-list > .read-more-button, .widget_tag_cloud .wp-tag-cloud > .read-more-button, .btn-list > li, .widget_tag_cloud .wp-tag-cloud > li, .btn-list > a, .widget_tag_cloud .wp-tag-cloud > a {
float: left;
margin-left: 2px;
margin-bottom: 2px; }
.meta-list {
margin-bottom: 12px; }
.meta-list .btn, .meta-list .comments_add-comment, .meta-list .form-submit #comment-submit, .form-submit .meta-list #comment-submit, .meta-list .wpcf7-form-control.wpcf7-submit, .meta-list .widget_tag_cloud a, .widget_tag_cloud .meta-list a, .meta-list .read-more-button {
padding: 0 6px;
font-size: 12px;
font-size: 0.75rem;
line-height: 2.01;
text-transform: uppercase;
font-weight: normal; }
.meta-list .list-head {
margin-right: 12px;
border: 1px solid transparent; }
.meta-list a.btn, .meta-list a.comments_add-comment, .meta-list .form-submit a#comment-submit, .form-submit .meta-list a#comment-submit, .meta-list a.wpcf7-form-control.wpcf7-submit, .meta-list .widget_tag_cloud a, .widget_tag_cloud .meta-list a, .meta-list a.read-more-button {
margin-left: 0;
border: 1px solid #d8d8d8;
border-right: 0;
border-radius: 0;
background: transparent; }
.meta-list a.btn:hover, .meta-list a.comments_add-comment:hover, .meta-list .form-submit a#comment-submit:hover, .form-submit .meta-list a#comment-submit:hover, .meta-list a.wpcf7-form-control.wpcf7-submit:hover, .meta-list .widget_tag_cloud a:hover, .widget_tag_cloud .meta-list a:hover, .meta-list a.read-more-button:hover {
color: #c59d5f; }
.meta-list a.btn:last-child, .meta-list a.comments_add-comment:last-child, .meta-list .form-submit a#comment-submit:last-child, .form-submit .meta-list a#comment-submit:last-child, .meta-list a.wpcf7-form-control.wpcf7-submit:last-child, .meta-list .widget_tag_cloud a:last-child, .widget_tag_cloud .meta-list a:last-child, .meta-list a.read-more-button:last-child {
border-right: 1px solid #d8d8d8; }
.btn.btn--text, .btn--text.comments_add-comment, .comments_add-comment.read-more-button, .form-submit .btn--text#comment-submit, .form-submit #comment-submit.read-more-button, .btn--text.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit.read-more-button, .widget_tag_cloud a.btn--text, .widget_tag_cloud a.read-more-button, .read-more-button {
padding: 3px 0;
background: transparent !important;
border: 0;
border-bottom: 2px solid #c59d5f;
border-radius: 0;
font-size: 15px;
line-height: 1;
text-transform: uppercase;
letter-spacing: 0.1em; }
.btn.btn--text:hover, .btn--text.comments_add-comment:hover, .form-submit .btn--text#comment-submit:hover, .form-submit #comment-submit.read-more-button:hover, .btn--text.wpcf7-form-control.wpcf7-submit:hover, .widget_tag_cloud a.btn--text:hover, .read-more-button:hover {
color: #262526;
border-color: #262526; } .author__avatar {
margin-top: 6px;
margin-top: 0.375rem; }
.author__avatar img {
max-width: 80px; }
@media only screen and (max-width: 899px) {
.author__avatar {
float: none;
margin-right: 0; }
.author__avatar img {
margin: 0 auto; }
.author__title {
text-align: center;
margin: 12px 0;
margin: 0.75rem 0; } }
.author__text {
color: #b3b3b3; }
.author__title h4 {
margin: 0;
margin-bottom: 6px; }
.author__title a {
color: inherit; }
.author__bio {
margin-bottom: 0;
font-size: 15px;
line-height: 1.4; }
.author__social-links__list-item {
margin-right: 18px;
margin-right: 1.125rem; }
.author__social-link {
color: #b3b3b3; }
.author__social-link i {
margin-right: 6px; } .article__title a, .latest-comments__title a {
-ms-word-wrap: break-word;
word-wrap: break-word;
color: #262526; }
.post .article__title, .post .latest-comments__title {
-ms-word-wrap: break-word;
word-wrap: break-word; }
@media only screen and (min-width: 900px) {
.post .article__title, .post .latest-comments__title {
margin-top: 42px;
margin-bottom: 36px; } }
.article--page {
position: relative; }
.article--page:empty:before, .article--page:empty:after {
display: none; }
.article__header .flexbox, .article__header .site-title, .article__header .flexbox__item, .article__header .site-logo {
pointer-events: none; }
.article__header .flexbox__item *, .article__header .site-logo * {
pointer-events: auto; }
.article__header.has-no-image {
background: #333; }
.blurp--top {
position: absolute;
bottom: 100%;
left: 50%;
z-index: 10;
margin-left: -96px;
margin-bottom: -12px;
color: #ffffff; }
.article__header.article__header--page {
position: relative;
overflow: hidden; }
.article__header.article__header--page .flexbox, .article__header.article__header--page .site-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.article__header.article__header--page .flexbox__item, .article__header.article__header--page .site-logo {
text-align: center; }
.article__header.article__header--page.header--slideshow {
padding: 0; }
.blurp--top {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%; }
.article__header {
position: relative;
z-index: 10; }
.article--main {
position: relative;
z-index: 20;
will-change: transform; }
.article__parallax {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
@media only screen and (max-width: 899px) {
.article__parallax:first-of-type:after {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, transparent));
background: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
pointer-events: none;
-webkit-transform: translateZ(0);
transform: translateZ(0); } }
.article__parallax .flexbox__item *, .article__parallax .site-logo *,
.covers .article__parallax {
pointer-events: auto; }
.article__parallax .gmap,
.article__parallax .gmap--multiple-pins,
.article__parallax .article__parallax__img,
.article__parallax .article__parallax__slider {
will-change: transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.article__parallax .gmap,
.article__parallax .gmap--multiple-pins {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.article__parallax--map {
bottom: auto;
right: auto;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh; }
.article__parallax__slider {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
will-change: transform; }
.article__parallax__slider img {
position: absolute; }
.no-scroll-effect .article__parallax,
.no-scroll-effect .article__parallax .gmap,
.no-scroll-effect .article__parallax .gmap--multiple-pins,
.no-scroll-effect .article__parallax__img,
.no-scroll-effect .article__parallax__slider {
-webkit-transform: none !important;
transform: none !important;
top: 0 !important; }
.article__parallax__img {
position: absolute; }
.page .article__content {
position: relative;
width: 100%;
padding: 35px 0;
background-color: white; }
.page .archive .article__content {
padding: 0; }
.page .article--subpage.no-page-header .article__content {
padding-top: 0; }
.down-arrow {
position: absolute;
left: 50%;
z-index: 100;
display: block;
width: 80px;
height: 80px;
margin-left: -40px;
opacity: 0.7;
cursor: pointer; }
.down-arrow .arrow {
position: absolute;
top: 50%;
left: 50%;
z-index: 20;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.down-arrow--bubble {
bottom: 100%;
margin-bottom: -16px; }
.down-arrow--bubble .arrow {
width: 16px;
height: 16px;
margin-left: -8px;
margin-top: -8px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
color: #000000; }
.down-arrow--transparent {
bottom: 105%; }
.down-arrow--transparent .arrow {
width: 24px;
height: 24px;
margin-left: -12px;
margin-top: -12px;
border-right: 3px solid white;
border-bottom: 3px solid white; }
.down-arrow.down-arrow--inverse {
bottom: -30px;
width: 60px;
height: 60px;
margin-left: -30px;
background: white;
opacity: 1;
border-radius: 18px;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.down-arrow.down-arrow--inverse .arrow {
top: 10px;
left: 10px;
width: 16px;
height: 16px;
margin: 0;
border-color: #262526;
-webkit-transform: rotate(0);
transform: rotate(0); }
.sticky {
color: inherit; }
.c-hero__map {
width: 100% !important; }
.article__content .rsOverflow {
-webkit-transition: none !important;
transition: none !important; } .article__header .article__headline {
position: relative;
display: inline-block;
margin-bottom: 0;
text-align: center; }
.article__header .article__headline .headline__primary,
.article__header .article__headline .headline__secondary,
.article__header .article__headline .headline__description,
.article__header .article__headline .star,
.article__header .article__headline .line,
.article__header .article__headline .arrow {
opacity: 1; }
.article__header .article__headline .headline__primary {
display: inline-block; }
.article__header .article__headline .pixcode--separator {
display: inline-block;
margin-left: auto;
margin-right: auto; }
.article__header .article__headline .separator {
display: block;
margin-top: 3px;
margin-bottom: 3px; }
.article__header .article__headline .headline__primary,
.article__header .article__headline .headline__description h5 {
color: #FFFFFF; }
.article__header .article__headline .headline__description .btn, .article__header .article__headline .headline__description .comments_add-comment, .article__header .article__headline .headline__description .form-submit #comment-submit, .form-submit .article__header .article__headline .headline__description #comment-submit, .article__header .article__headline .headline__description .wpcf7-form-control.wpcf7-submit, .article__header .article__headline .headline__description .widget_tag_cloud a, .widget_tag_cloud .article__header .article__headline .headline__description a, .article__header .article__headline .headline__description .read-more-button {
background-color: white; }
.break-words, .headline__primary, .headline__secondary {
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; }
.headline__primary {
position: relative;
z-index: 1;
margin: 0;
letter-spacing: 0.2em;
margin-right: -0.1em; }
@media screen and (max-width: 900px) {
.headline__primary {
font-size: 37px; } }
.headline__secondary {
position: relative;
font-family: "Herr Von Muellerhoff", Palatino, serif;
font-size: 100px;
font-weight: normal;
letter-spacing: 0;
text-transform: none;
padding: 0 72px;
margin: 0 -72px;
color: #c59d5f;
margin-bottom: -38px; }
@media screen and (max-width: 900px) {
.headline__secondary {
font-size: 85px;
padding: 0 36px;
margin: 0 -36px; }
.headline__secondary.headline__secondary {
margin-bottom: -24px; } } .headline__secondary .first-letter {
position: relative;
top: 10px;
font-size: 1.22em;
padding-left: 72px;
margin: 0 -72px;
letter-spacing: 72px; } .headline__description h1, .headline__description h2, .headline__description .tabs__nav, .headline__description .site-title--text, .headline__description h3, .headline__description h4, .headline__description h5, .headline__description h6 {
margin-bottom: 12px; }
.is-edge .headline__primary,
.is-edge .headline__secondary,
.is-edge .headline__description,
.is-edge .article__headline .star,
.is-edge .article__headline .line,
.is-edge .article__headline .arrow,
.is-edge .article__headline .btn,
.is-edge .article__headline .comments_add-comment,
.is-edge .article__headline .form-submit #comment-submit,
.form-submit .is-edge .article__headline #comment-submit,
.is-edge .article__headline .wpcf7-form-control.wpcf7-submit,
.is-edge .article__headline .widget_tag_cloud a,
.widget_tag_cloud .is-edge .article__headline a,
.is-edge .article__headline .read-more-button {
opacity: 1 !important; } .c-hero {
position: relative;
min-height: 100vh;
color: #FFFFFF;
-webkit-transform: none !important;
transform: none !important; }
.c-hero.half-height {
min-height: 50vh; }
.c-hero.two-thirds-height {
min-height: 66.666666vh; }
.c-hero__background {
background-color: #262526; }
.c-hero__slider {
position: absolute;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
overflow: hidden; }
.c-hero__slide {
position: relative;
width: 100%;
-ms-flex-negative: 0;
flex-shrink: 0; }
.c-hero__layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.c-hero__wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 5vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.c-hero__wrapper--left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left; }
.c-hero__wrapper--right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right; }
.c-hero__wrapper--top > * {
-ms-flex-item-align: start;
align-self: flex-start; }
.c-hero__wrapper--bottom > * {
-ms-flex-item-align: end;
align-self: flex-end; }
.c-hero__image,
.c-hero__video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
max-width: none;
-o-object-fit: cover;
object-fit: cover; }
.c-hero__map,
.c-hero__slider {
width: 100% !important;
height: 100%;
left: 0 !important; } .badge {
width: 2.5em;
padding: .15em 0;
font-family: "Source Sans Pro", Georgia, serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.51;
position: relative;
text-align: center;
background-color: #c59d5f;
color: white; }
.badge:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
right: 0;
top: 100%;
border: 0 solid transparent;
border-width: 6px 12px;
border-width: 0.375rem 0.75rem;
border-left: 0;
border-top-color: #262526; }
.badge__text {
display: block;
text-transform: uppercase;
font-size: 10px;
font-size: 0.625rem;
margin-top: -.2em;
margin-bottom: .4em; }
.badge--article {
position: absolute;
top: 12px;
top: 0.75rem;
right: -12px;
right: -0.75rem;
font-size: 24px;
font-size: 1.5rem;
z-index: 30; }
.badge--article--list {
width: 2em;
padding: 4px 0;
padding: 0.25rem 0;
font-size: 16px;
font-size: 1rem; }
.badge--review {
display: inline-block;
margin-right: -36px;
margin-right: -2.25rem; }   .comments-area {
position: relative;
margin-top: 48px; }
.comments-area:before {
content: "";
position: absolute;
left: 20px;
top: 0;
border-left: 1px solid currentColor;
opacity: 0.375;
height: 100%; }
.comments-area.no-comments {
padding: 0; }
.comments-area.no-comments:before {
content: none; }
.comment-number, .comment-number--dark, .comments-area-title .comment-number.total, .comment-reply-title .comment-number.total, .add-comment .add-comment__button {
width: 42px;
height: 42px;
border: 1px solid currentColor;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
line-height: 42px;
text-align: center;
background: white; }
.comment-number.total, .total.comment-number--dark, .comments-area-title .total.comment-number, .comment-reply-title .total.comment-number, .add-comment .total.add-comment__button {
margin-right: 12px; }
.comment-number--dark, .comments-area-title .comment-number.total, .comment-reply-title .comment-number.total, .add-comment .add-comment__button {
border: 0;
display: inline-block;
background-color: currentColor;
color: white;
font-size: 20px;
font-size: 1.25rem;
line-height: 1.21;
line-height: 42px;
font-weight: 500; }
.comments-area-title .comments-title, .comments-area-title a, .comment-reply-title .comments-title, .comment-reply-title a {
display: inline-block;
vertical-align: middle; }
.comments-area-title .comments-title, .comment-reply-title .comments-title {
margin: 0;
margin-right: 6px;
font-size: 20px;
font-weight: bold;
text-transform: none; }
.comments-area-title .total.comment-number--dark, .comments-area-title .total.comment-number, .comments-area-title .add-comment .total.add-comment__button, .add-comment .comments-area-title .total.add-comment__button, .comment-reply-title .total.comment-number--dark, .comment-reply-title .total.comment-number, .comment-reply-title .add-comment .total.add-comment__button, .add-comment .comment-reply-title .total.add-comment__button {
color: #FFFFFF;
background-color: #262526;
position: relative;
z-index: 1; }
.comment-reply-title {
margin-bottom: 24px; }
.commentlist > .comment, .commentlist > .pingback {
padding-left: 60px; }
.comment, .pingback {
position: relative; }
.comment .comment-number, .comment .comment-number--dark, .comment .comments-area-title .comment-number.total, .comments-area-title .comment .comment-number.total, .comment .comment-reply-title .comment-number.total, .comment-reply-title .comment .comment-number.total, .comment .add-comment .add-comment__button, .add-comment .comment .add-comment__button, .pingback .comment-number, .pingback .comment-number--dark, .pingback .comments-area-title .comment-number.total, .comments-area-title .pingback .comment-number.total, .pingback .comment-reply-title .comment-number.total, .comment-reply-title .pingback .comment-number.total, .pingback .add-comment .add-comment__button, .add-comment .pingback .add-comment__button {
position: absolute;
left: 0;
top: 24px;
z-index: 1; }
@media only screen and (max-width: 899px) {
.comment .comment-number, .comment .comment-number--dark, .comment .comments-area-title .comment-number.total, .comments-area-title .comment .comment-number.total, .comment .comment-reply-title .comment-number.total, .comment-reply-title .comment .comment-number.total, .comment .add-comment .add-comment__button, .add-comment .comment .add-comment__button, .pingback .comment-number, .pingback .comment-number--dark, .pingback .comments-area-title .comment-number.total, .comments-area-title .pingback .comment-number.total, .pingback .comment-reply-title .comment-number.total, .comment-reply-title .pingback .comment-number.total, .pingback .add-comment .add-comment__button, .add-comment .pingback .add-comment__button {
left: -60px; } }
@media only screen and (max-width: 899px) {
.depth-1 > .comment-article > .comment-number, .depth-1 > .comment-article > .comment-number--dark, .comments-area-title .depth-1 > .comment-article > .comment-number.total, .comment-reply-title .depth-1 > .comment-article > .comment-number.total, .add-comment .depth-1 > .comment-article > .add-comment__button {
left: 0; } }
.comments_add-comment {
margin-top: 3px;
text-transform: uppercase; }
.commentlist {
list-style: none;
margin: 0;
border-left: 0;
padding-left: 0; }
li.comment, li.pingback {
display: block;
margin-bottom: 0;
padding-top: 24px;
padding-top: 1.5rem; }
li.comment .children, li.pingback .children {
position: relative;
margin-left: 0;
margin-top: -24px;
margin-top: -1.5rem; }
@media only screen and (min-width: 900px) {
li.comment .children li, li.pingback .children li {
padding-left: 72px; }
li.comment .children li:before, li.pingback .children li:before {
content: "";
position: absolute;
top: 45px;
border-top: 1px solid currentColor;
opacity: 0.375; } }
li.comment .children li .comment-number, li.comment .children li .comment-number--dark, li.comment .children li .add-comment .add-comment__button, .add-comment li.comment .children li .add-comment__button, li.pingback .children li .comment-number, li.pingback .children li .comment-number--dark, li.pingback .children li .add-comment .add-comment__button, .add-comment li.pingback .children li .add-comment__button {
border: 0; }
li.comment .children li .comment-number:before, li.comment .children li .comment-number--dark:before, li.comment .children li .add-comment .add-comment__button:before, .add-comment li.comment .children li .add-comment__button:before, li.pingback .children li .comment-number:before, li.pingback .children li .comment-number--dark:before, li.pingback .children li .add-comment .add-comment__button:before, .add-comment li.pingback .children li .add-comment__button:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: currentColor;
opacity: 0.1; }
li.depth-2:before {
left: -40px;
width: 60px; }
@media only screen and (min-width: 900px) {
li.depth-3:before {
left: -112px;
width: 112px; }
li.depth-4:before {
left: -184px;
width: 184px; }
li.depth-5:before {
left: -256px;
width: 256px; }
li.depth-6:before {
left: -328px;
width: 328px; }
li.depth-7:before {
left: -400px;
width: 400px; }
li.depth-8:before {
left: -472px;
width: 472px; }
li.depth-9:before {
left: -544px;
width: 544px; }
li.depth-10:before {
left: -616px;
width: 616px; } }
.comment__meta {
font-size: 12px;
font-size: 0.75rem;
line-height: 2.01; }
.comment__author-name {
margin-right: 5px;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.61;
font-style: normal;
font-weight: bold; }
.comment-article {
margin-bottom: 0; }
.comment-article:hover .comment-reply-link {
opacity: 1; }
.comment-article:hover .comment-edit-link {
opacity: 0.55; }
.comment-article:hover .comment-edit-link:hover {
opacity: 1; }
.comment__avatar {
margin-right: 12px;
margin-right: 0.75rem; }
.comment__timestamp {
color: currentColor;
opacity: 0.55; }
.comment__timestamp:hover {
opacity: 1; }
.comment__avatar {
margin-bottom: 24px;
margin-bottom: 1.5rem; }
.comment__content {
position: relative;
margin-bottom: 24px;
margin-bottom: 1.5rem;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
color: #919191; }
.comment__links {
display: inline-block;
margin-left: 12px;
font-size: 12px;
font-size: 0.75rem;
line-height: 2.01; }
.comment-edit-link, .comment-reply-link {
color: inherit;
opacity: 0;
margin-right: 12px;
margin-right: 0.75rem;
-webkit-transition: opacity .15s ease-in-out, color .15s ease-in-out;
transition: opacity .15s ease-in-out, color .15s ease-in-out;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
@media only screen and (max-width: 899px) {
.comment-edit-link, .comment-reply-link {
opacity: .55; } }
.comment-reply-link {
color: #c59d5f; }
.logged-in-as {
margin: -12px 0;
margin: -0.75rem 0; }
.comment-reply-title {
margin-top: 0; }
.comment-respond {
position: relative; }
@media only screen and (min-width: 900px) {
.comment-respond {
padding-left: 58px; }
.comment .comment-respond {
padding-left: 0; }
.comment-respond .comment-reply-title {
margin-left: -58px; }
.comment .comment-respond .comment-reply-title {
margin-left: 0; }
.comment .comment-respond .comment-number, .comment .comment-respond .comment-number--dark, .comment .comment-respond .add-comment .add-comment__button, .add-comment .comment .comment-respond .add-comment__button {
display: none; } }
#cancel-comment-reply-link {
position: absolute;
bottom: 24px;
bottom: 1.5rem;
left: 0;
z-index: 5;
text-decoration: none;
font-style: normal; } .lt-ie9 .comment-form label {
display: block; }
.comment-form input, .comment-form textarea {
outline: 0 !important;
font-size: 16px;
font-size: 1rem;
line-height: 1.51;
font-weight: 300;
border-radius: 0; }
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
display: none; }
.comment-form-cookies-consent input[type="checkbox"] {
margin-right: 1em; }
.comment-form-cookies-consent label {
display: inline; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
padding: 6px 0;
border: none;
border-bottom: 1px solid #d8d8d8; }
.comment-form-author input::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder {
font-style: normal;
font-weight: 300; }
.comment-form-author input:-moz-placeholder,
.comment-form-email input:-moz-placeholder,
.comment-form-url input:-moz-placeholder {
font-style: normal;
font-weight: 300; }
.comment-form-author input::-moz-placeholder,
.comment-form-email input::-moz-placeholder,
.comment-form-url input::-moz-placeholder {
font-style: normal;
font-weight: 300; }
.comment-form-author input:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder {
font-style: normal;
font-weight: 300; }
.lt-ie9 .comment-form-author, .lt-ie9
.comment-form-email, .lt-ie9
.comment-form-url {
width: 30%;
float: none;
display: inline-block; }
.comment-form-comment textarea,
.form-submit textarea,
.comment-subscription-form textarea {
padding: 0;
border: 0;
border-bottom: 1px solid #d8d8d8;
background: transparent;
line-height: 26px; }
.comment-form-comment {
position: relative; }
.comment-form-comment:before {
content: "";
position: absolute;
top: 0;
left: 1.5rem;
width: calc(100% - 1.5rem);
height: 100%;
background: radial-gradient(circle closest-side, currentColor 50%, transparent 1%);
background-position: 0 8px;
background-size: 3px 26px;
background-repeat: repeat;
z-index: -1; } .form-submit #comment-submit {
text-transform: uppercase;
float: right; }
.lt-ie9 .form-submit #comment-submit {
width: 100px; }
.add-comment {
margin-top: 48px; }
.add-comment .add-comment__button {
position: relative;
z-index: 1;
margin-right: 12px;
font-size: 25px;
line-height: 30px; }
.add-comment .add-comment__text {
font-size: 20px;
font-weight: bold; } .pixcode--icon {
display: inline-block;
text-align: center;
font-size: 21px;
font-size: 1.3125rem;
color: #262526; }
.pixcode--icon.square, .pixcode--icon.circle {
display: inline-block;
background-color: #262526;
color: white;
padding: 0;
font-size: 18px;
font-size: 1.125rem;
width: 2.66667em;
height: 2.66667em;
line-height: 2.66667em; }
.pixcode--icon.square:hover, .pixcode--icon.circle:hover {
background-color: #c59d5f;
color: white; }
.site__footer .pixcode--icon.square, .site__footer .pixcode--icon.circle {
background-color: #262525; }
.pixcode--icon.square {
border-radius: 3px; }
.pixcode--icon.circle {
border-radius: 999px; }
.pixcode--icon.small {
font-size: 16px;
font-size: 1rem; }
.pixcode--icon.small.circle, .pixcode--icon.small.square {
width: 2.25em;
height: 2.25em;
line-height: 2.25em; }
.pixcode--icon.medium {
font-size: 21px;
font-size: 1.3125rem; }
.pixcode--icon.medium.circle, .pixcode--icon.medium.square {
width: 2.28571em;
height: 2.28571em;
line-height: 2.28571em; }
.pixcode--icon.big {
font-size: 36px;
font-size: 2.25rem; }
.pixcode--icon.big.circle, .pixcode--icon.big.square {
width: 2em;
height: 2em;
line-height: 2em; } a > .pixcode--icon {
-webkit-transition: all 0.15s;
transition: all 0.15s; }
a:hover > .pixcode--icon {
text-decoration: none;
border: none;
color: #c59d5f; }
a:hover > .pixcode--icon.circle, a:hover > .pixcode--icon.square {
background-color: #c59d5f; }
.social-links-list a {
padding: 0 3px;
border: 0; } .navigation--main {
float: right; }
@media only screen and (min-width: 900px) {
.navigation--main {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.navigation--main > .nav--main {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; } } .nav--main {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.nav--main > li > a {
padding: 12px 24px;
padding: 0.75rem 1.5rem;
text-transform: uppercase; }
.nav--main a {
color: #262526;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
-webkit-transition: color .2s linear;
transition: color .2s linear; }
.nav--main a:hover {
color: #c59d5f; }
.header--transparent .nav--main a {
color: white; }
.headroom--not-top .nav--main a {
color: #262526; }
@media only screen and (min-width: 900px) {
.nav--main li[class*="current-menu"] > a:after {
content: "";
display: block;
border-bottom: 2px solid currentColor; } }
.lt-ie9 .header--transparent .nav--main a, .ie9 .header--transparent .nav--main a {
color: black; }
.nav__item--relative {
position: relative; }
.menu-item-has-children, .menu-item-language {
position: relative; }
.menu-item-has-children:after, .menu-item-language:after {
content: "";
position: absolute;
top: 50%;
right: 6px;
margin-top: -2px;
display: inline-block;
width: 5px;
height: 5px;
border-right: 1px solid #262526;
border-bottom: 1px solid #262526;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg); }
.header--transparent .menu-item-has-children:after, .header--transparent .menu-item-language:after {
border-color: white; }
.menu-item-has-children:hover > .sub-menu, .menu-item-language:hover > .sub-menu, .menu-item-has-children.hover > .sub-menu, .hover.menu-item-language > .sub-menu, .menu-item-has-children:focus-within > .sub-menu, .menu-item-language:focus-within > .sub-menu {
display: block; }
.is--ie .menu-item-has-children, .is--ie .menu-item-language {
background-color: rgba(255, 255, 255, 0.01); }
.lt-ie9 .menu-item-has-children, .lt-ie9 .menu-item-language, .ie9 .menu-item-has-children, .ie9 .menu-item-language {
background-color: white; }  .sub-menu {
position: absolute;
top: 100%;
left: 50%;
display: none;
min-width: 170px;
text-align: center;
background: white;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.lt-ie9 .sub-menu {
left: 0;
-webkit-transform: none;
transform: none; }
.header--transparent .sub-menu {
background: transparent; }
.is--ie .header--transparent .sub-menu {
background-color: rgba(255, 255, 255, 0.01); }
.lt-ie9 .header--transparent .sub-menu, .ie9 .header--transparent .sub-menu {
background: white; }
.headroom--not-top .sub-menu, .is--ie .headroom--not-top .sub-menu {
background: white; }
.sub-menu a {
padding: 12px; }
.sub-menu > li > a {
display: inline-block; }
.sub-menu .menu-item-has-children, .sub-menu .menu-item-language {
position: relative; }
.sub-menu .menu-item-has-children:after, .sub-menu .menu-item-language:after {
right: 24px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sub-menu .sub-menu {
left: 100%;
top: 0;
-webkit-transform: none;
transform: none; } button.nav-trigger {
position: absolute;
top: 33px;
left: 1.4vw;
z-index: 20;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 50px;
width: 50px;
padding: 0 12px;
background: transparent;
border: 0;
outline: 0; }
@media only screen and (min-width: 900px) {
button.nav-trigger {
display: none; } }
.nav-icon {
position: relative;
top: 2px;
right: inherit;
display: block;
height: 2px;
background-color: black;
border-radius: 2.5rem;
-webkit-transition: all .3s;
transition: all .3s; }
.nav-icon:after, .nav-icon:before {
content: "";
position: absolute;
z-index: -1;
display: block;
height: 2px;
width: 100%;
border-radius: 2.5rem;
background-color: black;
-webkit-transition: all .3s;
transition: all .3s; }
.nav-icon:before {
top: -7px; }
.nav-icon:after {
top: 7px; }
.navigation--is-visible .nav-icon {
background-color: transparent !important; }
.navigation--is-visible .nav-icon:after, .navigation--is-visible .nav-icon:before {
background-color: white !important; }
.navigation--is-visible .nav-icon:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 0; }
.navigation--is-visible .nav-icon:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 0; }
.navigation--is-visible.android-browser .nav-icon:before,
.navigation--is-visible.is--winmob .nav-icon:before {
-webkit-transform: none;
transform: none;
top: -7px; }
.navigation--is-visible.android-browser .nav-icon:after,
.navigation--is-visible.is--winmob .nav-icon:after {
-webkit-transform: none;
transform: none;
top: 7px; }
.header--transparent .nav-icon, .header--transparent .nav-icon:before, .header--transparent .nav-icon:after {
background-color: white; }
.site-header.headroom--not-top .nav-icon, .site-header.headroom--not-top .nav-icon:before, .site-header.headroom--not-top .nav-icon:after {
background-color: black; }
.nav-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 10;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
pointer-events: none;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear; }
.navigation--is-visible .nav-overlay {
opacity: 1;
pointer-events: auto; }
@media only screen and (min-width: 900px) {
.nav-overlay {
display: none; } }
@media only screen and (min-width: 900px) {
.navigation--main {
height: auto !important; } }
@media only screen and (max-width: 899px) {
.navigation--main {
position: fixed;
left: 0;
top: 0;
bottom: 0;
display: none;
z-index: 20;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
width: 84vw;
padding: 44px;
border: 0;
text-align: left;
text-transform: none;
background: #262526; }
.is--loaded .navigation--main {
display: block; }
.android-browser .navigation--main,
.is--winmob .navigation--main {
width: 300px;
left: -300px; }
.admin-bar .navigation--main {
padding-top: 32px; } }
@media only screen and (max-width: 899px) and (max-width: 782px) {
.admin-bar .navigation--main {
padding-top: 46px; } }
@media only screen and (max-width: 899px) {
.navigation--main .nav--items-menu {
width: 100%;
padding: 26px 0;
margin-bottom: 14px;
border-top: 1px solid #41403d;
border-bottom: 1px solid #41403d; }
.navigation--main .nav--main li {
display: list-item;
padding: 0;
text-align: left; }
.navigation--main .nav--main li:last-child {
border-bottom: 0; }
.navigation--main .nav--main li a {
display: block;
padding: 14px 0;
color: inherit;
font-size: 16px;
font-size: 1rem;
line-height: 1.51; }
.navigation--main .nav--main li a:before {
content: none; }
.navigation--main .nav--main li.menu-item-has-children:after, .navigation--main .nav--main li.menu-item-language:after {
content: none; }
.navigation--main .nav--main li.menu-item-has-children > a, .navigation--main .nav--main li.menu-item-language > a {
position: relative; }
.navigation--main .nav--main li.menu-item-has-children > a:after, .navigation--main .nav--main li.menu-item-language > a:after {
content: "";
position: relative;
top: -2px;
display: inline-block;
width: 8px;
height: 8px;
margin-left: 15px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.navigation--main .nav--main li.menu-item-has-children > a:before, .navigation--main .nav--main li.menu-item-language > a:before {
content: "";
position: absolute;
top: 3px;
bottom: 3px;
left: -5px;
right: -5px;
z-index: -1;
display: block;
opacity: 0;
pointer-events: none;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.5); }
.navigation--main .nav--main li.menu-item-has-children:hover > a:after, .navigation--main .nav--main li.menu-item-language:hover > a:after, .navigation--main .nav--main li.menu-item-has-children.hover > a:after, .navigation--main .nav--main li.hover.menu-item-language > a:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.navigation--main .nav--main li.menu-item-has-children:hover > a:before, .navigation--main .nav--main li.menu-item-language:hover > a:before, .navigation--main .nav--main li.menu-item-has-children.hover > a:before, .navigation--main .nav--main li.hover.menu-item-language > a:before {
opacity: 1; }
.navigation--main .sub-menu {
position: static;
display: none;
padding: 4px 0;
border: 0;
background: transparent;
-webkit-transform: none;
transform: none;
opacity: .5; } }
@media only screen and (max-width: 899px) and (max-width: 899px) {
.navigation--main .sub-menu {
background: transparent !important; } }
@media only screen and (max-width: 899px) {
.navigation--main .nav--main .sub-menu li a {
padding: 10px 0; }
.navigation--main .sub-menu .sub-menu {
border: 0; }
#page {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
body .navigation--main,
body .nav-trigger {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
#page {
left: 0; }
.navigation--is-visible .nav-trigger {
-webkit-transform: translate3d(84vw, -50%, 0);
transform: translate3d(84vw, -50%, 0); }
.navigation--is-visible .navigation--main {
-webkit-transform: none;
transform: none; }
.navigation--is-visible.android-browser .nav-trigger,
.navigation--is-visible.is--winmob .nav-trigger {
-webkit-transform: translate3d(300px, -50%, 0);
transform: translate3d(300px, -50%, 0); }
.navigation--is-visible.android-browser .navigation--main,
.navigation--is-visible.is--winmob .navigation--main {
left: 0; } } .nav--items-social a {
white-space: nowrap;
padding-left: 12px !important;
padding-right: 12px !important; }
.nav--items-social a:before {
color: inherit; }
.nav--items-social i {
font-size: 14px; }
@media only screen and (max-width: 899px) {
.nav--items-social {
margin-bottom: 24px; }
.navigation--main .nav--items-social li {
display: inline-block;
border-bottom: 0; }
.navigation--main .nav--items-social li.menu-item-has-children > a, .navigation--main .nav--items-social li.menu-item-language > a {
border-bottom: 0; }
.nav--items-social ul.sub-menu {
display: none !important; } }
@media only screen and (max-width: 899px) {
.nav--items-social {
width: auto;
display: inline-block;
vertical-align: middle; } }
@media only screen and (min-width: 900px) {
.navigation--main {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navigation--main > .nav--items-menu {
-ms-flex-negative: 1;
flex-shrink: 1;
text-align: center; }
ul.nav.nav--items-social, ul.nav--items-social.author__social-links, ul.nav--items-social.commentlist, ul.nav--items-social.social-links-list, ul.nav--items-social.sub-menu, ul.nav--items-social.tabs__nav, ul.nav--items-social.menu-list__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; } } .pagination {
border: none;
text-align: center;
margin: 84px 0;
margin: 5.25rem 0;
padding-left: 0;
position: relative;
height: 38px; }
.pagination:after {
content: none; }
.pagination a, .pagination span {
position: relative;
z-index: 2;
display: inline-block;
padding: 6px 12px;
padding: 0.375rem 0.75rem;
border: 1px solid transparent;
font-size: 16px;
font-size: 1rem;
line-height: 1.51;
text-transform: uppercase;
color: #919191;
background: white;
-webkit-transition: all .15s linear;
transition: all .15s linear; }
.pagination a:hover {
color: white;
background-color: #c59d5f;
border-bottom: 1px solid transparent; }
.pagination span.current {
color: #262526; }
.inf_scroll .pagination {
display: none; }
.pagination .nav-links .page-numbers {
background-color: #262526; }
.pagination .page-numbers.prev, .pagination .page-numbers.next {
color: #FFFFFF; }
.pagination .nav-links .page-numbers.current {
color: #FFFFFF; }
.pagination .nav-links .page-numbers.prev.disabled, .pagination .nav-links .page-numbers.next.disabled {
background-color: #515150;
color: #919191; }
.pagination--single {
border: none;
text-align: center;
margin: 0 0 24px 0;
margin: 0 0 1.5rem 0;
padding-left: 0;
position: relative; }
.pagination--single:after {
content: none; }
.pagination--single > a, .pagination--single > span {
position: relative;
z-index: 2;
display: inline-block;
padding: 6px 12px;
padding: 0.375rem 0.75rem;
border: 1px solid transparent;
font-size: 16px;
font-size: 1rem;
line-height: 1.51;
text-transform: uppercase;
color: #919191;
background: white;
-webkit-transition: all .15s linear;
transition: all .15s linear; }
.pagination--single a:hover {
color: white !important;
background-color: #c59d5f;
border-bottom: 1px solid transparent; }
.pagination--single > span {
color: #262526;
border: 1px solid #d8d8d8; }
.page-numbers.prev, .page-numbers.next {
position: absolute;
top: 0;
color: #262526; }
.page-numbers.prev.disabled, .page-numbers.next.disabled {
color: #F0F0F0;
pointer-events: none; }
.page-numbers.prev {
left: 0; }
.page-numbers.prev:before {
margin-right: 12px; }
.page-numbers.prev:before {
content: "\2192"; }
.page-numbers.prev:before { content: "\2190"; }
.page-numbers.next {
right: 0; }
.page-numbers.next:after {
margin-left: 12px; }
.page-numbers.next:after {
content: "\2190"; }
.page-numbers.next:after { content: "\2192"; } @-webkit-keyframes clockwise {
to {
-webkit-transform: rotate(360deg) translateZ(0); } }
@keyframes clockwise {
to {
-webkit-transform: rotate(360deg) translateZ(0);
transform: rotate(360deg) translateZ(0); } }
.preloader {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABKZJREFUeNrUmktoXFUYx3/3zkynsWnsVGME26oRsVZFqgYFH/hY6MKUCrrxUSnFpeBCdKELiQjizo0LUVyICIK6Fd9UURSfraWtVUx9pY2tjSakmU7nXhf3f/Dryb3TmcxM5s4fDhMyyb3nd8/3Ot+5QRzHdEjrgJuBa4BLgPOBYWAQGAACDafY+2xLxTb/fz1wP3APcJl+F6QMK/+7WKPeDtRSQa4AHgO2AgUzoWAJ1wr1fyUgAmr67CrIMPA0cK+ZQCdV0JzqQLWVFWoFZCvwPLAmw7ZPAF8CO4HdwI/AIWDO/H1sTCrMMEO3OiVgQSt0WgVNOPsK4BlgR8oNQ2AX8BLwNnCsjVUoZACeAObbBVkFvALcmnKTH4AJ4N0ORZ4CUDZA9mGdBGYb3acRyADwJjCW8oQmgBd1g05rhReu3agD/2TBZIGUgNeBG72LTQLb5QPdVEH5x1+dWhZMmHGhCeB646Ax8A1w+zJAoKf/rz4tSBlYnRXDfW0BtmnykcZXwF3AUZZPsWBOap5urJLpNTStEeBDYMg8hYPA+DJD+A/7LEU2Ww0c1oqlrsgTsk1nTgvAQz2EQBYx45U3BZPPFoFcDtzp+cWzwB56r5rCr/WXQUW4RSAPexl4j3JIXjQnU7K5rOKDnAfc4jn4c13KE+1oxiRJ5/glC7LF2GOsrP0x+dNxmVlogIYsyLgxqQh4tVMbni5o1iuXVjuQc4ELDUQVeIf8as6rw8pAKQSuNX4RAd+JOq9yD/uUJBlqixob//ic/Ou45ycDRWCD2VoGwL4+AKka/w6AlUWF3sik/sk+A8GBVEzEosflSCvVsQUpFFVJ2q7FfB+ClIpLab3kRBYkDhWXbfg9ow8gCl74jUPgb6/GWtsHICUPpB4Cv5kcEpG0QfOuAQMRALVQO0BrWhf1AcigtyILoRKgBdncByAVD2Q+BL72QDaqzs+ritrmWpCZEJhWNncgBeCmHIOcIxgHUXWmBfCe5/DjOQbZ4Dn6tE0q73vmNQpclUOIsz2zCoApC3IY+MyD2S4zy4sC4FLPN46qpD8lzb+mGsaBXKD2UF40muLkP6fVKwfUcLB9rfu0De61zgQ2ea2gKZKW6iIQgJe1zXWrUgIedZ2KHqkMXKe5uB1hHdibVUGiuusFz1dGgMd1wV7kjBv4vxftTGo3STs3EwTgE3VRYq9seVKlwXKuxG0kB7DWLyaB3xvV9L6J7fKaEqPAU4rj3dZa4A6FW9tk+Av4PjWkNTh6K5N05y/2kmUVeAP4oAubslAh9mpNPjL3ngY+whwlNAsCsBJ4hKRTH3nmdhB4i6S92qmMPaaCMPIg/iA59s7sRTdzPF0EHiB5z8SHcUA7gW+XsN8va8U3kRzmRCkQ+0jO7xuuftDCSzVjwINapTjlpjUlqAPAnzKFWZJTYLerG5T9D5O8hDOi76KUUQU+BX5pKu23+HbQEHA3SZs1zphA/TQ/Z31vx37gC1d+dAPEab2iypVNAjUDUAd+0v7oSMuFWJvva1W0OptlLlGDkfX0jyhL76WN5nnQwRfPKkqc6+S4a+RPrne2oNbTMVWtU8Cvtl5qR/8NAAPspXCpQqeMAAAAAElFTkSuQmCC);
background-position: 50%;
background-size: cover;
width: 50px;
height: 50px;
border-radius: 100%;
-webkit-animation: clockwise 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
animation: clockwise 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite; }
.preloader-dark {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADheaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTMtMTEtMDdUMDk6Mjg6NDcrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxMy0xMS0wN1QwOToyOTo0MCswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTMtMTEtMDdUMDk6Mjk6NDArMDI6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZGRjYTVhNGUtZjQwOS1hYjQwLWE0MGItMWE1NDIxZjc2ZmYzPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmRkY2E1YTRlLWY0MDktYWI0MC1hNDBiLTFhNTQyMWY3NmZmMzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmRkY2E1YTRlLWY0MDktYWI0MC1hNDBiLTFhNTQyMWY3NmZmMzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkZGNhNWE0ZS1mNDA5LWFiNDAtYTQwYi0xYTU0MjFmNzZmZjM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTMtMTEtMDdUMDk6Mjg6NDcrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NTA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pia0yX0AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABHpJREFUeNrUmsuPFFUUxn91u3q625mxNQ4IKg8F1EB4RBPUaGJ87Vxpwkplx9YVG9e6dEH4I3Rh3GtIWLoimIgihgyOMuqg4jAPhulHlYs6F06fVPf0o7qn6iSdzFSnb92vvvOd162A7GwOOAocBJ4EdgJ1oAq8DwRdfhdncfMwg82/AbwG7FXXA/WxlvZdDESjgBoWyH7gPeAVwKnNBEOsFcgaJVmjNQygQYHUgQ+A13s88VHMARVhpzkIoEE28jJwBpg2IPzfLeAX4EfgV2ARWAY25Dt7T6fYIGVNBEwrKyAh8BHwTsrmA9n0t8B3wNqQLJQUMKuhFrA5KpAq8DFwXN3U/24B+BK4nFHkcUDZAPLX28JsPAyQKeAT4JBhogV8AXwjN8jaQtGJdbcIuNsNTNBjsbPAEbPgEnBO3Gmc5oBain5a3cCUuiz0IXDSgJ0HPgVuMX7zYThUrobSUjMNubWXgDdVkoqA68BnwCqTs1iefltFNye6ndoKyCPAaZNll4DPgXtM3mLlSlqnM3bvFsgpQewXaQDnJ8xEGph1oxUn+SwVyD7RRazY+Ar4je03L3LNSk1XJhrIu+YpLAAXyI/dE5fX4p+xQB4Djpkq9Osx5YlRbM0UmlXPilORCuVWC8AP5M8a8nB19q9pIFobMXAxq4ZnDLZhhH8fyKPA44qRJnCJ/NqGKSzLQOiAZ03ym1eo82j+YeskWXESdnXI/Zn8W8OE4koI7BAm/MWbBQDSNAVl2UnojRVttwoCRJf4U6EkFe1aqwUAEplkHodSSepQu1kQILqXKoVKH0WzDkac1DA6GVYKAkLnktiJJjSQmQIAKRkgkQP+USAiCcd5t4pKhgHQchJuNSO7CgCkahhphpIAI5VHnikAEN3qxsCmk8GCZmSPanfzqo9pw8i6A+7IgME3VE7Ns/JodSP2JtDw9HxvBH8yx0B2qMo3ECJIA+IFfyCHIB5W+vCM3NZAloGrqieJgbdJH+BtlwWiXz0SWpGSvmNk+i/wgooEM9JgLeYEyG6Soz5UnXVDNNIBZFVK+p0KzB6JauvbDGKa5JBVF4q3dcthh9g3gRPquiM5L/yJlMHxhKwMHKZz3tuWB9zuBqQhUeB5Jfwq8JTS0KRzxhHVM3l9zNu+Ke1Y4W+hcpcpJPeRnBG2JsjEMYlUWhd/pem22/nIDZJD/7oBc1Dc7+6YQcwKCFuJL8vDpF8gMXBNxD5r3OywuODSmELsXpI3KGxftAJcocvgsLRFO3mNZHinmfE3e1r89E6GGfs48IRvlkyEutJLo6UtFm8LmJqEZT2kqJEM9/bLtVUGH3qXhfWjUnVPKY/wtthPoBnkhYFDwFtqWBGZ+qwN/An8IU9wmc6XBUJxzVkR8BzJCRld1mtK2F/q1ycHsYeAV4UJ1M3tJqIef6d9F5vri+IJjUHENYzNAS+KTuI+wMR9gIiE0esi7IGjxKid2nPi3/UeDPViYAX4XT4bo4S7LNvP3VKvzcr/ZR68vtSQ0dOabP4/Sb6Z5KT/BwDA/GUc6sNdzwAAAABJRU5ErkJggg==); }
.document-ready .preloader {
display: none; } .progressbar {
height: 12px;
height: 0.75rem;
background-color: #262526;
position: relative; }
.progressbar:after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
bottom: 0;
right: -1px;
border: 0 solid transparent;
border-width: 3px 6px;
border-width: 0.1875rem 0.375rem;
border-bottom-color: white;
border-right-color: white; }
.progressbar__progress {
float: left;
height: 12px;
height: 0.75rem;
background-color: #c59d5f; }
.form-search {
position: relative;
width: 100%;
height: 44px; }
@supports not (display: grid) {
.form-search {
margin-left: 1.5em; }
@media only screen and (max-width: 899px) {
.form-search {
margin-left: 0;
margin-bottom: 1.5em; } } }
.form-search .search-query {
position: absolute;
left: 0;
top: 0;
height: 44px;
padding: 8px 24px;
padding-right: 70px;
border: 1px solid #ddd;
color: inherit;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
line-height: 1.2;
border-radius: 5px;
outline: none !important; }
.form-search .search-submit {
position: absolute;
top: 3px;
right: 6px;
width: 48px;
width: 3rem;
padding: 6px;
padding: 0.375rem;
height: 44px;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
text-align: center;
border: 0;
background: none; }
@media only screen and (min-width: 900px) {
.search-form--404 {
width: 50%; } }  hr, .separator {
height: 0px;
margin: 42px 0;
border: 0;
border-bottom: 2px solid #d8d8d8; }
hr.separator_color--white, .separator.separator_color--white {
border-color: white; } .separator--flower, .separator--line-flower {
display: block;
height: auto;
border: 0;
font-size: 14px;
letter-spacing: normal;
line-height: 1;
text-align: center; }
.separator--line-flower {
position: relative;
margin: 36px 0;
color: #c59d5f; }
.separator--line-flower .line {
content: "";
position: absolute;
top: 50%;
width: 42%;
border: 1px solid currentColor;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0.8; }
.separator--line-flower.separator_color--white .line {
border-color: white; }
.separator--line-flower .line--left {
right: 58%; }
.separator--line-flower .line--right {
left: 58%; }
.separator--line-flower .arrow--left,
.separator--line-flower .arrow--right {
content: "";
position: absolute;
top: 50%;
width: 0;
height: 0;
border: 5px solid transparent;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.separator--line-flower .arrow--left {
left: 0;
border-left: 7px solid currentColor; }
.separator--line-flower .arrow--right {
right: 0;
border-right: 7px solid currentColor; }
.separator--line-flower.separator_color--white .arrow--left {
border-left: 7px solid white; }
.separator--line-flower.separator_color--white .arrow--right {
border-right: 7px solid white; }
.separator--flower {
margin: 24px 0;
font-size: 17px;
font-family: Serif;
opacity: 0.8; }
.site-footer .separator--flower {
color: #c59d5f; }
.pixcode--tabs {
padding: 24px;
margin: -24px;
padding-bottom: 0; }
.tabs__nav {
margin-bottom: 24px;
margin-bottom: 1.5rem; }
.tabs__nav li {
border: 6px solid transparent; }
.tabs__nav li:last-child {
border: 0; }
.tabs__nav a {
text-decoration: none;
color: #262526;
border-bottom: 3px solid transparent; }
.tabs__nav a.current, .tabs__nav a:hover {
color: #c59d5f;
border-color: #c59d5f; }
.tabs__content {
position: relative;
min-height: 1px;
-webkit-transition: height .2s ease-in-out;
transition: height .2s ease-in-out; }
.tabs__pane {
width: 100%;
position: absolute;
-webkit-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 20; }
.tabs__pane.hide {
opacity: 0;
z-index: 5;
pointer-events: none; } .menu-list hr {
margin: 36px 0; }
.menu-list span.dots {
position: absolute;
top: 17px;
left: 0;
right: 0;
z-index: 1;
margin: 0;
border: 0;
height: 3px;
display: block;
background-image: radial-gradient(circle closest-side, currentColor 99%, transparent 1%);
background-position: bottom;
background-size: 6px 3px;
background-repeat: repeat-x; }
.menu-list__title {
text-align: left; }
.menu-list__item {
position: relative;
margin-bottom: 30px; }
.menu-list__item:last-child {
margin-bottom: 0; }
.menu-list__item-title {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-right: 96px;
text-align: left; }
.menu-list__item-title .item_title {
position: relative;
z-index: 5;
background-color: white; }
p.menu-list__item-desc {
position: relative;
margin-bottom: 0;
text-align: left; }
p.menu-list__item-desc + span.dots {
display: none; }
.desc__content {
position: relative;
z-index: 5;
background-color: white; }
.menu-list__item-price {
position: absolute;
top: 0;
right: 0;
z-index: 1;
max-width: 96px;
background-color: white;
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.27316;
font-weight: bold; }
.menu-list__item-highlight-title {
position: absolute;
top: -38px;
left: -18px;
padding: 0 18px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.250em;
color: white;
background-color: #c59d5f; }
.menu-list__item-highlight-wrapper {
margin-top: 54px;
margin-bottom: 38px; }
.menu-list__item-highlight-wrapper:before {
content: '';
position: absolute;
top: -18px;
left: -18px;
right: -18px;
bottom: -18px;
border: 2px solid #c59d5f; }
.article__content {
overflow: hidden; }
.pix-dropdown {
position: relative;
text-align: center; }
.pix-dropdown .dropdown__trigger {
display: block;
height: 100%;
padding: 6px 36px;
border: 1px solid #d8d8d8;
background: none;
border-radius: 5px;
color: #262526;
font-size: 12px;
font-size: 0.75rem;
line-height: 2.01;
font-weight: bold;
letter-spacing: 0.2em;
text-transform: uppercase; }
.pix-dropdown .dropdown__trigger:after {
content: "";
position: relative;
top: -3px;
display: inline-block;
margin-left: 15px;
width: 7px;
height: 7px;
border-right: 2px solid #262526;
border-bottom: 2px solid #262526;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.pix-dropdown .dropdown__menu {
position: absolute;
left: 0;
top: 100%;
width: 100%;
display: none;
padding: 12px 0; }
.page-content .pix-dropdown .dropdown__menu {
background: white; }
.pix-dropdown .dropdown__menu:before {
content: "";
position: absolute;
top: 2px;
left: 10%;
right: 10%;
border-bottom: 1px solid #d8d8d8; }
.pix-dropdown .dropdown__menu li {
width: 100%; }
.pix-dropdown .dropdown__menu li a {
padding: 6px 0;
display: block; }
.pix-dropdown.up .dropdown__menu {
bottom: 100%;
top: auto; }
.pix-dropdown.active .dropdown__menu {
display: block;
z-index: 9; }
.pix-dropdown .categories__menu {
position: relative; }
@supports not (display: grid) {
.pix-dropdown .categories__menu {
width: 100%; } }
@media only screen and (max-width: 899px) {
.pix-dropdown .categories__menu {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; } }
.pix-dropdown .categories__menu.active .dropdown__menu, .pix-dropdown .categories__menu:focus-within .dropdown__menu {
display: block;
z-index: 9;
border: 1px solid #d8d8d8;
border-top: 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; }
.pix-dropdown .categories__menu.active .dropdown__trigger, .pix-dropdown .categories__menu:focus-within .dropdown__trigger {
border-bottom: 1px solid transparent;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.pix-dropdown .categories__menu .dropdown__trigger {
line-height: 2.5; } .wpcf7-form-control {
margin-bottom: 24px; } .admin-bar .site-header__wrapper, .admin-bar .mfp-close {
top: 32px; } button.mfp-arrow {
position: absolute;
top: 50%;
height: 55px;
height: 3.4375rem;
width: 55px;
width: 3.4375rem;
display: block;
border: 0;
border-bottom: 2px solid white;
outline: 0; }
@media only screen and (max-width: 899px) {
button.mfp-arrow {
height: 25px;
height: 1.5625rem;
width: 25px;
width: 1.5625rem; } }
button.mfp-arrow-left {
left: 35px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-left: 2px solid white; }
button.mfp-arrow-right {
right: 35px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-right: 2px solid white; }
.mfp-bottom-bar {
color: white; }
.mfp-counter {
font-size: 16px;
font-size: 1rem;
line-height: 1.51;
text-align: center; }
div.mfp-title {
margin-top: 0;
font-family: "Cabin", Arial, Helvetica, sans-serif; }
div.mfp-title small {
font-size: 16px;
font-size: 1rem;
line-height: 1.51; }
.input-group {
position: relative;
height: 36px;
width: 100%;
margin: 0 auto 6px auto; }
.input-group input.form-control {
position: absolute;
top: 0;
left: 0;
padding-right: 48px;
height: 40px !important;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
color: #262526;
background: #eeeeee;
outline: none !important;
border-radius: 0;
border: 0; }
@media only screen and (max-width: 899px) {
.input-group input.form-control {
border-radius: 2px; } }
.input-group input.form-control::-webkit-input-placeholder {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
color: #b3b3b3;
text-transform: none; }
.input-group input.form-control:-moz-placeholder {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
color: #b3b3b3;
text-transform: none; }
.input-group input.form-control::-moz-placeholder {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
color: #b3b3b3;
text-transform: none; }
.input-group input.form-control:-ms-input-placeholder {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.72429;
color: #b3b3b3;
text-transform: none; }
.lteie9 .input-group input.form-control {
line-height: 1;
padding-top: 10px; }
.input-group button.submit {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
border: 0;
background: none; }
small.muted {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.85615; }   .pixcode--grid {
position: relative;
margin-bottom: 36px; }
.pixcode--grid:last-child {
margin-bottom: 0; } @media only screen and (min-width: 900px) {
.grid__item > *:last-child, .logged-in-as > *:last-child, .comment-form > p > *:last-child, .comment-form-comment > *:last-child, .form-submit > *:last-child, .comment-subscription-form > *:last-child {
margin-bottom: 0; } }
.grid__item:last-child > *:last-child, .logged-in-as:last-child > *:last-child, .comment-form > p:last-child > *:last-child, .comment-form-comment:last-child > *:last-child, .form-submit:last-child > *:last-child, .comment-subscription-form:last-child > *:last-child {
margin-bottom: 0; }
.promo-box__container {
padding: 36px 54px;
background-color: #c59d5f;
color: white; }
.promo-box.dark .promo-box__container {
background-color: #262526; }
.promo-box__container h1, .promo-box__container h2, .promo-box__container .tabs__nav, .promo-box__container .site-title--text, .promo-box__container h3, .promo-box__container h4, .promo-box__container h5, .promo-box__container h6 {
margin-top: 0;
color: inherit; }
.promo-box__container p:last-child {
margin-bottom: 0; }
html .promo-box__container.promo-box__container a {
color: white;
text-decoration: underline; }
html .promo-box__container.promo-box__container a:hover {
color: inherit !important; }   #page {
width: 100%;
height: 100%;
position: relative; }
.header--transparent #page {
margin-top: 0 !important;
top: 0 !important; }
@media only screen and (max-width: 899px) {
#page {
padding-top: 0 !important; } }
.container--multipage, .container--single-page {
padding-bottom: 72px; }
@media only screen and (min-width: 900px) {
.container--archive, .container--single {
padding-top: 144px;
padding-bottom: 72px; } }
.page-content {
position: relative; } .site-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 110;
background-color: white;
-webkit-transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1), background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1), background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
@media only screen and (min-width: 900px) {
.site-header {
position: fixed; } }
.header--transparent .site-header {
background-color: transparent; }
.is--ie .header--transparent .site-header {
background-color: rgba(255, 255, 255, 0.01); }
.header--transparent .site-header a.nav-trigger {
color: white; }
.lt-ie9 .header--transparent .site-header, .ie9 .header--transparent .site-header {
background-color: white; }
.lt-ie9 .header--transparent .site-header a.nav-trigger, .ie9 .header--transparent .site-header a.nav-trigger {
color: black; }
.site-header.headroom--not-top, .is--ie .site-header.headroom--not-top {
background-color: white; }
.site-header.headroom--not-top .site-logo-img--dark {
display: block; }
.site-header.headroom--not-top .site-logo--text {
color: currentColor; }
.site-header.headroom--not-top .site-logo-img--light {
display: none; }
.site-header.headroom--not-top a.nav-trigger {
color: black; } .site-title {
height: 72px;
margin: 0;
word-break: break-word; }
@media only screen and (max-width: 899px) {
.site-title {
padding: 0 48px; } }
.site-title--image[class] {
position: relative; }
.site-title--text {
font-size: 47px;
font-size: 2.9375rem;
line-height: 1.03128; }
.site-logo {
width: 100%; }
.site-logo img {
display: block;
max-height: 100%; }
@media only screen and (max-width: 899px) {
.site-logo img {
margin: 0 auto; } }
.site-logo .site-logo-img--light {
display: none; }
.header--transparent .site-logo-img--light {
display: block; }
.header--transparent .site-logo-img--dark {
display: none; }
.lt-ie9 .header--transparent .site-logo-img--light, .ie9 .header--transparent .site-logo-img--light {
display: none; }
.lt-ie9 .header--transparent .site-logo-img--dark, .ie9 .header--transparent .site-logo-img--dark {
display: block; }
a.site-logo--text {
font-weight: 700;
color: #262526;
-webkit-transition: color .2s linear;
transition: color .2s linear; }
.header--transparent a.site-logo--text {
color: white; }
.lt-ie9 .header--transparent a.site-logo--text, .ie9 .header--transparent a.site-logo--text {
color: black; }
@media only screen and (max-width: 899px) {
a.site-logo--text {
text-align: center; } } .site-footer {
position: relative;
z-index: 20; } .flexbox--btn-top {
z-index: 100;
table-layout: fixed; }
.btn--top_wrapper {
text-align: center; }
.btn--top {
position: absolute;
top: -12px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.copyright-area svg {
position: absolute;
top: 0;
left: 50%;
margin-left: -96px;
margin-top: -50px; }
.copyright-area svg path {
fill: #262526; }
.btn--top_text {
display: block;
position: absolute;
top: 12px;
left: 50%;
width: 60px;
height: 60px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
color: white;
-webkit-transform: translateX(-50%) translateY(-30%);
transform: translateX(-50%) translateY(-30%); }
.btn--top_text .btn__arrow {
display: block;
position: absolute;
left: 50%;
height: 10px;
width: 10px;
border-left: 2px solid white;
border-top: 2px solid white;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg); }
.copyright-area__light .btn--top_text .btn__arrow {
border-color: #262526; }
.btn--top_text .btn__arrow--top {
top: 2px; }
.btn--top_text .btn__arrow--bottom {
top: 8px; }
.copyright-area {
position: relative;
padding: 35px 0;
font-size: 14px;
text-align: center;
color: #919191;
background-color: #262526; }
@media only screen and (min-width: 900px) {
.copyright-area {
padding: 60px 0 48px 0; } }
.copyright-area.copyright-area__dark {
background-color: #262526; }
.copyright-area.copyright-area__light {
background-color: white; }
.copyright-area.copyright-area__light svg path {
fill: white; }
.copyright-area.copyright-area__accent {
background-color: #c59d5f;
color: white; }
.copyright-area.copyright-area__accent svg path {
fill: #c59d5f; }
.copyright-area.copyright-area__accent a {
color: white; }
.copyright-text {
margin-bottom: 16px; }
.nav--footer {
margin-bottom: 0; }
@media only screen and (min-width: 900px) {
.nav--footer li:after {
content: "\2022";
margin: 0 6px; }
.nav--footer li:last-child:after {
content: none; } }
.nav--footer .menu-item-has-children:after, .nav--footer .menu-item-language:after {
content: none; }
@media only screen and (max-width: 899px) {
.nav--footer li a {
font-size: 12px; } }
.nav--footer a {
padding: 6px;
text-transform: uppercase;
color: inherit; }
.sidebar--footer {
padding: 60px 0;
color: white;
background-color: #121012; }
@media only screen and (min-width: 900px) {
.sidebar--footer {
padding: 66px 0 60px; } }
.sidebar--footer a {
color: inherit; }
@media only screen and (min-width: 900px) {
.footer-widget-area {
margin: -12px;
margin-top: 0;
margin-bottom: 0; } }
@media only screen and (max-width: 899px) {
.footer-widget-area {
width: 100% !important; } }
.footer-widget-area .widget {
display: inline-block;
vertical-align: middle;
margin-bottom: 54px;
padding: 0;
border: 12px solid transparent; }
.footer-widget-area .widget p {
margin: 0; }
.footer-widget-area .widget .widget__title {
margin-top: 0; }
.footer-widget-area.col-1 .widget {
width: 100%;
border: 0; }
.footer-widget-area.col-1.one-third, .footer-widget-area.col-1.two-sixths, .footer-widget-area.col-1.four-twelfths, .footer-widget-area.col-1.one-whole, .footer-widget-area.col-1.logged-in-as, .comment-form > p.footer-widget-area.col-1, .footer-widget-area.col-1.comment-form-comment,
.footer-widget-area.col-1.form-submit,
.footer-widget-area.col-1.comment-subscription-form, .footer-widget-area.col-1.two-thirds, .footer-widget-area.col-1.four-sixths, .footer-widget-area.col-1.eight-twelfths {
margin: 0 auto; }
.footer-widget-area.col-1.one-third, .footer-widget-area.col-1.two-sixths, .footer-widget-area.col-1.four-twelfths {
width: 33%; }
.footer-widget-area.col-1.two-thirds, .footer-widget-area.col-1.four-sixths, .footer-widget-area.col-1.eight-twelfths {
width: 66%; }
.footer-widget-area.col-2 .widget {
width: 50%; }
.footer-widget-area.col-3 .widget {
width: 33.3333%; }
.footer-widget-area.col-4 .widget {
width: 25%; }
.footer-widget-area.col-5 .widget {
width: 20%; }
.footer-widget-area.col-6 .widget {
width: 16.66666666666667%; }
@media only screen and (max-width: 899px) {
.footer-widget-area.col-1 .widget, .footer-widget-area.col-2 .widget, .footer-widget-area.col-3 .widget, .footer-widget-area.col-4 .widget, .footer-widget-area.col-5 .widget, .footer-widget-area.col-6 .widget {
width: 100%; } }
@media only screen and (min-width: 900px) {
.footer-widget-area .widget.one-half, .footer-widget-area .widget.two-quarters, .footer-widget-area .widget.three-sixths, .footer-widget-area .widget.four-eighths, .footer-widget-area .widget.five-tenths, .footer-widget-area .widget.six-twelfths {
width: 50% !important; }
.footer-widget-area .widget.one-third, .footer-widget-area .widget.two-sixths, .footer-widget-area .widget.four-twelfths {
width: 33% !important; }
.footer-widget-area .widget.two-thirds, .footer-widget-area .widget.four-sixths, .footer-widget-area .widget.eight-twelfths {
width: 66% !important; } }
.footer-widget-area .widget.centered {
text-align: center; }
.sidebar--footer__light {
background-color: white;
color: #262526; }
.sidebar--footer__dark {
background-color: #121212;
color: white; }
.sidebar--footer__dark a {
color: white; }
.sidebar--footer__accent {
background-color: #c59d5f; }
.sidebar--footer.sidebar--footer__accent .widget [class*="social"] > ul a:before {
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out; }
.sidebar--footer.sidebar--footer__accent .widget [class*="social"] > ul a:hover:before {
opacity: 0.6; }
.container {
max-width: 1104px;
margin: 0 auto;
padding: 0 24px; }
@media only screen and (max-width: 899px) {
.container {
margin: 0 22px;
padding: 0; } }
@media only screen and (min-width: 900px) {
.page-content.has-sidebar {
width: 100%;
margin-right: -325px;
float: left; }
.page-content.has-sidebar:after {
content: "";
position: absolute;
top: -1px;
bottom: 0;
right: 325px; }
.page-content.has-sidebar .page-content__wrapper {
padding-right: 48px;
margin-right: 325px; } } @media only screen and (min-width: 900px) {
.sidebar--main {
margin-top: 42px;
position: relative;
z-index: 5;
float: right;
width: 325px; } }   .widget {
margin-bottom: 36px;
padding-bottom: 36px; }
.widget select {
max-width: 100%; }
.widget a {
color: #262526; }
.widget a:hover {
color: #c59d5f; }
.sidebar--main .widget {
border-bottom: 2px solid #d8d8d8; }
.sidebar--main .widget:last-child {
border: 0; }
.widget--main {
margin-bottom: 24px;
margin-bottom: 1.5rem; }
.widget-title {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.27316;
margin: 0;
margin-bottom: 24px; }
.widget--footer {
margin-bottom: 12px;
margin-bottom: 0.75rem; }
.widget--footer .widget__title {
color: white; }
.widget--footer__title em {
color: #c59d5f;
font-style: normal; } .widget_tag_cloud a {
font-size: 12px !important;
font-size: 0.75rem !important; }
.widget_tag_cloud.widget--main a {
background-color: #eee;
color: #555; } .widget_search .form-search {
width: 100%;
height: 36px;
height: 2.25rem; }  .menu--list, .widget_nav_menu ul, .widget_categories ul, .widget_meta ul, .widget_archive ul, .widget_pages ul, .widget_recent_comments ul, .widget_rss ul, .widget_recent_posts ul, .widget_recent_entries ul {
margin: 0;
list-style: none;
margin-top: -6px;
margin-top: -0.375rem; }
.menu--list > li a, .widget_nav_menu ul > li a, .widget_categories ul > li a, .widget_meta ul > li a, .widget_archive ul > li a, .widget_pages ul > li a, .widget_recent_comments ul > li a, .widget_rss ul > li a, .widget_recent_posts ul > li a, .widget_recent_entries ul > li a {
display: block;
padding: 6px 0;
padding: 0.375rem 0; }
.widget_nav_menu ul ul, .widget_categories ul ul, .widget_meta ul ul {
display: none; }
.widget_archive ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_rss ul ul, .widget_recent_posts ul ul, .widget_recent_entries ul ul {
display: none; }
.widget--sidebar__title .rsswidget img {
display: none; }
.widget_rss .widget--footer__title .hN, .widget_rss .widget--footer__title .widget_calendar caption, .widget_calendar .widget_rss .widget--footer__title caption {
color: #c59d5f; }
.widget select {
width: 100%;
padding-left: 6px;
padding-left: 0.375rem; }
.widget_image img.alignnone {
margin-top: 0;
margin-bottom: 0; }
.widget_wpgrade_posts_slider_widget .article--slider {
margin-bottom: 0; }
.widget_wpgrade_posts_slider_widget .rsArrow {
top: 30%; }
.widget_wpgrade_posts_slider_widget .rsArrow .rsArrowIcn {
height: 28px;
width: 28px; } .widget_categories ul > li a, .widget_recent_comments ul > li a, .widget_archive ul > li a {
display: inline-block !important; }
@media only screen and (max-width: 899px) {
.widget_recent_entries a, .widget_recent_comments a, .widget_rss a, .widget_categories a {
text-decoration: underline; } }
.widget_rss li > cite:before {
content: '-';
margin-right: 5px; }
.rss-date {
font-style: italic; }
.widget--footer.widget_text .wp-caption-text {
background-color: #262526;
color: #919191; }
.tagcloud a {
color: white;
margin-bottom: 2px; }
.widget_calendar caption {
margin-bottom: 12px;
margin-bottom: 0.75rem; }
.widget_calendar th, .widget_calendar td {
text-align: center; } .widget--latest-comments {
padding-bottom: 0; }
.latest-comments__list {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.85615; }
.latest-comments__list:last-child {
margin-bottom: 0; }
.latest-comments__list:last-child .latest-comments__body {
border-bottom: 0; }
.latest-comments__author {
font-family: "Source Sans Pro", Georgia, serif;
text-transform: uppercase;
color: #262526;
margin-right: 3px; }
.latest-comments__avatar {
margin-right: 12px;
margin-right: 0.75rem; }
.latest-comments__body {
border-bottom: 1px solid #ccc; }
.latest-comments__title {
margin-left: 3px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-transform: uppercase; }
.latest-comments__content {
font-style: italic;
margin-top: 12px;
margin-top: 0.75rem;
line-height: 1.4; }
.widget--footer .latest-comments__title {
background-color: #262525;
color: #e2e2e2; }
.widget--footer .latest-comments__body {
border-bottom-color: #262525; }
.widget_wpgrade_posts_slider_widget {
position: relative; }
.widget_wpgrade_posts_slider_widget .widget__title {
margin-bottom: 0; }   .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9360;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
outline: 0;
border: 0;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
text-align: right;
width: 100%; }
.mfp-counter {
position: absolute;
top: 6px;
right: 0;
color: #CCC;
font-size: 18px;
line-height: 18px; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
.mfp-iframe-holder .mfp-close {
top: -40px; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure {
line-height: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
margin-top: 19.2px;
margin-top: 1.2rem;
text-align: left;
font-size: 18px;
font-size: 1.125rem;
line-height: 1.34333;
color: #F3F3F3;
word-wrap: break-word;
font-family: "Josefin Slab", serif; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; } .mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; } .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
transform: scale(0.8); }
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8; }
.mfp-zoom-in.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0; } .mfp-fade.mfp-bg {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
opacity: 0;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out; } .mfp-fade.mfp-bg.mfp-ready {
opacity: .8; } .mfp-fade.mfp-bg.mfp-removing {
-webkit-transition: all .2s .1s ease-in-out;
transition: all .2s .1s ease-in-out;
opacity: 0; } .mfp-fade.mfp-wrap .mfp-content {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform: scale(0.75);
transform: scale(0.75);
opacity: 0;
-webkit-transition: all .2s .1s ease-in-out;
transition: all .2s .1s ease-in-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transform: scale(0.75);
transform: scale(0.75);
opacity: 0; }   .pixcode--grid > .grid__item, .pixcode--grid > .logged-in-as, .comment-form.pixcode--grid > p, .pixcode--grid > .comment-form-comment,
.pixcode--grid > .form-submit,
.pixcode--grid > .comment-subscription-form {
float: left; }
.pixcode--heading {
overflow: hidden;
text-align: center;
display: inline; }
.pixcode--tabs {
overflow: hidden; }   .single .article__featured-image {
margin-bottom: 24px; }
.form-password {
padding: 72px 0; }
.form-password .lock-icon {
text-align: center;
font-size: 3em; }
@media screen and (min-width: 480px) {
.form-password .lock-icon {
font-size: 5em; } }
.form-password .protected-area-text {
text-align: center;
margin-bottom: 24px; }
@media screen and (min-width: 480px) {
.form-password .protected-area-text {
font-size: 1.5em; } }
.form-password .protected-form-container {
max-width: 600px;
margin: 0 auto; }
.form-password .protected-password-field {
width: 100%;
margin-bottom: 24px; }
.form-password .protected-submit-button {
text-align: center; }
.form-password .protected-submit-button input {
display: block;
width: 100%; }
@media screen and (min-width: 480px) {
.form-password .protected-submit-button input {
display: inline-block;
width: auto; } }
@media only screen and (min-width: 900px) {
.form-password {
padding: 192px 0 288px; }
.form-password .protected-area-text {
font-size: 2em; }
.form-password .protected-form-container {
display: table;
width: 100%; }
.form-password .protected-password-field,
.form-password .protected-submit-button {
display: table-cell; }
.form-password .protected-submit-button {
padding-left: 24px; } } .archive__title {
display: inline-block; }
@media only screen and (min-width: 900px) {
.archive__title {
margin-top: 42px;
margin-bottom: 36px; } }
@media only screen and (max-width: 899px) {
.archive__title {
margin-top: 24px;
display: block;
text-align: center; } }
@media only screen and (max-width: 899px) {
.archive__side-title {
display: block;
text-align: center; } }
.article--archive {
margin-bottom: 72px;
text-align: center; }
@media only screen and (min-width: 900px) {
.article--archive {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.article--archive .article__featured-image {
width: 58.333%;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch; }
.article--archive .article__body {
width: 41.666%;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.article--archive .article__featured-image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.article--archive .article__body {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
padding: 0 72px 0 42px; }
.article--archive .article__body.no-thumbnail {
padding: 0 72px; }
.article--archive:nth-child(2n+1) .article__featured-image {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.article--archive:nth-child(2n+1) .article__body {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 0 42px 0 72px; }
.article--archive.no-thumbnail {
display: block; }
.article--archive.no-thumbnail .article__body {
width: 100%;
display: block;
padding: 0 72px; } }
.article--archive h2.article__title, .article--archive .article__title.tabs__nav, .article--archive .tabs__nav.latest-comments__title, .article--archive .article__title.site-title--text, .article--archive .site-title--text.latest-comments__title, .article--archive h2.latest-comments__title {
margin: 0;
font-weight: bold; }
.article--archive .article__content {
position: relative;
display: block;
margin-bottom: 24px;
margin-top: 0; }
.article--archive .article__content ul, .article--archive .article__content li {
margin-left: 0;
list-style: none; }
.article--archive .article__featured-image img {
display: block;
width: 100%;
height: auto; }
@media only screen and (max-width: 899px) {
.article--archive .article__featured-image {
margin-bottom: 24px; } }
.ie9 .article--archive .article__body, .lt-ie9 .article--archive .article__body {
float: left; }
.ie9 .article--archive .article__featured-image, .lt-ie9 .article--archive .article__featured-image {
float: left; }
.ie9 .article--archive:nth-child(2n) .article__body, .lt-ie9 .article--archive:nth-child(2n) .article__body {
float: right; }
.ie9 .article--archive:nth-child(2n) .article__featured-image, .lt-ie9 .article--archive:nth-child(2n) .article__featured-image {
float: right; }
.lt-ie9 .article--archive .article__body {
padding: 0 48px 0 72px; }
.article__date {
margin-bottom: 6px;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.85615;
text-transform: uppercase;
color: #515150; }
.article__date .date__dot {
padding: 12px; }
.article__date .date__dot:after {
content: "\2022"; }
.article__date .date__box:last-child:after {
content: none; }
.read-more-button {
font-size: 13px;
color: #c59d5f; }
@supports (display: grid) {
.archive-filter {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 1.5em; } }
@supports not (display: grid) {
.archive-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
max-width: 403px; }
@media only screen and (max-width: 899px) {
.archive-filter {
max-width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap; } } }
@media only screen and (max-width: 899px) {
.archive-filter {
margin-bottom: 24px; }
@supports (display: grid) {
.archive-filter {
grid-template-columns: 1fr; } } }
@media only screen and (min-width: 900px) {
.archive-filter {
position: absolute;
top: 42px;
right: 0; } } html {
overflow-x: hidden; }
body, .site-header, .site-footer {
border: 0 solid transparent; }
.noscroll {
position: relative;
overflow: hidden; }
.slider-cover {
margin: auto;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.pixslider--gallery-slideshow {
margin-bottom: 24px; }
@media only screen and (min-width: 900px) {
.pixcode--grid img {
margin: 0;
display: inline-block;
vertical-align: top; } }
.pixcode--grid {
margin-left: -48px; }
.pixcode--grid > .grid__item, .pixcode--grid > .logged-in-as, .comment-form.pixcode--grid > p, .pixcode--grid > .comment-form-comment,
.pixcode--grid > .form-submit,
.pixcode--grid > .comment-subscription-form {
padding-left: 48px; }
@media only screen and (max-width: 899px) {
.pixcode--grid.mobile-first {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.pixcode--grid.mobile-first .grid__item, .pixcode--grid.mobile-first .logged-in-as, .pixcode--grid.mobile-first .comment-form > p, .pixcode--grid.mobile-first .comment-form-comment,
.pixcode--grid.mobile-first .form-submit,
.pixcode--grid.mobile-first .comment-subscription-form {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.pixcode--grid.mobile-first .grid__item:last-child, .pixcode--grid.mobile-first .logged-in-as:last-child, .pixcode--grid.mobile-first .comment-form > p:last-child, .pixcode--grid.mobile-first .comment-form-comment:last-child,
.pixcode--grid.mobile-first .form-submit:last-child,
.pixcode--grid.mobile-first .comment-subscription-form:last-child {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media only screen and (max-width: 899px) {
.article__content .grid__item.island:first-child, .article__content .island.logged-in-as:first-child, .article__content .comment-form > p.island:first-child, .article__content .island.comment-form-comment:first-child,
.article__content .island.form-submit:first-child,
.article__content .island.comment-subscription-form:first-child {
padding-top: 0; } }
@media only screen and (max-width: 899px) {
.grid__item.island, .island.logged-in-as, .comment-form > p.island, .island.comment-form-comment,
.island.form-submit,
.island.comment-subscription-form {
padding-left: 48px;
padding-right: 0;
margin-bottom: 0; } }
@media only screen and (min-width: 900px) {
.grid__item.island, .island.logged-in-as, .comment-form > p.island, .island.comment-form-comment,
.island.form-submit,
.island.comment-subscription-form {
margin-bottom: 0;
padding: 30px;
padding-left: 78px !important; } }
.gmnoprint img {
max-width: none; }
@media only screen and (max-width: 899px) {
.page-content {
padding-top: 72px; } }
@media only screen and (min-width: 900px) {
.admin-bar .site-header {
top: 32px; } }
@media only screen and (min-width: 900px) and (max-width: 782px) {
.admin-bar .site-header {
top: 46px; } }
.btn.button--light, .button--light.comments_add-comment, .form-submit .button--light#comment-submit, .button--light.wpcf7-form-control.wpcf7-submit, .widget_tag_cloud a.button--light, .button--light.read-more-button {
background: white;
color: black; }
.article__header .btn, .article__header .comments_add-comment, .article__header .form-submit #comment-submit, .form-submit .article__header #comment-submit, .article__header .wpcf7-form-control.wpcf7-submit, .article__header .widget_tag_cloud a, .widget_tag_cloud .article__header a, .article__header .read-more-button {
-webkit-transition: none;
transition: none; } .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #FFFFFF;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #000000;
display: block;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
html, body, body > .page {
height: 100%; }
@media only screen and (min-width: 900px) {
.site-header {
border: 0 solid white;
border-bottom: 0 !important; }
.site-footer {
border: 0 solid white;
border-top: 0 !important;
margin-top: 75px; } }
.admin-bar {
height: calc(100% - 32px); }
#at-expanded-menu-container .at-expanded-menu {
top: 10% !important; }
[data-rellax] {
will-change: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
[data-rellax-container] {
overflow: hidden; }
[data-rellax-container] [data-rellax] {
-webkit-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
opacity: 0; }
.is--loaded [data-rellax-container] [data-rellax] {
opacity: 1; }
.rellax-element.rellax-hidden {
pointer-events: none;
visibility: hidden;
opacity: 0; }
.c-hero__slider .rsOverflow,
.c-hero__slider .gallery-item {
width: 100% !important;
height: 100% !important; }
.c-hero__image,
.c-hero__video {
max-width: none !important; }
.article__content .pixslider > .slide {
float: none; }
.article__content .pixslider > .slide:not(:first-child) {
display: none; }
.mfp-container {
cursor: default; }
.gridable--row {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.tabs__pane:not(.hide):not([style]) {
position: static; }
.wp-block-gallery {
clear: both; }:root{--glsr-white:#fff;--glsr-gray-100:#f5f5f5;--glsr-gray-200:#e5e5e5;--glsr-gray-300:#d4d4d4;--glsr-gray-400:#a3a3a3;--glsr-gray-500:#737373;--glsr-gray-600:#525252;--glsr-gray-700:#404040;--glsr-gray-800:#262626;--glsr-gray-900:#171717;--glsr-black:#000;--glsr-blue:#1c64f2;--glsr-green:#057a55;--glsr-red:#e02424;--glsr-yellow:#faca15;--glsr-duration-slow:0.3s;--glsr-duration-fast:0.15s;--glsr-gap-sm:0.5em;--glsr-gap-md:0.75em;--glsr-gap-lg:2em;--glsr-leading:1.5;--glsr-px:1.25em;--glsr-py:1.25em;--glsr-radius:3px;--glsr-text-base:1em;--glsr-text-sm:0.875em;--glsr-text-md:1em;--glsr-text-lg:1.25em;--glsr-review-star:1.25em;--glsr-review-verified:var(--glsr-green);--glsr-bar-bg:var(--glsr-yellow);--glsr-bar-leading:1.5;--glsr-bar-opacity:0.1;--glsr-max-w:48ch;--glsr-summary-star:1.5em;--glsr-summary-text:var(--gl-text-sm);--glsr-choice-h:1.125em;--glsr-choice-w:1.125em;--glsr-form-error:var(--glsr-red);--glsr-form-star:2em;--glsr-form-success:var(--glsr-green);--glsr-input-b:1px solid var(--glsr-gray-400);--glsr-input-bg:var(--glsr-white);--glsr-input-color:var(--glsr-gray-900);--glsr-input-px:0.75em;--glsr-input-py:0.5em;--glsr-input-radius:3px;--glsr-input-transition:border-color var(--glsr-duration-fast) ease-in-out;--glsr-label-text:var(--glsr-text-sm);--glsr-label-weight:500;--glsr-toggle-bg-0:currentColor;--glsr-toggle-bg-1:currentColor;--glsr-toggle-color:var(--glsr-white);--glsr-toggle-h:1.25em;--glsr-toggle-opacity-0:0.15;--glsr-toggle-opacity-1:1;--glsr-toggle-p:3px;--glsr-toggle-radius:999px;--glsr-toggle-shadow-color:rgba(0,0,0,.2);--glsr-toggle-size:calc(var(--glsr-toggle-h) - var(--glsr-toggle-p)*2);--glsr-toggle-text:1em;--glsr-toggle-w:calc(var(--glsr-toggle-h)*2 - var(--glsr-toggle-p)*2);--glsr-modal-bg:var(--glsr-white);--glsr-modal-radius:3px}@keyframes gl-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gl-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes gl-spin{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(1turn) translateZ(0)}}@keyframes gl-zoomIn{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes gl-zoomOut{0%{transform:scale(1)}to{transform:scale(.95)}}.glsr *+*{box-sizing:border-box}.glsr,.glsr-modal{border-width:0;font-size:var(--glsr-text-base)}.glsr .screen-reader-text,.glsr-modal .screen-reader-text{word-wrap:normal!important;clip:rect(1px,1px,1px,1px);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.glsr-captcha-holder iframe{margin:0!important}.glsr-captcha-holder[data-size=invisible]:not([data-badge=inline]){bottom:0;position:absolute}.glsr-captcha-holder>div{display:flex}.glsr-reviews,.glsr-reviews-wrap{grid-gap:var(--glsr-gap-lg);display:grid;gap:var(--glsr-gap-lg)}.glsr-default .glsr-loading{display:inline-flex;flex-grow:0;flex-shrink:0;height:1em;position:relative;width:1em}.glsr-default .glsr-loading:after,.glsr-default .glsr-loading:before{animation:gl-spin .5s linear infinite;border:.2em solid;border-radius:100%;box-sizing:border-box;content:"";display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.glsr-default .glsr-loading:before{border-top-color:transparent;opacity:.5}.glsr-default .glsr-loading:after{border-color:currentColor transparent transparent}.glsr-default .glsr-spinner{animation:gl-spin .5s linear infinite;border-radius:50%;height:24px;position:relative;width:24px}.glsr-default .glsr-spinner:after,.glsr-default .glsr-spinner:before{background:currentColor;border-radius:50%;content:"";height:8px;position:absolute;width:8px}.glsr-default .glsr-spinner:before{left:0;top:0}.glsr-default .glsr-spinner:after{bottom:0;right:0}.glsr-default .glsr-pagination{position:relative}.glsr-default .glsr-pagination:not(.glsr-ajax-loadmore){align-items:center;display:flex;justify-content:center}.glsr-default .glsr-pagination .glsr-spinner{position:absolute}.glsr-default .glsr-pagination .pagination{flex-basis:100%;margin-bottom:0;margin-top:0;opacity:1;transition:opacity var(--glsr-duration-slow)}.glsr-default.glsr-hide .glsr-pagination .pagination{opacity:0!important}.glsr-star-rating{align-items:center;display:flex;position:relative}.glsr-stars{justify-content:center}.glsr-star{background-size:var(--glsr-review-star);flex-shrink:0;font-size:inherit;height:var(--glsr-review-star);width:var(--glsr-review-star)}.glsr-summary .glsr-star{background-size:var(--glsr-summary-star);height:var(--glsr-summary-star);width:var(--glsr-summary-star)}.glsr-review{opacity:1;quotes:"“" "”";transition:opacity .5s;word-break:break-word}.glsr-hide .glsr-review{opacity:0!important}.glsr-review p:first-of-type{margin-top:0!important}.glsr-review [data-expanded=false] p.glsr-hidden-text,.glsr-review p:last-of-type{margin-bottom:0!important}.glsr-review-date{white-space:nowrap}.glsr-review-rating{align-items:center;display:inline-flex;gap:.5em;justify-content:center}.glsr-review-response{padding:var(--glsr-py) var(--glsr-px);position:relative;width:100%}.glsr-review-response:before{border-bottom:calc(var(--glsr-text-md)*1.5) solid;border-left:0 solid transparent;border-right:calc(var(--glsr-text-md)*2) solid transparent;border-top:0 solid;content:"";height:0;opacity:.1;position:absolute;right:calc(var(--glsr-text-md)*1.5);top:calc((var(--glsr-text-md)*1.5)*-1);top:calc(var(--glsr-text-md)*1.5*-1);width:0}.glsr-review-response:after{background-color:currentColor;border-radius:var(--glsr-radius);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%}.glsr-rtl .glsr-review-response:before{border-left-width:calc(var(--glsr-text-md)*2);border-right-width:0;left:calc(var(--glsr-text-md)*1.5);right:auto}.glsr-review-response-inner{position:relative;z-index:1}.glsr-default .glsr-review{display:flex;flex-wrap:wrap;gap:var(--glsr-gap-md)}.glsr-default .glsr-review p{margin-bottom:var(--glsr-text-md);margin-top:0}.glsr-default .glsr-review-assigned_links,.glsr-default .glsr-review-assigned_posts,.glsr-default .glsr-review-assigned_terms,.glsr-default .glsr-review-assigned_users{width:100%}.glsr-default .glsr-review-author{align-items:center;display:inline-flex;gap:.5em}.glsr-default .glsr-review-avatar{flex:0 0}.glsr-default .glsr-review-avatar img{border-width:0;display:flex;margin:0;max-height:none;max-width:none;-o-object-fit:cover;object-fit:cover}.glsr-default .glsr-review-content{width:100%}.glsr-default .glsr-review-date{align-items:center;display:inline-flex;flex:1 0;font-style:italic;white-space:nowrap}.glsr-default .glsr-review-rating{align-items:center;display:inline-flex;flex-shrink:0;gap:.5em}.glsr-default .glsr-review-response,.glsr-default .glsr-review-title{width:100%}.glsr-default .glsr-review-title h3,.glsr-default .glsr-review-title h4,.glsr-default .glsr-review-title h5{margin-bottom:0;margin-top:0}.glsr-default .glsr-review-verified{align-items:center;color:var(--glsr-review-verified);display:flex;font-size:var(--glsr-text-sm);gap:.25em}.glsr-default .glsr-read-more{white-space:nowrap}.glsr-default .glsr-read-more:before{content:"";margin-left:0;margin-right:.5em}.glsr-default.glsr-rtl .glsr-read-more:before{margin-left:.5em;margin-right:0}.glsr-default [data-expanded=false] .glsr-read-more:before{content:"\2026"}.glsr-default [data-expanded=false] .glsr-hidden{display:none}.glsr-summary{align-items:center;display:flex;flex-wrap:wrap;font-size:var(--glsr-summary-text);gap:var(--glsr-gap-sm);max-width:var(--glsr-max-w);position:relative;width:100%}.glsr-summary-rating{font-size:var(--glsr-text-lg);font-weight:700;line-height:1}.glsr-summary-text{flex:1 1 100%}.glsr-summary-percentages{position:relative;width:100%}.glsr-summary .glsr-bar{display:table-row;white-space:nowrap}.glsr-summary .glsr-bar>span{display:table-cell;line-height:var(--glsr-bar-leading);vertical-align:middle}.glsr-summary .glsr-bar-label{padding-left:0;padding-right:var(--glsr-gap-sm)}.glsr-rtl .glsr-summary .glsr-bar-label{padding-left:var(--glsr-gap-sm);padding-right:0}.glsr-summary .glsr-bar-background{position:relative;width:100%}.glsr-summary .glsr-bar-background:before{background-color:currentColor;content:"";display:block;height:var(--glsr-text-md);margin-top:calc(var(--glsr-text-md)/2*-1);opacity:var(--glsr-bar-opacity);position:absolute;top:50%;width:100%}.glsr-summary .glsr-bar-background-percent{background-color:currentColor;color:var(--glsr-bar-bg);display:block;height:var(--glsr-text-md);position:relative}.glsr-summary .glsr-bar-percent{padding-left:var(--glsr-gap-sm);padding-right:0;text-align:right}.glsr-rtl .glsr-summary .glsr-bar-percent{padding-left:0;padding-right:var(--glsr-gap-sm);text-align:left}.glsr-default form.glsr-hide-form{max-height:0!important;opacity:0;overflow:hidden}.glsr-default form.glsr-form{grid-row-gap:var(--glsr-gap-md);display:grid;grid-template-columns:repeat(1,minmax(0,1fr));position:relative;row-gap:var(--glsr-gap-md)}.glsr-default .glsr-field{position:relative}.glsr-default .glsr-field:not(.glsr-field-is-invalid) .glsr-field-error,.glsr-default .glsr-form-message:not(.glsr-form-failed):not(.glsr-form-success){display:none}.glsr-default .glsr-field-error{color:var(--glsr-form-error);font-size:var(--glsr-text-sm)}.glsr-default .glsr-form-failed{color:var(--glsr-form-error)}.glsr-default .glsr-form-success{color:var(--glsr-form-success)}.glsr-default .glsr-is-invalid{border-color:var(--glsr-form-error)!important}.glsr-default form.glsr-form label.glsr-label{display:block;float:none;-webkit-hyphens:none;hyphens:none;margin:0}.glsr-default form.glsr-form input.glsr-input:not(.wp-block-search__input),.glsr-default form.glsr-form select.glsr-select,.glsr-default form.glsr-form textarea.glsr-textarea{box-sizing:border-box;display:block;float:none;margin:0;max-height:none;max-width:none;min-height:auto;min-width:auto;width:100%}.glsr-default form.glsr-form textarea.glsr-textarea{resize:vertical}.glsr-default form.glsr-form .glsr-field-checkbox,.glsr-default form.glsr-form .glsr-field-radio{display:flex}.glsr-default form.glsr-form .glsr-field-checkbox label,.glsr-default form.glsr-form .glsr-field-radio label{align-items:flex-start;-moz-column-gap:var(--glsr-gap-sm);column-gap:var(--glsr-gap-sm);display:inline-flex;margin:0}.glsr-default form.glsr-form .glsr-field-checkbox span:first-of-type,.glsr-default form.glsr-form .glsr-field-radio span:first-of-type{align-items:center;display:flex}.glsr-default form.glsr-form input[type=checkbox].glsr-input-checkbox,.glsr-default form.glsr-form input[type=radio].glsr-input-radio{box-sizing:border-box;display:inline-block;flex-shrink:0;left:0;margin:0;outline:none;padding:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.glsr-default form.glsr-form .glsr-field-toggle{display:flex}.glsr-default form.glsr-form .glsr-toggle{align-items:flex-start;-moz-column-gap:var(--glsr-gap-sm);column-gap:var(--glsr-gap-sm);display:inline-flex;flex-direction:row-reverse}.glsr-default form.glsr-form .glsr-toggle label{display:block;margin:0}.glsr-default form.glsr-form .glsr-toggle .glsr-toggle-switch{align-items:center;display:flex;flex-shrink:0;font-size:var(--glsr-toggle-text);position:relative;width:var(--glsr-toggle-w)}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border-color:transparent!important;border-radius:var(--glsr-toggle-radius);border-width:1px;box-shadow:none;box-sizing:border-box;cursor:pointer;display:block;font-size:inherit;height:var(--glsr-toggle-h);left:auto;margin:0!important;overflow:hidden;padding:0!important;position:absolute;top:auto!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--glsr-toggle-w);z-index:0}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:after,.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:before{box-sizing:border-box;display:none}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]+.glsr-toggle-track{border-radius:var(--glsr-toggle-radius);box-sizing:border-box;height:var(--glsr-toggle-h);padding:var(--glsr-toggle-p);pointer-events:none;position:absolute;width:var(--glsr-toggle-w)}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]+.glsr-toggle-track:before{background-color:var(--glsr-toggle-bg-0);border-radius:var(--glsr-toggle-radius);box-sizing:border-box;content:"";display:block;height:100%;left:0;opacity:var(--glsr-toggle-opacity-0);position:absolute;top:0;transition:background-color var(--glsr-duration-fast) ease-in-out,opacity var(--glsr-duration-fast) ease-in-out;width:100%}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]+.glsr-toggle-track:after{background-color:var(--glsr-toggle-color);border-radius:calc(var(--glsr-toggle-radius) - var(--glsr-toggle-p));box-shadow:0 calc(var(--glsr-toggle-h)*.125) calc(var(--glsr-toggle-h)*.25) var(--glsr-toggle-shadow-color);box-sizing:border-box;content:"";display:block;height:var(--glsr-toggle-size);pointer-events:none;position:relative;transition:transform var(--glsr-duration-fast) ease-in-out;width:var(--glsr-toggle-size);z-index:1}.glsr-default form.glsr-form .glsr-field-toggle input[type=checkbox]:checked+.glsr-toggle-track:before{background-color:var(--glsr-toggle-bg-1);opacity:var(--glsr-toggle-opacity-1);transition:background-color var(--glsr-duration-fast) ease-in-out,opacity var(--glsr-duration-fast) ease-in-out}.glsr-default form.glsr-form .glsr-field-toggle input[type=checkbox]:checked+.glsr-toggle-track:after{transform:translateX(var(--glsr-toggle-size))}.glsr-default.glsr-rtl form.glsr-form .glsr-field-toggle input[type=checkbox]:checked+.glsr-toggle-track:after{transform:translateX(calc(var(--glsr-toggle-size)*-1))}form.glsr-form .glsr-star-rating:not([data-star-rating]) .glsr-star-rating--stars{display:none!important}form.glsr-form .glsr-star-rating>select{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px!important;margin:0!important;opacity:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;top:0!important;visibility:visible!important;white-space:nowrap!important;width:1px!important}form.glsr-form .glsr-star-rating>select:after,form.glsr-form .glsr-star-rating>select:before{display:none!important}form.glsr-form .glsr-star-rating>select:focus+.glsr-star-rating--stars:before{box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;content:"";display:block;height:100%;outline:1px solid transparent;pointer-events:none;position:absolute;width:100%}form.glsr-form .glsr-star-rating--ltr>select{left:0!important}form.glsr-form .glsr-star-rating--rtl>select{right:0!important}form.glsr-form .glsr-star-rating--stars{align-items:center;cursor:pointer;display:flex;position:relative}form.glsr-form select[disabled]+.glsr-star-rating--stars{cursor:default}form.glsr-form .glsr-star-rating--stars>span{display:flex;height:var(--glsr-form-star);margin:0;width:var(--glsr-form-star)}form.glsr-form .glsr-star-rating--stars[class*=" s"]>span{background-position:50%;background-repeat:no-repeat;background-size:contain}.glsr-default button.glsr-button{align-items:center!important;cursor:pointer;display:inline-flex!important;white-space:nowrap}.glsr-default button.glsr-button:not(.wp-block-search__button){margin:0}.glsr-default button.glsr-button[aria-busy=true]{gap:var(--glsr-gap-sm)}.glsr-default .wp-block-button{margin:0}.glsr-modal{display:none;font-size:var(--glsr-text-base);line-height:var(--glsr-leading);pointer-events:none;position:fixed;z-index:-1}.glsr-modal.is-open{display:block;pointer-events:auto;z-index:99999}.glsr-modal__overlay{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw}.glsr-modal__dialog{background-color:var(--glsr-modal-bg);border-radius:var(--glsr-modal-radius);box-shadow:0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07);box-sizing:border-box;display:flex;flex-direction:column;max-height:calc(100vh - 2em);max-width:700px;min-height:150px;min-width:320px;overflow:hidden;position:relative;width:calc(100vw - 2em);will-change:transform}[aria-hidden=false] .glsr-modal__dialog{animation:gl-zoomIn var(--glsr-duration-slow) cubic-bezier(0,0,.2,1)}[aria-hidden=true] .glsr-modal__dialog{animation:gl-zoomOut var(--glsr-duration-fast) cubic-bezier(0,0,.2,1)}.glsr-modal__header{padding-right:40px;position:relative}.glsr-modal__content{-webkit-overflow-scrolling:touch;overflow-y:auto;padding:1.5em;position:relative}.glsr-modal .glsr-button{border:none}.glsr-modal button.glsr-modal__close,.glsr-modal button.glsr-modal__close:focus,.glsr-modal button.glsr-modal__close:hover{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;border:0;box-shadow:none;color:currentColor!important;cursor:pointer;display:flex;font-size:1em;height:40px;justify-content:center;line-height:1;margin:1.5em;outline-offset:0;padding:0;position:absolute;right:0;top:0;transform:scale(1);transition:transform var(--glsr-duration-fast) ease-in;width:40px;z-index:10}.glsr-modal button.glsr-modal__close:hover{transform:scale(1.1)}.glsr-modal button.glsr-modal__close:before{all:revert;content:"\2715";font-family:arial;font-size:32px;font-weight:700;line-height:1}.glsr-modal button.glsr-modal__close:after,.glsr-modal[aria-hidden=true] .glsr-modal__close{display:none!important}.glsr-modal .glsr-modal__overlay{animation-timing-function:cubic-bezier(0,0,.2,1)}.glsr-modal[aria-hidden=false] .glsr-modal__overlay{animation-duration:var(--glsr-duration-slow);animation-name:gl-fadeIn}.glsr-modal[aria-hidden=true] .glsr-modal__overlay{animation-duration:var(--glsr-duration-fast);animation-name:gl-fadeOut}#glsr-modal-review .glsr-read-more{display:none!important}#glsr-modal-review .glsr-hidden{display:inline!important}.glsr-debug{position:relative}.glsr-debug:before{background-color:currentColor;content:"";height:100%;left:0;opacity:.15;overflow:hidden;position:absolute;top:0;width:100%}.glsr-debug pre{font-family:monospace;font-size:12px;line-height:1.25;padding:10px;position:relative;z-index:1}.glsr-default{--glsr-toggle-bg-1:var(--glsr-blue)}.glsr-default form.glsr-form{font-size:var(--glsr-text-md);line-height:var(--glsr-leading)}.glsr-default form.glsr-form label.glsr-label{font-size:var(--glsr-label-text);font-weight:var(--glsr-label-weight);line-height:var(--glsr-leading);margin-bottom:.25em;padding:0}.glsr-default form.glsr-form input.glsr-input,.glsr-default form.glsr-form select.glsr-select,.glsr-default form.glsr-form textarea.glsr-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--glsr-input-bg);border:var(--glsr-input-b);border-radius:var(--glsr-input-radius);color:var(--glsr-input-color);font-family:inherit;font-size:var(--glsr-text-md);line-height:var(--glsr-leading);min-height:auto!important;padding:var(--glsr-input-py) var(--glsr-input-px)!important;transition:var(--glsr-input-transition)}.glsr-default form.glsr-form input.glsr-input:focus,.glsr-default form.glsr-form select.glsr-select:focus,.glsr-default form.glsr-form textarea.glsr-textarea:focus{background-color:var(--glsr-input-bg);box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;outline:1px solid transparent}.glsr-default form.glsr-form select.glsr-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m7 7 3-3 3 3m0 6-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .5em center;background-repeat:no-repeat;background-size:1.5em 1.5em;height:auto;padding-right:3em;-webkit-print-color-adjust:exact;print-color-adjust:exact}.glsr-default form.glsr-form input[type=checkbox].glsr-input-checkbox,.glsr-default form.glsr-form input[type=radio].glsr-input-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--glsr-white);background-origin:border-box;border:1px solid var(--glsr-gray-400);color:var(--glsr-blue);font-size:var(--glsr-text-md);height:var(--glsr-choice-h);min-height:auto;min-width:auto;-webkit-print-color-adjust:exact;print-color-adjust:exact;width:var(--glsr-choice-w)}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:after,.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:before,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:after,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:before{display:none!important}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:focus,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:focus{box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;outline:1px solid transparent}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked:focus,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked:focus{border-color:transparent}.glsr-default form.glsr-form input[type=checkbox].glsr-input-checkbox{border-radius:var(--glsr-input-radius)}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E")}.glsr-default form.glsr-form input[type=radio].glsr-input-radio{border-radius:100%}.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}.glsr-default form.glsr-form .glsr-toggle label{font-size:var(--glsr-text-md);line-height:var(--glsr-leading);padding:0}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:focus{outline:none}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:focus+.glsr-toggle-track{box-shadow:0 0 0 3px Highlight;box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;outline:1px solid transparent}.glsr-default form.glsr-form .glsr-field-error{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:var(--glsr-leading)}.theme-twentytwentytwo .glsr-default .glsr-button{border:none}.theme-twentytwentytwo .glsr-default .glsr-button:hover{color:var(--glsr-white)}