/* CUSTOM STYLESHEET */
@font-face {
	font-family: 'SFMono';
	src: url('../fonts/SFMono-Regular.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/spacemono/v13/i7dPIFZifjKcF5UAWdDRYEF8RXi4EwQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'UberMove';
	src: url('../fonts/UberMoveText-Regular.woff') format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'UberMove';
	src: url('../fonts/UberMoveText-Medium.woff2') format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'UberMove';
	src: url('../fonts/UberMove-Bold.woff2') format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
    font-family: 'Geist Mono';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeFjKK5U5Cl4PuCTfNg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Geist Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeE9KK5U5Cl4PuCTfNg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* General */
:root {
    --font: 'UberMove', sans-serif;
    --border-color: #30363d;
    --color-primary: #fff;
    --color-secondary: #0f6fff;
    --color-tertiary: #E94057;
    --color-offwhite: #ecedfe;
    --color-text-default: #fff;
    --color-text-body: #e4e4e4;
    --color-text-primary: #202f44;
    --color-text-secondary: #111b26;
    --color-background: #0a0a0a;
    --color-background-muted: #161b22;
    --color-background-secondary: #131313;
    --color-background-tertiary: #161b22;
    --trans-300: all 300ms ease;
    --trans-600: all 600ms ease;
    --trans-900: all 900ms ease;
    --trans-1200: all 1200ms ease;
}

body {
    font-family: 'UberMove', sans-serif;
    text-rendering: optimizeLegibility;
    color: #222;
    font-size: 16px;
    line-height: 1.9em;
    background: var(--color-background);
}

#content {
    background-color: var(--color-background);
}

.noise {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    pointer-events: none;
    z-index: 90;
    opacity: 0.3;
}

.noise:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%;
    background: url(../img/noise.png);
    pointer-events: none;
    display: block;
    opacity: .7;
    -webkit-animation: grain 2s steps(10) infinite;
    animation: grain 2s steps(10) infinite;
    will-change: transform;
}

p {
    font-family: 'UberMove', sans-serif;
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'UberMove', sans-serif;
    color: #202f44;
}

.h1, h1 {
    font-size: 54px;
    line-height: 1.2;
}

.h2, h2 {
    font-size: 44px;
    line-height: 1.4;
    letter-spacing: 0;
}

.h3, h3 {
    font-size: 32px;
    line-height: 1.5em;
}

.h4, h4 {
    font-size: 26px;
    line-height: 1.6em;
}

.h5, h5 {
    font-size: 20px;
    line-height: 1.6em;
}

.h6, h6 {
    font-size: 18px;
    line-height: 1.8;
}

.bg-offwhite {
    background: var(--color-offwhite) !important;
}

.bg-offwhite-10 {
    background: var(--color-offwhite-10) !important;
}

.container {
    max-width: 1340px;
}

.main-header .container {
    max-width: 1340px;
}

.pos-rel {
    position: relative !important;
}

.pos-abl {
    position: absolute !important;
}

.divider-light {
    border-color: #dee1e6;
}

.gradient-text {
    background: linear-gradient(91deg, #F6F8FE -4.36%, #FFF -0.1%, #3A72E9 107.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

hr {
    border-color: rgb(38 41 57);
    margin-top: 40px;
    margin-bottom: 40px;
}

a.text-underline:hover, a.text-underline:focus {
    color: var(--color-tertiary);
}


/* Text Colors */
.text-color-zc-blue {
    color: #0f6fff;
}

.text-color-amber-500 {
    color: #e5b15a
}

.text-color-teal-500 {
    color: #0eb3a0
}

.text-color-cyan-400 {
    color: #7bdae8;
}

.text-color-sky-500 {
    color: #079de0;
    font-style: normal
}

.text-color-red-500 {
    color: #e23b3b
}

.text-color-pink-500 {
    color: #f86caa
}

.text-color-violet-300 {
    color: #c0b3f3
}

.text-color-indigo-300 {
    color: #8f9ee7
}

.text-color-sky-300 {
    color: #73cbf5
}

.text-color-teal-300 {
    color: #29a89b
}

.text-color-violet-500 {
    color: #8d62ee
}

.text-color-red-400 {
    color: #e27979
}

.text-color-yellow-300 {
    color: #c3bd8f
}

.text-muted {
    color: #8895a2;
}


/* Header/Navigation */
.main-header-overlay {
    background-color: #ecedfd;
    background-color: transparent;
}

.main-header .social-icon {
    font-size: 17px;
}

.main-header .social-icon:not([class*=scheme-]) a,
.main-nav > li > a {
    color: var(--color-text-default);
}

.main-header .social-icon:not([class*=scheme-]) a:hover,
.main-nav > li > a:hover {
    color: #202f44;
}

.lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .header-module .ld-module-trigger, .lqd-stack-active-row-light .main-header:not(.header-fullscreen):not(.header-side) .mainbar-wrap:not(.is-stuck) .main-nav > li > a {
    color: #202f44;
}

.main-nav > li > a {
    font-size: 14px;
    font-family: 'Geist Mono', monospace;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
    color: #fff;
}


.main-nav .external-link--arrow {
    width: 16px;
    height: 16px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

.nav-light .main-nav > li > a {
    color: rgba(255, 255, 255, 0.75);
}

.nav-light .main-nav > li > a .link-ext {
    background-color: #fff;
}

.nav-dark .main-nav > li > a {
    color: rgba(0, 0, 0, 0.75);
}

.nav-dark .main-nav > li.is-active > a,
.nav-dark .main-nav > li.current-menu-item > a,
.nav-dark .main-nav > li:hover > a,
.nav-dark .main-nav > li > a:hover {
    color: #000;
}

.is-stuck {
    background-color: rgb(236 237 253);
    background-color: var(--color-background);
    box-shadow: none;
}

.is-stuck.mainbar-wrap {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.is-stuck .main-nav > li > a, .is-stuck .main-nav > li > a:hover {
    color: #fff !important;
}

.megamenu .megamenu-container .container {
    max-width: 1340px;
}

.megamenu .grid-menu--wrapper h4, .megamenu-description h4, .megamenu-row--wrapper h4, .megamenu-right h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.megamenu .grid-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 4px;
    row-gap: 4px;
    padding: 24px 0 24px;
}

.megamenu .megamenu-inner-row {
    background-color: var(--color-background-secondary);
    padding: 0 35px;
}

.megamenu .lqd-custom-menu li {
    margin-bottom: 0;
}

.mega-link {
    margin-left: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    border-radius: 0.375rem;
    padding: .85rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(38, 44, 45);
}

.mega-link:hover {
    text-decoration: none;
    background-color: var(--color-background-tertiary);
}

/* .mega-link.text:hover {
    background-color: rgb(222 139 65 / 8%);
}

.mega-link.document:hover {
    background-color: rgb(169 103 228 / 8%);
}

.mega-link.image:hover {
    background-color: rgb(56 215 149 / 8%);
} */

.mega-link .text-icon--wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.mega-link .text-icon--wrapper .image-icon, .megamenu-row--lists li a .image-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.mega-link .text-icon--wrapper .link-name, .megamenu-row--lists li a .link-name {
    color: var(--color-text-default);
    margin-left: 0;
    font-size: 14px;
    font-family: 'Geist Mono', monospace;
    line-height: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
}

.mega-link .link-description, .megamenu-row--lists li a .link-description {
    font-size: 13px;
    line-height: 1.65;
    display: block;
    color: #aab6c9;
    margin-top: 4px;
}

.navbar-brand img {
    width: 170px;
}

.megamenu-resource--link {
    display: inline-block;
    padding-left: 3rem;
    border-left: 0.1rem solid #c2c5cb;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.megamenu-resource--image {
    width: 100%;
    border-radius: 0.625rem;
}

.megamenu-resource--link .content-heading--wrapper {
    margin-top: 16px;
}

.megamenu-resource--link .content-heading {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 120%;
    color: #3a4656;
    text-transform: uppercase;
    margin-top: 0;
}

.megamenu-resource--link .content-body {
    color: #546175;
}

.megamenu-link--flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
}

.megamenu-description {
    display: inline-block;
    padding: 35px 0 0;
    width: 250px;
    min-width: 250px;
}

.megamenu-row--wrapper, .megamenu-post--wrapper {
    display: inline-block;
    padding: 35px 0 30px;
    width: 100%;
}

.megamenu-post--wrapper, .megamenu-right {
    background-color: var(--color-background-tertiary);
    border-left: 1px solid transparent;
    padding: 0 1.5rem;
    height: 100%;
}

.megamenu-right .content-wrapper {
    padding: 35px 0 30px;
}

.megamenu-right .content-wrapper .image {
    border-radius: 8px;
    max-width: 100%;
}

.megamenu-right .content-wrapper .content-body {
    margin-top: 12px;
}

.megamenu-right .content-wrapper .small-title {
    color: #04AFFF;
    font-family: 'Geist Mono', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.megamenu-right .content-wrapper .title-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.megamenu-right .content-wrapper .body-text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.megamenu-row--lists {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 1.5rem;
}

.megamenu-row--lists li {
    font-size: 15px;
    display: block;
    padding-bottom: 12px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.megamenu-row--lists li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

.megamenu-row--lists li a, .megamenu-description a {
    display: flex;
    align-items: center;
    gap: 16px;
}

.megamenu-description a {
    padding-top: 24px;
}

.megamenu-row--lists li a .image-icon {
    margin-top: 0;
}

.megamenu-row--lists li a .link-name, .megamenu-description a .link-name {
    color: var(--color-text-default);
    font-size: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.megamenu-description a .link-name {
    color: #e84057;
}

.megamenu-row--lists li a .link-name svg, .megamenu-description a .link-name svg {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 0;
    -webkit-transition: opacity 250ms ease,-webkit-transform 250ms ease;
    transition: opacity 250ms ease,-webkit-transform 250ms ease;
    -o-transition: opacity 250ms ease,transform 250ms ease;
    transition: opacity 250ms ease,transform 250ms ease;
    transition: opacity 250ms ease,transform 250ms ease,-webkit-transform 250ms ease;
}

.megamenu-row--lists li a:hover .link-name, .megamenu-row--lists li a:focus .link-name {
    color: #e84057;
}

.megamenu-row--lists li a:hover .link-name svg, .megamenu-row--lists li a:focus .link-name svg, .megamenu-description a:hover .link-name svg, .megamenu-description a:focus .link-name svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.megamenu-description p, .megamenu-right--links p {
    color: var(--color-text-default);
    font-size: 14px;
    line-height: 1.65;
    margin-top: 16px;
    margin-bottom: 0;
}

.main-nav .children, .nav-item-children {
    background-color: var(--color-background-secondary);
    padding-left: 1rem;
    padding-right: 1rem;
}

.main-nav .children > li > a, .nav-item-children > li > a {
    border-radius: 0.375rem;
    color: #d0d1d6;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.85rem;
}

.main-nav .children > li > a .svg-icon, .nav-item-children > li > a .svg-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.main-nav .children > li > a .external-link, .nav-item-children > li > a .external-link {
    transition-timing-function: cubic-bezier(.16,1,.3,1);
    transition-duration: .5s;
    transition-property: opacity,transform;
    opacity: 0;
}

.main-nav .children > li:hover > a, .nav-item-children > li:hover > a { 
    background-color: var(--color-background-tertiary);
    color: #fff;
}

.main-nav .children > li:hover > a .external-link, .nav-item-children > li:hover > a .external-link {
    opacity: 1;
}

.navbar-brand {
    outline: 0;
}

.header-module .btn-text {
    color: var(--color-text-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}



/* Hero */
.hero-section {
    position: relative;
}

.hero-copy--wrap {
    position: relative;
    margin-top: 120px;
    margin-bottom: 40px;
    z-index: 3;
}

.hero-image {
    position: absolute;
    background-image: url('../img/intro-bg-image.png');
    background-position: 0 0;
    background-size: cover;
    background-repeat: repeat;
    top: 20%;
    left: 45%;
    right: auto;
    min-height: 440px;
    min-width: 700px;
}

.hero-copy {
    margin: 0 auto;
}

.hero-copy .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    padding: 80px 0 0;
    margin: 0 auto;
    text-align: center;
}

.hero-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.hero-row .hero-left {
    flex: 0 0 600px;
    max-width: 600px;
    padding-top: 60px;
}

.hero-copy .hero-title {
    color: var(--color-text-default);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.04rem;
    margin-bottom: 16px;
}

.hero-text--animation {
    margin-bottom: 28px;
}

.hero-text--animation .typing-text {
    font-size: 48px;
    letter-spacing: -.02rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    min-width: 100%;
    min-height: 50px;
}

.hero-text--animation .typing-text span {
    background: linear-gradient(89deg,#56E3E1 0.68%,#55B7F5 73.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    color: #9ea0a6;
    /* max-width: 380px; */
    margin-bottom: 32px;
}

.hero-desc p {
    color: var(--color-text-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 1.15rem;
}

.hero-copy--links {
    display: flex;
    align-items: center;
    margin: 15px 0 32px;
}

.hero-copy .small-text {
    font-size: 12px;
    width: 350px;
    color: #cfd8e2;
    text-align: center;
    padding-top: 13px;
    margin: 0 auto;
}

.hero-copy--logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 500px;
}

.hero-copy--logo {
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}

.lqd-stack-initiated .lqd-stack-page-number, .lqd-stack-initiated .lqd-stack-prevnext-wrap {
    display: none;
}

.hero-notification--wrapper {
    margin-bottom: 0.5rem;
}

.hero-notification {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(44, 44, 51);
    border-radius: 100px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 0.25rem 1rem;
    width: fit-content;
    margin: 0 auto;
}

.hero-notification .image-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

.hero-notification .image {
    max-width: 100%;
    width: 28px;
    height: auto;
    object-fit: contain;
}

.hero-notification .text-wrapper {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.25rem;
    width: 100%;
}

.hero-notification .text {
    color: var(--color-text-default);
    font-size: 14px;
    line-height: 1.25rem;
    text-align: left;
}

.hero-notification .cta-btn {
    color: #d9365d;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    justify-content: center;
    padding: 6px 1.25rem;
    margin: 0 auto;
    text-decoration: none;
    text-transform: capitalize;
    min-width: 0;
    width: fit-content;
    white-space: nowrap;
    position: relative;
}

.hero-notification .btn-label {
    display: inline;
}

.hero-notification .btn-arrow {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.hero-notification .cta-btn:hover {
    background-color: rgba(217, 54, 93, .08);
}

.hero-tag--text {
    display: inline-block;
    /* font-family: 'SFMono', sans-serif; */
    padding: 6px 12px;
    background: #e5f0ff;
    color: #fff;
    font-size: .75rem;
    line-height: .875rem;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 16px;
}

.hero-tag--wrap {
    background: linear-gradient(117.15deg, rgba(163, 43, 123, 0.1) -7.16%, rgba(233, 64, 87, 0.1) 56.41%, rgba(242, 113, 33, 0.1) 119.98%);
    border-radius: 4px;
    margin-bottom: 16px;
    display: inline-block;
}

.hero-tag--gradient {
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1em;
    display: inline-block;
}

.hero-tag--gradient {
    background: linear-gradient(117.15deg, #A32B7B -7.16%, #E94057 56.41%, #F27121 119.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-images {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    height: 100%;
    margin: 0;
    padding: 0;
}

.hero-images .hero-image--item {
    border-radius: 56px;
    flex-shrink: 0;
    margin: 0;
    outline: none;
    position: relative;
    width: 25%;
}

.hero-images .hero-image--item.low {
    padding-top: 4.375rem;
}

.hero-images .hero-image--item img {
    border-radius: 56px;
    vertical-align: bottom;
    width: 100%;
}


/* Hero Preview */
.hero-preview--block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}


/* Hero Demo */
.hero-demo--section {
    margin-top: 0;
    position: relative;
    padding-bottom: 3rem;
}

.hero-demo--wrap {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.hero-demo--wrap .demo-image {
    margin-top: 2rem;
    margin-left: -1vw;
    width: calc(100% + 2vw);
    height: auto;
}

.hero-gradient--bg {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 100%;
    /* max-width: 1120px; */
    z-index: 1;
}


/* Pre-product */
.pre-product--block {
    border-bottom: 1px solid #1f2228;
    padding: 80px 0;
}

.pre-product--block .content-wrap {
    max-width: 100%;
    flex: 1 1 0;
}

.pre-product--block .content-wrap .text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 24px;
}

.pre-product--block .content-wrap .text-wrapper .header-text {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.6px;
    margin: 0;
    max-width: 500px;
}

.pre-product--block .content-wrap .text-wrapper .body-text {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 0;
    flex: 1 1 0%;
    max-width: 550px;
}



/* Input */
.the__button {
    display: inline-block;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: 400;
    background: #0f6fff;
    color: #fff;
    border: 1px solid #0f6fff;
    transition: color 600ms ease, background 1200ms ease;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Geist Mono', monospace;
    line-height: inherit;
    text-transform: uppercase;
    height: auto;
    min-width: 0;
    width: max-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header-module .the__button {
    min-width: auto;
    height: 52px;
    line-height: 1.4;
}

.the__button.btn--alt {
    background: none;
    color: #fff;
    border: 1px solid #424B66;
}

.the__button.btn--white {
    background: #fff;
    color: var(--color-text-secondary);
    border: 1px solid #fff;
}

.the__button.dark {
    background: #202f44;
    color: #fff;
    border: 1px solid #202f44;
}

.the__button:before {
    content: "";
    width: 56px;
    height: 100%;
    border-radius: 50%;
    background: #1166e5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: var(--trans-600);
}

.the__button.btn--alt:before {
    background: #424B66;
    color: #fff;
}

.the__button.btn--white:before {
    background: #f7f7f7;
    color: var(--color-text-secondary);
}

.the__button.dark:before {
    background: #071d3c;
    color: #fff;
}

.the__button:hover:before {
    transform: translate(-50%, -50%) scale(5);
    transition: var(--trans-1200);
}

.the__button:hover {
    color: #fff;
    background: #1166e5;
}

.the__button.btn--alt:hover {
    color: #fff;
    background: #424B66;
}

.the__button.btn--white:hover {
    color: var(--color-text-secondary);
    background: #fff;
}

.the__button.dark:hover {
    color: #fff;
    background: #071d3c;
}

.the__button span, .the__button .svg-icon {
    position: relative;
    z-index: 2;
}

.the__button-arrow {
    color: #fff;
    background-color: transparent;
    line-height: 1;
    justify-content: center;
    margin-left: 8px;
    padding: 0;
}

.the__button.btn--white .the__button-arrow {
    color: var(--color-text-secondary);
}

.hero-copy--links .the__button+.the__button {
    margin-left: 16px;
}

.the__button .the__button-image {
    width: auto;
    max-height: 32px;
    z-index: 2;
}

.the__button svg {
    z-index: 9;
}

select {
    background: url(../img/icons/arrow-down.svg) no-repeat right 0.8em center/1.4em;
    cursor: pointer !important;
}

.badge {
    background-color: #505c6a;
    color: var(--color-text-body);
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 85%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    border-left: 0;
}

.badge-positive {
    background-color: #e1f1e9;
    border-color: #26c08a;
    color: rgb(38, 192, 138);
}

.badge-neutral {
    background-color: #fff9ee;
    border-color: #f8c25e;
    color: rgb(196, 148, 37);
}

.badge-negative {
    background-color: #fde9e9;
    border-color: #f86c6b;
    color: #f86c6b;
}


/* Logos */
.logo-bar {
    padding: 64px 0 80px;
}

.logo-text--header {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-top: 0;
    background: linear-gradient(117.15deg, #A32B7B -7.16%, #E94057 56.41%, #F27121 119.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.logo-text--wrapper {
    color: #959595;
    font-family: 'Geist Mono', sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.logo-bar--items {
    display: flex;
    flex-flow: wrap;
    gap: 40px;
    justify-content: center;
    margin-left: -24px;
    margin-right: -24px;
}

.logo-bar--image {
    height: 70px;
    width: 160px;
}

.logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.logo-container .logo-track {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex: none;
}

.logo-container .logo-flex {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    /* width: calc(128px * 12); */
    animation: scrollLogo 50s linear infinite;
}

.logo-container .logo-item {
    display: flex;
    flex: none;
    align-items: center;
    align-self: center;
    justify-content: flex-start;
    margin-right: 6rem;
}

.logo-container .logo-item .client-image {
    opacity: .95;
    width: 100%;
    height: auto;
    max-width: 8rem;
    max-height: 1.75rem;
    object-fit: cover;
}

@keyframes scrollLogo {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Moves the logos to the left; -50% should match the original set of logos before duplicates */
    }
}


/* Features */
.features-block {
    padding: 96px 0;
    position: relative;
}

.features-block .hero-bg {
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    top: -70%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.features-copy {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 700px;
    margin-bottom: 80px;
}

.features-copy .small-title, .cwf-section--copy .small-title {
    color: #5b9af9;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Geist Mono', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}

.features-copy h3, .cwf-section--copy .large-text {
    color: var(--color-text-default);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 26px;
}

.features-copy p, .cwf-section--copy .small-text {
    font-size: 17px;
    line-height: 1.6;
    color: var(--color-text-default);
    margin-bottom: 0;
}

.features-grid {
    display: block;
    width: 100%;
}

.features-grid .carousel-cell {
    width: 100%;
}

.features-block .flickity-prev-next-button {
    top: auto;
    bottom: -18%;
}

.features-block .flickity-page-dots .dot, .solutions-section .flickity-page-dots .dot {
    background-color: var(--color-text-primary);
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.features-block .flickity-page-dots .dot.is-selected, .solutions-section .flickity-page-dots .dot.is-selected {
    background-color: #E94057;
    stroke-dashoffset: 34.3522;
    position: relative;
    opacity: 1;
}

.features-block .flickity-page-dots .dot.is-selected::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid transparent;
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-dasharray: 307.919;
    stroke-dashoffset: 307.919;
    opacity: 1;
    animation: progressCircle 6s linear infinite;
}


@keyframes progressCircle {
    0% {
        stroke-dashoffset: 307.919;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.features-grid--list {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 30px 24px;
    border: 1px solid #15162e;
    border-radius: 16px;
    background-color: var(--color-background-tertiary);
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.features-grid--list .list-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.features-grid--list .icon-wrapper {
    position: relative;
}

.features-grid--list .icon-wrapper .icon {
    width: 36px;
    height: 36px;
    display: block;
    color: #fff;
}

.features-grid--list .image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}

.features-grid--list .image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    overflow: hidden;
}

.features-grid--list .list-header .list-header--text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    display: inline-block;
    color: var(--color-text-default);
}

.features-grid--list .list-subtext {
    color: var(--color-offwhite);
    font-size: 16px;
    line-height: 1.5;
    margin-top: 18px;
}

.features-grid--list .list-text {
    font-size: 15px;
    line-height: 1.5;
    color: var(--color-text-body);
    margin-top: 18px;
    margin-bottom: 32px;
}

.features-grid--list .more-info--wrapper {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
    position: relative;
    width: min-content;
    will-change: transform;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

.features-grid--list .more-info {
    color: var(--color-text-body);
    flex: none;
    height: 24px;
    position: relative;
    width: 24px;
}

.features-block .tabs-nav-filled {
    padding-top: 16px;
    position: relative;
}

.features-block .tabs-nav.features-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.features-block .tabs-nav.features-tabs::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #23273c;
}

.features-block .tabs-nav-filled .tabs-nav.features-tabs a {
    color: var(--color-text-default);
    font-size: 17px;
    padding: 16px 24px;
    position: relative;
}

.features-block .tabs-nav-active-filled .tabs-nav.features-tabs li.active a, .features-block .tabs-nav-active-filled .tabs-nav.features-tabs li a:hover {
    background-color: transparent;
}

.features-block .tabs-nav-active-filled .tabs-nav.features-tabs li.active a::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 25px;
    left: 20px;
    bottom: -32px;
    filter: blur(20px);
    background: linear-gradient(85.5deg, rgb(244 46 135) 5.66%, rgb(255 39 68) 99.14%);
}

/* .features-block .tabs-nav-active-filled .tabs-nav li.active a::after {
    content: "";
    position: absolute;
    width: 112px;
    height: 28px;
    right: 20px;
    bottom: -38px;
    filter: blur(20px);
    background: linear-gradient(85.5deg, rgb(238, 2, 139) 5.66%, rgb(174, 41, 255) 99.14%);
} */

.features-block .tabs-nav-active-filled .tabs-nav.features-tabs li.active a::after {
    background: linear-gradient(85.5deg, #ed573e 5.66%, #ba306f 99.14%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}

.features-block .nta-content--wrapper {
    padding-top: 1rem;
}

.features-block .nta-tabs {
    color: var(--color-text-default);
    display: flex;
    flex-direction: row;
    gap: 48px;
    padding-top: 0;
}

.features-block .nta-tabs .tabs-nav {
    color: var(--color-text-default);
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 24%;
    max-width: 24%;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
}

.features-block .nta-tabs .tabs-nav li {
    display: block;
    text-align: left;
}

.features-block .nta-tabs .tabs-nav li+li {
    margin-left: 0;
}

.features-block .nta-tabs .tabs-nav a {
    display: flex;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    background-color: #101320 !important;
    border: 1px solid transparent;
}

.features-block .nta-tabs.tabs-nav-active-filled .tabs-nav li.active a {
    background-color: var(--color-background-secondary) !important;
    border-color: var(--border-color);
}

.features-block .nta-tabs .tabs-nav .content-body {
    color: var(--color-text-default);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
}

.features-block .nta-tabs .tabs-nav .content-body .icon {
    width: 24px;
    max-width: 24px;
    height: 24px;
    overflow: hidden;
}

.features-block .nta-tabs .tabs-nav .content-body .heading-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
}

.features-block .nta-tabs .tabs-nav .content-body .body-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(215, 223, 235);
    display: none;
    padding-top: 3px;
}

.features-block .nta-tabs.tabs-nav-active-filled .tabs-nav li.active .body-text {
    display: block;
}

.features-block .nta-tabs .nta-content--block {
    margin-top: 24px;
}

.features-block .nta-tabs .nta-content {
    background: var(--color-background-secondary);
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 24px;
}

.features-block .nta-tabs .nta-content .text-ref {
    padding: 0.5rem 1.25rem;
    background-color: rgb(0, 0, 0);
    color: rgb(0, 232, 120);
    font-size: 1rem;
    text-transform: lowercase;
}

.features-block .nta-tabs .nta-content .text-block--wrap {
    display: flex;
    width: 100%;
    padding: 1.25rem;
    background-color: #090917;
    color: rgb(237, 237, 242);
    flex-direction: row;
    gap: 20px;
}

.features-block .nta-tabs .nta-content .flex-row--20 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.features-block .nta-tabs .nta-content .text-block {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-height: 600px;
    overflow-y: auto;
    flex-direction: column;
    gap: 16px;
    padding-right: 0.5rem;
}

.features-block .nta-tabs .nta-content .text-block--right {
    display: flex;
    max-height: 600px;
    overflow-y: auto;
    flex-direction: column;
    gap: 16px;
    padding-right: 0.5rem;
    border-left: 1px solid var(--border-color);
    padding-left: 16px;
    flex: 0 0 240px;
    max-width: 240px;
}

.features-block .nta-tabs .nta-content .text-block--right .flex-col--8 {
    display: flex;
    padding-left: 0px;
    gap: 8px;
    flex-direction: column;
}

.features-block .nta-tabs .nta-content .result-text {
    padding-left: 1rem;
    border-left: 3px solid rgb(19, 239, 147);
    color: rgb(226, 253, 237);
    margin-left: 0;
    font-size: 18px;
    font-weight: 500;
}

.features-block .nta-tabs .nta-content .text-block--right .result-text {
    font-size: 15px;
}

.features-block .nta-tabs .nta-content .result-text.positive {
    border-color: rgb(19, 239, 147);
}

.features-block .nta-tabs .nta-content .result-text.positive .result {
    color: #00d16c;
}

.features-block .nta-tabs .nta-content .result-text.negative {
    border-color: #f86c6b;
}

.features-block .nta-tabs .nta-content .result-text.negative .result {
    color: #f86c6b;
}

.features-block .nta-tabs .nta-content .text-block .badge {
    border-radius: 0;
    border-left-width: 0;
    font-size: 92%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid transparent;
}

.features-block .nta-tabs .nta-content .text-block .badge-rounded {
    border-radius: 24px !important;
    border: 1px solid var(--border-color);
    background-color: var(--color-background-tertiary);
    color: #768394;
    font-size: 11px !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    padding: .75em .85em .4rem !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

.features-block .nta-tabs .nta-content .text-block .badge-rounded.negative {
    border-color: #be346d;
    background-color: #ffe5e5;
    color: #951943;
}

.features-block .nta-tabs .nta-content .text-block .badge-positive {
    background-color: transparent;
    border-color: #06be65;
    color: #fff;
}

.features-block .nta-tabs .nta-content .text-block .badge-neutral {
    background-color: transparent;
    border-color: #f09c1c;
    color: #fff;
}

.features-block .nta-tabs .nta-content .text-block .badge-negative {
    background-color: transparent;
    border-color: #f86c6b;
    color: #fff;
}

.features-block .nta-tabs .nta-content .text-block .sentiment-legend--wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.features-block .nta-tabs .nta-content .text-block .sentiment-legend {
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.features-block .nta-tabs .nta-content .text-block .sentiment-legend:not(:first-child) {
    margin-left: 1rem;
}

.features-block .nta-tabs .nta-content .text-block .legend-positive {
    border-color: #26c08a;
    color: #26c08a;
    background: #090917;
}

.features-block .nta-tabs .nta-content .text-block .legend-negative {
    border-color: #f86c6b;
    color: #f86c6b;
    background: #090917;
}

.features-block .nta-tabs .nta-content .text-block .legend-neutral {
    border-color: #f09c1c;
    color: #f09c1c;
    background: #090917;
}

.features-block .sa-content--wrapper, .features-block .dpe-content--wrapper, .features-block .ia-content--wrapper {
    padding-top: 1rem;
}

.features-block .sa-flex--row, .features-block .dpe-flex--row, .features-block .ia-flex--row {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-text-default);
    gap: 40px;
    width: 100%;
}

.features-block .sa-flex--left {
    color: var(--color-text-default);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 1.5rem;
    border-radius: 16px;
    background-color: var(--color-background-secondary);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.features-block .sa-flex--left .audio-content--box {
    border-radius: 4px;
    background-color: var(--color-background-tertiary);
    margin-bottom: 0;
    padding: 3px 15px 8px;
}

.features-block .sa-flex--left .audio-content--box:after {
    display: none;
}

.features-block .sa-flex--row .text-title, .features-block .dpe-flex--row .text-title, .features-block .ia-flex--row .text-title {
    font-size: 20px;
    line-height: 1.3;
}

.features-block .dpe-flex--row .caption, .features-block .ia-flex--row .caption {
    color: #a3afc1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
    display: block;
}

.features-block .sa-flex--left .audio-input--wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.features-block .sa-flex--left .audio-input {
    display: flex;
    gap: 10px;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    background-color: rgb(39 44 70);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.features-block .sa-flex--left .audio-input .icon-wrapper {
    display: inline-flex;
}

.features-block .sa-flex--left .run-demo--btn {
    background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) padding-box padding-box, linear-gradient(85.5deg, rgb(237 82 67) 5.66%, rgb(196 53 106) 99.14%) border-box border-box;
    color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(178, 39, 248, 0.2) 10px 0px 15px) drop-shadow(rgba(236, 4, 143, 0.2) -10px 0px 15px);
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 4px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    min-width: 0px;
    transition: unset;
    white-space: nowrap;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: fit-content;
}

.features-block .sa-flex--left .run-demo--btn:hover {
    background: linear-gradient(117.15deg, #A32B7B -7.16%, #E94057 56.41%, #F27121 119.98%);
}

.features-block .sa-flex--left .run-demo--btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    z-index: 0;
    opacity: 0;
    transition: opacity 100ms ease-in-out 0s, background-position 400ms ease-in-out 0s;
    border-radius: 4px;
    box-sizing: content-box;
    padding: 1px;
}

.features-block .sa-flex--left .run-demo--btn::before {
    background: linear-gradient(to right, rgb(237 85 62), rgb(234 67 85), rgb(209 57 99), rgb(199 53 105)) 0% 0% / 300% 100%;
}

.features-block .sa-flex--left .run-demo--btn span {
    position: relative;
    z-index: 1;
}

.features-block .sa-flex--left .post-wrapper, .features-block .ia-flex--right .post-wrapper {
    font-size: 1rem;
    max-height: 200px;
    overflow-y: auto;
}

.features-block .sa-flex--left .post, .features-block .ia-flex--right .post {
    border: 0;
    border-radius: 4px;
    background-color: var(--color-background-tertiary);
    color: #c5c8c6;
    font-family: 'CallingCode', sans-serif;
    direction: ltr;
    text-align: left;
    word-spacing: normal;
    word-break: normal;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 24px;
    margin: 0;
    overflow: auto;
    overflow-x: auto;
}

.features-block .sa-flex--left .post .code, .features-block .ia-flex--right .post .code {
    color: #E1E1E5;
    font-family: 'SFMono', monospace;
    white-space: pre-wrap;
    display: flex;
}

.features-block .sa-flex--left .post .code span {
    color: rgb(108, 233, 166);
    color: #7bdae8;
}

.features-block .sa-flex--left .post .code span.token {
    color: rgb(225, 225, 229);
    color: #0eb3a0;
}

.features-block .sa-flex--right, .features-block .dpe-flex--left, .features-block .dpe-flex--right {
    background-color: var(--color-background-secondary);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
    flex: 1 0 0px;
    padding: 1.5rem;
}

.features-block .sa-flex--right .transcribed-output--wrapper, .features-block .dpe-flex--right .extracted-output--wrapper {
    background-color: var(--color-background-tertiary);
    border-radius: 4px;
    color: rgb(225, 225, 229);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    padding: 1.25rem 1.5rem;
    height: 100%;
    max-height: 520px;
    overflow-y: auto;
    z-index: 10;
}

.features-block .dpe-flex--right .extracted-output--wrapper {
    max-height: 540px;
}

.features-block .dpe-flex--left .file-input--wrapper {
    background-color: var(--color-background-tertiary);
    border-radius: 0;
    color: rgb(225, 225, 229);
    height: 100%;
    max-height: 520px;
    overflow-y: auto;
    z-index: 10;
}

.features-block .dpe-flex--left .file-input--wrapper {
    padding: 2px;
    background-size: 100% 100%;
    background-image: url(../img/file-upload-border.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.features-block .dpe-flex--left .file-input {
    width: 100%;
    height: 510px;
    position: relative;
}

.features-block .dpe-flex--left .file-input .image-wrapper {
    height: 510px;
    width: 100%;
}

.features-block .dpe-flex--left .file-input .input-image {
    display: block;
    object-fit: contain;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.features-block .dpe-flex--right .extracted-output {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: repeat(2,1fr);
    grid-template-columns: repeat(2,1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
}

.features-block .dpe-flex--right .extracted-output .grid-item .label {
    color: var(--color-text-default);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
}

.features-block .dpe-flex--right .extracted-output .grid-item .output {
    color: white;
    width: 100%;
    cursor: pointer;
    padding: 0.5rem;
    overflow: hidden;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.2s;
    border-left: 2px solid transparent;
    white-space: nowrap;
    border-radius: 0.25rem;
    min-height: 30px;
    text-overflow: ellipsis;
}

.features-block .sa-flex--right .transcribed-data {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    align-items: center;
}

.features-block .sa-flex--right .transcribed-output {
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 1;
    transition: opacity 300ms ease-in-out 0s;
}

.features-block .sa-flex--right .transcribed-output p {
    margin-bottom: 0;
}

.features-block .ia-flex--left {
    background-color: var(--color-background-secondary);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
    flex: 1 0 0px;
    padding: 1.5rem;
    flex: 0 0 calc(60% - 20px);
    max-width: calc(60% - 20px);
}

.features-block .ia-flex--left .preview-template--wrapper {
    display: flex;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.features-block .ia-flex--left .preview-template {
    width: 100%;
    overflow: hidden;
}

.features-block .ia-flex--left .preview-template .preview-image--wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.features-block .ia-flex--left .preview-template .preview-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.features-block .ia-flex--left .preview-template .preview-image .image {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.features-block .ia-flex--right {
    background-color: var(--color-background-secondary);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
    flex: 1 0 0px;
    padding: 1.5rem;
}

.features-block .ia-flex--right .post-wrapper {
    max-height: 300px;
}

.features-block .ia-flex--right .text-block {
    display: flex;
    width: 100%;
    padding: 1.25rem;
    background-color: #090917;
    color: rgb(237, 237, 242);
    flex-direction: row;
    gap: 20px;
}

.features-block .ia-flex--right .result-text {
    padding-left: 1rem;
    border-left: 3px solid rgb(19, 239, 147);
    color: rgb(226, 253, 237);
    margin-left: 0;
    font-size: 18px;
    font-weight: 500;
}

.features-block .ia-flex--right .result-text.positive .result {
    color: #00d16c;
}

.wf-grid--container {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 2rem;
}

.wf-grid--item {
    width: 100%;
}

.wf-grid--item-2-2 {
    grid-column: span 6;
}

.wf-grid--item-3-3 {
    grid-column: span 4;
}

.wf-card {
    background-color: var(--color-background-secondary);
    border: 1px solid #1c223d;
    background-color: rgba(10,11,30,.5);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 20px;
    color: var(--color-text-default);
    display: block;
    max-width: 100%;
    height: 100%;
}

.wf-card .card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row-gap: 20px;
    padding: 2rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.wf-card .card-text {
    display: flex;
    row-gap: 0.5rem;
    flex-direction: column;
    justify-content: flex-start;
}

.wf-card .card-heading--wrapper {
    grid-column-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 20px;
    grid-auto-columns: 1fr;
    display: grid;
}

.wf-card .card-heading {
    color: var(--color-text-default);
    font-size: 18px;

    font-weight: 600;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.wf-card .card-arrow {
    opacity: 0;
    margin-top: 0;
    line-height: 1;
    transition: opacity 0.3s;
}

.wf-card:hover .card-arrow {
    opacity: 1;
    transition: opacity 0.3s;
}

.wf-card .card-copy {
    color: var(--color-text-default);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 0;
}

.wf-card .card-image--wrapper {
    line-height: 0;
    display: inherit;
    max-width: 100%;
    max-height: 100%;
}

.wf-card .card-image {
    height: auto;
    width: auto;
    max-width: inherit;
    max-height: inherit;
}

.card-2x--flex-wrap {
    grid-column-gap: 0px;
    justify-content: space-between;
    margin-bottom: 40px;
    display: flex;
}

.card-2x--flex-wrap .card-wrap {
    width: 100%;
    height: 520px;
    max-width: 560px;
    background-color: #10122a;
    border-radius: 20px;
    padding-top: 24px;
    position: relative;
}

.card-2x--flex-wrap .coming-soon--wrapper {
    margin-bottom: 32px;
    padding-left: 25px;
    display: inline-block;
    position: static;
    top: 4%;
    bottom: auto;
    left: 4%;
    right: auto;
}

.card-2x--flex-wrap .coming-soon {
    color: #fff;
    background-color: rgba(255,255,255,.1);
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    text-transform: uppercase;
}

.card-2x--flex-wrap .card-content--wrap {
    max-width: 420px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.card-2x--flex-wrap .card-title--wrap {
    height: 5.5rem;
    margin-bottom: 20px;
}

.card-2x--flex-wrap .card-title {
    color: #fff;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
}

.card-2x--flex-wrap .card-copy {
    color: rgba(255,255,255,.75);
    font-size: 16px;
    line-height: 24px;
    margin: 0 10px;
}

.card-2x--flex-wrap .card-button--wrap {
    margin-top: 24px;
}

.card-2x--flex-wrap .card-button--wrap .the__button {
    font-size: 14px;
    padding: 10px 18px;
}

.card-2x--flex-wrap .card-img {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.cwf-block {
    padding: 96px 0;
    position: relative;
}

.cwf-flex--wrap {
    grid-column-gap: 30px;
    margin-bottom: 40px;
    justify-content: space-between;
    display: flex;
}

.cwf-flex--wrap ._2x-card--wrap {
    z-index: 1;
    width: 100%;
    height: 300px;
    max-width: 660px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #161b22;;
    border: 1px solid #30363d;
    border-radius: 20px;
    padding: 32px 32px 0;
    position: relative;
    overflow: hidden;
}

.cwf-flex--wrap ._1x-card--wrap {
    width: 100%;
    height: 300px;
    max-width: 470px;
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 20px;
    padding: 32px 32px 0;
}

.cwf-flex--wrap .card-inner--wrapper {
    justify-content: space-between;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.cwf-flex--wrap .left-content--wrap {
    width: 100%;
    max-width: 200px;
}

.cwf-flex--wrap .left-content--wrap .icon-wrap {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

.cwf-flex--wrap .left-content--wrap .card-title {
    color: var(--color-text-default);
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.15px;
    margin-top: 0;
    margin-bottom: 12px;
}

.cwf-flex--wrap .left-content--wrap .card-copy {
    color: var(--color-text-body);
    font-size: 15px;
    line-height: 1.5;
}

.cwf-flex--wrap .right-list--wrap {
    width: 100%;
    max-width: 320px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 50px;
    display: flex;
}

.cwf-flex--wrap .right-list {
    height: 52px;
    grid-column-gap: 12px;
    background-color: #fff;
    border: 1px solid #e2e0e0;
    border-radius: 12px;
    align-items: center;
    padding: 12px 16px 12px 12px;
    display: flex;
    box-shadow: 0 12px 32px rgb(0 0 0 / 5%);
}

.cwf-flex--wrap .right-list--icon-wrap {
    width: 28px;
    height: 28px;
    background-color: var(--heading-color);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cwf-flex--wrap .right-list--icon-wrap img {
    width: 12px;
    height: 12px;
}

.cwf-flex--wrap .right-list--text {
    color: #8f919c;
    font-size: 15px;
    font-weight: 400;
}

.cwf-flex--wrap .right-list--title {
    color: #373847;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.cwf-flex--wrap .right-list--copy {
    color: #696c76;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 0;
}

.cwf-flex--wrap .shadow-1 {
    z-index: -1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}


/* Product */
.product-list--grid-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.product-list--grid-wrapper .bg-glow {
    position: absolute;
    width: 1000px;
    aspect-ratio: auto 1000 / 1000;
    height: 1000px;
    bottom: 60px;
    right: 200px;
}

.product-list--grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    z-index: 9;
}

.product-list--grid.grid-two {
    grid-template-columns: 1fr 1fr;
}

.product-list--grid.grid-three {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

.product-list--grid.grid-four {
    grid-template-columns: repeat(2, 1fr) 1fr;
    grid-template-rows: auto auto;
}

.product-list--grid .product-card {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #161b22;
    border: 1px solid transparent;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product-list--grid .product-card:hover {
    border-color: #30363d;
    border-color: #1f476d;
}

.product-list--grid.grid-four .product-card:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row: span 2;
}

.product-list--grid.grid-four .product-card:nth-child(4) {
    grid-column: span 2;
}

.product-list--grid .product-card .card-top {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.product-list--grid.grid-three .product-card .card-top {
    height: 320px;
}

.product-list--grid .product-card .card-top .content-wrap {
    -webkit-mask: linear-gradient(#000,#000 50%,transparent);
    mask: linear-gradient(#000,#000 50%,transparent);
    position: relative;
    height: 100%;
}

.product-list--grid .product-card .card-top .card-top--content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.5rem 1.5rem;
    position: relative;
}

.product-list--grid.grid-three .product-card .card-top .card-top--content {
    padding-bottom: 2rem;
}

.product-list--grid .product-card .card-top .ext-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.product-list--grid .product-card .card-top .ext-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px;
}

.product-list--grid .product-card .card-top .ext-grid.span-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.product-list--grid .product-card .card-top .ext-card {
    background-color: #24292F;
    border: 1px solid #444C56;
    border-radius: 6px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(29, 29, 32, 0.08) 0px 0px 0px -1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    display: flex;
    width: fit-content;
    margin-left: 48px;
    position: relative;
}

.product-list--grid .product-card .card-top .ext-card::before {
    content: '';
    background-color: #444C56;
    position: absolute;
    left: -48px;
    top: 50%;
    width: 48px;
    height: 1px;
}

.product-list--grid .product-card .card-top .ext-card .card-content {
    border-right: 1px solid #444C56;
    padding: 0.5rem;
    min-width: 84px;
}

.product-list--grid .product-card .card-top .ext-card .card-content .content-flex {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-list--grid .product-card .card-top .ext-card .card-content .ext-label {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 110%;
    margin: 0;
}

.product-list--grid .product-card .card-top .ext-card .card-content .ext-value {
    color: var(--color-text-body);
    font-size: 11px;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
}

.product-list--grid .product-card .card-top .ext-card .card-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    /* min-width: 84px; */
}

.product-list--grid .product-card .card-top .ext-card .card-action .action-button {
    background-color: #29b744;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.product-list--grid .product-card .card-top .ext-card .card-action .svg-icon {
    fill: currentColor;
    width: 12px;
    height: 14px;
}

.product-list--grid .product-card .card-top .card-response--flex {
    background-color: #21262b;
    border: 1px solid #444C56;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.product-list--grid .product-card .card-top .card-response--flex .card-response--top {
    background-color: #24292F;
    border-bottom: 1px solid #444C56;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    height: fit-content;
    padding: 1rem;
    width: 100%;
}

.product-list--grid .product-card .card-top .card-response--flex .image-text--wrapper {
    display: flex;
    gap: 0.75rem;
}

.product-list--grid .product-card .card-top .card-response--flex .image-wrapper {
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
}

.product-list--grid .product-card .card-top .card-response--flex .image-wrapper .image {
    object-fit: contain;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    overflow: hidden;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .large-text {
    font-size: 15px;
    line-height: 110%;
    margin: 0;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .body-text {
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper {
    background-color: #21262b;
    border: 1px solid #444C56;
    border-radius: 8px;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    padding: 12px 16px;
    margin: 12px 0 12px;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper .icon-wrapper {
    background-color: #fff;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-right: 12px;
    width: 40px;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper .icon-wrapper .icon {
    width: 24px;
    height: auto;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper .integration-des {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    gap: 4px;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper .integration-des .large-text {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper .integration-des .small-text {
    color: var(--color-text-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-width: 300px;
}

.product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper .action-btn {
    background-color: #6366f1;
    border: 1px solid #8c8eff;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 150%;
    padding: 0.25rem 0.5rem;
}

.product-list--grid .product-card .card-top .card-response--flex .card-response--bottom {
    padding: 1rem;
    width: 100%;
    height: fit-content;
}

.product-list--grid .product-card .card-top .card-response--flex .card-response--bottom .image-wrapper {
    background-color: #0a0a0a;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    padding: 0.25rem;
}

.product-list--grid .product-card .card-top .card-response--flex .card-response--bottom .image-wrapper .image {
    width: 1rem;
    height: auto;
}

.product-list--grid .product-card .cf-show--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
}

.product-list--grid .product-card .cf-show {
    background-image: linear-gradient(140deg, rgb(112 165 255) 0%, rgb(72 162 254) 26%, rgb(208 82 237) 39%, rgb(255, 81, 0) 50%, rgb(255, 87, 137) 61%, rgb(245, 137, 220) 74%, rgb(193, 184, 255) 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
    width: 100%;
    height: auto;
}

.product-list--grid .product-card .cf-show .main-content--wrapper {
    background-color: transparent;
    border-radius: 8px;
    padding: 0;
    width: 100%;
    height: 100%;
}

.product-list--grid .product-card .cf-show .main-content {
    background-color: #21262b;
    border: 1px solid transparent;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.product-list--grid .product-card .cf-show .main-content .content-top {
    border-bottom: 1px solid #444C56;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.product-list--grid .product-card .cf-show .main-content .content-top .content-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-text-body);
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

.product-list--grid .product-card .cf-show .main-content .content-top .content-input .action-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.product-list--grid .product-card .cf-show .main-content .content-top .content-input .action-item {
    background-color: transparent;
    color: var(--color-text-body);
    font-size: .875rem;
    line-height: 1.25rem;
    border-radius: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.75rem;
    height: 1.75rem;
}

.product-list--grid .product-card .cf-show .main-content .content-top .content-input .action-item.send-btn {
    background-color: var(--color-secondary);
    border-radius: 8px;
    color: #fff;
}

.product-list--grid .product-card .cf-show .main-content .content-top .content-input .action-item .svg-icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.product-list--grid .product-card .cf-show .main-content .content-top .content-input .action-item.send-btn .svg-icon {
    width: 1rem;
    height: 1rem;
}

.product-list--grid .product-card .cf-show .main-content .content-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.product-list--grid .product-card .cf-show .main-content .content-header {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    padding: 12px 12px;
}

.product-list--grid .product-card .cf-show .main-content .selection-dropdown {
    background-color: transparent;
    border: 1px solid #444C56;
    border-radius: 6px;
    cursor: pointer;
    padding: 4px 8px;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-duration: .25s;
}

.product-list--grid .product-card .cf-show .main-content .selection-dropdown .selection-text--wrapper {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    line-height: 1.35;
}

.product-list--grid .product-card .cf-show .main-content .selection-dropdown .selection-text--wrapper .svg-icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.product-list--grid .product-card .cf-show .main-content .selection-dropdown .selection-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 80%;
}

.product-list--grid .product-card .cf-show .main-content .selection-dropdown .dropdown-menu {
    border-radius: 8px;
    padding-top: 0.25rem;
    min-width: 8rem;
    top: 5px !important;
    left: -8px !important;
}

.product-list--grid .product-card .cf-show .main-content .selection-dropdown .dropdown-content {
    padding: 0 4px;
}

.product-list--grid .product-card .cf-show .main-content .selection-dropdown .dropdown-item {
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 8px;
    padding: 0.25rem 0.5rem;
}

.product-list--grid .product-card .cf-show--flex .connector-wrap {
    width: 100%;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.product-list--grid .product-card .cf-show--flex .connector-line {
    background-color: #444C56;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    width: 2px;
    overflow: hidden;
}

.product-list--grid .product-card .cf-show--flex .animated-line {
    background-image: linear-gradient(#ff5219, rgba(5, 193, 104, 0));
    width: 2px;
    height: 20px;
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}

.product-list--grid .product-card .cf-show--flex .connector-wrap .logo-wrapper {
    background-color: #21262b;
    border: 1px solid #444C56;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07), 0 4px 10px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .07);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 5;
}

.product-list--grid .product-card .cf-show--flex .connector-wrap .logo {
    width: 16px;
    height: 16px;
}

.product-list--grid .product-card .cf-show--flex .flow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 350px;
    position: relative;
}

.product-list--grid .product-card .cf-show--flex .flow-card {
    background-color: #21262b;
    border: 1px solid #444C56;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.5rem 0.75rem;
}

.product-list--grid .product-card .cf-show--flex .flow-text {
    color: #fff;
    font-size: 13px;
    font-family: 'Geist Mono', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.product-list--grid .product-card .cf-show--flex .flow-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.product-list--grid .product-card .card-top .bo-chat--card {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    overflow: visible;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-top {
    padding: 26px 12px;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-chat {
    background-color: #24292F;
    border: 1px solid #444C56;
    border-radius: 8px;
    outline: 2px solid rgba(89, 81, 255, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 12px;
    position: relative;
    animation: 4s ease 0s infinite normal none running pulsing;
}

@keyframes pulsing {
    0% {
        outline-width: 4px;
    }
    50% {
        outline-width: 12px;
    }
    100% {
        outline-width: 4px;
    }   
}

.product-list--grid .product-card .card-top .bo-chat--card .content-chat .chat-input {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    gap: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-chat .icon-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-chat .icon-wrapper .blinking-icon {
    opacity: 0;
    position: absolute;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-chat .icon-wrapper .blinking-icon.top {
    top: 0px;
    right: 0px;
    animation: 2s ease 0s infinite normal none running blinker;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-chat .icon-wrapper .blinking-icon.bottom {
    animation: 2s ease 0.8s infinite normal none running blinker;
    bottom: 0px;
    left: 0px;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.product-list--grid .product-card .card-top .bo-chat--card .content-chat .chat-button {
    background-color: #5951ff;
    border: none;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(129, 140, 248) 0px 1px 1px 0px inset, rgba(49, 46, 129, 0.4) 0px 1px 3px 0px, rgba(67, 56, 202, 0.6) 0px 0px 0px 1px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    padding: 0.425rem 0.65rem;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-tabs--wrapper {
    width: 100%;
    height: 76%;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    position: relative;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-tabs--top {
    z-index: 20;
    background-color: transparent;
    border-bottom: 1px solid #444C56;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-tabs--top .small-text {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-tabs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin: 0;
    display: flex;
    border: none;
}

.product-list--grid .product-card .card-top .bo-chat--card .content-tabs .tab-item {
    color: rgba(0, 0, 0, .6);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.product-list--grid .product-card .card-top .chat-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.product-list--grid .product-card .card-top .chat-item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
}

.product-list--grid .product-card .card-top .chat-item.response {
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
}

.product-list--grid .product-card .card-top .chat-item .user-details {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-list--grid .product-card .card-top .chat-item .user-details .dc-icon--wrapper {
    background-color: #7b6aef;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
}

.product-list--grid .product-card .card-top .chat-item .user-details .dc-icon--wrapper .svg-icon {
    width: 16px;
    height: auto;
    fill: currentColor;
}

.product-list--grid .product-card .card-top .chat-item .user-details .dc-icon {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 11.5px;
    text-decoration: none;
    display: flex;
}

.product-list--grid .product-card .card-top .chat-item .user-details .user-image {
    box-shadow: none;
    object-fit: cover;
    border-radius: 9999px;
    margin-bottom: 0;
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.product-list--grid .product-card .card-top .chat-item .user-details .user-info--flex {
    grid-column-gap: 6px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.product-list--grid .product-card .card-top .chat-item .user-details .user-info {
    color: var(--color-text-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    text-decoration: none;
}

.product-list--grid .product-card .card-top .chat-item .user-details .ai-badge {
    background-color: #efeff1;
    border-radius: 2px;
    display: flex;
    font-size: 10px;
    line-height: 140%;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 13px;
    text-decoration: none;
}

.product-list--grid .product-card .card-top .chat-item .chat-card {
    background-color: #21262b;
    border: 1px solid #444C56;
    border-radius: 6px;
    /* border-bottom-right-radius: 0; */
    color: #fff;
    padding: 0.5rem .75rem;
    max-width: 290px;
    overflow: auto;
    text-align: right;
}

.product-list--grid .product-card .card-top .chat-item.response .chat-card {
    border-radius: 6px;
    /* border-bottom-left-radius: 0; */
    text-align: left;
}

.product-list--grid .product-card .card-top .chat-item .chat-text {
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.product-list--grid .product-card .card-top .chat-item .audio-ref--wrapper {
    border-top: 1px solid #444C56;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 6px;
    margin-top: 10px;
    width: 100%;
}

.product-list--grid .product-card .card-top .chat-item .audio-ref--header {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    display: flex;
}

.product-list--grid .product-card .card-top .chat-item .audio-ref--source {
    grid-column-gap: 8px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 20px;
    display: flex;
}

.product-list--grid .product-card .card-top .chat-item .audio-ref--rating {
    grid-column-gap: 6px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.product-list--grid .product-card .card-top .chat-item .audio-ref--rating .rating-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

.product-list--grid .product-card .card-top .chat-item .audio-ref {
    color: #e4f222;
    color: #ff94cd;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-list--grid .product-card .card-top .chat-item .audio-ref .svg-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.product-list--grid .product-card .card-top .card-top--flex-row {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.product-list--grid .product-card .card-top .sample-invoice--wrapper {
    position: relative;
    z-index: 1;
}

.product-list--grid .product-card .card-top .sample-invoice--bg {
    background-color: #24292F;
    border: 1px solid #444C56;
    border-radius: 4px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(29, 29, 32, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    width: 228px;
    height: 178px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

.product-list--grid .product-card .card-top .sample-invoice--bg.top-1 {
    top: -9px;
    width: 212px;
    height: 178px;
}

.product-list--grid .product-card .card-top .sample-invoice {
    background-color: #24292F;
    border: 1px solid #444C56;
    border-radius: 4px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(29, 29, 32, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    color: #fff;
    font-size: 9px;
    line-height: 1rem;
    width: 245px;
    height: 215px;
    padding: 12px 16px;
    position: relative;
    z-index: 10;
    top: 9px;
}

.product-list--grid .product-card .card-top .sample-invoice:before {
    background-color: #6366f1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
}

.product-list--grid .product-card .card-top .sample-invoice .top-content {
    display: flex;
    justify-content: space-between;
}

.product-list--grid .product-card .card-top .sample-invoice .left-content .header-text {
    color: var(--color-text-body);
}

.product-list--grid .product-card .card-top .sample-invoice .left-content .body-text {
    line-height: 14px;
}

.product-list--grid .product-card .card-top .sample-invoice .right-content .header-text {
    color: #fff;
    font-weight: 500;
    text-align: right;
}

.product-list--grid .product-card .card-top .sample-invoice .right-content .svg-icon {
    margin-top: 12px;
}

.product-list--grid .product-card .card-top .sample-invoice .bottom-content {
    margin-top: 14px;
}

.product-list--grid .product-card .card-top .sample-invoice .bottom-content .header-text, .product-list--grid .product-card .card-top .sample-invoice .bottom-content .content-item {
    border-bottom: 1px solid #444C56;
    color: #fff;
    font-weight: 500;
    padding: 0.25rem 0;
}

.product-list--grid .product-card .card-top .sample-invoice .bottom-content .content-item {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}

.product-list--grid .product-card .card-top .recon-table--wrapper {
    background-color: #21262b;
    border-left: 1px solid #444C56;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(29, 29, 32, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    min-width: 464px;
    padding: 1rem 1rem;
    padding-bottom: 0.5rem;
    padding-right: 0;
}

.product-list--grid .product-card .card-top .recon-table {
    border: 0;
    border-radius: 8px;
    border-collapse: inherit;
}

.product-list--grid .product-card .card-top .recon-table th, .product-list--grid .product-card .card-top .recon-table td {
    font-weight: 400;
    padding: 0.375rem;
    text-align: left;
}

.product-list--grid .product-card .card-top .recon-table thead tr {
    border-bottom: 1px solid #444C56;
}

.product-list--grid .product-card .card-top .recon-table tr {
    color: #fff;
    font-size: .75rem;
    line-height: 1rem;
}

.product-list--grid .product-card .card-top .recon-table th, .product-list--grid .product-card .card-top .recon-table td {
    border-right: 0;
}

.product-list--grid .product-card .card-top .recon-table .check-box-w-label {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    height: 2.1rem;
}

.product-list--grid .product-card .card-top .recon-table .check-box--btn {
    background-color: transparent;
    border: 1px solid #444C56;
    border-radius: 0.25rem;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(58, 58, 64, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
}

.product-list--grid .product-card .card-top .recon-table .check-box--btn .svg-icon {
    opacity: 0;
}

.product-list--grid .product-card .card-top .recon-table .check-box--btn.checked {
    background-color: #6366f1;
    border-color: #6366f1;
}

.product-list--grid .product-card .card-top .recon-table .check-box--btn.checked .svg-icon {
    opacity: 1;
}

.product-list--grid .product-card .card-top .recon-table .status-icon.exception {
    color: #fd5d94;
}

.product-list--grid .product-card .card-top .recon-table .status-icon.matched {
    color: #08b965;
}

.product-list--grid .product-card .card-top .recon-table .status-icon .svg-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.product-list--grid .product-card .card-top .floating-table--actions {
    background-color: #24292F;
    border: 1px solid #444C56;
    border-radius: 6px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(29, 29, 32, 0.08) 0px 0px 0px -1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    color: #fff;
    display: flex;
    font-size: .8rem;
    line-height: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    position: absolute;
    bottom: 86px;
    left: 0;
    right: 0;
    z-index: 10;
}

.product-list--grid .product-card .card-top .floating-table--actions .left-content {
    border-right: 1px solid #444C56;
    padding: 0.75rem;
    min-width: 84px;
}

.product-list--grid .product-card .card-top .floating-table--actions .right-content {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
}

.product-list--grid .product-card .card-top .floating-table--actions .right-content .action-btn {
    background-color: transparent;
    border: 1px solid #444C56;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.product-list--grid .product-card .card-top .floating-table--actions .right-content .action-btn.filled {
    border-color: #6366f1;
    background-color: #6366f1;
}

.product-list--grid .product-card .card-bottom {
    padding: 0 30px 30px;
}

.product-list--grid .product-card .card-bottom .heading-tag {
    color: #e5e7eb;
    font-size: 0.7rem;
    line-height: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.product-list--grid .product-card .card-bottom .large-text, .product-list--grid .product-card .content-flex--two .left-content .large-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}

.product-list--grid .product-card .card-bottom .small-text, .product-list--grid .product-card .content-flex--two .left-content .small-text {
    color: var(--color-text-body);
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 0;
}

.product-list--grid .product-card .content-flex--two {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px;
}

.product-list--grid .product-card .content-flex--two .left-content {
    width: 100%;
    max-width: 350px;
}

.product-list--grid .product-card .shadow-1 {
    z-index: -1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.product-box--grid {
    height: 605px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.product-box--grid.lower-grid {
    height: 510px;
}

.product-box--grid .product-box--card {
    border-radius: 16px;
    background: rgba(226, 232, 255, .01);
    padding: 6px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-box--grid .product-box--card.card-1 {
    grid-column: span 7;
}

.product-box--grid .product-box--card.card-2 {
    grid-column: span 5;
}

.product-box--grid .product-box--card:before {
    border: 1px solid rgba(226, 232, 255, .1);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: inherit;
    pointer-events: none;
}

.product-box--grid .product-box--card .card-heading {
    padding: 22px 26px;
}

.product-box--grid .product-box--card .card-lower {
    position: relative;
}

.product-box--grid .product-box--card .card-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
}

.product-box--grid .product-box--card .card-title {
    color: #e2e8ff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px;
}

.product-box--grid .product-box--card .card-desc {
    color: #e2e8ff8c;
    font-size: 16px;
    line-height: 24px;
    max-width: 400px;
}

.product-box--grid .card-box {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product-box--grid .card-box:before {
    border: 1px solid rgba(226, 232, 255, .1);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
    z-index: 4;
}

.product-box--grid .card-box:after {
    border-radius: inherit;
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: 0 -28px 84px -24px #e2e8ff1f inset;
    background: radial-gradient(103.78% 100% at 50% 0%, rgba(118, 146, 255, 0) 80.55%, rgba(122, 150, 255, .04) 100%), radial-gradient(120.05% 100% at 50% 0%, rgba(226, 232, 255, 0) 33.78%, rgba(226, 232, 255, .08) 100%), rgba(226, 232, 255, .01);
}

.product-box--grid .card-box .bo-box {
    height: 408px;
}

.product-box--grid .card-box .bo-box--messages {
    padding: 22px 26px;
    height: 100%;
    -webkit-mask-image: linear-gradient(to bottom, rgba(217, 217, 217, 0) 0%, #d9d9d9 10.34%, #d9d9d9 25%, #d9d9d9 50%, #d9d9d9 71.87%, rgba(217, 217, 217, 0) 88.94%);
    mask-image: linear-gradient(to bottom, rgba(217, 217, 217, 0) 0%, #d9d9d9 10.34%, #d9d9d9 25%, #d9d9d9 50%, #d9d9d9 71.87%, rgba(217, 217, 217, 0) 88.94%);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: var(--scroll-thumb) transparent;
}

.product-box--grid .card-box .bo-box--messages::-webkit-scrollbar {
    width: 8px;
}

.product-box--grid .card-box .bo-box--messages::-webkit-scrollbar-track {
    background: transparent;
}

.product-box--grid .card-box .bo-box--messages::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.product-box--grid .card-box .bo-box--messages::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.product-box--grid .card-box .bo-box--messages .messages-body {
    padding-bottom: 32px;
}

.product-box--grid .card-box .bo-box--messages .messages-body .message {
    display: flex;
}

.product-box--grid .card-box .bo-box--messages .messages-body>div {
    transform: translateY(30px);
    opacity: 0;
    animation: message-appear .8s cubic-bezier(.6,.6,0,1) forwards;
    margin-bottom: 16px;
}

@keyframes message-appear {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.product-box--grid .card-box .bo-box--messages .message-avatar, .product-box--grid .card-box .bo-box--messages .bo-icon--wrapper {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 10px;
    min-width: 24px;
}

.product-box--grid .card-box .bo-box--messages .bo-icon--wrapper {
    background-color: #0a0a0a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box--grid .card-box .bo-box--messages .bo-icon--wrapper .bo-icon {
    width: 1rem;
    height: auto;
    object-fit: contain;
}

.product-box--grid .card-box .bo-box--messages .message-avatar .avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.product-box--grid .card-box .bo-box--messages .message-body {
    flex: 1;
}

.product-box--grid .card-box .bo-box--messages .message-heading {
    display: flex;
    margin-bottom: 4px;
}

.product-box--grid .card-box .bo-box--messages .message-name, .product-box--grid .card-box .bo-box--messages .message-content {
    font-size: 14px;
    line-height: 20px;
}

.product-box--grid .card-box .bo-box--messages .message-name {
    color: #e2e8ff;
    font-weight: 500;
}

.product-box--grid .card-box .bo-box--messages .message-date {
    color: #e2e8ff52;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    margin-left: 4px;
}

.product-box--grid .card-box .bo-box--messages .message-content {
    color: #e2e8ffcc;
    word-wrap: break-word;
    max-width: 550px;
}

.product-box--grid .card-box .bo-box--messages .message-integration {
    border: 1px solid rgba(226,232,255,.1);
    border-radius: 12px;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    padding: 12px 16px;
    margin: 12px 0 8px;
}

.product-box--grid .card-box .bo-box--messages .message-integration .icon-wrapper {
    background-color: #101010;
    border: 1px solid rgba(226,232,255,.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-right: 12px;
    width: 36px;
    min-width: 36px;
}

.product-box--grid .card-box .bo-box--messages .message-integration .icon {
    width: 16px;
    height: auto;
}

.product-box--grid .card-box .bo-box--messages .message-integration .text-wrapper {
    font-size: 13px;
    line-height: 18px;
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
}

.product-box--grid .card-box .bo-box--messages .message-integration .text-wrapper .label-title {
    color: rgb(226 232 255 / 60%);
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.product-box--grid .card-box .bo-box--messages .message-integration .text-wrapper .label-desc {
    color: rgb(226 232 255 / 60%);
}

.product-box--grid .card-box .bo-box--messages .message-integration .action-btn {
    background-color: #188d1d;
    border: 1px solid rgba(226, 232, 255, .1);
    color: #f9f9f9;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 6px;
    padding: 0.3rem 0.5rem;
}

.product-box--grid .card-box .bo-box--input {
    position: absolute;
    width: calc(100% - 20px);
    height: 42px;
    bottom: 10px;
    left: 10px;
    border-radius: 4px;
    background: rgba(226, 232, 255, .04);
    display: flex;
    align-items: center;
    padding: 0 7px;
    transition: transform .45s cubic-bezier(.6,.6,0,1), opacity .45s cubic-bezier(.6,.6,0,1);
    transition-delay: 1s;
}

.product-box--grid .card-box .bo-box--input:before {
    border: 1px solid rgba(226, 232, 255, .1);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
}

.product-box--grid .card-box .bo-box--input input {
    background-color: transparent;
    border: 0;
    color: #e2e8ffb3;
    font-size: 14px;
    line-height: 24px;
    padding: 7px;
    flex: 1;
    outline: 0;
    box-shadow: none;
}

#bo-typing-input.typing {
    caret-color: #fff;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
}

#bo-typing-input {
    transition: all 0.2s ease;
}

.product-box--grid .card-tabs {
    display: flex;
    padding: 0 10px;
    position: relative;
    z-index: 3;
}

.product-box--grid .card-tabs .nav-tabs {
    border: 0;
}

.product-box--grid .card-tabs .nav-tabs .nav-link {
    border: 0;
    color: #e2e8ffbf;
    font-size: 14px;
    line-height: 20px;
    width: 72px;
    height: 44px;
    padding: 0;
    position: relative;
}

.product-box--grid .card-tabs .nav-tabs li.active .nav-link {
    width: 166px;
}

.product-box--grid .card-tabs .nav-tabs li.active .nav-link, .product-box--grid .card-tabs .nav-tabs li.active .nav-link:hover, .product-box--grid .card-tabs .nav-tabs li.active .nav-link:focus, .product-box--grid .card-tabs .nav-tabs .nav-link:hover, .product-box--grid .card-tabs .nav-tabs .nav-link:focus {
    background: none;
    border: 0;
    color: #e2e8ff;
}

.product-box--grid .card-tabs .nav-tabs .nav-link .nav-item--content {
    display: flex;
    align-items: center;
    top: calc(50% - 10px);
    left: 50%;
    position: absolute;
    transform: translate(-10px);
    transition: transform .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-tabs .nav-tabs li.active .nav-link .nav-item--content {
    transform: translate(-50%);
}

.product-box--grid .card-tabs .nav-tabs .nav-link .nav-item--content .tab-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.product-box--grid .card-tabs .nav-tabs .nav-link .nav-item--content span {
    opacity: 0;
    transform: translate(-10px);
    margin-left: 6px;
    transition: opacity .45s cubic-bezier(.6,.6,0,1), transform .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-tabs .nav-tabs li.active .nav-link .nav-item--content span {
    opacity: 1;
    transform: translate(0);
}

.product-box--grid .card-box .bo-box.tab-content {
    font-size: 13px;
    line-height: 18px;
    height: 365px;
    padding: 8px;
}

.product-box--grid .card-box .bo-box.tab-content .box-badge--wrapper {
    display: flex;
    padding: 6px;
    gap: 6px;
}

.product-box--grid .card-box .bo-box.tab-content .box-badge {
    background: rgba(53, 244, 9, .21);
    border-radius: 4px;
    color: #e2e8ff8c;
    padding: 4px 8px;
    transition: opacity .45s cubic-bezier(.6,.6,0,1), transform .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-box .bo-box.tab-content .box-search {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(226, 232, 255, .08);
    box-shadow: none;
    color: #e2e8ffbf;
    outline: 0;
    padding: 12px 8px;
    width: 100%;
}

.product-box--grid .card-box .bo-box.tab-content .box-items {
    position: relative;
    padding-top: 6px;
}

.product-box--grid .card-box .bo-box.tab-content .box-items:before {
    transform: translateY(var(--background-top));
    width: 100%;
    height: 36px;
    position: absolute;
    content: "";
    background-color: #e2e8ff0f;
    border-radius: 8px;
    top: 0;
    left: 0;
    transition: transform .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-box .bo-box.tab-content .box-items .box-item {
    color: #e2e8ffbf;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 36px;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: background-color .45s cubic-bezier(.6,.6,0,1), height .45s cubic-bezier(.6,.6,0,1), opacity .45s cubic-bezier(.6,.6,0,1), transform .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-box .bo-box.tab-content .box-items .box-item.active {
    color: #fff;
}

.product-box--grid .card-box .bo-box.tab-content .box-items .item-separator {
    color: #e2e8ff8c;
    height: 28px;
    padding: 0 10px;
    pointer-events: none;
}

.product-box--grid .card-box .bo-box.tab-content .box-items svg {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.product-box--grid .card-box .bo-box.tab-content .box-items .box-item--label {
    font-size: 14px;
    flex: 1;
}

.product-box--grid .card-box .bo-box.tab-content .box-items .box-item.active .box-item--label {
    font-weight: 500;
}

.product-box--grid .card-boxed--tabs {
    border-radius: 12px 12px 6px 6px;
    background: rgba(226, 232, 255, .01);
    box-shadow: 0 -12px 36px #e2e8ff14 inset;
    display: flex;
    padding: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    z-index: 3;
}

.product-box--grid .card-boxed--tabs::before {
    border: 1px solid rgba(226, 232, 255, .08);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
}

.product-box--grid .card-boxed--tabs .tabs-background {
    height: 56px;
    width: 94px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-boxed--tabs .tabs-background {
    top: 3px;
    transform: translate(calc(var(--active-index)* 94px));
}

.product-box--grid .card-boxed--tabs .tabs-background::before {
    content: "";
    background: radial-gradient(25% 50% at 50% 100%,rgba(226,232,255,.16) 0%,rgba(226,232,255,0) 100%);
    filter: blur(5px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    transition: opacity .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-boxed--tabs .tabs-background::after {
    height: 1px;
    content: "";
    position: absolute;
    width: 80%;
    bottom: 3px;
    left: 10%;
    opacity: .32;
    background: linear-gradient(to right, rgba(5, 5, 30, 0), #e2e8ff, rgba(5, 5, 30, 0));
    transition: opacity .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-boxed--tabs .tabs-item {
    color: #e2e8ffbf;
    font-size: 14px;
    line-height: 20px;
    width: 94px;
    height: 56px;
    position: relative;
    cursor: pointer;
    transition: width .45s cubic-bezier(.6,.6,0,1), color .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .card-boxed--tabs .tabs-item--content {
    display: flex;
    align-items: center;
    top: calc(50% - 10px);
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    transition: transform .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .tab-content--popup {
    position: absolute;
    left: 0;
    top: 66px;
    border-radius: 8px;
    padding: 16px 0;
    background: rgba(226, 232, 255, .01);
    box-shadow: 0 -12px 20px #e2e8ff1f inset;
    transition: transform .45s cubic-bezier(.6,.6,0,1), width .45s cubic-bezier(.6,.6,0,1), height .45s cubic-bezier(.6,.6,0,1);
    isolation: isolate;
    overflow: hidden;
    transition-duration: .7s;
}

.product-box--grid .tab-content--popup::before {
    border: 1px solid rgba(226, 232, 255, .12);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
}

.product-box--grid .tab-content--products {
    transform: translate(8px);
    width: 350px;
    height: 210px;
    --active-index: 0;
}

.product-box--grid .tab-content--conversation {
    transform: translate(59px);
    width: 350px;
    height: 240px;
    --active-index: 1;
}

.product-box--grid .tab-content--leads {
    transform: translate(70px);
    width: 350px;
    height: 210px;
    --active-index: 2;
}

.product-box--grid .tab-content--ticket {
    transform: translate(130px);
    width: 350px;
    height: 240px;
    --active-index: 3;
}

.product-box--grid .tab-content--payment {
    transform: translate(160px);
    width: 350px;
    height: 240px;
    --active-index: 4;
}

.product-box--grid .tab-content--popup .popup-title, .product-box--grid .tab-content--popup .popup-content {
    font-size: 14px;
    line-height: 20px;
    transform: translate(calc(var(--active-index)* -240px));
}

.product-box--grid .tab-content--popup .popup-title {
    color: #e2e8ff;
    display: flex;
    font-weight: 500;
    transition: .4s cubic-bezier(.6,.6,0,1) transform;
}

.product-box--grid .tab-content--popup .popup-content {
    transition: .5s cubic-bezier(.6,.6,0,1) transform;
    color: #e2e8ff8c;
    display: flex;
}

.product-box--grid .tab-content--popup .popup-title {
    transform: translate(calc(var(--active-index)* -240px));
}

.product-box--grid .tab-content--popup .popup-content {
    transform: translate(calc(var(--active-index)* -350px));
}

.product-box--grid .tab-content--popup .popup-divider {
    background-color: #e2e8ff14;
    height: 1px;
    margin: 12px 16px 16px;
}

.product-box--grid .tab-content--popup .popup-title--item, .product-box--grid .tab-content--popup .popup-content--item {
    min-width: 240px;
    padding: 0 16px;
}

.product-box--grid .tab-content--popup .popup-title--item, .product-box--grid .tab-content--popup .popup-content--item {
    opacity: 0;
    transform: translate(-10px);
    transition: transform .45s cubic-bezier(.6,.6,0,1), opacity .45s cubic-bezier(.6,.6,0,1);
}

.product-box--grid .tab-content--products .popup-title--item:nth-child(1), .product-box--grid .tab-content--products .popup-content--item:nth-child(1) {
    opacity: 1;
    transform: translate(0);
}

.product-box--grid .tab-content--conversation .popup-title--item:nth-child(2), .product-box--grid .tab-content--conversation .popup-content--item:nth-child(2) {
    opacity: 1;
    transform: translate(0);
}

.product-box--grid .tab-content--leads .popup-title--item:nth-child(3), .product-box--grid .tab-content--leads .popup-content--item:nth-child(3) {
    opacity: 1;
    transform: translate(0);
}

.product-box--grid .tab-content--ticket .popup-title--item:nth-child(4), .product-box--grid .tab-content--ticket .popup-content--item:nth-child(4) {
    opacity: 1;
    transform: translate(0);
}

.product-box--grid .tab-content--payment .popup-title--item:nth-child(5), .product-box--grid .tab-content--payment .popup-content--item:nth-child(5) {
    opacity: 1;
    transform: translate(0);
}

.product-box--grid .tab-content--popup .popup-content--item {
    width: 100%;
    min-width: 350px;
}

.product-box--grid .popup-content .popup-content--item .product-lists, .product-box--grid .popup-content .popup-content--item .lead-lists, .product-box--grid .popup-content .popup-content--item .ticket-lists, .product-box--grid .popup-content .popup-content--item .payment-lists {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-box--grid .popup-content .popup-content--item .product-row, .product-box--grid .popup-content .popup-content--item .lead-row, .product-box--grid .popup-content .popup-content--item .ticket-row, .product-box--grid .popup-content .popup-content--item .payment-row {
    border-bottom: 1px solid #e2e8ff14;
    color: #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding-bottom: 12px;
}

.product-box--grid .popup-content .popup-content--item .product-row:last-child, .product-box--grid .popup-content .popup-content--item .lead-row:last-child, .product-box--grid .popup-content .popup-content--item .ticket-row:last-child, .product-box--grid .popup-content .popup-content--item .payment-row:last-child {
    border: 0;
}

.product-box--grid .popup-content .popup-content--item .product-row .pr-icon--text, .product-box--grid .popup-content .popup-content--item .lead-row .lr-icon--text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-box--grid .popup-content .popup-content--item .product-row .pr-icon--text .pr-icon, .product-box--grid .popup-content .popup-content--item .lead-row .lr-icon--text .lr-icon {
    border: 1px solid rgba(226, 232, 255, .12);
    border-radius: 8px;
    color: #898d9e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.product-box--grid .popup-content .popup-content--item .product-row .pr-icon--text .pr-title, .product-box--grid .popup-content .popup-content--item .product-row .pr-price, .product-box--grid .popup-content .popup-content--item .lead-row .lr-icon--text .lead-name, .product-box--grid .popup-content .popup-content--item .ticket-row .tr-text--wrapper .ticket-issue, .product-box--grid .popup-content .popup-content--item .payment-row .pr-text--wrapper .payment-amount {
    color: #e2e8ff;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}

.product-box--grid .popup-content .popup-content--item .message-lists {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-box--grid .popup-content .popup-content--item .message-row {
    color: #dbdbdb;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-box--grid .popup-content .popup-content--item .message-row .message-heading {
    display: flex;
    gap: 4px;
}

.product-box--grid .popup-content .popup-content--item .message-row .message-name, .product-box--grid .popup-content .popup-content--item .message-row .message-content {
    color: #e2e8ffcc;
    font-size: 14px;
    line-height: 20px;
}

.product-box--grid .popup-content .popup-content--item .message-row .message-name {
    color: #e2e8ff;
    font-weight: 500;
}

.product-box--grid .popup-content .popup-content--item .message-row .message-time, .product-box--grid .popup-content .popup-content--item .ticket-row .tr-text--wrapper .ticket-number, .product-box--grid .popup-content .popup-content--item .payment-row .pr-text--wrapper .payment-date {
    color: #e2e8ff52;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
}

.product-box--grid .popup-content .popup-content--item .lead-row .lead-stage, .product-box--grid .popup-content .popup-content--item .ticket-row .ticket-status, .product-box--grid .popup-content .popup-content--item .payment-row .payment-status {
    background-color: transparent;
    border: 1px solid #7858ac;
    border-radius: 12px;
    color: #ad7cff;
    font-size: 11px;
    line-height: 1rem;
    padding: 2px 8px;
}

.product-box--grid .popup-content .popup-content--item .lead-row .lead-stage.qualified {
    border-color: #04AFFF;
    color: #04AFFF;
}

.product-box--grid .popup-content .popup-content--item .lead-row .lead-stage.won {
    border-color: #00d16c;
    color: #00d16c;
}

.product-box--grid .popup-content .popup-content--item .ticket-row .tr-text--wrapper, .product-box--grid .popup-content .popup-content--item .payment-row .pr-text--wrapper {
    display: flex;
    flex-direction: column;
}

.product-box--grid .popup-content .popup-content--item .ticket-row .tr-text--wrapper .ticket-number, .product-box--grid .popup-content .popup-content--item .payment-row .pr-text--wrapper .payment-date {
    color: #9398ad;
}

.product-box--grid .popup-content .popup-content--item .ticket-row .ticket-status.open {
    border-color: #0476ab;
    color: #04AFFF;
}

.product-box--grid .popup-content .popup-content--item .ticket-row .ticket-status.in-progress, .product-box--grid .popup-content .popup-content--item .payment-row .payment-status.pending {
    border-color: #a17327;
    color: #e5b15a;
}

.product-box--grid .popup-content .popup-content--item .ticket-row .ticket-status.resolved, .product-box--grid .popup-content .popup-content--item .payment-row .payment-status.success {
    border-color: #029950;
    color: #00d16c;
}

.product-box--grid .popup-content .popup-content--item .payment-row .payment-status.failed {
    border-color: #a02d3c;
    color: #dc475a;
}

.product-box--grid .card-box .aas-box {
    height: 300px;
}

.product-box--grid .aas-box .aas-box--circles {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .32;
    bottom: 115px;
}

.product-box--grid .aas-box .aas-box--circles-gradient {
    animation: box-circles-cycles 10s linear infinite;
}

@keyframes box-circles-cycles {
    0% {
        opacity: .32;
        transform: translateZ(0) rotate(0);
    }

    50% {
        opacity: 1;
        transform: translateZ(0) rotate(.5turn);
    }
    100% {
        opacity: .32;
        transform: translateZ(0) rotate(1turn);
    }
}

.product-box--grid .aas-box .aas-box--circles div {
    position: absolute;
    border-radius: 50%;
}

.product-box--grid .aas-box .aas-box--circles div:before {
    background: rgba(226, 232, 255, .1);
    border-radius: inherit;
    content: "";
    inset: 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;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.product-box--grid .aas-box .aas-box--circles-gradient div:before {
    background: conic-gradient(rgba(109, 46, 255, 0) 6.7%, rgba(0, 149, 255, 0.35) 20.8%, rgba(0, 185, 255, 0.7) 34.9%, #4fd1ff 49.99%, rgba(255, 189, 122, 0) 50%);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(1) {
    width: 396px;
    height: 396px;
    top: calc(50% - 198px);
    left: calc(50% - 198px);
    transform: rotate(0);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(2) {
    width: 428px;
    height: 428px;
    top: calc(50% - 214px);
    left: calc(50% - 214px);
    transform: rotate(-18deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(3) {
    width: 460px;
    height: 460px;
    top: calc(50% - 230px);
    left: calc(50% - 230px);
    transform: rotate(-35deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(4) {
    width: 492px;
    height: 492px;
    top: calc(50% - 246px);
    left: calc(50% - 246px);
    transform: rotate(-52deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(5) {
    width: 524px;
    height: 524px;
    top: calc(50% - 262px);
    left: calc(50% - 262px);
    transform: rotate(-68deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(6) {
    width: 556px;
    height: 556px;
    top: calc(50% - 278px);
    left: calc(50% - 278px);
    transform: rotate(-84deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(7) {
    width: 588px;
    height: 588px;
    top: calc(50% - 294px);
    left: calc(50% - 294px);
    transform: rotate(-99deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(8) {
    width: 620px;
    height: 620px;
    top: calc(50% - 310px);
    left: calc(50% - 310px);
    transform: rotate(-115deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(9) {
    width: 652px;
    height: 652px;
    top: calc(50% - 326px);
    left: calc(50% - 326px);
    transform: rotate(-131deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(10) {
    width: 684px;
    height: 684px;
    top: calc(50% - 342px);
    left: calc(50% - 342px);
    transform: rotate(-146deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(11) {
    width: 716px;
    height: 716px;
    top: calc(50% - 358px);
    left: calc(50% - 358px);
    transform: rotate(-161deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(12) {
    width: 748px;
    height: 748px;
    top: calc(50% - 374px);
    left: calc(50% - 374px);
    transform: rotate(-176deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(13) {
    width: 780px;
    height: 780px;
    top: calc(50% - 390px);
    left: calc(50% - 390px);
    transform: rotate(-191deg);
}

.product-box--grid .aas-box .aas-box--circles div:nth-child(14) {
    width: 812px;
    height: 812px;
    top: calc(50% - 406px);
    left: calc(50% - 406px);
    transform: rotate(-216deg);
}

.product-box--grid .aas-box .aas-box--card {
    padding: 16px 20px;
    position: absolute;
    border-radius: 10px;
    background: radial-gradient(120.05% 100% at 50% 0%, rgba(226, 232, 255, 0) 33.78%, rgba(226, 232, 255, .04) 100%), rgba(226, 232, 255, .01);
    box-shadow: 0 -28px 84px -24px #e2e8ff1f inset;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-box--grid .aas-box .aas-box--card:before {
    border: 1px solid rgba(226, 232, 255, .1);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
}

.product-box--grid .aas-box .aas-box--card:nth-child(1) {
    width: 456px;
    height: 198px;
}

.product-box--grid .aas-box .aas-box--card:nth-child(2) {
    width: 420px;
    height: 226px;
}

.product-box--grid .aas-box .aas-box--card:nth-child(3) {
    width: 384px;
}

.product-box--grid .aas-box .aas-box--card .card-body--title, .product-box--grid .aas-box .aas-box--card .card-body--item {
    font-size: 14px;
    line-height: 20px;
}

.product-box--grid .aas-box .aas-box--card .card-body--item {
    color: #e2e8ff;
    display: flex;
    gap: 8px;
    padding: 12px 0;
} 

.product-box--grid .aas-box .aas-box--card .card-body--item:not(:last-child) {
    border-bottom: 1px solid rgba(226, 232, 255, .08);
}

.product-box--grid .aas-box .aas-box--card .card-body--item-label {
    flex: 1;
}

.product-box--grid .aas-box .aas-box--card .card-body--item-detail {
    color: #e2e8ff;
}

.product-box--grid .aas-box .aas-box--card .disclaimer-text {
    color: #d6dae8;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 10px;
}

.product-box--grid .aas-box .aas-box--card .disclaimer-text .svg-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 2px;
}


/* Use Cases */
.use-cases {
    padding: 120px 0;
    background-color: var(--color-background-tertiary);
}

.use-cases--copy .small-title {
    color: var(--color-text-body);
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
    margin-top: 14px;
    margin-bottom: 10px;
}

.use-cases--copy h3 {
    color: #fff;
    font-size: 40px;

    font-weight: 500;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 48px;
    width: 550px;
}

.use-cases--copy .body-text {
    font-size: 17px;
    line-height: 1.5;
    color: #aebbc8;
    margin-bottom: 35px;
    width: 550px;
}

.bullet-list--grid {
    margin-top: 32px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.bullet-point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bullet-point--dot {
    width: 24px;
    margin-right: 12px;
}

.bullet-point--body {
    color: #b9bdc4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.use-cases--selection-wrapper {
    margin-top: 64px;
}

.use-cases--selection {
    margin-top: 48px;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 9;
}

.custom-select select {
    display: none;
}

.custom-select__selected {
    background-color: var(--color-background-tertiary);
    color: var(--color-text-default);
    padding: 15px 16px 15px;
    font-size: 15px;
    line-height: 1.6;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    cursor: pointer;
}

.custom-select__arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    border: solid var(--color-offwhite);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
}

.custom-select__options {
    display: none;
    position: absolute;
    background-color: var(--color-background-tertiary);
    min-width: 100%;
    border: 1px solid var(--border-color);
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 4px;
    z-index: 1;
}

.custom-select__options .option {
    color: var(--color-text-default);
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.custom-select__options .option:hover {
    background-color: var(--color-background-secondary);
    color: var(--color-offwhite);
}

.use-cases .tabs-nav-filled {
    padding-top: 16px;
}

.use-cases .tabs-nav-filled .tabs-nav a {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    padding-right: 24px;
    border-radius: 100px;
    color: #667380;
    background-color: transparent;
}

.use-cases .tabs-nav-spaced .tabs-nav li + li {
    margin-left: 16px;
}

.use-cases .tabs-nav-active-filled .tabs-nav li.active a, .use-cases .tabs-nav-active-filled .tabs-nav li a:hover {
    background-color: transparent;
    color: #fff;
}

.use-cases .tabs-content p {
    color: #fff;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.solutions-grid .solution-card {
    padding: 24px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    text-decoration: none !important;
    z-index: 1;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    max-width: 100%;
    min-height: 350px;
    overflow: hidden;
}

.solution-card.has-bg--color {
    background: var(--color-offwhite);
    color: var(--color-text-primary);
}

.solution-card.has-bg--image {
    color: #fff;
}

.solution-card.has-bg--image:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    border-radius: inherit;
}

.solution-card .card-bg--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: inherit;
    overflow: hidden;
}

.solution-card .card-bg--image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    transition: -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    -o-transition: transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    transition: transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    transition: transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99), -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.solution-card .card-header {
    margin-bottom: 60px;
    width: 100%;
}

.solution-card .card-tag {
    font-size: 14px;
    color: var(--color-text-secondary);
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 4px 12px;
}

.solution-card .card-title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.solution-card.is-main-card .card-title {
    font-size: 26px;
}

.solution-card .card-content {
    margin-top: auto;
    width: 100%;
}

.solution-card.has-link .card-content, .solution-card.has-link .card-arrow {
    -webkit-transform: translateY(36px);
    -ms-transform: translateY(36px);
    transform: translateY(36px);
    -webkit-transition: all 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    -o-transition: all 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    transition: all 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
}

.solution-card .card-text {
    font-size: 14px;
    line-height: 1.5;
    display: block;
}

.solution-card.is-main-card .card-text {
    font-size: 16px;
}

.solution-card.has-link .card-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    opacity: 1;
    margin-top: 16px;
}

.solution-card.has-link .card-arrow svg {
    color: var(--color-text-default);
    width: 20px;
    height: 24px;
}

.solution-card.has-bg--color .card-arrow svg {
    color: var(--color-text-primary);
}

.solution-card.has-link:hover.has-bg--image .card-bg--image img, .solution-card.has-link:focus.has-bg--image .card-bg--image img {
    -webkit-transform: scale(1.08) translateZ(0);
    transform: scale(1.08) translateZ(0)
}

.solution-card.has-link:hover .card-content, .solution-card.has-link:hover .card-arrow, .solution-card.has-link:focus .card-content, .solution-card.has-link:focus .card-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.use-cases .tabs-content--grid .text-block h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

.use-cases--section, .use-cases--bottom {
    position: relative;
    padding: 140px 0 80px;
}

.use-cases--bottom {
    border-top: 1px solid #1f2228;
}

.use-cases--section .hero-bg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    top: -.5%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
}

.use-cases--section .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 9;
    margin-bottom: 16px;
}

.use-cases--section .content-wrap .header-tag {
    color: #5b9af9;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Geist Mono', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 14px;
    margin-bottom: 18px;
}

.use-cases--section .content-wrap .large-text {
    color: var(--color-text-default);
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.075rem;
    margin-top: 0;
    margin-bottom: 26px;
    max-width: 980px;
}

.use-cases--section .content-wrap .body-text {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--color-text-body);
    margin-top: 80px;
    width: 100%;
}

.use-cases--section .content-wrap .body-text span {
    max-width: 650px;
}

.use-cases--section .content-wrap .body-text .btn-action {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 0;
}

.use-cases--cp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 1.5rem;
    margin-bottom: 64px;
}

.use-cases--cp .large-text {
    color: var(--color-text-default);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 26px;
    max-width: 36rem;
}

.use-cases--cp .small-text--wrapper {
    color: var(--color-text-body);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 3rem;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.use-cases--cp .small-text {
    flex: 1 1 0;
    max-width: 28rem;
}

.use-cases--wrapper {
    height: 100%;
    margin-bottom: 40px;
}

.use-cases--wrapper .use-cases--card {
    padding: 32px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none !important;
    z-index: 1;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
}

.use-cases--wrapper .use-cases--card.has-bg--color {
    background: var(--color-background-secondary);
    color: var(--color-text-default);
    padding-left: 32px;
    padding-right: 0px;
    padding-top: 32px;
    padding-bottom: 0px;
}

.use-cases--wrapper .use-cases--card.has-bg--image {
    color: #fff !important;
}

.use-cases--wrapper .use-cases--card.has-bg--image:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    border-radius: inherit;
}

.use-cases--wrapper .use-cases--card .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: inherit;
    overflow: hidden;
}

.use-cases--wrapper .use-cases--card .bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    transition: -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    -o-transition: transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    transition: transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    transition: transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99), -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.37, 0.99);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.use-cases--wrapper .use-cases--card .card-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.use-cases--wrapper .use-cases--card .card-content h3 {
    color: var(--color-text-default);
    font-size: 28px;
    line-height: 1.16;
    margin-bottom: 8px;
    margin-top: 0;
    padding-right: 32px;
}

.use-cases--wrapper .use-cases--card.has-bg--image .card-content h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.use-cases--wrapper .use-cases--card .card-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-right: 32px;
    max-width: 600px;
}

.solutions-section {
    padding: 80px 0;
    position: relative;
}

.solutions-header--wrap {
    position: relative;
    padding-top: 48px;
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 3;
}

.solutions-header {
    margin: 0 auto;
    text-align: center;
    width: 800px;
}

.solutions-header .header-tag {
    color: #f1f1ff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-flex;
}

.solutions-header .header-text {
    color: var(--color-text-default);
    font-size: 36px;

    font-weight: 500;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 2rem;
}

.solutions-header .body-text {
    color: var(--color-text-default);
    font-size: 16px;
    line-height: 1.6;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.solutions-header .btn-links {
    margin: 32px 0 32px;
}

.solutions-header .btn-links .the__button+.the__button {
    margin-left: 16px;
}

.solutions-section .hero-bg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    top: 5%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
}

.solutions-section .solutions-tabs {
    background-color: var(--color-background-tertiary);
    display: flex;
    flex-direction: row;
    border-radius: 0.5rem;
    margin-top: 80px;
    padding-top: 0;
}

.solutions-section .solutions-tabs .tabs-nav {
    border-right: 1px solid #141e29;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    flex-direction: column;
    margin-bottom: 0;
}

.solutions-section .tabs-content--wrapper {
    display: flex;
    flex-direction: row;
    width: 825px;
    height: 100%;
    min-height: 420px;
    /* border-left: 1px solid #141e29; */
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(14, 14, 30, 0.1) 0px 6px 79px 0px, rgba(10, 20, 33, 0.1) 0px 1px 2px 0px, rgba(10, 20, 33, 0.16) 0px 6px 24px 0px;
    overflow: hidden;
}

.solutions-section .solutions-tabs .tabs-nav a {
    color: var(--color-text-body);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 2rem 1.5rem;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    width: auto;
}

.solutions-section .solutions-tabs .tabs-nav li + li {
    margin-left: 0;
}

.solutions-section .tabs-nav-active-filled .tabs-nav li a:hover {
    background-color: transparent;
    color: #fff;
}

.solutions-section .tabs-nav-active-filled .tabs-nav li.active a {
    background-color: var(--color-tertiary);
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    color: var(--color-text-default);
}

.solutions-section .tabs-nav-active-filled .tabs-nav li a .icon {
    width: 24px;
    max-width: 24px;
    height: 24px;
    margin-right: 8px;
    overflow: hidden;
}

.solutions-section .tabs-content--wrapper .text-block {
    padding: 2rem;
    text-align: left;
    width: 60%;
}

.solutions-section .tabs-content--wrapper .text-block h3 {
    margin-top: 8px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
}

.solutions-section .tabs-content--wrapper .text-block p {
    color: #bdc8d9;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.solutions-section .tabs-content--wrapper .image-block {
    padding: 0;
    position: relative;
    width: 40%;
}

.solutions-section .tabs-content--wrapper .image-wrapper {
    /* display: block; */
    position: absolute;
    left: 0;
    top: 30px;
    width: 475px;
    vertical-align: top;
    overflow: hidden;
}

.solutions-section .tabs-content--wrapper .image-block .image {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.solutions-section .solutions-list--card {
    background-image: radial-gradient(199.49% 100% at 48.99% 0%, #060718 59.9%, rgb(40 34 73) 84.83%, rgb(17 8 29) 100%);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    display: inline-block;
    padding: 2rem;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    min-height: 400px;
    position: relative;
}

.solutions-section .solutions-list--card .small-title {
    color: var(--color-text-body);
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.solutions-section .solutions-list--card .large-title {
    color: var(--color-text-default);
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 8px;
}

.solutions-section .solutions-list--card .body-text {
    color: #bdc8d9;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.solutions-section .solutions-list--card .image-wrapper {
    position: relative;
    top: 0;
    z-index: 1;
}

.solutions-section .solutions-list--card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.solutions-why {
    padding: 64px 0;
}

.solutions-why .copy-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.solutions-why .copy {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 480px;
}

.solutions-why .copy h3 {
    color: var(--color-text-default);
    font-size: 28px;

    font-weight: 500;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
}

.solutions-why .copy p {
    color: var(--color-text-body);
    line-height: 1.6;
    margin-bottom: 40px;
}

.solutions-why .why-flex--wrapper {
    border-top: 1px solid var(--border-color);
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding-top: 32px;
    position: relative;
    width: 100%;
}

.solutions-why .why-flex {
    flex: 1 0 0px;
    height: auto;
    position: relative;
}

.solutions-why .why-flex--content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.solutions-why .why-flex--content .icon {
    width: 24px;
    height: 24x;
    max-width: 24px;
    padding-top: 3px;
}

.solutions-why .why-flex--content .text {
    color: #dfe2e7;
    font-size: 16px;
    line-height: 1.6;
}

.use-cases--bottom .large-image--wrapper {
    margin-bottom: 64px;
    margin-top: 100px;
}


/* Code Snippet */
.use-cases--value {
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
}

.use-cases--value .value-icon {
    height: 36px;
    width: 36px;
}

.use-cases--value .value-heading {
    color: var(--color-text-default);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.use-cases--value .value-text {
    color: var(--color-text-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.use-cases--example {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    margin: 11px auto 28px;
    padding: 22px 33px 30px 30px;
}

.use-cases--example .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #e7f1ff;
    border-radius: 100px;
    margin-bottom: 0;
}

.use-cases--example .icon {
    width: 40px;
    height: 40px;
}

.use-cases--example .heading-text {
    color: var(--color-text-secondary);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
}

.use-cases--example .body-text {
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 0;
}



/* More Block */
.more-block, .steps-block, .values-block {
    position: relative;
    padding: 24px 0 80px;
}

.more-block .more-block--title {
    position: relative;
    color: var(--color-text-body);
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    z-index: 1;
}

.more-block--description {
    position: relative;
    text-align: left;
    z-index: 1;
    margin: 14px auto 42px;
}

.more-block--description p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-text-body);
    margin-bottom: 0;
}

.steps-block .section-header {
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 6rem;
}

.steps-block .section-header .content-wrap {
    max-width: 100%;
    flex: 1 1 0;
}

.steps-block .section-header .heading-tag {
    color: #5b9af9;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Geist Mono', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}

.steps-block .section-header .text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 48px;
}

.steps-block .section-header .text-wrapper .large-text {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
    max-width: 500px;
}

.steps-block .section-header .text-wrapper .small-text--wrapper {
    display: flex;
    align-items: flex-end;
}

.steps-block .section-header .text-wrapper .small-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    flex:  1 1 0;
    max-width: 28rem;
    width: 100%;
}

.solutions-card--grid {
    display: flex;
    gap: 1rem;
}

.solutions-card {
    border-radius: 8px;
    /* display: flex;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    height: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    max-width: 100%; */
    flex: 1 1 0%;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
}

.solutions-card .image-wrapper {
    display: flex;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    transition: all 0.5s ease;
}

.solutions-card .image-wrapper .bg-overlay {
    opacity: 1;
    background-image: linear-gradient(0deg, #2a2d2acc, #2a2d2a00 74%);
    display: block;
    position: absolute;
    inset: 0%;
}

.solutions-card .image-wrapper .layout-image {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.solutions-card .card-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    min-height: 40rem;
    padding: 2rem;
    display: flex;
    position: relative;
    opacity: 1;
    transition: opacity 0.3s;
}

.solutions-card .card-content .card-heading {
    color: #fefcfa;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.0425rem;
    position: absolute;
    text-align: center;
    bottom: 11.5rem;
    margin: 0;
    opacity: 1;
}

.solutions-card .card-content .scribbles {
    display: block;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 1.8rem;
    position: absolute;
}

.solutions-card .card-content--hidden {
    opacity: 0;
    width: 30rem;
    position: absolute;
}

.solutions-card .card-content--hidden .card-content--bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.solutions-card .card-content--hidden .card-content--bottom .text-wrapper {
    /* display: none; */
    flex-direction: column;
    position: absolute;
    text-align: center;
    bottom: 11.5rem;
}

.solutions-card .card-content--hidden .card-content--bottom .text-wrapper .large-text {
    color: #fafafa;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.0425rem;
    margin: 0;
}

.solutions-card .card-content--hidden .card-content--bottom .text-wrapper .small-text {
    color: #f9f9f9;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    width: 300px;
    margin-top: 8px;
}

.solutions-card .card-content--hidden .card-content--bottom .action-btn--wrapper {
    margin: 1.25rem 0 0;
}

.solutions-card .card-content--hidden .card-content--bottom .action-btn {
    background-color: transparent;
    border: 1px solid #fefcfa;
    border-radius: 999px;
    color: #fefcfa;
    cursor: pointer;
    display: flex;
    gap: .75rem;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-family: 'Geist Mono', monospace;
    text-transform: uppercase;
    padding: .5rem 1rem;
    text-align: center;
    text-decoration: none;
}

.solutions-card.active {
    flex: 1.6 1 0%;
    z-index: 2;
}

.solutions-card.inactive {
    flex: 0.8 1 0%;
    opacity: 0.5;
    transition: all 0.5s ease;
}

.solutions-card .card-content, .solutions-card .scribbles, .solutions-card .card-heading, .solutions-card .card-content--hidden {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.solutions-card.active .card-content--hidden {
    opacity: 1;
}

.solutions-card.active .scribbles, .solutions-card.active .card-heading {
    opacity: 0;
    transform: scale(0.8);
}

.solutions-card.inactive .card-content--hidden, .solutions-card.inactive .scribbles, .solutions-card.inactive .card-heading {
    opacity: 0;
}



/*  Why List */
.why-list, .why-feature--list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: repeat(3,1fr);
    grid-template-columns: repeat(3,1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    column-gap: 36px;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.why-list .why-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}

.why-list .icon-wrapper {
    border-radius: 8px;
    background-color: #1d1e2f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
}

.why-list .icon {
    width: 28px;
    height: 28px;
}

.why-list .why-heading {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.why-list .why-paragraph {
    color: var(--color-text-body);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.why-feature--list .why-feature {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-wrap: balance;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
}

.why-feature--list .why-feature:before {
    background: rgba(226, 232, 255, .1215686275);
    height: 24px;
    width: 1px;
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
}

.why-feature--list .why-feature .why-feature--content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.why-feature--list .why-feature--heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-feature--list .why-feature .svg-icon {
    flex: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.why-feature--list .why-feature .why-feature--content .large-text {
    color: #fff;
    font-size: 1.05rem;
    line-height: 130%;
    font-weight: 500;
    margin: 0;
}

.why-feature--list .why-feature .why-feature--content .small-text {
    color: var(--color-text-body);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}


/* Our Values */
.our-values--block {
    padding: 80px 0;
}

.our-values--block .section-header {
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 6rem;
}

.our-values--block .section-header .content-wrap {
    max-width: 100%;
    flex: 1 1 0;
}

.our-values--block .section-header .heading-tag {
    color: #5b9af9;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Geist Mono', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}

.our-values--block .section-header .text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 48px;
}

.our-values--block .section-header .text-wrapper .large-text {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
    max-width: 500px;
}

.our-values--block .section-header .text-wrapper .small-text--wrapper {
    display: flex;
    align-items: flex-end;
}

.our-values--block .section-header .text-wrapper .small-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    flex:  1 1 0;
    max-width: 28rem;
    width: 100%;
}

.our-values--list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.our-values--list .values-item {
    border-left: 1px solid #323745;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: border .35s cubic-bezier(.215,.61,.355,1);
    display: flex;
}

.our-values--list .values-item .card-count {
    color: #5b9af9;
    display: flex;
    gap: 0.5rem;
    font-family: 'Geist Mono', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.our-values--list .values-item .card-bottom {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.our-values--list .values-item .card-bottom .card-icon {
    background-color: #0f6fff;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}

.our-values--list .values-item .card-bottom .card-icon .svg-icon {
    width: 36px;
    height: 36px;
    fill: currentColor;
}

.our-values--list .values-item .card-bottom .large-text {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.our-values--list .values-item .card-bottom .body-text {
    color: #d7dee9;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.more-block .content-container .content-wrap, .steps-block .content-container .content-wrap, .stats-section .content-wrap, .testimonial-slider--block .content-wrap, .values-block .content-wrap, .team-section .content-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
    max-width: 800px;
    margin-bottom: 80px;
}

.more-block .content-container .content-wrap .small-title, .steps-block .content-container .content-wrap .small-title, .testimonial-slider--block .content-wrap .small-title, .values-block .content-wrap .small-title, .timelines-block .content-wrap .small-title, .team-section .content-wrap .small-title, .career-listings .content-wrap .small-title {
    color: rgb(141 150 160);
    color: #5b9af9;
    font-size: 15px;
    font-family: 'Geist Mono', sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
}

.more-block .content-container .content-wrap .large-title, .steps-block .content-container .content-wrap .large-title, .stats-section .content-wrap .large-title, .testimonial-slider--block .content-wrap .large-title, .values-block .content-wrap .large-title {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
}

.more-block .content-container .content-wrap .body-text, .steps-block .content-container .content-wrap .body-text, .stats-section .content-wrap .body-text, .testimonial-slider--block .content-wrap .body-text, .values-block .content-wrap .body-text, .career-listings .content-wrap .body-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}


/* Stats */
.stats-section {
    padding: 80px 0;
}

.stats-section .content-wrap .large-title {
    max-width: 600px;
}

.stats-data--grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-gap: 48px;
    margin-top: 80px;
}

.stats-data--grid .stats-card {
    background-color: #212121;
    border-radius: 12px;
    height: 100%;
    min-height: 350px;
    overflow: hidden;
    -webkit-transition: box-shadow .5s ease-in-out,border .5s ease-in-out;
    transition: box-shadow .5s ease-in-out,border .5s ease-in-out;
    padding: 24px;
    position: relative;
}

.stats-data--grid .stats-card:nth-child(1) {
    background-color: #e2572c;
}

.stats-data--grid .stats-card:nth-child(2) {
    background-color: #182a81;
}

.stats-data--grid .stats-card .stats-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    height: 100%;
    text-align: left;
    position: relative;
}

.stats-data--grid .stats-card .stats-icon--flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stats-data--grid .stats-card .stats-icon {
    background-color: #fff;
    border-radius: 100%;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.stats-data--grid .stats-card .stats-icon .svg-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.stats-data--grid .stats-card .stats-icon--text {
    color: #fff;
    font-size: 18px;
    font-family: 'Geist Mono', monospace;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.stats-data--grid .stats-card .stats-count--text {
    margin-top: 80px;
}

.stats-data--grid .stats-card .stats-count {
    color: #fff;
    font-size: 40px;
    font-family: 'Geist Mono', monospace;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0;
}

.stats-data--grid .stats-card .stats-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 8px;
}

.stats-section .note-wrapper {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    max-width: 600px;
}

.stats-section .note-wrapper .note-text {
    color: #BCBDBD;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}


/* Industry */
.industry-block {
    padding: 80px 0 80px;
}

.industry-card {
    border-radius: 22px;
    width: 420px;
    height: 420px;
    position: relative;
}

.industry-card .card-image {
    border-radius: 22px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.industry-card .text-wrapper {
    line-height: 1rem;
    font-weight: 400;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}

.industry-card .card-text {
    color: #fff;
    font-size: 1.5rem;
    line-height: 130%;
    letter-spacing: -.02rem;
    margin: 0;
}

.industry-block .flickity-button {
    background: var(--color-secondary);
    color: #fff;
}

.industry-block .flickity-button:disabled {
    background: transparent;
    border: 1px solid var(--color-secondary);
    opacity: 1;
}

.industry-block .flickity-prev-next-button {
    width: 48px;
    height: 48px;
    top: -530px;
}

.industry-block .flickity-prev-next-button.previous {
    left: auto;
    right: 60px;
}

.industry-block .flickity-prev-next-button.next {
    right: 0px;
}

.industry-block .flickity-prev-next-button svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    stroke-width: 2px;
}

.industry-block .flickity-prev-next-button svg line, .industry-block .flickity-prev-next-button svg polyline {
    stroke-width: 2px;
}

.industry-block .flickity-button:disabled svg {
    stroke: var(--color-secondary);
}



/* Testimonials */
.testimonial-block {
    position: relative;
    padding: 64px 0 120px;
}

.testimonial-slider--block {
    padding: 80px 0 40px;
}

.testimonial-slider--block .quote-divider {
    z-index: 4;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(270deg,rgba(255,255,255,0),#5f7fe5 50%,rgba(255,255,255,0));
    margin: 4rem 0;
    position: relative;
}

.testimonial-slider--content {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.testimonial-slider--content .company-logo {
    width: 128px;
    height: 32px;
}

.testimonial-slider--content .author-quote {
    color: var(--color-text-default);
    text-align: center;
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 24px;

    font-weight: 500;
    line-height: 1.35;
}

.testimonial-slider--content .avatar-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100px;
    align-self: center;
    margin-bottom: 12px;
}

.testimonial-slider--content .author-name {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.testimonial-slider--content .author-pos {
    color: var(--color-text-body);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.testimonial-block--heading {
    margin-bottom: 1rem;
    color: #202f44;
    font-size: 42px;

    font-weight: 500;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 32px;
    text-align: center;
}

.testimonial-items--container {
    position: relative;
    margin-top: 2rem;
}

.testimonial-items--wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.testimonial-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid hsl(236deg 36% 90%);
    border-radius: 1rem;
    background-color: #fff;
}

.testimonial-card .rating-stars--wrapper {
    position: relative;
    margin-bottom: 20px;
    display: flex;
}

.testimonial-card .rating-stars {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.testimonial-card .testimonial-quote {
    font-size: 15px;
    line-height: 1.6;
    color: #5b5675;
    margin-bottom: 20px;
}

.testimonial-card .author-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-card .author-image {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    border-radius: 100%;
}

.testimonial-card .author-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.testimonial-card .author-name {
    font-size: 16px;
    line-height: 1.25rem;
}

.testimonial-card .author-jobtitle {
    font-size: 13px;
    line-height: 16px;
    color: #546175;
}

.testimonial-wrapper--fade {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    height: 16rem;
    background-image: -webkit-gradient(linear,left bottom,left top,from(var(--color-offwhite)),to(transparent));
    background-image: linear-gradient(0deg,var(--color-offwhite),transparent);
}

.testimonial-flex--card {
    background-color: rgb(249 247 244);
    color: rgb(27 49 57);
    display: flex;
    flex-direction: row;
    height: 100%;
}

.testimonial-flex--card .left-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding: 32px;
}

.testimonial-flex--card .left-content .logo-wrap {
    height: 48px;
    max-height: 48px;
    max-width: 300px;
}

.testimonial-flex--card .left-content .logo-image {
    object-position: left;
    object-fit: contain;
    height: 100%;
}

.testimonial-flex--card .left-content .header-flex {
    border-bottom: 1px solid #dce0e2;
    display: flex;
    flex: none;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
    padding: 48px 0 24px;
}

.testimonial-flex--card .left-content .header-flex .large-text {
    font-size: 80px;
    line-height: 1;
}

.testimonial-flex--card .left-content .header-flex .small-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    padding-bottom: 8px;
    max-width: 240px;
}

.testimonial-flex--card .left-content .content-body {
    flex: 1 1 0%;
    max-width: 540px;
}

.testimonial-flex--card .left-content .content-body .large-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
    padding: 24px 0 0;
}

.testimonial-flex--card .left-content .content-body .small-text {
    color: #5a6f77;
    font-size: 16px;
    line-height: 1.5;
    padding: 24px 0 0;
}

.testimonial-flex--card .left-content .arrow-link {
    color: var(--color-secondary);
    line-height: 1;
    margin-top: 48px;
    overflow: hidden;
}

.testimonial-flex--card .left-content .arrow-link:after {
    animation: arrow-link-fix .5s ease-in;
    clip-path: inset(0 0 0 20%);
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    font-size: 75%;
    margin-left: 2px;
    margin-right: 6px;
    padding-right: 6px;
    transition: all .2s;
}

.testimonial-flex--card .left-content .arrow-link:hover:after {
    clip-path: inset(0 0 0 0);
    margin-left: 8px;
    margin-right: 0
}

@keyframes arrow-link-fix {
    0% {
        clip-path: inset(0 0 0 18%);
    }
    100% {
        clip-path: inset(0 0 0 20%);
    }
}

.testimonial-flex--card .right-content {
    width: 41.666667%;
    overflow: hidden;
    position: relative;
}

.testimonial-flex--card .right-content .image-container {
    height: 100%;
    width: 100%;
}

.testimonial-flex--card .right-content .image-wrapper {
    position: relative;
    object-fit: cover;
    overflow: hidden;
    height: 100%;
}

.testimonial-flex--card .right-content .image-wrapper img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}

.testimonial-slider--block .flickity-button {
    background: var(--color-secondary);
    color: #fff;
}

.testimonial-slider--block .flickity-button:disabled {
    background: transparent;
    border: 1px solid var(--color-secondary);
    opacity: 1;
}

.testimonial-slider--block .flickity-prev-next-button {
    width: 48px;
    height: 48px;
    top: -280px;
}

.testimonial-slider--block .flickity-prev-next-button.previous {
    left: -50px;
}

.testimonial-slider--block .flickity-prev-next-button.next {
    right: -50px;
}

.testimonial-slider--block .flickity-prev-next-button svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    stroke-width: 2px;
}

.testimonial-slider--block .flickity-prev-next-button svg line, .testimonial-slider--block .flickity-prev-next-button svg polyline {
    stroke-width: 2px;
}

.testimonial-slider--block .flickity-button:disabled svg {
    stroke: var(--color-secondary);
}

/* Card Section */
.card-section--resources, .blog-resources, .blog-resources--single {
    position: relative;
    padding: 80px 0;
}

.blog-relative--section {
    border-top: 1px solid rgb(38 41 57);
    padding: 80px 0 48px;
}

.blog-resources {
    padding-bottom: 48px;
}

.blog-resources--single {
    margin-top: 48px;
    padding-bottom: 96px;
}

.blog-header--section {
    padding: 64px 0 60px;
    text-align: left;
}

.blog-header--section .small-title {
    margin-top: 14px;
    margin-bottom: 10px;
    color: #0062ff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.blog-header--section .large-title {

    color: var(--color-primary);
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 10px;
}

.blog-header--section .body-text {
    font-size: 18px;
    line-height: 1.5;
    color: #546175;
    margin-bottom: 0;
}

.blog-relative--section .section-title {
    color: var(--color-text-default);
    font-size: 24px;

    line-height: 48px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 32px;
}

.cards-section--copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    flex: 0 0 400px;
    margin-bottom: 77px;
}

.cards-section--copy .copy-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 7rem;
}

.cards-section--copy .small-title {
    color: rgb(141 150 160);
    color: #5b9af9;
    font-size: 15px;
    font-family: 'Geist Mono', sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
}

.cards-section--copy .large-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-primary);
    margin: 0;
    max-width: 600px;
}

.cards-section--copy .small-text {
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-text-body);
    margin-bottom: 0;
}

.blog-featured--relative {
    position: relative;
    margin-bottom: 48px;
}

.blog-featured--image-wrapper {
    position: absolute;
    height: 100%;
    top: 0;
}

.blog-featured--image-wrapper .blog-featured--image {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
    z-index: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.blog-featured--content-wrapper {
    background: var(--color-background-secondary);
    color: var(--color-primary);
    margin-top: 48px;
    margin-bottom: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.blog-featured--content-wrapper .blog-category--name, .blog-single--header-wrapper .blog-category--name {
    color: #0062ff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px;
    text-decoration: none;
}

.blog-featured--content-wrapper .blog-featured--content {
    padding: 0 20px;
}

.blog-featured--content .blog-featured--link {
    display: block;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: inherit;
}

.blog-featured--content .blog-featured--header, .blog-single--header-wrapper .blog-single--header {
    color: var(--color-text-default);
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    padding-top: 0;
    margin: 0 0 24px;
    letter-spacing: -0.015em;
}

.blog-featured--content .blog-featured--link:hover .blog-featured--header {
    text-decoration: underline;
}

.blog-featured--content .blog-featured--intro, .blog-single--header-wrapper .blog-single--intro {
    color: var(--color-text-body);
    font-size: 20px;
    line-height: 1.5;
    margin: 6px 0;
    margin-bottom: 32px;
    overflow: hidden;
}

.blog-featured--content .blog-featured--intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.blog-featured--content .blog-featured--meta, .blog-single--header-wrapper .blog-single--meta {
    color: var(--color-text-body);
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    margin: 6px 0;
}

.blog-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%);
    box-shadow: none;
    -webkit-transition: box-shadow .3s,-webkit-transform .3s;
    transition: box-shadow .3s,transform .3s,-webkit-transform .3s;
}

.blog-resources .blog-card {
    margin-bottom: 32px;
}

.blog-card--thumbnail {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding-top: 52%;
}

.blog-card--thumbnail .blog-image {
    position: absolute;
    left: -.5%;
    top: -.5%;
    right: -.5%;
    bottom: -.5%;
    width: 101%;
    height: 101%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s ease-in;
}

.blog-card:hover .blog-card--thumbnail .blog-image {
    transform: scale3d(1.1, 1.1, 1.1);
}

.blog-card--text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-card--header {
    margin-bottom: 8px;
}

.blog-card--category {
    color: var(--color-text-body);
    font-size: 12px;
    font-family: 'Geist Mono', sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.blog-card--title {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 0;
    margin-top: 0;
    width: 80%;
}

.blog-card--title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card--meta {
    font-size: 13px;
    font-family: 'Geist Mono', monospace;
    color: var(--color-text-body);
    text-transform: uppercase;
}

.blog-card--meta .dot-prefixed:before, .blog-featured--meta .dot-prefixed:before, .blog-single--meta .dot-prefixed:before {
    content: '\00B7';
    margin: 0 6px;
}

.card-section--resources .carousel-nav-lg .flickity-prev-next-button {
    font-size: 26px;
    width: 45px;
    height: 45px;
}

.card-section--resources .carousel-nav-solid .flickity-prev-next-button {
    background: #ecedfd;
    border: 1px solid #202f44;
}

.card-section--resources .carousel-nav-solid .flickity-prev-next-button:before, .card-section--resources .carousel-nav-bordered .flickity-prev-next-button:before {
    background: #202f44;
}

.card-section--resources .carousel-nav-shadowed .flickity-prev-next-button {
    box-shadow: none;
}

.card-section--resources .flickity-prev-next-button.previous {
    left: 30px;
    top: 295px;
}

.card-section--resources .flickity-prev-next-button.next {
    left: 100px;
    top: 240px;
}

.blog-section--pagination {
    margin: 48px 0 24px;
}

.blog-section--pagination a {
    font-size: 18px;
    line-height: 28px;
}

.blog-section--pagination .pagination-button {
    text-decoration: none;
    color: #68737d;
    padding: 0 8px;
}

.blog-section--pagination .pagination-button:hover {
    color: #c93667;
}

.blog-section--pagination .pagination-button.active {
    color: #c93667;
    font-weight: 600;
}

.blog-section--pagination .pagination-icon {
    font-size: 13.5px;
    line-height: 13.5px;
}

.blog-single--image-wrapper {
    height: 500px;
}

.blog-single--image-wrapper .blog-single--image {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    height: 100%;
}

.blog-single--content-wrapper {
    position: relative;
    margin-top: 18px;
    padding-top: 48px;
}

.blog-single--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-single--header-wrapper {
    padding: 0 24px;
}

.blog-single--header-wrapper .blog-single--intro {
    margin-bottom: 36px;
}

.blog-single--content .blog-content {
    padding: 12px 24px 0;
}

.blog-single--content .blog-content p {
    color: var(--color-text-default);
    font-size: 17px;
}

.blog-single--content .blog-content .section-title {
    color: var(--color-text-default);
}

.blog-single--content .blog-content .text-disclaimer {
    font-size: 13.5px;
    line-height: 23px;
}

.blog-single--content .blog-content a {
    color: #c93667;
}

.blog-single--content .blog-content img {
    margin-top: 20px;
    margin-bottom: 24px;
}

.blog-single--content .blog-content .video-wrapper {
    margin: 24px 0;
}

.blog-single--content-wrapper .social-links--wrapper {
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 24px;
}

.blog-single--content-wrapper .social-links--wrapper span {
    color: var(--color-text-body);
}

.blog-single--content-wrapper .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #202f44;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 18px;
    overflow: hidden;
    pointer-events: all;
}

.blog-single--content-wrapper .social-link:hover {
    background-color: #c93667;
}


/* CTA Block */
.cta-block {
    padding: 80px 0;
}

.cta-block .two-halves {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 580px;
}

.cta-block .two-halves--left, .cta-block .two-halves--right {
    width: 60%;
    padding: 35px 35px;
    margin: 0 auto;
}

.cta-block .two-halves--left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
}

.cta-block .two-halves .two-halves--right {
    background: var(--color-background-secondary);
}

.cta-block .heading-tag {
    color: #0f6fff;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 14px;
    font-family: 'Geist Mono', monospace;
    line-height: 1.4;
    text-transform: uppercase;
}

.cta-block .cta-title {
    position: relative;
    color: var(--color-primary);
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    margin-top: 48px;
    z-index: 1;
}

.cta-block--description {
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 14px 0 42px;
}

.cta-block--description.full-width {
    width: auto;
}

.cta-block--description p {
    font-size: 16px;
    line-height: 1.65;
    color: #999999;
    margin-bottom: 0;
}

.cta-block--description .bullet-item {
    color: var(--color-text-body);
    display: block;
    position: relative;
    padding: 0;
    margin-top: 15px;
    padding-left: 40px;
}

.cta-block--description .bullet-item:before {
    content: "";
    width: 28px;
    height: 28px;
    text-align: center;
    margin-right: 10px;
    background: rgba(255,255,255,.25);
    display: block;
    position: absolute;
    left: 0;
    border-radius: 9999px;
    top: -1.9px;
    background-image: url(../img/checkmark.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-block--description .bullet-item:first-of-type {
    margin-top: 30px;
}

.cta-block--links {
    margin-bottom: 24px;
    text-align: left;
}

.cta-block--links .cta-btn:first-child {
    margin-right: 16px;
}

.cta-block .form-step { 
    display: none; 
}

.cta-block .form-step.active { 
    display: block; 
}

.cta-block .form-heading--tag {
    color: #7d8187;
    font-size: 16px;
    font-family: 'Geist Mono', monospace;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.cta-block .form-block .label-wrap {
    margin-bottom: 24px;
}

.cta-block .form-block .text-field {
    font-size: 14px;
    line-height: 1.8;
    color: #a2a2a2;
    background-color: transparent;
    border: 1px solid #3d3d3d;
    text-transform: none;
    border-radius: 0;
    display: block;
    padding: 10px 15px 10px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    cursor: text;
    outline: 0;
    width: 100%;
}

.form-block .text-field::-moz-placeholder {
    color: var(--color-text-body);
    opacity: 1
}

.form-block .text-field:-ms-input-placeholder {
    color: var(--color-text-body)
}

.form-block .text-field::-webkit-input-placeholder {
    color: var(--color-text-body)
}

.cta-block .form-block label {
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cta-block .disclaimer, .pricing-calculator .disclaimer {
    color: var(--color-text-body);
    font-size: 12px;
    line-height: 1.65;
    text-align: left;
    display: block;
    margin-top: 32px;
    margin-bottom: 0;
}

.cta-block .result-block {
    background: transparent; 
    color: #fff;
}

.cta-block .single-result--title {
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 8px;
}

.cta-block .single-result--tag, .cta-block .single-result--refresh {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 13;
    line-height: 1.4;
    margin-bottom: 20px;
}

.cta-block .single-result--refresh {
    margin: 0;
    margin-top: 20px;
}

.cta-block .single-result--grid {
    display: flex;
    column-gap: 10px;
}

.cta-block .single-result--grid .result-column {
    background: #e2572c;
    border-radius: 10px;
    padding: 12px 16px 16px;
    text-align: center;
    color: #fff;
    flex: 1;
}

.cta-block .single-result--grid .result-column .icon {
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.cta-block .single-result--grid .result-column:first-child p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    margin-top: 16px;
}

.cta-block .single-result--grid .result-column:nth-child(2) {
    background: #182a81;
    text-align: left;
}

.cta-block .single-result--grid .result-column:nth-child(2) .title {
    background: #fff;
    border-radius: 10px;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 10px 12px;
}

.cta-block .single-result--grid .result-column:nth-child(2) p:last-child {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 0px;
}

.cta-block .single-result--grid .result-column:last-child {
    background: #fff;
    text-align: left;
}

.cta-block .single-result--grid .result-column:last-child .title {
    background: #dddddd;
    color: #3b3b3b;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: inherit;
    margin: 0;
    padding: 10px 12px;
}

.cta-block .single-result--grid .result-column:last-child p {
    color: #545454;
    font-size: 15px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 0px;
}

.cta-block .single-result--grid .result-column:last-child .btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background-color: #2a7ae2;
    color: #fff;
    font-size: 15px;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
}

/* CTA Block 2 */
.cta-block-v2 {
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.cta-block-v2.w-border {
    border-bottom: 1px solid #292b30;
}

.cta-pill--link {
    display: inline-block;
    width: 100%;
}

.cta-pill--container {
    display: flex;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cta-pill--container .cta-pill--large {
    border-radius: 20rem;
    color: #fff;
    align-items: center;
    height: 100px;
    font-size: 12px;
    display: flex;
    overflow: hidden;
}

.cta-pill--container .pill-circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 12px;
}

.cta-pill--container .pill-circle.is-outline--light {
    border: 1.5px solid #f1efed;
    animation: cycle-outline 6s infinite;
}

.cta-pill--container .pill-w--mask {
    border: 1.5px solid #d3d1d1;
    border-radius: 20rem;
    align-items: center;
    height: 100%;
    padding-left: 3.2em;
    padding-right: 3.2em;
    display: flex;
}

.cta-pill--container .colored-dark--bg {
    background-color: #0f6fff;
    color: #f1efed;
}

.cta-pill--container .pill-circle.colored-dark--bg {
    animation: cycle-dark-bg 6s infinite;
}

.cta-pill--container .pill-w--mask.colored-dark--bg {
    border-style: none;
    overflow: hidden;
}

.cta-pill--container .colored-light--bg {
    background-color: #f1efed;
    color: #1f232e;
}

.cta-pill--container .pill-circle.colored-light--bg {
    animation: cycle-light-bg 6s infinite;
}

.cta-pill--container .cta-pill--large .pill-text {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

@keyframes cycle-outline {
    0% {
        background-color: transparent;
        border: 1.5px solid #f1efed;
    }
    33% {
        background-color: #f1efed;
        border: none;
        color: #1f232e;
    }
    66% {
        background-color: #0f6fff;
        border: none;
        color: #f1efed;
    }
    100% {
        background-color: transparent;
        border: 1.5px solid #f1efed;
        color: inherit;
    }
}

@keyframes cycle-light-bg {
    0% {
        background-color: #f1efed;
        border: none;
        color: #1f232e;
    }
    33% {
        background-color: #0f6fff;
        border: none;
        color: #f1efed;
    }
    66% {
        background-color: transparent;
        border: 1.5px solid #f1efed;
        color: inherit;
    }
    100% {
        background-color: #f1efed;
        border: none;
        color: #1f232e;
    }
}

@keyframes cycle-dark-bg {
    0% {
        background-color: #0f6fff;
        border: none;
        color: #f1efed;
    }
    33% {
        background-color: transparent;
        border: 1.5px solid #f1efed;
        color: inherit;
    }
    66% {
        background-color: #f1efed;
        border: none;
        color: #1f232e;
    }
    100% {
        background-color: #0f6fff;
        border: none;
        color: #f1efed;
    }
}

.cta-block-v2 .cta-block--card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.cta-block-v2 .content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .565fr max-content 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.cta-block-v2 .content-wrapper .left-side, .cta-block-v2 .content-wrapper .right-side {
    padding: 64px 72px;
}

.cta-block-v2 .content-wrapper .left-side {
    /* max-width: 500px; */
    padding-left: 0;
}

.cta-block-v2 .content-wrapper .left-side .content-flex, .cta-block-v2 .content-wrapper .right-side .content-flex {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cta-block-v2 .content-wrapper .right-side .content-flex {
    max-width: 500px;
}

.cta-block-v2 .content-wrapper .left-side .large-text, .cta-block-v2 .content-wrapper .right-side .large-text {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 0;
}

.cta-block-v2 .content-wrapper .left-side .small-text, .cta-block-v2 .content-wrapper .right-side .small-text {
    color: #c1c1c1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 0;
}

.cta-block-v2 .content-wrapper .divider--line {
    background-image: linear-gradient(#f8f8f800,#f8f8f84d);
    flex-direction: column;
    justify-content: center;
    width: 1px;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.cta-block-v2 .content-wrapper .divider--line .dot-line {
    background-color: #0f6fff;
    width: .0625rem;
    height: 8%;
    position: absolute;
    animation: moveDot 4s ease-in-out infinite;
}

@keyframes moveDot {
    0% {
        top: 15%;
    }
    50% {
        top: 92%;
    }
    100% {
        top: 15%;
    }
}

.cta-block--playground-wrapper {
    border-radius: 16px;
    background: #101321;
    width: 100%;
    height: 100%;
    margin: 40px auto 64px;
    overflow: hidden;
    position: relative;
}

.cta-block--playground-wrapper .hero-bg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    top: -.5%;
    bottom: 0%;
    right: -13%;
    position: absolute;
}

.cta-block--playground {
    color: var(--color-text-default);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
    padding: 2rem;
    position: relative;
    z-index: 9;
}

.cta-block--playground .heading-text {
    color: var(--color-text-default);
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 450px;
    margin-top: 0;
}

.cta-block--playground .body-text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-text-body);
    margin-bottom: 0;
    max-width: 450px;
}

.audio-wrapper {
    background: #101221;
    border: 1px solid rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    position: absolute;
    width: 100%;
    min-width: 50%;
    max-width: 600px;
    margin-bottom: 0;
    padding: 36px 32px;
    top: 5%;
    right: -6px;
    z-index: 10;
}

.audio-intro--wrapper {
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 13px;
    margin-bottom: 16px;
    color: var(--color-text-default);
    position: relative;
    background-image: linear-gradient(90.25deg,rgb(28 33 51 / 28%) .09%,hsla(0,0%,100%,.007) 163.42%);
}

.audio-intro--wrapper:after {
    content: "";
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(257.92deg,hsla(0,0%,100%,0) -15.06%,hsl(286.18deg 31.21% 27.08%) 56.1%,hsl(232.5deg 16.08% 23.58%) 80.48%);
    -webkit-mask: linear-gradient(#fff,#fff) content-box content-box,linear-gradient(#fff,#fff);
    -webkit-mask-composite: xor;
}

.audio-content--box {
    color: #fff;
    background-image: linear-gradient(90.25deg,rgb(28 33 51 / 28%) .09%,hsla(0,0%,100%,.007) 163.42%);
    border-radius: 8px;
    font-size: 13px;
    padding: 15px 18px 20px;
    margin-bottom: 16px;
    position: relative;
}

.audio-content--box:after {
    content: "";
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(257.92deg,hsla(0,0%,100%,0) -15.06%,hsl(286.18deg 31.21% 27.08%) 56.1%,hsl(232.5deg 16.08% 23.58%) 80.48%);
    -webkit-mask: linear-gradient(#fff,#fff) content-box content-box,linear-gradient(#fff,#fff);
    -webkit-mask-composite: xor;
}

.audio-content--box .heading-text, .audio-transcribe .heading-text {
    color: var(--color-text-body);
    font-size: 13px;
    font-family: 'SFMono', monospace;
}

.audio-content--box .audio-player {
    width: 100%;
    background-color: transparent;
    border-radius: 24px;
    padding: 0;
    margin-top: 8px;
}

.audio-content--box .controls {
    display: flex;
    align-items: center;
}

.audio-content--box .play-btn {
    font-size: 16px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 100px;
    color: rgba(21.96%,92.94%,67.45%,1);
    outline: none;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.audio-content--box .play-btn:hover {
    background-color: var(--color-primary);
    color: #101221;
}

.audio-content--box .play-btn svg {
    width: 18px;
    height: 18px;
}

.audio-content--box .progress-bar {
    width: 100%;
    height: 5px;
    background-color: rgba(11.76%,17.25%,23.53%,1);
    border-radius: 0;
    margin-left: 10px;
    position: relative;
}

.audio-content--box .progress {
    height: 100%;
    width: 0;
    background: linear-gradient(117.15deg, #A32B7B -7.16%, #E94057 56.41%, #F27121 119.98%);
}

.audio-content--box .slider {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--color-primary);
    border-radius: 50%;
    transform: translateX(-50%);
    top: -5px;
    left: 0;
    pointer-events: none;
}

.audio-content--box .duration {
    margin-left: 10px;
    font-size: 14px;
    color: var(--color-text-default);
}

.audio-transcribe {
    color: #fff;
    background-image: linear-gradient(90.25deg,rgb(28 33 51 / 28%) .09%,hsla(0,0%,100%,.007) 163.42%);
    border-radius: 8px;
    font-size: 13px;
    position: relative;
    padding: 18px 18px;
}

.audio-transcribe:after {
    content: "";
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(257.92deg,hsla(0,0%,100%,0) -15.06%,hsl(286.18deg 31.21% 27.08%) 56.1%,hsl(232.5deg 16.08% 23.58%) 80.48%);
    -webkit-mask: linear-gradient(#fff,#fff) content-box content-box,linear-gradient(#fff,#fff);
    -webkit-mask-composite: xor;
}

.audio-transcribe .transcription-output--wrapper {
    width: 100%;
    min-height: 200px;
    margin-top: 16px;
}

.audio-transcribe .transcription-output {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
    opacity: 0;
    animation: typingEffect 2s steps(30) forwards;
    white-space: wrap;
    overflow: hidden;
}

.cursor {
    display: inline-block;
    width: 0.4em;
    height: 1.1em;
    background-color: #fff;
    vertical-align: text-bottom;
    animation: blinkCursor 1s infinite;
}

@keyframes typingEffect {
    from {
        width: 0;
        opacity: 1;
    }
    to {
        width: 100%;
        opacity: 1;
    }
}

@keyframes blinkCursor {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


/* Floating Assistant */
.zc-floating--button-container {
    position: relative;
}

.zc-floating--button {
    transition: opacity .4s cubic-bezier(.785,.135,.15,.86) 0s;
    position: fixed;
    bottom: 35px;
    right: 45px;
    z-index: 610;
}

.zc-floating--button .ai-button {
    background-color: #0f6fff;
    border-color: #0f6fff;
    border-radius: 8px;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0 3px 10px -3px #0f6fff;
    padding: 10px 14px;
}

.zc-floating--button .ai-button span {
    padding: 0;
}

.zc-floating--button .svg-icon {
    color: #fff;
    fill: currentColor;
    width: 16px;
    height: 16px;
}

.ai-chat {
    z-index: 1000;
    position: absolute;
    left: calc(100vw - 496px);
    bottom: 56px;
    top: 56px;
    width: 380px;
    min-height: 300px;
    max-height: calc(100vh - 120px);
    overflow: initial !important;
}

.chat-popup {
    background-color: #fff;
    background-color: var(--color-background-muted);
    border: 1px solid #30363d;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    z-index: 10;
    display: none;
    flex-direction: column;
    position: fixed;
    bottom: 90px;
    right: 45px;
    width: 380px;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #30363d;
    border-color: transparent;
    padding: 12px 16px;
}

.chat-header .header-icon--text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chat-header .header-icon {
    background: url(../img/icons/nova-ai-icon.svg) center center/contain no-repeat;
    height: 1.25rem;
    width: 1.25rem;
}

.chat-header .header-text {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.chat-header .header-actions {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.chat-header .close-btn, .chat-header .action-btn {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #8d96a0;
    font-size: 1rem;
    line-height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-width: 0;
    padding: 0;
    cursor: pointer;
}

.chat-header .close-btn .svg-icon, .chat-header .action-btn .svg-icon {
    height: 24px;
    width: 24px;
    fill: currentColor;
    margin-right: 0;
}

.chat-header .close-btn:hover, .chat-header .action-btn:hover {
    background-color: #333e4e;
}

.chat-header .header-actions .dropdown-menu {
    border: 1px solid #e8eaed;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25);
    min-width: 150px;
    max-height: calc(100vh - 20px);
    margin: 10px 0;
    overflow-y: auto;
}

.chat-header .header-actions .more-item--container {
    width: 250px;
}

.chat-header .header-actions .more-item {
    color: #2a2e34;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 8px;
    padding-inline: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.chat-header .header-actions .more-item.w-divider {
    border-bottom: 1px solid #e8eaed;
}

.chat-header .header-actions .more-item .quota-small--title {
    color: #656f7d;
    font-weight: 500;
    font-size: .6875rem;
}

.chat-header .header-actions .more-item .quota-number {
    color: #656f7d;
}

.chat-history {
    height: 380px;
    padding: 15px 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-anchor: unset;
}

.chat-history .chat-example--area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    text-align: left;
}

.chat-history .chat-example--area .content-header--flex {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 0 0;
}

.chat-history .chat-example--area .content-header--flex .header-icon {
    width: 24px;
    height: 24px;
    background: url(../img/icons/ai-chat-icon.svg) center center/contain no-repeat;
}

.chat-history .chat-example--area .content-header--flex .large-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
}

.chat-history .chat-example--area .content-header--flex .body-text {
    color: #656f7d;
    color: var(--color-text-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.chat-history .chat-example--area .example-items--wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 40px;
    padding: 0 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding: 16px;
    width: 100%;
    margin-inline-end: -16px;
}

.chat-history .chat-example--area .example-items--wrapper::-webkit-scrollbar {
    display: none;
}

.chat-history .chat-example--area .example-item {
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    width: 100%;
}

.chat-history .chat-example--area .example-item--link {
    background-color: #222a36;
    border: 1px solid #30363d;
    border-color: transparent;
    border-radius: 12px;
    color: #e3e3e3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 180px;
    height: 180px;
    min-height: 32px;
    min-width: 0;
    padding: 1rem;
}

.chat-history .chat-example--area .example-item--link .icon-wrapper {
    color: #e3e3e3;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #161c22;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: end;
}

.chat-history .chat-example--area .example-item--link .svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    overflow: hidden;
}

.chat-history .chat-example--area .example-item--link:hover {
    background-color: #30363d;
}

.chat-history .chat-example--area .usage-count--text {
    color: #656f7d;
    font-size: 12px;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.45;
    margin: 0;
}

.chat-input--container {
    display: block;
    padding: 15px 12px;
}

.chat-input--container .chat-input--wrapper {
    background-color: #222a35;
    border: 1px solid transparent;
    border-color: #222a35;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.chat-input--container .chat-input {
    padding: 1px;
    position: relative;
}

.chat-input--container .chat-input .form-input--container {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.chat-input--container .chat-input .form-input--wrapper {
    display: flex;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 20px;
    max-height: 160px;
    padding: 16px 64px 16px 12px;
    position: relative;
}

.chat-input--container .chat-input .form-input--wrapper .pulse-dot-1 {
	background-color: rgb(34 197 94);
	border-radius: 9999px;
	width: 8px;
	height: 8px;
	position: absolute;
    top: 22px;
    right: 60px;
}

.chat-input--container .chat-input .form-input--wrapper .pulse-dot-2 {
	background-color: rgb(34 197 94);
	border-radius: 9999px;
	animation: ping 1s cubic-bezier(0,0,.2,1) infinite;
	width: 8px;
	height: 8px;
	position: absolute;
    top: 22px;
    right: 60px;
}

@keyframes ping {
    75%,to {
        transform: scale(2);
        opacity: 0;
    }
}

.chat-input--container .chat-input .message-input {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    height: auto;
    padding: 0;
    resize: none;
    outline: 0;
}

.chat-input--container .chat-input .message-input::-moz-placeholder {
    color: #8895a2;
}

.chat-input--container .chat-input .message-input:-ms-input-placeholder {
    color: #8895a2;
}

.chat-input--container .chat-input .message-input::-webkit-input-placeholder {
    color: #8895a2;
}

.chat-input--container .send-btn {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.15;
    height: 40px;
    width: 40px;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 6px;
    min-width: 0;
}

.chat-input--container .send-btn:hover {
    background-color: #333e4e;
}

.chat-input--container .send-btn .svg-icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.chat-input--container .disclaimer-text {
    color: #b5c3d2;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 12px 0 0;
}


/* About */
.our-mission--section, .career-section, .why-zc--section {
    padding: 140px 0 48px;
    position: relative;
}

.our-mission--section .hero-bg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    top: -.5%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
}

.our-mission--section .om-content {
    border-top: 1px solid #30363d;
    text-align: left;
    margin: 64px 0 24px;
    padding-top: 24px;
    position: relative;
    z-index: 9;
}

.our-mission--section .om-content .copy-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 7rem;
}

.our-mission--section .om-content .copy-flex .left-content, .our-mission--section .om-content .copy-flex .right-content {
    width: 50%;
}

.about-signatures {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    margin-top: 16px;
}

.about-signature--wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.about-signature--wrap .sig-image {
    width: 150px;
    height: auto;
}

.about-signature--wrap .is-signature--name {
    color: #fff;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 5px;
}

.about-signature--wrap .is-signature--title {
    color: #5b9af9;
    font-size: 11px;
    font-family: 'Geist Mono', sans-serif;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

.our-mission--section .small-title, .career-section .content-wrap .small-title {
    color: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 24px;
    white-space: nowrap;
}

.our-mission--section h2, .career-section .content-wrap .large-title {
    color: var(--color-text-default);
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 24px;
}

.our-mission--section .om-content .large-text {
    color: var(--color-text-default);
    font-size: 28px;
    line-height: 1.3;
    margin-top: 0;
    max-width: 450px;
}

.our-mission--section .om-content .body-text, .career-section .content-wrap .body-text {
    color: #d7dee9;
    font-size: 16px;
    line-height: 1.65;
} 

.career-section .content-wrap .body-text {
    font-size: 18px;
}

.about-us--content {
    padding-top: 48px;
    padding-bottom: 24px;
}

.about-us--content h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 26px;
}

.cv-section, .offering-section, .t-fix--section, .t-platform--section {
    padding: 80px 0;
    position: relative;
}

.offering-section {
    padding: 24px 0 80px;
}

.cv-content--block, .offering-content--block {
    background-color: #111;
    border-radius: 4px;
    padding: 80px 64px;
    position: relative;
    z-index: 9;
}

.cv-content--header h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 8px;
}

.cv-content--header p {
    color: var(--color-text-body);
}

.cv-content--grid, .offering-content--grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin-top: 32px;
    margin-bottom: 0;
}

.offering-content--grid {
    border-top: 1px solid #323745;
    gap: 40px;
    padding-top: 40px;
    margin-top: 0;
}

.cv-grid--list, .offering-grid--list {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cv-grid--list .list-header, .offering-grid--list .list-header {
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

.cv-grid--list .icon-wrapper {
    position: relative;
}

.cv-grid--list .icon-wrapper .icon, .offering-grid--list .svg-icon {
    width: 36px;
    height: 36px;
    display: block;
    fill: currentColor;
}

.cv-grid--list .list-header .heading-text, .offering-grid--list .list-header .heading-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0;
    display: inline-block;
    color: #fff;
}

.cv-grid--list .body-text, .offering-grid--list .body-text {
    font-size: 15px;
    line-height: 1.6;
    color: #d7dee9;
    margin: 0;
}

.offering-section .bg-glow {
    position: absolute;
    width: 1000px;
    aspect-ratio: auto 1000 / 1000;
    height: 1000px;
    bottom: 60px;
    right: 200px;
}

.why-zc--section .section-copy, .our-mission--section .section-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 9;
    margin-bottom: 80px;
}

.why-zc--section .section-copy .small-title, .our-mission--section .section-copy .small-title, .our-mission--section .om-content .small-title {
    color: #5b9af9;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Geist Mono', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 14px;
    margin-bottom: 18px;
}

.why-zc--section .section-copy .large-text, .our-mission--section .section-copy .large-text {
    color: var(--color-text-default);
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.075rem;
    margin-top: 0;
    margin-bottom: 26px;
    max-width: 800px;
}

.why-zc--section .section-copy .body-text, .our-mission--section .section-copy .body-text {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--color-text-body);
    margin-top: 80px;
    width: 100%;
}

.why-zc--section .section-copy .body-text span, .our-mission--section .section-copy .body-text span {
    max-width: 650px;
}

.why-zc--section .section-copy .body-text span, .our-mission--section .section-copy .body-text .btn-action {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 0;
}


/* Enterprise */
.enterprise-section {
    padding: 140px 0 48px;
    position: relative;
}

.enterprise-section .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 9;
    margin-bottom: 16px;
}

.enterprise-section .content-wrap .header-tag {
    color: #5b9af9;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Geist Mono', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 14px;
    margin-bottom: 18px;
}

.enterprise-section .content-wrap .large-text {
    color: var(--color-text-default);
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.075rem;
    margin-top: 0;
    margin-bottom: 26px;
    max-width: 680px;
}

.enterprise-section .content-wrap .body-text {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--color-text-body);
    margin-top: 80px;
    width: 100%;
}

.enterprise-section .content-wrap .body-text .span-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 760px;
}

.enterprise-section .content-wrap .body-text span {
    max-width: 650px;
}

.enterprise-section .content-wrap .body-text .btn-action {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 0;
}

.cwf-section--copy {
    width: 600px;
}

.cwf-section--copy .large-text {
    font-size: 48px;
}

.offering-grid--list .list-header {
    color: #5b9af9;
}

.offering-grid--list:nth-child(2) .list-header {
    color: #a371d2;
}

.offering-grid--list:nth-child(3) .list-header {
    color: #3ad0bd;
}


/* Our Process */
.op-block {
    padding: 80px 0;
}

.op-block .section-header {
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}

.op-block .section-header .content-wrap {
    max-width: 100%;
    flex: 1 1 0;
}

.op-block .section-header .heading-tag {
    color: #5b9af9;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Geist Mono', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}

.op-block .section-header .text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 48px;
}

.op-block .section-header .text-wrapper .large-text {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
    max-width: 500px;
}

.op-block .section-header .text-wrapper .small-text--wrapper {
    display: flex;
    align-items: flex-end;
}

.op-block .section-header .text-wrapper .small-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    flex:  1 1 0;
    max-width: 28rem;
    width: 100%;
}

.op-block .op-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-gap: 15px;
}

.op-block .op-grid .op-card {
    background-color: transparent;
    border: 1px solid #323745;
    border-radius: 2px;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
    -webkit-transition: box-shadow .5s ease-in-out, border .5s ease-in-out;
    transition: box-shadow .5s ease-in-out, border .5s ease-in-out;
    position: relative;
    width: 100%;
}

.op-block .op-grid .op-content {
    color: #fff;
    padding: 1.5rem 1.5rem;
    padding-top: 5rem;
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.op-block .op-grid .op-content .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: .5rem;
    transition: all .35s ease-in-out;
    height: 100%;
}

.op-block .op-grid .op-content .large-text {
    color: #dbdbdb;
    font-size: 28px;
    font-family: 'Geist Mono', monospace;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
}

.op-block .op-grid .op-content .body-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.op-block .op-grid .op-step {
    top: 1.5rem;
    left: 1.5rem;
    position: absolute;
    z-index: 10;
}

.op-block .op-grid .op-step--text {
    color: #5b9af9;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Geist Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.op-block .op-grid .slide-up--panel {
    background: #0f6fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 5;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translateY(400px);
    padding: 1.5rem;
}

.op-block .op-grid .op-card:hover .op-step--text {
    color: #fff;
}

.op-block .op-grid .op-card:hover .slide-up--panel, .op-block .op-grid .op-card:hover .slide-up--panel .body-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.op-block .op-grid .slide-up--panel .body-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 0;
    line-height: 140%;
    transform: translateY(10px);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}


/* Why Block */
.why-block {
    padding: 80px 0 48px;
}

.why-block .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
    margin-bottom: 96px;
}

.why-block .content-wrap .text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 48px;
}

.why-block .content-wrap .text-wrapper .large-title {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
    max-width: 500px;
}

.why-block .content-wrap .text-wrapper .small-text--wrapper {
    display: flex;
    align-items: flex-end;
}

.why-block .content-wrap .text-wrapper .small-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    flex:  1 1 0;
    max-width: 28rem;
    width: 100%;
}

.why-block .why-grid {
    display: grid;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: repeat(1,min-content);
    position: relative;
}

.why-block .why-grid .why-item {
    border-bottom: 1px solid rgb(39, 39, 42);
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 40px 40px 80px 0;
}

.why-block .why-grid .why-item:nth-child(3), .why-block .why-grid .why-item:last-child {
    border: none;
}

.why-block .why-grid .why-item .text-icon--wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-block .why-grid .why-item .text-icon--wrapper .svg-icon {
    color: #6666ff;
    flex: none;
    fill: currentColor;
    height: 30px;
    position: relative;
    width: 30px;
}

.why-block .why-grid .why-item:nth-child(2) .text-icon--wrapper .svg-icon {
    color: #d896df;
}

.why-block .why-grid .why-item:nth-child(3) .text-icon--wrapper .svg-icon {
    color: #5cdda3;
}

.why-block .why-grid .why-item:nth-child(4) .text-icon--wrapper .svg-icon {
    color: #ce744e;
}

.why-block .why-grid .why-item .large-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    min-width: 230px;
}

.why-block .why-grid .why-item .small-text {
    color: #d3d3d4;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}


.t-fix--section .cwf-section--copy, .t-platform--section .cwf-section--copy {
    margin-bottom: 40px;
}

.t-fix--section .t-fix-tab-wrapper, .t-platform--section .t-platform-tab-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* max-width: 1080px; */
    position: relative;
}

.t-fix--section .t-fix-tab-wrapper .tabs-menu, .t-platform--section .t-platform-tab-wrapper .tabs-menu {
    background-color: var(--color-background-tertiary);
    border: 1px solid #444C56;
    border-radius: 12px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .03);
    align-items: center;
    display: flex;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-top: 40px;
    margin-bottom: -28px;
    padding: 6px;
    z-index: 2;
}

.t-fix--section .t-fix-tab-wrapper .tabs-menu .nav-link, .t-platform--section .t-platform-tab-wrapper .tabs-menu .nav-link {
    background-color: var(--color-background-tertiary);
    border-radius: 8px;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    mix-blend-mode: luminosity;
    display: flex;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
}

.t-fix--section .t-fix-tab-wrapper .tabs-menu .nav-link .image-icon {
    width: 16px;
    height: 16px;
}

.t-fix--section .t-fix-tab-wrapper .tabs-menu .nav-link:hover, .t-platform--section .t-platform-tab-wrapper .tabs-menu .nav-link:hover {
    border-color: transparent;
    color: #5b9af9 !important;
    mix-blend-mode: normal;
}

.t-platform--section .t-platform-tab-wrapper .tabs-menu .nav-link:hover {
    color: rgba(255, 255, 255, .95) !important;
}

.t-fix--section .t-fix-tab-wrapper .tabs-menu .nav-item.active .nav-link, .t-platform--section .t-platform-tab-wrapper .tabs-menu .nav-item.active .nav-link {
    color: #5b9af9;
    letter-spacing: .01em;
    mix-blend-mode: normal;
    background-color: rgba(5, 85, 193, .07);
    border: 1px solid rgba(9, 150, 297, .4);
}

.t-platform--section .t-platform-tab-wrapper .tabs-menu .nav-item.active .nav-link {
    background-color: var(--color-background);
    border-color: var(--color-background);
    color: #fff;
}

.t-fix--section .t-fix-tab-wrapper .tab-content, .t-platform--section .t-platform-tab-wrapper .tab-content {
    background-color: var(--color-background-tertiary);
    border: 1px solid #444C56;
    border-bottom-color: rgba(59, 129, 232, .8);
    border-radius: 20px;
    display: block;
    width: 100%;
    position: relative;
    overflow: visible;
}

.t-platform--section .t-platform-tab-wrapper .tab-content {
    border-color: #444C56;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 632px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-wrapper {
    background-color: var(--color-background-tertiary);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .03);
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    overflow: visible;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-top {
    padding: 12px;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-top .content-flex {
    background-color: #232a33;
    border: 1px solid #444C56;
    border-radius: 16px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    display: flex;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-top .content-50 {
    width: 50%;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-top .left-content {
    border-right: 0.5px solid #444C56;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    display: flex;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-top .right-content {
    border-left: 0.5px solid #444C56;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-bottom {
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 28px 40px 40px;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-bottom .content-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column-gap: 8px;
    grid-row-gap: 4px;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-bottom .large-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

.t-fix--section .t-fix-tab-wrapper .tab-content .content-bottom .body-text {
    color: var(--color-text-body);
    font-size: 16px;
    line-height: 160%;
}

.our-mission--section .bg-wrapper, .hero-section .bg-wrapper, .use-cases--section .bg-wrapper {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.our-mission--section .bg-wrapper .gradient, .hero-section .bg-wrapper .gradient, .use-cases--section .bg-wrapper .gradient {
    border-radius: 100%;
    width: 50rem;
    height: 50rem;
    position: absolute;
    bottom: auto;
    left: 0%;
    right: auto;
}

.our-mission--section .bg-wrapper .gradient.is-1, .hero-section .bg-wrapper .gradient.is-1, .use-cases--section .bg-wrapper .gradient.is-1 {
    top: -20%;
    left: -26%;
    overflow: hidden;
}

.our-mission--section .bg-wrapper .gradient.is-2, .hero-section .bg-wrapper .gradient.is-2, .use-cases--section .bg-wrapper .gradient.is-2 {
    opacity: .51;
    top: 23%;
    bottom: auto;
    left: auto;
    right: -21%;
    overflow: hidden;
}


/* Timelines */
.timelines-block, .career-listings {
    padding: 96px 0 80px;
}

.timelines-block .content-wrap, .career-listings .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
    margin-bottom: 96px;
}

.timelines-block .content-wrap .text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 48px;
}

.timelines-block .content-wrap .text-wrapper .large-title, .career-listings .content-wrap .text-wrapper .large-title {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
    max-width: 500px;
}

.timelines-block .content-wrap .text-wrapper .small-text--wrapper {
    display: flex;
    align-items: flex-end;
}

.timelines-block .content-wrap .text-wrapper .small-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    flex:  1 1 0;
    max-width: 28rem;
    width: 100%;
}

.timelines-lists, .about-us--data {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 9;
}

.timelines-lists .horizontal-line {
    background-image: linear-gradient(94deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .1));
    width: 100%;
    height: 1px;
    position: absolute;
    top: 8px;
}

.timelines-lists .timelines-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex;
}

.timelines-lists .timelines-item .outer-dot {
    border: 2px solid transparent;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

.timelines-lists .timelines-item .inner-dot {
    background-color: #05c168;
    border-radius: 50px;
    width: 6px;
    height: 6px;
}

.timelines-lists .timelines-item .content-body {
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
}

.timelines-lists .timelines-item .timeline-date {
    color: #7d8187;
    font-size: 13px;
    font-family: 'Geist Mono', sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.timelines-lists .timelines-item .timeline-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.timelines-lists .timelines-item .timeline-name {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.timelines-lists .timelines-item .timeline-des {
    color: #7d8187;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

.about-us--data .data-item {
    display: flex;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.about-us--data .data-item .data-value {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.02rem;
}

.about-us--data .data-item .data-text {
    color: var(--color-text-body);
    font-size: 14px;
    line-height: 20px;
}

.about-us--quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-us--quote .quote-icon--wrapper {
    box-sizing: content-box;
    max-width: 100%;
    width: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-us--quote .quote-icon {
    background-color: #bad5ff;
    height: 75px;
    width: 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-us--quote .quote-text--wrapper {
    margin: 30px 0;
}

.about-us--quote .quote-text {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
}

.about-us--quote .quote-author {
    color: var(--color-text-body);
    font-size: 11px;
    font-family: 'Geist Mono', sans-serif;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}


/* Hero Divider */
.hero-image--divider {
    height: 540px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.hero-image--divider .image-divider {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}


/* Our Story */
.our-story--block {
    position: relative;
    padding: 80px 0px 96px;
}

.our-story--block .content-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 2rem;
    padding-top: 2rem;
}

.our-story--block .content-wrap .left-side {
    width: 50%;
}

.our-story--block .content-wrap .right-side {
    max-width: 54rem;
    margin-top: 0px;
}

.our-story--block .content-wrap .left-side .text-wrapper {
    display: flex;
    flex-direction: row;
    gap: 6rem;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.our-story--block .content-wrap .left-side .text-wrapper .heading-tag {
    color: #ffffff80;
    font-size: 13px;
    font-family: 'Geist Mono', monospace;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
}

.our-story--block .content-wrap .left-side .text-wrapper .large-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 130%;
    margin-top: 0.625rem;
}

.our-story--block .content-wrap .right-side .intro-text {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 1rem;
}

.our-story--block .content-wrap .right-side .text-wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.our-story--block .content-wrap .right-side .text-wrapper .text-block {
    width: 50%;
}

.our-story--block .content-wrap .right-side .text-wrapper .text-block .des-text {
    color: #b4b4b4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2rem;
}


/* Team */
.team-section {
    padding: 80px 0;
}

.team-section .content-wrap .large-text {
    color: var(--color-text-default);
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.team-grid {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

.team-card {
    background-color: transparent;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 30px 30px;
    position: relative;
}

.team-card .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 1rem;
}

.team-card .content-wrap .team-avatar {
    width: 130px;
    height: 130px;
    border-radius: 100px;
}

.team-card .content-wrap .team-avatar .image {
    border-radius: 100px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-card .content-wrap .team-name--wrap {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
    text-align: center;
    gap: 4px;
}

.team-card .content-wrap .team-name--wrap .team-name {
    color: var(--color-text-default);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.team-card .content-wrap .team-name--wrap .team-pos {
    color: var(--color-text-body);
    font-size: 12px;
    font-family: 'Geist Mono', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    text-transform: uppercase;
}

.team-card .content-wrap .action-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: center;
}

.team-card .content-wrap .action-link {
    border: 1px solid var(--border-color);
    border-radius: 100px;
    color: var(--color-text-body);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
}

.team-card .content-wrap .action-link .svg-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}


/* Career */
.career-section .content-wrap {
    text-align: center;
}

.career-section .content-wrap .large-title {
    margin-top: 0;
}

.career-section .content-wrap .body-text {
    color: var(--color-text-default);
    font-size: 16px;
}

.career-image--thumbnail {
    padding: 64px 0;
}

.career-listings .content-wrap .body-text {
    max-width: 500px;
}

.job-listings--container {
    margin-top: 2.5rem;
}

.job-listings--container .job-link {
    background-color: var(--color-background-tertiary);
    border: 1px solid var(--border-color);
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 1.75rem;
}

.job-listings--container .job-link:hover {
    border-color: #466180;
}

.job-listings--container .job-link:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.job-listings--container .job-link:not(first-of-type) {
    margin-top: -1px;
}

.job-listings--container .job-link:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.job-listings--container .job-link .job-name {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 1.5rem;
    min-width: 316px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-listings--container .job-link .job-info--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.job-listings--container .job-link .job-info--wrap .location-badge, .job-listings--container .job-link .job-info--wrap .apply-badge {
    background-color: var(--color-background-secondary);
    border: 1px solid var(--border-color);
    border-radius: 9999px;
    color: var(--color-text-body);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: .75rem;
    line-height: 1rem;
    padding: 4px 10px;
}

.job-listings--container .job-link .job-info--wrap .location-badge .svg-icon {
    width: 12px;
    height: 12px;
}


/* Benefits */
.benefits-section {
    padding: 80px 0 96px;
}

.benefits-section .content-wrap {
    text-align: left;
}

.benefits-section .content-wrap .large-title, .jobs-listing .content-wrap .large-title {
    color: var(--color-text-default);
    font-size: 32px;

    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 12px;
}

.benefits-section .content-wrap .body-text, .jobs-listing .content-wrap .body-text {
    color: var(--color-text-body);
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 24px;
}

.benefits-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    gap: 42px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: auto;
}

.benefits-grid .benefits-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.benefits-grid .benefits-item .benefits-icon {
    margin: 0;
    max-width: 100%;
    width: 40px;
    height: 40px;
}

.benefits-grid .benefits-item .benefits-text--large {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-text-default);
}

.benefits-grid .benefits-item .benefits-text--small {
    color: var(--color-text-body);;
    line-height: 1.55;
    margin: 0;
    padding-top: 0;
}


/* Job Listing */
.jobs-listing {
    padding: 48px 0 80px;
}

.jobs-listing table, .jobs-listing tbody, .jobs-listing td, .jobs-listing th, .jobs-listing tr {
    display: revert;
    border: 0;
}

.jobs-listing td, .jobs-listing th {
    padding: 1.25rem 0;
}

.jobs-listing td {
    vertical-align: middle;
    border-bottom: 1px solid var(--border-color);
}

.jobs-listing h4, .jobs-listing p {
    color: var(--color-text-default);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

.jobs-listing h4 {
    font-weight: 600;
}

.jobs-listing .jobs-listing--job a {
    color: inherit;
    /* color: #0045ff; */
}



/* Product Pricing */
.product-pricing {
    padding: 120px 0;
    position: relative;
}

.product-pricing .gradient-bg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    opacity: .3;
    position: absolute;
    top: -.5%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
}

.product-pricing .content-wrap {
    text-align: left;
    margin-top: 48px;
    margin-bottom: 64px;
}

.product-pricing .content-wrap .small-title {
    color: var(--color-text-body);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
}

.product-pricing .content-wrap .large-title {
    color: var(--color-primary);

    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 24px;
}

.product-pricing .content-wrap .body-text {
    color: var(--color-text-body);
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 24px;
}

.pricing-3x--benefits {
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 64px;
    width: 100%;
}

.pricing-benefit--item {
    width: 100%;
    color: #ccdae7;
    border-bottom: 1px solid #21262d;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1em;
    display: flex;
    justify-self: start;
}

.pricing-benefit {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: start;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 2;
}

.pricing-benefit .icon {
    width: 24px;
    height: 24px;
}

.pricing-benefit .text {
    color: var(--color-text-body);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

.pricing-card--grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.pricing-card {
    background-color: var(--color-background-tertiary);
    border: 1px solid var(--border-color);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 1.5rem;
}

.pricing-card.popular {
    background-color: #230c0e;
    border-color: #7d2b36;
}

.pricing-card--content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pricing-category {
    color: var(--color-primary);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    margin: 0;
}

.pricing-text {
    color: var(--color-text-body);
    font-size: 16px;
    font-weight: 400;
}

.pricing-card.popular .pricing-text {
    color: #be4455;
}

.pricing-price--wrap {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.pricing-price {
    color: var(--color-offwhite);
    font-size: 48px;

    font-weight: 600;
    line-height: 1;
}

.pricing-price.currency {
    font-size: 24px;
}

.pricing-card.popular .pricing-price {
    color: #ff5c73;
}

.pricing-cta--button {
    background-color: var(--color-background-secondary);
    border: 1px solid var(--border-color);
    border-radius: .5rem;
    color: var(--color-primary);
    display: flex;
    line-height: 1;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
}

.pricing-card.popular .pricing-cta--button {
    background-color: #a02d3c;
    border-color: #dc4c5f;
}

.pricing-plan--des {
    color: var(--color-text-default);
    font-size: 15px;
    line-height: 1.6;
}

.pricing-table--wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
    position: relative;;
}

.pricing-table {
    border: 0;
    width: 100%;
    text-align: left;
}

.pricing-table thead th:not(:first-child) {
    font-weight: 500;
    width: 12rem;
}

.pricing-table tr {
    border-color: var(--border-color);
}

.pricing-table thead tr {
    border-width: 2px;
}

.pricing-table tbody th, .pricing-table tbody td, .pricing-table thead th {
    border: 0;
    color: var(--color-text-default);
    padding-left: 0;
}

.pricing-table tbody td {
    font-size: 15px;
    line-height: 1.4;
}

.pricing-table .check-mark {
    color: #09ce68;
}

.pricing-table .cancel-mark {
    color: var(--color-text-body);
}

.pricing-calculator {
    padding: 64px 0 80px;

}

.pricing-calculator--wrapper {
    display: flex;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.06);
    border-color: transparent;
    background: var(--color-background-tertiary);
    margin: 0 auto;
    min-height: 500px;
}

.pricing-calculator--left {
    padding: 50px 3%;
    width: 60%;
}

.pricing-calculator .heading-text {
    position: relative;
    color: var(--color-primary);
    text-align: left;
    font-size: 24px;

    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 12px;
    z-index: 1;
}

.pricing-calculator .body-text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-text-body);
    margin-bottom: 24px;
}

.pricing-calculator .form-block {
    margin-top: 32px;
}

.pricing-calculator .form-block label {
    color: var(--color-text-body);
    font-size: 13px;
}

.pricing-calculator .form-block .text-field {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-body);
    background-color: var(--color-background-secondary);
    border: 1px solid var(--border-color);
    text-transform: none;
    border-radius: 8px;
    display: block;
    padding: 12px 15px 12px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    cursor: text;
    outline: 0;
    width: 100%;
}

.pricing-calculator--right {
    background: var(--color-background-secondary);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 50px 3%;
    text-align: center;
    width: 40%;
}

.pricing-calculator--content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pricing-calculator .calculator-price {
    color: var(--color-text-body);
}

.pricing-calculator .c-value, .pricing-calculator .c-currency {
    color: var(--color-offwhite);
    font-size: 42px;

    font-weight: 600;
    margin-top: 5px;
}

.pricing-calculator .c-currency {
    font-size: 24px;
}

.pricing-calculator .tag-wrapper {
    background: linear-gradient(117.15deg, rgba(163, 43, 123, 0.1) -7.16%, rgba(233, 64, 87, 0.1) 56.41%, rgba(242, 113, 33, 0.1) 119.98%);
    border-radius: 4px;
    display: inline-block;
}

.pricing-calculator .tag {
    background: linear-gradient(117.15deg, #A32B7B -7.16%, #E94057 56.41%, #F27121 119.98%);
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1em;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.additional-features--wrapper {
    border-top: 1px solid rgba(130,147,170,.5);
    padding-top: 24px;
    margin-top: 80px;
}

.additional-features {
    display: block;
}

.additional-features ul {
    display: flex;
    list-style: none;
    flex-flow: row wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.additional-features ul li {
    align-items: center;
    color: var(--color-text-default);
    display: inline-flex;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.additional-features .m-text {
    color: var(--color-text-default);
    font-size: 16px;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 32px;
    text-align: left;
}

.additional-features ul .svg-icon {
    margin-right: 8px;
}



/* FAQ */
.faq-section {
    position: relative;
    padding: 64px 0 80px;
}

.faq-wrapper {
    background-color: var(--color-background-tertiary);
    border-radius: 12px;
    padding: 72px 3%;
}

.faq-wrapper .section-title--wrap {
    max-width: 620px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.faq-wrapper .small-title {
    color: #0062ff;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.faq-wrapper .section-title {
    position: relative;
    color: var(--color-primary);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 40px;

    font-weight: 500;
    line-height: 1.2;
    z-index: 1;
}

.faq-wrapper .faq-content-wrapper {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.faq-wrapper .faq-content {
    margin: 3rem 0 1rem;
}

.faq-wrapper .faq-question--wrap {
    cursor: pointer;
    background-color: var(--color-background-secondary);
    margin-bottom: 24px;
    padding: 32px;
}

.accordion-title a {
    color: var(--color-primary);
    line-height: 1.5;
    padding: 0;
}

.accordion-active-color-primary .active .accordion-title a {
    color: var(--color-primary);
}

.accordion-body-underlined .accordion-item {
    border-bottom: 1px solid #17182a;
}

.faq-circle {
    width: 48px;
    height: 48px;
    background-color: var(--border-color);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.accordion-expander {
    font-size: 16px;
    right: 0;
}

.accordion-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.accordion-content > :last-child, .accordion-content > :only-child {
    color: var(--color-text-body);
    margin-bottom: 0;
}


/* Contact */
.contact-section {
    padding: 150px 0 80px;
}


/* Footer */
.footer {
    position: relative;
    color: #98a2aa;
    padding: 100px 0 80px;
    background-color: var(--color-background);
    /* border-top: 1px solid #1f2228; */
}

.footer a:not(.btn):hover, .footer-link:hover {
    color: #0f6fff;
}

.footer-logo--newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo--block {
    width: 30%;
}

.footer-form--block {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 35%;
    margin: 0;
}

.footer-logo {
    width: 145px;
}

.footer-form--heading {
    color: #fff;
    text-align: left;
    font-size: .85rem;
    line-height: 1.5;
}

.footer-form--wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.footer-form--newsletter {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.footer-form--newsletter .input-wrapper {
    background-color: #131313;
    flex: none;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.footer-form--newsletter .input-field {
    color: #ededef;
    background-color: transparent;
    border: none;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2rem;
    text-overflow: ellipsis;
    padding: 16px 20px;
    width: 100%;
    height: 80px;
    margin-bottom: 0;
    outline: 0;
}

.footer-form--newsletter .submit-button {
    color: #f1f1ff;
    background-color: #0f6fff;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: .85rem;
    font-family: 'Geist Mono', monospace;
    line-height: 1;
    text-transform: uppercase;
    height: 40px;
    transition: all .2s;
    position: relative;
    width: 100%;
}

.footer-form--wrapper .disclaimer-text {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.footer-link {
    color: inherit;
    display: inline-block !important;
    font-size: 14px;
    line-height: 1.3;
    max-width: 100%;
}

.footer-link--line {
    background-color: currentColor;
    width: 0%;
    height: 1px;
    transition: width .35s cubic-bezier(.215,.61,.355,1);
}

.footer-link:hover .footer-link--line {
    width: 100%;
}

.footer-contact--wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.footer-contact--text {
    font-size: 15px;
    line-height: 24px;
}

.footer-certification--flex {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.footer-certification--flex .image-icon {
    width: 48px;
    height: 48px;
}

.footer-social--icon--wrapper {
    margin-top: 0;
}

.footer-social--icon--wrapper .social-icon.social-icon-lg li:last-child {
    margin-right: 0;
}

.footer .widget-title {
    font-size: 14px;
    font-family: 'Geist Mono', monospace;
    font-weight: 500;
    letter-spacing: -.04rem;
    color: var(--color-text-body);
    margin-bottom: 16px;
    margin-top: 0;
}

.footer .footer-menu--grid {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(4,minmax(10px,1fr));
}

.footer .footer-menu--item {
    overflow: hidden;
    position: relative;
}

.footer-bottom {
    border-top: 1px solid #30363d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
    margin: 80px 0 16px;
    padding-top: 24px;
}

.footer-bottom p {
    color: #98a2aa;
}

.footer-bottom .social-icon a, .footer-contact--wrapper .social-icon a {
    font-size: 18px !important;
}

.footer-bottom .social-icon .svg-icon {
    width: 18px;
    height: 18px;
}



/* Theme Switch */
.dark-mode--switch-container {
    width: 100%;
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.dark-mode--switch-inner {
    padding-left: 70px;
}

.dark-mode--switch {
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: #202f44;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all 3s ease-out;
}

.dark-mode--switch svg {
    transition: all 1s ease;
}

.dark-mode--switch svg>path {
    fill: #fff;
}

.dark-mode--switch:hover {
    transform: scale3d(1.2,1.2,1.2);
    background: #202f44;
}

.dark-mode--switch:hover svg {
    -webkit-animation: buttonRotate 6s;
    animation: buttonRotate 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.dark-mode--switch:hover svg>path {
    fill: #fff;
}

@-webkit-keyframes buttonRotate {
    0% {
        transform: rotate(0deg)
    }

    5% {
        transform: rotate(0deg)
    }

    30% {
        transform: rotate(-25deg) translateY(4px)
    }

    60% {
        transform: rotate(60deg) translateY(-2px)
    }
}

@keyframes buttonRotate {
    0% {
        transform: rotate(0deg)
    }

    5% {
        transform: rotate(0deg)
    }

    30% {
        transform: rotate(-25deg) translateY(4px)
    }

    60% {
        transform: rotate(60deg) translateY(-2px)
    }
}

.theme-dark .dark-mode-switch {
    background: #fff;
}

.theme-dark .dark-mode-switch svg>path {
    fill: #202f44;
}

.dark-mode-overlay {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}


/* Media Query */
@media (max-width: 767px) {
    .d-xs-none {
        display: none;
    }
    .navbar-header > * {
        -webkit-box-flex: 0;
        flex: 0 0 40%;
    }
    .nav-trigger .bar {
        background-color: var(--color-primary);
    }
    .mobile-nav-activated [data-mobile-nav-style=modern] #wrap {
        background-color: var(--color-background-tertiary);
    }
    [data-mobile-nav-style=modern]:before {
        background-color: var(--color-background-tertiary);
        background-image: none;
    }
    [data-mobile-nav-style=modern] .navbar-collapse-clone {
        top: 6vh;
    }
    .megamenu .grid-menu {
        display: block;
    }
    .mega-link .text-icon--wrapper .link-name, .megamenu-row--lists li a .link-name {
        font-size: 14px;
    }
    .mega-link .link-description, .megamenu-row--lists li a .link-description, .megamenu .grid-menu--wrapper h4 {
        display: none;
    }
    .megamenu-row--wrapper h4 {
        font-size: 14px;
        margin-top: 24px;
    }
    ul.nav.main-nav > li > a, [data-mobile-nav-style=modern] .megamenu .megamenu-container, .megamenu-description, .megamenu-row--wrapper {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 22px;

    }
    ul.nav.main-nav > li > a {
        font-size: 18px;
    }
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul > li > a {
        padding: 1rem 0;
        margin-left: 0;
        border-radius: 0;
    }
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul > li:first-child > a {
        padding-top: 0;
    }
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul > li:last-child > a {
        padding-bottom: 0;
    }
    [data-mobile-nav-style=modern] .navbar-collapse-clone ul > li > a:hover, [data-mobile-nav-style=modern] .navbar-collapse-clone ul > li > a:focus {
        background-color: transparent;
    }
    .megamenu .lqd-custom-menu li:not(:last-child) {
        border-bottom: 1px solid var(--border-color);
    }
    .mega-link .text-icon--wrapper .image-icon {
        display: none;
    }
    .megamenu-row--wrapper {
        padding-right: 0;
    }
    .the__button {
        padding: 15px 20px;
        min-width: 130px;
        width: 100%;
    }
    .the__button+.the__button {
        background: none;
        border: none;
        color: var(--color-text-default);
    }
    .the__button+.the__button.btn--white .the__button-arrow {
        color: currentColor;
    }
    .hero-copy .content-wrap {
        width: 100%;
        max-width: 100%;
    }
    .hero-copy, .features-copy, .cta-block-v2 .cta-block--description, .use-cases--copy h3, .solutions-header, .solutions-why .copy, .cta-block .two-halves--left, .cta-block .two-halves--right, .pricing-calculator--left, .pricing-calculator--right {
        width: 100%;
    }
    .hero-copy h1 {
        font-size: 38px;
    }
    .hero-copy--wrap {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 16px;
    }
    .hero-copy--links {
        align-items: flex-start;
    }
    .hero-copy--links .the__button+.the__button, .cta-block--links .cta-btn:first-child {
        margin: 0;
    }
    .hero-text--animation .typing-text {
        font-size: 36px;
        line-height: 1.2;
    }
    .hero-row .hero-left, .use-cases--section .content-wrap .large-text, .use-cases--cp .large-text {
        max-width: 100%;
    }
    .hero-tag--gradient {
        font-size: 14px;
    }
    .hero-body--text {
        font-size: 16px;
    }
    .hero-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-images .hero-image--item, .footer-logo--block, .footer-form--block, .our-story--block .content-wrap .right-side .text-wrapper .text-block {
        width: 100%;
    }
    .logo-text--wrapper {
        line-height: 1.4;
    }
    .our-mission--section .section-content {
        margin-bottom: 24px;
    }
    .cv-content--block {
        padding: 40px 18px;
    }
    .features-grid--list {
        display: block;
        margin-bottom: 8px;
    }
    .why-list, .solutions-why .why-flex--wrapper, .cv-content--grid, .pricing-3x--benefits, .pricing-card--grid, .solutions-grid, .pre-product--block .content-wrap .text-wrapper, .steps-block .section-header .text-wrapper, .solutions-card--grid, .product-box--grid, .footer-logo--newsletter, .our-values--list {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .product-box--grid, .product-box--grid.lower-grid {
        height: 100%;
    }
    .cv-content--grid, .pricing-3x--benefits, .pricing-card--grid {
        gap: 20px;
    }
    .features-block .hero-bg, .solutions-section .hero-bg {
        width: 100%;
        height: 80%;
        object-fit: cover;
        top: -86%;
    }
    .solutions-section .hero-bg {
        top: -2%;
    }
    .why-list .why-heading {
        font-size: 20px;
    }
    .blog-card {
        margin-bottom: 48px;
    }
    .card-section--resources, .blog-resources, .blog-resources--single {
        padding-bottom: 48px;
    }
    .cards-section--copy h3, .features-copy h3, .use-cases--copy h3, .solutions-header .header-text, .cta-block .cta-title, .our-mission--section h3 {
        font-size: 28px;
    }
    .cards-section--copy p, .cta-block--description p, .features-copy p, .cwf-section--copy p {
        font-size: 16px;
    }
    .solutions-header--wrap, .product-pricing .content-wrap {
        padding-top: 0;
        margin-top: 0;
    }
    .solutions-section .solutions-list--card .large-title, .faq-wrapper .section-title {
        font-size: 24px;
    }
    .features-block, .use-cases, .use-cases--section, .use-cases--bottom, .contact-section {
        padding: 80px 0 80px;
    }
    .contact-section {
        padding-top: 40px;
    }
    .features-block {
        background-image: url(../img/gradient-layer-blur.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .features-copy, .cwf-section--copy, .levels-container .levels-item, .cta-block-v2 .cta-block--content, .testimonial-flex--card .right-content {
        text-align: left;
        width: 100%;
    }
    .more-block .content-container .content-wrap, .steps-block .content-container .content-wrap, .stats-section .content-wrap, .testimonial-slider--block .content-wrap {
        align-items: flex-start;
        text-align: left;
    }
    .features-copy h3, .cwf-section--copy h3, .more-block .content-container .content-wrap .large-title, .steps-block .content-container .content-wrap .large-title, .stats-section .content-wrap .large-title, .testimonial-slider--block .content-wrap .large-title {
        font-size: 26px;
        line-height: 1.3;
    }
    .features-copy p {
        font-size: 16px;
    }
    .hero-copy--links, .product-list--grid, .why-list, .why-feature--list, .stats-data--grid, .cards-section--copy .copy-flex, .cta-block-v2 .cta-block--links, .testimonial-flex--card .left-content .header-flex {
        display: flex;
        flex-direction: column;
    }
    .product-list--grid {
        gap: 40px;
    }
    .product-box--grid .tab-content--popup {
        position: relative;
        top: 6px;
    }
    .product-box--grid .tab-content--products, .product-box--grid .tab-content--conversation, .product-box--grid .tab-content--leads, .product-box--grid .tab-content--ticket, .product-box--grid .tab-content--payment {
        transform: translate(0px);
    }
    .product-box--grid .aas-box .aas-box--card:nth-child(3) {
        width: calc(100% - 28px);
    }
    .hero-copy--links, .cta-block--links {
        gap: 10px;
    }
    .testimonial-flex--card {
        flex-direction: column-reverse;
    }
    .testimonial-flex--card .left-content .header-flex {
        align-items: flex-start;
    }
    .testimonial-flex--card .left-content .header-flex .large-text, .use-cases--section .content-wrap .large-text, .use-cases--cp .large-text, .cta-pill--container .cta-pill--large .pill-text, .why-zc--section .section-copy .large-text, .our-mission--section .section-copy .large-text {
        font-size: 40px;
    }
    .testimonial-flex--card .right-content .image-wrapper img {
        position: relative;
    }
    .cards-section--copy .copy-flex {
        gap: 2rem;
    }
    .product-list--grid .product-card {
        flex-direction: column-reverse;
    }
    .product-list--grid .product-card .card-top .card-top--content {
        padding: 1.5rem 1rem 0;
    }
    .product-list--grid .product-card .card-top, .product-list--grid.grid-three .product-card .card-top {
        height: auto;
    }
    .product-list--grid .product-card.nova-ai-card .card-top {
        height: 320px;
    }
    .product-list--grid .product-card .card-bottom {
        padding: 30px 18px 0;
    }
    .product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper .icon-wrapper {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .product-list--grid .product-card .card-top .card-response--flex .text-wrapper .integration-wrapper .integration-des {
        margin-bottom: 12px;
    }
    .product-list--grid .product-card .card-top .recon-table--wrapper {
        border-top: 1px solid #444C56;
        border-top-left-radius: 8px;
    }
    .more-block .content-container, .steps-block .content-container {
        padding: 48px 24px;
    }
    .levels-card {
        margin-bottom: 32px;
    }
    .levels-container .levels-item .levels-card .card-bottom .card-icon {
        width: 48px;
        height: 48px;
    }
    .levels-container .levels-item .levels-card .card-bottom .card-icon .svg-icon {
        width: 24px;
        height: 24px;
    }
    .levels-container .levels-item .levels-card {
        border: 0;
        gap: 16px;
        padding-left: 0;
        padding-right: 0;
        min-height: 0;
    }
    .cta-block-v2, .our-mission--section, .career-section, .product-pricing {
        padding-top: 48px;
    }
    .cta-block-v2 .cta-block--content {
        padding: 2.5rem 1.2rem;
    }
    .cta-block-v2 .cta-title, .code-snippet--section .code-snippet--copy h3 {
        font-size: 24px;
    }
    .hero-row .hero-right, .cta-block-v2 .cta-image--wrapper, .levels-container .levels-item .levels-card .card-count {
        display: none;
    }
    .cta-block .two-halves, .pricing-calculator--wrapper, .use-cases--cp, .use-cases--section .content-wrap .body-text, .why-zc--section .section-copy .body-text, .our-mission--section .section-copy .body-text, .our-story--block .content-wrap, .our-story--block .content-wrap .right-side .text-wrapper, .our-values--block .section-header .text-wrapper, .timelines-block .content-wrap .text-wrapper, .timelines-lists, .about-us--data {
        flex-direction: column;
    }
    .cta-block .two-halves .two-halves--right, .pricing-calculator--right {
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
    }
    .use-cases--section .content-wrap .body-text, .use-cases--section .content-wrap .body-text .btn-action, .cta-block .two-halves, .pricing-calculator--wrapper, .use-cases--cp, .use-cases--section .content-wrap .body-text, .why-zc--section .section-copy .body-text, .our-mission--section .section-copy .body-text {
        justify-content: flex-start;
        align-items: flex-start;
        flex: none;
    }
    .why-zc--section .section-copy .body-text, .our-mission--section .section-copy .body-text {
        margin-top: 48px;
    }
    .blog-card--title {
        font-size: 18px !important;
    }
    .footer {
        padding-bottom: 40px;
    }
    .footer .footer-menu--grid {
        grid-template-columns: repeat(2,minmax(10px,1fr));
        margin-top: 40px;
    }
    .footer .footer-menu--item {
        margin-bottom: 30px;
    }
    .footer .widget-title {
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 40px;
    }
    .zc-floating--button {
        bottom: 20px;
        right: 15px;
    }
    .zc-floating--button .ai-button {
        border-radius: 9999px;
        padding: 17px 14px;
    }
    .chat-popup {
        border: 0;
        border-radius: 0;
        bottom: 0;
        right: 0;
        height: calc(100vh - 56px);
        min-height: 600px;
        width: 100%;
        z-index: 9999;
    }
    .chat-history {
        height: 100%;
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none!important;
    }
}

@media only screen and (max-width: 1023px) {
    .dark-mode--switch-container {
        display:none
    }
}

@media only screen and (min-width: 768px)and (max-width:1439px) {
    .dark-mode--switch-inner {
        padding-left:30px
    }
}

@media (min-width: 1200px) {
    .container {
        width: auto;
    }
}