@media screen and (max-width: 769px) {
  #content_box-1595582824530-0,#content_box-1595659409438-0{display:none;}




#w_grid-1562727658544{margin-top:0px !Important;}
 #w_common_text-1590656750294 span{font-size:30px;}
  #content_box-1590656750287-1{display:none;}
#content_box-1590714209374-0{display:none;}

  #w_common_text-1590714472614{margin-bottom: 10px !important;}

#w_fimg-1590714523997{margin-bottom: 20px !important;}


  #w_grid-1563929810688{ background: #f6f6f6 !important;}




  #content_box-1595643024243-1{display:none;}















#w_fimg-1590131416283,#w_fimg-1590133589211,#w_fimg-1590135253005{max-width: 200px !important;}


#w_common_text-1590131399797 span{font-size:24px !Important;}

#w_common_text-1590131399799{height:80px;overflow:hidden;text-overflow: ellipsis;margin:10px 0px !Important;padding: 0px;}



#w_grid-1590127380846{margin-top:20px;}





}







.containerge {
    position: absolute;
    width: 110px;
    height: 24px;
    margin-top: -100px;
    z-index: 99;
    right: 0px;
    margin-right: 0px;
    margin-left: auto;
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 1;
    animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
    to {
        opacity: 1;
    }
}