@media (min-width: 992px) {
	.ktc-sustainability .msg-from-chairman .msg-from-chairman__figure {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.ktc-sustainability .msg-from-chairman .msg-from-chairman__body {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/** INLINE CSS **/
.a,
.b {
	fill: #fff;
}
.a {
	opacity: 0.005;
}
.b {
	opacity: 1;
}
/** INLINE CSS **/

#card-register-modal .left-icon + span {
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.14;
	max-width: calc(100% - 80px);
	font-family: "Conv_SukhumvitTadmai_Tex";
}
@media (max-width: 576px) {
	.card-choice {
		padding: 15px 0;
	}
	#card-register-modal .left-icon + span {
		padding-left: 0;
		line-height: 1.45;
	}
}
@media (max-width: 414px) {
	#card-register-modal.full-modal .modal-body {
		padding: 0 10px !important;
	}
}

/** INLINE CSS **/

.grecaptcha-badge {
	visibility: hidden !important;
}
.recaptcha-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
