@charset "iso-8859-9";
 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.seo-content {
	margin: 0 auto;
	color:#000;
	font-size:16px;
	font-weight:500;
	line-height:1.8;
	word-wrap:break-word;
	font-family: 'Montserrat', sans-serif !important;
}
/* Paragraph */

.seo-content p {
	margin:0 0 24px;
}
/* Links */

.seo-content a {
	color:#00a5b9;
	text-decoration:none;
	font-weight:600;
	transition:.25s;
}
.seo-content a:hover {
	color:#084298;
	text-decoration:underline;
}
/* Bold */

.seo-content strong {
	font-weight:700;
	color:#111;
}
/* Italic */

.seo-content em {
	font-style:italic;
}
/* Images */

.seo-content img {
	max-width:100%;
	height:auto;
	border-radius:8px;
	display:block;
	margin:30px auto;
}
/* Lists */

.seo-content ul, .seo-content ol {
	margin:0 0 25px 25px;
}
.seo-content li {
	/*margin-bottom:10px;*/
}
/* Tables */

.seo-content table {
	width:100%;
	border-collapse:collapse;
	margin:30px 0;
	overflow-x:auto;
}
.seo-content table th, .seo-content table td {
	border:1px solid #ddd;
	padding:12px;
}
.seo-content table th {
	background:#f5f5f5;
}
/* Code */

.seo-content pre {
	background:#222;
	color:#fff;
	padding:20px;
	overflow:auto;
	border-radius:8px;
}
/* Horizontal Line */

.seo-content hr {
	border:none;
	border-top:1px solid #ddd;
	margin:40px 0;
}
/* ==========================================
   HEADINGS
========================================== */

.seo-content h1 {
	font-size:42px;
	line-height:1.25;
	margin:0 0 30px;
	color:#111;
	font-weight:700;
}
.seo-content h2 {
	font-size:28px;
	line-height:1.35;
	margin:20px 0 20px;
	color:#111;
	font-weight:700;
}
.seo-content h3 {
	font-size:22px;
	line-height:1.4;
	margin:20px 0 18px;
	color:#222;
	font-weight:700;
}
.seo-content h4 {
	font-size:20px;
	line-height:1.5;
	margin:40px 0 16px;
	color:#222;
	font-weight:700;
}
.seo-content h5 {
	font-size:18px;
	line-height:1.5;
	margin:35px 0 15px;
	color:#333;
	font-weight:700;
}
.seo-content h6 {
	font-size:16px;
	line-height:1.6;
	margin:30px 0 15px;
	color:#444;
	font-weight:700;
}

/* Selection */

 

/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px) {
 .seo-content {
 font-size:16px;
 line-height:1.75;
 padding:0 18px;
}
 .seo-content h1 {
 font-size:32px;
}
 .seo-content h2 {
 font-size:28px;
}
 .seo-content h3 {
 font-size:24px;
}
 .seo-content h4 {
 font-size:21px;
}
 .seo-content h5 {
 font-size:19px;
}
 .seo-content h6 {
 font-size:17px;
}
 .seo-content img {
 border-radius:6px;
}
 .seo-content table {
 display:block;
 overflow-x:auto;
 white-space:nowrap;
}
}