* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: none;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

.wrapper-secondary {
	width: 85%;
	margin: 0 auto;
}

#banner-container {
	padding: 150px 0 80px;
}

#banner-container .banner {
	background: none;
	background-color: #054289;
	border-radius: 30px;
	overflow: hidden;
	padding: 60px 100px;
}

#banner-container .banner .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50%;
	margin: 0 auto;
}

#banner-container .banner .content h3 {
	margin-bottom: 20px;
	color: #e1e1e1;
	font-size: 16px;
	font-family: "poppinsregular";
	font-weight: 400;
	opacity: 0.5;
}

#banner-container .banner .content h1 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 32px;
}

#banner-container .banner .content p {
	color: #e1e1e1;
	font-size: 16px;
	stroke: #e1e1e1;
	text-align: center;
}

#overview {
	padding-bottom: 80px;
}

#overview .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#overview .content .left {
	/* width: 45%; */
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

#overview .content .left div.row {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

#overview .content .left div.row div.square-image {
	border: 1px solid #e1e1e1;
	border-radius: 24px;
	padding: 25px;
	width: 50%;
}

#overview .content .left div.rectangle-image {
	border: 1px solid #e1e1e1;
	border-radius: 24px;
	padding: 25px;
	width: 100%;
}

#overview .content .right {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#overview .content .right h3 {
	color: #232323;
	opacity: 0.5;
	font-family: "poppinsmedium";
	font-size: 16px;
	font-weight: 500;
}

#overview .content .right h1 {
	color: #232323;
	font-weight: 500;
	font-size: 32px;
	font-family: "poppinsmedium";
	width: 80%;
	line-height: 1.4em;
}

#overview .content .right h1 span {
	color: #054289;
}

#overview .content .right p {
	font-weight: 400;
	font-size: 20px;
	color: #828282;
	line-height: 1.6em;
}

#course {
	background: #f9f9f9;
	padding: 100px 0;
}

#course .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#course .content .left {
	width: 45%;
	display: flex;
	flex-direction: column;
}

#course .content .left h3 {
	margin-bottom: 25px;
	color: #232323;
	opacity: 0.5;
	font-family: "poppinsmedium";
	font-size: 16px;
	font-weight: 500;
}

#course .content .left h1 {
	margin-bottom: 30px;
	color: #232323;
	font-weight: 500;
	font-size: 32px;
	font-family: "poppinsmedium";
	line-height: 1.4em;
}

#course .content .left h1 span {
	color: #054289;
}

#course .content .left p {
	font-weight: 400;
	font-size: 20px;
	color: #828282;
	line-height: 1.6em;
	width: 80%;
}

#course .content .right {
	width: 38%;
	position: relative;
}

#course .content .right .tooltip {
	position: absolute;
	z-index: 2;
	color: #232323;
	background: #ffffff;
	box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	padding: 8px 16px;
	line-height: 1.4em;
	top: 62%;
	left: -20%;
}

#course .content .right div.image {
	border-radius: 24px;
	padding: 25px;
	border: 1px solid #e1e1e1;
}
/* programs */
#gateway {
	text-align: center;
	padding: 80px 0;
}
#gateway h3 {
	color: #232323;
	font-size: 16px;
	font-family: "poppinsmedium";
	font-weight: 400;
	opacity: 0.5;
	margin-bottom: 20px;
}
#gateway h1 {
	color: #232323;
	font-size: 32px;
	margin-bottom: 40px;
}
#gateway ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
#gateway ul li {
	width: 32%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
	overflow: hidden;
	padding: 20px;
	transition: all 0.5s ease-in-out;
}

#gateway ul li:hover .top img {
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}
#gateway ul li:hover {
	border: 1px solid #fff;
	transition: all 0.5s ease-in-out;
}
#gateway ul li .top {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 0;
}
#gateway ul li .top img {
	transition: all 0.6s ease-in-out;
}
#gateway ul li .bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
#gateway ul li .bottom h4 {
	color: #232323;
	font-size: 20px;
	font-weight: 400;
}
#gateway ul li .bottom p {
	color: #828282;
	font-size: 16px;
	text-align: left;
}
#gateway ul li .bottom .button-box {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}
#gateway ul li .bottom .button-box p {
	color: #054289;
	font-size: 16px;
	font-family: "poppinsmedium";
	font-weight: 500;
}
#gateway ul li .bottom .button-box .arrow {
	width: 18px;
	height: 18px;
}
#download {
	background: #e1efff;
	padding: 100px 0;
}
#download .content {
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 12px;
}

#download .content h3 {
	color: #232323;
	opacity: 0.5;
	font-size: 16px;
	font-weight: 500;
}

#download .content h2 {
	color: #054289;
	font-family: "poppinsmedium";
	font-size: 32px;
}

#download .content p.first {
	color: #828282;
	margin-bottom: 25px;
	font-size: 16px;
}

#download .content div.download {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
}

#download .content div.download .left {
	display: flex;
	align-items: center;
	gap: 10px;
}

#download .content div.download .left .icon {
	width: 24px;
	height: 24px;
}

#download .content div.download .left .pdf-name {
}

#download .content div.download .right {
}

#download .content div.download .right .icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

/* //RESPONSIVE */
@media all and (max-width: 1450px) {
	#banner-container .banner .content {
		width: 60%;
	}
}

@media all and (max-width: 1280px) {
	#banner-container .banner .content {
		width: 70%;
	}
	#banner-container .banner .content h1 {
		font-size: 32px;
	}

	#overview .content .right h1 {
		width: 100%;
	}
	#overview .content .right p {
		font-size: 18px;
	}

	#course .content .left p {
		font-size: 18px;
		width: 90%;
	}
	#course .content .left h1 {
		margin-bottom: 20px;
	}
	#course .content .left h3 {
		margin-bottom: 15px;
	}
	#gateway ul li .bottom p {
		font-size: 14px;
	}
	#download .content div.download {
		padding: 15px 20px;
	}
}

@media all and (max-width: 1080px) {
	#banner-container .banner .content {
		width: 80%;
	}
	#banner-container .banner .content h1 {
		font-size: 30px;
	}
	#banner-container {
		padding: 130px 0 80px;
	}

	#overview .content .right {
		gap: 25px;
	}
	#overview .content .right h1 {
		font-size: 30px;
	}
	#overview .content .right p {
		font-size: 16px;
	}
	#overview .content .left div.rectangle-image {
		padding: 20px;
	}
	#overview .content .left div.row div.square-image {
		padding: 20px;
	}

	#course {
		padding: 80px 0;
	}
	#course .content .left h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	#course .content .left h1 br {
		display: none;
	}
	#course .content .left p {
		font-size: 16px;
		width: 100%;
	}
	#course .content .right .tooltip {
		left: -25%;
		font-size: 18px;
	}
	#gateway h1 {
		font-size: 30px;
	}
	#download .content h2 {
		font-size: 30px;
	}
	#download {
		padding: 80px 0;
	}
}

@media all and (max-width: 980px) {
	#banner-container .banner .content {
		width: 90%;
	}
	#banner-container .banner {
		padding: 50px 50px;
	}
	#banner-container .banner .content h1 {
		font-size: 28px;
		text-align: center;
	}
	#banner-container .banner .content p {
		font-size: 14px;
	}

	#banner-container {
		padding: 120px 0 70px;
	}

	#overview {
		padding-bottom: 70px;
	}
	#overview .content .right h1 {
		font-size: 28px;
	}
	#overview .content .right p {
		font-size: 14px;
	}

	#course {
		padding: 70px 0;
	}
	#course .content .right {
		width: 45%;
	}
	#course .content .left h1 {
		font-size: 28px;
	}
	#course .content .left p {
		font-size: 14px;
	}
	#course .content .right .tooltip {
		left: -16%;
		font-size: 16px;
	}
	#gateway {
		padding: 70px 0;
	}
	#gateway ul li .bottom h4 {
		font-size: 18px;
	}
	#gateway ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#gateway ul li {
		width: 47%;
	}
	#gateway ul li .bottom p:first {
		min-height: 72px;
	}

	#download .content h2 {
		font-size: 28px;
	}
	#download .content div.download {
		padding: 13px 20px;
	}
	#download .content {
		text-align: center;
		gap: 5px;
		width: 70%;
	}
	#download {
		padding: 70px 0;
	}
}

@media all and (max-width: 768px) {
	#banner-container .banner .content {
		width: 95%;
	}
	#banner-container .banner .content h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	#overview .content .right h1 {
		font-size: 26px;
	}
	#overview .content {
		flex-direction: column-reverse;
		gap: 30px;
		text-align: center;
	}
	#overview .content .left {
		width: 100%;
	}
	#overview .content .right {
		width: 100%;
	}

	#course .content {
		flex-direction: column;
		gap: 30px;
		text-align: center;
	}
	#course .content .left {
		width: 100%;
	}
	#course .content .right {
		width: 100%;
	}
	#course .content .left h1 {
		font-size: 26px;
	}
	#course .content .right .tooltip {
		bottom: 1px;
		top: unset;
		justify-content: center;
		text-align: center;
		width: calc(100% - 2px);
		border-radius: 24px;
		left: 50%;
		transform: translateX(-50%);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#course .content .right .tooltip br {
		display: none;
	}
	#gateway h1 {
		font-size: 26px;
	}
	#gateway ul li .bottom p {
		font-size: 14px;
	}
	#gateway ul li .bottom .button-box p {
		font-size: 14px;
	}
	#gateway ul li .bottom .button-box .arrow {
		width: 16px;
		height: 16px;
	}
	#gateway ul li .bottom h4 {
		font-size: 16px;
	}
	#download .content h2 {
		font-size: 26px;
	}
	#download .content p.first {
		margin-bottom: 15px;
	}
	#download .content {
		width: 80%;
	}
}

@media all and (max-width: 640px) {
	#banner-container .banner .content {
		width: 100%;
	}
	#banner-container .banner {
		padding: 40px 30px;
	}
	#banner-container .banner .content h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	#overview .content .right h1 {
		font-size: 24px;
	}
	#overview .content .right {
		gap: 20px;
	}
	#overview .content .left div.rectangle-image {
		padding: 15px;
	}
	#overview .content .left div.row div.square-image {
		padding: 15px;
	}

	#course .content .left h1 {
		font-size: 24px;
	}
	#gateway h1 {
		font-size: 24px;
	}
	#gateway ul {
		gap: 25px;
	}
	#gateway ul li {
		width: 100%;
	}

	#download .content h2 {
		font-size: 24px;
	}
	#download .content p.first {
		font-size: 14px;
	}
	#download .content {
		width: 90%;
	}
}

@media all and (max-width: 540px) {
	#banner-container .banner .content h1 {
		font-size: 22px;
	}
	.wrapper-secondary {
		width: 90%;
	}

	#overview .content .right h1 {
		font-size: 22px;
		width: 85%;
		margin: 0 auto;
	}
	#overview .content {
		gap: 25px;
	}

	#course .content .left h1 {
		font-size: 22px;
	}
	#gateway h1 {
		font-size: 22px;
	}
	#download .content h2 {
		font-size: 22px;
	}
	#download .content {
		gap: 0;
	}
	#download .content p.first {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 480px) {
	#banner-container {
		padding: 110px 0 60px;
	}

	#overview {
		padding-bottom: 60px;
	}
	#overview .content .right {
		gap: 12px;
	}

	#course {
		padding: 60px 0;
	}
	#course .content .right .tooltip {
		font-size: 14px;
	}
	#gateway {
		padding: 60px 0;
	}
	#download {
		padding: 60px 0;
	}
}

@media all and (max-width: 420px) {
	#banner-container .banner .content h1 {
		font-size: 20px;
	}

	#overview .content .right h1 {
		font-size: 20px;
	}

	#course .content .left h1 {
		font-size: 20px;
	}
	#gateway h1 {
		font-size: 20px;
	}
	#download .content h2 {
		font-size: 20px;
	}
}

@media all and (max-width: 360px) {
	#overview .content .right h1 {
		width: 95%;
	}
}
