<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* rt-pricing-table element-one */

.rt-pricing-table.element-one{
}

.rt-pricing-table.element-one &gt; .holder{
	background-color:#fff;
	border:1px #ddd solid;
	text-align:center;
}

.rt-pricing-table.element-one.spotlight &gt; .holder{
	border-width:5px;
	transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
}

.rt-pricing-table.element-one &gt; .holder &gt; .heading{
	padding:40px 15px 17px 15px;
}

.rt-pricing-table.element-one.spotlight &gt; .holder &gt; .heading{
	padding-top:65px;
}

.rt-pricing-table.element-one &gt; .holder &gt; .heading &gt; *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-one &gt; .holder &gt; .heading .title{
	margin-bottom:32px;
	font-weight:700;
	font-size:27px;
	line-height:35px;
}

.rt-pricing-table.element-one.spotlight &gt; .holder &gt; .heading .title{
}

.rt-pricing-table.element-one &gt; .holder &gt; .heading .subtitle{
	margin-bottom:10px;
	font-weight:400;
	font-size:12px;
	line-height:25px;
}

.rt-pricing-table.element-one &gt; .holder &gt; .pricing{
	margin-bottom:25px;
}

.rt-pricing-table.element-one &gt; .holder &gt; .pricing &gt; *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-one &gt; .holder &gt; .pricing .price{
	margin-bottom:13px;
	font-weight:600;
	font-size:72px;
	line-height:0.75;
}

.rt-pricing-table.element-one.spotlight &gt; .holder &gt; .pricing .price{
}

.rt-pricing-table.element-one &gt; .holder &gt; .pricing .price strong{
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
	font-weight:700;
	font-size:40%;
}

.rt-pricing-table.element-one &gt; .holder &gt; .pricing .period{
	margin-bottom:15px;
	font-weight:400;
	color:rgba(0,0,0,0.3);
	letter-spacing:2px;
}

.rt-pricing-table.element-one &gt; .holder &gt; .pricing .period{
	margin-bottom:10px;
	font-weight:300;
}

.rt-pricing-table.element-one &gt; .holder &gt; .list{
	padding:0px 15px 20px 15px;
}

.rt-pricing-table.element-one &gt; .holder &gt; .list &gt; *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-one &gt; .holder &gt; .list ul{
}

.rt-pricing-table.element-one &gt; .holder &gt; .list ul li{
	position:relative;
	margin-bottom:18px;
	font-size:16px;
	color:#888;
}

.rt-pricing-table.element-one &gt; .holder &gt; .more{
	padding:0px 15px 50px 15px;
}

.rt-pricing-table.element-one &gt; .holder &gt; .more &gt; *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-one &gt; .holder &gt; .more .btn{
	margin-bottom:15px;
	padding:11px 25px 11px 30px;
	border-radius:3px;
	text-transform:uppercase;
	font-weight:600;
	font-size:13px;
	color:#fff;
	line-height:22px;
	letter-spacing:1px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-pricing-table.element-one.spotlight &gt; .holder &gt; .more .btn{
}

.rt-pricing-table.element-one &gt; .holder &gt; .more .btn:hover{
	box-shadow:0px 4px 20px -5px rgba(0,0,0,0.5);
	transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
}

.rt-pricing-table.element-one &gt; .holder &gt; .more .btn i{
	margin-left:7px;
	margin-right:3px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-pricing-table.element-one &gt; .holder &gt; .more .btn:hover i{
	margin-left:10px;
	margin-right:0px;
}</pre></body></html>