

@font-face {
    font-family: 'PeridotPE-Regular';
    src: url('../fonts/PeridotPE-Regular.woff2') format('woff2'),
    url('../fonts/PeridotPE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PeridotPE-Bold';
    src: url('../fonts/PeridotPE-Bold.woff2') format('woff2'),
    url('../fonts/PeridotPE-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PeridotPE-SemiBold';
    src: url('../fonts/PeridotPE-SemiBold.woff2') format('woff2'),
    url('../fonts/PeridotPE-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BTCosmo-Bold';
    src: url('../fonts/BTCosmo-Bold.woff2') format('woff2'),
    url('../fonts/BTCosmo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




body.wcs-locked{
    overflow:hidden;
}

.desktopVs {
    display: flex !important;
}
.mobileVs {
    display: none !important;
}
@media screen and (max-width: 1000px) {
    .desktopVs {
        display: none !important;
    }

    .mobileVs {
        display: flex !important;
    }

    .wcs-provider-text{
        font-size: 14px;
        line-height: 140%;
        padding-left: 50px;
        margin: 0px;
        color: #000000;
        font-family: 'PeridotPE-SemiBold';
        float: left;
        padding-right:8px;
    }
    .col-nw-resize{
        max-width: 107px;
    }
}

@media screen and (min-width: 1002px) {
    .md{
        padding: 0px 0 0px 0 ! Important;
    }
}

.wcs-custom-page{
    position:relative;
    color: #626262;
    font-family: 'TeleNeo', sans-serif !important;
    font-size: 16px;
    font-weight: 112;
    line-height: 125%;
    text-align: center;
    overflow: hidden;
}

.wcs-network *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.48px;
}

.wcs-custom-page strong{
    font-weight: normal;
    font-family: 'PeridotPE-Bold';
}

.wcs-custom-page a{
    color: #000000;
}


.wcs-clear{
    clear:both;
}

.wcs-custom-page img{
    width: auto;
    max-width: 100%;
}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */




.wcs-hero{
    padding: 0px 20px 20px 20px;
    min-height: 694px;
    position: relative;
    color: #000;
}


.wcs-hero .wcs-pre-title{
    font-size: 24px;
    line-height: 120%;
    font-family: 'PeridotPE-Bold';
}

.wcs-hero .wcs-title{
    font-family: 'BTCosmo-Bold';
    font-size: 35px;
    line-height: 40px;
    padding: 0px 0 0px 0;
    margin: 0px;
    color: #000000;
}


.wcs-hero .wcs-sub-title{
    padding: 18px 0 40px 0;
    margin: 0px;
    color: #000000;
    font-family: 'TeleNeo', sans-serif !important;
    font-size: 20px;
    line-height: 130%;
    font-weight: 550;
}

.wcs-provider-box{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.wcs-provider-box .wcs-provider-text{
    font-size: 15px;
    line-height: 140%;
    margin: 0px;
    color: #000000;
    font-family: 'PeridotPE-SemiBold';
    float: left;
}
.col-nw-resize{
    padding-top:5px;
    padding-left: 0px;
    margin-bottom: 20px;

}
.wcs-hero .wcs-text{
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 5px 0;
    margin: 0px;
    color: #000;
    font-family: 'PeridotPE-Bold';
}

.wcs-hero .wcs-legal{
    text-align: center;
    padding: 35px 0 0 0;
    font-size: 15px;
    color: #000;
}



.wcs-hero .wcs-form{

    margin: 0 auto;
    /*border: 1px solid #4db34a;*/
    border-radius: 31px;
    font-size: 0px;
    letter-spacing: 0px;
    position: relative;
    color: #000;


}

.wcs-hero .wcs-form.wcs-error{
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}

.wcs-hero .wcs-form .wcs-error-message{
    position: absolute;
    bottom: -25px;
    left: 20px;
    color: #ff0000;
    font-size: 14px;
    display: none;
}

.wcs-hero .wcs-form.wcs-error .wcs-error-message{
    display: block;
}

.wcs-hero .wcs-form input[type="tel"]{
    border: 1px solid #CACACA;
    background: #fff;
    height: 58px;
    width: 350px;
    padding: 0 16px;
    text-align: left;
    color: #000000;
    font-family:  'TeleNeo', sans-serif !important;
    line-height: 125%;
    font-size: 14px;
    font-weight: 655;
    -moz-appearance: textfield;
    display: block;
    margin: 0;
    border-radius: 16px 0 0 16px;
}

/*
.wcs-hero .wcs-form input[type="tel"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.wcs-hero .wcs-form input[type="tel"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.wcs-hero .wcs-form input[type="tel"]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.wcs-hero .wcs-form input[type="tel"]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
*/



.wcs-hero .wcs-form.wcs-error input[type="tel"]{
    color: #ff0000;
}

.wcs-hero .wcs-form input[type="tel"]::-webkit-outer-spin-button,
.wcs-hero .wcs-form input[type="tel"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wcs-hero .wcs-form button {
    border: 0;
    background: #E20074;
    width: 200px;
    min-height: 58px;

    text-align: center;
    color: #fff;
    font-family: 'TeleNeo', sans-serif !important;
    font-size: 16px !important;
    font-weight: 655;
    line-height: 125% !important;

    display: block;
    margin: 0;
    vertical-align: middle;
    border-radius: 0 16px 16px 0;
    padding: 4px 20px;

    position: relative;


    transition: background-color 200ms ease;
}


.wcs-hero .wcs-form button:hover {
    background: #B5005D;
}

.wcs-hero .wcs-form button:active {
    background: #880046;

}

.wcs-hero .wcs-form button:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 3px;
}


.wcs-hero .wcs-form button:disabled,
.wcs-hero .wcs-form button[aria-disabled="true"] {
    background: #DDDDDD;
    color: #A3A3A3;
    cursor: not-allowed;
}



.wcs-hero.wcs-thank-page > .wcs-pre-title,
.wcs-hero.wcs-thank-page > .wcs-title,
.wcs-hero.wcs-thank-page > .wcs-text,
.wcs-hero.wcs-thank-page > .wcs-form,
.wcs-hero.wcs-thank-page > .wcs-sub-title{
    display: none;
}
.wcs-hero.wcs-thank-page > .wcs-device-container.desktopVs,
.wcs-hero.wcs-thank-page > .wcs-device-container.mobileVs{
    display: none !important;
}

.wcs-device-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1500px;
    margin: auto;
}

.wcs-device {

    padding: 10px;
    margin-bottom: 20px;
    width: 80%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 80px;
}

.mobileVs .wcs-device {
    height: 90px;
}
.mobileVs .m365mobile {
    height: 200px;
}
.mobileVs .wcs-device.device-mircosoft {
    height: 150px;
}

.wcs-device-title img {
    width: 30px;
    height: 30px;
    padding-right: 5px;
}

.wcs-device-name {
    margin: 0px;
    color: #000000;
    font-family: 'TeleNeo', sans-serif !important;
    font-size: 16px;
    font-weight: 655;
    line-height: 125%;
}

.wcs-device-provider {
    font-size: 15px;
    line-height: 140%;
    margin: 0px;
    color: #000000;
    font-family: 'PeridotPE-SemiBold';
}

.wcs-device-slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.dropdown1, .dropdown2 {
    height: 30px;
    width: 130px;
    border-radius: 3px;
}

.wcs-slider-min, .wcs-slider-max {
    margin: 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 655;
    line-height: 125%;
    font-family: 'TeleNeo', sans-serif !important;
}

.range-slider {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    width: 90%;
    height: 4px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;

}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #36b22d;
    cursor: pointer;
    border-radius: 50%;
    transition: .3s ease-in-out;
}

.range-slider::-webkit-slider-thumb:hover {
    background-color: #36b22d;
}

.range-slider::-webkit-slider-thumb:active {
    transform: scale(1.2);
}


.wcs-device-slider #mySlider {
    width: 90%;
}

#sliderValue {
    position: relative;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.wcs-thank{
    width: 100%;
    display: none;
    position: relative !important;
    background: none !important;
    top: auto !important;
    left: auto !important;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.wcs-thank.wcs-active{
    display: inline-block;
}

/*.wcs-thank .wcs-icon{*/
/*    width: 62px;*/
/*    height: 62px;*/
/*    background: url("../images/wcs_ksybp/icon-thank.svg") no-repeat center center;*/
/*    background-size: contain;*/
/*    margin: 0 auto;*/
/*}*/


.wcs-thank .wcs-title{
    font-size: 40px;
    line-height: 45px;
    padding: 10px 0 0px 0;
    font-family: 'BTCosmo-Bold';
}

.wcs-thank .wcs-text{
    font-size: 20px;
    line-height: 34px;
    padding: 20px 0 20px 0;
}

.wcs-thank .wcs-back{
    font-size: 16px;
    color: #000;
    position: relative;
    display: inline-block;
    font-family: 'PeridotPE-Bold';
    background: url("../images/wcs_ksybp/icon-back.svg") no-repeat left center;
    padding: 0 0 0 15px;
    line-height: 20px;
}
.wcs-hero .wcs-sub-text{
    font-size: 17px;
    line-height: 140%;
    color: #3D5265;
    padding: 50px 0 25px 0;
    margin: 0px;
}





.wcs-programs{
    padding: 20px 0 30px 0;
}

.wcs-programs .wcs-text{
    font-size: 17px;
    line-height: 28px;
    padding: 0 0 30px 0;
    color: #000;
    margin: 0px;
}

.wcs-programs .wcs-text span{
    font-weight: normal;
    font-family: 'BTCosmo-Bold';
    font-size: 25px;
    display: block;
    margin: 0 0px 10px 0;

}



.wcs-programs .wcs-items{
    font-size: 0px;
}

.wcs-programs .wcs-items .wcs-item{
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 186px;
    background: #F5F5F5;
    border-radius: 10px;
    margin: 0 12px;
    font-size: 17px;
    padding: 25px 0 0 0;
}


.wcs-programs .wcs-items .wcs-item .wcs-item-more{
    font-size: 18px;
    color: #47B149;
}

.wcs-clients{
    border-radius: 0px;
    margin: 40px auto;
    padding: 60px 0 50px 0;
    color: #000;
    width: 93%;
}

.wcs-clients .wcs-title{
    font-family: 'BTCosmo-Bold';
    font-size: 30px;
    line-height: 120%;
}

.wcs-clients .wcs-text{
    font-size: 20px;
    line-height: 140%;
    color: #000;
    padding: 15px 0 5px 0;
}

.wcs-clients .wcs-13818{
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.wcs-clients .wcs-13818 .wcs-top-row{
    text-align: center;
    background: url("../images/wcs_ksybp/icon-call-center.svg") no-repeat center top;
    min-height: 60px;
    padding: 100px 0 0 0;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.wcs-clients .wcs-13818 .wcs-top-row strong{
    font-size: 31px;
    color: #000;
    display: block;
    font-family: 'BTCosmo-Bold';
    padding: 18px 0 0 0;
}

.wcs-clients .wcs-13818 .wcs-bottom-row{
    font-size: 18px;
    line-height: 140%;
    padding: 5px 0 0 0;
}

.wcs-clients .wcs-13818 .wcs-bottom-row strong{
    color: #000;
}

.wcs-individual {
    border-radius: 0px;
    margin: 40px auto;
    padding: 60px 0 50px 0;
    color: #000;
    background-color: #f8f8f8;
    width: 93%;
}

.wcs-individual .wcs-individual-title {
    font-family: 'BTCosmo-Bold';
    font-size: 30px;
    line-height: 120%;
}

.wcs-individual .wcs-individual-text {
    font-size: 20px;
    line-height: 140%;
    color: #000;
    padding: 15px 0 5px 0;
}

.wcs-offers{
    padding: 40px 20px;
    background: #F2F2F3;
    margin: 40px 0;
}


.wcs-offers .wcs-title{
    font-family: 'BTCosmo-Bold';
    font-size: 27px;
    line-height: 120%;
    color: #000;
    padding: 0 0 15px 0;
}

.wcs-offers .wcs-text{
    font-size: 17px;
    line-height: 140%;
    color: #000;
}

.wcs-offers .wcs-text a{
    font-family: 'PeridotPE-Bold';
    text-decoration: underline;
}







.wcs-top-banner{
    max-width: 1238px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.wcs-top-banner img{
    display: block;
    width: 100%;
}



.wcs-faq{
    padding: 0 20px 20px 20px;
    max-width: 1366px;
    margin: 0 auto;
}

.wcs-faq.wcs-sec{
    padding: 0 20px 150px 20px;
}

.wcs-faq .wcs-title{
     font-family: 'TeleNeo', sans-serif !important;
    font-size: 20px;
    line-height: 120%;
    font-weight: 655;

    text-align: left;
    color: #000;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    margin-left: 35px;
    border-bottom: 0.5px solid #e20074;
}


.wcs-faq .wcs-items{
    text-align: left;
    padding: 20px 0 20px 35px;
}

.wcs-faq .wcs-items .wcs-item{
    border-bottom: 0.5px solid #e20074;
    padding: 15px 0;
}

.wcs-faq .wcs-items .wcs-item .wcs-item-q{
    font-family: 'TeleNeo', sans-serif !important;
    font-size: 20px;
    line-height: 120%;
    font-weight: 655;
    color: #000;
    position: relative;
    padding: 0 0 0 35px;
    display: block;
}

.wcs-faq .wcs-items .wcs-item .wcs-item-q::after{
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    width: 25px;
    height: 25px;
    background: url("../images/wcs_ksybp/icon-faq.svg") no-repeat center center;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.wcs-faq .wcs-items .wcs-item.wcs-active .wcs-item-q::after{

    -ms-transform:rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wcs-faq .wcs-items .wcs-item .wcs-item-ans{
    padding: 10px 0 0 35px;
    font-family: 'TeleNeo', sans-serif !important;
    font-size: 16px;
    line-height: 125%;
    font-weight: 112;
    letter-spacing: -0.02em;
    color: #000000;
    display: none;
}


.wcs-faq .wcs-ans-row{
    font-size: 0px;
    background: #F8F9FA;
    padding: 60px;
    margin: 0px 0 -15px -35px;
}

.wcs-faq .wcs-ans-row .wcs-ans-col{
    display: inline-block;
    vertical-align: middle;
    width: 330px;
}

.wcs-faq .wcs-ans-row .wcs-ans-col.wcs-last{
    width: calc(100% - 330px);
}


@media screen and (max-width: 1346px) {
    .wcs-top-banner{
        margin: 0 20px;
    }
}


@media screen and (max-width: 1264px) {
    .wcs-hero{
        background-position: calc(100% + 240px) bottom;
    }
}


@media screen and (max-width: 1220px) {

    .wcs-faq .wcs-ans-row {
        padding: 30px 20px;
    }

}

@media screen and (max-width: 1139px) {

    .wcs-faq{
        padding-bottom: 80px;
    }

    .wcs-device {
        width: 90%;
    }


    .wcs-faq .wcs-ans-row .wcs-ans-col {
        display: inline-block;
        vertical-align: middle;
        width: 240px;
    }

    .wcs-faq .wcs-ans-row .wcs-ans-col.wcs-last {
        width: calc(100% - 240px);
    }



    .wcs-hero .wcs-pre-title{
        font-size: 28px;
    }

    .wcs-hero .wcs-title {
        font-size: 30px;
        line-height: 140%;
    }

    .wcs-thank .wcs-text {
        font-size: 18px;
        line-height: 140%;
        padding-right: 30px;
        padding-left: 30px;
    }



}

@media screen and (max-width: 959px) {


    .wcs-thank{
        padding-right: 40px;
        padding-left: 40px;
    }

    .wcs-device-slider {
        margin-top: 50px;
        margin-bottom: 10px;
    }


    .wcs-hero .wcs-form {
        width: 340px;
        height: auto;
        margin: 0 auto;
        background: #fff;
        border: 0px solid #4db34a;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,0);
        -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,0);
        box-shadow: 0px 0px 0px 1px rgba(255,0,0,0);
    }

    .wcs-hero .wcs-form input[type="tel"]{
        width: fit-content;
        height: 58px;
        line-height: 50px;
        border: 1px solid #CACACA;
        margin: 0 auto 10px auto;
        display: block;


    }


    .wcs-hero .wcs-form.wcs-error input[type="tel"]{
        margin-bottom: 35px;
    }

    .wcs-hero .wcs-form button {
        width: 200px;
        height: 58px;
        line-height: 50px;
        margin: 0px;
        font-size: 20px;

    }

    .wcs-hero .wcs-form .wcs-reset {

        left: 249px;
        top: 26px;
    }

    .wcs-hero .wcs-form .wcs-error-message{
        bottom: auto;
        top: 52px;
    }


    .wcs-hero{
        padding: 35px 70px 0 70px;
        min-height: 820px;
    }

    .wcs-hero .wcs-sub-title br{
        display: none;
    }

    .wcs-hero .wcs-form{
        background: none;
    }

    .wcs-hero .wcs-pre-title {
        font-size: 23px;
    }

    .wcs-hero .wcs-title {
        font-size: 23px;
        line-height: 140%;
    }

}

@media screen and (min-width: 768px) {
    .wcs-mobile {
        display: none;
    }
    .wcs-device.wcs-desktop {
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    .form__checkbox {
        margin-right: 5px;
    }

    .wcs-device.wcs-mob {
        flex-direction: column;
    }

    .wcs-faq{
        padding: 0 15px 40px 15px;
    }

    .wcs-faq .wcs-items{
        padding: 10px 0;
    }

    .wcs-hero {
        padding: 25px 10px 20px 10px;
    }
    .wcs-hero .wcs-pre-title {
        font-size: 20px;
        line-height: 130%;
    }

    .wcs-hero .wcs-title{
        font-size: 19px;
        line-height: 26px;
        padding-bottom: 10px;
    }

    .wcs-hero .wcs-text{
        font-size: 14px;
        line-height: 130%;
        padding-bottom: 10px;
    }

    .wcs-hero .wcs-or{
        font-size: 20px;
    }


    .wcs-thank .wcs-icon{
        width: 50px;
        height: 50px;
    }

    .wcs-thank .wcs-title{
        font-size: 20px;
        line-height: 130%;
    }

    .wcs-thank .wcs-text {
        font-size: 20px;
        line-height: 26px;
    }


    .wcs-hero .wcs-title br{
        display: none;
    }



    .wcs-hero .wcs-pre-title{
        font-size: 16px;
    }

    .wcs-hero .wcs-title{
        font-size: 19px;
        line-height: 27px;
        padding: 10px 15px 20px 15px;
    }

    .wcs-hero .wcs-text{
        padding: 0 20px 15px 20px;
    }

    .wcs-hero {
        background-position: calc(100% + 270px) bottom;
        padding: 10px 10px 20px 10px;
        min-height: 920px;
    }
    .wcs-hero.wcs-thank-page{
        min-height: 650px;
    }

    .pattern_blue_green {
        display: none;
    }

    .wcs-faq .wcs-title {
        margin-left: 0px;
    }

    .wcs-programs .wcs-items .wcs-item{
        display: block;
        margin: 0 auto 20px auto;
    }

    .wcs-faq .wcs-items .wcs-item .wcs-item-q{
        font-size: 15px;
    }

    .wcs-faq .wcs-items .wcs-item .wcs-item-ans{
        font-size: 15px;
    }

    .wcs-hero .wcs-title{
        font-size: 22px;
    }

    .wcs-hero .wcs-sub-title{
        font-size: 16px;
        padding: 7px 30px 30px 30px;
    }

    .wcs-device-name {
        font-size: 14px;
    }

    .wcs-hero .wcs-legal {
        text-align: center;
        padding: 35px 10px 0 10px;
        font-size: 11px;
        color: #000;
        line-height: 120%;
    }
    .wcs-device {
        height: 90px;
    }
    .m365 {
        height: 160px;
    }
    .wcs-device-title img {
        display: none;
    }
}

#mobileSliderRange, #fixedSliderRange,#mobileSliderRangeS, #fixedSliderRangeS,
#antivirusSliderRange, #microsoftSliderRange,#antivirusSliderRangeS, #microsoftSliderRangeS  {
    -webkit-appearance: none;
    margin: 16px 0;
    width: 100%;
}
#mobileSliderRange:focus, #fixedSliderRange:focus,#mobileSliderRangeS:focus, #fixedSliderRangeS:focus,
#antivirusSliderRange:focus, #microsoftSliderRange:focus,#antivirusSliderRangeS:focus, #microsoftSliderRangeS:focus {
    outline: none;
}
#mobileSliderRange::-webkit-slider-runnable-track, #fixedSliderRange::-webkit-slider-runnable-track ,
#mobileSliderRangeS::-webkit-slider-runnable-track, #fixedSliderRangeS::-webkit-slider-runnable-track,
#antivirusSliderRange::-webkit-slider-runnable-track, #microsoftSliderRange::-webkit-slider-runnable-track ,
#antivirusSliderRangeS::-webkit-slider-runnable-track, #microsoftSliderRangeS::-webkit-slider-runnable-track  {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    /*background: #00A5E3;*/
    background: #e20074;
    border-radius: 25px;
}
#mobileSliderRange::-webkit-slider-thumb, #fixedSliderRange::-webkit-slider-thumb,
#mobileSliderRangeS::-webkit-slider-thumb, #fixedSliderRangeS::-webkit-slider-thumb,
#antivirusSliderRange::-webkit-slider-thumb, #microsoftSliderRange::-webkit-slider-thumb,
#antivirusSliderRangeS::-webkit-slider-thumb, #microsoftSliderRangeS::-webkit-slider-thumb  {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    /*background: #00A5E3;*/
    background: #e20074;
    box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
#mobileSliderRange:focus::-webkit-slider-runnable-track, #fixedSliderRange:focus::-webkit-slider-runnable-track,
#mobileSliderRangeS:focus::-webkit-slider-runnable-track, #fixedSliderRangeS:focus::-webkit-slider-runnable-track,
#antivirusSliderRange:focus::-webkit-slider-runnable-track, #microsoftSliderRange:focus::-webkit-slider-runnable-track,
#antivirusSliderRangeS:focus::-webkit-slider-runnable-track, #microsoftSliderRangeS:focus::-webkit-slider-runnable-track   {
    /*background: #00A5E3;*/
    background: #e20074;
}
.range-wrap{
    width: 90%;
    position: relative;
    margin: 0 5px;
}
.range-value{
    position: absolute;
    top: -50%;
}
.range-value span{
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.text-align-start {
    text-align: start;
}
.fixed_line_box {
    width: 80%;
    margin: auto;
}
.businessDigital_label {
    text-align: center;
    top: 5px;
    position: relative;
}
.businessDigital_checkbox {
    position: relative;
    bottom: 38px;
    z-index: -1;
    width: 170px !important;
}
.input_checkbox_label {
    border-radius: 10px;
    height: 50px;
    padding-right: 10px;
}
.input_checkbox_box {
    top: 16px !important;
    left: 12px !important;
}
.wcs-legal-hr {
    border: none !important;
}
.wcs-cards {
    width: 90%;
    margin: auto;
    padding-top: 20px;
}
.digital_checkbox {
    width: 220px !important;
}
@media (min-width: 992px) {
    .card-width-style {
        width: 14%;
        padding: 0px 10px;
    }
}
@media (max-width: 991px) {
    .card-width-style {
        padding: 0px;
    }
    .hero_custom_banner {
        margin-top: 0 !important;
    }
}
.hero_custom_banner {
    height: 250px;
    width: 100%;
    background-color: #D9D9D9;
    margin-top: 20px;
    background: center;
    background-size: cover;
}
.wcs-top-hero{
    width: 100%;
    max-width: 1382px;
    margin: 40px auto 0;
    min-height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: url("../images/wcs/img-hero.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.wcs-top-hero video{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.wcs-top-hero.wcs-with-video{
    background: #000;
}

.wcs-top-hero .wcs-title{
    font-family: 'BTCosmo-Bold';
    font-size: 58.5px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.585px;
    position: relative;
    z-index: 2;
}

.wcs-top-hero .wcs-title img{
    display: block;
    max-width: 510px;
    margin: 0 auto;
    width: 100%;
}

.wcs-top-hero .wcs-text {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;


    font-family: 'TeleNeo', sans-serif !important;
    font-weight: 655;
    line-height: 130%;
    letter-spacing: -0.01em;
    font-size: clamp(
            22px,
            1.1vw + 18px,
            28px
    );

    color: #fff;
}

@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .wcs-top-hero{
        max-width: 95.98vw;
        min-height: 35.42vw;
        gap: 2.09vw;
        border-radius: 2.50vw;
    }

    .wcs-top-hero .wcs-title{
        font-size: 4.07vw;
        letter-spacing: -0.04vw;
    }

    .wcs-top-hero .wcs-title img{
        max-width: 35.42vw;
    }

    .wcs-top-hero .wcs-text{
        font-size: 1.88vw;
        letter-spacing: -0.01vw;
    }

}
@media screen and (max-width: 959px) {
    .wcs-top-hero{
        margin: 0 20px;
        width: calc(100% - 40px);
        border-radius: 12px;
        min-height: 290px;
    }

    .wcs-top-hero .wcs-title{
        font-size: 45px;
    }

    .wcs-top-hero .wcs-text{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .wcs-top-hero {
        margin: 0px;
        width: 100%;
        border-radius: 0px;
        min-height: 204px;
        padding: 20px;
        gap: 15px;
    }
    .wcs-top-hero .wcs-title {
        font-size: 36px;
    }
    .wcs-top-hero .wcs-text {
        font-size: 15px;
    }
}