.ftrwtviable {
	 background: var(--theme-quaternary);
	 border-top: 4px solid var(--theme-quaternary-text-hover);
}
 .ftrwtviable__about {
	 margin: 0 auto;
	 margin-top: 40px;
	 max-width: 1170px;
	 text-align: center;
}
 .ftrwtviable__about p {
	 margin-top: 30px;
	 font-size: 0.9rem;
	 color: var(--theme-quaternary-text);
}
 .ftrwtviable__about-social-media {
	 margin-top: 15px;
	 color: var(--theme-quaternary-text);
}
 .ftrwtviable__about-social-media ul li a {
	 display: inline-block;
	 width: 45px;
	 height: 45px;
	 line-height: 45px;
	 border-radius: 50%;
	 font-size: 11px;
	 color: var(--theme-quaternary-text);
	 border: 1px solid var(--theme-quaternary-text);
	 display: flex;
	 text-decoration: none;
	 margin: 3px;
	 justify-content: center;
	 align-items: center;
	 text-decoration: none;
}
 .ftrwtviable__about-social-media ul li a:hover {
	 background: var(--theme-quaternary);
	 color: var(--theme-quaternary-text);
	 border-color: var(--theme-quaternary-text-hover);
}
 .ftrwtviable__about-social-media a {
	 color: var(--theme-quaternary-text);
 }
 .ftrwtviable__single {
	 margin-top: 30px;
}
 .ftrwtviable__single a {
	 text-decoration: none;
	 color: var(--theme-quaternary-text);
 }
 .ftrwtviable__single-tag ul, .ftrwtviable__single-tag p {
	 margin: 0;
}
 .ftrwtviable__single-tag li {
	 border-right: 1px solid var(--theme-quaternary-text) !important;
}
 .ftrwtviable__single-tag li:last-child {
	 border-right: none !important;
}
 .ftrwtviable__single-tag a {
	 padding: 0 4px !important;
}
 .ftrwtviable__single-tag.padding-ten {
	 padding: 0 10%;
}
 .ftrwtviable h3 {
	 color: var(--theme-quaternary-text);
	 text-transform: uppercase;
	 font-size: 16px;
	 border-left: 4px solid var(--theme-quaternary-text-hover);
	 padding-left: 5px;
}
 .ftrwtviable__single ul li a {
	 display: block;
	 color: var(--theme-quaternary-text);
	 padding: 2px 0;
	 text-decoration: none;
}
 .ftrwtviable__single ul li a:hover {
	 color: var(--theme-quaternary-text-hover);
}
 .ftrwtviable__single p, .ftrwtviable__single dt, .ftrwtviable__single dd, .ftrwtviable__single a {
	 font-size: 13px;
	 line-height: 20px;
	 color: var(--theme-quaternary-text);
	 text-decoration: none;
}
 .ftrwtviable__copyright {
	 margin-top: 15px;
	 background: var(--theme-quaternary);
	 padding: 7px 0;
	 color: var(--theme-quaternary-text);
}
 .ftrwtviable__copyright p {
	 margin: 0;
	 padding: 0;
	 font-size: 12px;
}
.ftrwtviable__contact i {
	margin-right: 0.5rem;
}
.ftrwtviable__contact {
	color: var(--theme-quaternary-text);
	font-size: 0.9rem;
}
 