html,
body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
html {
	background-color: #0A2A6B;
}
body {
	position: relative;
	background-color: transparent;
}
body:before,
body:after {
	content: '';
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
}
body:before {
	z-index: -2;
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-filter: blur(8px);
	filter: blur(8px);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
body:after {
	z-index: -1;
	background-image: linear-gradient(rgba(10, 42, 107, 0.28), rgba(7, 30, 77, 0.86));
}
.-s {
	color: #0A2A6B;
}
.-landing_container {
	margin: 0;
	position: absolute;
	top: 50%;
	top: calc(50% + 48px);
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0;
	height: 100px;
}
footer p {
	text-align: center;
	height: 50px;
	flex-shrink: 0;
	padding: 30px;
	color: rgba(255, 255, 255, 0.9);
}
.-modal-header {
	padding-top: 20px;
	width: 100%;
}
.-image_container {
	/* flex: 12; */
	height: 100%;
}
.-form_container {
	flex: 12;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.-navbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}
.-navbar_content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 40px;
}
.-navbar_brand {
	display: inline-block;
	line-height: 0;
	width: 500px;
	max-width: 75%;
}
.-navbar_logo {
	width: 100%;
	height: auto;
	display: block;
}
.-form_content {
	height: 100%;
	width: 100%;
	padding: 20px 200px 80px 50px;
}
.-form_title {
	font-size: 42px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 24px;
	letter-spacing: 0.5px;
}
.-form_title.-s {
	color: #ffffff;
	text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.55);
}
.-form_desc {
	font-size: 18px;
	font-weight: 400;
	margin-top: 60px;
	width: 90%;
	word-break: word-break;
	line-height: 1.7;
}
select::placeholder {
	color: #66afe9 !important;
}
.-slct_branch {
	font-size: 18px;
	font-weight: 500;
	border-radius: 0px !important;
	-webkit-appearance: none;
	line-height: 1.6;
	height: 50px;
	border-top: 0px;
	box-shadow: none;
	border-right: 0px;
	border-left: 0px;
	padding: 0px;
	margin-top: 30px;
	outline: 0px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
}
.-slct_branch:hover,
.-slct_branch:focus,
.-slct_branch:active {
	font-size: 18px;
	font-weight: 500;
	border-radius: 0px !important;
	-webkit-appearance: none;
	line-height: 1.6;
	height: 50px;
	border-top: 0px;
	box-shadow: none;
	border-right: 0px;
	border-left: 0px;
	padding: 0px;
	margin-top: 30px;
	outline: 0px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
}
.btn.btn-primary.-btn_procceed {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	width: 100%;
	color: #fff;
	background-color: #0A2A6B;
	background-image: none;
	border: 1px solid #0A2A6B;
}
.btn.btn-primary.-btn_procceed:hover,
.btn.btn-primary.-btn_procceed:active,
.btn.btn-primary.-btn_procceed:focus {
	color: #fff;
	background-color: #071E4D;
	background-image: none;
	border: 1px solid #071E4D;
}
.btn.btn-success.-btn_procceed_bed {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	color: #0A2A6B;
	background-color: #D4A017;
	background-image: none;
	border: 1px solid #D4A017;
}
.btn.btn-success.-btn_procceed_bed:hover,
.btn.btn-success.-btn_procceed_bed:active,
.btn.btn-success.-btn_procceed_bed:focus {
	color: #0A2A6B;
	background-color: #B8880F;
	background-image: none;
	border: 1px solid #B8880F;
}
.-dv_carousel {
	width: 100%;
	height: 100%;
}
.-left_carousel,
.-right_carousel {
	background-image: none !important;
}
.-img_platform {
	height: 240px;
	width: 240px;
	object-fit: contain;
}
.-platform_content {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 20px 20px 20px;
}
.-platform_content .-anch {
	display: block;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(212, 160, 23, 0.45);
	background-color: #0D2B5E;
	margin: 14px;
	width: 470px;
	max-width: 100%;
	box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.35);
	-webkit-transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.-platform_content .-hed {
	background-color: #0B3A2A;
	border-color: rgba(212, 160, 23, 0.35);
}
.-platform_content .-anch:hover,
.-platform_content .-anch:focus {
	transform: translateY(-8px);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.45);
	border-color: #D4A017;
}
.-platform_content .-card_media {
	position: relative;
	width: 100%;
	height: 270px;
	overflow: hidden;
	background-color: #EDEAE3;
}
.-platform_content .-card_media:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40%;
	background-image: linear-gradient(rgba(13, 43, 94, 0), rgba(13, 43, 94, 0.28));
}
.-platform_content .-hed .-card_media:after {
	background-image: linear-gradient(rgba(11, 58, 42, 0), rgba(11, 58, 42, 0.28));
}
.-platform_content .-card_media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: saturate(0.9) contrast(1.02);
	filter: saturate(0.9) contrast(1.02);
}
.-platform_content .-card_body {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 22px 26px;
}
.-platform_content .-card_icon {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	margin-right: 20px;
	border-radius: 50%;
	border: 2px solid rgba(212, 160, 23, 0.75);
}
.-platform_content .-card_icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: #D4A017;
	stroke-width: 1.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-filter: blur(0.6px);
	filter: blur(0.6px);
}
.-platform_content .-card_text {
	flex: 1 1 auto;
	min-width: 0px;
	word-wrap: break-word;
}
.-platform_content .-card_arrow {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-left: 16px;
}
.-platform_content .-card_arrow svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: #ffffff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-filter: blur(0.6px);
	filter: blur(0.6px);
}
.-platform_content .-title,
.-platform_content .-title.-s {
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(212, 160, 23, 0.55);
	color: #fff;
}
.-platform_content .-desc {
	color: rgba(255, 255, 255, 0.85);
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	margin: 0px;
}
.-mdl_content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding: 0px 50px 50px 50px;
}
.modal-dialog {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: fixed;
}
.modal-content,
#mdlPlatform {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
.-mdl_content .-title {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.-mdl_content .-desc {
	width: 80%;
	line-height: 1.6;
	text-align: center;
}
.modal-header {
	border: 0px !important;
}
.-mdl_content .-anch {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* color: #989FA5; */
	text-decoration: none;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #ffffff;
	height: 300px;
	width: 300px;
}
.modal-title {
	font-size: 26px;
	padding-top: 15px;
}
.-mdl_content .-anch:hover {
	border: 1px solid #d9e0e6;
	background-color: #f5f8fb;
	height: 300px;
	width: 300px;
}
.modal-content {
	box-shadow: none !important;
	width: 50%;
}

.item,
.carousel-inner {
	height: 100% !important;
	background-color: #fff;
}

#landingBranch {
	background-color: #032556;
}
.schlogo {
	margin: 0 auto;
	width: 200px;
}
.img {
	width: 200px;
}
.schlogoM1 {
	margin: 0 auto;
	width: 200px;
	overflow: hidden;
}
.-schlogoM1 .-img {
	width: 200px;
}
.-pt36 {
	padding-top: 36px;
}
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

@keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

@media screen and (max-width: 800px) {
	.-dv-image {
		margin: 0 auto;
		width: 200px;
		margin-bottom: -40px;
		margin-top: -10px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.-mbl_md {
		margin: 0px;
	}
	.-modal-header {
		padding: 0px;
	}
	.-image_container {
		display: none;
	}
	.modal-title {
		font-size: 20px;
	}
	.schlogoM1 {
		margin: 0px auto !important;
	}
	.-mbl_form_content {
		padding: 0px 30px !important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.-form_desc {
		padding: 20px 0px;
		margin: 0px;
		text-align: left;
		line-height: 1.4;
		width: 100%;
	}
	.-brsrh {
		padding: 10px 0px 0px 0px !important;
		margin: 0px;
	}
	/*QC*/
	/*MODAL1*/
	.modal-dialog {
		position: relative !important;
	}
	.-modal-content {
		width: 100vh !important;
		padding: 30px 10px;
		margin: 0px;
		min-height: 500px;
		max-height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.-schlogoM1 {
		display: none;
	}

	.-modal-title {
		font-size: 20px;
		padding-top: 30px;
	}
	/*OPTIONS*/
	.-mdl_content_mbl {
		padding: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.-mdl_content_mbl .-mblarch {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-decoration: none;
		border-radius: 10px;
		padding: 5px;
		border: 2px solid #f5f5f5;
		height: 210px;
		width: 100%;
		margin: 10px;
	}
	.-mdl_content_mbl .-mblarch:hover {
		border: 2px solid #f5f5f5;
		height: 210px;
		width: 100%;
		border: 1px solid #d9e0e6;
		background-color: #f5f8fb;
		margin: 10px;
	}
	.-mblimg {
		width: 120px;
		height: auto;
		object-fit: cover;
	}
	.-p5-m0 {
		margin: 0px;
		padding: 5px;
	}
	.-mdl_content .-desc {
		width: 100%;
	}
	/*ANTIPOLO*/
	/*MODAL2*/
	.-modal-content {
		width: 100vh !important;
		padding: 10px;
	}
	.-schlogoM2 {
		/* display: none; */
	}

	.-modal-title {
		font-size: 20px;
		padding-top: 30px;
	}
	/*OPTIONS*/
	.-mdl_content_mbl {
		padding: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.-mdl_content_mbl .-mblarch {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-decoration: none;
		border-radius: 10px;
		padding: 5px;
		border: 2px solid #f5f5f5;
		height: 180px;
		width: 100%;
		margin: 10px;
	}
	.-mdl_content_mbl .-mblarch:hover {
		border: 2px solid #f5f5f5;
		height: 180px;
		width: 100%;
		border: 1px solid #d9e0e6;
		background-color: #f5f8fb;
		margin: 10px;
	}
	.-mblimg {
		width: 80px;
		height: auto;
		object-fit: cover;
	}
	.-p5-m0 {
		margin: 0px;
		padding: 5px;
	}
	.-mdl_content .-desc {
		width: 100%;
	}
	.-mbl_form {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}

/* Tablets and below: stop centering absolutely, stack the cards and let the page scroll */
@media screen and (max-width: 1024px) {
	html,
	body {
		height: auto;
		min-height: 100%;
	}
	body:before {
		background-position: center top;
		-webkit-filter: blur(6px);
		filter: blur(6px);
	}
	.-landing_container {
		position: relative;
		top: auto;
		left: auto;
		padding: 110px 0px 40px 0px;
		-ms-transform: none;
		transform: none;
	}
	.-form_title {
		font-size: 32px;
		margin-bottom: 18px;
	}
	.-navbar_content {
		padding: 10px 18px;
	}
	.-navbar_brand {
		width: 300px;
		max-width: 80%;
	}
	footer {
		position: relative;
	}
	.-platform_content {
		flex-direction: column;
		align-items: center;
		padding: 0px 18px 20px 18px;
	}
	.-platform_content .-anch {
		width: 100%;
		max-width: 470px;
		margin: 10px auto;
	}
	.-platform_content .-card_media {
		height: 200px;
	}
	.-platform_content .-anch:hover,
	.-platform_content .-anch:focus {
		transform: none;
	}
}

/* Phones: tighten the card band so the text never crowds the icon or chevron */
@media screen and (max-width: 560px) {
	.-landing_container {
		padding-top: 90px;
	}
	.-form_title {
		font-size: 26px;
		margin-bottom: 14px;
	}
	.-navbar_brand {
		width: 230px;
		max-width: 86%;
	}
	.-platform_content {
		padding: 0px 14px 16px 14px;
	}
	.-platform_content .-card_media {
		height: 165px;
	}
	.-platform_content .-card_body {
		padding: 16px 16px;
	}
	.-platform_content .-card_icon {
		width: 46px;
		height: 46px;
		margin-right: 12px;
		border-width: 1px;
	}
	.-platform_content .-card_icon svg {
		width: 24px;
		height: 24px;
	}
	.-platform_content .-card_arrow {
		margin-left: 10px;
	}
	.-platform_content .-card_arrow svg {
		width: 20px;
		height: 20px;
	}
	.-platform_content .-title,
	.-platform_content .-title.-s {
		font-size: 20px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	.-platform_content .-desc {
		font-size: 14px;
	}
}
