.p-hero__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto
}

.p-hero__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	height: 100%
}

.guide-swiper .swiper-slide {
	width: 57.5vw;
	margin-right: 2.5vw;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out
}
.product .swiper-slide,.process .swiper-slide,.related_product .swiper-slide{
	width: 36.5vw;
	margin-right: 2.5vw;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	flex-wrap: wrap;
	background-size: 20%;
}
.process .swiper-slide{
   background-image: url(../img/logo-hbr.jpg);
   background-color: #181818;
   background-repeat: no-repeat;
   background-position: right bottom;
}

.process .swiper-slide .process-img{
  width: 100%;
}
.process .swiper-slide img{
	width: 100%;
	max-width: none;
}
.guide-swiper .swiper-slide.swiper-slide-prev {
	opacity: 0
}
@media (max-width: 1560px){ 
	.guide-swiper .swiper-slide {
		width: 40.5vw;
		flex-wrap: wrap;
		margin-right: 1.5vw;
	}
}
@media (max-width: 1460px){ 
	.guide-swiper .swiper-slide {
		width: 44.5vw;
	}
}
@media (max-width: 1360px){ 
	.guide-swiper .swiper-slide {
		width: 58.5vw;
	}
}
@media (max-width: 992px){ 
	.guide-swiper .swiper-slide {
		width: 82.5vw;		
	}
}
.cursor {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: block;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.cursor__point-zero {
	position: relative;
	width: 0;
	height: 0
}
.cursor__container {
	position: absolute;
	left: -100px;
	top: -100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
	height: 200px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.cursor__circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 50px;
	height: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	border-radius: 100px;
	background-color: #1c1c1c;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out,height .4s cubic-bezier(.339, -.18, .228, 1.656),width .4s cubic-bezier(.339, -.18, .228, 1.656);
	transition: opacity .3s ease-in-out,height .4s cubic-bezier(.339, -.18, .228, 1.656),width .4s cubic-bezier(.339, -.18, .228, 1.656)
}
.cursor__arrow {
	width: 10px;
	height: 12px;
	margin-right: 4px;
	margin-left: 4px;
	-webkit-transition: margin .4s cubic-bezier(.339, -.18, .228, 1.656);
	transition: margin .4s cubic-bezier(.339, -.18, .228, 1.656)
}

.h-hero__index__arrow {
	padding-top: 19px;
	padding-bottom: 15px;
	cursor: pointer
}

.cursor {
	pointer-events: none
}
.cursor__circle {
	width: 0px;
	height: 0px;
	opacity: 0;
}
.cursor.cursor__active .cursor__circle {
	width: 60px;
	height: 60px;
	opacity: 1;
}
.cursor.cursor__active .cursor__circle.cursor__circle__drag {
	width: 100px;
	height: 100px;
}

.cursor.cursor__active .cursor__circle.cursor__circle__drag .cursor__arrow {
	margin: 0 10px;
}
