.body_container {
  float: left;
  padding: 122px 0 0 0;
  position: relative;
  width: 100%;
  
}
@media (max-width: 800px) {
  .body_container {
    max-width: 100%;
    width: 100%;
    min-width: 320px;
  }
}
svg {
  display: block;
  z-index: 101 !important;
  pointer-events: none;
}
@media (max-width: 800px) {
  svg {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .hidden-mobile {
    display: none !important;
  }
}
.hidden-desktop {
  display: none;
}
@media (max-width: 800px) {
  .hidden-desktop {
    display: block !important;
  }
}
.svg-container {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  margin-left: -630px;
  min-width: 1260px;
  max-width: 1260px;
  height: 3000px;
}
#module_1_triangle {
  position: absolute;
  top: -418.5px;
  right: 0;
  z-index: 99;
}
#module_1_circle {
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 99;
}
#module_2_triangle {
  position: absolute;
  top: 1290px;
  right: 0;
  z-index: 99;
}
#module_2_circle {
  position: absolute;
  top: 2118px;
  left: 0;
  z-index: 99;
}
#module_3_triangle {
  position: absolute;
  top: 2996px;
  right: 0;
  z-index: 99;
}
#module_3_circle {
  position: absolute;
  top: 3830px;
  left: 0;
  z-index: 99;
}
#module_4_triangle {
  position: absolute;
  top: 4737px;
  right: 0;
  z-index: 99;
}
#module_4_circle {
  position: absolute;
  top: 5512px;
  left: 0;
  z-index: 99;
}
#module_5_triangle {
  position: absolute;
  top: 6324px;
  right: 0;
  z-index: 99;
}
#module_5_circle {
  position: absolute;
  top: 7210px;
  left: 0;
  z-index: 99;
}
#module_6_triangle {
  position: absolute;
  top: 8000px;
  right: 0;
  z-index: 99;
}
#module_6_circle {
  position: absolute;
  top: 8846px;
  left: 0;
  z-index: 99;
}
#module_7_triangle {
  position: absolute;
  top: 9300px;
  right: 0;
  z-index: 99;
}
#module_7_circle {
  position: absolute;
  top: 10359px;
  left: 0;
  z-index: 99;
}
.bg-img-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.bg-img-wrap .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-backface-visibility: hidden;
}
.align-middle {
  display: inline-block;
  margin: 0 auto;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.margin-top {
  margin-top: 40px;
}
.margin-top-double {
  margin-top: 80px;
}
.margin-bottom {
  margin-bottom: 40px;
}
.margin-bottom-double {
  margin-bottom: 80px;
}
.padding-top {
  padding-top: 40px;
}
.padding-top-double {
  padding-top: 80px;
}
.padding-bottom {
  padding-bottom: 40px;
}
.padding-bottom-double {
  padding-bottom: 80px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.img-bg {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}
.module {
  position: relative;
}
.module .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.hide {
  visibility: hidden;
  opacity: 0;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.loader .loader-img {
  position: absolute;
  top: 50%;
  margin-top: -311px;
  left: 50%;
  margin-left: -300px;
}
.video-player-full {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 99999;
}
.video-player-full span {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 10px;
  content: "X";
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999999;
}