<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3 {
		background-color: #1D9A7A;
		padding: 5px 10px 5px 10px;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    font-size: 17px;
		font-weight: 700;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    font-weight: 700;
}

.widget_wpex_newsletter input[type="email"] {
		max-width: 60%;
}

strong {
 font-weight: 700;
}

.btn {
		float: right;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #177b62;
    border-radius: 25px;
    background: #26c8a0;
    background: -webkit-gradient(linear, left top, left bottom, from(#26c8a0), to(#177b62));
    background: -moz-linear-gradient(top, #26c8a0, #177b62);
    background: linear-gradient(to bottom, #26c8a0, #177b62);
    -webkit-box-shadow: #23b994 0px 0px 40px 0px;
    -moz-box-shadow: #23b994 0px 0px 40px 0px;
    box-shadow: #23b994 0px 0px 40px 0px;
    text-shadow: #0f4d3e 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.btn:hover,
.btn:focus {
    border: 1px solid #1d9a7b;
    background: #2ef0c0;
    background: -webkit-gradient(linear, left top, left bottom, from(#2ef0c0), to(#1c9476));
    background: -moz-linear-gradient(top, #2ef0c0, #1c9476);
    background: linear-gradient(to bottom, #2ef0c0, #1c9476);
    color: #ffffff;
    text-decoration: none;
}
.btn:active {
    background: #177b62;
    background: -webkit-gradient(linear, left top, left bottom, from(#177b62), to(#177b62));
    background: -moz-linear-gradient(top, #177b62, #177b62);
    background: linear-gradient(to bottom, #177b62, #177b62);
}
.btn:after{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 -4px -6px 4px;
    position: relative;
    top: 0px;
    left: 5px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABC0lEQVRIib2VzwrCMAzGfys+g+wBPYsguyriUUR39/38cxaPzoMphi5rN10NlKXpkvT70qYF4MgoPvizY/05hh4icGPqBXAFpuSRWwE0MrkAJ7rp6isOmAGlNzTAWb4HfqdlH8SkAbZq4QBMeuwy1Cfi62NsdYKN/Kh/cANH6LsJE1i7GEqLRm8miDlYFMU21EqQgtyHFj2iCMLd1QYttYGyhcCCb92Dudgrme/ElvTVCcKWsQMWwFHmC7Vm2ZdGQqBfkTVdXfZkkUk4OGAl46tjmuWi6eprziveBXN8CpfS/QHwNbl7iLFmN1Razc4jKHm36zuw/iEBwENilfCHBwcyP/qxizaaZH30X9F7eKr5tukYAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
}</pre></body></html>