<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Libre Franklin', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
background-color: #dddddd;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
    font-weight: bold;
}
h1 {font-size: 3rem;text-transform: uppercase;font-weight: bold;margin: 80px 0;text-align: center;}
h2 {font-size: 2.5rem;margin: 50px 0;line-height: 1.3;font-weight: bold;text-transform: uppercase;}
h3 {font-size: 1.5rem;margin: 30px 0px;text-transform: uppercase;line-height: 1.5;}
p {font-size: 1.1rem;margin: 25px 0;line-height: 1.5;}
ul {margin: 30px 0;list-style: disc;padding: 0 0 0 25px;}
ul&gt;li {line-height: 1.5;}
.header {font-family: 'Libre Franklin';
    font-size: 15px;
    font-weight: 600;
    color: #333;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 65px;
    width: 100%;
    z-index: 5;
    background: #fff;
    -webkit-transition: padding .25s;
    transition: padding .25s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    -webkit-box-shadow: 0 5px 40px -18px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 40px -18px rgb(0 0 0 / 20%);
    position: fixed;
    display: flex;align-content: center;justify-content: center;align-items: center;
}

.header&gt;a {margin: 0 auto;display: inline-block;}
.hero-image {margin-top: 65px;}
.hero-image&gt;div{
    justify-content: center;
}
.hero-image-desktop&gt;img {max-width: 960px;width: 100%;}
.hero-image-desktop {display: flex;justify-content: center;}
.hero-image-mobile{display: none;}
.content {width: 100%;margin-top: 120px;}

.content&gt;section {max-width: 960px;width: 100%;margin: 0 auto 20px auto;padding: 25px;box-sizing: border-box;}
.step {text-align: center;margin-bottom: 120px;margin-top: 120px;font-size: 1.5rem;}
.step&gt;span {font-size: 2rem;display: block;color: #b99439;}
.step-phone-number {text-align: center;}

.step-phone-number&gt;a {text-decoration: none;color: inherit;font-size: 2rem;padding: 25px;box-sizing: border-box;background-color: #ffce55;font-weight: bold;border-radius: 5px;}
.steps-section {background: #fff;border-radius: 5px;}
.step&gt;.step3-text{font-size: 1rem;font-weight:normal;display: block;margin-top: 20px;color: #000;}
@media only screen and (max-width: 960px) {
    .content {margin-top: 65px;}
}</pre></body></html>