.grade_excellent {
  border-radius: 7px;
  border: 1px solid #493B12;
  background: #262112;
  color: #F6B83E;
  display: flex;
  gap: 10px;
  padding: 6px 20px;
  align-items: center;
  width: fit-content;
  font-size: 13px;
  margin-bottom: 35px;
}

.module_09 {
  max-width: 60%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.box-btn {
  display: flex;
  gap: 35px;
  justify-content: center;
}

.module_09 h3 {
  font-weight: 501;
  font-size: 28px;
  text-align: center;
}

.module_09 p {
  color: #A3A3A3;
  text-align: center;
}

.faq_tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.faq_tag {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #363636;
  font-size: 12px;
  color: #A3A3A3;
  cursor: pointer;
  transition: all 0.15s;
}

.faq_tag:hover {
  border-color: #565656;
  color: #FAFAFA;
}

.faq_tag.active {
  border-color: #F6B83E44;
  background: #56482B33;
  color: #F6B83E;
}

.faq_tag svg {
  flex-shrink: 0;
}

.faq_item {
  border-radius: 5px;
  overflow: hidden;
}

.faq_item:last-child {
  border-bottom: none;
}

.faq_question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  cursor: pointer;
  color: #FAFAFA;
  font-size: 14px;
  background: #262626;
  padding-left: 14px;
  padding-right: 14px;
}

.faq_question span {
  flex: 1;
}

.faq_chevron {
  stroke: #A3A3A3;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq_item.open .faq_chevron {
  transform: rotate(180deg);
}

.faq_icon_wrap {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 40px;
  font-size: 13px;
  color: #A3A3A3;
  background: #191919;
  line-height: 1.6;
}

.faq_item.open .faq_answer {
  max-height: 2000px;
  padding: 10px 0 14px 40px;
  border-top: 5px SOLID #121212;
}

.faq_list .faq_item:not(:first-child) {
  margin-top: 20px;
}

.container_faq {
  margin-top: 30px;
}

.container_faq h2 {
  color: #FAFAFA;
}

.faq_answer p {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #A3A3A3;
  line-height: 1.6;
}

.module_10 h2 {
  font-weight: 501;
  font-size: 28px;
}

.faq_answer ul {
  margin: 0 0 12px 0;
  padding-left: 18px;
}

.faq_answer ul li {
  font-size: 13px;
  color: #A3A3A3;
  line-height: 1.7;
}

.faq_answer strong {
  color: #FAFAFA;
  font-weight: 500;
}

.faq_section {
  border-top: 1px solid #262626;
  margin-top: 14px;
  padding-top: 14px;
}

.faq_section_title {
  font-size: 14px;
  font-weight: 500;
  color: #FAFAFA;
  margin-bottom: 10px;
}

.container_faq a {
  text-decoration: underline;
}

.module_09 strong {
  color: #FAFAFA;
  font-weight: strong;
}

.box-btn .second {
  background: #121212 !important;
  color: #FAFAFA;
  font-weight: initial;
}

.module_08 h3 {
  font-weight: 501;
  font-size: 28px;
  margin: initial;
}

.landing-btn {
  padding: 9px;
    padding-right: 9px;
    padding-left: 9px;
  background: #FAFAFA;
  color: #121212;
  font-weight: 601;
  border-radius: 9px;
  cursor: pointer;
  padding-left: 17px;
  padding-right: 17px;
  border: 1px SOLID #FAFAFA;
  transition: .2s;
}

.line_title {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.module_07 .grid strong {
  font-weight: 701;
  color: #FAFAFA;
}

.line_title span {
  color: #FAFAFA;
  font-size: 18px;
  font-weight: 501;
}

.line-svg {
  max-width: 20px;
  min-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 7px;
  margin-top: initial !important;
  display: flex;
}

.why-us__ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.why-us__ p {
  margin: initial !important;
}

.module_07 h3 {
  font-weight: 501;
  font-size: 28px;
}

.middle-m8 {
  padding: 2.5rem;
  border: 3px solid #919191;
  border-radius: .75rem;
  background: #181818;
  display: flex;
  justify-content: space-between;
  box-sizing: initial !important;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: #A3A3A3;
}

.module_07 p {
  color: #A3A3A3;
}

.module_07 {
  max-width: 70%;
  margin: auto;
  margin-bottom: 100px;
}

.top {margin-top: 15px !important}

.note-demo {
  margin: auto;
  display: block;
  max-width: 330px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.icon_excellent {
  width: 17px;
  display: flex;
}

.grade_excellent img {
  width: 100%;
}

.module_05 {
  max-width: 70%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.module_05 p {
  color: #A3A3A3;
}

.module_05 h3 {
  font-weight: 501;
  font-size: 28px;
}

.hero_flex {
  display: flex;
  gap: 40px;
}

.hero-content {
  flex: 0 0 60%;
  max-width: 60%;
}

.hero-visual {
  flex: 0 0 40%;
  max-width: 40%;
}

.hero_flex h1 {
  color: #FAFAFA;
  font-size: 31px;
  font-weight: 501;
  max-width: 80%;
  margin-bottom: 30px;
}

.hero_flex .text-primary {
  color: #F6B83E;
}

.hero_flex p {
  color: #A3A3A3;
  font-size: 19px;
  line-height: 30px;
}

.md p strong {
  color: #FAFAFA;
  font-weight: initial;
}

.hero_flex p strong {
  color: #FAFAFA;
  font-weight: initial;
}

.box-btn {
  display: flex;
  gap: 35px;
}

.landing-btn {
  padding: 9px 17px;
  background: #F6B83E;
  color: #121212;
  font-weight: 601;
  border-radius: 9px;
  cursor: pointer;
  border: 1px solid #F6B83E;
  transition: .2s;
}

.box-btn .second {
  background: #121212 !important;
  border: 1px solid #FAFAFA;
  color: #FAFAFA;
  font-weight: initial;
}

.pcc-divider {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}

.pcc-divider__line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.15)
  );
}

.pcc-divider__line + .pcc-divider__logo + .pcc-divider__line,
.pcc-divider__logo ~ .pcc-divider__line {
  background: linear-gradient(
    to left,
    transparent,
    rgba(255, 255, 255, 0.15)
  );
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  text-align: initial;
  color: #A3A3A3;
}

ul li strong {
  color: #FAFAFA;
}

ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #FAFAFA;
  border-radius: 50%;
}

.reduce {
  margin-left: 3%;
}

.pcc-divider__logo {
  width: 60px;
  height: auto;
  margin: 0 20px;
}

.show_module {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 10%;
}

.s_active svg path {
  fill: #121212 !important;
  stroke: #121212 !important;
}

.md p {
  margin: initial;
  margin-bottom: 15px;
  color: #A3A3A3;
}

.s_active {
  padding-left: 8px;
  color: #FAFAFA !important;
  font-weight: 501;
}

.switch:hover {
  padding-left: 8px;
}

.s_active:hover .arrow {
  background: #A3A3A3 !important;
}

.switch:hover .arrow {
  background: #292929;
}

.s_active .arrow {
  background: #A3A3A3;
}

.arrow {
  width: 30px;
  height: 30px;
  border-radius: 99px;
  position: relative;
  transform: rotate(-90deg);
  transition-duration: .2s;
}

.arrow svg {
  width: 55%;
  height: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.switch {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px SOLID #474747;
  transition: .2s;
  cursor: pointer;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module_02 .container {
  padding: 25px !important;
}

.module_03 h3 {
  font-weight: 501;
  font-size: 28px;
}

.module_02 h3 {
  margin: initial;
}

.module_02 p strong {
  color: #FAFAFA;
  font-weight: initial;
}

.underline {
  text-decoration: underline;
}

.module_02 p {
  color: #A3A3A3;
  line-height: 23px;
  margin: initial;
  margin-top: 20px;
}

.module_04 h3 {
  font-weight: 501;
  font-size: 28px;
}

.module_04 .container {
  padding: 1.5rem !important;
}

.module_04 .elem_title {
  font-weight: 501;
  font-size: 17px;
  text-decoration: underline;
}

.module_08 p {
  color: #A3A3A3;
  margin: initial;
  margin-bottom: 20px;
}

.module_04 p {
  color: #A3A3A3;
}

.module_04 p strong {
  color: #FAFAFA;
  font-weight: initial;
}

.grid_elem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}

.image_02 img {
  width: 100%;
}

.image_02 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.module_02 {
  margin-top: 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.m04_subtitle {
  max-width: 65%;
  margin-top: -28px;
  margin-bottom: 25px;
  color: #A3A3A3;
}

.md_title {
  font-weight: 501;
  font-size: 17px;
  margin-bottom: 30px;
  text-decoration: underline;
}

.module_01 {
  max-width: 65%;
  margin: auto;
  margin-top: 30px;
}

.module_01 h2 {
  font-weight: 501;
  font-size: 32px;
  line-height: 40px;
  color: #FAFAFA;
  text-align: center;
}

.module_01 p {
  color: #A3A3A3;
}

.module_01 a {
  color: #F6B83E;
  transition: .2s;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-content: center;
}

.module_01 a:hover {
  text-decoration: underline;
}

.module_01 a svg {
  width: 15px;
  margin-left: 5px;
}

.gradetool-card strong {
  color: #FAFAFA;
  font-weight: initial;
}

.switch_mod {
  position: sticky;
  top: 100px;
}

.sm_title {
  font-size: 17px;
  color: #FAFAFA;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 501;
}

.nm {margin-left: initial !important;}

.gradetool-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  padding: 40px !important;
  margin-top: 120px;
}

.gradetool-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.gradetool-content ul li {
  padding-left: 16px;
  color: #FAFAFA;
}

.gradetool-content h3 {
  font-weight: 501;
  font-size: 28px;
  margin: initial;
  color: #FAFAFA;
}

.gradetool-content ul li::before {
  top: 7px;
}

.module_06 .show_module {
  grid-template-columns: 4fr 5fr;
}

.s_title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.s_title div:first-child {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FAFAFA;
  color: #121212;
  font-size: 19px;
  font-weight: 901;
  line-height: 1;
}
.module_06 .show_module .md p {
  margin-left: 45px;
}

.s_title div:last-child {
  font-size: 17px;
  color: #FAFAFA;
}

.module_06 {
  margin-top: 160px;
  margin-bottom: 110px;
}

.gradetool-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gradetool-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
  border: 1px SOLID #1D1D1D;
  border-radius: 20px;
  background: #151515;
}

.gradetool-visual img {
  width: 100%;
}

.yellow {
  color: #F6B83E !important;
}

.subgrade-table {
  width: 100%;
  max-width: 750px;
  border-collapse: collapse;
  font-family: Inter, sans-serif;
  font-size: 15px;
  border-right: 1px solid #363636;
}

.subgrade-table th {
  background-color: #262626;
  color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 14px 16px;
}

.subgrade-table td {
  padding: 16px;
  text-align: left;
  border-right: 1px solid #363636;
}

.subgrade-table tr td:first-child {
  background: #363636;
  border-bottom: 6px solid #262626;
}

.subgrade-table tr td:not(:first-child) {
  color: #A3A3A3;
}

.subgrade-table tr:last-child td:first-child {
  background: #363636;
  border-bottom: initial !important;
}

.subgrade-table tbody tr:not(:last-child) td {
  border-bottom: 6px solid #262626;
}

.subgrade-table th:not(:last-child),
.subgrade-table td:not(:last-child) {
  border-right: 4px solid #262626;
}

.subgrade-table tbody tr:last-child {
  border-bottom: 1px solid #363636 !important;
}

.debug_img {
  color: red;
  font-weight: 701;
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}