/****************
 * Theme
 ****************/
/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-cta.cta-bg {
  background-color: #E02900;
}

.block-cta.cta-bg .c-btn-secondary {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.block-cta.cta-bg .c-btn-secondary:hover {
  border-color: #FFFFFF;
  background-color: #fff;
  color: #AD2000;
}

.block-cta__bg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 51, 153, 0) 0%, #E02900 100%);
}

.block-cta__title, .block-cta__description,
.block-cta h2 {
  color: #FFFFFF;
}

/*# sourceMappingURL=style.css.map */
