
.home-top {
	max-height: 100vh;
}

@media (max-width:1024px) {
	.home-top {
		max-height: none;
	}
}

.home-top .background {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-top video {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:600px) {
	.home-top video {
		max-height: 800px;
		overflow: hidden;
	}
}

.home-top .swiper-slide {
	background: #009cbe;
	background-size: cover;
	background-position: 50% 50%;
}

@media (max-width:600px) {
	.home-top .swiper-slide {
		max-height: max-content;
		overflow: hidden;
	}
}

.home-top .swiper-slide video {
	z-index: 0;
}

@media (max-width:1024px) {
	.home-top .swiper-slide video {
		max-height: 100vh;
	}
}

.home-top .swiper-slide .wrapper {
	min-height: 90vh;
	padding: 130px 0;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
}

@media (max-width:1024px) {
	.home-top .swiper-slide .wrapper {
		padding: 140px 0;
	}
}

.home-top .swiper-slide::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
}

.home-top .text {
	width: 750px;
	max-width: 100%;
	color: #fff;
	font-size: 50px;
	font-weight: 300;
}

@media (max-width:1024px) {
	.home-top .text {
		font-size: 21px;
		padding-left: 40px;
		padding-right: 40px;
	}
}

.home-top h2, .home-top .h2 {
	font-size: 60px;
	line-height: 1;
}

@media (max-width:1024px) {
	.home-top h2, .home-top .h2 {
		font-size: 50px;
	}
}

.home-top h2 strong, .home-top .h2 strong {
	font-size: 140px;
	display: inline-block;
	position: relative;
}

.home-top h2 strong::before, .home-top .h2 strong::before {
	display: block;
	position: absolute;
	top: -56px;
	right: -80px;
}

@media (max-width:1024px) {
	.home-top h2 strong::before, .home-top .h2 strong::before {
		top: -69px;
		right: -88px;
		transform: scale(.7);
	}
}

@media (max-width:480px) {
	.home-top h2 strong::before, .home-top .h2 strong::before {
		top: -94px;
		right: -103px;
		transform: scale(.4);
	}
}

@media (max-width:1024px) {
	.home-top h2 strong, .home-top .h2 strong {
		font-size: 110px;
	}
}

@media (max-width:480px) {
	.home-top h2 strong, .home-top .h2 strong {
		font-size: 60px;
	}
}

.home-top p {
	line-height: 1.1;
}

.home-top .swiper-pagination {
	bottom: 50px;
}

.home-top .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.home-top .swiper-button-next, .home-top .swiper-button-prev {
	color: #002337;
}

.home-top .custom-layout {
	position: relative;
	z-index: 1;
}

.home-top .custom-layout.layout1 {
	padding: 100px 0;
	background-color: #fff;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout1 {
		padding-top: 0;
	}
}

.home-top .custom-layout.layout1 .wrapper {
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: 1920px;
	padding: 0;
	min-height: 0;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout1 .wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.home-top .custom-layout.layout1 .b-text {
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout1 .b-text {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-top: 100%;
	}
}

.home-top .custom-layout.layout1 .b-text>*:last-child {
	margin-bottom: 0;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout1 .b-text img {
		margin-bottom: 40px;
	}
}

.home-top .custom-layout.layout1 .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout1 .bg-image {
		height: auto;
	}
}

.home-top .custom-layout.layout1 h2 {
	font-family: "Open Sans";
	font-weight: 300;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout1 h2 {
		font-size: 50px;
		margin-bottom: 40px;
	}
}

@media (max-width:480px) {
	.home-top .custom-layout.layout1 h2 {
		font-size: 32px;
	}
}

.home-top .custom-layout.layout1 h2 span {
	font-family: "Aller Display";
	font-weight: 400;
}

.home-top .custom-layout.layout1 h3 {
	font-family: "Open Sans";
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout1 h3 {
		font-size: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width:767px) {
	.home-top .custom-layout.layout1 h3 br {
		display: none;
	}
}

.home-top .custom-layout.layout2 {
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

.home-top .custom-layout.layout2 .wrapper {
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: 1920px;
	padding: 0;
	min-height: 0;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout2 .wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.home-top .custom-layout.layout2 .b-text {
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 23px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout2 .b-text {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout2 .b-text {
		padding: 20px;
		background-color: rgba(0, 0, 0, .5);
		border-radius: 20px;
	}
}

.home-top .custom-layout.layout2 .b-text>*:last-child {
	margin-bottom: 0;
}

.home-top .custom-layout.layout2 .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.home-top .custom-layout.layout2 video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.home-top .custom-layout.layout2 h1 {
	font-weight: 400;
	font-style: italic;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout2 h1 {
		font-size: 93px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout2 h1 {
		font-size: 114px;
		margin-bottom: 110%;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout2 h1 {
		margin-bottom: 20px;
	}
}

@media (max-width:640px) {
	.home-top .custom-layout.layout2 h1 {
		font-size: 60px;
	}
}

.home-top .custom-layout.layout2 h2 {
	font-family: "Open Sans";
	font-weight: 400;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout2 h2 {
		font-size: 37px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout2 h2 {
		font-size: 53px;
	}
}

@media (max-width:640px) {
	.home-top .custom-layout.layout2 h2 {
		font-size: 40px;
	}
}

.home-top .custom-layout.layout2 h3 {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 30px;
}

.home-top .custom-layout.layout2 h4 {
	font-family: "Open Sans";
	font-weight: 700;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout2 h4 {
		font-size: 42px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout2 h4 {
		font-size: 50px;
	}
}

@media (max-width:640px) {
	.home-top .custom-layout.layout2 h4 {
		font-size: 38px;
	}
}

.home-top .custom-layout.layout2 h5 {
	font-family: "Open Sans";
	font-weight: 700;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout2 h5 {
		font-size: 34px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout2 h5 {
		font-size: 37px;
	}
}

@media (max-width:640px) {
	.home-top .custom-layout.layout2 h5 {
		font-size: 32px;
	}
}

.home-top .custom-layout.layout3 {
	text-align: center;
	color: #fff;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout3 .desktop {
		display: none !important;
	}
}

@media (min-width:1201px) {
	.home-top .custom-layout.layout3 .tablet {
		display: none !important;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout3 .tablet {
		display: none !important;
	}
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout3 .mobile {
		display: none !important;
	}
}

.home-top .custom-layout.layout3 .wrapper {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	flex-direction: row-reverse;
	width: 1630px;
	padding: 0;
	min-height: 0;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout3 .wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.home-top .custom-layout.layout3 .logo {
	flex: 0 1 610px;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout3 .logo {
		margin-bottom: 30px;
	}
}

.home-top .custom-layout.layout3 .info {
	margin-right: 40px;
	flex: 0 1 756px;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout3 .info {
		margin-right: 0;
	}
}

.home-top .custom-layout.layout3 .txt-image {
	margin-bottom: 25px;
	display: inline-block;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout3 .txt-image {
		margin-bottom: 20px;
	}
}

.home-top .custom-layout.layout3 h3 {
	font-family: "Open Sans";
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 0;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout3 h3 {
		font-size: 32px;
	}
}

.home-top .custom-layout.layout3 h4 {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px;
	color: #000;
}

.home-top .custom-layout.layout3 .button {
	margin-bottom: 45px;
}

.home-top .custom-layout.layout3 .bottom {
	font-size: 16px;
	color: #0e273c;
}

.home-top .custom-layout.layout3 .bottom>*:last-child {
	margin-bottom: 0;
}

.home-top .custom-layout.layout3 .main-image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.home-top .custom-layout.layout3 .mobile-image {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
}

@media (max-width:768px) {
	.home-top .custom-layout.layout3.with-mobile .main-image {
		display: none;
	}
	
	.home-top .custom-layout.layout3.with-mobile .mobile-image {
		display: block;
	}
}

.home-top .custom-layout.layout4 {
	padding: 40px 0;
	text-align: left;
	color: #0e273c;
	font-size: 40px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout4 {
		font-size: 24px;
	}
}

.home-top .custom-layout.layout4 .wrapper {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	width: 1630px;
	padding: 0;
	min-height: 0;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout4 .wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.home-top .custom-layout.layout4 .column {
	-webkit-flex-basis: 49%;
	-moz-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	max-width: 49%;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout4 .column {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

.home-top .custom-layout.layout4 .column.left {
	position: relative;
	z-index: 1;
	margin-top: -50px;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout4 .column.left {
		padding-top: 37px;
	}
}

.home-top .custom-layout.layout4 .full {
	text-align: center;
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout4 .desktop {
		display: none !important;
	}
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout4 .mobile {
		display: none !important;
	}
}

.home-top .custom-layout.layout4 p {
	font-weight: 300;
	line-height: 1.5;
}

.home-top .custom-layout.layout4 .button {
	margin-bottom: 20px;
	width: 100%;
}

.home-top .custom-layout.layout4 em {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.home-top .custom-layout.layout5 {
	padding: 100px 0;
}

@media (max-width:768px) {
	.home-top .custom-layout.layout5 {
		padding-top: 100%;
	}
}

@media (max-width:580px) {
	.home-top .custom-layout.layout5 {
		padding-top: 150%;
	}
}

@media (max-width:430px) {
	.home-top .custom-layout.layout5 {
		padding-top: 190%;
	}
}

@media (max-width:769px) {
	.home-top .custom-layout.layout5 .desktop {
		display: none !important;
	}
}

@media (min-width:769px) {
	.home-top .custom-layout.layout5 .tablet {
		display: none !important;
	}
}

.home-top .custom-layout.layout5 .wrapper {
	width: 1630px;
	padding: 0;
	min-height: 0;
}

.home-top .custom-layout.layout5 .button {
	margin-bottom: 45px;
	background-color: #45a5cb;
	width: 100%;
	border: none;
	color: #fff;
	font-size: 40px;
	padding: 10px 20px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout5 .button {
		font-size: 17px;
	}
}

.home-top .custom-layout.layout5 .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-top .custom-layout.layout5 .inner {
	width: 825px;
	max-width: 50%;
	text-align: center;
}

@media (max-width:768px) {
	.home-top .custom-layout.layout5 .inner {
		width: 100%;
		max-width: 100%;
	}
}

.home-top .custom-layout.layout5 .image {
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.home-top .custom-layout.layout5 .image {
		margin-bottom: 30px;
	}
}

.home-top .custom-layout.layout5 .text {
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -.01em;
	line-height: 45px;
	text-align: center;
	color: #012337;
}

.home-top .custom-layout.layout6 {
	padding: 100px 60px;
	background-color: #fff;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout6 {
		padding: 0;
		background-color: #e7f4fb;
	}
}

.home-top .custom-layout.layout6 .wrapper {
	width: 1920px;
	padding: 0;
	min-height: unset;
	z-index: 3;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout6 .wrapper {
		text-align: center;
		padding-bottom: 100px;
	}
	
	.home-top .custom-layout.layout6 .wrapper img {
		display: inline-block;
	}
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout6 .bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center right;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout6 .bg {
		position: relative;
	}
}

.home-top .custom-layout.layout6 .border {
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	z-index: 2;
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout6 .text {
		width: 700px;
		max-width: 50%;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout6 .text {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
}

.home-top .custom-layout.layout6 .button {
	margin-left: 18%;
	color: #fff;
	background-color: #49a6d0;
	border-color: #49a6d0;
}

@media (max-width:1400px) {
	.home-top .custom-layout.layout6 .button {
		margin-left: 16%;
	}
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout6 .button {
		margin-left: 12%;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout6 .button {
		margin-left: 0;
	}
}

.home-top .custom-layout.layout7 {
	position: relative;
}

.home-top .custom-layout.layout7 .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.home-top .custom-layout.layout7 .wrapper {
	padding: 130px 0 0;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout7 .wrapper {
		padding: 80px 0;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout7 .wrapper {
		padding: 60px 0;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout7 .wrapper {
		padding: 40px 0;
	}
}

.home-top .custom-layout.layout7 .layout7-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 40px;
}

.home-top .custom-layout.layout7 .layout7-wrapper * {
	color: #fff;
}

@media (max-width:768px) {
	.home-top .custom-layout.layout7 .layout7-wrapper {
		text-align: center;
	}
}

.home-top .custom-layout.layout7 .layout7-wrapper .left {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 30px;
	padding-bottom: 100px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout7 .layout7-wrapper .left {
		padding-bottom: 80px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout7 .layout7-wrapper .left {
		padding-bottom: 60px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout7 .layout7-wrapper .left .image {
		order: -1;
	}
}

.home-top .custom-layout.layout7 .layout7-wrapper .left .text, .home-top .custom-layout.layout7 .layout7-wrapper .left .image {
	-webkit-flex-basis: 48%;
	-moz-flex-basis: 48%;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	max-width: 48%;
	max-width: 48%;
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout7 .layout7-wrapper .left .text, .home-top .custom-layout.layout7 .layout7-wrapper .left .image {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		max-width: 100%;
	}
}

.home-top .custom-layout.layout7 .layout7-wrapper .left .text h2, .home-top .custom-layout.layout7 .layout7-wrapper .left .text h3, .home-top .custom-layout.layout7 .layout7-wrapper .left .text h4, .home-top .custom-layout.layout7 .layout7-wrapper .left .text h5, .home-top .custom-layout.layout7 .layout7-wrapper .left .text h6, .home-top .custom-layout.layout7 .layout7-wrapper .left .text h1, .home-top .custom-layout.layout7 .layout7-wrapper .left .image h2, .home-top .custom-layout.layout7 .layout7-wrapper .left .image h3, .home-top .custom-layout.layout7 .layout7-wrapper .left .image h4, .home-top .custom-layout.layout7 .layout7-wrapper .left .image h5, .home-top .custom-layout.layout7 .layout7-wrapper .left .image h6, .home-top .custom-layout.layout7 .layout7-wrapper .left .image h1 {
	line-height: 1.2;
}

.home-top .custom-layout.layout7 .layout7-wrapper .left .bottom-text {
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	max-width: 100%;
}

.home-top .custom-layout.layout7 .layout7-wrapper .right {
	-webkit-flex-basis: 35%;
	-moz-flex-basis: 35%;
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	max-width: 35%;
	max-width: 35%;
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout7 .layout7-wrapper .right {
		-webkit-flex-basis: 40%;
		-moz-flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		max-width: 40%;
		max-width: 40%;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout7 .layout7-wrapper .right {
		display: none;
	}
}

.home-top .custom-layout.layout8 {
	text-align: center;
	color: #fff;
}

.home-top .custom-layout.layout8 a:hover img {
	opacity: 1;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout8 .desktop {
		display: none !important;
	}
}

@media (min-width:1201px) {
	.home-top .custom-layout.layout8 .tablet {
		display: none !important;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout8 .tablet {
		display: none !important;
	}
}

@media (min-width:1025px) {
	.home-top .custom-layout.layout8 .mobile {
		display: none !important;
	}
}

.home-top .custom-layout.layout8 .wrapper {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	flex-direction: row-reverse;
	width: 1630px;
	padding: 0;
	min-height: 0;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout8 .wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.home-top .custom-layout.layout8 .logo {
	flex: 0 1 610px;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout8 .logo {
		margin-bottom: 30px;
	}
}

.home-top .custom-layout.layout8 .info {
	margin-right: 40px;
	flex: 0 1 756px;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout8 .info {
		margin-right: 0;
	}
}

.home-top .custom-layout.layout8 .txt-image {
	margin-bottom: 25px;
	display: inline-block;
}

@media (max-width:1200px) {
	.home-top .custom-layout.layout8 .txt-image {
		margin-bottom: 20px;
	}
}

.home-top .custom-layout.layout8 h3 {
	font-family: "Open Sans";
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 0;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout8 h3 {
		font-size: 32px;
	}
}

.home-top .custom-layout.layout8 h4 {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px;
	color: #000;
}

.home-top .custom-layout.layout8 .button {
	margin-bottom: 45px;
}

.home-top .custom-layout.layout8 .bottom {
	font-size: 16px;
	color: #0e273c;
}

.home-top .custom-layout.layout8 .bottom>*:last-child {
	margin-bottom: 0;
}

.home-top .custom-layout.layout8 .main-image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.home-top .custom-layout.layout8 .mobile-image {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
}

@media (max-width:768px) {
	.home-top .custom-layout.layout8.with-mobile .main-image {
		display: none;
	}
	
	.home-top .custom-layout.layout8.with-mobile .mobile-image {
		display: block;
	}
}

.home-top .custom-layout.layout9 {
	position: relative;
}

.home-top .custom-layout.layout9:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(57, 82, 98, 0) 20%, #00263e 94%);
	z-index: 1;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout9:after {
		background: linear-gradient(180deg, rgba(57, 82, 98, 0) 30%, #00263e 100%);
	}
}

.home-top .custom-layout.layout9>video {
	z-index: 0;
}

.home-top .custom-layout.layout9 .wrapper {
	min-height: 900px;
	width: 1760px;
	padding: 40px 0 100px;
	align-items: center;
	z-index: 5;
}

.home-top .custom-layout.layout9 .wrapper .text {
	width: min(100%, 1100px);
	font-size: 23px;
}

@media (max-width:768px) {
	.home-top .custom-layout.layout9 .wrapper .text img {
		max-width: 350px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout9 .wrapper .text img {
		max-width: 280px;
		margin: 0 auto;
	}
}

.home-top .custom-layout.layout9 .wrapper .text h2 {
	font-family: "Open Sans";
	font-weight: 600;
}

@media (max-width:576px) {
	.home-top .custom-layout.layout9 .wrapper .text h2 {
		font-size: 32px;
	}
}

.home-top .custom-layout.layout9 .wrapper .text p {
	font-size: 46px;
	font-family: "Open Sans";
	font-weight: 300;
	margin-bottom: 40px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout9 .wrapper .text p {
		font-size: 30px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout9 .wrapper .text p {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.home-top .custom-layout.layout9 .wrapper .text .button {
	font-size: 65px;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout9 .wrapper .text .button {
		font-size: 40px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout9 .wrapper .text .button {
		font-size: 28px;
	}
}

.home-top .custom-layout.layout11 {
	position: relative;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout11 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: row;
		text-align: center;
	}
}

.home-top .custom-layout.layout11:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(57, 82, 98, 0) 0%, #00263e 65%);
	z-index: 1;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout11:after {
		background: linear-gradient(0deg, rgba(57, 82, 98, 0) 0%, #00263e 65%);
	}
}

.home-top .custom-layout.layout11 .image {
	position: absolute;
	bottom: 0%;
	right: 0%;
	z-index: 2;
	width: min(65%, 1300px);
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout11 .image {
		position: relative;
		width: min(90%, 800px);
		margin: 0 auto;
		right: auto;
		bottom: auto;
		order: 2;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout11 .image {
		width: min(100%, 800px);
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout11 .image {
		width: 100%;
	}
	
	.home-top .custom-layout.layout11 .image img {
		width: 100%;
		height: 440px;
		object-fit: cover;
		object-position: 35%;
	}
}

.home-top .custom-layout.layout11 .image img {
	width: 100%;
}

.home-top .custom-layout.layout11 .wrapper {
	min-height: 780px;
	width: 1760px;
	padding: 40px 0 60px;
	align-items: center;
	z-index: 5;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout11 .wrapper {
		min-height: auto;
		padding: 40px 0 50px;
	}
}

.home-top .custom-layout.layout11 .wrapper .text {
	width: min(70%, 900px);
	font-size: 23px;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout11 .wrapper .text {
		width: min(50%, 900px);
	}
}

@media (max-width:1100px) {
	.home-top .custom-layout.layout11 .wrapper .text {
		width: min(100%, 900px);
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout11 .wrapper .text {
		padding: 0;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout11 .wrapper .text img {
		max-width: 350px;
	}
}

.home-top .custom-layout.layout11 .wrapper .text h1 {
	font-size: 75px;
	line-height: 1;
	font-family: "Aller";
	font-weight: 300;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout11 .wrapper .text h1 {
		font-size: 60px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout11 .wrapper .text h1 {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout11 .wrapper .text h1 {
		font-size: 40px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout11 .wrapper .text h1 {
		font-size: 30px;
	}
}

.home-top .custom-layout.layout11 .wrapper .text h1 .transparent-text {
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: #ddce00;
	color: transparent;
	font-family: "Aller Display";
	font-size: 150px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 7.2px;
	text-transform: uppercase;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout11 .wrapper .text h1 .transparent-text {
		font-size: 115px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout11 .wrapper .text h1 .transparent-text {
		font-size: 90px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout11 .wrapper .text h1 .transparent-text {
		font-size: 70px;
		-webkit-text-stroke-width: 2px;
	}
}

.home-top .custom-layout.layout11 .wrapper .text h3 {
	font-size: 32px;
	font-family: "Open Sans";
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout11 .wrapper .text h3 {
		font-size: 28px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout11 .wrapper .text h3 {
		font-size: 23px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout11 .wrapper .text h3 {
		font-size: 20px;
	}
}

.home-top .custom-layout.layout11 .wrapper .text h3.yellow-text {
	color: #d8c20d;
}

.home-top .custom-layout.layout11 .wrapper .text p {
	font-size: 32px;
	font-family: "Open Sans";
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.4;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout11 .wrapper .text p {
		font-size: 28px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout11 .wrapper .text p {
		font-size: 23px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout11 .wrapper .text p {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

@media (max-width:480px) {
	.home-top .custom-layout.layout11 .wrapper .text p {
		font-size: 18px;
	}
}

.home-top .custom-layout.layout11 .wrapper .text p strong {
	display: inline-block;
	margin-bottom: 15px;
}

.home-top .custom-layout.layout11 .wrapper .text .button {
	font-size: 65px;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout11 .wrapper .text .button {
		font-size: 40px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout11 .wrapper .text .button {
		font-size: 28px;
	}
}

.home-top .custom-layout.layout-download-app, .home-top .custom-layout.layout-download-app-v2 {
	background: linear-gradient(180deg, #00263e 0%, #1f587e 100%);
	position: relative;
	overflow: hidden;
}

.home-top .custom-layout.layout-download-app .wrapper .text .download-buttons, .home-top .custom-layout.layout-download-app-v2 .wrapper .text .download-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 80px;
	margin: 80px 0 0;
}

@media (max-width:1780px) {
	.home-top .custom-layout.layout-download-app .wrapper .text .download-buttons, .home-top .custom-layout.layout-download-app-v2 .wrapper .text .download-buttons {
		gap: 20px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout-download-app .wrapper .text .download-buttons, .home-top .custom-layout.layout-download-app-v2 .wrapper .text .download-buttons {
		flex-direction: column;
		justify-content: center;
		gap: 40px;
		margin: 30px 0 0;
	}
}

.home-top .custom-layout.layout-download-app .wrapper .text .download-buttons a, .home-top .custom-layout.layout-download-app-v2 .wrapper .text .download-buttons a {
	width: min(48%, 320px);
	text-decoration: none;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout-download-app .wrapper .text .download-buttons a, .home-top .custom-layout.layout-download-app-v2 .wrapper .text .download-buttons a {
		width: min(100%, 250px);
	}
}

.home-top .custom-layout.layout-download-app:after {
	content: url("https://cdn-ilejagk.nitrocdn.com/ltkesKujmeNXAGUCmbllNtDZMQowlVGE/assets/images/optimized/rev-74807ca/www.stretchzone.com/wp-content/themes/stretchzone/img/download-app-slide-cirlces.svg");
	position: absolute;
	z-index: 0;
	top: -100px;
	right: 5%;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout-download-app:after {
		right: -50px;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-width:480px) {
	.home-top .custom-layout.layout-download-app:after {
		transform: none;
		top: auto;
		bottom: 0;
	}
}

.home-top .custom-layout.layout-download-app .wrapper {
	min-height: 750px;
	width: 1760px;
	padding: 70px 0;
	align-items: center;
	z-index: 5;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout-download-app .wrapper {
		align-items: flex-start;
		min-height: auto;
	}
}

.home-top .custom-layout.layout-download-app .text {
	width: min(50%, 800px);
	text-align: center;
}

@media (max-width:1580px) {
	.home-top .custom-layout.layout-download-app .text {
		width: min(45%, 600px);
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout-download-app .text {
		width: min(100%, 450px);
		margin: 0 auto;
		padding: 0;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout-download-app .text {
		max-width: 380px;
	}
}

.home-top .custom-layout.layout-download-app .text h1 {
	font-family: "Aller";
	font-weight: 600;
	display: inline-block;
	font-size: 75px;
	line-height: 1;
	position: relative;
	letter-spacing: 4px;
	margin-bottom: 25px;
}

@media (max-width:1580px) {
	.home-top .custom-layout.layout-download-app .text h1 {
		font-size: 51px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout-download-app .text h1 {
		font-size: 40px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout-download-app .text h1 {
		font-size: 30px;
	}
}

@media (max-width:400px) {
	.home-top .custom-layout.layout-download-app .text h1 {
		font-size: 26px;
	}
}

.home-top .custom-layout.layout-download-app .text h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 7px;
	background: linear-gradient(90deg, #635d06 -3.9%, #c9bc0d 40.95%, #c9bc0d 75.01%, #968c0a 90.43%);
}

.home-top .custom-layout.layout-download-app .text h1 .yellow-text {
	font-size: 140px;
	background: linear-gradient(0deg, #8c8636 0%, #ddce00 74.04%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Aller Display";
}

@media (max-width:1580px) {
	.home-top .custom-layout.layout-download-app .text h1 .yellow-text {
		font-size: 100px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout-download-app .text h1 .yellow-text {
		font-size: 79px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout-download-app .text h1 .yellow-text {
		font-size: 60px;
	}
}

@media (max-width:400px) {
	.home-top .custom-layout.layout-download-app .text h1 .yellow-text {
		font-size: 54px;
	}
}

.home-top .custom-layout.layout-download-app .text h1 .thin {
	font-size: inherit;
	font-weight: 300;
}

.home-top .custom-layout.layout-download-app .text h2 {
	font-family: "Open Sans";
	font-size: 26px;
	font-weight: 600;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout-download-app .text h2 {
		font-size: 20px;
	}
}

.home-top .custom-layout.layout-download-app .image {
	position: absolute;
	bottom: -35%;
	right: -4%;
	z-index: 2;
	width: min(54%, 800px);
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout-download-app .image {
		position: relative;
		width: min(90%, 800px);
		margin: 0 auto -20%;
		right: -4%;
		bottom: -10%;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout-download-app .image {
		width: 100%;
	}
}

.home-top .custom-layout.layout-download-app .image img {
	width: 100%;
}

.home-top .custom-layout.layout-download-app-v2 {
	min-height: 850px;
}

.home-top .custom-layout.layout-download-app-v2:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 96%;
	height: 93%;
	border: 10px solid #fff;
	transform: translate(-50%, -50%);
	z-index: 0;
}

@media (max-width:1180px) {
	.home-top .custom-layout.layout-download-app-v2:before {
		width: 95%;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout-download-app-v2:before {
		width: 93%;
		height: 95%;
		border: 6px solid #fff;
	}
}

.home-top .custom-layout.layout-download-app-v2 .wrapper {
	min-height: auto;
	width: 1760px;
	max-width: 90%;
	margin: 0 auto;
	padding: 100px 0 80px;
	align-items: center;
	z-index: 5;
}

@media (max-width:1180px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper {
		padding: 100px 0 30px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper {
		padding: 60px 0 30px;
		max-width: 85%;
	}
}

.home-top .custom-layout.layout-download-app-v2 .wrapper .text {
	width: min(45%, 900px);
}

@media (max-width:1180px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text {
		width: 70%;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

.home-top .custom-layout.layout-download-app-v2 .wrapper .text img {
	max-width: 100%;
}

.home-top .custom-layout.layout-download-app-v2 .wrapper .text h1 {
	display: inline-block;
	font-size: 75px;
	line-height: 1;
	position: relative;
	margin-bottom: 40px;
	font-family: "Aller";
}

@media (max-width:1580px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h1 {
		font-size: 51px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h1 {
		font-size: 45px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h1 {
		font-size: 35px;
	}
}

.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 {
	font-family: "Open Sans";
	font-size: 32px;
	color: #d8c20d;
}

@media (max-width:1380px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 {
		font-size: 26px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 {
		font-size: 22px;
	}
}

.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 strong {
	font-size: 32px;
}

@media (max-width:1380px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 strong {
		font-size: 26px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 strong {
		font-size: 22px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 strong {
		font-size: 18px;
	}
}

@media (max-width:380px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 strong {
		font-size: 16px;
	}
}

.home-top .custom-layout.layout-download-app-v2 .wrapper .text h2 strong:before {
	display: none;
}

.home-top .custom-layout.layout-download-app-v2 .wrapper .text p {
	font-size: 32px;
}

@media (max-width:1380px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text p {
		font-size: 26px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text p {
		font-size: 22px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.layout-download-app-v2 .wrapper .text p {
		font-size: 18px;
		line-height: 1.4;
	}
}

.home-top .custom-layout.layout-download-app-v2 .image {
	position: absolute;
	bottom: -8%;
	right: 2%;
	z-index: 2;
	width: min(55%, 1200px);
}

@media (max-width:1180px) {
	.home-top .custom-layout.layout-download-app-v2 .image {
		position: relative;
		bottom: auto;
		right: auto;
		width: 70%;
		margin: 0 auto -46px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout-download-app-v2 .image {
		width: 100%;
	}
}

.home-top .custom-layout.holiday-layout, .home-top .custom-layout.holiday-layout-v2 {
	position: relative;
}

.home-top .custom-layout.holiday-layout .bg-image, .home-top .custom-layout.holiday-layout-v2 .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

@media (max-width:1024px) {
	.home-top .custom-layout.holiday-layout .bg-image, .home-top .custom-layout.holiday-layout-v2 .bg-image {
		object-position: 50% 85%;
	}
}

.home-top .custom-layout.holiday-layout .wrapper, .home-top .custom-layout.holiday-layout-v2 .wrapper {
	width: 1760px;
	padding: 130px 0 75px;
	min-height: 760px;
}

@media (max-width:1480px) {
	.home-top .custom-layout.holiday-layout .wrapper, .home-top .custom-layout.holiday-layout-v2 .wrapper {
		min-height: 680px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.holiday-layout .wrapper, .home-top .custom-layout.holiday-layout-v2 .wrapper {
		min-height: 600px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.holiday-layout .wrapper, .home-top .custom-layout.holiday-layout-v2 .wrapper {
		padding: 100px 0;
		align-items: flex-start;
		min-height: 100vh;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout .wrapper, .home-top .custom-layout.holiday-layout-v2 .wrapper {
		padding: 80px 0;
	}
}

.home-top .custom-layout.holiday-layout .wrapper .text, .home-top .custom-layout.holiday-layout-v2 .wrapper .text {
	width: min(90%, 1080px);
}

@media (max-width:1024px) {
	.home-top .custom-layout.holiday-layout .wrapper .text, .home-top .custom-layout.holiday-layout-v2 .wrapper .text {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys .title, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title {
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 15px;
	display: inline-block;
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys .title:after, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	border-radius: 21px;
	background: linear-gradient(257deg, #635d06 -63.14%, #c9bc0d 29.98%, #c9bc0d 100.7%, #968c0a 132.72%);
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h1, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 {
	font-family: "TradeGothicLT CondEighteen";
	font-size: 115px;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
}

@media (max-width:1580px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h1, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 {
		font-size: 100px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h1, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 {
		font-size: 79px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h1, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 {
		font-size: 50px;
	}
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h1 .yellow-text, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 .yellow-text {
	font-size: inherit;
	background: linear-gradient(0deg, #8c8636 0%, #ddce00 74.04%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "TradeGothicLT";
	letter-spacing: 0;
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h2, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
	font-size: 69px;
	font-family: "Expressway";
	letter-spacing: 2px;
}

@media (max-width:1580px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h2, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
		font-size: 60px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h2, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
		font-size: 46px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h2, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
		font-size: 32px;
	}
}

@media (max-width:480px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h2, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
		font-size: 26px;
	}
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys .title h2 .yellow-text, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 .yellow-text {
	color: #ddce00;
	font-weight: 700;
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys p, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys p {
	font-size: 32px;
	font-family: "Expressway";
}

@media (max-width:1280px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys p, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys p {
		font-size: 28px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys p, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys p {
		font-size: 24px;
	}
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys p .yellow-text, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys p .yellow-text {
	color: #ddce00;
	font-weight: 700;
}

.home-top .custom-layout.holiday-layout .wrapper .text .wys .button, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .button {
	font-family: "TradeGothicLT";
	font-size: 58px;
	padding: 10px 35px;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .button, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .button {
		font-size: 34px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.holiday-layout .wrapper .text .wys .button, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .button {
		font-size: 26px;
		padding: 15px 20px;
	}
}

.home-top .custom-layout.holiday-layout-v2 .wrapper {
	align-items: center;
}

@media (max-width:1650px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper {
		padding: 100px 0 75px;
		min-height: 650px;
	}
}

@media (max-width:1480px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper {
		min-height: 500px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper {
		padding: 100px 0;
		align-items: flex-start;
		min-height: 100vh;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper {
		padding: 80px 0;
	}
}

.home-top .custom-layout.holiday-layout-v2 .wrapper .text {
	width: min(90%, 1440px);
	margin: 0 auto;
}

.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys {
	text-align: center;
}

.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1, .home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
	font-family: "TradeGothicLTStd";
}

.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 {
	font-size: 125px;
	letter-spacing: -3px;
}

@media (max-width:1650px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 {
		font-size: 100px;
	}
}

@media (max-width:1580px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 {
		font-size: 85px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h1 {
		font-size: 79px;
	}
}

.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
	font-size: 40px;
	letter-spacing: .5px;
}

@media (max-width:1650px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
		font-size: 35px;
	}
}

@media (max-width:1480px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
		font-size: 30px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title h2 {
		font-size: 28px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .title p {
		font-size: 20px;
	}
}

.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .button {
	padding: 20px 25px;
	font-size: 40px;
	font-family: "Aller Display";
	margin-top: 0;
}

@media (max-width:1024px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .button {
		font-size: 30px;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.holiday-layout-v2 .wrapper .text .wys .button {
		font-size: 20px;
	}
}

.home-top .custom-layout.holiday-layout-v3 {
	background-color: #00263e;
	min-height: 77vh;
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v3 {
		align-items: flex-start;
		min-height: 100vh;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v3 {
		padding: 150px 0 100px;
	}
}

.home-top .custom-layout.holiday-layout-v3:after {
	content: url("https://cdn-ilejagk.nitrocdn.com/ltkesKujmeNXAGUCmbllNtDZMQowlVGE/assets/images/optimized/rev-74807ca/www.stretchzone.com/wp-content/themes/stretchzone/img/bow.png");
	position: absolute;
	top: 20%;
	left: -440px;
	transform: rotate(-37deg);
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v3:after {
		content: "";
		left: 50%;
		top: auto;
		bottom: 0;
		transform: translateX(-50%);
		background: url("https://cdn-ilejagk.nitrocdn.com/ltkesKujmeNXAGUCmbllNtDZMQowlVGE/assets/images/optimized/rev-74807ca/www.stretchzone.com/wp-content/themes/stretchzone/img/bow-mob.png") no-repeat center/contain;
		width: 150%;
		height: 260px;
	}
}

.home-top .custom-layout.holiday-layout-v3 .wrapper {
	width: 1480px;
	max-width: 96%;
	border: 10px solid;
	border-image: linear-gradient(0deg, #8c8636 0%, #ddce00 74.04%) 1;
	padding: 0;
	min-height: auto;
}

.home-top .custom-layout.holiday-layout-v3 .wrapper .text {
	width: 1250px;
	max-width: 96%;
	margin: 0 auto;
	background: #00263e;
	margin-top: -85px;
}

@media (max-width:1480px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text {
		width: 1140px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text {
		max-width: 94%;
	}
}

@media (max-width:576px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text {
		padding: 0;
		margin-top: -50px;
	}
}

.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h1, .home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h2 {
	font-family: "TradeGothicLTStd";
}

.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h1 {
	font-size: 150px;
	letter-spacing: -3px;
	line-height: .8;
	background: var(--Linear, linear-gradient(0deg, #96989a 68%, #fff 78.04%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	margin-bottom: 45px;
}

@media (max-width:1480px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h1 {
		font-size: 125px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h1 {
		font-size: 79px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h1 {
		font-size: 60px;
	}
}

.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h1 .yellow-text {
	font-size: inherit;
	background: linear-gradient(0deg, #8c8636 0%, #ddce00 74.04%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "TradeGothicLT";
	letter-spacing: 0;
}

.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h2 {
	font-size: 50px;
	margin-bottom: 45px;
	letter-spacing: -5px;
}

@media (max-width:576px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys h2 {
		font-size: 30px;
		letter-spacing: -2px;
	}
}

.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys .mb-minus {
	margin-bottom: -50px;
}

@media (max-width:1480px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys .mb-minus {
		margin-bottom: -35px;
	}
}

.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys .button {
	font-size: 50px;
}

@media (max-width:1480px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys .button {
		font-size: 35px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys .button {
		font-size: 25px;
	}
}

@media (max-width:480px) {
	.home-top .custom-layout.holiday-layout-v3 .wrapper .text .wys .button {
		font-size: 19px;
	}
}

.home-top .custom-layout.layout17 {
	position: relative;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout17 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: row;
		text-align: center;
	}
}

.home-top .custom-layout.layout17:after {
	display: none;
}

.home-top .custom-layout.layout17 .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-top .custom-layout.layout17 .wrapper {
	min-height: 780px;
	width: 1780px;
	margin: 0 auto;
	padding: 40px 0 60px;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout17 .wrapper {
		min-height: 580px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout17 .wrapper {
		min-height: auto;
		padding: 40px 0 50px;
	}
}

.home-top .custom-layout.layout17 .wrapper .text {
	width: 100%;
	margin: 0 auto;
	font-size: 23px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout17 .wrapper .text {
		padding: 0;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout17 .wrapper .text img {
		max-width: 350px;
	}
}

.home-top .custom-layout.layout17 .wrapper .text h1 {
	font-size: 110px;
	line-height: 1;
	font-family: "SofiaSansExtraCondensed";
	font-weight: 500;
	letter-spacing: 4px;
}

@media (max-width:1580px) {
	.home-top .custom-layout.layout17 .wrapper .text h1 {
		font-size: 80px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout17 .wrapper .text h1 {
		font-size: 60px;
	}
}

.home-top .custom-layout.layout17 .wrapper .text h1 .transparent-text {
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: #ddce00;
	color: transparent;
	font-family: "Aller Display";
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 7.2px;
	text-transform: uppercase;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout17 .wrapper .text h1 .transparent-text {
		font-size: 115px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout17 .wrapper .text h1 .transparent-text {
		font-size: 90px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout17 .wrapper .text h1 .transparent-text {
		font-size: 70px;
		-webkit-text-stroke-width: 2px;
	}
}

.home-top .custom-layout.layout17 .wrapper .text h1 .zone {
	font-family: inherit;
}

.home-top .custom-layout.layout17 .wrapper .text h1 .zone i {
	font-size: 45px;
}

.home-top .custom-layout.layout17 .wrapper .text h3 {
	font-size: 50px;
	font-family: "SofiaSansExtraCondensed";
	text-transform: uppercase;
	line-height: 1;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout17 .wrapper .text h3 {
		font-size: 28px;
	}
}

.home-top .custom-layout.layout17 .wrapper .text h3.yellow-text {
	color: #d8c20d;
}

.home-top .custom-layout.layout17 .wrapper .text p {
	font-size: 32px;
	font-family: "SofiaSansExtraCondensed";
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.4;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout17 .wrapper .text p {
		font-size: 28px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout17 .wrapper .text p {
		font-size: 23px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout17 .wrapper .text p {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

@media (max-width:480px) {
	.home-top .custom-layout.layout17 .wrapper .text p {
		font-size: 18px;
	}
}

.home-top .custom-layout.layout17 .wrapper .text p strong {
	display: inline-block;
	margin-bottom: 15px;
}

.home-top .custom-layout.layout17 .wrapper .text .button {
	font-size: 18px;
	font-weight: 700;
	padding: 20px 35px;
	border: none;
	font-family: "Open Sans";
	background-color: #f2ff00;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout17 .wrapper .text .button {
		font-size: 40px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout17 .wrapper .text .button {
		font-size: 28px;
	}
}

.home-top .custom-layout.layout18 {
	position: relative;
	background-color: #192033;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout18 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: row;
		text-align: center;
	}
}

.home-top .custom-layout.layout18:after {
	display: none;
}

.home-top .custom-layout.layout18 .circle-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-top .custom-layout.layout18 .wrapper {
	min-height: 780px;
	width: 1780px;
	margin: 0 auto;
	padding: 40px 0 60px;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout18 .wrapper {
		min-height: 580px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout18 .wrapper {
		min-height: auto;
		padding: 40px 0 50px;
	}
}

.home-top .custom-layout.layout18 .wrapper .text {
	width: 100%;
	margin: 0 auto;
	font-size: 23px;
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout18 .wrapper .text {
		padding: 0;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout18 .wrapper .text img {
		max-width: 350px;
	}
}

.home-top .custom-layout.layout18 .wrapper .text h1 {
	font-size: 120px;
	line-height: 1;
	font-family: "TradeGothicLT CondEighteen";
	font-weight: 400;
	letter-spacing: 1px;
}

@media (max-width:1580px) {
	.home-top .custom-layout.layout18 .wrapper .text h1 {
		font-size: 80px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout18 .wrapper .text h1 {
		font-size: 60px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout18 .wrapper .text h1 {
		font-size: 35px;
	}
}

.home-top .custom-layout.layout18 .wrapper .text h1 .transparent-text {
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: #ddce00;
	color: transparent;
	font-family: "Aller Display";
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 7.2px;
	text-transform: uppercase;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout18 .wrapper .text h1 .transparent-text {
		font-size: 115px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout18 .wrapper .text h1 .transparent-text {
		font-size: 90px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout18 .wrapper .text h1 .transparent-text {
		font-size: 70px;
		-webkit-text-stroke-width: 2px;
	}
}

.home-top .custom-layout.layout18 .wrapper .text h2 {
	font-size: 100px;
	font-family: "SofiaSansExtraCondensed";
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout18 .wrapper .text h2 {
		font-size: 80px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout18 .wrapper .text h2 {
		font-size: 40px;
	}
}

.home-top .custom-layout.layout18 .wrapper .text h3 {
	font-size: 80px;
	line-height: 1;
	font-family: "TradeGothicLT CondEighteen";
	font-weight: 400;
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout18 .wrapper .text h3 {
		font-size: 60px;
	}
}

@media (max-width:1024px) {
	.home-top .custom-layout.layout18 .wrapper .text h3 {
		font-size: 30px;
	}
}

.home-top .custom-layout.layout18 .wrapper .text .yellow-text {
	color: #f2ff00;
}

.home-top .custom-layout.layout18 .wrapper .text .zone {
	font-family: inherit;
}

.home-top .custom-layout.layout18 .wrapper .text .zone i {
	line-height: 1.5;
	font-size: 45px;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout18 .wrapper .text .zone i {
		line-height: 1;
		font-size: inherit;
	}
}

.home-top .custom-layout.layout18 .wrapper .text p {
	font-size: 32px;
	font-family: "SofiaSansExtraCondensed";
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.4;
}

@media (max-width:1480px) {
	.home-top .custom-layout.layout18 .wrapper .text p {
		font-size: 28px;
	}
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout18 .wrapper .text p {
		font-size: 23px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout18 .wrapper .text p {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

@media (max-width:480px) {
	.home-top .custom-layout.layout18 .wrapper .text p {
		font-size: 18px;
	}
}

.home-top .custom-layout.layout18 .wrapper .text p strong {
	display: inline-block;
	margin-bottom: 15px;
}

.home-top .custom-layout.layout18 .wrapper .text .button {
	font-size: 80px;
	font-weight: 700;
	padding: 20px 30px;
	border: none;
	font-family: "TradeGothicLT CondEighteen";
	background-color: #f2ff00;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 25px;
}

@media (max-width:1280px) {
	.home-top .custom-layout.layout18 .wrapper .text .button {
		font-size: 40px;
	}
}

@media (max-width:768px) {
	.home-top .custom-layout.layout18 .wrapper .text .button {
		font-size: 28px;
	}
}

.smaller-title {
	font-size: .88em !important;
}

.home-switchers {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	color: #fff;
	min-height: 1740px;
	font-size: 22px;
}

@media (max-width:1024px) {
	.home-switchers {
		flex-wrap: wrap;
		min-height: unset;
	}
}

.home-switchers .left {
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	position: relative;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	padding: 120px 20px 80px;
}

@media (max-width:1024px) {
	.home-switchers .left {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		min-height: 796px;
		padding: 70px 20px;
	}
}

.home-switchers .left .text {
	flex: 0 1 575px;
	font-size: 18px;
}

@media (max-width:1024px) {
	.home-switchers .left .text {
		padding: 20px;
		border-radius: 20px;
		background-color: rgba(0, 0, 0, .6);
	}
}

.home-switchers .left .text>*:last-child {
	margin-bottom: 0;
}

.home-switchers .left .text h2 {
	font-size: 50px;
	font-family: "Open Sans";
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

@media (max-width:1024px) {
	.home-switchers .left .text h2 {
		font-size: 30px;
	}
}

.home-switchers .left .text h3 {
	font-size: 100px;
	line-height: 1;
	margin-bottom: 30px;
}

@media (max-width:1200px) {
	.home-switchers .left .text h3 {
		font-size: 80px;
	}
}

@media (max-width:1024px) {
	.home-switchers .left .text h3 {
		font-size: 50px;
		margin-bottom: 20px;
	}
}

@media (max-width:480px) {
	.home-switchers .left .text h3 {
		font-size: 40px;
	}
}

.home-switchers .left .text .button {
	margin-top: 85px;
}

@media (max-width:1024px) {
	.home-switchers .left .text .button {
		margin-top: 20px;
	}
}

.home-switchers .right {
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 120px 20px 40px;
	background-color: #002337;
	color: #707070;
	font-size: 20px;
	font-weight: 300;
}

@media (max-width:1024px) {
	.home-switchers .right {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 60px 20px;
	}
}

.home-switchers .right p {
	transition: all .3s ease;
}

.home-switchers .right h3 {
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 50px;
	transition: all .3s ease;
}

@media (max-width:1024px) {
	.home-switchers .right h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.home-switchers .right h4 {
	font-size: 20px;
	font-family: "Open Sans";
	font-weight: 700;
	margin-bottom: 0;
	transition: all .3s ease;
}

@media (max-width:1024px) {
	.home-switchers .right h4 {
		font-size: 18px;
	}
}

.home-switchers .right .txt {
	margin-top: 20px;
	margin-bottom: 20px;
}

.home-switchers .right .txt>*:last-child {
	margin-bottom: 0;
}

.home-switchers .right .line {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #969696;
	padding-bottom: 60px;
	margin-bottom: 60px;
	cursor: pointer;
}

@media (max-width:1024px) {
	.home-switchers .right .line {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

.home-switchers .right .line>*:last-child {
	margin-bottom: 0;
}

.home-switchers .right .line .blocks>*:last-child {
	margin-bottom: 0;
}

.home-switchers .right .line:last-child {
	margin-bottom: 0;
}

.home-switchers .right .line.active {
	color: #fff;
}

.home-switchers .right .line.active h3 {
	color: #43a5cb;
}

.home-switchers .right .line.active h4 {
	color: #d8c20d;
}

.home-switchers .background {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-text-image {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	font-size: 22px;
}

@media (max-width:1024px) {
	.home-text-image {
		flex-wrap: wrap;
		margin-bottom: 70px;
	}
}

.home-text-image figure {
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	text-align: center;
	margin: 0;
}

@media (max-width:1024px) {
	.home-text-image figure {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 70px;
	}
}

.home-text-image figure img {
	display: inline-block;
}

.home-text-image .text {
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 40px 110px;
}

@media (max-width:1024px) {
	.home-text-image .text {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 0 40px;
	}
}

.home-text-image .text>*:last-child {
	margin-bottom: 0;
}

.home-text-image h2 {
	font-size: 50px;
	font-family: "Open Sans";
	font-weight: 300;
	color: #002337;
	line-height: 1;
}

@media (max-width:1024px) {
	.home-text-image h2 {
		font-size: 30px;
	}
}

.home-text-image h2 strong {
	font-family: "Aller Display";
	font-weight: 400;
	font-size: 100px;
}

@media (max-width:1400px) {
	.home-text-image h2 strong {
		font-size: 60px;
	}
}

@media (max-width:1024px) {
	.home-text-image h2 strong {
		font-size: 50px;
	}
}

@media (max-width:380px) {
	.home-text-image h2 strong {
		font-size: 40px;
	}
}

.home-text-image .button {
	margin-top: 100px;
}

@media (max-width:1300px) {
	.home-text-image .button {
		margin-top: 0;
	}
}

.large-video {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

.large-video .inner {
	display: block;
	position: relative;
	padding-bottom: 53%;
	height: 0;
}

.large-video .inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.large-video svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width:480px) {
	.large-video svg {
		width: 60px;
		height: 60px;
	}
}
