
p {
    margin-top: 0;
    margin-bottom: 2px!important;
}

.major li {
    text-align: left;
}

/* Image */

.image {
	border: 0;
	border-radius: 4px;
	display: inline-block;
	position: relative;
}

	.image img {
		display: block;
		border-radius: 4px;
	}

	.image.left, .image.right {
		width: 40%;
		max-width: 10rem;
	}

		.image.left img, .image.right img {
			width: 100%;
		}

	.image.left {
		float: left;
		margin: 0 1.5rem 1rem 0;
		top: 0.25rem;
	}

	.image.right {
		float: right;
		margin: 0 0 1rem 1.5rem;
		top: 0.25rem;
	}

	.image.fit {
		display: block;
		margin: 0 0 2rem 0;
		width: 100%;
	}

		.image.fit img {
			width: 100%;
		}

	.image.main {
		display: block;
		margin: 0 0 3rem 0;
		width: 100%;
	}

		.image.main img {
			width: 100%;
		}

/* List */

.banner .image img {
    /* filter:grayscale(0.6) sepia(0.2) brightness(0.9); */
    
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1rem;
	padding-left: 0;
}

	ul.actions li {
		padding: 0 0 0 1rem;
		vertical-align: middle;
	}

	ul.actions.special {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

		ul.actions.special li:first-child {
			padding-left: 0;
		}

	ul.actions.stacked {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		margin-top: 25px;
	}

		ul.actions.stacked li {
			padding: 1.3rem 0 0 0;
		}

			ul.actions.stacked li:first-child {
				padding-top: 0;
			}

	ul.actions.fit {
		width: calc(100% + 1rem);
	}

		ul.actions.fit li {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			width: 100%;
		}

			ul.actions.fit li > * {
				width: 100%;
			}

		ul.actions.fit.stacked {
			width: 100%;
		}

	@media screen and (max-width: 480px) {

		ul.actions:not(.fixed) {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
			width: 100% !important;
		}

			ul.actions:not(.fixed) li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				padding: 1rem 0 0 0;
				text-align: center;
				width: 100%;
			}

				ul.actions:not(.fixed) li > * {
					width: 100%;
				}

				ul.actions:not(.fixed) li:first-child {
					padding-top: 0;
				}

				ul.actions:not(.fixed) li input[type="submit"],
				ul.actions:not(.fixed) li input[type="reset"],
				ul.actions:not(.fixed) li input[type="button"],
				ul.actions:not(.fixed) li button,
				ul.actions:not(.fixed) li .button {
					width: 100%;
				}

					ul.actions:not(.fixed) li input[type="submit"].icon:before,
					ul.actions:not(.fixed) li input[type="reset"].icon:before,
					ul.actions:not(.fixed) li input[type="button"].icon:before,
					ul.actions:not(.fixed) li button.icon:before,
					ul.actions:not(.fixed) li .button.icon:before {
						margin-left: -0.5rem;
					}

	}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

	ul.icons li {
		display: inline-block;
		padding: 0 0.75rem 0 0;
	}

		ul.icons li:last-child {
			padding-right: 0;
		}



/* Banner (style1) */

.banner.style1 {
	-moz-align-items: -moz-stretch;
	-webkit-align-items: -webkit-stretch;
	-ms-align-items: -ms-stretch;
	align-items: stretch;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	position: relative;
	text-align: left;
	overflow-x: hidden;
}

	.banner.style1 .content {
		padding: 7rem 7rem 5rem 7rem ;
		-moz-align-self: center;
		-webkit-align-self: center;
		-ms-align-self: center;
		align-self: center;
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		width: 50%;
		max-width: 48rem;
		margin: 0 auto;
	}

	.banner.style1 .image {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		border-radius: 0;
		width: 50%;
	}

		.banner.style1 .image img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border-radius: 0;
		}

	@media screen and (max-width: 1680px) {

		.banner.style1 .content {
			padding: 5rem 5rem 3rem 5rem ;
		}

	}

	@media screen and (max-width: 1280px) {

		.banner.style1 .content {
			padding: 4rem 4rem 2rem 4rem ;
		}

	}

	@media screen and (max-width: 980px) {

		.banner.style1 .content {
			padding: 3.75rem 3rem 1.75rem 3rem ;
		}

	}

	@media screen and (max-width: 736px) {

		
		.banner.style1 .content {
			padding: 2.5rem 2rem 0.5rem 2rem ;
		}
		.home_ia > .content {
			padding: 0rem 0.1rem 0.1rem 0.1rem!important;
		}

		.home_ia {
			padding:0;
			min-height:100vh;
		}

		.home_ia .major {
			padding:0;
			min-height: auto!important;
			position: relative!important;
			top: 55%;
			font-size: 16px!important;
			left: 50%;
			transform: translate(-50%, -50%);
			color: white;
			font-size: 20px;
			background-color: rgb(0 0 0 / 46%);
			padding: 10px;
			z-index: 8;
			margin-top: 65%!important;
			width: 100%;
			height: 70%;
			max-height: 23%;
			overflow: auto;
			text-align: left;
			padding: 1em;
		}
		
		.home_ia .image img {
			object-fit: cover!important;
			object-position: center!important;
			min-height: 56vh;
			
		}

	}

	@media screen and (orientation: portrait) {

		
		.banner.style1 {
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
			text-align: center;
		}

			.banner.style1 .content {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				width: 100%;
				max-width: 100%;
			}

			.banner.style1 .image {
				width: 100%;
				max-width: 100%;
				height: 45vh;
			}

	}

	.banner.style1.fullscreen {
		min-height: 100vh;
	}

		@media screen and (orientation: portrait) {

			.banner.style1.fullscreen .content {
				/* min-height: 50vh; */
			}

			.banner.style1.fullscreen .image {
				height: 50vh;
			}

		}

	.banner.style1.orient-right {
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

		@media screen and (orientation: portrait) {

			.banner.style1.orient-right {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

		}

	.banner.style1.content-align-center {
		text-align: center;
	}

	.banner.style1.content-align-right {
		/* text-align: right; */
	}

		@media screen and (orientation: portrait) {

			.banner.style1.content-align-right {
				text-align: center;
				
			}
			.home_ia.banner.style1.fullscreen {
				background:none!important;
			}
			.home_ia.banner.style1.fullscreen .image,
			.home_ia.banner.style1 .image {
				position:absolute;
				z-index:-1;
				left:0;
				min-height:115vh;
				opacity:0.8;
			}

		}

	.banner.style1.image-position-left .image img {
		-moz-object-position: right;
		-webkit-object-position: right;
		-ms-object-position: right;
		object-position: right;
	}

	.banner.style1.image-position-right .image img {
		-moz-object-position: right;
		-webkit-object-position: right;
		-ms-object-position: right;
		object-position: right;
	}

/* Banner (style2) */




.banner.style2 {
	padding: 5.25rem 5.25rem 3.25rem 5.25rem ;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: white;
	position: relative;
	text-align: center;
	overflow-x: hidden;
}

	.banner.style2 .content {
		padding: 5.25rem 5.25rem 3.25rem 5.25rem ;
		position: relative;
		width: 40rem;
		max-width: 100%;
		background-color: inherit;
		border-radius: 0.5rem;
		margin-bottom: 2rem;
		z-index: 1;
	}

	.banner.style2 .image {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 0;
	}

		.banner.style2 .image img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border-radius: 0;
		}

	@media screen and (max-width: 1680px) {

		.banner.style2 {
			padding: 3.75rem 3.75rem 1.75rem 3.75rem ;
		}

			.banner.style2 .content {
				padding: 3.75rem 3.75rem 1.75rem 3.75rem ;
			}

	}

	@media screen and (max-width: 1280px) {

		.banner.style2 {
			padding: 4rem 3rem 2rem 3rem ;
		}

			.banner.style2 .content {
				padding: 4rem 3rem 2rem 3rem ;
			}

	}

	@media screen and (max-width: 980px) {

		.banner.style2 {
			padding: 3rem 3rem 1rem 3rem ;
		}

			.banner.style2 .content {
				padding: 3.75rem 2.25rem 1.75rem 2.25rem ;
			}

	}

	@media screen and (max-width: 736px) {

		.banner.style2 {
			padding: 2rem 2rem 0.1rem 2rem ;
		}

			.banner.style2 .content {
				padding: 2.5rem 1.5rem 0.5rem 1.5rem ;
			}

	}

	.banner.style2.fullscreen {
		min-height: 100vh;
	}

	.banner.style2.orient-left {
		-moz-justify-content: -moz-flex-start;
		-webkit-justify-content: -webkit-flex-start;
		-ms-justify-content: -ms-flex-start;
		justify-content: flex-start;
		padding-left: 0;
	}

		.banner.style2.orient-left .content {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}

	.banner.style2.orient-right {
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		padding-right: 0;
	}

		.banner.style2.orient-right .content {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}

	.banner.style2.content-align-left {
		text-align: left;
	}

	.banner.style2.content-align-right {
		text-align: right;
	}

	.banner.style2.image-position-left .image img {
		-moz-object-position: left;
		-webkit-object-position: left;
		-ms-object-position: left;
		object-position: left;
	}

	.banner.style2.image-position-right .image img {
		-moz-object-position: right;
		-webkit-object-position: right;
		-ms-object-position: right;
		object-position: right;
	}

/* Banner (style3) */

.banner.style3 {
	padding: 7rem 7rem 5rem 7rem ;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	text-align: left;
	overflow-x: hidden;
}

	.banner.style3 .content {
		width: 31.5rem;
		max-width: 100%;
	}

	.banner.style3 .image {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		width: 21rem;
		height: 21rem;
		border-radius: 100%;
		margin: 0 3.5rem 2rem 0;
	}

		.banner.style3 .image img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 100%;
		}

	@media screen and (max-width: 1680px) {

		.banner.style3 {
			padding: 5rem 5rem 3rem 5rem ;
		}

	}

	@media screen and (max-width: 1280px) {

		.banner.style3 {
			padding: 4rem 4rem 2rem 4rem ;
		}

	}

	@media screen and (max-width: 980px) {

		.banner.style3 {
			padding: 3.75rem 3rem 1.75rem 3rem ;
		}

			.banner.style3 .image {
				width: 18.375rem;
				height: 18.375rem;
			}

	}

	@media screen and (max-width: 736px) {

		.banner.style3 {
			padding: 2.5rem 2rem 0.5rem 2rem ;
			-moz-align-items: -moz-flex-start;
			-webkit-align-items: -webkit-flex-start;
			-ms-align-items: -ms-flex-start;
			align-items: flex-start;
		}

			.banner.style3 .image {
				width: 15.75rem;
				height: 15.75rem;
				margin: 0 2rem 2rem 0;
			}

	}

	@media screen and (orientation: portrait) {

		.banner.style3 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
			text-align: center;
		}

			.banner.style3 .content {
				width: 34rem;
				max-width: 100%;
			}

			.banner.style3 .image {
				margin-right: 0;
			}

	}

	.banner.style3.fullscreen {
		min-height: 100vh;
	}

	.banner.style3.orient-left {
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

		.banner.style3.orient-left .image {
			margin: 0 0 2rem 3.5rem;
		}

		@media screen and (max-width: 736px) {

			.banner.style3.orient-left .image {
				margin: 0 0 2rem 2rem;
			}

		}

		@media screen and (orientation: portrait) {

			.banner.style3.orient-left {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				.banner.style3.orient-left .image {
					margin-left: 0;
				}

		}

	.banner.style3.content-align-center {
		text-align: center;
	}

	.banner.style3.content-align-right {
		text-align: right;
	}

	.banner.style3.image-position-left .image img {
		-moz-object-position: left;
		-webkit-object-position: left;
		-ms-object-position: left;
		object-position: left;
	}

	.banner.style3.image-position-right .image img {
		-moz-object-position: right;
		-webkit-object-position: right;
		-ms-object-position: right;
		object-position: right;
	}

/* Banner (style4) */

.banner.style4 {
	padding: 7rem 7rem 5rem 7rem ;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	text-align: left;
	overflow-x: hidden;
}

	.banner.style4 .content {
		width: 31.5rem;
		max-width: 100%;
	}

	.banner.style4 .image {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		border-radius: 0;
		border: solid 1px;
		width: 13rem;
		height: 23.11111rem;
		margin-top: 2.5rem;
		margin-bottom: 5rem;
		margin-right: 3.5rem;
	}

		.banner.style4 .image img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 0;
		}

		.banner.style4 .image:before {
			content: '';
			display: block;
			background-position: center;
			background-repeat: no-repeat;
			border: solid 1px;
			border-bottom: 0;
		}

		.banner.style4 .image:after {
			content: '';
			display: block;
			background-position: center;
			background-repeat: no-repeat;
			border: solid 1px;
			border-top: 0;
		}

		.banner.style4 .image:before {
			height: 2.5rem;
			background-size: 64px 32px;
			margin-top: -2.5rem;
			border-radius: 1rem 1rem 0 0;
		}

		.banner.style4 .image:after {
			height: 3rem;
			background-size: 64px 32px;
			margin-bottom: -3rem;
			border-radius: 0 0 1rem 1rem;
		}

	@media screen and (max-width: 1680px) {

		.banner.style4 {
			padding: 5rem 5rem 3rem 5rem ;
		}

	}

	@media screen and (max-width: 1280px) {

		.banner.style4 {
			padding: 4rem 4rem 2rem 4rem ;
		}

	}

	@media screen and (max-width: 980px) {

		.banner.style4 {
			padding: 3.75rem 3rem 1.75rem 3rem ;
		}

			.banner.style4 .image {
				width: 11.375rem;
				height: 20.22222rem;
				margin-top: 2.1875rem;
				margin-bottom: 4.625rem;
			}

				.banner.style4 .image:before {
					height: 2.1875rem;
					background-size: 56px 28px;
					margin-top: -2.1875rem;
					border-radius: 0.875rem 0.875rem 0 0;
				}

				.banner.style4 .image:after {
					height: 2.625rem;
					background-size: 56px 28px;
					margin-bottom: -2.625rem;
					border-radius: 0 0 0.875rem 0.875rem;
				}

	}

	@media screen and (max-width: 736px) {

		.banner.style4 {
			padding: 2.5rem 2rem 0.5rem 2rem ;
			-moz-align-items: -moz-flex-start;
			-webkit-align-items: -webkit-flex-start;
			-ms-align-items: -ms-flex-start;
			align-items: flex-start;
		}

			.banner.style4 .image {
				width: 8.125rem;
				height: 14.44444rem;
				margin-top: 1.5625rem;
				margin-bottom: 3.875rem;
			}

				.banner.style4 .image:before {
					height: 1.5625rem;
					background-size: 40px 20px;
					margin-top: -1.5625rem;
					border-radius: 0.625rem 0.625rem 0 0;
				}

				.banner.style4 .image:after {
					height: 1.875rem;
					background-size: 40px 20px;
					margin-bottom: -1.875rem;
					border-radius: 0 0 0.625rem 0.625rem;
				}

	}

	@media screen and (orientation: portrait) {

		.banner.style4 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
			text-align: center;
		}

			.banner.style4 .content {
				width: 34rem;
				max-width: 100%;
			}

			.banner.style4 .image {
				margin-right: 0;
				margin-left: 0;
			}

	}

	.banner.style4.fullscreen {
		min-height: 100vh;
	}

	.banner.style4.orient-left {
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

		.banner.style4.orient-left .image {
			margin-right: 0;
			margin-left: 3.5rem;
		}

		@media screen and (orientation: portrait) {

			.banner.style4.orient-left {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				.banner.style4.orient-left .image {
					margin-right: 0;
					margin-left: 0;
				}

		}

	.banner.style4.content-align-center {
		text-align: center;
	}

	.banner.style4.content-align-right {
		text-align: right;
	}

	.banner.style4.image-position-left .image img {
		-moz-object-position: left;
		-webkit-object-position: left;
		-ms-object-position: left;
		object-position: left;
	}

	.banner.style4.image-position-right .image img {
		-moz-object-position: right;
		-webkit-object-position: right;
		-ms-object-position: right;
		object-position: right;
	}

/* Banner (style5) */





.banner.style5 {
	background: #ffffff45 !important;
	
}

.banner.style5 img {
	background: #ffffff !important;
	opacity: 0.5;
}

.banner.style5 {
	padding: 7rem 7rem 5rem 7rem ;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: inherit;
	position: relative;
	text-align: center;
	overflow-x: hidden;
}

	.banner.style5 .content {
		position: relative;
		width: 40rem;
		max-width: 100%;
		margin-bottom: 2rem;
		z-index: 1;
	}

	.banner.style5 .image {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 0;
		opacity: 0.5;
	}

		.banner.style5 .image img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border-radius: 0;
		}

	@media screen and (max-width: 1680px) {

		.banner.style5 {
			padding: 5rem 5rem 3rem 5rem ;
		}

	}

	@media screen and (max-width: 1280px) {

		.banner.style5 {
			padding: 4rem 4rem 2rem 4rem ;
		}

	}

	@media screen and (max-width: 980px) {

		.banner.style5 {
			padding: 3.75rem 3rem 1.75rem 3rem ;
		}

	}

	@media screen and (max-width: 736px) {

		.banner.style5 {
			padding: 2.5rem 0.5rem 0.5rem 0.5rem;
		}

	}

	.banner.style5.fullscreen {
		min-height: 100vh;
	}

	.banner.style5.content-align-left {
		text-align: left;
	}

	.banner.style5.content-align-right {
		text-align: right;
	}

	.banner.style5.image-position-left .image img {
		-moz-object-position: left;
		-webkit-object-position: left;
		-ms-object-position: left;
		object-position: left;
	}

	.banner.style5.image-position-right .image img {
		-moz-object-position: right;
		-webkit-object-position: right;
		-ms-object-position: right;
		object-position: right;
	}

.banner .image {
	background-color: rgba(0, 0, 0, 0.125);
}

.banner.invert .image {
	background-color: rgba(255, 255, 255, 0.125);
}

.banner.style4 .image {
	border-color: rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.2);
	border-width: 0;
}

	.banner.style4 .image:before {
		
		border-color: rgba(0, 0, 0, 0.2);
		width: 100%;
	}

	.banner.style4 .image:after {
		
		border-color: rgba(0, 0, 0, 0.2);
		width: 100%;
	}

.banner.style4.android .image:after {
	
}

.banner.style4.invert .image {
	border-color: white;
	background-color: white;
	border-width: 1px;
}

/* Wrapper (style1) */

.wrapper.style1 > .inner {
	padding: 7rem 3.5rem 5rem 3.5rem ;
	margin: 0 auto;
	max-width: 100%;
	width: 64rem;
}

	.wrapper.style1 > .inner.medium {
		width: 48rem;
	}

	.wrapper.style1 > .inner.small {
		width: 32rem;
	}

@media screen and (max-width: 1680px) {

	.wrapper.style1 > .inner {
		padding: 5rem 2.5rem 3rem 2.5rem ;
	}

}

@media screen and (max-width: 1280px) {

	.wrapper.style1 > .inner {
		padding: 4rem 4rem 2rem 4rem ;
	}

}

@media screen and (max-width: 980px) {

	.wrapper.style1 > .inner {
		padding: 4.5rem 3rem 2.5rem 3rem ;
	}

}

@media screen and (max-width: 736px) {

	.wrapper.style1 > .inner {
		padding: 3rem 2rem 1rem 2rem ;
	}

}

/* Wrapper (style2) */

.wrapper.style2 {
	padding: 7rem;
	background-color: #eeeeee;
}

	.wrapper.style2 > .inner {
		padding: 5.25rem 3.5rem 3.25rem 3.5rem ;
		background-color: #ffffff;
		border-radius: 0.5rem;
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		width: 64rem;
		z-index: 1;
	}

		.wrapper.style2 > .inner.medium {
			width: 48rem;
		}

		.wrapper.style2 > .inner.small {
			width: 32rem;
		}

	@media screen and (max-width: 1680px) {

		.wrapper.style2 {
			padding: 5rem;
		}

			.wrapper.style2 > .inner {
				padding: 3.75rem 2.5rem 1.75rem 2.5rem ;
			}

	}

	@media screen and (max-width: 1280px) {

		.wrapper.style2 {
			padding: 4rem;
		}

			.wrapper.style2 > .inner {
				padding: 3rem 2rem 1rem 2rem ;
			}

	}

	@media screen and (max-width: 980px) {

		.wrapper.style2 {
			padding: 2.25rem;
		}

			.wrapper.style2 > .inner {
				padding: 3rem 2.25rem 1rem 2.25rem ;
			}

	}

	@media screen and (max-width: 736px) {

		.wrapper.style2 {
			padding: 1.5rem;
		}

			.wrapper.style2 > .inner {
				padding: 2rem 1.5rem 0.1rem 1.5rem ;
			}

	}

#wrapper > .wrapper.style2.invert:not(.color1):not(.color2):not(.color3):not(.color4):not(.color5):not(.color6):not(.color7) {
	background-color: #222222;
}

#wrapper > .wrapper.style2.invert > .inner {
	background-color: #000000;
}


/* Wrapper */

#wrapper {
	background-color: inherit;
	width: 100%;
	overflow-x: hidden;
	margin-top: 59px;
}

	#wrapper > .invert {
		background-color: #000000;
		color: #ffffff;
	}

		#wrapper > .invert input, #wrapper > .invert select, #wrapper > .invert textarea {
			color: #ffffff;
		}

		#wrapper > .invert a {
			color: #ffffff;
		}

			#wrapper > .invert a:hover {
				color: #47D3E5;
			}

		#wrapper > .invert strong, #wrapper > .invert b {
			color: #ffffff;
		}

		#wrapper > .invert h1, #wrapper > .invert h2, #wrapper > .invert h3, #wrapper > .invert h4, #wrapper > .invert h5, #wrapper > .invert h6 {
			color: #ffffff;
		}

		#wrapper > .invert blockquote {
			border-left-color: white;
		}

		#wrapper > .invert code {
			background: rgba(255, 255, 255, 0.125);
			border-color: white;
		}

		#wrapper > .invert hr {
			border-bottom-color: white;
		}

		#wrapper > .invert .box {
			border-color: white;
		}

		#wrapper > .invert input[type="submit"],
		#wrapper > .invert input[type="reset"],
		#wrapper > .invert input[type="button"],
		#wrapper > .invert button,
		#wrapper > .invert .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px white;
			color: #ffffff !important;
		}

			#wrapper > .invert input[type="submit"]:hover,
			#wrapper > .invert input[type="reset"]:hover,
			#wrapper > .invert input[type="button"]:hover,
			#wrapper > .invert button:hover,
			#wrapper > .invert .button:hover {
				box-shadow: inset 0 0 0 1px #47D3E5;
				color: #47D3E5 !important;
			}

			#wrapper > .invert input[type="submit"]:active,
			#wrapper > .invert input[type="reset"]:active,
			#wrapper > .invert input[type="button"]:active,
			#wrapper > .invert button:active,
			#wrapper > .invert .button:active {
				background-color: rgba(71, 211, 229, 0.2);
				box-shadow: inset 0 0 0 1px #47D3E5;
				color: #47D3E5 !important;
			}

			#wrapper > .invert input[type="submit"].primary,
			#wrapper > .invert input[type="reset"].primary,
			#wrapper > .invert input[type="button"].primary,
			#wrapper > .invert button.primary,
			#wrapper > .invert .button.primary {
				background-color: #ffffff;
				box-shadow: none;
				color: #000000 !important;
			}

				#wrapper > .invert input[type="submit"].primary:hover,
				#wrapper > .invert input[type="reset"].primary:hover,
				#wrapper > .invert input[type="button"].primary:hover,
				#wrapper > .invert button.primary:hover,
				#wrapper > .invert .button.primary:hover {
					background-color: #47D3E5;
				}

				#wrapper > .invert input[type="submit"].primary:active,
				#wrapper > .invert input[type="reset"].primary:active,
				#wrapper > .invert input[type="button"].primary:active,
				#wrapper > .invert button.primary:active,
				#wrapper > .invert .button.primary:active {
					background-color: #1ebdd1;
				}

		#wrapper > .invert label {
			color: #ffffff;
		}

		#wrapper > .invert input[type="text"],
		#wrapper > .invert input[type="password"],
		#wrapper > .invert input[type="email"],
		#wrapper > .invert input[type="tel"],
		#wrapper > .invert input[type="search"],
		#wrapper > .invert input[type="url"],
		#wrapper > .invert select,
		#wrapper > .invert textarea {
			border-color: white;
		}

			#wrapper > .invert input[type="text"]:focus,
			#wrapper > .invert input[type="password"]:focus,
			#wrapper > .invert input[type="email"]:focus,
			#wrapper > .invert input[type="tel"]:focus,
			#wrapper > .invert input[type="search"]:focus,
			#wrapper > .invert input[type="url"]:focus,
			#wrapper > .invert select:focus,
			#wrapper > .invert textarea:focus {
				border-color: #47D3E5;
				box-shadow: 0 0 0 1px #47D3E5;
			}

		#wrapper > .invert select {
			
		}

			#wrapper > .invert select option {
				color: #000000;
				background: #ffffff;
			}

		#wrapper > .invert input[type="checkbox"] + label,
		#wrapper > .invert input[type="radio"] + label {
			color: #ffffff;
		}

			#wrapper > .invert input[type="checkbox"] + label:before,
			#wrapper > .invert input[type="radio"] + label:before {
				border-color: white;
			}

		#wrapper > .invert input[type="checkbox"]:checked + label:before,
		#wrapper > .invert input[type="radio"]:checked + label:before {
			background-color: #ffffff;
			border-color: #ffffff;
			color: #000000;
		}

		#wrapper > .invert input[type="checkbox"]:focus + label:before,
		#wrapper > .invert input[type="radio"]:focus + label:before {
			border-color: #47D3E5;
			box-shadow: 0 0 0 1px #47D3E5;
		}

		#wrapper > .invert ::-webkit-input-placeholder {
			color: #ffffff !important;
		}

		#wrapper > .invert :-moz-placeholder {
			color: #ffffff !important;
		}

		#wrapper > .invert ::-moz-placeholder {
			color: #ffffff !important;
		}

		#wrapper > .invert :-ms-input-placeholder {
			color: #ffffff !important;
		}

		#wrapper > .invert .icon.style2:before {
			box-shadow: inset 0 0 0 1px white;
		}

		#wrapper > .invert a.icon.style2:hover:before {
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5;
		}

		#wrapper > .invert a.icon.style2:active:before {
			background-color: rgba(71, 211, 229, 0.1);
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5;
		}

		#wrapper > .invert ul.alt li {
			border-top-color: white;
		}

		#wrapper > .invert header p {
			color: #ffffff;
		}

		#wrapper > .invert table tbody tr {
			border-color: white;
		}

			#wrapper > .invert table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.125);
			}

			#wrapper > .invert table tbody tr.alt {
				background-color: rgba(255, 255, 255, 0.125) !important;
			}

		#wrapper > .invert table th {
			color: #ffffff;
		}

		#wrapper > .invert table thead {
			border-bottom-color: white;
		}

		#wrapper > .invert table tfoot {
			border-top-color: white;
		}

		#wrapper > .invert table.alt tbody tr td {
			border-color: white;
		}

		#wrapper > .invert table.uniform tbody tr:nth-child(2n + 1) {
			background-color: transparent;
		}

		#wrapper > .invert .banner .image {
			background-color: rgba(255, 255, 255, 0.125);
		}

		#wrapper > .invert .banner.style4 .image {
			border-color: white;
			background-color: white;
			border-width: 1px;
		}

			#wrapper > .invert .banner.style4 .image:before {
				
				border-color: white;
				width: calc(100% + 2px);
				margin-left: -1px;
			}

			#wrapper > .invert .banner.style4 .image:after {
				
				border-color: white;
				width: calc(100% + 2px);
				margin-left: -1px;
			}

		#wrapper > .invert .banner.style4.android .image:after {
			
		}

		#wrapper > .invert .spotlight .image {
			background-color: rgba(255, 255, 255, 0.125);
		}

		#wrapper > .invert .spotlight.style3 .image {
			border-color: white;
			background-color: white;
			border-width: 1px;
		}

			#wrapper > .invert .spotlight.style3 .image:before {
				
				border-color: white;
				width: calc(100% + 2px);
				margin-left: -1px;
			}

			#wrapper > .invert .spotlight.style3 .image:after {
				
				border-color: white;
				width: calc(100% + 2px);
				margin-left: -1px;
			}

		#wrapper > .invert .spotlight.style3.android .image:after {
			
		}

		#wrapper > .invert .gallery article .image {
			background-color: rgba(255, 255, 255, 0.125);
		}

		#wrapper > .invert .items.style1 > * {
			border-color: white;
		}

		#wrapper > .invert .items.style2 {
			border-color: white;
		}

			#wrapper > .invert .items.style2 > * {
				border-color: white;
			}

		#wrapper > .invert .index > * {
			border-top-color: white;
		}

	#wrapper > .color1 {
		background-color: #30363d;
	}

	#wrapper > .color2 {
		background-color: #db8992;
	}

	#wrapper > .color3 {
		background-color: #ab7aad;
	}

	#wrapper > .color4 {
		background-color: #897cad;
	}

	#wrapper > .color5 {
		background-color: #7794ce;
	}

	#wrapper > .color6 {
		background-color: #64abb4;
	}

	#wrapper > .color7 {
		background-color: #6ba78c;
	}

	#wrapper.divided > * {
		box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075);
	}

		#wrapper.divided > *:first-child {
			box-shadow: none !important;
		}

	#wrapper.divided > .invert {
		box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.125);
	}

		#wrapper.divided > .invert:first-child {
			box-shadow: none !important;
		}


	.home_ia .expanded_col,
  .home_ia .expand_col {
      /* background: #ffffff; */
      /* color: white; */
      position: absolute;
      padding: 3px 10px 0px 10px;
      margin-left: 2%;
      margin-top: -17px;
      font-size: 34px;
      line-height: 28px;
      border-radius: 4px;
      cursor: pointer;
      z-index: 8;
      /* margin-top: -9px!important; */
  }
	
.home_ia.banner .content {
	width: 60rem;
	padding: 0;
}