/**
 * 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
***************************/
.hero-banner {
  overflow: hidden;
  position: relative;
  max-height: 50rem;
  padding-top: 6.25rem;
  margin-bottom: 6.25rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}
.hero-banner:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: #E63748;
}
.hero-banner__content .hero-banner__title {
  color: white;
  margin-bottom: 1.5625rem;
}
.hero-banner__content .hero-banner__subtitle {
  color: white;
  margin-bottom: 2.8125rem;
}
.hero-banner__content .hero-banner__button {
  margin-bottom: 1.25rem;
}
.hero-banner__content .hero-banner__compatibility {
  color: white;
  margin-bottom: 3.125rem;
  display: flex;
  justify-content: center;
}
.hero-banner__content .hero-banner__compatibility .feature-row__text {
  color: white;
}
.hero-banner__content .hero-banner__browser-image {
  margin: auto;
}
.hero-banner__content .hero-banner__browser-image .logo {
  width: 21.4375rem;
  height: auto;
  position: absolute;
  top: 9.5625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 63.99875em) {
  .hero-banner {
    max-height: 37.5rem;
  }
  .hero-banner__content__title {
    margin-top: 3.125rem;
  }
  .hero-banner__content .hero-banner__browser-image {
    width: 80%;
  }
}