.pricing-2024 .pricing-card {
  background: var(--white);
  border: 2px solid var(--graphite-light);
  box-shadow: 0 24px 24px rgba(0,0,0,.08);
  border-radius: 24px;
  height: 100%;
  padding: 1.5rem 1rem;
  width: 100%;
}

.pricing-2024 .pricing-card-starter .pricing-card__title {
  color: var(--red);
}

.pricing-2024 .pricing-card-growth {
  border-color: var(--green);
}

.pricing-2024 .pricing-card-growth .pricing-card__title {
  color: var(--dark-blue);
}

.pricing-2024 .pricing-card-enterprise {
  border-color: var(--teal);
}

.pricing-2024 .pricing-card-enterprise .pricing-card__title {
  color: var(--teal);
}

.pricing-card__tier-highlight {
  color: var(--dark-blue);
  line-height: 1.333;
}

.pricing-card__tier-highlight p {
  margin-bottom: 0.5em;
}

.pricing-card__tier-highlight p span {
  font-size: 14px;
}

.pricing-card__content p:last-child {
  margin-bottom: 0;
}

.pricing-card__content-features {
  background: var(--white);
  border-radius: 16px 16px 0 0;
}

/* To style the ticks on unordered lists in rich text fields */
.pricing-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-title ul + p {
  margin-top: 1em;
  font-size: 14px;
  color: var(--grey);
}

.pricing_card__info {
  cursor: pointer;
}
.pricing_card__info > * {
  display: inline-block;
  vertical-align: middle;
}

.pricing_card__info-text {
  padding: 2rem 1.5rem;
}
.pricing_card__info-text p:last-child {
  margin-bottom: 0;
}

.pricing-2024 .pricing_card__notes {
  color: var(--dark-blue);
  font-size: clamp(16px, calc(1.25rem + ((1vw - 7.68px) * 0.6329)), 20px);
  font-weight: bold;
  padding-left: 35px;
}

.pricing-card-outer {
  position: relative;
}

.pricing-card__content {
  max-height: 0;
  overflow: hidden;
}

.pricing-card-container.ready .pricing-card__content {
  transition: max-height 0.6s ease;
}

.pricing-card__content-features.active .pricing-card__content {
  max-height: none;
}

@media (max-width: 767px) {
  .pricing-card__content > *:first-child {
    padding-top: 28px;
  }
}

@media (min-width: 768px) {
   .pricing-card__content {
    max-height: none;
  }
  .pricing_card__info {
    cursor: default;
  }
  .pricing-card-container {
    margin-bottom: 32px !important;
  }
  .pricing-card__content-features{
    background: white;
    border-radius: 0px 16px 16px 0px;
  }

}

@media (min-width: 992px) {
	.pricing-card__tier .btn {
		font-size: 18px;
	}
}

.pricing-card__price-details {
  background: var(--green);
  border-radius: 0 0 16px 16px;
  color: var(--white);
  height: 100%;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .pricing-card__price-details {
    border-radius: 0 16px 16px 0;
  }
}

.cta__button {
  margin-left: 1.5rem;
}

.pricing-card-container--even .pricing-card__price-details {
  background: var(--teal);
}

.pricing-card__note {
  color: var(--white);
}

.pricing-2024 .whats-included {
  padding: 0 0 60px;
}

@media (max-width: 470px) {
  .pricing-2024 .whats-included {
    overflow-x: scroll;
  }
}

@media (min-width: 992px) {
  .pricing-2024 .whats-included {
    padding: 0 0 0;
  }
}

.pricing-2024 .whats-included__section-title {
  color: var(--dark-blue);
}

table.whats-included__table {
  border-radius: 8px;
  background-color: transparent;
  color: var(--white);
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  padding: 0;
  position: relative;
  margin-bottom: 6.5rem;
}

table.whats-included__table--aor {
}

table.whats-included__table td, table.whats-included__table th {
  color: var(--white);
  padding-left: 42px;
}

table.whats-included__table td.included,
table.whats-included__table th.has-label {
  padding-left: 0;
}

table.whats-included__table .label {
  border: 1px solid var(--green);
  border-radius: 15px;
  color: var(--white);
  font-size: 14px;
  justify-content: center;
  padding: 2px 16px;
  margin-left: 10px;
}

@media (max-width: 900px) {
  table.whats-included__table .label {
    display: flex;
  }
}

table.whats-included__table th {
  background-color: var(--dark-blue);
  border-bottom: var(--border);
  text-transform: uppercase;
  color: var(--green);
}

table.whats-included__table--aor th {
  color: var(--teal);
}

table.whats-included__table th.has-label {
  font-size: 14px;
  text-transform: none;
  vertical-align: middle;
}

table.whats-included__table td:not(:last-child) {
  border-right: 2px solid var(--green);
  border-top: 0;
  border-bottom: 0;
}

table.whats-included__table--aor td:not(:last-child) {
 border-right: 2px solid var(--teal);
}

table.whats-included__table th:first-child {
  border-radius: 8px 0 0 0; 
}

table.whats-included__table th:nth-child(2) {
  border-radius: 0 8px 0 0; 
}

table.whats-included__table th:not(:last-child) {
  border-right: 2px solid var(--green);
}

table.whats-included__table--aor th:not(:last-child) {
 border-right: 2px solid var(--teal);
}

table.whats-included__table td {
 border-bottom: var(--border);
}

table.whats-included__table tbody > tr:last-child > td {
  border-bottom: 0;
}

table.whats-included__table tr:last-child > td {
  width: 70%;
}

table.whats-included__table caption {
  background-color: var(--green);
  border-radius: 26px;
  color: var(--wite);
  left: 42px;
  padding: 7px 18px;
  position: absolute;
  top: -67px;
}

table.whats-included__table--aor caption {
  background: var(--teal); 
}

.pricing-2024 .content-bullets ul li {
  font-size: clamp(16px, calc(1.25rem + ((1vw - 7.68px) * 0.6329)), 18px);
  margin-bottom: .5rem;
}

.tier-features {
  border-collapse: collapse;
  border-radius: 8px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  position: relative;
}

.tier-features th.round-tl {
  border-radius: 8px 0 0 0; 
}

.tier-features th.round-tr {
  border-radius: 0 8px 0 0; 
  border-right: 0;
}

.tier-features th.round-bl {
  border-radius: 0 0 0 8px; 
}

.tier-features td {
  border: solid #ecf2f3;
  border-width: 0 10px 0 10px;
  border-right-color: white;
}

.tier-features tr td {
  border-left: 2px solid var(--teal);
  border-right: 2px solid var(--teal);
}

.tier-features td.td_first,
.tier-features th.th_first{
  border-left: 2px solid var(--green); 
  border-right: 2px solid var(--green);
}

.tier-features td {
  border-top: 0;
}

.tier-features td.borderless {
  border: 0;
}

@media screen and (max-width: 500px){
  .tier-features .hs-cta-wrapper a#cta_button_4984585_36e3f343-4374-4699-9ad4-98be8dcb1a85,
  .tier-features .hs-cta-wrapper a#cta_button_4984585_d11d9fce-1eac-4c6f-953f-365673e3ff7e {
    padding: 6px 10px !important;
  }
  
  .tier-features .hs-cta-wrapper a span {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px){
  .tier-features td.borderless {
    padding: 0;
  }
}
.tier-features td {
  border-left-color: var(--graphite-light);
}

.tier-features tr.borderless > td,
.tier-features tr.borderless > th {
  border-right: 0;
}

.tier-features .tier-features__header {
  background: #fff;
  font-weight: bolder;
}

.tier-features .tier-features__header:first-child {
  color: #868998;
  left: -.75rem;
  position: relative;
}

.tier-features .tier-features__header.text-bottom {
  color: var(--dark-blue);
}

.tier-features .heading-five-th {
  font-size: clamp(13px, calc(1rem + ((1vw - 7.68px) * 0.6329)), 20px);
}

.tier-features .tier-features__header.no-background {
  background: none;
}

.tier-features__header--starter {
  background: #ecf2f3;
  color: var(--red);
}

.tier-features__header--growth {
  border-width: 2px 2px 0;
  border-radius: 24px 24px 0 0;
  border-color: var(--green);
  background: #ecf2f3;
  color: var(--dark-blue);
}

.tier-features__header--growth .heading-three-alt {
  color: var(--green);
}

.tier-features tr > th.is_normal {
  font-weight: normal !important; 
}

.tier-features__header--enterprise {
  border-width: 2px 2px 0;
  border-radius: 24px 24px 0 0;
  border-color: var(--teal);
  background: #ecf2f3;
  color: var(--dark-blue);
}

.tier-features__header--enterprise .heading-three-alt {
  color: var(--teal);
}

.table-container {
  border: none
  overflow-x: auto;
}

.tier-features tr>th:first-child,
.tier-features tr>td:first-child {
  position: sticky;
  left: 0;
}

.tier-features tr.odd {
  background-color: rgba(207, 223, 225, .2);
}

.tier-features tr.odd>th:first-child {
  background: rgb(246, 248, 249);
  font-weight: normal;
}

.tier-features tr.even>th:first-child {
  font-weight: normal;
  background: #fff;
}

.tier-features tr>th.is_bold:first-child {
  font-weight: bold;
}

.tier-features tr td.has_button {
  padding: 1.75rem 0 0;
}

.tier-features tr:last-child td {
  border-bottom: 2px solid var(--teal);
  border-radius: 0 0 24px 24px;
  padding-bottom: 1rem;
}

.tier-features tr:last-child td.td_first {
  border-bottom: 2px solid var(--green);
}

.tier-features tr:last-child td.borderless {
  border: 0;
}

.tier-features tr:last-child th {
  border-radius: 0 0 0 8px;
}

@media screen and (max-width: 500px){
  .tier-features tr th,
  .tier-features tr td {
    padding: .5rem;
  }
}

@media screen and (min-width: 992px){
  .tier-features  .sticky {
    position: sticky;
    top: 0;
    left: auto;
  }
}