.hero__headline {
  font-size: clamp(2.5rem, 3.5vw, 3rem) !important;
  max-width: none !important; }
  @media screen and (min-width: 0px) and (max-width: 700px) {
    .hero__headline {
      font-size: calc(24px + 2vw) !important; } }
.hero__body {
  align-items: center; }

.hero__copy h2 {
  line-height: 1.3 !important;
  text-align: left;
  color: #1C1E22; }
  @media screen and (min-width: 520px) {
    .hero__copy h2 span {
      display: block; } }
  @media screen and (min-width: 0px) and (max-width: 700px) {
    .hero__copy h2 {
      font-size: calc(16px + 2vw);
      text-align: center;
      margin-top: 1em;
      font-weight: 400; } }
.hero__content {
  flex: 1; }

.hero__image + .hero__content {
  margin-left: 5rem !important; }

.hero__image {
  z-index: 1;
  flex: 0 0 auto !important;
  max-width: 20rem;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 8px 8px 8px 0 rgba(0, 0, 0, 0.08), 15px 15px 15px 0 rgba(0, 0, 0, 0.07), 25px 25px 25px 0 rgba(0, 0, 0, 0.12);
  transition: all .2s ease; }
  .hero__image:hover {
    cursor: pointer;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2), 8px 8px 8px 0 rgba(0, 0, 0, 0.16), 15px 15px 15px 0 rgba(0, 0, 0, 0.14), 25px 25px 25px 0 rgba(0, 0, 0, 0.24); }
  .hero__image img {
    width: 100%; }

@media screen and (min-width: 0px) and (max-width: 1023px) {
  .hero__image + .hero__content {
    margin-left: 0 !important; } }

.email-collection__field label {
  font-size: 16px; }

.email-collection {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 0px) and (max-width: 700px) {
    .email-collection {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
.results-list__item--folder {
  text-decoration: none;
  background-color: #FFFFFF;
  transition: all .2s ease; }
  .results-list__item--folder:hover {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 8px 8px 8px 0 rgba(0, 0, 0, 0.08), 15px 15px 15px 0 rgba(0, 0, 0, 0.07), 25px 25px 25px 0 rgba(0, 0, 0, 0.12); }

.results-item {
  text-decoration: none; }
  .results-item__thumb, .results-item__label {
    transition: all .2s ease; }
  .results-item:hover .results-item__thumb {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 8px 8px 8px 0 rgba(0, 0, 0, 0.08), 15px 15px 15px 0 rgba(0, 0, 0, 0.07), 25px 25px 25px 0 rgba(0, 0, 0, 0.12); }
  .results-item:hover .results-item__label {
    transform: translateY(5px); }

[data-recommended] {
  background-color: #fafafa;
  background-image: linear-gradient(#fafafa, #f2f2f2); }

[data-documents-list] {
  background-color: #f2f2f2; }
  [data-documents-list] .documents {
    max-width: 60rem;
    margin: 0 auto;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr; }
  [data-documents-list] li {
    text-align: left;
    font-size: 16px; }
  @media screen and (min-width: 0px) and (max-width: 800px) {
    [data-documents-list] .documents {
      grid-template-columns: none;
      grid-gap: 0;
      justify-content: center; }
    [data-documents-list] .list {
      margin-bottom: 0 !important; } }
[data-core-modules] {
  padding-top: 6rem !important; }
  [data-core-modules] a {
    text-decoration: none; }
  [data-core-modules] h1 {
    margin-bottom: 0 !important; }
  [data-core-modules] h3 {
    margin-bottom: 2rem; }
  [data-core-modules] .tiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    margin: 4rem auto; }
    [data-core-modules] .tiles__item {
      font-size: 14px;
      min-height: 10rem;
      display: flex;
      align-items: flex-end;
      padding: 0;
      border-radius: 4px; }
  [data-core-modules] .tile {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    border: 1px solid #B3B3B3;
    box-shadow: #D9D9D9 0 0 5px;
    transition: all .2s ease; }
    [data-core-modules] .tile:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 6px;
      content: "";
      transition: all .2s ease; }
    [data-core-modules] .tile--yellow:before {
      background-color: #ffc800; }
    [data-core-modules] .tile--red:before {
      background-color: #ec000d; }
    [data-core-modules] .tile--purple:before {
      background-color: #53278e; }
    [data-core-modules] .tile--teal:before {
      background-color: #02abcf; }
    [data-core-modules] .tile--green:before {
      background-color: #00a500; }
    [data-core-modules] .tile--blue:before {
      background-color: #1457cb; }
    [data-core-modules] .tile--orange:before {
      background-color: #ff8c00; }
    [data-core-modules] .tile--violet:before {
      background-color: #d992e2; }
    [data-core-modules] .tile--brown:before {
      background-color: #0AB7E0; }
    [data-core-modules] .tile--charcoal:before {
      background-color: #849C9B; }
    [data-core-modules] .tile__icon {
      position: relative;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
    [data-core-modules] .tile__icon svg {
      width: 3rem;
      fill: #D9D9D9;
      transition: all .2s ease;
      width: 4rem; }
    [data-core-modules] .tile__label {
      position: relative;
      flex-basis: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1C1E22;
      margin: 0 0.5rem 0 calc(.5rem + 8px);
      text-align: center;
      font-size: 1rem;
      line-height: 1.2;
      transition: all .2s ease;
      font-size: 16px;
      text-transform: uppercase;
      color: #8F8F8F; }
    [data-core-modules] .tile__label:before {
      position: absolute;
      top: 0;
      height: 1px;
      left: 50%;
      width: 50%;
      content: "";
      background-color: #D9D9D9;
      transform: translateX(-50%); }
    [data-core-modules] .tile:hover {
      cursor: pointer;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 8px 8px 8px 0 rgba(0, 0, 0, 0.08), 15px 15px 15px 0 rgba(0, 0, 0, 0.07), 25px 25px 25px 0 rgba(0, 0, 0, 0.12); }
      [data-core-modules] .tile:hover:before {
        width: 1rem; }
      [data-core-modules] .tile:hover .tile__icon svg {
        fill: #8F8F8F; }
  [data-core-modules] .ie .tiles {
    display: flex;
    flex-wrap: wrap; }
    [data-core-modules] .ie .tiles__item {
      flex: 0 0 22%;
      margin: 1%; }
  @media screen and (min-width: 0px) and (max-width: 767px) {
    [data-core-modules] .tiles {
      grid-template-columns: repeat(2, 1fr); } }
[data-testimonials] {
  background-color: #f2f2f2; }
  [data-testimonials] .testimonials {
    display: flex;
    align-items: stretch; }
    [data-testimonials] .testimonials__block {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center; }
    [data-testimonials] .testimonials__block:not(:first-child) {
      margin-left: 1vw; }
    [data-testimonials] .testimonials__block:not(:last-child) {
      margin-right: 1vw; }
    [data-testimonials] .testimonials__item {
      flex: 1;
      border: 1px solid #8F8F8F;
      border-radius: 6px;
      padding: 1rem;
      margin-bottom: 1.5rem;
      position: relative;
      background-color: #FFFFFF; }
      [data-testimonials] .testimonials__item:before {
        width: 2rem;
        height: 2rem;
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        background-color: #FFFFFF;
        border-right: 1px solid #8F8F8F;
        border-bottom: 1px solid #8F8F8F;
        transform: rotate(45deg) translate(-40%, 90%);
        transform-origin: 50% 100%; }
    [data-testimonials] .testimonials__icon {
      width: 6rem;
      height: 6rem;
      content: "";
      border-radius: 50%;
      background-image: url("https://templates.biztree.com/static/misc/endorsers-3.png");
      background-size: auto 100%;
      background-repeat: no-repeat; }
      [data-testimonials] .testimonials__icon.robert {
        background-position: 0 0; }
      [data-testimonials] .testimonials__icon.neal {
        background-position: 50% 0; }
      [data-testimonials] .testimonials__icon.david {
        background-position: 100% 0; }
    [data-testimonials] .testimonials__signature {
      color: #003da6;
      margin-top: 1rem; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      [data-testimonials] .testimonials {
        flex-direction: column;
        align-items: center; }
        [data-testimonials] .testimonials__block {
          max-width: 20rem;
          margin-left: 0 !important;
          margin-right: 0 !important; }
        [data-testimonials] .testimonials__block:not(:first-child) {
          margin-top: 2rem; }
        [data-testimonials] .testimonials__item {
          flex: auto; } }
    .ie [data-testimonials] .testimonials {
      width: 100%; }
      .ie [data-testimonials] .testimonials__block {
        height: 19rem; }
      .ie [data-testimonials] .testimonials__item {
        width: 100%; }
