/* public */
/*#region*/

.arrow-right {
    display: none !important;
}

.deep {
    position: relative;
}

.product .title {
    margin-bottom: 80px;
    text-align: center;
}

.product .title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #171922;
}


.banner .tit {
    text-align: left;

}

.banner .tit h2 {
    margin: 0 0 16px;
    font-weight: normal;
}

.banner .tit h2 span {
    font-size: 24px;
    background: linear-gradient(to right, #4d9fc5, #2359f1, #c42e96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .tit h3 {
    margin: 20px 0 50px;
    font-size: 56px;
    font-weight: normal;
    color: #fff;
}

.banner .slide{
    height: 100px;
}
.banner .tit .a h2 {
    margin: 0;
    line-height: 1;
}
.banner .slide .box {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    animation-name: spincube;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 14s;
    transform-origin: 45px 45px 0;
}

.banner .slide div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 82px;
    -webkit-backface-visibility: hidden;
}
.banner .slide div h2 span{
}

.banner .slide div:nth-of-type(1) {
    transform: translateZ(45px);
}

.banner .slide div:nth-of-type(2) {
    transform: rotateX(120deg) translate3D(0, -10px, 45px);
}

.banner .slide div:nth-of-type(3) {
    transform: rotateX(240deg) translate3D(0, -10px, 45px);
}

@keyframes spincube {
    from,
    to {
        transform: rotateX(0deg);
    }
    0%,
    25% {
        transform: rotateX(0deg);
    }
    33%,
    58% {
        transform: rotateX(120deg);
    }
    66%,
    92% {
        transform: rotateX(240deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}
.banner .slide h2{
    margin:0;
}
.banner .slide h2 span {
    font-size: 72px;
    line-height: 1;
}

.talk {
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 20px;
    padding: 15px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.talk:hover {
    color: #fff;
}

.hero-video-play {
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 104px;
    height: 104px;
    transform: translate(-50%, -50%);
    transition: .3s cubic-bezier(.6, .6, 0, 1) width;
    z-index: 20
}

.hero-video-play .glowing-box {
    min-width: 72px;
    transition: .3s cubic-bezier(.6, .6, 0, 1) width;
    width: 72px;
}

.hero-video-play .glowing-box-button {
    align-items: center;
    background: rgba(255, 255, 255, .04);
    display: flex;
    height: 72px;
    padding: 12px 24px 12px 28px;
    position: relative;
    border-radius: 999px;
    width: 100%
}

.hero-video-play-text {
    isolation: isolate;
    overflow: hidden;
    left: 68px;
    opacity: 0;
    position: absolute;
    text-align: left;
    transform: translate(-4px);
    transition: .3s cubic-bezier(.6, .6, 0, 1) transform, .3s cubic-bezier(.6, .6, 0, 1) opacity;
    width: 142px
}

.hero-video-play-title {
    color: #fff
}

.hero-video-play-description {
    color: #fff;
    opacity: .7
}

@media (max-width: 1248px) {
    .hero-video {
        padding: 0
    }

    .hero-video .magical-borders-inner {
        background-color: #0a0118cc !important
    }

    .hero-video-content {
        height: 509px;
        margin: 0 auto;
        width: 342px
    }
}

@media (min-width: 1248px) {
    .hero-video-play:hover {
        width: 215px
    }

    .hero-video-play:hover .glowing-box {
        width: 180px
    }

    .hero-video-play:hover .hero-video-play-text {
        opacity: 1;
        transform: translate(0)
    }
}

.glowing-box {
    isolation: isolate;
    overflow: hidden;
    border-radius: 999px;
    display: inline-block;
    position: relative
}

.glowing-box-active .glowing-box-animations, .glowing-box-active .glowing-box-borders-masker {
    opacity: 1
}

.glowing-box-animations, .glowing-box-borders {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.glowing-box-animations:before, .glowing-box-borders:before {
    content: "";
    float: left;
    padding-top: 100%
}

.glowing-box-animations:after, .glowing-box-borders:after {
    clear: both;
    content: "";
    display: block
}

.glowing-box-animations {
    opacity: 0;
    pointer-events: none;
    transition: 1s ease opacity
}

.glowing-box-animations * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glowing-box-borders, .glowing-box-glow, .glowing-box-stars {
    animation: borderTurn 2s infinite linear;
    background-image: conic-gradient(from 0 at 50% 50%, rgba(255, 255, 255, .5) 0deg, rgba(255, 255, 255, 0) 60deg, rgba(255, 255, 255, 0) 310deg, rgba(255, 255, 255, .5) 360deg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.glowing-box-stars-masker {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-size: auto;
    mask-size: auto
}

.glowing-box-glow {
    filter: blur(8px);
    opacity: .12
}

.glowing-box-borders {
    animation-name: borderTurnWithTranslate
}

.glowing-box-borders-masker {
    border-radius: 999px;
    content: "";
    height: 100%;
    inset: 0;
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    padding: 1px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 1s ease opacity;
    width: 100%
}

@keyframes borderTurn {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes borderTurnWithTranslate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

/*#endregion*/

/* cases */
/*#region*/
.cases {
    padding: 150px 0;
    background: #fff;
}

.cases .slide-panel .item {
    flex: 0 0 31%;
}

.cases .slide-panel .item .img img {
    max-width: 100%;
    border-radius: 16px;
}

.cases .slide-panel .item .txt {
    padding: 24px 12px;
}

.cases .slide-panel .item .txt h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1b202b;
}

.cases .slide-panel .item .txt p {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.cases .slide-panel .item .txt .more {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #0177ff;
}

.cases .slide-panel .item .txt .more i {
    margin-left: 5px;
    font-size: 12px;
    vertical-align: 1px;
}

.cases .text {
    margin-left: 10px;
    background: #101827;
    padding: 25px 20px;
    height: 100%;
    color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.cases .text h3 {
    margin: 0;
    font-size: 22px;
    color: #0177ff;
    font-weight: bold;
}

.cases .text p {
    margin: 20px 0 0;
    font-size: 28px;
    font-weight: 400;
}

.cases .text p span {
    display: block;
}

.cases .text a {
    margin-top: 68px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .cases .slide-panel {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    .cases .slide-panel .item {
        height: 100%;
    }

    .cases .slide-panel .item:hover {
        box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
        border-radius: 16px;
    }
}

/*#endregion*/

/* choice */
/*#region*/
.choice {
    padding: 150px 0 0;
    color: #fff;
}

.choice .title {

}

.choice .content {
    counter-reset: section;
    position: relative;
    overflow: hidden;
}

.choice .bg {
    position: absolute;
    top: 232px;
    right: -293px;
    z-index: 0;
    width: 74%;
}

.choice .item {
    padding: 35px 0;
}

.choice .item .txt {
    height: 100%;
    display: flex;
    align-items: center;
}

.choice .item .box {
    position: relative;
    border: 1px dashed #b9b5bb50;
    padding: 24px 24px 24px 104px;
    border-radius: 16px;
}

.choice .item .box:before {
    margin-right: 5px;
    margin-top: -22px;
    padding: 10px 15px;
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    top: 50%;
    left: 30px;
    background: #0177ff20;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0177ff;
}

.choice .item .box h4 {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b9b5bb50;
    font-size: 24px;
}

.choice .item .box p {
    margin: 20px 0 0;
    color: #a3aebf;
}

/*#endregion*/

/* method */
/*#region*/
.method {
    padding: 80px 0;
    background: #e6ecf6;
}

.method .title h3 {
    color: #171922;
}

.method .item i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: no-repeat 50%;
}

.method .item h4 {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #1b202b;
}

.method .item p {
    margin: 20px 0 0;
    font-size: 14px;
    color: #4d5567;
}

@media (min-width: 768px) {
    .solution-advantage .item {
        max-width: 250px;
    }

    .solution-advantage .item p {
        text-align: justify;
    }
}

@media (max-width: 767px) {
    .solution-advantage {
        padding: 40px 0 0;
    }

    .solution-advantage .grid {
        margin-bottom: 10px;
    }

    .solution-advantage .item {
        text-align: center;
    }

    .solution-advantage .item h4 {
        margin: 10px 0 0;
        font-size: 20px;
    }

    .solution-advantage .item p {
        margin: 10px 0 0;
        font-size: 13px;
    }
}


/*#endregion*/

/* pain */
/*#region*/
.pain {
    padding: 150px 0 0;
    color: #ccc;
}

.pain .list {
}

.pain .img {
    height: 100%;
    display: flex;
    align-items: center;
}

.pain .item {
    padding: 35px 0;
    border-bottom: 1px solid #2f3747;
}

.pain .item h4 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

.pain .item h4:before {
    content: '';
    margin-right: 12px;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: -6px;
    background: url(../img/ico_check.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.pain .item p {
    margin: 16px 0 0 40px;
    color: #a3aebf;
    font-size: 14px;
}


/*#endregion*/
