section {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:1499px) {
	section {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}

@media (max-width:1199px) {
	section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width:899px) {
	section {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

@media (max-width:699px) {
	section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.section--increased-padding {
	padding-top: 135px;
	padding-bottom: 135px;
}

@media (max-width:1499px) {
	.section--increased-padding {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width:899px) {
	.section--increased-padding {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

.section--page-heading {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width:899px) {
	.section--page-heading {
		padding-top: 65px;
		padding-bottom: 35px;
	}
}

.section--no-padding-top {
	padding-top: 0;
}

.section--no-padding-bottom {
	padding-bottom: 0;
}

.section--no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width:899px) {
	.section--margin-top-mobile {
		margin-top: 40px;
	}
}

.section--white {
	background: #fff;
}

.section--light {
	background: #efefef;
}

.section--gray {
	background: #e8e8e8;
}

.section--gray.section--border-top {
	border-top: 1px solid #cfcfcf;
}

.section--gradient-gray {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(232,232,232,1) 66%, rgba(232,232,232,1) 100%);
}

@media (max-width:899px) {
	.section--gradient-gray {
		background: #fff;
	}
}

.section--gradient-light {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(239,239,239,1) 66%, rgba(239,239,239,1) 100%);
}

@media (max-width:899px) {
	.section--gradient-light {
		background: #fff;
	}
}

.home-intro {
	position: relative;
	z-index: 19;
	background:#000c13;
}

/* bg-headliner-1 */

.bg-headliner-1 {
	background-color: #000c13;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 60%;
	padding-top: 90px;
	padding-bottom: 65px;
	position: relative;
}

@media (max-width:899px) {
	.bg-headliner-1 {
		padding-bottom: 50px;
		background-position: 70% 50%;
	}
}

@media (max-width:699px) {
	.bg-headliner-1 {
		padding-top: 50px;
		padding-bottom: 25px;
	}
}

.bg-headliner-1::after {
	content: '';
	width: 100%;
	height: 45px;
	background: #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width:899px) {
	.bg-headliner-1::after {
		display: none;
	}
}

.bg-headliner-1--box {
	position: relative;
	padding-left: 0;
}

@media (max-width:899px) {
	.bg-headliner-1--box {
		padding-left: 1rem;
	}
}

.bg-headliner-1--box::before {
	content: '';
	width: 62vw;
	height: 230px;
	background: #efefef;
	position: absolute;
	bottom: -60px;
	left: -48vw;
	border-top: 5px solid #5c5c5c;
}

@media (max-width:899px) {
	.bg-headliner-1--box::before {
		display: none;
	}
}

.bg-headliner-right--box {
	position: relative;
	padding-right: 0;
}

@media (max-width:899px) {
	.bg-headliner-right--box {
		padding-right: 1rem;
	}
}

.bg-headliner-right--box::before {
	content: '';
	width: 62vw;
	height: 230px;
	background: #efefef;
	position: absolute;
	bottom: -60px;
	right: -48vw;
	border-top: 5px solid #5c5c5c;
}

@media (max-width:899px) {
	.bg-headliner-right--box::before {
		display: none;
	}
}

.headliner-image-1 {
	width: 100%;
	height: 650px;
	object-position: 50% 100%;
	object-fit: cover;
	margin-top: 18px;
	margin-bottom: -65px;
	z-index: 9;
	position: relative;
}

@media (max-width:899px) {
	.headliner-image-1 {
		height: 40vh;
		object-position: 50% 50%;
		margin-top: 0;
		margin-bottom: 50px;
		box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.5);
	}
}

/* bg-headliner-2 */

.bg-headliner-2 {
	position: relative;
	padding-top: 0;
	padding-bottom: 25px;
}

@media (max-width:899px) {
	.bg-headliner-2 {
		padding-bottom: 0;
	}
}

.bg-headliner-2--bg {
	max-width: 1720px;
	/*background-image: url('../../img/sections/bg-headliner-2.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 60% 100%;
	margin: 0 auto;
}

@media (max-width:899px) {
	.bg-headliner-2--bg {
		background-size: 1600px;
		background-position: 35% 100%;
	}
}

.bg-headliner-2--inner {
	display: flex;
	flex-wrap: wrap;
	padding-top: 115px;
	padding-bottom: 85px;
}.inner.bg-headliner-2--inner .inner.row.row--align-center {
    padding-top: 50px;
}

@media (max-width:1399px) {
	.bg-headliner-2--inner {

		padding-top: 85px;
	}
}



@media (max-width:899px) {
	.bg-headliner-2--inner {
		
		padding-top: 85px;
	}
}

.bg-headliner-2-top {
	width: 100%;
}

.bg-headliner-2-bottom {
	align-self: flex-end;
}

/* bg-headliner-3 */

.bg-headliner-3 {
	background-color: #000c13;
	background-image: url('../../img/sections/bg-headliner-3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% 20%;
	padding-top: 95px;
	padding-bottom: 65px;
	position: relative;
}

@media (max-width:899px) {
	.bg-headliner-3 {
		padding-bottom: 50px;
		background-position: 70% 50%;
	}
}

@media (max-width:699px) {
	.bg-headliner-3 {
		padding-top: 50px;
		padding-bottom: 25px;
	}
}

.bg-headliner-3::after {
	content: '';
	width: 100%;
	height: 45px;
	background: #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width:899px) {
	.bg-headliner-3::after {
		display: none;
	}
}

/* bg-headliner-4 */

.bg-headliner-4 {
	background-color: #000c13;
	background-image: url('../../img/sections/bg-headliner-4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 20%;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

@media (max-width:1199px) {
	.bg-headliner-4 {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}

@media (max-width:899px) {
	.bg-headliner-4 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.section--carousel-navi-link {
	transition: all .2s ease;
	text-decoration: none;
	text-decoration-color: #00b4cd;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.5ex;
}

@media (max-width:899px) {
	.section--carousel-navi-link {
		text-underline-offset: 0.15ex;
	}
}

/* Section carousel navi */

.section--page-navi {
	position: relative;
}

.section--page-navi-list::after {
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	left: 100%;
	top: 0;
	background: #080304;
	z-index: 98;
}

.section--page-navi-list-strip-left::after {
	left: auto;
	right: 100%;
}

.section--page-navi-inner {
	padding: 0;
	z-index: 99;
	position: relative;
}

.section--page-navi-list {
	width: 100%;
	position: relative;
	background: #080304;
	display: inline-flex;
	justify-content: space-around;
	padding: 45px;
	min-height: 144px;
}

@media (max-width:1299px) {
	.section--page-navi-list {
		justify-content: space-between;
	}
}

@media (max-width:899px) {
	.section--page-navi-list {
		padding: 35px;
		min-height: 0;
	}
}

@media (max-width:599px) {
	.section--page-navi-list {
		padding: 25px 15px;
		flex-direction: column;
	}
}

.section--page-navi-list li {
	max-width: 250px;
	text-align: center;
	align-self: center;
	margin-right: 50px;
}

@media (max-width:599px) {
	.section--page-navi-list li {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		max-width: 100%;
	}
}

.section--page-navi-list li:first-child {
	margin-left: 0;
}

.section--page-navi-list li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.section--page-navi-list li a {
	font-size: 24px;
	color: #d8d8d8;
	font-weight: 400;
	line-height: 1.166;
}

@media (max-width:1199px) {
	.section--page-navi-list li a {
		font-size: 21px;
	}
}

@media (max-width:899px) {
	.section--page-navi-list li a {
		font-size: 19px;
	}
}

@media (max-width:599px) {
	.section--page-navi-list li a {
		padding: 3px 0;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 500;
	}
}

.section--carousel-navi-link {
	transition: all .2s ease;
	text-decoration: none;
	text-decoration-color: #00b4cd;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.5ex;
}

.section--carousel-navi-link:hover,
.section--carousel-navi-link.active {
	color: #00b4cd;
}

.section--carousel-navi-link.active {
	text-decoration: underline;
}

@media (max-width:899px) {
	.section--carousel-navi-link.active {
		/* text-decoration: none;
		font-weight: bold; */
	}
}
