.lvm-module .container {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.lvm-module .container::before,
.lvm-module .container::after {
  display: table;
  content: ' ';
}
.lvm-module .container::after {
  clear: both;
}
.lvm-module.hpcc-intro {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-family: 'Muli', Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.5;
}
.lvm-module.hpcc-intro p {
  margin-bottom: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
.lvm-module.hpcc-intro hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #efefef;
  border-left: 0;
}
.lvm-module.hpcc-intro a {
  color: #1bb6aa;
}
.lvm-module.hpcc-intro a:visited {
  color: #1bb6aa;
}
.lvm-module.hpcc-intro a:hover {
  color: #18a095;
}
.lvm-module.hpcc-intro a.disabled,
.lvm-module.hpcc-intro a.hsaLimitError {
  background: #d0d0ce;
  color: #fff;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lvm-module.hpcc-intro .lvm-button {
  background-color: #1bb6aa;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  margin-top: 1.25rem;
  padding: 0.55rem 2rem;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.lvm-module.hpcc-intro .lvm-button:visited {
  color: #fff;
}
.lvm-module.hpcc-intro .lvm-button:hover {
  background-color: #18a095;
  color: #fff;
}
.lvm-module.hpcc-intro .lvm-button.outline {
  background-color: transparent;
  border: 1px solid #1bb6aa;
  color: #1bb6aa;
  padding: 0.55rem 2rem;
  margin-top: 1.25rem;
  outline: none;
}
.lvm-module.hpcc-intro .lvm-button.outline:focus,
.lvm-module.hpcc-intro .lvm-button.outline:hover {
  background-color: #18a095;
  color: #fff;
  border: 1px solid transparent;
}
.lvm-module.hpcc-intro .lvm-button.outline.outlined-inverted {
  border: 1px solid #fff;
  color: #fff;
}
.lvm-module.hpcc-intro .lvm-button.outline.outlined-inverted:focus,
.lvm-module.hpcc-intro .lvm-button.outline.outlined-inverted:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  border: 1px solid #fff;
}
.lvm-module.hpcc-intro .lvm-button.inverted {
  background-color: #fff;
  border: 1px solid #1bb6aa;
  color: #1bb6aa;
  padding: 0.55rem 2rem;
  margin-top: 1.25rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.lvm-module.hpcc-intro .lvm-button.inverted.disabled,
.lvm-module.hpcc-intro .lvm-button.inverted.hsaLimitError {
  background-color: #d0d0ce;
  color: #fff;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: transparent;
}
.lvm-module.hpcc-intro .lvm-button.inverted:focus,
.lvm-module.hpcc-intro .lvm-button.inverted:hover {
  background-color: #18a095;
  color: #fff;
  border: 1px solid transparent;
  outline: none;
}
.lvm-module.hpcc-intro .lvm-button.vibrant {
  background-color: #c30b55;
  margin-top: 0;
  padding: 0.4rem 1.5rem 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  min-width: auto;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.lvm-module.hpcc-intro .lvm-button.vibrant:hover {
  background-color: #ab0a4a;
  color: #fff;
}
.lvm-module.hpcc-intro .lvm-button.loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
  cursor: wait !important;
}
.lvm-module.hpcc-intro .lvm-button.loading:after {
  left: calc(50% - (1.5em / 2) - 2px);
  top: calc(50% - (1.5em / 2) - 2px);
  -webkit-animation: spinAround 0.7s infinite linear;
  animation: spinAround 0.7s infinite linear;
  border: 2px solid #fefefe;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: '';
  display: block;
  height: 1.5em;
  position: relative;
  width: 1.5em;
}
.lvm-module.hpcc-intro header {
  background: #c30b55;
  background: linear-gradient(to right, #c30b55 0%, #990a60 100%);
  clear: both;
  overflow: hidden;
  height: 190px;
  text-align: center;
}
.lvm-module.hpcc-intro header h1 {
  color: #fff;
  display: block;
  font-size: 1.1875rem;
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.lvm-module.hpcc-intro header h1::before,
.lvm-module.hpcc-intro header h1::after {
  display: table;
  content: ' ';
}
.lvm-module.hpcc-intro header h1::after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .lvm-module.hpcc-intro header h1 {
    font-size: 1.9375rem;
    margin-bottom: 0.5rem;
  }
}
.lvm-module.hpcc-intro header h1:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1bb6aa;
  height: 2px;
  margin-top: 1.5rem;
  width: 40px;
}
.lvm-module.hpcc-intro .hpcc-intro-content {
  top: -30px;
  position: relative;
}
.lvm-module.hpcc-intro .hpcc-intro-content .container {
  background: #fff;
  border: 1px solid #d0d0ce;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: auto;
  max-width: 1000px;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.lvm-module.hpcc-intro .hpcc-intro-content .inner-container {
  max-width: 700px;
  margin: 0 auto;
}
.lvm-module.hpcc-intro .hpcc-intro-content h4 {
  font-weight: 700;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-image {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 40em) {
  .lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-image {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-image,
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-image:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-image:last-child:not(:first-child) {
  float: right;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-image img {
  display: block;
  margin: 0 auto;
  max-width: 474px;
  width: 100%;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-messaging,
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-how-it-works,
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-additional-info,
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-actions {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-messaging,
  .lvm-module.hpcc-intro .hpcc-intro-content .hpcc-how-it-works,
  .lvm-module.hpcc-intro .hpcc-intro-content .hpcc-additional-info,
  .lvm-module.hpcc-intro .hpcc-intro-content .hpcc-actions {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-messaging,
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-messaging:last-child:not(:first-child),
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-how-it-works,
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-how-it-works:last-child:not(:first-child),
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-additional-info,
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-additional-info:last-child:not(:first-child),
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-actions,
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-actions:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-messaging:last-child:not(:first-child),
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-how-it-works:last-child:not(:first-child),
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-additional-info:last-child:not(:first-child),
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-actions:last-child:not(:first-child) {
  float: right;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-messaging h2 {
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-messaging h2 {
    font-size: 1.375rem;
  }
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-intro-messaging hr {
  border-bottom: 1px solid #efefef;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-how-it-works h4 {
  font-size: 95%;
  margin-bottom: 0;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-additional-info p, .lvm-module.hpcc-intro .hpcc-intro-content .hpcc-additional-info h2  {
  font-size: 95%;
  margin-bottom: 0;
  font-weight: 700;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-additional-info ul {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.6;
  margin: 0.75rem 0 1rem 1.25rem;
  padding: 0;
}
.lvm-module.hpcc-intro .hpcc-intro-content .hpcc-actions .inner-container {
  text-align: center;
}
.lvm-module.hpcc-disclaimer {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Muli', Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.6;
  margin-top: 0.5rem;
  margin-bottom: 3.75rem;
  text-rendering: optimizeLegibility;
}
.lvm-module.hpcc-disclaimer::before,
.lvm-module.hpcc-disclaimer::after {
  display: table;
  content: ' ';
}
.lvm-module.hpcc-disclaimer::after {
  clear: both;
}
.lvm-module.hpcc-disclaimer .content {
  max-width: 1000px;
  margin: 0 auto;
}
.lvm-module.hpcc-disclaimer p {
  font-size: 0.8rem;
  color: #90969e;
}

.information-hpcc{
  font-weight: 400 !important;
  margin-top: 1rem;
}

.hppc-works{
  margin-bottom: 0.75rem !important;
}