@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

main.home h1 {
	font-family: webfont-bold
}

main.home .button,
main.home p {
	font-family: webfont-normal
}

main.home .box {
	width: 42px;
	height: 46px;
	background: url(/assets/boxeca0d4ccf8b02364ce32.png) no-repeat 50%;
	background-size: contain
}

main.home .banner {
	position: relative;
	height: 540px
}

main.home .banner .video-player {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1
}

main.home .banner .video-player video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none
}

main.home .banner .wrap {
	width: 1139px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

main.home .banner h1 {
	font-size: 46px;
	letter-spacing: 2px;
	color: #000;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0
}

main.home .banner h1:first-of-type {
	margin-top: 134px;
	margin-bottom: 5px
}

main.home .banner h1:last-of-type {
	margin-bottom: 30px
}

main.home .banner p {
	color: #444343;
	font-size: 20px;
	margin: 0 0 10px;
	overflow: hidden
}

main.home .banner p span {
	display: block;
	opacity: 0
}

main.home .banner .button {
	width: 166px;
	height: 52px;
	color: #fff;
	background-color: #fe0101;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 45px;
	margin-bottom: 10px
}

main.home .banner .img-wrap {
	position: relative;
	width: 597px;
	height: 255px;
	margin: 20px auto 15px
}

main.home .banner .img-wrap img {
	position: absolute
}

main.home .banner .img-wrap img:first-of-type {
	width: 136px;
	left: -100px;
	top: 30px
}

main.home .banner .img-wrap img:nth-of-type(2) {
	width: 161px;
	left: 0;
	top: 10px
}

main.home .banner .img-wrap img:nth-of-type(3) {
	width: 181px;
	left: 180px;
	top: 0
}

main.home .banner .img-wrap img:nth-of-type(4) {
	width: 157px;
	left: 386px;
	top: 12px
}

main.home .banner .img-wrap img:nth-of-type(5) {
	width: 129px;
	left: 571px;
	top: 28px
}

main.home .banner .particles-js-canvas-el {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 40px
}

main.home .banner .particle {
	position: absolute
}

main.home .banner #particle-1 {
	left: 15%;
	top: 10%;
	width: 10vw;
	height: 10vw
}

main.home .banner #particle-2 {
	left: 7%;
	top: 40%;
	width: 20vw;
	height: 20vw
}

main.home .banner #particle-3 {
	left: 70%;
	top: 10%;
	width: 10vw;
	height: 10vw
}

main.home .banner #particle-4 {
	left: 70%;
	top: 40%;
	width: 20vw;
	height: 20vw
}

main.home .banner #particle-5 {
	left: 5%;
	top: 20%;
	width: 10vw;
	height: 10vw
}

main.home .banner #particle-6 {
	left: 90%;
	top: 20%;
	width: 10vw;
	height: 10vw
}

main.home .area-1 {
	position: relative;
	z-index: 2;
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 60px
}

main.home .area-1 h1 {
	margin-bottom: 18px;
	margin-top: 50px;
	font-size: 40px;
	letter-spacing: 2px;
	color: #041234
}

main.home .area-1 h1,
main.home .area-1 p {
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 2
}

main.home .area-1 p {
	color: #444343;
	font-size: 20px;
	margin: 0 0 10px
}

main.home .area-1 p span {
	display: block;
	opacity: 0
}

main.home .area-1 .img-wrap {
	position: relative;
	height: 482px;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

main.home .area-1 .img-wrap .img {
	position: absolute
}

main.home .area-1 .img-wrap .img:first-of-type {
	left: 200px;
	top: 20px
}

main.home .area-1 .img-wrap .img:nth-of-type(2) {
	right: 200px;
	top: 4px
}

main.home .area-1 .img-wrap .img:nth-of-type(3) {
	left: 70px;
	top: 150px
}

main.home .area-1 .img-wrap .img:nth-of-type(4) {
	right: 160px;
	top: 190px
}

main.home .area-1 .img-wrap .img:nth-of-type(5) {
	top: 380px;
	left: 200px
}

main.home .area-1 .img-wrap .img:nth-of-type(6) {
	top: 380px;
	right: 250px
}

main.home .area-1 .area-1-computer {
	z-index: 3;
	width: 440px;
	margin: 0 auto;
	display: block;
	position: relative;
	left: -20px
}

main.home .area-1 .box {
	margin: 0 auto
}

main.home .area-1 .button {
	width: 166px;
	height: 52px;
	background-color: #1d89fe;
	letter-spacing: 1px;
	border-radius: 10px;
	text-decoration: none;
	margin: 0 auto
}

main.home .area-1 .button,
main.home .area-2 {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

main.home .area-2 {
	background: #f3f6fb;
	background-size: contain;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

main.home .area-2 p .admate-x {
	position: relative;
	margin-right: 15px
}

main.home .area-2 p .admate-x:after {
	position: absolute;
	right: -10px;
	content: "X";
	font-size: 12px;
	top: 0
}

main.home .area-2 h1 .admate-x {
	position: relative;
	margin-right: 15px
}

main.home .area-2 h1 .admate-x:after {
	position: absolute;
	right: -17px;
	content: "X";
	font-size: 25px;
	top: -4px
}

main.home .area-2 .img-wrap {
	position: relative;
	height: 273px;
	width: 1200px;
	margin: 52px auto 42px
}

main.home .area-2 h1 {
	margin-bottom: 30px;
	margin-top: 75px;
	font-size: 38px;
	letter-spacing: 2px;
	color: #041234;
	overflow: hidden
}

main.home .area-2 p {
	color: #444343;
	font-size: 20px;
	margin: 0 0 10px
}

main.home .area-2 .button {
	width: 166px;
	height: 52px;
	color: #fff;
	background-color: #1d89fe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	border-radius: 6px;
	text-decoration: none;
	margin-bottom: 50px
}

main.home .area-2 .box {
	margin-bottom: 36px
}

main.home .area-2 .img {
	position: absolute
}

main.home .area-2 .area-2-computer {
	width: 403px;
	position: relative;
	margin: auto;
	display: block;
	z-index: 3
}

main.home .area-2 .area-2-1 {
	width: 200px;
	top: -40px;
	left: 223px
}

main.home .area-2 .area-2-2 {
	width: 170px;
	top: -30px;
	right: 174px
}

main.home .area-2 .area-2-3 {
	width: 150px;
	top: 205px;
	right: 236px
}

main.home .area-2 .area-2-4 {
	width: 230px;
	top: 178px;
	left: 156px
}

main.home .area-3 {
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #041234
}

main.home .area-3 h1 {
	margin-bottom: 46px;
	margin-top: 195px;
	font-size: 59px;
	letter-spacing: 2px
}

main.home .area-3 p {
	font-size: 25px;
	color: #444343;
	margin: 0 0 .4348vw
}

main.home .area-3 .box {
	margin-top: 70px;
	margin-bottom: 85px
}

main.home .area-3 .img-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 600px
}

main.home .area-3 .img-wrap img {
	position: absolute;
	z-index: 1
}

main.home .area-3 .img-wrap img:first-of-type {
	top: 178px;
	left: 110px
}

main.home .area-3 .img-wrap img:nth-of-type(2) {
	top: 140px;
	left: 290px
}

main.home .area-3 .img-wrap img:nth-of-type(3) {
	top: 130px;
	left: 470px
}

main.home .area-3 .img-wrap img:nth-of-type(4) {
	top: 178px;
	left: 690px
}

main.home .area-3 .img-wrap img:nth-of-type(5) {
	top: 190px;
	left: 850px
}

main.home .area-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: auto 55%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	padding-bottom: 40px
}

main.home .area-4 h1 {
	margin-bottom: 60px;
	margin-top: 70px;
	font-size: 38px;
	letter-spacing: 2px;
	color: #041234
}

main.home .area-4 img {
	width: 950px
}

main.home .area-4 .box {
	margin-top: 116px;
	margin-bottom: 57px
}

main.home .area h1,
main.home .area p {
	overflow: hidden
}