:root {
    --zwc-darkBG: #020013;
    --zwc-white: #fff;
    --zwc-text-dark: #111;
    --zwc-text-body: #333;
    --zwc-text-muted: #86829d;
    --zwc-primary-blue: #005ad6;
    --zwc-primary-red: #ea0000;
    --zwc-border-light: #d9e1f0;
    --zwc-section-gap: clamp(60px, 8vw, 120px) 0;
    --zwc-content-max: 1280px;
    --zwc-content-padding: 0 20px;
    --zwc-h1-size: clamp(40px, 5.3vw, 80px);
    --zwc-h2-size: clamp(34px, 4vw, 56px);
    --zwc-h3-size: clamp(20px, 1.6vw, 24px);
    --zwc-p-size: clamp(16px, 1.3vw, 19px);
    --zwc-bnr-p: clamp(16px, 1.3vw, 19px);
    --zwc-h2-sub-size: clamp(28px, 2.8vw, 32px);
    --zwc-section-pb: clamp(50px, 5vw, 70px)
}
.zw-template-inner {
text-wrap:pretty;
}
.zwc-span-block {
  display: block;
}

.zw-template-inner h2 {
    color: var(--zwc-text-dark);
    font-family: var(--zf-primary-bold);
    font-size: var(--zwc-h2-size);
    text-align: center
}

.zw-template-inner h3 {
    font-family: var(--primaryfont-bold);
    font-size: var(--zwc-h3-size);
    color: var(--zwc-text-dark)
}

.zw-template-inner p {
    font-size: var(--zwc-p-size);
    color: var(--zwc-text-body);
    text-align: center
}

.zwc-section-divider {
    max-width: 1280px;
    margin: 0 auto;
    height: 1px;
    background-color: #e5e5e5
}

.zwc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.zwc-section-title--light {
    color: var(--zwc-white)
}

.zwc-text-gradient {
    background: linear-gradient(270deg, #df2632 15.24%, #6900f5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.cta-btn {
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 18px 32px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: inline-block
}

.zwc-cta-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding-right: 22px
}

.zwc-cta-link span,
.zwc-coming-soon {
    font-family: var(--primaryfont-bold);
    font-size: 15px;
    line-height: 1.6;
    color: var(--zwc-primary-blue);
    text-transform: uppercase
}

.zwc-cta-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url('//www.zohowebstatic.com/sites/zweb/images/agents/agents-home-sprite.svg');
    background-repeat: no-repeat;
    background-position: -53px -6px;
    transform: translateY(-50%);
    background-size: 230px
}

.zwc-arrow-hide::after {
    display: none
}

body .loginCase,
body .nonLoginCase {
    display: none
}

body.non-umain .nonLoginCase {
    display: inline-block
}

body.body-umain .nonLoginCase {
    display: none
}

.zwc-bnr-sec {
    color: var(--zwc-white);
    padding: clamp(60px, 8.8vw, 120px) 0 clamp(160px, 25vw, 350px);
    overflow: visible;
    position: relative;
    background: #05001d url(/sites/zweb/images/agents/home-banner-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.zwc-bnr-cnt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative
}
.center-floating-trigger-border-wrapper {
      max-width: 820px;
}

.zw-template-inner h1 {
    font-size: var(--zwc-h1-size);
    color: #fff;
    width: 81%;
    margin: 0 auto 20px;
    text-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
}
.chat-loader-cont {
    display: none !important;
}
.chat-iframe-wrap {
bottom:0 !important;
}
.zsiq-large-size {
    height: 100% !important;
}
.zwc-testimonial-prev, .zwc-testimonial-next {
padding:0;
}
.zwc-mail-id:not(.zwc-mail-id.link-us-only) {
padding-right:0;
}
.zwc-mail-id span:not(.zwc-mail-id.link-us-only span) {
    text-transform: unset;
    font-size: 18px;
}

/* @media only screen and (max-width: 1199px) {
    .zw-template-inner h1 {
        letter-spacing: -1.5px;
        line-height: 1.15
    }
}

@media only screen and (max-width: 767px) {
    .zw-template-inner h1 {
        letter-spacing: -1px;
        line-height: 1.2
    }

} */

.zwc-bnr-sec p {
    color: #fff;
    font-size: var(--zwc-h3-size);
    margin-bottom: 80px;
}

.zwc-bnr-subtitle {
    font-size: var(--zwc-h3-size);
    margin-bottom: 40px;
    color: #fff;
}

.zwc-bnr-swap-word {
    color: #fff;
    font-weight: 600
}

.zwc-strike-wrap {
    position: relative;
    display: inline-block
}

.zwc-strike-word {
    text-decoration: line-through;
    text-decoration-color: #ff1414;
    text-decoration-thickness: 3px;
}

.zwc-swap-word {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    /* background: #0a0527; */
    /* color: #fff; */
    /* font-weight: 600; */
    padding: 4px 14px;
    border-radius: 8px;
    border: 1px solid #3bffe8;
    /* white-space: nowrap; */
    /* font-size: inherit; */
    text-align: center;
    display: flex;
    background-color: #000;
    font-size:var(--zwc-h3-size) ;
    /* justify-content: center; */
    /* align-items: center; */
    /* line-height: 1; */
}

.zwc-swap-word::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #0a0527;
    border-left: 1px solid #3bffe8;
    border-top: 1px solid #3bffe8
}

.zwc-bnr-suggestions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px
}

.zwc-bnr-pill {
    display: inline-block;
    padding: 12px 15px;
    border: none;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    cursor: pointer;
    transition: all .2s;
    background: rgba(255, 255, 255, 0.08);
    font-family: var(--primaryfont-regular)
}

.zwc-bnr-pill:hover {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.08)
}

.zwc-hire-section {
    text-align: center
}

.zwc-hire-section .content-wrap {
    border-bottom: 1px solid #d9e1f0;
    padding: clamp(80px, 8vw, 120px) 0
}

.zwc-hire-content {
    max-width: 835px;
    margin: 0 auto
}

.zwc-hire-content h2 {
    color: #111;
    max-width: 400px;
    width: 100%;
    margin-inline: auto
}

.zwc-hire-content p {
    color: #333;
    margin-bottom: 60px
}

.zwc-hire-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 60px
}

.zwc-hire-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #d9e1f0;
    background: #eaeef4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    flex-shrink: 0
}

.zwc-hire-arrow svg {
    width: 18px;
    height: 18px
}

.zwc-hire-slider {
    overflow: hidden
}

.zwc-hire-slider .slick-list {
    overflow: hidden;
    padding: 10px 0;
    margin: -10px -4px
}

.zwc-hire-slider .slick-slide {
    margin: 0 4px
}

.zwc-hire-card {
    position: relative;
    text-align: center;
    outline: 0;
    border: 1px solid #d9e1f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    background: #fff
}

.zwc-hire-card-img {
    background-color: #080130;
}

.zwc-hire-card-img img {
    width: 100%;
    height: auto;
    display: block
}

.zw-template-inner p.zwc-hire-card-title {
    padding: 26px 10px;
    font-size: clamp(16px, 1.7vw, 22px);
    color: #111;
    line-height: 1.45;
    letter-spacing: -0.44px;
    font-family: var(--zf-primary-bold);
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 116px;;
}

.zwc-hire-cta {
    display: inline-block;
    padding: 16px 32px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.12px;
    transition: background .2s;
    font-family: var(--zf-primary-bold, var(--primaryfont-bold));
    min-width: 199px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.zwc-workforce-section {
    /* background: #fff; */
    padding: 0;
    /* margin-top: clamp(-200px, -14vw, -100px); */
    /* overflow: hidden; */
    position: relative
}

.zwc-workforce-content {
    position: relative;
    z-index: 1
}

.zwc-workforce-content h2 {
    color: #fdfdfd;
    font-size: var(--zwc-h2-sub-size);
    letter-spacing: -0.96px;
    margin-bottom: 0;
}

.zwc-workforce-video-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.zwc-workforce-video {
    position: relative;
 margin-top: clamp(-300px, -22vw, -100px);
    z-index: 10;
}

.zwc-workforce-screenshot {
    width: 100%;
    display: block;
   border-radius:20px;
}

.zwc-workforce-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: 0;
    border: 0;
    cursor: pointer;
    transition: transform .2s
}

.zwc-workforce-play {
    width: 97px;
    height: 97px;
    animation: zwcPlayPulse 2s ease-in-out infinite
}

.zwc-play-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 8px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box
}

.zwc-play-circle {
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.zwc-play-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px
}

.zwc-workforce-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
    animation: none;
    transition: transform .3s ease
}

@keyframes zwcPlayPulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.08)
    }
}

.zwc-workforce-content {
    max-width: 847px;
    width: 100%;
    margin: 0 auto;
    padding-top: clamp(40px, 5vw, 80px);
}

.zwc-workforce-content p {
    margin-bottom: clamp(30px, 3.5vw, 50px)
}

.zwc-workforce-img-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.zwc-workforce-mobile-img {
    display: none
}

.zwc-zia-grid {
    position: relative;
    width: 880px;
    aspect-ratio: 880 / 790
}

.zwc-zia-card {
    position: absolute;
    transition: transform .3s ease
}

.zwc-zia-card:hover {
    transform: translateY(-15px);
    z-index: 3
}

.zwc-zia-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.zwc-zia-card-analyze-data {
    left: 0;
    top: 29.11%;
    width: 28.86%;
    height: 43.92%
}

.zwc-zia-card-conversations {
    left: 17.27%;
    top: 17.72%;
    width: 28.18%;
    height: 43.54%
}

.zwc-zia-card-chat-assistant {
    left: 34.2%;
    top: 6.46%;
    width: 28.3%;
    height: 44.05%
}

.zwc-zia-card-smart-routing {
    left: 16.48%;
    top: 41.14%;
    width: 30.34%;
    height: 43.54%
}

.zwc-zia-card-smart-tagging {
    left: 50.68%;
    top: 17.09%;
    width: 30.34%;
    height: 44.3%
}

.zwc-zia-card-generate-reports {
    left: 51.93%;
    top: 40.89%;
    width: 30.8%;
    height: 45.44%
}

.zwc-zia-card-view-analytics {
    left: 68.64%;
    top: 28.48%;
    width: 31.14%;
    height: 45.32%
}

.zwc-zia-card-automate-tasks {
    left: 33.86%;
    top: 53.42%;
    width: 32.05%;
    height: 46.2%
}

.zwc-zia-card-detect-sentiment {
    left: 31.93%;
    top: 25.95%;
    width: 33.98%;
    height: 23.54%;
    transform: translateY(-15px);
    z-index: 2
}

.zwc-zia-card-detect-sentiment:hover {
    transform: translateY(-15px)
}

.zwc-zia-card-detect-sentiment.zwc-card-default-active .zwc-zia-badge {
    opacity: 1;
    visibility: visible
}

.zwc-zia-badge {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    pointer-events: none
}

.zwc-zia-card:hover .zwc-zia-badge {
    opacity: 1;
    visibility: visible
}

.zwc-zia-card-detect-sentiment .zwc-zia-badge {
    opacity: 0;
    visibility: hidden;
    bottom: 185%;
    left: 50%;
    margin-bottom: 0
}

.zwc-zia-badge-text {
    display: inline-block;
    position: relative;
    background: var(--zwc-white);
    padding: 10px 15px;
    border-radius: 40px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.09);
    font-family: var(--primaryfont-bold);
    font-size: 13px;
    line-height: normal;
    letter-spacing: -0.13px;
    text-transform: uppercase;
    color: var(--zwc-text-dark);
    white-space: nowrap;
    text-align: center
}

.zwc-zia-badge-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--zwc-white)
}

.zwc-platform-section {
    padding: clamp(80px, 8vw, 120px) 0
}

.zwc-platform-section h2 {
    max-width: 425px;
    margin: 0 auto
}

.zwc-platform-header {
    margin-bottom: clamp(30px, 5.1vw, 70px);
}

.zwc-platform-tree {
    position: relative;
    max-width: 1117px;
    margin: 0 auto;
    min-height: 700px
}

.zwc-platform-tree {
    min-height: 1700px
}

.zwc-tree-svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 642px;
    height: 1700px;
    z-index: 3;
    overflow: visible;
    pointer-events: none
}

.zwc-glow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    pointer-events: none
}

.zwc-glow-ring {
    position: absolute;
    border-radius: 50%
}

.zwc-glow-ring--outer {
    width: 95px;
    height: 95px;
    background: rgba(130, 80, 255, 0.1)
}

.zwc-glow-ring--inner {
    width: 67px;
    height: 67px;
    background: rgba(130, 80, 255, 0.2)
}

.zwc-glow-icon {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    display: block
}

.zwc-tree-card {
    position: absolute;
    background: #fff;
    width: 472px;
    padding: 40px 42px 40px 40px;
    box-shadow: 0 64px 104px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease
}

.zwc-tree-card.zwc-tree-visible {
    opacity: 1;
    transform: translateY(0)
}

.zwc-tree-card p {
    margin-bottom: 35px;
    text-align: left
}

.zwc-tree-card--right {
    right: 0
}

.zwc-tree-card--left {
    left: 0
}

.zwc-tree-card[data-index="0"] {
    top: 0
}

.zwc-tree-card[data-index="1"] {
    top: 380px
}

.zwc-tree-card[data-index="2"] {
    top: 760px
}

.zwc-tree-card[data-index="3"] {
    top: 1140px
}

.zwc-tree-card[data-index="4"] {
    top: 1520px
}

.zwc-build-section {
    position: relative;
    z-index: 2;
    padding: var(--zwc-section-gap);
    background-color: #f8f9fb
}

.zwc-build-section .content-wrap {
    text-align: center
}

.zwc-steps-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
    justify-content: center;
    margin: clamp(40px, 3.3vw, 50px) 0 0
}

.zwc-step-item {
    min-width: 200px;
    max-width: 280px;
    position: relative;
    border: 1px solid #d9e1f0;
    filter: drop-shadow(0 64px 104px rgba(0, 0, 0, 0.05))
}

.zwc-step-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.zwc-step-item--1::before {
    background: linear-gradient(90deg, #e84393, #c44b8b)
}

.zwc-step-item--2::before {
    background: linear-gradient(90deg, #c44b8b, #9b3ba8)
}

.zwc-step-item--3::before {
    background: linear-gradient(90deg, #9b3ba8, #6c2eb5)
}

.zwc-step-item--4::before {
    background: linear-gradient(90deg, #6c2eb5, #4a20b0)
}

.zwc-step-content {
    padding: clamp(20px, 1.6vw, 24px) clamp(20px, 1.5vw, 22px) clamp(36px, 2.4vw, 36px);
    height: 100%;
    background: #fff
}

.zwc-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: var(--primaryfont-bold);
    font-size: 12px;
    letter-spacing: -0.12px;
    color: #fff;
    border: 5px solid #d9d9d9;
    background-color: #000
}

.zwc-step-content p {
    margin-top: clamp(14px, 1.2vw, 18px)
}

.zw-template-inner .zwc-step-content p {
    text-align: left
}

.zwc-first-agent-section {
    padding: clamp(80px, 8.8vw, 120px) 0 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(232, 218, 255, 0.4) 0, rgba(255, 255, 255, 1) 50%)
}

.zwc-first-agent-section h2 {
    max-width: 650px;
    margin-inline: auto;
    width: 100%
}

.zwc-first-agent-section .content-wrap {
    text-align: center;
    position: relative
}

.zwc-first-agent-text {
    position: relative;
    z-index: 1
}

.zwc-cta-cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1160px;
    margin: clamp(50px, 5.3vw, 80px) auto 0;
    background-color: var(--zwc-white);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
    padding: clamp(40px, 4vw, 60px) clamp(15px, 2vw, 25px);
    border: 1px solid #d9e1f0
}

.zwc-cta-card {
    flex: 1 1 0;
    text-align: center;
    padding: 0 clamp(20px, 2vw, 30px);
    min-width: 0
}

.zwc-cta-card h3 {
    margin: clamp(16px, 2.5vw, 24px) 0
}

.zwc-zia-title,
.zwc-webinar-title,
.zwc-sales-title {
    padding-top: 70px;
    position: relative
}

.zw-template-inner .zwc-zia-title::before,
.zw-template-inner .zwc-webinar-title::before,
.zw-template-inner .zwc-sales-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('//www.zohowebstatic.com/sites/zweb/images/agents/agents-home-sprite.svg');
    background-repeat: no-repeat;
    background-size: 230px
}

.zw-template-inner .zwc-zia-title::before {
    width: 54px;
    height: 54px;
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/producticon/agents.svg);
    background-size: auto
}

.zw-template-inner .zwc-webinar-title::before {
    width: 62px;
    height: 49px;
    background-position: -108px -3px
}

.zw-template-inner .zwc-sales-title::before {
    width: 54px;
    height: 54px;
    background-position: -173px -2px
}

.zwc-card-separator {
    display: block;
    width: 1px;
    background-color: #d9e1f0
}

.zwc-footer-cta-section h2,
.zwc-footer-cta-section p {
    color: var(--zwc-white)
}

.zwc-footer-cta-section h2 {
    max-width: 90%;
    margin-inline: auto
}
.zwc-footer-cta-section {
        background: linear-gradient(176deg, #05001d 10%, #150084 108%);
}

.zwc-footer-cta-section .content-wrap {
    padding: clamp(60px, 8vw, 120px) 20px;
    max-width: 1160px;
    margin: 0 auto;
    text-align: center
}

.zwc-footer-cta-content {
    max-width: 801px;
    margin: 0 auto
}

.zwc-footer-cta-desc {
    font-family: var(--primaryfont-regular);
    font-size: 19px;
    line-height: 1.84;
    letter-spacing: -0.19px;
    color: var(--zwc-white);
    margin-top: 16px;
    margin-bottom: clamp(30px, 3.3vw, 50px)
}

.zwc-signup-btn {
    display: inline-block;
    padding: 20px 35px;
    background-color: var(--zwc-primary-red);
    color: var(--zwc-white);
    text-decoration: none;
    font-family: var(--primaryfont-bold);
    font-size: 16px;
    line-height: 1.875;
    text-transform: uppercase;
    box-shadow: 0 20px 40px 0 rgba(234, 0, 0, 0.1);
    transition: background-color .3s ease
}

.zwc-signup-btn:hover {
    background-color: #c00
}

.center-floating-trigger-border-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(24px);
    background-clip: padding-box;
    transition: all .2s ease;
    pointer-events: auto;
    width: 100%;
    min-height: 145px;
    margin-inline: auto;
    padding: 20px;
    padding-right: 60px;
    box-sizing: border-box;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.20)
}

.zwc-bnr-cnt .center-floating-trigger-border-wrapper::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    padding: 2px;
    background: conic-gradient(from var(--zwc-border-angle, 0deg), #E918FF, #FF2D65 50%, #1100FF, #E918FF);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

.center-floating-trigger-border-wrapper:focus-within {
    outline: 2px solid #4a90d9;
    outline-offset: -2px;
    border-radius: 20px
}

.center-floating-trigger-border-wrapper:focus-within::before {
    opacity: 1
}

.center-floating-trigger-input {
    width: 100%;
    flex: 1;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: clamp(14px,2vw,16px);
    line-height: normal;
    padding: 0;
    box-sizing: border-box;
    resize: none;
    font-family: var(--primaryfont-regular);
    outline: 0
}

.center-floating-trigger-input:focus {
    outline: 0;
    border: 0;
    box-shadow: none
}

.center-floating-trigger-input::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.center-floating-trigger-border-wrapper:focus-within .center-floating-trigger-input {
    color: #fff
}

.center-floating-trigger-input:focus::placeholder {
    color: rgba(255, 255, 255, 0.3)
}

.center-floating-trigger-send {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    cursor: default;
    opacity: .5;
    transition: all .2s ease;
    flex-shrink: 0;
    position: absolute;
    right: 20px;
    bottom: 20px
}

.center-floating-trigger-input-wrap--has-text .center-floating-trigger-send {
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
}


.center-popup-wizard-backdrop {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1001;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s ease, visibility 0s linear .4s, background .4s ease
}

.center-popup-wizard-backdrop::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(67.78% 67.78% at 50% 50%, #2500D5 0%, #000 100%);
    opacity: 0.6;
    z-index: 0
}

.center-popup-wizard-backdrop.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .35s ease, visibility 0s linear 0s
}

.center-popup-wizard-backdrop > * {
    position: relative;
    z-index: 1
}

.center-popup-wizard-container {
    width: 60%;
    max-width: 60%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .3s ease, transform .3s cubic-bezier(0.4, 0, 0.2, 1), width .4s cubic-bezier(0.4, 0, 0.2, 1), max-width .4s cubic-bezier(0.4, 0, 0.2, 1), height .4s cubic-bezier(0.4, 0, 0.2, 1), max-height .4s cubic-bezier(0.4, 0, 0.2, 1), bottom .4s cubic-bezier(0.4, 0, 0.2, 1), right .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.center-popup-wizard-backdrop.active .center-popup-wizard-container {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease, transform .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.center-popup-wizard-ask-zia-style .center-popup-wizard-border-wrapper {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: border-radius .3s ease, box-shadow .3s ease
}

.center-popup-wizard-ask-zia-style .center-popup-wizard-border-wrapper::before,
.center-popup-wizard-ask-zia-style .center-popup-wizard-border-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background: radial-gradient(45.5% 45.5% at 50% 50%, #2F00FF 0%, rgba(35, 18, 110, 0.00) 100%);
    z-index: 2;
    pointer-events: none
}

.center-popup-wizard-ask-zia-style .center-popup-wizard-border-wrapper::before {
    left: 0
}

.center-popup-wizard-ask-zia-style .center-popup-wizard-border-wrapper::after {
    right: 0
}


.center-popup-wizard-ask-zia-style .center-popup-wizard-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 17px;
    background-color: #2a2a2a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-shrink: 0
}

.center-popup-wizard-header-left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #e0e0e0
}

.center-popup-wizard-header-logo img {
    display: block;
    width: 20px;
    height: 20px
}

.center-popup-wizard-header-title {
    font-weight: 700;
    color: #fff
}

.center-popup-wizard-header-right {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.center-popup-wizard-ask-zia-style .center-popup-wizard-header-icon-btn {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
    position: relative
}

.center-popup-wizard-ask-zia-style .center-popup-wizard-header-icon-btn:hover {
    background: rgba(255, 255, 255, .1)
}

.zwc-icon-minimize {
    display: block;
    width: 10px;
    height: 2px;
    background: #ccc;
    border-radius: 1px;
    position: relative
}

.zwc-icon-minimize.zwc-icon-maximize {
    background: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #ccc;
    border-radius: 2px
}

.zwc-icon-close {
    display: block;
    width: 12px;
    height: 12px;
    position: relative
}

.zwc-icon-close::before,
.zwc-icon-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #ccc;
    border-radius: 1px
}

.zwc-icon-close::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.zwc-icon-close::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.center-popup-wizard-header-icon-btn img {
    width: 14px;
    height: 14px
}

.center-popup-wizard-header-icon-btn[data-tooltip] {
    position: relative
}

.center-popup-wizard-header-icon-btn .zwc-tooltip {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 14px;
    color: #111;
    background: #e0e0e0;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility .15s ease;
    pointer-events: none
}

.center-popup-wizard-header-icon-btn:hover .zwc-tooltip {
    opacity: 1;
    visibility: visible
}

.center-popup-wizard-header-divider {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #4299ff, #009c3e 35%, #ffae00 76%, #fa0011);
    flex-shrink: 0
}

.center-popup-wizard-ask-zia-style .center-popup-wizard-content {
    background: #000;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden
}

.center-popup-wizard-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #000
}

#zsiq_float {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.center-popup-wizard-salesiq-container {
    flex: 1;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    filter: invert(1) hue-rotate(180deg) saturate(1)
}

.center-popup-wizard-salesiq-container img {
    filter: invert(1) hue-rotate(180deg) saturate(1)
}

.zw-template-inner .center-popup-wizard-ai-disclaimer {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.45;
    margin: 0;
    padding: 10px 10px 16px;
    flex-shrink: 0;
    background-color: #000
}

.center-popup-wizard-backdrop.active.minimized {
    background: transparent;
    pointer-events: none
}

.center-popup-wizard-backdrop.active.minimized .center-popup-wizard-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    width: 380px;
    max-width: 380px;
    height: 520px;
    max-height: 520px;
    pointer-events: auto;
    transform: none;
    opacity: 1
}

.center-popup-wizard-backdrop.active.minimized .center-popup-wizard-border-wrapper {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6)
}

.zsiq-show,
.zsiq-float {
    display: none !important;
    opacity: 0 !important
}

body.salesiq-popup-active {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1024px) {
    body.salesiq-popup-active {
        position: static;
        height: auto
    }
}

body.salesiq-popup-active .zsiq_theme1,
body.salesiq-popup-active .zsiq_chat_wrap,
body.salesiq-popup-active .chat-iframe-wrap,
body.salesiq-popup-active [data-id=zsiqembed] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    z-index: auto !important
}

body.salesiq-popup-active .chat-iframe-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important
}

body.salesiq-popup-active .siqcw-conv-footer {
    display: none !important
}

#salesiq-chat-container textarea,
#salesiq-chat-container input[type="text"],
#salesiq-chat-container .siq-chat-compose,
#salesiq-chat-container .siqcw-compose-area,
#salesiq-chat-container [class*="compose"],
#salesiq-chat-container [class*="chat-input"] {
    border-radius: 4px !important
}

#salesiq-chat-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateZ(0)
}

#salesiq-chat-container #siqcht,
#salesiq-chat-container .zls-prelative {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important
}

#salesiq-chat-container #siqcht iframe,
#salesiq-chat-container .zls-prelative iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    border: none !important
}

#salesiq-chat-container .zsiq_theme1 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    inset: unset !important;
    transform: none !important
}

#salesiq-chat-container .zsiq_float {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important
}

/* Floating Chat FAB */
.zwc-chat-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.zwc-chat-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.25)
}

.zwc-chat-fab img {
    width: 28px;
    height: 28px;
    display: block
}

body.salesiq-popup-active .zwc-chat-fab {
    display: none
}

/* ========================================
   Media Queries — Grouped by Breakpoint
   ======================================== */

/* --- min-width: 1280px --- */
@media only screen and (min-width: 1280px) {
    .zw-template-inner h1 {
        line-height: 1.1;
        letter-spacing: -2.4px
    }

    .zw-template-inner h2 {
        line-height: 64px;
        letter-spacing: -2.24px;
    }

    .zw-template-inner h3 {
        line-height: 1.33;
        letter-spacing: -0.24px;
    }

    .zw-template-inner p {
        line-height: 1.84;
        letter-spacing: -0.19px;
    }

    .zwc-bnr-sec p {
        letter-spacing: -0.24px;
        line-height: normal;
    }

    .zwc-bnr-subtitle {
        letter-spacing: -0.24px
    }
    .zwc-workforce-content h2 {
            letter-spacing: -0.96px;
    }
}

/* --- max-width: 1280px --- */
@media only screen and (max-width: 1280px) {
    .zwc-platform-section {
        position: relative;
        min-height: auto
    }

    .zwc-platform-section .content-wrap {
        position: relative;
        top: auto;
        min-height: auto
    }

    .zwc-platform-nav {
        display: none
    }

    .zwc-stack-cards-container {
        position: relative;
        height: auto;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .zwc-stack-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        opacity: 1 !important;
        z-index: 1 !important;
        transition: none !important
    }
}

/* --- max-width: 1199px --- */
@media only screen and (max-width: 1199px) {
    .zwc-platform-tree {
        min-height: auto !important;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
        padding-top: 0
    }

    .zwc-tree-svg,
    .zwc-glow {
        display: none
    }

    .zwc-tree-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: calc(50% - 12px);
        max-width: none;
        opacity: 1 !important;
        transform: none !important;
        border: 1px solid #d9e1f0;
        border-radius: 12px;
        box-sizing: border-box
    }

    .zwc-bnr-rht,
    .zwc-floating-screens {
        display: none
    }

    .zwc-bnr-lft {
        margin-inline: auto;
        text-align: center;
        width: 80%;
        max-width: 800px
    }

    .zwc-bnr-sec .zwc-bnr-gdnt {
        margin-bottom: 30px
    }

    .zwc-bnr-sec p {
        text-align: center
    }

    .zwc-bnr-sec {
        background: linear-gradient(181deg, #000 4.95%, #0F005D 101.77%)
    }

    .zwc-zia-grid {
        width: 660px
    }
}

/* --- max-width: 1024px --- */
@media screen and (max-width: 1024px) {
    .center-popup-wizard-container {
        width: 80%;
        max-width: 80%
    }
    .zw-template-inner h1 {
        width: 60%
    }
    .center-floating-trigger {
        padding: 40px 16px 16px
    }

    .zw-template-inner p.zwc-hire-card-title {
        padding: 16px 10px;
        min-height: 85px
    }

    .zwc-hire-content p {
        margin-bottom: 30px
    }
}

/* --- max-width: 991px --- */
@media only screen and (max-width: 991px) {
    .zwc-bnr-sec .zwc-bnr-gdnt {
        margin-bottom: 80px
    }

    .zwc-footer-cta-section h2 {
        max-width: 100%
    }

    .zwc-bnr-cnt h1 {
        width: 90%
    }

    .zwc-zia-grid {
        display: none
    }
.zwc-workforce-video {
margin-top:-100px;
}

    .zwc-workforce-mobile-img {
        display: block;
        width: 100%;
        height: auto
    }

    .zwc-bnr-sec {
        padding-bottom: 60px
    }

    .zwc-workforce-section {
        background: #fff;
        padding-top: 60px
    }

    .zwc-workforce-content {
        margin-bottom: 24px
    }
.zwc-cta-card {
padding:0;
}

}

/* --- max-width: 768px --- */
@media screen and (max-width: 768px) {
    .center-popup-wizard-container {
        width: 95%;
        max-width: 95%
    }

    .center-popup-wizard-header-actions {
        display: none
    }
}

/* --- max-width: 767px --- */
@media only screen and (max-width: 767px) {
    .zwc-workforce-play {
        width: 60px;
        height: 60px
    }

    .zwc-play-ring {
        border-width: 5px
    }

    .zwc-play-circle {
        inset: 5px
    }

    .zwc-play-triangle {
        border-width: 8px 0 8px 13px;
        margin-left: 3px
    }

    .zwc-tree-card {
        width: 100% !important;
        max-width: 100% !important
    }

    .zwc-step-item {
        width: 100%
    }

    .zwc-cta-cards {
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px
    }

    .zwc-cta-card {
        width: 100%;
        padding: 0
    }
.zwc-hire-card {
box-shadow:unset;
}

    .zwc-card-separator {
        width: 100%;
        height: 1px
    }

    .zwc-bnr-sec .zwc-bnr-gdnt {
        margin-bottom: 0
    }

    .zwc-stack-cards-container {
        grid-template-columns: 1fr
    }

    .zwc-bnr-pill {
           font-size: 12px;
        padding: 8px 14px;
        border-radius: 4px;
        text-align: center;
    }

    .center-floating-trigger-border-wrapper {
        min-height: 110px
    }

    .center-popup-wizard-header-icon-minimize {
        display: none !important
    }
    .zw-template-inner h1 {
        width: 100%
    }

    .zwc-chat-fab {
        width: 48px;
        height: 48px;
        bottom: 60px;
        right: 12px
    }

    .zwc-chat-fab img {
        width: 24px;
        height: 24px
    }
}

/* --- max-width: 767px (hire slider) --- */
@media only screen and (max-width: 767px) {
    .zwc-hire-carousel {
        position: relative;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding-bottom: 60px
    }

    .zwc-hire-slider {
        width: 60%;
        overflow: hidden
    }

    .zwc-hire-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0
    }

    .zwc-hire-arrow--prev {
        left: calc(50% - 48px)
    }

    .zwc-hire-arrow--next {
        right: calc(50% - 48px)
    }

    .zwc-hire-slider .slick-list {
        overflow: hidden;
        padding: 0;
        margin: 0
    }

    .zwc-hire-card {
        border: 1px solid #d9e1f0
    }
}

@media only screen and (max-width: 480px) {
    .zwc-hire-slider {
        width: 100%
    }
.zwc-bnr-cnt {
width:95%;
}
}

/* --- max-width: 480px --- */
@media only screen and (max-width: 480px) {
    .zwc-workforce-play {
        width: 48px;
        height: 48px
    }

    .zwc-play-ring {
        border-width: 4px
    }

    .zwc-play-circle {
        inset: 4px
    }

    .zwc-play-triangle {
        border-width: 6px 0 6px 10px;
        margin-left: 2px
    }

    .zwc-bnr-lft,
    .zwc-bnr-cnt h1 {
        width: 100%
    }

    .zwc-tree-card {
        padding: 40px 24px 40px 24px
    }
}

/* Video play button */
.zwc-video-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.zwc-video-trigger {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid #b0b0b0;
  background: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.zwc-video-trigger::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.zwc-video-trigger:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

/* Other Lang Code */
.other-lang .zwc-footer-cta-section h2 {
    max-width: 100%;
}

.other-lang .zwc-first-agent-section h2 {
    max-width: 650px;
}

.other-lang .zwc-platform-section h2 {
    max-width: 950px;
}

.other-lang .zwc-hire-content h2 {
    max-width: 700px;
}

/* Responsive play button */
@media (max-width: 767px) {
  .zwc-video-trigger {
    width: 56px;
    height: 56px;
  }
  .zwc-video-trigger::after {
    border-width: 8px 0 8px 14px;
    margin-left: 3px;
  }
}
@media (max-width: 480px) {
  .zwc-video-trigger {
    width: 44px;
    height: 44px;
  }
  .zwc-video-trigger::after {
    border-width: 6px 0 6px 11px;
    margin-left: 2px;
  }
}
@media only screen and (max-width: 384px) {
  .i18n-es-xl section.zwc-bnr-sec p {
    font-size: clamp(13px, 11.5px + 0.39vw, 14px);
  }
}