.ant-image-preview,
.ant-modal {
	pointer-events: none
}

.ant-image-preview.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-modal.zoom-appear,
.ant-modal.zoom-enter {
	transform: none;
	opacity: 0;
	animation-duration: .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ant-image-preview-mask,
.ant-modal-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	filter: alpha(opacity=50)
}

.ant-image-preview-mask-hidden,
.ant-modal-mask-hidden {
	display: none
}

.ant-image-preview-wrap,
.ant-modal-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	outline: 0;
	-webkit-overflow-scrolling: touch
}

[class*=ant-]::-ms-clear,
[class*=ant-] input::-ms-clear,
[class*=ant-] input::-ms-reveal,
[class^=ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal {
	display: none
}

[class*=ant-],
[class*=ant-] *,
[class*=ant-] :after,
[class*=ant-] :before,
[class^=ant-],
[class^=ant-] *,
[class^=ant-] :after,
[class^=ant-] :before {
	box-sizing: border-box
}

body,
html {
	width: 100%;
	height: 100%
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

body {
	margin: 0;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-variant: tabular-nums;
	line-height: 1.5715;
	background-color: #fff;
	font-feature-settings: "tnum"
}

[tabindex="-1"]:focus {
	outline: none!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5em;
	color: rgba(0, 0, 0, .85);
	font-weight: 500
}

p {
	margin-top: 0;
	margin-bottom: 1em
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: 0;
	cursor: help
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit
}

input[type=number],
input[type=password],
input[type=text],
textarea {
	-webkit-appearance: none
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1em
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 500
}

dd {
	margin-bottom: .5em;
	margin-left: 0
}

blockquote {
	margin: 0 0 1em
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #284b99;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	transition: color .3s;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #277f82
}

a:active {
	color: #07484f
}

a:active,
a:hover {
	text-decoration: none;
	outline: 0
}

a:focus {
	text-decoration: none;
	outline: 0
}

a[disabled] {
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed;
	pointer-events: none
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace
}

pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto
}

figure {
	margin: 0 0 1em
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75em;
	padding-bottom: .3em;
	color: rgba(0, 0, 0, .45);
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5em;
	padding: 0;
	color: inherit;
	font-size: 1.5em;
	line-height: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none!important
}

mark {
	padding: .2em;
	background-color: #feffe6
}

::selection {
	color: #fff;
	background: #284b99
}

.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	display: table;
	clear: both;
	content: ""
}

.anticon {
	display: inline-block;
	color: inherit;
	font-style: normal;
	line-height: 0;
	text-align: center;
	text-transform: none;
	vertical-align: -.125em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.anticon>* {
	line-height: 1
}

.anticon svg {
	display: inline-block
}

.anticon:before {
	display: none
}

.anticon .anticon-icon {
	display: block
}

.anticon[tabindex] {
	cursor: pointer
}

.anticon-spin:before {
	display: inline-block;
	animation: loadingCircle 1s linear infinite
}

.anticon-spin {
	display: inline-block;
	animation: loadingCircle 1s linear infinite
}

.fade-appear,
.fade-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.fade-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.fade-appear.fade-appear-active,
.fade-enter.fade-enter-active {
	animation-name: antFadeIn;
	animation-play-state: running
}

.fade-leave.fade-leave-active {
	animation-name: antFadeOut;
	animation-play-state: running;
	pointer-events: none
}

.fade-appear,
.fade-enter {
	opacity: 0;
	animation-timing-function: linear
}

.fade-leave {
	animation-timing-function: linear
}

@keyframes antFadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes antFadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.move-up-appear,
.move-up-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.move-up-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.move-up-appear.move-up-appear-active,
.move-up-enter.move-up-enter-active {
	animation-name: antMoveUpIn;
	animation-play-state: running
}

.move-up-leave.move-up-leave-active {
	animation-name: antMoveUpOut;
	animation-play-state: running;
	pointer-events: none
}

.move-up-appear,
.move-up-enter {
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-up-leave {
	animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-down-appear,
.move-down-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.move-down-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.move-down-appear.move-down-appear-active,
.move-down-enter.move-down-enter-active {
	animation-name: antMoveDownIn;
	animation-play-state: running
}

.move-down-leave.move-down-leave-active {
	animation-name: antMoveDownOut;
	animation-play-state: running;
	pointer-events: none
}

.move-down-appear,
.move-down-enter {
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-down-leave {
	animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-left-appear,
.move-left-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.move-left-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.move-left-appear.move-left-appear-active,
.move-left-enter.move-left-enter-active {
	animation-name: antMoveLeftIn;
	animation-play-state: running
}

.move-left-leave.move-left-leave-active {
	animation-name: antMoveLeftOut;
	animation-play-state: running;
	pointer-events: none
}

.move-left-appear,
.move-left-enter {
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-left-leave {
	animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-right-appear,
.move-right-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.move-right-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.move-right-appear.move-right-appear-active,
.move-right-enter.move-right-enter-active {
	animation-name: antMoveRightIn;
	animation-play-state: running
}

.move-right-leave.move-right-leave-active {
	animation-name: antMoveRightOut;
	animation-play-state: running;
	pointer-events: none
}

.move-right-appear,
.move-right-enter {
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-right-leave {
	animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

@keyframes antMoveDownIn {
	0% {
		transform: translateY(100%);
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		transform: translateY(0);
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antMoveDownOut {
	0% {
		transform: translateY(0);
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		transform: translateY(100%);
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antMoveLeftIn {
	0% {
		transform: translateX(-100%);
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		transform: translateX(0);
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antMoveLeftOut {
	0% {
		transform: translateX(0);
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		transform: translateX(-100%);
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antMoveRightIn {
	0% {
		transform: translateX(100%);
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		transform: translateX(0);
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antMoveRightOut {
	0% {
		transform: translateX(0);
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		transform: translateX(100%);
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antMoveUpIn {
	0% {
		transform: translateY(-100%);
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		transform: translateY(0);
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antMoveUpOut {
	0% {
		transform: translateY(0);
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		transform: translateY(-100%);
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes loadingCircle {
	to {
		transform: rotate(1turn)
	}
}

[ant-click-animating-without-extra-node=true],
[ant-click-animating=true] {
	position: relative
}

html {
	--antd-wave-shadow-color: #284b99;
	--scroll-bar: 0
}

.ant-click-animating-node,
[ant-click-animating-without-extra-node=true]:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-radius: inherit;
	box-shadow: 0 0 0 0 #284b99;
	box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
	opacity: .2;
	animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
	animation-fill-mode: forwards;
	content: "";
	pointer-events: none
}

@keyframes waveEffect {
	to {
		box-shadow: 0 0 0 #284b99;
		box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
	}
}

@keyframes fadeEffect {
	to {
		opacity: 0
	}
}

.slide-up-appear,
.slide-up-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.slide-up-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.slide-up-appear.slide-up-appear-active,
.slide-up-enter.slide-up-enter-active {
	animation-name: antSlideUpIn;
	animation-play-state: running
}

.slide-up-leave.slide-up-leave-active {
	animation-name: antSlideUpOut;
	animation-play-state: running;
	pointer-events: none
}

.slide-up-appear,
.slide-up-enter {
	opacity: 0;
	animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-up-leave {
	animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-down-appear,
.slide-down-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.slide-down-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.slide-down-appear.slide-down-appear-active,
.slide-down-enter.slide-down-enter-active {
	animation-name: antSlideDownIn;
	animation-play-state: running
}

.slide-down-leave.slide-down-leave-active {
	animation-name: antSlideDownOut;
	animation-play-state: running;
	pointer-events: none
}

.slide-down-appear,
.slide-down-enter {
	opacity: 0;
	animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-down-leave {
	animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-left-appear,
.slide-left-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.slide-left-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.slide-left-appear.slide-left-appear-active,
.slide-left-enter.slide-left-enter-active {
	animation-name: antSlideLeftIn;
	animation-play-state: running
}

.slide-left-leave.slide-left-leave-active {
	animation-name: antSlideLeftOut;
	animation-play-state: running;
	pointer-events: none
}

.slide-left-appear,
.slide-left-enter {
	opacity: 0;
	animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-left-leave {
	animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-right-appear,
.slide-right-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.slide-right-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.slide-right-appear.slide-right-appear-active,
.slide-right-enter.slide-right-enter-active {
	animation-name: antSlideRightIn;
	animation-play-state: running
}

.slide-right-leave.slide-right-leave-active {
	animation-name: antSlideRightOut;
	animation-play-state: running;
	pointer-events: none
}

.slide-right-appear,
.slide-right-enter {
	opacity: 0;
	animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-right-leave {
	animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

@keyframes antSlideUpIn {
	0% {
		transform: scaleY(.8);
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		transform: scaleY(1);
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antSlideUpOut {
	0% {
		transform: scaleY(1);
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		transform: scaleY(.8);
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antSlideDownIn {
	0% {
		transform: scaleY(.8);
		transform-origin: 100% 100%;
		opacity: 0
	}
	to {
		transform: scaleY(1);
		transform-origin: 100% 100%;
		opacity: 1
	}
}

@keyframes antSlideDownOut {
	0% {
		transform: scaleY(1);
		transform-origin: 100% 100%;
		opacity: 1
	}
	to {
		transform: scaleY(.8);
		transform-origin: 100% 100%;
		opacity: 0
	}
}

@keyframes antSlideLeftIn {
	0% {
		transform: scaleX(.8);
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		transform: scaleX(1);
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antSlideLeftOut {
	0% {
		transform: scaleX(1);
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		transform: scaleX(.8);
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antSlideRightIn {
	0% {
		transform: scaleX(.8);
		transform-origin: 100% 0;
		opacity: 0
	}
	to {
		transform: scaleX(1);
		transform-origin: 100% 0;
		opacity: 1
	}
}

@keyframes antSlideRightOut {
	0% {
		transform: scaleX(1);
		transform-origin: 100% 0;
		opacity: 1
	}
	to {
		transform: scaleX(.8);
		transform-origin: 100% 0;
		opacity: 0
	}
}

.zoom-appear,
.zoom-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-appear.zoom-appear-active,
.zoom-enter.zoom-enter-active {
	animation-name: antZoomIn;
	animation-play-state: running
}

.zoom-leave.zoom-leave-active {
	animation-name: antZoomOut;
	animation-play-state: running;
	pointer-events: none
}

.zoom-appear,
.zoom-enter {
	transform: scale(0);
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-appear-prepare,
.zoom-enter-prepare {
	transform: none
}

.zoom-leave {
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-appear,
.zoom-big-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-big-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-big-appear.zoom-big-appear-active,
.zoom-big-enter.zoom-big-enter-active {
	animation-name: antZoomBigIn;
	animation-play-state: running
}

.zoom-big-leave.zoom-big-leave-active {
	animation-name: antZoomBigOut;
	animation-play-state: running;
	pointer-events: none
}

.zoom-big-appear,
.zoom-big-enter {
	transform: scale(0);
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-big-appear-prepare,
.zoom-big-enter-prepare {
	transform: none
}

.zoom-big-leave {
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-fast-appear,
.zoom-big-fast-enter {
	animation-duration: .1s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-big-fast-leave {
	animation-duration: .1s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-big-fast-appear.zoom-big-fast-appear-active,
.zoom-big-fast-enter.zoom-big-fast-enter-active {
	animation-name: antZoomBigIn;
	animation-play-state: running
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
	animation-name: antZoomBigOut;
	animation-play-state: running;
	pointer-events: none
}

.zoom-big-fast-appear,
.zoom-big-fast-enter {
	transform: scale(0);
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-big-fast-appear-prepare,
.zoom-big-fast-enter-prepare {
	transform: none
}

.zoom-big-fast-leave {
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-up-appear,
.zoom-up-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-up-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-up-appear.zoom-up-appear-active,
.zoom-up-enter.zoom-up-enter-active {
	animation-name: antZoomUpIn;
	animation-play-state: running
}

.zoom-up-leave.zoom-up-leave-active {
	animation-name: antZoomUpOut;
	animation-play-state: running;
	pointer-events: none
}

.zoom-up-appear,
.zoom-up-enter {
	transform: scale(0);
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-up-appear-prepare,
.zoom-up-enter-prepare {
	transform: none
}

.zoom-up-leave {
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-down-appear,
.zoom-down-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-down-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-down-appear.zoom-down-appear-active,
.zoom-down-enter.zoom-down-enter-active {
	animation-name: antZoomDownIn;
	animation-play-state: running
}

.zoom-down-leave.zoom-down-leave-active {
	animation-name: antZoomDownOut;
	animation-play-state: running;
	pointer-events: none
}

.zoom-down-appear,
.zoom-down-enter {
	transform: scale(0);
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-down-appear-prepare,
.zoom-down-enter-prepare {
	transform: none
}

.zoom-down-leave {
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-left-appear,
.zoom-left-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-left-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-left-appear.zoom-left-appear-active,
.zoom-left-enter.zoom-left-enter-active {
	animation-name: antZoomLeftIn;
	animation-play-state: running
}

.zoom-left-leave.zoom-left-leave-active {
	animation-name: antZoomLeftOut;
	animation-play-state: running;
	pointer-events: none
}

.zoom-left-appear,
.zoom-left-enter {
	transform: scale(0);
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-left-appear-prepare,
.zoom-left-enter-prepare {
	transform: none
}

.zoom-left-leave {
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-right-appear,
.zoom-right-enter {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-right-leave {
	animation-duration: .2s;
	animation-fill-mode: both;
	animation-play-state: paused
}

.zoom-right-appear.zoom-right-appear-active,
.zoom-right-enter.zoom-right-enter-active {
	animation-name: antZoomRightIn;
	animation-play-state: running
}

.zoom-right-leave.zoom-right-leave-active {
	animation-name: antZoomRightOut;
	animation-play-state: running;
	pointer-events: none
}

.zoom-right-appear,
.zoom-right-enter {
	transform: scale(0);
	opacity: 0;
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-right-appear-prepare,
.zoom-right-enter-prepare {
	transform: none
}

.zoom-right-leave {
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

@keyframes antZoomIn {
	0% {
		transform: scale(.2);
		opacity: 0
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes antZoomOut {
	0% {
		transform: scale(1)
	}
	to {
		transform: scale(.2);
		opacity: 0
	}
}

@keyframes antZoomBigIn {
	0% {
		transform: scale(.8);
		opacity: 0
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes antZoomBigOut {
	0% {
		transform: scale(1)
	}
	to {
		transform: scale(.8);
		opacity: 0
	}
}

@keyframes antZoomUpIn {
	0% {
		transform: scale(.8);
		transform-origin: 50% 0;
		opacity: 0
	}
	to {
		transform: scale(1);
		transform-origin: 50% 0
	}
}

@keyframes antZoomUpOut {
	0% {
		transform: scale(1);
		transform-origin: 50% 0
	}
	to {
		transform: scale(.8);
		transform-origin: 50% 0;
		opacity: 0
	}
}

@keyframes antZoomLeftIn {
	0% {
		transform: scale(.8);
		transform-origin: 0 50%;
		opacity: 0
	}
	to {
		transform: scale(1);
		transform-origin: 0 50%
	}
}

@keyframes antZoomLeftOut {
	0% {
		transform: scale(1);
		transform-origin: 0 50%
	}
	to {
		transform: scale(.8);
		transform-origin: 0 50%;
		opacity: 0
	}
}

@keyframes antZoomRightIn {
	0% {
		transform: scale(.8);
		transform-origin: 100% 50%;
		opacity: 0
	}
	to {
		transform: scale(1);
		transform-origin: 100% 50%
	}
}

@keyframes antZoomRightOut {
	0% {
		transform: scale(1);
		transform-origin: 100% 50%
	}
	to {
		transform: scale(.8);
		transform-origin: 100% 50%;
		opacity: 0
	}
}

@keyframes antZoomDownIn {
	0% {
		transform: scale(.8);
		transform-origin: 50% 100%;
		opacity: 0
	}
	to {
		transform: scale(1);
		transform-origin: 50% 100%
	}
}

@keyframes antZoomDownOut {
	0% {
		transform: scale(1);
		transform-origin: 50% 100%
	}
	to {
		transform: scale(.8);
		transform-origin: 50% 100%;
		opacity: 0
	}
}

.ant-motion-collapse-legacy {
	overflow: hidden
}

.ant-motion-collapse-legacy-active {
	transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1)!important
}

.ant-motion-collapse {
	overflow: hidden;
	transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1)!important
}

.ant-image-preview,
.ant-modal {
	pointer-events: none
}

.ant-image-preview.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-modal.zoom-appear,
.ant-modal.zoom-enter {
	transform: none;
	opacity: 0;
	animation-duration: .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ant-image-preview-mask,
.ant-modal-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	filter: alpha(opacity=50)
}

.ant-image-preview-mask-hidden,
.ant-modal-mask-hidden {
	display: none
}

.ant-image-preview-wrap,
.ant-modal-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	outline: 0;
	-webkit-overflow-scrolling: touch
}

.ant-message {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	font-feature-settings: "tnum";
	position: fixed;
	top: 8px;
	left: 0;
	z-index: 1010;
	width: 100%;
	pointer-events: none
}

.ant-message-notice {
	padding: 8px;
	text-align: center
}

.ant-message-notice-content {
	display: inline-block;
	padding: 10px 16px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
	pointer-events: all
}

.ant-message-success .anticon {
	color: #52c41a
}

.ant-message-error .anticon {
	color: #ff4d4f
}

.ant-message-warning .anticon {
	color: #faad14
}

.ant-message-info .anticon,
.ant-message-loading .anticon {
	color: #284b99
}

.ant-message .anticon {
	position: relative;
	top: 1px;
	margin-right: 8px;
	font-size: 16px
}

.ant-message-notice.move-up-leave.move-up-leave-active {
	animation-name: MessageMoveOut;
	animation-duration: .3s
}

@keyframes MessageMoveOut {
	0% {
		max-height: 150px;
		padding: 8px;
		opacity: 1
	}
	to {
		max-height: 0;
		padding: 0;
		opacity: 0
	}
}

.ant-message-rtl {
	direction: rtl
}

.ant-message-rtl span {
	direction: rtl
}

.ant-message-rtl .anticon {
	margin-right: 0;
	margin-left: 8px
}

.ant-image-preview,
.ant-modal {
	pointer-events: none
}

.ant-image-preview.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-modal.zoom-appear,
.ant-modal.zoom-enter {
	transform: none;
	opacity: 0;
	animation-duration: .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ant-image-preview-mask,
.ant-modal-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	filter: alpha(opacity=50)
}

.ant-image-preview-mask-hidden,
.ant-modal-mask-hidden {
	display: none
}

.ant-image-preview-wrap,
.ant-modal-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	outline: 0;
	-webkit-overflow-scrolling: touch
}

.ant-spin {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	font-feature-settings: "tnum";
	position: absolute;
	display: none;
	color: #284b99;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	transition: transform .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-spin-spinning {
	position: static;
	display: inline-block;
	opacity: 1
}

.ant-spin-nested-loading {
	position: relative
}

.ant-spin-nested-loading>div>.ant-spin {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 400px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-top: 5px;
	text-shadow: 0 1px 2px #fff
}

.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
	margin-top: -20px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
	margin: -7px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
	padding-top: 2px
}

.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
	margin-top: -17px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
	margin: -16px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
	padding-top: 11px
}

.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
	margin-top: -26px
}

.ant-spin-container {
	font-size: 14pt;
	position: relative;
	transition: opacity .3s
}

.ant-spin-container:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none\9;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transition: all .3s;
	content: "";
	pointer-events: none
}

.ant-spin-blur {
	clear: both;
	overflow: hidden;
	opacity: .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.ant-spin-blur:after {
	opacity: .4;
	pointer-events: auto
}

.ant-spin-tip {
	color: rgba(0, 0, 0, .45)
}

.ant-spin-dot {
	position: relative;
	display: inline-block;
	font-size: 20px;
	width: 1em;
	height: 1em
}

.ant-spin-dot-item {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #284b99;
	border-radius: 100%;
	transform: scale(.75);
	transform-origin: 50% 50%;
	opacity: .3;
	animation: antSpinMove 1s linear infinite alternate
}

.ant-spin-dot-item:first-child {
	top: 0;
	left: 0
}

.ant-spin-dot-item:nth-child(2) {
	top: 0;
	right: 0;
	animation-delay: .4s
}

.ant-spin-dot-item:nth-child(3) {
	right: 0;
	bottom: 0;
	animation-delay: .8s
}

.ant-spin-dot-item:nth-child(4) {
	bottom: 0;
	left: 0;
	animation-delay: 1.2s
}

.ant-spin-dot-spin {
	transform: rotate(45deg);
	animation: antRotate 1.2s linear infinite
}

.ant-spin-sm .ant-spin-dot {
	font-size: 14px
}

.ant-spin-sm .ant-spin-dot i {
	width: 6px;
	height: 6px
}

.ant-spin-lg .ant-spin-dot {
	font-size: 32px
}

.ant-spin-lg .ant-spin-dot i {
	width: 14px;
	height: 14px
}

.ant-spin.ant-spin-show-text .ant-spin-text {
	display: block
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.ant-spin-blur {
		background: #fff;
		opacity: .5
	}
}

@keyframes antSpinMove {
	to {
		opacity: 1
	}
}

@keyframes antRotate {
	to {
		transform: rotate(405deg)
	}
}

.ant-spin-rtl {
	direction: rtl
}

.ant-spin-rtl .ant-spin-dot-spin {
	transform: rotate(-45deg);
	animation-name: antRotateRtl
}

@keyframes antRotateRtl {
	to {
		transform: rotate(-405deg)
	}
}

.text-left {
	text-align: left!important
}

.text-center {
	text-align: center!important
}

.text-right {
	text-align: right!important
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all
}

.cursor-pointer {
	cursor: pointer
}

.overflow-hidden {
	overflow: hidden
}

.overflow-hidden-x {
	overflow-x: hidden
}

.overflow-hidden-y {
	overflow-y: hidden
}

.overflow-auto {
	overflow: auto
}

.overflow-scroll {
	overflow: scroll
}

.d-flex {
	display: flex!important
}

.d-flex-inline {
	display: inline-flex!important
}

.d-flex-center {
	align-items: center!important;
	display: flex;
	justify-content: center!important
}

.flex-row {
	flex-direction: row!important
}

.flex-row-reverse {
	flex-direction: row-reverse!important
}

.flex-column {
	flex-direction: column!important
}

.flex-column-reverse {
	flex-direction: column-reverse!important
}

.flex-fill {
	flex: 1 1!important
}

.flex-grow-1 {
	flex-grow: 1!important
}

.flex-shrink {
	flex-shrink: 1!important
}

.flex-nowrap {
	flex-wrap: nowrap!important
}

.flex-wrap {
	flex-wrap: wrap!important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}

.align-items-start {
	align-items: flex-start!important
}

.align-items-end {
	align-items: flex-end!important
}

.align-items-center {
	align-items: center!important
}

.align-items-baseline {
	align-items: baseline!important
}

.align-items-stretch {
	align-items: stretch!important
}

.align-self-start {
	align-self: flex-start!important
}

.align-self-end {
	align-self: flex-end!important
}

.align-self-center {
	align-self: center!important
}

.align-self-baseline {
	align-self: baseline!important
}

.align-self-stretch {
	align-self: stretch!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-end {
	align-content: flex-end!important
}

.align-content-center {
	align-content: center!important
}

.align-content-between {
	align-content: space-between!important
}

.align-content-around {
	align-content: space-around!important
}

.align-content-stretch {
	align-content: stretch!important
}

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-end {
	justify-content: flex-end!important
}

.justify-content-center {
	justify-content: center!important
}

.justify-content-between {
	justify-content: space-between!important
}

.justify-content-around {
	justify-content: space-around!important
}

.w-fill {
	width: 100%!important
}

.h-fill {
	height: 100%!important
}

.font-bold {
	font-weight: 700
}

.position-rel {
	position: relative
}

.position-abs {
	position: absolute
}

.position-abs-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.position-abs-center {
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	right: auto!important;
	bottom: auto!important;
	transform: translate(-50%, -50%)
}

.position-abs-tl {
	position: absolute;
	top: 0;
	left: 0
}

.position-abs-tr {
	position: absolute;
	top: 0;
	right: 0
}

.position-abs-bl {
	position: absolute;
	bottom: 0;
	left: 0
}

.position-abs-br {
	position: absolute;
	bottom: 0;
	right: 0
}

.position-fixed {
	position: fixed
}

.position-fixed-fill {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.position-fixed-tl {
	position: fixed;
	top: 0;
	left: 0
}

.position-fixed-tr {
	position: fixed;
	top: 0;
	right: 0
}

.position-fixed-bl {
	position: fixed;
	bottom: 0;
	left: 0
}

.position-fixed-br {
	position: fixed;
	bottom: 0;
	right: 0
}

.position-sticky {
	position: -webkit-sticky;
	position: sticky
}

@keyframes polygonMove {
	to {
		transform: translateX(0)
	}
}

.slick-wrapper {
	position: relative
}

.slick-wrapper:hover .slick-next,
.slick-wrapper:hover .slick-prev {
	opacity: 1
}

.slick-wrapper.vertical .slick-prev {
	top: -20px!important;
	opacity: 1;
	left: 40px!important;
	transform: rotate(90deg)
}

.slick-wrapper.vertical .slick-next {
	top: auto!important;
	bottom: -20px;
	opacity: 1;
	right: auto;
	left: 40px;
	transform: rotate(90deg)
}

.slick-slider {
	position: relative;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.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-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.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-slide-item {
	position: relative;
	text-align: center
}

.slick-slide-item .wrapper {
	position: relative;
	height: 100%;
	width: 100%
}

.slick-slide-item .wrapper>.content {
	background-color: rgba(0, 0, 0, .4);
	border-radius: 4px;
	color: #fff;
	position: absolute;
	top: 100px;
	right: 0;
	padding: 10px;
	text-align: left;
	overflow: hidden
}

.slick-slide-item .wrapper>.content .title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2
}

.slick-slide-item .wrapper>.content .desc {
	font-size: 20px
}

.slick-slide-item .wrapper>.content-rtl {
	left: 0;
	right: auto
}

.slick-slide.slick-current {
	z-index: 200
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next,
.slick-prev {
	background: none;
	position: absolute;
	cursor: pointer;
	color: rgba(255, 255, 255.8);
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	border: none;
	outline: none;
	padding: 0;
	z-index: 10
}

.slick-prev {
	left: 0
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 0
}

.slick-next {
	right: 0
}

[dir=rtl] .slick-next {
	left: 0;
	right: auto
}

.slick-vertical .slick-prev {
	top: 0
}

.slick-dotted .slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: 15px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	content: "\2022";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 36px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

.with-polygon .polygon {
	transform: translateX(100%)
}

.with-polygon .slick-current {
	z-index: 200
}

.with-polygon .slick-current .polygon {
	transform: translateX(0)
}

.with-polygon .slick-dots {
	right: 0;
	bottom: 50px;
	width: 50%
}

.with-polygon .slick-dots li {
	height: 6px!important;
	width: 50px;
	margin: 0 2px
}

.with-polygon .slick-dots li button {
	background: #fff;
	height: 6px!important;
	width: 50px;
	padding: 0 5px;
	transform: skewX(-20deg);
	overflow: hidden
}

.with-polygon .slick-dots li button:before {
	background-color: red;
	content: "";
	height: 100%;
	width: 100%;
	transform: translateX(-101%)
}

.with-polygon .slick-dots.anim-init .slick-active button:before {
	transform: translate(0);
	transition: all 3s linear
}

.with-polygon .slick-dots.anim-item .slick-active button:before {
	transform: translate(0);
	transition: transform 3s linear
}

.with-bottom .item,
.with-bottom .slick-list {
	overflow: visible!important
}

.with-bottom .slick-slide .item-content>div {
	opacity: 0
}

.with-bottom .item-content {
	background-color: #f2f2f2;
	padding: 5px 15px;
	top: 100%;
	bottom: auto;
	min-height: 180px
}

.with-bottom .slick-active .item-content>div {
	opacity: 1;
	transition: opacity 2s ease .2s
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	transition: all .3s linear
}

.multiple-swiper:hover .slick-next,
.multiple-swiper:hover .slick-prev {
	opacity: 1
}

.multiple-slick,
.multiple-swiper {
	position: relative
}

.multiple-slick>.slick-wrapper,
.multiple-swiper>.slick-wrapper {
	height: 100%
}

.multiple-slick-bottom,
.multiple-swiper-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%
}

.multiple-slick-bottom .slick-slide,
.multiple-slick-bottom .swiper-item,
.multiple-swiper-bottom .slick-slide,
.multiple-swiper-bottom .swiper-item {
	background-color: rgba(0, 0, 0, .4);
	position: relative
}

.multiple-slick-bottom .slick-slide-item,
.multiple-slick-bottom .swiper-item,
.multiple-swiper-bottom .slick-slide-item,
.multiple-swiper-bottom .swiper-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.multiple-slick-bottom .slick-slide-item:after,
.multiple-slick-bottom .slick-slide-item:before,
.multiple-slick-bottom .swiper-item:after,
.multiple-slick-bottom .swiper-item:before,
.multiple-swiper-bottom .slick-slide-item:after,
.multiple-swiper-bottom .slick-slide-item:before,
.multiple-swiper-bottom .swiper-item:after,
.multiple-swiper-bottom .swiper-item:before {
	content: "";
	position: absolute;
	background-color: hsla(0, 0%, 100%, .1);
	width: 1px;
	top: 10%;
	height: 80%
}

.multiple-slick-bottom .slick-slide-item:before,
.multiple-slick-bottom .swiper-item:before,
.multiple-swiper-bottom .slick-slide-item:before,
.multiple-swiper-bottom .swiper-item:before {
	left: 0
}

.multiple-slick-bottom .slick-slide-item:after,
.multiple-slick-bottom .swiper-item:after,
.multiple-swiper-bottom .slick-slide-item:after,
.multiple-swiper-bottom .swiper-item:after {
	right: 0
}

.multiple-slick-bottom .swiper-active:after,
.multiple-slick-bottom .swiper-active:before,
.multiple-swiper-bottom .swiper-active:after,
.multiple-swiper-bottom .swiper-active:before {
	top: 0;
	width: 2px;
	height: 100%
}

.multiple-slick-bottom .swiper-active:before,
.multiple-swiper-bottom .swiper-active:before {
	left: -1px!important
}

.multiple-slick-bottom .swiper-active:after,
.multiple-swiper-bottom .swiper-active:after {
	right: -1px!important;
	z-index: 10
}

.multiple-slick-bottom .swiper-active.content,
.multiple-swiper-bottom .swiper-active.content {
	color: #000!important;
	font-size: 24px!important
}

.multiple-slick-bottom .slick-current,
.multiple-swiper-bottom .slick-current {
	background-color: hsla(0, 0%, 100%, .1)
}

.multiple-slick-bottom .slick-current .slick-slide-item:after,
.multiple-slick-bottom .slick-current .slick-slide-item:before,
.multiple-swiper-bottom .slick-current .slick-slide-item:after,
.multiple-swiper-bottom .slick-current .slick-slide-item:before {
	top: 0;
	width: 2px;
	height: 100%
}

.multiple-slick-bottom .slick-current .slick-slide-item:before,
.multiple-swiper-bottom .slick-current .slick-slide-item:before {
	left: -1px
}

.multiple-slick-bottom .slick-current .slick-slide-item:after,
.multiple-swiper-bottom .slick-current .slick-slide-item:after {
	right: -1px
}

.multiple-slick-bottom .slick-current .slick-slide-item .content,
.multiple-swiper-bottom .slick-current .slick-slide-item .content {
	color: #000!important;
	font-size: 24px!important
}

#root,
body,
html {
	height: 100%;
/*	font-family: Eurostile LT; */
	-webkit-tap-highlight-color: transparent
}

@media (max-width:575.98px) {
	html {
		font-size: 14px
	}
}

@media (min-width:576px) {
	html {
		font-size: 20px
	}
}

.bg-gray {
	background-color: #ededed
}

.text-with-bg {
	color: #222220
}

.text-with-bg:hover {
	color: #222220
}

.text-title {
	color: #6e6e6e
}

.text-title:hover {
	color: #6e6e6e
}

.text-content {
	color: #919191
}

.text-content:hover {
	color: #919191
}

.text-0 {
	color: #000
}

.text-1 {
	color: rgba(0, 0, 0, .8)
}

.text-1:hover {
	color: rgba(0, 0, 0, .8)
}

.text-2 {
	color: rgba(0, 0, 0, .6)
}

.text-2:hover {
	color: rgba(0, 0, 0, .6)
}

.text-3 {
	color: rgba(0, 0, 0, .4)
}

.text-3:hover {
	color: rgba(0, 0, 0, .4)
}

@keyframes animFlash {
	0% {
		opacity: 1;
		color: #284b99;
		background-color: transparent
	}
	50% {
		opacity: .9;
		color: #fff;
		background-color: rgba(17, 112, 118, .7)
	}
	to {
		opacity: 1;
		color: #284b99;
		background-color: transparent
	}
}

body {
	margin: 0
}

body .container {
	margin: 0 auto;
	max-width: 1200px
}

body .m-0 {
	margin: 0!important
}

body .mt-0 {
	margin-top: 0!important
}

body .mb-0 {
	margin-bottom: 0!important
}

body .ml-0 {
	margin-left: 0!important
}

body .mr-0 {
	margin-right: 0!important
}

body .mx-0 {
	margin: 0!important
}

body .my-0 {
	margin: 0!important
}

body .m-1 {
	margin: 5px!important
}

body .mt-1 {
	margin-top: 5px!important
}

body .mb-1 {
	margin-bottom: 5px!important
}

body .ml-1 {
	margin-left: 5px!important
}

body .mr-1 {
	margin-right: 5px!important
}

body .mx-1 {
	margin: 0 5px!important
}

body .my-1 {
	margin: 5px 0!important
}

body .m-2 {
	margin: 10px!important
}

body .mt-2 {
	margin-top: 10px!important
}

body .mb-2 {
	margin-bottom: 10px!important
}

body .ml-2 {
	margin-left: 10px!important
}

body .mr-2 {
	margin-right: 10px!important
}

body .mx-2 {
	margin: 0 10px!important
}

body .my-2 {
	margin: 10px 0!important
}

body .m-3 {
	margin: 20px!important
}

body .mt-3 {
	margin-top: 20px!important
}

body .mb-3 {
	margin-bottom: 20px!important
}

body .ml-3 {
	margin-left: 20px!important
}

body .mr-3 {
	margin-right: 20px!important
}

body .mx-3 {
	margin: 0 20px!important
}

body .my-3 {
	margin: 20px 0!important
}

body .m-4 {
	margin: 30px!important
}

body .mt-4 {
	margin-top: 30px!important
}

body .mb-4 {
	margin-bottom: 30px!important
}

body .ml-4 {
	margin-left: 30px!important
}

body .mr-4 {
	margin-right: 30px!important
}

body .mx-4 {
	margin: 0 30px!important
}

body .my-4 {
	margin: 30px 0!important
}

body .m-5 {
	margin: 60px!important
}

body .mt-5 {
	margin-top: 60px!important
}

body .mb-5 {
	margin-bottom: 60px!important
}

body .ml-5 {
	margin-left: 60px!important
}

body .mr-5 {
	margin-right: 60px!important
}

body .mx-5 {
	margin: 0 60px!important
}

body .my-5 {
	margin: 60px 0!important
}

body .p-0 {
	padding: 0!important
}

body .pt-0 {
	padding-top: 0!important
}

body .pb-0 {
	padding-bottom: 0!important
}

body .pl-0 {
	padding-left: 0!important
}

body .pr-0 {
	padding-right: 0!important
}

body .px-0 {
	padding: 0!important
}

body .py-0 {
	padding: 0!important
}

body .p-1 {
	padding: 5px!important
}

body .pt-1 {
	padding-top: 5px!important
}

body .pb-1 {
	padding-bottom: 5px!important
}

body .pl-1 {
	padding-left: 5px!important
}

body .pr-1 {
	padding-right: 5px!important
}

body .px-1 {
	padding: 0 5px!important
}

body .py-1 {
	padding: 5px 0!important
}

body .p-2 {
	padding: 10px!important
}

body .pt-2 {
	padding-top: 10px!important
}

body .pb-2 {
	padding-bottom: 10px!important
}

body .pl-2 {
	padding-left: 10px!important
}

body .pr-2 {
	padding-right: 10px!important
}

body .px-2 {
	padding: 0 10px!important
}

body .py-2 {
	padding: 10px 0!important
}

body .p-3 {
	padding: 20px!important
}

body .pt-3 {
	padding-top: 20px!important
}

body .pb-3 {
	padding-bottom: 20px!important
}

body .pl-3 {
	padding-left: 20px!important
}

body .pr-3 {
	padding-right: 20px!important
}

body .px-3 {
	padding: 0 20px!important
}

body .py-3 {
	padding: 20px 0!important
}

body .p-4 {
	padding: 30px!important
}

body .pt-4 {
	padding-top: 30px!important
}

body .pb-4 {
	padding-bottom: 30px!important
}

body .pl-4 {
	padding-left: 30px!important
}

body .pr-4 {
	padding-right: 30px!important
}

body .px-4 {
	padding: 0 30px!important
}

body .py-4 {
	padding: 30px 0!important
}

body .p-5 {
	padding: 60px!important
}

body .pt-5 {
	padding-top: 60px!important
}

body .pb-5 {
	padding-bottom: 60px!important
}

body .pl-5 {
	padding-left: 60px!important
}

body .pr-5 {
	padding-right: 60px!important
}

body .px-5 {
	padding: 0 60px!important
}

body .py-5 {
	padding: 60px 0!important
}

body .ant-layout-rtl .ml-0 {
	margin-left: 0!important;
	margin-right: 0!important
}

body .ant-layout-rtl .mr-0 {
	margin-left: 0!important;
	margin-right: 0!important
}

body .ant-layout-rtl .ml-1 {
	margin-left: 0!important;
	margin-right: 5px!important
}

body .ant-layout-rtl .mr-1 {
	margin-left: 5px!important;
	margin-right: 0!important
}

body .ant-layout-rtl .ml-2 {
	margin-left: 0!important;
	margin-right: 10px!important
}

body .ant-layout-rtl .mr-2 {
	margin-left: 10px!important;
	margin-right: 0!important
}

body .ant-layout-rtl .ml-3 {
	margin-left: 0!important;
	margin-right: 20px!important
}

body .ant-layout-rtl .mr-3 {
	margin-left: 20px!important;
	margin-right: 0!important
}

body .ant-layout-rtl .ml-4 {
	margin-left: 0!important;
	margin-right: 30px!important
}

body .ant-layout-rtl .mr-4 {
	margin-left: 30px!important;
	margin-right: 0!important
}

body .ant-layout-rtl .ml-5 {
	margin-left: 0!important;
	margin-right: 60px!important
}

body .ant-layout-rtl .mr-5 {
	margin-left: 60px!important;
	margin-right: 0!important
}

body .ant-layout-rtl .pl-0 {
	padding-left: 0!important;
	padding-right: 0!important
}

body .ant-layout-rtl .pr-0 {
	padding-left: 0!important;
	padding-right: 0!important
}

body .ant-layout-rtl .pl-1 {
	padding-left: 0!important;
	padding-right: 5px!important
}

body .ant-layout-rtl .pr-1 {
	padding-left: 5px!important;
	padding-right: 0!important
}

body .ant-layout-rtl .pl-2 {
	padding-left: 0!important;
	padding-right: 10px!important
}

body .ant-layout-rtl .pr-2 {
	padding-left: 10px!important;
	padding-right: 0!important
}

body .ant-layout-rtl .pl-3 {
	padding-left: 0!important;
	padding-right: 20px!important
}

body .ant-layout-rtl .pr-3 {
	padding-left: 20px!important;
	padding-right: 0!important
}

body .ant-layout-rtl .pl-4 {
	padding-left: 0!important;
	padding-right: 30px!important
}

body .ant-layout-rtl .pr-4 {
	padding-left: 30px!important;
	padding-right: 0!important
}

body .ant-layout-rtl .pl-5 {
	padding-left: 0!important;
	padding-right: 60px!important
}

body .ant-layout-rtl .pr-5 {
	padding-left: 60px!important;
	padding-right: 0!important
}

body .ant-layout-rtl .text-left {
	text-align: right!important
}

body .ant-layout-rtl .text-right {
	text-align: left!important
}

body .ant-layout-rtl .text .flex-row {
	flex-direction: row-reverse!important
}

body .bg-base {
	background-color: #284b99!important
}

body .bg-white {
	background-color: #fff!important
}

body .border-color-base {
	border-color: #284b99
}

body .color-base {
	color: #284b99!important
}

body .color-text {
	color: #284b99!important
}

body .color-button {
	color: #fff!important
}

body .color-white {
	color: #fff
}

body .link-white {
	color: #fff
}

body .with-hover-underline:hover,
body .with-underline {
	text-decoration: underline
}

body .with-hover-bg-white:hover {
	background: #fff!important
}

body .with-hover-color-base:hover,
body .with-hover-color-base:hover .hover-target {
	color: #284b99
}

body .with-border-color-base,
body .with-hover-border-base:hover {
	border-color: #284b99!important
}

body .with-arrow-top {
	position: relative
}

body .with-arrow-top:before {
	content: "";
	border-color: #284b99 transparent transparent #284b99;
	border-style: solid;
	border-width: 6px;
	position: absolute;
	left: 50%;
	top: -6px;
	transform: translateX(-50%) rotate(45deg)
}

body .with-arrow-right {
	position: relative
}

body .with-arrow-right:before {
	content: "";
	border-color: #284b99 #284b99 transparent transparent;
	border-style: solid;
	border-width: 6px;
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%) rotate(45deg)
}

body .with-arrow-left {
	position: relative
}

body .with-arrow-left:before {
	content: "";
	border-color: transparent transparent #284b99 #284b99;
	border-style: solid;
	border-width: 6px;
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%) rotate(45deg)
}

body .with-hover-scale-target:hover {
	transition: all .3s;
	transform: scale(1.05) translateZ(0)
}

body .with-hover-scale:hover .hover-target {
	transition: all .3s;
	transform: scale(1.2) translateZ(0)
}

body .with-hover-shadow:hover {
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15)
}

body .with-hover-shadow-base:hover {
	box-shadow: 0 0 3px 3px rgba(255, 153, 0, .15)
}

body .with-hover-slide-bottom {
	overflow: hidden
}

body .with-hover-slide-bottom .target {
	transform: translateY(100%);
	transition: all .6s ease
}

body .with-hover-slide-bottom:hover .target {
	transform: translateY(0)
}

body .with-hover-underline:hover {
	text-decoration: underline
}

body .with-hover-item:hover {
	margin-top: -5px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
	transition: all .2s ease-in-out
}

body .with-hover-opacity:hover .target {
	opacity: .85!important
}

body .with-hover-bold:hover {
	font-weight: 700
}

body .link-btn {
	background-color: #284b99;
	color: rgba(0, 0, 0, .6);
	font-size: 20px;
	border-radius: 4px;
	line-height: 36px;
	display: inline-block;
	padding: 0 10px
}

body .link-btn:hover {
	color: rgba(0, 0, 0, .8)
}

body .slick-dots li button:before {
	color: #fff;
	opacity: 1
}

body .slick-dots .slick-active button:before {
	color: #284b99
}

body .multiple-slick-bottom .slick-slider .slick-slide-item:after,
body .multiple-slick-bottom .slick-slider .slick-slide-item:before,
body .multiple-swiper-bottom .slick-slider .slick-slide-item:after,
body .multiple-swiper-bottom .slick-slider .slick-slide-item:before {
	background-color: #284b99
}

body .multiple-slick-bottom .swiper-item:after,
body .multiple-slick-bottom .swiper-item:before,
body .multiple-swiper-bottom .swiper-item:after,
body .multiple-swiper-bottom .swiper-item:before {
	background-color: #284b99
}

body .multiple-slick-bottom .slick-current,
body .multiple-swiper-bottom .swiper-active {
	background-color: #284b99;
	position: relative
}

body .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1
}

body .swiper-pagination-bullet-active {
	background-color: #284b99
}

body .card {
	border: 1px solid transparent;
	position: relative;
	width: 100%
}

body .card:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

body .card:after {
	content: "";
	display: block;
	margin-top: 100%
}

body .card.border {
	border: 1px solid #f2f2f2
}

body .card.border:hover {
	border-color: rgba(255, 153, 0, .15)
}

body .card-tag {
	cursor: pointer;
	position: absolute;
	top: -1px;
	left: -5px;
	z-index: 10
}

body .card-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5
}

body .footer-head {
	background-color: #f2f2f2;
	min-height: 100px;
	padding: 10px 0
}

body .footer-body {
	background: rgba(0, 0, 0, .5);
	padding: 40px 0
}

body .footer-foot {
	background-color: #f2f2f2;
	min-height: 20px
}

body .ghost-btn,
body .ghost-btn:active .ghost-btn:focus {
	border-color: #fff!important;
	background: rgba(0, 0, 0, .3)!important;
	color: #fff!important
}

body .ghost-btn:hover {
	background: rgba(0, 0, 0, .7)!important
}

body .ant-affix {
	z-index: 1000
}

body .header {
	background-color: #fff
}

body .header-wrapper {
	height: 102px
}

body .header-head {
	background: #f2f2f2;
	height: 40px
}

body .header-body {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1200px
}

body .header-menu-link {
	padding: 0 15px;
	height: 100%
}

body .header-menu-link>a {
	font-size: 18px
}

body .header-menu-link.is-checked {
	position: relative
}

body .header-menu-link.is-checked>a {
	font-size: 18px
}

body .header-menu-link.is-checked:after {
	position: absolute;
	box-sizing: border-box;
	border-bottom: 5px solid red;
	border-left: 2px solid rgba(0, 0, 0, .15);
	border-right: 2px solid rgba(0, 0, 0, .15);
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: skewX(-15deg) translateZ(0);
	z-index: -1
}

body .header-menu-link-dropdown {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .15);
	display: none;
	position: absolute;
	left: -7px;
	top: 100%;
	background: #e6e6e6;
	padding: 10px 20px;
	width: 100%
}

body .header-menu-link-dropdown .item {
	color: #666;
	line-height: 2
}

body .header-menu-link-dropdown .item:hover {
	color: #284b99;
	font-weight: 700;
	text-decoration: underline
}

body .header-menu-link:hover .header-menu-link-dropdown {
	display: flex!important
}

body .header-search .ant-input-affix-wrapper {
	background: transparent;
	border: none;
	border-bottom: 1px solid #284b99;
	font-size: 20px;
	padding: 0;
	outline: none;
	box-shadow: none;
	margin-top: -2px
}

body .header-search .ant-input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #284b99;
	color: #284b99;
	font-size: 16px;
	padding: 0;
	outline: none;
	box-shadow: none
}

body .header-search .ant-input::-webkit-input-placeholder {
	color: #284b99;
	opacity: .5;
	font-weight: 500;
	font-size: 14px
}

body .header-dropdown {
	background-color: #e4e4e4;
	box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .15);
	position: fixed;
	left: 0;
	top: 102px;
	padding: 10px 0 0;
	width: 100vw;
	z-index: 1070
}

body .header-dropdown>.container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

body .header-dropdown .item {
	align-items: flex-start;
	display: inline-flex;
	padding: 10px 0;
	position: relative;
	width: 170px
}

body .header-dropdown .item:not(:nth-child(7n+1)):before {
	content: "";
	background-color: rgba(0, 0, 0, .25);
	position: absolute;
	width: 1px;
	left: 0;
	top: 5px;
	height: 80px
}

body .header-dropdown .item .target {
	display: none
}

body .header-dropdown .item:hover .icon {
	display: none
}

body .header-dropdown .item:hover .target {
	display: block
}

body .header-dropdown .link {
	align-items: center;
	color: #666;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 1.2;
	justify-content: center;
	text-align: center;
	width: 100%
}

body .header-dropdown .link:hover {
	color: #284b99;
	text-decoration: underline
}

body .header-dropdown .text {
	transform: scale(.8);
	transform-origin: top
}

body .ant-layout-rtl .header-menu-link.is-checked:after {
	transform: skewX(-15deg)
}

body .ant-layout-rtl .header-menu-link-dropdown {
	left: -7px;
	right: auto
}

body .with-dropdown {
	cursor: pointer
}

body .with-dropdown:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	height: 20px;
	width: 100%
}

body .with-dropdown:after {
	content: "";
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -17px;
	transform: translateX(-50%)
}

body .header-m-wrapper {
	z-index: 100
}

body .header-m-head {
	background-color: #f2f2f2;
	padding: 5px 15px
}

body .header-m-body {
	align-items: center;
	background-color: #284b99;
	display: flex;
	height: 50px;
	justify-content: center;
	position: relative
}

body .header-m-body .center {
	max-width: 70%;
	overflow: hidden
}

body .header-m-body .left,
body .header-m-body .right {
	align-items: center;
	color: #fff;
	display: flex;
	position: absolute;
	top: 0;
	height: 100%;
	width: 15%
}

body .header-m-body .left {
	left: 0
}

body .header-m-body .right {
	right: 0
}

body .header-m-body .header-search .ant-input-affix-wrapper {
	border-bottom-color: #fff
}

body .header-m-body .header-search .ant-input {
	color: #fff
}

body .header-m-body .header-search .ant-input::-webkit-input-placeholder {
	color: #fff
}

body .header-language .ant-dropdown-menu {
	background-color: rgba(0, 0, 0, .65);
	overflow: hidden
}

body .header-language .ant-dropdown-menu-item {
	color: #fff;
	text-align: center
}

body .header-language .ant-dropdown-menu-item:hover {
	background: none;
	color: #284b99;
	transform: scale(1.1)
}

body .header-language .ant-dropdown-menu-item-selected {
	transform: scale(1.1);
	background: none;
	color: #284b99
}

body .ant-layout-rtl .header-m-body .left {
	left: auto;
	right: 0
}

body .ant-layout-rtl .header-m-body .right {
	left: 0;
	right: auto
}

body .language-text {
	border: 1px solid #284b99;
	border-radius: 50%;
	font-size: 12px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	width: 25px
}

body .image-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 100%
}

body .image-wrapper .img {
	display: block
}

body .image-wrapper .lazyload-wrapper {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center
}

body .image-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

body .polygon {
	width: 100%;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) .3s;
	transition-duration: 1s;
	position: relative
}

body .polygon-block {
	background-color: #f2f2f2;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1
}

body .polygon-content {
	height: 100%
}

body .polygon-boxed .polygon-block {
	z-index: 10
}

body .polygon-boxed .polygon-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11
}

body .item {
	position: relative;
	overflow: hidden
}

body .item-image {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	height: 100%
}

body .item-polygon {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 10;
	width: 50%;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) .3s;
	transition-duration: 1s
}

body .menu-list {
	list-style: none;
	padding: 0;
	margin: 5px
}

body .menu-item {
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	display: flex;
	font-weight: 700;
	height: 46px;
	padding: 0 40px 0 0
}

body .menu-item.active {
	background: #284b99
}

body .menu-item.active:hover {
	color: rgba(0, 0, 0, .8)
}

body .menu-item:hover {
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, .05);
	color: #284b99;
	font-size: 20px
}

body .menu-drawer-list {
	list-style: none;
	padding: 0
}

body .menu-drawer-list .level-0 {
	color: rgba(0, 0, 0, .8)
}

body .menu-drawer-list .level-1 {
	color: rgba(0, 0, 0, .6)
}

body .menu-drawer-list .item>.menu-drawer-list {
	opacity: 0;
	height: 0;
	overflow: hidden
}

body .menu-drawer-list .item.is-opened .menu-drawer-list {
	opacity: 1;
	height: auto
}

body .menu-drawer-list .wrapper {
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	padding: 10px 15px
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
	color: #e7e7e7!important
}

body .swiper-container .swiper-button-next,
body .swiper-container .swiper-button-prev {
	opacity: 0
}

body .swiper-container:hover .swiper-button-next,
body .swiper-container:hover .swiper-button-prev {
	opacity: 1;
	transition: all .5s linear
}

body .video .video-react-big-play-button {
	background: rgba(0, 0, 0, .6)!important;
	border-color: #284b99!important;
	border-radius: 3em!important;
	border-width: 2px;
	color: #284b99;
	height: 3em!important;
	line-height: 3em!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-1.5em, -1.5em)
}

body .video .video-react-big-play-button:before {
	font-size: 3em
}

body .video.mini {
	pointer-events: none
}

body .video.mini .video-react-big-play-button {
	border-radius: 1.5em!important;
	display: none;
	height: 1.5em!important;
	line-height: 1.5em!important;
	transform: translate(-.75em, -.75em);
	width: 1.5em
}

body .video.mini .video-react-big-play-button:before {
	font-size: 1.5em
}

body .video-modal {
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000
}

body .ant-btn-primary {
	background: #284b99;
	border-color: #284b99;
	color: #fff
}

body .ant-btn-primary:hover {
	background: #179aa3;
	border-color: #179aa3;
	color: #fff
}

body .polygon-btn.ant-btn {
	border-color: #fff;
	color: #fff;
	transform: skewX(-15deg);
	margin-left: 7px
}

body .polygon-btn.ant-btn.black {
	background: rgba(0, 0, 0, .3)
}

body .polygon-btn.ant-btn>span {
	transform: skewX(15deg)
}

body .polygon-btn.ant-btn-primary {
	border-color: #284b99;
	border-width: 2px;
	color: #284b99;
	background-color: transparent;
	border-radius: 0;
	font-weight: 700;
	transform: skewX(-15deg);
	margin-left: 7px
}

body .polygon-btn.ant-btn-primary>span {
	transform: skewX(15deg)
}

@media (min-width:1200px) {
	body .polygon-btn.ant-btn-primary:hover {
		color: #fff;
		background-color: rgba(17, 112, 118, .7)
	}
}

body .polygon-btn.large {
	font-size: 20px;
	height: auto;
	padding: 5px 35px
}

@media screen and (max-width:768px) {
	body .ant-back-top-rtl {
		left: 60px;
		right: auto
	}
}

@media screen and (max-width:480px) {
	body .ant-back-top-rtl {
		left: 20px;
		right: auto
	}
}

body .with-after-bg {
	position: relative
}

body .with-after-bg:after {
	background-color: #284b99;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: translateX(-81%)
}

body .ant-layout-rtl .with-after-bg:after {
	left: auto;
	right: 0;
	transform: translateX(81%)
}

body .ant-layout-rtl img[alt=icon-icon-right] {
	transform: rotate(180deg)
}

body .ant-layout-rtl .header-dropdown .item:not(:nth-child(7n+1)):before {
	left: auto;
	right: 0
}

body .hover-flash:hover a .polygon-btn.ant-btn {
	animation: animFlash 1s 1
}

a[href="https://www.cnzz.com/stat/website.php?web_id=1254005704"] {
	display: none
}