.wel46-panel {
    width: 100%;
    flex-grow: 1;
	padding-top: 80px !important;
    padding-bottom: 0px;
	border-bottom:2px solid #eee;
	position: relative;
    background-color: #efefef;
}

.wel46-panel .breadcrumbs-area{
	z-index:9999;
	color:#000;
}

.header-with-stickybar  + .page__main .wel46-panel .breadcrumbs-area{ top:150px; }
	
.wel46-panel .b__welcome__background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.wel46-panel .b__welcome__background__image {
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.wel46-panel .b__welcome__background__cut {
    background-color: #efefef;
    height: 100%;
    position: absolute;
    right: 25%;
    top: 0;
    transform: translateX(-64px) skewX(-30deg);
    transform-origin: center;
    width: 100%;
}

.wel46-panel .wel46-panel__contents {
    position: relative;
    width: 100%;
    z-index: 300;
}

.wel46-panel .wel46-panel__contents .wel46-panel__container{
    flex-grow: 1;
    width: 100%;
}

.wel46-panel .wel46-panel__text {
    align-items: center;
    display: flex;
}

.wel46-panel .wel46-textSection{
	display:block;
}

.wel46-panel .wel46-panel__container>div {
    flex: 1 1 0;
    position: relative;
}

.wel46-panel .wel46-panel__container .btn-trs{
	border:2px solid #000;
	margin-right:10px;
	margin-bottom:15px;
	min-width:185px;
}

.wel46-panel .wel46-panel__container .btn-trs:focus{
	border:2px solid #000;
	color: #000;
	background:rgba(0,0,0,0.1);
}

.wel46-panel .wel46-panel__container .btn-trs:hover{
	background: var(--btncolor);
    color: #fff;
    border: 2px solid var(--btncolor);
}


.wel46-panel .wel46-panel__container .btn-trs .watch-icon, .wel46-panel .wel46-panel__container .btn-trs .page__btn--arrow-white{
	filter:invert(1);
}

.wel46-panel .wel46-panel__container .btn-trs:hover .watch-icon, .wel46-panel .wel46-panel__container .btn-trs:hover .page__btn--arrow-white{
	filter:invert(0);
}


.wel46-panel .wel46-panel__imageContainer {
    bottom: 0;
    left: 0;
    padding: 0px 8px;
    position: absolute;
    right: 0;
    top: 0;
	align-items: center;
    display: flex;
	justify-content: center;	
}

.wel46-panel .wel46-panel__contents img, .wel46-panel__contents object {
    display: block;
    object-fit: contain;
}

.wel46-panel .swiper-pagination {
    z-index: 9999999;
    bottom: 30px;
    height: 20px;
}


.wel46-panel .swiper-pagination-bullet{
	width: 80px; height: 10px; margin-right:15px; border-radius:3px; opacity:0.4;
}

.wel46-panel .swiper-pagination-bullet:focus{
	opacity:0.6;
}

.wel46-panel .swiper-pagination-bullet-active{
	background: var(--blue);
	opacity:1;
}

.wel46-panel .moveDown{
	height: 40px;
    width: 40px;
    color: #fff;
    padding: 8px;
    border-radius: 30px;
    border: 1px solid #fff;
    text-align: center;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    display: inline-block;
	margin-left:10px;
}

.wel46-panel .moveDown:hover, .wel46-panel .moveDown:focus{
	background:var(--blue);
}

.b__welcome__background__section .b__welcome__background__image{
	background-position: 12.5% 50%;
}

@media (min-width: 1024px){
	.wel46-panel .swiper-slide{
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		overflow-x: visible;
		min-height: 500px;
	}
	
	.wel46-swiper-panel .swiper-slide{
		min-height:640px;
	}

	.wel46-panel .b__welcome__background__cut {
		right: 25%;
		transform-origin: left center;
	}
	
	.wel46-panel .b__welcome__background__image {
		right: 0;
		width: 50%;
	}

	.wel46-panel .wel46-panel__contents {
		height: 100%;
		padding: 16px 0;
		position: relative;
		width: 100%;
		z-index: 300;
	}
	
	.wel46-panel .container {
		height: 100%;
		align-items: stretch;
		width: 100%;
	}

	.wel46-panel .wel46-panel__contents, .wel46-panel .container, .wel46-panel .wel46-panel__container{
		display: flex;
		flex-direction: column;
		flex: 1;
	}
	
	.wel46-panel .wel46-panel__container {
		flex-direction: row;
	}
	
	.wel46-panel .wel46-textSection{
		padding:30px 0px;
	}
	
	.wel46-panel .wel46-textSection h1{
		font-size:54px;
		margin-bottom:20px;
	}
	
	.wel46-panel .wel46-panel__image{
		transform-origin: right;
		transform: translateY(100%);
		transition: 1s;
	}
	
	.wel46-panel .b__welcome__background__image{
		transition: all .7s ease-in-out;
		transform: translateX(100%);
	}
	
	.wel46-panel .swiper-slide-active .wel46-panel__image{
		transform: translateY(0);
	}
	
	.wel46-panel .swiper-slide-active .b__welcome__background__image{
		transform: translateX(0);
	}
	
	.wel46-panel .wel46-textSection p{
		font-size:26px;
		font-weight:300;
		line-height:1.5em;
	}
	
	.wel46-panel .wel46-panel__text {
		flex-grow: 1.5;
	}

}

@media (min-width: 1200px){
	.wel46-panel.swiper-container-horizontal > .swiper-pagination-bullets{ max-width: 1170px; display: flex; }
}

@media (min-width: 1600px){
	.b__welcome__background__section .b__welcome__background__image{
		background-position: 12.5% 20%;
	}
}

@media (max-width: 1023px){
	.wel46-panel{
		padding-top:110px !important;
	}
	
	.header-with-stickybar  + .page__main .wel46-panel{
		padding-top:160px !important;
	}
	
	.wel46-panel .wel46-textSection h1{
		font-size:34px;
		margin-bottom:20px;
		margin-top:20px;
	}
	
	.wel46-panel .wel46-textSection p{
		font-size:20px;
		font-weight:300;
	}
	
	.wel46-panel .wel46-panel__text {
		padding-right: 25%;
		z-index: 1;
	}
	
	.wel46-panel .b__welcome__background{
		background-color: transparent;
	}
	
	.wel46-panel .b__welcome__background__cut {
		bottom: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: -100%;
		transform: skewY(-30deg);
		transform-origin: bottom right;
	}
	
	.wel46-panel .b__welcome__background__section{
		bottom: 0;
		left: 0;
		max-height: 40px;
		overflow: hidden;
		padding-bottom: 66.6667%;
		padding-top: 64px;
		position: absolute;
		right: 0;
		top: auto;
	}
	
	.wel46-panel .wel46-panel__contents .wel46-panel__image {
		padding-bottom: 66.6667%;
		padding-top: 32px;
	}
	
	.wel46-panel .b__welcome__background__section, .wel46-panel .wel46-panel__contents .wel46-panel__image {
		padding-bottom: 100%;
	}
	
	.wel46-panel .container{
		max-width:100%;
	}
	
	.wel46-panel .wel46-panel__imageContainer{
		margin-top:40px;
	}
	
	.wel46-swiper-wrapper{ display:block !important; }
	.wel46-panel-slide{ position:relative; }
	.wel46-navbar{ display:none; }
	.wel46-panel .wel46-panel-slide:not(:first-of-type) .wel46-textSection h1{ margin-top:50px; }

}

@media only screen and (max-width: 640px) {
	.header-with-stickybar  + .page__main .wel46-panel .breadcrumbs-area{ top:160px; }
}

@media only screen and (max-width: 576px) {
	.wel46-panel .wel46-textSection h1{
		font-size:30px;
		margin-bottom:20px;
		margin-top:30px;
	}
	.breadcrumbs-area + .wel46-swiper-wrapper .wel46-textSection h1{
		margin-top:50px;
	}
	
	.wel46-panel .wel46-textSection p{
		font-size:20px;
	}
	
	.wel46-panel .wel46-panel__text{
		padding-right:5%;
	}
	
	.wel46-panel .b__welcome__background__section{
		padding-top:20px;
	}
}
