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

.container-SVHC h1{
    font-family: EtelkaTextPro-Bold;
    color: #2f5dab;
    font-size: 2rem;
    margin-bottom: 30px;
}

.container-SVHC h3{
    font-family: EtelkaTextPro;
    font-size: 16px;
    color: grey;
}

.container-SVHC p, .container-SVHC li{
    font-family: EtelkaTextPro;
    font-size: 14px;
    color: grey;
}

.container-SVHC li{
    margin-bottom: 10px;
}

.container-SVHC p{
    margin-bottom: 10px;
}

.container-SVHC p a{
    color: #2f5dab;
}

.container-SVHC input{
    font-family: EtelkaTextPro;
    font-size: 14px;
    margin-right: 10px;
    color: white;
    background-image: -moz-linear-gradient(top left, #4D80BA 0%, #034B9E 100%);
    background-image: -o-linear-gradient(top left, #4D80BA 0%, #034B9E 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #4D80BA), color-stop(1, #034B9E));
    background-image: -webkit-linear-gradient(top left, #4D80BA 0%, #034B9E 100%);
    background-image: linear-gradient(to bottom right, #4D80BA 0%, #034B9E 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#4D80BA),to(#034B9E));
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 2px 60px;
}

.svhc-style {
    margin-bottom: 70px;
}

.svhc-style-small {
    margin-bottom: 45px;
}
.SVHCTitle{
text-align:center;
}


.ButtonSenteraEU {
    color: white !important;
    background-color: #4D80BA;
    font-weight: bold;
    color: white;
    /* border-radius: 20px; */
    border-radius: 8px;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    font-family: EtelkaTextPro;
    background-image: -ms-linear-gradient(top left, #2F5DAB 0%,#2F5DAB 100%);
    background-image: -moz-linear-gradient(top left, #2F5DAB 0%, #2F5DAB 100%);
    background-image: -o-linear-gradient(top left, #2F5DAB 0%, #2F5DAB 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #2F5DAB), color-stop(1, #2F5DAB));
    background-image: -webkit-linear-gradient(top left, #2F5DAB 0%, #2F5DAB 100%);
    background-image: linear-gradient(to bottom right, #2F5DAB 0%, #2F5DAB 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#2F5DAB), to(#2F5DAB));
    color: white;
    cursor: pointer;
    text-align: center !important;
    display: block;
    width: 100%;
    padding: 4px !important;
    border-top: 2px solid lightgrey;
    border-bottom: 2px solid lightgrey;
	max-width:220px;
}

    .ButtonSenteraEU:hover {
        text-decoration: none !important;
    }

    .ButtonSenteraEU a {
        color: white !important;
    }
/* Stop*/</pre></body></html>