/**
 * 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 {
  position: relative;
  color: #2C3035;
}
.hero__content {
  text-align: left;
  position: relative;
}
.hero__content:before {
  content: "";
  width: 22.5rem;
  height: 18.125rem;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
  position: absolute;
  top: 0;
  right: -4.0625rem;
  background-color: #E63748;
  z-index: 1;
}
.hero__content__text-container {
  padding-right: 0;
}
.hero__title {
  margin-top: 12.5rem;
  margin-bottom: 3.4375rem;
  z-index: 2;
  position: relative;
  font-size: 3.4375rem;
  letter-spacing: -1;
  line-height: 4.125rem;
}
.hero__subtitle {
  font-size: 2.1875rem;
  letter-spacing: -1;
  line-height: 2.625rem;
  text-align: left;
}