/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.title-single-service {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 30px !important;
}
.title-single-service {
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .title-single-service {
    padding-bottom: 1.25rem;
  }
}
.title-single-service.hide-heading-title {
  display: none !important;
}

.sc-overview-program {
  padding-top: 10px;
}
.sc-overview-program {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .sc-overview-program {
    padding-bottom: 1.875rem;
  }
}
.sc-overview-program .lists-nav {
  gap: 50px;
  border-bottom: 1px solid #d0d0d0;
}
.sc-overview-program .lists-nav {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .sc-overview-program .lists-nav {
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-overview-program .lists-nav {
    gap: 20px;
  }
}
.sc-overview-program .lists-nav .nav-label {
  font-weight: 700;
  color: #676767;
}
.sc-overview-program .lists-nav .nav-label {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .sc-overview-program .lists-nav .nav-label {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-overview-program .lists-nav .nav-label {
    font-size: 1.5625rem;
  }
}
.sc-overview-program .lists-nav .nav-label {
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .sc-overview-program .lists-nav .nav-label {
    padding-bottom: 0.875rem;
  }
}
.sc-overview-program .lists-nav .nav-label.label-overview {
  color: #00a267;
  border-bottom: 1px solid #00a267;
  transition: all 0.2s;
}
.sc-overview-program .lists-nav .nav-label.label-overview a {
  color: #00a267;
}
.sc-overview-program .lists-nav .nav-label a {
  color: #676767;
}
.sc-overview-program .lists-nav .nav-label a:hover {
  color: #00a267;
}
.sc-overview-program .lists-content img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}

.sc-course-standards {
  background-color: #f2f2f2;
}
.sc-course-standards .wrapper .cell {
  width: 50%;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-course-standards .wrapper .cell {
    width: 100%;
  }
}
.sc-course-standards .wrapper .cell.cell-thumb {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-course-standards .wrapper .cell.cell-thumb {
    padding-right: 1.875rem;
  }
}
.sc-course-standards .wrapper .cell.cell-thumb .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.sc-course-standards .wrapper .cell.cell-thumb .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.3294117647);
}
.sc-course-standards .wrapper .cell.cell-content {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-course-standards .wrapper .cell.cell-content {
    padding-left: 2.25rem;
  }
}
.sc-course-standards .wrapper .cell.cell-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-course-standards .wrapper .cell.cell-content {
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .sc-course-standards .wrapper .cell.cell-content {
    padding-top: 20px;
  }
}
.sc-course-standards .wrapper .cell.cell-content .heading-title {
  margin-bottom: 15px;
}
.sc-course-standards .wrapper .cell.cell-content .desc {
  text-align: justify;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes {
  padding-top: 15px;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .title {
  font-weight: 800;
  line-height: 1.4;
  color: #2a2a2a;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .sc-course-standards .wrapper .cell.cell-content .course-outcomes .title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-course-standards .wrapper .cell.cell-content .course-outcomes .title {
    font-size: 1.5625rem;
  }
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists .item {
  margin-bottom: 12px;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists .item:last-child {
  margin-bottom: 0;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists .item .ic {
  transform: translateY(1px);
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists .item .ic {
  width: 1.375rem;
  height: 1.375rem;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists .item .ic svg {
  color: #00a267;
}
.sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists .item .text {
  padding-left: 12px;
  width: calc(100% - 42px);
}
@media only screen and (max-width: 63.99875rem) {
  .sc-course-standards .wrapper .cell.cell-content .course-outcomes .lists .item .text {
    width: 100%;
  }
}
.sc-course-standards .wrapper .cell.cell-content .btn-view {
  margin-top: 20px;
  background-color: #00a267;
  padding: 10px 30px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s;
  transform: translateY(0);
}
.sc-course-standards .wrapper .cell.cell-content .btn-view {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .sc-course-standards .wrapper .cell.cell-content .btn-view {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-course-standards .wrapper .cell.cell-content .btn-view {
    padding: 8px 22px;
  }
}
.sc-course-standards .wrapper .cell.cell-content .btn-view:hover {
  background-color: #04935f;
  transform: translateY(-2px);
}

.sc-course-content__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-course-content__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.sc-course-content__wrapper .course-curriculum {
  background-color: #ffffff;
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 40px 20px;
  border-radius: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-course-content__wrapper .course-curriculum {
    padding: 30px 15px;
  }
}
.sc-course-content__wrapper .course-curriculum .title-chapter {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .sc-course-content__wrapper .course-curriculum .title-chapter {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-course-content__wrapper .course-curriculum .title-chapter {
    margin-bottom: 2.5rem;
  }
}
.sc-course-content__wrapper .course-curriculum .title-chapter {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .sc-course-content__wrapper .course-curriculum .title-chapter {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-course-content__wrapper .course-curriculum .title-chapter {
    font-size: 1.875rem;
  }
}
.sc-course-content__wrapper .course-curriculum .list-lessons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-course-content__wrapper .course-curriculum .list-lessons .item {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .sc-course-content__wrapper .course-curriculum .list-lessons .item {
    margin-bottom: 1.625rem;
  }
}
.sc-course-content__wrapper .course-curriculum .list-lessons .item:last-child {
  margin-bottom: 0;
}
.sc-course-content__wrapper .course-curriculum .list-lessons .item .cover {
  width: 250px;
  border-radius: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-course-content__wrapper .course-curriculum .list-lessons .item .cover {
    width: 200px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-course-content__wrapper .course-curriculum .list-lessons .item .cover {
    width: 100%;
  }
}
.sc-course-content__wrapper .course-curriculum .list-lessons .item .cover .res {
  padding-top: 82%;
}
.sc-course-content__wrapper .course-curriculum .list-lessons .item .cover .res img {
  border-radius: 10px;
}
.sc-course-content__wrapper .course-curriculum .list-lessons .item .item-content {
  width: calc(100% - 250px);
  padding-left: 14px;
}
@media only screen and (max-width: 39.99875rem) {
  .sc-course-content__wrapper .course-curriculum .list-lessons .item .item-content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.sc-course-content__wrapper .course-curriculum .list-lessons .item .item-content .title {
  line-height: 1.3;
  margin-bottom: 12px;
}
.sc-course-content__wrapper .course-curriculum .list-lessons .item .item-content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .sc-course-content__wrapper .course-curriculum .list-lessons .item .item-content .title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-course-content__wrapper .course-curriculum .list-lessons .item .item-content .title {
    font-size: 1.625rem;
  }
}

.sc-box-img .wrapper {
  overflow: hidden;
  border-radius: 15px;
}
.sc-box-img .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.sc-box-img .wrapper .wrapper-content {
  padding: 250px 50px 50px;
  color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-box-img .wrapper .wrapper-content {
    padding: 60px 30px 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-box-img .wrapper .wrapper-content {
    padding: 60px 20px 30px;
  }
}
.sc-box-img .wrapper .wrapper-content .heading-title {
  color: #ffffff;
}
.sc-box-img .quote-group {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .sc-box-img .quote-group {
    padding-top: 3.125rem;
  }
}
.sc-box-img .quote-group .quote-content {
  color: #050506;
  font-weight: 700;
  line-height: 1.4;
}
.sc-box-img .quote-group .quote-content {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .sc-box-img .quote-group .quote-content {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-box-img .quote-group .quote-content {
    font-size: 1.5625rem;
  }
}
.sc-box-img .quote-group .quote-author {
  color: #4d4d4d;
  font-weight: 700;
  margin-top: 15px;
}

.sc-develop-program .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-develop-program .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sc-develop-program .wrapper .item {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-develop-program .wrapper .item {
    padding: 20px 12px;
  }
}
.sc-develop-program .wrapper .item .ic {
  width: 5.125rem;
  height: 5.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-develop-program .wrapper .item .ic {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
.sc-develop-program .wrapper .item .ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sc-develop-program .wrapper .item .content {
  width: calc(100% - 82px);
  font-weight: 600;
}
.sc-develop-program .wrapper .item .content {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .sc-develop-program .wrapper .item .content {
    font-size: 1.125rem;
  }
}
.sc-develop-program .wrapper .item .content {
  padding-left: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .sc-develop-program .wrapper .item .content {
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-develop-program .wrapper .item .content {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-develop-program .wrapper .item .content {
    width: calc(100% - 55px);
  }
}

.sc-why-choose_op1 .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-why-choose_op1 .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-why-choose_op1 .wrapper {
    padding-top: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sc-why-choose_op1 .wrapper .item {
  background-color: #eeeeee;
  border-radius: 15px;
  padding: 40px 20px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-why-choose_op1 .wrapper .item {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-why-choose_op1 .wrapper .item {
    padding: 26px 12px;
  }
}
.sc-why-choose_op1 .wrapper .item:hover {
  background-color: #00a267;
}
.sc-why-choose_op1 .wrapper .item:hover .content {
  color: #ffffff;
}
.sc-why-choose_op1 .wrapper .item .ic {
  background-color: #ffffff;
  margin: 0 auto 18px;
  border-radius: 50%;
}
.sc-why-choose_op1 .wrapper .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sc-why-choose_op1 .wrapper .item .ic {
  width: 4.625rem;
  height: 4.625rem;
}
.sc-why-choose_op1 .wrapper .item .ic img {
  object-fit: contain;
}
.sc-why-choose_op1 .wrapper .item .ic img {
  width: 2.25rem;
  height: 2.25rem;
}
.sc-why-choose_op1 .wrapper .item .content {
  color: #0f172a;
  font-weight: 600;
}
.sc-why-choose_op1 .wrapper .item .content {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .sc-why-choose_op1 .wrapper .item .content {
    font-size: 1.125rem;
  }
}
.sc-why-choose_op1 .img {
  margin-top: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .sc-why-choose_op1 .img {
    margin-top: 2.1875rem;
  }
}
.sc-why-choose_op1 .img img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.sc-why-choose_op2 {
  background-color: #ffffff;
}
.sc-why-choose_op2 .why-choose-bento {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sc-why-choose_op2 .why-choose-bento__top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  min-height: 360px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-why-choose_op2 .why-choose-bento__top {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.sc-why-choose_op2 .why-choose-bento__image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.sc-why-choose_op2 .why-choose-bento__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.sc-why-choose_op2 .why-choose-bento__image:hover img {
  transform: scale(1.03);
}
@media only screen and (max-width: 47.99875rem) {
  .sc-why-choose_op2 .why-choose-bento__image {
    min-height: 240px;
    max-height: 340px;
  }
}
.sc-why-choose_op2 .why-choose-bento__sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sc-why-choose_op2 .why-choose-bento__sidebar .why-choose-card {
  flex: 1;
}
.sc-why-choose_op2 .why-choose-bento__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-why-choose_op2 .why-choose-bento__bottom {
    grid-template-columns: 1fr;
  }
}
.sc-why-choose_op2 .why-choose-card {
  background-color: #00a267;
  border-radius: 15px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sc-why-choose_op2 .why-choose-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 39.99875rem) {
  .sc-why-choose_op2 .why-choose-card {
    padding: 22px 18px;
  }
}
.sc-why-choose_op2 .why-choose-card:nth-child(2n) {
  background-color: #083faf;
}
.sc-why-choose_op2 .why-choose-card__title {
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  padding-bottom: 16px;
  color: #ffffff;
  position: relative;
}
.sc-why-choose_op2 .why-choose-card__title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .sc-why-choose_op2 .why-choose-card__title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-why-choose_op2 .why-choose-card__title {
    font-size: 1.5625rem;
  }
}
.sc-why-choose_op2 .why-choose-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 1px;
  background-color: #d5d5d5;
}
.sc-why-choose_op2 .why-choose-card__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #ffffff;
}

.sc-skills-course .wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-skills-course .wrapper {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sc-skills-course .wrapper .item .cover {
  border-radius: 15px;
}
.sc-skills-course .wrapper .item .cover img {
  border-radius: 15px;
}
.sc-skills-course .wrapper .item .item-content {
  padding: 25px 0 15px;
}
.sc-skills-course .wrapper .item .item-content .title {
  color: #2a2a2a;
  font-weight: 800;
  line-height: 1.3;
}
.sc-skills-course .wrapper .item .item-content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .sc-skills-course .wrapper .item .item-content .title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-skills-course .wrapper .item .item-content .title {
    font-size: 1.5625rem;
  }
}
.sc-skills-course .wrapper .item .item-content .content {
  text-align: justify;
}

.sc-gallery-actual .gallery-masonry {
  column-count: 4;
  column-gap: 16px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-gallery-actual .gallery-masonry {
    column-count: 3;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-gallery-actual .gallery-masonry {
    column-count: 2;
    column-gap: 8px;
  }
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  break-inside: avoid;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: inherit;
  transition: background 0.3s ease;
  pointer-events: none;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:hover::after {
  background: rgba(0, 0, 0, 0.12);
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:hover img {
  transform: scale(1.05);
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:first-child::before {
  padding-bottom: 81%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(2)::before {
  padding-bottom: 114%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(3)::before {
  padding-bottom: 84%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(4)::before {
  padding-bottom: 87%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(5)::before {
  padding-bottom: 79%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(6)::before {
  padding-bottom: 113%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(7)::before {
  padding-bottom: 134%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(8)::before {
  padding-bottom: 147%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(9)::before {
  padding-bottom: 93%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(10)::before {
  padding-bottom: 81%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item:nth-child(11)::before {
  padding-bottom: 105%;
}
.sc-gallery-actual .gallery-masonry .gallery-masonry-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.4s ease;
}

.fancybox__caption {
  display: none !important;
}

.sc-outstanding-edu .wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-outstanding-edu .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.sc-outstanding-edu .wrapper .item {
  background: rgba(255, 255, 255, 0.768627451);
  border-radius: 15px;
  padding: 40px 30px;
}
.sc-outstanding-edu .wrapper .item .ic {
  border-radius: 50%;
  background-color: #083faf;
}
.sc-outstanding-edu .wrapper .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sc-outstanding-edu .wrapper .item .ic {
  width: 6.25rem;
  height: 6.25rem;
}
.sc-outstanding-edu .wrapper .item .ic img {
  object-fit: contain;
}
.sc-outstanding-edu .wrapper .item .ic img {
  width: 3.75rem;
  height: 3.75rem;
}
.sc-outstanding-edu .wrapper .item .item-content {
  width: calc(100% - 100px);
}
.sc-outstanding-edu .wrapper .item .item-content {
  padding-left: 0;
}
@media only screen and (min-width: 48rem) {
  .sc-outstanding-edu .wrapper .item .item-content {
    padding-left: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-outstanding-edu .wrapper .item .item-content {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-outstanding-edu .wrapper .item .item-content {
    width: 100%;
    padding-top: 20px;
  }
}
.sc-outstanding-edu .wrapper .item .item-content .step {
  font-weight: 700;
  line-height: 1.4;
}
.sc-outstanding-edu .wrapper .item .item-content .step {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .sc-outstanding-edu .wrapper .item .item-content .step {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-outstanding-edu .wrapper .item .item-content .step {
    font-size: 3.75rem;
  }
}
.sc-outstanding-edu .wrapper .item .item-content .content {
  font-weight: 700;
  line-height: 1.5;
}
.sc-outstanding-edu .wrapper .item .item-content .content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-outstanding-edu .wrapper .item .item-content .content {
    padding-right: 2.5rem;
  }
}
.sc-outstanding-edu .wrapper .item .item-content .content {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .sc-outstanding-edu .wrapper .item .item-content .content {
    font-size: 1.125rem;
  }
}

.sc-icon-content {
  background-color: #f2f2f2;
}
.sc-icon-content .heading-title {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-icon-content .heading-title {
    max-width: 100%;
  }
}
.sc-icon-content .wrapper {
  padding-top: 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-icon-content .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-icon-content .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sc-icon-content .wrapper .item .ic {
  width: 4.5rem;
  height: 4.5rem;
}
.sc-icon-content .wrapper .item .ic img {
  object-fit: contain;
}
.sc-icon-content .wrapper .item .item-content {
  padding-top: 20px;
}
.sc-icon-content .wrapper .item .item-content .title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #3c3c3c;
}
.sc-icon-content .wrapper .item .item-content .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .sc-icon-content .wrapper .item .item-content .title {
    font-size: 1.5625rem;
  }
}
.sc-icon-content .wrapper .item .item-content .content {
  text-align: justify;
}

.sc-schedule-form__wrapper .cell {
  width: 50%;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-schedule-form__wrapper .cell {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sc-schedule-form__wrapper .cell.cell-schedule {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule {
    padding-right: 0.9375rem;
  }
}
.sc-schedule-form__wrapper .cell.cell-schedule .group-title {
  text-align: left;
}
.sc-schedule-form__wrapper .cell.cell-schedule .group-title .heading-title {
  text-transform: none;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item {
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 20px 15px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 39.99875rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item {
    padding: 15px 8px;
  }
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item:last-child {
  margin-bottom: 0;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-calendar {
  background-color: #dcf0e9;
  border-radius: 15px;
  padding: 12px 6px;
  color: #00a267;
  font-weight: 800;
  line-height: normal;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-calendar {
  width: 5rem;
  height: 5rem;
}
@media only screen and (max-width: 39.99875rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-calendar {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-calendar .month {
  font-size: 12px;
  text-transform: uppercase;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-calendar .day {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-calendar .day {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-calendar .day {
    font-size: 2.25rem;
  }
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info {
  width: calc(100% - 80px);
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info {
  padding-left: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info {
    padding-left: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info {
    padding-left: 1.75rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info {
    width: calc(100% - 70px);
  }
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info .title {
  color: #101815;
  line-height: 1.3;
  margin-bottom: 12px;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info .title {
    font-size: 1.25rem;
  }
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info__wrapper .value {
  display: flex;
  align-items: center;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info__wrapper .value {
  margin-right: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info__wrapper .value {
    margin-right: 1.5625rem;
  }
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info__wrapper .value:last-child {
  margin-right: 0;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info__wrapper .value svg {
  color: #3c3c3c;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info__wrapper .value svg {
  width: 1.0625rem;
  height: 1.0625rem;
}
.sc-schedule-form__wrapper .cell.cell-schedule .lists-schedule .item .item-info__wrapper .value .text {
  padding-left: 6px;
  line-height: normal;
}
.sc-schedule-form__wrapper .cell.cell-form {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-schedule-form__wrapper .cell.cell-form {
    padding-left: 0.9375rem;
  }
}
.sc-schedule-form__wrapper .cell.cell-form .wrapper-form {
  padding: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-schedule-form__wrapper .cell.cell-form .wrapper-form {
    padding: 30px 15px;
  }
}
.sc-schedule-form__wrapper .cell.cell-form .wrapper-form .box-form {
  max-width: 100%;
}

.sc-control-solutions__main {
  padding: 40px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 39.99875rem) {
  .sc-control-solutions__main {
    padding: 30px 15px;
  }
}
.sc-control-solutions__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6588235294);
  border-radius: 15px;
}
.sc-control-solutions__main .main-wrapper .tabs-nav {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  padding: 4px;
  width: -webkit-fit-content;
  width: fit-content;
}
.sc-control-solutions__main .main-wrapper .tabs-nav {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .sc-control-solutions__main .main-wrapper .tabs-nav {
    margin-bottom: 2.1875rem;
  }
}
.sc-control-solutions__main .main-wrapper .tabs-nav .tabs-btn {
  color: #d1d5db;
  padding: 12px 32px;
  border-radius: 100px;
  text-align: center;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
}
.sc-control-solutions__main .main-wrapper .tabs-nav .tabs-btn {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .sc-control-solutions__main .main-wrapper .tabs-nav .tabs-btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-control-solutions__main .main-wrapper .tabs-nav .tabs-btn {
    padding: 10px 20px;
  }
}
.sc-control-solutions__main .main-wrapper .tabs-nav .tabs-btn.is-active {
  background-color: #1e40af;
  color: #ffffff;
}
.sc-control-solutions__main .main-wrapper .tabs-nav .tabs-btn .ic svg {
  width: 1.25rem;
  height: 1.25rem;
}
.sc-control-solutions__main .main-wrapper .tabs-content {
  width: 50%;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-control-solutions__main .main-wrapper .tabs-content {
    width: 100%;
  }
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel.is-active {
  display: block;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box {
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 40px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  will-change: backdrop-filter;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #ffffff;
}
@media only screen and (max-width: 39.99875rem) {
  .sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box {
    padding: 30px 20px;
  }
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .group-title {
  text-align: left;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 39.99875rem) {
  .sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .group-title {
    gap: 20px;
  }
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .group-title .sub-title {
  width: -webkit-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 100px;
  padding: 5px 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .group-title .heading-title {
  text-transform: none;
  color: #ffffff;
  font-weight: 700;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .group-title .desc {
  color: #e5e7eb;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item {
  margin-bottom: 16px;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item:last-child {
  margin-bottom: 0;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item .ic {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item .ic {
  width: 1.5rem;
  height: 1.5rem;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item .ic svg {
  color: #ffffff;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item .ic svg {
  width: 1rem;
  height: 1rem;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item .text {
  width: calc(100% - 24px);
  padding-left: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item .text {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .lists .item .text {
    font-size: 1.125rem;
  }
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view {
  justify-content: center;
  background: #1e40af;
  font-weight: 700;
  color: #ffffff;
  border-radius: 12px;
  gap: 12px;
  padding: 20px;
  transition: all 0.3s;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view {
    font-size: 1.25rem;
  }
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view {
  margin-top: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view {
    margin-top: 2.1875rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view {
    padding: 15px 24px;
  }
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view:hover {
  background-color: #1145b5;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view:hover .ic {
  transform: translateX(2px);
  transition: all 0.3s;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view .ic {
  color: #ffffff;
  transform: translateX(0);
  transition: all 0.3s;
}
.sc-control-solutions__main .main-wrapper .tabs-content .tab__panel-box .btn-view .ic {
  width: 1.5rem;
  height: 1.5rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  to {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    opacity: 1;
    transform: translateY(0);
  }
}
.sc-process-solutions {
  background-color: #f5f8f7;
}
.sc-process-solutions__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-process-solutions__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-process-solutions__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-process-solutions__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sc-process-solutions__wrapper .item {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px 24px;
  transition: all 0.3s;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-process-solutions__wrapper .item {
    padding: 24px 12px;
  }
}
.sc-process-solutions__wrapper .item:hover {
  cursor: pointer;
  background-color: #00a267;
}
.sc-process-solutions__wrapper .item:hover .ic {
  background-color: #ffffff;
}
.sc-process-solutions__wrapper .item:hover .item-content {
  color: #ffffff;
}
.sc-process-solutions__wrapper .item:hover .item-content .title {
  color: #ffffff;
}
.sc-process-solutions__wrapper .item .ic {
  background-color: #e5f6f0;
  border-radius: 50%;
}
.sc-process-solutions__wrapper .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sc-process-solutions__wrapper .item .ic {
  width: 4.375rem;
  height: 4.375rem;
}
.sc-process-solutions__wrapper .item .ic img {
  object-fit: contain;
}
.sc-process-solutions__wrapper .item .ic img {
  width: 2rem;
  height: 2rem;
}
.sc-process-solutions__wrapper .item .item-content {
  transition: all 0.2s;
}
.sc-process-solutions__wrapper .item .item-content {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .sc-process-solutions__wrapper .item .item-content {
    padding-top: 1.5625rem;
  }
}
.sc-process-solutions__wrapper .item .item-content .title {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sc-number-solutions__wrapper {
  max-width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-number-solutions__wrapper {
    max-width: 100%;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-number-solutions__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sc-number-solutions__wrapper .item {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 15px;
}
.sc-number-solutions__wrapper .item .ic {
  background-color: #f0f6fb;
  border-radius: 50%;
}
.sc-number-solutions__wrapper .item .ic {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .sc-number-solutions__wrapper .item .ic {
    margin-bottom: 1.25rem;
  }
}
.sc-number-solutions__wrapper .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sc-number-solutions__wrapper .item .ic {
  width: 5.75rem;
  height: 5.75rem;
}
.sc-number-solutions__wrapper .item .ic img {
  object-fit: contain;
}
.sc-number-solutions__wrapper .item .ic img {
  width: 2.5rem;
  height: 2.5rem;
}
.sc-number-solutions__wrapper .item .counter-group {
  justify-content: center;
  font-weight: 800;
  color: #3e50fc;
  line-height: 1.4;
}
.sc-number-solutions__wrapper .item .counter-group {
  font-size: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .sc-number-solutions__wrapper .item .counter-group {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-number-solutions__wrapper .item .counter-group {
    font-size: 5rem;
  }
}
.sc-number-solutions__wrapper .item .item-content {
  padding-top: 5px;
}
.sc-number-solutions__wrapper .item .item-content .title {
  color: #0f172a;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 10px;
}
.sc-number-solutions__wrapper .item .item-content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .sc-number-solutions__wrapper .item .item-content .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-number-solutions__wrapper .item .item-content .title {
    font-size: 1.375rem;
  }
}

.sc-faq-solutions .lists-content {
  list-style-type: none;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-faq-solutions .lists-content {
    max-width: 100%;
  }
}
.sc-faq-solutions .lists-content .toggle-item {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 20px 30px;
}
.sc-faq-solutions .lists-content .toggle-item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .sc-faq-solutions .lists-content .toggle-item {
    margin-bottom: 1.5625rem;
  }
}
.sc-faq-solutions .lists-content .toggle-item:last-child {
  margin-bottom: 0;
}
.sc-faq-solutions .lists-content .toggle-item.active .tab-title::after {
  background-color: #000000;
  transform: translateY(-50%) rotate(180deg);
}
.sc-faq-solutions .lists-content .toggle-item.active .tab-content {
  max-height: 10000px;
}
.sc-faq-solutions .lists-content .toggle-item .tab-title {
  cursor: pointer;
}
.sc-faq-solutions .lists-content .toggle-item .tab-title::after {
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20"><g fill="none"><path d="M15.854 7.646a.5.5 0 0 1 .001.707l-5.465 5.484a.55.55 0 0 1-.78 0L4.147 8.353a.5.5 0 1 1 .708-.706L10 12.812l5.147-5.165a.5.5 0 0 1 .707-.001z" fill="currentColor"></path></g></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20"><g fill="none"><path d="M15.854 7.646a.5.5 0 0 1 .001.707l-5.465 5.484a.55.55 0 0 1-.78 0L4.147 8.353a.5.5 0 1 1 .708-.706L10 12.812l5.147-5.165a.5.5 0 0 1 .707-.001z" fill="currentColor"></path></g></svg>');
  display: inline-block;
  background-color: #2c2c2c;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.sc-faq-solutions .lists-content .toggle-item .tab-title::after {
  width: 1.375rem;
  height: 1.375rem;
}
.sc-faq-solutions .lists-content .toggle-item .tab-title .title {
  color: #1a1a1a;
}
.sc-faq-solutions .lists-content .toggle-item .tab-title .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .sc-faq-solutions .lists-content .toggle-item .tab-title .title {
    font-size: 1.25rem;
  }
}
.sc-faq-solutions .lists-content .toggle-item .tab-content {
  max-height: 0;
  overflow: hidden;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.sc-faq-solutions .lists-content .toggle-item .tab-content .content {
  padding-top: 20px;
  text-align: justify;
  border-top: 1px solid #d3d3d3;
  margin-top: 20px;
}
.sc-faq-solutions .lists-content .toggle-item .tab-content .content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-faq-solutions .lists-content .toggle-item .tab-content .content {
    padding-right: 0.9375rem;
  }
}

.wrapper-form {
  background-color: #ffffff;
  box-shadow: -6px 8px 20px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 15px;
  padding: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .wrapper-form {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .wrapper-form {
    padding: 30px 15px;
  }
}
.wrapper-form .heading-title {
  font-weight: 700;
  text-transform: none;
  position: relative;
}
.wrapper-form .heading-title::before {
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 10h14v2h2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h7v-2H5V10zm0-4h14v2H5V6zm17.84 10.28l-.71.71l-2.12-2.12l.71-.71a.996.996 0 0 1 1.41 0l.71.71c.39.39.39 1.02 0 1.41zm-3.54-.7l2.12 2.12l-5.3 5.3H14v-2.12l5.3-5.3z" fill="currentColor"></path></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M5 10h14v2h2V6c0-1.1-.9-2-2-2h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h7v-2H5V10zm0-4h14v2H5V6zm17.84 10.28l-.71.71l-2.12-2.12l.71-.71a.996.996 0 0 1 1.41 0l.71.71c.39.39.39 1.02 0 1.41zm-3.54-.7l2.12 2.12l-5.3 5.3H14v-2.12l5.3-5.3z" fill="currentColor"></path></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  background-color: #00a267;
  margin-right: 20px;
  transform: translateY(4px);
}
.wrapper-form .heading-title::before {
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 39.99875rem) {
  .wrapper-form .heading-title::before {
    margin-right: 10px;
  }
  .wrapper-form .heading-title::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.box-form {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.99875rem) {
  .box-form {
    max-width: 100%;
  }
}
.box-form form {
  position: relative;
}
.box-form form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 39.99875rem) {
  .box-form form .form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.box-form form label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
.box-form form input,
.box-form form textarea {
  width: 100%;
  height: 56px;
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 47.99875rem) {
  .box-form form input,
  .box-form form textarea {
    height: 46px;
  }
}
.box-form form input::-webkit-input-placeholder, .box-form form textarea::-webkit-input-placeholder {
  color: #c5c5c5;
  font-weight: 400;
}
.box-form form input::placeholder,
.box-form form textarea::placeholder {
  color: #c5c5c5;
  font-weight: 400;
}
.box-form form textarea {
  height: 130px;
}
@media only screen and (max-width: 47.99875rem) {
  .box-form form textarea {
    height: 90px;
  }
}
.box-form form .form-item {
  margin-bottom: 20px;
}
.box-form form input[type=submit] {
  height: 68px;
  background-color: #083faf;
  color: #ffffff;
  padding: 0 30px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s;
}
.box-form form input[type=submit] {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .box-form form input[type=submit] {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .box-form form input[type=submit] {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .box-form form input[type=submit] {
    height: 55px;
    padding: 0 10px;
  }
}
.box-form form input[type=submit]:hover {
  background-color: #05225d;
}
.box-form form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: 62px;
  left: 50%;
  transform: translateX(-50%);
}
.box-form form .note {
  text-align: center;
  color: #707070;
  padding-top: 15px;
}

.sc-report-evidence__wrapper .tabs-nav {
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.sc-report-evidence__wrapper .tabs-nav {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .sc-report-evidence__wrapper .tabs-nav {
    margin-bottom: 1.875rem;
  }
}
.sc-report-evidence__wrapper .tabs-nav .tabs-btn {
  background-color: #f4f4f4;
  color: #cdcdcd;
  text-transform: uppercase;
  font-weight: 800;
  padding: 18px 36px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}
.sc-report-evidence__wrapper .tabs-nav .tabs-btn {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .sc-report-evidence__wrapper .tabs-nav .tabs-btn {
    font-size: 1.1875rem;
  }
}
.sc-report-evidence__wrapper .tabs-nav .tabs-btn:hover, .sc-report-evidence__wrapper .tabs-nav .tabs-btn.is-active {
  color: #3c3c3c;
}
.sc-report-evidence__wrapper .tabs-content .tab__panel {
  display: none;
  animation: reportFadeIn 0.3s ease;
}
.sc-report-evidence__wrapper .tabs-content .tab__panel.is-active {
  display: block;
}
.sc-report-evidence__wrapper .tabs-content .tab__panel-collapse {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.sc-report-evidence__wrapper .tabs-content .tab__panel-more {
  position: relative;
  text-align: center;
  padding: 20px 0 10px;
}
.sc-report-evidence__wrapper .tabs-content .tab__panel-more.has-overlay::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.95) 53.85%, rgba(250, 250, 250, 0.95) 100%);
  pointer-events: none;
  z-index: 1;
}
.sc-report-evidence__wrapper .tabs-content .tab__panel-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-report-evidence__wrapper .tabs-content .tab__panel-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-report-evidence__wrapper .tabs-content .tab__panel-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sc-report-evidence__wrapper .tabs-content .tab__panel-box li a.cover {
  border-radius: 15px;
}
.sc-report-evidence__wrapper .tabs-content .tab__panel-box li a.cover .res {
  padding-top: 70%;
}
.sc-report-evidence__wrapper .tabs-content .tab__panel-box li a.cover .res img {
  border-radius: 15px;
}
.sc-report-evidence .btn-view-more {
  display: inline-flex;
  align-items: center;
  padding: 18px 40px;
  background-color: #00a267;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  position: relative;
  z-index: 2;
}
.sc-report-evidence .btn-view-more {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .sc-report-evidence .btn-view-more {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-report-evidence .btn-view-more {
    font-size: 1.25rem;
  }
}
.sc-report-evidence .btn-view-more:hover {
  background-color: #259b5e;
  transform: translateY(-1px);
}

@keyframes reportFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pricing__title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .pricing__title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .pricing__title {
    font-size: 2.25rem;
  }
}
.pricing__title {
  font-weight: 900;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
  line-height: 1.2;
}
.pricing__subtitle {
  font-size: 15px;
  color: #666;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: start;
}
@media only screen and (max-width: 63.99875rem) {
  .pricing__grid {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .pricing__grid {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.pricing__card {
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  border-radius: 18px;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing__card:hover {
  transform: translateY(-4px);
}
.pricing__card--default:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.pricing__card--default .pricing__tag {
  background-color: #f0f4ff;
}
.pricing__card--default .pricing__tag-text {
  color: #2563eb;
}
.pricing__card--default .pricing__card-title {
  color: #0f172a;
}
.pricing__card--default .pricing__price-amount {
  color: #2563eb;
}
.pricing__card--default .pricing__feature-icon {
  color: #2e9a5a;
}
.pricing__card--default .pricing__cta {
  background: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
}
.pricing__card--default .pricing__cta:hover {
  background: #2563eb;
  color: #ffffff;
}
.pricing__card--featured:hover {
  box-shadow: 0 16px 40px rgba(26, 58, 74, 0.18);
}
.pricing__card--featured .pricing__tag {
  color: #ea580c;
}
.pricing__card--featured .pricing__tag-icon svg {
  color: #ea580c;
}
.pricing__card--featured .pricing__card-title {
  color: #1a1a1a;
}
.pricing__card--featured .pricing__price-amount {
  color: #00a267;
}
.pricing__card--featured .pricing__feature-icon {
  color: #059669;
}
.pricing__card--featured .pricing__cta {
  background: #059669;
  color: #ffffff;
  border: 2px solid #059669;
}
.pricing__card--featured .pricing__cta:hover {
  background: #00a267;
}
.pricing__card--dark {
  background: #0f172a;
  box-shadow: none;
}
.pricing__card--dark:hover {
  box-shadow: 0 16px 40px rgba(26, 58, 74, 0.35);
}
.pricing__card--dark .pricing__tag {
  background-color: #1f2937;
  color: #2563eb;
}
.pricing__card--dark .pricing__card-title {
  color: #ffffff;
}
.pricing__card--dark .pricing__card-desc {
  color: #9ca3af;
}
.pricing__card--dark .pricing__price-amount {
  color: #ffffff;
}
.pricing__card--dark .pricing__price-unit {
  color: rgba(255, 255, 255, 0.7);
}
.pricing__card--dark .pricing__price-note {
  color: #2563eb;
}
.pricing__card--dark .pricing__feature-icon {
  color: #2563eb;
}
.pricing__card--dark .pricing__feature-text {
  color: #ffffff;
}
.pricing__card--dark .pricing__feature-text strong {
  color: #ffffff;
}
.pricing__card--dark .pricing__cta {
  background: #0a46b5;
  color: #ffffff;
  border: 2px solid #0a46b5;
}
.pricing__card--dark .pricing__cta:hover {
  background: #1a73e8;
  border-color: #1a73e8;
}
.pricing__card--dark .pricing__bottom-badge {
  background: #ffffff;
  gap: 12px;
  border-left: 4px solid #059669;
}
.pricing__card--dark .pricing__bottom-badge svg {
  width: 2.375rem;
  height: 2.375rem;
}
.pricing__card--dark .pricing__bottom-badge .bottom-badge-content .pricing__bottom-note {
  margin-bottom: 0;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 400;
}
.pricing__recommended {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.pricing__recommended span {
  display: inline-block;
  padding: 8px 22px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background: #00a267;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}
.pricing__card-inner {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 39.99875rem) {
  .pricing__card-inner {
    padding: 24px 18px 20px;
  }
}
.pricing__tag {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #f0f4ff;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 100px;
}
.pricing__tag {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .pricing__tag {
    margin-bottom: 1.75rem;
  }
}
.pricing__tag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing__tag-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.pricing__tag-icon svg {
  color: #2563eb;
}
.pricing__tag-text {
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.pricing__card-title {
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.3;
}
.pricing__card-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .pricing__card-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .pricing__card-title {
    font-size: 1.75rem;
  }
}
.pricing__card-desc {
  margin: 0 0 16px;
}
.pricing__price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.pricing__price-amount {
  font-weight: 800;
  line-height: 1.1;
}
.pricing__price-amount {
  font-size: 2rem;
}
@media only screen and (min-width: 48rem) {
  .pricing__price-amount {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .pricing__price-amount {
    font-size: 3rem;
  }
}
.pricing__price-unit {
  font-weight: 500;
  color: #9ca3af;
}
.pricing__price-unit {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .pricing__price-unit {
    font-size: 1.1875rem;
  }
}
.pricing__price-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  background: #fff7ed;
  color: #9a3412;
}
.pricing__price-badge img {
  object-fit: contain;
  transform: translateY(1px);
}
.pricing__price-badge img {
  width: 1.25rem;
  height: 1.25rem;
}
.pricing__price-note {
  margin-bottom: 16px;
}
.pricing__features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  padding-top: 16px;
}
.pricing__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.pricing__feature:last-child {
  margin-bottom: 0;
}
.pricing__feature-icon {
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  color: #2563eb;
}
.pricing__feature-text {
  line-height: 1.4;
  font-weight: 500;
  color: #0f172a;
}
.pricing__feature-text p {
  margin: 0;
}
.pricing__feature-text strong {
  font-weight: 700;
}
.pricing__bottom-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  background: #edf7f0;
  color: #059669;
}
.pricing__bottom-badge svg {
  flex-shrink: 0;
  stroke: #059669;
}
.pricing__bottom-note {
  font-size: 13px;
  line-height: 1.5;
  color: #888;
  margin-bottom: 16px;
}
.pricing__cta {
  display: block;
  text-align: center;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: auto;
  cursor: pointer;
}
.pricing__cta {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .pricing__cta {
    margin-top: 1.25rem;
  }
}
.pricing__cta:hover {
  transform: translateY(-1px);
}
.pricing__card--dark .pricing__features {
  border-top-color: rgba(255, 255, 255, 0.12);
}