<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Animation */
@keyframes hse {
  from {top:500px;}
  to {top:0px;}
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0.5;}
  75%  {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes hse-1 {

  0%   {opacity: 0;}
  25%   {opacity: 1;}
  50%  {opacity: 1;}
  75%   {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes hse2 {
  /* from {top:1500px;}
  to {top:0px;} */
  0%   {opacity: 0;}
  35%  {opacity: 1;}
  50%  {opacity: 1;}
  75%  {opacity: 1;}
  100% {opacity: 0;}
  0%   {top: 650px;}
  25%  {top: 0px;}
  50%  {top: 0px;}
  75%  {top: 0px;}
  100% {top: -500px;}
  
}
@keyframes hse3 {
  from {top:500px;}
  to {top:0px;}
  0%   {opacity: 0;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes hse4 {
  0%   {opacity: 0;}
  25%  {opacity: 1;}
  50%  {opacity: 1;}
  75%  {opacity: 1;}
  100% {opacity: 0;}
  0%   {top: 400px;}
  25%  {top: 0px;}
  50%  {top: 0px;}
  75%  {top: 0px;}
  100% {top: -500px;}
}
@keyframes hse5 {
  from {top:500px;}
  to {top:0px;}
  0%   {opacity: 0;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes txt {
    from {right:8000px;}
    to {right:0px;}
  }

  @media (max-width: 761px){
    @keyframes hse {
      from {top:300px;}
      to {top:0px;}

      0%   {opacity: 0;}
      25%  {opacity: 0;}
      50%  {opacity: 0.5;}
      75%  {opacity: 1;}
      100% {opacity: 1;}
    }
    @keyframes hse-1 {

      0%   {opacity: 0;}
      25%   {opacity: 1;}
      50%  {opacity: 1;}
      75%   {opacity: 1;}
      100% {opacity: 0;}
    }
    @keyframes hse2 {

       0%   {top: 250px;}
       25%  {top: 0px;}
       50%  {top: 0px;}
       75%  {top: 0px;}
       100% {top: -50px;}

      0%   {opacity: 0;}
      45%  {opacity: 1;}
      50%  {opacity: 1;}
      75%  {opacity: 1;}
      100% {opacity: 0;}
    }
    @keyframes hse3 {
      from {top:300px;}
      to {top:0px;}

      0%   {opacity: 0;}
      50%  {opacity: 0;}
      100% {opacity: 1;}
    }
    @keyframes hse4 {
      0%   {top: 100px;}
      25%  {top: 0px;}
      50%  {top: 0px;}
      75%  {top: 0px;}
      100% {top: -50px;}
      0%   {opacity: 0.5;}
      25%  {opacity: 1;}
      50%  {opacity: 1;}
      75%  {opacity: 1;}
      100% {opacity: 0;}
    }
    @keyframes hse5 {
      from {top:300px;}
      to {top:0px;}
      0%   {opacity: 0;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
    }
  }

/* Style  */
.banner-block{
  position: relative;
  animation-name: txt;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  /* animation-delay: 2s; */
}
.hse1{
    position: relative;
    width: 300px;
    animation-name: hse;
    animation-duration: 5.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .hse1 :first-child{
    width: 100%;
    height: auto;
    margin-top: 259px;
  }
  .hse1 :nth-child(2){
    position: absolute;
    top: 34%;
    left: 61.5%;
    width: 28%;
    animation-name: hse-1;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in;
  }
  .hse2{
    position: relative;
      width: 198px;
      margin-left: -25px;
      animation-name: hse2;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      /* animation-delay: 0.2s; */
      /* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
  }
  .hse2 :first-child{
    width: 100%;
    height: auto;
    margin-top: 187px;
  }
  .hse2 :nth-child(2){
    position: absolute;
    top: 39%;
    left: 11.5%;
    width: 76%;
  }
  .hse2 :nth-child(3){
    position: absolute;
    top: 45.2%;
    left: 11.5%;
    width: 76%;
  }
  .hse2 :nth-child(4){
    position: absolute;
    top: 48.5%;
    left: 12.5%;
    width: 75%;
  }
  .hse2 :nth-child(5){
    position: absolute;
    top: 51.6%;
    left: 11.5%;
    width: 76%;
  }
  .hse2 :nth-child(6){
    position: absolute;
    top: 54.8%;
    left: 12.5%;
    width: 75%;
  }
  .hse2 :nth-child(7){
    position: absolute;
    top: 58%;
    left: 11.5%;
    width: 76%;
  }
  /* .hse2 :nth-child(8){
    position: absolute;
      top:54.5%;
      left: 12.5%;
      width: 76%;
  } */
  /* .hse2 :nth-child(9){
    position: absolute;
    top: 58%;
    left: 11.5%;
    width: 76%;
  } */
  .hse3{
    position: relative;
    width: 146px;
    margin-top: 65px;
    margin-left: -24px;
    animation-name: hse3;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;

  }
  .hse3 :first-child{
    width: 100%;
    height: auto;
    margin-top: 187px;
  }
  .hse3 :nth-child(2){
    position: absolute;
    top: 58%;
    left: 0%;
    width: 100%;
    animation-name: hse-1;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in;
  }
  .hse3 :nth-child(3){
    position: absolute;
    top: 61.3%;
    left: -0.5%;
    width: 100%;
  }
  .hse3 :nth-child(4){
    position: absolute;
    top: 68%;
    left: 0;
    width: 100%;
    animation-name: hse-1;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in;
  }
  .hse3 :nth-child(5){
    position: absolute;
    top: 71.3%;
    left: 0;
    width: 100%;
  }
  .hse3 :nth-child(6){
    position: absolute;
    top: 74.5%;
    left: 0;
    width: 100%;
    animation-name: hse-1;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in;
  }
  .hse3 :nth-child(7){
    position: absolute;
    top: 77.8%;
    left: 0;
    width: 100%;

  }

  .hse4{
    position: relative;
    width: 193px;
    margin-top: -74px;
    margin-left: -24px;
    animation-name: hse4;
    /* animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: ease; */

    /* animation-delay: 1s; */
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .hse4 :first-child{
    position: absolute;
    top: 14.5%;
    left: -0.5%;
    width: 100%;
  }
  .hse4 :nth-child(2){
    position: absolute;
    top: 35%;
    left: 11.5%;
    width: 76%;
    animation-name: hse-1;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in;
  }
  .hse4 :nth-child(3){
    position: absolute;
    top: 38%;
    left: 11.3%;
    width: 76%;
  }
  .hse4 :nth-child(4){
    position: absolute;
    top: 43.5%;
    left: 10.5%;
    width: 77%;
    animation-name: hse-1;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in;
  }
  .hse5{
    position: relative;
    width: 150px;
    margin-top: 65px;
    margin-left: -25px;
    animation-name: hse5;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .hse5 :first-child{
    width: 100%;
    height: auto;
    margin-top: 232px;
  }
  .hse5 :nth-child(2){
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;

  }
  .hse5 :nth-child(3){
    position: absolute;
    top: 38.5%;
    left: 0;
    width: 100%;
    animation-name: hse-1;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function:ease-in;
  }
  .hse5 :nth-child(4){
    position: absolute;
    top: 41.8%;
    left: 0;
    width: 100%;
   
  }
  .hse5 :nth-child(5){
    position: absolute;
    top: 45.3%;
    left: 0;
    width: 100%;
    animation-name: hse-1;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function:ease-in;
  }
  .hse5 :nth-child(6){
    position: absolute;
    top: 48.6%;
    left: 0;
    width: 100%;

  }
  .hse5 :nth-child(7){
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    animation-name: hse-1;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in;
  }
  .hse5 :nth-child(8){
    position: absolute;
    top: 55.5%;
    left: 0;
    width: 100%;
  
  }
  .hse5 :nth-child(9){
    position: absolute;
    top: 58.8%;
    left: 0;
    width: 100%;
    animation-delay: 2s;
    animation-name: hse-1;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in;
  }
 

  @media (max-width: 1280px){
    .hse1 :first-child {
      width: 95%;
  }
    .hse1 :nth-child(2) {
      top: 35%;
      left: 55.5%;
  }
  .hse2 :first-child {
    width: 97%;
    margin-left: -3px;
}
  .hse2 :nth-child(2) {
    width: 74%;
    left: 14px;
    top: 38.2%;
}
.hse2 :nth-child(3) {
  top: 43.7%;
    left: 14px;
    width: 74%;
}
.hse2 :nth-child(4) {
  top: 46.3%;
    left: 14px;
    width: 74%;
}
.hse2 :nth-child(5) {
  top: 49%;
  left: 14px;
  width: 74%;
}
.hse2 :nth-child(6) {
  top: 51.6%;
    left: 14px;
    width: 74%;
}
.hse2 :nth-child(7) {
  top: 54.1%;
  left: 13px;
  width: 74%;
}
.hse3 :first-child {
  width: 90%;
}
.hse3 :nth-child(2) {
  top: 61%;
  left: 0%;
  width: 91%;
}
.hse3 :nth-child(3) {
  top: 63.5%;
  left: 0;
  width: 91%;
}
.hse3 :nth-child(4) {
  top: 68.8%;
  left: 0;
  width: 91%;
}
.hse3 :nth-child(5) {
  top: 71.5%;
    left: 0;
    width: 91%;
}
.hse3 :nth-child(6) {
  top: 74.2%;
    left: 0;
    width: 91%;
}
.hse3 :nth-child(7) {
  top: 77%;
    left: 0;
    width: 91%;
}
.hse4 :first-child {
  top: 14.5%;
  left: -2.5%;
}
.hse4 :nth-child(2) {
  top: 34%;
  left: 9.5%;
}
.hse4 :nth-child(3) {
  top: 36.6%;
  left: 9.3%;
}
.hse4 :nth-child(4) {
  position: absolute;
  top: 41.5%;
  left: 8.5%;
}
.hse5 :first-child {
  margin-left: 4px;
}
.hse5 :nth-child(2) {
  position: absolute;
  top: 39.6%;
  left: 4px;
  width: 100%;
}
.hse5 :nth-child(3) {
  position: absolute;
  top: 42.5%;
  left: 4px;
}
.hse5 :nth-child(4) {
  position: absolute;
  top: 45.2%;
  left: 4px;
}
.hse5 :nth-child(5) {
  position: absolute;
  top: 48.2%;
  left: 4px;
}
.hse5 :nth-child(6) {
  position: absolute;
  top: 51%;
  left: 4px;
}
.hse5 :nth-child(7) {
  position: absolute;
  top: 54%;
  left: 4px;
}
.hse5 :nth-child(8) {
  position: absolute;
  top: 56.8%;
  left: 4px;
}
.hse5 :nth-child(9) {
  position: absolute;
  top: 59.8%;
  left: 4px;
}
  }

  @media (max-width: 1024px){
    .hse1 :first-child {
      width: 88%;
      margin-top: 174px;
  }
    .hse1 :nth-child(2) {
      top: 241px;
      left: 50.5%;
  }
  .hse2 :first-child {
    width: 94%;
    margin-top: 126px;
    margin-left: -6px;
}
  .hse2 :nth-child(2) {
    width: 71%;
    top: 253px;
    left: 5.5%;
}
.hse2 :nth-child(3) {
  width: 71%;
  top: 291px;
  left: 5.5%;
}
.hse2 :nth-child(4) {
  width: 71%;
    top: 310px;
    left: 5.5%;
}
.hse2 :nth-child(5) {
  width: 71%;
  top: 329px;
  left: 5.5%;
}
.hse2 :nth-child(6) {
  width: 71%;
  top: 348px;
  left: 5.5%;
}
.hse2 :nth-child(7) {
  width: 71%;
    top: 368px;
    left: 5.5%;
}
.hse3 :first-child {
  width: 92%;
  margin-top: 99px;
}
.hse3 :nth-child(2) {
  top: 317px;
  left: 0%;
  width: 91%;
}
.hse3 :nth-child(3) {
  top: 335px;
    left: 0%;
    width: 91%;
}

.hse3 :nth-child(4) {
  top: 370px;
  left: 0%;
  width: 91%;
}
.hse3 :nth-child(5) {
  top: 387px;
  left: 0%;
  width: 91%;
}
.hse3 :nth-child(6) {
  top: 405px;
  left: 0%;
  width: 91%;
}
.hse3 :nth-child(7) {
  top: 422px;
  left: 0%;
  width: 91%;
}
.hse4 :first-child {
  top: 17.5%;
  left: 7.5%;
  width: 91%;
}
.hse4 :nth-child(2) {
  top: 281px;
  left: 18.5%;
  width: 68%;
}
.hse4 :nth-child(3) {
  top: 298px;
    left: 18.5%;
    width: 68%;
}
.hse4 :nth-child(4) {
  top: 332px;
    left: 18.5%;
    width: 68%;
}

.hse5 :first-child {
  margin-left: 12px;
  margin-top: 119px;
}
.hse5 :nth-child(2) {
  top: 213px;
  left: 12px;
}
.hse5 :nth-child(3) {
  top: 233px;
  left: 12px;
}
.hse5 :nth-child(4) {
  top: 253px;
  left: 12px;
}
.hse5 :nth-child(5) {
  top: 273px;
  left: 12px;
}
.hse5 :nth-child(6) {
  top: 293px;
  left: 12px;
}
.hse5 :nth-child(7) {
  top: 313px;
  left: 12px;
}
.hse5 :nth-child(8) {
  top: 333px;
  left: 12px;
}
.hse5 :nth-child(9) {
  top: 352px;
  left: 12px;
}
  }

  @media (max-width: 761px){
    .hse1 :first-child {
      margin-top: 58px;
      width: 95%;
  }
  .hse1{
    width: 58px;
  }
  .hse1 :nth-child(2) {
    top: 23%;
    left: 55.5%;
}
  .hse2 {
    width: 57px;
    margin-left: -10px;
    margin-top: 24px;
    animation-duration: 9s;
}
.hse2 :first-child {
  margin-top: 0px;
  margin-left: 0px;
}
.hse2 :nth-child(2){
  top: 21.5%;
    left: 11.5%;
    width: 70%;
}
.hse2 :nth-child(3){
  top: 27.5%;
  left: 11.5%;
  width: 71%;

}
.hse2 :nth-child(4){
  top: 30.5%;
  left: 11.5%;
  width: 71%;
}
.hse2 :nth-child(5){
  top: 33.5%;
  left: 11.5%;
  width: 71%;
}
.hse2 :nth-child(6){
  top: 36.3%;
  left: 10.5%;
  width: 71%;
}
.hse2 :nth-child(7){
  top: 39.3%;
    left: 11.5%;
    width: 71%;
}
.hse2 :nth-child(8){
  top: 40%;
  left: 12.5%;
  width: 70%;
}
.hse2 :nth-child(9){
  top: 43%;
    left: 12.5%;
    width: 70%;
}
.hse3 :first-child {
  margin-top: 60px;
  width: 76%;
  margin-left: 0px;
}
.hse3 {
  position: relative;
  width: 55px;
  margin-top: -17px;
  margin-left: -11px;
}
.hse3 :nth-child(2) {
  top: 182px;
  left: 0.5%;
  width: 75%;
}
.hse3 :nth-child(3) {
  top: 192px;
  left: 1.5%;
  width: 73%;
}
.hse3 :nth-child(4) {
  top: 213px;
    left: 0.5%;
    width: 73%;
}
.hse3 :nth-child(5) {
  top: 223px;
  left: 1.5%;
  width: 73%;
}
.hse3 :nth-child(6) {
  top: 233px;
  left: 1.5%;
  width: 73%;
}
.hse3 :nth-child(7) {
  top: 244px;
    left: 1.5%;
    width: 73%;
}
.hse4 {
  position: relative;
  width: 45px;
  margin-top: -46px;
  margin-left: -26px;
  animation-duration: 10s;
}
.hse4 :first-child {
  top: 11.5%;
    left: 14.5%;
    width: 100%;
}
.hse4 :nth-child(2) {
  top: 26.8%;
  left: 25.5%;
  width: 75%;
}
.hse4 :nth-child(3) {
  top: 29%;
  left: 25.5%;
  width: 75%;
}
.hse4 :nth-child(4){
  top: 33%;
  left: 24.5%;
  width: 77%;
}
.hse5 {
  width: 39px;
  margin-top: 45px;
  margin-left: -6px;
}
.hse5 :first-child {
  margin-top: 8px;
    margin-left: 6.5px;
}
.hse5 :nth-child(2){
  top: 16.8%;
  left: 17%;
  width: 100%;
}
.hse5 :nth-child(3){
  top: 19.9%;
    left: 15.5%;
    width: 100%;
}

.hse5 :nth-child(4){
  top: 22.8%;
    left: 17.5%;
    width: 100%;
}
.hse5 :nth-child(5){
  top: 26%;
  left: 17.5%;
  width: 100%;
}
.hse5 :nth-child(6){
  top: 29%;
    left: 17.5%;
    width: 100%;
}
.hse5 :nth-child(7){
  top: 32.6%;
  left: 17.5%;
  width: 100%;
}
.hse5 :nth-child(8){
  top: 35.7%;
  left: 17.5%;
  width: 100%;
}
.hse5 :nth-child(9){
  top: 38.8%;
    left: 7px;
    width: 100%;
}
  }

  @media (max-width: 390px){
    .hse1 :first-child {
      margin-top: 58px;
  }
  .hse1{
    width: 58px;
  }
  .hse1 :nth-child(2) {
    top: 25%;
    left: 55.5%;
}
  .hse2 {
    width: 57px;
    margin-left: -9px;
    margin-top: 24px;
    animation-duration: 9s;
}
.hse2 :first-child {
  margin-top: 0px;
}
.hse2 :nth-child(2){
  top: 22%;
  left: 11.5%;
  width: 70%;
}
.hse2 :nth-child(3){
  top: 28%;
  left: 11.5%;
  width: 70%;

}
.hse2 :nth-child(4){
  top: 31%;
  left: 11.5%;
  width: 70%;
}
.hse2 :nth-child(5){
  top: 34.5%;
    left: 11.5%;
    width: 70%;
}
.hse2 :nth-child(6){
  top: 38%;
  left: 11.5%;
  width: 70%;
}
.hse2 :nth-child(7){
  top: 41.5%;
  left: 11.5%;
  width: 70%;
}
.hse2 :nth-child(8){
  top: 40%;
  left: 12.5%;
  width: 70%;
}
.hse2 :nth-child(9){
  top: 43%;
    left: 12.5%;
    width: 70%;
}
/* .hse3 :first-child {
  margin-top: 235px;
  width: 76%;
  margin-left: 1px;
}
.hse3 {
  position: relative;
  width: 55px;
  margin-top: -190px;
  margin-left: -11px;
}
.hse3 :nth-child(2) {
  top: 67.2%;
  left: 1.5%;
  width: 75%;
}
.hse3 :nth-child(3) {
  top: 69%;
  left: 1.5%;
  width: 75%;
}
.hse3 :nth-child(4) {
  top: 73%;
  left: 1.5%;
  width: 75%;
}
.hse3 :nth-child(5) {
  top: 75%;
    left: 1.5%;
    width: 75%;
}
.hse3 :nth-child(6) {
  top: 77%;
  left: 1.5%;
  width: 75%;
}
.hse3 :nth-child(7) {
  top: 79%;
  left: 1.5%;
  width: 75%;
} */
.hse4 {
  position: relative;
  width: 45px;
  margin-top: -46px;
  margin-left: -22px;
  animation-duration: 10s;
}
.hse4 :first-child {
  top: 11.5%;
    left: 9.5%;
    width: 100%;
}
.hse4 :nth-child(2) {
  top: 26.8%;
  left: 22.5%;
    width: 75%;
}
.hse4 :nth-child(3) {
  top: 29%;
  left: 22.5%;
    width: 75%;
}
.hse4 :nth-child(4){
  top: 33.2%;
  left: 22.5%;
  width: 77%;
}
.hse5 {
  width: 39px;
  margin-top: 45px;
  margin-left: -6px;
}
.hse5 :first-child {
  margin-top: 8px;
  margin-left: 4.5px;
}
.hse5 :nth-child(2){
  top: 17.8%;
  left: 13%;
  width: 100%;
}
.hse5 :nth-child(3){
  top: 21.3%;
  left: 13%;
    width: 100%;
}

.hse5 :nth-child(4){
  top: 24.8%;
  left: 13%;
    width: 100%;
}
.hse5 :nth-child(5){
  top: 28%;
  left: 13%;
  width: 100%;
}
.hse5 :nth-child(6){
  top: 31.5%;
  left: 13%;
  width: 100%;
}
.hse5 :nth-child(7){
  top: 35%;
  left: 13%;
  width: 100%;
}
.hse5 :nth-child(8){
  top: 38.5%;
  left: 13%;
  width: 100%;
}
.hse5 :nth-child(9){
  top: 41.8%;
  left: 13%;
  width: 100%;
}
  }</pre></body></html>