
.ai-text {
    background: linear-gradient(100deg, #c2a2e3 8.43%, #4332ca 95.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px;
    padding: 0 18px;
    box-sizing: border-box;
    text-align: center;
    height: 81px;
}

.desc1-content {
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.4px;
}

.news-item {
}

.special-text {
    box-sizing: border-box;
    padding: 0 27.9px !important;
    height: 43.2px;
    cursor: pointer;
    text-align: center;
    line-height: 43.2px;
    border-radius: 36px;
    border: 1px solid #333;
    background: #fff;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special-text2 {
    color: #fff;
    border-radius: 36px;
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    box-sizing: border-box;
    padding: 0 27.9px !important;
    height: 43.2px;
    font-size: 12.6px;
    cursor: pointer;
    text-align: center;
    line-height: 43.2px;
}

.special-text-header {
    box-sizing: border-box;
    padding: 0 27.9px !important;
    height: 43.2px;
    cursor: pointer;
    text-align: center;
    line-height: 43.2px;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: transparent;
    color: #fff;
}

.special-text-header.special {
    background: #fff;
    color: #4731D2;
}

.ignore-text-decoration {
    text-decoration: none;
}

#logo-container img {
    padding: 0 20px;
    min-width: 134px;
}

#mobile-logo-container img {
    padding: 0 10px;
    min-width: 109px;
}

.transition-3s {
    transition: all 3s;
}

@media (max-width: 1180px) {
    html {
        /*TODO ruiy*/
        font-size: 100px;
    }

    .hidden-less-than-1100 {
        display: none !important;
    }

    .show-less-than-1100 {
        /*display: block !important;*/
    }

    .special-text {
        width: 240px;
    }

    .special-text2 {
        width: 240px;

    }

    .ai-text {
        font-size: 48px;
    }
}

@media (min-width: 1181px) {
    .show-less-than-1100 {
        display: none !important;
    }

    .special-text {
        margin-left: 14.4px;
    }

    .special-text2 {
    }
}

.btn-N045:hover {
    transition: 1s ease-in-out;
}

.btn-N045 {
    cursor: pointer;
    background: transparent;
    outline: none;
    transition: 1s ease-in-out;
}

.btn-N045:hover .btn-N045-svg {
    stroke-dashoffset: 0;
}

.btn-N045 span {
    z-index: 0;
}

.btn-N045:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}

.btn-N045:hover:after {
    left: 200%;
    transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-N045 {
    position: relative;
    transition: 0.5s;
    letter-spacing: 1px;
}

.btn-N045 button {
    width: 100%;
    height: 110%;
    margin-top: -4px;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #5845ce;
    -webkit-mask: url("/wp-content/themes/twentytwentyfour/assets/images/solution/urban-sprite.png");
    mask: url("/wp-content/themes/twentytwentyfour/assets/images/solution/urban-sprite.png");
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(29) forwards;
    animation: ani2 0.7s steps(29) forwards;
    border-radius: 100px;
}

.btn-N045 :hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

.mas:hover {
    box-shadow: none;
}

.mas {
    box-shadow: 0px 0px 12px #887ED6;
    position: absolute;
    color: #000;
    text-align: center;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    overflow: hidden;
    font-weight: bold;
}

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

.slider-N045-svg {
    position: absolute;
    left: -1px;
    top: -1px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 768.4;
    stroke-dashoffset: 768.4;
    transition: 1s ease-in-out;
}

.swiper-slide:hover .slider-N045-svg {
    stroke-dashoffset: 0;
}

.loadingInput {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: 0.3s;
}

.loadingInput > span {
    position: absolute;
    display: block;
    animation: none;
    z-index: 2;
}

.loadingInput > span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4e46dc);
    animation: slide1 1.5s forwards infinite;
}

.loadingInput > span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #4e46dc);
    animation: slide2 1.5s forwards infinite 0.35s;
}

.loadingInput > span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #4e46dc);
    animation: slide3 1.5s forwards infinite 0.7s;
}

.loadingInput > span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #4e46dc);
    animation: slide4 1.5s forwards infinite 1.1s;
}

.shadow {
    border-radius: 6px;
    box-shadow: 0 0 8px #cdcaf5, 0 0 8px #dbd9f6, 0 0 10px #dbd9f6;
}

@keyframes activeAnimation {
    0% {
        border: 3px solid #ddd;
        color: #fff;
        box-shadow: 0 0 10px #fff, 0 0 40px #fff, 0 0 80px #fff;
    }
    50% {
        box-shadow: 0 0 20px #fff, 0 0 80px #fff, 0 0 160px #fff;
    }
    100% {
        box-shadow: 0 0 10px #fff, 0 0 40px #fff, 0 0 80px #fff;
    }
}

@keyframes slide1 {
    to {
        left: 100%;
    }
}

@keyframes slide2 {
    to {
        top: 100%;
    }
}

@keyframes slide3 {
    to {
        right: 100%;
    }
}

@keyframes slide4 {
    to {
        bottom: 100%;
    }
}

.btn-N045:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
}

.btn-N045 {
    cursor: pointer;
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    outline: none;
    transition: 2s ease-in-out;
}

.hover-box-shadow:hover {
    box-shadow: 4px 4px 15px 4px #0000004d;
    transition: all 1s;
}

.loadingInput {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: 0.3s;
}

.loadingInput > span {
    position: absolute;
    display: block;
    animation: none;
    z-index: 2;
}

.loadingInput > span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4e46dc);
    animation: slide1 1.5s forwards infinite;
}

.loadingInput > span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #4e46dc);
    animation: slide2 1.5s forwards infinite 0.35s;
}

.loadingInput > span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #4e46dc);
    animation: slide3 1.5s forwards infinite 0.7s;
}

.loadingInput > span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #4e46dc);
    animation: slide4 1.5s forwards infinite 1.1s;
}

.shadow {
    border-radius: 6px;
    box-shadow: 0 0 8px #cdcaf5, 0 0 8px #dbd9f6, 0 0 10px #dbd9f6;
}

@keyframes activeAnimation {
    0% {
        border: 3px solid #ddd;
        color: #fff;
        box-shadow: 0 0 10px #fff, 0 0 40px #fff, 0 0 80px #fff;
    }
    50% {
        box-shadow: 0 0 20px #fff, 0 0 80px #fff, 0 0 160px #fff;
    }
    100% {
        box-shadow: 0 0 10px #fff, 0 0 40px #fff, 0 0 80px #fff;
    }
}

@keyframes slide1 {
    to {
        left: 100%;
    }
}

@keyframes slide2 {
    to {
        top: 100%;
    }
}

@keyframes slide3 {
    to {
        right: 100%;
    }
}

@keyframes slide4 {
    to {
        bottom: 100%;
    }
}

