.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-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-figure > *:last-child, .lp-layout-cluster-column > *:last-child, .lp-media-image > *:last-child, .lp-media-body > *:last-child, .lp-media > *:last-child, .lp-headingLevel2-outer > *:last-child, .lp-layout-grid-column > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-bodyContent > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron > *:last-child, .lp-navigation-content > *:last-child, .lp-navigation > *:last-child, .lp-textPhone-body > *:last-child, .lp-textPhone > *:last-child, .lp-layout-header-utilityList li > *:last-child, .lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-header > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

:root {
  --lp-color-white: #fff;
  --lp-color-blue: #0075db;
  --lp-color-deepBlue: #00549e;
  --lp-color-conversion: #dc002f;
  --lp-color-conversionHover: #be0029;
  --lp-color-primary: #565c73;
  --lp-color-secondary: #7797a1;
  --lp-gradient-primary: linear-gradient(180deg, #ffffff5c 0%, #ffffff 17%, #ffffff 85%, #ffffff00 100%);
}

a {
  text-decoration: none;
}

[data-script-enabled=true] .lp-layout-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 918px;
  overflow: hidden;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-container {
    height: 100%;
  }
}
@media only screen and (max-height: 918px) {
  [data-script-enabled=true] .lp-layout-container {
    min-height: calc(80rem + (1vh - 0.625rem) * (40.2730375427));
  }
}
@media only screen and (max-height: 800px) {
  [data-script-enabled=true] .lp-layout-container {
    min-height: 800px;
  }
}

.lp-layout-container {
  position: relative;
  overflow: hidden;
  background-color: var(--lp-color-white);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto 24px;
  padding: 20px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-header-content {
    justify-content: center;
  }
}
.lp-layout-header-logo {
  line-height: 1;
}
.lp-layout-header-logo a {
  display: inline-block;
}
.lp-layout-header-logo img {
  width: 103px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-header-logo img {
    width: 86px;
  }
}
.theme-KC .lp-layout-header-logo img {
  width: 100%;
  height: 18px;
}
@media only screen and (max-width: 1365px) {
  .theme-KC .lp-layout-header-logo img {
    height: 15px;
  }
}
.lp-layout-header-utilityGroup {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-header-utilityGroup {
    display: none;
  }
}
.lp-layout-header-utilityList {
  margin-bottom: 16px;
}
.lp-layout-main {
  flex: 1;
}

.lp-textPhone {
  margin-bottom: 16px;
}
.lp-textPhone-body {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1365px) {
  .lp-textPhone-body {
    flex-direction: column;
  }
}
.lp-textPhone-note {
  margin-right: 8px;
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 1365px) {
  .lp-textPhone-note {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.lp-textPhone-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  margin-right: 8px;
}
.lp-textPhone-number {
  display: block;
  min-width: 133px;
  font-size: 2rem;
  font-weight: bold;
}
.lp-textPhone-number > a {
  text-decoration: none;
  cursor: inherit;
}
.lp-textPhone-number > a,
.lp-textPhone-number > .AutoPhoneCall {
  color: inherit;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
}

.lp-navigation {
  z-index: 100;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: var(--lp-color-blue);
}
@media only screen and (max-width: 1365px) {
  .lp-navigation {
    display: none;
  }
}
.lp-navigation-content {
  max-width: 1716px;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 1499px) {
  .lp-navigation-content {
    font-size: calc(1.5rem + (1vw - 1.366rem) * (0.7462686567));
  }
}
.lp-navigation-list {
  display: flex;
  margin-bottom: 24px;
}
.lp-navigation-list > li {
  width: 16.6666666667%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.lp-navigation-button {
  display: block;
  height: 100%;
  color: var(--lp-color-white);
  font-weight: bold;
}
.lp-navigation-button.is-current {
  color: var(--lp-color-white);
}
.lp-navigation-button.is-current .lp-navigation-buttonContent {
  background-color: var(--lp-color-deepBlue);
}
.lp-navigation-button.of-download {
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--lp-color-conversion);
}
.lp-navigation-button.of-download:hover {
  background-color: var(--lp-color-conversionHover);
}
.lp-navigation-button.of-download .lp-navigation-buttonContent {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-left: 37px;
}
.lp-navigation-button.of-download .lp-navigation-buttonContent::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  background: url(../../../../img/landing_page/common/icon_btn_dl.png) no-repeat center center;
}
.lp-navigation-buttonContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 8px;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.lp-navigation-button:hover {
  background-color: var(--lp-color-deepBlue);
}

[data-script-enabled=true] .lp-jumbotron {
  visibility: hidden;
  height: 0;
  opacity: 0;
  container-type: inline-size;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-jumbotron {
    display: block;
    visibility: visible;
    height: 100%;
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-jumbotron.is-show {
  display: block;
  visibility: visible;
  height: 100%;
  transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s;
  opacity: 1;
}
[data-script-enabled=true] .lp-jumbotron-content {
  padding: 48px 20px;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-jumbotron-content {
    position: relative;
    flex-direction: column-reverse;
    max-width: 920px;
    height: 100%;
    padding: calc(20rem + (1vw - 0.36rem) * (19.8807157058)) 20px 48px;
  }
}
@media only screen and (max-width: 360px) {
  [data-script-enabled=true] .lp-jumbotron-content {
    position: relative;
    flex-direction: column-reverse;
    height: 100%;
    padding: 200px 20px 48px;
  }
}
[data-script-enabled=true] .lp-jumbotron-bodyContent::after {
  content: none;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-jumbotron-bodyContent::after {
    content: "";
  }
}

.lp-jumbotron {
  height: 100%;
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 1540px;
  height: 100%;
  margin: 0 auto 24px;
  padding: 88px 20px;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    position: relative;
    flex-direction: column-reverse;
    max-width: 920px;
    height: 100%;
    padding: calc(20rem + (1vw - 0.36rem) * (39.7614314115)) 20px 51px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding-top: 200px;
  }
}
.lp-jumbotron-body {
  display: flex;
  z-index: 10;
  justify-content: center;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    max-width: 100%;
  }
}
.lp-jumbotron-bodyContent {
  min-width: 528px;
  margin-bottom: 24px;
}
.lp-jumbotron-bodyContent::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -100%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: var(--lp-gradient-primary);
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-bodyContent {
    position: relative;
    z-index: 100;
    min-width: auto;
    padding-top: calc(4rem + (1vw - 0.36rem) * (2.3856858847));
  }
  .lp-jumbotron-bodyContent::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: var(--lp-gradient-primary);
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 24px;
  font-size: 8.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-title {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (0.7952286282));
    font-size: calc(5.2rem + (1vw - 0.36rem) * (3.578528827));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title {
    margin-bottom: 24px;
    font-size: 5.2rem;
  }
}
@media only screen and (min-width: 1180px) and (max-height: 918px) {
  .lp-jumbotron-title {
    font-size: calc(8rem + (1vh - 0.625rem) * (2.7303754266));
  }
}
@media only screen and (min-width: 1180px) and (max-height: 625px) {
  .lp-jumbotron-title {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-title.of-fontSize-primary {
    font-size: calc(4rem + (1vw - 0.36rem) * (4.7713717694));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title.of-fontSize-primary {
    font-size: 4rem;
  }
}
.lp-jumbotron-title.of-fontSize-secondary {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-title.of-fontSize-secondary {
    font-size: calc(4rem + (1vw - 0.36rem) * (4.7713717694));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title.of-fontSize-secondary {
    font-size: 4rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 40px;
  color: var(--lp-color-primary);
  font-weight: normal;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-titleGroup {
    width: fit-content;
    margin: 0 auto 40px;
  }
}
.lp-jumbotron-subtitle {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-subtitle {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.lp-jumbotron-subtitle::before {
  content: "[";
  position: absolute;
  top: -1px;
  left: 2px;
}
.lp-jumbotron-subtitle::after {
  content: "]";
  position: absolute;
  top: -1px;
  right: 2px;
}
.lp-jumbotron-subtitleGroup {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-left: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  gap: 9px;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-subtitleGroup {
    margin-bottom: 4px;
    padding-left: 6px;
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.8946322068));
    gap: 8px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-subtitleGroup {
    font-size: 1.5rem;
  }
}
.lp-jumbotron-series {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-series {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.2982107356));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-series {
    font-size: 1.5rem;
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.lp-jumbotron-seriesName {
  display: inline-block;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-seriesName {
    display: block;
  }
}
.lp-jumbotron-image {
  position: absolute;
  top: 54px;
  right: -163px;
  width: 100%;
  max-width: 915px;
}
@media only screen and (max-width: 1499px) {
  .lp-jumbotron-image {
    top: calc(14rem + (1vw - 1.366rem) * (-64.1791044776));
    right: calc(-26rem + (1vw - 1.366rem) * (72.3880597015));
    max-width: calc(86rem + (1vw - 1.366rem) * (41.0447761194));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 918px) {
  .lp-jumbotron-image {
    top: calc(2.4rem + (1vh - 0.625rem) * (10.2389078498));
    right: calc(-3rem + (1vh - 0.625rem) * (-75.0853242321));
    max-width: calc(68rem + (1vh - 0.625rem) * (80.204778157));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 625px) {
  .lp-jumbotron-image {
    top: 24px;
    right: -30px;
    max-width: 680px;
  }
}
@media only screen and (max-width: 1920px) and (max-height: 918px) {
  .lp-jumbotron-image {
    right: calc(-12rem + (1vh - 0.625rem) * (-13.6518771331));
    max-width: calc(78rem + (1vh - 0.625rem) * (46.0750853242));
  }
}
@media only screen and (max-width: 1920px) and (max-height: 625px) {
  .lp-jumbotron-image {
    right: -120px;
    max-width: 780px;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-image {
    position: absolute;
    top: calc(0.6rem + (1vw - 0.36rem) * (3.37972167));
    right: calc(2rem + (1vw - 0.768rem) * (-11.7056856187));
    max-width: calc(31.7rem + (1vw - 0.36rem) * (36.083499006));
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-image {
    right: calc(-5rem + (1vw - 0.36rem) * (17.1568627451));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-image {
    top: 6px;
    right: -50px;
    max-width: 317px;
  }
}

.lp-label {
  display: inline-block;
  width: fit-content;
  min-width: 62px;
  max-width: 120px;
  margin-right: 8px;
  padding: 4px 15px 3px;
  border: 1px solid #dc002f;
  border-radius: 4px;
  background-color: var(--lp-color-white);
  color: #dc002f;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
}
.lp-label.of-primary {
  margin-bottom: 4px;
  background-color: #dc002f;
  color: var(--lp-color-white);
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 24px -16px;
}
.lp-listButton > li {
  margin-top: 24px;
  padding-left: 16px;
}
@media only screen and (max-width: 1365px) {
  .lp-listButton {
    justify-content: center;
  }
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
  padding-left: 49px;
}
.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-arrow {
  background-color: #13778f;
}
.lp-buttonConversion.of-arrow:hover {
  background-color: #116b81;
}
.lp-buttonConversion-text {
  margin-right: 11px;
}

[data-script-enabled=true] .lp-section {
  visibility: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section {
    display: block;
    visibility: visible;
    height: 100%;
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-section.is-show {
  display: flex;
  visibility: visible;
  height: 100%;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  opacity: 1;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section.is-show {
    position: static;
    transform: none;
  }
}
[data-script-enabled=true] .lp-section.is-show .lp-section-content {
  padding: 40px 20px;
}
@media only screen and (max-height: 918px) {
  [data-script-enabled=true] .lp-section.is-show .lp-section-content {
    padding: calc(3.2rem + (1vh - 0.625rem) * (2.7303754266)) 20px;
  }
}
@media only screen and (max-height: 625px) {
  [data-script-enabled=true] .lp-section.is-show .lp-section-content {
    padding: 32px 20px;
  }
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section-content {
    max-width: 920px;
    padding: 35px 20px;
  }
}

.lp-section {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
}
.lp-section-content {
  max-width: 1540px;
  margin: 0 auto 24px;
  padding: 96px 20px;
}
@media only screen and (max-width: 1365px) {
  .lp-section-content {
    max-width: 920px;
    padding: 30px 20px 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-primary .lp-section-content {
    padding-top: 29px;
  }
}

.lp-layout-grid {
  display: grid;
  margin-bottom: 16px;
}
@media only screen and (max-width: 360px) {
  .lp-layout-grid {
    margin-bottom: 24px;
  }
}
.lp-layout-grid.of-column-10 {
  grid-template-columns: repeat(10, 1fr);
  gap: 36px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-grid.of-column-10 {
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
  }
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-2.of-primary {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.lp-layout-grid.of-column-2.of-primary .lp-layout-grid-column {
  max-width: 150px;
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-grid.of-column-3 {
    gap: calc(1.6rem + (1vw - 0.768rem) * (3.3444816054));
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.lp-layout-grid.of-column-3 .lp-layout-grid-column {
  text-align: center;
}
.lp-headingLevel2 {
  color: var(--lp-color-primary);
  font-size: 4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1499px) {
  .lp-headingLevel2.of-fontSize-primary {
    font-size: calc(3.6rem + (1vw - 1.366rem) * (2.9850746269));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2.of-fontSize-primary {
    font-size: calc(2rem + (1vw - 0.36rem) * (1.9880715706));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2.of-fontSize-primary {
    font-size: 2rem;
  }
}
.lp-headingLevel2-group {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
@media only screen and (max-width: 1520px) {
  .lp-headingLevel2-group {
    max-width: calc(26rem + (1vw - 1.366rem) * (80.4597701149));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-group {
    max-width: 50%;
  }
}
.lp-headingLevel2-group > .lp-label.of-primary {
  max-width: 100%;
}
.lp-headingLevel2-outer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer {
    justify-content: center;
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (0.7952286282));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2-outer {
    margin-bottom: 16px;
  }
}
.lp-headingLevel2-outer > em {
  font-size: 12rem;
  line-height: 1.2;
}
@media only screen and (max-height: 918px) {
  .lp-headingLevel2-outer > em {
    font-size: calc(6.4rem + (1vh - 0.625rem) * (19.1126279863));
  }
}
@media only screen and (max-height: 625px) {
  .lp-headingLevel2-outer > em {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1499px) {
  .lp-headingLevel2-outer > em {
    font-size: calc(11.6rem + (1vw - 1.366rem) * (2.9850746269));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer > em {
    font-size: calc(4.8rem + (1vw - 0.36rem) * (5.1689860835));
    line-height: 1.3;
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2-outer > em {
    font-size: 4.8rem;
  }
}

.lp-media {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.lp-media.of-flexDirection-rowReverse {
  flex-direction: row-reverse;
}
.lp-media.of-primary {
  gap: 24px;
}
.lp-media.of-primary > .lp-media-body {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
@media only screen and (max-width: 1365px) {
  .lp-media.of-primary > .lp-media-body {
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
  }
}
.lp-media.of-primary > .lp-media-body > .lp-headingLevel2 {
  position: relative;
  max-width: 50%;
  margin-right: 33px;
}
.lp-media.of-primary > .lp-media-body > .lp-headingLevel2::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  background-color: var(--lp-color-secondary);
}
@media only screen and (max-width: 1365px) {
  .lp-media.of-primary > .lp-media-body > .lp-headingLevel2 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
  .lp-media.of-primary > .lp-media-body > .lp-headingLevel2::after {
    top: auto;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.lp-media.of-primary > .lp-media-body > .lp-text {
  flex: 1;
}
.lp-media.of-primary .lp-figure {
  max-width: 400px;
  gap: 8px;
}
.lp-media.of-secondary {
  gap: 36px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1365px) {
  .lp-media.of-secondary {
    margin-bottom: 40px;
    gap: 24px;
  }
}
.lp-media.of-secondary .lp-media-body {
  flex: 1;
}
@media only screen and (max-width: 1499px) {
  .lp-media.of-secondary .lp-media-image {
    max-width: calc(66rem + (1vw - 1.366rem) * (53.7313432836));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-media.of-secondary .lp-media-image {
    max-width: 100%;
  }
}
@media only screen and (max-height: 918px) {
  .lp-media.of-secondary .lp-media-image {
    max-width: calc(56rem + (1vh - 0.625rem) * (58.7030716724));
  }
}
@media only screen and (max-height: 625px) {
  .lp-media.of-secondary .lp-media-image {
    max-width: 560px;
  }
}
.lp-media-body {
  width: 100%;
}
@media only screen and (max-width: 1365px) {
  .lp-media-body {
    flex: 1;
    width: auto;
  }
}
.lp-layout-cluster {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-cluster {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-cluster {
    flex-direction: column;
  }
}
.lp-figure {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-figure.of-borderRadius-primary .lp-figure-image > img {
  border-radius: 4px;
}
.lp-figure.of-flexDirection-columnReverse {
  flex-direction: column-reverse;
}
.lp-figure-caption {
  color: var(--lp-color-primary);
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1365px) {
  .lp-figure-caption {
    font-size: 1.5rem;
  }
}
.lp-figure-caption.of-bold {
  font-weight: bold;
}

.lp-text {
  color: var(--lp-color-primary);
  font-size: 1.8rem;
}
@media only screen and (max-height: 918px) {
  .lp-text {
    font-size: calc(1.5rem + (1vh - 0.625rem) * (0.3412969283));
  }
}
@media only screen and (max-height: 625px) {
  .lp-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-text {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.2982107356));
  }
}
@media only screen and (max-width: 360px) {
  .lp-text {
    font-size: 1.5rem;
  }
}
.lp-text.of-bold {
  font-weight: bold;
}
.lp-textAnnotation {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  line-height: 1.3;
}
.lp-textAnnotation > span {
  position: relative;
  padding-left: 8px;
}
.lp-textAnnotation > span::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.lp-textLink {
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1365px) {
  .lp-textLink {
    margin: 0 auto;
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.2982107356));
  }
}
@media only screen and (max-width: 360px) {
  .lp-textLink {
    font-size: 1.5rem;
  }
}
.lp-textLink.of-arrow {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 1365px) {
  .lp-textLink.of-arrow {
    padding-left: calc(1.4rem + (1vw - 0.36rem) * (0.3976143141));
  }
}
@media only screen and (max-width: 360px) {
  .lp-textLink.of-arrow {
    padding-left: 14px;
  }
}
.lp-textLink.of-arrow > a {
  color: #344fb9;
  text-decoration: underline;
}
.lp-textLink.of-arrow > a:hover {
  color: #021767;
  text-decoration: none;
}
.lp-textLink.of-arrow > a:hover::after {
  border-color: transparent transparent transparent #021767;
  text-decoration: none;
}
.lp-textLink.of-arrow > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #344fb9;
}
@media only screen and (max-width: 1365px) {
  .lp-textLink.of-arrow > a::after {
    border-width: calc(0.4rem + (1vw - 0.36rem) * (0.1988071571)) 0 calc(0.4rem + (1vw - 0.36rem) * (0.1988071571)) calc(0.6rem + (1vw - 0.36rem) * (0.3976143141));
  }
}
@media only screen and (max-width: 360px) {
  .lp-textLink.of-arrow > a::after {
    border-width: 4px 0 4px 6px;
  }
}

.lp-layout-footer {
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
  background-color: #0b1224;
}
.lp-layout-footer-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 24px;
  padding: 12px 80px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-footer-content {
    flex-direction: column;
    padding: 12px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -16px 0 24px -24px;
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-list {
    margin-top: -10px;
    text-align: center;
  }
}
.lp-layout-footer-list li {
  position: relative;
  margin-top: 16px;
  padding-left: 24px;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-list li {
    margin-top: 10px;
  }
}
.lp-layout-footer-list li a {
  color: var(--lp-color-white);
}
.lp-layout-footer-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: var(--lp-color-white);
}
.lp-layout-footer-list li:first-child::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-list li:last-child::before {
    content: none;
  }
}
.lp-layout-footer-copyright {
  color: var(--lp-color-white);
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    width: 100%;
  }
}

.lp-navigationSeries {
  margin: 8px auto;
  border: 0;
  color: #fff;
}
@media only screen and (max-width: 1365px) {
  .lp-navigationSeries {
    margin-bottom: 18px;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -4px;
  margin-left: -16px;
}
.lp-navigationSeries-linkList > li {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-left: 16px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
.lp-navigationSeries-linkList > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-right: 16px;
  border-left: 1px solid #fff;
}
.lp-navigationSeries-linkList > li:first-child::before {
  display: none;
}
.lp-navigationSeries-linkList > li > a {
  padding-left: 0;
  color: #fff;
}
.lp-navigationSeries-linkList > li > a::before {
  display: none;
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-color-primary {
  color: #0075db;
}

.lp-utility-fontSize-primary {
  font-size: 1.8rem;
}
.lp-utility-fontSize-secondary {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1365px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.6958250497));
  }
}
@media only screen and (max-width: 360px) {
  .lp-utility-fontSize-secondary {
    font-size: 1.5rem;
  }
}
.lp-utility-fontSize-tertiary {
  font-size: 1.4rem;
}
.lp-utility-fontSize-quaternary {
  font-size: 1.5rem;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-marginBottom-primary {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: 0;
  }
}
.lp-utility-marginBottom-secondary {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) {
  .lp-utility-marginBottom-secondary {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.5904572565));
  }
}
@media only screen and (max-width: 360px) {
  .lp-utility-marginBottom-secondary {
    margin-bottom: 24px;
  }
}
.lp-utility-marginBottom-tertiary {
  margin-bottom: 40px;
}
@media only screen and (max-height: 918px) {
  .lp-utility-marginBottom-tertiary {
    margin-bottom: calc(3.2rem + (1vh - 0.625rem) * (2.7303754266));
  }
}
@media only screen and (max-height: 625px) {
  .lp-utility-marginBottom-tertiary {
    margin-bottom: 32px;
  }
}
.lp-utility-marginBottom-quaternary {
  margin-bottom: 11px;
}
@media only screen and (max-width: 1365px) {
  .lp-utility-marginBottom-quaternary {
    margin-bottom: 24px;
  }
}
.lp-utility-marginBottom-quinary {
  margin-bottom: 8px;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-largeScreen-flexDirection-rowReverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1365px) {
  .lp-largeScreen-flexDirection-rowReverse {
    flex-direction: column;
  }
}

@media screen and (min-width: 1366px) {
  .lp-largeScreen-hide {
    display: none;
  }
}

@media only screen and (max-width: 1365px) {
  .lp-smallScreen-marginBottom-0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1365px) {
  .lp-smallScreen-marginBottom-primary {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-hight-auto {
    height: auto !important;
  }
}

@media only screen and (max-width: 1365px) {
  .lp-smallScreen-maxWidth-primary {
    max-width: 1080px !important;
  }
}

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

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