html, body{
    font-family: "Inter", sans-serif !important;
    font-size: 20px !important;
}

h3{
    font-family: "Poppins", sans-serif !important;
    font-size: 2rem !important;
}

a{
    text-decoration: none;
    color: #212529;
}

.header{
    background-color:#F3F3F3;
}

.header a{
    text-decoration: none;
    color: inherit;
}

.header .nav-item{
    margin-right: 5px;

}
.header .nav-item:hover{
    background-color:gray;
    border-radius: 15px;
}
.header .active{
    background-color: #00A0E0 !important;
    border-radius: 15px;   
}

.bg-gray{
    background-color: #F3F3F3;
    border-radius: 50%;
}


.info-home{
    background-color: #F3F3F3;
}

.logo-header{
    width: 220px;
    margin:auto;
}

.logo-header-big{
    width: 280px;
    margin:auto;
}

.my-button, .hs-button{
    display:inline-block;
  background:#009fe3;
  color:#fff !important;
  padding:10px 88px;        
  font-size:20px;
  font-weight:700;
  border:none;
  border-radius:46px;
  cursor:pointer;
  transition:background .25s;
text-decoration: none;
}

.my-button:hover, .hs-button:hover {
        background-color: #0080c0 !important    
    }


.hs-button{
    margin-top: 30px;
}


input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
    border-color: #c87872;
}

.hs-input {
    display: inline-block;
    width: 90%;    
    max-width: 95% !important;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.form-columns-2{
    width: 100% !important;
    max-width: 100% !important;
}

.hs-form-field label:not(.hs-error-msg) {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

.hs-form-required {
    color: red;
}

.inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}

.hs-error-msgs label {
    color: #f2545b;
}

ul.no-list {
    list-style: none;
}

label {
    font-size: 14px;
    width: 130px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}

.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}

.field {
    margin-bottom: 18px;
}

legend.hs-field-desc {
    font-family: arial, helvetica, sans-serif;
    color: #516383;
    font-size: 11px;
}

.hs-input:not([type=file]) {
    background-color: #f5f8fa;
}



.hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}

fieldset {
    max-width: none !important;
}

.legal-consent-container label:not(.hs-error-msg) {
    font-family: arial, helvetica, sans-serif;
    color: #33475B;
    font-size: 14px;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}