@charset "UTF-8";

.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;
}

@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: #13778f;
}

.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;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

body {
    background: #ebebeb;
}

.lp-layout-header {
    background: #202729;
    color: #fff;
}

.lp-layout-header-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 32px 100px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        padding-right: calc(8rem + ((1vw - 1.366rem) * (3.61011)));
        padding-left: calc(8rem + ((1vw - 1.366rem) * (3.61011)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-header-content {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
}

.lp-layout-header-logo img {
    width: 170px;
}

.theme-KC .lp-layout-header-logo img {
    width: 313px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-header-logo {
        text-align: center;
    }
    .lp-layout-header-logo img {
        width: 94px;
    }
    .theme-KC .lp-layout-header-logo img {
        width: 209px;
    }
}

.lp-layout-main > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 56px -48px;
}

@media only screen and (max-width: 1719px) {
    .lp-layout-grid {
        margin-left: calc(-3rem + ((1vw - 1.366rem) * (-5.08475)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid {
        margin-left: calc(-1.6rem + ((1vw - 0.768rem) * (-2.34114)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin-top: -8px;
    }
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 32px;
    padding-left: 48px;
}

@media only screen and (max-width: 1719px) {
    .lp-layout-grid-column {
        padding-left: calc(3rem + ((1vw - 1.366rem) * (5.08475)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid-column {
        padding-left: calc(1.6rem + ((1vw - 0.768rem) * (2.34114)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-top: 8px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: calc(100% / 2);
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: calc(100% / 4);
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: calc(100% / 5);
}

.lp-layout-footer {
    color: #333;
    font-size: 1.4rem;
}

.lp-layout-footer-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 16px 0;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-body {
    padding: 8px 100px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-footer-body {
        padding-right: calc(8rem + ((1vw - 1.366rem) * (3.61011)));
        padding-left: calc(8rem + ((1vw - 1.366rem) * (3.61011)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-body {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-body {
        border-top: 1px solid #b2b2b2;
    }
}

.lp-layout-footer-body:first-child {
    border-top: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
    margin-left: -10px;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 4px;
    margin-left: 10px;
    padding-left: 10px;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 17px;
    transform: translateY(-50%);
    background: #333;
    content: "";
}

.lp-layout-footer-list > li:first-child {
    padding-left: 0;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-footer-list > li a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list > .lp-layout-footer-copyright {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .lp-layout-footer-list > .lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-navigationSeries {
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.lp-navigationSeries-linkList {
    justify-content: center;
}

.lp-navigationSeries-linkList > li {
    font-size: 1.4rem;
}

.lp-navigationSeries-linkList > li a {
    color: #333;
}

.lp-navigationSeries-linkList > li a::before {
    top: 50%;
    left: 0;
    width: 1px;
    height: 17px;
    transform: translateY(-50%);
    border: 0;
    background: #333;
}

.lp-navigationSeries-linkList > li:first-child > a {
    padding-left: 0;
}

.lp-navigationSeries-linkList > li:first-child > a::before {
    content: none;
}

.lp-jumbotron {
    margin-bottom: 250px;
    background: #202729;
    color: #fff;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron {
        margin-bottom: calc(16rem + ((1vw - 1.366rem) * (16.24549)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron {
        margin-bottom: calc(11.4rem + ((1vw - 0.97rem) * (11.61616)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        padding-right: calc(8rem + ((1vw - 1.366rem) * (3.61011)));
        padding-left: calc(8rem + ((1vw - 1.366rem) * (3.61011)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        max-width: 767px;
        padding-bottom: 24px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding: 80px 0;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-body {
        padding: calc(4rem + ((1vw - 1.366rem) * (7.22022))) 0;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-body {
        padding: calc(2rem + ((1vw - 0.97rem) * (5.05051))) 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding: 0;
    }
}

.lp-jumbotron-title {
    display: block;
    font-size: 7.2rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(5.2rem + ((1vw - 1.366rem) * (3.61011)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-title {
        font-size: calc(3.7rem + ((1vw - 0.97rem) * (3.78788)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-title.of-text-small {
    font-size: 6.4rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title.of-text-small {
        font-size: calc(4.6rem + ((1vw - 1.366rem) * (3.2491)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-title.of-text-small {
        font-size: calc(3.2rem + ((1vw - 0.97rem) * (3.53535)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title.of-text-small {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-title.of-text-extraSmall {
    font-size: 5.6rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: calc(4rem + ((1vw - 1.366rem) * (2.88809)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: calc(2.8rem + ((1vw - 0.97rem) * (3.0303)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title.of-text-extraSmall {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 48px;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 24px;
        text-align: center;
    }
}

.lp-jumbotron-icon {
    display: block;
    margin-bottom: 4px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-icon {
        margin-bottom: 6px;
        font-size: 1.4rem;
    }
}

.lp-jumbotron-iconBody {
    display: inline-block;
    max-width: 100%;
    padding: 2px 16px;
    background: #dc002f;
}

.lp-jumbotron-series {
    display: block;
    font-size: 2.4rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-seriesGroup {
    display: block;
    margin-bottom: 8px;
}

.lp-jumbotron-image {
    align-self: flex-end;
    width: 880px;
    min-height: 0%;
    margin-right: 40px;
    margin-bottom: -96px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        width: calc(64rem + ((1vw - 1.366rem) * (43.3213)));
        margin-bottom: calc(-8rem + ((1vw - 1.366rem) * (-2.88809)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-image {
        width: calc(36rem + ((1vw - 0.97rem) * (70.70707)));
        margin-bottom: calc(-5.6rem + ((1vw - 0.97rem) * (-6.06061)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        width: 100%;
        margin: 0 0 20px;
    }
}

.lp-section {
    margin-bottom: 102px;
    overflow: hidden;
}

@media only screen and (max-width: 1719px) {
    .lp-section {
        margin-bottom: calc(8rem + ((1vw - 1.366rem) * (6.21469)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-section {
        margin-bottom: 32px;
        overflow: inherit;
    }
}

.lp-section-content {
    max-width: 1720px;
    margin: 0 auto 32px;
    padding: 0 140px;
}

@media only screen and (max-width: 1719px) {
    .lp-section-content {
        padding-right: calc(6.3rem + ((1vw - 1.366rem) * (21.75141)));
        padding-left: calc(6.3rem + ((1vw - 1.366rem) * (21.75141)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section-content {
        margin-bottom: 48px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        max-width: 767px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    position: relative;
    margin: 0 calc(50% - 50vw) 32px;
    padding: 28px calc(50vw - 50%);
}

@media only screen and (max-width: 1719px) {
    .lp-section-header {
        margin-bottom: calc(1.6rem + ((1vw - 1.366rem) * (4.51977)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section-header {
        margin-bottom: calc(0.6rem + ((1vw - 0.97rem) * (2.52525)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-section-header {
        margin: 0 0 12px;
        padding: 12px 0;
    }
}

.lp-section-header::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 696px;
    height: 4px;
    border-bottom: 2px solid #fff;
    background: #585858;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-section-header::before {
        width: 100%;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-body {
    margin-bottom: 72px;
}

@media only screen and (max-width: 1365px) {
    .lp-section-body {
        margin-bottom: calc(3.2rem + ((1vw - 0.97rem) * (10.10101)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-section-body {
        margin-bottom: 32px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-conversion {
    background: #000;
    color: #fff;
}

.lp-section.of-conversion .lp-section-content {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 80px;
    font-size: 6rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px -2px 0 #fff;
}

@media only screen and (max-width: 1719px) {
    .lp-headingLevel2 {
        margin-bottom: calc(7.4rem + ((1vw - 1.366rem) * (1.69492)));
        font-size: calc(5rem + ((1vw - 1.366rem) * (2.82486)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        margin-bottom: calc(5.2rem + ((1vw - 0.97rem) * (5.55556)));
        font-size: calc(3.6rem + ((1vw - 0.97rem) * (3.53535)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: 2.2rem;
    }
}

.lp-headingLevel2.of-text-small {
    font-size: 4.8rem;
}

@media only screen and (max-width: 1719px) {
    .lp-headingLevel2.of-text-small {
        font-size: calc(3.2rem + ((1vw - 1.366rem) * (4.51977)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2.of-text-small {
        font-size: calc(2.2rem + ((1vw - 0.97rem) * (2.52525)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2.of-text-small {
        font-size: 2.2rem;
    }
}

.lp-headingLevel3 {
    margin-bottom: 32px;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel3 {
        font-size: calc(2rem + ((1vw - 0.97rem) * (2.52525)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel3 {
        margin-bottom: 16px;
        font-size: 1.8rem;
    }
}

.lp-buttonConversion.of-large .lp-buttonConversion-body {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion.of-large .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion.of-large .lp-buttonConversion-image {
    margin: -28px 0;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion.of-large .lp-buttonConversion-image > img {
        max-width: 50px;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 32px -32px;
}

.lp-listButton.of-justifyContent-center {
    justify-content: center;
}

@media only screen and (max-width: 969px) {
    .lp-listButton {
        display: block;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.lp-listButton > li {
    margin: 16px 0 0 32px;
}

@media only screen and (max-width: 969px) {
    .lp-listButton > li {
        text-align: center;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
}

.lp-figure-caption {
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-figure-caption {
        font-size: calc(1.5rem + ((1vw - 0.768rem) * (0.83612)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure-caption {
        font-size: 1.5rem;
    }
}

.lp-figure-image {
    min-height: 0%;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .lp-figure.lp-doubleExtraSmallScreen-row {
        flex-direction: row-reverse;
    }
    .lp-figure.lp-doubleExtraSmallScreen-row .lp-figure-caption {
        flex: 1;
        text-align: left;
    }
    .lp-figure.lp-doubleExtraSmallScreen-row .lp-figure-image {
        width: calc(15.2rem + ((1vw - 0.36rem) * (50)));
        margin-right: 16px;
        margin-bottom: 0;
    }
}

/*
.lp-figureMovie {
    position: relative;
    padding-top: 56.25%;
}

.lp-figureMovie > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.lp-figureAnimation {
    position: relative;
}

.lp-figureAnimation-image {
    width: 100%;
}

.lp-figureAnimation.of-primary .lp-figureAnimation-image.of-secondary, .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-tertiary, .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quaternary, .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quinary {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

[data-script-enabled="true"] .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-secondary, [data-script-enabled="true"] .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-tertiary, [data-script-enabled="true"] .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quaternary, [data-script-enabled="true"] .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quinary {
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-secondary, [data-script-enabled="true"] .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quaternary {
    height: 0;
}

[data-script-enabled="true"] .is-active .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-secondary, [data-script-enabled="true"] .is-active .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-tertiary, [data-script-enabled="true"] .is-active .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quaternary, [data-script-enabled="true"] .is-active .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quinary {
    opacity: 1;
}

[data-script-enabled="true"] .is-active .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-secondary {
    height: 100%;
    transition: opacity 0.6s ease 1s, height 0.6s ease 1s;
}

[data-script-enabled="true"] .is-active .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quaternary {
    height: 100%;
    transition: opacity 0.6s ease 1.8s, height 0.6s ease 1.8s;
}

[data-script-enabled="true"] .is-active .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-tertiary {
    transition: opacity 0.6s ease 1.1s;
}

[data-script-enabled="true"] .is-active .lp-figureAnimation.of-primary .lp-figureAnimation-image.of-quinary {
    transition: opacity 1s ease 2s;
}

.lp-figureAnimation.of-secondary .lp-figureAnimation-image.of-secondary {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

[data-script-enabled="true"] .lp-figureAnimation.of-secondary .lp-figureAnimation-image.of-primary, [data-script-enabled="true"] .lp-figureAnimation.of-secondary .lp-figureAnimation-image.of-secondary {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .lp-figureAnimation.of-secondary .lp-figureAnimation-image.of-primary, [data-script-enabled="true"] .is-active .lp-figureAnimation.of-secondary .lp-figureAnimation-image.of-secondary {
    opacity: 1;
}

[data-script-enabled="true"] .is-active .lp-figureAnimation.of-secondary .lp-figureAnimation-image.of-primary {
    transition: opacity 0.6s ease 0.3s;
}

[data-script-enabled="true"] .is-active .lp-figureAnimation.of-secondary .lp-figureAnimation-image.of-secondary {
    transition: opacity 1s ease 1.2s;
}

.lp-card {
    padding: 48px;
    border-radius: 10px;
    background: #ebebeb;
    box-shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #fff;
}

@media only screen and (max-width: 969px) {
    .lp-card {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-card {
        border-radius: inherit;
        background: #d5d5d5;
        box-shadow: none;
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card-outer {
    margin-bottom: 8px;
    padding: 20px 0;
}

@media only screen and (max-width: 969px) {
    .lp-card-outer {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-card-outer {
        margin: 0 -20px 16px;
        padding: 0;
    }
}

.lp-cardFloating {
    display: none;
    visibility: hidden;
    z-index: 100;
    position: fixed;
    top: -15%;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s, top 0.5s, visibility 0.5s;
}

[data-script-enabled="true"] .lp-cardFloating {
    display: block;
}

[data-script-enabled="true"] .lp-cardFloating.is-active {
    visibility: visible;
    top: 0%;
    opacity: 1;
}

.lp-cardFloating-content {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
}

.lp-cardFloating-content > * {
    padding: 24px 0;
}

@media only screen and (max-width: 1365px) {
    .lp-cardFloating-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.lp-cardFloating-body {
    display: flex;
    align-items: center;
}

.lp-cardFloating-body.of-primary {
    flex: 1;
    margin-left: 22px;
    padding-right: 22px;
    padding-left: 22px;
    border-left: 1px solid #333;
}

.lp-cardFloating-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardFloating-logo {
    display: flex;
    align-items: center;
}

.lp-cardFloating-logo img {
    width: 125px;
}

.theme-KC .lp-cardFloating-logo img {
    width: 229px;
}

.lp-cardFloating-text {
    font-size: 1.8rem;
}

.lp-cardFloating-text > em {
    display: block;
}

.lp-media {
    display: flex;
    margin-bottom: 44px;
    padding: 20px 0 48px;
    font-size: 2rem;
}

@media only screen and (max-width: 1719px) {
    .lp-media {
        font-size: calc(1.8rem + ((1vw - 1.366rem) * (0.56497)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-media {
        margin-bottom: 16px;
        padding-bottom: 20px;
        font-size: calc(1.6rem + ((1vw - 0.97rem) * (0.50505)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media {
        flex-direction: column-reverse;
        margin-bottom: 24px;
        padding: 0;
        font-size: 1.6rem;
    }
    .lp-media + .lp-media {
        padding-top: 24px;
        border-top: 1px solid #8f8f8f;
    }
}

.lp-media-body {
    flex: 1;
    margin-right: -48px;
    padding: 72px 124px;
    border-radius: 10px;
    background: #ebebeb;
    box-shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #fff;
}

@media only screen and (max-width: 1719px) {
    .lp-media-body {
        padding-right: calc(10.6rem + ((1vw - 1.366rem) * (5.08475)));
        padding-left: calc(10.6rem + ((1vw - 1.366rem) * (5.08475)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-media-body {
        padding-right: calc(7.5rem + ((1vw - 0.97rem) * (7.82828)));
        padding-left: calc(7.5rem + ((1vw - 0.97rem) * (7.82828)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        flex: none;
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    margin-bottom: 32px;
    color: #003258;
    font-size: 3rem;
    line-height: 1.3;
    text-shadow: 1px -2px 0 #fff;
}

@media only screen and (max-width: 1719px) {
    .lp-media-title {
        margin-bottom: calc(2.4rem + ((1vw - 1.366rem) * (2.25989)));
        font-size: calc(2.6rem + ((1vw - 1.366rem) * (1.12994)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-media-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.97rem) * (2.0202)));
        font-size: calc(1.8rem + ((1vw - 0.97rem) * (2.0202)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-title {
        margin-bottom: 8px;
        font-size: 1.8rem;
    }
}

.lp-media-movie {
    width: 744px;
    margin-top: 48px;
    margin-bottom: -48px;
}

@media only screen and (max-width: 1719px) {
    .lp-media-movie {
        width: calc(63.6rem + ((1vw - 1.366rem) * (30.50847)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-media-movie {
        width: calc(45.2rem + ((1vw - 0.97rem) * (46.46465)));
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-movie {
        width: 100%;
        margin: 0 0 8px;
    }
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 32px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
    }
}

.lp-mediaConversion-body {
    flex: 1;
    padding: 32px 0;
}

@media only screen and (max-width: 969px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
        padding: 0 0 40px;
    }
}

[data-script-enabled="true"] .lp-mediaConversion-body {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .lp-mediaConversion-body {
    opacity: 1;
    transition: opacity 0.6s ease 0.6s;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaConversion-text {
    margin-bottom: 40px;
    font-size: 4rem;
}

@media only screen and (max-width: 969px) {
    .lp-mediaConversion-text {
        margin-bottom: 24px;
        font-size: 2.4rem;
    }
}

.lp-mediaConversion-lead {
    font-size: 6rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1719px) {
    .lp-mediaConversion-lead {
        font-size: calc(5rem + ((1vw - 1.366rem) * (2.82486)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaConversion-lead {
        font-size: calc(3.6rem + ((1vw - 0.97rem) * (3.53535)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaConversion-lead {
        font-size: 2.2rem;
    }
}

.lp-mediaConversion-image {
    width: 620px;
    min-height: 0%;
}

@media only screen and (max-width: 1719px) {
    .lp-mediaConversion-image {
        width: calc(51.9rem + ((1vw - 1.366rem) * (28.53107)));
    }
}

@media only screen and (max-width: 1719px) {
    .lp-mediaConversion-image {
        width: calc(36.8rem + ((1vw - 0.97rem) * (38.13131)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaConversion-image {
        width: 100%;
        max-width: 560px;
    }
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (max-width: 969px) {
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media only screen and (min-width: 970px) {
    .lp-extraSmallScreen-show {
        display: none;
    }
    .lp-largeScreen-line-break {
        display: block;
    }
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}
