*{
	box-sizing: border-box;
}
@font-face {
	font-family: Poppins;
	/*noinspection CssUnknownTarget*/
	src: url("../wp_assets/fonts/Poppins-Light.ttf");
	font-display: swap;
}
a{
	text-decoration: none;
}
.index_body{
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.pcont{
	width: 95%;
	max-width: 900px;
	height: calc(100% - 50px);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(148deg, #FF5919 0%, #a93204 100%);
	padding: 20px;
}
.logo_dc{
	display: flex;
	flex-flow: row nowrap;
	font: 14pt Poppins, sans-serif;
	color: #FFF;
	align-items: center;
	justify-content: center;
}
.pcont h1{
	font: bold 24pt Poppins;
	color: #FFF;
}
.pcont h2{
	font: bold 16pt Poppins;
	color: #040404;
	max-width: 48%;
	text-align: right;
}
.wline{
	position: absolute;
	width: 184px;
	height: 4px;
	border-radius: 4px;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 15px;
}
.funclist_dc{
	font: 12pt Poppins, sans-serif;
	color: #FFF;
}
.storys_dc{
	display: flex;
	flex-flow: row;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.storys_dc > a > img{
	width: 160px;
}
.phone_pic{
	background: bottom /contain no-repeat url("../wp_assets/tt_in_phone.png");
	position: absolute;
}
.wals_dc{
	position: absolute;
	left: 0;
	width: 100%;
	height: 475px;
	top: calc(100% - 145px);
	display: flex;
	flex-flow: column nowrap;
}
.gbpic{
	flex: 0 0 60px;
	width: 100%;
}
.bgpic2{
	transform: rotateX(180deg) rotateY(180deg);
}
.whspace{
	flex: 1 1 auto;
	background-color: #FFF;
	width: 100%;
}
.copyr{
	position: absolute;
	width: calc(100% - 40px);
	bottom: 10px;
	font: 10pt Poppins;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding-bottom: 11px;
	gap: 16px;
}
.soc_section{
	position: absolute;
	width: calc(100% - 40px);
	bottom: 40px;
	text-align: center;
}
.soc_section > a > img{
	width: 30px;
	filter: drop-shadow(0px 0px 2px #F00);
}
.copyr > a
{
	color: #000;
}
@media screen and (min-width: 600px){
	.pcont h1{
		max-width: 48%;
		margin-top: 60px;
		padding-left: 26px;
	}
	.funclist_dc{
		margin-top: 80px;
		max-width: 45%;
	}
	.phone_pic{
		width: 344px;
		height: 619px;
		right: 10px;
		top: 100px;
	}
}
@media screen and (max-width: 600px){
	.pcont{
		overflow: hidden auto;
	}
	.pcont h1{
		max-width: calc(100% - 1px);
		font-size: 17pt;
		text-align: center;
		padding: 0;
		margin-top: 44px;
	}
	.pcont h2{
		max-width: calc(100% - 1px);
		text-align: center;
		margin-top: 0;
	}
	.funclist_dc{
		max-width: calc(100% - 40px);
		top: calc(100% + -44px);
		color: #7b0c8b;
		position: absolute;
		z-index: 1;
	}
	.phone_pic{
		width: 344px;
		height: 619px;
		left: 50%;
		top: 250px;
		transform: translateX(-50%);
	}
	.soc_section{
		bottom: -357px;
		color: #FFF;
	}
	.copyr{
		bottom: -400px;
		color: #FFF;
	}
	.copyr > a{
		color: #FFF;
	}
}

/*---docs---*/
.doc_body{
	display: flex;
	flex-flow: column;
	align-items: center;
	font: 12pt /22px sans-serif;
	background-color: #222;
}
.logo_dc{
	display: flex;
	flex-flow: row nowrap;
	font: 14pt Poppins, sans-serif;
	color: #FFF;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.wline{
	position: absolute;
	width: 184px;
	height: 3px;
	border-radius: 4px;
	background-color: #fff;
	left: 50%;
	top: 49px;
	transform: translateX(-50%);
	margin-top: 15px;
}
.page_section{
	max-width: 600px;
	color: #FFFFFF;
	background-color: #FF5919;
	padding: 10px 20px 30% 20px;
	border-radius: 8px;
	margin-bottom: 16px;
}
.page_section h1{
	text-align: center;
	line-height: 36px;
	margin-top: 40px;
}
.doc_body > .soc_section{
	position: static;
}
.doc_body > .copyr{
	position: static;
	color: #FFF;
}