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

#spl-footer {
    background-color:#270029;
    background-size:cover;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Ramabhadra", Times, serif;
}
#my-footer {
	display:flex;
	flex-direction:row;  
	flex-wrap:wrap;
	justify-content:space-between;
	/*font-weight:bold; */
	font-size:1.2em;
	box-sizing:border-box;
}
   

.footer-rows {
    margin:30px 0px 10px 10px;
    padding:20px;
    position: relative;
    
}
.footer-headings {
    margin-bottom:5px;
    
    font-size:22px;
    color:#ffffff;
    line-height:1.4em;
    font-weight:500;
}
.footer-rows li {
    list-style-type: none;
    margin-bottom:5px;
}
.footer-rows li a {
    background-position: 0 -707px;
    background-repeat: no-repeat;
    font-size:18px;
    padding: 8px 0 8px 20px;
    color: #ffe000;
    text-decoration:none;
    font-weight:500;
    line-height:1.7em;
    max-width:600px;
    font-family: "Ramabhadra", Times, serif;
}
.footer-rows:nth-child(2) a {
    
    padding-top:20px;
    
}
.footer-rows li a:hover {
    color:white;
}
.remain-links {
    color: #ffe000;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.7em;
    font-weight:bold;
}
.remain-links:hover {
    color:blue;
}
.img {
    height:auto;
    max-width:100%;
}
.copy-text {
    color: #ffffff;
    box-shadow: none;
    width:400px;
    font-size:17px; 
    margin: 0 0 5px;
    line-height: 1.7em;
}
.btn {
    padding: 3px 12px 3px 12px;
}</pre></body></html>