.CHAT {
	background-image: radial-gradient(circle at 50% -5%, #223CCF 0%, #000425 70%);
}

.CHAT .b-frame {
	position: relative;
	padding: 100rem 40rem 400rem;
}

.CHAT .b-chat-deco-left {
	position: absolute;
	width: 250rem;
	height: 1176rem;
	left: -327rem;
	bottom: -610rem;
	background: url(chat-deco-left.svg) no-repeat top center / 100% auto;
}

.CHAT .b-chat-deco-right {
	position: absolute;
	width: 250rem;
	height: 540rem;
	top: 5rem;
	right: -327rem;
	background: url(chat-deco-right.svg) no-repeat top center / 100% auto;
}

.CHAT .container {
	max-width: 620rem;
	margin: 0 auto;
	text-align: center;
}

.CHAT .container img {
	margin: 0 auto 25rem;
}

.CHAT .container h1 {
	margin-top: 50rem;
}

.CHAT .webchat-container {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 50rem auto 0;
	width: 400rem;
	height: 500rem;
}

@media screen and (max-width: 960px){
	.CHAT::before, .CHAT::after {display: none;}
	.CHAT .b-frame {padding: 60rem 20rem;}
	.CHAT .webchat-container {position: relative; width: 300rem;}
}



