<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.history-header {
	position: relative;
	min-height: 660px;
	overflow: hidden
}

@media (min-width:768px) and (max-width:1024px) {
	.history-header {
		min-height: 460px
	}
}

@media (max-width:1025px) {
	.history-header {
		min-height: 500px;
		padding-top: 0
	}
}

.history-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 55%;
	height: 100%;
	background-color: #e4dada;
	pointer-events: none
}

@media (max-width:1025px) {
	.history-header::before {
		width: 50%
	}
}

@media (max-width:1025px) {
	.history-header::before {
		display: none
	}
}

.history-header__image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	max-width: inherit;
	min-width: 45%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%!important
}

@media (max-width:1025px) {
	.history-header__image {
		position: inherit;
		width: 100%;
		height: 460px!important
	}
}

@media (max-width:767px) {
	.history-header__image {
		height: 175px!important
	}
}

@media (min-width:768px) {
	.history-header__caption {
		position: absolute;
		top: 47%;
		left: 0;
		z-index: 3;
		width: 100%;
		margin-top: 1px;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%)
	}
}

@media (max-width:1025px) {
	.history-header__caption {
		position: relative;
		z-index: 5;
		background-color: #e4dada;
		-webkit-transform: none;
		transform: none
	}
}

.history-header__caption-inner {
	padding: 15% 0 0;
	max-width: 580px
}

@media (max-width:1440px) {
	.history-header__caption-inner {
		padding: 15% 0 0;
		max-width: 470px;
	}
}

@media (max-width:1025px) {
	.history-header__caption-inner {
		padding: 18px 0;
		max-width: 400px;
	}
}

.history-header__subheading {
	display: inline-block;
	position: relative;
	padding-right: 53px;
	font-size: 16px;
	font-weight: 400;
	line-height: 0;
	text-transform: uppercase
}

@media (max-width:1025px) {
	.history-header__subheading {
		padding-bottom: 2px;
		padding-right: 27px;
		font-size: 21px
	}
}

.history-header__subheading::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 140px;
	display: block;
	width: 2px;
	height: 20px;
	background-color: #000;
	pointer-events: none
}

@media (max-width:1025px) {
	.history-header__subheading::before {
		width: 22px;
		height: 2px;
		margin-top: -2px
	}
}

.history-header__heading {
	padding: 5px 0 26px 0
}

@media (max-width:1025px) {
	.history-header__heading::before {
		content: '';
		position: absolute;
		top: 37px;
		left: 0;
		display: block;
		width: 3px;
		height: 20px;
		background-color: #fe7c59;
		pointer-events: none
	}
}

.history-body {
	padding-bottom: 60px
}

.history-body .main-content {
	background: transparent linear-gradient(40deg,#F2F2F2 0,#F2F2F2 0,#fff 99%,#fff 100%) 0 0 no-repeat padding-box
}

@media (max-width:1025px) {
	.history-body .main-content {
		background: #ebeef1
	}
}

.history-body .main-content.odd {
	background: transparent linear-gradient(40deg,#fff 0,#fff 1%,#F2F2F2 100%,#F2F2F2 100%) 0 0 no-repeat padding-box
}

@media (max-width:1025px) {
	.history-body .main-content.odd {
		background: #f3f6f9
	}

	.history-body .main-content.odd img {
		background-color: #f3f6f9;
		width: 400px;
		display: initial;
		z-index: 1;
		width: 300px
	}
}

.history-body__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: end
}

@media (max-width:1025px) {
	.history-body__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.history-body__container__last {
	background: #fff!important;
	margin-left: 50%
}

.history-body__container__last .dashed-border {
	height: 30px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#fff)),-webkit-gradient(linear,left top,left bottom,from(#a2b2bd),to(#fff));
	background: linear-gradient(to bottom,transparent 50%,#fff 50%),linear-gradient(to bottom,#a2b2bd,#fff);
	background-size: 50% 7px,100% 100%;
	width: 2px
}

.history-body__container.odd {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: start
}

@media (max-width:1025px) {
	.history-body__container.odd {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.history-body__container_first {
	padding-top: 50px
}

@media (max-width:1025px) {
	.history-body__container_first {
		padding-top: 0
	}
}

@media (max-width:1025px) {
	.history-body__container_first .history-body__container .history-body__content__image::before {
		width: 8px;
		height: 8px;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.history-body__content {
	width: 50%;
	min-height: 200px
}

@media (max-width:1025px) {
	.history-body__content {
		width: 100%;
		min-height: auto
	}
}

.history-body__content h1 {
	color: #252525;
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 50px
}

.history-body__content__subtitle {
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight:700;
}

.history-body__content__description {
	margin-top: 20px;
	font-size: 14px;
}

.history-body__content__info {
	padding-right: 40px;
	padding-top: 35px
}

@media (max-width:1025px) {
	.history-body__content__info {
		text-align: center;
		padding: 0;
		margin-top: 40px
	}
}

@media (max-width:1025px) {
	.history-body__content__info::before {
		content: '';
		border: 1px solid #666;
		position: absolute;
		left: 50%;
		margin-top: -40px;
		height: 20px
	}
}

.history-body__content__info .js-text-slider-controls {
	position: relative;
	top: 5px
}

.history-body__content__info .js-text-slider-controls .slider-controls__wrap {
	float: inherit
}

.history-body__content__info .js-text-slider-controls .slider-controls__wrap .slider-controls__dots .owl-dot {
	width: 8px;
	height: 8px
}

@media (max-width:767px) {
	.history-body__content__info .js-text-slider-controls .slider-controls__wrap .slider-controls__dots {
		display: inherit
	}
}

@media (min-width:1025px) and (max-width:1400px) {
	.history-body__content__info .owl-carousel .owl-height {
		height: 105px!important
	}

	.history-body__content__info .js-text-slider-controls {
		top: -20px
	}
}

.history-body__content__info_odd {
	border-left: 2px solid #666;
	border-right: 0;
	padding-left: 40px
}

@media (max-width:1025px) {
	.history-body__content__info_odd {
		border: 0;
		padding: 0
	}
}

.history-body__content__info_odd::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 7.5px;
	background-color: #666;
	margin-left: -46px;
	position: absolute;
	margin-top: 3%;
	-webkit-box-shadow: 0 0 0 4px #fff;
	box-shadow: 0 0 0 4px #fff
}

@media (max-width:1025px) {
	.history-body__content__info_odd::before {
		content: ''!important;
		border: 1px solid #a2b2bd!important;
		position: absolute!important;
		left: 50%!important;
		margin-top: -40px!important;
		height: 20px!important;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
		width: auto
	}
}

.history-body__content__first::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 7.5px;
	background-color: #666;
	margin-left: -45px;
	position: absolute;
	margin-top: -35px;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:1025px) {
	.history-body__content__first::before {
		display: none
	}
}

.history-body__content__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	border-left: 2px solid #666
}

.history-body__content__image img{
	border-radius:25px;
}

@media (max-width:1025px) {
	.history-body__content__image {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 200px;
		border: 0;
		padding: 0;
		margin-top: 30px
	}
}

.history-body__content__image::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 7.5px;
	background-color: #666;
	margin-left: -46px;
	position: absolute;
	-webkit-box-shadow: 0 0 0 4px #fff;
	box-shadow: 0 0 0 4px #fff
}

@media (max-width:1025px) {
	.history-body__content__image::before {
		margin-left: 2px;
		margin-top: -340px
	}
}

@media not all and (min-resolution:0.001dpcm) {
	.history-body__content__image::before {
		margin-left: 1px;
		margin-top: -170px
	}
}

@media (max-width:1025px) {
	.history-body__content__image::after {
		content: '';
		border: 1px solid #666;
		height: 330px;
		position: relative;
		left: -149px
	}
}

.history-body__content__image img {
	width: 400px;
	display: initial
}

@media (max-width:1025px) {
	.history-body__content__image img {
		background-color: #666;
		z-index: 1;
		width: 300px
	}
}

.history-body__content__image_odd {
	border-left: 0;
	padding-left: 0;
	padding-right: 40px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1025px) {
	.history-body__content__image_odd {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0
	}
}

.history-body__content__image_odd::before {
	display: none
}

@media (max-width:1025px) {
	.history-body__content__image_odd::before {
		display: block
	}
}

.history-slider {
	background-color: transparent;
	width: 400px
}

@media (max-width:1025px) {
	.history-slider {
		width: 300px
	}
}

.history-slider .home-sliders {
	overflow: inherit
}

.history-slider .home-sliders .owl-carousel .owl-height {
	height: 300px!important
}

@media (min-width:1025px) and (max-width:1400px) {
	.history-slider .home-sliders .item {
		height: 290px!important
	}
}

.history-slider .home-sliders .item img {
	width: 100%;
	position: relative;
	left: 0;
	-webkit-transform: none;
	transform: none
}

.history-slider .home-sliders .video-box a {
	margin-bottom: 0
}

@media (max-width:767px) {
	.history-slider .home-sliders .video-box .block-video {
		padding: 0;
		background-color: transparent
	}
}

.history-slider .home-sliders .block-video__thumbnail--large::after {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	font-size: 35px;
	z-index: 1
}

@media (max-width:767px) {
	.history-slider .home-sliders .block-video__thumbnail--large::after {
		margin: -16px 0 0 -30px
	}
}

.history-slider .home-sliders .slider-controls {
	bottom: 55%
}

.history-slider .home-sliders .slider-controls .slider-controls__wrap {
	padding: 0 202px
}

.history-slider .home-sliders .slider-controls .slider-controls__wrap .slider-controls__nav .owl-prev {
	left: -3px
}

@media (max-width:767px) {
	.history-slider .home-sliders .slider-controls .slider-controls__wrap .slider-controls__nav .owl-prev {
		left: -40px
	}
}

.history-slider .home-sliders .slider-controls .slider-controls__wrap .owl-next::after,.history-slider .home-sliders .slider-controls .slider-controls__wrap .owl-next::before,.history-slider .home-sliders .slider-controls .slider-controls__wrap .owl-prev::after,.history-slider .home-sliders .slider-controls .slider-controls__wrap .owl-prev::before {
	background-color: #666
}

@media (max-width:1025px) {
	.history-slider .home-sliders .slider-controls .slider-controls__wrap {
		padding: 0 152px
	}
}

@media (max-width:1025px) {
	.history-slider .home-sliders .slider-controls {
		bottom: 67%
	}
}

@media (max-width:767px) {
	.history-slider .home-sliders .slider-controls {
		bottom: 70%
	}
}

@media (max-width:767px) {
	.history-slider .home-sliders .slider-controls__nav&gt;button {
		position: absolute;
		top: 0
	}
}

@media (max-width:767px) {
	.history-slider .product-slider .slider-controls__nav .owl-next {
		left: 280px
	}
}
</pre></body></html>