.mybreadcrumb {
	display: none !important;
}

/* R32 */
.r32 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.r32 h2 {
	font-weight: 900 !important;
	color: #80C035 !important;
}

.r32 .first-row {
	margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
	.r32 .first-row {
		padding-left: 165px;
		padding-right: 165px;
	}
}

.r32 p {
	color: #151c73;
	text-align: justify;
	line-height: 2;
}

.r32 .first-row img {
	width: 100%;
	max-width: 420px;
	height: auto;
}

@media screen and (max-width: 1200px) {
	.r32 .first-row p {
		display: none;
	}

	.r32 h2 {
		font-size: 20px !important;
	}
}

@media screen and (min-width: 1366px) {
	.r32 p {
		font-size: 22px !important;
	}
}

@media screen and (min-width: 1200px) {
	.r32 .sec-row .col-xl-2 {
		flex: 0 0 19.9% !important;
		max-width: 19.9% !important;
	}
}

.r32 .sec-row .icon {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.r32 .sec-row .icon img {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
}

.r32 .sec-row .title {
	color: #1891f6 !important;
	font-size: 1em;
	font-weight: bold;
}

.r32 .sec-row .title span {
	font-weight: 300;
	width: 100%;
	display: block;
}

/* AQUASNAP */
.aquasnap {
	color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #152C73;
}

.aquasnap .tal {
	font-weight: 900;
}

.aquasnap .aquasnap-logo {
	width: 100%;
	max-width: 460px;
	height: auto;
}

.aquasnap .col-xl-7 img {
	max-width: 800px;
	width: 100%;
	height: auto;
}

.aquasnap .text-left p,
.aquasnap .text-start p {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
}

.aquasnap .text-left hr,
.aquasnap .text-start hr {
	border-color: #fff !important;
}

.aquasnap .pinpoint-image {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aquasnap .pinpoint-image img {
	max-width: 100%;
	height: auto;
}

.aquasnap .hero img {
	max-width: 100%;
	height: auto;
}

.aquasnap .hero h4 {
	font-weight: 900;
}

.aquasnap .hero h4 span {
	font-weight: 300;
}

@media screen and (max-width: 1200px) {

	.aquasnap .text-left p,
	.aquasnap .text-start p {
		font-size: 20px !important;
	}

	.aquasnap .pinpoint-image img {
		max-height: 62px !important;
	}

	.aquasnap h2 {
		font-size: 20px;
	}

	.aquasnap .hero h4 {
		font-size: 18px !important;
	}

	.aquasnap .pinpoints h4 {
		font-size: 12px !important;
	}

	.aquasnap .hero {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 450px) {
	.aquasnap .hero img {
		max-width: 200px !important;
	}
}

/* JOIN / LAST JOIN */
.join,
.last-join {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}

.join::before,
.last-join::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #47a318;
	opacity: 0.92;
	z-index: 1;
}

.last-join::before {
	background-color: #152c73;
}

.join .join-content,
.last-join .join-content {
	position: relative;
	z-index: 2;
}

.join .join-title,
.last-join .join-title {
	position: relative;
	z-index: 2;
}

.join .join-title h2,
.join .join-title h3,
.last-join .join-title h2,
.last-join .join-title h3 {
	font-weight: 900;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}

.join .button-row,
.last-join .button-row {
	position: relative;
	z-index: 2;
}

.join .button-join,
.last-join .button-join {
	display: inline-block;
	min-width: 260px;
	padding: 24px 68px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	line-height: 1;
	text-decoration: none;
	background-color: #151c73;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.join .button-join:hover,
.last-join .button-join:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.92;
}

@media screen and (max-width: 1200px) {

	.join .button-join,
	.last-join .button-join {
		min-width: 200px !important;
	}

	.join .join-title h2,
	.join .join-title h3,
	.last-join .join-title h2,
	.last-join .join-title h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 450px) {

	.join .button-join,
	.last-join .button-join {
		padding: 24px 30px !important;
	}
}

/* DISCOVER */
.discover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	background-color: #1891f6;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}

.discover .first-row {
	margin-bottom: 40px;
}

.discover .first-row h2 {
	font-weight: 600;
	color: #fff;
}

.discover .discover-logo {
	width: 100%;
	max-width: 450px;
	height: auto;
}

.discover .sec-row {
	margin-top: 30px;
	margin-bottom: 30px;
}

.discover .sec-row .swiper {
	width: 100%;
	overflow: hidden;
	padding: 10px 40px;
}

.discover .sec-row .swiper-wrapper {
	align-items: flex-end;
}

.discover .sec-row .swiper-slide {
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.discover .sec-row .product-slide {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.discover .sec-row .product-image-wrap {
	height: 360px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 20px;
}

.discover .sec-row .product-image-wrap img {
	display: block;
	max-width: 100%;
	max-height: 340px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.discover .sec-row .product-content {
	width: 100%;
}

.discover .sec-row h4 {
	font-weight: 900;
	margin-bottom: 10px;
}

.discover .sec-row p {
	margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
}

.discover .third-row li {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.discover .third-row h3,
.discover .third-row p {
	color: #fff;
}

.discover .third-row ul {
	margin-bottom: 0;
}

.discover .hero-icon {
	max-width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 1200px) {
	.discover .first-row img {
		max-width: 260px;
	}

	.discover .first-row h2 {
		font-size: 22px !important;
	}

	.discover .third-row h3,
	.discover .third-row li {
		font-size: 14px !important;
	}

	.discover .third-row p {
		font-size: 12px !important;
	}

	.discover .third-row ul {
		padding-left: 15px !important;
	}

	.discover .sec-row .product-image-wrap {
		height: 300px;
	}

	.discover .sec-row .product-image-wrap img {
		max-height: 280px;
	}
}

@media screen and (max-width: 767.98px) {
	.discover .sec-row .swiper {
		padding: 10px 30px;
	}

	.discover .sec-row .product-image-wrap {
		height: 260px;
	}

	.discover .sec-row .product-image-wrap img {
		max-height: 240px;
	}

	.discover .third-row .hero-icon {
		max-width: 42px;
	}
}

/* BS5 gutter control */
.join .row,
.last-join .row {
	--bs-gutter-x: 1.5rem;
}

.discover .sec-row,
.discover .third-row {
	--bs-gutter-y: 1rem;
}