@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

/*
@font-face {
    font-family: "Font-Bold";
    src: url("https://alch-public-files.s3.us-west-2.amazonaws.com/butla/assets/font/Circular-Std-Medium.ttf");
}

@font-face {
    font-family: "Font-Regular";
    src: url("https://alch-public-files.s3.us-west-2.amazonaws.com/butla/assets/font/Circular-Std-Book.ttf");
}
*/


html,
body {
    font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
    color: #222;

    /*#f8f4f4 background-color: rgb(28, 28, 28) !important;*/
    overflow-x: hidden !important;
    /*
    font-weight: 450 !important;
    */

}

a {
    text-decoration: none !important;
    color: rgb(64, 158, 255) !important;

}

header {
    border-bottom: 1px solid #696969;
}

header img.logo {
    width: 40px;
}

header .logo-title {
    font-weight: 600;
}

header .nav-link {
    color: #000 !important;
}

.el-button {
    /*
    background-color: rgb(77, 64, 239) !important;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0.30109px 1.50547px -0.83333px inset, rgba(255, 255, 255, 0.2) 0px 1.14427px 5.72133px -1.66667px inset, rgba(255, 255, 255, 0.2) 0px 5px 25px -2.5px inset, rgba(0, 0, 0, 0.145) 0px -0.48175px 0.67445px -1px inset, rgba(0, 0, 0, 0.137) 0px -1.83083px 2.56316px -2px inset, rgba(0, 0, 0, 0.1) 0px -8px 11.2px -3px inset;
    opacity: 1;
    */
    border-radius: 32px;

}

.text-black {
    color: #000;
}

.text-gray-200 {
    color: #b4b4b4;
}

.text-gray-200 {
    color: #b4b4b4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-heading-primary {
    font-family: "Satoshi" !important;

}

.text-heading-primary {
    font-size: 66px !important;
    color: #000;
    font-weight: 700 !important;
}

.p-4e {
    padding: 30px;
}


.container-top-jumbotron {
    font-size: 13px !important;

}

.introducing {
    border: 1px solid #b9b8b8;
    padding: 15px 30px 10px 30px;
    border-radius: 25px;
    display: inline;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

section {}

.jumbotron {
    position: relative;
    height: 100vh;
    /*
    animation: stars 205s linear alternate;
    */

}



.jumbotron video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-heading {
    color: #371a5b;
}

.header-dark {
    background-color: #000 !important;
}




.container-top-jumbotron {

    /*background: linear-gradient(180deg, rgba(249, 128, 0, .80), rgba(98, 50, 186, 0.3));*/
    /**/

    z-index: 1000 !important;
    width: 100%;
    padding-top: 200px !important;
    padding-bottom: 100px;
    z-index: 1000;
    /*
    background-image: url("/images/I4cPaXkNZK0dADtK2GdTZc2js.avif");
    
    background-size: 100% 100%;
    
    /*
    background-color: rgba(98, 50, 186, 0.7);
    background-color: rgba(0, 0, 0, 0.8);
    
    */
    height: 100%;
}

.container-top-jumbotron .container-1 {
    height: 80vh;
    padding-top: 100px;
}

.container-top-jumbotron .thumbnail-main {
    width: 80%;
    margin: auto !important;
}

.marquee-right {
    animation: marquee-right 30s linear infinite;
}

.marquee-left {
    animation: marquee-left 30s linear infinite;
}

.marquee div {}

@keyframes marquee-right {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50%, 0);
    }
}

@keyframes marquee-left {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}


.query-marquee-item {
    background-color: #F0F6FB;
    border-radius: 5px;
    color: #000;
    height: 70px;
    font-size: 14px;

}

.features-grid-item {}

.thumbnail-illustration,
.thumbnail-illustration-2 {
    width: 60%;
    margin: auto;
}

.text-gradient-pink-blue {
    background: -webkit-linear-gradient(-70deg, #db469f, #2188ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.gradient-button,
.el-message-box__btns .el-button--primary {
    background: -webkit-linear-gradient(315deg, blueviolet 25%, purple) !important;
    border-color: -webkit-linear-gradient(315deg, blueviolet 25%, purple) !important;
    ;
}

.b-0 {
    border: 0px !important;
}

.w-100 {
    width: 100% !important;
}

.whats-new {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: min-content;
    height: 40px !important;
    margin: auto !important;
    background: #6d6b6b0d
}

.whats-new,
.whats-new .text-1 {
    --border-bottom-width: 1px;
    --border-color: var(--token-35a06022-1f4d-4209-b656-1adb4e1dd597, #f1edf7);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px #1018280d;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 4px 10px 4px 4px;
    position: relative;
    width: min-content;
    z-index: 1;
}

.container-top-jumbotron [data-border=true]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: inherit;
    pointer-events: none;
}

.whats-new .text-1 .dot {
    --border-bottom-width: 2px;
    --border-color: #dbf9e6;
    --border-left-width: 2px;
    --border-right-width: 2px;
    --border-style: solid;
    --border-top-width: 2px;
    aspect-ratio: 1 / 1;
    background-color: #17b169;
    border-radius: 100%;
    flex: none;
    height: 9px;
    position: relative;
    width: 9px;
    margin-left: 5px;
}

.whats-new .text-1 .text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
    flex: none;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto;
}

.whats-new .main-text {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    height: auto;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 1;
}

.whats-new .main-text .text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
    flex: none;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto;
}

.whats-new .main-text .text {}

.whats-new .main-text .arrow {
    flex: none;
    height: auto;
    position: relative;
    width: 16px;

}

section.product-overview,
section.footer {
    background-color: #f2edfb;
}

section.product-overview .grid {
    border-radius: 15px !important;
}

section.product-overview .thumbnail,
section.product-overview video,
.grid-overview .thumbnail {
    width: 100%;
    height: 300px;
    border-radius: 25px 0 0 0;
}


section.model-overview,
section.benefit-overview,
section.product-overview,
section.footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.generic-overview {
    padding-top: 50px;
}

section.supported-model-overview {
    padding-top: 100px;
    padding-bottom: 50px;
}

section.model-overview .grid {
    border-radius: 15px !important;
    background-color: #f8d4d4;
}

section.model-overview .thumbnail {
    width: 100%;
    height: 300px;
    border-radius: 25px 0 0 0;
}

.grid-overview .thumbnail {
    height: 200px;
    width: 100%;
}

.grid-overview .grid {
    border-radius: 15px !important;
    background-color: #f8d4d4 !important;
}

.grid-overview .grid-2 {
    border-radius: 15px !important;
    background-color: #f8ebeb !important;
}

.container-tile {
    height: 600px;
}

.tile-overview {
    /*background-color: #f2edfb;*/
    border-radius: 10px;
    height: 100%;
}

.tile-overview .col-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tile-thumbnail .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tile-thumbnail img {
    width: 70%;
    margin: 0 auto;
}

.tile-thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-block {}

.block-thumbnail {
    height: 690px;
    border-radius: 10px;
}

.block-thumbnail .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.block-thumbnail img {
    width: 50%;
    margin: 0 auto;
}

section .heading-2 {
    font-size: 42px !important;
}

.jumbotron .globe-contaniner {
    background-image: url("/images/eNO3HUIGLrZnmjisJfito1vA.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.jumbotron .globe-img {
    width: 100%;
}

.benefit {
    height: 400px !important;
    border-radius: 20px !important;
    background-color: rgb(241, 236, 251) !important;
    position: relative;
    margin-bottom: 20px;
}

.benefit img {
    width: 100%;
    height: 100%;
    border-radius: 20px !important;
    object-fit: cover;
}

.benefit .thumbnail-icon {
    width: 30px;
    height: 30px !important;
}

#earth-spinning {
    background: url("https://media.istockphoto.com/id/1271610744/vector/world-map-with-long-shadow-on-blank-background-flat-design.jpg?s=612x612&w=0&k=20&c=0DA6JzDlVIXoHcDMbDh21NIolLLlZ82lGDfCzslhDhk=");
    background-size: cover;
    border: 2px solid #000;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    animation: movimiento 5s linear 0s infinite;
    box-shadow: 0 0 25px RGBA(255, 255, 255, 0.10),
        -8px -8px 15px #000 inset,
        2px 2px 25px #000 inset,
        -45px -45px 25px RGBA(0, 0, 0, 0.5) inset,
        25px 25px 45px RGBA(0, 0, 0, 0.45) inset;
    margin: 6em auto;
    transform: rotateX(6deg) rotateY(6deg) rotateZ(6deg);
}

@keyframes movimiento {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 355px 0
    }
}

@keyframes stars {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 100%
    }
}

.pt-100 {
    padding-top: 85px !important;
}

.pt-6 {
    padding-top: 4.5rem !important;
}

.view-more-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-white {
    background: linear-gradient(176deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .4)) !important;

}

.el-collapse-item__content {
    font-size: 15px !important;
}

.el-collapse-item {
    margin-bottom: 5px;
    /*background: linear-gradient(176deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .4)) !important;*/
}

.el-collapse-item.is-active {
    /*background: #fef9f9 !important;*/
    /*border-left: 4px solid #ef6f6f !important;*/
    border-radius: 0px 10px 10px 0px !important;
    background-color:  transparent !important;
}

.el-collapse-item__wrap,
.el-collapse-item__header.is-active {
    background: transparent !important;
    border-bottom: 0px solid #2a2828  !important;
}

.el-collapse-item__header.is-active {
    font-weight: bold !important;
}

.spotlight-collapse-thumbnail {
    width: 100%;
    height: 100px !important;
    object-fit: cover;
    display: none;
}

.el-collapse-item,
.el-collapse-item__header {
    border-radius: 10px !important;
    font-weight: normal !important;
}

.el-collapse-item__header h6 {
    font-weight: normal !important;
}

.el-collapse-item__header.is-active h6 {
    font-weight: bold !important;
}

.el-form-item__label {
    line-height: 35px !important;
    padding: 0 0 1px !important;
}

.quick-start {
    position: absolute !important;
    bottom: 0;
}

.supported-model .thumbnail {
    width: 40px !important;
    height: 40px !important;
}

.small-title {
    font-size: 13px;
    color: #999;
}

.generic-overview {
    border-radius: 15px !important;
}

.generic-overview .container-top-jumbotron {
    /*
    background-color: #f9e8e8;
    */
}

.pt-lg-100 {
    padding-top: 80px;
}


@media only screen and (min-width: 1200px) {
    .h-display-main {
        font-size: 50px;
    }
}

/*
@media only screen and (min-height: 900px) {
    .container-top-jumbotron {
        padding-top: 150px !important;
    }

    .container-top-jumbotron .container-1 {
        
        height: 78vh !important;
    }
}
*/

.position-absolute-lg {
    position: absolute;
}

.el-message-box__btns button:nth-child(2) {
    margin-left: 10px !important;
}



h4,
h6 {
    font-weight: 450 !important;
}

.line-through {
    text-decoration: line-through !important;
}

.italic {
    font-style: italic !important;
}

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

    .position-absolute-lg {
        position: relative;
    }

    .grid-overview .grid-2x,
    .tile-overview .p-5 {
        padding: 10px !important;
    }

    .container-top-jumbotron .container-1 {
        height: 100%;
        text-align: center;
        padding-top: 0px;
    }

    .quick-start {
        position: relative !important;
    }

    .jumbotron,
    .container-top-jumbotron {
        height: 100% !important;
        position: relative;
    }

    .supported-model-overview {
        margin-bottom: -50px !important;
    }


    section::not(.el-drawer__body) {
        padding: 20px !important;
    }

    .container-top-jumbotron {
        padding-top: 60px !important;
    }

    section .heading-2 {
        font-size: 30px !important;
        padding-top: 50px !important;
    }

    .block-thumbnail,
    .container-tile {
        height: auto;
    }

    .block-thumbnail img,
    .tile-thumbnail img {
        width: 100%;
        margin: 0 auto;
    }

    .supported-model .thumbnail {
        width: 20px !important;
        height: 20px !important;
    }

    .pt-lg-100 {
        padding-top: 10px;
    }

    .pb-mb-100 {
        margin-bottom: 100px;
    }

    .text-heading-primary {
        font-size: 30px !important;
    }

    .thumbnail-illustration {
        width: 100% !important;
        margin-top: 30px;
    }

    .thumbnail-illustration-2 {
        width: 80% !important;
        margin-top: 30px;
    }

    .text-mb-center {
        text-align: center !important;
    }

    .q-container-list .col-2 {
        width: auto !important;
    }

    .marquee-right {
        animation: marquee-left 5s linear infinite;
    }

    .el-message-box {
        width: 95% !important;
    }

    


}


.el-message-box {
    width: 420px;
}

.card-bg {
    border-radius: 10px !important;
    background-color: rgb(240, 246, 251) !important;
}

.divider {
    border-bottom: 1px solid #2a2828  !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-15 {
    font-size: 15px !important;
}

.onboarding-summary-list .item {
    border: 1px solid #999;
    margin-left: -10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: rgb(240, 246, 251);
    text-align: center;
    vertical-align: middle;
}

.onboarding-summary-list .item img {
    width: 20px;
    height: 20px;
}

.el-button+.el-button,
.el-checkbox.is-bordered+.el-checkbox.is-bordered {
    margin-left: 0px !important;
}

.el-table thead,
.el-table {
    color: #000 !important;
}


.el-step__title {
    font-size: 13px !important;
}


.rounded-white-el {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50% !important;
    background: #fff;
}

.light-bg {
    color: #000 !important;
    background-color: rgb(240, 246, 251) !important;
}


.bold {
    font-weight: 600 !important;
}




.el-collapse-item__header {
    background-color: transparent !important;
    border: 0px solid transparent !important;
    border-bottom: 1px solid #2a2828  !important;
    border-radius: 0px !important;
}

.el-collapse {
    border-top: 0px solid #2a2828  !important; 
    border-bottom: 0px solid #2a2828  !important;
}

#or {
    position: relative;
    width: 100%;
    height: 50px;

    line-height: 50px;
    text-align: center;
}

#or::before,
#or::after {
    position: absolute;
    width: 40%;
    height: 1px;
    top: 24px;
    content: '';
}

#or::before {
    left: 0;
}

#or::after {
    right: 0;
}

.horizontal-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    /* For iOS */
}

.horizontal-scroll-container::-webkit-scrollbar {
    display: none;
}

.horizontal-scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;

}


