:root {
  --top-box-shadow: 0px 4px 6px -5px #b8bdbf;
  --linear-strip-bg: linear-gradient(90deg, #FAFAFA 0%, #ECECEC 23%, #ECECEC 91.5%, #FAFAFA 100%);
  }
  
  .comparison .text-grey-dark {
    opacity: 0.8;
  }
  .comparison thead {
    position: sticky;
    position: -webkit-sticky;
    top: 3rem;
    z-index: 3;
    background: var(--linear-strip-bg);
  }
  .comparison thead tr th, .comparison tfoot tr th {
    background-color: transparent;
    border-bottom:0;
  }
  @media (max-width: 768px) {
    .comparison thead {
      box-shadow: var(--top-box-shadow);
      -moz-box-shadow: var(--top-box-shadow);
      -webkit-box-shadow: var(--top-box-shadow);
      /* Safari 10.1+ (alternate method) */
      /* A simple supports feature query hack for Safari 9.0 and up: */
    }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) {
        .comparison thead tr th {
          box-shadow: var(--top-box-shadow);
          -moz-box-shadow: var(--top-box-shadow);
          -webkit-box-shadow: var(--top-box-shadow);
        }
      }
    }
    @supports (-webkit-hyphens: none) {
      .comparison thead tr th {
        box-shadow: var(--top-box-shadow);
        -moz-box-shadow: var(--top-box-shadow);
        -webkit-box-shadow: var(--top-box-shadow);
      }
    }
  }
  .comparison thead.sticky {
    box-shadow: var(--top-box-shadow);
    -moz-box-shadow: var(--top-box-shadow);
    -webkit-box-shadow: var(--top-box-shadow);
    /* Safari 10.1+ (alternate method) */
    /* A simple supports feature query hack for Safari 9.0 and up: */
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .comparison thead.sticky tr th {
        box-shadow: var(--top-box-shadow);
        -moz-box-shadow: var(--top-box-shadow);
        -webkit-box-shadow: var(--top-box-shadow);
      }
    }
  }
  @supports (-webkit-hyphens: none) {
    .comparison thead.sticky tr th {
      box-shadow: var(--top-box-shadow);
      -moz-box-shadow: var(--top-box-shadow);
      -webkit-box-shadow: var(--top-box-shadow);
    }
  }
  .comparison thead.top-banner {
    top: 7rem;
  }
  @media (min-width: 768px) {
    .comparison thead.top-banner {
      top: 6rem;
    }
  }
  .comparison thead.top-banner-small {
    top: calc(4rem - 10px);
  }
  @media (min-width: 600px) {
    .comparison thead.top-banner-small {
      top: calc(4rem - 2px);
    }
  }
  
  .comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    font-size: .8rem;
    letter-spacing: -0.05px;
    margin: 0;
  }
  .comparison table .btn-pink-outline.disabled,
  .comparison table .btn-pink.disabled {
    background-color: white;
    border: 1px solid #afafb0;
    color: #afafb0;
    cursor: initial;
  }
  .comparison table .btn-pink-outline.disabled:hover,
  .comparison table .btn-pink.disabled:hover {
    background-color: white;
  }
  @media (min-width: 768px) {
    .comparison table {
      table-layout: fixed;
    }
  }
  
  .comparison thead {
    background-color: #F5F5F5;
  }
  
  .comparison td {
    border-top: 1px solid #D9D4CA;
    border-bottom: 0;
  }
  
  .comparison td,
  .comparison th {
    font-display: optional;
    font-family: var(--font-regular);
    empty-cells: show;
    padding: 10px;
    font-size: .8rem;
    text-align: center;
  }
  
  .comparison td {
    border-right: 1px solid #D9D4CA;
    border-bottom: 1px solid #D9D4CA;
  }
  
  .comparison td:last-of-type, .comparison th:last-of-type {
    border-right: 0;
  }
  
  .comparison tbody tr:nth-child(odd) {
    display: none;
  }
  
  .comparison tbody.hide-starter-column tr td:nth-child(2) {
    display: none;
  }
  
  .comparison .compare-row {
    font-size: 1rem;
    border-radius: 4px;
  }
  
  .comparison .compare-row td {
    border-color: transparent;
  }
  
  .fa-check {
    color: #69C7F1;
  }
  
  .comparison th {
    font-weight: normal;
    padding: 10px 16px;
  }
  
  .comparison tr td:first-child {
    font-display: optional;
    font-weight: 600;
    text-align: left;
    font-size: .8rem;
    color: var(--bp-p-color);
  }
  
  .comparison tr.compare-row td:first-child {
    font-display: optional;
    font-family: var(--font-regular);
    font-size: 1rem;
    letter-spacing: -0.2px;
    color: var(--main-dark);
    box-shadow: 0 1px 0px #d9d4ca;
  }
  
  .comparison .product,
  .comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 14px;
  }
  
  .comparison .tl2 {
    border-right: 0;
  }
  
  .comparison .product {
    background: #69C7F1;
    height: 40px;
    font-size: 1.6rem;
  }

  .comparison .price-info.disabled .crown-icon {
    filter: grayscale(1);
    opacity: 0.5;
  }
  .comparison .price-info.disabled .price-now h3 {
    color: #989898;
  }
  .comparison .price-info span.description {
    font-display: optional;
    font-family: "Relativetheory", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
    color: rgba(123, 130, 144, 0.8);
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
  }
  
  .comparison .btn.btn-small {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    margin-top:.6rem;
    max-width: fit-content;
    i.ico {
      display: none;
    }
    }
  @media (min-width: 800px) {
    .comparison .price-info span.description {
      display: block;
    }
  }
  .comparison .price-info .icon-header {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0.8rem;
    margin-bottom: -1rem;
  }
  @media (max-width: 767px) {
    .comparison .price-info .icon-header {
      width: 30px;
      height: 48px;
    }
  }
  .comparison .price-info .price-now {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.5rem 1rem 0.5rem;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
  }
  @media (min-width: 768px) {
    .comparison .price-info .price-now {
      padding: 0 0.5rem;
    }
  }
  .comparison .price-info .price-now h3 {
    font-size: 1.3rem;
    color: var(--main-dark);
    display: inline-flex;
  }
  @media (min-width: 768px) {
    .comparison .price-info .price-now h3 {
      font-size: 1.5rem;
    }
  }
  .comparison .price-info .price-now img.crown-icon {
    width: 20px;
  }
  @media (max-width: 768px) {
    .comparison .price-info .price-now img.crown-icon {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin-top: -1.2rem;
    }
  }
  .comparison .price-info .price-now.first {
    border-radius: 4px 0 0;
    margin-left: -1px;
    margin-right: -1px;
  }
  .comparison .price-info .price-now.second {
    border-left: 0;
    border-radius: 0;
    margin-right: -1px;
  }
  .comparison .price-info .price-now.third {
    border-radius: 0 4px 0 0;
    margin-left: -1px;
    margin-right: -1px;
  }
  @media (min-width: 720px) {
    .comparison .price-info .price-now.third {
      min-width: 200px;
    }
  
    .desktop-hide {
      display: none;
    }
  }
  
  .comparison .price-now p {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    display: inline;
  }
  
  @media screen and (min-width: 721px) and (max-width: 1000px) {
    .table_ul li {
      letter-spacing: 0px;
    }
  
    .comparison .price-now p {
      display: block;
    }
  }
  @media screen and (max-width: 720px) {
    .table_ul {
      padding: 0px;
    }
  
    .table_ul li {
      font-size: 10px;
      line-height: 16px;
      padding: 3px 0;
    }
  
    .comparison {
      max-width: 100%;
    }
  
    .comparison td:first-child,
  .comparison th:first-child, .comparison .d-flex {
      display: none !important;
    }
  
    .comparison tbody tr:nth-child(odd) {
      display: table-row;
    }
  
    .comparison .row {
      background: #FFF;
    }
  
    .comparison td,
  .comparison th {
      border-top: none;
      padding: 10px;
      border-top: 1px solid #eee;
    }
  
    .price-info p {
      line-height: 8px;
      font-size: 8px !important;
    }
  
    .comparison .price-now p {
      display: block;
    }
  
    .comparison td {
      border: 1px solid #D9D4CA;
      font-size: 0.95rem;
      width: 33%;
      float: none;
    }
  }
  @media screen and (max-width: 720px) and (min-width: 768px) {
    .comparison td {
      font-size: 1rem;
    }
  }
  @media (max-width: 768px) {
    .comparison.proposify thead {
      top: 0;
    }
  }
  .comparison.proposify {
    max-height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    scroll-snap-type: y mandatory;
  }
  @media (max-width: 768px) {
    .comparison.proposify {
      max-width: 100vw !important;
      overflow-x: scroll !important;
    }
    .comparison td .btn {
      padding: 0.5rem;
    }
  }
  .comparison.proposify th {
    top: 0;
    height: 120px;
  }
  .comparison.proposify th .price-info .price-now.first {
    min-height: 145px;
  }
  .comparison.proposify th h3 {
    line-height: 1.2;
  }
  @media (max-width: 768px) {
    .comparison.proposify td.section-title-mobile {
      font-display: optional;
      font-family: "Relativetheory", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
      background: #f7f7f7;
      color: var(--main-dark);
      font-size: 1.05rem;
      letter-spacing: -0.1px;
      position: sticky;
      position: -webkit-sticky;
      left: 0;
      min-height: 48px;
    }
  }
  @media (max-width: 768px) and (min-width: 768px) {
    .comparison.proposify td.section-title-mobile {
      font-size: 1.1rem;
    }
  }
  @media (max-width: 768px) {
    .comparison.proposify td, .comparison.proposify th {
      min-width: 50vw;
    }
    .comparison.proposify td:nth-of-type(5), .comparison.proposify th:nth-of-type(5) {
      position: sticky;
      position: -webkit-sticky;
      right: 0;
      background-color: var(--white);
      border-left: 1px solid var(--light-grey);
      box-shadow: 0px 8px 20px rgba(46, 58, 89, 0.25);
      -moz-box-shadow: 0px 8px 20px rgba(46, 58, 89, 0.25);
      -webkit-box-shadow: 0px 8px 20px rgba(46, 58, 89, 0.25);
    }
  }
  
  @media (max-width: 768px) {
    .compare-row td:not(.section-title-mobile) {
      display: none;
    }
  
    .comparison thead {
      top:3rem;
    }
  
    table {
      margin: 0 auto;
    }
  
    .comparison .btn.btn-small {
      padding: 0.5rem 1rem;
    }
  
    .comparison th .btn.btn-large {
      padding: 0.5rem;
      font-size: 1rem;
    }
  
    td.section-title-mobile {
      font-display: optional;
      font-family: var(--bp-font-title);
      font-weight: 500;
      color: var(--main-dark);
      font-size: 1.19rem;
      letter-spacing: -0.1px;
    }
  }
  @media (max-width: 768px) and (min-width: 768px) {
    td.section-title-mobile {
      font-size: 1.1rem;
    }
  }
  
  table tr td i.text-pink {
    color: #466F67;
  }
  
  table tr td i.text-blue-faint {
    color: #E0E0E0;
  }
  
  td.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  
  .border-bottom-1 {
    border-bottom: 1px solid var(--dark-cream);
  }
  
  .comparison .no-border, .comparison .no-border td {
    border-color: transparent;
    border:0 !important;
    outline:none;
  }
  
  .comparison .compare-row {
    border-bottom: 2px solid #D9D4CA;
  }
  
  tfoot {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    background-color: #F5F5F5;
    background: var(--linear-strip-bg);
    z-index: 2;
  }
  
  tfoot td {
    box-shadow: 0 -1px 0px #D9D4CA;
    border-right:0;
    margin-top: -1px;
  }
  
  .comparison i.ico-cross::before {
    content: "";
    background-image: url(/img/icons/cross-bold.svg);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
  }
  
  .comparison i.ico-check:before {
    content: "";
    background-image: url(/img/icons/checkmark-bold.svg);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    }


/*TOOLTIP STYLES*/


.triggerTooltip {
  position: relative !important;
  cursor: pointer;
  float: inline-end;
}

tbody {
  position: relative;
}

.tooltip {
  background: var(--main-dark);
  color: #f5f8ff;
  --blur:blur(24px);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  font-size: .6rem;
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  padding: 1rem 1rem;
  margin-top: -1.52rem;
  margin-left: 1rem;
  width: 100%;
  min-width: 250px;
  max-width: 350px;
  border-radius: 8px;
  box-shadow: 0px 5px 14px rgba(123, 130, 144, 0.15);
  visibility: hidden;
  z-index: 999;
  --transition: .1s cubic-bezier(.95,0,.09,.99);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-box-transition: var(--transition);
  -o-box-transition: var(--transition);
  -ms-box-transition: var(--transition);
}
.tooltip:after {
  content: "";
  position: absolute;
  left: 0;
  margin-left: -8px;
  top: 1.6rem;
  color: #FFFFFF;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--main-dark);
}

.triggerTooltip .ico-circle-info {
  bottom: -1px;
  position: relative;
}

@media (max-width: 768px) {
  .tooltip {
    left: 50%;
    width: 100%;
    bottom: 0;
    margin-bottom: 3rem;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    color: #FFFFFF;
    position: absolute;
    top: 100%;
    bottom: 0;
    margin-bottom: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--main-dark);
  }
}

.comparison tr td:first-child.triggerTooltip:hover {
  color: var(--info-blue);
}

.triggerTooltip:hover span.tooltip {
  visibility: visible;
  margin-top: -1.52rem;
  --transition: .3s cubic-bezier(.87,.21,.12,.77);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-box-transition: var(--transition);
  -o-box-transition: var(--transition);
  -ms-box-transition: var(--transition);
}
@media (max-width: 768px) {
  .triggerTooltip:hover span.tooltip {
    margin-top: 0;
  }
}