.lp-mediaOperation.of-primary .lp-mediaOperation-body > *:last-child, .lp-mediaPoint-image > *:last-child, .lp-mediaPoint-body > *:last-child, .lp-mediaPoint-header > *:last-child, .lp-card > *:last-child, .lp-figure > *:last-child, .lp-jumbotron.of-secondary .lp-jumbotron-body > *:last-child, .lp-jumbotron.of-primary .lp-jumbotron-body > *:last-child, .lp-layout-grid .lp-layout-grid-column > *:last-child, .lp-mediaOperation-body > *:last-child, .lp-mediaFlow-body > *:last-child, .lp-listFlow > *:last-child, .lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron {
  padding-bottom: 30px;
  overflow: hidden;
  background-color: #3ca0d7;
}

.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 970px;
  margin: 0 auto;
}

.lp-jumbotron-content::before {
  content: "";
  position: absolute;
  top: -45px;
  left: -70px;
  width: 343px;
  height: 200px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat/lp_wechat_bg_01.png") no-repeat top center;
  background-size: contain;
}

.lp-jumbotron-content::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 370px;
  width: 343px;
  height: 307px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat/lp_wechat_bg_02.png") no-repeat top center;
  background-size: contain;
}

.lp-jumbotron-body {
  max-width: 630px;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}

.lp-jumbotron-title {
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
  font-size: 51px;
  font-weight: normal;
  text-shadow: 2px 2px 2px #333;
}

.lp-jumbotron-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -30px;
  width: 76px;
  height: 76px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat/lp_wechat_bg_03.png") no-repeat top center;
  background-size: contain;
}

.lp-jumbotron-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 45px;
  right: 25px;
  width: 29px;
  height: 29px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat/lp_wechat_bg_04.png") no-repeat top center;
  background-size: contain;
}

.lp-jumbotron-text {
  font-size: 24px;
}

.lp-jumbotron-text .of-borderBottom-solid {
  padding-bottom: 4px;
  border-bottom: solid 4px #73ece1;
}

.lp-jumbotron-image {
  max-width: 367px;
  margin-top: -8px;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron {
    padding-bottom: 3.0927835052vw;
  }
  .lp-jumbotron-content::before {
    top: -4.6391752577vw;
    left: -7.2164948454vw;
    width: 35.3608247423vw;
    height: 20.618556701vw;
  }
  .lp-jumbotron-content::after {
    bottom: -18.5567010309vw;
    left: 38.1443298969vw;
    width: 35.3608247423vw;
    height: 31.6494845361vw;
  }
  .lp-jumbotron-body {
    max-width: 64.9484536082vw;
    padding: 3.0927835052vw 0;
  }
  .lp-jumbotron-title {
    margin-bottom: 2.5773195876vw;
    font-size: 5.2577319588vw;
  }
  .lp-jumbotron-title::before {
    top: -1.5463917526vw;
    left: -3.0927835052vw;
    width: 7.8350515464vw;
    height: 7.8350515464vw;
  }
  .lp-jumbotron-title::after {
    top: 4.6391752577vw;
    right: 2.5773195876vw;
  }
  .lp-jumbotron-text {
    font-size: 2.4742268041vw;
  }
  .lp-jumbotron-image {
    max-width: 37.8350515464vw;
    min-height: 0%;
    margin-top: -0.824742268vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron {
    padding: 20px;
  }
  .lp-jumbotron-content {
    flex-direction: column;
    max-width: inherit;
  }
  .lp-jumbotron-content::before {
    content: none;
  }
  .lp-jumbotron-content::after {
    content: none;
  }
  .lp-jumbotron-body {
    max-width: inherit;
    padding: 0;
  }
  .lp-jumbotron-title {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .lp-jumbotron-title .lp-smallScreen-line-break {
    display: block;
  }
  .lp-jumbotron-title::before {
    content: none;
  }
  .lp-jumbotron-title::after {
    content: none;
  }
  .lp-jumbotron-text {
    font-size: 20px;
  }
  .lp-jumbotron-text .of-borderBottom-solid {
    padding-bottom: 1px;
  }
  .lp-jumbotron-text .lp-smallScreen-line-break {
    display: block;
  }
  .lp-jumbotron-image {
    max-width: inherit;
  }
}
.lp-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp-media.of-column-reverse {
  flex-direction: column-reverse;
}

.lp-media.of-primary {
  margin-right: -35px;
}

.lp-media-text {
  z-index: 1;
  min-width: 265px;
  margin: -60px 0 0;
  padding: 10px 32px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}

.lp-media-text .of-color-emphasis {
  display: block;
  color: #ea0437;
}

.lp-media-description {
  z-index: 1;
  margin-bottom: -30px;
  color: #fff;
  font-size: 24px;
  text-shadow: 2px 2px 2px #3ca0d7;
}

.lp-media-image {
  max-width: 350px;
  min-height: 0%;
  margin-bottom: 16px;
}

@media only screen and (max-width: 969px) {
  .lp-media.of-primary {
    margin-right: -3.6082474227vw;
  }
  .lp-media-text {
    min-width: 27.3195876289vw;
    margin-top: -6.1855670103vw;
    padding: 1.0309278351vw 3.2989690722vw;
    font-size: 1.6494845361vw;
  }
  .lp-media-description {
    margin-bottom: -3.0927835052vw;
    font-size: 2.4742268041vw;
  }
  .lp-media-image {
    max-width: 36.0824742268vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-media.of-primary {
    margin-right: 0;
  }
  .lp-media-text {
    min-width: 260px;
    margin-top: -35px;
    padding: 10px 30px;
    font-size: 16px;
  }
  .lp-media-description {
    margin-bottom: -20px;
    font-size: 16px;
    text-shadow: 2px 2px 2px #3ca0d7;
  }
  .lp-media-image {
    max-width: 228px;
    margin-top: 0;
  }
}
.lp-section {
  padding: 40px 0;
  text-align: center;
}

.lp-section-content {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}

.lp-section.of-primary {
  background-color: #fff;
}

.lp-section.of-secondary {
  background-color: #eee;
}

.lp-section.of-tertiary {
  background-color: #3ca0d7;
}

@media only screen and (max-width: 969px) {
  .lp-section {
    padding: 5.1546391753vw 20px 4.1237113402vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-section {
    padding: 20px;
  }
  .lp-section.of-tertiary {
    padding-bottom: 40px;
  }
  .lp-section-content {
    max-width: inherit;
  }
}
.lp-stepImage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -12px 0 16px -6px;
}

@media only screen and (max-width: 640px) {
  .lp-stepImage {
    display: block;
    margin: -40px 0 16px -6px;
  }
}
.lp-stepImage > li {
  position: relative;
  max-width: 222px;
  margin-top: 12px;
  padding-left: 6px;
}

@media only screen and (max-width: 640px) {
  .lp-stepImage > li {
    max-width: 100%;
    margin-top: 40px;
  }
}
.lp-stepImage > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 31px;
  height: 35px;
  transform: translateY(-50%);
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat_qr_01126109/lp_wechat_qr_01126109_bg_05.png") no-repeat top center;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .lp-stepImage > li + li::before {
    top: -37px;
    left: calc(50% + 3px);
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.lp-mediaPoint-image > img {
  width: 100%;
}

.lp-stepImage > li > img {
  width: 100%;
}

.lp-listFlow {
  display: flex;
  justify-content: center;
}

.lp-listFlow > li {
  position: relative;
  width: 220px;
  min-height: 0%;
  margin-right: 30px;
}

.lp-listFlow > li:last-child {
  margin-right: 0;
}

.lp-listFlow > li::after {
  content: "";
  position: absolute;
  top: 220px;
  right: -15px;
  transform: translateY(-50%);
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 15px #73ece1;
}

.lp-listFlow > li:last-child::after {
  content: none;
}

.lp-mediaFlow-body {
  margin-bottom: 20px;
  font-size: 24px;
}

.lp-mediaFlow-image {
  min-height: 0%;
  padding: 12px;
  border-radius: 12px;
  background-color: #73ece1;
}

@media only screen and (max-width: 969px) {
  .lp-listFlow {
    flex-direction: column;
    align-items: center;
  }
  .lp-listFlow > li {
    width: 100%;
    max-width: 320px;
    margin-right: 0;
    margin-bottom: 3.6082474227vw;
  }
  .lp-listFlow > li::after {
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    border-top: solid 2.0618556701vw #73ece1;
    border-right: solid 1.5463917526vw transparent;
    border-left: solid 1.5463917526vw transparent;
  }
  .lp-mediaFlow-body {
    margin-bottom: 2.0618556701vw;
    font-size: 2.4742268041vw;
  }
  .lp-mediaFlow-image {
    padding: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .lp-listFlow > li {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .lp-listFlow > li::after {
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    border-top: solid 20px #73ece1;
    border-right: solid 15px transparent;
    border-left: solid 15px transparent;
  }
  .lp-mediaFlow-body {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.lp-headingLevel2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: normal;
}

@media only screen and (max-width: 969px) {
  .lp-headingLevel2 {
    margin-bottom: 4.1237113402vw;
    font-size: 3.7113402062vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-headingLevel2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.lp-mediaOperation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp-mediaOperation-body {
  margin-bottom: 20px;
  font-size: 24px;
}

.lp-mediaOperation-image {
  max-width: 350px;
  min-height: 0%;
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-mediaOperation-body {
    font-size: 2.4742268041vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-mediaOperation-body {
    font-size: 16px;
  }
}
.lp-section.of-quaternary {
  background-color: #1a74d5;
}

.lp-section.of-quinary {
  padding: 50px 20px 40px;
  background-color: #07866f;
}

@media only screen and (max-width: 969px) {
  .lp-section.of-quinary {
    padding: 5.1546391753vw 20px 4.1237113402vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-section.of-quinary {
    padding: 20px;
  }
}
.lp-section-content.of-primary {
  max-width: 1320px;
  padding: 0 20px;
}

@media only screen and (max-width: 969px) {
  .lp-section-content.of-primary {
    padding: 0;
  }
}
.lp-layout-grid {
  display: flex;
  justify-content: center;
  margin: -40px 0 64px -40px;
}

@media only screen and (max-width: 969px) {
  .lp-layout-grid {
    flex-direction: column;
    align-items: center;
    margin-top: -4.1237113402vw;
    margin-bottom: 6.5979381443vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-layout-grid {
    margin-top: -24px;
    margin-bottom: 40px;
  }
}
.lp-layout-grid .lp-layout-grid-column {
  width: max-content;
  margin-top: 40px;
  padding-left: 40px;
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
  max-width: 50%;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
  max-width: 330px;
}

@media only screen and (max-width: 969px) {
  .lp-layout-grid .lp-layout-grid-column {
    width: auto;
    margin-top: 4.1237113402vw;
  }
  .lp-layout-grid.of-column-2 .lp-layout-grid-column {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .lp-layout-grid .lp-layout-grid-column {
    margin-top: 24px;
  }
}
.lp-layout-grid.of-borderBottom-solid {
  position: relative;
  padding-bottom: 64px;
}

@media only screen and (max-width: 969px) {
  .lp-layout-grid.of-borderBottom-solid {
    padding-bottom: 6.5979381443vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-layout-grid.of-borderBottom-solid {
    padding-bottom: 40px;
  }
}
.lp-layout-grid.of-borderBottom-solid::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px);
  border-bottom: 1px solid #c8c8c8;
}

.lp-jumbotron.of-primary {
  background-color: #1a74d5;
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
  max-width: 1010px;
  padding: 0 20px;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-primary .lp-jumbotron-content {
    padding: 0;
  }
}
.lp-jumbotron.of-primary .lp-jumbotron-content::before {
  top: -69px;
  left: 0;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat/lp_wechat_bg_05.png") no-repeat top center;
  background-size: contain;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-primary .lp-jumbotron-content::before {
    top: -7.1134020619vw;
    left: 0vw;
  }
}
.lp-jumbotron.of-primary .lp-jumbotron-content::after {
  bottom: -200px;
  left: 392px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat/lp_wechat_bg_06.png") no-repeat top center;
  background-size: contain;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-primary .lp-jumbotron-content::after {
    bottom: -20.618556701vw;
    left: 40.412371134vw;
  }
}
.lp-jumbotron.of-primary .lp-jumbotron-title {
  margin-bottom: 14px;
  font-size: 4.8rem;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-primary .lp-jumbotron-title {
    font-size: 4.9484536082vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron.of-primary .lp-jumbotron-title {
    font-size: 3.3rem;
  }
}
.lp-jumbotron.of-primary .lp-jumbotron-title::before {
  top: -48px;
  left: -56px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat/lp_wechat_bg_07.png") no-repeat top center;
  background-size: contain;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-primary .lp-jumbotron-title::before {
    top: -4.9484536082vw;
    left: -5.7731958763vw;
  }
}
.lp-jumbotron.of-primary .lp-jumbotron-title::after {
  top: 50px;
  right: -7px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat/lp_wechat_bg_08.png") no-repeat top center;
  background-size: contain;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-primary .lp-jumbotron-title::after {
    top: 5.1546391753vw;
    right: -0.7216494845vw;
  }
}
.lp-jumbotron.of-primary .lp-jumbotron-body {
  padding: 110px 0 76px;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-primary .lp-jumbotron-body {
    padding: 11.3402061856vw 0 7.8350515464vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron.of-primary .lp-jumbotron-body {
    padding: 0;
  }
}
.lp-jumbotron.of-primary .lp-jumbotron-image {
  margin-left: 30px;
}

@media only screen and (max-width: 640px) {
  .lp-jumbotron.of-primary .lp-jumbotron-image {
    margin-top: 16px;
    margin-left: 0;
  }
}
.lp-jumbotron.of-secondary {
  padding: 0;
  background-color: #07866f;
}

.lp-jumbotron.of-secondary .lp-jumbotron-content {
  max-width: 1010px;
  padding: 36px 20px;
}

@media only screen and (max-width: 640px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-content {
    padding: 16px 20px 20px;
  }
}
.lp-jumbotron.of-secondary .lp-jumbotron-content::before {
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat_qr_01126109/lp_wechat_qr_01126109_bg_01.png") no-repeat top center;
  background-size: contain;
}

.lp-jumbotron.of-secondary .lp-jumbotron-content::after {
  bottom: -210px;
  left: 350px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat_qr_01126109/lp_wechat_qr_01126109_bg_02.png") no-repeat top center;
  background-size: contain;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-content::after {
    bottom: -21.6494845361vw;
    left: 36.0824742268vw;
  }
}
.lp-jumbotron.of-secondary .lp-jumbotron-title {
  font-size: 48px;
  line-height: 1.29;
  text-shadow: 2px 2px 2px #02392f;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-title {
    font-size: 4.9484536082vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-title {
    font-size: 35px;
  }
}
.lp-jumbotron.of-secondary .lp-jumbotron-title::before {
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat_qr_01126109/lp_wechat_qr_01126109_bg_03.png") no-repeat top center;
  background-size: contain;
}

.lp-jumbotron.of-secondary .lp-jumbotron-title::after {
  top: 70px;
  right: -25px;
  background: url("https://www.keyence.com.cn/img/landing_page/lp_wechat_qr_01126109/lp_wechat_qr_01126109_bg_04.png") no-repeat top center;
  background-size: contain;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-title::after {
    top: 7.2164948454vw;
    right: -2.5773195876vw;
  }
}
.lp-jumbotron.of-secondary .lp-jumbotron-text {
  margin-bottom: 32px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-text {
    font-size: 2.2680412371vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-text {
    font-size: 20px;
  }
}
.lp-jumbotron.of-secondary .lp-jumbotron-body {
  width: 100%;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-body {
    padding: 0;
  }
}
.lp-jumbotron.of-secondary .lp-jumbotron-image {
  width: 100%;
  max-width: 300px;
  margin-top: 0;
  margin-left: 32px;
}

@media only screen and (max-width: 640px) {
  .lp-jumbotron.of-secondary .lp-jumbotron-image {
    margin: 16px 0 0;
  }
}
.lp-figure {
  margin-bottom: 32px;
}

.lp-card {
  margin-bottom: 32px;
  padding: 48px 20px 40px;
  border-radius: 16px;
  background-color: #fff;
}

@media only screen and (max-width: 969px) {
  .lp-card {
    padding: 4.9484536082vw 20px 4.1237113402vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-card {
    padding: 30px 20px 20px;
  }
}
.lp-card.of-shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.lp-headingLevel2.of-primary {
  position: relative;
  margin-bottom: 65px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 969px) {
  .lp-headingLevel2.of-primary {
    margin-bottom: 6.7010309278vw;
    font-size: 2.8865979381vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-headingLevel2.of-primary {
    margin-bottom: 46px;
    font-size: 2rem;
  }
}
.lp-headingLevel2.of-primary::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 60px;
  height: 4px;
  transform: translate(-50%, 50%);
  background-color: #ccc;
}

.lp-headingLevel3 {
  margin-bottom: 12px;
  font-size: 3.6rem;
  font-weight: normal;
}

@media only screen and (max-width: 969px) {
  .lp-headingLevel3 {
    margin-bottom: 1.6494845361vw;
    font-size: 3.7113402062vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-headingLevel3 {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
}
.lp-media.of-secondary .lp-media-text {
  margin: -50px 0 0;
}

@media only screen and (max-width: 969px) {
  .lp-media.of-secondary .lp-media-text {
    margin: 0;
  }
}
.lp-mediaPoint {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 640px) {
  .lp-mediaPoint {
    padding: 0 7px;
  }
}
.lp-mediaPoint-header {
  margin-bottom: 26px;
}

@media only screen and (max-width: 969px) {
  .lp-mediaPoint-header {
    margin-bottom: 2.6804123711vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-mediaPoint-header {
    margin-bottom: 10px;
  }
}
.lp-mediaPoint-title {
  margin-bottom: 26px;
  font-size: 1.8rem;
  font-weight: normal;
}

.lp-mediaPoint-text {
  margin-bottom: 26px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 969px) {
  .lp-mediaPoint-text {
    margin-bottom: 2.6804123711vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-mediaPoint-text {
    margin-bottom: 20px;
  }
}
.lp-mediaPoint-body {
  order: 1;
}

@media only screen and (max-width: 640px) {
  .lp-mediaPoint-body {
    order: inherit;
  }
}
.lp-mediaPoint-image {
  min-height: 0%;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 12px;
  background-color: #baecdc;
}

@media only screen and (max-width: 640px) {
  .lp-mediaPoint-image {
    width: 100%;
    max-width: 320px;
    margin: 18px auto 0;
  }
}
.lp-media-description.of-primary {
  margin-bottom: 12px;
  text-shadow: none;
}

.lp-media-description.of-secondary {
  margin-bottom: 16px;
  color: #fff;
  text-shadow: none;
}

.lp-mediaOperation.of-primary {
  flex-direction: column-reverse;
  margin-bottom: 32px;
}

@media only screen and (max-width: 969px) {
  .lp-mediaOperation.of-primary {
    flex-direction: column;
  }
}
.lp-mediaOperation.of-primary .lp-mediaOperation-body {
  margin: 0;
}

.lp-mediaOperation.of-primary .lp-mediaOperation-image {
  margin-bottom: 16px;
}

@media only screen and (max-width: 969px) {
  .lp-mediaOperation.of-primary .lp-mediaOperation-image {
    margin: 16px 0 0;
  }
}
.lp-listPoint {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -48px 0 32px -17px;
}

.lp-listPoint-content {
  width: 100%;
  max-width: 255px;
  min-height: 0%;
  margin-top: 48px;
  padding-left: 17px;
}

@media only screen and (max-width: 640px) {
  .lp-listPoint-content {
    width: 100%;
    max-width: 100%;
  }
}
.lp-listPoint-content.of-primary {
  max-width: 477px;
}

@media only screen and (max-width: 640px) {
  .lp-listPoint-content.of-primary {
    width: 100%;
    max-width: 100%;
  }
}
.lp-utility-color-primary {
  color: #ea0437;
}

.lp-utility-color-secondary {
  color: #136acd;
}

.section {
  margin-bottom: 0;
}

.prd-utility-marginBottom-6 {
  margin-bottom: 0;
}

.lp-textLead {
  margin-bottom: 64px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 969px) {
  .lp-textLead {
    margin-bottom: 6.5979381443vw;
    font-size: 2.4742268041vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-textLead {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}
