  /* .pricing-section {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .innerheadings {
    display: flex;
    padding-right: 20px;
  } */

  /* .plan-content li {
    margin-top: 16px;
  }

  .row__cell--text {
    position: relative;
    width: fit-content;
    color: var(--body-text-color-secondary);
  } */

  /* .plans_border{
    border-bottom: 3px dashed #2F4D52;
  }

  @media (max-width: 991px) {
    .plans_border{
      border-bottom: none;
    }
    .pricing-row__cell {
      max-width: 280px;
    }
  }

  @media (max-width: 768px) {
    .pricing-row__cell {
      max-width: 200px;
    }
  } */

  /* .plan-column .plan_header {
    display: flex;
    flex-flow: row;
  }

  .plan_header-mobile.plan_header {
    display: none;
  }

  .plan_header-desktop.plan_header {
    display: flex;
  } */
/* 
  @media (max-width: 991px) {
    .plan_header-mobile.plan_header {
      display: flex;
      border-bottom: 3px dashed #2F4D52;
      margin-bottom: 32px;
      padding-bottom: 24px;
    }
    
    .plan_header-desktop.plan_header {
      display: none;
    }
  }

  @media (max-width: 991px) {
    .pricing-section {
      padding: 0 20px;
    }
  } */
/* 
  .comparison-container {
    display: flex;
    width: 100%;
    margin-bottom: 64px;
    flex-direction: column;
  }

  .comparison-container h2 {
    margin-bottom: 0;
    margin-top: 0;
  }

  @media (max-width: 991px) {
    .comparison-container {
      max-width: 100%;
    }
  } */
/* 
  .title {
    align-self: center;
    color: var(--primary-forest-100, #2f4d52);
    text-align: center;
    letter-spacing: -1.2px;
    text-transform: uppercase;
  }

  @media (max-width: 991px) {
    .title {
      max-width: 100%;
      font-size: 40px;
    }
  }

  .plans {
    margin-top: 48px;
    max-width: 1100px;
    margin-left: auto;
    position: relative;
  } */
/* 
  @media (max-width: 991px) {
    .plans {
      max-width: 100%;
      margin-top: 40px;
    }
  }

  .plans-wrapper {
    gap: 20px;
    justify-content: flex-end;
    display: flex;
  } */
/* 
  @media (max-width: 991px) {
    .plans-wrapper {
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch;
      gap: 0px;
    }
  }

  .plan-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 100%;
    margin-left: 0px;
  }

  @media (max-width: 991px) {
    .plan-column {
      width: 100%;
    }
  }

  .start-now-btn {
    align-items: center;
    background-color: var(--primary-forest-100, #2f4d52);
    box-shadow: 3px 4px 15px 0px rgba(47, 77, 82, 0.25);
    border-radius: 30px;
    color: var(--primary-electricity-100, #fff875);
    display: flex;
    font-weight: 700;
    justify-content: center;
    letter-spacing: -0.32px;
    line-height: 150%;
    padding: 14px 32px;
    text-align: center;
    text-transform: uppercase;
  }

  @media (max-width: 991px) {
    .start-now-btn {
      padding: 0 20px;
    }
  }

  .background_image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
    position: absolute;
    left: -438px;
    top: 210px;
    width: 438px;
  }

  .plan-image {
    object-fit: auto;
    object-position: center;
    width: 100%;
  }

  .plan {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  } */
/* 
  @media (max-width: 991px) {
      .plan {
        margin-bottom: 48px;
      }
    }

  .plan-content {
    display: flex;
    flex-direction: column;
    padding: 37px 32px 32px;
    position: relative;
  }

  @media (max-width: 991px) {
    .plan-content {
      padding: 0;
    }
  }

  .plan__price {
    margin-bottom: 0;
    line-height: 60px;
  }

  .plan__label {
    margin-bottom: 0;
  }

  .plan-content-header {
    color: var(--primary-forest-100, #2f4d52);
    display: flex;
    gap: 16px;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
    text-transform: uppercase;
  } */
/* 
  .plan-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 99px;
    display: flex;
    width: 48px;
    height: 48px;
  }

  .plan-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
  }

  .plan-title {
    margin: auto 0 auto 16px;
  }

  .plan-text, .plan-text p, .plan-text span {
    margin-top: 24px;
    font-size: 16px;
  }

  .plan-text p, .plan-text span {
    margin-top: 0;
  }

  .benefit-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .benefit-item {
    display: flex;
    gap: 8px;
  }

  .benefit-icon {
    background-color: var(--primary-forest-100, #2f4d52);
    border-radius: 50%;
    height: 8px;
    margin-top: 8px;
    width: 8px;
  }

  .benefit-text {
    flex: 1;
    font-family: Uniform Rounded, sans-serif;
  }

  .plan-footer {
    font-family: Uniform Rounded, sans-serif;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }

  @media (max-width: 991px) {
    .plan-footer {
      padding: 0 20px;
    }
  }
  
  .info-section {
    padding: 48px 32px 24px;
  }

  @media (max-width: 991px) {
    .info-section {
      max-width: 100%;
      padding: 0 20px;
    }
  }

  .info-columns {
    display: flex;
    gap: 20px;
  }

  @media (max-width: 991px) {
    .info-columns {
      flex-direction: column;
      align-items: stretch;
      gap: 0px;
    }
  }

  .tablelabel {
    display: none;
  }

    .tablelabels .tablelabel__color {
    display: block;
    width: 80%;
    height: 10px;
    top: -24px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }

  .tablelabels .tablelabel {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
  }


  .info-column {
    display: flex;
    flex-direction: column;
    flex: 1;
  } */
/* 
  .info-container {
    align-items: center; 
    text-align: center;
  }

  .info-header {
    font-family: Uniform Rounded, sans-serif; 
    font-weight: 700;
  }

  .pricing-row {
    display: flex;
    flex-flow: row;
    padding-right: 20px;
    width: -webkit-fill-available;
  }

@media (max-width: 991px) {
  .pricing-row {
    width: max-content;
  }
}

  .info-value {
    text-align: center; 
    font-family: Uniform Rounded, sans-serif;
  }

  .feature-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .feature-header {
    font-family: Uniform Rounded, sans-serif;
    font-weight: 700;
  }

  .feature-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .feature-item {
    display: flex;
    gap: 8px;
  }

  .feature-value {
    justify-content: center;
    border-radius: 100px;
    border: 2px solid rgba(47, 77, 82, 1);
    padding: 2px 6px;
    font: 14px Uniform Rounded, sans-serif;
  }


.pricing-table {
  display: flex;
  margin: auto;
  overflow: visible;
  justify-content: end;
  flex-flow: row;
}

.pricing-row__heading {
  position: relative;
  justify-content: center;
  display: flex;
  flex-flow: column;
  max-width: 340px;
  min-width: 100px;
}

@media (max-width: 991px) {
  .pricing-row__heading {
    max-width: 125px;
  }
}

@media (min-width: 1080px) {
  .pricing-cells-container {
    overflow-x: clip;
  }
} */
/* 
.pricing-row__heading p {
  margin: 0;
  color: var(--heading-color);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
} 

.pricing-table__tag {
  align-items: center;
  background-color: var(--secondary-sea-60, #9de6da);
  border: 2px solid #5cd6c2;
  border-radius: 6px;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  top: -10px;
  padding: 4px 8px;
  white-space: nowrap;
  width: fit-content;
}

  @media (max-width: 991px) {
    .pricing-table__tag {
      top: -48px;
    }
    .plan_header-mobile.plan_header.hastag {
      margin-top: 48px;
    }
  }

  @media (max-width: 991px) {
    .pricing-headers {
      max-width: 120px;
    }
    .hidden-header {
      opacity: 0;
      visibility: hidden;
      display: flex;
      max-width: 120px;
    }
  }

.pricing-table__tooltip {
  position: absolute;
}

.pricing-cells-container {
  display: flex;
  flex-direction: column;
  padding-top: 132px;
  max-width: 1100px;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  flex: 1;
}

.tablelabels .tablelabel.toplabel__headings {
  display: flex;
  flex-flow: column;
  color: var(--heading-color);
}

.heading--toplabel {
  color: var(--body-text-color-secondary);
  text-align: center;
  font-family: Gilroy;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; 
}

.heading--innerlabel {
  color: var(--body-text-color-secondary);
  text-align: center;
  font-family: Gilroy;
  font-size: 12px;
  margin-top: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.innerheadings.pricing__table-heading {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
}

.pricing_button--cells {
  background: none;
  margin-top: 32px;
}

.pricing_button--cells .pricing-row__cell {
  height: fit-content;
  justify-content: flex-start;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricing_button--cells .pricing-row__cell {
  justify-content: flex-start;
}

.pricing__button {
  text-align: center;
}

  @media (max-width: 991px) {
  .pricing__button.showonmobile {
    display: block;
  }
  .pricing__button {
    display: none;
  }
}

.pricing-row__cell {
  margin: 16px auto;
  padding: 0 16px;
  position: relative;
  width: 300px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-flow: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.pricing-row__cell.hastooltip {
  padding-right: 16px;
}

.extratooltip {
  top: 25px;
  left: 50%;
  width: 150px;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 12px;
}

.pricing-row__cell svg {
  margin: auto;
}

.pricing-row__cell .pricing-table__tooltip {
  right: -30px;
}

.pricing-row__cell .pricing-table__tooltip.nolabel {
  top: 20px;
}

.pricing-row__inner {
display: kek;
}

.pricing-table__checkbox {
  transform: translateY(-5px);
  min-width: 24px;
  height: 24px;
}


.pricing-row__cell .pricing-table__tooltip.nolabel {
  top: 0;
}

.pricing-table__tooltip {
  position: absolute;
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
}

.pricing-table__tooltip .tooltip-text {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 0;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

@media (max-width: 991px) {
  .pricing-table__tooltip .tooltip-text {
    width: 130px;
  }
  .pricing__table-heading, .pricing-row__heading p {
    font-size: 14px;
  }
}

.pricing-table__tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  transform: rotate(180deg);
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.pricing-headers .pricing-table__tooltip .tooltip-text {
  margin-left: -40px;
}
.pricing-headers .pricing-table__tooltip .tooltip-text::after {
  left: 33%;
}

.lastinloop .lastinloop .pricing-table__tooltip .tooltip-text {
  margin-left: -140px;
  top: 0;
}

.lastinloop .lastinloop .pricing-table__tooltip .tooltip-text::after {
  bottom: 50%;
  left: 90%;
  margin-left: 12px;
  transform: rotate(270deg);
}

.lastinloop .pricing-table__tooltip .tooltip-text {
  margin-left: -120px;
}
.lastinloop .pricing-table__tooltip .tooltip-text::after {
  left: 90%;
}

.pricing-table__tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}