/* stylelint-disable color-no-hex */
.btn-primary {
  --bs-btn-color: #fff;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  gap: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btn-primary:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260.75deg, #9E78F0 0%, #0957C3 100%);
  transition: 0.15s all ease;
}
.btn-primary .icon {
  position: relative;
  z-index: 5;
}
.btn-primary .icon svg, .btn-primary .icon img {
  max-height: 18px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-primary .icon svg path[fill], .btn-primary .icon img path[fill] {
  fill: currentColor;
}
.btn-primary .icon svg path[stroke], .btn-primary .icon img path[stroke] {
  stroke: currentColor;
}
.btn-primary .caption, .btn-primary {
  position: relative;
  z-index: 5;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.btn-primary:hover:before {
  opacity: 0.85;
}
.btn-primary.hover-dark {
  background: #1b1b1b;
}
.btn-primary.hover-dark:hover:before {
  opacity: 0;
}

.btn-primary-dark {
  color: #fff;
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  border: 2px solid rgb(20, 20, 20);
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-primary-dark svg {
  margin-left: 6px;
}
.btn-primary-dark svg path[fill] {
  fill: currentColor;
}
.btn-primary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-primary-dark:hover {
  border: 2px solid #9e78f0;
  background: #1b1b1b;
}
.btn-primary-dark:hover.hover-text-white {
  color: #fff;
}
.btn-primary-dark:active {
  color: #737373;
  border: 2px solid #a3a3a3;
  background: #525252;
}
.btn-primary-dark:active svg path {
  stroke: #737373;
}

.btn-grey-dark {
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #141414;
  border: 0;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-grey-dark svg {
  margin-left: 6px;
}
.btn-grey-dark svg path[fill] {
  fill: currentColor;
}
.btn-grey-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-grey-dark:hover {
  border: 0;
  background: #1b1b1b;
}
.btn-grey-dark:hover.hover-text-white {
  color: #fff;
}
.btn-grey-dark:active {
  border: 0;
  color: #737373;
  background: #525252;
}
.btn-grey-dark:active svg path {
  stroke: #737373;
}

.btn-primary-light {
  color: #fff;
  border: 2px solid #fff;
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-primary-light svg {
  margin-left: 6px;
}
.btn-primary-light svg path[fill] {
  fill: currentColor;
}
.btn-primary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-primary-light:hover {
  border: 2px solid #9e78f0;
  background: #e5e5e5;
  color: #141414;
}
.btn-primary-light:hover svg path {
  stroke: #141414;
}
.btn-primary-light:active {
  border: 2px solid #a3a3a3;
  background: #525252;
  color: #e5e5e5;
}
.btn-primary-light:active svg path {
  stroke: #e5e5e5;
}

.btn-secondary-light {
  background: #fafafa;
  color: #0957c3;
  border: 2px solid #fff;
}
.btn-secondary-light svg path {
  stroke: #0957c3;
}
.btn-secondary-light {
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-secondary-light svg {
  margin-left: 6px;
}
.btn-secondary-light svg path[fill] {
  fill: currentColor;
}
.btn-secondary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-secondary-light:hover {
  border: 2px solid #9e78f0;
  background: #e5e5e5;
}
.btn-secondary-light:active {
  border: 2px solid #a3a3a3;
  background: #d6d6d6;
  color: #a3a3a3;
}
.btn-secondary-light:active svg path {
  stroke: #a3a3a3;
}

.btn-secondary-dark {
  color: #fff;
  background: #141414;
  border: 2px solid transparent;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-secondary-dark svg {
  margin-left: 6px;
}
.btn-secondary-dark svg path[fill] {
  fill: currentColor;
}
.btn-secondary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-secondary-dark:hover {
  border: 2px solid #9e78f0;
  background: #383838;
}
.btn-secondary-dark:active {
  color: #a3a3a3;
  border: 2px solid #a3a3a3;
  background: #737373;
}
.btn-secondary-dark:active svg path {
  stroke: #a3a3a3;
}

.btn-tertiary-dark {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-tertiary-dark svg {
  margin-left: 6px;
}
.btn-tertiary-dark svg path[fill] {
  fill: currentColor;
}
.btn-tertiary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-tertiary-dark .gradient {
  display: none;
}
.btn-tertiary-dark .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .btn-tertiary-dark:hover {
    background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .btn-tertiary-dark:hover .gradient {
    display: block;
  }
  .btn-tertiary-dark:hover .default {
    display: none;
  }
}
@media (hover: none) {
  .btn-tertiary-dark:active {
    background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .btn-tertiary-dark:active .gradient {
    display: block;
  }
  .btn-tertiary-dark:active .default {
    display: none;
  }
}

.btn-tertiary-light {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-tertiary-light svg {
  margin-left: 6px;
}
.btn-tertiary-light svg path[fill] {
  fill: currentColor;
}
.btn-tertiary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-tertiary-light:focus, .btn-tertiary-light:active {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.btn-tertiary-light:hover {
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.stage-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: rgb(255, 255, 255);
  background-color: #1b1b1b;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.1s ease;
  height: 44px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  gap: 10px;
  overflow: hidden;
}
.stage-button.with-arrow::after {
  content: url(../img/arrow.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .stage-button:hover {
    background: #383838;
    color: rgb(255, 255, 255);
  }
  .stage-button:hover::before {
    background: #9e78f0;
  }
}
.stage-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  padding: 2px;
  background: linear-gradient(260.75deg, #9E78F0 0%, #0957C3 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.block-pricing-plans-compare-table {
  --col-label-w: 375px;
  --col-plan-w: 231px;
  --col-label-w-mobile: 186px;
  --table-padding: 28px;
}
@media (max-width: 1280px) {
  .block-pricing-plans-compare-table {
    --col-label-w: 320px;
  }
}
@media (max-width: 640px) {
  .block-pricing-plans-compare-table {
    --col-label-w: 60vw;
    --col-plan-w: 160px;
  }
}
.block-pricing-plans-compare-table {
  background: #fff;
  padding-bottom: clamp(48px, 48px + 0.0739884393 * (100vw - 575px), 112px);
  padding-top: clamp(48px, 48px + 0.0739884393 * (100vw - 575px), 112px);
}
.block-pricing-plans-compare-table .block-title {
  font-size: clamp(30px, 30px + 0.0208092486 * (100vw - 575px), 48px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: clamp(32px, 32px + 0.0369942197 * (100vw - 575px), 64px);
}
.block-pricing-plans-compare-table .ppt-tabs-row {
  position: sticky;
  top: 125px;
  z-index: 10;
  display: flex;
  gap: 1px;
  padding-right: var(--table-padding);
  max-width: calc(100% - 2px);
  margin-left: 1px;
}
.block-pricing-plans-compare-table .ppt-tabs-row .ppt-tab-spacer {
  flex: 0 0 calc(var(--col-label-w) + var(--table-padding));
  width: calc(var(--col-label-w) + var(--table-padding));
}
.block-pricing-plans-compare-table .ppt-tabs-row .ppt-desktop-tab {
  width: calc((100% - var(--col-label-w)) / 3);
  max-width: calc((100% - var(--col-label-w)) / 3);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(16px, 16px + 0.0046242775 * (100vw - 575px), 20px);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.block-pricing-plans-compare-table .ppt-tabs-row .ppt-desktop-tab.ppt-desktop-tab--1 {
  background: rgb(0, 0, 0);
}
.block-pricing-plans-compare-table .ppt-tabs-row .ppt-desktop-tab.ppt-desktop-tab--2 {
  background: linear-gradient(233deg, #9e78f0 0%, #0957c3 100%);
}
.block-pricing-plans-compare-table .ppt-tabs-row .ppt-desktop-tab.ppt-desktop-tab--3 {
  background: #333;
}
.block-pricing-plans-compare-table .ppt-table {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 7px;
  padding: 0 var(--table-padding) var(--table-padding);
}
.block-pricing-plans-compare-table .ppt-table .ppt-header-row {
  display: flex;
}
.block-pricing-plans-compare-table .ppt-table .ppt-header-row .ppt-header-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
}
.block-pricing-plans-compare-table .ppt-table .ppt-header-row .ppt-header-cell.ppt-col-label {
  flex: 0 0 var(--col-label-w);
  width: var(--col-label-w);
}
.block-pricing-plans-compare-table .ppt-table .ppt-section {
  display: flex;
  flex-direction: column;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header {
  display: flex;
  align-items: stretch;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-toggle {
  flex: 0 0 var(--col-label-w);
  width: var(--col-label-w);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: default;
  pointer-events: none;
  text-align: left;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-toggle .ppt-section-chevron {
  display: none;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-toggle .ppt-section-label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-cell {
  padding: 20px 24px;
  width: calc((100% - var(--col-label-w)) / 3);
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-cell.ppt-col-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-cell.ppt-col-3 {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body {
  display: flex;
  flex-direction: column;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-section-plan-header {
  display: none;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row {
  display: flex;
  align-items: stretch;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row.is-stripe {
  background: rgba(151, 119, 241, 0.15);
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-col-label {
  flex: 0 0 var(--col-label-w);
  width: var(--col-label-w);
  display: flex;
  align-items: center;
  padding: 16px 24px;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-col-label .ppt-feature-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: #000;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-col-label .ppt-feature-text p {
  margin: 0;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-col-label .ppt-feature-text a {
  color: #0957c3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-cell {
  width: calc((100% - var(--col-label-w)) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-cell .ppt-check {
  display: block;
  width: 17px;
  height: auto;
  flex-shrink: 0;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-cell .ppt-cell-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #000;
  text-align: center;
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-col-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-col-3 {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .block-pricing-plans-compare-table .ppt-tabs-row {
    display: none;
  }
  .block-pricing-plans-compare-table .ppt-table {
    padding: 28px 14px;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-mobile-header {
    display: flex;
    top: 0;
    z-index: 10;
    background: #fff;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-mobile-header .ppt-header-cell.ppt-col-label {
    flex: 0 0 var(--col-label-w-mobile);
    width: var(--col-label-w-mobile);
    background: rgba(113, 110, 179, 0.14);
    justify-content: flex-start;
    padding: 14px;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-mobile-header .ppt-header-cell.ppt-col-label .ppt-plans-label {
    font-family: "Space Mono", monospace;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-mobile-header .ppt-header-cell.ppt-col-1 {
    flex: 0 0 var(--col-plan-w);
    width: var(--col-plan-w);
    background: rgba(0, 0, 0, 0.8);
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-mobile-header .ppt-header-cell.ppt-col-2 {
    flex: 0 0 var(--col-plan-w);
    width: var(--col-plan-w);
    background: linear-gradient(233deg, #9e78f0 0%, #0957c3 100%);
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-mobile-header .ppt-header-cell.ppt-col-3 {
    flex: 0 0 var(--col-plan-w);
    width: var(--col-plan-w);
    background: #333;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section:last-child {
    border-bottom: 0;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section:not(.is-open) .ppt-section-body {
    display: none;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header {
    background: #f5f9ff;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-toggle {
    min-height: 74px;
    cursor: pointer;
    pointer-events: auto;
    padding: 14px 8px;
    justify-content: flex-start;
    gap: 10px;
    background: #f5f9ff;
    width: 100%;
    flex: 1;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-toggle .ppt-section-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-toggle .ppt-section-chevron::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-top: -4px;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-header .ppt-section-cell {
    display: none;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section.is-open .ppt-section-toggle .ppt-section-chevron::before {
    transform: rotate(-135deg);
    margin-top: 4px;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-section-plan-header {
    display: flex;
    background: rgba(113, 110, 179, 0.34);
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-section-plan-header .ppt-header-cell.ppt-col-label {
    justify-content: flex-start;
    padding: 14px;
    border-radius: 0;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-section-plan-header .ppt-header-cell.ppt-col-label .ppt-plans-label {
    font-family: "Space Mono", monospace;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    border-radius: 0;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-section-plan-header .ppt-header-cell.ppt-col-1 {
    flex: 0 0 var(--col-plan-w);
    width: var(--col-plan-w);
    background: rgba(0, 0, 0, 0.8);
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-section-plan-header .ppt-header-cell.ppt-col-2 {
    flex: 0 0 var(--col-plan-w);
    width: var(--col-plan-w);
    background: linear-gradient(233deg, #9e78f0 0%, #0957c3 100%);
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-section-plan-header .ppt-header-cell.ppt-col-3 {
    flex: 0 0 var(--col-plan-w);
    width: var(--col-plan-w);
    background: #333;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row.is-stripe {
    background-color: transparent;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row.is-stripe .ppt-col-label, .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row.is-stripe .ppt-cell {
    background: rgba(151, 119, 241, 0.15);
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-col-label {
    padding: 12px;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-cell {
    padding: 12px;
    flex: 0 0 var(--col-plan-w);
    width: var(--col-plan-w);
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section .ppt-section-body .ppt-row .ppt-cell .ppt-cell-text {
    font-size: 14px;
  }
  .block-pricing-plans-compare-table .ppt-table .ppt-section-toggle {
    flex: 0 0 var(--col-label-w-mobile);
    width: var(--col-label-w-mobile);
    position: sticky;
    left: 0;
    z-index: 5;
  }
}