/** Shopify CDN: Minification failed

Line 99:3 Unexpected ","
Line 102:1 Unexpected ","

**/
/* Base B2B Heading Styles */
.b2b_heading {
  font-family: 'Saira';
  font-size: 38px;
  margin-bottom: 10px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 0.9;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
}

/* B2B Heading Color Modifiers */
.b2b_heading--white {
  color: #ffffff;
}

.b2b_heading--black {
  color: #000000;
}

.b2b_heading--green {
  color: #b8fe00;
}

/* Base B2B Subheading Styles */
.b2b_subheading {
  text-align: center;
  font-family: 'Roboto';
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.1;
  letter-spacing: -.03em;
}

/* B2B Subheading Modifiers */
.b2b_subheading--white {
  color: #bdbdbd;
}

.b2b_subheading--black {
  color: #000000;
}

.b2b_subheading--green {
  color: #b8fe00;
}

.b2b_subheading--checklist {
  width: 60%;
  text-align: left;
  margin-top: 14px;
  color: #bdbdbd;
}

  .b2b_button {
    display: inline-block;
    background-color: #9a42ea;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none !important;
    font-family: 'Saira';
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    max-width: 320px;
    width: 100%;
    white-space: normal;
    line-height: 0.9;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  .dealer-banner__cta:hover {
    background-color: #8332d1;
  }
.b2b_button:hover {
  background-color: #8332d1;
}
@media screen and (max-width: 767px) {
  .b2b_button {
    font-size: 18px;
    padding: 14px 20px;
    max-width: 280px;
    line-height: 1.2;
  },
  .b2b_subheading {
  margin: 0 auto;
},
  .b2b_subheading--checklist {
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

}

@media screen and (max-width: 480px) {
  .b2b_button {
    font-size: 16px;
    max-width: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .benefits_button {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b2b_heading {
    font-size: 28px;
    line-height: 1.1;
    padding: 0 10px;
  }
}


@media screen and (max-width: 480px) {
  .b2b_heading {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b2b_heading {
    font-size: 32px;
  }
}

