@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

@media (min-width: 1440px) {
    .container {
        width: 100%;
        max-width: 1440px;
    }
}

h1 {
    color: rgb(250, 248, 255);
    font-size: 48px;
    font-weight: 700;
    line-height: 146%;
    letter-spacing: 0%;
}

h2 {
    width: 100%;
    max-width: 1125px;
    display: block;
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
}

h2 span {
    display: block;
    padding: 20px 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 146%;
    letter-spacing: 0%;
}
    h2 span b {
        color: #6D32FF;
    }
.flex-line {
    display: flex;
    justify-content: space-between;
}

.mob-show {
    display: none;
}

.mobile-menu {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 3;
    padding: 30px;
    top: 0;
}

.mobile-menu a {
    display: block;
    text-decoration: none;
    padding: 15px 0;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

section {
    padding: 50px 0;
}

header .menu-line {
    padding: 40px 0;
    display: flex;
    position: relative;
}
header .menu-line a.anchor:nth-child(2) {
	padding: 0 0 0 195px;
}
header .menu-line a.anchor {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    padding: 0 0 0 50px;
}

#welcome {
    margin: -165px 0 0 0;
}

#welcome .container {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="999" viewBox="0 0 1440 999" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1440 30C1440 13.4315 1426.57 0 1410 0H1138C1121.43 0 1108 13.4315 1108 30V81C1108 97.5685 1094.57 111 1078 111H30C13.4315 111 0 124.431 0 141V969C0 985.569 13.4314 999 30 999H1410C1426.57 999 1440 985.569 1440 969V111V30Z" fill="%236D32FF"/></svg>');
	background-repeat: no-repeat;
    background-size: cover;
    padding: 0 35px 125px 35px;
}

#welcome .flex-line {
    align-items: end;
}

#welcome .contact-line {
    display: flex;
    justify-content: end;
    padding: 25px 0 0 0;
}

#welcome .contact-line a {
    padding: 17px;
    display: block;
    margin: 0 45px 0 0;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.10)) drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.09)) drop-shadow(0px 15px 9px rgba(0, 0, 0, 0.05)) drop-shadow(0px 26px 11px rgba(0, 0, 0, 0.01)) drop-shadow(0px 41px 12px rgba(0, 0, 0, 0.00));
}

#welcome .contact-line a.mob-show {
    display: none;
}

#welcome h1 {
    padding: 130px 0 0 0;
}

#welcome p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 146%;
    letter-spacing: 0%;
}

#welcome p.top {
    padding: 40px 0 195px 0;
}

#welcome .left {
    width: 45%;
}

#welcome .left img {
    max-width: 100%;
}

#welcome .right {
    width: 55%;
    background: url('../img/star.png') no-repeat;
    background-position: center bottom;
}

#welcome .btn-line {
    display: flex;
    padding: 40px 0 27px 0;
}

#welcome .btn-line button {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: rgb(255, 255, 255);
    max-width: 345px;
    height: 80px;
    background: transparent;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    box-sizing: border-box;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 15px 9px 0px rgba(0, 0, 0, 0.05), 0px 26px 11px 0px rgba(0, 0, 0, 0.01), 0px 41px 12px 0px rgba(0, 0, 0, 0);
}
#welcome .btn-line button:last-child {
	box-shadow:none;
}
#welcome .btn-line button:first-child {
    color: rgb(109, 50, 255);
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 15px 9px 0px rgba(0, 0, 0, 0.05), 0px 26px 11px 0px rgba(0, 0, 0, 0.01), 0px 41px 12px 0px rgba(0, 0, 0, 0);
    background: rgb(255, 255, 255);
    margin: 0 20px 0 0;
}

#statistics {}

#statistics .flex-line {
    flex-wrap: wrap;
}

#statistics h2 {
    color: var(---, #6D32FF);
}

#statistics .flex-line .stage {
    width: 48%;
    margin-bottom: 60px;
}

#statistics .flex-line .stage .top {
    margin: 0 0 30px 0;
}

#statistics .flex-line .stage .top strong {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

#statistics .flex-line .stage .top strong span:first-child {
    font-size: 50px;
    width: 100px;
    display: block;
    text-align: center;
    margin: 0 30px 0 0;
    box-sizing: border-box;
}

#statistics .flex-line .stage .bottom {
    display: flex;
    align-items: center;
}

#statistics .flex-line .stage .bottom img {
    display: block;
    margin: 0 30px 0 0;
    width: 100px;
}

#statistics .flex-line .stage .bottom span {
    font-size: 22px;
    font-weight: 400;
    line-height: 146%;
    letter-spacing: 0%;
}

#statistics .total-line {
    padding: 30px;
    border-radius: 30px;
    width: 100%;
    box-shadow: 5px 5px 30px 1px rgb(188, 161, 255);
    background: rgb(109, 50, 255);
    display: flex;
    justify-content: space-around;
}

#statistics .total-line .result {
    text-align: center;
    position: relative;
    width: 33%;
}

#statistics .total-line .result:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
}

#statistics .total-line .result:last-child:after {
    content: none;
}

#statistics .total-line .result span {
    color: rgb(250, 248, 255);
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
	display: block;
    max-width: 260px;
    margin: 0 auto;
}

#statistics .total-line .result span:first-child {
    display: block;
    font-size: 50px;
    padding-bottom: 25px;
}

#how {}

#how .reasons {
    width: 100%;
    height: 769px;
    padding: 165px 285px;
    box-sizing: border-box;
    background: url('../img/reasons.png') no-repeat;
}

#how .reasons ul {
    width: 100%;
    max-width: 801px;
    padding: 0;
}

#how .reasons ul li {
    padding: 10px 30px;
    width: 100%;
    border-radius: 6px;
    background: #6D32FF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 0 20px 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    list-style-type: none;
    position: relative;
}

#how .reasons ul li:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
}

#how .reasons ul li strong {
    font-weight: 600;
}

#how button {
    color: rgb(109, 50, 255);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    display: table;
    margin: -100px auto 0 auto;
    background: transparent;
    box-sizing: border-box;
    border: 2px solid rgb(109, 50, 255);
    border-radius: 10px;
    width: 100%;
    max-width: 345px;
    height: 80px;
}

#ranalytic {}

#ranalytic .pre-stage-box {
    color: rgb(255, 255, 255);
    border-radius: 10px;
    background: linear-gradient(0.00deg, rgba(109, 50, 255, 0.8) -4.5%, rgb(109, 50, 255) 100%);
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center;
    padding: 35px 0;
    width: 100%;
    max-width: 525px;
    margin: -25px auto 50px auto;
}

#ranalytic .flex-line.second-ranalytic-line {
    justify-content: center;
}

#ranalytic .flex-line.second-ranalytic-line .box-stage {
    margin: 0 50px;
}

#ranalytic .flex-line {
    margin: 50px 0;
    justify-content: space-around;
}

#ranalytic .box-stage {
    padding: 5px 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid rgb(145, 72, 249);
    border-radius: 10px;
    background: rgba(217, 217, 217, 0);
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 146%;
    position: relative;
    width: 100%;
    max-width: 370px;
    height: 100px;
}

#ranalytic .box-stage.box-6 {
    font-weight: 600;
}

#ranalytic .box-stage.box-1:after,
#ranalytic .box-stage.box-2:after {
    content: '';
    position: absolute;
    background: url('../img/ranalytic/arrow-1.png') no-repeat;
    right: -80px;
    width: 61px;
    height: 14px;
}

#ranalytic .box-stage.box-3:after {
    content: '';
    position: absolute;
    background: url('../img/ranalytic/arrow-2.png') no-repeat;
    right: -100px;
    top: 45px;
    width: 323px;
    height: 159px;
}

#ranalytic .box-stage.box-4:after {
    content: '';
    position: absolute;
    background: url('../img/ranalytic/arrow-4.png') no-repeat;
    left: -100px;
    top: 45px;
    width: 301px;
    height: 159px;
}

#ranalytic .box-stage.box-5:after {
    content: '';
    position: absolute;
    background: url('../img/ranalytic/arrow-3.png') no-repeat;
    left: -85px;
    width: 72px;
    height: 14px;
}

#capability {}

#capability p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    padding: 0 0 25px 0;
}

#capability p strong {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 0 0 10px 0;
    display: block;
}

#capability .left,
#capability .right {
    width: 50%;
}

#advantage {}

#advantage .box {
    width: 100%;
    max-width: 345px;
    min-height: 450px;
    border-radius: 20px;
    background: rgba(213, 215, 250, 0.2);
    padding: 30px;
    position: relative;
}

#advantage .box strong {
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
}

#advantage .box p {
    color: rgb(0, 41, 50);
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 2;
}

#advantage .box img {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#case {}

#case .carousel-item {
    color: #fff;
}

#case .carousel-item .content {
    display: flex;
	border-radius: 30px;
    background: rgb(109, 50, 255);
    padding: 50px 30px;
	margin: 0 5px;
}

#case .carousel-item .left {
    width: 20%;
    position: relative;
}

#case .carousel-item .left img {
    mix-blend-mode: color-dodge;
}

#case .carousel-item .left .text {
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
}

#case .carousel-item .left .text strong {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
}

#case .carousel-item .left .text strong span {
    display: block;
    font-size: 96px;
    line-height: 100%;
}

#case .carousel-item .right {
    width: 80%;
}

#case .carousel-item .company {
    padding: 0 0 20px 0;
    position: relative;
}

#case .carousel-item .company:after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, #FFF 50.5%, rgba(255, 255, 255, 0.10) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

#case .carousel-item .company .name {
    padding: 0 40px 0 0;
}

#case .carousel-item .top,
#case .carousel-item .bottom {
    display: flex;
    padding: 30px 0 0 0;
}

#case .carousel-item .top strong,
#case .carousel-item .bottom strong {
    width: 25%;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
}

#case .carousel-item .top ul,
#case .carousel-item .bottom ul {
    width: 75%;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
}

#case .carousel-item .top li,
#case .carousel-item .bottom li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
}

#faq {}

#faq .accordion-item {
    border: 0;
    margin: 40px 0;
}

#faq .accordion-item .accordion-button {
    border-radius: 50px;
    background: rgb(247, 247, 254);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 28px 30px;
}

#faq .accordion-item .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 15px 9px 0px rgba(0, 0, 0, 0.05), 0px 26px 11px 0px rgba(0, 0, 0, 0.01), 0px 41px 12px 0px rgba(0, 0, 0, 0);
}

#faq .accordion-item .accordion-button::after {
    border-radius: 100%;
    background-color: rgb(109, 50, 255);
    width: 44px;
    height: 44px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4.29289 8.2929C4.68342 7.9024 5.31658 7.9024 5.70711 8.2929L12 14.5858L18.2929 8.2929C18.6834 7.9024 19.3166 7.9024 19.7071 8.2929C20.0976 8.6834 20.0976 9.3166 19.7071 9.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.7071C3.90237 9.3166 3.90237 8.6834 4.29289 8.2929Z" fill="%23FAF8FF"/></svg>');
    background-position: center;
}

#faq .accordion-body {
    font-size: 20px;
    font-weight: 400;
    line-height: 146%;
    padding: 20px;
    letter-spacing: 0%;
}

#footer {
    background: rgb(61, 68, 73);
    padding: 50px 0;
    color: #fff;
    margin-top: 45px;
}

#footer h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
}

#footer ul li {
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    padding: 20px 0;
    list-style-type: none;
    position: relative;
}

#footer ul li::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><circle cx="7" cy="7" r="7" fill="url(%23paint0_radial_167_1216)"/><defs><radialGradient id="paint0_radial_167_1216" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7 7) rotate(90) scale(7)"><stop stop-color="%23E2D7FF"/><stop offset="1" stop-color="%236D32FF"/></radialGradient></defs></svg>');
    position: absolute;
    width: 14px;
    height: 14px;
    left: -30px;
    top: 30px;
}

#footer button {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 15px 9px 0px rgba(0, 0, 0, 0.05), 0px 26px 11px 0px rgba(0, 0, 0, 0.01), 0px 41px 12px 0px rgba(0, 0, 0, 0);
    background: rgb(109, 50, 255);
    width: 100%;
    outline: none;
    border: 0;
    max-width: 345px;
    height: 80px;
}

#footer .right img {
    display: block;
    margin-top: -140px;
}

.modal-header {
    border-radius: 20px 20px 0px 0px;
    background: var(---, #252526);
    box-shadow: 2px 2px 10px 0px #A7AEE8 inset;
    padding: 20px;
}

.modal-content {
    background: transparent;
    border: 0;
	top: 10vh;
}

.modal-body {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	padding:0;
}
.modal-body .b24-form-control-container {
	display:flex;
}
.modal-body input[type=checkbox] {
    width: 85px;
    margin: 10px;
    box-sizing: border-box;
}
.modal-body .b24-form-sign {
	display:none;
}
.modal-title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.btn-close {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="25" viewBox="0 0 28 25" fill="none"><rect width="32" height="4" rx="2" transform="matrix(0.748456 -0.663184 0.652148 0.758091 0 21.344)" fill="url(%23paint0_linear_170_2050)"/><rect width="33" height="4" rx="2" transform="matrix(0.760921 0.648845 -0.637695 0.770289 2.55078 0)" fill="url(%23paint1_linear_170_2050)"/><defs><linearGradient id="paint0_linear_170_2050" x1="0" y1="0" x2="0.984615" y2="7.87692" gradientUnits="userSpaceOnUse"><stop offset="1" stop-color="%23F9FFFF"/><stop stop-color="%23E1EBF1"/></linearGradient><linearGradient id="paint1_linear_170_2050" x1="0" y1="0" x2="0.955656" y2="7.88416" gradientUnits="userSpaceOnUse"><stop offset="1" stop-color="%23F9FFFF"/><stop stop-color="%23E1EBF1"/></linearGradient></defs></svg>');
}

.modal-body label {
    color: var(---, #252526);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 0 5px 0;
    display: block;
}

.modal-body input {
    border-radius: 4px;
    border: 1px solid rgba(37, 37, 38, 0.20);
    width: 100%;
    display: block;
    padding: 12px 10px;
}

.modal-body input.error {
    border: 1px solid red;
}

.modal-body button {
    border-radius: 10px;
    background: var(---, #252526);
    width: 100%;
    color: #FFF;
    padding: 15px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 18px */
    margin-top: 0;
}

.modal-body img {
    display: block;
    margin: 0 auto;
}

.modal-body strong,
.modal-body p {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 60%;
}

@media (max-width: 1440px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }

    h2 {
        margin: 0 auto 40px auto;
        font-size: 40px;
    }

    h2 span {
        padding: 10px 0;
        font-size: 18px;
    }

    section {
        padding: 30px 0;
    }

    header .menu-line {
        padding: 20px 0 60px 0;
    }

    header .menu-line a.anchor {
        font-size: 16px;
        padding: 0 0 0 65px;
    }

    #welcome .container {
        background-size: contain;
        padding: 0 35px 110px 35px;
    }

    #welcome h1 {
        padding: 90px 0 0 0;
    }

    #welcome p {
        font-size: 20px;
    }

    #welcome p.top {
        padding: 45px 0 170px 0;
    }

    #welcome .btn-line button {
        height: 65px;
        font-size: 20px;
    }

    #welcome .contact-line a {
        margin: 0 1.5em 0 0;
    }

    h1 {
        font-size: 30px;
    }

    #statistics .flex-line .stage {
        margin-bottom: 30px;
    }

    #statistics .flex-line .stage .top {
        margin: 0 0 15px 0;
    }

    #statistics .flex-line .stage .top strong span:first-child {
        font-size: 40px;
    }

    #statistics .flex-line .stage .top strong {
        font-size: 22px;
    }

    #statistics .flex-line .stage .bottom span {
        font-size: 18px;
    }

    #statistics .total-line .result span:first-child {
        font-size: 30px;
        padding-bottom: 10px;
    }

    #statistics .total-line .result span {
        font-size: 18px;
    }

    #how .reasons {
        background-size: contain;
        padding: 125px 225px;
        background-position: center;
        width: 100%;
        height: 100%;
    }

    #how .reasons ul {
        max-width: 625px;
        padding: 0;
    }

    #how .reasons ul li {
        padding: 10px 25px;
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 12px;
    }

    #how button {
        font-size: 20px;
        height: 60px;
        margin: -45px auto 0 auto;
    }

    #ranalytic .container {
        overflow-x: hidden;
    }

    #ranalytic .box-stage {
        font-size: 16px;
        max-width: 300px;
        height: 100px;
    }

    #ranalytic .pre-stage-box {
        font-size: 20px;
        padding: 25px 0;
        max-width: 425px;
    }

    #ranalytic .box-stage.box-3:after {
        right: -145px;
        top: 80px;
        background-size: 68%;
    }

    #ranalytic .box-stage.box-4:after {
        top: 70px;
        background-size: 80%;
    }

    #capability img {
        max-width: 100%;
    }

    #capability p strong {
        font-size: 20px;
    }

    #capability p {
        font-size: 16px;
    }

    #advantage .box {
        max-width: 275px;
    }

    #advantage .box strong {
        font-size: 22px;
    }

    #advantage .box p {
        font-size: 18px;
    }
	#case .carousel-item .left .text {
		font-size:18px;
	}
	#case .carousel-item .left .text strong {
		font-size:18px;
	}
	#case .carousel-item .left .text strong span {
		font-size:80px;
	}
}

@media (max-width: 1170px) {
    header .menu-line a.anchor {
        display: none;
    }

    #ranalytic .flex-line {
        flex-direction: column;
        margin: 0;
    }

    #ranalytic .pre-stage-box {
        margin: 25px auto;
    }

    #ranalytic .box-stage {
        width: 100%;
        margin: 25px auto;
    }

    #ranalytic .flex-line.second-ranalytic-line .box-stage {
        margin: 25px auto;
    }

    #ranalytic .box-stage.box-1:after,
    #ranalytic .box-stage.box-2:after,
    #ranalytic .box-stage.box-3:after,
    #ranalytic .box-stage.box-4:after,
    #ranalytic .box-stage.box-5:after {
        content: '';
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="61" viewBox="0 0 16 61" fill="none"><path d="M7.29289 60.7071C7.68342 61.0976 8.31658 61.0976 8.70711 60.7071L15.0711 54.3432C15.4616 53.9526 15.4616 53.3195 15.0711 52.9289C14.6805 52.5384 14.0474 52.5384 13.6569 52.9289L8 58.5858L2.34315 52.9289C1.95262 52.5384 1.31946 52.5384 0.928932 52.9289C0.538408 53.3195 0.538408 53.9526 0.928932 54.3432L7.29289 60.7071ZM7 0L7 60H9L9 0L7 0Z" fill="%239148F9"/></svg>');
        width: 10px;
        height: 60px;
        background-size: contain;
        position: absolute;
        left: 50%;
        top: auto;
        bottom: -65px;
    }
}
@media (max-width: 1145px) {
	#welcome p.top {
		padding: 45px 0 140px 0;
	}
}
@media (max-width: 1100px) {
    #welcome p.top {
        padding: 45px 0 10% 0;
    }
}

@media (max-width: 992px) {
	.container {
		padding:0 20px;
	}
    h2 {
        font-size: 26px;
        margin: 0 auto 20px auto;
    }

    h2 span {
        font-size: 14px;
    }
    .mob-show,
    #welcome .contact-line a.mob-show {
        display: block;
    }

    #welcome .contact-line a.mob-hide,
    .mob-hide {
        display: none;
    }

    #welcome {
        margin: -75px 0 0 0;
    }

    #welcome .container {
        background: #6D32FF;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    #welcome .contact-line a {
        background: #6D32FF;
        padding: 15px 30px;
        border-radius: 0;
        box-shadow: none;
        box-sizing: content-box;
        filter: none;
        margin: -95px 15px 0 auto;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        position: relative;
        left: 35px;
    }
	#welcome .contact-line a::before {
		        content: '';
        background-image: radial-gradient(circle at top left, transparent 44%, #6D32FF 50%);
        left: calc(13px* -1);
        width: 20px;
        height: 20px;
        /* background-size: calc(20px* 1.5) calc(20px* 1.5); */
        position: absolute;
        bottom: 13px;
	}
    #welcome .left {
        display: none;
    }

    #welcome .right {
        width: 100%;
        background-size: 40%;
        text-align: center;
        background: url('../img/star-mobile.png') no-repeat;
        background-position: 35px 325px;
    }

    #welcome .container {
        padding: 0 20px 50px 20px;
    }

    #welcome h1 {
        padding: 15px 0 0 0;
    }

    h1 {
        font-size: 22px;
    }

    #welcome p {
        font-size: 16px;
    }

    #welcome p.top {
        padding: 15px 0 0 0;
    }

    #welcome .right img {
        display: block;
        margin: 0 auto;
        max-width: 300px;
    }

    #welcome .btn-line {
        flex-direction: column;
    }

    #welcome .btn-line button:first-child {
        margin: 0 0 20px 0;
    }

    #welcome .btn-line button {
        max-width: 100%;
    }

    #ranalytic .pre-stage-box {
        font-size: 16px;
        padding: 15px 0;
        max-width: 425px;
    }

    #statistics .flex-line .stage .bottom span {
        font-size: 14px;
    }

    #statistics .flex-line {
        flex-direction: column;
    }

    #statistics .flex-line .stage {
        width: 100%;
    }
	#statistics .flex-line .stage .top strong span:first-child {
		font-size: 26px;
		text-align: left;
        margin: 0 0 0 0;
        width: 80px;
	}
	#statistics .flex-line .stage .top strong {
		font-size:18px;
	}
	#statistics .flex-line .stage .bottom img {
		width:56px;
	}
    #statistics .total-line .result span:first-child {
        font-size: 22px;
    }

    #statistics .total-line .result span {
        font-size: 12px;
        line-height: 100%;
    }

    #statistics .total-line .result:after {
        content: none;
    }

    #capability .left {
        width: 100%;
    }

    #capability .left img {
        margin: 0 0 25px 0;
    }

    #capability .right {
        display: none;
    }

    #advantage .flex-line {
        flex-direction: column;
    }

    #advantage .box {
        max-width: 100%;
        margin: 25px 0;
        min-height: 350px;
    }

    #advantage .box strong {
        font-size: 20px;
    }

    #advantage .box p {
        font-size: 16px;
    }

    #faq .accordion-item .accordion-button {
        font-size: 18px;
		line-height:130%;
    }

    #faq .accordion-body {
        font-size: 16px;
    }

    #faq .accordion-item {
        margin: 20px 0;
    }

    #how .reasons {
        padding: 125px 15%;
    }

    #case .carousel-item .content {
        padding: 50px 30px 125px 30px;
    }

    #case .carousel-item .content {
        flex-direction: column;
    }

    #case .carousel-item .left .text {
        bottom: 20px;
        text-align: left;
        width: 100%;
        left: 15px;
		padding-right: 45px;
        font-size: 16px;
    }

    #case .carousel-item .left .text strong {
        font-size: 16px;
    }

    #case .carousel-item .left img {
        margin: 0 auto 15px auto;
        display: block;
    }

    #case .carousel-item .left .text strong span {
        font-size: 50px;
    }

    #case .carousel-item .left {
        width: 100%;
        position: initial;
    }

    #case .carousel-item .right {
        width: 100%;
    }

    #case .carousel-item .top strong,
    #case .carousel-item .bottom strong {
        width: 100%;
        font-size: 20px;
        padding: 0 0 20px 0;
    }

    #case .carousel-item .top ul,
    #case .carousel-item .bottom ul {
        width: 100%;
    }

    #case .carousel-item .top li,
    #case .carousel-item .bottom li {
        font-size: 16px;
    }

    #case .carousel-item .top,
    #case .carousel-item .bottom {
        flex-direction: column;
    }

    #case .carousel-item .company .name {
        padding: 0;
    }

    #case .carousel-item .company {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    #footer {
        position: relative;
    }

    #footer .left {
        width: 100%;
    }

    #footer h4 {
        font-size: 20px;
    }

    #footer ul li {
        font-size: 16px;
    }

    #footer .right img {
        display: block;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: -55px;
        width: 150px;
    }

    #footer button {
        height: 65px;
        font-size: 20px;
        max-width: 100%;
		display: table;
        margin: 0 auto;
    }
}

@media (max-width: 680px) {
	h2 {
		font-size:22px;
	}
    #how .reasons {
        padding: 100px 70px 0 30px;
		box-sizing:border-box;
        background: url('../img/reasons-mobile.png') no-repeat;
		background-size: contain;
        background-position: center;
        width: 100%;
        max-width: 380px;
        height: 495px;
        margin: 0 auto;
    }
    #how .reasons ul li {
        font-size:11px;
    }
    #how button {
        margin: 30px auto 0 auto;
    }
	#statistics .total-line-container {
		padding:0;
	}
    #statistics .total-line {
        padding: 20px 5px;
    }
    #statistics .total-line .result span {
        font-size: 11px;
		line-height: 140%;
		max-width:125px;
    }
	#ranalytic .box-stage {
        max-width: 100%;
        justify-content: center;
        text-align: center;
        padding: 5px 3rem;
    }
	#case .carousel-item .content {
        padding: 50px 30px 185px 30px;
    }
	#case .carousel-item .left .text {
        bottom: 25px;
    }
	
}