/**
 * 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
***************************/
.home-hero-banner-content__title {
  color: #1D2023;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.home-hero-banner-content__subtitle {
  font-size: 1.0625rem;
  margin-bottom: 3.125rem;
  padding-right: 3.125rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .home-hero-banner-content__subtitle {
    margin-right: 0;
    padding-right: 0;
  }
}
.home-hero-banner-content__image-wrapper {
  text-align: right;
  position: relative;
}
.home-hero-banner-content__window {
  position: relative;
  z-index: 2;
  margin-right: -2.5rem;
}
.home-hero-banner-content__browser-logo {
  position: absolute;
  top: 8.1875rem;
  left: 0;
}
.home-hero-banner-content__cta-wrapper {
  display: inline-block;
}
.home-hero-banner-content__try-it-out-wrapper {
  text-align: center;
}
.home-hero-banner-content__try-it-out-wrapper .try-it-out {
  margin-left: 12.5rem;
  display: inline-block;
}
.home-hero-banner-content .feature-row {
  justify-content: center;
  width: 100%;
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .home-hero-banner-content .feature-row {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .home-hero-banner-content {
    padding: 0 0.5rem;
  }
  .home-hero-banner-content__text-wrapper {
    padding-right: 0.5rem;
  }
  .home-hero-banner-content .home-hero-banner-content__window {
    margin-right: -1rem;
  }
  .home-hero-banner-content .home-hero-banner-content__try-it-out-wrapper .try-it-out {
    width: 100%;
    margin-left: 0;
  }
  .home-hero-banner-content .feature-row__text {
    font-size: 0.9375rem;
  }
}