.wrapper {
            background-color: #262626 !important;
            margin-bottom: 10px;
            border-radius: 5px;
            -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
            box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
            border-bottom: 2px solid #262626;
            border-top: 1px solid #262626;
            box-shadow: 0 1px 0 2px #262626;
            color: #FAFAFA;
        }


        .toggle {
            width: 100%;
            padding: 10px 20px;
            background-color: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 16px;
            color: #FAFAFA;
            font-weight: 600;
            border: none;
            outline: none;
            cursor: pointer;
            position: relative;
            padding-left: 57px;
            transition: color .3s ease;
        }
        .content-- {
            position: relative;
            font-size: 15px;
            text-align: justify;
            line-height: 17px;
            height: 0;
            overflow: hidden;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            padding: 0px 20px;
            background: #3E3E3E;
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
        }
.questions__separator {
  border: 2px solid #515160;
  border-radius: 100%;
  flex-shrink: 0;
  height: 22px;
  left: 19px;
  position: absolute;
  top: 7px;
  transition: border-color .3s ease;
  width: 22px;
}

.questions__separator-line:first-child {
  transition: opacity .3s ease;
}
.questions__separator-line {
  background-color: #cdcdcf;
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
  z-index: 1;
}

.questions__separator-line:nth-child(2) {
  height: 2px;
  left: 6px;
  top: 10px;
  transition: background-color .3s ease;
  width: 10px;
}

.header-grade-report-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.header-grade-report-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-grade-report-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-grade-report-title:hover i {
  margin-right: 15px;
}

.title-grading {
  font-weight: 501;
  font-size: 32px;
  line-height: 29px;
  color: #FAFAFA;
  text-align: center;
  line-height: 40px;
}

.head-module {
	max-width: 70%;
	margin: auto;
	text-align: center;
  display: block;
}

.b-20 {
  margin-bottom: 20px !important;
}

.head-module span {
  display: block;
	color: #A3A3A3;
	max-width: 80%;
	display: block;
	margin: auto;
  margin-top: 5px;
  text-align: initial !important;
}

.desc-module {
	border-bottom: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 75%;
  margin: auto;
  margin-top: 5em;
}

.title-desc {
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 501;
}

.desc-module span {
	color: #A3A3A3;
	display: block;
}

.desc-module span:not(:last-child) {
	margin-bottom: 15px;
}

.grade-img {
  position: relative;
  height: fit-content;
}

.grade-img img {
  width: 100%;
}

.sub-container .desc {
  color: #FAFAFA;
  margin-top: -30px;
}

.sub-container {
  display: block;
}

.sub-container .title-desc {
  color: #FAFAFA;
}

.sub-container span:not(:last-child) {
  margin-bottom: 15px;
}

.sub-container span {
  display: block;
}

.grid-grade-report {
  margin-top: 5em !important;
	display: grid;
	grid-template-columns: 1fr 1.2fr 2fr;
  grid-template-areas: "d1 d2 d3";
  gap: 5%;
  font-size: 14px;
  color: #A3A3A3;
}

#elem_01 {
  grid-area: d1;
}

#elem_02 {
  grid-area: d2;
}

#elem_03 {
  grid-area: d3;
}

.line-svg {
  margin-right: 10px;
  display: flex;
  max-width: 100%;
  height: fit-content;
  margin-top: 2px;
}

.grid-why div {
  display: flex;
  margin-top: 5px;
  font-size: 15px;
}

.mod {
	margin-top: 5em !important;
	padding: 40px !important;
	max-width: 90%;
	margin: auto;
}

.grid-why strong {
	color: #F6B83E;
}

.round {
	font-size: initial;
  padding: 5px;
  line-height: 0;
  width: 16px;
  height: 16px;
  background-color: #121212;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  color: #F6B83E;
  font-weight: 801;
  aspect-ratio: 1 / 1;
  margin-right: 5px;
  margin-top: -4px !important;
  border: 1px solid #363636;
}

.container-dot {
	display: block !important;
	padding-left: 30px;
  padding-right: 30px;
}

.container-dot div:not(:last-child) {
	margin-bottom: 22px;
}

.container-dot:first-child {
	border-right: 2px SOLID #121212;
}

.mod2 {
	gap: initial !important;
}

.mod3 .title-desc {
	margin-bottom: 6px !important;
}

.details {
	margin-left: 20px;
	margin-bottom: 35px;
}

.details strong {
	color: #F6B83E;
}

.details div:not(:last-child) {
	margin-bottom: 5px;
}

.top a {
	text-decoration: underline;
}

.ending {
	margin-top: 5em !important;
	max-width: 80%;
  margin: auto;
}

.ending .title-desc {
	font-style: italic;
	margin-bottom: 6px;
} 

.ending span {
	color: #A3A3A3;
	font-style: italic;
}

.certified {
	color: #121212;
  font-weight: 701;
  display: block;
  width: fit-content;
  margin: auto;
  text-decoration: unset !important;
  margin-top: 20px;
  background: #A3A3A3;
  padding-top: .99rem;
  padding-bottom: .99rem;
  transition-duration: .2s;
  border-radius: .375rem;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 85px;
}

.certified:hover {
	transition: .2s;
  background: #bbb;
  transform: scale(1.03);
}

.certified div {
	text-align: center;
  font-weight: 501;
  font-size: 17px;
}

.el_01 {
  width: 53%;
  height: 4%;
  position: absolute;
  top: 10.3%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

.el_02 {
  width: 90%;
  height: 20%;
  position: absolute;
  top: 22.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .2;
}

.el_03 {
  width: 95%;
  height: 34%;
  position: absolute;
  top: 50.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .2;
}

.el_04 {
  width: 71%;
  height: 14%;
  position: absolute;
  top: 74.8%;
  left: 55%;
  transform: translate(-50%, -50%);
  opacity: .2;
}

.el_active {
  background: #F00 !important;
}

#el_02 {
  display: none;
}

#el_03 {
  display: none;
}

#el_04 {
  display: none;
}

#el_05 {
  display: none;
}

.nav_active {
  color: #FAFAFA !important;
  font-weight: 501;
}

.nav {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #A3A3A3;
  transition: .2s;
  cursor: pointer;
  border-bottom: 1px solid #A3A3A3;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav_active svg path {
  fill: #121212 !important;
  stroke: #121212 !important;
}

.nav_active:hover .arrow {
  background: #A3A3A3 !important;
}

.nav:hover .arrow {
  background: #292929;
}

.nav_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%);
}

.li-title {
  color: #F6B83E;
  font-weight: 601;
  font-size: 17px;
  margin-bottom: 5px;
}

.li-demo strong {
  color: #F6B83E;
}

.li .desc {
  padding-left: 17px;
  color: #FAFAFA;
  margin-top: initial !important;
}

.center {
  width: fit-content;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 40px;
}

.ul {
  padding: 25px;
}

.ul .li:not(:last-child) {
  margin-bottom: 25px;
}

.example {
  padding-left: 17px;
  display: flex;
  margin-top: 6px;
}

.desc-- {
  color: #F6B83E;
  font-weight: 501;
}

.flex-demo {
  display: flex;
}

.flex-demo .line-svg-- {
  max-width: 16px;
  min-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 8px;
  margin-top: initial !important;
  display: flex;
}

.ul .flex-demo:not(:last-child) {
  margin-bottom: 10px;
}

.more span strong {
  color: #F6B83E;
}

.grid-next {
  margin-top: 9em !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7%;
  color: #A3A3A3;
  max-width: 80%;
  margin: auto;
}

.title-n {
  font-size: 21px;
  font-weight: 501;
  color: #FAFAFA !important;
  margin-bottom: 10px;
}

.container-b {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}

.container-image {
  margin-top: 1em;
}

.container-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.icon {
  width: 2.8em;
  margin-bottom: 8px;
}

.subtitle {
  color: #A3A3A3;
  display: block;
}

.mod .subtitle:not(:first-child) {
  margin-bottom: 15px;
}

.mod .title-desc {
  margin-bottom: 5px !important;
}

.grid-why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  font-size: 14px;
  color: #A3A3A3;
}

.mod2 {
  gap: initial !important;
}

.round {
  font-size: initial;
  padding: 5px;
  line-height: 0;
  width: 16px;
  height: 16px;
  background-color: #121212;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  color: #F6B83E;
  font-weight: 801;
  aspect-ratio: 1 / 1;
  margin-right: 5px;
  margin-top: -4px !important;
  border: 1px solid #363636;
}

.container-dot {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;
}

.content-- {
  text-align: initial;
}

.container-dot div:not(:last-child) {
  margin-bottom: 22px;
}

#elem_m {display: none}

.container-dot:first-child {
  border-right: 2px SOLID #121212;
}

.title-grid-- {
  color: #F6B83E;
  font-weight: 701;
  margin-bottom: 0px !important;
}

.subtitle-grid-- {
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .grade-img {
    margin-top: 35px !important;
  }
  .desc-module {
    max-width: 95%;
  }
  .sub-container {
    margin-top: 35px !important;
  }
  .grid-next {
    display: block;
  } 
  .container-b span {
    margin-top: initial !important;
  }
  .container-b:last-child {
    margin-top: 85px;
  }
  .mod2 {display: block}
  .mod {
    margin-bottom: 175px;
    padding: 15px !important;
    max-width: initial;
  }
  .ul {
    padding: 10px;
  }
  .desc-- {margin-top: 7px;}
  #elem_01 {display: none}
  #elem_03 {display: none}
  #elem_m {display: block}
  .grid-grade-report {
    grid-template-columns: 1fr;
    grid-template-areas:
      "d2"
      "d1"
      "d3";
      margin-top: initial !important;
  }
  .container-dot {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  #elem_03 {margin-top: -70px; margin-bottom: 40px}
  .container-dot:first-child {border-bottom: 2px SOLID #121212; padding-bottom: 25px}
  .container-dot {border-right: initial !important; margin-top: 20px; margin-bottom: 35px}
}