@media (min-width: 1550px) {
  .lg .container {
    width: 1480px;
  }
}
.innnerFullScreen .neptunContent .lg {
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}
.innnerFullScreen .neptunContent .lg:before {
  content: url(../images/lg/splash1.png);
  bottom: 0;
  left: 150px;
  position: absolute;
}
@media (max-width: 992px) {
  .innnerFullScreen .neptunContent .lg:before {
    bottom: 20%;
    left: 0px;
  }
}
@media (max-width: 768px) {
  .innnerFullScreen .neptunContent .lg:before {
    display: none;
  }
}
.innnerFullScreen .neptunContent .lg:after {
  content: url(../images/lg/splash2.png);
  left: 0px;
  top: 30%;
  position: absolute;
}
@media (min-width: 993px) and (max-width: 1400px) {
  .innnerFullScreen .neptunContent .lg:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .innnerFullScreen .neptunContent .lg:after {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .innnerFullScreen .neptunContent .lg:after {
    display: none;
  }
}
.innnerFullScreen .neptunContent .lg .splash {
  position: relative;
}
.innnerFullScreen .neptunContent .lg .splash:before {
  content: url(../images/lg/splash3.png);
  position: absolute;
  right: 60px;
  bottom: 70px;
}
@media (max-width: 768px) {
  .innnerFullScreen .neptunContent .lg .splash:before {
    left: 0px;
    right: auto;
    bottom: 10%;
  }
}
.innnerFullScreen .neptunContent .lg .splash:after {
  content: url(../images/lg/splash4.png);
  position: absolute;
  top: 15%;
  right: 10%;
}
.innnerFullScreen .neptunContent .lg .lg-text-section {
  margin: 30px 0 50px;
  font-family: 'SkolaSans';
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section {
    padding: 0 35px;
  }
}
.innnerFullScreen .neptunContent .lg .lg-text-section h2 {
  color: #c04a7b;
  font-size: 50px;
  font-family: 'SkolaSans';
}
@media (max-width: 768px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section h2 {
    font-size: 40px;
  }
}
.innnerFullScreen .neptunContent .lg .lg-text-section h4 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  background: none;
  color: black;
  -webkit-text-fill-color: black;
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
.innnerFullScreen .neptunContent .lg .lg-text-section h4 img {
  vertical-align: text-top;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section h4 img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section h4 img {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section .vxs {
    display: none;
  }
}
@media (max-width: 768px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section .vxs {
    display: block;
  }
}
@media (min-width: 769px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section + .text-center img {
    margin-top: 110px;
  }
}
@media (max-width: 500px) {
  .innnerFullScreen .neptunContent .lg .lg-text-section + .text-center img {
    max-width: 90%;
  }
}
.innnerFullScreen .neptunContent .lg .lg-text-section p {
  font-family: 'SkolaSans';
  font-size: 15px;
  line-height: 24px;
  color: black;
  margin-top: 40px;
  margin-bottom: 40px;
}
.innnerFullScreen .neptunContent .lg .lg-text-section strong {
  color: #c04a7b !important;
}
