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

.variableUse {
color: var(--main-color);
}



.logo {
    font-family: 'Montserrat Alternates', sans-serif;
    color:#fff;
    font-size:35px;
    line-height: 35px;
    text-decoration: none;
    font-weight: 900;
}

body {
    font-family: Raleway;
}

h1 {font-family: Raleway, sans-serif;font-size:31px;}
h2 {font-family: Raleway, sans-serif;font-size:25px;}
h3 {font-family: Raleway, sans-serif;font-size:22px;}
h4 {font-family: Raleway, sans-serif;}
h5 {font-family: Raleway, sans-serif;font-weight: normal;font-size: 20px;}
h6 {font-family: Raleway, sans-serif;}

p {font-family: 'Raleway', sans-serif;}
legend {font-family: Raleway, sans-serif;font-weight: normal;color:#038;}

button{
    font-family: Raleway;
    font-weight: 700;
}


.buttonlook {
    font-family: Raleway;
    font-weight: 700;
    background-color: #333A56;
    color:#fff;
    border-radius: 2px;
}

.buttonlogin{
    margin:5px;
    background-color: #1671AD;
    color:#fff;
    border-radius: 2px;
}

.languagebutton {
    color:#fff;
    margin:5px;
    padding:0px;
    font-size: 17px;
    background-color: transparent;
    
}
.languagebutton:hover {
    
    color:#fff;
}

.buttonLinks{
    /*background-color: transparent;*/
    font-size:10px;
    font-family: Raleway;
    font-weight: 700;
    color:#000;
    margin:10px;
    border-radius: 2px;
    background-color: #fff;
}



.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A7A7A7; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A7A7A7; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A7A7A7; }

input::placeholder,
textarea::placeholder {
  color: #A7A7A7; }  

            
            
.inputLogin {
    padding:2px 0px 2px 8px;
    margin:0px 0px 0px 0px;
    height:27px;
    border:1px #1778B8 solid;
    font-size: 16px;
}
.loginText {
    font-size:12px;
    margin-left:5px;
    margin-top:-10px;
    color:#fff;

}

.testemonial {
    border-right:1px #aaa solid;
    margin-top:5px;
}


            
.circle-text {
display: table-cell;
height: 400px; /*change this and the width
for the size of your initial circle*/
width: 400px;
font-weight:400;
text-align: center;
vertical-align: middle;
border-radius: 50%;
background: #000;
color: #fff;
font-size: 18px;
}            



  .modallayout {
      border-radius: 8px;
      background-color: #fff;
      border-width: 0px;
      border-left: 0px #038 solid;
      padding: 28px;
  }  

  
  .selectedLanguageCallout {
      border-width: 3px;
      padding:13px;
      
      
  }


  .speech-bubble {
	position: relative;
	background: #fff;
	border-radius: 10px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-right: 0;
	margin-left: -12.5px;
	margin-bottom: -25px;
}

#pricetable {
    border-collapse: collapse;
    border-color: #fff;
    
 }
 
 /* And this to your table's `td` elements. */
 #pricetable td {
    padding: 0; 
    margin: 0;
 }</pre></body></html>