@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro&family=Bebas+Neue&display=swap");
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Be Vietnam Pro";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Be Vietnam Pro";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html.lock, body._lock {
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

body {
	background: #030303;
}

._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.wrapper > main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}

._container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 480px) {
	._container {
		padding: 0 15px;
	}
}

.title {
	color: #FFF;
	font-family: Bebas Neue;
	font-size: 140px;
	line-height: 1;
}
@media (max-width: 1919px) {
	.title {
		font-size: calc(64px + 76 * ((100vw - 320px) / 1600));
	}
}

.btn {
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 22px;
	border-radius: 25px;
	border: 2px solid #FFF;
	height: 74px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #030303;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn img {
	width: 30px;
	margin: 0px 0px 0px 20px;
}
@media (min-width: 1024px) {
	.btn:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #8C8C8C;
	}
}
@media (max-width: 1024px) {
	.btn {
		height: 50px;
		border-radius: 18px;
		padding: 10px 15px;
		font-size: 18px;
	}
	.btn img {
		width: 20px;
		margin: 0px 0px 0px 10px;
	}
}

.text {
	color: #FFF;
	font-size: 30px;
	line-height: 1.5;
}
@media (max-width: 1919px) {
	.text {
		font-size: calc(16px + 14 * ((100vw - 320px) / 1600));
	}
}

.header {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header__row {
	height: 90px;
	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;
	position: relative;
}
@media (max-width: 1024px) {
	.header__row {
		margin: 0px 55px 0px 0px;
	}
}
@media (max-width: 480px) {
	.header__row {
		margin: 0px 45px 0px 0px;
	}
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu__list li {
	margin: 0px 40px 0px 0px;
}
.menu__list li:last-child {
	margin: 0;
}
@media (max-width: 1024px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.menu__list li {
		margin: 0px 0px 30px 0px;
	}
}

.menu__link {
	color: #FFF;
	font-size: 20px;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.menu__link:hover {
		color: #8C8C8C;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
@media (max-width: 1024px) {
	.menu__body {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #030303;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 30px 40px;
		overflow: auto;
	}
	.menu__body._active {
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 1024px) and (max-width: 1024px) {
	.menu__body {
		padding: 125px 40px 75px 40px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
@media (max-width: 1024px) and (max-width: 480px) {
	.menu__body {
		padding: 100px 20px;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1024px) {
	.icon-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: -50px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
	}
	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	.icon-menu span:first-child {
		top: 0px;
	}
	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}
	.icon-menu._active span {
		-webkit-transform: scale(0);
		    -ms-transform: scale(0);
		        transform: scale(0);
	}
	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: calc(50% - 1px);
	}
	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}
}
@media (max-width: 480px) {
	.icon-menu {
		right: -45px;
	}
}

.header__btn {
	height: 64px;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	border-radius: 25px;
}
.header__btn img {
	position: relative;
	width: 30px;
	-webkit-transform: scale(1.7);
	    -ms-transform: scale(1.7);
	        transform: scale(1.7);
}
@media (max-width: 1024px) {
	.header__btn img {
		width: 35px;
		-webkit-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
@media (max-width: 1024px) {
	.header__btn {
		height: 50px;
		border-radius: 18px;
		padding: 10px 15px;
	}
}

.hero {
	position: relative;
}

.hero__bg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 2100px;
}
.hero__bg img {
	width: 100%;
}
@media (max-width: 1919px) {
	.hero__bg {
		width: calc(400px + 1700 * ((100vw - 320px) / 1600));
	}
}

.hero__content {
	position: relative;
}

.hero__title {
	margin: 0px 0px 65px 0px;
}
@media (max-width: 820px) {
	.hero__title {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 480px) {
	.hero__title {
		margin: 0px 0px 20px 0px;
	}
}

.hero__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 110px 0px 0 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 540px;
	        flex: 0 1 540px;
	margin: 0px 20px 0px 0px;
}
@media (max-width: 1024px) {
	.hero__left {
		padding: 30px 0px 0 0;
	}
}
@media (max-width: 700px) {
	.hero__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		min-width: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
}

.hero__troll {
	color: #FFF;
	font-size: 60px;
	line-height: normal;
	margin: 0px 0px 50px 0px;
}
.hero__troll p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 700px) {
	.hero__troll p {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.hero__troll img {
	width: 50px;
	margin: 0px 10px;
}
@media (max-width: 1919px) {
	.hero__troll img {
		width: calc(24px + 26 * ((100vw - 320px) / 1600));
	}
}
.hero__troll > *:not(:last-child) {
	margin: 0px 0px 30px 0px;
}
@media (max-width: 820px) {
	.hero__troll > *:not(:last-child) {
		margin: 0px 0px 15px 0px;
	}
}
@media (max-width: 1919px) {
	.hero__troll {
		font-size: calc(24px + 36 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__troll {
		margin: 0px 0px 30px 0px;
	}
}

.hero__info {
	color: #818181;
	font-size: 20px;
	line-height: 1.4;
}
@media (max-width: 1919px) {
	.hero__info p {
		font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1919px) {
	.hero__info p:first-child {
		font-size: calc(12px + 8 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 360px) {
	.hero__info p:first-child {
		font-size: 10px;
	}
}

.hero__img {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 810px;
	        flex: 1 1 810px;
	margin: -150px -300px 0px -250px;
}
.hero__img img {
	width: 100%;
}
@media (max-width: 1919px) {
	.hero__img {
		margin-top: calc(-250px + 100 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1360px) {
	.hero__img {
		margin: -50px -200px 0px -100px;
	}
}
@media (max-width: 820px) {
	.hero__img {
		margin: -50px -150px 0 -150px;
	}
}
@media (max-width: 700px) {
	.hero__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		width: 100%;
		margin: 0px 0px -50px 0px;
	}
}

.about {
	position: relative;
	margin-top: -250px;
	padding: 100px 0px 200px 0px;
}
@media (max-width: 1360px) {
	.about {
		margin-top: calc(100px + -350 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 820px) {
	.about {
		padding: 100px 0px 100px 0px;
	}
}
@media (max-width: 700px) {
	.about {
		margin: 0 auto;
	}
}

.about__title {
	margin: 0px 0px 40px 0px;
}

.about__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.about__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 510px;
	        flex: 0 1 510px;
	margin: 0px 40px 0px 0px;
}
@media (max-width: 700px) {
	.about__left {
		text-align: center;
		min-width: 100%;
	}
}

.about__text {
	margin: 0px 0px 80px 0px;
}
@media (max-width: 820px) {
	.about__text {
		margin: 0px 0px 60px 0px;
	}
}

.about__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about__buttons > *:not(:last-child) {
	margin: 0px 20px 0px 0px;
}
@media (max-width: 700px) {
	.about__buttons {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.about__img {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 750px;
	        flex: 1 1 750px;
	margin: 0px -120px 0px 0px;
}
.about__img img {
	width: 100%;
}
@media (max-width: 1440px) {
	.about__img {
		margin: 0 auto;
	}
}
@media (max-width: 700px) {
	.about__img {
		width: 80%;
		margin: 0px auto 20px auto;
	}
}

.tokenomics {
	background: #fff;
}

.tokenomics__blocktitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 700px) {
	.tokenomics__blocktitle {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.tokenomics__title {
	font-size: 236px;
	color: #000;
	line-height: 0.8;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1919px) {
	.tokenomics__title {
		font-size: calc(54px + 182 * ((100vw - 320px) / 1600));
	}
}

.tokenomics__dec1 {
	width: 300px;
	position: relative;
	margin-top: -120px;
}
.tokenomics__dec1 img {
	margin: 0px 0px 0px 30px;
	width: 100%;
}
@media (max-width: 480px) {
	.tokenomics__dec1 img {
		margin: 0px 0px 0px 15px;
	}
}
@media (max-width: 1919px) {
	.tokenomics__dec1 {
		width: calc(80px + 220 * ((100vw - 320px) / 1600));
		margin-top: calc(-30px + -90 * ((100vw - 320px) / 1600));
	}
}

.tokenomics__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1100px;
	color: #000;
	margin: -10px;
}
.tokenomics__info p {
	padding: 10px;
	text-align: center;
}
@media (max-width: 480px) {
	.tokenomics__info p {
		text-align: left;
	}
}
@media (max-width: 480px) {
	.tokenomics__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.tokenomics__row {
	position: relative;
	margin: 40px 0px 0px 0px;
}

.tokenomics__img {
	position: relative;
}
.tokenomics__img img {
	width: 100%;
}
@media (max-width: 480px) {
	.tokenomics__img {
		margin: 0px -120px 0px 0px;
	}
}

.tokenomics__dec2 {
	position: absolute;
	bottom: 40px;
	left: -140px;
	width: 210px;
}
.tokenomics__dec2 img {
	width: 100%;
}
@media (max-width: 1360px) {
	.tokenomics__dec2 {
		display: none;
	}
}

.tokenomics__dec3 {
	position: absolute;
	top: 70px;
	right: 0;
	width: 390px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.tokenomics__dec3 img {
	width: 100%;
}
.tokenomics__dec3 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 1024px) {
	.tokenomics__dec3:hover {
		-webkit-transform: scale(1.08);
		    -ms-transform: scale(1.08);
		        transform: scale(1.08);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 1919px) {
	.tokenomics__dec3 {
		width: calc(160px + 230 * ((100vw - 320px) / 1600));
		right: calc(-50px + 50 * ((100vw - 320px) / 1600));
		top: calc(-30px + 100 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.tokenomics__dec3 {
		width: calc(220px + 170 * ((100vw - 320px) / 1600));
		right: calc(-50px + 50 * ((100vw - 320px) / 1600));
		top: calc(-180px + 180 * ((100vw - 320px) / 1600));
	}
}

.roadmap {
	position: relative;
}

.roadmap__title {
	margin: -10px 0px 0px 0px;
}
@media (max-width: 1360px) {
	.roadmap__title {
		margin: -10px 0px 40px 0px;
	}
}
@media (max-width: 700px) {
	.roadmap__title {
		text-align: center;
	}
}

.roadmap__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1360px) {
	.roadmap__row {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media (max-width: 700px) {
	.roadmap__row {
		min-width: 100%;
		text-align: center;
	}
}

.roadmap-step12 h4,
.roadmap-step3 h4 {
	margin: 0px 0px 30px 0px;
}
@media (max-width: 700px) {
	.roadmap-step12 h4,
.roadmap-step3 h4 {
		margin: 0px 0px 15px 0px;
	}
}
.roadmap-step12 ul > *:not(:last-child),
.roadmap-step3 ul > *:not(:last-child) {
	margin: 0px 0px 5px 0px;
}

.roadmap-step12 {
	margin: 0px 70px 0px 0px;
}
.roadmap-step12 > *:not(:last-child) {
	margin: 0px 0px 50px 0px;
}
@media (max-width: 700px) {
	.roadmap-step12 > *:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 1360px) {
	.roadmap-step12 {
		margin: 0px 40px 0px 0px;
	}
}
@media (max-width: 700px) {
	.roadmap-step12 {
		margin: 0px 0px 30px 0px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}

.roadmap__dec1 {
	max-width: 370px;
}
.roadmap__dec1 img {
	width: 100%;
}
@media (max-width: 700px) {
	.roadmap__dec1 {
		display: none;
	}
}

.roadmap__img {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 790px;
	        flex: 1 1 790px;
	margin: 0px -170px 0px 0px;
}
.roadmap__img img {
	width: 100%;
}
@media (max-width: 1360px) {
	.roadmap__img {
		margin: 0 auto;
	}
}
@media (max-width: 700px) {
	.roadmap__img {
		display: none;
	}
}

.roadmap__row_1 {
	margin: -150px 0px 0px 0px;
}
@media (max-width: 1360px) {
	.roadmap__row_1 {
		margin: 0 auto;
	}
}

.roadmap__img_1 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 725px;
	        flex: 1 1 725px;
	margin: 0px 40px 0px -200px;
}
@media (max-width: 1360px) {
	.roadmap__img_1 {
		margin: 0px 40px 0px -30px;
	}
}
@media (max-width: 700px) {
	.roadmap__img_1 {
		display: block;
		position: absolute;
		top: 10%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		width: 100%;
		opacity: 0.2;
		margin: 0 auto;
	}
}

.roadmap-step3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 535px;
	        flex: 0 1 535px;
}
@media (max-width: 700px) {
	.roadmap-step3 {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}

.join {
	position: relative;
	padding-bottom: 100px;
}
@media (max-width: 700px) {
	.join {
		padding-top: 30px;
	}
}

.join__step {
	position: relative;
	top: 0;
	left: 62%;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	margin: 0px 0px 20px 0px;
}
@media (max-width: 700px) {
	.join__step {
		left: 50%;
		margin: 0px 0px 30px 0px;
	}
}

.join__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 700px) {
	.join__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.join__block {
	position: relative;
}
.join__block::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-40%, -30%);
	    -ms-transform: translate(-40%, -30%);
	        transform: translate(-40%, -30%);
	width: 670px;
	height: 670px;
	border-radius: 50%;
	background: #fff;
}
@media (max-width: 1919px) {
	.join__block::after {
		width: calc(200px + 470 * ((100vw - 320px) / 1600));
		height: calc(200px + 470 * ((100vw - 320px) / 1600));
	}
}

.join__btn {
	z-index: 1;
	color: #000;
	background: #fff;
	border: 2px solid #000;
	width: 200px;
}
.join__btn::before {
	content: "";
	position: absolute;
	top: -140px;
	left: 140px;
	width: 180px;
	height: 180px;
	background: url("../img/join/dec1.svg") no-repeat;
	background-size: contain;
	background-position: center;
}
@media (max-width: 1919px) {
	.join__btn::before {
		width: calc(50px + 130 * ((100vw - 320px) / 1600));
		height: calc(50px + 130 * ((100vw - 320px) / 1600));
		top: calc(-50px + -90 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.join__btn::before {
		top: calc(-40px + -100 * ((100vw - 320px) / 1600));
		left: calc(80px + 60 * ((100vw - 320px) / 1600));
	}
}
@media (min-width: 1024px) {
	.join__btn:hover {
		color: #fff;
	}
}
@media (max-width: 1024px) {
	.join__btn {
		width: 120px;
	}
}

.join__dec1 {
	position: relative;
	left: 200px;
	-webkit-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	        transform: scale(1.3);
}
.join__dec1 img {
	width: 100%;
}
@media (max-width: 700px) {
	.join__dec1 {
		left: 0;
		margin: 0px 0px 50px 0px;
		-webkit-transform: scale(1.7);
		    -ms-transform: scale(1.7);
		        transform: scale(1.7);
	}
}

.join__dec2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 630px;
}
.join__dec2 img {
	width: 100%;
}
@media (max-width: 1919px) {
	.join__dec2 {
		width: calc(350px + 280 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 700px) {
	.join__dec2 {
		width: calc(250px + 380 * ((100vw - 320px) / 1600));
	}
}