.pricing-unit {
  display: flex;
  text-align: center;
  font-family: Archivo;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(50, 31, 31, 0.1215686275);
}
.pricing-unit .nav-tabs {
  max-width: 620px;
  flex: 1;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border-bottom: none;
}
.pricing-unit .nav-tabs .nav-item {
  flex: 1;
  align-self: flex-end;
}
.pricing-unit .nav-tabs .nav-item:first-of-type {
  border-top-left-radius: 4px;
}
.pricing-unit .nav-tabs .nav-item:first-of-type .nav-link {
  border-top-left-radius: 2px;
}
.pricing-unit .nav-tabs .nav-item:last-of-type {
  border-top-right-radius: 4px;
}
.pricing-unit .nav-tabs .nav-item:last-of-type .nav-link {
  border-top-right-radius: 2px;
}
.pricing-unit .nav-tabs .nav-item .nav-link {
  width: 100%;
  border: none;
  border-radius: 0;
  font-family: Archivo;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  border-bottom: 1px solid transparent;
  padding: 0;
  min-height: 70px;
}
.pricing-unit .nav-tabs .nav-item .nav-link:not(.active) {
  color: #321f1fa3;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab span.pricing-tab-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Archivo;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #321f1fa3;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab span.pricing-tab-price .price-strikethrough {
  text-decoration: line-through;
  margin-right: 5px;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab span.chart-offer-price {
  font-size: 10px;
  line-height: 14px;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab.disabled {
  background-color: #321f1f14;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab.disabled span:last-child {
  color: #321f1f7a;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab.disabled span:last-child > svg path {
  fill: #321f1f7a;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab.active span.pricing-tab-price {
  color: #321f1fb8;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab.active:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #f33;
}
.pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab.active:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ff3333;
  bottom: -8px;
  left: 49%;
}
.pricing-unit .nav-tabs .nav-item .nav-link.active {
  color: #321f1f;
  background-color: transparent;
}
.pricing-unit .nav-tabs .nav-item .nav-link.paywal-pricing-tab {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .pricing-unit .nav-tabs.pricing-tabs-prorated .pricing-tab {
    padding: 10px 0;
  }
  .pricing-unit .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
  .pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab span.pricing-tab-price {
    flex-direction: row;
    gap: 3px;
    font-size: 16px;
    line-height: 24px;
  }
}
.pricing-tabnav-unit {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(50, 31, 31, 0.1215686275);
}
.pricing-tabnav-unit .most-popular-badge {
  font-family: Archivo;
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  background: #ff3333;
  color: #fff;
  width: max-content;
  padding: 5px 10px;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%) rotate(-3deg);
}
.pricing-tabnav-unit .nav-tabs {
  justify-content: space-between;
  border-radius: 4px;
  border-bottom: none;
}
.pricing-tabnav-unit .nav-tabs .nav-item:first-of-type {
  border-top-left-radius: 4px;
}
.pricing-tabnav-unit .nav-tabs .nav-item:last-of-type {
  border-top-right-radius: 4px;
}
.pricing-tabnav-unit .nav-tabs .nav-item .nav-link {
  width: 100%;
  border: none;
  border-radius: 0;
  font-family: Archivo;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  border-bottom: 1px solid transparent;
  padding: 0;
}
.pricing-tabnav-unit .nav-tabs .nav-item .nav-link:not(.active) {
  color: #321f1f7a;
}
.pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab .pricing-tab-price {
  display: inline-flex;
  flex-direction: column;
}
.pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab .pricing-tab-price .price-strikethrough {
  text-decoration: line-through;
}
.pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab.active:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #f33;
}
.pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab.active:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff3333;
  bottom: -7px;
  left: 49%;
}
@media (min-width: 1024px) {
  .pricing-tabnav-unit {
    display: flex;
    justify-content: center;
  }
  .pricing-tabnav-unit .nav-tabs {
    justify-content: center;
    border-radius: 4px;
    border-bottom: none;
  }
  .pricing-tabnav-unit .nav-tabs .nav-item:first-of-type {
    border-top-left-radius: 4px;
  }
  .pricing-tabnav-unit .nav-tabs .nav-item:last-of-type {
    border-top-right-radius: 4px;
  }
  .pricing-tabnav-unit .nav-tabs .nav-item .nav-link {
    width: 100%;
    border: none;
    border-radius: 0;
    font-family: Archivo;
    font-weight: 600;
    font-size: 16px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    border-bottom: 1px solid transparent;
    padding: 0;
    min-width: 220px;
  }
  .pricing-tabnav-unit .nav-tabs .nav-item .nav-link:not(.active) {
    color: #321f1fa3;
  }
  .pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab {
    padding: 20px;
  }
  .pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab.active .pricing-tab-price {
    color: #321f1fb8;
  }
  .pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab .pricing-tab-price {
    flex-direction: row;
  }
  .pricing-tabnav-unit .nav-tabs .nav-item .nav-link.pricing-tab span.pricing-tab-price {
    gap: 3px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
.hero-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #201111;
  text-align: center;
}
.upgrade-hero-left-container {
  text-align: left;
  padding: 50px 15px;
}
.upgrade-hero-left-container .hero-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 30px;
}
.upgrade-hero-right-container {
  background: #cb9200;
  display: flex;
}
.pricing-hero-section .hero-title {
  font-size: 26px;
  font-family: Archivo;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.pricing-hero-section .hero-subtitle {
  font-size: 12px;
  font-family: Archivo;
  font-weight: 400;
  line-height: 18px;
  color: #ffffffb8;
}
.pricing-hero-section .subs-deadline-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pricing-hero-section .subs-deadline-header .subs-deadline-divs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing-hero-section .subs-deadline-header .subs-deadline-divs p {
  font-size: 10px;
  font-family: Archivo;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff8f;
  text-transform: uppercase;
}
.pricing-hero-section .subs-deadline-header .subs-deadline-divs span {
  font-size: 14px;
  font-family: Archivo;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}
.pricing-hero-section .subs-deadline-header .subs-deadline-divs .deadline-days-text {
  color: #f33;
}
.percent-off-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(4deg);
}
.percent-off-badge span {
  font-size: 8px;
  line-height: 12px;
  font-family: Archivo;
  font-weight: 600;
  color: #fff !important;
  background: #ff3333;
  padding: 5px;
}
.renewal-pricing-unit {
  position: relative;
  top: -40px;
}
.renewal-pricing-unit .nav {
  background: #ffffff;
}
.chart-col-price s {
  color: #321f1fb8;
}
.chart-offer-price {
  font-family: Archivo;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  color: #f33;
}
.hero-subs-details p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffffb8;
  font-family: Archivo;
}
.hero-subs-details p span {
  color: #fff;
}
.divider-dotted-light {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2392156863) 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 5px 2px;
  background-repeat: repeat-x;
  margin: 20px 0;
}
.upgrade-hero-section.pricing-hero-section .hero-title {
  font-size: 28px;
  line-height: 30px;
}
.upgrade-hero-section .hero-title {
  margin-bottom: 25px;
}
.upgrade-prorate-text {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
}
.upgrade-prorate-text span {
  font-family: Archivo;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #321f1f;
  display: inline-block;
}
.upgrade-prorate-text p {
  font-family: Archivo;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #321f1f;
  margin-bottom: 5px;
}
.upgrade-prorate-text p span {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #f33;
}
.upgrade-plan-table {
  margin-top: 40px;
}
.upgrade-info-text-container {
  background: rgba(50, 31, 31, 0.0392156863);
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.upgrade-info-text-container .upgrade-info-text p {
  font-family: Archivo;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #321f1fcc;
}
.pricing-upgrade-cta-container {
  padding-bottom: 30px;
}
.pricing-upgrade-cta-container * {
  font-family: Archivo;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.pricing-upgrade-cta-container .pricing-upgrade-cta {
  display: inline-block;
  color: #f33;
  margin: 10px 0;
}
.pricing-upgrade-cta-container .pricing-upgrade-cta:last-child {
  margin-left: 20px;
}
.pricing-upgrade-cta-container a {
  position: relative;
}
.pricing-upgrade-cta-container a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f33;
  transform-origin: bottom left;
  transition: transform 0.4s ease-in-out;
  z-index: 50;
}
.pricing-upgrade-cta-container a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.active-basic .duo-hide-border {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
.active-basic .duo-hide-bottom-border {
  border-bottom: none !important;
}
.active-basic .duo-hide-badge {
  display: none !important;
}
.active-basic .duo-strike-price,
.active-basic .premium-strike-price,
.active-basic .basic-active-btn,
.active-basic .premium-fill-btn,
.active-basic .duo-outline-btn {
  display: block;
}
.active-basic .basic-active-btn:disabled {
  color: #321f1f8f;
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
}
.active-basic .duo-main-price,
.active-basic .premium-main-price,
.active-basic .duo-active-btn,
.active-basic .premium-active-btn,
.active-basic .duo-fill-btn {
  display: none;
}
.active-basic .premium-align-baseline {
  vertical-align: middle !important;
}
.active-basic .upgrade-prorate-text-container,
.active-basic .upgrade-info-text-container {
  display: flex;
}
.active-basic .basic-active-btn.sub-outline-btn {
  color: #321f1f8f;
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
}
.active-premium-duo .premium-hide-border {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
.active-premium-duo .premium-hide-bottom-border {
  border-bottom: none !important;
}
.active-premium-duo .premium-hide-badge {
  display: none !important;
}
.active-premium-duo .duo-strike-price,
.active-premium-duo .premium-main-price,
.active-premium-duo .duo-fill-btn,
.active-premium-duo .premium-active-btn {
  display: block;
}
.active-premium-duo .premium-active-btn:disabled {
  color: #321f1f8f;
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
}
.active-premium-duo .duo-main-price,
.active-premium-duo .premium-strike-price,
.active-premium-duo .basic-active-btn,
.active-premium-duo .premium-fill-btn,
.active-premium-duo .duo-outline-btn,
.active-premium-duo .duo-active-btn {
  display: none;
}
.active-premium-duo .premium-align-baseline {
  vertical-align: baseline;
}
.active-premium-duo .upgrade-prorate-text-container,
.active-premium-duo .upgrade-info-text-container {
  display: flex;
}
.active-premium-duo .duo-hide-badge {
  display: none;
}
.active-premium-duo .duo-hide-border {
  border: none;
  border-bottom: 1px solid rgba(50, 31, 31, 0.1607843137);
}
.active-premium-duo th.first-plan-border,
.active-premium-duo td.last-plan-border {
  border-bottom: none;
}
.active-premium-duo td.last-plan-border {
  vertical-align: middle;
}
.active-premium-duo tr:last-child td:last-child {
  vertical-align: middle;
}
.active-premium-duo .duo-fill-btn,
.active-premium-duo .premium-active-btn {
  display: none;
}
.active-premium-duo .duo-active-btn {
  display: inline-block;
  margin-top: 15px;
}
.active-premium-duo th.premium-hide-border > div {
  justify-content: flex-start;
}
.active-premium-duo .duo-active-btn:disabled {
  color: #321f1f8f;
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
}
.active-premium-duo .duo-active-btn.sub-outline-btn {
  color: #321f1f8f;
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
}
.active-premium .premium-hide-border {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
.active-premium .premium-hide-bottom-border {
  border-bottom: none !important;
}
.active-premium .premium-hide-badge {
  display: none !important;
}
.active-premium .duo-strike-price,
.active-premium .premium-main-price,
.active-premium .duo-fill-btn,
.active-premium .premium-active-btn {
  display: block;
}
.active-premium .duo-main-price,
.active-premium .premium-strike-price,
.active-premium .basic-active-btn,
.active-premium .premium-fill-btn,
.active-premium .duo-outline-btn,
.active-premium .duo-active-btn {
  display: none;
}
.active-premium .premium-align-baseline {
  vertical-align: middle !important;
}
.active-premium .upgrade-prorate-text-container,
.active-premium .upgrade-info-text-container {
  display: flex;
}
.active-premium .premium-active-btn.sub-outline-btn {
  color: #321f1f8f;
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
}
.pricing-differentiators-section .divider-dotted-thin {
  margin: 15px 0;
  opacity: 0.48;
}
.pricing-differentiators-section .pricing-differentiator-title {
  font-family: Archivo;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #f33;
  margin-bottom: 15px;
}
.pricing-differentiators-section .pricing-differentiator-description p {
  font-family: Ivar;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.pricing-differentiators-section .pricing-differentiator-description p:last-child {
  margin-bottom: 30px;
}
.pricing-differentiators-section .pricing-differentiator-bullets p {
  font-family: Archivo;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.plan-table-main tr .plan-table-content {
  vertical-align: middle;
}
.plan-table-main tr:last-of-type .plan-table-content {
  padding-bottom: 13px;
}
@media (min-width: 768px) {
  .upgrade-hero-left-container {
    padding-bottom: 50px;
  }
}
.main-faq-container {
  padding-bottom: 40px;
}
.main-faq-container .main-faq-title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .pricing-upgrade-cta-container {
    padding-bottom: 120px;
  }
  .pricing-upgrade-cta-container * {
    font-family: Archivo;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .pricing-upgrade-cta-container .pricing-upgrade-cta {
    color: #f33;
    margin-left: 20px;
  }
  .main-faq-container {
    padding-bottom: 75px;
  }
  .main-faq-container .main-faq-title {
    margin-bottom: 40px;
  }
  .upgrade-hero-section.pricing-hero-section .hero-title {
    font-size: 44px;
    line-height: 48px;
  }
  .upgrade-hero-section .upgrade-prorate-text {
    margin-bottom: 50px;
  }
  .upgrade-hero-left-container {
    padding: 25px 50px;
  }
  .premium-duo-highlighted tr .add-border.plan-table-content {
    background-color: #eee7e780 !important;
  }
  .premium-duo-highlighted tr .add-border.premium-hide-border {
    background-color: #fff !important;
  }
  .premium-highlighted tr .add-border.plan-table-content {
    background-color: #eee7e780 !important;
  }
  .premium-highlighted tr .add-border.duo-hide-border {
    background-color: #fff !important;
  }
  .pricing-hero-section .hero-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pricing-hero-section .hero-title {
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
  }
  .pricing-hero-section .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .pricing-hero-section .subs-deadline-header {
    height: 40px;
  }
  .subs-deadline-divs p,
  .percent-off-badge span {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .subs-deadline-divs span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .hero-small-ken-logo {
    height: 24px;
  }
  .upgrade-hero-left-container {
    text-align: left;
    padding: 50px 80px;
  }
  .upgrade-hero-left-container .hero-title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hero-subs-details p,
  .upgrade-info-text p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .upgrade-plan-table {
    margin-top: 0;
  }
  .upgrade-plan-table .chart-offer-price {
    font-size: 12px;
    line-height: 16px;
  }
  .upgrade-prorate-text {
    margin-top: 50px !important;
  }
  .upgrade-prorate-text p,
  .upgrade-prorate-text p span {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .upgrade-prorate-text span {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .pricing-differentiators-section .divider-dotted-thin {
    margin: 20px 0;
  }
  .pricing-differentiators-section .pricing-differentiator-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .pricing-differentiators-section .pricing-differentiator-description p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .pricing-differentiators-section .pricing-differentiator-bullets p {
    font-size: 15px;
    line-height: 20px;
  }
}
.pricing-body {
  background-color: #eee7e7;
}
.pricing-unit-content .btn-primary.plan-btn {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  min-width: 330px;
}
.pricing-grid {
  display: flex;
  height: 600px;
  flex: 1;
}
.pricing-grid .lg-pricing-grid-item > div {
  height: 147px;
}
.pricing-grid .lg-pricing-grid-item .pricing-grid-item-tooltip,
.pricing-grid .xl-pricing-grid-item .pricing-grid-item-tooltip {
  left: 100%;
  min-width: 200px;
  max-width: 100%;
}
.pricing-grid .podcasts-grid-item {
  height: 147px;
}
.pricing-grid .podcasts-grid-item .pricing-grid-item-tooltip {
  left: -15%;
  min-width: 200px;
  max-width: 100%;
}
.pricing-grid .podcasts-grid-item .pricing-grid-item-tooltip:after {
  left: 80%;
}
.pricing-grid .partner-account-access-grid-item .pricing-grid-item-tooltip {
  left: 120%;
  min-width: 200px;
  max-width: 100%;
}
.pricing-grid .gift-sub-grid-item .pricing-grid-item-tooltip:after {
  left: 50%;
}
.pricing-grid .sm-pricing-grid-item > div {
  min-height: 100px;
}
.pricing-grid .md-pricing-grid-item:has(.plan-details-grid-item) > div {
  overflow: hidden;
}
.pricing-grid .grid-blocks {
  display: flex;
  flex: 1;
  background-color: #fff;
  border-radius: 4px;
  border: 1.5px solid #dfd7d7;
  padding: 12px;
  position: relative;
  flex-direction: column;
  margin: 1.5px;
}
.pricing-grid .grid-blocks .grid-icons {
  height: 20px;
}
.pricing-grid .grid-blocks.highlighted-grid-item .pricing-grid-text .pricing-grid-item-tooltip p {
  color: #ffffffb8;
  font-size: 10px;
  line-height: 14px;
}
.pricing-grid .grid-blocks.grid-edition-stories {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0 0 20px;
}
.pricing-grid .grid-blocks.grid-edition-stories .pricing-grid-text h2 {
  text-align: left;
  margin: 10px 0 0;
}
.pricing-grid .grid-blocks.grid-edition-stories .stories-grid-item-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pricing-grid .grid-blocks .pricing-grid-text h2 {
  vertical-align: top;
  font-family: Archivo;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-bottom: 0;
}
.pricing-grid .grid-blocks .pricing-grid-text p {
  font-family: Archivo;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #321f1fa3;
}
.pricing-grid .grid-blocks.podcasts-grid-item video {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
}
.pricing-grid .grid-blocks.podcasts-grid-item video.podcasts-grid-item-video {
  bottom: 15px;
}
.pricing-grid .grid-blocks.podcasts-grid-item h2 {
  z-index: 1;
  margin-bottom: 0;
}
.pricing-grid .grid-blocks .priority-access-grid-item {
  height: 72px;
}
.pricing-grid .grid-blocks .priority-access-grid-item p {
  margin-top: 22px;
  max-width: 70%;
}
.pricing-grid .grid-blocks .priority-access-grid-item + .priority-access-icon {
  margin: 0;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.pricing-grid .grid-blocks:has(.newsletters-grid-item) {
  justify-content: space-between;
  padding: 12px 0 0;
}
.pricing-grid .grid-blocks .newsletters-grid-item h2 {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
.pricing-grid .grid-blocks .newsletters-grid-item ~ .newsletters-grid-item-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pricing-grid .grid-blocks.grid-app-access img {
  position: absolute;
  bottom: 0;
  left: 5%;
  max-width: 90%;
}
.pricing-grid .grid-blocks .plan-details-number-grid-item h2 {
  font-size: 22px;
  line-height: 24px;
  text-wrap: nowrap;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.pricing-grid .grid-blocks .plan-details-number-grid-item h2 img {
  height: 20px;
  position: relative;
  top: -3px;
}
.pricing-grid .grid-blocks .plan-details-number-grid-item h2 img:first-of-type {
  margin-left: 5px;
}
.pricing-grid .grid-blocks .plan-details-number-grid-item h2 img:not(:first-of-type) {
  display: none;
}
.pricing-grid .grid-blocks .plan-details-number-grid-item.concurrent-devices-grid-item h2 img:first-of-type {
  width: 20px;
}
.pricing-grid .grid-blocks .plan-details-number-grid-item.concurrent-devices-grid-item h2 img:last-of-type {
  position: relative;
  bottom: 2px;
  display: inline;
}
.pricing-grid .grid-blocks .plan-details-grid-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-grid .sm-pricing-grid-item .grid-blocks .pricing-grid-text h2 {
  font-size: 10px;
  line-height: 14px;
}
.highlighted-grid-item {
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: visible;
}
.highlighted-grid-item .grid-title,
.highlighted-grid-item .grid-subs {
  position: relative;
}
.highlighted-grid-item:hover {
  background-color: #f6f6f6e6;
}
.highlighted-grid-item:hover .info-icon {
  opacity: 1;
}
.highlighted-grid-item .info-icon {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.highlighted-grid-item .partner-account-access-grid-item .pricing-grid-item-tooltip,
.highlighted-grid-item .gift-sub-grid-item .pricing-grid-item-tooltip {
  min-width: 150px;
}
.highlighted-grid-item .gift-sub-grid-item .pricing-grid-item-tooltip {
  max-width: 100%;
}
.highlighted-grid-item .pricing-grid-item-tooltip {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  position: absolute;
  background: #9a8989;
  padding: 15px;
  border-radius: 4px;
  top: 120%;
  left: 50%;
  transform: translate(-50%);
  min-width: 300px;
  max-width: 300px;
  z-index: 100;
  cursor: default;
  text-transform: none;
}
.highlighted-grid-item .pricing-grid-item-tooltip.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.highlighted-grid-item .pricing-grid-item-tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #9a8989 transparent;
}
.highlighted-grid-item .pricing-grid-item-tooltip h5 {
  font-size: 12px;
  color: #fff;
  font-family: Archivo;
  font-weight: 600;
  line-height: 16px;
}
.highlighted-grid-item .pricing-grid-item-tooltip p {
  font-family: Archivo;
  font-weight: 400;
  color: #ffffffb8;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}
.grid-title {
  font-size: 14px;
  line-height: 18px;
  font-family: Archivo;
  font-weight: 600;
  color: #000;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-align: center;
}
.grid-edition-stories .grid-title {
  text-align: left;
}
.grid-subs {
  font-size: 10px;
  line-height: 14px;
  font-family: Archivo;
  font-weight: 600;
  color: #000;
  padding-left: 12px;
  padding-right: 10px;
  padding-top: 12px;
}
.grid-numbers {
  font-size: 18px;
  line-height: 20px;
  font-family: Archivo;
  font-weight: 600;
  color: #000;
  margin-right: 15px;
  padding-left: 12px;
  padding-right: 0;
}
.grid-app-access {
  padding-top: 12px;
}
.grid-playstore {
  position: relative;
  left: -18px;
}
.grid-priority-access {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
.grid-priority-access .grid-title {
  padding-left: 0;
}
.grid-descriptions {
  font-size: 10px;
  line-height: 14px;
  font-family: Archivo;
  font-weight: 400;
  color: #321f1f8f;
  padding-left: 12px;
  padding-right: 12px;
}
.grid-number-features {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  text-wrap: wrap;
}
.grid-number-features img {
  margin-right: 5px;
  display: inline-block;
  max-width: 20px;
}
.grid-icons {
  height: 28px;
  margin: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.grid-strike-text {
  color: #321f1f52;
}
.grid-ristrict {
  background: transparent !important;
}
.grid-ristrict.highlighted-grid-item:hover {
  background: rgba(50, 31, 31, 0.0392156863) !important;
}
.pricing-section-comunity-comments .owl-dots {
  display: flex;
  justify-content: center;
  position: relative;
  top: 48px;
  gap: 10px;
}
.pricing-section-comunity-comments .owl-dots .owl-dot {
  position: relative;
  object-fit: contain;
  transition: all 0.5s ease;
}
@media (max-width: 575px) {
  .pricing-section-comunity-comments .owl-dots .owl-dot {
    display: flex;
  }
}
.pricing-section-comunity-comments .owl-dots .owl-dot span:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 50;
}
.pricing-section-comunity-comments .owl-dots .owl-dot span.dot-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url();
  border-radius: 50%;
  border: 3px solid #ff3333;
  background-size: contain;
  position: relative;
  z-index: 10;
}
.pricing-section-comunity-comments .owl-dots .owl-dot span.dot-icon.user-company {
  left: -15px;
}
.pricing-section-comunity-comments .owl-dots .owl-dot:not(.active) {
  transition: all 0.5s ease;
  filter: grayscale(100%);
}
.pricing-section-comunity-comments .owl-dots .owl-dot:not(.active):before {
  border: none;
}
.pricing-section-comunity-comments .owl-dots .owl-dot:not(.active):after {
  border: none;
}
.plan-btn {
  font-family: Archivo;
  border-radius: 4px !important;
}
.compare-btn {
  font-size: 14px;
  line-height: 20px;
  font-family: Archivo;
  font-weight: 600;
  color: #f33;
  padding: 10px 15px;
}
.compare-btn .compare-btn-underline {
  position: relative;
}
.compare-btn .compare-btn-underline:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f33;
  transform-origin: bottom left;
  transition: transform 0.4s ease-in-out;
  z-index: 50;
}
.compare-btn:hover .compare-btn-underline:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.trusted-by-title {
  font-size: 12px;
  line-height: 16px;
  font-family: Archivo;
  font-weight: 400;
  color: #321f1fcc;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.trusted-by-logos {
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
}
.trusted-by-logos > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.trusted-by-logos > div > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  overflow: hidden;
}
.trusted-by-logos > div > div img {
  height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex: 1;
  max-width: 72px;
}
.trusted-by-logos > div > div img:nth-last-child(1) {
  display: none;
}
.trusted-by-details-container {
  margin-bottom: 10px;
}
.trusted-by-details-container:last-of-type {
  margin-bottom: 0;
}
.trusted-by-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 150px;
  padding: 20px;
  background-color: #321f1f0a;
  text-align: center;
  border-radius: 4px;
  margin: 5px 10px;
  height: 100%;
  justify-content: flex-start;
}
.trusted-by-details img {
  width: 20px;
}
.trusted-by-details p {
  font-size: 18px;
  line-height: 22px;
  font-family: Archivo;
  font-weight: 600;
  color: #321f1f;
  margin-top: 10px;
  margin-bottom: 10px;
}
.trusted-by-details span {
  font-size: 14px;
  line-height: 18px;
  font-family: Archivo;
  font-weight: 400;
  color: #321f1fb8;
}
.faqs-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 10px;
}
.faqs-unit.faqs-unit-title-container {
  text-align: left;
  margin-bottom: 10px;
  align-items: flex-start;
  padding: 0;
}
.faqs-unit.faqs-unit-title-container p {
  color: #f33;
}
.faqs-unit .divider-dotted-thin {
  margin: 0;
}
.faqs-unit > div {
  width: 100%;
  margin-bottom: 15px;
}
.faqs-unit > div button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
.faqs-unit .faqs-title {
  font-size: 18px;
  line-height: 24px;
  font-family: Archivo;
  font-weight: 600;
  color: #321f1f;
}
.faqs-unit .faqs-question {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  font-family: Archivo;
  font-weight: 500;
  color: #321f1f;
}
.faqs-unit .faqs-answer {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  font-family: Archivo;
  font-weight: 400;
  color: #321f1fb8;
  margin-top: 10px;
}
.faqs-unit .faqs-answer span {
  font-family: Archivo;
  font-weight: 500;
  color: #321f1f;
}
.faqs-unit .collapsible-dropdown:hover .faqs-question {
  color: #f33;
}
.group-subs p {
  font-size: 12px;
  line-height: 20px;
  font-family: Archivo;
  font-weight: 500;
  color: #321f1f;
}
.group-subs div {
  text-align: center;
  gap: 20px;
  justify-content: center;
}
.group-subs div a {
  color: #f33 !important;
  font-family: Archivo;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 18px !important;
  position: relative;
}
.group-subs div a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f33;
  transform-origin: bottom left;
  transition: transform 0.4s ease-in-out;
  z-index: 50;
}
.group-subs div a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.pricing-section-comunity-unit {
  background: #d7cfcf;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.pricing-section-comunity-unit > div {
  padding: 60px 15px 30px;
}
.upgrade-testimonials .pricing-section-comunity-unit {
  background: #f7f2f2;
}
.user-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.user-images img {
  height: 48px !important;
  width: 48px !important;
  border-radius: 24px;
}
.user-comment {
  font-size: 18px;
  line-height: 22px;
  font-family: Archivo;
  font-weight: 600;
  color: #321f1f;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.user-name {
  font-size: 10px;
  line-height: 16px;
  font-family: Archivo;
  font-weight: 500;
  color: #321f1f;
  text-align: center;
}
.user-occupation {
  font-size: 10px;
  line-height: 18px;
  font-family: Archivo;
  font-weight: 500;
  color: #321f1fa3;
  text-align: center;
}
.most-popular-badge {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  z-index: 50;
  transform: rotate(-3deg);
}
.most-popular-badge span {
  font-size: 8px;
  line-height: 12px;
  font-family: Archivo;
  font-weight: 500;
  color: #fff;
  background: #ff3333;
  padding: 5px 10px;
}
.info-icon {
  width: 12px;
  height: 12px;
}
.paywall-info-detail-tooltip {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  min-width: 250px;
  position: absolute;
  background: #321f1f;
  padding: 15px;
  border-radius: 4px;
  left: -200%;
  top: 200%;
  z-index: 100;
  cursor: default;
  text-transform: none;
}
.paywall-info-detail-tooltip.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.paywall-info-detail-tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #321f1f transparent;
}
.paywall-info-detail-tooltip p {
  color: #ffffff7a;
  margin-bottom: 5px;
}
.paywall-info-detail-tooltip span {
  cursor: pointer;
  color: #fff;
  font-family: Antenna Medium;
}
.compare-all-btn {
  padding: 20px 0;
}
.pricing-grid .stories-grid-item-animated {
  width: 70%;
  position: relative;
  top: 0;
  left: 0;
}
.pricing-grid .stories-grid-item-animated-img {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  opacity: 0;
}
.pricing-grid .stories-grid-item-animated-img.img1 {
  position: relative;
  opacity: 1;
}
.pricing-grid .stories-grid-item-animated-img.img2 {
  animation: img2anim 10s linear infinite;
}
.pricing-grid .stories-grid-item-animated-img.img3 {
  animation: img3anim 10s linear infinite;
}
@keyframes img2anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes img3anim {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.pricing-grid .sound-wave {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  max-width: 100%;
}
.pricing-grid .sound-wave-bar {
  animation-name: wave-lg;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  background: #321f1f;
  margin: 0 1.5px;
  height: 10px;
  width: 2.5px;
  border-radius: 2px;
  opacity: 0.08;
}
.pricing-grid .sound-wave-bar:nth-child(-n + 7),
.pricing-grid .sound-wave-bar:nth-last-child(-n + 7) {
  animation-name: wave-md;
}
.pricing-grid .sound-wave-bar:nth-child(-n + 3),
.pricing-grid .sound-wave-bar:nth-last-child(-n + 3) {
  animation-name: wave-sm;
}
@keyframes wave-sm {
  0% {
    height: 10px;
  }
  to {
    height: 25px;
  }
}
@keyframes wave-md {
  0% {
    height: 15px;
  }
  to {
    height: 50px;
  }
}
@keyframes wave-lg {
  0% {
    height: 15px;
  }
  to {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .pricing-grid .lg-pricing-grid-item > div {
    height: auto;
  }
  .pricing-grid .lg-pricing-grid-item .pricing-grid-item-tooltip {
    left: 50%;
    min-width: 300px;
    max-width: 100%;
  }
  .pricing-grid .lg-pricing-grid-item .pricing-grid-item-tooltip:after {
    left: 60%;
  }
  .pricing-grid .xl-pricing-grid-item .pricing-grid-item-tooltip {
    left: 50%;
    min-width: 300px;
    max-width: 100%;
  }
  .pricing-grid .podcasts-grid-item {
    height: auto;
  }
  .pricing-grid .podcasts-grid-item .pricing-grid-item-tooltip {
    left: 50%;
    min-width: 300px;
    max-width: 100%;
  }
  .pricing-grid .podcasts-grid-item .pricing-grid-item-tooltip:after {
    left: 30%;
  }
  .pricing-grid .partner-account-access-grid-item .pricing-grid-item-tooltip {
    top: 150%;
    left: 50%;
    min-width: 150px;
    max-width: 100%;
  }
  .pricing-grid .partner-account-access-grid-item .pricing-grid-item-tooltip:after {
    left: 50%;
  }
  .pricing-grid .gift-sub-grid-item .pricing-grid-item-tooltip:after {
    left: 50%;
  }
}
@media (min-width: 575px) and (max-width: 1024px) {
  .pricing-grid .app-access-item-img {
    max-width: 40px;
  }
}
@media (min-width: 1024px) {
  .pricing-unit-content .btn-primary.plan-btn {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    min-width: 448px;
  }
  .pricing-grid {
    max-width: 1270px;
    margin: auto;
  }
  .pricing-grid .grid-blocks {
    padding: 20px;
    position: relative;
    margin: 2.5px;
  }
  .pricing-grid .grid-blocks.highlighted-grid-item .pricing-grid-text .pricing-grid-item-tooltip p {
    color: #ffffffb8;
    font-size: 12px;
    line-height: 18px;
  }
  .pricing-grid .grid-blocks .stories-grid-item-animated {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pricing-grid .grid-blocks .pricing-grid-text h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .pricing-grid .grid-blocks .pricing-grid-text p {
    font-family: Archivo;
    font-size: 15px;
    line-height: 20px;
  }
  .pricing-grid .grid-blocks.grid-edition-stories {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .pricing-grid .grid-blocks.grid-edition-stories .pricing-grid-text h2 {
    text-align: center;
    margin: 30px 0 0;
  }
  .pricing-grid .grid-blocks:has(.newsletters-grid-item) {
    justify-content: space-between;
    padding: 20px;
  }
  .pricing-grid .grid-blocks .newsletters-grid-item h2 {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .pricing-grid .grid-blocks .newsletters-grid-item ~ .newsletters-grid-item-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .pricing-grid .grid-blocks .newsletters-grid-item ~ .newsletters-grid-item-img.d-block.d-lg-none {
    display: none !important;
  }
  .pricing-grid .grid-blocks .newsletters-grid-item ~ .newsletters-grid-item-img.d-none.d-lg-block {
    display: block !important;
  }
  .pricing-grid .grid-blocks .priority-access-grid-item p {
    margin-top: 31px;
    max-width: 100%;
  }
  .pricing-grid .grid-blocks .priority-access-grid-item + .priority-access-icon {
    margin: 20px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translateY(0);
  }
  .pricing-grid .grid-blocks .plan-details-number-grid-item.pricing-grid-text h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .pricing-grid .grid-blocks .plan-details-number-grid-item.pricing-grid-text h2 img {
    height: 32px;
    position: relative;
    top: -3px;
  }
  .pricing-grid .grid-blocks .plan-details-number-grid-item.pricing-grid-text h2 img:first-of-type {
    margin-left: 5px;
  }
  .pricing-grid .grid-blocks .plan-details-number-grid-item.pricing-grid-text h2 img:not(:first-of-type) {
    display: inline;
  }
  .pricing-grid .grid-blocks .plan-details-number-grid-item.pricing-grid-text p {
    max-width: 80%;
  }
  .pricing-grid .grid-blocks .plan-details-number-grid-item.concurrent-devices-grid-item h2 img:first-of-type {
    width: 32px;
  }
  .pricing-grid .grid-blocks .plan-details-number-grid-item.concurrent-devices-grid-item h2 img:last-of-type {
    position: relative;
    bottom: 2px;
    display: inline;
  }
  .pricing-grid .sm-pricing-grid-item {
    height: 142.5px;
  }
  .pricing-grid .sm-pricing-grid-item .grid-blocks .pricing-grid-text h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .pricing-grid .grid-icons {
    height: 32px;
    margin: 20px;
  }
  .pricing-grid .tab-pane {
    max-width: 1270px;
  }
  .pricing-grid .xl-pricing-grid-item > div {
    overflow: hidden;
    height: 375px;
    margin: 5px;
  }
  .pricing-grid .lg-pricing-grid-item > div {
    height: 215px;
    margin: 5px;
  }
  .pricing-grid .md-pricing-grid-item > div,
  .pricing-grid .sm-pricing-grid-item > div {
    height: 142.5px;
    margin: 5px;
  }
  .pricing-grid .sm-pricing-grid-item {
    margin-bottom: 10px;
  }
  .pricing-section-comunity-unit > div {
    padding: 57px 0 30px;
  }
  .grid-number-features img {
    max-width: 100%;
  }
  .grid-blocks {
    margin: 2.5px;
  }
  .most-popular-badge span {
    font-size: 10px;
  }
  .pricing-section-comunity-comments .owl-dots .owl-dot:last-of-type,
  .pricing-section-comunity-comments .owl-dots .owl-dot:nth-last-of-type(2) {
    display: block;
  }
  .group-subs div {
    gap: 40px;
  }
  .group-subs div a {
    font-size: 15px !important;
  }
  .faqs-unit {
    max-width: 620px;
  }
  .faqs-unit .faqs-title {
    font-size: 22px;
    line-height: 24px;
  }
  .faqs-unit .faqs-question {
    font-size: 15px;
    line-height: 16px;
  }
  .faqs-unit .faqs-answer {
    font-size: 15px;
    line-height: 20px;
  }
  .faqs-unit.faqs-unit-title-container {
    margin-bottom: 30px;
  }
  .faqs-unit.faqs-unit-title-container p {
    font-size: 22px;
    line-height: 24px;
  }
  .trusted-by-logos > div {
    flex-direction: row;
  }
  .trusted-by-logos > div > div {
    gap: 0px;
  }
  .trusted-by-logos > div > div img {
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    flex: 1;
    max-width: 100%;
  }
  .grid-edition-stories {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .trusted-by-details-container {
    margin-bottom: 0;
  }
  .trusted-by-details-container:last-of-type {
    margin-bottom: 0;
  }
  .trusted-by-details {
    padding: 50px;
    margin: 0 5px;
  }
  .trusted-by-details img {
    width: 24px;
  }
  .trusted-by-details p {
    font-size: 22px;
    line-height: 24px;
  }
  .trusted-by-logos div {
    flex-direction: row;
  }
  .faqs-answer {
    font-size: 16px;
    line-height: 26px;
  }
  .plan-btn {
    font-size: 18px !important;
    line-height: 24px;
    padding: 12px 24px;
  }
  .compare-btn {
    font-size: 18px;
  }
  .user-images img {
    height: 60px !important;
    width: 60px !important;
    border-radius: 34px;
  }
  .user-comment {
    font-size: 20px;
    line-height: 26px;
    max-width: 800px;
    margin: 20px auto;
  }
  .user-name {
    font-size: 12px;
    line-height: 16px;
  }
  .user-occupation {
    font-size: 12px;
    line-height: 18px;
  }
  .grid-title {
    padding: 20px 20px 0;
    font-size: 22px;
    line-height: 24px;
  }
  .grid-priority-access {
    padding-left: 20px;
  }
  .grid-subs {
    padding-left: 20px;
    font-size: 15px;
    line-height: 18px;
  }
  .grid-numbers {
    padding-left: 20px;
    font-size: 32px;
    line-height: 32px;
  }
  .grid-descriptions {
    padding-left: 20px;
    font-size: 15px;
    line-height: 18px;
  }
  .pricing-section-comunity-comments .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    top: 47px;
    gap: 10px;
  }
  .pricing-section-comunity-comments .owl-dots .owl-dot {
    position: relative;
    object-fit: contain;
    transition: all 0.5s ease;
  }
  .pricing-section-comunity-comments .owl-dots .owl-dot span:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 50;
  }
  .pricing-section-comunity-comments .owl-dots .owl-dot span.dot-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url();
    border-radius: 50%;
    border: 3px solid #ff3333;
    background-size: contain;
    position: relative;
    z-index: 10;
  }
  .pricing-section-comunity-comments .owl-dots .owl-dot span.dot-icon.user-company {
    left: -15px;
  }
  .pricing-section-comunity-comments .owl-dots .owl-dot:not(.active) {
    transition: all 0.5s ease;
    filter: grayscale(100%);
  }
  .pricing-section-comunity-comments .owl-dots .owl-dot:not(.active):before {
    border: none;
  }
  .pricing-section-comunity-comments .owl-dots .owl-dot:not(.active):after {
    border: none;
  }
  .compare-all-btn {
    padding: 30px 0;
  }
}
.plan-table-main {
  border-spacing: 0px;
  border-collapse: separate;
}
.plan-table-main thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 575px) {
  .plan-table-main thead th > div.d-flex.flex-column.justify-content-between.align-items-center {
    padding-top: 30px;
  }
}
.plan-table-main th {
  padding: 0;
}
.plan-table-main .sub-btn,
.plan-table-main .sub-outline-btn {
  width: 80%;
}
.plan-table-main .sub-outline-btn:disabled {
  color: #321f1f8f;
  border: 1.5px solid rgba(50, 31, 31, 0.3215686275);
}
@media (max-width: 575px) {
  #compare-modal .plan-table-main thead {
    position: sticky;
    top: -21px;
    z-index: 10;
  }
  #compare-modal .plan-table-main thead th > div.d-flex.flex-column.justify-content-center.align-items-center {
    padding-top: 30px;
  }
}
.pricing-hero-section .sub-btn {
  font-size: 10px;
  line-height: 14px;
  font-family: Archivo !important;
  font-weight: 600;
  background-color: #f33 !important;
  color: #fff;
  border-radius: 4px !important;
  padding: 8px 10px;
  border: 1.5px solid #ff3333;
  text-transform: uppercase;
  min-height: 32px;
}
.plan-table-main.table > :not(caption) > * > * {
  background-color: #fff;
  padding: 0 0 20px;
}
.all-plans-table > :not(caption) > * > * {
  padding-right: 0.5rem;
}
.pricing-default {
  background-color: transparent;
}
.all-plans-table th {
  padding-right: 0;
}
.table thead th > div.sel-mob-border {
  border-left: none;
}
.table thead th:last-child > div.sel-mob-border {
  border-right: none;
}
.pricing-secondary .table thead th > div.sel-mob-border {
  border-left: none;
}
.pricing-secondary .table thead th:last-child > div.sel-mob-border {
  border-right: none;
}
#compare-modal .modal-content {
  background-color: #fff;
}
#compare-modal table.plan-table-main {
  margin-top: 50px;
}
#compare-modal .sub-btn {
  border-radius: 4px;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
}
#compare-modal .sub-outline-btn {
  font-weight: 600;
  line-height: 14px;
  padding: 8px 0;
}
#compare-modal .chart-col-price {
  color: #321f1fb8;
}
.chart-title {
  font-size: 15px;
  line-height: 20px;
  font-family: Archivo;
  font-weight: 500;
  color: #321f1f7a;
}
.chart-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.chart-col-title {
  font-size: 15px;
  line-height: 20px;
  font-family: Archivo;
  font-weight: 600;
  flex: 2;
  margin-top: 5px;
}
.chart-col-price {
  font-size: 12px;
  line-height: 16px;
  font-family: Archivo;
  font-weight: 500;
  color: #321f1fb8;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #321f1f;
}
.sub-outline-btn {
  font-size: 10px;
  line-height: 20px;
  font-family: Archivo !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #f33;
  border: 1px solid #ff3333;
  border-radius: 4px !important;
  padding: 5px 10px;
}
.sub-outline-btn:hover,
.sub-outline-btn:focus,
.sub-outline-btn:active {
  color: #f33 !important;
  border: 1px solid #ff3333 !important;
}
.sub-outline-btn span {
  position: relative;
}
.sub-outline-btn span:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f33;
  transform-origin: bottom left;
  transition: transform 0.4s ease-in-out;
  z-index: 50;
}
.sub-outline-btn:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.chart-icon {
  height: 12px;
}
.chart-grid {
  padding: 10px;
}
.collapsible-dropdown {
  font-size: 12px;
  line-height: 16px;
  font-family: Archivo;
  font-weight: 600;
  color: #321f1f;
}
.collapsible-dropdown img {
  transition: all 0.5s ease;
  margin-left: 2px;
  opacity: 0.48;
  position: relative;
  top: -1px;
}
.collapse-description {
  font-size: 12px;
  line-height: 18px;
  font-family: Archivo;
  font-weight: 400;
  color: #321f1fb8;
  margin-top: 5px;
}
.compare-title {
  font-size: 12px;
  line-height: 16px;
  font-family: Archivo;
  font-weight: 500;
  color: #321f1fa3;
}
.chart-col-content {
  font-size: 12px;
  line-height: 16px;
  font-family: Archivo;
  font-weight: 500;
  color: #321f1f;
}
.compare-divisions {
  border-bottom: 1.5px solid rgba(50, 31, 31, 0.1215686275);
}
.default-selected {
  border-left: 1.5px solid #ff3333;
  border-right: 1.5px solid #ff3333;
}
.compare-description,
.collapse-description {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.compare-description {
  padding: 20px 0 10px;
}
.add-border {
  border-right: none;
  border-left: none;
}
.first-plan-border,
.premium-top-border,
.duo-top-border {
  border-top: none;
}
.last-plan-border {
  border-bottom: none;
  border-bottom-width: 0px;
}
.plan-table-header {
  width: 37%;
  display: none;
}
.plan-table-content {
  width: 33%;
  text-align: center;
  vertical-align: bottom;
}
.sel-mob-border {
  border-right: 1.5px solid rgba(50, 31, 31, 0.1215686275);
  border-left: 1.5px solid rgba(50, 31, 31, 0.1215686275);
}
.transparent-border {
  border-color: transparent !important;
}
.most-popular-badge-compare {
  display: inline-block;
  position: relative;
}
.most-popular-badge-compare p {
  display: block;
  width: max-content;
  position: absolute;
  background: #9a8989;
  font-size: 8px;
  line-height: 12px;
  font-family: Archivo;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  transform: rotate(-3deg) translate(-50%);
  top: -25px;
  left: 50%;
}
.most-popular-container {
  position: relative;
}
.hide-left-mob-border {
  border-left: none !important;
}
.plan-table-main th {
  position: relative;
}
.plan-table-main th .sel-mob-border {
  border-right: none;
  border-left: none;
}
.plan-table-main th:after {
  content: '';
  position: absolute;
  height: 75%;
  width: 1px;
  right: 0;
  bottom: 10px;
  border-right: 1.5px solid rgba(50, 31, 31, 0.1607843137);
}
.plan-table-main th:last-of-type:after {
  border-right: none;
}
.plan-table-main .transparent-border .text-center:has(.compare-description) {
  padding-bottom: 10px;
}
.plan-table-main .transparent-border .text-center:has(.compare-description) .compare-description:has(.collapsible-dropdown) {
  padding-bottom: 10px;
}
@media (min-width: 450px) {
  .sub-outline-btn,
  .sub-btn {
    padding: 8px 12px;
  }
  .chart-col-price {
    font-size: 12px;
    line-height: 16px;
  }
}
.renewal-pricing-unit-content .sub-outline-btn,
.renewal-pricing-unit-content .sub-btn {
  display: none;
}
.renewal-pricing-unit-content .chart-col-price {
  color: #f33;
}
.renewal-pricing-unit-content .chart-col-price s {
  display: block;
  color: #321f1fb8;
}
@media (min-width: 1024px) {
  .plan-table-main.table > :not(caption) > * > * {
    background-color: #fff;
    padding: 0.5rem;
  }
  .plan-table-main {
    border-spacing: 0px;
    border-collapse: separate;
  }
  .plan-table-main thead {
    position: static;
  }
  th:after {
    display: none;
  }
  .renewal-pricing-unit-content .sub-outline-btn,
  .renewal-pricing-unit-content .sub-btn {
    display: block;
  }
  .collapse-description {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .table > :not(caption) > * > * {
    padding-right: 0.5rem;
  }
  #compare-modal .most-popular-badge-compare p {
    top: -30px;
  }
  #compare-modal .sub-btn {
    border-radius: 4px;
    padding: 12px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  #compare-modal .sub-outline-btn {
    font-weight: 600;
    line-height: 16px;
    padding: 12px;
  }
  #compare-modal tr:last-child td {
    vertical-align: middle;
  }
  #compare-modal .collapse-description {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .pricing-hero-section .sub-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 12px;
  }
  .pricing-hero-section .sub-outline-btn {
    padding: 12px;
  }
  .plan-table-main th {
    padding: 10px;
  }
  .plan-table-main .sub-btn,
  .plan-table-main .sub-outline-btn {
    max-width: 129px;
  }
  .chart-grid {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .chart-title {
    font-size: 16px;
  }
  .chart-col-title,
  .faqs-title {
    font-size: 18px;
    line-height: 24px;
  }
  .chart-col-title {
    margin-top: 15px;
  }
  .sub-btn,
  .sub-outline-btn {
    font-size: 12px;
    padding: 8px 15px;
  }
  .sub-outline-btn.paywall-subs-btn {
    padding: 15px 30px;
  }
  .compare-title,
  .chart-col-content {
    font-size: 15px;
    line-height: 20px;
  }
  .faqs-question,
  .trusted-by-title {
    font-size: 18px;
    line-height: 24px;
  }
  .group-subs p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .group-subs span {
    position: relative;
    color: #f33;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .trusted-by-details span {
    font-size: 18px;
    line-height: 24px;
  }
  .chart-col-price,
  .collapsible-dropdown {
    font-size: 15px;
    line-height: 20px;
  }
  .collapsible-dropdown img {
    margin-left: 7px;
  }
  .compare-description {
    text-align: left;
    justify-content: start;
    align-items: start;
  }
  .plan-table-header {
    display: block;
    width: 37%;
  }
  .plan-table-content {
    width: 21%;
  }
  .add-border {
    border-right: 1.5px solid #ff3333;
    border-left: 1.5px solid #ff3333;
  }
  .first-plan-border,
  .premium-top-border,
  .duo-top-border {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1.5px solid #ff3333;
  }
  .last-plan-border {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1.5px solid #ff3333;
    border-bottom-width: 1.5px !important;
  }
  .sel-mob-border {
    border-right: none;
    border-left: none;
  }
  .most-popular-badge p,
  .most-popular-badge-compare p {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .most-popular-badge-compare p,
  .pricing-secondary .most-popular-badge-compare p {
    top: -25px;
  }
}
.renewal-pricing-unit {
  border: none;
}
.renewal-pricing-unit .nav-tabs {
  max-width: 90%;
}
.renewal-pricing-unit .nav-tabs .nav-item:first-of-type {
  border-bottom-left-radius: 4px;
  border-right: 1.5px solid rgba(50, 31, 31, 0.1607843137);
}
.renewal-pricing-unit .nav-tabs .nav-item:first-of-type .nav-link {
  border-bottom-left-radius: 4px;
}
.renewal-pricing-unit .nav-tabs .nav-item:last-of-type {
  border-bottom-right-radius: 4px;
}
.renewal-pricing-unit .nav-tabs .nav-item:last-of-type .nav-link {
  border-bottom-right-radius: 4px;
}
.renewal-pricing-unit .nav-tabs .nav-item .nav-link.active {
  background: #eee7e7;
}
.renewal-pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab-renewal {
  padding: 12px 0;
  min-height: 74px;
  border: 1px solid rgba(50, 31, 31, 0.1607843137);
  border-top: none;
}
.renewal-pricing-unit .nav-tabs .nav-item .nav-link.renewal-offer-default p.renewal-offer-default {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #321f1f7a;
}
.renewal-pricing-unit .nav-tabs .nav-item .nav-link.renewal-offer-default.active p.renewal-offer-default {
  color: #321f1f7a;
}
.renewal-pricing-unit .nav-tabs .nav-item:first-child .nav-link.pricing-tab-renewal {
  border-right: none;
}
.renewal-pricing-unit .nav-tabs .nav-item:last-child .nav-link.pricing-tab-renewal {
  border-left: none;
}
.pricing-renewal-sticky-bar-container {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  padding: 15px;
  z-index: 60;
  box-shadow: 0 -2px 20px 10px #00000026;
}
.pricing-renewal-sticky-bar-container .btn-primary {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.pricing-renewal-sticky-bar-container .btn-primary svg {
  margin-left: 0;
  vertical-align: sub;
}
.pricing-renewal-sticky-bar-container > div {
  display: flex;
  gap: 4px;
  position: relative;
  margin-bottom: 5px;
}
.pricing-renewal-sticky-bar-container > div .pricing-renewal-sticky-bar-item {
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
  border-radius: 4px;
  flex: 1;
  position: relative;
  padding: 8px;
  text-align: center;
  transition: border 0.5s ease;
}
.pricing-renewal-sticky-bar-container > div .pricing-renewal-sticky-bar-item.active {
  border: 1px solid #ff3333;
}
.pricing-renewal-sticky-bar-container > div .pricing-renewal-sticky-bar-item .pricing-renewal-sticky-bar-recommended {
  display: block;
  width: max-content;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%) rotate(-3deg);
  background: #9a8989;
  font-family: Archivo;
  font-size: 8px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 5px;
  z-index: 60;
}
.pricing-renewal-sticky-bar-container > div .pricing-renewal-sticky-bar-item h4 {
  font-family: Archivo;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
}
.pricing-renewal-sticky-bar-container > div .pricing-renewal-sticky-bar-item p {
  font-family: Archivo;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  color: #321f1fb8;
}
.renewal-pricing-unit-content th.plan-table-content.recommended-plan .chart-col-price {
  color: #f33;
}
.renewal-pricing-unit-content th.plan-table-content:not(.recommended-plan) .chart-col-price {
  color: #321f1fb8;
}
.renewal-pricing-unit-content .plan-border td:first-of-type .sel-mob-border {
  border-left: none;
}
.renewal-pricing-unit-content .transparent-border td:first-of-type .sel-mob-border {
  border-left: none;
}
@media (min-width: 768px) {
  .pricing-renewal-hero-section .renewal-hero-container {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .renewal-pricing-unit-content .plan-table-main .sub-outline-btn,
  .renewal-pricing-unit-content .plan-table-main .sub-btn {
    max-width: 80%;
  }
  .renewal-pricing-unit .nav-tabs {
    max-width: 620px;
  }
  .pricing-renewal-sticky-bar-container {
    display: none;
  }
}
#paywall {
  border-top: 4px solid #ff3333;
}
.paywall-overshadow {
  height: 340px;
  width: 100%;
  background: linear-gradient(180deg, rgba(247, 242, 242, 0) 0%, rgb(247, 242, 242) 100%);
}
.paywall-hero-container .hero-title {
  color: #321f1f;
}
.paywall-hero-container .hero-subtitle {
  color: #321f1fb8;
}
.logged-out-user-text {
  background: rgba(50, 31, 31, 0.0392156863);
  padding: 10px;
  margin-bottom: 40px;
}
.logged-out-user-text p {
  font-family: Archivo;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #321f1fcc;
}
.logged-out-user-text a {
  font-family: Archivo;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #321f1f8f !important;
}
.logged-out-user-text a span {
  text-decoration-line: underline;
}
.basic-international-story-paywall .basic-paywall-text span,
.basic-archived-story-paywall .basic-paywall-text span {
  margin-bottom: 40px;
}
.guest-user-text > span,
.basic-paywall-text > span {
  font-family: Archivo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #321f1fb8 !important;
  margin-top: 10px;
}
.guest-user-text p,
.guest-user-text .pro-rate-off-text,
.basic-paywall-text p,
.basic-paywall-text .pro-rate-off-text {
  font-family: Archivo;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #321f1f;
}
.basic-paywall-text {
  margin-bottom: 0 !important;
}
.basic-paywall-text > span {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.basic-paywall-text p,
.basic-paywall-text .pro-rate-off-text {
  font-size: 22px;
  line-height: 24px;
}
.basic-paywall-text .pro-rate-off-text {
  color: #f33;
}
.paywall-ken-24-sticky.paywall {
  border-top: 4px solid #ff3333;
  padding: 50px 0;
  position: sticky;
  bottom: 0;
  z-index: 50;
}
.paywall-ken-24-sticky.paywall .paywall-ken-24-gradient {
  position: relative;
  width: 100%;
}
.paywall-ken-24-sticky.paywall .paywall-ken-24-gradient:before {
  content: '';
  height: 300px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -354px;
  background: linear-gradient(180deg, rgba(247, 242, 242, 0) 0%, #f7f2f2 100%);
}
.paywall-ken-24 .paywall-divider-ken-24 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 0 30px;
  position: relative;
  top: -1px;
}
.paywall-ken-24 .paywall-divider-ken-24 div {
  flex: 1;
}
.paywall-ken-24 .paywall-divider-ken-24 p {
  font-family: Archivo;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  flex: 0;
  color: #321f1f7a;
}
.paywall.white-bg {
  position: relative;
  left: 0;
  right: 0;
}
#paywall {
  padding: 30px 0 0;
  position: absolute;
}
#paywall:has(.main-footer-paywall) .main-footer-paywall {
  margin-top: 60px;
}
#paywall:before {
  content: '';
  height: 300px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 100.1%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(247, 242, 242, 0) 0%, #f7f2f2 100%);
}
#paywall.paywall-ken-24 {
  border: none;
  padding-top: 0;
}
#paywall.paywall-ken-24:before {
  display: none;
}
#paywall .paywall-header {
  text-align: center;
}
#paywall .paywall-header p {
  font-family: Archivo;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #321f1f;
  margin-bottom: 5px;
}
#paywall .paywall-header span {
  font-family: Archivo;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #321f1fcc;
}
#paywall .hero-container {
  padding: 0;
  background: transparent;
}
#paywall .pricing-default {
  margin-top: 50px;
}
#paywall .pricing-default .pricing-unit .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
}
#paywall .pricing-default .pricing-unit-content {
  background-color: #321f1f0a;
  border-bottom: 1.5px solid rgba(50, 31, 31, 0.0784313725);
  overflow: hidden;
}
#paywall .pricing-default .pricing-unit-content .btn-primary {
  min-width: 330px;
}
#paywall .paywall-testimonials .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
#paywall .pricing-section-comunity-unit {
  background: #d7cfcf;
  border: none;
}
#paywall .paywall-subs-btn {
  width: 200px;
  padding: 12px;
  font-size: 14px;
  line-height: 18px;
}
#paywall .paywall-subs-btn span {
  color: #f33;
  font-weight: 600;
}
#paywall .guest-user-paywall-pricing .paywall-subs-btn {
  width: auto;
}
#paywall .guest-user-paywall-pricing .paywall-subs-btn span {
  color: #fff;
}
#paywall .guest-user-paywall-pricing .sub-outline-btn span {
  color: #f33;
}
#paywall .pricing-unit {
  border-top: none;
}
#paywall .most-popular-badge span {
  font-size: 9px;
}
.pricing-hero-section-paywall,
.ken24-logged-out-paywall {
  display: block !important;
}
.nouser-subs-box-container {
  display: flex;
}
.logged-out-user-paywall .logged-out-user-text p {
  color: #321f1f;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-hero-container {
  margin-bottom: 100px;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-hero-container .subs-deadline-divs p {
  color: #321f1fa3;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-hero-container .subs-deadline-divs span {
  color: #321f1f;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-hero-container .subs-deadline-divs span.deadline-days-text {
  color: #f33;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-hero-container .subs-deadline-divs .hero-subtitle * {
  color: #321f1fa3 !important;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .hero-title {
  color: #321f1f;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .devider-vertical-line {
  background-color: #321f1f;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-pricing-unit .nav-tabs .nav-item:first-of-type,
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-pricing-unit .nav-tabs .nav-item:last-of-type {
  border-top: 1.5px solid rgba(50, 31, 31, 0.1607843137);
  min-height: 75.5px;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-pricing-unit .nav-tabs .nav-item:last-of-type .nav-link {
  border-bottom-right-radius: 0;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-pricing-unit .nav-tabs .nav-item:first-of-type .nav-link {
  border-bottom-left-radius: 0;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-pricing-unit .nav-tabs .nav-item .nav-link.pricing-tab-renewal {
  border-bottom: none;
}
.pricing-hero-section-paywall.pricing-hero-section.paywall-renewal .renewal-pricing-unit {
  border-bottom: 1.5px solid rgba(50, 31, 31, 0.1607843137);
}
.ken24-logged-out-paywall {
  margin: 20px 0;
}
.signup-via-email-btn,
.signup-via-google-btn {
  flex: 1;
  padding: 12px 20px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.signup-via-email-btn span,
.signup-via-google-btn span {
  font-family: Archivo;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.signup-via-email-btn {
  background: #ff3333;
}
.signup-via-google-btn {
  background: #4285f4;
}
.signup-via-google-btn img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.ken24-paywall-header-text {
  margin-bottom: 20px;
}
.ken24-paywall-header-text p {
  font-family: Archivo;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #321f1f;
}
.ken24-paywall-timer-text {
  margin-bottom: 15px;
}
.ken24-paywall-timer-text span {
  font-family: Archivo;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #f33;
}
.ken24-paywall-devider span {
  font-family: Archivo;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: #321f1f7a;
}
.ken24-sticky-paywall-container {
  position: sticky;
  bottom: 0;
}
.ken24-paywall-or-header-text {
  margin: 20px 0;
}
.ken24-paywall-or-header-text p {
  font-family: Archivo;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #321f1f;
  margin-bottom: 5px;
}
.ken24-paywall-or-header-text span {
  font-family: Archivo;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #321f1fcc;
}
.paywall-ken-24-login-cta {
  margin-top: 20px;
}
.paywall-ken-24-login-cta a,
.paywall-ken-24-login-cta p {
  font-family: Archivo;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #321f1fa3;
}
.paywall-ken-24-login-cta a span,
.paywall-ken-24-login-cta p span {
  text-decoration-line: underline;
}
.paywall-ken-24-login-cta p {
  color: #321f1f;
}
.paywall-ken-24-login-cta a {
  color: #321f1fa3;
}
.paywall-cta-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: auto;
}
.paywall-cta-container .paywall-subs-btn {
  font-size: 14px;
  line-height: 18px;
  flex: 1;
  padding: 10px 0;
}
.paywall-subs-btn {
  text-transform: none !important;
}
.nouser-subs-box-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 50px auto;
}
.nouser-subs-box-container .nouser-subs-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px;
  border-radius: 4px;
  border: 1.5px solid rgba(50, 31, 31, 0.0784313725);
  align-items: center;
  justify-content: space-between;
}
.nouser-subs-box-container .nouser-subs-box p {
  font-family: Archivo;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: #321f1f;
}
.nouser-subs-box-container .nouser-subs-box span {
  font-family: Archivo;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #321f1fcc;
  margin-top: 5px;
  margin-bottom: 15px;
}
.nouser-subs-box-container .nouser-subs-box a {
  font-size: 12px;
  line-height: 16px;
  width: 200px;
  padding: 10px;
}
@media (min-width: 768px) {
  .paywall-ken-24-sticky .paywall-cta-container {
    flex-direction: row;
    gap: 10px;
  }
  #paywall .guest-user-paywall-pricing .paywall-cta-container {
    flex-direction: row;
  }
  #paywall .guest-user-paywall-pricing .paywall-cta-container .paywall-subs-btn {
    width: auto;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #paywall .pricing-default .pricing-unit-content .paywall-subs-btn {
    min-width: 433.72px;
    width: 433px;
    flex: 1;
  }
  .paywall-ken-24 .paywall-divider-ken-24 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 0 50px;
    position: relative;
    top: -1px;
  }
  .paywall-ken-24 .paywall-divider-ken-24 div {
    flex: 1;
  }
  .paywall-ken-24 .paywall-divider-ken-24 p {
    font-size: 15px;
    line-height: 20px;
  }
  .story-page:has(.paywall) .story-content-img,
  .story-page:has(.paywall) .story-content-infographic,
  .story-page:has(.paywall) .pull-quote,
  .story-page:has(.paywall) .side-note {
  }
  body:has(.paywall) .story-content-img,
  body:has(.paywall) .story-content-infographic,
  body:has(.paywall) .pull-quote,
  body:has(.paywall) .side-note {
  }
  #paywall {
    padding: 60px 0 0;
  }
  #paywall .compare-btn {
    font-size: 15px;
    line-height: 20px;
  }
  #paywall .paywall-cta-container {
    gap: 30px;
  }
  #paywall .active-basic .most-popular-badge-compare p {
    top: -30px;
  }
  #paywall .upgrade-plan-table {
    margin-top: 60px !important;
  }
  #paywall .paywall-subs-btn {
    width: auto;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 24px;
    min-width: fit-content;
    height: fit-content;
    margin-top: 20px;
  }
  #paywall .paywall-header p {
    font-size: 22px;
    line-height: 24px;
  }
  #paywall .paywall-header span {
    display: block;
    max-width: 875px;
    margin: auto;
    font-size: 18px;
    line-height: 24px;
  }
  .logged-out-user-text p,
  .logged-out-user-text a,
  .paywall-ken-24-login-cta a,
  .paywall-ken-24-login-cta p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .ken24-logged-out-paywall {
    margin: 50px 0;
  }
  .ken24-paywall-or-header-text {
    margin: 50px 0 25px;
  }
  .guest-user-text p {
    font-size: 44px !important;
    line-height: 48px !important;
  }
  .guest-user-text > span,
  .paywall-subs-btn,
  .basic-paywall-text > span,
  .ken24-paywall-timer-text > span,
  .ken24-paywall-or-header-text span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .basic-paywall-text p,
  .pro-rate-off-text,
  .ken24-paywall-header-text p {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .nouser-subs-box-container .nouser-subs-box {
    padding: 30px !important;
  }
  .nouser-subs-box p,
  .nouser-subs-box span,
  .nouser-subs-box a,
  .signup-via-email-btn span,
  .signup-via-google-btn span,
  .ken24-paywall-devider span {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .ken24-paywall-header-text {
    margin-bottom: 30px;
  }
  .ken24-paywall-timer-text {
    margin-bottom: 25px;
  }
  .ken24-paywall-timer-text span {
    font-size: 18px;
    line-height: 24px;
  }
  .ken24-paywall-or-header-text p {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-bottom: 10px;
  }
  .nouser-subs-box-container {
    flex-direction: row !important;
  }
  .nouser-subs-box-container .paywall-subs-btn {
    width: 220px;
  }
  .paywall-cta-container a {
    max-width: 275px;
  }
}

#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero {
  max-width: 490px;
  margin: auto;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .hero-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .unlocked-story-info {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(50, 31, 31, 0.04);
  width: fit-content;
  margin: auto;
  color: #321f1fa3;
  font-family: Archivo;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.28px;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .unlocked-story-info svg {
  margin-right: 5px;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .hero-subtitle,
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .btn.btn-primary {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .hero-subtitle.login-cta-text,
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .btn.btn-primary.login-cta-text {
  color: #321f1fb8;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .hero-subtitle > .text-link,
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .btn.btn-primary > .text-link {
  color: inherit;
  position: relative;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .hero-subtitle > .text-link:after,
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .btn.btn-primary > .text-link:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #321f1fb8;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .small-text-grey {
  color: #321f1fa3;
}

#paywall .or-divider-container {
  max-width: 640px;
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  #paywall .or-divider-container {
    margin: 30px auto;
  }
}

#paywall .small-text-grey {
  color: #321f1f7a;
  text-align: center;
  font-family: Archivo;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-top: 10px;
}

#paywall .or-divider-container p {
  flex: 0;
  color: #321f1fa3;
  font-family: Archivo;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
#paywall .or-divider-container .divider-thin-line {
  flex: 1;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .or-divider-container {
  width: 100%;
  margin: 0;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .or-divider-container .divider-thin-line {
  width: 100%;
}
#paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .btn.btn-primary {
  font-size: 5px 24px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}
@media (min-width: 575px) {
  #paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .btn.btn-primary {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  #paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .hero-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
  }
  #paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content {
    gap: 30px;
    margin-top: 15px;
  }
  #paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .unlocked-story-info {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
  #paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .unlocked-story-info svg {
    margin-right: 10px;
  }
  #paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .hero-subtitle,
  #paywall .pricing-hero-section .paywall-hero-container.unlocked-story-paywall-hero .unlocked-story-paywall-hero-content .btn.btn-primary {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
}
.unlocked-story-upgrade-nudge {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.unlocked-story-upgrade-nudge * {
  text-align: center;
}
.unlocked-story-upgrade-nudge h3 {
  color: #321f1f;
  font-family: Archivo;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 5px;
}
.unlocked-story-upgrade-nudge p,
.unlocked-story-upgrade-nudge .btn.btn-primary {
  font-family: Archivo;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.unlocked-story-upgrade-nudge p:not(.btn),
.unlocked-story-upgrade-nudge .btn.btn-primary:not(.btn) {
  color: #321f1fb8;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .unlocked-story-upgrade-nudge {
    padding: 50px;
  }
  .unlocked-story-upgrade-nudge h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .unlocked-story-upgrade-nudge p,
  .unlocked-story-upgrade-nudge .btn.btn-primary {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
  .unlocked-story-upgrade-nudge p:not(.btn),
  .unlocked-story-upgrade-nudge .btn.btn-primary:not(.btn) {
    margin-bottom: 20px;
  }
}
#paywall .pricing-unit {
  border-top: 1px solid rgba(50, 31, 31, 0.1215686275);
}
@media (max-width: 1024px) {
  .pricing-grid .stories-grid-item-animated {
    height: 150px;
  }
}

.podcasts-grid-item-img {
  min-width: 200%;
}
.grid-blocks {
  /*overflow: hidden;*/
}

.pricing-grid .md-pricing-grid-item > div,
.pricing-grid .sm-pricing-grid-item > div {
  height: 142.5px;
  margin: 2.5px;
}

.pricing-grid .grid-blocks .pricing-grid-text h2.basic-podcast-title {
  font-size: 18px !important;
}

@media (max-width: 1024px){
  .pricing-grid .grid-blocks div:has(.visual-stories-grid-item-img),.pricing-grid .grid-blocks div:has(.podcasts-grid-item-img.mobile){
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .md-pricing-grid-item.d-flex.d-lg-none:has(.podcasts-grid-item) .podcasts-grid-item{
    padding: 0;
  }
  .md-pricing-grid-item.d-flex.d-lg-none:has(.podcasts-grid-item) .podcasts-grid-item .pricing-grid-text{
    padding: 10px 15px;
  }
}

.pricing-grid .grid-blocks .visual-stories-grid-item-img {
  min-width: 170%;
}

@media (min-width: 1024px) {
  .pricing-grid .grid-blocks .visual-stories-grid-item-img {
    min-width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    transform: none;
  }
  .pricing-grid .grid-blocks .newsletters-grid-item ~ .newsletters-grid-item-img {
    position: static;
    min-width: 100%;
    transform: none;
  }
  .podcasts-grid-item-img {
    min-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
  }

  .pricing-grid .stories-grid-item-animated-img{
    top: 0;
  }
}

.story_page_full_width_nudge {
  background-color: #fff;
  .story_page_full_width_nudge_container {
    display: flex;
    padding: 30px 15px;
    flex-direction: column;
    align-items: center;
    max-width: 720px;

    .icon {
      margin-bottom: 15px;
    }

    h1 {
      color: var(--dark-100, #321f1f);
      text-align: center;
      /* Mobile/Non-Editorial/H2 semibold */
      font-family: Archivo;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 109.091% */
    }
    p {
      color: var(--dark-80, rgba(50, 31, 31, 0.8));
      text-align: center;
      /* Mobile/Non-Editorial/H4 regular */
      font-family: Archivo;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px; /* 137.5% */
      letter-spacing: 0.16px;
    }
    .cta-conatiner {
      margin-top: 15px;
      a {
        color: var(--white-100, var(--system-white, #fff));
        text-align: center;
        /* Mobile/Non-Editorial/P1 semibold */
        font-family: Archivo;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
        letter-spacing: 0.28px;
      }
    }
  }
}

.paywall-signup-container {
  padding-top: 75px;
  background-color: #fff;
  .single-story-container,
  .free-trial-signup-container {
    max-width: 640px;
    margin: auto;
    h2 {
      color: var(--dark-100, #321f1f);
      text-align: center;
      /* Mobile/Non-Editorial/H3 semibold */
      font-family: Archivo;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px; /* 122.222% */
    }

    p {
      color: var(--dark-80, rgba(50, 31, 31, 0.8));
      text-align: center;
      /* Mobile/Non-Editorial/P1 regular */
      font-family: Archivo;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 142.857% */
      letter-spacing: 0.28px;
      padding-bottom: 20px;
    }

    .btn-secondary {
      padding: 15px 24px;
      border-radius: 4px;
      border: 1px solid var(--Primary, #f33);
      max-width: 400px;
      margin: auto;
    }
  }
  a {
    color: var(--Primary, #f33) !important;
    /* Mobile/Non-Editorial/P1 semibold */
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.28px;
  }
  .single-story-container {
    h2 {
      margin-bottom: 5px;
    }
  }
  .free-trial-signup-container {
    .tiny-text {
      color: var(--dark-48, rgba(50, 31, 31, 0.48));
      text-align: center;
      /* Mobile/Non-Editorial/H5 semibold */
      font-family: Archivo;
      font-size: 8px;
      font-style: normal;
      font-weight: 600;
      line-height: 12px; /* 150% */
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin-top: 10px;
    }

    p {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
    }
  }

  .divider-text {
    position: relative;
    text-align: center;
    margin: 30px auto;
    max-width: 640px;
  }

  .divider-text:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgba(50, 31, 31, 0.16);
  }

  .divider-text span {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    background: #fff;
    z-index: 9;
    color: var(--dark-64, rgba(50, 31, 31, 0.64));
    text-align: center;
    font-family: Archivo;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .story_page_full_width_nudge {
    .story_page_full_width_nudge_container {
      padding: 40px 0px;
      margin: auto;
      max-width: 720px;

      .icon {
        margin-bottom: 15px;
      }
      h1 {
        font-size: 32px;
        line-height: 32px; /* 100% */
      }

      p {
        font-size: 18px;
        line-height: 24px; /* 133.333% */
      }
      .cta-conatiner {
        margin-top: 25px;
      }
    }
  }

  .paywall-signup-container {
    /* margin: 75px 0px; */
    .single-story-container,
    .free-trial-signup-container {
      h2 {
        font-size: 22px;
        line-height: 24px; /* 109.091% */
      }
      p {
        font-size: 16px;
        line-height: 22px; /* 137.5% */
        letter-spacing: 0.16px;
        padding-bottom: 20px;
      }
      .btn-secondary {
        padding: 15px 50px;
      }
    }

    a {
      font-size: 16px;
      line-height: 22px; /* 137.5% */
      letter-spacing: 0.16px;
    }

    .single-story-container {
      h2 {
        margin-bottom: 5px;
      }
    }
    .free-trial-signup-container {
      h2 {
        margin-bottom: 20px;
      }
      .tiny-text {
        font-size: 10px;
        line-height: 14px; /* 140% */
        letter-spacing: 0.3px;
      }

      p {
        display: flex;
        flex-direction: row;
      }
    }

    .divider-text {
      position: relative;
      text-align: center;
      margin: 30px auto;
    }

    .divider-text:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      height: 1px;
      background: rgba(50, 31, 31, 0.16);
    }

    .divider-text span {
      position: relative;
      display: inline-block;
      padding: 0px 10px;
      background: #fff;
      z-index: 9;
      color: var(--dark-64, rgba(50, 31, 31, 0.64));
      text-align: center;
      /* Desktop/Non-Editorial/H5 semibold */
      font-family: Archivo;
      font-size: 10px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: 0.3px;
      text-transform: uppercase;
    }
  }
}

@media (min-width: 768px) and (max-width: 1024px){
    .pricing-grid .grid-blocks .visual-stories-grid-item-img{
      min-width: 110%;
    }
    .pricing-grid .grid-blocks .newsletters-grid-item ~ .newsletters-grid-item-img{
      min-width: 100%;
      bottom: 5px;
    }
    .podcasts-grid-item-img{
      min-width: 140%;
      bottom: 5px;
    }
  
    .pricing-grid .stories-grid-item-animated-img{
      top: -70px;
    }
  }



/* Paywall and pricing changes by habib 1 May 2025 */
@media(min-width:1024px){

  .pricing-unit-basic-tab .pricing-grid .plan-beneifits > div {
    height: 115px !important;
  }
  .pricing-unit-basic-tab .pricing-grid-subs .plan-beneifits:last-of-type > div{
    height: 224px !important;
  }

  .pricing-unit-premium-tab .pricing-grid .plan-beneifits > div {
    height: 125px !important;
  }
  .pricing-unit-premium-tab .pricing-grid-subs .plan-beneifits:last-of-type > div{
    height: 192px !important;
  }

  .pricing-unit-premiumduo-tab .pricing-grid .plan-beneifits > div {
    height: 125px !important;
  }
  .pricing-unit-premiumduo-tab .pricing-grid-subs .plan-beneifits:last-of-type > div{
    height: 192px !important;
  }

  .pricing-unit-premiumduo-tab .pricing-grid .grid-blocks .plan-details-number-grid-item.pricing-grid-text p {
    max-width: 100%;
  }

  .pricing-grid .grid-blocks .pricing-grid-text p {
    font-family: Archivo;
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-grid .grid-blocks {
  padding: 10px 15px !important;
  }

  .pricing-plus-icon{
    color:rgba(50, 31, 31, 0.64);font-family: Archivo;font-size: 20px;font-style: normal;font-weight: 400;line-height: 22px; /* 110% */letter-spacing: 0.2px;opacity:0.6;margin:5px 0px
  }

  .pricing-grid .grid-blocks .plan-details-number-grid-item.pricing-grid-text p {
    max-width: 100%;
  }
}
  
@media(min-width:1024px){
  /* Added Id to the table */

  #three-year-premium-only{
    max-width: 990px; margin: auto;
  }

  #three-year-premium-only .premium-highlighted tr {
    background-color: #fff !important;
  } 
  #three-year-premium-only .add-border.plan-table-content{
    background-color: #fff !important;
  }

}

/* Added three-year-basic Class beside plan-table-content */
#three-year-premium-only .three-year-basic{
  display: none;
}

@media(max-width:1023px){
  #three-year-premium-only .sel-mob-border{
    border:none;
  }

  #three-year-premium-only th.add-border.first-plan-border.plan-table-content.recommended-plan::after{
    height: 0px !important;
    width: 0px !important;
    border-right: 0px !important;
  }
      
}


#three-year-premium-only tr.plan-border td:nth-child(2) {
  display: none;
}

#three-year-premium-only tr.transparent-border th:nth-child(2) {
  display: none;
}

#three-year-premium-only tr.transparent-border td:nth-child(2) {
  display: none;
}