/********* Heading **********/
.hr__heading__banner {
	/* Dimension */
	height: auto;

	/* Display */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.hr__intro {
	/* Dimension */
	height: auto;

	/* Display */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	/* Stylize */
	background: url("/wp-content/uploads/2023/09/bg.min.png") center center
		no-repeat #206aa1;
	background-size: cover; /* Change background-size to cover */
	background-clip: content-box;
}

.hr__heading__banner > .item {
	/* Dimension */
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: auto;

	/* Display */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2rem 0;
}
.hr__intro > .item {
	/* Dimension */
	width: 90%;
	max-width: 1200px;
	height: auto;
	min-height: 30vh;
	margin: auto;

	/* Display */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 3rem;
}

.hr__heading__banner > .head {
	/* Dimension */
	width: 90%;
	max-width: 1000px;
	height: auto;
	min-height: 30vh;
	margin: auto;
}

/********* Banner **********/
.hr__banner {
	/* Dimension */
	height: auto;
	max-height: 90vh;

	/* Display */
	display: flex;
	justify-content: center;
	align-items: center;
}

/********* Intro content **********/
.intro {
	/* Display */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	/* Stylize */
	background: url("/wp-content/uploads/2023/09/bg.min.png") center center
		no-repeat #206aa1;
	background-size: cover; /* Change background-size to cover */
	background-clip: content-box;

	/* Dimension */
	width: 100%;
	margin: 1rem auto;
}

.intro-content {
	/* Dimension */
	width: 90%;
	max-width: 1000px;
	height: auto;
	min-height: 30vh;
	padding: 1rem 0;
}

.intro-content > .image {
	/* Display  */
	position: relative;

	/* Dimension */
	max-height: 100%;
	max-width: 100%;
}

.intro-content.center {
	margin: 0 auto; /* Center the div horizontally */
}

.intro-content.right {
	/* Display */
	display: flex;
	justify-content: flex-end; /* Right align the div */
}

.intro-content.left {
	/* Display */
	display: flex;
	justify-content: flex-start; /* Right align the div */
}

/********* Detail **********/
.hr__detail {
	/* Display */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	/* Stylize */
	background: url("/wp-content/uploads/2023/09/bg-2.min.png") center center
		no-repeat #206aa1;
	background-size: cover; /* Change background-size to cover */
	background-clip: content-box;

	/* Dimension */
	min-height: 90vh;
	height: fit-content;
	width: 100%;
	margin: 1rem auto;
}

.hr__detail__item {
	/* Dimension */
	width: 90%;
	max-width: 1200px;
	height: auto;
	min-height: 30vh;
	padding: 2rem 1rem;

	/* Display */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
@media (max-width: 480px) {
	.hr__detail__item {
		/* Display */
		flex-direction: column;
	}
}
.hr__detail__item > div:not(:first-child) {
	margin-left: 1rem;
	height: 100%;
}
.hr__detail__item > col {
	/* Display */
	position: relative;

	/* Dimension */
	height: 100%;
	padding-top: 2rem;
}

.hr__heading {
	/* Display */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;

	/* Dimension */
	padding: 1rem 0;
}

.hr__heading__icon {
	/* Dimension */
	width: 3rem;
	height: 3rem;
}
.hr__heading__label {
	/* Dimension */
	margin-left: 1rem;

	/* Typogrpahy */
	text-align: left;
	font-size: 1.25rem;
	font-weight: bold;
	color: black;
}
.hr__arrow {
	/* Stylize */
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
	background-color: #7961aa;

	/* Dimension */
	padding: 0.5rem 1rem;
	margin: 2rem 0;

	/* Typogrpahy */
	text-align: left;
	font-size: 0.75rem;
	color: white;
}

.hr__detail__item > .col > .image {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
}

.hr__detail__item > .col > .image > .wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	padding: 2rem; /* Add padding here */
}
.hr__content > * {
	/* Typogrpahy */
	text-align: left;
	font-size: 1rem;
	color: black;
	font-weight: bold;
}

/********* Description **********/
.hr__description {
	/* Display */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	/* Dimension */
	height: fit-content;
	width: 100%;
	margin: 1rem auto;
}

.hr__description > .wrapper {
	/* Dimension */
	width: 90%;
	max-width: 1200px;
	height: auto;
	min-height: 30vh;
	padding: 2rem 1rem;
}

.hr__description > * {
	/* Typography */
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	color: black;
	line-height: 2;
}
@media (max-width: 768px) {
	.hr__description > * {
		/* Typography */
		font-size: 13px;
	}
}

.hr__description > .wrapper > ul {
	padding-left: 1rem;
}
.hr__description > .wrapper > ul > li {
	/* Typography */
	list-style: disc;
}

/********* CTA **********/
.hr__cta {
	/* Display */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	/* Dimension */
	height: 100%;
	min-height: 50vh;
	width: 100%;
	margin: 1rem auto;
}

.hr__cta > a > .item {
	/* Dimension */
	width: 90%;
	max-width: 1200px;
	height: 100%;
	min-height: 50vh;
	margin: auto;
}

/********* Default **********/
body {
	font-family: "Montserrat", sans-serif;
	color: black;
	line-height: 2;
}

.emphasize {
	/* Display */
	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: center;

	/* Dimension */
	width: 60%;
	max-width: 1000px;
	padding: 1rem 0;
	margin: auto;

	/* Typography */
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
@media (max-width: 480px) {
	.emphasize {
		/* Dimension */
		width: 90%;
		padding: 0.5rem 0;

		/* Typography */
		font-size: 1rem;
	}
}

.w-1of2 {
	width: 50%;
}

.w-1of3 {
	width: 33.33%;
}
.w-2of3 {
	width: 66.66%;
}
@media (max-width: 768px) {
	.w-1of2,
	.w-1of3,
	.w-2of3 {
		width: 100%;
	}
}

/* Styles for desktop and tablet */
.hr__desktop {
	display: block; /* Show on desktop and tablet by default */
}

/* Styles for mobile */
.hr__mobile {
	display: none; /* Hide on mobile by default */
}

/* Media query for tablets (portrait) */
@media (max-width: 768px) {
	.hr__desktop {
		display: none; /* Hide on tablets */
	}

	.hr__mobile {
		display: block; /* Show on tablets (portrait) */
	}
}

/* Media query for mobile */
@media (max-width: 480px) {
	.hr__desktop,
	.hr__mobile {
		display: none; /* Hide on mobile */
	}

	.hr__mobile {
		display: block; /* Show on mobile */
	}
}
