  
  .lead-text {
    font-family: 'Lora';
    color: #767676;
  }
  
  .inherited-styles-for-exported-element {
    box-sizing: inherit;
    color: #1d1c1d;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.46668;
  }

  ul {
    list-style: disc;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  button {
    font-family: inherit;
  }

  .p-autoclog__hook {
    display: contents;
  }

  .c-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }

  .c-icon--inline {
    font-family: inherit;
    font-size: inherit;
    height: auto;
    line-height: inherit;
    width: 20px;
  }

  .c-button {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    outline: 0;
    position: relative;
    text-align: center;
    user-select: none;
    white-space: nowrap;
  }

  .c-button--primary {
    background-color: #007a5a;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    transition: all 80ms linear;
  }

  .c-button--plan_page {
    background-attachment: scroll;
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-size: auto;
    border: 1px solid rgba(0, 122, 90, .3);
    color: #007a5a;
    font-weight: 900;
    transition: all 80ms linear;
  }

  .c-button--medium {
    min-width: 80px;
  }

  .p-upgrade_cta {
    font-size: 18px;
    height: 100%;
    padding: 16px 0;
    width: 100%;
  }

  .p-upgrade_cta--current_plan {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #868686;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }

  @media screen and (max-width: 1024px) {
    .p-upgrade_cta {
      border-radius: 12px;
      padding: 12px 0;
    }
  }

  .p-small_features_table {
    column-gap: 20px;
    display: grid;
    grid-auto-rows: min-content;
    grid-template-areas: "header-highlight-standard header-highlight-plus header-highlight-enterprise""title-standard title-plus title-enterprise""desc-standard desc-plus desc-enterprise""flat-rate-toggle-standard flat-rate-toggle-plus flat-rate-toggle-enterprise""price-standard price-plus price-enterprise""price-details-standard price-details-plus price-enterprise""small-features-title-standard small-features-title-plus small-features-title-enterprise""small-features-standard small-features-plus small-features-enterprise""upgrade-btn-standard upgrade-btn-plus upgrade-btn-enterprise""learn-more-standard learn-more-plus learn-more-enterprise";
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    margin-bottom: 64px;
  }

  .p-small_features_table__column_container>* {
    padding: 0 32px;
  }

  .p-small_features_table__border {
    margin-top: 0;
  }

  .p-small_features_table__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.36365;
  }

  .p-small_features_table__title--standard {
    grid-column-end: title-standard;
    grid-column-start: title-standard;
    grid-row-end: title-standard;
    grid-row-start: title-standard;
  }

  .p-small_features_table__title--plus {
    grid-column-end: title-plus;
    grid-column-start: title-plus;
    grid-row-end: title-plus;
    grid-row-start: title-plus;
  }

  .p-small_features_table__title--enterprise {
    grid-column-end: title-enterprise;
    grid-column-start: title-enterprise;
    grid-row-end: title-enterprise;
    grid-row-start: title-enterprise;
  }

  .p-small_features_table__desc--standard {
    grid-column-end: desc-standard;
    grid-column-start: desc-standard;
    grid-row-end: desc-standard;
    grid-row-start: desc-standard;
  }

  .p-small_features_table__desc--plus {
    grid-column-end: desc-plus;
    grid-column-start: desc-plus;
    grid-row-end: desc-plus;
    grid-row-start: desc-plus;
  }

  .p-small_features_table__desc--enterprise {
    grid-column-end: desc-enterprise;
    grid-column-start: desc-enterprise;
    grid-row-end: desc-enterprise;
    grid-row-start: desc-enterprise;
  }

  .p-small_features_table__price {
    font-size: inherit;
    font-weight: 900;
    line-height: 1.2143;
    padding-top: 32px;
  }

  .p-small_features_table__price--standard {
    grid-column-end: price-standard;
    grid-column-start: price-standard;
    grid-row-end: price-standard;
    grid-row-start: price-standard;
  }

  .p-small_features_table__price--plus {
    grid-column-end: price-plus;
    grid-column-start: price-plus;
    grid-row-end: price-plus;
    grid-row-start: price-plus;
  }

  .p-small_features_table__price--enterprise {
    grid-column-end: price-enterprise;
    grid-column-start: price-enterprise;
    grid-row-end: price-enterprise;
    grid-row-start: price-enterprise;
  }

  .p-small_features_table__price_details {
    color: rgba(29, 28, 29, .5);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.46668;
    padding-top: 4px;
  }

  .p-small_features_table__price_details--standard {
    grid-column-end: price-details-standard;
    grid-column-start: price-details-standard;
    grid-row-end: price-details-standard;
    grid-row-start: price-details-standard;
  }

  .p-small_features_table__price_details--plus {
    grid-column-end: price-details-plus;
    grid-column-start: price-details-plus;
    grid-row-end: price-details-plus;
    grid-row-start: price-details-plus;
  }

  .p-small_features_table__small_features_title {
    padding-bottom: 12px;
    padding-top: 4px;
  }

  .p-small_features_table__small_features_title--standard {
    grid-column-end: small-features-title-standard;
    grid-column-start: small-features-title-standard;
    grid-row-end: small-features-title-standard;
    grid-row-start: small-features-title-standard;
  }

  .p-small_features_table__small_features_title--plus {
    grid-column-end: small-features-title-plus;
    grid-column-start: small-features-title-plus;
    grid-row-end: small-features-title-plus;
    grid-row-start: small-features-title-plus;
  }

  .p-small_features_table__small_features_title--enterprise {
    grid-column-end: small-features-title-enterprise;
    grid-column-start: small-features-title-enterprise;
    grid-row-end: small-features-title-enterprise;
    grid-row-start: small-features-title-enterprise;
  }

  .p-small_features_table__small_features {
    padding-bottom: 0;
  }

  .p-small_features_table__small_features--standard {
    grid-column-end: small-features-standard;
    grid-column-start: small-features-standard;
    grid-row-end: small-features-standard;
    grid-row-start: small-features-standard;
  }

  .p-small_features_table__small_features--plus {
    grid-column-end: small-features-plus;
    grid-column-start: small-features-plus;
    grid-row-end: small-features-plus;
    grid-row-start: small-features-plus;
  }

  .p-small_features_table__small_features--enterprise {
    grid-column-end: small-features-enterprise;
    grid-column-start: small-features-enterprise;
    grid-row-end: small-features-enterprise;
    grid-row-start: small-features-enterprise;
  }

  .p-small_features_table__upgrade-btn--standard {
    grid-column-end: upgrade-btn-standard;
    grid-column-start: upgrade-btn-standard;
    grid-row-end: upgrade-btn-standard;
    grid-row-start: upgrade-btn-standard;
  }

  .p-small_features_table__upgrade-btn--plus {
    grid-column-end: upgrade-btn-plus;
    grid-column-start: upgrade-btn-plus;
    grid-row-end: upgrade-btn-plus;
    grid-row-start: upgrade-btn-plus;
  }

  .p-small_features_table__upgrade-btn--enterprise {
    grid-column-end: upgrade-btn-enterprise;
    grid-column-start: upgrade-btn-enterprise;
    grid-row-end: upgrade-btn-enterprise;
    grid-row-start: upgrade-btn-enterprise;
  }

  .p-small_features_table__upgrade-btn {
    padding-top: 24px;
  }

  .p-small_features_table__learn_more {
    border-bottom: 1px solid rgba(29, 28, 29, .13);
    border-radius: 0 0 8px 8px;
    display: flex;
    font-weight: 400;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 16px;    
    color: rgba(29, 28, 29, .7);
    font-size: 13px;
  }

  .p-small_features_table__learn_more--standard {
    grid-column-end: learn-more-standard;
    grid-column-start: learn-more-standard;
    grid-row-end: learn-more-standard;
    grid-row-start: learn-more-standard;
  }

  .p-small_features_table__learn_more--plus {
    grid-column-end: learn-more-plus;
    grid-column-start: learn-more-plus;
    grid-row-end: learn-more-plus;
    grid-row-start: learn-more-plus;
  }

  .p-small_features_table__learn_more--enterprise {
    grid-column-end: learn-more-enterprise;
    grid-column-start: learn-more-enterprise;
    grid-row-end: learn-more-enterprise;
    grid-row-start: learn-more-enterprise;
  }

  .p-small_features_table__primary_subtext {
    color: rgba(29, 28, 29, .7);
    font-size: 13px;
  }

  .p-small_features_table__primary_subtext--enterprise {
    color: rgba(29, 28, 29, .7);
  }

  .p-small_features_table__column_container {
    display: contents;
  }

  .p-small_features_table__heading_section {
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .p-small_features_table__heading_content {
    border-style: none;
    display: flex;
    justify-content: space-between;
    padding: 32px 15px 32px 32px;
  }

  .p-small_features_table__heading_section--standard {
    background-color: #4a154b;
  }

  .p-small_features_table__heading_section--plus {
    background-color: #0b4c8c;
  }

  .p-small_features_table__heading_section--enterprise {
    background-color: #0b2440;
  }

  .p-small_features_table__heading_right {
    padding-left: 26px;
  }
  
  .p-small_features_table__heading_right img.tag-sample {
    width: 150px;
  }

  .p-small_features_table__desc, .p-small_features_table__title {
    color: #fff;
    padding: 0;
  }

  .p-small_features_table__small_features_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33334;
  }

  .p-small_features_table__small_features_list {
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .p-small_features_table__price_details {
    padding-bottom: 64px;
  }

  @media screen and (max-width: 1024px) {
    .p-small_features_table {
      display: block;
      margin: 0 auto;
    }

    .p-small_features_table>* {
      border-bottom-color: initial;
      border-bottom-style: none;
      border-bottom-width: initial;
      border-left-color: initial;
      border-left-style: none;
      border-left-width: initial;
      border-right-color: initial;
      border-right-style: none;
      border-right-width: initial;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0;
    }
  }

  .p-plans_page__plan_matrix_container {
    background-color: #fff;
  }

  .bold {
    font-weight: 700;
  }

  .sk_lilypad_green, a:active {
    color: #007a5a;
  }

  a:active {
    color: rgba(29, 28, 29, .7);
    text-decoration: underline;
  }

  .c-icon::before {
    display: inline-block;
    font-family: "Slack v2";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
  }

  .c-icon--inline::before {
    height: 1em;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    width: 1em;
  }

  .c-icon--inline::after {
    content: "​";
  }

  .c-icon--check-small::before {
    content: "";
  }

  .c-button--primary::after {
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
  }

  .p-small_features_table__small_features ul {
    margin-left: -4px;
  }

  .p-small_features_table__primary_subtext--enterprise>a {
    color: rgba(29, 28, 29, .7);
    text-decoration: underline;
    text-underline-offset: 20%;
  }

  .p-small_features_table__column_container::before {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 18px 48px 0;
    content: "";
    grid-row-end: 2;
    grid-row-start: -1;
  }

  .p-small_features_table__column_container--standard::before {
    grid-column-end: auto;
    grid-column-start: 1;
  }

  .p-small_features_table__column_container--plus::before {
    grid-column-end: auto;
    grid-column-start: 2;
  }

  .p-small_features_table__column_container--enterprise::before {
    grid-column-end: auto;
    grid-column-start: 3;
  }

  .p-small_features_table__small_features_list>li {
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .p-small_features_table__small_features ul li {
    list-style: none;
    margin-left: 24px;
  }

  .p-small_features_table__small_features ul i {
    margin-left: -24px;
    margin-top: 2px;
    position: absolute;
  }

  .c-button {
    text-decoration: none;
  }

  .c-button--primary:link {
    color: #fff;
  }

  .c-button--primary:hover {
    background-color: #148567;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 4px;
    color: #fff;
  }

  .c-button--primary:active {
    background-color: #006e51;
    box-shadow: none;
  }

  .c-button--plan_page:link {
    color: #007a5a;
  }

  .c-button--plan_page:hover {
    box-shadow: rgba(0, 0, 0, .08) 0 1px 3px 0;
  }

  .c-button--plan_page:active {
    background-color: rgba(250, 250, 250, .827);
    border-color: rgba(0, 122, 90, .5);
    box-shadow: none;
  }

  .p-small_features_table .p-small_features_table__price_details--enterprise {
    border-style: none;
    grid-column-end: price-enterprise;
    grid-column-start: price-enterprise;
    grid-row-end: price-enterprise;
    grid-row-start: price-enterprise;
    padding-top: 32px;
  }

  @media screen and (max-width: 1024px) {
    .p-small_features_table .p-small_features_table__primary_subtext {
      font-size: 15px;
    }

    .p-small_features_table .p-small_features_table__price {
      font-size: 28px;
    }

    .p-small_features_table .p-small_features_table__price--enterprise {
      padding-top: 0;
    }

    .p-small_features_table .p-small_features_table__price_details {
      padding-bottom: 32px;
    }

    .p-small_features_table .p-small_features_table__feature {
      font-size: 17px;
    }

    .p-small_features_table .p-small_features_table__desc {
      padding-right: 8px;
    }

    .p-small_features_table .p-small_features_table__column_container {
      background-color: #fff;
      border-radius: 8px;
      border-top-color: initial;
      border-top-style: none;
      border-top-width: initial;
      box-shadow: rgba(0, 0, 0, .1) 0 18px 48px 0;
      display: block;
      margin-bottom: 48px;
    }

    .p-small_features_table .p-small_features_table__desc {
      font-size: 15px;
    }

    .p-small_features_table .p-small_features_table__learn_more {
      margin-bottom: 0;
      max-width: 100%;
      padding-bottom: 24px;
      text-align: center;
    }

    .p-small_features_table .p-small_features_table__price_details--enterprise {
      border-left: 1px solid rgba(29, 28, 29, .13);
      border-right: 1px solid rgba(29, 28, 29, .13);
    }
  }
  
  @media screen and (max-width: 1024px) {
    .p-small_features_table .p-small_features_table__learn_more:not(.p-small_features_table__column--border-offer):not(.p-small_features_table__column--border-trial):not(.p-small_features_table__learn_more--enterprise) {
      border-bottom: 1px solid #ddd;
    }
    .shop-buy .shop-pricing {
      font-size: 65%;
    }
  }

  @media screen and (max-width: 767px) {
    .p-plans_page__plan_matrix_container {
      background-color: initial;
      border-top-color: initial;
      border-top-style: none;
      border-top-width: initial;
      box-shadow: none;
      padding: 0 16px;
    }
    
    .shop-buy .shop-pricing {
      font-size: 55%;
    }
    
    .p-small_features_table__heading_right img.tag-sample {
      width: 115px;
    }
  }