@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.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-size: 1.1rem;
    font-weight: normal;
    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;
}

body {
    background: #1f232c;
    color: #fff;
}

.lp-layout-header {
    display: flex;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    min-height: 105px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-header-content {
        min-height: calc(7rem + ((1vw - 0.849rem) * (4.66045)));
        padding: 0 calc(2rem + ((1vw - 0.849rem) * (2.66312)));
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-header-content {
        justify-content: center;
        min-height: auto;
        padding: 26px 20px;
    }
}

.lp-layout-header-logo > a {
    display: inline-block;
}

.lp-layout-header-logo > a img {
    width: 180px;
    min-height: 31.85px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-header-logo > a img {
        width: calc(13rem + ((1vw - 0.849rem) * (6.65779)));
        min-height: calc(2.317rem + ((1vw - 0.849rem) * (1.15579)));
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-header-logo > a img {
        width: calc(13rem + ((1vw - 0.36rem) * (10.22495)));
        min-height: calc(2.317rem + ((1vw - 0.36rem) * (1.77505)));
    }
}

.theme-KC .lp-layout-header-logo > a img {
    width: 332px;
}

@media screen and (max-width: 1600px) {
    .theme-KC .lp-layout-header-logo > a img {
        width: calc(24rem + ((1vw - 0.849rem) * (12.25033)));
    }
}

@media screen and (max-width: 849px) {
    .theme-KC .lp-layout-header-logo > a img {
        width: calc(21.9rem + ((1vw - 0.36rem) * (23.10838)));
    }
}

.lp-layout-main > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-content,
.lp-section-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-content,
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.849rem) * (2.66312)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-content,
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (4.08998)));
    }
}

.lp-jumbotron {
    margin-bottom: 105px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron {
        margin-bottom: calc(5.2rem + ((1vw - 0.849rem) * (7.05726)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (4.08998)));
        padding-bottom: calc(3.2rem + ((1vw - 0.36rem) * (4.08998)));
        border-bottom: solid 1px #555;
    }
}

.lp-jumbotron.of-alternately {
    margin-bottom: 0;
    padding-bottom: 64px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron.of-alternately {
        margin-bottom: 0;
        padding-bottom: calc(3.4rem + ((1vw - 0.849rem) * (3.99467)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron.of-alternately {
        margin-bottom: 0;
        padding-bottom: calc(3.3rem + ((1vw - 0.36rem) * (6.33947)));
    }
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    display: flex;
    padding-top: 40px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-body {
        padding-top: calc(2.4rem + ((1vw - 0.849rem) * (2.13049)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-body {
        display: block;
        padding-top: 20px;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body.of-alignItems-center {
    align-items: center;
}

.lp-jumbotron-body.of-alignItems-center .lp-jumbotron-titleGroup {
    padding-top: 0;
}

.lp-jumbotron-body.of-primary {
    align-items: center;
}

.lp-jumbotron-body.of-primary .lp-jumbotron-titleGroup {
    padding-top: 0;
}

.lp-jumbotron-image {
    order: -1;
    width: 100%;
    max-width: 818px;
    margin-right: 54px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-image {
        max-width: calc(41.6rem + ((1vw - 0.849rem) * (52.46338)));
        margin-right: calc(1.6rem + ((1vw - 0.849rem) * (5.05992)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-image {
        max-width: none;
        margin-right: 0;
    }
}

.lp-jumbotron-titleGroup {
    flex: 1;
    padding-top: 36px;
    font-size: 0;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-titleGroup {
        padding-top: calc(2.4rem + ((1vw - 0.849rem) * (1.59787)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1rem + ((1vw - 0.36rem) * (3.47648)));
        padding-top: 0;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup.of-primary {
    text-align: left;
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-titleGroup.of-primary {
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 25px;
    font-size: 10rem;
    line-height: 1.13;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.849rem) * (1.1984)));
        font-size: calc(5.2rem + ((1vw - 0.849rem) * (6.39148)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.4rem + ((1vw - 0.36rem) * (0.80645)));
        font-size: calc(3rem + ((1vw - 0.36rem) * (10.22495)));
    }
}

.lp-jumbotron-title em {
    color: #09f;
}

.lp-jumbotron-title span {
    font-size: 6rem;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title span {
        font-size: calc(3.2rem + ((1vw - 0.849rem) * (3.72836)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-title span {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (5.72597)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-title.of-primary {
        font-size: calc(3.8rem + ((1vw - 0.36rem) * (8.58896)));
    }
}

.lp-jumbotron-title.of-secondary {
    font-size: 9.5rem;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title.of-secondary {
        margin-bottom: calc(1.6rem + ((1vw - 0.849rem) * (1.1984)));
        font-size: calc(4rem + ((1vw - 0.849rem) * (7.32357)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-title.of-secondary {
        font-size: calc(3rem + ((1vw - 0.36rem) * (10.22495)));
    }
}

.lp-jumbotron-label {
    display: block;
    margin-bottom: 22px;
    padding: 10px;
    background: #e60012;
    font-size: 2.6rem;
    line-height: 1.07;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-label {
        margin-bottom: calc(1.4rem + ((1vw - 0.849rem) * (1.06525)));
        padding: calc(0.8rem + ((1vw - 0.849rem) * (0.26631)));
        font-size: calc(1.6rem + ((1vw - 0.849rem) * (1.33156)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-label {
        display: inline-block;
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (2.45399)));
        padding: calc(0.6rem + ((1vw - 0.36rem) * (0.818))) calc(1.6rem + ((1vw - 0.36rem) * (1.63599)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.22699)));
        font-weight: normal;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 18px;
    font-size: 4.4rem;
    line-height: 1.2;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(1.2rem + ((1vw - 0.849rem) * (0.79893)));
        font-size: calc(2.4rem + ((1vw - 0.849rem) * (2.66312)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.45161)));
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (4.08998)));
        line-height: 1.35;
    }
}

.lp-jumbotron-subtitle.of-primary {
    font-size: 7rem;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-subtitle.of-primary {
        font-size: calc(3.6rem + ((1vw - 0.849rem) * (4.5273)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-subtitle.of-primary {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (6.13497)));
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 18px;
    font-size: 2.6rem;
}

.lp-jumbotron-series > span {
    display: inline-block;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-series {
        margin-bottom: calc(1.2rem + ((1vw - 0.849rem) * (0.79893)));
        font-size: calc(1.6rem + ((1vw - 0.849rem) * (1.33156)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-series {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (1.22699)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.04499)));
    }
}

.lp-jumbotron-series-outer {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-series-outer {
        margin-bottom: calc(1.2rem + ((1vw - 0.849rem) * (0.79893)));
    }
}

@media screen and (max-width: 1239px) {
    .lp-jumbotron-series-outer {
        display: block;
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-series-outer {
        justify-content: center;
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (1.22699)));
    }
}

.lp-jumbotron-series-outer .lp-jumbotron-series {
    margin-bottom: 0;
    font-size: 2.4rem;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-series-outer .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 1.239rem) * (1.66205)));
    }
}

@media screen and (max-width: 1239px) {
    .lp-jumbotron-series-outer .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.45506)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-series-outer .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.04499)));
    }
}

.lp-jumbotron-series-outer .lp-jumbotron-label {
    margin-right: 8px;
    margin-bottom: 0;
    padding: 8px 10px;
    font-size: 1.6rem;
    font-weight: normal;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-series-outer .lp-jumbotron-label {
        font-size: calc(1.4rem + ((1vw - 0.849rem) * (0.26631)));
    }
}

@media screen and (max-width: 1239px) {
    .lp-jumbotron-series-outer .lp-jumbotron-label {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron-series-outer .lp-jumbotron-label {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.22699)));
    }
}

.lp-section {
    margin-bottom: 114px;
}

@media screen and (max-width: 1600px) {
    .lp-section {
        margin-bottom: calc(5.4rem + ((1vw - 0.849rem) * (7.98935)));
    }
}

@media screen and (max-width: 849px) {
    .lp-section {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (4.08998)));
        padding-bottom: calc(3.7rem + ((1vw - 0.36rem) * (3.06748)));
        border-bottom: solid 1px #555;
    }
}

.lp-section.of-alternately {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 64px;
}

@media screen and (max-width: 1600px) {
    .lp-section.of-alternately {
        padding-top: calc(3rem + ((1vw - 0.849rem) * (3.99467)));
        padding-bottom: calc(3.4rem + ((1vw - 0.849rem) * (3.99467)));
    }
}

@media screen and (max-width: 849px) {
    .lp-section.of-alternately {
        padding-top: calc(3.2rem + ((1vw - 0.36rem) * (6.54397)));
        padding-bottom: calc(3.4rem + ((1vw - 0.36rem) * (6.13497)));
    }
}

.lp-section.of-primary {
    background: #384563;
}

.lp-section.of-secondary {
    background: #efefef;
    color: #1f232c;
}

.lp-section.of-tertiary {
    background: #1d305b;
}

@media screen and (max-width: 849px) {
    .lp-section.of-closing {
        padding-bottom: 0;
    }
}

.lp-section.of-closing .lp-section-content {
    padding-top: 17px;
    padding-bottom: 32px;
}

@media screen and (max-width: 639px) {
    .lp-section.of-closing .lp-section-content {
        padding-top: 28px;
        padding-bottom: 35px;
    }
}

.lp-section.of-closing.of-alternately {
    padding-top: 64px;
    padding-bottom: 64px;
}

@media screen and (max-width: 1600px) {
    .lp-section.of-closing.of-alternately {
        padding-top: calc(3.4rem + ((1vw - 0.849rem) * (3.99467)));
        padding-bottom: calc(3.4rem + ((1vw - 0.849rem) * (3.99467)));
    }
}

@media screen and (max-width: 849px) {
    .lp-section.of-closing.of-alternately {
        padding-top: calc(3.2rem + ((1vw - 0.36rem) * (6.54397)));
        padding-bottom: calc(3.2rem + ((1vw - 0.36rem) * (6.54397)));
    }
}

.lp-section.of-closing.of-alternately .lp-section-content {
    padding-top: 0;
    padding-bottom: 0;
}

.lp-section-group {
    margin-bottom: 114px;
}

@media screen and (max-width: 1600px) {
    .lp-section-group {
        margin-bottom: calc(5.4rem + ((1vw - 0.849rem) * (7.98935)));
    }
}

@media screen and (max-width: 849px) {
    .lp-section-group {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (4.08998)));
    }
}

.lp-section-group.of-alternately {
    margin-bottom: 0;
}

.lp-section-group.of-alternately .lp-section:last-child {
    padding-bottom: 64px;
}

@media screen and (max-width: 1600px) {
    .lp-section-group.of-alternately .lp-section:last-child {
        padding-bottom: calc(3.4rem + ((1vw - 0.849rem) * (3.99467)));
    }
}

@media screen and (max-width: 849px) {
    .lp-section-group.of-alternately .lp-section:last-child {
        padding-bottom: calc(3.4rem + ((1vw - 0.36rem) * (6.13497)));
    }
}

.lp-section-group .lp-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-text {
    margin-bottom: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1600px) {
    .lp-section-text {
        margin-bottom: calc(1.8rem + ((1vw - 0.849rem) * (0.79893)));
        font-size: calc(1.6rem + ((1vw - 0.849rem) * (1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-section-text {
        margin-bottom: 24px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.63599)));
        line-height: 1.5;
    }
}

.lp-section-textOuter {
    margin-bottom: 24px;
}

@media screen and (max-width: 1600px) {
    .lp-section-textOuter {
        margin-bottom: calc(1.8rem + ((1vw - 0.849rem) * (0.79893)));
    }
}

@media screen and (max-width: 849px) {
    .lp-section-textOuter {
        margin-bottom: 24px;
    }
}

.lp-section-textOuter .lp-section-text {
    display: block;
}

.lp-section-textOuter > *:last-child {
    margin-bottom: 0;
}

.lp-section-text > span {
    display: inline-block;
}

.lp-headingLevel2 {
    max-width: 974px;
    margin: 0 auto;
    margin-bottom: 24px;
    font-size: 4rem;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel2 {
        max-width: calc(72rem + ((1vw - 0.849rem) * (33.82157)));
        margin-bottom: calc(2rem + ((1vw - 0.849rem) * (0.53262)));
        font-size: calc(2.8rem + ((1vw - 0.849rem) * (1.59787)));
    }
}

@media screen and (max-width: 849px) {
    .lp-headingLevel2 {
        max-width: none;
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.45399)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.45399)));
        line-height: 1.3;
    }
}

.lp-headingLevel2 > span {
    display: inline-block;
}

.lp-headingLevel2.of-primary {
    max-width: 1100px;
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel2.of-primary {
        max-width: calc(72rem + ((1vw - 0.849rem) * (50.5992)));
    }
}

@media screen and (max-width: 849px) {
    .lp-headingLevel2.of-primary {
        max-width: calc(72rem + ((1vw - 0.36rem) * (77.70961)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 17px;
    font-size: 4rem;
}

.lp-headingLevel3.of-borderTop {
    position: relative;
}

@media screen and (max-width: 1239px) {
    .lp-headingLevel3.of-borderTop::before {
        position: absolute;
        top: calc(-2rem + ((1vw - 0.849rem) * (-1.28205)));
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        content: "";
    }
}

@media screen and (max-width: 1239px) and (max-width: 849px) {
    .lp-headingLevel3.of-borderTop::before {
        top: calc(-2rem + ((1vw - 0.36rem) * (-1.02249)));
    }
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel3 {
        margin-bottom: calc(2rem + ((1vw - 0.849rem) * (0.53262)));
        font-size: calc(2.8rem + ((1vw - 0.849rem) * (1.59787)));
    }
}

@media screen and (max-width: 849px) {
    .lp-headingLevel3 {
        margin-bottom: calc(1.3rem + ((1vw - 0.36rem) * (3.06748)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.45399)));
        line-height: 1.3;
        text-align: center;
    }
}

.lp-headingLevel4 {
    margin-bottom: 14px;
    font-size: 2rem;
}

@media screen and (max-width: 849px) {
    .lp-headingLevel4 {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.818)));
        line-height: 1.3;
        text-align: center;
    }
}

.lp-headingLevel4.of-borderTop-show {
    padding-top: 13px;
    border-top: 1px dashed #6d6d6d;
}

@media screen and (max-width: 849px) {
    .lp-headingLevel4.of-borderTop-show {
        padding-top: calc(1.7rem + ((1vw - 0.36rem) * (-0.818)));
    }
}

.lp-headingLevel5 {
    margin-bottom: 6px;
    font-size: 1.8rem;
    font-weight: normal;
}

@media screen and (max-width: 849px) {
    .lp-headingLevel5 {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.6135)));
        text-align: center;
    }
}

.lp-icon {
    display: inline-block;
    margin-bottom: 12px;
    padding: 12px 24px;
    background: #e60012;
    font-size: 3rem;
    line-height: 1;
}

@media screen and (max-width: 1600px) {
    .lp-icon {
        padding: calc(0.8rem + ((1vw - 0.849rem) * (0.53262))) calc(1.2rem + ((1vw - 0.849rem) * (1.59787)));
        font-size: calc(2.2rem + ((1vw - 0.849rem) * (1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-icon {
        padding: calc(0.7rem + ((1vw - 0.36rem) * (0.2045))) calc(1.6rem + ((1vw - 0.36rem) * (0)));
    }
}

.lp-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    padding: 5px 10px 4px;
    background: #e60012;
    font-size: 1.4rem;
    line-height: 1;
}

.lp-card {
    margin-bottom: 24px;
    overflow: hidden;
    background: #2b395d;
}

@media screen and (max-width: 849px) {
    .lp-section-body > .lp-card {
        margin-right: calc(-2rem + ((1vw - 0.36rem) * (-4.08998)));
        margin-left: calc(-2rem + ((1vw - 0.36rem) * (-4.08998)));
    }
}

@media screen and (max-width: 1600px) {
    .lp-card {
        margin-bottom: calc(1.6rem + ((1vw - 0.849rem) * (1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-card {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.63599)));
    }
}

.lp-card.of-primary {
    background: #1f232c;
    color: #fff;
}

.lp-card.of-secondary {
    background: linear-gradient(#2c3a5a, #1f232c);
    color: #fff;
}

.lp-card.of-secondary .lp-card-content {
    display: block;
    padding: 51px 56px 0;
}

@media screen and (max-width: 1600px) {
    .lp-card.of-secondary .lp-card-content {
        padding: calc(2.6rem + ((1vw - 0.849rem) * (3.99467))) calc(2rem + ((1vw - 0.849rem) * (4.79361))) 0;
    }
}

@media screen and (max-width: 1239px) {
    .lp-card.of-secondary .lp-card-content {
        padding: calc(2.6rem + ((1vw - 0.849rem) * (5.64103))) calc(6rem + ((1vw - 0.849rem) * (5.12821))) 0;
    }
}

@media screen and (max-width: 849px) {
    .lp-card.of-secondary .lp-card-content {
        padding: 26px calc(2rem + ((1vw - 0.36rem) * (1.63599))) 0;
    }
}

.lp-card.of-secondary .lp-card-content > *:last-child {
    margin-bottom: 0;
}

.lp-card-content {
    display: flex;
    padding: 16px 80px;
}

@media screen and (max-width: 1600px) {
    .lp-card-content {
        padding: 12px calc(2rem + ((1vw - 0.849rem) * (7.98935)));
    }
}

@media screen and (max-width: 849px) {
    .lp-card-content {
        padding: 24px calc(2rem + ((1vw - 0.36rem) * (4.08998)));
    }
}

.lp-cardLineup {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 46px;
}

@media screen and (max-width: 849px) {
    .lp-cardLineup {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (4.49898)));
    }
}

.lp-cardLineup-image {
    flex-shrink: 0;
    border-bottom: 2px solid #1f232c;
}

.lp-media {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

@media screen and (max-width: 639px) {
    .lp-media {
        flex-direction: row;
    }
}

.lp-media-body {
    text-align: center;
}

@media screen and (max-width: 639px) {
    .lp-media-body {
        flex: 1;
        text-align: left;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    flex-shrink: 0;
    order: -1;
    margin-bottom: 16px;
}

@media screen and (max-width: 1600px) {
    .lp-media-image {
        margin-bottom: calc(0.8rem + ((1vw - 0.849rem) * (1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-media-image {
        margin-bottom: calc(0.8rem + ((1vw - 0.639rem) * (3.80952)));
    }
}

@media screen and (max-width: 639px) {
    .lp-media-image {
        width: calc(11.6rem + ((1vw - 0.36rem) * (26.5233)));
        margin-right: calc(1rem + ((1vw - 0.36rem) * (5.73477)));
        margin-bottom: 0;
    }
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 639px) {
    .lp-mediaAsset {
        flex-direction: column;
    }
}

.lp-mediaAsset-image {
    order: -1;
    width: 100%;
    min-width: 350px;
    max-width: 350px;
    margin-right: 54px;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-image {
        min-width: calc(28rem + ((1vw - 0.849rem) * (9.32091)));
        max-width: calc(28rem + ((1vw - 0.849rem) * (9.32091)));
        margin-right: calc(3.4rem + ((1vw - 0.849rem) * (2.66312)));
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-image {
        min-width: calc(18rem + ((1vw - 0.639rem) * (35.71429)));
        max-width: calc(18rem + ((1vw - 0.639rem) * (35.71429)));
        margin-right: calc(2.2rem + ((1vw - 0.639rem) * (6.66667)));
    }
}

@media screen and (max-width: 639px) {
    .lp-mediaAsset-image {
        min-width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.86738)));
        text-align: center;
    }
}

.lp-mediaAsset-body {
    max-width: 100%;
    text-align: center;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 40px;
    font-size: 4rem;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-text {
        margin-bottom: calc(3.2rem + ((1vw - 0.849rem) * (1.06525)));
        font-size: calc(2.8rem + ((1vw - 0.849rem) * (1.59787)));
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-text {
        font-size: 2.8rem;
    }
}

.lp-mediaAsset-text.of-primary {
    font-size: 4rem;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-text.of-primary {
        font-size: calc(3rem + ((1vw - 0.849rem) * (1.33156)));
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaAsset-text.of-primary {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (2.86299)));
    }
}

@media screen and (max-width: 360px) {
    .lp-mediaAsset-text.of-primary {
        font-size: 1.6rem;
    }
}

.lp-mediaSection {
    display: flex;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 849px) {
    .lp-mediaSection {
        display: block;
    }
}

.lp-mediaSection > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSection-body {
    flex: 1;
    order: 1;
    width: 100%;
}

@media screen and (max-width: 849px) {
    .lp-mediaSection-body {
        display: block;
        text-align: center;
    }
}

.lp-mediaSection-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSection-image {
    flex-shrink: 0;
    margin-right: 54px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1600px) {
    .lp-mediaSection-image {
        max-width: calc(40rem + ((1vw - 0.849rem) * (31.95739)));
        margin-right: calc(2rem + ((1vw - 0.849rem) * (4.5273)));
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaSection-image {
        max-width: none;
        margin-top: 15px;
        margin-right: 0;
        text-align: center;
    }
}

.lp-mediaSection-image.of-primary {
    padding-top: 10px;
}

.lp-mediaSection-imageOuter .lp-mediaSection-image {
    margin-bottom: 0;
}

@media screen and (max-width: 849px) {
    .lp-mediaSection.of-primary {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaSection.of-primary .lp-mediaSection-body {
        flex: auto;
        margin-bottom: 0;
    }
}

.lp-mediaSection.of-primary .lp-mediaSection-image {
    max-width: 320px;
}

@media screen and (max-width: 1600px) {
    .lp-mediaSection.of-primary .lp-mediaSection-image {
        max-width: calc(23rem + ((1vw - 0.849rem) * (11.98402)));
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaSection.of-primary .lp-mediaSection-image {
        position: relative;
        order: -1;
        max-width: calc(19rem + ((1vw - 0.36rem) * (18.40491)));
        margin-top: calc(-1.4rem + ((1vw - 0.36rem) * (2.04499)));
        margin-bottom: calc(1.4rem + ((1vw - 0.36rem) * (2.45399)));
        margin-left: calc(-3.5rem + ((1vw - 0.36rem) * (-7.15746)));
    }
}

.lp-mediaProduct {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
}

@media screen and (max-width: 849px) {
    .lp-mediaProduct {
        flex-direction: column-reverse;
    }
}

.lp-mediaProduct-body {
    text-align: center;
}

@media screen and (max-width: 639px) {
    .lp-mediaProduct-body {
        text-align: left;
    }
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct-image {
    flex-shrink: 0;
    order: -1;
    margin-bottom: 24px;
}

@media screen and (max-width: 1600px) {
    .lp-mediaProduct-image {
        margin-bottom: calc(0.8rem + ((1vw - 0.849rem) * (2.13049)));
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaProduct-image {
        margin-top: calc(1rem + ((1vw - 0.36rem) * (2.86299)));
        margin-bottom: 0;
    }
}

@media screen and (max-width: 639px) {
    .lp-mediaProduct-image {
        width: 100%;
    }
}

.lp-mediaProduct-image > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .lp-mediaProduct {
        margin-bottom: calc(1.6rem + ((1vw - 0.849rem) * (1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-mediaProduct {
        margin-bottom: 16px;
    }
}

.lp-step {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -26px -48px 26px 0;
}

@media screen and (max-width: 1600px) {
    .lp-step {
        margin: -26px calc(-3.2rem + ((1vw - 0.849rem) * (-2.13049))) 26px 0;
    }
}

@media screen and (max-width: 849px) {
    .lp-step {
        justify-content: center;
        margin: -26px calc(-3.3rem + ((1vw - 0.36rem) * (-3.06748))) 26px 0;
    }
}

.lp-step-column {
    position: relative;
    margin-top: 26px;
    padding-right: 48px;
}

@media screen and (max-width: 1600px) {
    .lp-step-column {
        padding-right: calc(3.2rem + ((1vw - 0.849rem) * (2.13049)));
    }
}

@media screen and (max-width: 849px) {
    .lp-step-column {
        padding-right: calc(3.3rem + ((1vw - 0.36rem) * (3.06748)));
    }
}

.lp-step-column::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 16px 0 16px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #ff1c53;
    content: "";
}

@media screen and (max-width: 1600px) {
    .lp-step-column::after {
        right: calc(1rem + ((1vw - 0.849rem) * (0.53262)));
        border-width: calc(1rem + ((1vw - 0.849rem) * (0.79893))) 0 calc(1rem + ((1vw - 0.849rem) * (0.79893))) calc(1.1rem + ((1vw - 0.849rem) * (0.66578)));
    }
}

@media screen and (max-width: 849px) {
    .lp-step-column::after {
        right: calc(1rem + ((1vw - 0.36rem) * (0.818)));
        border-width: calc(1rem + ((1vw - 0.36rem) * (1.22699))) 0 calc(1rem + ((1vw - 0.36rem) * (1.22699))) calc(1.1rem + ((1vw - 0.36rem) * (1.02249)));
    }
}

.lp-step-column:last-child::after {
    content: none;
}

@media screen and (max-width: 1600px) {
    .lp-figure {
        max-width: calc(16.5rem + ((1vw - 0.849rem) * (9.32091)));
    }
}

@media screen and (max-width: 849px) {
    .lp-figure {
        max-width: calc(16.7rem + ((1vw - 0.36rem) * (13.90593)));
    }
}

@media screen and (max-width: 639px) {
    .lp-figure {
        max-width: calc(160vw * 100 / 360);
    }
}

@media screen and (max-width: 1600px) {
    .lp-figure.of-primary {
        max-width: calc(13.5rem + ((1vw - 0.849rem) * (13.31558)));
    }
}

@media screen and (max-width: 849px) {
    .lp-figure.of-primary {
        max-width: calc(14rem + ((1vw - 0.36rem) * (19.4274)));
    }
}

@media screen and (max-width: 639px) {
    .lp-figure.of-primary {
        max-width: calc(140vw * 100 / 360);
    }
}

@media screen and (max-width: 1600px) {
    .lp-figure.of-secondary {
        max-width: calc(12rem + ((1vw - 0.849rem) * (6.39148)));
    }
}

@media screen and (max-width: 849px) {
    .lp-figure.of-secondary {
        max-width: calc(12rem + ((1vw - 0.36rem) * (9.81595)));
    }
}

@media screen and (max-width: 639px) {
    .lp-figure.of-secondary {
        max-width: calc(120vw * 100 / 360);
    }
}

.lp-figure.of-tertiary {
    display: flex;
    flex-direction: row-reverse;
}

.lp-figure.of-tertiary .lp-figure-body {
    flex: 1;
}

.lp-figure.of-tertiary .lp-figure-body > *:last-child {
    margin-bottom: 0;
}

.lp-figure.of-tertiary .lp-figure-image {
    max-width: 148px;
    margin-right: 7px;
}

@media screen and (max-width: 1600px) {
    .lp-figure.of-tertiary .lp-figure-image {
        max-width: calc(10rem + ((1vw - 0.849rem) * (6.39148)));
    }
}

@media screen and (max-width: 849px) {
    .lp-figure.of-tertiary .lp-figure-image {
        flex-shrink: 0;
        max-width: 100%;
    }
}

.lp-figure.of-tertiary .lp-figure-caption {
    display: block;
    margin-bottom: 16px;
}

@media screen and (max-width: 1600px) {
    .lp-figure.of-tertiary {
        max-width: 100%;
    }
}

.lp-figure.of-tertiary.of-alignItems-center {
    align-items: center;
}

.lp-figure.of-background-emphasis {
    position: relative;
    padding: 8px 5px;
    background-color: #364b80;
}

.lp-figure.of-background-emphasis::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 24px 20px 0 20px;
    border-style: solid;
    border-color: #364b80 transparent transparent transparent;
    content: "";
}

.lp-listButton {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px 0 20px -20px;
}

.lp-listButton > li {
    margin-top: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 849px) {
    .lp-listButton {
        display: block;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }
    .lp-listButton > li {
        margin-top: 0;
        margin-bottom: calc(1.3rem + ((1vw - 0.36rem) * (1.43149)));
        padding-left: 0;
    }
    .lp-listButton > li:last-child {
        margin-bottom: 0;
    }
}

.lp-listButton-outer {
    margin-top: 42px;
}

@media screen and (max-width: 1600px) {
    .lp-listButton-outer {
        margin-top: calc(2rem + ((1vw - 0.849rem) * (2.92943)));
    }
}

@media screen and (max-width: 849px) {
    .lp-listButton-outer {
        margin-top: calc(2rem + ((1vw - 0.36rem) * (4.49898)));
    }
}

.lp-listButton-outer > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron .lp-listButton-outer {
    margin-top: 94px;
    padding: 0;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron .lp-listButton-outer {
        margin-top: calc(5.4rem + ((1vw - 0.849rem) * (5.32623)));
    }
}

@media screen and (max-width: 849px) {
    .lp-jumbotron .lp-listButton-outer {
        margin-top: calc(2rem + ((1vw - 0.36rem) * (4.49898)));
    }
}

.lp-listNotes {
    font-size: 11px;
}

.lp-listNotes > li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 7px;
}

.lp-listNotes > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "*";
}

.lp-listNotes > li:last-child {
    margin-bottom: 0;
}

.lp-listNotes.of-primary {
    margin-bottom: 16px;
    font-size: 1.3rem;
}

.lp-listNotes.of-primary > li {
    display: inline-block;
    margin-bottom: 2px;
    text-align: left;
}

.lp-listNotes.of-primary > *:last-child {
    margin-bottom: 0;
}

.lp-listTile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -4px 0 16px -6px;
}

.lp-listTile-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #efefef;
    text-align: center;
}

.lp-listTile-body > *:last-child {
    margin-bottom: 0;
}

.lp-listTile-text {
    width: 100%;
    margin-bottom: 8px;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.11;
}

@media screen and (max-width: 849px) {
    .lp-listTile-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.818)));
        line-height: 1.43;
    }
}

.lp-listTile > li {
    display: flex;
    width: 33.33%;
    margin-top: 4px;
    padding-left: 6px;
}

@media screen and (max-width: 849px) {
    .lp-listTile > li {
        width: 50%;
        margin-top: 2px;
        padding-left: 2px;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.818)));
    }
}

.lp-listTile > li.of-column-half {
    width: 50%;
}

.lp-listTile > li > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 849px) {
    .lp-listTile {
        margin: -2px 0 16px -2px;
    }
}

.lp-listTile.of-primary {
    justify-content: flex-start;
    margin: -4px 0 16px -2px;
}

@media screen and (max-width: 849px) {
    .lp-listTile.of-primary {
        justify-content: center;
    }
}

.lp-listTile.of-primary > li {
    width: 25%;
    padding-left: 2px;
}

@media screen and (max-width: 639px) {
    .lp-listTile.of-primary > li {
        width: 50%;
    }
}

.lp-button {
    display: inline-block;
    z-index: 0;
    position: relative;
    padding: 12px 88px 12px 68px;
    border-radius: 4px;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 849px) {
    .lp-button {
        padding: 12px 74px 12px 58px;
    }
}

.lp-button::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 18px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat;
    content: "";
}

@media screen and (max-width: 849px) {
    .lp-button.of-primary {
        padding: 12px 64px 12px 45px;
        font-size: 1.8rem;
    }
    .lp-button.of-primary .lp-button-image {
        right: 7px;
    }
    .lp-button.of-primary::before {
        left: 11px;
    }
}

.lp-button > .lp-button-image {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    border: solid 1px #cdcdcd;
}

.lp-button-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-button.of-models {
    min-width: 180px;
    margin: 0;
    padding: 12px 18px;
    background: #0b67ce;
}

.lp-button.of-models::before {
    content: none;
}

.lp-button.of-models .lp-button-text {
    position: relative;
    padding-left: 16px;
}

.lp-button.of-models .lp-button-text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    content: "";
}

.lp-button + .lp-button {
    margin-left: 20px;
}

@media screen and (max-width: 849px) {
    .lp-button + .lp-button {
        margin-top: 16px;
        margin-left: 0;
    }
}

.lp-table {
    border-collapse: collapse;
    table-layout: fixed;
}

.lp-table tbody {
    display: flex;
}

@media screen and (max-width: 849px) {
    .lp-table tbody {
        flex-direction: column;
    }
}

.lp-table tr {
    display: flex;
    flex-direction: column;
    width: calc(100% / 6);
    border-right: 2px solid #1f232c;
}

.lp-table tr:last-child {
    border-right: 0;
}

@media screen and (max-width: 849px) {
    .lp-table tr {
        flex-direction: row;
        width: 100%;
        border-right: 0;
    }
    .lp-table tr:last-child > th {
        border-bottom: 0;
    }
    .lp-table tr:last-child > td {
        border-bottom: 0;
    }
}

.lp-table th,
.lp-table td {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 57px;
    padding: 10px;
    font-size: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-table th,
    .lp-table td {
        min-height: calc(6.5rem + ((1vw - 0.849rem) * (3.99467)));
        font-size: calc(1.3rem + ((1vw - 0.849rem) * (1.46471)));
    }
}

@media screen and (max-width: 849px) {
    .lp-table th,
    .lp-table td {
        padding: 5px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.818)));
    }
}

.lp-table th {
    border-bottom: 2px solid #1f232c;
    background: #2b426a;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .lp-table th {
        min-height: calc(3.3rem + ((1vw - 0.849rem) * (3.19574)));
    }
}

@media screen and (max-width: 849px) {
    .lp-table th {
        width: 40%;
        border-right: 2px solid #1f232c;
    }
}

.lp-table td {
    display: block;
    height: 100%;
    background: #cdd7e7;
    color: #1e2634;
    text-align: center;
}

@media screen and (max-width: 849px) {
    .lp-table td {
        width: 60%;
        border-bottom: 2px solid #1f232c;
    }
}

.lp-table-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.lp-text {
    margin-bottom: 24px;
    font-size: 2.4rem;
}

.lp-text > span {
    display: inline-block;
}

@media screen and (max-width: 1600px) {
    .lp-text {
        margin-bottom: calc(1.8rem + ((1vw - 0.849rem) * (0.79893)));
        font-size: calc(1.6rem + ((1vw - 0.849rem) * (1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-text {
        margin-bottom: 24px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.63599)));
        line-height: 1.5;
    }
}

.lp-text-group {
    margin-bottom: 24px;
}

@media screen and (max-width: 1600px) {
    .lp-text-group {
        margin-bottom: calc(1.6rem + ((1vw - 0.849rem) * (1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-text-group {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.63599)));
    }
}

.lp-text-group .lp-text {
    display: block;
}

.lp-text-group > *:last-child {
    margin-bottom: 0;
}

.lp-textConclude {
    color: #fff;
    font-size: 9.6rem;
    font-weight: 300;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-textConclude {
        font-size: calc(4.8rem + ((1vw - 0.849rem) * (6.39148)));
    }
}

@media screen and (max-width: 849px) {
    .lp-textConclude {
        font-size: calc(4.4rem + ((1vw - 0.36rem) * (0.818)));
        line-height: 1.4;
    }
}

@media screen and (max-width: 639px) {
    .lp-textConclude {
        font-weight: normal;
    }
}

.lp-textConclude.of-primary {
    color: #929292;
    font-weight: bold;
}

@media screen and (max-width: 849px) {
    .lp-textConclude.of-primary {
        font-size: calc(4rem + ((1vw - 0.36rem) * (0.818)));
    }
}

.lp-textConclude.of-secondary {
    color: #929292;
    font-size: 6.4rem;
    font-weight: bold;
}

@media screen and (max-width: 1600px) {
    .lp-textConclude.of-secondary {
        font-size: calc(4rem + ((1vw - 0.849rem) * (3.19574)));
    }
}

@media screen and (max-width: 849px) {
    .lp-textConclude.of-secondary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (6.54397)));
    }
}

.lp-text.of-secondary {
    line-height: 1.33;
    text-align: left;
}

@media screen and (max-width: 849px) {
    .lp-text.of-secondary {
        line-height: 1.5;
        text-align: center;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -45px 0 24px -54px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid {
        margin-top: calc(-3.3rem + ((1vw - 0.849rem) * (-1.59787)));
        margin-left: calc(-2.4rem + ((1vw - 0.849rem) * (-3.99467)));
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid {
        margin-top: calc(-0.8rem + ((1vw - 0.36rem) * (-7.56646)));
        margin-left: calc(-2.4rem + ((1vw - 0.36rem) * (-1.63599)));
    }
}

.lp-layout-grid.of-background-emphasis {
    z-index: 0;
    position: relative;
    padding-bottom: 56px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid.of-background-emphasis {
        padding-bottom: calc(1.4rem + ((1vw - 0.36rem) * (2.90323)));
    }
}

.lp-layout-grid.of-background-emphasis::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-right: -100% !important;
    margin-left: -100% !important;
    padding-right: 100%;
    padding-left: 100%;
    background-color: #364b80;
    content: "";
}

.lp-layout-grid > .lp-layout-grid-column {
    width: 100%;
    margin-top: 45px;
    padding-left: 54px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: calc(3.3rem + ((1vw - 0.849rem) * (1.59787)));
        padding-left: calc(2.4rem + ((1vw - 0.849rem) * (3.99467)));
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: calc(0.8rem + ((1vw - 0.36rem) * (7.56646)));
        padding-left: calc(2.4rem + ((1vw - 0.36rem) * (1.63599)));
    }
}

.lp-layout-grid > .lp-layout-grid-column.of-centering {
    display: flex;
    align-items: center;
}

.lp-layout-grid > .lp-layout-grid-column.of-borderBottom {
    position: relative;
    padding-bottom: 24px;
}

.lp-layout-grid > .lp-layout-grid-column.of-borderBottom::before {
    position: absolute;
    bottom: 0;
    width: calc(100% - calc(2.4rem + ((1vw - 0.849rem) * (3.99467))));
    height: 0;
    border-bottom: 1px dashed #6d6d6d;
    content: "";
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-primary {
    margin: -24px 0 24px -56px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid.of-primary {
        margin-top: calc(-1.6rem + ((1vw - 0.849rem) * (-1.06525)));
        margin-left: calc(-2.4rem + ((1vw - 0.849rem) * (-4.26099)));
    }
}

@media screen and (max-width: 1239px) {
    .lp-layout-grid.of-primary {
        flex-direction: column;
        margin-top: calc(-5.6rem + ((1vw - 0.849rem) * (-2.05128)));
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.of-primary {
        margin-top: calc(-1.6rem + ((1vw - 0.36rem) * (-6.13497)));
        margin-left: calc(-1.6rem + ((1vw - 0.36rem) * (-1.63599)));
    }
}

@media screen and (max-width: 1239px) {
    .lp-layout-grid.of-primary.of-column-2 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-primary > .lp-layout-grid-column {
    width: 100%;
    margin-top: 24px;
    padding-left: 56px;
}

.lp-layout-grid.of-primary > .lp-layout-grid-column.lp-smallScreen-borderTop-show {
    position: relative;
}

@media screen and (max-width: 1239px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column.lp-smallScreen-borderTop-show::before {
        position: absolute;
        top: calc(-2rem + ((1vw - 0.849rem) * (-1.28205)));
        right: 0;
        width: calc(100% - (2.4rem + ((1vw - 0.849rem) * (4.26099))));
        height: 1px;
        background-color: #fff;
        content: "";
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column.lp-smallScreen-borderTop-show::before {
        width: calc(100% - (1.6rem + ((1vw - 0.36rem) * (1.63599))));
    }
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column {
        margin-top: calc(1.6rem + ((1vw - 0.849rem) * (1.06525)));
        padding-left: calc(2.4rem + ((1vw - 0.849rem) * (4.26099)));
    }
}

@media screen and (max-width: 1239px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column {
        margin-top: calc(5.4rem + ((1vw - 0.849rem) * (2.5641)));
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column {
        margin-top: calc(1.6rem + ((1vw - 0.36rem) * (6.13497)));
        padding-left: calc(1.6rem + ((1vw - 0.36rem) * (1.63599)));
    }
}

@media screen and (max-width: 1239px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column.lp-utility-margin-top {
        margin-top: calc(2.4rem + ((1vw - 0.36rem) * (4.49898)));
    }
}

.lp-layout-grid.of-primary > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-secondary {
    margin: -24px 0 auto -24px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid.of-secondary {
        margin-top: calc(-1.6rem + ((1vw - 0.849rem) * (-1.06525)));
        margin-left: calc(-1.6rem + ((1vw - 0.849rem) * (-1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.of-secondary {
        margin-top: calc(-1.6rem + ((1vw - 0.36rem) * (-1.63599)));
        margin-left: calc(-1.6rem + ((1vw - 0.36rem) * (-1.63599)));
    }
}

.lp-layout-grid.of-secondary.of-column-1 > .lp-layout-grid-column {
    width: 50%;
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.of-secondary.of-column-1 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-secondary > .lp-layout-grid-column {
    width: 100%;
    margin-top: 24px;
    padding-left: 24px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid.of-secondary > .lp-layout-grid-column {
        margin-top: calc(1.6rem + ((1vw - 0.849rem) * (1.06525)));
        padding-left: calc(1.6rem + ((1vw - 0.849rem) * (1.06525)));
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.of-secondary > .lp-layout-grid-column {
        margin-top: calc(1.6rem + ((1vw - 0.36rem) * (1.63599)));
        padding-left: calc(1.6rem + ((1vw - 0.36rem) * (1.63599)));
    }
}

.lp-layout-grid.of-secondary > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-1 > .lp-layout-grid-column {
    width: 100%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column {
    width: 33.33%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column {
    width: 20%;
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.lp-smallScreen-column-1 > .lp-layout-grid-column {
        width: 100%;
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column {
        width: 50%;
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column {
        width: 33.33%;
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.lp-smallScreen-column-4 > .lp-layout-grid-column {
        width: 25%;
    }
}

@media screen and (max-width: 849px) {
    .lp-layout-grid.lp-smallScreen-column-5 > .lp-layout-grid-column {
        width: 20%;
    }
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column {
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column {
        width: 50%;
    }
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column {
        width: 33.33%;
    }
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.lp-extraSmallScreen-column-4 > .lp-layout-grid-column {
        width: 25%;
    }
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.lp-extraSmallScreen-column-5 > .lp-layout-grid-column {
        width: 20%;
    }
}

.lp-navigationSeries {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
    padding: 0;
    border: 0;
}

@media screen and (max-width: 1024px) {
    .lp-navigationSeries {
        padding-bottom: 16px;
        border-bottom: 1px solid #666;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
    font-size: 1.2rem;
}

.lp-navigationSeries-linkList > li {
    position: relative;
    margin-top: 8px;
    margin-right: 0;
    padding-right: 10px;
}

.lp-navigationSeries-linkList > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.lp-navigationSeries-linkList > li:last-child::before {
    display: none;
}

.lp-navigationSeries-linkList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    background: #ccc;
    content: "";
}

.lp-navigationSeries-linkList > li > a {
    padding-left: 0;
    color: #fff;
    font-size: 1.2rem;
}

.lp-navigationSeries-linkList > li > a::before {
    content: none;
}

.lp-navigationSeries-linkList a {
    text-decoration: none;
}

.lp-layout-footer {
    background: #1f232c;
    color: #fff;
}

@media screen and (max-width: 1366px) {
    .lp-layout-footer {
        margin-left: 0;
    }
}

.lp-layout-footer-content {
    max-width: 1248px;
    margin: 0 auto;
    padding: 16px 24px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        padding: 16px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    font-size: 1.2rem;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.lp-layout-footer-list > li:first-child {
    padding-left: 0;
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #ccc;
    content: "";
}

.lp-layout-footer-list a {
    color: inherit;
    text-decoration: none;
}

.lp-layout-footer-list a:hover, .lp-layout-footer-list a:focus {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-bottom: 8px;
        text-align: center;
    }
    .lp-layout-footer-copyright + li::before {
        display: none;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 849px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media screen and (max-width: 1239px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (max-width: 849px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media screen and (max-width: 639px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media screen and (max-width: 639px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-utility-text-normal {
    font-weight: normal;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-color-primary {
    color: #09f;
}

.lp-utility-display-inlineBlock {
    display: inline-block;
}

.lp-utility-marginBottom {
    margin-bottom: 38px;
}

