@charset "UTF-8";

#new_main {
    width: 100%;
    height: auto;
    position: relative;
}

#new_main .main_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_main .main_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_main .sc_item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0;
}

#new_main .sc_item .sc_size {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

@media all and (max-width: 1441px) {
    #new_main .sc_item {
        padding: 80px 30px;
    }

    #new_main #INTRO_STAT.sc_item {
        padding: 40px 30px !important;
    }
}

@media all and (max-width: 1025px) {
    #new_main .sc_item {
        padding: 60px 30px;
    }
}

@media all and (max-width: 481px) {
    #new_main .sc_item {
        padding: 40px 15px;
    }

    #new_main #INTRO_STAT.sc_item {
        padding: 30px 15px !important;
    }
}

/* SC TIT */
#new_main .sc_item .sc_size .sc_tit {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

#new_main .sc_item .sc_size .sc_tit > h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2.375rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.4;
    color: #1e293b;
    margin-bottom: 15px;
}

#new_main .sc_item .sc_size .sc_tit > h2 > span {
    color: #2465ea;
}

#new_main .sc_item .sc_size .sc_tit > p {
    font-size: 1.125rem;
    font-weight: 300;
    color: #6b7280;
    letter-spacing: 0px;
    line-height: 1.6;
}

#new_main .sc_item .sc_size .sc_tit .sc_badge {
    display: inline-block;
    background: #f0f9ff;
    color: #0369a1;
    padding: 8px 16px;
    border-radius: 5rem;
    font-size: 0.9375rem;
    font-weight: 400;
    border: 1px solid #bfdbfe;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

@media all and (max-width: 1025px) {
    #new_main .sc_item .sc_size .sc_tit > h2 {
        font-size: 2rem;
    }

    #new_main .sc_item .sc_size .sc_tit > p {
        font-size: 1rem;
    }
}

@media all and (max-width: 885px) {
    #new_main .sc_item .sc_size .sc_tit > h2 {
        font-size: 1.75rem;
        margin-bottom: 6px;
    }

    #new_main .sc_item .sc_size .sc_tit > p {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 481px) {
    #new_main .sc_item .sc_size .sc_tit > h2 {
        font-size: 1.375rem;
    }

    #new_main .sc_item .sc_size .sc_tit > p {
        font-size: 0.8125rem;
    }
}

/* SC TIT END */

/* SC ITEM - INTRO */
#INTRO .intro_txtbox {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

#INTRO .intro_txtbox > .intro_badge {
    display: inline-block;
    background: #f0f9ff;
    color: #0369a1;
    padding: 8px 16px;
    border-radius: 5rem;
    font-size: 0.9375rem;
    font-weight: 400;
    border: 1px solid #bfdbfe;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 24px;
}

#INTRO .intro_txtbox > h1 {
    font-family: 'Inter', sans-serif;
    font-size: 3.125rem;
    font-weight: 900;
    background: -webkit-linear-gradient(315deg, #2563eb 0%, #06b6d4 100%);
    background: -moz-linear-gradient(315deg, #2563eb 0%, #06b6d4 100%);
    background: -o-linear-gradient(315deg, #2563eb 0%, #06b6d4 100%);
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

#INTRO .intro_txtbox > p {
    font-size: 1.25rem;
    font-weight: 200;
    color: #6b7280;
    letter-spacing: 0px;
    line-height: 1.6;
    margin-bottom: 30px;
}

#INTRO .intro_txtbox > p.small_p {
    font-size: 0.9375rem;
    margin-top: 30px;
}

#INTRO .intro_txtbox .intro_btnbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

#INTRO .intro_txtbox .intro_btnbox > li {
    width: auto;
    height: auto;
    position: relative;
}

#INTRO .intro_txtbox .intro_btnbox > li > a {
    font-family: 'Inter', sans-serif;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 300;
    top: 0;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

#INTRO .intro_txtbox .intro_btnbox > li.invit_btn > a {
    background-color: #2465ea;
    color: #fff;
}

#INTRO .intro_txtbox .intro_btnbox > li.invit_btn > a:hover {
    background-color: #093899;
    top: -8px;
}

#INTRO .intro_txtbox .intro_btnbox > li.demo_btn > a {
    background-color: #f0f9ff;
    border: 1px solid #bfdbfe;
    color: #0369a1;
}

#INTRO .intro_txtbox .intro_btnbox > li.demo_btn > a:hover {
    background-color: #bfdbfe;
    top: -8px;
}

#INTRO .intro_imgbox {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px;
    border: 1px solid #d1e7f0;
    border-radius: 10px;
    background: -webkit-linear-gradient(315deg, #f0f9ff 0%, #ecfdf5 50%, #f0fdfa 100%);
    background: -moz-linear-gradient(315deg, #f0f9ff 0%, #ecfdf5 50%, #f0fdfa 100%);
    background: -o-linear-gradient(315deg, #f0f9ff 0%, #ecfdf5 50%, #f0fdfa 100%);
    background: linear-gradient(135deg, #f0f9ff 0%, #ecfdf5 50%, #f0fdfa 100%);
    overflow: hidden;
}

#INTRO .intro_imgbox::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: -webkit-radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
    background: -moz-radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
    background: -o-radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
    top: -120px;
    right: -80px;
    pointer-events: none;
}

#INTRO .intro_imgbox .intro_img {
    width: 100%;
    max-width: 960px;
    height: auto;
    position: relative;
    font-size: 0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow:
        0 16px 48px rgba(15, 23, 42, 0.14),
        0 2px 8px rgba(15, 23, 42, 0.06);
    box-shadow:
        0 16px 48px rgba(15, 23, 42, 0.14),
        0 2px 8px rgba(15, 23, 42, 0.06);
}

#INTRO .intro_imgbox .intro_img > img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#INTRO .mock_item {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    gap: 8px;
}

#INTRO .mock_item.mock_shield {
    bottom: 15px;
    right: 15px;
}

#INTRO .mock_item.mock_cert {
    top: 15px;
    right: 15px;
}

#INTRO .mock_item .mock_txt {
    font-family: 'Inter', sans-serif;
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
}

#INTRO .mock_item .mock_txt .mock_label {
    font-size: 0.625rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.8;
}

#INTRO .mock_item .mock_txt .mock_sub {
    font-size: 0.5rem;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.8;
}

@media all and (max-width: 1025px) {
    #INTRO .intro_txtbox > h1 {
        font-size: 2.5rem;
    }

    #INTRO .intro_txtbox > p {
        font-size: 1rem;
    }

    #INTRO .intro_txtbox .intro_btnbox > li > a {
        font-size: 0.9375rem;
    }

    #INTRO .intro_imgbox {
        padding: 30px;
    }
}

@media all and (max-width: 885px) {
    #INTRO .intro_txtbox > h1 {
        font-size: 2.125rem;
    }

    #INTRO .intro_txtbox > p {
        font-size: 0.9375rem;
    }

    #INTRO .intro_imgbox {
        padding: 20px 60px;
    }
}

@media all and (max-width: 481px) {
    #INTRO .intro_txtbox > .intro_badge {
        font-size: 0.8125rem;
        margin-bottom: 20px;
    }

    #INTRO .intro_txtbox > h1 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    #INTRO .intro_txtbox > p {
        font-size: 0.8125rem;
    }

    #INTRO .intro_txtbox > p > br {
        display: none;
    }

    #INTRO .intro_txtbox .intro_btnbox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    #INTRO .intro_txtbox .intro_btnbox > li {
        width: 100%;
    }

    #INTRO .intro_imgbox {
        padding: 10px;
        border-radius: 4px;
    }

    #INTRO .intro_imgbox .intro_img {
        border-radius: 4px;
    }

    #INTRO .mock_item.mock_cert {
        top: 5px;
        right: 5px;
    }

    #INTRO .mock_item.mock_shield {
        bottom: 5px;
        right: 5px;
    }

    #INTRO .intro_txtbox .intro_btnbox > li > a {
        font-size: 0.8125rem;
    }

    #INTRO .intro_txtbox > p.small_p {
        font-size: 0.8125rem;
    }
}

/* SC ITEM - INTRO END */

/* SC ITEM - INTRO STAT */
#INTRO_STAT {
    background-color: #f9fafb;
    border-bottom: 1px solid #d1e7f0;
    border-top: 1px solid #d1e7f0;
    padding: 40px 0 !important;
}

#INTRO_STAT .stat_box {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#INTRO_STAT .stat_box .stat_item {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

#INTRO_STAT .stat_box .stat_item > span.stat_icon {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5rem;
}

#INTRO_STAT .stat_box .stat_item .stat_txt {
    width: 100%;
    height: auto;
    position: relative;
}

#INTRO_STAT .stat_box .stat_item .stat_txt > h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
    color: #1e293b;
}

#INTRO_STAT .stat_box .stat_item .stat_txt > p {
    font-size: 0.875rem;
    font-weight: 300;
    color: #1e293b;
    word-break: keep-all;
    line-height: 1.2;
}

@-webkit-keyframes svgDraw {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@-moz-keyframes svgDraw {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@-o-keyframes svgDraw {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes svgDraw {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

#INTRO_STAT .stat_box .stat_item .stat_icon svg path,
#INTRO_STAT .stat_box .stat_item .stat_icon svg circle,
#INTRO_STAT .stat_box .stat_item .stat_icon svg rect,
#INTRO_STAT .stat_box .stat_item .stat_icon svg line,
#INTRO_STAT .stat_box .stat_item .stat_icon svg polyline {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

#INTRO_STAT .stat_box .stat_item:hover .stat_icon svg path,
#INTRO_STAT .stat_box .stat_item:hover .stat_icon svg circle,
#INTRO_STAT .stat_box .stat_item:hover .stat_icon svg rect,
#INTRO_STAT .stat_box .stat_item:hover .stat_icon svg line,
#INTRO_STAT .stat_box .stat_item:hover .stat_icon svg polyline {
    -webkit-animation: svgDraw 7s ease forwards;
    -moz-animation: svgDraw 7s ease forwards;
    -o-animation: svgDraw 7s ease forwards;
    animation: svgDraw 7s ease forwards;
}

@media all and (max-width: 1025px) {
    #INTRO_STAT .stat_box .stat_item > span.stat_icon {
        margin-bottom: 10px;
    }

    #INTRO_STAT .stat_box .stat_item .stat_txt > h3 {
        font-size: 1.25rem;
    }
}

@media all and (max-width: 885px) {
    #INTRO_STAT .stat_box .stat_item > span.stat_icon {
        width: 30px;
        height: 30px;
    }

    #INTRO_STAT .stat_box .stat_item .stat_txt > h3 {
        font-size: 1.125rem;
    }
}

@media all and (max-width: 481px) {
    #INTRO_STAT .stat_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px 0;
    }

    #INTRO_STAT .stat_box .stat_item {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }

    #INTRO_STAT .stat_box .stat_item > span.stat_icon {
        width: 24px;
        height: 24px;
    }

    #INTRO_STAT .stat_box .stat_item .stat_txt > h3 {
        font-size: 1rem;
    }

    #INTRO_STAT .stat_box .stat_item .stat_txt > p {
        font-size: 0.8125rem;
    }
}

/* SC ITEM - INTRO STAT END */

/* SC ITEM - FEATURES */
#FEATURES .feature_gridlist {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

#FEATURES .feature_gridlist .feature_gridbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    height: auto;
    position: relative;
    border: 1px solid #d1e7f0;
    background-color: #f9fafb;
    border-radius: 4px;
    padding: 25px;
    cursor: default;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item.comingsoon {
    border: 1px solid #fcd34d;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item.comingsoon::after {
    content: 'Coming Soon';
    font-family: 'Inter', sans-serif;
    position: absolute;
    padding: 6px 20px;
    border-radius: 5rem;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    background: #fbbf24;
    color: #fff;
    top: -14px;
    right: 14px;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item.comingsoon:hover::after {
    background: #ffb100;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item:hover {
    border: 1px solid #2563eb;
    top: -8px;
    border-radius: 10px;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item.comingsoon:hover {
    border: 1px solid #ffb100;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item .feature_txt {
    width: 100%;
    height: auto;
    position: relative;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item .feature_txt > h5 {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item:hover .feature_txt > h5 {
    color: #2563eb;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item.comingsoon .feature_txt > h5 {
    color: #ffb100;
}

#FEATURES .feature_gridlist .feature_gridbox .feature_item .feature_txt > p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #6b7280;
    line-height: 1.6;
    word-break: keep-all;
}

@media all and (max-width: 1025px) {
    #FEATURES .feature_gridlist .feature_gridbox {
        gap: 20px;
    }

    #FEATURES .feature_gridlist .feature_gridbox .feature_item {
        width: -webkit-calc((100% - 40px) / 3);
        width: -moz-calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3);
    }

    #FEATURES .feature_gridlist .feature_gridbox .feature_item .feature_txt > h5 {
        font-size: 1.125rem;
    }

    #FEATURES .feature_gridlist .feature_gridbox .feature_item .feature_txt > p {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 885px) {
    #FEATURES .feature_gridlist .feature_gridbox .feature_item {
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }

    #FEATURES .feature_gridlist .feature_gridbox .feature_item .feature_txt > h5 {
        font-size: 1rem;
    }
}

@media all and (max-width: 481px) {
    #FEATURES .feature_gridlist {
        margin-top: 20px;
    }

    #FEATURES .feature_gridlist .feature_gridbox .feature_item {
        width: 100%;
        padding: 20px;
    }

    #FEATURES .feature_gridlist .feature_gridbox .feature_item .feature_txt > h5 {
        font-size: 0.9375rem;
        line-height: 1;
        margin-bottom: 10px;
    }

    #FEATURES .feature_gridlist .feature_gridbox .feature_item .feature_txt > p {
        font-size: 0.8125rem;
    }

    #FEATURES .feature_gridlist .feature_gridbox .feature_item.comingsoon::after {
        font-size: 0.8125rem;
    }
}

/* SC ITEM - FEATURES END */

/* SC ITEM - HOWWORKS */
#HOWWORKS {
    background-color: #f9fafb;
    border-bottom: 1px solid #d1e7f0;
    border-top: 1px solid #d1e7f0;
}

#HOWWORKS .step_listbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

#HOWWORKS .step_listbox .step_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

#HOWWORKS .step_listbox .step_list .step_item {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #d1e7f0;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    cursor: default;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
}

#HOWWORKS .step_listbox .step_list .step_item:hover {
    border: 1px solid #2465ea;
    border-radius: 10px;
    top: -8px;
}

#HOWWORKS .step_listbox .step_list .step_item > span {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #2465ea;
    text-align: right;
}

#HOWWORKS .step_listbox .step_list .step_item .step_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

#HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon {
    width: 50px;
    height: 50px;
    background-color: #eff6ff;
    border: 1px solid #2465ea;
    border-radius: 5rem;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon > span {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

#HOWWORKS .step_listbox .step_list .step_item .step_txt > h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #1e293b;
    margin-bottom: 6px;
}

#HOWWORKS .step_listbox .step_list .step_item:hover .step_txt > h4 {
    color: #2465ea;
}

#HOWWORKS .step_listbox .step_list .step_item .step_txt > p {
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #6b7280;
    line-height: 1.6;
    word-break: keep-all;
}

#HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon svg path,
#HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon svg circle,
#HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon svg rect,
#HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon svg line,
#HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon svg polyline {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

#HOWWORKS .step_listbox .step_list .step_item:hover .step_txt .step_icon svg path,
#HOWWORKS .step_listbox .step_list .step_item:hover .step_txt .step_icon svg circle,
#HOWWORKS .step_listbox .step_list .step_item:hover .step_txt .step_icon svg rect,
#HOWWORKS .step_listbox .step_list .step_item:hover .step_txt .step_icon svg line,
#HOWWORKS .step_listbox .step_list .step_item:hover .step_txt .step_icon svg polyline {
    -webkit-animation: svgDraw 7s ease forwards;
    -moz-animation: svgDraw 7s ease forwards;
    -o-animation: svgDraw 7s ease forwards;
    animation: svgDraw 7s ease forwards;
}

@media all and (max-width: 1025px) {
    #HOWWORKS .step_listbox .step_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #HOWWORKS .step_listbox .step_list .step_item {
        width: -webkit-calc((100% - 40px) / 3);
        width: -moz-calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3);
    }

    #HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon {
        width: 40px;
        height: 40px;
    }

    #HOWWORKS .step_listbox .step_list .step_item .step_txt .step_icon > span {
        width: 24px;
        height: 24px;
    }
}

@media all and (max-width: 885px) {
    #HOWWORKS .step_listbox .step_list .step_item {
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }

    #HOWWORKS .step_listbox .step_list .step_item > span {
        font-size: 0.9375rem;
    }

    #HOWWORKS .step_listbox .step_list .step_item .step_txt > h4 {
        font-size: 1rem;
    }
}

@media all and (max-width: 481px) {
    #HOWWORKS .step_listbox {
        margin-top: 20px;
    }

    #HOWWORKS .step_listbox .step_list .step_item {
        width: 100%;
    }

    #HOWWORKS .step_listbox .step_list .step_item > span {
        font-size: 0.875rem;
    }

    #HOWWORKS .step_listbox .step_list .step_item .step_txt > h4 {
        font-size: 0.9375rem;
    }

    #HOWWORKS .step_listbox .step_list .step_item .step_txt > p {
        font-size: 0.8125rem;
    }
}

/* SC ITEM - HOWWORKS END */

/* SC ITEM - HOWWORKSv2 */
#HOWWORKS .how_cont {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

#HOWWORKS .how_infobox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
}

#HOWWORKS .how_infobox .how_item {
    width: auto;
    height: auto;
    position: relative;
    background-color: #fff;
    border: 1px solid #d1e7f0;
    border-radius: 4px;
    padding: 25px;
}

#HOWWORKS .how_infobox .how_item.how_admin {
    width: 670px;
}

#HOWWORKS .how_infobox .how_item.how_enduser {
    width: 530px;
}

#HOWWORKS .how_infobox .how_item .how_tit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title > h2 {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 300;
    background-color: #2465ea;
    color: #fff;
    padding: 4px 15px 4px 35px;
    border-radius: 5rem;
    position: relative;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title > h2.skyblue_h2 {
    background-color: #24c5ea;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title > h2::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

#HOWWORKS .how_infobox .how_item .how_tit > p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #6b7280;
    line-height: 1;
    word-break: keep-all;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title .how_bedge {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    background-color: #ecf3fd;
    padding: 6px 15px;
    border-radius: 5rem;
    border: 1px solid #a7d7f3;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title .how_bedge.skyblue_color {
    background-color: #ecfdfb;
    border: 1px solid #a7f3e5;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title .how_bedge > span {
    width: 16px;
    height: 16px;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title .how_bedge > p {
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0px;
    color: #062d5f;
}

#HOWWORKS .how_infobox .how_item .how_tit .how_title .how_bedge.skyblue_color > p {
    color: #065a5f;
}

#HOWWORKS .how_infobox .how_item .how_listbox {
    width: 100%;
    height: auto;
    position: relative;
}

#HOWWORKS .how_infobox .how_item .how_listbox .how_listitem {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px;
    border: 1px solid #a7d7f3;
    background-color: #ecf3fd;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

#HOWWORKS .how_infobox .how_item .how_listbox.skyblue_color .how_listitem {
    background-color: #ecfdfb;
    border: 1px solid #a7f3e5;
}

#HOWWORKS .how_infobox .how_item .how_listbox .how_listitem:last-of-type {
    margin-bottom: 0;
}

#HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_number {
    width: 26px;
    height: 26px;
    position: relative;
    background-color: #2465ea;
    border-radius: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
}

#HOWWORKS .how_infobox .how_item .how_listbox.skyblue_color .how_listitem .how_number {
    background-color: #24c5ea;
}

#HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt {
    width: -webkit-calc((100% - 10px) - 30px);
    width: -moz-calc((100% - 10px) - 30px);
    width: calc((100% - 10px) - 30px);
    height: auto;
    position: relative;
}

#HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt > h4 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 26px;
    color: #062d5f;
    letter-spacing: 0;
    margin-bottom: 4px;
    text-align: left;
}

#HOWWORKS .how_infobox .how_item .how_listbox.skyblue_color .how_listitem .how_listtxt > h4 {
    color: #065a5f;
}

#HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt > p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #062d5f;
    line-height: 1.6;
    word-break: keep-all;
    text-align: left;
}

#HOWWORKS .how_infobox .how_item .how_listbox.skyblue_color .how_listitem .how_listtxt > p {
    color: #065a5f;
}

#HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt .how_min {
    display: inline-block;
    margin-top: 8px;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0px;
    color: #1e293b;
    background-color: #fff;
    padding: 4px 15px;
    border-radius: 5rem;
    border: 1px solid #d1e7f0;
}

#HOWWORKS .how_infobox .how_arrows {
    width: 50px;
    height: auto;
    position: relative;
}

#HOWWORKS .how_infobox .how_arrows .arrows {
    width: 50px;
    height: 50px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #d1e7f0;
    border-radius: 5rem;
    background-image: url(../img/arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
}

#HOWWORKS .how_cont > p {
    font-size: 1rem;
    font-weight: 300;
    color: #6b7280;
    letter-spacing: 0px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

#HOWWORKS .how_cont > p > span {
    color: #1e293b;
    font-weight: 400;
}

@media all and (max-width: 1025px) {
    #HOWWORKS .how_infobox {
        gap: 15px;
    }

    #HOWWORKS .how_infobox .how_item {
        padding: 20px;
    }

    #HOWWORKS .how_infobox .how_item.how_admin,
    #HOWWORKS .how_infobox .how_item.how_enduser {
        width: 100%;
    }

    #HOWWORKS .how_infobox .how_item .how_tit .how_title > h2 {
        font-size: 1.125rem;
    }

    #HOWWORKS .how_infobox .how_item .how_tit > p {
        font-size: 0.9375rem;
    }

    #HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_number {
        width: 23px;
        height: 23px;
    }

    #HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt > h4 {
        font-size: 1rem;
    }

    #HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt > p {
        font-size: 0.9375rem;
    }

    #HOWWORKS .how_cont > p {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 885px) {
    #HOWWORKS .how_infobox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #HOWWORKS .how_infobox .how_item .how_tit .how_title > h2 {
        font-size: 1rem;
    }

    #HOWWORKS .how_infobox .how_arrows {
        width: auto;
        height: auto;
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media all and (max-width: 481px) {
    #new_main .sc_item .sc_size .sc_tit .sc_badge {
        font-size: 0.8125rem;
        margin-bottom: 20px;
    }

    #HOWWORKS .how_infobox .how_item .how_tit .how_title > h2 {
        font-size: 0.9375rem;
    }

    #HOWWORKS .how_infobox .how_item .how_tit .how_title .how_bedge > p {
        font-size: 0.75rem;
    }

    #HOWWORKS .how_infobox .how_item .how_tit > p {
        font-size: 0.8125rem;
    }

    #HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt > h4 {
        font-size: 0.9375rem;
    }

    #HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt > p {
        font-size: 0.8125rem;
    }

    #HOWWORKS .how_infobox .how_item .how_listbox .how_listitem .how_listtxt .how_min {
        font-size: 0.75rem;
    }

    #HOWWORKS .how_infobox .how_arrows .arrows {
        width: 40px;
        height: 40px;
        -webkit-background-size: 24px 24px;
        background-size: 24px;
    }

    #HOWWORKS .how_cont > p {
        font-size: 0.8125rem;
    }
}

/* SC ITEM - HOWWORKSv2 END */

/* SC ITEM - WHYNPASS */
#WHYNPASS .why_cont {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

#WHYNPASS .why_cont .why_trand {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

#WHYNPASS .why_cont .why_trand .why_item {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #d1e7f0;
    background-color: #f9fafb;
    padding: 25px;
    border-radius: 4px;
}

#WHYNPASS .why_cont .why_trand .why_item.recommended {
    border: 1px solid #2465ea;
}

#WHYNPASS .why_cont .why_trand .why_item.recommended::after {
    content: 'Recommended';
    font-family: 'Inter', sans-serif;
    position: absolute;
    padding: 6px 20px;
    border-radius: 5rem;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    background: #2465ea;
    color: #fff;
    top: -14px;
    right: 14px;
    text-transform: uppercase;
}

#WHYNPASS .why_cont .why_trand .why_item .why_tit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

#WHYNPASS .why_cont .why_trand .why_item .why_tit > span {
    display: inline-block;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0px;
    color: #1e293b;
    background-color: #fff;
    padding: 4px 15px;
    border-radius: 5rem;
    border: 1px solid #d1e7f0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

#WHYNPASS .why_cont .why_trand .why_item .why_tit > h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: -0.5px;
    line-height: 1;
}

#WHYNPASS .why_cont .why_trand .why_item.recommended .why_tit > h4 {
    color: #2465ea;
}

#WHYNPASS .why_cont .why_trand .why_item .why_listbox {
    width: 100%;
    height: auto;
    position: relative;
}

#WHYNPASS .why_cont .why_trand .why_item .why_listbox > li {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

#WHYNPASS .why_cont .why_trand .why_item .why_listbox > li:last-of-type {
    margin-bottom: 0;
}

#WHYNPASS .why_cont .why_trand .why_item .why_listbox > li > span {
    width: 19px;
    height: 19px;
    position: relative;
    top: 2px;
}

#WHYNPASS .why_cont .why_trand .why_item .why_listbox > li > p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
    color: #1e293b;
    word-break: keep-all;
    text-align: left;
}

#WHYNPASS .why_cont .why_to {
    width: 100%;
    max-width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 15px;
    background-color: #ecf3fd;
    border: 1px solid #a7d7f3;
    border-radius: 4px;
}

#WHYNPASS .why_cont .why_to .to_item {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

#WHYNPASS .why_cont .why_to .to_item > span {
    display: inline-block;
    margin-top: 8px;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0px;
    color: #1e293b;
    background-color: #fff;
    padding: 4px 15px;
    border-radius: 5rem;
    border: 1px solid #d1e7f0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#WHYNPASS .why_cont .why_to .to_item > p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #1e293b;
    line-height: 1;
}

#WHYNPASS .why_cont .why_to .to_item > p.dash_line {
    text-decoration: line-through;
}

#WHYNPASS .why_cont .why_to .to_arrowbox {
    width: auto;
    height: auto;
    position: relative;
}

#WHYNPASS .why_cont .why_to .to_arrowbox .to_arrow {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 5rem;
    background-image: url(../img/arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

@media all and (max-width: 1025px) {
    #WHYNPASS .why_cont .why_trand {
        gap: 20px;
    }

    #WHYNPASS .why_cont .why_trand .why_item {
        padding: 20px;
    }

    #WHYNPASS .why_cont .why_trand .why_item .why_tit > h4 {
        font-size: 1.125rem;
    }

    #WHYNPASS .why_cont .why_trand .why_item .why_listbox > li > span {
        top: 1px;
    }

    #WHYNPASS .why_cont .why_trand .why_item .why_listbox > li > p {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 885px) {
    #WHYNPASS .why_cont .why_trand {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #WHYNPASS .why_cont .why_trand .why_item .why_tit > h4 {
        font-size: 1rem;
    }
}

@media all and (max-width: 481px) {
    #WHYNPASS .why_cont .why_trand .why_item .why_tit > span {
        font-size: 0.75rem;
    }

    #WHYNPASS .why_cont .why_trand .why_item .why_tit > h4 {
        font-size: 0.9375rem;
    }

    #WHYNPASS .why_cont .why_trand .why_item .why_listbox > li > span {
        width: 16px;
        height: 16px;
    }

    #WHYNPASS .why_cont .why_trand .why_item .why_listbox > li > p {
        font-size: 0.8125rem;
    }

    #WHYNPASS .why_cont .why_trand .why_item.recommended::after {
        font-size: 0.8125rem;
    }

    #WHYNPASS .why_cont .why_to {
        display: none;
    }
}

/* SC ITEM - WHYNPASS END */

/* SC ITEM - COMPLIANCE */
#COMPLIANCE {
    background-color: #f9fafb;
    border-bottom: 1px solid #d1e7f0;
    border-top: 1px solid #d1e7f0;
}

#COMPLIANCE .comp_listbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

#COMPLIANCE .comp_listbox .comp_item {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

#COMPLIANCE .comp_listbox .comp_item:last-of-type {
    margin-bottom: 0;
}

#COMPLIANCE .comp_listbox .comp_item .comp_subject {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

#COMPLIANCE .comp_listbox .comp_item .comp_subject > p {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #1e293b;
}

#COMPLIANCE .comp_listbox .comp_item .comp_subject > span {
    display: inline-block;
    padding: 6px 20px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #6b7280;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5rem;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    height: auto;
    position: relative;
    border: 1px solid #d1e7f0;
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
    cursor: default;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item.place_hover:hover {
    border: 1px solid #00a85a;
    top: -8px;
    border-radius: 10px;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item.target_hover:hover {
    border: 1px solid #fbbf24;
    top: -8px;
    border-radius: 10px;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item.plan_hover:hover {
    border: 1px solid #2465ea;
    top: -8px;
    border-radius: 10px;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_stat {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 300;
    background-color: #00a85a;
    color: #fff;
    padding: 4px 15px 4px 30px;
    border-radius: 5rem;
    position: relative;
    text-transform: uppercase;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_stat.target_stat {
    background-color: #fbbf24;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_stat.plan_stat {
    background-color: #2465ea;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_stat::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_txtbox {
    margin-top: 20px;
    width: 100%;
    height: auto;
    position: relative;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_txtbox > h5 {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    line-height: 1;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item.place_hover:hover .place_txtbox > h5 {
    color: #00a85a;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item.target_hover:hover .place_txtbox > h5 {
    color: #ffb100;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item.plan_hover:hover .place_txtbox > h5 {
    color: #2465ea;
}

#COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_txtbox > p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #6b7280;
    line-height: 1.6;
    word-break: keep-all;
}

#COMPLIANCE .comp_note {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
    background-color: #ecf3fd;
    border: 1px solid #a7d7f3;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
}

#COMPLIANCE .comp_note > p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #062d5f;
    word-break: keep-all;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0;
}

#COMPLIANCE .comp_note > p > span {
    font-weight: 600;
}

#COMPLIANCE .comp_note > p > a {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #093899;
}

#COMPLIANCE .comp_note > p > a:hover {
    text-decoration: underline;
}

@media all and (max-width: 1025px) {
    #COMPLIANCE .comp_listbox .comp_item .place_listbox {
        gap: 20px;
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item {
        width: -webkit-calc((100% - 40px) / 3);
        width: -moz-calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3);
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_txtbox > h5 {
        font-size: 1.125rem;
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_txtbox > p {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 885px) {
    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item {
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_stat {
        font-size: 0.875rem;
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_txtbox > h5 {
        font-size: 1rem;
    }

    #COMPLIANCE .comp_note {
        padding: 15px;
    }

    #COMPLIANCE .comp_note > p,
    #COMPLIANCE .comp_note > p > a {
        font-size: 0.875rem;
    }
}

@media all and (max-width: 481px) {
    #COMPLIANCE .comp_listbox {
        margin-top: 20px;
    }

    #COMPLIANCE .comp_listbox .comp_item .comp_subject {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 10px;
    }

    #COMPLIANCE .comp_listbox .comp_item .comp_subject > p {
        font-size: 1rem;
    }

    #COMPLIANCE .comp_listbox .comp_item .comp_subject > span {
        font-size: 0.8125rem;
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item {
        width: 100%;
        padding: 20px;
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_stat {
        font-size: 0.8125rem;
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_txtbox > h5 {
        font-size: 0.9375rem;
    }

    #COMPLIANCE .comp_listbox .comp_item .place_listbox .place_item .place_txtbox > p {
        font-size: 0.8125rem;
    }

    #COMPLIANCE .comp_note > p,
    #COMPLIANCE .comp_note > p > a {
        font-size: 0.8125rem;
    }
}

/* SC ITEM - COMPLIANCE END */

/* SC ITEM - EARLYACC */
#EARLYACC .early_box {
    width: 100%;
    max-width: 720px;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #f9fafb;
    padding: 30px;
    border: 1px solid #d1e7f0;
    border-radius: 4px;
    text-align: center;
}

#EARLYACC .early_box .early_badge {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    background-color: #f0f9ff;
    padding: 8px 20px;
    border-radius: 5rem;
    border: 1px solid #bfdbfe;
    margin: 0 auto;
    margin-bottom: 24px;
}

#EARLYACC .early_box .early_badge > span {
    width: 20px;
    height: 20px;
}

#EARLYACC .early_box .early_badge > span > svg {
    color: #2465ea;
}

#EARLYACC .early_box .early_badge > p {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #0369a1;
}

#EARLYACC .early_box .early_txtbox {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

#EARLYACC .early_box .early_txtbox > h5 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

#EARLYACC .early_box .early_txtbox > p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #6b7280;
    line-height: 1.6;
    word-break: keep-all;
}

#EARLYACC .early_box .early_checklist {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}

#EARLYACC .early_box .early_checklist .early_check {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

#EARLYACC .early_box .early_checklist .early_check:last-of-type {
    margin-bottom: 0;
}

#EARLYACC .early_box .early_checklist .early_check > span {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
}

#EARLYACC .early_box .early_checklist .early_check > p {
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
    color: #1e293b;
    word-break: keep-all;
    text-align: left;
}

#EARLYACC .early_box .early_btn {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
}

#EARLYACC .early_box .early_btn > a {
    font-family: 'Inter', sans-serif;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 300;
    top: 0;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    background-color: #2465ea;
    color: #fff;
}

#EARLYACC .early_box .early_btn > a:hover {
    background-color: #093899;
    top: -8px;
}

#EARLYACC .early_box > p {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #6b7280;
    margin-top: 20px;
    letter-spacing: 0;
}

@media all and (max-width: 1025px) {
    #EARLYACC .early_box .early_txtbox > h5 {
        font-size: 1.25rem;
    }

    #EARLYACC .early_box .early_txtbox > p {
        font-size: 0.9375rem;
    }

    #EARLYACC .early_box .early_btn > a {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 885px) {
    #EARLYACC .early_box {
        max-width: 100%;
        padding: 20px;
    }
}

@media all and (max-width: 481px) {
    #EARLYACC .early_box {
        margin-top: 20px;
    }

    #EARLYACC .early_box .early_badge > span {
        width: 18px;
        height: 18px;
        position: relative;
    }

    #EARLYACC .early_box .early_badge > p {
        font-size: 0.8125rem;
    }

    #EARLYACC .early_box .early_txtbox > h5 {
        font-size: 1rem;
    }

    #EARLYACC .early_box .early_txtbox > p {
        font-size: 0.8125rem;
    }

    #EARLYACC .early_box .early_checklist .early_check {
        gap: 6px;
    }

    #EARLYACC .early_box .early_checklist .early_check > span {
        width: 16px;
        height: 16px;
        top: 2px;
    }

    #EARLYACC .early_box .early_checklist .early_check > p {
        font-size: 0.8125rem;
    }

    #EARLYACC .early_box .early_btn > a {
        font-size: 0.8125rem;
    }

    #EARLYACC .early_box > p {
        font-size: 0.8125rem;
    }
}

/* SC ITEM - EARLYACC END */

/* SC ITEM - READYTO */
#READYTO {
    background-color: #f9fafb;
    border-bottom: 1px solid #d1e7f0;
    border-top: 1px solid #d1e7f0;
}

#READYTO .redyto_box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 30px;
    background: -webkit-linear-gradient(315deg, #2563eb 0%, #06b6d4 100%);
    background: -moz-linear-gradient(315deg, #2563eb 0%, #06b6d4 100%);
    background: -o-linear-gradient(315deg, #2563eb 0%, #06b6d4 100%);
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
    border-radius: 4px;
    text-align: center;
}

#READYTO .redyto_box > h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 15px;
}

#READYTO .redyto_box > p {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.4;
}

#READYTO .redyto_box .redyto_btn {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

#READYTO .redyto_box .redyto_btn > a {
    font-family: 'Inter', sans-serif;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
    top: 0;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    background-color: #fff;
    color: #2465ea;
}

#READYTO .redyto_box .redyto_btn > a:hover {
    top: -8px;
}

@media all and (max-width: 1025px) {
    #READYTO .redyto_box > h3 {
        font-size: 1.5rem;
    }

    #READYTO .redyto_box .redyto_btn > a {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 885px) {
    #READYTO .redyto_box {
        padding: 30px 20px;
    }

    #READYTO .redyto_box > h3 {
        font-size: 1.25rem;
    }

    #READYTO .redyto_box > p {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 481px) {
    #READYTO .redyto_box > h3 {
        font-size: 1rem;
    }

    #READYTO .redyto_box > p {
        font-size: 0.8125rem;
    }

    #READYTO .redyto_box .redyto_btn > a {
        font-size: 0.8125rem;
    }
}

/* SC ITEM - READYTO END */
