/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Mixin for button animation,
    use: @include button-animation(); for .btn-primary-dark--white-bg button
*/
/* Mixin for arrow link animation,
    use: @include arrow-link-animation(); for .btn-tertiary-dark--white-bg button
*/
/* Mixin for link animation,
    use: @include link-animation(); for .btn-link-dark--white-bg button
*/
/* Mixin for button background animation,
    use: @include hoverBgEffect($primary-slate, $scale: 1.4, $speed: 0.4s);
*/
/**
 * Mixin for adding gradient line to the bottom.
 * @param {$side-colors} color.
 */
/**
 * Mixin for adding text underline.
 */
/**
 * Mixin for cropping the text.
 * @param {$line-clamp} number of visible lines.
 */
/* Mixin for button animation,
    use: @include button-animation(); for .btn-primary-dark--white-bg button
*/
/* Mixin for arrow link animation,
    use: @include arrow-link-animation(); for .btn-tertiary-dark--white-bg button
*/
/* Mixin for link animation,
    use: @include link-animation(); for .btn-link-dark--white-bg button
*/
/* Mixin for button background animation,
    use: @include hoverBgEffect($primary-slate, $scale: 1.4, $speed: 0.4s);
*/
/**
 * Mixin for adding gradient line to the bottom.
 * @param {$side-colors} color.
 */
/**
 * Mixin for adding text underline.
 */
/**
 * Mixin for cropping the text.
 * @param {$line-clamp} number of visible lines.
 */
.banner_j2 {
  text-align: center;
  padding-bottom: 0.75rem;
}
.b-nbw-banner-wrapper .banner_j2 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .banner_j2 {
    padding-bottom: 3rem;
  }
}
.banner_j2-blocks {
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .banner_j2-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner_j2-block {
  padding: 0 1rem;
  margin-bottom: 3.5rem;
}
@media (max-width: lg) {
  .banner_j2-block {
    opacity: initial !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@media (min-width: 768px) {
  .banner_j2-block {
    width: 25%;
    padding: 0 1rem;
  }
}
.banner_j2-image {
  max-width: 3rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .banner_j2-image {
    max-width: 4rem;
    margin-bottom: 1.5rem;
  }
}
.banner_j2-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .banner_j2-title {
    font-size: 1.75rem;
  }
}
.banner_j2-description {
  margin: 0;
  font-size: 0.875rem;
}
.banner_j2-heading-wrapper {
  padding: 0 1.25rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .banner_j2-heading-wrapper {
    margin-bottom: 4.375rem;
  }
}
.banner_j2-heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1024px) {
  .banner_j2-heading {
    font-size: 3.5rem;
  }
}
.banner_j2-subheading {
  font-size: 1.5rem;
  margin: 0.625rem 0 0;
}
@media (min-width: 1024px) {
  .banner_j2-subheading {
    font-size: 2rem;
  }
}
.banner_j2-legal {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .banner_j2-legal {
    margin-top: 2.75rem;
  }
}
