/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.feature-wave-block {
  position: relative;
}
.feature-wave-block__block-1, .feature-wave-block__block-2, .feature-wave-block__block-3 {
  text-align: center;
}
.feature-wave-block__feature-block {
  max-width: 16.6875rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 3.125rem;
  padding: 0;
}
.feature-wave-block__feature-block__title {
  line-height: 1.5rem;
  margin-bottom: 0.875rem;
}
.feature-wave-block__feature-block__icon {
  font-size: 6rem;
  margin-bottom: 1.6875rem;
  height: 4.125rem;
}
.feature-wave-block__feature-block__animation {
  width: 6rem;
  margin-bottom: 1.6875rem;
  display: inline-block;
}
.feature-wave-block__wave-left, .feature-wave-block__wave-right {
  display: block;
  position: absolute;
  z-index: -1;
  width: 16.375rem;
}
.feature-wave-block__wave-left {
  top: 0.9375rem;
  left: 13.4375rem;
}
.feature-wave-block__wave-right {
  top: 6.875rem;
  right: 13.4375rem;
}
@media print, screen and (min-width: 40em) {
  .feature-wave-block__block-1 {
    text-align: left;
  }
  .feature-wave-block__block-2 {
    text-align: center;
  }
  .feature-wave-block__block-3 {
    text-align: right;
  }
  .feature-wave-block__feature-block {
    margin-bottom: 0;
    padding: 0 1.25rem;
  }
  .feature-wave-block__feature-block__title, .feature-wave-block__feature-block__description {
    text-align: center;
  }
  .feature-wave-block__wave-left, .feature-wave-block__wave-right {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .feature-wave-block__feature-block__title, .feature-wave-block__feature-block__description {
    text-align: left;
  }
  .feature-wave-block__feature-block--2 {
    padding-top: 3.375rem;
  }
  .feature-wave-block__feature-block--3 {
    padding-top: 6.75rem;
  }
  .feature-wave-block__wave-left, .feature-wave-block__wave-right {
    display: block;
  }
}