<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
  }

.tfcontainer {
    font-family: 'Source Sans Pro', sans-serif;
}


/* Section cover */
.cover {
    background-color: #FFFFFF;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


.interactive {
    background-color: #FFFFFF;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    border-bottom: 50px solid #000000;
    box-sizing: border-box;
}


.full-scene{
    /* width: 5760px;height: calc(100vh - 100px); */
    width: 100vw;
    height: 100vh;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    transition: all;
}

/* Scene Construction */


/* Scene 1 */


.vehicleselection{
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

.tollbooth{
    /* width: 11%; */
    position: absolute;
    bottom: -10px;
    z-index: 1;
    /* left: 3%; */
    left: 12%;
}

.tollbooth img{
    max-width: 100%;
}

#toll_fig {
    width: 750px;
    height: auto;
}

.tollbooth:before, .tollbooth:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    /* left: 66%;
    top: 18%; */
    left: 58%;
    top: 23%;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
}

.tollbooth:after{
    animation-delay: .5s;
}

.barrier-block{
    /* width: 1.4%;
    left: 9.8%; */
    width: 80px;
    left: 32.8%;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.barrier{
    width: 40px;
    /* left: 10.1%; */
    left: 34%;
    position: absolute;
    bottom: 13.5%;
    z-index: 1;
}

.vehicle{
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 700px;
    z-index: 3;
}

.vehicle img{
    max-width: 100%;
}

.vehicle.car{
    left: 50%
}
.vehicle.earthmover{
    left: 47%
}
.vehicle.tata, .vehicle.lcv2, .vehicle.truck2, .vehicle.truck3, .vehicle.truck4,
.vehicle.oversized {
    /* width: 13.5%;
    left: 17.2%; */
    left: 64%
}

#car_fig, #lcv2_fig, #truck4_fig,
#truck3_fig, #truck2_fig,
#oversized_fig, #earthmover_fig, #tata-mini_fig {
    width: 750px;
}

.car:before, .car:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    /* left: 27%; */
    left: 16%;
    top: 0px;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 1;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.car:after{
    animation-delay: .5s;
}

/* tata pulse */
.tata:before, .tata:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    left: 11%;
    top: 0px;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 1;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.tata:after{
    animation-delay: .5s;
}


/* LCV2 pulse */
.lcv2:before, .lcv2:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    left: -2%;
    top: 61px;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 1;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.lcv2:after{
    animation-delay: .5s;
}



/* truck2 pulse */
.truck2:before, .truck2:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    left: -2%;
    top: 61px;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 1;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.truck2:after{
    animation-delay: .5s;
}


/* truck3 pulse */
.truck3:before, .truck3:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    left: -2%;
    top: 61px;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 1;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.truck3:after{
    animation-delay: .5s;
}


/* truck4 pulse */
.truck4:before, .truck4:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    left: -2%;
    top: 61px;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 1;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.truck4:after{
    animation-delay: .5s;
}


/* oversized pulse */
.oversized:before, .oversized:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    left: -2%;
    top: 61px;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 1;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.oversized:after{
    animation-delay: .5s;
}

/* earthmover pulse */
.earthmover:before, .earthmover:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #58ea00;
    /* left: 50%;
    top: 222px; */
    left: 30%;
    top: 162px;
    border-radius: 50%;
    animation: radiopulse 1.5s linear infinite;
    opacity: 1;
    backface-visibility: hidden;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.earthmover:after{
    animation-delay: .5s;
}

#scantheRfid{
    top: 52%;
    /* left: 20%; */
    left: 58%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #a70000;
    padding: 10px 15px;
    color: #ffff;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    z-index: 6;
}

.scanner {
    width: 200px;
    height: 200px;
    margin: -128px 0px 7px 203px;
}

.scanner:before{
    content: "";
    /* width: 55px;
    height: 249px; */
    width: 75px;
    height: 216px;
    background-color: #58ea00;
    position: absolute;
    margin-left: 15px;
    /* top: 57px;
    left: 42%; */
    top: 49%;
    left: 33%;
    transform: translateX(-50%);
    transform-origin: top center;
    animation: scanneranimation 1.5s linear infinite;
    z-index: -1;
    clip-path: polygon(30% 0, 60% 0, 91% 100%, 1% 100%);
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(0,212,255,1) 100%);
    /* display: none; */
}


/* Scene 2 */

.relative{
    position: relative;
}


.netc{
    left: 140.5%;
    width: 18%;
    position: absolute;
    bottom: -7px;
}

.processing{
    font-size: 1.4rem;
    position: absolute;
    color: green;
    z-index: 25;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    animation: blinking 1s linear infinite;
}

.mapper-processing{
    left: 50%;
    bottom: 24%;
    transform: translateX(-50%);
}
.bank-processing{
    left: 50%;
    bottom: 43%;
    transform: translateX(-50%);
}

/* Scene 3 */

.bank{
    /* width: 12%;
    left: 70%; */
    width: 500px;
    left: 235%;
    position: absolute;
    bottom: -7px;
}

/* Elements that mover from scene to scene */

.robot{
    /* width: 7.5%; */
    position: absolute;
    /* left: 3%;
    top: 55%; */
    left: 45%;
    top: 46%;
    transform-origin: "center";
    transform: scale(0.5);
    animation: hoveranimation 1.5s linear infinite;
    z-index: 11;
}

.robot:after{
    content: "Acquirer Host";
    position: absolute;
    background-color: #000000;
    color:#ffffff;
    top: -24px;
    left: 42%;
    transform: translateX(-42%);
    padding: 2px 5px;
}

#robo_fig {
    width: 350px;
}

.netc-drone{
    position: absolute;
    width: 15%;
    left: 144%;
    top: 83%;
    animation: hoveranimation 1.5s linear infinite;
    opacity:0;
}

.netc-drone img{ width: 100%;}

.netc-drone:after{
    content: "NETC system";
    position: absolute;
    background-color: #000000;
    color:#ffffff;
    top: -24px;
    left: 47%;
    transform: translateX(-47%);
    padding: 2px 5px;
}
.netc-drone:after:after{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 50px #e15915;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.fare{
    background-color: #000000;
    color: green;
    padding: 20px;
    font-size: 36px;
    width: 15%;
    border-radius: 15px;
    left: 167%;
    top: 53%;
    position: absolute;
    text-align: center;
}

.fare p {
    font-size: 0.6em;
    text-transform: uppercase;
}

.robot img{
    width: 100%;
}

.tag {
    /* width: 8.2%;
    left: 19.7%; */
    width: 360px;
    left: 59.7%;
    top: 27%;
    position: absolute;
    /* top: 19%; */
    transform: scale(0.5);
    /* opacity: 0; */
}

/* .uk-hidden { display: block !important; } */



.prompt {
    position: absolute;
    width: 15%;
    background-color: #eaeaea;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 25;
    font-size: 1rem;
    line-height: 2.5rem;
}

.prompt p{
    font-size: 1.2em;
}
.prompt button{
    font-size: 1.2em;
    padding: 0px 10px;
    border-radius: 8px;
    border: none;
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 17px;
}

.verifyidentity{
    left: 61.6%;
    top: 50%;
}

.yesorno{
    /* left: 43.3%;
    top: 0; */
    left: 143.3%;
    top: 15%;
    /* width: 310px; */
}

.debitrequest {
    /* left: 77%;
    top: 0%; */
    left: 240%;
    top: 15%;
    /* width: 250px; */
}

.billpaid-robot {
    font-size: 25px;
    border: 1px solid #cccccc;
    width: 24.5%;
    left: 235.5%;
    top: 69%;
    padding: 38px 28px;
    text-align: left;
    transform: scale(0.5);
    opacity: 0;
}
.billpaid-user {
    left: 67.6%;
    top: 40%;
}

.story-content{
    margin: 50px auto;
    padding: 20px;
}

.story-content p {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    max-width: 525px;
    width: 100%;
    margin: 35px auto;
    line-height: 26px;
    font-weight: 300;
}
.story-content p.author-name {
   font-style: italic;
   /* font-weight: bold; */
   text-align: center;
}

.story-content h2 {
    margin: 0 auto;
    width: 100%;
    max-width: 525px;
    text-align: center;
    font-size: 36px;
}

.story-content h3 {
    margin: 0 auto;
    width: 100%;
    max-width: 525px;
    text-align: center;
    font-size: 25px;
}

.story-content img {
    margin: 0 auto;
    width: 100%;
    max-width: 925px;
    display: block;
}

.story-content .iframe {
    margin: 0 auto;
    width: 100%;
    max-width: 925px;
    display: block;
}

.story-content img.mobile{
    display: none;
}

.story-content h2{
    color: #000000;
    font-size: 2.7em;
}



/* Animation */

@keyframes hoveranimation {
    
    0%{
        transform: translateY(0px);
        /* opacity: 0; */
    }
    50%{
        /* transform: scale(1); */
        transform: translateY(10px)
    }
    100%{
        transform: translateY(0px)
    }


}

@keyframes scanneranimation {
    
    0%{
        transform: rotate(-18deg);
        opacity: 0;
    }
    50%{
        /* transform: scale(1); */
        transform: rotate(-50deg);
        opacity: 1;
    }
    100%{
        transform: rotate(-18deg);
        opacity: 0;
    }


}

@keyframes blinking {
    
    0%{
        opacity: 0;
    }
    50%{
        /* transform: scale(1); */
        opacity: 1;
    }
    100%{
        opacity: 0;
    }


}


@keyframes radiopulse {
    
    0%{
        transform: scale(0.5);
        opacity: 0;
    }
    50%{
        /* transform: scale(1); */
        opacity: 1;
    }
    100%{
        transform: scale(3);
        opacity: 0;
    }


}

/* Media Queries */

@media screen and (max-width: 1599px) {
    
    /* .prompt{
        width: 30%;
    } */

    .vehicleselection .grid button {
        height: 166px !important;
    }

    .prompt.verifyidentity {
        width: 23%;
    }
    
    .prompt.yesorno {
        width: 23%;
    }
    
    .prompt.debitrequest {
        width: 24%;
    }

    .prompt p{
            font-size: 1.2em;
    }

    .yesorno {
        left: 139.3%;
        top: 15%;
    }

    .billpaid-robot {
        width: 23%;
    }

    .netc-drone {
        width: 20%;
    }

    .fare{
        width: 20%;
    }



    
}
    
@media screen and (max-width: 767px) {
    .story-content img.desktop{
        display: none;
    }

    .prompt {
        line-height: 1.5rem;
    }
    .prompt p {
        font-size: 0.9em !important;
    }
    .story-content img.mobile{
        display: block;
    }
    .interactive {
        height: 100vh;
        width: 100vw;
        /*border-bottom: 75px solid #000000;*/
        border-bottom:120px solid #000;
    }
    .full-scene {
        height: 100vh;
        width: 100vw;
    }
    .vehicle.car, .vehicle.oversized, .vehicle.earthmover {
        left: 58% !important;
        bottom: -5px;
    }
     .vehicle.lcv2, .vehicle.tata, 
     .vehicle.truck3, .vehicle.truck4, 
     .vehicle.truck2 {
        /* width: 13.5%; */
        left: 60% !important;
        bottom: -5px;
    }
    #car_fig {
        width: 170px;
    }
    #lcv2_fig, #truck4_fig,
    #truck3_fig, #truck2_fig,
    #oversized_fig, #earthmover_fig, #tata-mini_fig {
        width: 140px;
    }
    .car:before, .car:after,
    .earthmover:after, .earthmover:before {
        left: 28%;
        width: 20px;
        height: 20px;
    }
    
    .earthmover:after, .earthmover:before {
        top: 40%;
     }
    .lcv2:after, .lcv2::before, .truck2:before,
    .truck2:after, .oversized:after, .oversized:before,
    .tata:after, .tata::before,  
    .truck4:after, .truck4:before,
    .truck3:before, .truck3::after {
        left: 9%;
    width: 20px;
    height: 20px;
    top: 25%;
    }
    .tollbooth {
        left: 2%; bottom:0;
    }
    .tollbooth:before, .tollbooth:after {
        left: 77%;
        top: 23%;
        width: 40px;
        height: 40px;
    }
    #toll_fig {
        width: 300px;
    }
    .barrier-block {
        width: 30px;
        left: 49.5%;
    }
    .barrier {
        width: 12px;
        left: 50%;
        bottom: 5.5%;
    }
    #scantheRfid {
        top: 45%;
        left: 50%;
        padding: 8px 10px;
        font-size: 15px;
    }
    .robot {
        left: 8%;
        top: 85%;
    }

    .robot:after {
        top: -28px;
        left: 83px;
    }
    #robo_fig {
        width: 180px;
    }
    .scanner:before {
        width: 39px;
        height: 88px;
        top: 35px;
        left: 14%;

    }
    .prompt button {
        font-size: 13px;
        padding: 0 15px;
        margin-top: 0px;
        line-height: 25px;
    }
    .prompt.verifyidentity p {
        margin-bottom: 4px;
        text-align: center;
        font-size: 15px;
        line-height: 17px;
    }
    .prompt.verifyidentity {
        width: 138px;
        padding: 5px;
        left: 29%;
        top: 46%;
    }
    .tag.car, .tag {
        left: 25%;
        top: 32%;
        width: 168px;
    }
    .yesorno {
        left: 125%;
        top: 36%;
        width: 50% !important;    
        padding: 8px;
    }
    .yesorno p {
        font-size: 15px;
        line-height: 17px;
        padding-bottom: 10px;
    }
    .netc {
        left: 130%;
        width: 180px;
        position: absolute;
    }
    .netc-drone {
        position: absolute;
        left: 130%;
        top: 85%;
        animation: hoveranimation 1.5s linear infinite;
        width: 180px;
    }
    .processing {
        font-size: 16px;
        padding: 7px;
        margin-bottom: 0 !important;
    }
    .mapper-processing{
        bottom: 21.2%;
    }
    .bank-processing{
        bottom: 39%;
    }
    .billpaid-robot {
        left: 210.5%;
        top: 78.5%;
        font-size: 26px;
        padding: 5px;
        width: 292px;
        padding: 18px 10px;
        box-sizing: border-box;
    }
    .bank {
        width: 250px;
        left: 217%;
    }
    .fare {
        padding: 5px 10px;
        font-size: 15px;
        width: 132px;
        left: 133%;
        top: 47%;
        z-index: 20;
    }

    .fare p {
        font-size: 0.8em;
        text-transform: uppercase;
        margin-bottom: 0 !important;
    }
    .debitrequest {
        left: 232%;
        top: 42%;
        width: 40% !important;
    } 
    .debitrequest p {
        font-size: 15px;
        line-height: 17px;
        padding-bottom: 5px;
        text-align: left;
    }
    
}</pre></body></html>