.cta-right {
  display: flex;
  align-items: flex-end;
  width: 126px;
  position: relative;
}

.site-main {
  padding: 0;
  max-width: unset;
}

h2 {
  margin-top: 0;
}

p {
font-family: Poppins, sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 24px;
}

.banner-container {
  background-image: url("/assets/img/eclipse-bottom-right-sec.svg") !important;
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50%;
}

.banner-content h1 {
  margin-bottom: 40px;
}

.banner-content p {
  margin-bottom: 0;
}



.post-title {
  margin: 0;
}

.cta-right:before {
  content: url("/assets/img/arrow-right-to-bottom.svg");
  position: absolute;
  bottom: 70px;
  right: -30px;
}

.lottie {
  width: 90%;
}

h1 .text-primary-coral-gradient {
  padding-bottom: 19px;
  margin-bottom: -19px;
  padding-right: 6px;
  margin-right: -6px;
}

.banner-content .post-title {
  width: 958px;
}

.graph-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.graph-section ul li {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.graph-section ul li {
  margin: 0;
  padding-left: 24px;
  background: url(https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/bullet-point.svg) no-repeat;
  background-position-y: 2px;
}

.graph-section ul li:not(:last-of-type) {
  margin-bottom: 16px;
}

.graph-section {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
  display: flex;
  gap: 92px;
  position: relative;
}

.graph-section h2 {
  margin-top: 0;
  margin-bottom: 24px;
}

.graph-section p {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
}

.graph-section img {
  display: block;
  margin-bottom: 24px;
}

.graph-section .cta {
  display: flex;
  gap: 16px;
}

.ePDifO {
  display: none;
}

.pricing-section {
  padding: 80px 0px;
  background-color: var(--white);
}

.pricing-section .pricing-content {
  max-width: 1192px;
  margin: auto;
  position: relative;
}

.pricing-section .pricing-content h2:before {
  content: url("/assets/img/text-decor-2.svg");
  position: absolute;
  left: 188px;
  top: -25px;
}

.pricing-section .pricing-content:after {
  content: url("/assets/img/arrow-right-bottom-black.svg");
  position: absolute;
  right: 0;
  top: 0;
}

.pricing-section.exec-plus .package-details {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.pricing-section.exec-plus .package-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 486px;
}

.pricing-section.exec-plus .package-descriptions {
  width: 587px;
}

.package-detail-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 270px;
}

.package-detail-image img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
}

.pricing-section.exec-plus .package-menu .menu-item {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--black);
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #AEAEAE;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.package-detail .key-takeaway > ul > li {
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.menu-item .points {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.pricing-section.exec-plus .package-menu .menu-item.active {
  color: var(--deep-saffron);
}

.pricing-section.exec-plus .package-menu .menu-item:after {
  content: url(/assets/img/arrow-right-coral.svg);
  /* float: right; */
  position: absolute;
  right: 0;
  bottom: 16px;
  filter: invert(58%) sepia(85%) saturate(0%) hue-rotate(160deg) brightness(104%) contrast(85%);
  transform: translate3d(-0.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: all .28s;
}

.pricing-section.exec-plus .package-menu .menu-item.active:after {
  content: url(/assets/img/arrow-right-coral.svg);
  float: right;
  opacity: 1;
  transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  filter: none;
}

.pricing-section.exec-plus .package-menu .menu-item:hover {
  color: var(--deep-saffron);
}

.pricing-section.exec-plus .package-menu .menu-item:hover:after {
  content: url(/assets/img/arrow-right-coral.svg);
  float: right;
  opacity: 0.5;
  /* transform: translate3d(-0.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
  transform-style: preserve-3d;
  filter: none;
}

.package-detail {
  display: none;
}

.package-detail.active {
  display: block;
}

.pricing-section.exec-plus .package-detail {
  padding-top: 16px;
}

.cta-section {
  background: var(--deep-saffron-gradient);
  padding: 80px 0;
}

.cta-section p {
  color: var(--black);
}

.cta-section .cta-content {
  max-width: 1192px;
  margin: auto;
}

.cta-section h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
}

.cta-section h2 span {
  display: block;
}

.cta-section .cta-content img {
  margin-bottom: 24px;
}

.cta-section .btn.btn-secondary:hover {
  background: var(--white) !important;
  color: var(--black);
}

.cta-section .btn-outline:hover {
  border-color: var(--white);
  color: var(--white) !important;
}

.pmm-chart-container {
  max-width: 1192px;
  margin: auto;
  padding-top: 94px;
  padding-bottom: 94px;
}

.chart-slide-controller-mobile {
  display: none;
}

.pmm-chart-container .chart-slide-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.pmm-chart-container .chart-slide-item.active {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
  gap: 50px;
}

.pmm-chart-container h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
  text-align: left;
  color: var(--white);
}

.pmm-chart-container .chart-slide-item p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  display: block;
  margin-bottom: 0;
  color: var(--white);
}

.pmm-chart-container .chart-slide-item li {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.pmm-chart-container .chart-slide-item .chart-content .btn {
  display: inline-block;
  margin-top: 24px;
}

.chart-slide-controller {
  margin-top: 40px;
}

.chart-slide-controller .prev {
  content: url(/assets/img/circle-arrow-left.svg);
  cursor: pointer;
  margin-right: 24px;
  filter: invert(1);
}

.chart-slide-controller .prev.disabled {
  filter: invert(72%) sepia(12%) saturate(0%) hue-rotate(207deg) brightness(96%) contrast(89%);
  cursor: unset;
}

.chart-slide-controller .next {
  content: url(/assets/img/circle-arrow-right.svg);
  cursor: pointer;
  filter: invert(1);
}

.pmm-chart-slider {
  background-color: var(--black);
  border-bottom: 1px solid #AEAEAE;
}

.Root-sc-__sc-1ndopc5-3 {
  background-color: var(--black) !important;
}

.package-details-mobile {
  display: none;
}

 .accordion button:not(:first-of-type){
  margin-top: 24px;
}

button.accordion {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding-top: 24px;
  color: var(--black);
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #AEAEAE;
  background-color: var(--white);
  color: var(--black);
}

button.accordion.is-open {
  border-top: 1px solid var(--deep-saffron);
}

button.accordion:before {
  content: url("/assets/img/arrow-right-custom.svg");
  filter: invert(77%) sepia(2%) saturate(32%) hue-rotate(316deg) brightness(93%) contrast(86%);
  /* border: 2px solid var(--black);
  width: 8px;
  display: block;
  transform: rotate(90deg);
  transition: transform .2s ease-in-out; */
}

button.accordion.is-open:before {
  filter: unset;
  /* transform: rotate(0);
  border-color: var(--deep-saffron); */
}

.accordion-content {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.accordion-content p {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}

.accordion > p {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.accordion > p > span {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.accordion .points {
  display: block;
}

.chart-slide-controller-mobile .chart-pagination ul {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
.chart-slide-controller-mobile .chart-pagination ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.chart-slide-controller-mobile .chart-pagination ul li button {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  padding: 5px;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 20px;
  text-align: center;
  margin-top: -10px;
}
.chart-slide-controller-mobile .chart-pagination ul li button:before {
  content: "•";
  font-size: 40px;
  color: var(--white);
  opacity: 0.2;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.chart-slide-controller-mobile .chart-pagination ul li.active button:before {
  opacity: 1;
}

.pmm-chart-container .list-group ul {
  padding-left: 0;
  flex: 1;
  margin-bottom: 0;
}

.pmm-chart-container .list-group ul li {
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.pmm-chart-container .list-group ul li:before {
  content: url(/assets/img/check-bullet-point.svg);
  margin-right: 12px;
}


.test-section {
  background-color: #fff;
  text-align: center;
  padding-top: 80px
}

.test-section .test-content {
  max-width: 1192px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.test-section .test-content h2 {
  position: relative;
  font-weight: 400;
}
.test-section .test-content h2 span {
  font-weight: 400;
}
.test-section .test-content .inline-text {
  display: inline;
}

.test-section-decal {
  position: absolute;
}

.test-section-decal.decal-1 {
  right: -40px;
  top: -10px;
}
.test-section-decal.decal-2 {
  right: -80px;
  top: -10px;
}

.test-section-decal.decal-3 {
  right: -300px;
  top: -20px;
}

.test-section-decal.decal-4 {
  left: -70px;
}

.package-detail-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 270px;
}
.package-detail-image img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
}

.pricing-section.exec-plus .package-menu .menu-item:last-child {
  border: none;
}


/* access product section */
.access-product-section {
  background-color: var(--black);
  padding: 80px 32px;
  position: relative;
  background-image: url("/assets/img/sec-iq/eclipse-bg.png");
  background-repeat: no-repeat;
  background-position: right 20%;
}

.access-product-section .access-product-content {
  max-width: 1192px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 42px;
}

.access-product-section .access-product-content h2 {
  margin: 0px;
  font-weight: 400;
}
.access-product-section .access-product-content h2 span {
  font-weight: 400;
}

.access-product-section .access-product-content .left-content,
.access-product-section .access-product-content .right-content {
  flex: 1;
}

.access-product-section .access-product-content .right-content {
  display: flex;
  justify-content: flex-end;
}

.access-product-section .access-product-content .left-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.access-product-image {
  width: 100%;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .banner-container {
    background-size: cover;
  }
  .banner-content {
    padding: 80px 56px;
    flex-direction: column;
  }
  .banner-content h1 {
    margin-bottom: 24px;
  }
  .banner-content p {
    margin-bottom: 24px;
  }
  .cta-right:before {
    display: none;
  }
  .banner-content .post-title {
    width: 100%;
  }
  .cta-right {
    width: 100%;
  }
  .graph-section {
    padding: 80px 56px;
    flex-direction: column;
    gap: 0;
  }
  .pricing-section.exec-plus .package-details {
    display: none !important;
  }
  .package-details-mobile {
    display: block;
  }
  .pricing-section .pricing-content:after {
    display: none;
  }
  .pricing-section {
    padding: 80px 56px;
  }
  .cta-section {
    padding: 80px 56px;
  }
  .cta-section .cta-content img {
    width: 100%;
  }
  .cta-section .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .pmm-chart-container {
    padding: 56px 32px;
  }
  .pmm-chart-container .chart-slide-item {
    flex-direction: column;
    gap: 40px;
  }
  .pmm-chart-container .chart-slide-item .chart {
    align-self: center;
  }
  .chart-slide-controller-mobile {
    display: flex;
    gap: 16px;
  }
  .chart-slide-controller {
    display: none;
  }
  .chart > img {
    width: 100%;
  }
  .pmm-chart-container .chart-slide-item {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .banner-container {
    background-size: cover;
  }
  .banner-content h1 {
    margin-bottom: 24px;
  }
  .banner-content p {
    margin-bottom: 24px;
  }
  .cta-right:before {
    display: none;
  }
  .banner-content .post-title {
    width: 100%;
  }
  .cta-right {
    width: 100%;
  }
  .graph-section {
    padding: 56px 32px;
    flex-direction: column;
    gap: 0;
  }
  .pricing-section.exec-plus .package-details {
    display: none !important;
  }
  .package-details-mobile {
    display: block;
  }
  .pricing-section .pricing-content:after {
    display: none;
  }
  .pricing-section {
    padding: 56px 32px;
  }
  .cta-section {
    padding: 56px 32px;
  }
  .cta-section .cta-content img {
    width: 100%;
  }
  .cta-section .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .pmm-chart-container {
    padding: 56px 32px;
  }
  .pmm-chart-container .chart-slide-item {
    flex-direction: column;
    gap: 40px;
  }
  .chart-slide-controller-mobile {
    display: flex;
    gap: 16px;
  }
  .chart-slide-controller {
    display: none;
  }
  .chart > img {
    width: 100%;
  }
}