

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid;
	border-color: #888 #888 #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-1turn);
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(1turn);
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.8);
	animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}

	.animate__animated[class*=Out] {
		opacity: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shakeX {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shakeX {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX
}

@-webkit-keyframes shakeY {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}

@keyframes shakeY {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.animate__swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown
}

@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft
}

@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight
}

@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7
	}

	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp
}

@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7
	}
}

@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
}

@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
}

@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7
	}
}

@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7
	}

	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.animate__flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.animate__flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*0.75);
	animation-duration: calc(var(--animate-duration)*0.75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0)
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0)
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0)
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0)
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@charset "UTF-8";

@-webkit-keyframes plyr-progress {
	to {
		background-position: var(--plyr-progress-loading-size, 25px) 0
	}
}

@keyframes plyr-progress {
	to {
		background-position: var(--plyr-progress-loading-size, 25px) 0
	}
}

@-webkit-keyframes plyr-popup {
	0% {
		opacity: .5;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes plyr-popup {
	0% {
		opacity: .5;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes plyr-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes plyr-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.plyr {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: var(--plyr-font-family, inherit);
	font-variant-numeric: tabular-nums;
	font-weight: var(--plyr-font-weight-regular, 400);
	line-height: var(--plyr-line-height, 1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
	display: block;
	height: 100%;
	width: 100%
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto
}

.plyr:focus {
	outline: 0
}

.plyr--full-ui {
	box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
	box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.plyr__badge {
	background: var(--plyr-badge-background, #4a5464);
	border-radius: var(--plyr-badge-border-radius, 2px);
	color: var(--plyr-badge-text-color, #fff);
	font-size: var(--plyr-font-size-badge, 9px);
	line-height: 1;
	padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
	display: none
}

.plyr__captions {
	-webkit-animation: plyr-fade-in .3s ease;
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	display: none;
	font-size: var(--plyr-font-size-small, 13px);
	left: 0;
	padding: var(--plyr-control-spacing, 10px);
	position: absolute;
	text-align: center;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
	width: 100%
}

.plyr__captions span:empty {
	display: none
}

@media (min-width:480px) {
	.plyr__captions {
		font-size: var(--plyr-font-size-base, 15px);
		padding: calc(var(--plyr-control-spacing, 10px)*2)
	}
}

@media (min-width:768px) {
	.plyr__captions {
		font-size: var(--plyr-font-size-large, 18px)
	}
}

.plyr--captions-active .plyr__captions {
	display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	-webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
	-ms-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
	transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
	background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: var(--plyr-captions-text-color, #fff);
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}

.plyr__caption div {
	display: inline
}

.plyr__control {
	background: transparent;
	border: 0;
	border-radius: var(--plyr-control-radius, 3px);
	color: inherit;
	cursor: pointer;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: visible;
	padding: calc(var(--plyr-control-spacing, 10px)*0.7);
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.plyr__control svg {
	display: block;
	fill: currentColor;
	height: var(--plyr-control-icon-size, 18px);
	pointer-events: none;
	width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
	outline: 0
}

.plyr__control.plyr__tab-focus {
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}

a.plyr__control {
	text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
	display: none
}

.plyr--full-ui ::-webkit-media-controls {
	display: none
}

.plyr__controls {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: center
}

.plyr__controls .plyr__progress__container {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.plyr__controls .plyr__controls__item {
	margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
	display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
	display: inline-block
}

.plyr__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.plyr__menu .plyr__control svg {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}

.plyr__menu__container {
	-webkit-animation: plyr-popup .2s ease;
	animation: plyr-popup .2s ease;
	background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
	border-radius: 4px;
	bottom: 100%;
	box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: var(--plyr-menu-color, #4a5464);
	font-size: var(--plyr-font-size-base, 15px);
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}

.plyr__menu__container>div {
	overflow: hidden;
	-webkit-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
	transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
	border-top: var(--plyr-menu-arrow-size, 4px) solid transparent;
	border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
	border-style: solid;
	border-width: var(--plyr-menu-arrow-size, 4px);
	content: "";
	height: 0;
	position: absolute;
	right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7 - var(--plyr-menu-arrow-size, 4px)/2);
	top: 100%;
	width: 0
}

.plyr__menu__container [role=menu] {
	padding: calc(var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
	margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0
}

.plyr__menu__container .plyr__control {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--plyr-menu-color, #4a5464);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
	padding: calc(var(--plyr-control-spacing, 10px)*0.7/1.5) calc(var(--plyr-control-spacing, 10px)*0.7*1.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.plyr__menu__container .plyr__control>span {
	-webkit-box-align: inherit;
	-webkit-align-items: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.plyr__menu__container .plyr__control:after {
	border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
	padding-right: calc(var(--plyr-control-spacing, 10px)*0.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
	border-left-color: var(--plyr-menu-arrow-color, #728197);
	right: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
	border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
	font-weight: var(--plyr-font-weight-regular, 400);
	margin: calc(var(--plyr-control-spacing, 10px)*0.7);
	margin-bottom: calc(var(--plyr-control-spacing, 10px)*0.7/2);
	padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*4);
	position: relative;
	width: calc(100% - var(--plyr-control-spacing, 10px)*0.7*2)
}

.plyr__menu__container .plyr__control--back:after {
	border-right-color: var(--plyr-menu-arrow-color, #728197);
	left: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
	background: var(--plyr-menu-back-border-color, #dcdfe5);
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: calc(var(--plyr-control-spacing, 10px)*0.7/2);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
	border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: calc(var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	background: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 16px;
	margin-right: var(--plyr-control-spacing, 10px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
	background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
	background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: calc(var(--plyr-control-spacing, 10px)*0.7*-1 - -2);
	overflow: hidden;
	padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*3.5);
	pointer-events: none
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
	color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	display: block;
	height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
	margin: 0;
	min-width: 0;
	padding: 0;
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px);
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none;
	background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), transparent var(--value, 0));
	background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px);
	-webkit-appearance: none;
	margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1)
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px);
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-moz-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
	color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px);
	margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none
}

.plyr--full-ui input[type=range]:focus {
	outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}

.plyr__poster {
	background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
	display: none
}

.plyr__time {
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}



@media (max-width:767px) {
	.plyr__time+.plyr__time {
		display: none
	}
}

.plyr__tooltip {
	background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
	border-radius: var(--plyr-tooltip-radius, 3px);
	bottom: 100%;
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: var(--plyr-tooltip-color, #4a5464);
	font-size: var(--plyr-font-size-small, 13px);
	font-weight: var(--plyr-font-weight-regular, 400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
	opacity: 0;
	padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(-50%, 10px) scale(.8);
	-ms-transform: translate(-50%, 10px) scale(.8);
	transform: translate(-50%, 10px) scale(.8);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
	transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
	transition: transform .2s ease .1s, opacity .2s ease .1s;
	transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
	white-space: nowrap;
	z-index: 2
}

.plyr__tooltip:before {
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	-webkit-transform: translate(-50%) scale(1);
	-ms-transform: translate(-50%) scale(1);
	transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
	left: 0;
	-webkit-transform: translateY(10px) scale(.8);
	-ms-transform: translateY(10px) scale(.8);
	transform: translateY(10px) scale(.8);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
	left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	-webkit-transform: translateY(10px) scale(.8);
	-ms-transform: translateY(10px) scale(.8);
	transform: translateY(10px) scale(.8);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
	left: auto;
	right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7);
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	-webkit-transform: translate(0) scale(1);
	-ms-transform: translate(0) scale(1);
	transform: translate(0) scale(1)
}

.plyr__progress {
	left: calc(var(--plyr-range-thumb-height, 13px)*0.5);
	margin-right: var(--plyr-range-thumb-height, 13px);
	position: relative
}

.plyr__progress__buffer,
.plyr__progress input[type=range] {
	margin-left: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
	margin-right: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
	width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}

.plyr__progress .plyr__tooltip {
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	left: 0
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	border-radius: 100px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
	padding: 0;
	position: absolute;
	top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: transparent
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: var(--plyr-range-track-height, 5px);
	-webkit-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: var(--plyr-range-track-height, 5px);
	-moz-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width .2s ease;
	transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-image: -webkit-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 0, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 0, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 0, transparent);
	background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 0, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 0, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 0, transparent);
	background-repeat: repeat-x;
	background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
	color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__volume {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 110px;
	min-width: 80px;
	position: relative;
	width: 20%
}

.plyr__volume input[type=range] {
	margin-left: calc(var(--plyr-control-spacing, 10px)/2);
	margin-right: calc(var(--plyr-control-spacing, 10px)/2);
	position: relative;
	z-index: 2
}

.plyr--is-ios .plyr__volume {
	min-width: 0;
	width: auto
}

.plyr--audio {
	display: block
}

.plyr--audio .plyr__controls {
	background: var(--plyr-audio-controls-background, #fff);
	border-radius: inherit;
	color: var(--plyr-audio-control-color, #4a5464);
	padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
	background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
	color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
	background: var(--plyr-video-background, var(--plyr-video-background, #000));
	overflow: hidden
}

.plyr--video.plyr--menu-open {
	overflow: visible
}

.plyr__video-wrapper {
	background: var(--plyr-video-background, var(--plyr-video-background, #000));
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
	aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

	.plyr__video-embed,
	.plyr__video-wrapper--fixed-ratio {
		height: 0;
		padding-bottom: 56.25%;
		position: relative
	}
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	-webkit-transform: translateY(-38.28125%);
	-ms-transform: translateY(-38.28125%);
	transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
	background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: var(--plyr-video-control-color, #fff);
	left: 0;
	padding: calc(var(--plyr-control-spacing, 10px)/2);
	padding-top: calc(var(--plyr-control-spacing, 10px)*2);
	position: absolute;
	right: 0;
	-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
	z-index: 3
}

@media (min-width:480px) {
	.plyr--video .plyr__controls {
		padding: var(--plyr-control-spacing, 10px);
		padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
	}
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	border: 0;
	border-radius: 100%;
	color: var(--plyr-video-control-color, #fff);
	display: none;
	left: 50%;
	opacity: .9;
	padding: calc(var(--plyr-control-spacing, 10px)*1.5);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 2
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
	opacity: 1
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--video .plyr__progress__buffer {
	color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:-moz-full-screen video {
	height: 100%
}

.plyr:-ms-fullscreen video {
	height: 100%
}

.plyr:fullscreen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}

	.plyr:-moz-full-screen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}

	.plyr:-ms-fullscreen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}

	.plyr:fullscreen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}

.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-moz-full-screen video {
	height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-moz-full-screen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-ms-fullscreen video {
	height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000
}

.plyr--fullscreen-fallback video {
	height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}

.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}

.plyr__ads:after {
	background: #23282f;
	border-radius: 2px;
	bottom: var(--plyr-control-spacing, 10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: var(--plyr-control-spacing, 10px);
	z-index: 3
}

.plyr__ads:after:empty {
	display: none
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin: -var(--plyr-range-track-height, 5px)/2 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3
}

.plyr__preview-thumb {
	background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
	border-radius: 3px;
	bottom: 100%;
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
	opacity: 0;
	padding: var(--plyr-tooltip-radius, 3px);
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateY(10px) scale(.8);
	-ms-transform: translateY(10px) scale(.8);
	transform: translateY(10px) scale(.8);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
	transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
	transition: transform .2s ease .1s, opacity .2s ease .1s;
	transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
	z-index: 2
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	-webkit-transform: translate(0) scale(1);
	-ms-transform: translate(0) scale(1);
	transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr__preview-thumb__image-container {
	background: #c1c8d1;
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3
}

.plyr__preview-thumb__time-container span {
	background-color: rgba(0, 0, 0, .55);
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	color: #fff;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	padding: 3px 6px
}

.plyr__preview-scrubbing {
	bottom: 0;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--no-transition {
	-webkit-transition: none !important;
	transition: none !important
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.plyr [hidden] {
	display: none !important
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

html {

}

/* @media (min-width:668px) and (max-width:1919px) {
	html {
		font-size: 19.5px;
		font-size: calc(8.13099px + .87859vw)
	}
} */

@media (min-width:1920px) {
	html {

	}
}

@font-face {
	font-family: Montserrat-SemiBold;
	src: url(../fonts/montserrat-semibold.eot);
	src: url(../fonts/montserrat-semibold.eot) format("embedded-opentype"), url(../fonts/montserrat-semibold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/montserrat-semibold.ttf) format("truetype"), url(../fonts/montserrat-semibold.svg#montserrat-semibold) format("svg")
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/montserrat-bold.eot);
	src: url(../fonts/montserrat-bold.eot) format("embedded-opentype"), url(../fonts/montserrat-bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/montserrat-bold.ttf) format("truetype"), url(../fonts/montserrat-bold.svg#montserrat-bold) format("svg")
}

/* body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Helvetica Neue, Helvetica, Arial, Microsoft YaHei, "sans-serif";
	font-size: 16px;
	line-height: 1.5em;
} */



a {
	color: #333
}

a,
a:focus,
a:hover {
	text-decoration: none
}

a:focus,
a:hover {
	color: #243b87
}

.target-fix {
	position: relative;
	top: -60px;
	display: block;
	height: 1px;
	background: none;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	border: none
}

@media (max-width:1201px) {
	.target-fix {
		top: -60px
	}
}

.target-fix:focus {
	outline: 0
}

.w_left {
	padding-left: 60px
}

@media (max-width:1201px) {
	.w_left {
		padding-left: 20px
	}
}

.w_right {
	padding-right: 60px
}

@media (max-width:1201px) {
	.w_right {
		padding-right: 20px
	}
}

.w_col {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px
}

@media (max-width:1201px) {
	.w_col {
		padding-left: 20px;
		padding-right: 20px
	}
}

.w {
	max-width: 1620px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-right: 80px
}

@media (max-width:1201px) {
	.w {
		padding-left: 20px;
		padding-right: 20px
	}
}

.w_small {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px
}

@media (max-width:1201px) {
	.w_small {
		padding-left: 20px;
		padding-right: 20px
	}
}

svg {
	overflow: hidden;
	display: inline-block;
	fill: currentColor
}

.hidden-svg {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden
}

.pagenation {
	text-align: center;
	font-size: 14px
}

.pagenation .current,
.pagenation a {
	display: inline-block;
	margin: 0 5px;
	line-height: 30px;
	padding: 0 12px
}

@media (max-width:668px) {

	.pagenation .current,
	.pagenation .page-numbers.dots,
	.pagenation a {
		display: none
	}
}

.pagenation a {
	border: 1px solid #999;
	color: #999;
	-webkit-transition: all .5s;
	transition: all .5s
}

.pagenation a:hover {
	border-color: #243b87;
	color: #243b87
}

@media (max-width:668px) {
	.pagenation a {
		padding: 0 20px;
		margin: 0
	}

	.pagenation a.prev {
		display: block;
		float: left
	}

	.pagenation a.next {
		display: block;
		float: right
	}
}

.pagenation .current {
	border-color: #243b87;
	background-color: #243b87;
	color: #fff
}

.body-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 501
}

.mobile-icon {
	display: none
}

@media (max-width:1201px) {
	.mobile-icon {
		display: block
	}
}

.hamburger {
	display: block;
	width: 20px;
	height: 16px;
	position: fixed;
	right: 20px;
	top: 22px;
	z-index: 503;
	background: transparent;
	border: none
}

.hamburger:active,
.hamburger:focus,
.hamburger:hover {
	outline: none
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top,
.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
	width: 20px;
	height: 2px;
	position: absolute;
	right: 0
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top {
	background-color: #fff
}

.bgwhite .hamburger.is-closed .hamb-bottom,
.bgwhite .hamburger.is-closed .hamb-middle,
.bgwhite .hamburger.is-closed .hamb-top,
.scrolled .hamburger.is-closed .hamb-bottom,
.scrolled .hamburger.is-closed .hamb-middle,
.scrolled .hamburger.is-closed .hamb-top {
	background-color: #333
}

.hamburger.is-closed .hamb-top {
	top: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-bottom {
	bottom: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
	top: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
	bottom: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
	background-color: #fff
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-top {
	top: 50%;
	margin-top: -2px
}

.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
	transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
	transition: transform .2s cubic-bezier(.73, 1, .28, .08);
	transition: transform .2s cubic-bezier(.73, 1, .28, .08), -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.hamburger.is-open .hamb-middle {
	display: none
}

.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
	transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
	transition: transform .2s cubic-bezier(.73, 1, .28, .08);
	transition: transform .2s cubic-bezier(.73, 1, .28, .08), -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.icon_mnav {
	display: none
}

#wraper .side__bar-inner {
	width: 200px;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	position: fixed;
	left: -250px;
	right: 0;
	top: 0;
	z-index: 502;
	-webkit-transition: all .5s;
	transition: all .5s
}

#wraper .side__bar-logo {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}

#wraper .side__bar-logo img {
	width: 100%
}

#wraper .side__bar ul {
	margin: 0;
	padding: 0
}

#wraper .side__bar ul>li {
	display: block
}

#wraper .side__bar ul>li>a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#wraper .side__bar ul>li>a svg {
	display: none
}

#wraper .side__bar ul>li {
	position: relative
}

#wraper .side__bar ul>li i.icon {
	display: block;
	width: 40px;
	height: 40px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}

#wraper .side__bar ul>li i.icon svg {
	width: 20px;
	height: 20px;
	color: #333;
	vertical-align: top;
	margin-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s
}

#wraper .side__bar ul>li i.icon.on svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

#wraper .side__bar ul>li .sub {
	display: none;
	margin: 0;
	padding: 10px 0 0
}

#wraper .side__bar ul>li .sub li {
	display: block
}

#wraper .side__bar ul>li .sub li a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
	color: #333
}

#wraper.toggled .side__bar-inner {
	left: 0;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #fff;
	border-color: #fff
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-block-image img {
	max-width: 100% !important;
	height: auto !important
}

.wp-block-image .aligncenter {
	text-align: center
}

.swiper_arrows {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.swiper_arrows>div {
	cursor: pointer;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
	height: 50px;
	border: 1px solid #999;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}
.swiper_arrows>div img{
	max-width:100%;
	padding: 10px;
}

@media (max-width:668px) {
	.swiper_arrows>div {
		width: 36px;
		height: 36px
	}
}

.swiper_arrows>div svg {
	width: 10px;
	height: 10px;
	color: #999;
	-webkit-transition: all .5s;
	transition: all .5s
}

.swiper_arrows>div:hover {
/* 	border-color: #243b87;
	background-color: #243b87 */
}

.swiper_arrows>div:hover svg {
	color: #fff
}

.swiper_arrows .swiper_prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.swiper_arrows .swiper_next {
	margin-left: 30px
}

@media (max-width:668px) {
	.swiper_arrows .swiper_next {
		margin-left: 10px
	}
}

.swiper_arrows_solid {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.swiper_arrows_solid>div {
	cursor: pointer;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 60px;
	height: 60px;
	background-color: #243b87;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}
.swiper_arrows_solid>div img{
	max-width:100%;
	padding:10px;
}

@media (max-width:668px) {
	.swiper_arrows_solid>div {
		width: 36px;
		height: 36px
	}
}

.swiper_arrows_solid>div svg {
	width: 16px;
	height: 16px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.swiper_arrows_solid>div svg {
		width: 10px;
		height: 10px
	}
}

.swiper_arrows_solid>div:hover {
	background-color: #7bc44e
}

.swiper_arrows_solid>div:hover svg {
	color: #fff
}

.swiper_arrows_solid .swiper_prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.swiper_arrows_solid .swiper_next {
	margin-left: 30px
}

@media (max-width:668px) {
	.swiper_arrows_solid .swiper_next {
		margin-left: 10px
	}
}

.index_banner {
	position: relative
}



.index_banner .item {
	width: 100%;
	position: relative
}

@media (max-width:668px) {
	.index_banner .item {
		height: auto !important
	}
}

.index_banner .item_txt {
	width: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	/* text-align: center; */
}

.index_banner .item_txt .titleen {
	display: block;
	font-size: 2rem;
	line-height: 2em;
	font-family: Montserrat-SemiBold
}

.index_banner .item_txt .titlecn {
	font-size: 1.8rem;
	line-height: 1.5em;
	font-weight: bold;
	transform: translateY(20px);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .6s linear .4s;
	-webkit-transition: all .6s linear .4s;
}

.index_banner .swiper-slide-active .item_txt .titlecn {
	font-size: 1.8rem;
	line-height: 1.5em;
	font-weight: bold;
    transform: translateY(0);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}



@media (max-width:1440px) {
	.index_banner .item_txt .titlecn {
		font-size: 1.8rem
	}
}

@media (max-width:668px) {
	.index_banner .item_txt .titlecn {
		font-size: 20px
	}
}

.index_banner .item_txt .titlecn.titlecn_small {
	font-size: 1.44rem;
	line-height: 2em
}

@media (max-width:668px) {
	.index_banner .item_txt .titlecn.titlecn_small {
		font-size: 16px
	}
}

.index_banner .item_txt a {
	margin-top: 3.2rem
}

@media (max-width:668px) {
	.index_banner .item_txt a {
		margin-top: 20px
	}
}

.index_banner .item .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

@media (max-width:668px) {
	.index_banner .item .img {
		display: none
	}
}

.index_banner .item .mimg {
	display: none
}

@media (max-width:668px) {
	.index_banner .item .mimg {
		display: block
	}
}

.index_banner .item .mimg img {
	width: 100%
}

.index_banner .index_banner_page {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4rem;
	z-index: 2;
	text-align: center;
}

@media (max-width:1440px) {
	.index_banner .index_banner_page {
		bottom: 40px
	}
}

@media (max-width:1201px) {
	.index_banner .index_banner_page {
		bottom: 20px
	}
}

.index_banner .index_banner_page .swiper-pagination-bullet {
	width: 4rem;
	height: 8px;
	border-radius: 0px;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	opacity: .5;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_banner .index_banner_page .swiper-pagination-bullet-active {
	width: 4rem;
	opacity: 1;
}

.index_col {
	position: absolute;
	right: 0;
	bottom: 4rem;
	z-index: 3
}

@media (max-width:1440px) {
	.index_col {
		bottom: 1.6rem
	}
}

@media (max-width:1201px) {
	.index_col {
		bottom: 20px
	}
}

@media (max-width:668px) {
	.index_col {
		position: static;
		padding: 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff
	}
}

.index_col>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (max-width:668px) {
	.index_col>ul {
		margin: 0;
		list-style: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.index_col>ul>li {
	margin-bottom: 20px;
	position: relative
}

@media (max-width:668px) {
	.index_col>ul>li {
		width: 50%;
		padding: 0;
		margin: 0
	}
}

.index_col>ul>li:last-of-type {
	margin-bottom: 0
}

@media (max-width:668px) {
	.index_col>ul>li:last-of-type {
		border-left: 1px solid #fff
	}
}

.index_col>ul>li a {
	display: block;
	padding: .8rem;
	width: 5.6rem;
	height: 5.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.index_col>ul>li a {
		width: 100%;
		height: 100%
	}
}

.index_col>ul>li a h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700
}

.index_col>ul>li a .icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.index_col>ul>li a .icon {
		margin-top: 10px
	}
}

.index_col>ul>li.index_col_course {
	height: 6.68rem
}

@media (max-width:668px) {
	.index_col>ul>li.index_col_course {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #fff
	}
}

.index_col>ul>li.index_col_course a {
	padding: 0;
	width: 11.6rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

@media (max-width:668px) {
	.index_col>ul>li.index_col_course a {
		width: 100%;
		height: auto;
		position: static
	}
}

.index_col>ul>li.index_col_video a {
	background: #243b87
}

.index_col>ul>li.index_col_video a .icon:after {
	content: "";
	margin-left: 1px;
	width: 0;
	height: 0;
	border-left: 6px solid #243b87;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s
}

.index_col>ul>li.index_col_video a:hover {
	background: #2f4daf
}

.index_col>ul>li.index_col_video a:hover .icon {
	background-color: #7bc44e
}

.index_col>ul>li.index_col_video a:hover .icon:after {
	border-left-color: #fff
}

.index_col>ul>li.index_col_service a {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-image: url(../fonts/7626eb6b492842368e1ac9ec1dfa5ed1.woff)
}

.index_col>ul>li.index_col_service a:hover .icon {
	background-color: #243b87
}

.index_projects>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:668px) {
	.index_projects>ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.index_projects>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.index_projects>ul>li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s
}

.index_projects>ul>li a .txt {
	width: 100%;
	/* padding: 2.4rem; */
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

@media (max-width:1440px) {
	.index_projects>ul>li a .txt {
		/* padding: 1.6rem */
	}
}

@media (max-width:668px) {
	.index_projects>ul>li a .txt {
		padding: 20px;
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.index_projects>ul>li a .txt .title span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2em;
}

.index_projects>ul>li a .txt .title span.en {
	width: 8.4rem;
	font-family: Montserrat-Bold
}

@media (max-width:668px) {
	.index_projects>ul>li a .txt .title span.en {
		width: 100%;
		font-size: 16px
	}
}

.index_projects>ul>li a .txt .title span.cn {
	line-height: 2em;
	margin-top: 55%;
	font-weight: bold;
	/* bottom: 11px; */
	/* position: relative; */
	display:block;
	width:100%;
	text-align:center;
}

@media (max-width:668px) {
	.index_projects>ul>li a .txt .title span.cn {
		font-size: 20px
	}
}

.index_projects>ul>li a .txt .title span.info {
	font-size: 1.84rem;
	margin: .8rem 0 0;
	font-weight: lighter
}

.index_projects>ul>li a .txt .bottom {
	margin-top: 0rem;
}

@media (max-width:668px) {
	.index_projects>ul>li a .txt .bottom {
		margin-top: auto
	}
}

.index_projects>ul>li a .txt .bottom .icon {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.index_projects>ul>li a .txt .bottom .icon {
		width: 36px;
		height: 36px
	}
}

.index_projects>ul>li a .txt .bottom .icon svg {
	width: 10px;
	height: 10px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.index_projects>ul>li a .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: all 1s;
	transition: all 1s
}

@media (min-width:668px) {
	.index_projects>ul>li a:hover:after {
		background-color: rgba(36, 59, 135, .9)
	}

	.index_projects>ul>li a:hover .img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07)
	}
}

.index_projects>ul>li:first-of-type {
	/* width:42%; */
	height: 24rem;
	/* margin: 0; */
	/* padding: 0; */
}

@media (max-width:1440px) {
	.index_projects>ul>li:first-of-type {
		/* height: 28rem */
	}
}

@media (max-width:668px) {
	.index_projects>ul>li:first-of-type {
		width: 100%;
		height: 250px;
		display: none;
	}
}

.index_projects>ul>li:first-of-type a .txt .title span.en {
	width: 11.2rem
}

@media (max-width:668px) {
	.index_projects>ul>li:first-of-type a .txt .title span.en {
		width: 100%
	}
}

@media (min-width:668px) {
	.index_projects>ul>li:first-of-type a:hover .bottom .icon {
		background-color: #fff
	}

	.index_projects>ul>li:first-of-type a:hover .bottom .icon svg {
		color: #243b87
	}
}

.index_projects>ul>li:nth-of-type(2) {
	width: 100%;
}

.index_projects>ul>li:nth-of-type(2)>ul>li{
	margin-right:1.25%;
}

.index_projects>ul>li:nth-of-type(2)>ul>li:nth-child(5){
	margin-right:0;
}

@media (max-width:668px) {
	.index_projects>ul>li:nth-of-type(2) {
		width: 100%
	}


}

.index_projects>ul>li:nth-of-type(2)>ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index_projects>ul>li:nth-of-type(2)>ul>li {
	width: 19%;
	height: 25.4rem;
}

@media (max-width:668px) {
	.index_projects>ul>li:nth-of-type(2)>ul>li {
		height: 200px
	}
}

.index_projects>ul>li:nth-of-type(2)>ul>li:first-of-type {
	/* width:100% */
}

.index_projects>ul>li:nth-of-type(2)>ul>li a .txt {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index_projects>ul>li:nth-of-type(2)>ul>li a .txt .bottom {
	/* margin-bottom: 3rem; */
	position: absolute;
	margin-top: 75%;
	/* top: 160px; */
}

.index_projects>ul>li:nth-of-type(2)>ul>li a .txt .bottom .icon {
	position: absolute;
	left: 0;
	bottom: 0
}

.index_projects>ul>li:nth-of-type(2)>ul>li a .txt .bottom .des {
	max-width: 25.6rem;
	font-size: .82rem;
	line-height: 2em;
	/* position: absolute; */
	/* left: 0; */
	/* bottom: -1.6rem; */
	/* opacity: 0; */
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 0.5rem 1.5rem 2rem 1.5rem;
	text-align: center;
	/* text-align: justify; */
}

@media (min-width:668px) {
	.index_projects>ul>li:nth-of-type(2)>ul>li a:hover .txt .bottom .icon {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	.index_projects>ul>li:nth-of-type(2)>ul>li a:hover .txt .bottom .des {
		/* bottom: 2rem; */
		/* opacity: 1; */
	}
}

/* index-product */
.index_product>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height:17rem;
}

@media (max-width:668px) {
	.index_product>ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.index_product>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

/* .index_product>ul>li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s
} */

.index_product>ul>li a .txt {
	width: 100%;
	padding: 2.4rem 2.4rem 1.2rem 2.4rem;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
}

@media (max-width:1440px) {
	.index_product>ul>li a .txt {
		padding: 1.6rem
	}
}

@media (max-width:668px) {
	.index_product>ul>li a .txt {
		padding: 20px;
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.index_product>ul>li a .txt .title span {
	display: block;
	font-size: 0.8rem;
	line-height: 1.2em
}

.index_product>ul>li a .txt .title span.en {
	width: 8.4rem;
	font-family: Montserrat-Bold
}

@media (max-width:668px) {
	.index_product>ul>li a .txt .title span.en {
		width: 100%;
		font-size: 16px
	}
}

.index_product>ul>li a .txt .title span.cn {
	line-height: 2em;
	/* margin-top: 20px; */
	font-weight: bold;
	/* bottom: 11px; */
	/* position: absolute; */
	display:block;
	width:100%;
	/* text-align:center; */
}

@media (max-width:668px) {
	.index_product>ul>li a .txt .title span.cn {
		font-size: 16px
	}
}

.index_product>ul>li a .txt .title span.info {
	font-size: 1.84rem;
	margin: .8rem 0 0;
	font-weight: lighter
}

.index_product>ul>li a .txt .bottom {
	margin-top: 1rem;
}

@media (max-width:668px) {
	.index_product>ul>li a .txt .bottom {
		margin-top: auto
	}
}

.index_product>ul>li a .txt .bottom .icon {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.index_product>ul>li a .txt .bottom .icon {
		width: 36px;
		height: 36px
	}
}

.index_product>ul>li a .txt .bottom .icon svg {
	width: 10px;
	height: 10px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.index_product>ul>li a .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: all 1s;
	transition: all 1s
}

@media (min-width:668px) {
	.index_product>ul>li a:hover:after {
		background-color: rgba(36, 59, 135, .9)
	}

	.index_product>ul>li a:hover .img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07)
	}
}



@media (max-width:1440px) {
	.index_product>ul>li:first-of-type {
		/* height: 28rem */
	}
}

@media (max-width:668px) {
	.index_product>ul>li:first-of-type {
		width: 100%;
		height: 250px
	}
}

.index_product>ul>li:first-of-type a .txt .title span.en {
	width: 11.2rem
}

@media (max-width:668px) {
	.index_product>ul>li:first-of-type a .txt .title span.en {
		width: 100%
	}
}

@media (min-width:668px) {
	.index_product>ul>li:first-of-type a:hover .bottom .icon {
		background-color: #fff
	}

	.index_product>ul>li:first-of-type a:hover .bottom .icon svg {
		color: #243b87
	}
}

.index_product>ul>li:nth-of-type(1) {
	width: 60%;
	height:17rem;
    margin-right:2%;
}

.index_product>ul>li:nth-of-type(2) {
	width: 38%;
	height:17rem;
}

.index_product>ul>li:nth-of-type(3) {
	width: 100%;
}

.index_product>ul>li:nth-of-type(3)>ul>li{
	margin-right:2%;
}

.index_product>ul>li:nth-of-type(3)>ul>li:nth-child(3){
	margin-right:0;
}

@media (max-width:668px) {
	.index_product>ul>li:nth-of-type(3) {
		width: 100%
	}
}

.index_product>ul>li:nth-of-type(3)>ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index_product>ul>li:nth-of-type(3)>ul>li {
	width: 32%;
	height: 17rem;
}

@media (max-width:668px) {
	.index_product>ul>li:nth-of-type(3)>ul>li {
		height: 200px
	}
}

.index_product>ul>li:nth-of-type(3)>ul>li:first-of-type {
	/* width:100% */
}

.index_product>ul>li:nth-of-type(3)>ul>li a .txt {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index_product>ul>li:nth-of-type(3)>ul>li a .txt .bottom {
	margin-bottom: 1rem;
	position: relative;
}

.index_product>ul>li:nth-of-type(3)>ul>li a .txt .bottom .icon {
	position: absolute;
	left: 0;
	bottom: 0
}

.index_product>ul>li:nth-of-type(3)>ul>li a .txt .bottom .des {
	max-width: 25.6rem;
	font-size: .62rem;
	line-height: 2em;
	/* position: absolute; */
	/* left: 0; */
	/* bottom: -1.6rem; */
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 2.4rem 0.5rem 2rem 0.5rem;
	text-align: center;
	/* text-align: justify; */
}

@media (min-width:668px) {
	.index_product>ul>li:nth-of-type(3)>ul>li a:hover .txt .bottom .icon {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	.index_product>ul>li:nth-of-type(3)>ul>li a:hover .txt .bottom .des {
		/* bottom: 2rem; */
		opacity: 1;
	}
}
/* end */

/* index-product */
.index_product1{
	margin-top:1rem;
}
.index_product1>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height:17rem;
}

@media (max-width:668px) {
	.index_product1>ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.index_product1>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

/* .index_product1>ul>li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s
} */

.index_product1>ul>li a .txt {
	width: 100%;
	padding: 2.4rem 2.4rem 1.2rem 2.4rem;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
}

@media (max-width:1440px) {
	.index_product1>ul>li a .txt {
		padding: 1.6rem
	}
}

@media (max-width:668px) {
	.index_product1>ul>li a .txt {
		padding: 20px;
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.index_product1>ul>li a .txt .title span {
	display: block;
	font-size: 0.8rem;
	line-height: 1.2em
}

.index_product1>ul>li a .txt .title span.en {
	width: 8.4rem;
	font-family: Montserrat-Bold
}

@media (max-width:668px) {
	.index_product1>ul>li a .txt .title span.en {
		width: 100%;
		font-size: 16px
	}
}

.index_product1>ul>li a .txt .title span.cn {
	line-height: 2em;
	/* margin-top: 20px; */
	font-weight: bold;
	/* bottom: 11px; */
	/* position: absolute; */
	display:block;
	width:100%;
	/* text-align:center; */
}

@media (max-width:668px) {
	.index_product1>ul>li a .txt .title span.cn {
		font-size: 16px
	}
}

.index_product1>ul>li a .txt .title span.info {
	font-size: 1.84rem;
	margin: .8rem 0 0;
	font-weight: lighter
}

.index_product1>ul>li a .txt .bottom {
	margin-top: 1rem;
}

@media (max-width:668px) {
	.index_product1>ul>li a .txt .bottom {
		margin-top: auto
	}
}

.index_product1>ul>li a .txt .bottom .icon {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.index_product1>ul>li a .txt .bottom .icon {
		width: 36px;
		height: 36px
	}
}

.index_product1>ul>li a .txt .bottom .icon svg {
	width: 10px;
	height: 10px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.index_product1>ul>li a .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: all 1s;
	transition: all 1s
}

@media (min-width:668px) {
	.index_product1>ul>li a:hover:after {
		background-color: rgba(36, 59, 135, .9)
	}

	.index_product1>ul>li a:hover .img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07)
	}
}



@media (max-width:1440px) {
	.index_product1>ul>li:first-of-type {
		/* height: 28rem */
	}
}

@media (max-width:668px) {
	.index_product1>ul>li:first-of-type {
		width: 100%;
		height: 250px
	}
}

.index_product1>ul>li:first-of-type a .txt .title span.en {
	width: 11.2rem
}

@media (max-width:668px) {
	.index_product1>ul>li:first-of-type a .txt .title span.en {
		width: 100%
	}
}

@media (min-width:668px) {
	.index_product1>ul>li:first-of-type a:hover .bottom .icon {
		background-color: #fff
	}

	.index_product1>ul>li:first-of-type a:hover .bottom .icon svg {
		color: #243b87
	}
}



.index_product1>ul>li:nth-of-type(3) {
	width: 100%;
}

.index_product1>ul>li:nth-of-type(3)>ul>li{
	margin-right:2%;
}

.index_product1>ul>li:nth-of-type(3)>ul>li:nth-child(3){
	margin-right:0;
}

@media (max-width:668px) {
	.index_product1>ul>li:nth-of-type(3) {
		width: 100%
	}
}

.index_product1>ul>li:nth-of-type(3)>ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index_product1>ul>li:nth-of-type(3)>ul>li {
	width: 32%;
	height: 17rem;
}

@media (max-width:668px) {
	.index_product1>ul>li:nth-of-type(3)>ul>li {
		height: 200px
	}
}

.index_product1>ul>li:nth-of-type(3)>ul>li:first-of-type {
	/* width:100% */
}

.index_product1>ul>li:nth-of-type(3)>ul>li a .txt {
	/* height: 100%; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index_product1>ul>li:nth-of-type(3)>ul>li:nth-child(3) a .txt {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align:center;
	top:50%;
	margin-top:-2.82rem;
	padding: 0rem 2.4rem 0rem 2.4rem;
}

.index_product1>ul>li:nth-child(3) a .txt .title span.en{
	width:100%;
}

.index_product1>ul>li:nth-child(3) a .txt .title .jia{

}

.index_product1>ul>li:nth-of-type(3)>ul>li a .txt .bottom {
	margin-bottom: 1rem;
	position: relative;
}

.index_product1>ul>li:nth-of-type(3)>ul>li a .txt .bottom .icon {
	position: absolute;
	left: 0;
	bottom: 0
}

.index_product1>ul>li:nth-of-type(3)>ul>li a .txt .bottom .des {
	max-width: 25.6rem;
	font-size: .62rem;
	line-height: 2em;
	/* position: absolute; */
	/* left: 0; */
	/* bottom: -1.6rem; */
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 2.4rem 0.5rem 2rem 0.5rem;
	text-align: center;
	/* text-align: justify; */
}

@media (min-width:668px) {
	.index_product1>ul>li:nth-of-type(3)>ul>li a:hover .txt .bottom .icon {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	.index_product1>ul>li:nth-of-type(3)>ul>li a:hover .txt .bottom .des {
		/* bottom: 2rem; */
		opacity: 1;
	}
}
/* end */

.index_intro {
	padding-top: 4.8rem;
	padding-bottom: 4.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media (max-width:1440px) {
	.index_intro {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:1201px) {
	.index_intro {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

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

.index_intro_map {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	z-index: 1
}

@media (max-width:968px) {
	.index_intro_map {
		position: static;
		width: 100%
	}
}

@media (max-width:668px) {
	.index_intro_map {
		margin: 10px 0
	}
}

.index_intro_map img {
	max-width: 100%
}

@media (max-width:1440px) {
	.index_intro_map img {
		max-width: 80%
	}
}

@media (max-width:1380px) {
	.index_intro_map img {
		max-width: 50%
	}
}

@media (max-width:968px) {
	.index_intro_map img {
		max-width: 100%
	}
}

.index_intro_txt {
	width: 50%;
	padding-right: 2rem;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:1201px) {
	.index_intro_txt {
		padding-right: 10px
	}
}

@media (max-width:968px) {
	.index_intro_txt {
		width: 100%;
		padding-right: 0
	}
}

.index_intro_txt .txt {
	font-size: 16px;
	line-height: 2em;
	color: #222;
	margin: 1.2rem 0 0
}

@media (max-width:1440px) {
	.index_intro_txt .txt {
		font-size: 14px
	}
}

.index_intro_txt .btns {
	margin: auto 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:668px) {
	.index_intro_txt .btns {
		margin: 0 -10px
	}
}

.index_intro_txt .btns>li {
	margin-right: 20px
}

@media (max-width:668px) {
	.index_intro_txt .btns>li {
		width: 50%;
		padding: 0 10px;
		margin: 0
	}
}

.index_intro_txt .btns>li a {
	width: 200px;
	height: 54px;
	border-radius: 27px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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
}

@media (max-width:1380px) {
	.index_intro_txt .btns>li a {
		width: 140px;
		height: 44px;
		border-radius: 22px
	}
}

@media (max-width:668px) {
	.index_intro_txt .btns>li a {
		width: 100%;
		height: 44px;
		border-radius: 22px
	}
}

.index_intro_txt .btns>li a span {
	font-size: 16px;
	font-weight: 700;
	margin-right: 18px;
	white-space: nowrap
}

@media (max-width:1380px) {
	.index_intro_txt .btns>li a span {
		font-size: 14px;
		margin-right: 10px
	}
}

.index_intro_txt .btns>li:first-of-type a {
	background-color: #f1b310
}

.index_intro_txt .btns>li:first-of-type a .icon {
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}

.index_intro_txt .btns>li:first-of-type a .icon:after {
	content: "";
	margin-left: 1px;
	width: 0;
	height: 0;
	border-left: 5px solid #f1b310;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s
}

.index_intro_txt .btns>li:nth-of-type(2) a {
	background-color: #243b87
}

.index_intro_txt .btns>li:nth-of-type(2) a svg {
	width: 16px;
	height: 16px;
	color: #fff
}

.index_intro_list {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: relative;
	z-index: 2;
	width: 100%;
	/* padding-left: 2rem; */
	/* padding-top: 6.8rem; */
	box-shadow: 0px 1px 32px 0px rgba(44, 44, 44, 0.4);
	border-radius: 5px;
	background-color: #fff;
	height: 6.5rem;
}

@media (max-width:1440px) {
	.index_intro_list {
		/* padding-top: 4.8rem */
	}
}

@media (max-width:1201px) {
	.index_intro_list {
		padding-left: 10px
	}
}

@media (max-width:968px) {
	.index_intro_list {
		width: 100%;
		padding-left: 0;
		padding-top: 0
	}
}

.index_intro_list>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* border-right: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 5px;
}

.index_intro_list>ul>li {
	width: 20%;
	border-left: 1px solid #eee;
	/* border-top: 1px solid #ccc; */
	/* border-radius: 5px; */
	transition:Ã‚Â allÃ‚Â .5s;
}

.index_intro_list>ul>li:hover{
	background:#243b87;
	padding:20px 0;
	position: relative;
	bottom:20px;
	border-radius: 5px;
	transition:Ã‚Â allÃ‚Â .5s;
}

.index_intro_list>ul>li:hover b{
	color:#fff;
}

@media (max-width:668px) {
	.index_intro_list>ul>li {
		width: 50%
	}
}

.index_intro_list>ul>li a {
	display: block;
	padding: 0.5rem 1.2rem 1.2rem 1.1rem;
	width: 100%;
	/* height: 6.5rem; */
	/* background-color: #fff; */
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1440px) {
	.index_intro_list>ul>li a {
		padding: 15px
	}
}

.index_intro_list>ul>li a h3 {
	margin: 0;
	padding: 0;
	color: #222;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
}

.index_intro_list>ul>li a h3 small{
	font-size: 25px;
	font-weight:bold;
}

.index_intro_list>ul>li a h3 span {
	display: block;
	font-size: 15px;
	line-height: 1em;
	color: #01458e;
}

@media (max-width:1440px) {
	.index_intro_list>ul>li a h3 span {
		font-size: 12px
	}
}

.index_intro_list>ul>li a h3 b {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 5px;
	color: #333;
}

@media (max-width:1440px) {
	.index_intro_list>ul>li a h3 b {
		font-size: 14px
	}
}

.index_intro_list>ul>li a .icon {
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	margin: 0 auto;
	/* position: absolute; */
	/* right: 1.2rem; */
	/* bottom: 1.2rem; */
	z-index: 2;
	padding: 10px;
	margin-top: 0px;
}
.index_intro_list>ul>li a .icon img{
	/* display: block; */
	height: 100%;
	/* padding: 10px; */
}


@media (max-width:1440px) {
	.index_intro_list>ul>li a .icon {
		/* width: 2.4rem; */
		/* height: 2.4rem; */
		/* right: 15px; */
		/* bottom: 15px; */
	}
}

.index_intro_list>ul>li a .icon svg {
	width: 1.6rem;
	height: 1.6rem;
	color: #fff
}

@media (max-width:1440px) {
	.index_intro_list>ul>li a .icon svg {
		width: 1.04rem;
		height: 1.04rem
	}
}

.index_intro_list>ul>li a:hover h3 {
	color: #fff
}

.index_intro_list>ul>li:first-of-type {
	/* margin-left: 33.33% */
}

@media (max-width:668px) {
	.index_intro_list>ul>li:first-of-type {
		margin-left: 50%
	}
}

/* .index_intro_list>ul>li:first-of-type a .icon, */
.index_intro_list>ul>li:first-of-type a:hover {
	background-color: #01458e;
}

/* .index_intro_list>ul>li:nth-of-type(2) a .icon, */
.index_intro_list>ul>li:nth-of-type(2) a:hover {
	background-color: #01458e;
}

/* .index_intro_list>ul>li:nth-of-type(3) a .icon, */
.index_intro_list>ul>li:nth-of-type(3) a:hover {
	background-color: #01458e;
}

/* .index_intro_list>ul>li:nth-of-type(4) a .icon, */
.index_intro_list>ul>li:nth-of-type(4) a:hover {
	background-color: #01458e;
}

/* .index_intro_list>ul>li:nth-of-type(5) a .icon, */
.index_intro_list>ul>li:nth-of-type(5) a:hover {
	background-color: #01458e;
}

.index_intro_list>ul>li a:hover img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.index_intro_list>ul>li a:hover h3 span{
	color:#fff;
}

.index_bottom {
	width: 100%;
	height: 14rem;
	padding: 0px 0 0px 0;
	background-repeat: no-repeat;
	background-position: 50%;
	/* background-size: cover; */
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-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; */
}

.index-about-title{
	position: relative;
	bottom: 2rem;
}

.index-about-shuzi{
	position: absolute;
	/* right: 0; */
}

@media (max-width:1440px) {
	.index_bottom {
		height: 26rem
	}
}

@media (max-width:1201px) {
	.index_bottom {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (min-width:668px) {
	.index_bottom {
		/* background-attachment: fixed */
	}
}

.index_bottom .txt {
	max-width: 68%;
	margin: 1.6rem auto;
	text-align: center;
	font-weight: lighter;
	font-size: 16px;
	line-height: 2em
}

@media (max-width:1440px) {
	.index_bottom .txt {
		font-size: 14px
	}
}

@media (max-width:1201px) {
	.index_bottom .txt {
		max-width: 80%
	}
}

@media (max-width:968px) {
	.index_bottom .txt {
		max-width: 100%
	}
}

@media (max-width:668px) {
	.index_bottom .txt {
		font-weight: 400
	}
}

.index_bottom .jumpNum {
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	/* margin-right: 1rem; */
}

@media (max-width:668px) {
	.index_bottom .jumpNum {
		margin: 0 -5px
	}
}

.index_bottom .jumpNum>li {
	padding: 0 1rem;
	text-align: center;
}

.index_bottom .jumpNum>li:nth-child(4){
	padding-right:0;
}

@media (max-width:668px) {
	.index_bottom .jumpNum>li {
		padding: 0 5px
	}
}

.index_bottom .jumpNum>li .num {
	margin: 0;
	padding: 0;
	font-family: Montserrat-Bold;
	font-size: 2rem;
	line-height: 1.2em
}

@media (max-width:668px) {
	.index_bottom .jumpNum>li .num {
		font-size: 26px
	}
}

.index_bottom .jumpNum>li .num em {
	font-style: normal
}

.index_bottom .jumpNum>li i {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	font-style: normal
}

@media (max-width:668px) {
	.index_bottom .jumpNum>li i {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px
	}
}

.index_bottom a.more {
	margin-top: 3.6rem
}

.intro_about {
	padding-top: 4.8rem;
	padding-bottom: 10rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* background-image: url(/mycms/templates/images/fe4d108d60e3b42bff3487c3aef31d2.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 1.5rem;
}

@media (max-width:1440px) {
	.intro_about {
		padding-top: 3.2rem;
		padding-bottom: 6.6rem;
	}
}

@media (max-width:1201px) {
	.intro_about {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

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

.intro_about_side {
	width: 190px
}

@media (max-width:968px) {
	.intro_about_side {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.intro_about_side .logo_panflex {
	width: 190px;
	height: 26px;
	margin: 1.6rem 0
}

@media (max-width:968px) {
	.intro_about_side .logo_panflex {
		margin-bottom: 0
	}
}

.intro_about_side .logo_panflex img {
	width: 100%;
	height: 100%
}

@media (max-width:968px) {
	.intro_about_side a {
		margin-top: 0;
		margin-left: auto
	}
}

.intro_about_content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 2.4rem;
	/* margin-top: -20px; */
	padding-right: 2.4rem;
	text-align: justify;
}

@media (max-width:968px) {
	.intro_about_content {
		padding-left: 0;
		margin-top: 20px
	}
}

.intro_about_content .txt {
	font-size: 16px;
	line-height: 2em;
	color: #222;
	font-weight: lighter;
	position: relative;
}

.intro_about_content .txt p{
	margin:0;
	font-size:16px;
	line-height:40px;
}

@media (max-width:1440px) {
	.intro_about_content .txt {
		font-size: 14px
	}
}

@media (max-width:668px) {
	.intro_about_content .txt {
		font-weight: 400
	}
}

.intro_about_content .jumpNum {
	margin: 3.6rem -2rem 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1440px) {
	.intro_about_content .jumpNum {
		margin-top: 2.4rem
	}
}

@media (max-width:968px) {
	.intro_about_content .jumpNum {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:668px) {
	.intro_about_content .jumpNum {
		margin: 0 -5px
	}
}

.intro_about_content .jumpNum>li {
	padding: 0 2rem;
	color: #243b87
}

@media (max-width:668px) {
	.intro_about_content .jumpNum>li {
		padding: 0 5px
	}
}

.intro_about_content .jumpNum>li .num {
	margin: 0;
	padding: 0;
	font-family: Montserrat-Bold;
	font-size: 2rem;
	line-height: 1.2em
}

@media (max-width:668px) {
	.intro_about_content .jumpNum>li .num {
		font-size: 26px
	}
}

.intro_about_content .jumpNum>li .num em {
	font-style: normal
}

.intro_about_content .jumpNum>li i {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	font-style: normal
}

@media (max-width:668px) {
	.intro_about_content .jumpNum>li i {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px
	}
}

.intro_col>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:668px) {
	.intro_col>ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.intro_col>ul>li {
	width: 50%;
	position: relative
}

@media (max-width:668px) {
	.intro_col>ul>li {
		width: 100%;
		margin-bottom: 0
	}
}

.intro_col>ul>li .item {
	width: 100%;
	height: 23.6rem;
	color: #fff;
	position: relative;
	z-index: 2
}

@media (max-width:1440px) {
	.intro_col>ul>li .item {
		height: 20rem
	}
}

@media (max-width:668px) {
	.intro_col>ul>li .item {
		display: block;
		height: 250px
	}
}

.intro_col>ul>li .item:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s
}

.intro_col>ul>li .item_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-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
}

.intro_col>ul>li .item_txt .title {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1.36rem;
	line-height: 1em
}

.intro_col>ul>li .item_txt .des {
	max-width: 21.6rem;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	font-weight: lighter;
	margin: 1.2rem auto 3.2rem
}

@media (max-width:1440px) {
	.intro_col>ul>li .item_txt .des {
		max-width: 24rem;
		font-size: 14px
	}
}

@media (max-width:1201px) {
	.intro_col>ul>li .item_txt .des {
		max-width: 100%;
		padding: 0 20px;
		margin: 30px 0
	}
}

@media (max-width:668px) {
	.intro_col>ul>li .item_txt .des {
		margin: 10px 0
	}
}

.intro_col>ul>li .item_img {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.intro_col>ul>li .item_img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: all 1s;
	transition: all 1s
}

.intro_col>ul>li .item:hover:after {
	background-color: rgba(36, 59, 135, .9)
}

.intro_col>ul>li .item:hover .item_img span {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07)
}

.intro_team {
	background-color: #eee;
	padding-top: 4rem;
	padding-bottom: 4rem
}

@media (max-width:1440px) {
	.intro_team {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:1201px) {
	.intro_team {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:668px) {
	.intro_team {
		padding-bottom: 0
	}
}

.intro_team_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.4rem
}

.intro_team_list>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.intro_team_list>ul>li {
	width: 50%;
	padding: 0 20px
}

@media (max-width:668px) {
	.intro_team_list>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.intro_team_list>ul>li img {
	width: 100%
}

.intro_facility {
	padding-top: 4rem;
	/* padding-bottom: 4rem */
}

@media (max-width:1440px) {
	.intro_facility {
		padding-top: 3.2rem;
		/* padding-bottom: 3.2rem */
	}
}

@media (max-width:1201px) {
	.intro_facility {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:668px) {
	.intro_facility {
		padding-bottom: 20px
	}
}

.intro_facility_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.4rem
}

@media (max-width:668px) {
	.intro_facility_slide {
		padding: 0 20px
	}
}

.intro_facility_slide .swiper-slide {
	width: 850px
}

@media (max-width:1440px) {
	.intro_facility_slide .swiper-slide {
		width: 700px
	}
}

@media (max-width:1201px) {
	.intro_facility_slide .swiper-slide {
		width: 600px
	}
}

@media (max-width:968px) {
	.intro_facility_slide .swiper-slide {
		width: 500px
	}
}

@media (max-width:668px) {
	.intro_facility_slide .swiper-slide {
		width: auto
	}
}

.intro_facility_slide .swiper-slide .item {
	width: 100%;
	position: relative
}

.intro_facility_slide .swiper-slide .item:after {
	content: "";
	display: block;
	background-color: rgba(36, 59, 135, .1);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.intro_facility_slide .swiper-slide .item_txt {
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 4rem 1.2rem 2.8rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:1440px) {
	.intro_facility_slide .swiper-slide .item_txt {
		padding: 1.2rem
	}
}

@media (max-width:668px) {
	.intro_facility_slide .swiper-slide .item_txt {
		padding: 20px
	}
}

.intro_facility_slide .swiper-slide .item_txt .t {
	margin: 0;
	padding: 0;
	opacity: 0;
	-webkit-transform: translateY(1.2rem);
	-ms-transform: translateY(1.2rem);
	transform: translateY(1.2rem);
	-webkit-transition: all .5s;
	transition: all .5s
}

.intro_facility_slide .swiper-slide .item_txt .t span {
	display: block;
	font-size: .84rem;
	line-height: 2em;
	/* font-family: Montserrat-Bold; */
	font-weight: normal;
}

@media (max-width:668px) {
	.intro_facility_slide .swiper-slide .item_txt .t span {
		font-size: 14px
	}
}

.intro_facility_slide .swiper-slide .item_txt .t b {
	display: block;
	font-size: .96rem;
	line-height: 1.2em
}

@media (max-width:668px) {
	.intro_facility_slide .swiper-slide .item_txt .t b {
		font-size: 16px
	}
}

.intro_facility_slide .swiper-slide .item_txt .txt {
	font-size: 16px;
	line-height: 2em;
	font-weight: lighter;
	margin-top: 1.2rem;
	opacity: 0;
	-webkit-transform: translateY(1.2rem);
	-ms-transform: translateY(1.2rem);
	transform: translateY(1.2rem);
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1440px) {
	.intro_facility_slide .swiper-slide .item_txt .txt {
		font-size: 13px;
		margin-top: 10px
	}
}

.intro_facility_slide .swiper-slide .item_txt .icon {
	margin-top: auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	opacity: 0;
	-webkit-transform: translateY(1.2rem);
	-ms-transform: translateY(1.2rem);
	transform: translateY(1.2rem);
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1440px) {
	.intro_facility_slide .swiper-slide .item_txt .icon {
		width: 2.4rem;
		height: 2.4rem
	}
}

.intro_facility_slide .swiper-slide .item_txt .icon svg {
	width: 1.6rem;
	height: 1.6rem;
	color: #243b87
}

@media (max-width:1440px) {
	.intro_facility_slide .swiper-slide .item_txt .icon svg {
		width: 1.04rem;
		height: 1.04rem
	}
}

.intro_facility_slide .swiper-slide .item_img {
	width: 100%;
	height: 23.2rem
}


@media (max-width:1440px) {
	.intro_facility_slide .swiper-slide .item_img {
		height: 20rem
	}
}

@media (max-width:1201px) {
	.intro_facility_slide .swiper-slide .item_img {
		height: 400px
	}
}

@media (max-width:668px) {
	.intro_facility_slide .swiper-slide .item_img {
		height: 450px
	}
}

.intro_facility_slide .swiper-slide .item_img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.intro_facility_slide .swiper-slide-active .item:after {
	opacity: 1
}

.intro_facility_slide .swiper-slide-active .item_txt .t {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.intro_facility_slide .swiper-slide-active .item_txt .txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.intro_facility_slide .swiper-slide-active .item_txt .icon {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s
}

.news {
	padding-bottom: 4rem
}

@media (max-width:1440px) {
	.news {
		padding-bottom: 3.2rem
	}
}

@media (max-width:1201px) {
	.news {
		padding-bottom: 20px
	}
}

@media (max-width:668px) {
	.news {
		padding-bottom: 20px
	}
}

.news_list {
	padding-bottom: 2.24rem
}

@media (max-width:1440px) {
	.news_list {
		padding-bottom: 1.44rem
	}
}

@media (max-width:1201px) {
	.news_list {
		padding-bottom: 0
	}
}

.news_list>ul {
	margin: 0 -.88rem;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1201px) {
	.news_list>ul {
		margin: 0 -10px
	}
}

.news_list>ul>li {
	width: 33.33%;
	padding: 0 .88rem;
	margin-bottom: 1.76rem
}

@media (max-width:1201px) {
	.news_list>ul>li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px
	}
}

@media (max-width:668px) {
	.news_list>ul>li {
		width: 100%
	}
}

.news_list>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s
}

.news_list>ul>li a .img {
	width: 100%;
	height: 13rem;
	overflow: hidden
}

.news_list>ul>li a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-color: #ddd;
	-webkit-transition: all 1s;
	transition: all 1s
}

.news_list>ul>li a .txt {
	width: 100%;
	padding: 1.6rem 2rem 0;
	background-color: #f5f5f5
}

.news_list>ul>li a .txt b.t {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	height: 3em;
	margin-bottom: 1.4rem;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	font-weight: lighter;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1440px) {
	.news_list>ul>li a .txt b.t {
		font-size: 16px
	}
}

.news_list>ul>li a .txt p {
	margin: 0;
	height: 3.2rem;
	border-top: 1px solid #dcdcdc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.news_list>ul>li a .txt p .date {
	font-size: 16px;
	color: #7bc44e;
	font-family: Montserrat-Bold;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1201px) {
	.news_list>ul>li a .txt p .date {
		font-size: 14px
	}
}

.news_list>ul>li a .txt p svg {
	width: 12px;
	height: 12px;
	color: #7bc44e;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news_list>ul>li a:hover {
	box-shadow: .4rem .4rem 1rem 0 rgba(0, 0, 0, .15)
}

.news_list>ul>li a:hover .img span {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07)
}

.news_list>ul>li a:hover .txt b.t,
.news_list>ul>li a:hover .txt p .date,
.news_list>ul>li a:hover .txt p svg {
	color: #243b87
}

.updown {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 12px;
	line-height: 2em;
	color: #333
}

.updown a {
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s
}

.updown a:hover {
	color: #243b87
}

.strategic {
	padding-top: 4rem;
	padding-bottom: 4rem
}

@media (max-width:1440px) {
	.strategic {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:1201px) {
	.strategic {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:668px) {
	.strategic {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.strategic>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1201px) {
	.strategic>ul {
		margin: 0 -10px
	}
}

@media (max-width:668px) {
	.strategic>ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.strategic>ul>li {
	padding: 0 20px;
	width: 55%
}

@media (max-width:1201px) {
	.strategic>ul>li {
		padding: 0 10px
	}
}

@media (max-width:668px) {
	.strategic>ul>li {
		width: 100%
	}
}

.strategic>ul>li:first-of-type .item {
	height: 50%
}

.strategic>ul>li:first-of-type .item_icon {
	margin-top: 1.2rem
}

.strategic>ul>li:first-of-type .item_des {
	margin-top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%
}

@media (max-width:668px) {
	.strategic>ul>li:first-of-type .item_des {
		margin-top: 20px
	}
}

.strategic>ul>li:first-of-type .item_des .des {
	width: 320px;
	text-align: justify
}

.strategic>ul>li:first-of-type .item:first-of-type {
	padding-bottom: 20px
}

@media (max-width:1201px) {
	.strategic>ul>li:first-of-type .item:first-of-type {
		padding-bottom: 10px
	}
}

.strategic>ul>li:first-of-type .item:nth-of-type(2) {
	padding-top: 20px
}

@media (max-width:1201px) {
	.strategic>ul>li:first-of-type .item:nth-of-type(2) {
		padding-top: 10px
	}
}

.strategic>ul>li:nth-of-type(2) {
	width: 45%;
	height: 31.92rem
}

@media (max-width:668px) {
	.strategic>ul>li:nth-of-type(2) {
		width: 100%;
		margin-top: 20px;
		height: 320px
	}
}

.strategic>ul>li:nth-of-type(2) .item_icon {
	width: 1.8rem;
	height: 1.8rem
}

@media (max-width:668px) {
	.strategic>ul>li:nth-of-type(2) .item_icon {
		width: 2.4rem;
		height: 2.4rem
	}
}

.strategic>ul>li:nth-of-type(2) .item_des {
	margin: .8rem 0 4rem
}

.strategic>ul>li:nth-of-type(2) .item a {
	margin-top: auto
}

.strategic>ul>li .item {
	width: 100%;
	height: 100%
}

.strategic>ul>li .item>.inner {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	color: #fff;
	padding: 2.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:668px) {
	.strategic>ul>li .item>.inner {
		padding: 20px
	}
}

.strategic>ul>li .item_title {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1.68rem;
	line-height: 1em
}

.strategic>ul>li .item_icon {
	width: 2.4rem;
	height: 2.4rem
}

.strategic>ul>li .item_icon svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.strategic>ul>li .item_des {
	font-size: 16px;
	line-height: 2em;
	font-weight: lighter
}

@media (max-width:1440px) {
	.strategic>ul>li .item_des {
		font-size: 14px
	}
}

@media (max-width:668px) {
	.strategic>ul>li .item_des {
		font-weight: 400
	}
}

.whyChoose {
	padding-top: 4rem;
	padding-bottom: 4rem
}

@media (max-width:1440px) {
	.whyChoose {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:1201px) {
	.whyChoose {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:668px) {
	.whyChoose {
		padding-bottom: 20px
	}
}

.whyChoose .txt {
	margin-top: 2.4rem;
	font-size: 16px;
	line-height: 2em;
	color: #222;
	font-weight: lighter
}

@media (max-width:1440px) {
	.whyChoose .txt {
		font-size: 14px
	}
}

.jobMap {
	padding-top: 5.2rem;
	padding-bottom: 3.6rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-image: url(../images/jobmap_bg.jpg)
}

@media (max-width:1440px) {
	.jobMap {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:668px) {
	.jobMap {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.jobMap img {
	max-width: 100%;
	margin: 0 auto
}

.jobList {
	background-color: #f5f5f5;
	/* padding-top: 4rem; */
	padding-bottom: 145px;
}

@media (max-width:1440px) {
	.jobList {
		padding-top: 0rem;
		padding-bottom: 145px;
	}
}

@media (max-width:1201px) {
	.jobList {
		padding-top: 0px;
		padding-bottom: 145px;
	}
}

@media (max-width:668px) {
	.jobList {
		padding-bottom: 145px;
	}
}

.jobList_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-bottom: 2.4rem; */
}

.jobList_slide .swiper-slide {
	height: 100%;
	background-color: #fff
}

.jobList_slide a {
	width: 100%;
	background-color: #fff;
	/* padding: 1rem; */
}

.jobList_slide a .t {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.jobList_slide a .t b {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/* padding-right: 2rem; */
	font-size: .8rem;
	line-height: 60px;
	height: 60px;
	min-width: 0;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	-webkit-transition: all .5s;
	border-top: solid 1px #eee;
	transition: all .5s;
}

@media (max-width:668px) {
	.jobList_slide a .t b {
		font-size: 16px
	}
}

.jobList_slide a .t i {
	width: 16px;
	height: 16px;
	margin-top: 7px;
	position: relative
}

.jobList_slide a .t i:after,
.jobList_slide a .t i:before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	line-height: 2px;
	background-color: #243b87;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.jobList_slide a .t i:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.jobList_slide a .info {
	/* margin-top: 30px; */
	display:flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.jobList_slide a .info img{
	max-width:100%;
}

.jobList_slide a .info img:hover{
	transform:scale(1.1);
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor:pointer;
}

.jobList_slide a .info>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.jobList_slide a .info>ul>li em {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: #333;
	font-weight: lighter;
	font-style: normal;
	margin-bottom: 10px
}

.jobList_slide a .info>ul>li span {
	display: block;
	font-size: 18px;
	line-height: 1em;
	color: #333
}

@media (max-width:668px) {
	.jobList_slide a .info>ul>li span {
		font-size: 16px
	}
}

.jobList_slide a:hover .t b {
	color: #243b87
}

.jobList_slide a:hover .t i:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.jobList_slide a:hover .t i:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.job_single_info {
	margin-top: 20px
}

.job_single_info>ul {
	margin: 0;
	padding: 0
}

.job_single_info>ul>li {
	display: block
}

.job_single_info>ul>li em {
	font-style: normal;
	font-weight: 700
}

.job_single_content {
	margin: 20px 0
}

.job_single_content .t {
	border-bottom: 1px solid #ddd
}

.job_single_content .t span {
	display: inline-block;
	padding: 0 20px;
	line-height: 2em;
	font-weight: 700;
	color: #fff;
	background-color: #243b87
}

.n_banner_service {
	position: relative
}

.n_banner_service .img {
	width: 100%;
	height: 730px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

@media (max-width:1440px) {
	.n_banner_service .img {
		height: 650px
	}
}

@media (max-width:1380px) {
	.n_banner_service .img {
		height: 650px
	}
}

@media (max-width:668px) {
	.n_banner_service .img {
		display: none
	}
}

.n_banner_service .mimg {
	display: none
}

@media (max-width:668px) {
	.n_banner_service .mimg {
		display: block
	}

	.n_banner_service .mimg img {
		width: 100%
	}
}

.n_banner_service .list {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-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
}

@media (max-width:668px) {
	.n_banner_service .list {
		position: static;
		height: auto
	}
}

.n_banner_service .list01 {
	margin-top: 100px
}

@media (max-width:668px) {
	.n_banner_service .list01 {
		margin-top: 20px;
		padding: 0 20px
	}
}

.n_banner_service .list01>ul {
	margin: 0 -30px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:968px) {
	.n_banner_service .list01>ul {
		margin: 0 -10px
	}
}

@media (max-width:668px) {
	.n_banner_service .list01>ul {
		margin: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.n_banner_service .list01>ul>li {
	padding: 0 30px
}

@media (max-width:968px) {
	.n_banner_service .list01>ul>li {
		padding: 0 10px
	}
}

@media (max-width:668px) {
	.n_banner_service .list01>ul>li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px
	}
}

.n_banner_service .list01>ul>li .item {
	width: 330px;
	height: 100px;
	border-radius: 50px;
	padding: 0 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:1440px) {
	.n_banner_service .list01>ul>li .item {
		width: 280px;
		height: 80px;
		padding: 0 20px
	}
}

@media (max-width:968px) {
	.n_banner_service .list01>ul>li .item {
		width: 100%;
		height: 60px
	}
}

@media (max-width:668px) {
	.n_banner_service .list01>ul>li .item {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.n_banner_service .list01>ul>li .item .icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px
}

@media (max-width:968px) {
	.n_banner_service .list01>ul>li .item .icon {
		width: 36px;
		height: 36px
	}
}

.n_banner_service .list01>ul>li .item .icon svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.n_banner_service .list01>ul>li .item b {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1440px) {
	.n_banner_service .list01>ul>li .item b {
		font-size: 16px
	}
}

@media (max-width:968px) {
	.n_banner_service .list01>ul>li .item b {
		font-size: 14px;
		line-height: 1.5em
	}
}

@media (max-width:668px) {
	.n_banner_service .list01>ul>li .item b {
		white-space: nowrap
	}

	.n_banner_service .list01>ul>li .item b br {
		display: none
	}
}

.n_banner_service .list01>ul>li .item b:before {
	content: "";
	display: block;
	width: 1px;
	height: 32px;
	background-color: hsla(0, 0%, 100%, .4);
	margin: 0 30px
}

@media (max-width:1440px) {
	.n_banner_service .list01>ul>li .item b:before {
		margin: 0 20px
	}
}

@media (max-width:968px) {
	.n_banner_service .list01>ul>li .item b:before {
		margin: 0 10px
	}
}

.n_banner_service .list01>ul>li:first-of-type .item {
	background-color: #243b87
}

.n_banner_service .list01>ul>li:nth-of-type(2) .item {
	background-color: #53a2f0
}

.n_banner_service .list01>ul>li:nth-of-type(3) .item {
	background-color: #7bc44e
}

.n_banner_service .list02 {
	max-width: 1560px;
	margin: 90px auto 0
}

@media (max-width:1681px) {
	.n_banner_service .list02 {
		max-width: 1400px;
		margin-top: 50px
	}
}

@media (max-width:1440px) {
	.n_banner_service .list02 {
		max-width: 1300px
	}
}

@media (max-width:1380px) {
	.n_banner_service .list02 {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:668px) {
	.n_banner_service .list02 {
		margin-top: 0
	}
}

.n_banner_service .list02>ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.n_banner_service .list02>ul>li {
	width: 14.28%;
	padding: 0 10px;
	margin-bottom: 20px
}

@media (max-width:1201px) {
	.n_banner_service .list02>ul>li {
		width: 20%
	}
}

@media (max-width:668px) {
	.n_banner_service .list02>ul>li {
		width: 50%
	}
}

.n_banner_service .list02>ul>li .item {
	width: 100%;
	height: 110px;
	padding: 0 30px;
	border-radius: 8px;
	background-color: #889d96;
	color: #fff;
	text-align: center;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1440px) {
	.n_banner_service .list02>ul>li .item {
		font-size: 14px;
		height: 90px
	}
}

@media (max-width:968px) {
	.n_banner_service .list02>ul>li .item {
		font-size: 13px;
		padding: 0 20px
	}
}

@media (max-width:668px) {
	.n_banner_service .list02>ul>li .item {
		height: 70px
	}
}

.n_banner_service .list02>ul>li .item:after {
	content: "";
	display: block;
	width: 76px;
	height: 18px;
	background: url(../images/service02_line.png) 50% no-repeat;
	position: absolute;
	right: -48px;
	top: 50%;
	margin-top: -9px;
	z-index: 2
}

@media (max-width:668px) {
	.n_banner_service .list02>ul>li .item:after {
		width: 42px;
		height: 10px;
		background: url(../images/service02_line_mobile.png) 50% no-repeat;
		right: -30px;
		margin-top: -5px
	}
}

.n_banner_service .list02>ul>li .item.active {
	background-color: #f1b310
}

@media (min-width:1201px) {
	.n_banner_service .list02>ul>li:nth-of-type(7) .item:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 50%;
		margin-left: -38px;
		bottom: -20px;
		right: auto;
		top: auto;
		margin-top: auto
	}
}

@media (min-width:668px) and (max-width:1201px) {
	.n_banner_service .list02>ul>li:nth-of-type(5) .item:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 50%;
		margin-left: -38px;
		bottom: -20px;
		right: auto;
		top: auto;
		margin-top: auto
	}

	.n_banner_service .list02>ul>li:nth-of-type(10) .item:after {
		display: none
	}
}

@media (max-width:668px) {
	.n_banner_service .list02>ul>li:nth-of-type(2) .item:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 50%;
		margin-left: -38px;
		bottom: -20px;
		right: auto;
		top: auto;
		margin-top: auto
	}
}

@media (max-width:668px) and (max-width:668px) {
	.n_banner_service .list02>ul>li:nth-of-type(2) .item:after {
		margin-left: -22px;
		bottom: -15px
	}
}

@media (max-width:668px) {

	.n_banner_service .list02>ul>li:nth-of-type(4) .item:after,
	.n_banner_service .list02>ul>li:nth-of-type(6) .item:after,
	.n_banner_service .list02>ul>li:nth-of-type(8) .item:after,
	.n_banner_service .list02>ul>li:nth-of-type(10) .item:after,
	.n_banner_service .list02>ul>li:nth-of-type(12) .item:after {
		display: none
	}
}

@media (max-width:668px) {

	.n_banner_service .list02>ul>li:nth-of-type(3) .item:before,
	.n_banner_service .list02>ul>li:nth-of-type(6) .item:before,
	.n_banner_service .list02>ul>li:nth-of-type(7) .item:before,
	.n_banner_service .list02>ul>li:nth-of-type(10) .item:before,
	.n_banner_service .list02>ul>li:nth-of-type(11) .item:before {
		content: "";
		display: block;
		width: 76px;
		height: 18px;
		background: url(../images/service02_line.png) 50% no-repeat;
		position: absolute;
		left: 50%;
		bottom: -20px;
		margin-left: -38px;
		z-index: 2;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

@media (max-width:668px) and (max-width:668px) {

	.n_banner_service .list02>ul>li:nth-of-type(3) .item:before,
	.n_banner_service .list02>ul>li:nth-of-type(6) .item:before,
	.n_banner_service .list02>ul>li:nth-of-type(7) .item:before,
	.n_banner_service .list02>ul>li:nth-of-type(10) .item:before,
	.n_banner_service .list02>ul>li:nth-of-type(11) .item:before {
		width: 42px;
		height: 10px;
		background: url(../images/service02_line_mobile.png) 50% no-repeat;
		bottom: -15px;
		margin-left: -21px
	}
}

.n_banner_service .list02>ul>li:last-of-type .item:after {
	display: none
}

.service_slide {
	padding-top: 4rem;
	padding-bottom: 4rem
}

@media (max-width:1440px) {
	.service_slide {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:1201px) {
	.service_slide {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:668px) {
	.service_slide {
		padding-bottom: 0
	}
}

.service_slide a {
	text-decoration: underline
}

.service_slide_top {
	width: 1160px;
	margin: 0 auto;
	padding: 0 100px;
	position: relative
}

@media (max-width:1201px) {
	.service_slide_top {
		width: 100%
	}
}

@media (max-width:668px) {
	.service_slide_top {
		padding: 0 70px
	}
}

.service_slide_top .arrows .arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px
}

.service_slide_top .arrows .arrow.service_slide_prev {
	left: 0
}

@media (max-width:1201px) {
	.service_slide_top .arrows .arrow.service_slide_prev {
		left: 20px
	}
}

@media (max-width:668px) {
	.service_slide_top .arrows .arrow.service_slide_prev {
		left: 10px
	}
}

.service_slide_top .arrows .arrow.service_slide_next {
	right: 0
}

@media (max-width:1201px) {
	.service_slide_top .arrows .arrow.service_slide_next {
		right: 20px
	}
}

@media (max-width:668px) {
	.service_slide_top .arrows .arrow.service_slide_next {
		right: 10px
	}
}

.service_slide_bd .slide {
	text-align: center
}

.service_slide_bd .slide a {
	color: #243b87;
	text-decoration: underline
}

.service_slide_bd .slide .level01 {
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	color: #243b87;
	font-weight: 700;
	margin-bottom: 1.6rem
}

@media (max-width:668px) {
	.service_slide_bd .slide .level01 {
		font-size: 20px
	}
}

.service_slide_bd .slide .level02 {
	display: block
}

.service_slide_bd .slide .level02>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.service_slide_bd .slide .level02>ul>li {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 20px
}

@media (max-width:1380px) {
	.service_slide_bd .slide .level02>ul>li {
		font-size: 16px;
		margin-bottom: 15px
	}
}

.service_slide_bd .slide .level02>ul ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.service_slide_bd .slide .level02>ul ul>li {
	display: block;
	font-size: 15px;
	line-height: 1.8em;
	color: #333
}

@media (max-width:1380px) {
	.service_slide_bd .slide .level02>ul ul>li {
		font-size: 13px
	}
}

.service_slide_hd {
	margin-top: .8rem;
	position: relative
}

.service_slide_hd:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	line-height: 2px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 15px
}

.service_slide_hd .slick-slide {
	outline: 0;
	visibility: hidden
}

.service_slide_hd .slick-slide.slick-active {
	visibility: visible
}

.service_slide_hd .slick-slide .slide {
	cursor: pointer;
	padding-top: 15px;
	position: relative
}

.service_slide_hd .slick-slide .slide:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 2px solid #ddd;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 4px;
	margin-left: -11px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s
}

.service_slide_hd .slick-slide .slide:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 100%;
	background-color: #243b87;
	position: absolute;
	left: 50%;
	top: 9px;
	margin-left: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.service_slide_hd .slick-slide .slide .item {
	width: 100%;
	height: 76px;
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1201px) {
	.service_slide_hd .slick-slide .slide .item {
		font-size: 14px
	}
}

.service_slide_hd .slick-slide.slick-current .slide:before {
	border-color: #243b87;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.service_slide_hd .slick-slide.slick-current .slide:after {
	opacity: 1
}

.service_slide_hd .slick-slide.slick-current .slide .item {
	opacity: 0
}

.contact {
	padding-top: 4rem;
	padding-bottom: 4rem
}

@media (max-width:1440px) {
	.contact {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:1201px) {
	.contact {
		padding-top: 40px;
		padding-bottom: 20px
	}
}

.contact_list {
	margin-top: 2.4rem;
	margin-bottom: 44px
}

@media (max-width:1201px) {
	.contact_list {
		margin-bottom: 0
	}
}

.contact_list>ul {
	margin: 0 -22px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1201px) {
	.contact_list>ul {
		margin: 0 -10px
	}
}

.contact_list>ul>li {
	width: 33.33%;
	padding: 0 22px
}

@media (max-width:1201px) {
	.contact_list>ul>li {
		padding: 0 10px
	}
}

@media (max-width:668px) {
	.contact_list>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.contact_list>ul>li .item {
	height: 100%;
	background-color: #889d96;
	color: #fff;
	padding: 0 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:1201px) {
	.contact_list>ul>li .item {
		padding: 0 20px
	}
}

.contact_list>ul>li .item .t {
	font-size: 16px;
	line-height: 3rem;
	border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.contact_list>ul>li .item ul {
	margin: 0;
	padding: 1.6rem 0 .8rem;
	list-style: none
}

.contact_list>ul>li .item ul li {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1440px) {
	.contact_list>ul>li .item ul li {
		margin-bottom: 15px
	}
}

.contact_list>ul>li .item ul li .icon {
	width: 45px;
	height: 26px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1440px) {
	.contact_list>ul>li .item ul li .icon {
		width: 30px
	}
}

.contact_list>ul>li .item ul li .icon svg {
	width: 18px;
	height: 18px;
	color: #fff
}

.contact_list>ul>li .item ul li p {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: lighter
}

@media (max-width:1440px) {
	.contact_list>ul>li .item ul li p {
		font-size: 14px
	}
}

.contact_list>ul>li .item ul li p a {
	color: #fff
}

#allmap {
	width: 100%;
	height: 24rem
}

.contact_message {
	padding-top: 4rem;
	padding-bottom: 4rem;
	width: 100%;
	background-color: #e6e6e6;
	position: relative
}

@media (max-width:968px) {
	.contact_message {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.contact_message_inner {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

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

.contact_message_col {
	width: 35%;
	font-size: 1.44rem;
	line-height: 1.5em;
	color: #243b87
}

@media (max-width:968px) {
	.contact_message_col {
		width: 100%;
		margin-bottom: 20px;
		font-size: 16px
	}
}

.contact_message_form_wrap {
	width: 65%
}

@media (max-width:968px) {
	.contact_message_form_wrap {
		width: 100%
	}
}

.contact_message_form_wrap div.wpcf7-response-output {
	max-width: 100%;
	margin: 0 !important;
	font-size: 12px
}

@media (max-width:710px) {
	.contact_message_form_wrap div.wpcf7-response-output {
		left: 20px;
		right: 20px
	}
}

.contact_message_logo {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2
}

.contact_message_logo .w img {
	max-width: 100%
}

.contact_message_form>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contact_message_form>ul>li {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 1rem;
	position: relative
}

.contact_message_form>ul>li.item {
	width: 33.33%
}

@media (max-width:668px) {
	.contact_message_form>ul>li.item {
		width: 100%
	}
}

.contact_message_form>ul>li.item_3 {
	width: 33.33%
}

@media (max-width:668px) {
	.contact_message_form>ul>li.item_3 {
		width: 100%
	}
}

.contact_message_form>ul>li.item_full {
	width: 100%
}

.contact_message_form>ul>li input[type=date],
.contact_message_form>ul>li input[type=email],
.contact_message_form>ul>li input[type=tel],
.contact_message_form>ul>li input[type=text] {
	width: 100%;
	line-height: 55px;
	padding: 0 30px;
	outline: 0;
	font-size: 14px;
	color: #333;
	border: none;
	background: #fff;
	border-radius: 0
}

.contact_message_form>ul>li input[type=date]::-webkit-input-placeholder,
.contact_message_form>ul>li input[type=email]::-webkit-input-placeholder,
.contact_message_form>ul>li input[type=tel]::-webkit-input-placeholder,
.contact_message_form>ul>li input[type=text]::-webkit-input-placeholder {
	color: #333;
	font-size: 14px
}

.contact_message_form>ul>li input[type=date]:-moz-placeholder,
.contact_message_form>ul>li input[type=date]::-moz-placeholder,
.contact_message_form>ul>li input[type=email]:-moz-placeholder,
.contact_message_form>ul>li input[type=email]::-moz-placeholder,
.contact_message_form>ul>li input[type=tel]:-moz-placeholder,
.contact_message_form>ul>li input[type=tel]::-moz-placeholder,
.contact_message_form>ul>li input[type=text]:-moz-placeholder,
.contact_message_form>ul>li input[type=text]::-moz-placeholder {
	color: #333;
	font-size: 14px
}

.contact_message_form>ul>li input[type=date]:-ms-input-placeholder,
.contact_message_form>ul>li input[type=email]:-ms-input-placeholder,
.contact_message_form>ul>li input[type=tel]:-ms-input-placeholder,
.contact_message_form>ul>li input[type=text]:-ms-input-placeholder {
	color: #333;
	font-size: 14px
}

@media (max-width:668px) {

	.contact_message_form>ul>li input[type=date],
	.contact_message_form>ul>li input[type=email],
	.contact_message_form>ul>li input[type=tel],
	.contact_message_form>ul>li input[type=text] {
		padding: 0 20px;
		line-height: 44px
	}
}

.contact_message_form>ul>li input[type=date]:focus,
.contact_message_form>ul>li input[type=email]:focus,
.contact_message_form>ul>li input[type=tel]:focus,
.contact_message_form>ul>li input[type=text]:focus {
	border-color: #c5c5c5
}

.contact_message_form>ul>li textarea {
	width: 100%;
	height: 230px;
	line-height: 30px;
	padding: 10px 30px;
	border: none;
	outline: 0;
	font-size: 14px;
	color: #333;
	background: #fff;
	border-radius: 0
}

.contact_message_form>ul>li textarea::-webkit-input-placeholder {
	color: #333;
	font-size: 14px
}

.contact_message_form>ul>li textarea:-moz-placeholder,
.contact_message_form>ul>li textarea::-moz-placeholder {
	color: #333;
	font-size: 14px
}

.contact_message_form>ul>li textarea:-ms-input-placeholder {
	color: #333;
	font-size: 14px
}

@media (max-width:668px) {
	.contact_message_form>ul>li textarea {
		height: 200px;
		padding: 10px 20px 20px 18px;
		box-shadow: none;
		font-size: 14px
	}
}

.contact_message_form>ul>li textarea:focus {
	border-color: #c5c5c5
}

.contact_message_form>ul>li span.wpcf7-form-control-wrap {
	display: block;
	position: relative
}

.contact_message_form>ul>li span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact_message_form>ul>li span.wpcf7-form-control-wrap.captcha-tqchina .wpcf7-not-valid-tip {
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.contact_message_form>ul>li span[role=alert] {
	width: 100%;
	color: #243b87;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: -20px
}

.contact_message_form>ul>li div.wpcf7-acceptance-missing,
.contact_message_form>ul>li div.wpcf7-validation-errors {
	border: 1px solid #243b87
}

.contact_message_form>ul>li div.wpcf7-mail-sent-ok {
	background-color: hsla(0, 0%, 77.3%, .3)
}

.contact_message_form>ul>li div.wpcf7-response-output {
	margin: 10px 0;
	font-size: 12px;
	color: #333
}

.contact_message_form>ul>li.item_submit {
	width: 100%;
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contact_message_form>ul>li.item_submit .captcha {
	width: 50%;
	max-width: 250px;
	height: 2.64rem;
	position: relative
}

@media (max-width:668px) {
	.contact_message_form>ul>li.item_submit .captcha {
		height: 44px
	}
}

.contact_message_form>ul>li.item_submit .captcha .wpcf7-captchac {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

@media (max-width:668px) {
	.contact_message_form>ul>li.item_submit .captcha .wpcf7-captchac {
		right: 10px
	}
}

.contact_message_form>ul>li.item_submit .captcha input[type=text] {
	width: 100%;
	line-height: 55px;
	padding: 0 20px;
	outline: 0;
	font-size: 14px;
	color: #333;
	border: none;
	background: #fff;
	border-radius: 0
}

.contact_message_form>ul>li.item_submit .captcha input[type=text]::-webkit-input-placeholder {
	color: #333;
	font-size: 14px
}

.contact_message_form>ul>li.item_submit .captcha input[type=text]:-moz-placeholder,
.contact_message_form>ul>li.item_submit .captcha input[type=text]::-moz-placeholder {
	color: #333;
	font-size: 14px
}

.contact_message_form>ul>li.item_submit .captcha input[type=text]:-ms-input-placeholder {
	color: #333;
	font-size: 14px
}

@media (max-width:668px) {
	.contact_message_form>ul>li.item_submit .captcha input[type=text] {
		padding: 0 10px;
		line-height: 44px
	}
}

.contact_message_form>ul>li.item_submit .captcha input[type=text]:focus {
	border-color: #c5c5c5
}

.contact_message_form>ul>li.item_submit .submit {
	width: 50%;
	max-width: 250px;
	padding-left: 20px
}

.contact_message_form>ul>li.item_submit .submit .wpcf7-submit {
	width: 100%;
	line-height: 55px;
	border: none;
	outline: 0;
	font-size: 16px;
	color: #fff;
	background: #243b87;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.contact_message_form>ul>li.item_submit .submit .wpcf7-submit {
		height: 44px;
		line-height: 44px
	}
}

.contact_message_form>ul>li.item_submit .submit .wpcf7-submit:hover {
	background: #19295f
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	-webkit-transition: all .5s;
	transition: all .5s
}

.bgwhite .header,
.scrolled .header {
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

/* .header>.inner {
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1440px) {
	.header>.inner {
		height: 80px
	}
}

@media (max-width:1201px) {
	.header>.inner {
		height: 60px
	}
}

.scrolled .header>.inner {
	height: 80px
}

@media (max-width:1201px) {
	.scrolled .header>.inner {
		height: 60px
	}
}

.header_logo {
	width: 239px;
	height: 65px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1440px) {
	.header_logo {
		width: 147px;
		height: 40px
	}
}

@media (max-width:1201px) {
	.header_logo {
		width: 129px;
		height: 35px
	}
}

.header_logo img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s
}

.header_logo .white{
	top: 10px;
}

.header_logo img.white {
	opacity: 1
}

.header_logo img.color {
	opacity: 0
} */

.scrolled .header_logo {
	width: 147px;
	height: 40px
}

@media (max-width:1201px) {
	.scrolled .header_logo {
		width: 129px;
		height: 35px
	}
}

.scrolled .header_logo img.white {
	opacity: 0
}

.scrolled .header_logo img.color {
	opacity: 1
}

.bgwhite .header_logo img.white {
	opacity: 0
}

.bgwhite .header_logo img.color {
	opacity: 1
}
/* 
.header_nav {
	margin-left: auto;
	margin-right: 2.4rem
}

@media (max-width:1201px) {
	.header_nav {
		display: none
	}
}

.header_nav>ul {
	margin: 0 -1.6rem;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header_nav>ul>li {
	padding: 0 .4rem;
	margin: 0 .8rem;
	position: relative
}

@media (max-width:1440px) {
	.header_nav>ul>li {
		padding: 0 .6rem;
		margin: 0 .6rem
	}
}

.header_nav>ul>li>a {
	font-size: .75rem;
	line-height: 100px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media screen and (min-width:1440px) and (max-width:1540px){
	.header_nav>ul>li>a {
		font-size: .7rem;
	}
}

@media (max-width:1440px) {
	.header_nav>ul>li>a {
		font-size: .7rem;
	}
}

.header_nav>ul>li>a svg {
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.scrolled .header_nav>ul>li>a {
	color: #333;
	line-height: 80px
}

.scrolled .header_lang span {
	color:#243b87;
}

.scrolled .header_lang:after {
    color: #243b87;
    content: "";
    margin-left: 5px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
    border: 5px dashed transparent;
    border-top: 5px solid #243b87;
    border-bottom: none;
}




.scrolled .header_nav>ul>li.on>a {
	color: #f1b310;
	line-height: 80px
}


.bgwhite .header_nav>ul>li>a,
.bgwhite .header_nav>ul>li>a svg,
.scrolled .header_nav>ul>li>a svg {
	color: #333
} */

/* .header_nav>ul>li .sub {
	display: none;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	top: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
}

.scrolled .header_nav>ul>li .sub {
	top: 80px
}

.header_nav>ul>li .sub>ul {
	margin: 0;
	padding: 0
}

.header_nav>ul>li .sub>ul>li {
	display: block
}

.header_nav>ul>li .sub>ul>li a {
	display: block;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;

	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1380px) {
	.header_nav>ul>li .sub>ul>li a {
		font-size: 14px;
		line-height: 40px
	}
}

.header_nav>ul>li .sub>ul>li a:hover {
	background-color: #243b87;
	color:#fff;
}

.header_nav>ul>li.on>a,
.header_nav>ul>li.on>a svg {
	color: #f3f3f3;
	font-weight:bold;
}

.header_qr {
	width: 4.4rem;
	height: 100%;
	background: no-repeat;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1201px) {
	.header_qr {
		display: none
	}
}

.scrolled .header_qr {background: #243b87;}

.header_qr svg {
	width: 22px;
	height: 22px;
	color: #000;
	-webkit-transition: all .5s;
	transition: all .5s
}

.header_qr .qr_box {
	display: none;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 2
}

.footer_social .qr_box span{
	height:40px;
	line-height:40px;
}

@media (max-width:1440px) {
	.header_qr .qr_box {
		top: 80px
	}
}

.scrolled .header_qr .qr_box {
	top: 80px
}

.header_qr .qr_box img {
	width: 100%
}

.header_qr .qr_box span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333
}

@media (max-width:1440px) {
	.header_qr .qr_box span {
		font-size: 12px
	}
}



.header_qr:hover svg {
	color: #fff
}

.header_qr:hover .qr_box {
	display: block
}

.header_lang {
	width: 4.4rem;
	height: 100%;
	background-color: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1201px) {
	.header_lang {
		margin-left: auto;
		margin-right: 50px;
		background: none
	}
}

.header_lang:after {
	content: "";
	margin-left: 5px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
	border: 5px dashed transparent;
	border-top: 5px solid #fff;
	border-bottom: none
}

@media (max-width:1201px) {
	.header_lang:after {
		display: none
	}
}

.header_lang span {
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	font-family: Montserrat-Bold
}

@media (max-width:1440px) {
	.header_lang span {
		font-size: 14px
	}
}

@media (max-width:1201px) {
	.header_lang span {
		color: #fff
	}

	.scrolled .header_lang span {
		color: #333
	}
}

.header_lang:hover span {

   font-weight:bold;
   color:#f1b310;
}

@media (max-width:1201px) {
	.header_lang:hover {
		background: none
	}
} */

.footer {
	background-color: #f5f5f5;
}

.footer_top {
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:1440px) {
	.footer_top {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:968px) {
	.footer_top {
		padding-top: 20px;
		padding-bottom: 20px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer_nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 7rem;
}

@media (max-width:1440px) {
	.footer_nav {
		padding-right: 1rem;
	}
}

@media (max-width:968px) {
	.footer_nav {
		display: none
	}
}

.footer_nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer_nav>ul>li {
	min-width: 124px
}

@media (max-width:1380px) {
	.footer_nav>ul>li {
		margin-right: 20px
	}

	.footer_nav>ul>li:last-of-type {
		margin-right: 0
	}
}

.footer_nav>ul>li>a {
	display: block;
	font-size: .75rem;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}

@media (max-width:1380px) {
	.footer_nav>ul>li>a {
		font-size: 18px;
	}
}

.footer_nav>ul>li>a:after {
	content: "";
	margin: 1.2rem 0;
	display: block;
	/* width: 124px; */
	height: 1px;
	line-height: 1px;
	background-color: #d7d7d7;
}

.footer_nav>ul>li>ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 35px;
	color: #f3f3f3;
}

@media (max-width:1380px) {
	.footer_nav>ul>li>ul {
		font-size: 12px
	}
}

.footer_nav>ul>li>ul>li {
	display: block;
	text-align: center;
	line-height: 30px;
}

.footer_nav>ul>li>ul a {
	color: #333;
	-webkit-transition: all .5s;
	font-size: 14px;
	/* line-height: 20px; */
	transition: all .5s;
}

.footer_nav>ul>li>ul a:hover {
	color: #f1b310;
}

.footer_social {
	width: 290px;
	margin-right: 150px;
}

@media (max-width:1380px) {
	.footer_social {
		width: 290px;
		margin-right: 50px;
	}
}

.footer_social>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	margin-left: 15px;
}

.footer_social>ul>li {
	/* width: 40px; */
	/* height: 40px; */
	/* line-height: 40px; */
	margin-right: 15px;
	color: #333;
	background: #fff;
	border-radius: 50%;
}

.footer_social>ul>li i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1380px) {
	.footer_social>ul>li {
		width: 40px;
		height: 40px;
	}
}

.footer_social>ul>li svg {
	width: 20px;
	height: 20px;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer_social>ul>li .qr {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	background: none;
	border: none;
	outline: 0;
}

.footer_social>ul>li img{
	width: 40px;
}

@media (max-width:1380px) {
	.footer_social>ul>li .qr {
		width: 40px;
		height: 40px;
	}
}

.footer_social>ul>li .qr .qr_box {
	display: none;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	position: absolute;
	left: 50%;
	bottom: 28px;
	margin-left: -50px;
	z-index: 2;
	margin-bottom: 25px;
}

.footer_social>ul>li .qr .qr_box img {
	width: 100px;
}

.footer_social>ul>li .qr .qr_box span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333
}

@media (max-width:1440px) {
	.footer_social>ul>li .qr .qr_box span {
		font-size: 12px
	}
}

.footer_social>ul>li .qr:hover svg {
	color: #243b87
}

.footer_social>ul>li .qr:hover .qr_box {
	display: block
}

.footer_social>ul>li a {
	width: 100%;
	height: 100%
}

.footer_social>ul>li a:hover svg {
	color: #243b87
}

.footer_copyright {
	border-top: 1px solid #ddd;
	padding: 0.2rem 0;
	font-size: 14px;
	line-height: 2em;
	color: #;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:1380px) {
	.footer_copyright {
		font-size: 12px
	}
}

@media (max-width:668px) {
	.footer_copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		line-height: 1.5em
	}
}

.footer_copyright a {
	color: #66;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer_copyright a:hover {
	color: #fff;
}

.footer_copyright p {
	margin: 0
}

.footer_copyright p:last-of-type a {
	/* opacity: .5 */
}

.footer_copyright p:last-of-type a:hover {
	opacity: 1
}

.footer_copyright br {
	display: none
}

@media (max-width:668px) {
	.footer_copyright br {
		display: block
	}
}

a {
	display: inline-block
}

a p.more01 {
	margin-bottom: 0;
	/* margin-top: 240px; */
	width: 200px;
	height: 54px;
	/* border-radius: 27px; */
	background-color: #7bc44e;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* .a p.more01{
	margin-top: 240px;
} */

@media (max-width:1380px) {
	a p.more01 {
		width: 140px;
		height: 44px;
		border-radius: 22px
	}
}

a p.more01 span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1em
}

@media (max-width:1380px) {
	a p.more01 span {
		font-size: 14px
	}
}

a p.more01 i {
	width: 1px;
	height: 20px;
	margin: 0 20px;
	background-color: hsla(0, 0%, 100%, .5)
}

@media (max-width:1380px) {
	a p.more01 i {
		margin: 0 10px
	}
}

a p.more01 svg {
	width: 10px;
	height: 10px
}

a p.more01.border_bgn {
	background: none;
	border: 1px solid #fff
}

a p.more01.border_bgn:hover {
	border-color: #243b87
}


a:hover p.more01 {
	background-color: #243b87
}

/* 011 */
a p.more011 {
	margin-bottom: 0;
	margin-top: 170px;
	width: 200px;
	height: 54px;
	/* border-radius: 27px; */
	background-color: #7bc44e;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* .a p.more011{
	margin-top: 240px;
} */

@media (max-width:1380px) {
	a p.more011 {
		width: 140px;
		height: 44px;
		border-radius: 22px
	}
}

a p.more011 span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1em
}

@media (max-width:1380px) {
	a p.more011 span {
		font-size: 14px
	}
}

a p.more011 i {
	width: 1px;
	height: 20px;
	margin: 0 20px;
	background-color: hsla(0, 0%, 100%, .5)
}

@media (max-width:1380px) {
	a p.more011 i {
		margin: 0 10px
	}
}

a p.more011 svg {
	width: 10px;
	height: 10px
}

a p.more011.border_bgn {
	background: none;
	border: 1px solid #fff
}

a p.more011.border_bgn:hover {
	border-color: #243b87
}


a:hover p.more011 {
	background-color: #243b87
}
/* end */

a span.more02 {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1201px) {
	a span.more02 {
		margin-top: 20px
	}
}

@media (max-width:668px) {
	a span.more02 {
		width: 36px;
		height: 36px
	}
}

a span.more02 i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

a span.more02 i:after,
a span.more02 i:before {
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	line-height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

a span.more02 i:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

a span.more02 i:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}

a:hover span.more02 {
	background-color: #fff
}

a:hover span.more02 i:after,
a:hover span.more02 i:before {
	background-color: #243b87
}

.title01 {
	margin: 0;
	padding: 0;
	color: #243b87
}

.title01 span {
	font-size: 16px;
	font-family: Montserrat-Bold
}

.title01 b,
.title01 span {
	display: block;
	line-height: 1em
}

.title01 b {
	margin-top: 60px;
	margin-bottom: 70px;
	font-size: 28px;
	font-weight: bold;
}

.title01.white {
	color: #fff
}

.title02 {
    margin: 0;
    padding: 0;
    color: #1d1d1f;
    margin: 60px 0 70px;
    text-align: left;
}

.title02 b {
    margin-top: 60px;
    margin-bottom: 70px;
    font-size: 28px;
    font-weight: 700;
    display: block;
    /* line-height: 100px; */
}

.cont2-more {
    text-align: center;
    padding: 10px 0;
    margin-top: 40px;
}

.cont2-more a {
    border: solid 1px #333;
    font-size: 16px;
    color: #333;
	padding: 10px 40px;
	transition: all .5s;
}

.cont2-more:hover a {
	background:#243b87;
	color:#fff;
}

.n_banner img {
	width: 100%
}

.infobar {
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	font-size: 14px;
	line-height: 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.infobar,
.infobar .bread {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.infobar .bread svg {
	width: 14px;
	height: 14px;
	color: #000;
	margin-right: 5px
}

.infobar .bread>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.infobar .bread>ul>li>a {
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s
}

.infobar .bread>ul>li>a:after {
	content: ">";
	margin: 0 5px
}

.infobar .bread>ul>li>a:hover {
	color: #243b87
}

.btn_page_back {
	width: 120px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #333;
	background: none;
	outline: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-transition: all .5s;
	transition: all .5s
}

.btn_page_back svg {
	width: 12px;
	height: 12px;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s
}

.btn_page_back span {
	font-size: 14px;
	margin-left: 10px;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s
}

.btn_page_back:hover {
	border-color: #243b87;
	background-color: #243b87
}

.btn_page_back:hover span,
.btn_page_back:hover svg {
	color: #fff
}

.page_commpn_wrap {
	padding-bottom: 2rem
}

.page_commpn {
	padding: 1.6rem;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.page_commpn .title {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: #243b87
}

.page_commpn .title:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	line-height: 1px;
	background-color: #243b87;
	margin: 20px 0
}

.page_commpn .title.center {
	text-align: center;
	font-size: .96rem;
	line-height: 1.5em
}

.page_commpn .title.center:after {
	margin-left: auto;
	margin-right: auto
}

.page_commpn .title.noline:after {
	display: none
}

.page_commpn_info {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 2em;
	text-align: center
}

@media (max-width:668px) {
	.page_commpn_info {
		font-size: 12px;
		padding: 5px 0
	}
}

.page_commpn_txt {
	font-size: 16px;
	line-height: 2em;
	color: #333
}

@media (max-width:1440px) {
	.page_commpn_txt {
		font-size: 14px
	}
}

.page_commpn_txt img {
	max-width: 100% !important;
	height: auto !important
}

.page_commpn .btn_page_back {
	margin: 20px auto 0
}

.sub_nav {
	padding-top: 4rem;
	padding-bottom: 4rem
}

@media (max-width:1440px) {
	.sub_nav {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem
	}
}

@media (max-width:1201px) {
	.sub_nav {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:668px) {
	.sub_nav {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.sub_nav>ul {
	margin: 0 -1.6rem;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.sub_nav>ul>li {
	padding: 0 1.6rem
}

.sub_nav>ul>li>a {
	font-size: 1.68rem;
	line-height: 1em;
	color: rgba(0, 0, 0, .5)
}

@media (max-width:1440px) {
	.sub_nav>ul>li>a {
		font-size: 1.2rem
	}
}

.sub_nav>ul>li.current-cat>a {
	color: #243b87
}


@media (max-width:768px) {


	.index_projects>ul>li:nth-of-type(2)>ul>li {
		width: 97.5%;

		margin-bottom:5px;
	}

	.index_projects>ul>li a .txt .title span.cn {
	
		margin-top: 20px;

	}
	.index_projects>ul>li:nth-of-type(2)>ul>li a .txt .bottom {

		margin-top: 60px;
	
	}

	#zpbt b{
		font-size: 24px;
		margin:30px 0;
	}


	.title02 {
		margin: 30px 0 40px;
	}

	.title01 {
		margin: 30px 0 40px;
	}

	.title02 b{
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.title01 b{
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.index_projects>ul>li:nth-of-type(2)>ul>li a .txt .bottom .des{
		font-size: 14px;
	}
}