.hs-cta-embed__loaded{ display: none; }

.compare-table table thead:not(caption):not(.table-class) tr th {
  word-break: normal;
  overflow-wrap: normal;
}

.compare-table table tbody:not(caption):not(.table-class) td,
.compare-table table tbody:not(caption):not(.table-class) th {
  word-break: normal;
  overflow-wrap: normal;
}
@media (max-width: 991px) {
  .compare-table table thead:not(caption):not(.table-class) tr th p {
    font-size: 1rem;
  }
  .compare-table table tbody:not(caption):not(.table-class) td p,
  .compare-table table tbody:not(caption):not(.table-class) th p {
    font-size: 1rem;
  }
}