.tour__content {
	position: relative;
	z-index: 1;
	width: calc(100% + 500px);
	padding: 0;	
	margin: 30px -250px;
	border-radius: 15px;
	overflow: hidden;
}
@media (max-width: 1680px) {
	.tour__content {
		width: calc(100vw - 60px);
		margin: 30px calc(-50vw + 585px);
	}
}
@media (max-width: 1200px) {
	.tour__content {
		width: 100%;
		margin: 30px 0;
	}
}
.tour__iframe {
    border: 1px solid #eee;
}
.tour__iframe,
.tour__iframe iframe,
.tour__iframe navattic-lazy-loader {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/10;
}
@media (max-width: 1200px) {
	.tour__iframe,
	.tour__iframe iframe,
	.tour__iframe navattic-lazy-loader {
		aspect-ratio: 16/12;
	}
}
@media (max-width: 992px) {
	.tour__iframe,
	.tour__iframe iframe,
	.tour__iframe navattic-lazy-loader {
		aspect-ratio: 1/1;
	}
}
@media (max-width: 768px) {
	.tour__iframe,
	.tour__iframe iframe,
	.tour__iframe navattic-lazy-loader {
		aspect-ratio: 2/3;
	}
}
@media (max-width: 500px) {
	.tour__iframe,
	.tour__iframe iframe,
	.tour__iframe navattic-lazy-loader {
		aspect-ratio: 1/2;
	}
}
@media (max-width: 400px) {
	.tour__iframe,
	.tour__iframe iframe,
	.tour__iframe navattic-lazy-loader {
		aspect-ratio: 1/3;
	}
}
.tour__iframe navattic-lazy-loader {
	display: block !important;
}
.br-overlay-showhide {
	display: none;
}
.br-overlay-showhide.show {
	display: block;
}
.br-overlay {
	position: absolute;
	z-index: 10000;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}
.br-overlay-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 760px;
	padding: 40px;
	background: #fff;
	border-radius: 30px;
    margin: 0 15px;
}
@media (max-width: 1199px) {
	.br-overlay-content {
		padding: 25px;
	}
}
.br-overlay__left,
.br-overlay__right {
	width: calc(50% - 10px);
}
@media (max-width: 767px) {
	.br-overlay__left,
	.br-overlay__right {
		width: 100%;
	}
	.br-overlay__left {
		margin-bottom: 25px;
	}
}
.br-overlay__g2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.br-overlay__g2 img {
	width: 120px;
	height: auto;
	margin-right: 15px;
}
.br-overlay__g2__score {
	font-size: 20px;
	font-weight: bold;
	margin-right: 5px;
}
.br-overlay__g2__count {
	color: #555;
	font-size: 14px;
}
.br-overlay .goback {
	color: #039ace;
	font-size: 14px;
	line-height: 1.1;
	padding: 3px 5px 0 0;
	background: transparent;
	margin: 0 0 20px 0;
	border: none;
	border-radius: 0;
	transition: transform 100ms ease-in-out;
}
.br-overlay .goback:hover {
	background: transparent;
	transform: translateX(-5px);
}
.br-overlay h3 {
	margin-bottom: 20px;
}
.br-overlay.bloomreach_hs_form form .hs-fieldtype-text {
	width: 100%;
}
.br-form-v2 .hs-form .hs-form-field.hs_email {
  width: 100% !important;