<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--background-tf: #fff;
	--background-m: #fafafa;
}

.header {
	position: fixed;
	top: 0;
	z-index: 999;
	height: 66px;
	width: 100vw;
	background: var(--background-tf);
	box-shadow: 0 5px 10px #17171708;
}

.header_main {
	height: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.main {
	background: var(--background-m);
	width: 100vw;
}

.main&gt;.main_content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.main&gt;.main_content&gt;.main_item {
	display: flex;
	align-items: center;
	/* flex-direction: column; */
	text-align: center;
	/* flex-wrap: wrap; */
	/* gap: 50px; */
}

.main_item&gt;.content {
	padding: 20px;
}

.title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.titleTop {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.birfTop {
	line-height: 1.5;
	color: #374459;
	font-size: 1.5em;
}

.birf {
	line-height: 1.5;
	color: #374459;
}

.imageBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 20px;
}

.image {
	width: 512px;
	/* width: 100%; */
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}



.footer {
	/* background: #13519c; */
	background: var(--background-tf);
	border-top: 1px solid #ebebec;
	width: 100vw;
}

.footer&gt;.footer_content {
	padding: 50px 0;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	gap: 20px;
	color: #000;
}

.footer_last_content {
	font-size: .8rem;
	line-height: 1.5;
}

.link {
	color: #d8b76d !important;
}

.other_title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

.elementor-widget-container {
	padding: 20px;
}

.elementor-widget-container&gt;p,
.elementor-widget-container&gt;ul&gt;li {
	line-height: 1.5;
}

@media screen and (max-width: 750px) {
	.header&gt;.header_main&gt;img {
		margin: 0 auto;
	}

	.main&gt;.main_content {
		margin: 0 auto;
		padding: 60px 0;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.main&gt;.main_content&gt;.main_item {
		flex-wrap: wrap;
	}

	.main_item&gt;.content&gt;.title {
		font-size: 1rem;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.main_item&gt;.content&gt;.titleTop {
		font-size: 1.4rem;
	}

	.main_item&gt;.content&gt;.birf,
	.main_item&gt;.content&gt;.birfTop {
		font-size: .9rem;
	}

	.imageBox {
		width: 100%;
	}

	.footer&gt;.footer_content&gt;div&gt;.link,
	.footer&gt;.footer_content&gt;.right,
	.footer&gt;.footer_content&gt;.footer_last_content {
		font-size: .7rem;
	}


}</pre></body></html>