<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');
@import url('/salden-caps/stylesheet.css');
html {
    font-size: 1rem;
}
section {
	width: 100%;
	float: left;
}
body {
    color: #000;
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: normal;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
a, a img, a.spbtn:after  {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6, .head {
    line-height: normal;
}
.saldencaps {
	font-family: 'saldencaps';
}
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
a.spbtn, input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #a98323 !important;
    padding: 19px 90px !important;
    border-radius: 12px;
}
a.spbtn:hover, input[type="submit"]:hover {
    background-color: #d35b7e !important;
    color: #fff !important;
}
a:hover, #footer a:hover {
    color: #a98323;
}
#header {
	background-image: url(../images/header-bg.jpg);
}
#header .logo {
    margin-bottom: -55px;
    position: relative;
}
#footer {
    background-color: #1e1e1e;
    color: #c5c2c1;
}
#footer a {
    color: #c5c2c1;
}
.foobox {
    float: left;
    width: 30%;
    padding: 0 15px;
}
.fooinfo p {
    line-height: 25px;
    padding-bottom: 0;
    margin: 0;
}
.foobox .head {
    color: #a98323;
}
.foobox .copyr {
    font-size: 13px;
    line-height: 25px;
}
.foobox .copyr p {
    margin: 15px 0 0 0;
}
.footlogo {
    margin-top: -90px;
}
.welsec {
	background-image: url(../images/hsec1-bg.jpg);
}
.welsec .welhead2 {
    margin: 15px 0 35px 0;
}
.welsec .weltext p {
    margin: 0 0 25px 0;
    line-height: 27px;
}
.spform {
    margin-top: -76px;
    position: relative;
    max-width: 470px;
    margin-left: 40px;
}
.formbox {
    padding: 25px 22px 40px 22px;
    background-color: #261a16;
    border-radius: 0 0 12px 12px;
}
.spform .formhead {
    background-color: #fff;
    color: #261a16;
    padding: 18px 0;
    border-radius: 12px 12px 0 0;
}
.spform input[type="text"] {
    width: 100%;
    border: none;
    background-color: #463c39;
    padding: 19px 11px;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.spform input::placeholder {
    color: #fff;
}
.formbox .formtext {
    padding: 0 33px;
    margin-bottom: 35px;
}
.formbox .formtext p {
    line-height: 27px;
}
.welbox1 {
    padding: 100px 40px 0 0;
}
.formbox p {
    margin: 0 0 10px 0;
}


@media screen and (max-width: 1362px) { 
	#header .logo {width: 160px;margin: 0 auto -30px auto;}
	.spform {max-width: 510px;margin-left: -15px;}
}
@media screen and (max-width: 992px) {
	#header .logo {width: 110px;margin: 0 auto -22px auto;}
	.welbox1, .z-2of5 {padding: 0 35px;}
	.spform {max-width: 100%;margin: 0;}
	.welsec .welhead2 {margin: 8px 0 14px 0;}
}
@media screen and (max-width: 767px) { 
	#header .logo {width: 80px;margin: 0 auto -17px auto;}
	.welsec .weltext p {margin: 0 0 15px 0;line-height: 26px;}
	.foobox {width: 91%;padding: 0 15px 30px 15px;}
	.footlogo {margin-top: 0;}
	.foobox .copyr p {margin: 4px 0 0 0;}
}
@media screen and (max-width: 479px) {
	#header .logo {width: 65px;margin: 0 auto -14px auto;}
	.welbox1, .z-2of5 {padding: 0 20px;}
	.formbox .formtext {padding: 0;margin-bottom: 10px;}
	.spform input[type="text"] {padding: 14px 11px;border-radius: 5px;font-size: 13px;}
	a.spbtn, input[type="submit"] {padding: 13px 48px !importantborder-radius: 9px;}
	.formbox {padding: 18px 22px 20px 22px;}
	.foobox {padding: 0 15px 20px 15px;}
	.foobox .copyr {line-height: 21px;}
}</pre></body></html>