h1, .h1 {
font-size: clamp(1.75rem, 1.5185rem + 1.8519vw, 3rem);
line-height:1.2em;
padding-bottom:15px;
}
p {
font-size: clamp(1rem, 0.9653rem + 0.2778vw, 1.1875rem);
line-height:1.7em;
}
body {
font-size: clamp(1rem, 0.9653rem + 0.2778vw, 1.1875rem);
line-height:1.7em;
padding-top:159px;
}
@media (max-width:420px) {
  body {
  padding-top:150px;
  }
}
h2, .h2, h3, .h3, h4, .h4 {
font-size: clamp(1.5rem, 1.338rem + 1.2963vw, 2.375rem);
line-height:1.2em;
padding-bottom:15px;
}
h5, .h5, h6, .h6 {
font-size: clamp(1.25rem, 1.2037rem + 0.3704vw, 1.5rem);
line-height:1.2em;
padding-bottom:1vh;
}

/** ICON LIST **/
.ba-icon-list-wrapper ul li i, #item-1677165735439 ul li a:before, #item-1677165735439 ul li.list-item-without-link:before {
margin-right: 10px !important;
}
/** FORMS **/
.ba-form-acceptance-field .ba-field-container, .ba-form-field-item .ba-form-checkbox-wrapper {
margin:10px 0px;
}
/** SECTION HEIGHT **/
.section-height {
min-height:35vw !important;
}
/** LIGHT LINKS **/
.light-links a:hover {
color:#fff !important;
}