@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}





.mod_scale_fluid h1 {
  font-size: 1.2961572031rem;
}
@media screen and (min-width: 37.5rem) {
  .mod_scale_fluid h1 {
    font-size: calc(4.3792407416vw - 0.346058075rem);
  }
}
@media screen and (min-width: 80rem) {
  .mod_scale_fluid h1 {
    font-size: 2.368593037rem;
  }
}
.mod_scale_fluid h2 {
  font-size: 1.214767763rem;
}
@media screen and (min-width: 37.5rem) {
  .mod_scale_fluid h2 {
    font-size: calc(2.7148829976vw + 0.1966866389rem);
  }
}
@media screen and (min-width: 80rem) {
  .mod_scale_fluid h2 {
    font-size: 1.776889rem;
  }
}
.mod_scale_fluid h3 {
  font-size: 1.138489rem;
}
@media screen and (min-width: 37.5rem) {
  .mod_scale_fluid h3 {
    font-size: calc(1.5021176471vw + 0.5751948824rem);
  }
}
@media screen and (min-width: 80rem) {
  .mod_scale_fluid h3 {
    font-size: 1.4rem;
  }
}
.mod_scale_fluid h4 {
  font-size: 1.067rem;
}
@media screen and (min-width: 37.5rem) {
  .mod_scale_fluid h4 {
    font-size: calc(0.6258823529vw + 0.8322941176rem);
  }
}
@media screen and (min-width: 80rem) {
  .mod_scale_fluid h4 {
    font-size: 1.333rem;
  }
}
.mod_scale_fluid h5 {
  font-size: 1rem;
}
@media screen and (min-width: 37.5rem) {
  .mod_scale_fluid h5 {
    font-size: calc(0vw + 1rem);
  }
}
@media screen and (min-width: 80rem) {
  .mod_scale_fluid h5 {
    font-size: 1rem;
  }
}
.mod_scale_fluid h6 {
  font-size: 0.9372071228rem;
}
@media screen and (min-width: 37.5rem) {
  .mod_scale_fluid h6 {
    font-size: calc(-0.4400460609vw + 1.1022243956rem);
  }
}
@media screen and (min-width: 80rem) {
  .mod_scale_fluid h6 {
    font-size: 0.7501875469rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 1.5rem 0;
  line-height: 1;
}


p, li {
  line-height: 1.3em;
}

@media screen and (min-width: 24.15em) { /* 21em "gate" * 1.15 font-size */
  p, li { line-height: calc(1.3em + (1.5 - 1.3) * ((100vw - 21em) / (35 - 21))); }
}

@media (min-width: 40.25em) { /* 35em "gate" * 1.15 font-size */
  p, li { line-height: 1.5em; }
}