#scroll,
.heading-menu,
#customers,
#allFea,
.btmBar {
    display: none !important;
}

:root {
    --black-color: #000;
    --text-light: #FFF;
    --text-black: #231F20;
    --text-blue: #0080C4;
    --button-color: #e9142b;
    --link-blue:#0085FF;
    --resource-box-border: #C4CFFF;
    --resource-background: #3375F7;
    --h1-font-size: 66px;
    --h2-font-size: 40px;
    --h3-font-size: 30px;
    --h4-font-size: 22px;
    --p-font-size: 17px;
    --s-font-size: 18px;
    --xs-font-size: 16px;
    --m-font-size: 20px;
    --l-font-size: 24px;
    --xl-font-size: 53px;
    --large-font-weight: 600;
    --medium-font-weight: 500;
    --small-font-weight: 400;
    --xs-font-weight: 300;
    --h1-line-height: normal;
    --h2-line-height: 57px;
    --h3-line-height: 36px;
    --h4-line-height: 32px;
    --p-line-height: 27px;
    --s-line-height: normal;
    --xl-line-height: normal;
    --xs-line-height: 40px;
    --m-line-height: 28px;
    --l-line-height: 32px;
    --cta-font-size: 17px;
    --cta-line-height: 23px;
}

.dex h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--large-font-weight);
    color: var(--text-black);
    line-height: var(--h1-line-height);
    margin: 0 0 20px;
    position: relative;
}

.dex h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--h2-line-height);
    margin: 0 auto 30px;
}

.dex.meets h2 {
    margin: 0 auto 10px;
}

.dex h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black) !important;
    line-height: var(--h3-line-height);
}

.dex h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--small-font-weight);
    color: var(--text-black);
    line-height: var(--h4-line-height);
    margin: 0px;
}

.dex p,
.dex .tag,
.dex.solution .content-sec ul li,
.dex.discover .flex .price-box ul li,
.dex.solution .wrapper .tabs-section li,
.dex.solution .cta {
    font-size: var(--p-font-size);
    font-weight: var(--xs-font-weight);
    color: var(--text-black);
    line-height: var(--p-line-height);
    margin: 0 0 20px;
}

.dex.discover .flex .price-box ul li {
    margin: 0 0 12px 18px;
    position: relative;
}

.dex.discover .flex .price-box ul li b {
    font-weight: var(--large-font-weight);
}

.dex.discover .flex .price-box ul li:before {
    width: 10px;
    font-size: 16px;
    position: absolute;
    left: -18px;
    content: "\2713";
    color: rgb(120, 203, 123);
    display: inline-block;
}

.dex {
    padding: 80px 0px;
    text-align: center;
    position: relative;
    margin: auto;
}

.dex.footer,
.dex.banner {
    background: linear-gradient(236deg, #C4E9FF -28.29%, #C4E9FF -25.45%, #C4E9FF -20.72%, #9BDDFF -15.73%, #DBEDFE -2.91%, #9BDDFF 26%, #9BDDFF 32.92%, #C4E9FF 47.7%, #EEF6FF 72.64%, #EDE9FF 83.98%, #EEE7FF 88.75%, #EEE3FE 92.22%, #EEDEFF 96.7%, #EBD9FF 100%);
    max-width: -webkit-fill-available;
    position: relative;
    width: -webkit-fill-available;
    overflow: hidden;
}

.dex.footer:before,
.dex.banner:before {
    content: "";
    position: absolute;
    background: url(../../digital-employee-experience/images/dex-footer-background.svg);
    width: 100%;
    height: 178px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: -1px;
}

.dex.resources {
    background: linear-gradient(214deg, #C2EAFF -6.58%, #EAF8FF 31.53%, #FDFBFF 62.8%, #F1EEFE 95.28%);
}

.dex.resources h2 {
    /* color: var(--text-light); */
    margin: 0 auto 40px;
}

.dex.faq h3 {
    font-size: var(--m-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--m-line-height);
    margin: 0px;
    text-align: left;
}

.dex.resources .resource-box h3 {
    font-size: var(--l-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--l-line-height);
    margin: 0 0 5px;
}

.dex.quote .profile p,
.dex.discover .price-box h4,
.dex.business .box li {
    font-size: var(--s-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--s-line-height);
    margin: 0 0 20px;
}

.dex.discover .price-box h4 {
    margin: 0;
}

.dex.discover .price-box h2 {
    font-size: var(--xl-font-size);
    font-weight: var(--large-font-weight);
    color: var(--text-black);
    line-height: var(--xl-line-height);
    margin: 15px 0;
    height: 95px;
}

.dex.discover .price-box.enterprise h2 {
    height: 61px;
}

.dex .blue {
    color: var(--text-blue) !important;
}

.dex .text {
    font-size: var(--xs-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--xs-line-height);
    text-transform: uppercase;
}

.dex .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    margin: auto;
}

.dex.resources .flex {
    justify-content: center;
    gap: 25px;
}

.dex.resources .flex .resource-box {
    border-radius: 20px;
    border: 1px solid var(--resource-box-border);
    background: var(--text-light);
    width: 275px;
    padding: 30px 30px 62px;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.dex.resources .flex .resource-box:before {
    content: "";
    position: absolute;
    background: url(../../digital-employee-experience/images/resource-arrow.svg);
    width: 32px;
    height: 32px;
    bottom: 30px;
}

.dex.resources .flex .resource-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 0 14px;
}

.dex.resources .flex .resource-box p {
    margin: 0px 0 14px;
    padding-left: 0px;
}


.dex .cta-grp {
    gap: 20px;
    justify-content: center;
}

.dex.meets .cta-grp {
    justify-content: left;
}

.dex.meets .cta-grp .cta {
    padding: 14px 53px 14px 25px;
    position: relative;
    align-content: center;
    flex-wrap: wrap;
}

.dex.meets .cta-grp .cta:before {
    content: "";
    position: absolute;
    background: url(../../digital-employee-experience/images/link-button.svg);
    width: 20px;
    height: 20px;
    right: 25px;
    background-size: contain;
}

.dex.meets p {
    width: 740px;
    margin: 0 0 30px;
}

.dex.meets .box-wrapper p {
    width: auto;
    margin: 0px;
}

.dex .cta-grp .cta {
    z-index: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 25px;
    display: inline-flex;
    align-items: center;
    min-width: 140px;
    text-decoration: none;
    text-align: center;
    background-color: var(--button-color);
    color: var(--text-light);
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border: 1px solid var(--button-color);
    border-radius: 6px;
}

.dex .cta-grp .cta:hover {
    text-decoration: none;
}

.dex .cta-grp .cta.pm {
    border-radius: 6px;
    border: 1px solid var(--button-color);
    background: var(--text-light);
    color: var(--button-color);
}

.dex .smk_accordion {
    padding: 20px 0px 0px;
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.dex .smk_accordion .accordion_in {
    border: 0px;
    margin: 0px;
    border-bottom: solid #DCDCDC 1px;
    position: relative;
    padding: 26px 0px;
}

.dex .smk_accordion .accordion_in:last-child {
    border-bottom: none;
}

.dex .smk_accordion.acc_with_icon .accordion_in .acc_head {
    background: var(--text-light);
    border-top: 0px;
    margin: 0px 0px 0px 100px;
}

.dex .smk_accordion .accordion_in .acc_content {
    margin: 0 0 0 100px;
    text-align: left;
}

.dex .smk_accordion .accordion_in .acc_content p {
    margin: 13px 0 0;
}

.dex .smk_accordion .accordion_in .acc_content {
    max-width: 900px;
}

.dex .accordion-in.acc_active .acc_head:after {
    transform: rotate(225deg);
    transition: transform 0.5s ease;
}

.dex .smk_accordion .accordion_in .acc_head:after {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3.5px;
    position: absolute;
    right: 15px;
    top: 40%;
    transform: rotate(45deg);
    transition: all .3s ease;
}

.dex .smk_accordion .accordion_in .acc_head {
    position: relative;
    cursor: pointer;
}

.dex.quote h2 {
    margin: 0 0 17px;
}

.dex.quote .flex {
    max-width: 1000px;
    justify-content: center;
}

.dex.quote .flex .profile img {
    margin: 0 0 18px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.dex.quote .profile p {
    margin: 0px 0 6px;
    font-weight: var(--xs-font-weight);
}

.dex.quote .profile p b {
    font-weight: var(--medium-font-weight);
}

.dex.quote .flex .quote {
    width: 63px;
    height: 72px;
    margin: 0 0 14px;
}

.dex.discover .switch-box {
    text-align: center;
    color: rgba(0, 0, 0, 0.30);
    font-size: var(--xs-font-size);
    font-weight: var(--large-font-weight);
    color: var(--text-black);
    line-height: var(--xs-line-height);
    display: none;
}

.dex.discover .switch-box .switch-box-text.active {
    color: var(--text-black);
    pointer-events: none;
}

.dex.discover .switch-box .switch-box-text {
    transition: .3s ease;
    user-select: none;
    cursor: pointer;
    background: 0;
    border: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.30);
}

.dex.discover .switch-box .switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 24px;
    border-radius: 20px;
    background: var(--text-light);
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid var(--black-color);
}

.dex.discover .switch-box .switch::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: var(--black-color);
    border-radius: 50%;
    -webkit-transition: left .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
}

.dex.discover h2 {
    margin: 0 0 40px;
}

.dex.discover .flex {
    margin: 20px auto 0px;
    justify-content: center;
    gap: 40px;
}

.dex.discover .flex .price-box .cta-grp.flex {
    justify-content: left;
}

.dex .flex .cta-grp.flex .cta.sd {
    border-radius: 4px;
    border: 1px solid #0080C4;
    background: #FFF;
    color: #0080C4;
}

.dex.discover .flex .price-box {
    padding: 30px 41px 41px;
    border-radius: 20px;
    border: 1px solid #CECECE;
    background: var(--text-light);
    text-align: left;
}

.dex.discover .flex .price-box.enterprise {
    border-radius: 20px;
    background: linear-gradient(214deg, #C2EAFF -6.58%, #EAF8FF 31.53%, #FDFBFF 62.8%, #F1EEFE 95.28%);
    border: none;
}

.dex.discover .flex .price-box.enterprise ul {
    margin-top: 15px;
}

.dex.business h2 {
    max-width: 900px;
    margin: 0 auto 20px;
}

.dex .tag {
    padding: 8px 13px;
    width: max-content;
    margin: 0 auto 20px;
    color: #0080C4;
    border-radius: 29.198px;
    border: 1px solid #0080C4;
    background: #F0F6FF;
}

.dex.business p {
    max-width: 945px;
    margin: 0 auto 20px;
}

.dex.business .flex {
    margin-top: 125px;
    gap: 65px;
    justify-content: center;
}

.dex.business .box {
    border-radius: 12px;
    background: #F3F9FF;
    width: 350px;
    padding: 59px 120px 52px 43px;
    text-align: left;
    position: relative;
}

.dex.business .box h3,
.dex.business .box li {
    /* color:var(--text-light) !important; */
}

.dex.business .box li {
    font-weight: 300;
    position: relative;
}

.dex.business .box:before {
    content: "";
    position: absolute;
    background: url(../../digital-employee-experience/images/dex-it-teams.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 295px;
    height: 308px;
    top: -120px;
    right: -45px;
}

.dex.business .box.user:before {
    background: url(../../digital-employee-experience/images/dex-end-users.png);
    right: -65px;
    width: 302px;
    height: 293px;
    background-size: cover;
}

.dex.business .box ul {
    justify-content: flex-start;
    margin: 0px 0px 0px 18px;
}

.dex.business .box li:last-child {
    margin-bottom: 0px;
}

.dex.business .box li:before,
.dex.solution .content-sec ul li:before {
    content: "•";
    color: #0864BE;
    display: inline-block;
    width: 15px;
    font-size: 20px;
    position: absolute;
    left: -18px;
}

.dex.business {
    padding-bottom: 0px;
}

.dex.solution {
    background: linear-gradient(214deg, #C2EAFF -6.58%, #EAF8FF 31.53%, #FDFBFF 62.8%, #F1EEFE 95.28%);
}

.dex.solution p {
    max-width: 953px;
    width: 100%;
    margin: 0 auto 20px;
}

.dex.solution h2 {
    margin: 0 auto 20px;
}

.dex.solution .tabs-section {
    position: sticky;
    top: 50px;
    left: 0px;
    padding: 10px 0px;
    z-index: 9;
    gap: 20px;
    justify-content: center;
    max-width: -webkit-fill-available;
    margin: auto;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.01);
}

.dex.solution .wrapper {
    max-width: 1200px;
    margin: auto;
}

.dex.solution .tabs-section li {
    padding: 10px 32px;
    margin: 0px;
    border-radius: 20px;
    background: var(--text-light);
    border: 1px solid #0080C4;
    cursor: pointer;
}

.dex.solution .tabs-section li.active {
    color: var(--text-light);
    border: 1px solid #0080C4;
    background: #0080C4;
}
.dex.solution .tabs-section.glass-bg {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.8px);
    -webkit-backdrop-filter: blur(8.8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.dex.solution ul.tab-desc li.content-sec {
    padding: 50px 0px 70px;
    display: block;
}

.dex.solution ul.tab-desc li.content-sec[data-cont="fix"] {
    padding-bottom: 90px;
    padding-top: 70px;
}

.dex.solution ul.tab-desc li.content-sec .content {
    width: 590px;
    text-align: left;
}

.dex.solution ul.tab-desc li.content-sec .flex {
    gap: 40px;
    justify-content: space-between;
}

.dex.solution ul.tab-desc li.content-sec:nth-child(even) .flex {
    flex-direction: row-reverse;
}

.dex.solution ul.tab-desc li.content-sec .picture {
    max-width: 500px;
    width: 100%;
    position: relative;
    min-height: 300px;
    padding: 9px 0 8px 30px;
}

.dex.solution ul.tab-desc li.content-sec .picture img {
    box-shadow: 0px 0px 24px #dbf2ff;
    border-radius: 10px;}

.dex.solution ul.tab-desc li.content-sec .content h4 {
    margin: 0 0 12px;
    font-weight: 500;
}

.dex.solution .content-sec ul li {
    margin: 0 0 12px 25px;
    position: relative;
}

.dex.solution .content-sec ul {
    list-style: none;
}

.dex.solution .content-sec ul li:before {
    color: #000;
    left: -20px;
    width: 17px;
    font-size: 25px;
}

.dex.solution .cta {
    border: 1px solid #0080C4;
    background: #FFF;
    position: relative;
    color: #0080C4 !important;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 45px 14px 25px;
    display: inline-flex;
    align-items: center;
    min-width: 160px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border-radius: 6px;
}

.dex.solution .cta:before {
    content: "";
    position: absolute;
    background: url(../../digital-employee-experience/images/arrow-icon.svg);
    width: 20px;
    height: 20px;
    right: 25px;
    background-size: contain;
}

.dex.solution .cta:hover {
    text-decoration: none;
}

.dex.solution ul.tab-desc li.content-sec[data-cont="diagnose"] .picture img {
    max-width: 500px;
    width: 100%;
}

.dex.banner .tag {
    border: 1px solid #C4CFFF;
    background: #FFF;
    margin-left: 0px;
    color: #000;
}

.dex.banner .content.full .tag {
    margin: 0px auto 30px;
}

.dex.banner .content {
    width: 610px;
}

.dex.banner .content.full {
    width: 100%;
    text-align: center;
}

.dex.banner .content.full p {
    max-width: 970px;
    margin: 0 auto 20px;
}

.dex.banner {
    text-align: left;
}

.dex.banner h1 {
    width: 590px;
}

.dex.banner .content.full h1 {
    width: 100%;
}

.dex.banner .flex {
    gap: 80px;
    z-index: 2;
    position: relative;
}

.dex.banner .flex.cta-grp {
    gap: 18px;
}

.dex.banner .form {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 14px 34px 0 rgba(0, 0, 0, 0.05);
    padding: 34px 38px;
    width: 340px;
}

.dex.banner .form .signup_frm li {
    color: var(--text-dark-color);
}

.dex.banner .form .signup-form li {
    margin: 0px;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.dex.banner .form .signup-form li.aplus-login {
    padding-bottom: 17px;
}

.dex.banner .form .signup-form li#formCTAgdpr {
    padding-bottom: 20px;
}

.dex.banner .form .signup-form li.zcountry-info.zshow {
    padding-bottom: 15px;
}

.dex.banner .form .index-dwn-form li input {
    height: 42px;
}

.dex.banner .form .index-dwn-form li input.signupbtn {
    text-transform: uppercase;
}

.dex.banner .form .index-dwn-form#zaForm {
    margin-top: 0px !important;
}

.dex.meets {
    background: linear-gradient(214deg, #C2EAFF -6.58%, #EAF8FF 31.53%, #FDFBFF 62.8%, #F1EEFE 95.28%);
}

.dex.meets .content {
    text-align: left;
    max-width: 836px;
    width: 100%;
}

.dex.meets .image {
    position: relative;
    min-height: 400px;
    max-width: 360px;
    width: 100%;
    margin: auto;
}

.dex.meets .image:before {
    content: "";
    position: absolute;
    background: url(../../digital-employee-experience/images/dex-meets-uem-background.svg);
    width: 382px;
    height: 236px;
    left: 0px;
    top: -50px;
}

.dex.meets .image img {
    position: absolute;
    left: 0px;
    top: -110px;
}

.dex.discover .price-box span {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.dex.discover .price-box ul {
    border-top: 1px solid #D0D1D2;
}

.dex.discover .price-box ul li:first-child {
    margin-top: 15px;
}

.dex.challenge .box {
    justify-content: center;
    border-radius: 18px;
    border: 1px solid #ACD6FF;
    background: #FFF;
    width: 360px;
    padding: 18px 20px 18px 13px;
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: left;
    position: relative;
}

.dex.challenge .wrapper {
    max-width: 1200px;
    margin: 60px auto 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.dex.challenge .wrapper:before {
    content: "";
    background: url(../../digital-employee-experience/images/challenge-7.svg), linear-gradient(214deg, #C2EAFF -6.58%, #EAF8FF 31.53%, #FDFBFF 62.8%, #F1EEFE 95.28%);
    border-radius: 15px;
    width: 97px;
    height: 97px;
    object-fit: contain;
    position: absolute;
    background-size: 62% 62%, contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.dex.challenge .wrapper:after {
    background-image: url(../../digital-employee-experience/images/challenge-8.svg);
    width: 400px;
    height: 313px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    z-index: 1;
}

.dex.challenge .wrapper .flex {
    max-width: 400px;
    display: flex;
    gap: 48px;
    align-items: stretch;
    z-index: 3;
}

.dex.challenge .wrapper .flex:nth-child(2) .box:nth-child(2) {
    padding-right: 13px;
    width: 370px;
    right: -100px;
}

.dex.challenge .wrapper .flex .box:nth-child(2) {
    right: 94px;
}

.dex.challenge .box img {
    background: linear-gradient(214deg, #C2EAFF -6.58%, #EAF8FF 31.53%, #FDFBFF 62.8%, #F1EEFE 95.28%);
    padding: 11px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.dex.challenge .box p {
    margin: 0px;
}

.dex.challenge .box p b {
    font-weight: 600;
}

.dex.banner:before {
    bottom: 0px;
    height: 178px;
    z-index: 1;
}

.dex.meets h3 {
    font-size: var(--m-font-size);
    font-weight: 600;
    line-height: var(--m-line-height);
    margin: 0 0 10px;
}

.dex.meets .box {
    border-radius: 10px;
    background: #FFF;
    padding: 30px 30px 25px 30px;
    min-width: 309px;
    text-align: left;
}

.dex.meets .box-wrapper {
    gap: 40px;
    margin: 35px auto 0px;
    position: relative;
}

.dex.meets .overflow-wrapper {
    grid-gap: 20px;
    align-items: stretch;
    flex-wrap: nowrap;
    list-style: none;
    margin: 1rem 0;
    width: 100%;
    max-width: unset;
    justify-content: flex-start;
    display: flex;
    overflow-x: scroll;
}

.dex.meets .overflow-wrapper::-webkit-scrollbar {
    display: none;
}

.dex.meets .nav-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
    transition: background-color 0.5s;
    padding-inline: 0px;
    border: 1px solid #0080C4;
}

.dex.meets .nav-dot.active {
    background: #0080C4;
}

.dex.meets .bullet {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    align-items: center;
    align-content: center;
    gap: 20px;
    margin: auto;
}

.dex.banner ul.images {
    position: absolute;
    width: -webkit-fill-available;
}

.dex.banner ul.images [data-clip="5"] {
    bottom: -64px;
    width: -webkit-fill-available !important;
    height: auto !important;
    z-index: 0 !IMPORTANT;
}

.dex.banner ul.images [data-clip] {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 1;
}

.dex.banner ul.images [data-clip="1"] {
    left: 60px;
    bottom: -20px;
}

.dex.banner ul.images [data-clip="2"] {
    left: 500px;
    bottom: -53px;
}

.dex.banner ul.images [data-clip="3"] {
    left: 800px;
    bottom: 20px;
}

.dex.banner ul.images [data-clip="4"] {
    right: 0px;
    bottom: 43px;
}

.dex.banner #zaUser {
    z-index: 5;
    position: relative;
}

@media screen and (max-width: 500px) {
    .dex .tag {
        max-width: 80%;
    }

    .dex h2 {
        margin: 0 auto 20px;
        font-size: 40px;
        line-height: 50px;
    }

    .dex.banner .flex {
        grid-gap: 40px;
    }

    .dex {
        padding: 60px 30px;
    }

    .dex.challenge .wrapper:before,
    .dex.challenge .wrapper:after {
        display: none;
    }

    .dex.banner .tag {
        margin: 0px;
        display: none;
    }

    .dex.solution .content-sec .clip-aside [data-clip] {
        position: static;
        width: 100% !important;
        margin: 0px 0px 20px;
    }

    .dex.meets .image {
        height: auto;
    }

    .dex.meets .flex {
        justify-content: center;
    }

    .dex .smk_accordion.acc_with_icon .accordion_in .acc_head,
    .dex .smk_accordion .accordion_in .acc_content {
        margin: 0px;
    }

    .dex.business .flex {
        margin: 20px auto;
        gap: 40px;
        justify-content: center;
    }

    .dex.meets p,
    .dex.solution p {
        max-width: 740px;
        margin: 0 0 30px;
        width: 100%;
    }

    .dex .tag {
        width: 100%;
    }

    .dex.banner h1 {
        max-width: 590px;
        width: 100%;
        font-size: 50px;
    }


    .dex.business .box {
        padding: 30px;
    }

    .dex.business .box:before,
    .dex.business .box:after {
        display: none;
    }

    .dex.solution ul.tab-desc li.content-sec .content {
        max-width: 590px;
        width: 100%;
    }

    .dex.solution ul.tab-desc li.content-sec .flex,
    .dex.banner .content,
    .dex.solution ul.tab-desc li.content-sec .flex {
        justify-content: center;
    }

    .dex.solution ul.tab-desc li.content-sec .picture {
        width: 100%;
        padding: 0px !important;
    }

    .dex.meets .image,
    .dex.challenge .box,
    .dex.meets .image img {
        position: static;
    }

    .dex.challenge .wrapper .flex {
        margin: 0px 0px 30px;
    }

    .dex.meets .box-wrapper {
        flex-wrap: wrap;
    }

    .dex.solution .tabs-section {
        display: none;
    }

    .dex.business .box li {
        text-align: left;
    }

    .dex.banner .content.full .tag {
        margin: 0px auto 20px;
    }
    #header-mainsec .nav-dwn.fr{
        display: none;
    }

}