#lpHeader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 15;
}
#lpHeader .pageTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
}
#lpHeader .pageTitle .logo {
  margin-right: 20px;
}
#lpHeader .pageTitle p {
  color: #11193e;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  #lpHeader .pageTitle p {
    font-size: 13px;
  }
}
#lpHeader .headerRight {
  height: 62px;
  display: flex;
  justify-content: flex-end;
}
#lpHeader .headerRight .headerCta {
  height: 62px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#lpHeader .headerRight .headerCta a {
  background-color: #f95d14;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  line-height: 62px;
  padding: 0 16px;
  transition-duration: 0.3s;
}
#lpHeader .headerRight .headerCta a:hover {
  background-color: #bb3b00;
}
@media only screen and (max-width: 767px) {
  #lpHeader .headerRight .headerCta a P {
    display: none;
  }
}
#lpHeader .headerRight .headerTel {
  height: 62px;
}
#lpHeader .headerRight .headerTel a {
  background-color: #11193e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 0 16px;
  transition-duration: 0.3s;
}
#lpHeader .headerRight .headerTel a p {
  line-height: 1;
}
#lpHeader .headerRight .headerTel a p span {
  font-size: 75%;
}
#lpHeader .headerRight .headerTel a:hover {
  background-color: #001a8c;
}
@media only screen and (max-width: 767px) {
  #lpHeader .headerRight .headerTel a P {
    display: none;
  }
}
#lpHeader .headerRight .iconWrap {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lpFooter {
  background-color: #11193e;
  padding: 5vh 0;
}
#lpFooter .copylight {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#moveRoot {
  border-top: 1px solid #11193e;
  padding: 14vh 0;
  background-color: #11193e;
  color: #fff;
}

.productContact {
  text-align: center;
  color: #fff;
}
.productContact h4 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 32px;
}
.productContact p {
  margin-bottom: 24px;
}
.productContact .ctaBtn {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
.productContact .ctaBtn a {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 24px;
  color: #fff;
  border-radius: 10px;
  background-color: #f95d14;
  font-size: 18px;
}

#flowLine {
  background-color: #f1f2f6;
  color: #11193e;
}
#flowLine .bnrCtaWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
#flowLine .bnrCtaWrap .img {
  width: 35%;
  overflow: hidden;
}
#flowLine .bnrCtaWrap .img img {
  width: 100%;
  height: 100%;
}
#flowLine .bnrCtaWrap .productsInfo {
  width: 65%;
  padding: 3vw 4vw;
  box-sizing: border-box;
  align-items: stretch;
}
#flowLine .bnrCtaWrap .productsInfo h4 {
  line-height: 1.1;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 12px;
}
#flowLine .bnrCtaWrap .productsInfo h4 span {
  font-size: 40%;
}
#flowLine .bnrCtaWrap .productsInfo .prBtn {
  margin-top: 24px;
}
#flowLine .bnrCtaWrap .productsInfo .prBtn a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  background-color: #001a8c;
  padding: 0 40px 0 16px;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
#flowLine .bnrCtaWrap .productsInfo .prBtn a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}/*# sourceMappingURL=lpheader.css.map */