.will-change {
    will-change: transform, opacity;
}

.technology-carousel-main-text-wrapper {
    position: relative;
    /*position: -webkit-sticky;*/
    top: 10%;
    z-index: 50;
}

.technology-carousel-indicators {
    z-index: 15;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto -15px;
    height: 20px;
    /*right: auto;*/
    left: -15%;
    width: auto;
    border-radius: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-left: 0;
    list-style: none;
}

    .technology-carousel-indicators li {
        height: 7px;
        width: 40px;
        border-radius: 8px;
        margin-right: 5px;
        margin-left: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: none;
        border-bottom: none;
        opacity: .5;
        transition: opacity 0.6s ease;
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .technology-carousel-indicators .active {
        opacity: 1;
    }



.technology-carousel-main-title * {
    font-family: Tungsten;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 3.97px;
    text-align: center;
    color: #ffffff;
}

.technology-carousel-main-description * {
    font-family: Vitesse;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: -20px;
}

.technology-carousel-item {
    position: sticky;
    position: -webkit-sticky;
    /*  top: 50px;*/
    top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.technology-carousel-slide-wrapper {
    width: 100%;
    height: 100%;
}

.technology-carousel-text-wrapper {
    position: absolute;
    top: 25%;
    z-index: 100;
    margin: 0;
    text-align: left;
    width: 35%;
}

.technology-carousel-position {
    font-family: Tungsten;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.09px;
    color: #ffffff;
    text-align: left;
}

.technology-carousel-title {
    font-family: Vitesse;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.71px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

.technology-carousel-description {
    font-family: Forza;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #ffffff;
    text-align: left;
}

.technology-carousel-image-wrapper {
    float: right;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.technology-carousel-image-background {
    position: absolute;
}

.technology-carousel-image-overlay {
    position: relative;
   /* animation: fadeInTech 2s ease-in;*/
}

.technology-carousel-text-wrapper .horizontal-white-line {
    transform-origin: left;
    -webkit-transform-origin: left;
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 374px) {
    .technology-carousel-image-wrapper {
        top: 42%;
    }

    .technology-carousel-main-title * {
        text-transform: uppercase;
        font-family: Tungsten;
        font-size: 28px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.47;
        letter-spacing: 1.71px;
        text-align: center;
        color: #ffffff;
        margin:auto;
    }

    .technology-carousel-main-description * {
        font-family: Vitesse;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.71px;
        text-align: center;
        color: #f2f2f2;
        margin:auto;
    }

    .technology-carousel-description {
        font-family: Forza;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.7px;
        color: #ffffff;
        text-align: left;
    }

    .technology-carousel-indicators {
        left: -22%;
    }


        .technology-carousel-indicators li {
            height: 3px;
            width: 30px;
        }

    #technologyCarouselSlideTextWrapper0 {
        top: 30%;
        left: 11%;
        width: 35%;
    }

        #technologyCarouselSlideTextWrapper0 .horizontal-white-line {
            width: 118%;
        }

    #technologyCarouselSlideTextWrapper1 {
        top: 26%;
        left: 11%;
        width: 37%;
    }

        #technologyCarouselSlideTextWrapper1 .horizontal-white-line {
            width: 113%;
        }

    #technologyCarouselSlideTextWrapper2 {
        top: 31%;
        width: 41%;
        left: 10%;
    }

        #technologyCarouselSlideTextWrapper2 .horizontal-white-line {
            width: 104%;
        }

    #technologyCarouselSlideTextWrapper3 {
        top: 27%;
        left: 10%;
        width: 38%;
    }

        #technologyCarouselSlideTextWrapper3 .horizontal-white-line {
            width: 112%;
        }
}

@media (min-width: 375px) and (max-width:599px) {
    .technology-carousel-main-text-wrapper {
        position: relative;
        top: 8%;
        z-index: 50;
    }

    .technology-carousel-main-title * {
        text-transform: uppercase;
        font-family: Tungsten;
        font-size: 30px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: 2.78px;
        text-align: center;
        color: #ffffff;
    }

    .technology-carousel-main-description * {
        font-family: Vitesse;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin: 15px 0;
        /* margin-top: -20px;*/
    }

    .technology-carousel-indicators {
        left: -20%;
    }


        .technology-carousel-indicators li {
            height: 3px;
            width: 30px;
        }

    #technologyCarouselSlideTextWrapper0 {
        top: 36%;
        left: 10%;
        width: 30%;
    }

        #technologyCarouselSlideTextWrapper0 .horizontal-white-line {
            width: 132%;
        }

    #technologyCarouselSlideTextWrapper1 {
        top: 34%;
        left: 10%;
        width: 30%;
    }

        #technologyCarouselSlideTextWrapper1 .horizontal-white-line {
            width: 131%;
        }

    #technologyCarouselSlideTextWrapper2 {
        top: 37%;
        width: 32%;
        left: 10%;
    }

        #technologyCarouselSlideTextWrapper2 .horizontal-white-line {
            width: 124%;
        }

    #technologyCarouselSlideTextWrapper3 {
        top: 35%;
        left: 10%;
        width: 35%;
    }

        #technologyCarouselSlideTextWrapper3 .horizontal-white-line {
            width: 111%;
        }
}

@media (min-width: 600px) and (max-width: 988px) {

    .technology-carousel-indicators {
        left: -15%;
    }

    .technology-carousel-title {
        font-size: 20px;
    }

    .technology-carousel-description {
        font-size: 14px;
    }

    .technology-carousel-main-text-wrapper {
        position: relative;
        top: 6%;
        z-index: 50;
    }

    #technologyCarouselSlideTextWrapper0 {
        top: 43%;
        left: 10%;
    }

        #technologyCarouselSlideTextWrapper0 .horizontal-white-line {
            width: 121%;
        }

    #technologyCarouselSlideTextWrapper1 {
        top: 37.4%;
        width: 34%;
        left: 6%;
    }

        #technologyCarouselSlideTextWrapper1 .horizontal-white-line {
            width: 114%;
        }

    #technologyCarouselSlideTextWrapper2 {
        top: 41%;
        width: 30%;
        left: 6%;
    }

        #technologyCarouselSlideTextWrapper2 .horizontal-white-line {
            width: 105%;
        }

    #technologyCarouselSlideTextWrapper3 {
        top: 38%;
        left: 10%;
        width: 30%;
    }

        #technologyCarouselSlideTextWrapper3 .horizontal-white-line {
            width: 96%;
        }
}

@media (min-width: 989px) and (max-width: 1199px) {

    .technology-carousel-indicators {
        left: -10%;
    }

    #technologyCarouselSlideTextWrapper0 {
        top: 44%;
        left: 10%;
    }

        #technologyCarouselSlideTextWrapper0 .horizontal-white-line {
            width: 121%;
        }

    #technologyCarouselSlideTextWrapper1 {
        top: 34.6%;
        left: 10%;
    }

        #technologyCarouselSlideTextWrapper1 .horizontal-white-line {
            width: 99.4%;
        }

    #technologyCarouselSlideTextWrapper2 {
        top: 41%;
        width: 30%;
        left: 6%;
    }

        #technologyCarouselSlideTextWrapper2 .horizontal-white-line {
            width: 105%;
        }

    #technologyCarouselSlideTextWrapper3 {
        top: 35%;
        left: 6%;
        width: 30%;
    }

        #technologyCarouselSlideTextWrapper3 .horizontal-white-line {
            width: 109.4%;
        }
}

@media (min-width:1200px) and (max-height:650px){

    .technology-carousel-image-wrapper {
        top: 38%;
    }


    .technology-carousel-indicators {
        left: -10%;
    }

    #technologyCarouselSlideTextWrapper0 {
        top: 38%;
        left:1%;
    }

        #technologyCarouselSlideTextWrapper0 .horizontal-white-line {
            width: 146.4%;
        }

    #technologyCarouselSlideTextWrapper1 {
        top: 23%;
        left: 1%;
        /* top: 38%;*/
    }

        #technologyCarouselSlideTextWrapper1 .horizontal-white-line {
            width: 125%;
        }

    #technologyCarouselSlideTextWrapper2 {
        top: 38%;
        left: 1%;
    }

        #technologyCarouselSlideTextWrapper2 .horizontal-white-line {
            width: 104.4%;
        }

    #technologyCarouselSlideTextWrapper3 {
        /*top: 38%;*/
        top: 23%;
        left: 1%;
    }

        #technologyCarouselSlideTextWrapper3 .horizontal-white-line {
            width: 108%;
        }
}


@media (min-width:1200px) and (min-height:651px){

    .technology-carousel-image-wrapper {
        top: 38%;
    }


    .technology-carousel-indicators {
        left: -10%;
    }

    #technologyCarouselSlideTextWrapper0 {
        top: 38%;
        left: 1%;
    }

        #technologyCarouselSlideTextWrapper0 .horizontal-white-line {
            width: 146.4%;
        }

       /* #technologyCarouselSlideTextWrapper0 .technology-carousel-description {
            width: 146.4%;
        }*/

    #technologyCarouselSlideTextWrapper1 {
        top: 31%;
        left: 1%;
    }

        #technologyCarouselSlideTextWrapper1 .horizontal-white-line {
            width: 125%;
        }

    #technologyCarouselSlideTextWrapper2 {
        top: 38%;
        left: 1%;
    }

        #technologyCarouselSlideTextWrapper2 .horizontal-white-line {
            width: 104.4%;
        }

    #technologyCarouselSlideTextWrapper3 {
        top: 32%;
        left: 1%;
    }

        #technologyCarouselSlideTextWrapper3 .horizontal-white-line {
            width: 108%;
        }
}

@media (min-width:1200px) and (min-height:1000px) {

    #technologyCarouselSlideTextWrapper1 {
        top: 30%;
        left: 1%;
    }

    #technologyCarouselSlideTextWrapper3 {
        top: 30%;
        left: 1%;
    }

}



    @media (min-width:2000px) and (min-height:1400px) {

        #technologyCarouselSlideTextWrapper1 {
            top: 32%;
            left: 1%;
        }
    }

/*
     FILE ARCHIVED ON 06:32:48 Aug 22, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:34:46 Sep 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.439
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.047
  esindex: 0.007
  cdx.remote: 27.363
  LoadShardBlock: 266.276 (3)
  PetaboxLoader3.datanode: 152.435 (4)
  load_resource: 402.749
  PetaboxLoader3.resolve: 118.52
*/