/* General Styles */
:root {
  --coral: #ff5252;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
}

.site-main {
  padding: 0;
  min-height: 100vh;
}

.text-primary-coral-gradient.space-left {
  padding-bottom: 20px;
  padding-left: 10px;
}

.btn {
  text-align: center;
}

/* Buttons */
.btn-secondary {
  display: block;
}

.half-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.display-flex {
  display: flex;
  gap: 16px;
}

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

h2 {
  margin-top: 0;
}

.graph-section h2,
.whats-included-section .whats-included-content h2:before,
.cta-section h2,
.pmm-chart-container h2,
.access-product-section .access-product-content h2 {
  margin-top: 0;
  margin-bottom: 24px;
}

/* Paragraphs */
p,
.graph-section ul li,
.graph-section p,
.package-detail .key-takeaway>ul>li,
.menu-item .points,
.accordion-content p,
.accordion>p>span,
.pmm-chart-container .chart-slide-item p,
.pmm-chart-container .chart-slide-item li,
.pmm-chart-container .list-group ul li {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

/* Banner */
.certification-section .banner-content {
  align-items: flex-end;
  gap: 80px;
  position: relative;
  z-index: 10;
}

.certification-section .banner-content h1 {
  position: relative;
  color: var(--black);
  font-size: 64px;
  line-height: 1;
  letter-spacing: -6.5px;
}

.certification-section .banner-content h1 img {
  position: absolute;
  top: -40px;
  left: 510px;
}

.certification-section .banner-content p {
  margin-bottom: 0;
  max-width: min(80ch, 100%);
}

.certification-section .banner-content .video-content {
  display: flex;
  justify-content: center;
}

.certification-section .banner-content .post-title {
  width: min(100ch, 100%);
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.banner-video-container {
  border-radius: 15px;
  overflow: hidden;
  height: 450px;
}

.certification-section .video-content {
  background: url("/assets/certification-microsite/images/create-and-contribute/video-decals.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  max-width: 1192px;
  margin: auto;
  justify-content: center;
  padding-bottom: 80px;
}

.certification-section .video-container {
  width: 800px;
  border-radius: 12px;
  overflow: hidden;
}


/* Graph Section */
.graph-section {
  background-color: var(--white);
  color: var(--black);
}

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

.graph-section .header {
  position: relative;
}

.graph-section .header .get-involve-decal-1,
.graph-section .header .get-involve-decal-2 {
  position: absolute;
  width: 40px;
}

.graph-section .header .get-involve-decal-1 {
  top: -50px;
  left: 450px;
}

.graph-section .header .get-involve-decal-2 {
  bottom: 20px;
  right: 0;
}

.graph-section .header p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  width: min(100ch, 100%);
}

.graph-section .header h3 {
  width: min(480px, 100%);
  margin-bottom: 0;
  margin-top: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.24px;
}

.graph-section .header img {
  position: absolute;
  top: -45px;
  left: -20px;
  width: 150px;
}

.graph-section .graph-container {
  flex: 1;
}

.graph-section .counter-inner-container {
  display: flex;
  column-gap: 40px;
  row-gap: 45px;
  padding-top: 40px;
  justify-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--dark-grey);
  flex-wrap: wrap;
}

.graph-section .courses-counter-box {
  padding: 0;
  max-width: 224px;
}

.graph-section .courses-counter {
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
}


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


.overview-section .whats-included-content .whats-included-content-text {
  width: 50%;
}

.overview-section .whats-included-content h2 {
  position: relative;
}

img.overview-decal-1 {
  position: absolute;
  height: 70px;
  right: -200px;
  top: 40px;
}

img.overview-decal-2 {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  left: -40px;
}

.instructors-section h2 {
  position: relative;
}

.instructors-section h2 .instructors-decal-1 {
  position: absolute;
  left: 267px;
  top: 38px;
}

.overview-section .whats-included-content {
  max-width: 1192px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 90px;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--coral);
  align-items: flex-start;
}

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

.overview-section .package-details p {
  margin-bottom: 24px;
}

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

.overview-section .package-descriptions {
  width: 50%;
}

.overview-section .package-menu .menu-item {
  color: var(--black);
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #AEAEAE;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.96px;
}

.overview-section .package-menu .menu-item.active {
  color: var(--coral);
}

.overview-section .package-menu .menu-item:after {
  content: url(/assets/certification-microsite/images/arrow-right-coral.svg);
  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;
}

.overview-section .package-menu .menu-item.active:after,
.overview-section .package-menu .menu-item:hover:after {
  filter: none;
  right: -10px;
}

.overview-section .package-menu .menu-item:hover {
  color: var(--coral);
}

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

.overview-section .package-detail {
  display: none;
}

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

.overview-section .package-detail {
  padding-top: 16px;
}

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

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

.overview-section .package-menu .menu-item:last-child {
  border: none;
}

.overview-section .package-detail ul li {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}



/* whats included Section */
.whats-included-section {
  padding: 80px 0px;
  background-color: var(--white);
}

.whats-included-section .whats-included-content {
  max-width: 1192px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 90px;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--coral);
  align-items: flex-start;
}

.whats-included-section .whats-included-content .whats-included-content-text {
  width: 50%;
}

.whats-included-section .whats-included-content h2 {
  position: relative;
}

.whats-included-section .whats-included-content h2:before {
  content: url("/assets/certification-microsite/images/create-and-contribute/curve-underline.svg");
  position: absolute;
  left: 0px;
  bottom: -68px;
}

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

.whats-included-section .package-details p {
  margin-bottom: 24px;
}

.whats-included-section .package-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 486px;
}

.whats-included-section .package-descriptions {
  width: 50%;
}

.whats-included-section .package-menu .menu-item {
  color: var(--black);
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #AEAEAE;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.96px;
}

.whats-included-section .package-menu .menu-item.active {
  color: var(--coral);
}

.whats-included-section .package-menu .menu-item:after {
  content: url(/assets/certification-microsite/images/arrow-right-coral.svg);
  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;
}

.whats-included-section .package-menu .menu-item.active:after,
.whats-included-section .package-menu .menu-item:hover:after {
  filter: none;
  right: -10px;
}

.whats-included-section .package-menu .menu-item:hover {
  color: var(--coral);
}

.whats-included-section .package-details-mobile {
  display: none;
}

.whats-included-section .package-detail {
  display: none;
}

.whats-included-section .package-detail.active {
  display: block;
}

.whats-included-section .package-detail {
  padding-top: 16px;
}

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

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

.whats-included-section .package-menu .menu-item:last-child {
  border: none;
}

.whats-included-section .package-detail ul li {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}


/* logo partners section */
.logo-partners-section {
  background-color: var(--black);
  color: var(--white);
}

.logo-partners-section .logo-partners-content {
  padding-top: 48px;
  padding-bottom: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1192px;
  margin: 0 auto;
  color: var(--white);
}

.logo-partners-section .logo-partners-content .group-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 64px;
  justify-content: center;
}

.logo-partners-section .logo-partners-content .partners-logo-item {
  height: 48px;
  width: auto;
}


/* CTA Section */
.cta-section {
  background: var(--black);
  color: var(--white);
  padding: 80px 0;
}

.cta-section.team-training-black .cta-separator {
  border-color: var(--white);
}

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

.cta-section h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -2.24px;
}

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

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

.cta-section .cta-separator {
  border-color: var(--white);
}

.cta-section .cta-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  flex-direction: row;
  margin-bottom: 24px;
}

.cta-section .cta-logo-grid img {
  height: 48px;
  width: auto;
  margin: 0px;
}

.cta-content .cta-contnet-column {
  width: min(100ch, 100%);
}

.cta-content .btn:hover {
  background: var(--white);
  color: var(--black);
}


.partners-ratings {
  padding-bottom: 80px;
  text-align: center;
  background-color: var(--black);
  color: var(--white);
}

.partners-info p {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--white);
}

.partners-ratings .logos {
  justify-content: center;
  display: flex;
  gap: 221.21px;
}

.partners-ratings .logos .rating-stars img {
  height: 30px;
}

.logo-image {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.logo-image p {
  font-family: poppins;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.logo-image img {
  height: 40px;
  width: auto;
}

.rating-stars img {
  height: 24px;
  width: auto;
}

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

/* Slider Section */
.slider-section .slide-item img {
  border-radius: 5px;
}


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

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

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

button.accordion:before {
  content: " ";
  border: 2px solid var(--black);
  width: 8px;
  display: block;
  transform: rotate(90deg);
  transition: transform .2s ease-in-out;
}

button.accordion.is-open:before {
  transform: rotate(0);
  border-color: var(--medium-aquamarine);
}

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

/* Responsive Styles */
@media only screen and (max-width: 1200px) {
  .logo-partners-section .logo-partners-content {
    padding: 56px 32px;
  }

  .slider-section {
    padding: 56px 0;
  }

  .logo-partners-section .logo-partners-content {
    padding-top: 0px;
  }

  .certification-section .video-container {
    width: 675px;
  }

  .slider-section .slider-controller {
    top: 90%;
  }

  .btn-secondary {
    display: inline-block;
  }

  .certification-section {
    background-size: cover;
  }

  .certification-section .banner-content {
    padding: 80px 32px;
    gap: 42px;
  }

  .overview-section .whats-included-content,
  .overview-section .package-details {
    padding: 0px 32px;
  }

  .overview-section .whats-included-content {
    padding-bottom: 32px;
  }

  .end-of-certification .content-wrap:first-child {
    padding-bottom: 112px;
  }

  img.overview-decal-1 {
    right: -160px;
  }

  img.overview-decal-2 {
    display: none;
  }

  .certification-section .banner-content h1 {
    margin-bottom: 24px;
  }

  .certification-section .cta-right:before {
    display: none;
  }

  .certification-section .banner-content .post-title {
    width: 100%;
  }

  .certification-section .cta-right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
  }

  .graph-section {
    padding: 0 56px;
    flex-direction: column;
    gap: 0;
  }

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

  .whats-included-section .package-menu {
    width: min(402px, 100%);
  }

  .whats-included-section .whats-included-content:after {
    display: none;
  }

  .whats-included-section {
    padding: 80px 56px;
  }

  .cta-section {
    padding: 80px 32px;
  }

  .cta-section .btn-group {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .whats-included-section .whats-included-content {
    flex-direction: column;
    gap: 24px;
    border: none;
    margin: 0;
  }

  .certification-section .video-content {
    background-image: none;
  }

  .certification-section .banner-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 40px;
  }

  .certification-section .cta-right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .graph-section .header .get-involve-decal-2 {
    display: none;
  }

  .whats-included-section .whats-included-content .whats-included-content-text {
    width: 100%;
  }

  .whats-included-section .whats-included-content h2:before {
    display: none;
  }

  .whats-included-section .whats-included-content h2 {
    margin-bottom: 0;
  }

  .slider-section .slide-item {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .slider-section .slide-content {
    padding: 0px;
  }

  .slider-section .slider-controller {
    top: 94%;
  }


  .whats-included-section .package-details {
    display: none;
  }

  .whats-included-section .package-details-mobile {
    display: block;
  }

  .graph-section .counter-inner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .slider-section {
    padding-bottom: 60px;
  }

  .slider-section .slider-content {
    padding-bottom: 80px;
  }

  .slider-section .slider-controller {
    top: 96%;
    left: 0;
  }

  .slider-section .slide-item img {
    width: 100%;
  }

  .logo-partners-section .logo-partners-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .certification-section .banner-content {
    padding: 56px 32px;
  }

  .certification-section .video-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .graph-section .counter-inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .graph-section .header h3 span {
    display: inline-block;
    padding: 0px;
  }

  .logo-partners-section .logo-partners-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .graph-section .container {
    padding: 0px;
  }

  .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;
  }

  .whats-included-section .package-details {
    display: none !important;
  }

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

  .whats-included-section .whats-included-content:after {
    display: none;
  }

  .whats-included-section {
    padding: 56px 32px;
  }

  .cta-section {
    padding: 56px 32px;
  }

  .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>img {
    width: 100%;
  }
}


/* 
    Defaults content wrapper
*/
.content-wrap {
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
}

/* 
  Defaults section heading container
*/
.heading-horizontal-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.heading-vertical-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* 
  Default list
*/

.ticked-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ticked-item,
.ticked-list li {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.ticked-item::before,
.ticked-list li::before {
  content: url(/assets/certification-microsite/images/check-bullet-point.svg);
  margin-right: 12px;
  height: 24px;
}

/* 
  Defaults box container
*/
.box-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
  gap: 24px;
}

.box-item {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 4px 10px #00000017;
}

.box-item.with-shadow {
  box-shadow: 0 4px 10px #0000001a;
}

.box-item h3 {
  font-size: 32px;
}

/* 
  buttons
*/
.btn.btn-outline.outline-white {
  border-color: var(--white);
  color: var(--white);
}

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

/* 
  Default Pricing Table
*/
.pricing-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.pricing-item {
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.pricing-item.active {
  border: 1px solid var(--coral);
}

.pricing-item h3 {
  letter-spacing: -1.6px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}

.pricing-item .pricing-price .price {
  letter-spacing: -1px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.pricing-item .pricing-price span:not(.price) {
  color: #9b9b9b;
}

.text-primary-teal {
  color: #85c9bd;
  display: block;
}

/* 
  Reset
*/
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
div {
  margin: 0;
  font-family: Poppins, sans-serif;
}

p,
div,
li {
  font-size: 16px;
}

h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -4px;
}


/* 
  Authors list section
*/
.instructors-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.instructor-item {
  display: flex;
  flex-direction: column;
  background-color: #f5f3ed;
  box-shadow: 0 1px 2px #7c868526;
  padding: 24px;
  border-radius: 12px;
  gap: 24px;
  align-items: flex-start;
}

.instructor-item .instructor-profile {
  border-radius: 8px;
  width: 100%;
}

.instructor-item .company-logo {
  border-radius: 8px;
  height: 35px;
}

/* 
  End Certification Section
*/
.end-of-certification {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.end-of-certification:before {
  content: '';
  width: 1500px;
  height: 1500px;
  background-image: url(/assets/certification-microsite/images/whats-included-decal.svg);
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.end-of-certification .content-wrap {
  position: relative;
}

/* 
  Whats included section
*/

.whats-included {
  background-color: var(--black);
  color: var(--white);
}

.whats-included-content {
  display: flex;
  flex-direction: row;
  gap: 64px;
}

.whats-included-content .heading-column {
  width: 370px;
  min-width: 370px;
  position: relative;
}

.whats-decal-3 {
  position: absolute;
  left: -30px;
  top: -19px;
}

.whats-decal-2 {
  width: 200px;
}

.whats-included-list-item {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--white);
}

.whats-included-list-item:last-child {
  border: none;
}

.whats-included-list-item .number-heading {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  min-width: 280px;
  max-width: 280px;
}

.whats-included-list-item h4 {
  font-size: 42px;
}

/* 
  Get Resources Section
*/
.get-resources {
  background-color: var(--black);
  color: var(--white);
}

.get-resources .content-wrap {
  padding-top: 0;
}

.get-resources-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 60%;
}

.get-resources-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 700px;
}

.get-resources-image img {
  width: 100%;
}

/* 
  Pro plus section
*/
.pro-plus-membership-section .pro-plus-heading-content {
  width: 100ch;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pro-plus-membership-section .pricing-table {
  margin-top: 32px;
}

.pro-plus-membership-section .ticked-list {
  gap: 16px;
}


/* 
  Versus section
*/
.versus-section .versus-content {
  width: 100ch;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.versus-section .pricing-table {
  margin-top: 32px;
}

.versus-section .ticked-list {
  gap: 16px;
}

.versus-item {
  display: flex;
  align-items: center;
  gap: 12px;
}


/* 
  course benefits
*/
.benefits-section {
  background-color: var(--black);
  color: var(--white);
}

.benefits-section .benefits-content {
  display: flex;
  gap: 80px;
}

.benefits-content .ticked-list li {
  align-items: flex-start;
}

.benefits-section .heading-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  min-width: 40%;
  width: 40%;
}

.benefits-section .heading-column .ctas {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.benefits-content .ticked-list {
  gap: 16px;
}

.benefits-content .image-column img {
  width: 100%;
}

/* 
  Banner section
*/
.certification-section {
  position: relative;
  overflow: hidden;
}
.certification-section::after {
    content: '';
    display: block;
    width: 1500px;
    height: 1500px;
    background-image: url('/assets/certification-microsite/images/eclipse-lg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -400px;
    right: -100px;
    transform: rotate(197deg);
    z-index: 0;
}

.jump-links-container {
  background-color: var(--white);
  border-radius: 12px;
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  padding: 32px 40px;
  box-shadow: 1px 3px 5px -1px #00000029;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.jump-links-container img {
  position: absolute;
  top: -250px;
  left: 120px;
}

.jump-links-container .heading {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--coral);
}

.jump-links-container .jump-links,
.jump-links-container .cta-group {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.jump-links-container .jump-links .jump-link {
  color: var(--black);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.jump-links-container .jump-links .jump-link svg {
  width: 24px;
  color: var(--dark-grey)
}

.jump-links-container .jump-links .jump-link:hover {
  text-decoration: none;
  color: var(--coral);
}

.jump-links-container .jump-links .jump-link:hover svg {
  color: var(--coral)
}


/* jumplink */
.jump-links-container .jump-link-decal {
  position: absolute;
  top: -250px;
  left: 100px;
  color: var(--coral)
}

.jump-links-container .foot-text {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

/* 
  Testimonial section
*/

.slider-section .slider-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}

.slider-section .slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-right: 90px;
}

.slider-section .slider-content .slider-badges {
  flex: 1;
}

.slider-section .slider-content .slider-badges img {
  width: 180px;
}

.slider-section .slider-content .slider-wrapper {
  width: 65%;
}

.slider-section .slide-item {
  width: 100% !important;
}

/* 
  modal section 
*/
.modal {
  display: none;
  padding: 24px;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}

.modal.show {
  display: flex;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-content.modal-sm {
  max-width: min(600px, 100%);
}

.modal-content.modal-md {
  max-width: min(850px, 100%);
}

.modal-content.modal-lg {
  max-width: min(1192px, 100%);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.modal-close:hover {
  color: #333;
}

#authorModal .modal-content {
  display: flex;
  padding: 80px 124px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
}

#authorModal .modal-content .left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 330px;
}

#authorModal .modal-content .left-content h5 {
  color: var(--black, #09100F);
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.84px;
}

#authorModal .modal-content .left-content img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

#authorModal .modal-content .left-content .modal-company-logo {
  width: auto;
  height: 48px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

#authorModal .modal-content .right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  flex: 1;
}

#authorModal .modal-content .right-content h6 {
  color: var(--black, #09100F);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.48px;
}

#authorModal .modal-content .right-content .modal-social-link {
  font-size: 24px;
  border-radius: 5px;
  display: inline-flex;
  text-decoration: none;
  opacity: .8;
}

#authorModal .modal-content .right-content .modal-social-link:hover {
  text-decoration: none;
  opacity: 1;
}

#brochureEmbedModal .modal-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  padding: 50px;
}

#brochureEmbedModal .modal-content .left-content h5 {
  color: var(--black, #09100F);
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.84px;
}

/* 
  Choose the way
*/
.choose-the-way-section {
  background-color: var(--black);
  color: var(--white);
}

.choose-the-way-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 80ch;
}

.table-container {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: block;
  position: static
}

.table-heading-group {
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 40px 16px;
  position: sticky;
  top: 0px
}

.table-heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 172px;
  display: flex
}

.table-heading-text {
  font-size: 20px;
  line-height: 1.6
}

.default-heading-2 {
  font-family: Poppins, sans-serif;
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
  flex-flow: column;
  font-weight: 400;
  display: flex
}

.table-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  min-width: 55%;
  max-width: 60%;
  display: flex
}

.table-item-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5
}

.table-item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex
}

.table-item-checkmark {
  width: 30px;
  height: 30px
}

.table-content-group {
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 16px 40px
}

.table-content-group.alternate-bg {
  background-color: #171e1d;
  padding-top: 16px;
  padding-bottom: 16px
}

.table-heading-wrapper-left-align {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 172px;
  display: flex
}

.brochure-image {
  width: 100%;
  ;
}

.download-curriculum-section .content-wrap {
  display: flex;
  gap: 40px;
}

.faq-section .content-wrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
}


.slider-section .slide-item {
  width: 100%;
}

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

.slider-section .slide-item {
  width: 1192px;
  display: flex;
  gap: 80px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  align-items: center;
  /* width: 387px; */
}

.slider-section .slide-item.active {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}

.slider-section .slide-item .author-img {
  width: 404px;
  min-width: 404px;
  height: 369px;
  background-size: cover;
  background-repeat: no-repeat;
  align-self: center;
  border-radius: 5px;
}

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

.slider-section .slide-item .slide-content p {
  color: var(--white);
}

.slider-section .slide-item .slide-content img {
  width: 404px;
}

.slider-section .slide-item .slide-content img.testimonial-logo {
  display: block;
  height: 48px;
  width: auto;
}

.slider-section .slide-content {
  padding-right: 165px;
}

.slider-section .slider-controller {
  display: flex;
  gap: 62px;
  position: absolute;
  right: 0;
  top: 50%;
}

.slider-section .slider-controller a {
  cursor: pointer;
}

.slider-section {
  background-color: var(--black);
  color: var(--white);
}

.star-svg {
  color: var(--coral);
  width: 30px;
  height: 30px;
}

.rating-stars {
  display: flex;
  flex-direction: row;
}

/* versus boxes */
.versus-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
}

.versus-box {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  height: 100%;
  padding: 2.5rem 2rem;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  background-color: var(--transparent);
  text-decoration: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  box-shadow: 0 4px 10px #0000001a;
  width: 500px;
}

.vs-text {
  font-family: ivyjournal, sans-serif;
  font-size: 96px;
  font-style: italic;
  font-weight: 400;
}

.pick-location-section .content-wrap {
  padding: 0px;
}


.teal-color {
  color: var(--turquoise);
}

.section-title {
  margin: 0px;
}


.sliding-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: var(--black);
  color: #fff;
  text-align: center;
  padding: 24px 0;
  z-index: 1000;
  /* Hidden by default */
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(.77, 0, .18, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  font-size: 1.1rem;
}

.sliding-banner.show-banner {
  display: none;
  transform: translateY(0);
}

.custom-dropdown {
  position: relative;
}

.custom-dropdown-selected:after {
  content: "";
}

.custom-dropdown-selected {
  display: block;
  user-select: none;
}

.custom-dropdown-options {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  margin: 0;
  padding: 20px;
  list-style: none;
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  z-index: 2000;
  height: auto;
  border-radius: 12px;
}

.custom-dropdown.open .custom-dropdown-options {
  display: block;
}

.custom-dropdown-options li {
  padding: 0.5em 1em;
  cursor: pointer;
  transition: background 0.15s;
}

.custom-dropdown-options li:hover,
.custom-dropdown-options li:focus {
  background: #f0f0f0;
  outline: none;
}

.sliding-banner-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1192px;
  margin: 0 auto;
  align-items: center;
}

.sliding-banner-logo {
  width: 120px;
}

.sliding-banner-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}


@media only screen and (max-width: 1024px) {
  .jump-links-container {
    display: none;
  }

  .sliding-banner.show-banner {
    display: block;
  }

  .sliding-banner-content {
    padding: 0 32px;
  }


  .slider-section .slider-content .slider-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 40%;
  }

  .slider-section .slider-content .slider-badges img {
    width: 100%;
  }

  .slider-section .slider-content {
    align-items: center;
  }

  .download-curriculum-section {
    padding: 56px 0px;
  }

  .instructors-section {
    padding: 56px 0px;
  }

  .end-of-certification {
    padding: 56px 0px;
  }

  .whats-included {
    padding-bottom: 56px;
  }

  .get-resources {
    padding-bottom: 56px;
  }

  .pro-plus-membership-section .pro-plus-heading-content {
    width: 58ch !important;
  }

  .benefits-section {
    padding: 56px 0px 112px;
  }

  .choose-the-way-section {
    padding-bottom: 56px;
  }

  .versus-section {
    padding: 56px 0px;
  }

  .faq-section {
    padding: 56px 0px;
  }

  .table-item {
    width: 36%;
    min-width: 36%;
  }

  .get-resources-image {
    width: 450px;
  }

  .versus-boxes {
    gap: 40px;
  }

  .versus-section .versus-content {
    width: 55ch;
  }

  .whats-included-content .heading-column {
    width: 300px;
    min-width: auto;
  }

  .table-heading-wrapper,
  .table-heading-wrapper-left-align {
    min-width: auto;
    width: 22%;
  }

  .table-heading-group {
    padding: 16px;
    align-items: flex-end;
  }

  .table-content-group {
    padding: 16px;
  }

  .whats-included-content {
    flex-direction: column;
  }

  .whats-decal-2 {
    display: none;
  }

  .choose-the-way-heading {
    width: 100%;
  }

  .end-of-certification h2 {
    flex: 1;
  }

  .instructors-list {
    grid-template-columns: 1fr 1fr;
  }

  .display-flex {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-section .slide-content {
    padding: 0;
  }

  .slider-section .slider-controller {
    top: 82%;
  }

  img.overview-decal-1 {
    left: 0;
    top: 160px;
  }
}


@media only screen and (max-width: 600px) {

  .timetable-tab-buttons {
    flex-direction: column;
  }

  .timetable-tab-buttons .tab-button {
    width: 100% !important;
  }
  
  .timetable-details .tab-contents {
    display: block !important;
  }

  .timetable-tab-content {
      flex-direction: column !important;
  }

  .timetable-columns {
      flex-direction: column !important;
  }

  .custom-dropdown-options.jump-links-container {
    top: 90px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
  }

  .custom-dropdown {
    position: unset;
  }

  .sliding-banner-ctas .btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  h1,
  .certification-section .banner-content h1 {
    font-size: 48px;
    line-height: .9;
    letter-spacing: -3px;
  }

  h2,
  h2 .text-italic {
    font-size: 42px;
    line-height: .9;
    letter-spacing: -3px;
  }

  .overview-section .whats-included-content {
    flex-direction: column;
    gap: 24px;
  }

  .overview-section {
    padding: 56px 0px;
  }

  .overview-section .whats-included-content .whats-included-content-text {
    width: 100%;
  }

  img.overview-decal-1 {
    display: none;
  }

  .graph-section .container {
    display: flex;
    flex-direction: column;
  }

  .graph-section .header {
    text-align: center;
  }

  .graph-section .header img {
    top: -57px;
    left: 50%;
    width: 137px;
    transform: translate(-50%, 10px);
  }

  .slider-section .slider-content {
    display: flex;
    flex-direction: column;
  }

  .slider-section .slider-content .slider-badges,
  .slider-section .slider-content .slider-wrapper {
    width: 100%;
  }

  .slider-section .slider-controller {
    top: 95%;
  }

  .half-content {
    width: 100%;
  }

  .instructors-section h2 .instructors-decal-1 {
    display: none;
  }

  .instructors-list {
    grid-template-columns: 1fr;
  }
}

.instructors-section {
    background-color: var(--black);
    color: var(--white);
}

.instructors-section .instructor-item {
    color: var(--black);
}

.partners-ratings {
    padding: 0px;
}

/* 
  End Certification Section
*/
.end-of-certification {
    background-color: var(--white);
    color: var(--black);
}

/* 
  Whats included section
*/
.whats-included {
    background-color: var(--white);
    color: var(--black);
}

.whats-included-list-item {
    border-color: var(--dark-gray);
}

/* 
  get resources section
*/
.get-resources {
    background-color: var(--white);
    color: var(--black);
}

.pro-plus-membership-section {
    background-color: var(--black);
    color: var(--white);
}

/* 
  timetable section
*/
.timetable-tab-buttons {
    display: flex;
    padding: 10px;
    border: 1px solid var(--black);
    border-radius: 12px;
    gap: 12px;
}

.timetable-tab-buttons .tab-button {
    flex: 1;
    width: 25%;
}

.timetable-tab-content {
    display: none;
    flex-direction: row;
    gap: 24px;
}
.timetable-tab-content.active {
    display: flex;
}

.timetable-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.timetable-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1192px;
    margin: 0 auto;
}

.timetable-tabs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.timetable-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.timetable-item * {
    font-size: 14px;
}
.timetable-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.timetable-item li {
    background-image: url('/assets/certification-microsite/images/custom-bullet-icon.svg');
    background-repeat: no-repeat;
    padding-left: 32px;
    background-position: 0 3px;
    margin: 8px 0px;
}

.timetable-columns {
    display: flex;
    flex-direction: row;
    gap: 24px;
}