.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}
div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}
.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}
div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
    display: block;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}
div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}
.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}
.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

:root {
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_LIGHT: #ececec;
  --LP_COLOR_DARK: #2e3133;
  --LP_COLOR_DARK_02: #555;
  --LP_COLOR_DARK_03: #333;
  --LP_COLOR_DARK_04: #484b4c;
  --LP_COLOR_PRIMARY: #dc002f;
  --LP_COLOR_BACKGROUND_PRIMARY: #fff;
  --LP_COLOR_BACKGROUND_SECONDARY: #eaeaea;
  --LP_COLOR_BACKGROUND_TERTIARY: #29323f;
  --LP_COLOR_BACKGROUND_QUATERNARY: #e6eefb;
  --LP_COLOR_BACKGROUND_QUINARY: linear-gradient(270deg, #2272ce 0%, #0b386c 100%);
  --LP_COLOR_BACKGROUND_SENARY: #ddd;
  --LP_COLOR_SLIDER: #1b6ac5;
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_NORMAL: 400;
  --LP_LINE_HEIGHT_PRIMARY: 1.25;
  --LP_LINE_HEIGHT_SECONDARY: 1.4;
  --LP_LINE_HEIGHT_TERTIARY: 1.8;
}

[data-script-enabled=true] .lp-sliderSolution .swiper-slide > *:last-child, .lp-textPhoneLink-body > *:last-child, .lp-textPhoneLink > *:last-child, .lp-cardSolution-image > *:last-child, .lp-cardSolution-body > *:last-child, .lp-cardSolution-header > *:last-child, .lp-cardSolution > *:last-child, .lp-cardFeature-body > *:last-child, .lp-cardFeature-content > *:last-child, .lp-cardFeature > *:last-child, .lp-card-image > *:last-child, .lp-card-body > *:last-child, .lp-card > *:last-child, .lp-mediaCta-body > *:last-child, .lp-mediaCta > *:last-child, .lp-media-body > *:last-child, .lp-media-image > *:last-child, .lp-media > *:last-child, .lp-listSplit > li > *:last-child, .lp-listSplit > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-section-content > *:last-child, .lp-section-inner > *:last-child, .lp-section > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-container > *:last-child, .lp-layout-grid-column > *:last-child, .lp-layout-grid > *:last-child, .lp-layout-footer > .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-utilityList > li > *:last-child, .lp-layout-header-utilityList > *:last-child, .lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-main > *:last-child {
  margin-bottom: 0;
}

.lp-layout-main {
  overflow: visible;
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  color: var(--LP_COLOR_DARK);
}

.lp-layout-header {
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin-inline: auto;
  padding: 26px 80px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-header-content {
    padding: 26px calc(4rem + (1vw - 0.97rem) * (4.2105263158));
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 18px 20px;
  }
}
.lp-layout-header-logo {
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo > a {
  display: block;
}
.lp-layout-header-logo img {
  display: block;
  width: 136px;
}
@media screen and (max-width: 969px) {
  .lp-layout-header-logo img {
    width: 91px;
  }
}
.lp-layout-header-utilityGroup {
  flex: 0 1 auto;
  margin-bottom: 0;
  padding-left: 16px;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -8px 0 0 -16px;
}
.lp-layout-header-utilityList > li {
  margin-top: 8px;
  padding-left: 16px;
}

.lp-layout-footer {
  background-color: var(--LP_COLOR_BACKGROUND_SENARY);
  color: var(--LP_COLOR_DARK_02);
}
.lp-layout-footer > .lp-layout-footer-content {
  max-width: 1440px;
  margin-inline: auto;
  padding: 16px 80px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-footer > .lp-layout-footer-content {
    padding: 16px calc(4rem + (1vw - 0.97rem) * (4.2105263158));
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-footer > .lp-layout-footer-content {
    padding: 16px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -12px 0 0 -24px;
  font-size: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  text-align: center;
}
.lp-layout-footer-list > li {
  position: relative;
  margin: 12px 0 0 33px;
}
.lp-layout-footer-list > li::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: -16px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #aaa;
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li a {
  color: var(--LP_COLOR_DARK_02);
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-footer-list > li:last-child {
    flex-shrink: 0;
    width: calc(100% - 40px);
  }
  .lp-layout-footer-list > li:last-child::before {
    content: none;
  }
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: -40px 0 64px -40px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid {
    margin: calc(-2rem + (1vw - 0.97rem) * (-2.1052631579)) 0 calc(3rem + (1vw - 0.97rem) * (3.5789473684)) calc(-2rem + (1vw - 0.97rem) * (-2.1052631579));
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-grid {
    margin: -20px 0 30px -20px;
  }
}
.lp-layout-grid.of-primary {
  margin-left: -40px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid.of-primary {
    margin-left: calc(-2rem + (1vw - 0.97rem) * (-2.1052631579));
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-grid.of-primary {
    margin-left: -20px;
  }
}
.lp-layout-grid.of-primary .lp-layout-grid-column {
  padding-left: 40px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid.of-primary .lp-layout-grid-column {
    padding-left: calc(2rem + (1vw - 0.97rem) * (2.1052631579));
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-grid.of-primary .lp-layout-grid-column {
    padding-left: 20px;
  }
}
.lp-layout-grid-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid-column {
    margin-top: calc(2.4rem + (1vw - 0.97rem) * (1.6842105263));
    padding-left: calc(2.4rem + (1vw - 0.97rem) * (1.6842105263));
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-grid-column {
    display: block;
    margin-top: 24px;
    padding-left: 24px;
  }
}
.lp-layout-grid-column:not([class*=of-column-]) {
  width: 100%;
}
.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-layout-grid-column.of-flex > * {
  width: 100%;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 50%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 25%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 20%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 16.6666666667%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 14.2857142857%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 12.5%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 11.1111111111%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 10%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 9.0909090909%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 8.3333333333%;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
  width: 100%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
  width: 100%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
  width: 50%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
  width: 75%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
  width: 100%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
  width: 40%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
  width: 60%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
  width: 80%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
  width: 100%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
  width: 50%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  width: 83.3333333333%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
  width: 100%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
  width: 28.5714285714%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  width: 42.8571428571%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  width: 57.1428571429%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  width: 71.4285714286%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  width: 85.7142857143%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
  width: 100%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
  width: 25%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
  width: 37.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
  width: 50%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
  width: 62.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
  width: 75%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
  width: 87.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
  width: 100%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
  width: 22.2222222222%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  width: 44.4444444444%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  width: 55.5555555556%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  width: 77.7777777778%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  width: 88.8888888889%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
  width: 100%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
  width: 20%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
  width: 30%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
  width: 40%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  width: 50%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
  width: 60%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
  width: 70%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
  width: 80%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
  width: 90%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
  width: 100%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
  width: 18.1818181818%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  width: 27.2727272727%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  width: 36.3636363636%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  width: 45.4545454545%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  width: 54.5454545455%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  width: 63.6363636364%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  width: 72.7272727273%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  width: 81.8181818182%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  width: 90.9090909091%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
  width: 100%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
  width: 16.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
  width: 25%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  width: 41.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
  width: 50%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
  width: 58.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
  width: 75%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
  width: 83.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  width: 91.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  width: 100%;
}
@media screen and (max-width: 969px) {
  .lp-layout-grid[class*=of-column-] > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid[class*=of-column-] > .lp-layout-grid-column[class*=of-column-] {
    width: 100%;
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*=of-column-] {
    width: 50%;
  }
  .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*=of-column-] {
    width: 33.3333333333%;
  }
}

.lp-layout-container {
  max-width: 1060px;
  margin-inline: auto;
}

.lp-jumbotron {
  background: var(--LP_COLOR_BACKGROUND_PRIMARY);
  color: var(--LP_COLOR_DARK);
}
.lp-jumbotron-content {
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin-inline: auto;
  padding: 48px 120px 64px;
  gap: 40px;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-content {
    padding: calc(2.4rem + (1vw - 0.97rem) * (2.5263157895)) calc(4rem + (1vw - 0.97rem) * (8.4210526316)) calc(3.2rem + (1vw - 0.97rem) * (3.3684210526));
    gap: calc(2.4rem + (1vw - 0.97rem) * (1.6842105263));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-content {
    flex-direction: column;
    align-items: stretch;
    padding: 24px calc(2rem + (1vw - 0.36rem) * (29.5081967213)) 40px;
    gap: 32px;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding: 24px 20px 40px;
  }
}
.lp-jumbotron-body {
  width: 100%;
  max-width: 808px;
  padding-block: 36px;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-body {
    max-width: calc(44rem + (1vw - 0.97rem) * (38.7368421053));
    padding-block: calc(3.2rem + (1vw - 0.97rem) * (0.4210526316));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-body {
    max-width: 100%;
    padding-block: 0;
    text-align: center;
  }
}
.lp-jumbotron-image {
  width: 57.3684210526%;
  max-width: 832px;
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-image {
    width: 100%;
  }
}
.lp-jumbotron-image > img {
  display: block;
  width: 100%;
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 24px;
  background: linear-gradient(270deg, #2272ce 0%, #0b386c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    font-size: calc(3rem + (1vw - 0.36rem) * (1.9230769231));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title {
    font-size: 3rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 40px;
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
  }
}
.lp-jumbotron-text {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-text {
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-text {
    font-size: 1.6rem;
  }
}
.lp-jumbotron-textLead {
  display: block;
  margin-bottom: 16px;
  font-size: 2.8rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-textLead {
    font-size: calc(1.8rem + (1vw - 0.97rem) * (1.0526315789));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-textLead {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}

.lp-section-visual {
  position: sticky;
  top: 0;
  width: 38.5416666667%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 969px) {
  .lp-section-visual {
    display: none;
  }
}
.lp-section-visual > img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.lp-section-inner {
  max-width: 820px;
  margin-inline: auto;
  padding-block: 128px;
  padding-inline: 80px;
}
@media screen and (max-width: 1365px) {
  .lp-section-inner {
    max-width: calc(50rem + (1vw - 0.97rem) * (80.8080808081));
    padding-block: calc(7.2rem + (1vw - 0.97rem) * (14.1414141414));
    padding-inline: calc(4rem + (1vw - 0.97rem) * (10.101010101));
  }
}
@media screen and (max-width: 969px) {
  .lp-section-inner {
    max-width: 100%;
    padding-block: 72px;
    padding-inline: calc(2rem + (1vw - 0.36rem) * (29.5081967213));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-inner {
    padding-inline: 20px;
  }
}
.lp-section-content {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 128px;
  padding-inline: 80px;
}
@media screen and (max-width: 1365px) {
  .lp-section-content {
    padding-block: calc(6.4rem + (1vw - 0.97rem) * (16.1616161616));
    padding-inline: calc(4rem + (1vw - 0.97rem) * (10.101010101));
  }
}
@media screen and (max-width: 969px) {
  .lp-section-content {
    padding-block: 64px;
    padding-inline: calc(2rem + (1vw - 0.36rem) * (29.5081967213));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content {
    padding-inline: 20px;
  }
}
.lp-section-content:has(.lp-section-inner) {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-block: 0;
  padding-inline: 0;
}
.lp-section-content > .lp-section-inner {
  margin-right: 9.375%;
}
@media screen and (max-width: 1365px) {
  .lp-section-content > .lp-section-inner {
    margin-right: auto;
  }
}
.lp-section.of-paddingTop-primary .lp-section-content {
  padding-top: 0;
}
.lp-section.of-backgroundColor-primary {
  background: linear-gradient(120deg, #f9f9f9 0%, #e6ebf3 100%);
}
.lp-section.of-backgroundColor-secondary {
  background: linear-gradient(180deg, #48678c 0%, #35475c 100%);
  color: var(--LP_COLOR_BACKGROUND_PRIMARY);
}
.lp-section.of-backgroundColor-tertiary {
  background: linear-gradient(258deg, #f9f9f9 0%, #e6ebf3 100%);
}
.lp-section.of-backgroundImage-primary, .lp-section.of-backgroundImage-secondary {
  position: relative;
  z-index: 10;
}
.lp-section.of-backgroundImage-primary::before, .lp-section.of-backgroundImage-secondary::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 84.2105263158%;
  height: 100%;
  background-image: url("../../../../../img/ss/solutions/industries/logistics/logistics_bg_01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 969px) {
  .lp-section.of-backgroundImage-primary::before, .lp-section.of-backgroundImage-secondary::before {
    content: none;
  }
}
.lp-section.of-backgroundImage-secondary::before {
  right: 0;
  left: inherit;
  background-image: url("../../../../../img/ss/solutions/industries/logistics/logistics_bg_02.png");
}

.lp-headingLevel2 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 30px;
  background: linear-gradient(270deg, #2272ce 0%, #0b386c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.6rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.0256410256));
    padding-top: calc(1.6rem + (1vw - 0.36rem) * (0.8974358974));
    font-size: calc(2.4rem + (1vw - 0.36rem) * (0.7692307692));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2 {
    margin-bottom: 24px;
    padding-top: 16px;
    font-size: 2.4rem;
  }
}
.lp-headingLevel2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 6px;
  transform: translateX(-50%);
  background: var(--LP_COLOR_BACKGROUND_QUINARY);
}
.lp-headingLevel2.of-primary {
  background: none;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.lp-headingLevel2.of-primary::before {
  background: #ff1749;
}

.lp-text {
  margin-bottom: 24px;
  color: var(--LP_COLOR_DARK_04);
  font-size: 1.8rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1919px) {
  .lp-text {
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (0.5128205128));
  }
}
@media screen and (max-width: 969px) {
  .lp-text {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 32px -24px;
}
@media screen and (max-width: 969px) {
  .lp-listButton {
    justify-content: center;
  }
}
.lp-listButton.of-center {
  flex-direction: column;
  align-items: center;
}
.lp-listButton > li {
  margin-top: 20px;
  padding-left: 24px;
}

.lp-listSplit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 64px;
  font-size: 2rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
  gap: 13px 52px;
}
@media screen and (max-width: 969px) {
  .lp-listSplit {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    font-size: 1.8rem;
    gap: 24px 12px;
  }
}
.lp-listSplit > li {
  position: relative;
  min-width: 210px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .lp-listSplit > li {
    width: auto;
  }
}
.lp-listSplit > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -28px;
  width: 2px;
  height: 16px;
  transform: translateY(-50%);
  opacity: 0.5;
  background: var(--LP_COLOR_BACKGROUND_PRIMARY);
}
@media screen and (max-width: 969px) {
  .lp-listSplit > li::before {
    top: inherit;
    right: 50%;
    bottom: -13px;
    width: 16px;
    height: 1px;
    transform: translateX(50%);
  }
}
.lp-listSplit > li:last-child::before {
  display: none;
}

.lp-media {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 1919px) {
  .lp-media {
    gap: calc(1.6rem + (1vw - 0.97rem) * (2.5263157895));
  }
}
@media screen and (max-width: 969px) {
  .lp-media {
    flex-direction: column-reverse;
    margin-bottom: 32px;
    gap: 16px;
  }
}
.lp-media-body {
  flex: 1;
  width: 100%;
}
.lp-media-image {
  max-width: 620px;
}
@media screen and (max-width: 1919px) {
  .lp-media-image {
    max-width: calc(41rem + (1vw - 0.97rem) * (22.1052631579));
  }
}
@media screen and (max-width: 969px) {
  .lp-media-image {
    width: auto;
    max-width: inherit;
    margin-bottom: 40px;
  }
}
.lp-media-title {
  width: fit-content;
  margin-bottom: 24px;
  padding: 4px 16px;
  background: linear-gradient(270deg, #0b386c 0%, #2272ce 100%);
  color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1919px) {
  .lp-media-title {
    font-size: calc(2rem + (1vw - 0.97rem) * (0.4210526316));
  }
}
@media screen and (max-width: 969px) {
  .lp-media-title {
    margin-bottom: 16px;
    margin-inline: auto;
    font-size: 2rem;
  }
}
.lp-media-text {
  margin-bottom: 12px;
  color: var(--LP_COLOR_DARK_04);
  font-size: 1.8rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}

.lp-mediaCta {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 969px) {
  .lp-mediaCta {
    padding-bottom: 16px;
  }
}
.lp-mediaCta + .lp-mediaCta {
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 969px) {
  .lp-mediaCta + .lp-mediaCta {
    padding-top: 16px;
  }
}
.lp-mediaCta:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 969px) {
  .lp-mediaCta {
    gap: 8px;
  }
}
.lp-mediaCta-body {
  flex: 1;
}
.lp-mediaCta-textGroup {
  display: grid;
  gap: 4px;
}
.lp-mediaCta-text {
  display: block;
  font-size: 1.6rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: 1.2;
}
@media screen and (max-width: 969px) {
  .lp-mediaCta-text {
    font-size: 1.4rem;
  }
}
.lp-mediaCta-text.of-primary {
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 969px) {
  .lp-mediaCta-text.of-primary {
    font-size: 1.6rem;
  }
}
.lp-mediaCta-button {
  display: grid;
  gap: 8px;
  height: fit-content;
}

.lp-card {
  margin-bottom: 40px;
  padding: 24px 32px;
  border-radius: 8px;
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  color: var(--LP_COLOR_DARK_04);
  font-size: 1.8rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
.prd-layout-grid .lp-card {
  height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 969px) {
  .lp-card {
    margin-bottom: 24px;
    padding: 20px 24px;
    font-size: 1.6rem;
  }
}
.lp-card-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 969px) {
  .lp-card-content {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.lp-card-body {
  flex: 1;
}
.lp-card-title {
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 969px) {
  .lp-card-title {
    font-size: 2rem;
  }
}
.lp-card-text {
  margin-bottom: 16px;
}
@media screen and (max-width: 969px) {
  .lp-card-text {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 969px) {
  .lp-card-image {
    max-width: 60px;
  }
}

.lp-cardFeature {
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
  padding-top: 60px;
  color: var(--LP_COLOR_DARK);
}
@media screen and (max-width: 969px) {
  .lp-cardFeature {
    padding-top: 42px;
  }
}
.lp-cardFeature-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: start;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(180deg, #ebf4ff 0%, #fff 100%), linear-gradient(to bottom, #fff, #428add);
  box-shadow: 0 2px 0 0 #428add;
  background-origin: border-box;
  gap: 18px;
}
@media screen and (max-width: 1919px) {
  .lp-cardFeature-content {
    gap: calc(1.4rem + (1vw - 0.97rem) * (0.4210526316));
  }
}
@media screen and (max-width: 969px) {
  .lp-cardFeature-content {
    gap: 14px;
  }
}
.lp-cardFeature-body {
  width: 100%;
  padding: 0 32px 32px;
  color: currentColor;
}
@media screen and (max-width: 1919px) {
  .lp-cardFeature-body {
    padding: 0 calc(2.4rem + (1vw - 0.36rem) * (0.5128205128)) calc(2.4rem + (1vw - 0.36rem) * (0.5128205128));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardFeature-body {
    padding: 0 24px 24px;
  }
}
.lp-cardFeature-title {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1919px) {
  .lp-cardFeature-title {
    font-size: calc(2rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardFeature-title {
    font-size: 2rem;
  }
}
.lp-cardFeature-text {
  margin-bottom: 18px;
  color: var(--LP_COLOR_DARK_04);
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1919px) {
  .lp-cardFeature-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardFeature-text {
    font-size: 1.6rem;
  }
}
.lp-cardFeature-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  max-width: 100%;
  height: 120px;
  margin-top: -60px;
  margin-inline: auto;
  border: 1px solid #6ab8f0;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 969px) {
  .lp-cardFeature-image {
    width: 84px;
    height: 84px;
    margin-top: -42px;
  }
}
.lp-cardFeature-image > img {
  display: block;
  width: 100%;
  max-width: 80px;
  height: auto;
}
@media screen and (max-width: 969px) {
  .lp-cardFeature-image > img {
    max-width: 60px;
  }
}

.lp-cardSolution {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 40px;
  padding: 20px 20px 28px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f9f9f9;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(180deg, #f9f9f9 0%, #f9f9f9 100%), linear-gradient(to bottom, #fff 0%, #d5dde8 100%);
  background-origin: border-box;
}
@media screen and (max-width: 969px) {
  .lp-cardSolution {
    margin-bottom: 24px;
  }
}
.lp-cardSolution-header {
  display: grid;
  margin-bottom: 8px;
  text-align: center;
}
.lp-cardSolution-title {
  color: var(--LP_COLOR_DARK_04);
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 969px) {
  .lp-cardSolution-title {
    font-size: 2rem;
  }
}
.lp-cardSolution-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 969px) {
  .lp-cardSolution-body {
    gap: 16px;
  }
}
.lp-cardSolution-image {
  width: fit-content;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 8px;
}

.lp-buttonConversion.of-tertiary {
  background-color: var(--LP_COLOR_BACKGROUND_SECONDARY);
  color: var(--LP_COLOR_DARK_03);
}
.lp-buttonConversion.of-tertiary.of-anchor {
  position: relative;
}
.lp-buttonConversion.of-tertiary.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-tertiary.of-anchor .lp-buttonConversion-body::after {
  content: "";
  position: absolute;
}
.lp-buttonConversion.of-tertiary.of-anchor .lp-buttonConversion-body::before {
  top: 25px;
  left: 22px;
  width: 0;
  height: 0;
  border-top: 10px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
@media screen and (max-width: 639px) {
  .lp-buttonConversion.of-tertiary.of-anchor .lp-buttonConversion-body::before {
    top: 22px;
  }
}
.lp-buttonConversion.of-tertiary.of-anchor .lp-buttonConversion-body::after {
  top: 33px;
  left: 19px;
  width: 20px;
  height: 2px;
  background: #333;
}
@media screen and (max-width: 639px) {
  .lp-buttonConversion.of-tertiary.of-anchor .lp-buttonConversion-body::after {
    top: 30px;
  }
}
@media (hover) {
  .lp-buttonConversion.of-tertiary.of-anchor:hover {
    background: #e3e3e3;
  }
}
.lp-buttonConversion.of-quaternary {
  border: 1px solid var(--LP_COLOR_DARK);
  border-radius: 2px;
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  color: var(--LP_COLOR_DARK);
}
.lp-buttonConversion.of-quaternary.of-arrow .lp-buttonConversion-body::before {
  border-color: transparent transparent transparent var(--LP_COLOR_DARK);
}
@media (hover) {
  .lp-buttonConversion.of-quaternary.of-arrow:hover {
    background-color: #f2f2f2;
  }
}

.lp-buttonDownload {
  display: inline-block;
  max-width: 100%;
  padding: 10px 8px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--LP_COLOR_PRIMARY);
  border-radius: 2px;
  background: var(--LP_COLOR_BACKGROUND_PRIMARY);
  color: var(--LP_COLOR_PRIMARY);
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.lp-buttonDownload-body {
  display: flex;
  position: relative;
  align-items: center;
  gap: 6px;
  padding-left: 19px;
}
.lp-buttonDownload-body::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_635_83)%22%3E%3Cpath%20d%3D%22M12.3158%2013.0013H0V7.22412H1.36842V11.557H11.6316V7.22412H13V13.0013H12.3158Z%22%20fill%3D%22%23DC002F%22/%3E%3Cpath%20d%3D%22M4.68457%200.00146484V4.96042H2.7373L6.50046%209.38931L10.2636%204.95896H8.31567V0.00146484H4.68457Z%22%20fill%3D%22%23DC002F%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_635_83%22%3E%3Crect%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (hover) {
  .lp-buttonDownload:hover {
    background-color: var(--LP_COLOR_PRIMARY);
    color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  }
}

.lp-textPhoneLink {
  display: block;
  margin-bottom: 24px;
}
.lp-textPhoneLink-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.lp-textPhoneLink-number {
  color: var(--LP_COLOR_DARK);
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: 1;
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.lp-textPhoneLink .AutoPhoneCall {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.lp-textPhoneLink-note {
  font-size: 1.6rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
.lp-textPhoneLink-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  fill: currentColor;
  vertical-align: middle;
}
.lp-textPhoneLink-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhoneLink-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhoneLink-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhoneLink-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhoneLink-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

a.lp-textPhoneLink-body,
a:hover.lp-textPhoneLink-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: var(--LP_COLOR_LIGHT);
  text-decoration: none;
  cursor: default;
}

.lp-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
}

@media screen and (max-width: 969px) {
  .lp-smallScreen-hide {
    display: none;
  }
}

@media not screen and (max-width: 969px) {
  .lp-largeScreen-hide {
    display: none;
  }
}
@media screen and (max-width: 969px) {
  .lp-largeScreen-show {
    display: none;
  }
}
@media screen and (max-width: 969px) {
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
}
@media screen and (max-width: 969px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 969px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

.lp-extraLargeScreen-hide {
  display: block;
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-hide {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-textAlign-center {
    text-align: center;
  }
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-line-break {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .lp-extraSmallScreen-line-break {
    display: block;
  }
}

.lp-utility-width-full {
  width: 100%;
}
.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-left {
  text-align: left;
}
.lp-utility-textAlign-right {
  text-align: right;
}
.lp-utility-fontWeight-bold {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-utility-fontWeight-semiBold {
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
}
.lp-utility-fontColor-primary {
  color: var(--LP_COLOR_TERTIARY);
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-marginBottom-0 {
  margin-bottom: 0 !important;
}
.lp-utility-marginBottom-1 {
  margin-bottom: 4px !important;
}
.lp-utility-marginBottom-2 {
  margin-bottom: 8px !important;
}

.lp-sliderSolution-controller {
  display: none;
}
.lp-sliderSolution .swiper-wrapper {
  flex-direction: column;
}

[data-script-enabled=true] .lp-sliderSolution-controller {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 16px;
}
@media screen and (max-width: 969px) {
  [data-script-enabled=true] .lp-sliderSolution-controller {
    margin-top: 32px;
  }
}
@media not screen and (max-width: 969px) {
  [data-script-enabled=true] .lp-sliderSolution-controller {
    justify-content: flex-end;
  }
}
[data-script-enabled=true] .lp-sliderSolution-buttonGroup {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}
[data-script-enabled=true] .lp-sliderSolution .swiper {
  position: relative;
  overflow: hidden;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-slide {
  height: auto;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-pagination {
  display: flex;
  position: static;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  margin: 0;
}
@media not screen and (max-width: 969px) {
  [data-script-enabled=true] .lp-sliderSolution .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
[data-script-enabled=true] .lp-sliderSolution .swiper-wrapper {
  flex-direction: initial;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 4px !important;
  opacity: 1;
  background-color: var(--LP_COLOR_BACKGROUND_SENARY);
}
[data-script-enabled=true] .lp-sliderSolution .swiper-pagination-bullet-active {
  background-color: var(--LP_COLOR_SLIDER);
}
[data-script-enabled=true] .lp-sliderSolution .swiper-button-prev,
[data-script-enabled=true] .lp-sliderSolution .swiper-button-next {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  width: 35px;
  height: 35px;
  margin: 0;
  border: 1px solid var(--LP_COLOR_SLIDER);
  border-radius: 2px;
  background-color: var(--LP_COLOR_WHITE);
}
[data-script-enabled=true] .lp-sliderSolution .swiper-button-prev::after,
[data-script-enabled=true] .lp-sliderSolution .swiper-button-next::after {
  color: var(--LP_COLOR_SLIDER);
  font-size: 12px;
  font-weight: 700;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-button-prev svg,
[data-script-enabled=true] .lp-sliderSolution .swiper-button-next svg {
  width: auto;
  height: auto;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-button-prev.swiper-button-disabled,
[data-script-enabled=true] .lp-sliderSolution .swiper-button-next.swiper-button-disabled {
  border-color: #999;
  opacity: 1;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-button-prev.swiper-button-disabled svg,
[data-script-enabled=true] .lp-sliderSolution .swiper-button-next.swiper-button-disabled svg {
  fill: #999;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-autoplay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-autoplay-button {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--LP_COLOR_SLIDER);
  border-radius: 2px;
  background-color: var(--LP_COLOR_WHITE);
  cursor: pointer;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-autoplay-button > span {
  position: absolute;
  left: 100%;
  white-space: nowrap;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-autoplay-button::before, [data-script-enabled=true] .lp-sliderSolution .swiper-autoplay-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
  background-color: var(--LP_COLOR_SLIDER);
}
[data-script-enabled=true] .lp-sliderSolution .swiper-autoplay-button::after {
  left: calc(50% + 4px);
}
[data-script-enabled=true] .lp-sliderSolution .swiper-autoplay-button:not(.is-swiper-playing)::before {
  left: calc(50% + 1px);
  width: 0;
  height: 0;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent var(--LP_COLOR_SLIDER);
  background-color: transparent;
}
[data-script-enabled=true] .lp-sliderSolution .swiper-autoplay-button:not(.is-swiper-playing)::after {
  display: none;
}
