:root {
	--sy-section-padding-left: 1.6rem;
	--sy-section-padding-right: 1.6rem;
}

.breadcrumb {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	gap: 5px;
}

.breadcrumb li {}

.breadcrumb li a,
.breadcrumb li span {
	font-family: var(--sy-font-base);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: var(--sy-color-white);
	position: relative;
	text-decoration: none;
}

.breadcrumb li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: rgba(183, 255, 255, 0.3);
	z-index: -1;
}

.breadcrumb li a:hover:before {
	background: rgba(183, 255, 255, 0.5);
}

.with-breadcrumb .hero__content {
	margin-top: 15px;
}

.hero--locations {
	background-size: cover;
	background-image: url(../images/dummy-faq.jpg);
}

.hero--locations .invitations {
	max-width: 714px;
}

.hero--locations .hero__content .title {
	margin-bottom: 6rem;
}

.locations-hero__actions {
	padding-left: var(--sy-section-padding-left);
	padding-right: var(--sy-section-padding-right);
	margin-top: -2.5rem;
}

.locations-hero__actions-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: .8rem;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.locations-hero__actions-items .btn--icon {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.locations-map {
	margin-top: 6rem;
	margin-bottom: 8rem;
	padding-left: var(--sy-section-padding-left);
	padding-right: var(--sy-section-padding-right);
}

.locations-map .title {
	font-family: var(--sy-font-head);
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0A4E7C;
	margin-bottom: 15px;
}

.locations-map .locations-map-content {
	width: 100%;
	max-width: 1036px;
	margin: 0 auto;
}

.locations-map .locations-map-content .locations-map-content-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.locations-map .locations-map-content .locations-map-content-buttons li {
	width: 100%;
}

.locations-map .locations-map-content .locations-map-content-buttons li .btn--icon {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.locations-map .locations-map-content .banner-map-container {
	padding-bottom: 60%;
	width: 100%;
	position: relative;
}

.locations-map .locations-map-content .banner-map-container .map-iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.locations-activities {
	background-color: #E6F4FF;
	padding-left: var(--sy-section-padding-left);
	padding-right: var(--sy-section-padding-right);
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.locations-activities.location-detail-activity {
	background-color: #F5F8FF;
}

.locations-activities .locations-activities-item-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.locations-activities-item-container-image {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

.locations-activities-item-container-image img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.locations-activities-item-container-content p {
	font-family: var(--sy-font-base);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #2A2A2A;
}

.locations-activities-item-container-content p b,
.locations-activities-item-container-content p strong {
	position: relative;
	z-index: 2;
}

.locations-activities-item-container-content p b::before,
.locations-activities-item-container-content p strong::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: #B7FFFF;
	z-index: -1;
}

.locations-activities .locations-activities-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6rem;
}

.locations-activities-item-container-content .locations-activities-item-container-content-informations {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.locations-activities-item-container-content .locations-activities-item-container-content-informations .locations-activities-item-container-content-information {
	background-color: #fff;
	width: 100%;
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.locations-activities-item-container-content .locations-activities-item-container-content-informations .locations-activities-item-container-content-information:first-child {
	border-radius: 10px 10px 0 0;

}

.locations-activities-item-container-content .locations-activities-item-container-content-informations .locations-activities-item-container-content-information:last-child {
	border-radius: 0 0 10px 10px;
	padding-bottom: 30px;

}

.locations-activities-item-container-content .locations-activities-item-container-content-informations .locations-activities-item-container-content-information .locations-activities-item-container-content-information-item h5 {
	font-family: var(--sy-font-head);
	font-weight: 900;
	font-size: 26px;
	line-height: 44px;
	letter-spacing: 0.02em;
	color: #07679E;
}

.locations-activities-item-container-content .locations-activities-item-container-content-informations .locations-activities-item-container-content-information .locations-activities-item-container-content-information-item p,
.locations-activities-item-container-content .locations-activities-item-container-content-informations .locations-activities-item-container-content-information .locations-activities-item-container-content-information-item ul li {
	font-family: var(--sy-font-base);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #0A4E7C;
}

.locations-activities-item-container-content .locations-activities-item-container-content-see_more {
	display: table;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.locations-map-modal {
	position: absolute;
	max-width: 330px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	margin: auto;
}

.locations-map-modal.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.locations-map-modal-content {
	position: relative;
	background-color: #D6E3FF;
	padding: 3rem;
	border-radius: 4px;
}

.locations-map-modal-content ul li svg {
	min-width: 30px;
}

.locations-map-modal-content img {
	max-width: 100%;
	display: block;
}

.locations-map-modal-content .locations-map-close-modal {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 45px;
}

.locations-map-modal-content .locations-map-close-modal img {
	width: 100%;
}

.locations-map-modal-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	max-height: 500px;
	overflow: auto;
	scrollbar-width: none;

}

.locations-map-modal-content ul::-webkit-scrollbar {
	display: none;
}

.locations-map-modal-content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.locations-map-modal-content ul li * {
	font-family: var(--sy-font-base);
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #000000;
}

.locations-map-modal-content ul li.information-footer * {
	color: #07679E;
}

.locations-map-modal-content ul li h5 {
	font-family: var(--sy-font-head);
	font-weight: 900;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #07679E;
}

.locations-activities .breadcrumb {
	margin-bottom: 2rem;
}

.locations-activities .breadcrumb li a,
.locations-activities .breadcrumb li span {
	color: #5C80FF;
}

.locations-activities .breadcrumb li a::before {
	background-color: rgba(92, 128, 255, 0.3);
}

.locations-activities .breadcrumb li svg path {
	stroke: #5C80FF;
}

.locations-gallery {
	background-color: #F5F8FF;
	padding-left: var(--sy-section-padding-left);
	padding-right: var(--sy-section-padding-right);
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.locations-gallery .locations-gallery-items {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: auto;
	scrollbar-width: none;
}

.locations-gallery .locations-gallery-items::-webkit-scrollbar {
	display: none;
}

.locations-gallery .locations-gallery-items .locations-gallery-item {
	min-width: 325px;
	width: 325px;
	background-color: gray;
	height: 400px;
	position: relative;
	background-position: center;
	background-size: cover;
}

.locations-gallery .locations-gallery-items .locations-gallery-item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	background-position: center;
	background-size: cover;
}

.gallery-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 78, 124, 0.9);
	z-index: 51;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3rem;
	display: none;
}

.gallery-modal.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-modal .gallery-close-modal {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 2;
}

.gallery-modal .swiper-button {
	width: 54px;
	height: 54px;
	background-color: #C1D5FF;
	border-radius: 100%;
	border: 7px #D6E3FF solid;
}

.gallery-modal .swiper-button.swiper-button-prev {
	left: calc(50% - (54px + 30px));
	right: initial;
	top: initial;
	bottom: 8%;
}

.gallery-modal .swiper-button.swiper-button-next {
	left: initial;
	right: calc(50% - (54px + 30px));
	top: initial;
	bottom: 8%;
}

.gallery-modal .swiper-button::before {
	content: none !important;
}

.gallery-modal .swiper-button::after {
	content: none !important;
}

.gallery-modal .swiper-button svg {
	width: auto !important;
	height: auto !important;
}

.gallery-modal .gallery-modal-content {
	width: 100%;
	/* background-color: gray; */
}

.gallery-modal .gallery-slick {
	height: 100%;
}

.gallery-modal .gallery-slick .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery-modal .gallery-slick .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}

/* QUERYS */
/* Tablet */
@media (min-width: 768px) {}

/* Laptop */
@media (min-width: 1024px) {
	.locations-hero__actions-items {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.locations-hero__actions-items .btn--icon {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.locations-activities .locations-activities-item-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.locations-activities-item-container-image {
		max-width: 637px;
		min-width: 437px;
	}

	.locations-activities-item-container-content .locations-activities-item-container-content-informations {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 3rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.locations-activities-item-container-content .locations-activities-item-container-content-informations .locations-activities-item-container-content-information {
		width: 345px;
	}

	.locations-activities-item-container-content .locations-activities-item-container-content-informations .locations-activities-item-container-content-information {
		border-radius: 10px 10px 10px 10px !important;
		padding-bottom: 30px;
	}

	.locations-activities-item-container-content .locations-activities-item-container-content-see_more {
		margin-left: 0;
		margin-right: 0;
	}

	.locations-map .locations-map-content .locations-map-content-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 2rem;
	}

	.locations-map .locations-map-content .locations-map-content-buttons li {
		width: auto;
	}

	.locations-gallery .headline span {
		-ms-flex-item-align: start;
		align-self: flex-start;
		padding-left: 15%;
	}

	.locations-gallery .locations-gallery-items {
		max-width: 1036px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.locations-gallery .locations-gallery-items .locations-gallery-item {
		width: calc((100% - (3 * 1rem)) / 4);
		min-width: auto;
	}

	.gallery-modal .swiper-button.swiper-button-prev {
		left: 8%;
		top: var(--swiper-navigation-top-offset, 50%);
		bottom: unset;
	}

	.gallery-modal .swiper-button.swiper-button-next {
		right: 8%;
		top: var(--swiper-navigation-top-offset, 50%);
		bottom: unset;
	}
}

/* Desktop */
@media (min-width: 1280px) {
	.with-breadcrumb .hero__content .title b {
		margin-left: 8rem;
	}
}

/* Desktop XL */
@media (min-width: 1536px) {}