:root {
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --font-size-h4: 22px;

  --font-size-mobile-h1: 36px;
  --font-size-mobile-h2: 28px;
  --font-size-mobile-h3: 22px;
  --font-size-mobile-h4: 20px;

  --font-weight-heading: 600;

  --font-size-uppercase-subtitle: 20px;
  --font-size-mobile-uppercase-subtitle: 18px;
  --font-weight-uppercase-subtitle: 500;

  --font-size-captions: 18px;
  --font-size-mobile-captions: 16px;
  --font-weight-captions: 500;

  --font-size-big-text: 18px;
  --font-size-mobile-big-text: 16px;
  --font-weight-big-text: 400;

  --font-size-epic: 48px;
  --font-size-mobile-epic: 40px;
  --font-weight-epic: 600;

  --font-size-epic-details: 24px;
  --font-size-mobile-epic-details: 22px;
  --font-weight-epic-details: 400;

  --font-size-details: 20px;
  --font-size-mobile-details: 16px;
  --font-weight-details: 400;

  --font-size-label: 16px;
  --font-weight-label: 400;

  --font-size-body: 16px;

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
}

.section-pricing {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: var(--font-size-body);
  line-height: 160%;
}

.section-pricing h1 {
  font-family: "Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: var(--font-size-mobile-epic);
  font-weight: var(--font-weight-heading);
  color: #000;
  margin: 24px 0;
  text-align: center;
}

.section-pricing h2 {
  margin: 24px 0 16px;
  font-family: "Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: var(--font-size-mobile-h2);
  font-weight: var(--font-weight-heading);
  line-height: 120%;
  color: #000;
  text-align: center;
}

.section-pricing h2 strong {
  font-weight: var(--font-weight-heading);
  color: #219653;
}

.section-pricing h2.section__title {
  margin: 0 0 24px;
}

.section-pricing .tabs {
  overflow: visible;
}

.section-pricing .tabs input[type=radio] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#pricing__ei:checked ~ .tabs__labels label[for="pricing__ei"],
#pricing__personal:checked ~ .tabs__labels label[for="pricing__personal"] {
  color: #0B72EA;
}

#pricing__ei:checked ~ .tabs__labels label[for="pricing__ei"]::before,
#pricing__personal:checked ~ .tabs__labels label[for="pricing__personal"]::before {
  height: 4px;
}

#pricing__ei:checked ~ .tabs__contents .tab__content__ei,
#pricing__personal:checked ~ .tabs__contents .tab__content__personal {
  display: block;
}

.pricing__faq__ei,
.pricing__faq__personal {
  display: none;
}

#pricing__ei:checked ~ .pricing__faq .pricing__faq__ei,
#pricing__personal:checked ~ .pricing__faq .pricing__faq__personal {
  display: block;
}

.section-pricing .tabs__labels {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(0,0,0,.1);
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.section-pricing .tabs__labels label {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  font-family: "Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: var(--font-size-mobile-details);
  font-weight: var(--font-weight-details);
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.section-pricing .tabs__labels label:hover,
.section-pricing .tabs__labels label:focus {
  color: #0B72EA;
}

.section-pricing .tabs__labels label::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-color: #0B72EA;
  border-radius: 4px 4px 0 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.tab__content__ei,
.tab__content__personal {
  display: none;
}

.tab__content__first {
  font-family: "Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: var(--font-size-mobile-uppercase-subtitle);
  line-height: 160%;
}

.first__subtitle {
  max-width: 740px;
  margin: 0 auto 48px;
  font-size: var(--font-size-mobile-h3);
  font-weight: var(--font-weight-heading);
  line-height: 145%;
  text-align: center;
}

.first__logo-personal {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto 48px;
}

.first__list {
  max-width: 940px;
  margin: 0 auto 16px;
}

.tab__content__ei .first__list {
  max-width: 580px;
}

.first__list li {
  position: relative;
  font-size: var(--font-size-mobile-h4);
  line-height: 145%;
  margin-bottom: 24px;
  padding-left: 60px;
}

.first__list li::before {
  content: '';
  width: 44px;
  height: 44px;
  position: absolute;
  top: -8px;
  left: 0;
  background: url(/capti-site/themes/capti/images/buy-capti/ico_circle-check@2x.webp) center center no-repeat;
  background-size: contain;
}

.no-webp .first__list li::before {
  background-image: url(/capti-site/themes/capti/images/buy-capti/ico_circle-check@2x.png)
}

.first__logos__list {
  padding: 16px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin: -24px 0 24px;
}

.first__logos__list li a {
  font-family: "Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  display: block;
  position: relative;
  padding: 0 0 0 70px;
  font-size: var(--font-size-mobile-h3);
  font-weight: 700;
  line-height: 120%;
  color: #0B72EA;
  transition: color 0.3s ease;
}

.first__logos__list li a::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/capti-site/themes/capti/images/home-v10/img-solutions-accommodate.4a53427b.svg") center center no-repeat;
  background-size: contain;
}

.first__logos__list li:nth-of-type(2) a::before {
  background-image: url("/capti-site/themes/capti/images/home-v10/img-solutions-assess.9c893f92.svg");
}

.first__logos__list li:nth-of-type(3) a::before {
  background-image: url("/capti-site/themes/capti/images/home-v10/img-solutions-higher_ed.c3e32ab4.svg");
}

.first__logos__list li a:hover,
.first__logos__list li a:focus {
  color: #000;
  text-decoration: none;
}

.first__logos__list li + li {
  margin-top: 24px;
}

.first__link {
  text-align: center;
}

.tab__content__banner {
  background: linear-gradient(133.79deg, #E3FDF5 23.62%, #FFE6FA 91.46%);
  border-radius: 30px;
  padding: 25px 30px 20px;
  margin-top: 32px;
}

.banner__text {
  margin: 0 0 24px;
  font-size: var(--font-size-mobile-epic-details);
  line-height: 145%;
  text-align: center;
  color: #000;
}

.banner__text a {
  font-weight: var(--font-weight-bold);
  color: #000;
}

.banner__btn {
  text-align: center;
  margin: 0;
}

.banner__btn a {
  display: inline-block;
  background: transparent;
  font-family: "Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: var(--font-size-mobile-uppercase-subtitle);
  font-weight: var(--font-weight-uppercase-subtitle);
  line-height: 1.42857;
  color: white;
  padding: 10px 16px;
  border-radius: 40px;
  background: #0B72EA;
  border: 2px solid #0B72EA;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease
}

.banner__btn a:hover,.banner__btn a:focus {
  background: transparent;
  text-decoration: none;
  color: #0B72EA
}

.pricing__table,
.pricing__faq {
  margin-top: 50px;
}

.pricing__table {
  font-family: "Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.pricing__table table {
  position: relative;
  overflow-x: auto;
  z-index: 1;
}

.pricing__table table::before {
  content: '';
  border-radius: 24px;
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  width: 25%;
  background: linear-gradient(133.79deg, #E3FDF5 23.62%, #FFE6FA 91.46%);
  z-index: -1;
}

.pricing__table thead th {
  font-size: var(--font-size-mobile-h4);
  font-weight: var(--font-weight-heading);
  text-align: center;
  padding: 24px 16px;
  min-width: 150px;
  border-radius: 24px 24px 0 0;
}

#pricing__ei:checked ~ .pricing__table tbody td:nth-of-type(1),
#pricing__personal:checked ~ .pricing__table tbody td:nth-of-type(2) {
  background: none;
}

.pricing__table tbody th,
.pricing__table tbody td {
  font-size: var(--font-size-mobile-big-text);
  font-weight: var(--font-weight-big-text);
  line-height: 145%;;
  padding: 16px;
  background-color: #FAF9FA;
  border-top: 2px solid rgba(255,255,255,.6);
}

.pricing__table tbody th {
  border-radius: 16px 0 0 16px;
  border-right: 2px solid white;
  text-align: left;
}

.pricing__table tbody td {
  min-height: 80px;
  text-align: center;
}

.pricing__table tbody td span {
  display: inline-block;
  max-width: 200px;
}

.pricing__table tbody td:nth-of-type(1),
.pricing__table tbody td:nth-of-type(2) {
  width: 25%;
}

.pricing__table tbody td:last-of-type {
  border-radius: 0 16px 16px 0;
}

.pricing__faq .faq__list {
  margin-top: 36px
}

@media (max-width: 599px) {
  .pricing__table table::before {
    width: 150px;
  }

  #pricing__ei:checked ~ .pricing__table colgroup col:nth-of-type(3),
  #pricing__ei:checked ~ .pricing__table thead th:nth-of-type(3),
  #pricing__ei:checked ~ .pricing__table tbody td:nth-of-type(2) {
    display: none;
  }

  #pricing__personal:checked ~ .pricing__table colgroup col:nth-of-type(2),
  #pricing__personal:checked ~ .pricing__table thead th:nth-of-type(2),
  #pricing__personal:checked ~ .pricing__table tbody td:nth-of-type(1) {
    display: none;
  }
}

@media (min-width: 600px) {
  #pricing__ei:checked ~ .pricing__table table::before {
    right: 25%;
  }
}

@media (min-width: 768px) {
  .section-pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .first__logos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 48px;
    margin-top: -16px;
    margin-bottom: 48px;
  }

  .first__logos__list li + li {
    margin-top: 0;
  }

  .tab__content__banner {
    padding: 25px 40px 20px;
  }
}

@media (min-width: 1024px) {
  .section-pricing h1 {
    font-size: var(--font-size-epic);
    margin-bottom: 60px;
  }

  .section-pricing h2 {
    margin: 48px 0 24px;
    font-size: var(--font-size-h2);
  }

  .section-pricing h2.section__title {
    font-size: var(--font-size-h3);
    margin: 0 0 24px;
  }

  .section-pricing .tabs__labels label {
    font-size: var(--font-size-details);
    letter-spacing: 1px;
    padding: 16px 32px;
  }

  .first__subtitle {
    font-size: var(--font-size-h3);
    margin-bottom: 70px;
  }

  .first__list li {
    font-size: var(--font-size-h4);
    padding-left: 70px;
    margin-bottom: 36px;
  }

  .first__list li::before {
    width: 56px;
    height: 56px;
    top: -12px;
  }

  .first__logos__list li a {
    font-size: var(--font-size-h3);
    padding-left: 90px;
  }

  .first__logos__list li a::before {
    width: 70px;
    height: 70px;
  }

  .first__link {
    font-size: var(--font-size-details);
  }

  .first__link a::after {
    width: 14px;
    height: 14px;
  }

  .tab__content__banner {
    border-radius: 60px;
    padding: 50px 40px 40px;
    margin-top: 64px;
  }

  .banner__title {
    font-size: var(--font-size-h1);
    margin-bottom: 48px;
  }

  .banner__text {
    font-size: var(--font-size-epic-details);
    margin: 0 0 36px;
  }

  .banner__btn a {
    font-size: var(--font-size-details);
    padding: 10px 36px;
  }

  .pricing__table,
  .pricing__faq {
    margin-top: 100px;
  }

  .pricing__table tbody th,
  .pricing__table tbody td {
    font-size: var(--font-size-big-text);
  }
}
