/* Shared homepage primitives plus the exact front-end hero rules. */
@import url('../../css/home-shared.css');
@import url('../../css/home-hero.css');

.wp-block-activewords-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.wp-block-activewords-hero,
.wp-block-activewords-hero *,
.wp-block-activewords-hero ::before,
.wp-block-activewords-hero ::after { box-sizing: border-box; }

.wp-block-activewords-hero .aw-home-hero__button-subline {
  font-size: 13px;
  font-weight: 500;
}

.aw-home-hero .aw-home-btn--primary .aw-home-hero__button-subline {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
