.hide {
	display: none !important;
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Jost';
	src: url('../fonts/jost_regular.eot');
	src: url('../fonts/jost_regular.eot?#iefix') format('embedded-opentype'), url('../fonts/jost_regular.woff2') format('woff2'), url('../fonts/jost_regular.woff') format('woff'), url('../fonts/jost_regular.ttf') format('truetype'), url('../fonts/jost_regular.svg#../fonts/jost_regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jost';
	src: url('../fonts/jost_bold.eot');
	src: url('../fonts/jost_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/jost_bold.woff2') format('woff2'), url('../fonts/jost_bold.woff') format('woff'), url('../fonts/jost_bold.ttf') format('truetype'), url('../fonts/jost_bold.svg#../fonts/jost_bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	background: url('/images/bg.jpg') repeat-x bottom center/contain #111316;
	color: white;
	font-size: 18px;
	font-family: "Jost", sans-serif, arial, "helvetica neue", "nimbus sans l", freesans;
	line-height: 20px;
	max-width: 100%;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

a.button,
.button,
button {
	font-family: "Jost", sans-serif, arial, "helvetica neue", "nimbus sans l", freesans;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	background: linear-gradient(90deg, #F68F29 0%, #E97E20 100%);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 28px;
	width: 100%;
	cursor: pointer;
	outline: none;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	letter-spacing: normal;
	text-align: center;
	padding: 10px 10px;
	vertical-align: top;
	position: relative;
}

a.button:hover,
.button:hover,
button:hover {
	background: linear-gradient(90deg, #ffab58 0%, #d16b12 100%);
}

a.button.navy,
.button.navy,
button.navy {
	background: linear-gradient(90deg, #423CBA 0%, #2030C2 100%);
}

a.button.navy:hover,
.button.navy:hover,
button.navy:hover {
	background: linear-gradient(90deg, #5850eb 0%, #0719b9 100%);
}

a.button.green,
.button.green,
button.green {
	background: linear-gradient(90deg, #49D88B 0%, #15A04D 100%);
}

a.button.green:hover,
.button.green:hover,
button.green:hover {
	background: linear-gradient(90deg, #28a763 0%, #027e34 100%);
}

a.button.lime,
.button.lime,
button.lime {
	background: linear-gradient(90deg, #A5C231 0%, #59CF19 100%);
}

a.button.lime:hover,
.button.lime:hover,
button.lime:hover {
	background: linear-gradient(90deg, #b8dd25 0%, #339300 100%);
}

a.button.red,
.button.red,
button.red {
	background: linear-gradient(90deg, #F94D56 0%, #DF3030 100%);
}

a.button.red:hover,
.button.red:hover,
button.red:hover {
	background: linear-gradient(90deg, #d53139 0%, #ad0707 100%);
}

.axe_wrap {
	max-width: 1310px;
	padding: 0px 15px;
	margin: 0px auto;
	box-sizing: border-box;
	text-align: center;
}

.axe_header {
	margin: 65px 0px 0px 0px;
}

.axe_header > .page-title {
	margin: 50px auto 30px auto;
	font-weight: 700;
	font-size: 65px;
	line-height: 75px;
	max-width: 1000px;
}

.axe_header > .page-title b {
	color: #ee8524;
}

.axe_step_list {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0px 0px -30px;
}

.axe_step_list > .step-item {
	width: 25%;
	padding: 30px 0px 0px 30px;
	box-sizing: border-box;
	display: flex;
}

.axe_step_list > .step-item > .box {
	background: radial-gradient(73.36% 112.94% at 0% 100%, rgba(234, 128, 33, 0.4) 0%, rgba(234, 128, 33, 0) 100%), radial-gradient(74.34% 114.46% at 100% 0%, rgba(255, 196, 144, 0.4) 0%, rgba(255, 196, 144, 0) 100%), #2b2b38;
	padding: 25px 15px 15px 15px;
	border-radius: 32px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.axe_step_list > .step-item.s1 {
	width: 50%;
}

.axe_step_list > .step-item.s2 > .box,
.axe_step_list > .step-item.s3 > .box {
	background: radial-gradient(73.36% 112.94% at 0% 100%, rgba(39, 50, 192, 0.4) 0%, rgba(39, 50, 192, 0) 100%), radial-gradient(74.34% 114.46% at 100% 0%, rgba(124, 132, 244, 0.4) 0%, rgba(124, 132, 244, 0) 100%), #2B2B38;
}

.axe_step_list > .step-item.s5 > .box {
	background: radial-gradient(73.36% 112.94% at 0% 100%, rgba(22, 161, 79, 0.4) 0%, rgba(22, 161, 79, 0) 100%), radial-gradient(74.34% 114.46% at 100% 0%, rgba(153, 255, 200, 0.4) 0%, rgba(153, 255, 200, 0) 100%), #2B2B38;
}

.axe_step_list > .step-item.s6 > .box {
	background: radial-gradient(73.36% 112.94% at 0% 100%, rgba(100, 205, 28, 0.4) 0%, rgba(100, 205, 28, 0) 100%), radial-gradient(74.34% 114.46% at 100% 0%, rgba(220, 255, 144, 0.4) 0%, rgba(220, 255, 144, 0) 100%), #2B2B38;
}

.axe_step_list > .step-item.s7 > .box {
	background: radial-gradient(73.36% 112.94% at 0% 100%, rgba(224, 49, 49, 0.4) 0%, rgba(224, 49, 49, 0) 100%), radial-gradient(74.34% 114.46% at 100% 0%, rgba(249, 148, 152, 0.4) 0%, rgba(249, 148, 152, 0) 100%), #2B2B38;
}

.axe_footer {
	margin: 120px 0px 30px 0px;
}

.axe_copyright {
	color: #212130;
}

.axe_step_list > .step-item > .box > .text {
	flex: 1;
	margin: 15px 0px 15px 0px;
}

video {
	vertical-align: top;
	border-radius: 5px;
}

@media screen and (max-width: 1110px) {
	.axe_step_list {
		margin: -15px 0px 0px -15px;
	}

	.axe_step_list > .step-item.s1 {
		width: 100%;
	}

	.axe_step_list > .step-item {
		width: 50%;
		padding: 15px 0px 0px 15px;
	}

	.axe_header > .page-title {
		font-size: 40px;
		line-height: 50px;
		margin: 30px 0px 30px 0px;
	}

	.axe_header {
		margin: 25px 0px 0px 0px;
	}
}