*, *:before, *:after {
	box-sizing: border-box;
}

:root {
	--green: #aee340;
	--gray: #333;
	--lightgray: #aaa;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

html, body {
	font-family: "Poppins", sans-serif;
	width: 100%;
	color: var(--gray);
}

body {
	overflow-x: hidden;
	overflow-y: auto
}

img {
	max-width: 100%;
}

.an {
	opacity: 0;
	transition: opacity .3s ease, transform .3s ease;
}

.an.sl {
	transform: translateY(5px);
}

.an.vi {
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity .3s ease, transform .3s ease
}

#content .wrapper>div:nth-of-type(1) .shw.vis {
	transition: opacity .3s ease, transform .3s ease;
}

#content .wrapper>div:nth-of-type(2) .shw.vis {
	transition-delay: .1s;
}

a {
	outline: none;
	color: var(--gray);
	text-decoration: underline;
	cursor: pointer;
	transition: color .2s ease;
}

a:hover {
color: var(--lightgray);
}

a:active, a:focus {
	outline: none;
}

p {
	line-height: 36px;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	display: block;
	padding: 30px 0 0;
}



td:empty {
padding: 0 !important
}


p strong {
	color: var(--green);
	font-weight: 800;
}

strong {
	font-weight: 700;
}

ul {
	list-style: none;
}

#page {
	background: #eee;
}

.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #fff;
}

#head {
	width: 100%;
	height: 690px;
}

#head h2 {
	background: var(--gray);
	width: 100%;
	font-weight: 400;
	height: 150px;
	color: var(--green);
	text-align: center;
	line-height: 150px;
	font-size: 72px;
	letter-spacing: -1px;
}

#head h2 strong {
	font-weight: 700;
	color: #fff;
}

#slida {
	position: relative;
	width: 100%;
	height: 538px;
	overflow: hidden;
}

#slida img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

#slida img.active {
	opacity: 1;
}

.slida-nav-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: 15px;
}

.slida-nav-dots .dot {
	width: 15px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.slida-nav-dots .dot.active {
	background-color: #fff;
}

#hello {
	display: flex;
	flex-wrap: wrap;
	padding: 80px;
	gap: 70px;
}

#hello p strong {
	color: initial;
	font-weight: 800;
}

#hello>div:first-of-type {
	flex: 1 1 calc(50% - 50px);
}

#hello>div:first-of-type>div {
	display: flex;
	gap: 50px;
	top: 29px;
}

#hello>div:first-of-type>div p {
	padding: 16px 0 0;
}

#hello>div:first-of-type>div img {
	max-width: 225px;
  	height: fit-content;
  	top: 33px;
}

#hello>div:nth-of-type(2) {
	flex: 1 1 calc(40% - 50px);
}

#hello h2 {
	font-size: 73px;
	line-height: 111px;
	color: var(--green);
}

#hello h2 span {
	font-size: 100px;
	color: var(--gray);
}

#hello h3 {
	font-size: 59px;
	font-weight: 900;
	line-height: 50px;
	margin: 29px 0px -5px 0px;
}

.btns {
	display: flex;
  	gap: 40px;
	flex: 1 1 100%;
}


.map-container h2 {
	position: absolute;
	z-index: 3;
	left: 50px;
	right: 50px;
	text-align: center;
	top: 30px;
	color: var(--gray);
	font-size: 48px;
	line-height: 40px;
}

.map-container h2 span {
	color: var(--green)
}

#points {
	padding: 80px;
}

#points h3 {
	font-size: 54px;
}

#points h3 span {
	color: var(--green)
}

#points h2, #points h3 {
	text-align: center;
}

#points h2 {
	font-weight: 400;
	font-size: 42px;
	margin: 40px 0;
}

#points h2 br {
	display: none;
}

#points h2 i {
	font-style: normal;
	color: var(--green);
	font-weight: 400;
}

#points table {
	width: 94%;
	margin: 50px auto 20px;
	font-size: 18px;
	padding: 0 0 0 50px;
}

#points td:nth-of-type(1) {
	text-transform: uppercase;
	font-weight: 700;
}

#points td:nth-of-type(1):before {
	content: '';
	background: url(img/pin.png) no-repeat center center / 100% auto;
	width: 35px;
	height: 50px;
	position: absolute;
	top: 4px;
	left: -60px;
	display: block;
}

#points td {
	padding: 0 10px 25px 0;
	vertical-align: top;
	vertical-align: middle;
}

#points td:last-of-type {
	padding: 0 0px 15px 0;
	font-weight: 600;
}

#points td:nth-of-type(1) br {
	display: none;
}

#map {
	width: 100%;
	height: 560px;
	background-color: #e0e0e0;
	flex-grow: 1;
}

.map-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}

.map-sidebar {
	width: 100%;
	padding: 20px;
	background-color: #f8f8f8;
	border-right: 1px solid #eee;
	overflow-y: auto;
	max-height: 400px;
}

.map-controls {
	margin-bottom: 20px;
}

.map-controls input[type="text"], .map-controls select {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
}

div.gmnoprint[title*="Cluster of"] label {
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.gm-bundled-control {
	bottom: 51px !important
}

.gm-control-active {
	transition: background  .2s ease;
	background: #2224 !important
}

.gm-control-active:hover {
	background: #2229 !important
}

.gm-control-active+div, .gm-bundled-control .gmnoprint>div {
	background: none !important;
	box-shadow: none !important;
}

.gm-control-active img {
	display: none !important;
}

.gm-control-active:after {
	font-family: fntz;
	font-weight: normal;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	transition: color .2s ease;
}

.gm-control-active:hover:after {
	color: var(--green)
}


.gm-control-active:first-of-type:after {
	content: '\e803';
}

.gm-control-active:last-of-type:after {
	content: '\e804';
}

.btn {
	display: flex;
	justify-content: center;
  	align-items: center;
  	line-height: 24px;
	padding: 22px;
	border-radius: 50px;
	box-shadow: inset 0 0 0 3px var(--gray);
	color: var(--gray);
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
	transition: background .3s ease, transform .3s ease, color .3s ease, box-shadow .3s ease !important
}

.btn.grn {
	box-shadow: none;
	color: #fff;
	background: var(--green);
	max-width: 410px;
}

.btn:hover {
	background: var(--gray);
	color: #fff;
	box-shadow: inset 0 0 0 3px var(--gray);
	transform: translateY(-3px);
}

.logo {
	max-width: 60%;
}

footer table {
	font-weight: 400;
	margin-top: 42px;
	line-height: 28px;
}

footer td {
	padding: 5px 13px;
	text-align: left;
	color: #fff;
}

footer td:nth-of-type(1) {
	color: var(--green);
	font-weight: 700;
}

footer table a {
	color: #fff;
	font-weight: 700;
}

hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	position: relative;
	top: 10px;
	margin: 10px 0 30px 0;
	clear: both;
	display: block;
}

footer p {
	padding: 10px 100px;
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
}

footer {
	background: var(--gray);
	min-height: 350px;
	display: flex;
	flex-direction: column;
	padding: 25px 80px;
}

footer>div {
	display: flex;
	justify-content: space-evenly;
}

footer .logo {
	max-width: 60%;
	align-self: center;
}

#totop {
	background: #fff url(img/totop.png) no-repeat center center / cover;
	position: fixed;
	bottom: 21px;
	right: calc(50% - 720px);
	height: 82px;
	width: 60px;
	opacity: 0;
	visibility: hidden;
	z-index: 123;
	transition: opacity .2s ease;
}

#totop:after {
	content: '';
	background: url(img/totop_h.png) no-repeat center center / cover;
	position: absolute;
	height: 82px;
	width: 60px;
	opacity: 0;
	z-index: 123;
	transition: opacity .2s ease, transform .2s ease;
}

#totop:hover:after {
	opacity: 1;
}

#totop.show {
	visibility: visible;
	opacity: 1;
}

.social {
	margin-top: 50px;
	left: 0;
	width: 150px;
}

.privacy {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 52px;
}

.privacy+p {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
	line-height: 50px;
	white-space: nowrap;
}

.privacy+p a {
	color: #fff;
}

@font-face {
	font-family: fntz;
	src: url('fontz/fntz.woff2') format('woff2'), url('fontz/fntz.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"], [class*=" icon-"], [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: fntz;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
	display: inline-block;
	line-height: 55px;
	z-index: 3;
}

.icon-fb:before {
	content: '\e802';
	margin: 0 20px 0 0;
	color: #fff;
	font-size: 62px;
}

.icon-in:before {
	content: '\e801';
	color: #fff;
	font-size: 62px;
}

@media (max-width: 1400px) {
	#totop {
		top: initial;
		bottom: 21px !important;
		right: 0;
		position: fixed !important;
	}
}

@media (max-width: 1200px) {
	#hello h2 {
		font-size: 65px;
		line-height: 107px;
	}
	#hello h2 span {
		font-size: 90px;
	}
	#hello {
		padding: 40px 20px 60px;
		gap: 30px;
	}
	#hello>div:first-of-type>div {
		top: 5px;
	}
	.btns {
  		margin: 20px 0 0;
	}
	footer {
		padding: 25px 40px;
	}
}

@media (max-width: 1100px) {
	#points h2 {
		font-size: 38px;
	}
}

@media (max-width: 1024px) {
	#totop {
		display: none;
	}
	#head h2 {
		height: initial;
		line-height: 50px;
		padding: 20px 0;
	}
	#head {
		height: calc(45vw + 100px);
	}
	#head .logo {
		max-width: calc(100% - 40px);
		top: -11px;
	}
	#slida {
		height: 45vw;
	}
	#hello h2 {
		font-size: clamp(35px, 100vw, 42px);
		line-height: 60px;
		text-align: center;
	}
	#hello h2 span {
		font-size: clamp(35px, 100vw, 58px);
	}
	#hello>div:first-of-type>div {
		flex-direction: column;
	}
	#hello h3 {
		font-size: 48px;
		line-height: 9px;
	}
	#hello>div:first-of-type>div img {
		align-self: center;
	}
	#map {
		height: 400px;
	}
	#points {
		padding: 40px 20px;
	}
	#points h3 {
		font-size: 48px;
	}
	#points table {
		width: 100%;
		margin: 10px auto 20px;
		font-size: 17px;
		text-align: center;
		padding: 0
	}
	#points td {
		padding: 0 0px 8px 0;
		display: block;
	}
	#points td:first-of-type {
		margin: 20px 0 0 0;
	}
	#points td:last-of-type {
		line-height: 31px;
		border-bottom: 2px solid #ddd;
	}
	#points h2 {
		font-size: 32px;
	}
	.btns {
  		gap: 20px;
	}
	p {
		line-height: 36px;
		font-size: 17px;
	}
	footer {
		padding: 30px 20px;
	}
	footer p {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 36px;
		max-width: calc(100% - 50px);
		margin: 0 auto;
		text-align: left;
	}
	footer>div {
		flex-direction: column-reverse;
		display: flex;
		padding: 0;
		text-align: center;
	}
	footer .logo {
		max-width: 90%;
	}
	footer table {
		left: initial;
		width: 100%;
		order: 1;
		font-size: 17px;
		margin-top: 15px;
	}
	footer tbody {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	footer tr {
		max-width: 33%;
		width: 100%;
		display: block;
	}
	footer td {
		padding: 1px 13px;
		display: block;
		text-align: center;
	}
	.social {
		position: static;
		width: 100%;
		text-align: center;
		order: 2;
		margin: 50px 0 0 0;
	}
	.privacy {
		top: initial;
		left: initial;
		bottom: initial;
		order: 3;
		margin: 20px auto;
		position: static;
		font-size: 16px;
		max-width: initial;
	}
	footer td:first-of-type {
		margin: 30px 0 0 0;
	}
	.privacy+p {
		order: 4;
		position: static;
		font-size: 16px;
		max-width: initial;
		text-align: center;
	}
	.icon-zoom {
		position: absolute;
		top: 10px;
		left: 17px;
	}
	.icon-zoom::before {
		font-size: 54px;
	}
	#points td:nth-of-type(1) br {
		display: block
	}
	#points td:nth-of-type(1)::before {
		display: inline-block;
		position: static;
	}
}

@media (max-width: 768px) {
	.btn, .btn.grn {
		font-size: 19px;
		max-width: 350px;
		padding: 18px;
	}
	.btns {
		flex-direction: column;
	}
	#points h2 br {
		display: block;
	}
	#points h2 i:nth-of-type(3) {
		display: none;
	}
	#points h3 {
		font-size: 34px;
		line-height: 40px;
	}
	#points h3 span {
		display: block;
	}
	footer tbody {
		display: flex;
		flex-wrap: wrap;
	}
	footer tr {
		max-width: 100%;
		display: block;
		width: 100%;
		;
	}
	#hello h3 {
		text-align: center
	}
	.map-container h2 {
		font-size: 34px;
	}
	#hello>div:first-of-type>div {
		flex-direction: column-reverse;
		top: 10px;
	}
	#hello>div:first-of-type>div img {
		top: -13px;
		max-width: 190px;
	}
	#hello>div:first-of-type, #hello>div:last-of-type {
		flex: 1 1 100%;
	}
	.map-container {
		flex-direction: row;
	}
}

@media (max-width: 400px) {
	#hello h2 {
		font-size: 11vw;
		line-height: 15vw;
	}
	#hello h2 span {
		font-size: 15vw;
	}
	#points h2 {
		font-size: 26px;
	}
}

#results-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#results-list li {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

#results-list li:hover {
	background-color: #f0f0f0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#results-list li h4 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #333;
	font-size: 1.1em;
}

#results-list li p {
	margin-bottom: 5px;
	color: #666;
	font-size: 0.9em;
}

#results-list li a {
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
}

#results-list li a:hover {
	text-decoration: underline;
}

.info-window-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.info-window-content h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
	font-size: 1.2em;
}

.info-window-content p {
	margin-bottom: 5px;
}

.info-window-content a {
	color: #007bff;
	text-decoration: none;
}

.info-window-content a:hover {
	text-decoration: underline;
}

.info-window-content .directions-link {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 12px;
	background-color: #007bff;
	color: #fff;
	border-radius: 4px;
	font-size: 0.9em;
}

.info-window-content .directions-link:hover {
	background-color: #0056b3;
	text-decoration: none;
}

.custom-info-modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.custom-info-modal.active {
	display: block;
}

.custom-info-modal .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 90%;
	max-width: 400px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
	max-height: 90%;
	overflow-y: auto;
}

.custom-info-modal .close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 15px;
}

.custom-info-modal .close-button:hover, .custom-info-modal .close-button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.custom-info-modal .modal-body {
	padding-top: 10px;
}

.custom-info-modal .modal-body h3 {
	margin-top: 0;
	font-size: 1.2em;
}

.custom-info-modal .modal-body p {
	margin-bottom: 5px;
	font-size: 0.9em;
}

.custom-info-modal .modal-body a {
	color: #0073aa;
	text-decoration: none;
}

.custom-info-modal .modal-body a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.custom-info-modal .modal-content {
		width: 95%;
	}
}