/* * {
  font-family: "Ubuntu" !important;
} */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #FAFAFA;
}

.logo {
    width: 189px;
}

.homepage_navbar {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    background: white;
    top: -1px;
}

.homepage_navbar .container-fluid {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
}

.bg_blur.active {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 200vh;
    margin-top: -20vw;
    position: fixed;
    z-index: 1029;
    overflow: hidden;
}

.mobile_menu {
    width: 100%;
    padding-top: 56px;
    height: 100%;
    position: fixed;
    top: -150%;
    background: white;
    z-index: 1029;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s linear;
}

.mobile_menu.active {
    top: 0px !important;
}

.mobile_menu a {
    text-decoration: none;
}

#burger-icon {
    width: 20px;
    height: 16px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#burger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #DADADA;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#burger-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#burger-icon span:nth-child(2) {
    top: 6px;
    transform-origin: left center;
}

#burger-icon span:nth-child(3) {
    top: 12px;
    transform-origin: left center;
}

#burger-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 1px;
    left: 8px;
}

#burger-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#burger-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
    left: 8px;
}

li.mobile_menu_li {
    list-style: none;
    padding: 13px 32px;
    user-select: none;
    position: relative;
    border-bottom: 1px solid #E8EAF0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #212E4B;
}

.homepage_navbar.open {
    border-bottom: 1px solid #E8EAF0;
}

.mobile_menu_footer {
    position: absolute;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px;
    padding-top: 24px;
    width: inherit;
    border-top: 1px solid #E8EAF0;
}

.mobile_menu_footer button.btn-homepage-login,
.mobile_menu_footer button.btn-homepage-tff {
    width: 100%;
}

.content {
    width: 100%;
    margin-top: 146px;
    overflow: hidden;
}

button.homepage-navbar-link {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #C3CBD9;
}

button.homepage-navbar-link.active {
    color: #212E4B;
    border-bottom: 4px solid #00DBB6;
}

button.homepage-navbar-link {
    width: 123px;
    height: 100%;
    border: 0;
    background: white;
    padding: 0;
    border-bottom: 4px solid transparent;
}

.navbar-link-group {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.navbar-link-group a {
    height: 100%;
}

.navbar-button-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.navbar-button-group a {
    text-decoration: none;
}

button.btn-homepage-login {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #59C4AE;
}

button.btn-homepage-login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 174px;
    height: 40px;
    border: 1px solid #59C4AE;
    border-radius: 64px;
    background: white;
}

button.btn-homepage-login:hover {
    border: 1px solid #71E8C4;
    color: #71E8C4;
}

button.btn-homepage-login:active {
    color: #59C4AE;
    background: #DEFAF2;
    border: 1px solid #59C4AE;
}

button.btn-homepage-tff {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #212E4B;

}

button.btn-homepage-tff {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 174px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 64px;
    background: #00DBB6;
}

button.btn-homepage-tff:hover {
    background: #71E8C4;
}

button.btn-homepage-tff:active {
    background: #59C4AE;
}

.hamburger_toggle {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}

.navbar-logo,
.navbar-link-group,
.navbar-button-group {
    width: 33.33%;
}

#homepage .section-1 {
    width: 100%;
    height: auto;
    max-width: 1120px;
    margin: auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

#homepage .section-1 .header-title {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 95px;
    text-align: center;
    color: #212E4B;
    margin-bottom: 8px;
    z-index: 11;
    position: relative;
}

#homepage .section-1 .header-title label {
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 95px;
    text-align: center;
    color: #00DBB6;
}

#homepage .section-1 .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #5E7094;
    margin-bottom: 24px;
    z-index: 11;
    position: relative;
}

#homepage .btn-schedule,
#homepage-product .btn-schedule,
#navigation_report .btn-schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;
    width: 224px;
    height: 48px;
    background: #00DBB6;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    border: 0;
    margin: auto;
}

#homepage .btn-schedule span,
#homepage-product .btn-schedule span,
#navigation_report .btn-schedule span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #5E7094;
}

#homepage .btn-schedule,
#homepage-product .btn-schedule,
#navigation_report .btn-schedule {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #212E4B;
    text-decoration: none;
    position: relative;
}

#homepage .btn-schedule:hover,
#homepage-product .btn-schedule:hover,
#navigation_report .btn-schedule:hover {
    background: #71E8C4;
}

#homepage .btn-schedule:active,
#homepage-product .btn-schedule:active,
#navigation_report .btn-schedule:active {
    background: #59C4AE;
}

#homepage .section-1 .btn-schedule::after {
    content: '';
    background-image: url(/static/images/cursor-click.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: -48px;
    bottom: -48px;
}

#homepage .section-1 .header-title::after {
    content: '';
    background-image: url(/static/images/bg-programming.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    left: 0;
    top: 0;
}

#homepage .section-1 .header-title::before {
    content: '';
    background-image: url(/static/images/bg-twouser.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    right: 0;
    top: 0;
}

#homepage .section-1 .sub-title::after {
    content: '';
    background-image: url(/static/images/User-scan.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    left: 100px;
    bottom: -170px;
}

#homepage .section-1 .sub-title::before {
    content: '';
    background-image: url(/static/images/bg-search.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    right: 100px;
    bottom: -170px;
}

#homepage .section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 693.56px; */
    background-image: url(/static/images/home-sec-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 54px;
}

#homepage .section-get-start {
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage .section-get-start {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4B8DF1;
    text-decoration: none;
    height: 78px;
}

#homepage .section-3,
#homepage .section-4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}

#homepage .section-3 .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #212E4B;
}

#homepage .section-4 .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #212E4B;
}

#homepage .talent-card-group {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 32px;
    margin-bottom: 48px;
}

#homepage .tablent-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    padding-top: 50px;
    width: 244px;
    height: 347px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 6%);
    border-radius: 16px;
    align-self: stretch;
    justify-content: flex-end;
}

#homepage .tablent-card::before {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #212E4B;
}

#homepage .tablent-card:nth-child(1):before {
    content: '1';
    position: absolute;
    top: -25px;
    width: 48px;
    height: 48px;
    background: #00DBB6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage .tablent-card:nth-child(2):before {
    content: '2';
    position: absolute;
    top: -25px;
    width: 48px;
    height: 48px;
    background: #00DBB6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage .tablent-card:nth-child(3):before {
    content: '3';
    position: absolute;
    top: -25px;
    width: 48px;
    height: 48px;
    background: #00DBB6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage .tablent-card:nth-child(4):before {
    content: '4';
    position: absolute;
    top: -25px;
    width: 48px;
    height: 48px;
    background: #00DBB6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage .talent-name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #212E4B;
    margin-bottom: 8px;
    justify-content: center;
}

#homepage .talent-detail {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5E7094;
}

#homepage img.img-talents {
    margin-bottom: 32px;
}

#homepage .tablent-card:nth-child(1) img.img-talents {
    content: url(/static/images/talent-1.png);
}

#homepage .tablent-card:nth-child(2) img.img-talents {
    content: url(/static/images/talent-2.png);
}

#homepage .tablent-card:nth-child(3) img.img-talents {
    content: url(/static/images/talent-3.png);
}

#homepage .tablent-card:nth-child(4) img.img-talents {
    content: url(/static/images/talent-4.png);
}

#homepage img.img-section-4 {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04)) drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.08));
    width: 100%;
    max-width: 512px;
    height: auto;
}

#homepage .section-4 .row {
    width: 100%;
    max-width: 1120px;
    flex-wrap: nowrap;
    background: #FFFFFF;
    border: 1px solid #E8EAF0;
    border-radius: 16px;
    padding: 64px;
    gap: 64px;
}

#homepage .section-4 {
    background-image: url(/static/images/homepage-sec4-bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 72px top 200px;
}

#homepage .sfq-title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    align-items: center;
    color: #212E4B;
    margin-bottom: 32px;
}

#homepage .sfq-title span {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    align-items: center;
    color: #4B8DF1;
}

#homepage .sfq-group-1,
#homepage .sfq-group-3 {
    white-space: nowrap;
}

#homepage .sfq-group-1 .sfq-pre-screen {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

#homepage .sfq-group-1 .sfq-pre-screen img {
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

#homepage .sfq-group-2 .sfq-pre-screen,
#homepage .sfq-group-4 .sfq-pre-screen {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 16px;
}

#homepage .sfq-group-2 .sfq-pre-screen img,
#homepage .sfq-group-4 .sfq-pre-screen img {
    width: 16px;
    height: 16px;
}

#homepage .sfq-pre-screen span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #5E7094;
}

#homepage .sfq-detail {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#homepage .img-wrap {
    position: relative;
    width: max-content;
}

#homepage .img-wrap:before {
    content: '';
    background: linear-gradient(180deg, #FAFAFA 36.42%, rgba(255, 255, 255, 0) 106%);
    transform: rotate(-180deg);
    position: absolute;
    height: 160px;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 1;
}

#homepage .sfq-group-3 .sfq-pre-screen {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

#homepage .sfq-group-3 .sfq-pre-screen img {
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

#homepage .sfq-group-4 .sfq-title {
    white-space: nowrap;
}

#homepage img.img-section-4.pl-65 {
    padding-left: 65px;
}

#homepage .section-5,
#homepage-product .section-5 {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-image: url(/static/images/section-5-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#homepage .sc5-content,
#homepage-product .sc5-content {
    width: 100%;
    max-width: 1120px;
}

#homepage .section-5 .header-title,
#homepage-product .section-5 .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 95px;
    color: #212E4B;
    margin-bottom: 24px;
    text-align: left;
}

#homepage .section-5 .sub-title,
#homepage-product .section-5 .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #7A89A6;
    margin-bottom: 56px;
    text-align: left;
}

#homepage-product .section-1 {
    width: 100%;
    height: auto;
    max-width: 1120px;
    margin: auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

/* #homepage-product .section-1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: url(/static/images/home-product-bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
} */

#homepage-product .section-1 .header-title {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 95px;
    text-align: center;
    color: #212E4B;
    margin-bottom: 8px;
    z-index: 11;
    position: relative;
}

#homepage-product .section-1 .header-title label {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 95px;
    text-align: center;
    color: #00DBB6;
}

#homepage-product .section-1 .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #5E7094;
    margin-bottom: 72px;
    z-index: 11;
    position: relative;
}

#homepage-product a.btn-join-us {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 256px;
    height: 48px;
    background: #00DBB6;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    border: 0;
}

#homepage-product a.btn-join-us {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #212E4B;
    text-decoration: none;
    position: relative;
}

#homepage-product a.btn-join-us:hover {
    background: #71E8C4;
}

#homepage-product a.btn-join-us:active {
    background: #59C4AE;
}

#homepage-product .section-text-blue {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #4B8DF1;
    text-decoration: none;
    height: 78px;
}

#homepage-product .section-1 .header-title::before {
    content: '';
    background-image: url(/static/images/bg-twouser.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    right: 0;
    top: 0;
}

#homepage-product .section-1 .header-title::after {
    content: '';
    background-image: url(/static/images/bg-programming.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    left: 0;
    top: 0;
}

#homepage-product .section-1 .sub-title::before {
    content: '';
    background-image: url(/static/images/bg-search.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    right: 100px;
    bottom: -170px;
}

#homepage-product .section-1 .sub-title::after {
    content: '';
    background-image: url(/static/images/User-scan.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    left: 100px;
    bottom: -170px;
}

#homepage-product .section-1 .btn-schedule::after {
    content: '';
    background-image: url(/static/images/cursor-click.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: -48px;
    bottom: -48px;
}

#homepage-product .section-1+.section-text-blue {
    margin-top: 120px;
}

#homepage-product .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #212E4B;
}

#homepage-product .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 56px;
    color: #5E7094;
    margin-bottom: 72px;
    text-align: center;
}

#homepage-product .uncover-skill-group .header {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    align-items: center;
    color: #212E4B;
    margin-bottom: 32px;
}

#homepage-product .uncover-skill-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 1211px;
    margin: auto;
}

#homepage-product .uncover-skill-group .left,
#homepage-product .uncover-skill-group .right {
    width: 100%;
}

#homepage-product .gsa-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* .left-item-group:nth-child(1) {
  margin-bottom: 36px;
} */

#homepage-product .gsa-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

#homepage-product img.gsa-icon {
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

#homepage-product .gsa-item span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #5E7094;
    width: 100%;
    max-width: 456px;
}

/* #homepage-product .uncover-skill-group .left {
  background-image: url(/static/images/home-product-section-2.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right 0 top 0;
} */

/* #homepage-product .uncover-skill-group .col-md-auto:first-child {
  height: 442px;
} */

#homepage-product hr.uncover-line {
    width: 100%;
    max-width: 546px;
    color: #E8EAF0;
    margin: 34px 0;
}

#homepage-product .report-example-image {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04)) drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.08));
}

#homepage-product .report-wrapper {
    position: relative;
}

#homepage-product .report-wrapper:before {
    content: '';
    background: linear-gradient(180deg, #FAFAFA 36.42%, rgba(255, 255, 255, 0) 106%);
    transform: rotate(-180deg);
    position: absolute;
    height: 160px;
    right: 0;
    bottom: -35px;
    left: 0;
    z-index: 1;
}

#homepage-product a.btn-readmore {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 224px;
    height: 48px;
    background: transparent;
    border: 1.5px solid #59C4AE;
    border-radius: 24px;
    margin: auto;
}

#homepage-product a.btn-readmore {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #59C4AE;
    text-decoration: none;
    position: relative;
}

#homepage-product a.btn-readmore:hover {
    border: 1.5px solid #71E8C4;
    color: #71E8C4;
}

#homepage-product a.btn-readmore:active {
    background: #DEFAF2;
    border: 1.5px solid #59C4AE;
    color: #59C4AE;
}

/* #homepage-product .uncover-skill-group .left .left-item-group:first-child .row {
  gap: 66px;
} */

#homepage-product .uncover-skill-group .left .left-item-group:last-child .row {
    position: relative;
}

#homepage-product .section-3 {
    margin: 96px 0;
}

#homepage-product .section-3-group {
    width: 1200px;
    margin: auto;
}

#homepage-product .section-3 .row {
    width: 100%;
    max-width: 1120px;
    margin: auto;
}

#homepage-product .section-3-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #212E4B;
    margin-bottom: 32px;
}

#homepage-product .section-3-detail {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#homepage-product .section-3-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

#homepage-product .section-3-item img {
    width: 16px;
    height: 16px;
}

#homepage-product .section-3-item span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #5E7094;
}

#homepage-product .section-4 .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #212E4B;
}

#homepage-product .section-4 .header-title span {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #00DBB6;
}

#homepage-product .section-4 {
    margin-bottom: 96px;
}

#homepage-product .section-4 .row {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    gap: 64px;
}

#homepage-product .col-header {
    margin-bottom: 56px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9FAABF;
}

#homepage-product .skill-tab {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
    cursor: pointer;
}

#homepage-product .skill-tab {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 4px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 8px;
    user-select: none;
    position: relative;
}

#homepage-product .skill-tab.active::before {
    content: '';
    width: 16px;
    height: 100%;
    border-right: 16px solid #59C4AE;
    border-radius: 0 8px 8px 0;
    position: absolute;
    right: 0;
}

#homepage-product .skill-test-tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

#homepage-product .skill-tab.disabled {
    color: #C3CBD9;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #E8EAF0;
    border-radius: 0;
    pointer-events: none;
}

#homepage-product .skill-tab.disabled:last-child {
    border: 0;
}

#homepage-product .skill-label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #E0E0E0;
}

#homepage-product .skill-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    width: max-content;
    height: 40px;
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    border-radius: 48px;
    cursor: pointer;
    user-select: none;
}

#homepage-product .skill-test-labels {
    display: flex;
    row-gap: 16px;
    column-gap: 8px;
    flex-wrap: wrap;
}

#homepage-product .skill-label.active {
    border: 1px solid #59C4AE;
    color: #59C4AE;
    background: #DEFAF2;
}

#homepage-product .hiring-banner {
    width: 100%;
    max-width: 1120px;
    height: 214px;
    background: white;
    margin: auto;
    border: 1px solid #E8EAF0;
    border-radius: 24px;
    padding: 0 56px 0 242px;
    display: flex;
    margin-bottom: 240px;
    justify-content: flex-end;
    align-items: center;
    background-image: url(/static/images/hiring-banner.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

#homepage-product .hiring-group .logo {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 24px;
}

#homepage-product .hiring-group {
    display: flex;
    align-items: center;
    gap: 48px;
}

#homepage-product .hiring-group div span:nth-child(1) {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 51px;
    display: flex;
    align-items: center;
    color: #212E4B;
}

#homepage-product .hiring-group div span:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 56px;
    color: #5E7094;
    white-space: nowrap;
}

#homepage-product .hiring-group button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 260px;
    height: 64px;
    gap: 8px;
    background: #00DBB6;
    border-radius: 16px;
    border: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #212E4B;
    text-decoration: none;
}

#homepage-product .hiring-group button:hover {
    background: #71E8C4;
}

#homepage-product .hiring-group button:active {
    background: #59C4AE;
}

#homepage-product .faq-section {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    margin-bottom: 96px;
}

#homepage-product .faq-section .header {
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #212E4B;
    justify-content: center;
}

#homepage-product .faq-tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 32px;
}

#homepage-product .faq-tab {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #5E7094;
}

#homepage-product .faq-tab {
    width: 25%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

#homepage-product .faq-tab:hover {
    background: #F5F5F5;
    border-bottom: 4px solid #BDBDBD;
}

#homepage-product .faq-tab.active {
    color: #212E4B;
    border-bottom: 4px solid #00DBB6;
}

#homepage-product .qc-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    width: 100%;
    height: max-content;
    background: transparent;
    border-radius: 16px;
    position: relative;
    border: 1px solid #E8EAF0;
}

#homepage-product .qc-list .qc-list-toggle .title {
    width: 100%;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #5E7094;
}

#homepage-product .qc-list-toggle:hover>.title {
    color: #212E4B;
}

.plusminus {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.qc-list.active .plusminus:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.qc-list.active .plusminus:after {
    transform: translatey(-50%) rotate(0);
}

.plusminus:before,
.plusminus:after {
    content: "";
    display: block;
    background-color: #9FAABF;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 2px;
    border-radius: 100%;
}

.plusminus:before {
    transform: translatey(-50%);
}

.plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}

#homepage-product .qc-list.active .qc-list-toggle .title {
    width: 100%;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    font-style: normal;
    color: #212E4B;
}

/* #homepage-product .qc-list .qc-list-toggle::before {
  content: '';
  background-image: url(/static/images/plus_tab.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 24px;
  z-index: 9;
  cursor: pointer;
  background-position: center;
}

#homepage-product .qc-list.active .qc-list-toggle::before {
  content: '';
  background-image: url(/static/images/minus_tab.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 33px;
  right: 24px;
  z-index: 9;
} */

#homepage-product .qc-list .detail {
    opacity: 0;
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5E7094;
}

#homepage-product .focus-text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #5E7094;
}

#homepage-product .qc-list .detail a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B8DF1;
    text-decoration: none;
}

#homepage-product .qc-list .detail a:hover {
    color: #7AB8F9;
}

#homepage-product .qc-list .detail a:active {
    color: #3D69CB;
}

#homepage-product .qc-list.active {
    height: max-content;
    transition: all 0.5s linear;
}

#homepage-product .qc-list.active .detail {
    opacity: 1;
    display: block;
    transition: all 0.5s linear;
}

#homepage-product .faq-display {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* #homepage-product a.btn-schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  width: 352px;
  height: 48px;
  background: #00DBB6;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 0;
  margin: auto;
  margin-top: 96px;
  margin-bottom: 119px;
}

#homepage-product a.btn-schedule {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #212E4B;
  text-decoration: none;
  position: relative;
} */

#homepage-product a.btn-schedule:hover {
    background: #71E8C4;
}

#homepage-product a.btn-schedule:active {
    background: #59C4AE;
}

#homepage-product img.gsa-img {
    width: 100%;
}

#homepage-product .section-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}

/* #homepage-product .section-2 {
  background-image: url(/static/images/homepage-sec4-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left 72px top 655px;
} */

/* #homepage-product .left-item-group {
  margin-bottom: 120px;
} */

#homepage-product .left-item-group .row {
    width: 100%;
    max-width: 1120px;
    flex-wrap: nowrap;
    background: #FFFFFF;
    border: 1px solid #E8EAF0;
    border-radius: 16px;
    padding: 64px;
    gap: 64px;
    margin: auto;
}

#homepage-product .left-item-group {
    position: relative;
}

#homepage-product .left-item-group:nth-child(2):after {
    content: '';
    background-image: url(/static/images/homepage-sec4-bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 567.15px;
    height: 528px;
    position: absolute;
    top: -65px;
    left: -115px;
    z-index: -1;
}

#homepage-product .section-2+.section-text-blue {
    margin-top: 244px;
}

#homepage-product .uncover-skill-group .left {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

#homepage-product .sub-footer-section {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9FAABF;
    text-align: center;
    margin-bottom: 16px;
}

#homepage-product .section-3 .row {
    margin-bottom: 96px;
}

#homepage-product img.sec3-img {
    width: 100%;
    height: auto;
}

#homepage-product .qc-list-toggle {
    z-index: 10;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#homepage-product #skill_label_Indicators {
    display: none;
}

#homepage-product .skill-tab.mobile,
#homepage-product a.btn-schedule.skill-test-mobile {
    display: none !important;
}

#designYourTestModal .modal-content {
    padding: 32px;
    border-radius: 16px;
    border: 0;
    text-align: center;
    align-items: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 4px 2px 8px rgba(0, 0, 0, 0.06);
}

#designYourTestModal .modal-dialog {
    max-width: 704px;
    margin: 1.75rem auto;
}

#designYourTestModal .header {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #212E4B;
    margin-bottom: 16px;
}

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

input#mobile_code {
    width: 100%;
}

.material-input-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.material-input-group span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5E7094;
}

.material-input-group input[type="text"] {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E8EAF0;
    border-radius: 8px;
    padding: 16px;
}

#designYourTestModal .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #212121;
}

#designYourTestModal .iti__flag.iti__in,
#designYourTestModal .iti__flag-box {
    display: none;
}

#designYourTestModal .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%);
    padding: 0 8px 0 16px;
}

#designYourTestModal .iti--separate-dial-code .iti__selected-flag::before {
    content: '';
    height: 20px;
    border-right: 1px solid #959393;
    position: absolute;
    right: 0;
}

a.btn-modal-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    width: 100%;
    height: 40px;
    background: #00DBB6;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: 0;
    margin: auto;
}

a.btn-modal-submit {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #212E4B;
    text-decoration: none;
    position: relative;
}

a.btn-modal-submit:hover {
    background: #71E8C4;
}

a.btn-modal-submit:active {
    background: #59C4AE;
}

img.close-modal {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
    box-shadow: none
}


/* Responsive */
@media screen and (max-width: 1200px) {

    .navbar-logo,
    .navbar-link-group,
    .navbar-button-group {
        width: auto;
    }

    #homepage .sfq-img {
        display: flex;
        justify-content: flex-end;
    }

    #homepage .sfq-group-1,
    #homepage .sfq-group-3 {
        padding-left: 0;
        width: max-content;
        margin: auto;
        margin-left: 0;
    }

    #homepage .sfq-group-2,
    #homepage .sfq-group-4 {
        padding-left: 0;
        width: max-content;
        margin: auto;
        margin-right: 0;
    }

    #homepage img.img-section-4.pl-65 {
        padding-left: 0;
    }

    #homepage-product .section-2,
    #homepage-product .section-3,
    #homepage-product .section-4,
    #homepage-product .faq-section {
        padding: 0 31px;
    }
}

@media screen and (max-width: 992px) {
    #homepage .talent-card-group {
        grid-template-columns: repeat(2, auto);
    }

    /* #homepage .section-2 {
    height: calc(693.56px /2);
  } */

    /* #homepage img.img-sec2-notebook {
    width: calc(100%);
    height: calc(100% /2);
  } */

    #homepage .section-4 .row {
        gap: 24px;
        margin-bottom: 48px;
    }

    #homepage .section-4 div.row:nth-child(2),
    #homepage .section-4 div.row:nth-child(4) {
        flex-direction: column;
    }

    #homepage .section-4 div.row:nth-child(1),
    #homepage .section-4 div.row:nth-child(3),
    #homepage .section-4 div.row:nth-child(5) {
        flex-direction: column-reverse;
    }

    #homepage .sfq-group-1,
    #homepage .sfq-group-2,
    #homepage .sfq-group-3,
    #homepage .sfq-group-4 {
        padding-left: 0;
    }

    #homepage .sfq-group-1,
    #homepage .sfq-group-2,
    #homepage .sfq-group-3,
    #homepage .sfq-group-4 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: auto;
        margin-left: 0;
    }

    #homepage .sfq-img {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
    }
}

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

    .navbar-link-group,
    .navbar-button-group {
        display: none;
    }

    .hamburger_toggle {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    #homepage-product .faq-tab {
        font-size: 12px;
        line-height: 20px;
        padding: 8px;
    }

    #homepage-product .qc-list .qc-list-toggle .title,
    #homepage-product .qc-list.active .qc-list-toggle .title {
        font-size: 14px;
        line-height: 20px;
        width: 80%;
        display: flex;
        word-break: break-all;
    }

    #homepage-product .qc-list .detail {
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        padding: 8px;
    }

    #homepage-product .section-1 .header-title,
    #homepage-product .section-1 .header-title label {
        font-size: 40px;
        line-height: 48px;
    }

    #homepage-product .section-2 .header-title,
    #homepage-product .section-4 .header-title,
    #homepage-product .section-4 .header-title span {
        font-size: 24px;
        line-height: 32px;
    }

    #homepage-product .section-1 .sub-title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 32px;
        width: 90%;
    }

    #homepage-product .section-text-blue {
        margin-top: 48px;
        font-size: 14px;
        line-height: 20px;
    }

    #homepage-product .uncover-skill-group .header,
    #homepage-product .section-3-title,
    #homepage-product .faq-section .header {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    /* #homepage-product .uncover-skill-group .left {
    background-image: url(/static/images/home-product-section-2.png);
    background-size: 247px 229.95px;
    background-repeat: no-repeat;
    background-position: right 0 top 0;
  } */

    #homepage-product .gsa-item span,
    #homepage-product .section-3-item span {
        font-size: 14px;
        line-height: 24px;
        white-space: normal;
        word-break: break-word;
    }

    #homepage-product div.left-item-group:nth-child(3) .row {
        flex-direction: column-reverse;
    }

    #homepage-product .uncover-skill-group .col-md-auto:first-child {
        height: auto;
    }

    #homepage-product .col-header {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    #homepage-product .skill-tab {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 16px;
        height: 36px;
    }

    #homepage-product .skill-label {
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        padding: 8px 16px;
        height: 32px;
    }

    #homepage-product .hiring-group {
        width: 100%;
        display: flex;
        align-items: flex-end;
        gap: 32px;
        flex-direction: column;
    }

    #homepage-product .hiring-group span {
        font-size: 24px;
        line-height: 32px;
    }

    #homepage-product a.btn-readmore {
        width: 216px;
        height: 40px;
        font-size: 14px;
        line-height: 24px;
    }

    #homepage-product a.btn-join-us,
    #homepage-product a.btn-schedule {
        width: 216px;
        height: 40px;
        font-size: 14px;
        line-height: 24px;
    }

    #homepage .section-1 .header-title::before,
    #homepage .section-1 .header-title::after,
    #homepage .section-1 a.btn-schedule::before,
    #homepage .section-1 a.btn-schedule::after,
    #homepage .section-1 .sub-title::after,
    #homepage .section-1 .sub-title::before {
        display: none;
    }

    #homepage .section-1 .header-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 24px;
    }

    #homepage .section-1 .header-title label {
        font-size: 40px;
        line-height: 48px;
    }

    #homepage .section-1 .sub-title {
        font-size: 14px;
        line-height: 24px;
    }

    #homepage a.btn-schedule,
    #homepage-product a.btn-schedule {
        width: 216px;
        height: 40px;
        font-size: 14px;
        line-height: 24px;
        padding: 8px 18px;
    }

    #homepage .section-1 {
        background-image: url(/static/images/home-product-section-2.png);
        background-size: 246.83px 229.79px;
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        height: 485px;
    }

    #homepage .section-2 {
        background-image: none;
        padding-bottom: 0;
    }

    #homepage img.img-sec2-notebook {
        margin-top: 0;
        width: 100%;
        padding: 0 31px;
        height: auto;
        max-width: 100%;
        content: url(/static/images/section-2-bg-mobile.png);
    }

    #homepage .section-get-start {
        margin-top: 120px;
        font-size: 14px;
        line-height: 20px;
    }

    #homepage .section-3 .header-title,
    #homepage .section-4 .header-title {
        font-size: 24px;
        line-height: 32px;
    }

    #homepage .section-4 .row {
        padding: 0 31px;
        margin: auto;
        margin-bottom: 48px;
    }

    #homepage .sec-4-row {
        width: 100%;
    }

    #homepage .sfq-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    #homepage .sfq-pre-screen span {
        font-size: 14px;
        line-height: 24px;
        white-space: normal;
        word-break: break-word;
    }

    #homepage .sfq-group-1 .sfq-detail,
    #homepage .sfq-group-3 .sfq-detail {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 32px;
    }

    #homepage .sfq-group-2 .sfq-pre-screen,
    #homepage .sfq-group-4 .sfq-pre-screen {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0 0 8px 8px;
        border-bottom: 1px solid #E8EAF0;
    }

    #homepage .sfq-detail {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #homepage .sfq-group-3 .sfq-pre-screen img {
        width: 16px;
        height: 16px;
        margin-top: 5px;
    }

    #homepage .sfq-group-3,
    #homepage .sfq-group-3 .sfq-detail {
        width: inherit;
    }

    #homepage .sfq-group-1,
    #homepage .sfq-group-2,
    #homepage .sfq-group-3,
    #homepage .sfq-group-4 {
        width: 100%;
    }

    #homepage .section-4 {
        background-image: url(/static/images/homepage-sec4-bg.png);
        background-size: 247px 229.95px;
        background-repeat: no-repeat;
        background-position: left 0 top 305px;
    }

    #homepage .section-5,
    #homepage-product .section-5 {
        padding: 0 31px;
        display: block;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        margin-bottom: 32px;
    }

    #homepage .section-5 .header-title,
    #homepage-product .section-5 .header-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 8px;
    }

    #homepage .section-5 .sub-title,
    #homepage-product .section-5 .sub-title {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 32px;
    }

    #homepage .section-4 div.row:nth-child(4) {
        margin-bottom: 112px;
    }

    #homepage .section-5 a.btn-schedule,
    #homepage-product .section-5 a.btn-schedule {
        margin-bottom: 580px;
    }

    #homepage .section-4::before {
        content: '';
        background-image: url(/static/images/home-product-section-2.png);
        background-size: 246.8px 229.76px;
        background-repeat: no-repeat;
        width: 246.8px;
        height: 229.76px;
        display: block;
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: -140px;
    }

    #homepage .section-5::before,
    #homepage-product .section-5::before {
        content: '';
        background-image: linear-gradient(to bottom, #FAFAFA, rgb(255 0 0 / 0%));
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
        display: block;
        position: absolute;
        z-index: -2;
        right: 0;
        top: -190px;
    }

    #homepage .section-5::after,
    #homepage-product .section-5::after {
        content: '';
        background-image: url(/static/images/homepage-footer-bg.png);
        background-size: 100% 993px;
        background-repeat: no-repeat;
        width: 100%;
        height: 993px;
        display: block;
        position: absolute;
        z-index: -3;
        right: 0;
        top: -190px;
    }

    .homepage_navbar {
        height: 56px;
    }

    .content {
        margin-top: 56px;
    }

    #homepage-product .section-1 {
        width: 100%;
        height: calc(100vh - 56px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    #homepage .section-2 {
        position: relative;
    }

    #homepage .section-2::before {
        content: '';
        background-image: url(/static/images/home-product-section-2.png);
        background-size: 246.83px 229.79px;
        background-repeat: no-repeat;
        background-position: right 0 top 0;
        width: 246.8px;
        height: 229.76px;
        display: block;
        z-index: -1;
        position: absolute;
        bottom: -60px;
        left: 0;
        transform: rotate(-180deg);
    }

    #homepage .talent-card-group {
        grid-template-columns: repeat(1, auto);
        width: 100%;
        padding: 0 31px;
        gap: 24px;
        margin-bottom: 40px;
    }

    #homepage .tablent-card {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 16px;
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 16px;
        gap: 16px;
        align-self: stretch;
        justify-content: flex-start;
    }

    #homepage img.img-talents {
        width: 104px;
        height: 72px;
        margin-bottom: 0;
    }

    #homepage .talent-name {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
    }

    #homepage .talent-detail {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }

    #homepage .tablent-card:nth-child(1) img.img-talents {
        content: url(/static/images/talent-1-mb.png);
    }

    #homepage .tablent-card:nth-child(2) img.img-talents {
        content: url(/static/images/talent-2-mb.png);
    }

    #homepage .tablent-card:nth-child(3) img.img-talents {
        content: url(/static/images/talent-3-mb.png);
    }

    #homepage .tablent-card:nth-child(4) img.img-talents {
        content: url(/static/images/talent-4-mb.png);
    }

    #homepage .tablent-card:nth-child(1):before {
        content: '1';
        position: absolute;
        top: -10px;
        width: 24px;
        height: 24px;
        background: #00DBB6;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 24px;
    }

    #homepage .tablent-card:nth-child(2):before {
        content: '2';
        position: absolute;
        top: -10px;
        width: 24px;
        height: 24px;
        background: #00DBB6;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 24px;
    }

    #homepage .tablent-card:nth-child(3):before {
        content: '3';
        position: absolute;
        top: -10px;
        width: 24px;
        height: 24px;
        background: #00DBB6;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 24px;
    }

    #homepage .tablent-card:nth-child(4):before {
        content: '4';
        position: absolute;
        top: -10px;
        width: 24px;
        height: 24px;
        background: #00DBB6;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 24px;
    }

    #homepage-product .section-3 .row:nth-child(2) {
        flex-direction: column-reverse;
    }

    #homepage-product .faq-section {
        position: relative;
    }

    #homepage-product .faq-section::before {
        content: '';
        background-image: url(/static/images/home-product-section-2.png);
        background-size: 246.8px 229.76px;
        background-repeat: no-repeat;
        width: 246.8px;
        height: 229.76px;
        display: block;
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: -220px;
    }

    #homepage-product .left-item-group {
        margin-bottom: 24px;
    }

    #homepage-product .left-item-group:nth-child(2) {
        margin-bottom: 56px;
    }

    #homepage-product .left-item-group:nth-child(2) .row {
        flex-direction: column-reverse;
    }

    #homepage-product .section-3 .row {
        gap: 24px;
    }

    #homepage-product .section-3 .row:nth-child(1) {
        margin-bottom: 48px;
    }

    #homepage-product .section-3 .row:nth-child(2) {
        margin-bottom: 0;
    }

    #homepage-product .section-3 {
        margin-top: 48px;
        margin-bottom: 0;
    }

    #homepage-product .section-3-detail {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 32px;
    }

    #homepage-product .gsa-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #homepage-product .gsa-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0 0 8px 8px;
        border-bottom: 1px solid #E8EAF0;
    }

    #homepage-product .gsa-item:last-child {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0 0 8px 8px;
        border-bottom: 0;
    }

    #homepage-product .uncover-skill-group .left .left-item-group .row {
        margin-bottom: 24px;
        gap: 40px;
    }

    #homepage-product .section-2 {
        background-image: url(/static/images/homepage-sec4-bg.png);
        background-size: 302.91px 282px;
        background-repeat: no-repeat;
        background-position: left 0 top 955px;
    }

    #homepage-product .qc-list {
        padding: 16px;
    }

    #homepage-product .qc-list .qc-list-toggle::before,
    #homepage-product .qc-list.active .qc-list-toggle::before {
        right: 16px;
        top: 24px;
    }

    #homepage-product .section-4 .row {
        gap: 24px;
        display: none;
    }

    #homepage-product #skill_label_Indicators {
        display: block;
    }

    #homepage-product #skill_label_Indicators .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -64px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }

    #homepage-product #skill_label_Indicators .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        background: #C3CBD9;
        border-radius: 30px;
        box-sizing: content-box;
        flex: 0 1 auto;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-clip: padding-box;
        border: 0;
        border-top: 0;
        border-bottom: 0;
        opacity: 1;
        transition: opacity .6s ease;
    }

    #homepage-product #skill_label_Indicators .carousel-indicators .active {
        opacity: 1;
        width: 48px;
        height: 8px;
        background: #00DBB6;
        border-radius: 100px;
        border: 0;
    }

    #homepage-product .skill-test-labels {
        display: flex;
        row-gap: 16px;
        column-gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #homepage-product .skill-tab.mobile {
        height: 36px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #212E4B;
        display: flex;
        justify-content: center;
        background: transparent;
        box-shadow: none;
        margin-bottom: 16px;
    }

    #homepage-product a.btn-schedule.skill-test-mobile {
        display: flex !important;
        margin: auto;
        margin-bottom: 48px;
    }

    #designYourTestModal .header {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #212E4B;
        width: 100%;
        margin-bottom: 16px;
        justify-content: center;
    }

    .email-input-group input[type="text"],
    .phone-input-group input[type="text"] {
        width: 100%;
        height: 32px;
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 4px;
        padding: 8px 16px;
    }

    #designYourTestModal .input-group {
        margin-bottom: 16px;
    }

    a.btn-modal-submit {
        width: 216px;
        height: 40px;
        border-radius: 16px;
    }

    #designYourTestModal .modal-content {
        padding: 24px;
    }

    #designYourTestModal .modal-dialog {
        max-width: 312px;
        margin: 1.75rem auto;
    }

}

@media screen and (min-width: 500px) {
    ::-webkit-scrollbar {
        width: 14px;
    }

    ::-webkit-scrollbar-thumb {
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border-radius: 9999px;
        background-color: #E0E0E0;
    }

    ::-webkit-scrollbar-track {
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border-radius: 9999px;
        background-color: #f4f7fe;
    }
}

#navigation_report .section-1 {
    width: 100%;
    height: auto;
    max-width: 1120px;
    margin: auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

#navigation_report .section-1 .header-title {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 95px;
    text-align: center;
    color: #212E4B;
    margin-bottom: 8px;
    z-index: 11;
    position: relative;
}

#navigation_report .section-1 .header-title label {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 95px;
    text-align: center;
    color: #00DBB6;
}

#navigation_report a.btn-schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;
    width: 224px;
    height: 48px;
    background: #00DBB6;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 0px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 16px;
    border: 0;
}

#navigation_report a.btn-schedule {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #212E4B;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

#navigation_report a.btn-schedule span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #5E7094;
}

#navigation_report a.btn-schedule:hover {
    background: #71E8C4;
}

#navigation_report a.btn-schedule:active {
    background: #59C4AE;
}

#navigation_report .section-2 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 120px 0;
    background-image: url(/static/images/home-sec-2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

#navigation_report img.example-img {
    width: 100%;
    height: auto;
    max-width: 1120px;
}

#navigation_report .section-get-start {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4B8DF1;
    text-decoration: none;
    height: 78px;
    justify-content: center;
}

#navigation_report .section-3 .header-title,
#navigation_report .section-4 .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #212E4B;
}

#navigation_report .section-3 .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 56px;
    color: #5E7094;
    margin-bottom: 72px;
    text-align: center;
}

#navigation_report .section-4 .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 56px;
    color: #5E7094;
    margin-bottom: 140px;
    text-align: center;
}

#navigation_report .skills_assessed {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9FAABF;
    width: 100%;
    max-width: 928px;
    margin: auto;
    margin-bottom: 41px;
}

#navigation_report .section-3 .row {
    max-width: 928px;
    margin: auto;
    align-items: stretch;
}

#navigation_report .skill_group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

#navigation_report .skill-box {
    padding: 8px 32px;
    width: 100%;
    max-width: 191px;
    height: 44px;
    margin-right: 80px;
    border: 1px solid #E8EAF0;
    border-radius: 8px;
}

#navigation_report .skill-box {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #212E4B;
}

#navigation_report .section-3 {
    margin-bottom: 96px;
}

#navigation_report .line-vertical {
    /* position: absolute; */
    width: 3px;
    height: 100%;
    background-image: linear-gradient(#00DBB6, #EB3C2B);
}

#navigation_report .timeline_score {
    /* position: absolute;
  top: 5px; */
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-left: 24px;
    position: relative;
}

#navigation_report .timeline_score::after {
    content: '';
    background-image: url(/static/images/icon_braces_group.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 100%;
    top: 20px;
    left: 124px;
}

#navigation_report .score-vertical {
    width: 96px;
    height: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5E7094;
    justify-content: center;
    position: relative;
}

#navigation_report .score-vertical:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -34px;
    top: -5px;
    background: #00DBB6;
    border-radius: 100px;
}

#navigation_report .score-vertical:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -34px;
    top: 8px;
    background: #26C3A1;
    border-radius: 100px;
}

#navigation_report .score-vertical:nth-child(3)::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -34px;
    top: 8px;
    background: #49AA8C;
    border-radius: 100px;
}

#navigation_report .score-vertical:nth-child(4)::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -34px;
    top: 8px;
    background: #6D9276;
    border-radius: 100px;
}

#navigation_report .score-vertical:nth-child(5)::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -34px;
    top: 8px;
    background: #907B62;
    border-radius: 100px;
}

#navigation_report .score-vertical:nth-child(6)::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -34px;
    top: 8px;
    background: #B4634D;
    border-radius: 100px;
}

#navigation_report .score-vertical:nth-child(7)::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -34px;
    top: 45px;
    background: #EB3C2B;
    border-radius: 100px;
}

#navigation_report .timeline_message {
    position: relative;
    margin-left: 80px;
}

#navigation_report .message {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #5E7094;
    width: 100%;
    max-width: 455px;
}

#navigation_report .message:nth-child(1) {
    margin-top: 28px;
    margin-bottom: 74px;
}

#navigation_report .message:nth-child(2) {
    margin-bottom: 72px;
}

#navigation_report .message:nth-child(3) {
    margin-bottom: 60px;
}

#navigation_report .message:nth-child(4) {
    margin-bottom: 32px;
}

#navigation_report .section-4 .carousel {
    max-width: 1120px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

#navigation_report img.performance-img {
    max-width: 576px;
    height: auto;
}

#navigation_report .performance-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #212E4B;
    margin-bottom: 16px;
}

#navigation_report .performance-detail {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #5E7094;
}

#performanceSlide .carousel-control-prev-icon {
    background-image: url(/static/images/slide-right.svg);
    width: 48px;
    height: 48px;
    transform: rotate(180deg);
}

#performanceSlide .carousel-control-next-icon {
    background-image: url(/static/images/slide-right.svg);
    width: 48px;
    height: 48px;
}

#performanceSlide .carousel-control-prev {
    left: -160px;
    top: 180px;
    opacity: 1;
    height: max-content;
}

#performanceSlide .carousel-control-next {
    right: -160px;
    top: 180px;
    opacity: 1;
    height: max-content;
}

#performanceSlide .carousel-control-next:hover,
#performanceSlide .carousel-control-prev:hover {
    opacity: .5;
}

#performanceSlide .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #C3CBD9;
    background-clip: padding-box;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity .6s ease;
}

#performanceSlide .carousel-indicators .active {
    opacity: 1;
    width: 48px;
    height: 8px;
    background: #00DBB6;
    border-radius: 100px;
    border: 0;
}

#navigation_report .performance-detail ul {
    margin-left: 32px;
}

#navigation_report .performance-detail li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #5E7094;
}

#performanceSlide .carousel-indicators {
    bottom: 0;
    position: relative;
    order: 1;
    margin-top: 140px;
    margin-bottom: 120px;
}

#performanceSlide .carousel-control-prev:disabled,
#performanceSlide .carousel-control-next:disabled {
    pointer-events: none;
}

#performanceSlide .carousel-control-prev:disabled .carousel-control-prev-icon {
    background-image: url(/static/images/slide-disiable.svg);
    width: 48px;
    height: 48px;
    transform: rotate(0deg);
}

#performanceSlide .carousel-control-next:disabled .carousel-control-next-icon {
    background-image: url(/static/images/slide-disiable.svg);
    width: 48px;
    height: 48px;
    transform: rotate(180deg);
}

#navigation_report .section-5 {
    padding-top: 120px;
    margin-bottom: 120px;
    min-height: 665px;
}

#navigation_report .section-5 {
    background-image: url(/static/images/test-case-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#navigation_report .section-5 .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #212E4B;
}

#navigation_report .section-5 .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    color: #5E7094;
    margin-bottom: 72px;
    text-align: center;
}

#navigation_report .section-4 {
    position: relative;
}

#navigation_report .section-6 {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-image: url(/static/images/section-5-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#navigation_report .sc5-content {
    width: 100%;
    max-width: 1120px;
}

#navigation_report .section-6 .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 95px;
    color: #212E4B;
    margin-bottom: 24px;
}

#navigation_report .section-6 .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #7A89A6;
    margin-bottom: 56px;
    text-align: left;
}

#homepage .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 56px;
    color: #5E7094;
    margin-bottom: 72px;
}

#homepage .section-4 .sub-title {
    margin-bottom: 136px;
}

#homepage .section-2+.section-get-start {
    margin-top: 106px;
}

#homepage .section-3+.section-get-start {
    margin-top: 120px;
}

.navigation-onboard {
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 32px;
}

.navigation-item {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #212E4B;
    padding: 16px 0;
    cursor: pointer;
    user-select: none;
    border-bottom: 4px solid transparent;
}

.navigation-item.active {
    border-bottom: 4px solid #00DBB6;
}

#homepage .section-5 a.btn-schedule,
#homepage-product .section-1 a.btn-schedule {
    margin: 0;
}

.section-footer {
    background: #FFFFFF;
}

.footer-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1120px;
    height: 236px;
    background: #FFFFFF;
    margin: auto;
    padding: 32px 0;
}

.footer-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #212E4B;
}

.footer-line {
    background: linear-gradient(179.9deg, #00DBB6 0.09%, #4B8DF1 151.05%);
    width: 11px;
}

.footer-body .header {
    display: flex;
    align-items: stretch;
    height: 100%;
    max-height: 97px;
    gap: 16px;
}

img.footer-logo {
    width: 255px;
    height: 56px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.footer-social-list {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: flex-end;
}

.social-logo {
    cursor: pointer;
}

.footer-right .message {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #5E7094;
}

.footer-right a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4B8DF1;
    text-decoration: none;
}

.footer-right a:hover {
    color: #7AB8F9;
}

.footer-right a:active {
    color: #3D69CB;
}

.contact-us {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #9FAABF;
    justify-content: flex-end;
}

.footer-body .sub-header {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5E7094;
    max-width: 288px;
}

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

button.btn-to-top {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #59C4AE;
}

button.btn-to-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 119px;
    height: 40px;
    border: 1px solid #59C4AE;
    border-radius: 100px;
    background: white;
}

button.btn-to-top:hover {
    border-color: #71E8C4;
    color: #71E8C4;
}

button.btn-to-top:active {
    background: #DEFAF2;
    border-color: #59C4AE;
    color: #59C4AE;
}

img.home-slide-1 {
    width: 100%;
    height: auto;
    max-height: 640px;
    max-width: 1120px;
    content: url(/static/images/section-2-nb.png);
    position: relative;
    transition: transform .6s ease;
}

img.home-slide-2 {
    width: 100%;
    height: auto;
    max-height: 640px;
    max-width: 1120px;
    content: url(/static/images/home-slide-1.png);
    position: relative;
    transition: transform .6s ease;
}

img.home-slide-3 {
    width: 100%;
    height: auto;
    max-height: 640px;
    max-width: 1120px;
    content: url(/static/images/home-slide-3.png);
    position: relative;
    transition: transform .6s ease;
}

img.home-slide-4 {
    width: 100%;
    height: auto;
    max-height: 640px;
    max-width: 1120px;
    content: url(/static/images/home-slide-2.png);
    position: relative;
    transition: transform .6s ease;
}

img.home-slide-5 {
    width: 100%;
    height: auto;
    max-height: 640px;
    max-width: 1120px;
    content: url(/static/images/home-slide-4.png);
    position: relative;
    transition: transform .6s ease;
}

.navigation-item:hover {
    border-bottom: 4px solid #E0E0E0;
}

.navigation-item.active:hover {
    border-bottom: 4px solid #00DBB6;
}

#slider {
    position: relative;
    overflow: hidden;
    display: flex;
}

#homepage .sec-4-row {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

#homepage .section-4 {
    padding-bottom: 196px;
}

#scheduleDemoModal .modal-dialog {
    max-width: 360px;
    margin: 1.75rem auto;
}

#scheduleDemoModal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 4px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 16px;
    padding: 32px;
    z-index: 1;
}

#scheduleDemoModal .title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #212E4B;
    justify-content: center;
}

#scheduleDemoModal .close-modal {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
    box-shadow: none;
}

.step-demo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar {
    counter-reset: step;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar li {
    list-style-type: none;
    width: 100%;
    max-width: 79px;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 24px;
    height: 24px;
    content: '';
    line-height: 30px;
    border: 0;
    background-color: transparent;
    display: block;
    text-align: center;
    margin: auto;
    margin-right: -16px;
    border-radius: 50%;
    transition: all .8s;
}

.progressbar li:after {
    width: 100%;
    height: 16px;
    content: '';
    position: absolute;
    background-color: #E0E0E0;
    top: 5px;
    left: 0;
    z-index: -1;
    transition: all .8s;
}

.progressbar li.active:before {
    background-image: url(/static/images/step-checked.svg);
    transition: all .8s;
}

.progressbar li:nth-child(3):before {
    background-image: url(/static/images/step-logo.svg);
    transition: all .8s;
}

.progressbar li:nth-child(3).active:before {
    background-image: url(/static/images/step-checked-logo.svg);
    transition: all .8s;
}

.progressbar li.active_before:before {
    background-image: unset;
    transition: all .8s;
}

.progressbar li.active:after,
.progressbar li.active_before:after {
    background-color: #00DBB6;
    transition: all .8s;
}

.progressbar li.active:after {
    margin: 0;
}

.progressbar li:after {
    border-radius: 100px;
}

.progressbar li:nth-child(1):after {
    border-radius: 100px 0 0 100px;
}

.progressbar li:nth-child(2):after {
    border-radius: 0;
    margin: 0 4px;
}

.progressbar li:nth-child(3):after {
    border-radius: 0 100px 100px 0;
    margin: 0 8px;
}

#scheduleDemoModal .label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
}

#scheduleDemoModal .input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#scheduleDemoModal .input-group input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #E8EAF0;
    border-radius: 8px;
    padding: 16px;
}

input[type="text"]:focus-within {
    outline: none;
}

button.btn-next-step,
button.btn-register,
button.btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #00DBB6;
    border-radius: 8px;
    border: transparent;
    margin-top: 24px;
    opacity: 1;
}

button.btn-next-step,
button.btn-register,
button.btn-close {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #212E4B;
}

button.btn-next-step:hover,
button.btn-register:hover,
button.btn-close:hover {
    background: #71E8C4;
}

button.btn-next-step:active,
button.btn-register:active,
button.btn-close:active {
    background: #59C4AE;
}

.section-step-1,
.section-step-2,
.section-step-3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#scheduleDemoModal .input-group input[type="text"]:hover {
    border-color: #C3CBD9;
}

#scheduleDemoModal .input-group input[type="text"]:focus {
    border-color: #00DBB6;
}

#scheduleDemoModal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

#scheduleDemoModal button.btn.dropdown-toggle {
    height: 48px;
    border: 1px solid #E8EAF0;
    border-radius: 8px;
    padding: 16px;
    background: white;
}

#scheduleDemoModal .bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}

#scheduleDemoModal button.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

#scheduleDemoModal button.btn.dropdown-toggle:not(.show)::after {
    background: url(/static/images/dropdown-arrow.svg) no-repeat right;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

#scheduleDemoModal button.btn.dropdown-toggle:is(.show)::after {
    background: url(/static/images/dropdown-arrow.svg) no-repeat right;
    transform: rotateX(180deg);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

#scheduleDemoModal button.btn.dropdown-toggle.show {
    border-color: #00DBB6;
}

#scheduleDemoModal button.btn.dropdown-toggle.show:hover {
    border-color: #00DBB6;
}

#scheduleDemoModal button.btn.dropdown-toggle:hover {
    border-color: #C3CBD9;
}

#scheduleDemoModal .bootstrap-select .dropdown-toggle:focus,
#scheduleDemoModal .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
    box-shadow: none !important;
}

#scheduleDemoModal .bootstrap-select .dropdown-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #9FAABF;
    padding: 16px;
}

#scheduleDemoModal .bootstrap-select .dropdown-menu li {
    border-bottom: 1px solid #E8EAF0;
}

#scheduleDemoModal .bootstrap-select .dropdown-menu li:hover {
    background-color: #E8EAF0;
}

#scheduleDemoModal .bootstrap-select .dropdown-menu li a:hover {
    color: #5E7094;
}

#scheduleDemoModal .dropdown-menu.show {
    padding: 0;
    /* border: 0; */
}

#scheduleDemoModal button.btn.dropdown-toggle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #212E4B;
}

#scheduleDemoModal button.btn.dropdown-toggle.bs-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #9FAABF;
}

#scheduleDemoModal .dropdown-item.active,
#scheduleDemoModal .dropdown-item:active {
    color: #5E7094 !important;
    text-decoration: none;
    background-color: #EEEEEE;
}

#scheduleDemoModal .input-group input[type="text"] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #212E4B;
}

#scheduleDemoModal .input-group input[type="text"] {
    caret-color: #00DBB6;
}

#scheduleDemoModal .material_checkbox {
    position: relative;
}

#scheduleDemoModal .checkbox_custom,
#scheduleDemoModal .checkbox_custom div {
    width: inherit;
}

#scheduleDemoModal .material_checkbox>input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

#scheduleDemoModal .material_checkbox>input[type="checkbox"]+.checkbox_custom::before {
    content: "";
    display: flex;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #C3CBD9;
}

#scheduleDemoModal .material_checkbox>input[type="checkbox"]:checked+.checkbox_custom::before {
    background-image: url("/static/images/new_Jobpasscard/checked.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: transparent;
}

#scheduleDemoModal .checkbox_custom,
#scheduleDemoModal .material_checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
    user-select: none;
    justify-content: center;
}

#scheduleDemoModal .material_checkbox>input[type="checkbox"]+.checkbox_custom:hover::before {
    content: "";
    display: flex;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #7A89A6;
}

#scheduleDemoModal .section-step-3 .label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
    margin: auto;
}

.section-step-3 {
    align-items: flex-start;
}

#scheduleDemoModal .checkbox_custom {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #212E4B;
}

.another-target {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

textarea.another_target {
    width: 100%;
    height: 96px;
    background: #F5F5F5;
    border-radius: 8px;
    resize: none;
    border: 0;
    padding: 16px;
}

textarea.another_target:hover {
    border-color: #C3CBD9;
}

textarea.another_target:focus {
    border-color: #00DBB6;
}

textarea.another_target:focus-within {
    outline: none;
}

.another-target .header {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #212E4B;
}

.another-target .header span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9FAABF;
}

#scheduleDemoModal .line {
    width: 100%;
    height: 1px;
    background: #E8EAF0;
}

.jpc-link {
    color: #4b8df1;
}

.jpc-link:hover {
    color: #7ab8f9;
}

.jpc-link:active {
    color: #3149ad;
}

a.jpc-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #4B8DF1;
}

#thankyouDemoModal .modal-dialog {
    max-width: 504px;
    margin: 1.75rem auto;
}

#thankyouDemoModal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 4px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 16px;
    padding: 32px;
    z-index: 1;
    align-items: center;
}

#thankyouDemoModal .close-modal {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
    box-shadow: none;
}

#thankyouDemoModal .logo {
    width: 56px;
    height: 56px;
}

#thankyouDemoModal .title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #212E4B;
}

#thankyouDemoModal .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5E7094;
}

#navigation_report .section-1 .header-title::before {
    content: '';
    background-image: url(/static/images/bg-twouser.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    right: 0;
    top: 0;
}

#navigation_report .section-1 .header-title::after {
    content: '';
    background-image: url(/static/images/bg-programming.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    left: 0;
    top: 0;
}

#navigation_report .section-1 .sub-title::before {
    content: '';
    background-image: url(/static/images/bg-search.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    right: 100px;
    bottom: -170px;
}

#navigation_report .section-1 .sub-title::after {
    content: '';
    background-image: url(/static/images/User-scan.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    left: 100px;
    bottom: -170px;
}

#navigation_report .section-1 .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #5E7094;
    margin-bottom: 64px;
    z-index: 11;
    position: relative;
}

#navigation_report .section-2+.section-get-start {
    margin-top: 120px;
}

#navigation_report .performance-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    margin-bottom: 24px;
}

#navigation_report .carousel-item .row div:nth-child(2) {
    max-width: 448px;
}

#navigation_report .carousel-item .row {
    gap: 96px;
    justify-content: center;
    align-items: center;
}

#navigation_report .test-case-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 24px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

#navigation_report .test-case-tab .icon {
    width: 32px;
    height: 32px;
}

#navigation_report .test-case-tab .text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #212E4B;
    white-space: nowrap;
}

.test-case-row {
    display: flex;
    align-items: stretch;
    gap: 72px;
    max-width: 957px;
    margin: auto;
}

.test-case-tab-group {
    max-width: 192px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.test-case-detail {
    max-width: 693px;
}

#navigation_report .test-case-tab.active {
    border-bottom: 4px solid #00DBB6;
}

#navigation_report .test-case-tab.active:hover {
    border-bottom: 4px solid #00DBB6;
}

#navigation_report .test-case-tab:hover {
    /* background: #F5F5F5; */
    border-bottom: 4px solid #BDBDBD;
}

.test-case-content {
    display: flex;
    gap: 64px;
    align-items: center;
}

.test-case-content .percent {
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 95px;
    color: #5E7094;
    width: 100%;
    max-width: 160px;
}

.test-case-content .title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #212E4B;
    margin-bottom: 8px;
}

.test-case-content .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #5E7094;
}

#test-case-1d .test-case-content:nth-child(1) .bar {
    width: 40px;
    height: 110px;
    background: #F8D75E;
    border-radius: 100px 100px 0px 0px;
}

#test-case-1d .test-case-content:nth-child(2) .bar {
    width: 40px;
    height: 121px;
    background: #F4C054;
    border-radius: 0;
}

#test-case-1d .test-case-content:nth-child(3) .bar {
    width: 40px;
    height: 169px;
    background: #EEAA4B;
    border-radius: 0;
}

#test-case-1d .test-case-content:nth-child(4) .bar {
    width: 40px;
    height: 266px;
    background: #E6853D;
    border-radius: 0px 0px 100px 100px;
}

#test-case-2d .test-case-content:nth-child(1) .bar {
    width: 40px;
    height: 94px;
    background: #ADF0DC;
    border-radius: 100px 100px 0px 0px;
}

#test-case-2d .test-case-content:nth-child(2) .bar {
    width: 40px;
    height: 111px;
    background: #71E8C4;
    border-radius: 0;
}

#test-case-2d .test-case-content:nth-child(3) .bar {
    width: 40px;
    height: 184px;
    background: #00DBB6;
    border-radius: 0;
}

#test-case-2d .test-case-content:nth-child(4) .bar {
    width: 40px;
    height: 277px;
    background: #59C4AE;
    border-radius: 0px 0px 100px 100px;
}

#test-case-3d .test-case-content:nth-child(1) .bar {
    width: 40px;
    height: 173px;
    background: #7AB8F9;
    border-radius: 100px 100px 0px 0px;
}

#test-case-3d .test-case-content:nth-child(2) .bar {
    width: 40px;
    height: 132px;
    background: #62A8F8;
    border-radius: 0;
}

#test-case-3d .test-case-content:nth-child(3) .bar {
    width: 40px;
    height: 172px;
    background: #4B8DF1;
    border-radius: 0;
}

#test-case-3d .test-case-content:nth-child(4) .bar {
    width: 40px;
    height: 189px;
    background: #3D69CB;
    border-radius: 0px 0px 100px 100px;
}

.content-detail-group {
    width: 100%;
    max-width: 304px;
}

.btn-jpc-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #59C4AE;
    border-radius: 16px;
    color: #59C4AE;
    background-color: white;
}

.btn-jpc-outline:hover {
    color: #71E8C4;
    border-color: #71E8C4;
}

.btn-jpc-outline:active {
    background: #DEFAF2;
    border-color: #59C4AE;
    color: #59C4AE;
}

.btn-jpc-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00DBB6;
    border-radius: 16px;
    border-color: transparent;
    color: #212E4B;
}

.btn-jpc-fill:hover {
    background: #71E8C4;
}

.btn-jpc-fill:active {
    background: #59C4AE;
}

button {
    width: 212px;
    height: 48px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

#designYourTestModal .line {
    width: 100%;
    height: 1px;
    background: #E8EAF0;
    margin: 16px 0;
}

#designYourTestModal .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

#designYourTestModal .skill-test-labels {
    display: flex;
    row-gap: 16px;
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

#designYourTestModal .skill-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    width: max-content;
    height: 40px;
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    border-radius: 48px;
    cursor: pointer;
    user-select: none;
}

#designYourTestModal .skill-label.active {
    border: 1px solid #59C4AE;
    color: #59C4AE;
    background: #DEFAF2;
}

#designYourTestModal .skill-label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #E0E0E0;
}

#designYourTestModal .input-group-column {
    display: flex;
    align-items: center;
    gap: 16px;
}

#designYourTestModal .step-2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#successSkillSubmitModal .modal-dialog {
    max-width: 504px;
    margin: 1.75rem auto;
}

#successSkillSubmitModal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 4px 2px 8px rgb(0 0 0 / 6%);
    border-radius: 16px;
    padding: 32px;
    z-index: 1;
    align-items: center;
}

#successSkillSubmitModal .close-modal {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
    box-shadow: none;
}

#successSkillSubmitModal .logo {
    width: 56px;
    height: 56px;
}

#successSkillSubmitModal .title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #212E4B;
}

#successSkillSubmitModal .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5E7094;
}

#successSkillSubmitModal button.btn-close {
    max-width: 296px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #212E4B;
}

#footer_mobile {
    display: none;
}

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

    #navigation_report .section-3 .col-12 {
        width: 90%;
        margin: auto;
    }

    #navigation_report .skill-box {
        padding: 8px 32px;
        width: 100%;
        max-width: 100%;
        height: 44px;
        margin-right: 0;
        border: 1px solid #E8EAF0;
        border-radius: 8px;
    }

    #navigation_report .section-3 .timeline {
        height: auto !important;
    }

    #navigation_report .section-3 .row {
        gap: 32px;
    }

    #navigation_report .section-3 .col-12 .row {
        gap: 0;
        justify-content: center;
    }

    #navigation_report .timeline_score::after {
        left: 95px;
    }

    #navigation_report .timeline_message {
        position: relative;
        margin-left: 32px;
    }

    .test-case-row {
        flex-direction: column;
        align-items: center;
    }

    .test-case-tab-group {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 735px) {
    #footer_desktop {
        display: none;
    }

    #footer_mobile {
        display: block;
    }

    #navigation_report .message:nth-child(3) {
        margin-bottom: 30px;
    }

    #navigation_report .score-vertical {
        width: auto;
        height: 32px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #5E7094;
        justify-content: center;
        position: relative;
    }

    #navigation_report .timeline_score::after {
        left: 50px;
    }

    #navigation_report .message {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #5E7094;
        width: 100%;
        max-width: 350px;
    }
}

@media screen and (max-width: 520px) {
    #homepage .sub-title {
        font-size: 14px;
        line-height: 24px;
    }

    #homepage .section-2+.section-get-start,
    #homepage .section-3+.section-get-start {
        margin-top: 0;
    }

    #homepage .section-3 .sub-title {
        margin-bottom: 32px;
    }

    #homepage .section-4 .sub-title {
        margin-bottom: 24px;
    }

    .navigation-onboard {
        gap: 8px;
        width: 90%;
        margin: auto;
        margin-top: 120px;
        margin-bottom: 32px;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        justify-items: center;
    }

    .navigation-item {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #homepage .section-4 .row {
        background: transparent;
        border: 0;
    }

    #slider img {
        width: 90%;
        margin: auto;
    }

    #homepage-product .section-1 .header-title::before,
    #homepage-product .section-1 .header-title::after,
    #homepage-product .section-1 a.btn-schedule::before,
    #homepage-product .section-1 a.btn-schedule::after,
    #homepage-product .section-1 .sub-title::after,
    #homepage-product .section-1 .sub-title::before {
        display: none;
    }

    #homepage-product .sub-title {
        font-size: 14px;
        line-height: 24px;
    }

    #homepage-product .left-item-group .row {
        border: 0;
        background: transparent;
    }

    #homepage-product .uncover-skill-group .left .left-item-group .row {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    #homepage-product .section-1 {
        padding-bottom: 0;
    }

    #homepage-product .section-1+.section-text-blue,
    #homepage-product .section-2+.section-text-blue {
        margin-top: 0;
    }

    #homepage-product .hiring-group div span:nth-child(1) {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #212E4B;
        justify-content: flex-end;
    }

    #homepage-product .hiring-group div span:nth-child(2) {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #5E7094;
        white-space: nowrap;
    }

    #homepage-product .hiring-group .logo {
        width: 100px;
    }

    #homepage-product .hiring-banner {
        width: 90%;
        padding: 16px;
        height: auto;
        margin-bottom: 40px;
    }

    #homepage-product .hiring-group button span {
        font-size: 14px;
        line-height: 24px;
    }

    #homepage-product .hiring-group button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 170px;
        height: 41px;
        gap: 8px;
        background: #00DBB6;
        border-radius: 16px;
        border: 0;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        text-transform: uppercase;
        color: #212E4B;
        text-decoration: none;
    }

    #designYourTestModal button {
        width: 100%;
        height: 32px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 25px;
        text-transform: uppercase;
    }

    #designYourTestModal .skill-label {
        padding: 8px 16px;
    }

    #designYourTestModal .skill-test-labels {
        display: flex;
        row-gap: 8px;
        column-gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #successSkillSubmitModal .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }

    #homepage-product .qc-list-toggle {
        width: 100%;
    }

    #homepage-product .focus-text {
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 16px;
        text-decoration-line: underline;
        color: #5E7094;
    }

    #homepage-product .qc-list .detail a {
        font-size: 10px;
        line-height: 16px;
    }

    #navigation_report .section-1 .header-title::before,
    #navigation_report .section-1 .header-title::after,
    #navigation_report .section-1 a.btn-schedule::before,
    #navigation_report .section-1 a.btn-schedule::after,
    #navigation_report .section-1 .sub-title::after,
    #navigation_report .section-1 .sub-title::before {
        display: none;
    }

    #navigation_report .section-1 .header-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 24px;
    }

    #navigation_report .section-1 .sub-title {
        font-size: 14px;
        line-height: 24px;
    }

    #navigation_report .section-1 .header-title label {
        font-size: 40px;
        line-height: 48px;
    }

    #navigation_report img.example-img {
        width: 90%;
        height: auto;
        max-width: 1120px;
    }

    #navigation_report .section-2 {
        padding: 40px 0;
    }

    #navigation_report .section-2+.section-get-start {
        margin-top: 0;
    }

    #navigation_report .section-3 .header-title {
        font-size: 24px;
        line-height: 32px;
        width: 90%;
        margin: auto;
    }

    #navigation_report .section-3 .sub-title {
        font-size: 14px;
        line-height: 24px;
        width: 90%;
        margin: auto;
    }

    #navigation_report .skills_assessed {
        width: 90%;
        margin-top: 24px;
    }

    #homepage-product .faq-tab {
        width: 100%;
        font-size: 13px;
    }

    #homepage-product .faq-tab-list {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        justify-items: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 32px;
    }

    #navigation_report .score-vertical:nth-child(7)::before {
        top: 25px;
    }

    #navigation_report .message {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #5E7094;
        width: 100%;
    }

    #navigation_report .score-vertical {
        width: auto;
        height: 32px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #5E7094;
        justify-content: center;
        position: relative;
    }

    #navigation_report .timeline_score::after {
        left: 50px;
    }

    #navigation_report .timeline_message {
        position: relative;
        margin-left: 32px;
        width: 70%;
    }

    #navigation_report .message:nth-child(1) {
        margin-top: 35px;
        margin-bottom: 80px;
    }

    #navigation_report .message:nth-child(3) {
        margin-bottom: 65px;
    }

    #navigation_report .section-get-start {
        margin-top: 120px;
        font-size: 14px;
        line-height: 20px;
    }

    #navigation_report .section-4 .header-title {
        font-size: 24px;
        line-height: 32px;
        width: 90%;
        margin: auto;
    }

    #navigation_report .section-4 .sub-title {
        font-size: 14px;
        line-height: 24px;
        width: 90%;
        margin: auto;
    }

    #navigation_report .section-4 .carousel {
        width: 90%;
        margin-top: 40px;
    }

    #navigation_report .carousel-item .row {
        gap: 40px;
        justify-content: center;
        align-items: center;
    }

    #navigation_report img.performance-img {
        max-width: 576px;
        height: auto;
        margin: auto;
        width: 50%;
    }

    .carousel-item .col-auto:first-child {
        text-align: center;
    }

    #navigation_report .carousel-item .row div:nth-child(2) {
        max-width: 90%;
    }

    #navigation_report .performance-icon {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    #navigation_report .performance-title {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #212E4B;
        margin-bottom: 16px;
    }

    #navigation_report .performance-detail {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #5E7094;
    }

    #performanceSlide .carousel-indicators {
        bottom: 0;
        position: relative;
        order: 1;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #navigation_report .section-get-start {
        margin-top: 0;
    }

    #navigation_report .section-5 {
        padding-top: 40px;
    }

    #navigation_report .section-5 .header-title {
        font-size: 24px;
        line-height: 32px;
        width: 90%;
        margin: auto;
    }

    #navigation_report .section-5 .sub-title {
        font-size: 14px;
        line-height: 24px;
        width: 90%;
        margin: auto;
    }

    #navigation_report .section-6 {
        padding: 0 31px;
        display: block;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        margin-bottom: 32px;
    }

    #navigation_report .section-6::before {
        content: '';
        background-image: linear-gradient(to bottom, #FAFAFA, rgb(255 0 0 / 0%));
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
        display: block;
        position: absolute;
        z-index: -2;
        right: 0;
        top: -190px;
    }

    #navigation_report .section-6::after {
        content: '';
        background-image: url(/static/images/homepage-footer-bg.png);
        background-size: 100% 993px;
        background-repeat: no-repeat;
        width: 100%;
        height: 993px;
        display: block;
        position: absolute;
        z-index: -3;
        right: 0;
        top: -190px;
    }

    #navigation_report .section-6 .header-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 8px;
    }

    #navigation_report .section-6 .sub-title {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .test-case-row {
        flex-direction: column;
        align-items: center;
    }

    .test-case-tab-group {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 90%;
    }

    #navigation_report .test-case-tab .icon {
        width: 24px;
        height: 24px;
    }

    .test-case-content {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .test-case-content .percent {
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #5E7094;
        width: 100%;
        max-width: 90px;
    }

    .test-case-detail {
        width: 90%;
        max-width: 100%;
    }

    .test-case-content .title {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #212E4B;
        margin-bottom: 8px;
    }

    .test-case-content .text {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #5E7094;
    }

    #footer_mobile {
        position: relative;
    }

    #footer_mobile .footer-body {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 1120px;
        height: 480px;
        background: #FFFFFF;
        margin: auto;
        padding: 40px 32px;
        border-top: 1px solid #E8EAF0;
        flex-direction: column;
        padding-bottom: 64px;
    }

    img.to-top {
        position: absolute;
        right: 32px;
        top: -32px;
    }

    #footer_mobile img.footer-logo {
        width: 160px;
        height: auto;
    }

    .social-group {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    #footer_mobile a {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #4B8DF1;
        text-decoration: none;
    }

    #footer_mobile .message {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #5E7094;
    }

    #footer_mobile .footer-line {
        background: linear-gradient(90deg, #00DBB6 0.09%, #4B8DF1 151.05%);
        width: 160px;
        height: 4px;
    }
}

@media screen and (max-width: 390px) {
    #navigation_report .timeline_message {
        position: relative;
        margin-left: 32px;
        width: 60%;
    }

    #navigation_report .message:nth-child(1) {
        margin-top: 35px;
        margin-bottom: 65px;
    }

    #navigation_report .message:nth-child(2) {
        margin-bottom: 50px;
    }

    #navigation_report .message:nth-child(3) {
        margin-bottom: 50px;
    }

    #navigation_report .message:nth-child(4) {
        margin-bottom: 23px;
    }

    #navigation_report .score-vertical:nth-child(7)::before {
        top: 45px;
    }
}