.banner_section .banner_shape svg path { stroke-dasharray: 1800px; stroke-dashoffset: 1800px; }
.banner_section.go_animation .banner_shape svg path { animation: path_section 30s ease-out forwards; }

@keyframes path_section {
  0% { 
    stroke-dasharray: 1800px; stroke-dashoffset: 1800px;
  } 
  100% {
    stroke-dasharray: 3505px;
  }
}
@-webkit-keyframes path_section {
  0% { 
    stroke-dasharray: 1800px; stroke-dashoffset: 1800px;
  } 
  100% {
    stroke-dasharray: 3505px;
  }
}
@-moz-keyframes path_section {
  0% { 
    stroke-dasharray: 1800px; stroke-dashoffset: 1800px;
  } 
  100% {
    stroke-dasharray: 3505px;
  }
}
@-ms-keyframes path_section {
  0% { 
    stroke-dasharray: 1800px; stroke-dashoffset: 1800px;
  } 
  100% {
    stroke-dasharray: 3505px;
  }
}
@-o-keyframes path_section {
  0% { 
    stroke-dasharray: 1800px; stroke-dashoffset: 1800px;
  } 
  100% {
    stroke-dasharray: 3505px;
  }
}