.hero-pages--module--full-width{
	position: relative;
	background: #D5F4FF;
}

.hero-pages--container--full-width{
	display: flex;
	flex-direction: row;
	background: #D5F4FF;
	margin-top: 2rem;
	position: relative;
}



.hero-pages--container--full-width:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: -100%;
	background: #D5F4FF;
}


.hero-pages--module--full-width .hero-pages--part-text{
	position: relative;
	padding: 2rem 3rem 11.5rem 0rem;
}


.hero-pages--module--full-width .hero-pages--part-text--toptitle{
	text-transform: uppercase;
	color: #28568B;
	padding-bottom: 1.6rem;
	font-size: 1.2rem;
	font-weight: 700;
}

.hero-pages--module--full-width .hero-pages--part-text--title{
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 700; 
	line-height: 130%;
	padding: 0 0 1.6rem 0;
	color: #28568B;
}

.hero-pages--module--full-width .hero-pages--part-text--intro *{
	font-size: 2rem;
	font-style: normal;
	font-weight: 400; 
	color: #28568B;
}

.hero-pages--module--full-width .hero-pages--part-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero-pages--module--full-width .span5.hero-pages--part-image{
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
}

.hero-pages--module--full-width .hero-pages--part-text--button-container{
	margin-top: 2.4rem;
	display: flex; 
	gap: 2.5rem;
}

.hero-pages--part-text--intro ul{
	margin-top: 16px;
}

.hero-pages--module--full-width .hero-pages--part-text--intro li{
	position: relative;
	color: #252E5AB2;
	font-size: 16px;
	margin-bottom: 12px;
	padding-left: 2rem;
}

.hero-pages--module--full-width .hero-pages--part-text--intro li:before{
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M1 11.7895L6.65217 16L14 6' stroke='%2300ACE5' stroke-width='3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 13px;
	height: 20px;
	left: 0;
	top: 2px;
}

.hero-pages--module--full-width .hs-menu-wrapper ul{
	display: flex;
	flex-flow: row wrap;
	gap: 16px;
	margin-bottom: 9rem;
}

.hero-pages--module--full-width .hs-menu-wrapper ul li:not(:last-child) a{
	color:#252E5AB2;
}

.hero-pages--module--full-width .hs-menu-wrapper ul li:last-child a{
	color: #28568B;
	font-weight: 700;
}

.hero-pages--module--full-width .hs-menu-wrapper ul li{
	position: relative;
}

.hero-pages--module--full-width .hs-menu-wrapper ul li:not(:last-child):after{
	content: "";
	position: absolute;
	top: 4px;
	height: 14px;
	width: 6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M1 1L6.5 6.5L1 12' stroke='%2328568B' stroke-width='2'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	right: -11px;
	background-repeat: no-repeat;
}
}

@media (max-width: 992px){
	.hero-pages--module--full-width .hero-pages--part-text:after{
		display:none;
	}
}

@media (max-width: 767px){
	.hero-pages--module--full-width .span5.hero-pages--part-image{
		position: relative;
		height: 40rem;
	}
	.hero-pages--container--full-width .span6{
		width: 100% !important;
	}

	.hero-pages--container--full-width{
		display: flex;
		flex-flow: column;
	}

	.hero-pages--container--full-width .span7.hero-pages--part-text{
		padding: 5rem 0;
	}
}

@media (max-width: 480px){
	.hero-pages--module--full-width .hero-pages--part-text--title{
		font-size: 3.4rem;
	}

	.hero-pages--module--full-width .hero-pages--part-text--intro *{
		font-size: 1.6rem;
	}
}
