@charset "utf-8";
/*------------------------------------------------------------------------- SECTION: Hero Banner 
*/
section.hero-banner {
	height: auto;
	color: #fff;
	background: var(--sdsDarkBlueGrey) url(../images/custodianship-hero.jpg) center center no-repeat;
	background-size: cover;
}
section.hero-banner .container {
	z-index: 2;
	height: 100%;
	padding: 0;
}
section.hero-banner::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);
}
section.hero-banner .row {
	height: 100%;
	width: 100%;
	padding: 0;
}
section.hero-banner .column:first-of-type {
	position: relative;
	padding: 100px 40px 40px;
	background: rgba(0,0,0,0.6);
	max-width: 640px;
}
section.hero-banner .column:first-of-type::before {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	width: calc((100vw - 1450px) / 2);
	height: 100%;
	background: rgba(0,0,0,0.6);
}
section.hero-banner .column:first-of-type::after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 150px;
	height: 100%;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: rgba(0,0,0,0.6);
}
section.hero-banner .column:last-of-type {
	flex: 1;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 40px 40px 80px;
	gap: 20px;
}
section.hero-banner .logo {
	max-width: 300px;
	margin-bottom: 40px;
}
section.hero-banner h1 {
	font-size: 48px;
	margin-bottom: 20px;
}
section.hero-banner h5 {
	margin-bottom: 40px;
}
section.hero-banner p {
	margin: 0;
	padding: 20px 0;
	position: relative;
}
section.hero-banner p::before,
section.hero-banner p::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
section.hero-banner p::after {
	top: 100%;
}
section.hero-banner .button {
	max-width: 240px;
}
section.hero-banner .button:hover svg {
	stroke: var(--sdsLightGrey);
}

@media (max-width: 1140px) {
	section.hero-banner h1 {
		font-size: 40px;
	}
	section.hero-banner h5 {
		font-size: 18px;
	}	
	section.hero-banner p {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	section.hero-banner {
		height: auto;
	}
	section.hero-banner .column:first-of-type {
		max-width: 100%;
	}
	section.hero-banner .column:last-of-type {
		display: none;
	}
	section.hero-banner .column:first-of-type::after {
		display: none;
	}	
}

/*------------------------------------------------------------------------- SECTION: Service Features 
*/
section.service-features {
	color: #fff;
	background-color: var(--sdsDarkRed);
	text-align: center;
	padding: 0;
	z-index: 2;
}
section.service-features::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(255,255,0,0) 0%, var(--sdsYellow) 50%, rgba(255,255,0,0) 100%);
}
section.service-features .container {
	height: 100%;
	padding: 40px 40px 0;	
}
section.service-features .container::before {
	content: '';
	display: block;
	aspect-ratio: 8.25;
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	background: url(../images/glow.png) center center / 100% no-repeat;
	transform: translateY(-50%);
	opacity: 1;
}
section.service-features::after {
	border-top-color: var(--sdsDarkRed);
}
section.service-features ul {
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row nowrap;
	gap: 30px;
}
section.service-features ul li {
	margin: 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	flex: 1;
}
section.service-features ul li .icon {
	filter: var(--filterGrey);
	width: 50px;
	height: 50px;
	display: block;
}
section.service-features ul li h6 {
	font-size: 18px;
	line-height: 1em;
	max-width: 240px;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 767px) {
	section.service-features {
		padding-bottom: 20px;
	}
	section.service-features ul {
		flex-direction: column;
	}
}
@media (max-width: 767px) and (min-width: 321px) {
	section.service-features ul li {
		flex-direction: row;
		
	}
	section.service-features ul li h6 {
		max-width: 100%;
		text-align: left;
		margin: 0 0 0 10px;
	}
}

/*------------------------------------------------------------------------- SECTION: Custodianship Service 
*/
section.custodianship {
	padding: 0;
}
section.custodianship h2 {
	margin-bottom: 30px;
}
section.custodianship .column {
	position: relative;
	flex: 1 1 50%;
}
section.custodianship .row .column:first-of-type {
	padding: 180px 80px 20px 0;
}
section.custodianship .image-wrapper {
	height: 100%;	
    width: 50vw;
    position: absolute;
    left: 0;
    top: 0;	
}

@media (max-width: 767px) {
	section.custodianship .row .column:first-of-type {
		padding: 180px 0 20px 0;
	}
	section.custodianship .image-wrapper {
		height: 480px;	
		width: 100vw;
		transform: translateX(-40px);
		position: relative;
	}	
}
@media (max-width: 640px) {
	section.custodianship .row .column:first-of-type {
		padding-top: 120px;
	}
}

/*------------------------------------------------------------------------- SECTION: Regulatory Points 
*/
section.regulation {
	padding: 40px 0;
	background-color: #f9f9f9;
}
section.regulation h2 {
	margin-bottom: 30px;
	font-size: 28px;
}