a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clear {
	clear: both;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	transition-duration: .2s;
}

/*::-webkit-scrollbar {width: 8px; height: 60px;}::-webkit-scrollbar-thumb {background-color: #0b7465;}*/
::selection {
	background-color: #0b7465;
	color: #ffffff;
}

body {
	background: #fff;
	font: 12px/1.14 arial, \5b8b\4f53;
	color: #333;
}

#main_wrap {
	position: relative;
	width: 100%;
	float: left;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	overflow: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	position: relative;
}

.nobl {
	border-left: none;
}

a {
	color: #182e7c;
	text-decoration: none;
}

a:hover {
	color: #888;
}

p {
	font-size: 16px;
	line-height: 26px;
}

h1 {
	font-size: 36px;
	line-height: 46px;
}

h2 {
	font-size: 32px;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	line-height: 38px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 20px;
	line-height: 30px;
}

h6 {
	font-size: 16px;
	line-height: 26px;
}

strong {
	font-size: inherit;
	font-weight: 700;
}

iframe,
img {
	max-width: 100%;
}

figure {
	text-align: center;
}

.container {
	display: block;
	width: 1120px;
	margin: 0px auto;
	position: relative;
}

.main_bar {
	width: 800px;
	float: left;
	position: relative;
}

.side_bar {
	width: 300px;
	float: right;
	max-width: 100%;
	word-break: break-all;
}

@media(max-width: 1120px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	.main_bar {
		width: 70%;
	}

	.side_bar {
		width: 28%;
	}
}

@media(max-width: 1080px) {
	.main_bar {
		width: 100%;
		margin-bottom: 15px;
	}

	.side_bar {
		width: 100%;
	}
}

header {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
	position: relative;
}

header .logo_wrap {
	float: left;
	width: 25%;
	height: 60px;
	line-height: 60px;
}

header #nav_wrap {
	float: left;
	width: 75%;
	padding-right: 150px;
}

header .lang_box {
	position: absolute;
	width: 140px;
	height: 36px;
	border: 0.02415rem solid #333;
	right: 0;
	top: 12px;
}

header .lang_box #lang_hndlr {
	margin-bottom: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

header .lang_box .lang_box_1 {
	position: relative;
}

header .lang_box .lang_box_1 .lang_inn {
	position: absolute;
	top: 36px;
	left: 0;
	background: #fbfbfb;
	max-height: 300px;
	overflow-y: scroll;
	z-index: 999;
	display: none;
}

header .lang_box .lang_box_1 .lang_inn a {
	float: left;
	width: 100%;
	margin: 1px 0;
	padding: 1px 0;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #000;
}

header .lang_box .lang_box_1 .lang_inn a:hover {
	background: #E0E0E0;
}

header .lang_box:hover>.lang_box_1 .lang_inn {
	display: inline-block;
}

@media(max-width: 1120px) {
	header .lang_box {
		right: 15px;
		width: 100px;
	}
}

header .logo_wrap img.logo {
	vertical-align: middle;
}

header #nav_wrap ul.main_nav {
	float: left;
	width: 100%;
	text-align: right;
}

header #nav_wrap ul.main_nav li {
	position: relative;
	display: inline-block;
}

header #nav_wrap ul.main_nav li a {
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 12px;
	color: #333;
	font-size: 24px;
}

header #nav_wrap ul.main_nav li:hover>a {
	background: #fff;
	color: #111;
}

header #nav_wrap ul.main_nav li>ul {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	background: #26272b;
	min-width: 180px;
}

header #nav_wrap ul.main_nav li>ul li {
	float: left;
	width: 100%;
	border-bottom: solid 1px #ccc;
}

header #nav_wrap ul.main_nav li>ul li a {
	float: left;
	width: 100%;
	padding: 10px;
	line-height: 22px;
	height: auto;
}

header #nav_wrap ul.main_nav li:hover>ul {
	display: block;
}

header .menu_hndlr {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px;
	cursor: pointer;
}

header .menu_hndlr i {
	color: #fff;
	font-size: 20px;
}

@media(max-width: 1080px) {
	header #nav_wrap {
		padding-right: 0px;
	}

	header #nav_wrap ul.main_nav li a {
		padding: 0 10px;
	}

	header .logo_wrap {
		width: 100%;
		text-align: center;
	}

	header .menu_hndlr {
		display: block;
	}

	header #nav_wrap {
		display: none;
		position: fixed;
		width: 250px;
		background: #fff;
		top: 0px;
		left: 0;
		height: 100%;
		overflow-y: auto;
		box-shadow: 5px 0 12px rgba(18, 26, 33, .1);
		padding-bottom: 60px;
		z-index: 999999;
	}

	header #nav_wrap ul.main_nav li {
		width: 100%;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}

	header #nav_wrap ul.main_nav li a {
		padding: 8px;
		float: left;
		width: 100%;
		font-size: 15px;
		font-weight: normal;
		line-height: 23px;
		height: auto;
		color: #000 !important;
	}

	header #nav_wrap ul.main_nav li>ul {
		display: inline-block;
		width: 100%;
		position: static;
		background: #ececec;
	}

	header #nav_wrap ul.main_nav li>ul li {
		padding-left: 15px;
	}

	header #nav_wrap ul.main_nav li>ul li:last-child {
		border-bottom: none;
	}
}

@media(max-width: 600px) {
	header .logo_wrap {
		width: 96%;
	}

	header .logo_wrap img.logo {
		max-width: 140px !important;
	}
}

@media(max-width: 400px) {
	header .btnsearch {
		padding: 18px 5px;
	}

	header .logo_wrap img.logo {
		max-width: 100px !important;
	}
}

.mob_menu_close {
	background: #26272b;
	margin-bottom: 0;
	height: 60px;
	display: none;
}

.mob_menu_close i {
	padding: 15px;
	color: #fff;
	font-size: 18px;
}

header .show_mob_menu {
	display: block !important;
}

header .show_mob_menu .mob_menu_close {
	display: block;
}

footer {
	margin-top: 30px;
	text-align: center;
}

footer .footer_top {
	padding: 30px 0 20px 0;
	color: #fff;
}

footer .ftr_links {
	text-align: center;
}

footer .ftr_links a {
	display: inline-block;
	font-size: 16px;
	line-height: 26x;
	color: #fff;
	margin: 2px 5px;
}

footer .ftr_links a:after {
	content: "|";
	color: rgba(255, 255, 255, .2);
	padding-left: 15px;
}

footer .ftr_links a:last-child:after {
	content: "";
}

footer .footer_bottom {
	background: whitesmoke;
	color: #b2b2b2;
	padding: 15px;
}

.suprt_box h2 {
	color: #212121;
	font-size: 1.25604rem;
	text-align: center;
	line-height: 1.47343rem;
}

.suprt_box .suprt_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.suprt_box .suprt_list .suprt_item {
	width: 14.66%;
	margin: 1%;
	text-align: center;
}

.suprt_box .suprt_list .suprt_item p {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	margin: 5px 0 15px 0;
}

@media(max-width: 1020px) {
	.suprt_box .suprt_list .suprt_item {
		width: 18%;
	}
}

@media(max-width: 800px) {
	.suprt_box .suprt_list .suprt_item {
		width: 23%;
	}
}

@media(max-width: 600px) {
	.suprt_box .suprt_list .suprt_item {
		width: 31.33%;
	}
}

@media(max-width: 480px) {
	.suprt_box .suprt_list .suprt_item {
		width: 48%;
	}
}

@media(max-width: 320px) {
	.suprt_box .suprt_list .suprt_item {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

.faqs_box {
	width: 100%;
	background: #212121;
	text-align: center;
	float: left;
}

.faqs_box h2 {
	margin: 0 auto 61px;
	text-align: center;
	padding-top: 1.8599rem;
	font-size: 1.25604rem;
	font-weight: bold;
	color: white;
	letter-spacing: 0.12077rem;
	background: linear-gradient(334deg, #45c660 0%, #ece34e 50%, #ff6635 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.faqs_box .faq-list {
	margin-bottom: 0.65217rem;
}

.faqs_box .bl-title {
	margin: 0 auto;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 0.57971rem;
	line-height: 0.67633rem;
	color: #ffffff;
	letter-spacing: 0;
}

.faqs_box .bl-title span:nth-child(1) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #333333;
	height: 0.72464rem;
	width: 0.72464rem;
	border-radius: 50%;
	font-size: 0.48309rem;
	color: #fff;
	letter-spacing: 0;
	margin-right: 0.22464rem;
}

.faqs_box .bl-content {
	margin: 0 auto;
	margin-top: 0.31401rem;
	margin-bottom: 1.47343rem;
	display: flex;
	align-items: center;
}

.faqs_box .bl-content .bl-text {
	padding: 0.36232rem 0.28986rem;
	font-size: 0.33816rem;
	color: #9a9a9a;
	letter-spacing: 0;
	line-height: 0.43478rem;
	text-align: left;
	background: #333333;
	border-radius: 0.24155rem;
}

.faqs_box .bl-content .triangle-left {
	width: 0;
	height: 0;
	position: relative;
	left: -0.60386rem;
	z-index: 1;
	margin-bottom: -1.20773rem;
	top: -0.36232rem;
	border: 0.62802rem solid transparent;
	border-top: 0.62802rem solid #333333;
	border-radius: 0.36232rem;
}

.faqs_box .bl-content .answ {
	font-size: 13px;
	line-height: 0.45894rem;
	border-radius: 0.50725rem;
	border-top-left-radius: 0;
	margin-left: 0.12077rem;
	position: relative;
}

#ScrollToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 22px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
}

#ScrollToTop:hover {
	filter: brightness(85%);
}

.more_link {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 25px;
	border-radius: 5px;
	margin: 20px auto 0;
	text-transform: uppercase;
	border: 1px solid #f34042;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	display: inline-block;
}

.more_link:hover {
	background: #fff;
	color: #182e7c !important
}

.blog_wrap {
	width: 100%;
	margin: 0 auto;
}

.blog_wrap .blog_item {
	width: 100%;
	border-bottom: 0.02415rem solid #ededed;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
}

.blog_item .bl_content {
	width: 75%;
}

.blog_item .bl_content .bl_title {
	text-align: left;
	font-size: 0.57971rem;
	font-weight: bold;
	color: black;
	line-height: 0.67633rem;
}

.blog_item .bl_content .bl_text {
	height: 2.31884rem;
	overflow: hidden;
	text-align: left;
	font-size: 0.38647rem;
	font-weight: 400;
	color: #757575;
	line-height: 0.57971rem;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.blog_item .bl_img {
	padding-left: 15px;
	width: 25%;
}

.blog_wrap .blog_item:hover {
	background: #D9F0FF;
}

@media(max-width: 800px) {
	.blog_item .bl_img {
		width: 32%;
	}
}

@media(max-width: 600px) {
	.blog_item .bl_img {
		width: 38%;
	}
}

.youtube_embed {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

.youtube_embed img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}

.youtube_embed .yt_play_btn {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}

.youtube_embed .yt_play_btn:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}

.youtube_embed img,
.youtube_embed .yt_play_btn {
	cursor: pointer;
}

.youtube_embed img,
.youtube_embed iframe,
.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
	position: absolute;
}

.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.youtube_embed iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.social_sharer {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.social_sharer .ss_btn {
	box-shadow: inset 0 -4px 0 rgb(0 0 0 / 15%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%);
	color: #fff;
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.social_sharer .ss_btn i {
	font-size: 22px;
	line-height: 50px;
}

.social_sharer .ss_btn.facebook {
	background: #3a579a;
}

.social_sharer .ss_btn.twitter {
	background: #00abf0;
}

.social_sharer .ss_btn.reddit {
	background: #D63C1A;
}

.social_sharer .ss_btn.pinterest {
	background: #cd1c1f;
}

.social_sharer .ss_btn.whatsapp {
	background: #5CBE4A;
}

.cnt_box i {
	font-style: italic;
}

.cnt_box u {
	text-decoration: underline;
}

.cnt_box a {
	text-decoration: underline !important;
}

.cnt_box ol,
.cnt_box ul {
	padding-left: 20px !important;
	margin-bottom: 10px !important;
	text-align: left;
}

.cnt_box ol {
	list-style: decimal !important;
}

.cnt_box ul {
	list-style: disc !important;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.full {
	width: 100% !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.vam {
	vertical-align: middle;
}

.ac {
	text-align: center !important;
}

.aj {
	text-align: justify !important;
}

.db {
	display: block !important;
}

.dib {
	display: inline-block !important;
}

.rtl {
	direction: rtl !important;
}

.ltr {
	direction: ltr !important;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 15px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.fs17 {
	font-size: 17px;
}

.txt_red {
	color: #C14D44 !important;
}

.txt_green {
	color: #063F4F !important;
}

.txt_suc {
	color: #008000;
}

.txt_err {
	color: #C14D44;
}

.txt_blue {
	color: #084888 !important;
}

.txt_gray {
	color: #333 !important;
}

.txt_white {
	color: #fff !important;
}

.txt_black {
	color: #000 !important;
}

.txt_orange {
	color: #f29423 !important;
}

.blue_bg {
	background: #F1F5FD;
	float: left;
	width: 100%;
	padding: 15px 0;
}

.hwa {
	height: auto !important;
	width: auto !important;
}

#home_bg {
	display: block;
	width: 1014px;
	height: 24.49275rem;
	transform: rotate(120deg);
	border-radius: 2.657rem;
	opacity: 0.8;
	position: absolute;
	z-index: -1;
	top: -13.90821rem;
	right: 0;
	overflow: hidden;
}

.home_banner {
	width: 100%;
	float: left;
	padding-top: 50px;
	margin-bottom: 100px;
}

.home_banner .hb_txt {
	float: left;
	width: 63%;
	padding-top: 80px;
}

.home_banner .hb_txt h1 {
	font-size: 52px;
	line-height: 62px;
}

.home_banner .hb_txt h2 {
	font-size: 48px;
	line-height: 58px;
}

.home_banner .hb_txt p {
	color: #757575;
	font-size: 20px;
	line-height: 30px;
}

.home_banner .hb_txt h3 {
	font-size: 36px;
	line-height: 46px;
	font-weight: normal;
}

.home_banner .hb_txt .btn_down {
	padding: 15px 25px;
	font-size: 26px;
	box-shadow: 0px 0.04831rem 0.09662rem 0px rgb(0 0 0 / 20%);
	border-radius: 0.07246rem;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin: 25px 0;
}

.home_banner .hb_txt .security_info strong {
	font-size: 28px;
	font-weight: normal;
}

.home_banner .hb_txt .security_info ul {
	display: flex;
	width: 60%;
	margin-top: 20px
}

.home_banner .hb_txt .security_info ul li {
	flex: 1;
	text-align: left;
	display: flex;
	align-items: center;
}

.home_banner .hb_txt .security_info ul li img {
	margin-right: 5px;
}

.home_banner .hb_img {
	float: right;
	width: 30%;
}

@media(max-width: 1120px) {
	#home_bg {
		display: none;
	}
}

@media(max-width: 680px) {
	#home_bg {
		display: none;
	}

	.home_banner {
		padding-top: 0;
		margin-bottom: 20px;
	}

	.home_banner .hb_txt {
		width: 100%;
		text-align: center;
		padding-top: 50px;
		margin-bottom: 50px;
	}

	.home_banner .hb_img {
		width: 100%;
		text-align: center;
	}

	.home_banner .hb_txt h1 {
		font-size: 42px;
		line-height: 52px;
	}

	.home_banner .hb_txt h2 {
		font-size: 38px;
		line-height: 48px;
	}

	.home_banner .hb_txt p {
		font-size: 18px;
		line-height: 28px;
	}

	.home_banner .hb_txt .btn_down {
		margin: 15px 0;
	}

	.home_banner .hb_txt .security_info ul {
		width: 100%;
		text-align: center;
	}
}

.intro_box,
.intro_box p,
.intro_box div {
	color: #757575;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}

.intro_box h2 {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	color: #333;
}

.feat_head {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.feats_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.feats_wrap .fitem {
	width: 18%;
	margin: 1%;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.feats_wrap .fitem .ficon {
	background: #f5f5f5;
	border-radius: 50px;
	padding: 20px;
	display: table;
	margin: 0 auto 20px auto;
}

@media(max-width: 900px) {
	.feats_wrap .fitem {
		width: 31.33%;
	}
}

@media(max-width: 550px) {
	.feats_wrap .fitem {
		width: 48%;
	}
}

@media(max-width: 350px) {
	.feats_wrap .fitem {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

.hinfo_box {
	background: #f5f5f5;
	width: 85%;
	margin: 0 auto;
	border-radius: 0.19324rem;
	text-align: center;
}

.hinfo_box h2 {
	font-size: 1.15942rem;
	font-weight: bold;
	color: white;
	line-height: 1.37681rem;
	padding-top: 1.08696rem;
	margin-bottom: 0.48309rem;
}

.hinfo_box p {
	margin: 0 auto;
	font-size: 0.57971rem;
	color: white;
	line-height: 0.67633rem;
}

.hinfo_box img {
	margin-top: 50px;
}

@media(max-width: 600px) {
	.hinfo_box {
		width: 96%;
		padding: 0 10px;
	}
}

.hinfo_box1 {
	background: linear-gradient(135deg, #3e82ff 0%, #64e3e8 100%);
}

.hinfo_box2 {
	background: linear-gradient(135deg, #38cbdb 0%, #45c657 100%);
}

.hinfo_box3 {
	background: linear-gradient(135deg, #4fd353 0%, #f1b926 100%);
}

.hinfo_box4 {
	background: linear-gradient(135deg, #f0e825 0%, #de5430 100%);
}

.hart_box {
	background: linear-gradient(360deg, white 0%, #f0f0f0 100%);
	padding: 100px 0;
}

.hart_box h2 {
	font-size: 1.25604rem;
	font-weight: bold;
	color: #212121;
	line-height: 1.47343rem;
	margin-top: 1.20773rem;
	margin-bottom: 1.20773rem;
	display: block;
	text-align: center;
}

.primaryimage {
	margin-top: 0;
	margin-bottom: 30px;
}

.primaryimage img {
	aspect-ratio: 2/1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.full_gray_box .app.clickable:hover {
	background: #fff
}

.blog_head {
	text-align: center;
	font-weight: bold;
}

figure {
	text-align: center;
}

.main_head {
	font-size: 34px;
	line-height: 42px;
	font-weight: bold;
}

.date_line {
	color: #6c757d;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 15px;
}

.blog_inn {
	width: 800px;
	margin: 0 auto;
}

@media(max-width: 800px) {
	.blog_inn {
		width: 100%;
	}
}