@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Calibri';
  src: url('../fonts/calibri-regular/calibri.eot');
  src: url('../fonts/calibri-regular/calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri-regular/calibri.otf') format('opentype'), url('../fonts/calibri-regular/calibri.svg') format('svg'), url('../fonts/calibri-regular/calibri.ttf') format('truetype'), url('../fonts/calibri-regular/calibri.woff') format('woff'), url('../fonts/calibri-regular/calibri.woff2') format('woff2');
}
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: 'Calibri-Light';
  src: url('../fonts/calibri-light/calibril.eot');
  src: url('../fonts/calibri-light/calibril.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri-light/calibril.otf') format('opentype'), url('../fonts/calibri-light/calibril.svg') format('svg'), url('../fonts/calibri-light/calibril.ttf') format('truetype'), url('../fonts/calibri-light/calibril.woff') format('woff'), url('../fonts/calibri-light/calibril.woff2') format('woff2');
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'Calibri-Bold';
  src: url('../fonts/calibri-bold/calibrib.eot');
  src: url('../fonts/calibri-bold/calibrib.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri-bold/calibrib.otf') format('opentype'), url('../fonts/calibri-bold/calibrib.svg') format('svg'), url('../fonts/calibri-bold/calibrib.ttf') format('truetype'), url('../fonts/calibri-bold/calibrib.woff') format('woff'), url('../fonts/calibri-bold/calibrib.woff2') format('woff2');
}
.terms {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Calibri', sans-serif;
}
.terms .termsTitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Calibri-Bold', sans-serif;
  font-weight: bold;
}
.terms strong {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Calibri-Bold', sans-serif;
}
.terms ol.noOl {
  list-style: none;
}
.terms ol.olAb {
  list-style-type: lower-latin;
}

.terms ol, .terms ul {
    padding-left: 40px;
    margin-bottom: 10px;
}