<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- style basic typography -- */
* {
    outline:none;
}

*:focus {
    outline:0;
}

* &gt; iframe{
    max-width: 100% !important;
}

html {
    font-size: 15px;
}

body{
    background: #ffffff;
    color: #4a4b5c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

main {
    position: relative;
}

img {
    max-width:100%;
}

img[src=""],
img[src="undefined"] {
    display: none !important;
}

.lozad-active img.lozad {
    opacity: 0;
}

img.fade,
img.fade.lozad {
    opacity: 1;
}

a {
    color: #3973b5;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

a:hover{
    text-decoration: none;
    color: #295280;
}

a:focus, .btn:focus{
    outline: none;
    border-width: 0;
}

a:focus{
    background-color: transparent;
    text-decoration: none;
}

a div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h1, .h1 {
    font-size:2rem;
    color: #4a4b5c;
    margin: 0 0 20px 0;
}

h2, .h2 {
    color: #4a4b5c;
    margin-top: 0;
    line-height: 38px;
    font-size: 1.6rem;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4{
    margin-top: 5px;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder{
    color: #ffffff;
}

input[data-validation-id] {
    position:relative;
}

label {
    font-weight: 400;
}

ul{
    list-style-type: none;
}</pre></body></html>