@charset "UTF-8";
:root {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

video {
  display: block;
  max-width: 100%;
}

.lp-layout-footer-list > li > *:last-child, .lp-layout-main > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-series-outer > *:last-child, .lp-section-content > *:last-child, .lp-card > *:last-child, .lp-layout-grid-column > *:last-child, .lp-mediaProduct-body > *:last-child, .lp-mediaFeature-body > *:last-child, .lp-mediaAsset-body > *:last-child, .lp-listButton > li > *:last-child, .lp-slider .swiper-slide > *:last-child {
  margin-bottom: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.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_BLACK: #333;
  --LP_COLOR_LIGHTBLUE: #1da5ff;
  --LP_COLOR_BLUE: #0047b2;
  --LP_SHADOW_BLUE: #3183ff;
  --LP_BACKGROUND_COLOR_BLACK: 12 12 12;
  --LP_BACKGROUND_COLOR_BLACK_PRIMARY: 49 52 61;
  --LP_BACKGROUND_COLOR_BLACK_SECONDARY: 0 0 0;
  --LP_BACKGROUND_COLOR_BLACK_TERTIARY: #05122d;
  --LP_BACKGROUND_COLOR_LIGHTGRAY: #eee;
  --LP_BACKGROUND_COLOR_LIGHTGRAY_PRIMARY: #ccc;
  --LP_BACKGROUND_COLOR_GRAY: #666;
  --LP_BACKGROUND_COLOR_GRAY_PRIMARY: #999;
  --LP_BACKGROUND_COLOR_LIGHTBLUE: #d4deee;
  --LP_BACKGROUND_COLOR_RED: #ce0010;
  --LP_BACKGROUND_GRADIENT_LIGHTBLUE: transparent linear-gradient(180deg, rgb(246 250 255 / 0.9) 0%, #eaf1fb 100%) 0% 0% no-repeat padding-box;
  --LP_BACKGROUND_GRADIENT_BLUE: transparent linear-gradient(133deg, #0047b2 0%, #00327b 100%) 0% 0% no-repeat padding-box;
  --LP_LAYOUT_COLUMN_GAP_PRIMARY: 35px;
  --LP_LAYOUT_COLUMN_GAP_SECONDARY: 76px;
  --LP_LAYOUT_COLUMN_GAP_TERTIARY: 80px;
  --LP_LAYOUT_ROW_GAP_PRIMARY: 41px;
  --LP_LAYOUT_ROW_GAP_SECONDARY: 65px;
}

.lp-layout-header {
  background-color: rgb(var(--LP_BACKGROUND_COLOR_BLACK_PRIMARY));
}
.lp-layout-header-content {
  max-width: 2020px;
  margin-inline: auto;
  padding: 26px 0 26px 100px;
}
@media only screen and (max-width: 1439px) {
  .lp-layout-header-content {
    padding-left: calc(3.2rem + (1vw - 1.023rem) * (16.3069544365));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-content {
    padding: 18px 20px;
    text-align: center;
  }
}
.lp-layout-header-logo {
  line-height: 1;
}
.lp-layout-header-logo a {
  display: inline-block;
}
.lp-layout-header-logo img {
  width: 137px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 92px;
  }
}

.lp-layout-footer {
  background-color: var(--LP_BACKGROUND_COLOR_GRAY);
  color: var(--LP_COLOR_WHITE);
}
.lp-layout-footer-content {
  max-width: 1972px;
  margin-inline: auto;
  padding: 16px 26px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    padding: 16px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.3rem;
  gap: 10px var(--LP_LAYOUT_COLUMN_GAP_PRIMARY);
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li + li::before {
  content: "";
  position: absolute;
  left: calc(var(--LP_LAYOUT_COLUMN_GAP_PRIMARY) / -2);
  width: 1px;
  height: 100%;
  background-color: currentColor;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child:before {
    content: none;
  }
}
.lp-layout-footer-list > li a {
  color: currentColor;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-copyright {
    width: 100%;
  }
}

.lp-layout-container.of-outermost {
  overflow: hidden;
}

.lp-jumbotron {
  margin-bottom: 120px;
  background-color: rgb(var(--LP_BACKGROUND_COLOR_BLACK_PRIMARY));
  color: var(--LP_COLOR_WHITE);
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron {
    margin-bottom: 80px;
  }
}
.lp-jumbotron-content {
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 2020px;
  margin-inline: auto;
  padding: 0 0 42px 100px;
  gap: 20px 45px;
}
@media only screen and (max-width: 1439px) {
  .lp-jumbotron-content {
    padding-bottom: calc(0rem + (1vw - 1.023rem) * (13.4292565947));
    padding-left: calc(3.2rem + (1vw - 1.023rem) * (16.3069544365));
    column-gap: calc(2.4rem + (1vw - 1.023rem) * (2.3411371237));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 0 0 32px;
    column-gap: max(1.2rem + (1vw - 0.36rem) * (1.8099547511), 12px);
  }
}
html:not([data-script-enabled=true]) .lp-jumbotron-content {
  align-items: flex-start;
}
.lp-jumbotron-body {
  display: flex;
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  max-width: 690px;
  padding: 52px 73px;
  background: rgb(var(--LP_BACKGROUND_COLOR_BLACK_PRIMARY)/0.85);
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-body {
    max-width: calc(38.6rem + (1vw - 1.023rem) * (33.8907469342));
    padding: calc(3.2rem + (1vw - 1.023rem) * (2.2296544036)) calc(1.8rem + (1vw - 1.023rem) * (6.1315496098));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    grid-row: 2;
    max-width: 100%;
    padding: 0 20px;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(3.2rem + (1vw - 1.023rem) * (1.7837235229));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (1.2066365008), 24px);
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 20px;
  font-size: 6.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    margin-bottom: max(1.6rem + (1vw - 1.023rem) * (0.4459308807), 16px);
    font-size: calc(4rem + (1vw - 1.023rem) * (2.6755852843));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    font-size: max(2.8rem + (1vw - 0.36rem) * (1.8099547511), 2.8rem);
  }
}
.lp-jumbotron-title .of-emphasis {
  font-size: 9rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-title .of-emphasis {
    font-size: calc(5.6rem + (1vw - 1.023rem) * (3.7904124861));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title .of-emphasis {
    font-size: max(3.8rem + (1vw - 0.36rem) * (2.7149321267), 3.8rem);
  }
}
.lp-jumbotron-subtitle {
  display: block;
  color: var(--LP_COLOR_LIGHTBLUE);
  font-size: 3.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2rem + (1vw - 1.023rem) * (1.5607580825));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle {
    font-size: max(1.5rem + (1vw - 0.36rem) * (0.754147813), 1.5rem);
  }
}
.lp-jumbotron-series-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: normal;
  gap: 4px 12px;
}
@media only screen and (max-width: 768px) {
  .lp-jumbotron-series-outer {
    flex-direction: column;
  }
}
.lp-jumbotron-seriesGroup {
  margin-bottom: 16px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-seriesGroup {
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.1282051282), 1.6rem);
  }
}
.lp-jumbotron-seriesName {
  display: inline-block;
}
.lp-jumbotron-productImage {
  order: -1;
  max-width: 250px;
  margin-bottom: 32px;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-productImage {
    max-width: calc(18rem + (1vw - 1.023rem) * (7.8037904125));
    margin-bottom: calc(2rem + (1vw - 1.023rem) * (1.3377926421));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-productImage {
    max-width: max(11rem + (1vw - 0.36rem) * (10.5580693816), 110px);
    margin-bottom: max(1.6rem + (1vw - 0.36rem) * (0.6033182504), 16px);
  }
}
.lp-jumbotronCarousel {
  position: relative;
  max-width: 838px;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotronCarousel {
    max-width: calc(46.8rem + (1vw - 1.023rem) * (41.248606466));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotronCarousel {
    max-width: max(36rem + (1vw - 0.36rem) * (100), 360px);
    padding-bottom: max(5rem + (1vw - 0.36rem) * (13.2730015083), 50px);
  }
}
[data-script-enabled=true] .lp-jumbotronCarousel-main {
  display: none;
}
[data-script-enabled=true] .lp-jumbotronCarousel-main.slick-initialized {
  display: block;
}
.lp-jumbotronCarousel-main .slick-list {
  margin-inline: -22.5px;
  overflow: visible;
}
@media only screen and (max-width: 1439px) {
  .lp-jumbotronCarousel-main .slick-list {
    margin-inline: calc(-1.2rem + (1vw - 1.023rem) * (-1.1705685619));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotronCarousel-main .slick-list {
    margin-inline: min(-0.6rem + (1vw - 0.36rem) * (-0.9049773756), -6px);
  }
}
.lp-jumbotronCarousel-main .slick-track {
  display: flex;
}
.lp-jumbotronCarousel-image {
  margin-inline: 22.5px;
}
@media only screen and (max-width: 1439px) {
  .lp-jumbotronCarousel-image {
    margin-inline: calc(1.2rem + (1vw - 1.023rem) * (1.1705685619));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotronCarousel-image {
    max-width: max(26rem + (1vw - 0.36rem) * (27.7526395173), 260px);
    margin-inline: max(0.6rem + (1vw - 0.36rem) * (0.9049773756), 6px);
  }
}
.lp-jumbotronCarousel-image:not(.slick-current, .is-active) {
  opacity: 0.5;
}
.lp-jumbotronCarousel-image > img {
  border-radius: 12px;
}
.lp-jumbotronCarousel-navigationOuter {
  content: "";
  display: block;
  position: absolute;
  bottom: -42px;
  left: 24px;
  max-width: 960px;
  padding: 20px 60px 20px 20px;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotronCarousel-navigationOuter {
    max-width: calc(66rem + (1vw - 1.44rem) * (62.5));
  }
}
@media only screen and (max-width: 1439px) {
  .lp-jumbotronCarousel-navigationOuter {
    bottom: calc(0rem + (1vw - 1.023rem) * (-13.4292565947));
    left: calc(0rem + (1vw - 1.023rem) * (5.7553956835));
    max-width: calc(51rem + (1vw - 1.023rem) * (35.9712230216));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotronCarousel-navigationOuter {
    bottom: 0;
    left: max(2rem + (1vw - 0.36rem) * (1.2066365008), 20px);
    max-width: max(32.4rem + (1vw - 0.36rem) * (94.419306184), 324px);
    padding: max(1rem + (1vw - 0.36rem) * (1.5082956259), 10px) max(5.2rem + (1vw - 0.36rem) * (1.2066365008), 52px) max(1rem + (1vw - 0.36rem) * (1.5082956259), 10px) max(1rem + (1vw - 0.36rem) * (1.5082956259), 10px);
  }
}
[data-script-enabled=true] .lp-jumbotronCarousel-navigationOuter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  border-radius: 12px 0px 0px 0px;
  background: transparent linear-gradient(90deg, rgb(var(--LP_BACKGROUND_COLOR_BLACK_PRIMARY)/0.85) 0%, rgb(var(--LP_BACKGROUND_COLOR_BLACK_PRIMARY)) 30%) 0% 0% no-repeat padding-box;
}
[data-script-enabled=true] .lp-jumbotronCarousel-navigationOuter::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 356px;
  height: 100%;
  background: transparent linear-gradient(90deg, rgb(var(--LP_BACKGROUND_COLOR_BLACK_PRIMARY)/0) 0%, rgb(var(--LP_BACKGROUND_COLOR_BLACK_PRIMARY)) 80%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotronCarousel-navigationOuter::after {
    width: max(23.2rem + (1vw - 0.36rem) * (18.7028657617), 232px);
  }
}
[data-script-enabled=true] .lp-jumbotronCarousel-navigation {
  display: none;
}
[data-script-enabled=true] .lp-jumbotronCarousel-navigation.slick-initialized {
  display: block;
}
[data-script-enabled=true] .lp-jumbotronCarousel-navigation.slick-initialized .slick-slide {
  display: flex;
  height: auto;
}
[data-script-enabled=true] .lp-jumbotronCarousel-navigation.slick-initialized + .lp-jumbotronCarousel-button {
  display: block;
}
.lp-jumbotronCarousel-navigation .slick-track {
  display: flex;
}
.lp-jumbotronCarousel-thumbnail {
  position: relative;
  margin-inline: 4px;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--LP_COLOR_WHITE);
  color: var(--LP_COLOR_BLACK);
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotronCarousel-thumbnail {
    margin-inline: 3px;
  }
}
.lp-jumbotronCarousel-thumbnail:not(.slick-current, .is-active)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgb(var(--LP_BACKGROUND_COLOR_BLACK_SECONDARY)/0.7) no-repeat padding-box;
}
.lp-jumbotronCarousel-thumbnailContent {
  display: grid;
  width: 140px;
  min-height: 140px;
  margin: auto;
  padding: 10px;
  text-align: center;
  gap: 2px;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotronCarousel-thumbnailContent {
    width: max(8.2rem + (1vw - 0.36rem) * (8.7481146305), 82px);
    min-height: max(8.2rem + (1vw - 0.36rem) * (8.7481146305), 82px);
    padding: max(0.4rem + (1vw - 0.36rem) * (0.9049773756), 4px);
    gap: min(0.4rem + (1vw - 0.36rem) * (-0.3016591252), 4px);
  }
}
.lp-jumbotronCarousel-thumbnailText {
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotronCarousel-thumbnailText {
    font-size: max(1rem + (1vw - 0.36rem) * (0.754147813), 1rem);
  }
}
.lp-jumbotronCarousel-thumbnailImage {
  grid-row: 1;
  width: 96px;
  margin-inline: auto;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotronCarousel-thumbnailImage {
    width: max(5rem + (1vw - 0.36rem) * (6.9381598793), 50px);
  }
}
.lp-jumbotronCarousel-button {
  display: none;
}
[data-script-enabled=true] .lp-jumbotronCarousel-button {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  width: 40px;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: var(--LP_COLOR_WHITE);
  text-indent: -9999px;
  aspect-ratio: 1/1;
}
[data-script-enabled=true] .lp-jumbotronCarousel-button::before, [data-script-enabled=true] .lp-jumbotronCarousel-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 3px;
  height: 12px;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_BLUE);
}
[data-script-enabled=true] .lp-jumbotronCarousel-button::before {
  left: 15px;
}
[data-script-enabled=true] .lp-jumbotronCarousel-button::after {
  right: 15px;
}
[data-script-enabled=true] .lp-jumbotronCarousel-button.is-paused::before {
  left: 54%;
  width: 13px;
  height: 16px;
  transform: translateY(-50%) translateX(-50%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
[data-script-enabled=true] .lp-jumbotronCarousel-button.is-paused::after {
  content: none;
}

.lp-label {
  display: inline-block;
  padding: 0 6px;
  background-color: var(--LP_BACKGROUND_COLOR_RED);
  font-size: 1.4rem;
  line-height: 1.4;
}

.lp-section {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .lp-section {
    margin-bottom: 80px;
  }
}
.lp-section.of-primary {
  background-color: rgb(var(--LP_BACKGROUND_COLOR_BLACK));
  color: var(--LP_COLOR_WHITE);
}
.lp-section.of-primary .lp-section-content {
  max-width: 1946px;
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-content {
    padding: 40px max(2rem + (1vw - 0.36rem) * (18.0995475113), 20px);
  }
}
.lp-section-content {
  max-width: 1492px;
  margin-inline: auto;
  padding: 0 26px;
}
@media only screen and (max-width: 1023px) {
  .lp-section-content {
    padding: 0 max(2rem + (1vw - 0.36rem) * (18.0995475113), 20px);
  }
}
.lp-section-content.of-primary {
  position: relative;
  max-width: 1972px;
  padding-top: 128px;
}
@media only screen and (max-width: 1919px) {
  .lp-section-content.of-primary {
    padding-top: calc(11.8rem + (1vw - 1.44rem) * (2.0833333333));
  }
}
@media only screen and (max-width: 1439px) {
  .lp-section-content.of-primary {
    padding-top: calc(7rem + (1vw - 1.023rem) * (11.5107913669));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-section-content.of-primary {
    padding-top: 0;
  }
}

.lp-card {
  margin-bottom: 64px;
  padding: 32px 56px;
  border-radius: 12px;
  background-color: var(--LP_BACKGROUND_COLOR_LIGHTGRAY);
}
@media only screen and (max-width: 1919px) {
  .lp-card {
    padding: calc(2.4rem + (1vw - 1.023rem) * (0.8918617614)) calc(3.2rem + (1vw - 1.023rem) * (2.6755852843));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-card {
    margin-bottom: max(3.2rem + (1vw - 0.36rem) * (4.826546003), 32px);
    padding: 24px max(1.6rem + (1vw - 0.36rem) * (2.4132730015), 16px);
  }
}
.lp-card.of-primary {
  padding: 40px;
  border-radius: 24px;
}
@media only screen and (max-width: 1023px) {
  .lp-card.of-primary {
    padding: max(2.4rem + (1vw - 0.36rem) * (2.4132730015), 24px) max(1.6rem + (1vw - 0.36rem) * (3.6199095023), 16px);
  }
}

.lp-layout-grid {
  display: grid;
  gap: var(--LP_LAYOUT_ROW_GAP_SECONDARY) var(--LP_LAYOUT_COLUMN_GAP_TERTIARY);
  margin-bottom: 40px;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.lp-layout-grid.of-column-5 {
  grid-template-columns: repeat(5, 1fr);
}
.lp-layout-grid.of-column-6 {
  grid-template-columns: repeat(6, 1fr);
}
.lp-layout-grid.of-column-7 {
  grid-template-columns: repeat(7, 1fr);
}
.lp-layout-grid.of-column-8 {
  grid-template-columns: repeat(8, 1fr);
}
.lp-layout-grid.of-column-9 {
  grid-template-columns: repeat(9, 1fr);
}
.lp-layout-grid.of-column-10 {
  grid-template-columns: repeat(10, 1fr);
}
.lp-layout-grid.of-column-11 {
  grid-template-columns: repeat(11, 1fr);
}
.lp-layout-grid.of-column-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid[class*=of-column-] {
    grid-template-columns: 1fr;
  }
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
  grid-column: span 6;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  grid-column: span 6;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
  grid-column: span 7;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
  grid-column: span 6;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
  grid-column: span 7;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
  grid-column: span 8;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  grid-column: span 6;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  grid-column: span 7;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  grid-column: span 8;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
  grid-column: span 9;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
  grid-column: span 6;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
  grid-column: span 7;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
  grid-column: span 8;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
  grid-column: span 9;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
  grid-column: span 10;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  grid-column: span 6;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  grid-column: span 7;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  grid-column: span 8;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  grid-column: span 9;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  grid-column: span 10;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
  grid-column: span 11;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
  grid-column: span 2;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
  grid-column: span 3;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
  grid-column: span 4;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  grid-column: span 5;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
  grid-column: span 6;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
  grid-column: span 7;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  grid-column: span 8;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
  grid-column: span 9;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
  grid-column: span 10;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  grid-column: span 11;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  grid-column: span 12;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.lp-smallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.lp-smallScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.lp-smallScreen-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.lp-smallScreen-column-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.lp-smallScreen-column-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .lp-layout-grid.lp-extraSmallScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .lp-layout-grid.lp-extraSmallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .lp-layout-grid.lp-extraSmallScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-layout-grid.of-border > .lp-layout-grid-column + .lp-layout-grid-column {
  position: relative;
}
.lp-layout-grid.of-border > .lp-layout-grid-column + .lp-layout-grid-column::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(var(--LP_LAYOUT_COLUMN_GAP_TERTIARY) * -0.5);
  width: 1px;
  height: 100%;
  background-color: var(--LP_BACKGROUND_COLOR_LIGHTBLUE);
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-border > .lp-layout-grid-column + .lp-layout-grid-column::before {
    top: calc(var(--LP_LAYOUT_ROW_GAP_SECONDARY) * -0.5);
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.lp-layout-grid.of-primary {
  gap: var(--LP_LAYOUT_ROW_GAP_PRIMARY) var(--LP_LAYOUT_COLUMN_GAP_SECONDARY);
}
@media only screen and (max-width: 1919px) {
  .lp-layout-grid.of-primary {
    column-gap: max(4.1rem + (1vw - 1.023rem) * (3.9018952062), 41px);
  }
}
.lp-layout-grid.of-primary > .lp-layout-grid-column + .lp-layout-grid-column::before {
  left: calc(var(--LP_LAYOUT_COLUMN_GAP_SECONDARY) * -0.5);
  background-color: var(--LP_BACKGROUND_COLOR_LIGHTGRAY_PRIMARY);
}
@media only screen and (max-width: 1919px) {
  .lp-layout-grid.of-primary > .lp-layout-grid-column + .lp-layout-grid-column::before {
    left: calc(-2.05rem + (1vw - 1.023rem) * (-1.9509476031));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-primary > .lp-layout-grid-column + .lp-layout-grid-column::before {
    top: calc(var(--LP_LAYOUT_ROW_GAP_PRIMARY) * -0.5);
    left: 0;
  }
}
.lp-layout-grid.of-secondary {
  gap: 0;
  margin-bottom: 16px;
}
.lp-layout-grid.of-secondary .lp-layout-grid-column {
  padding: 0 20px;
}
.lp-layout-grid.of-secondary .lp-layout-grid-column + .lp-layout-grid-column::before {
  top: initial;
  left: 0;
  width: 1px;
  height: 100%;
}
.lp-layout-grid-column.of-subgrid {
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 0;
}
.lp-layout-grid-column.of-gridRow-2 {
  grid-row: span 2;
}
.lp-layout-grid-column.of-gridRow-3 {
  grid-row: span 3;
}
.lp-layout-grid-column.of-gridRow-4 {
  grid-row: span 4;
}
.lp-layout-grid-column.of-gridRow-5 {
  grid-row: span 5;
}
.lp-layout-grid-column.of-gridRow-6 {
  grid-row: span 6;
}
.lp-layout-grid-column.of-gridRow-7 {
  grid-row: span 7;
}
.lp-layout-grid-column.of-gridRow-8 {
  grid-row: span 8;
}
.lp-layout-grid-column.of-gridRow-9 {
  grid-row: span 9;
}
.lp-layout-grid-column.of-gridRow-10 {
  grid-row: span 10;
}
.lp-layout-grid-column.of-gridRow-11 {
  grid-row: span 11;
}
.lp-layout-grid-column.of-gridRow-12 {
  grid-row: span 12;
}

.lp-mediaProduct {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 40px;
  gap: 24px;
}
@media not screen and (max-width: 1023px) {
  .lp-mediaProduct {
    justify-content: center;
    padding: 0 20px;
  }
}
.lp-mediaProduct::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: var(--LP_BACKGROUND_COLOR_LIGHTBLUE);
}
.lp-mediaProduct-body {
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaProduct-image {
    max-width: max(7rem + (1vw - 0.36rem) * (7.5414781297), 70px);
  }
}

.lp-mediaFeature {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin-bottom: 40px;
  gap: 32px 36px;
  margin-inline: auto;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature {
    flex-direction: column;
  }
}
.lp-mediaFeature-body {
  flex: 1;
  max-width: 825px;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaFeature-body {
    max-width: calc(72rem + (1vw - 1.44rem) * (21.875));
  }
}
@media only screen and (max-width: 1439px) {
  .lp-mediaFeature-body {
    max-width: calc(52rem + (1vw - 1.023rem) * (47.9616306954));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature-body {
    max-width: 100%;
  }
}
.lp-mediaFeature-title {
  margin-bottom: 40px;
  font-size: 5.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaFeature-title {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (1.0256410256), 24px);
    font-size: max(2.2rem + (1vw - 0.36rem) * (2.1794871795), 2.2rem);
  }
}
.lp-mediaFeature-title .of-emphasis {
  display: block;
  font-size: 7.6rem;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaFeature-title .of-emphasis {
    font-size: max(3rem + (1vw - 0.36rem) * (2.9487179487), 2.2rem);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature-imageGroup {
    padding-top: max(4.4rem + (1vw - 0.36rem) * (9.653092006), 44px);
  }
}
.lp-mediaFeature-image {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 100%;
  max-width: 696px;
  transform: translateY(50%);
  border-radius: 24px 0px 0px 24px;
  background: var(--LP_BACKGROUND_GRADIENT_BLUE);
}
@media only screen and (max-width: 1919px) {
  .lp-mediaFeature-image {
    max-width: calc(58rem + (1vw - 1.44rem) * (24.1666666667));
  }
}
@media only screen and (max-width: 1439px) {
  .lp-mediaFeature-image {
    max-width: calc(42rem + (1vw - 1.023rem) * (38.3693045564));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature-image {
    bottom: min(2rem + (1vw - 0.36rem) * (-3.0165912519), 20px);
    max-width: max(25.4rem + (1vw - 0.36rem) * (47.6621417798), 254px);
    transform: initial;
  }
}
.lp-mediaFeature-productImage {
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaFeature-productImage {
    max-width: calc(40rem + (1vw - 1.44rem) * (19.1666666667));
  }
}
@media only screen and (max-width: 1439px) {
  .lp-mediaFeature-productImage {
    max-width: calc(30rem + (1vw - 1.023rem) * (23.9808153477));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature-productImage {
    max-width: max(20rem + (1vw - 0.36rem) * (30.1659125189), 200px);
  }
}

.lp-mediaAsset {
  display: grid;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaAsset {
    justify-content: center;
    gap: 32px;
  }
}
.lp-mediaAsset-body {
  z-index: 5;
  grid-column: 1;
  grid-row: 1;
  width: fit-content;
  max-width: 720px;
  margin-left: 214px;
  padding: 40px 0;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaAsset-body {
    margin-left: calc(0rem + (1vw - 1.44rem) * (44.5833333333));
  }
}
@media only screen and (max-width: 1439px) {
  .lp-mediaAsset-body {
    max-width: calc(48rem + (1vw - 1.023rem) * (57.5539568345));
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaAsset-body {
    grid-row: 2;
    max-width: 100%;
    padding: 0;
  }
}
@media not screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-mediaAsset-body {
    transform: translateY(100px);
    opacity: 0;
  }
  [data-script-enabled=true] .lp-mediaAsset-body.is-shown {
    transform: translateY(0);
    transition: transform 1s cubic-bezier(0, 0, 0, 1) 0s, opacity 1s cubic-bezier(0, 0, 0, 1) 0s;
    opacity: 1;
  }
}
.lp-mediaAsset-text {
  margin-bottom: 48px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0px 1px 12px var(--LP_SHADOW_BLUE);
}
@media only screen and (max-width: 1919px) {
  .lp-mediaAsset-text {
    margin-bottom: max(3.2rem + (1vw - 0.36rem) * (1.0256410256), 32px);
    font-size: max(1.8rem + (1vw - 0.36rem) * (1.4102564103), 1.8rem);
  }
}
.lp-mediaAsset-imageGroup {
  grid-column: 1/2;
  grid-row: 1;
}
.lp-mediaAsset-video {
  position: relative;
}
.lp-mediaAsset-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgb(var(--LP_BACKGROUND_COLOR_BLACK)) 0%, rgb(var(--LP_BACKGROUND_COLOR_BLACK)/0) 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaAsset-image {
    max-width: max(14.8rem + (1vw - 0.36rem) * (13.8763197587), 148px);
    margin-inline: auto;
  }
}

.lp-video {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-figure {
  display: grid;
  margin-bottom: 40px;
  gap: 20px;
}
.lp-figure-caption {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .lp-figure-caption {
    font-size: max(1.4rem + (1vw - 0.36rem) * (0.1282051282), 1.4rem);
  }
}
.lp-figure-image {
  grid-row: 1;
  max-width: 420px;
}
.lp-figure-image > img {
  border-radius: 12px;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 72px;
}
@media only screen and (max-width: 1023px) {
  .lp-listButton {
    margin-bottom: 32px;
  }
}
.lp-button {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 50px;
  color: var(--LP_COLOR_WHITE);
  font-size: 1.8rem;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .lp-button {
    font-size: 1.6rem;
  }
}
.lp-button::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: conic-gradient(#00d8f1, #008ce9, #00d8f1 190deg, #008ce9, #002bff, #008ce9, #00d8f1);
  rotate: -25deg;
  inset: 0;
  aspect-ratio: 1/1;
}
.lp-button:hover::before {
  animation: rotate 1s ease-out 1;
}
.lp-button-body {
  display: flex;
  position: relative;
  align-items: center;
  margin: 5px;
  padding: 16px 28px 16px 63px;
  border-radius: 50px;
  background-color: var(--LP_BACKGROUND_COLOR_BLACK_TERTIARY);
}
.lp-button-body::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}
.lp-button.of-download .lp-button-body::before {
  width: 19px;
  height: 18px;
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-button.of-arrow .lp-button-body {
  padding-left: 57px;
}
.lp-button.of-arrow .lp-button-body::before {
  width: 13px;
  height: 16px;
  background-color: var(--LP_COLOR_WHITE);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-number {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}
.lp-textPhone.of-center {
  text-align: center;
}
.lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  opacity: 1;
  color: currentColor;
  text-decoration: none;
  cursor: default;
}

.lp-slider {
  position: relative;
  margin-bottom: 40px;
  padding: 0 66px;
}
@media only screen and (max-width: 1023px) {
  .lp-slider {
    max-width: 520px;
    margin-inline: auto;
    padding: 0 50px;
  }
}
.lp-slider .swiper-wrapper {
  margin-bottom: 44px;
}
@media only screen and (max-width: 1023px) {
  .lp-slider .swiper-wrapper {
    margin-bottom: 24px;
  }
}
html:not([data-script-enabled=true]) .lp-slider .swiper-wrapper {
  flex-wrap: wrap;
  gap: 24px;
}
html:not([data-script-enabled=true]) .lp-slider .swiper-slide {
  max-width: fit-content;
}
.lp-slider .swiper-button-prev, .lp-slider .swiper-button-next {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 44px;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: var(--LP_BACKGROUND_COLOR_LIGHTGRAY);
  background-image: none;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .lp-slider .swiper-button-prev, .lp-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.lp-slider .swiper-button-prev::before, .lp-slider .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 26px;
  margin: auto;
  border-radius: 4px;
  background-color: var(--LP_COLOR_BLUE);
  clip-path: polygon(100% 0%, 25% 50%, 100% 100%, 75% 100%, 0% 50%, 75% 0%);
  inset: 0;
}
.lp-slider .swiper-button-prev.swiper-button-disabled::before, .lp-slider .swiper-button-next.swiper-button-disabled::before {
  background-color: var(--LP_BACKGROUND_COLOR_GRAY_PRIMARY);
}
.lp-slider .swiper-button-prev {
  left: 0;
}
.lp-slider .swiper-button-next {
  right: 0;
}
.lp-slider .swiper-button-next::before {
  clip-path: polygon(20% 0%, 100% 50%, 20% 100%, 0% 100%, 75% 50%, 0% 0%);
}
.lp-slider .swiper-scrollbar {
  height: 4px;
  background: var(--LP_BACKGROUND_COLOR_LIGHTGRAY);
  cursor: pointer;
}
.lp-slider .swiper-scrollbar-drag {
  background: var(--LP_COLOR_BLUE);
}

.lp-headingLevel2 {
  margin-bottom: 64px;
  font-size: 4.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (2.5641025641), 24px);
    font-size: max(2.4rem + (1vw - 0.36rem) * (1.5384615385), 2.4rem);
  }
}

.lp-headingLevel3 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3 {
    margin-bottom: max(1.6rem + (1vw - 0.36rem) * (0.2564102564), 16px);
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.641025641), 1.8rem);
  }
}
.lp-headingLevel3 .of-emphasis {
  background-image: linear-gradient(transparent 75%, var(--LP_BACKGROUND_COLOR_LIGHTGRAY_PRIMARY) 0%);
  font-size: 4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3 .of-emphasis {
    font-size: max(2.2rem + (1vw - 0.36rem) * (1.1538461538), 2.2rem);
  }
}

.lp-text {
  margin-bottom: 24px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-text {
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.1282051282), 1.6rem);
  }
}
.lp-text.of-fontSize-primary {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1919px) {
  .lp-text.of-fontSize-primary {
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.2564102564), 1.8rem);
  }
}

.lp-textLead {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1919px) {
  .lp-textLead {
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.7692307692), 1.6rem);
  }
}
.lp-textLead .of-emphasis {
  display: inline-block;
  font-size: 4.8rem;
  line-height: 1;
}
@media only screen and (max-width: 1919px) {
  .lp-textLead .of-emphasis {
    font-size: max(2.4rem + (1vw - 0.36rem) * (1.5384615385), 2.4rem);
  }
}
[data-script-enabled=true] .lp-textLead .of-emphasis {
  opacity: 0;
}
[data-script-enabled=true] .lp-textLead .of-emphasis.is-shown {
  opacity: 1;
}
[data-script-enabled=true] .lp-textLead .of-emphasis.is-shown .lp-number {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: top;
}
[data-script-enabled=true] .lp-textLead .of-emphasis.is-shown .lp-number > span {
  display: block;
  position: relative;
  line-height: 1;
}

@media not screen and (max-width: 1023px) {
  .lp-largeScreen-hide {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .lp-extraSmallScreen-line-break {
    display: block;
  }
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-line-break {
  display: block;
}
.lp-utility-marginBottom-primary {
  margin-bottom: 0;
}
.lp-utility-marginBottom-secondary {
  margin-bottom: 4px;
}
.lp-utility-marginBottom-tertiary {
  margin-bottom: 8px;
}
.lp-utility-background-primary {
  background: var(--LP_BACKGROUND_GRADIENT_LIGHTBLUE);
}
.lp-utility-color-primary {
  color: var(--LP_COLOR_BLUE);
}
