@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;
}

.theme-KC .lp-layout-header-logo img {
    width: 230px;
}

@media screen and (max-width: 767px) {
    .theme-KC .lp-layout-header-logo img {
        width: 167px;
    }
}

.theme-KC .lp-section p {
    font-size: 1.8rem;
    line-height: 1.8;
}

@media screen and (max-width: 1023px) {
    .theme-KC .lp-section p {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.30166)));
    }
}

@media screen and (max-width: 767px) {
    .theme-KC .lp-section p {
        line-height: 1.5;
    }
}

.theme-KC .lp-headingLevel2, .theme-KC .lp-headingLevel3 {
    font-weight: bold;
}

.theme-KC .lp-headingLevel3 > em {
    font-weight: bold;
}

.lp-layout-container {
    margin: 0 auto;
    overflow: hidden;
}

.lp-layout-container.of-width-small {
    margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-container.of-width-small {
        max-width: 600px;
        margin: 0 auto calc(1.5rem + ((1vw - 0.36rem) * (1.5083)));
    }
}

@media screen and (max-width: 639px) {
    .lp-layout-container.of-width-small {
        max-width: 300px;
    }
}

.lp-layout-container > :last-child {
    margin-bottom: 0;
}

.lp-layout-header {
    background-color: #000;
}

.lp-layout-header-content {
    max-width: 1640px;
    margin: auto;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .lp-layout-header-content {
        padding: 20px;
        text-align: center;
    }
}

.lp-layout-header-content > :last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 126px;
}

@media screen and (max-width: 767px) {
    .lp-layout-header-logo img {
        width: 94px;
    }
}

.lp-layout-footer {
    border-top: 1px solid #ded;
}

.lp-layout-footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1640px;
    margin: 0 auto;
    padding: 24px 20px;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: 18px 20px;
    }
}

.lp-layout-footer-copyright {
    width: 100%;
    margin-bottom: 0;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        text-align: center;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list {
        justify-content: center;
        margin-bottom: 8px;
        margin-left: -16px;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 16px;
    line-height: 1.2;
}

.lp-layout-footer-list > li > a {
    color: #06c;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.lp-jumbotron {
    background: linear-gradient(#000 0%, #000 50%, #081d2d 80%, #0a2437 100%);
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: 1640px;
    margin: auto;
    padding: 20px 20px 30px;
    color: #fff;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-content {
        padding: calc(0rem + ((1vw - 0.767rem) * (2.40385))) 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column;
    }
}

.lp-jumbotron-content.of-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content.of-reverse {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-content.of-reverse .lp-jumbotron-body {
    flex: 1;
    width: 782px;
    margin-top: 45px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content.of-reverse .lp-jumbotron-body {
        flex: auto;
        width: 100%;
        margin-top: calc(2.5rem + ((1vw - 0.36rem) * (2.457)));
        text-align: center;
    }
}

.lp-jumbotron-content.of-reverse .lp-jumbotron-image {
    min-height: 0%;
    margin-right: 32px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 105px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-content.of-reverse .lp-jumbotron-image {
        width: calc(33.2rem + ((1vw - 0.767rem) * (42.06731)));
        margin-right: calc(0rem + ((1vw - 0.767rem) * (3.84615)));
        padding-left: calc(2rem + ((1vw - 0.767rem) * (10.21635)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content.of-reverse .lp-jumbotron-image {
        width: calc(28rem + ((1vw - 0.36rem) * (45.45455)));
        padding-left: 0;
    }
}

.lp-jumbotron-content.of-reverse .lp-listNote {
    margin-top: 50px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content.of-reverse .lp-listNote {
        margin-top: calc(1.5rem + ((1vw - 0.36rem) * (2.82486)));
        text-align: center;
    }
}

.lp-jumbotron-body {
    flex: 1;
    width: 782px;
    margin-top: 55px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: auto;
        width: 100%;
        margin-top: calc(2rem + ((1vw - 0.36rem) * (3.6855)));
        margin-bottom: 30px;
        text-align: center;
    }
}

.lp-jumbotron-image {
    min-height: 0%;
    margin-left: 32px;
    padding-right: 105px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-image {
        width: calc(33.2rem + ((1vw - 0.767rem) * (42.06731)));
        margin-left: calc(0rem + ((1vw - 0.767rem) * (3.84615)));
        padding-right: calc(2rem + ((1vw - 0.767rem) * (10.21635)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: calc(28rem + ((1vw - 0.36rem) * (45.45455)));
        padding-right: 0;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 10px;
    font-size: 6rem;
    line-height: 1.4;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.4rem + ((1vw - 0.767rem) * (0.72115)));
        font-size: calc(3rem + ((1vw - 0.767rem) * (3.60577)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.9484)));
    }
}

.lp-jumbotron-title > em {
    font-size: 8.5rem;
    font-weight: normal;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-title > em {
        font-size: calc(4.2rem + ((1vw - 0.767rem) * (5.52885)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title > em {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (6.87961)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 35px;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.5rem + ((1vw - 0.767rem) * (1.20192)));
    }
}

.lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
    margin-bottom: 20px;
    font-size: 6.7rem;
    line-height: 1.3;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
        margin-bottom: calc(0.4rem + ((1vw - 0.767rem) * (1.92308)));
        font-size: calc(2.8rem + ((1vw - 0.767rem) * (4.6875)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
        margin-bottom: 4px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.9312)));
    }
}

.lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title > em {
    margin-bottom: 8px;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title > em {
        margin-bottom: calc(0.4rem + ((1vw - 0.767rem) * (0.48077)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title > em {
        margin-bottom: calc(0.4rem + ((1vw - 0.639rem) * (3.125)));
    }
}

@media screen and (max-width: 639px) {
    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title > em {
        margin-bottom: 0;
    }
}

.lp-jumbotron-titleGroup.of-primary .lp-jumbotron-subTitle {
    font-size: 4.2rem;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-subTitle {
        font-size: calc(2.2rem + ((1vw - 0.767rem) * (2.40385)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-subTitle {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (3.4398)));
    }
}

.lp-jumbotron-titleGroup > :last-child {
    margin-bottom: 0;
}

.lp-jumbotron-subTitle {
    display: block;
    margin-bottom: 45px;
    font-size: 5.2rem;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-subTitle {
        margin-bottom: calc(2.5rem + ((1vw - 0.767rem) * (2.40385)));
        font-size: calc(2.4rem + ((1vw - 0.767rem) * (3.36538)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-subTitle {
        margin-bottom: calc(1rem + ((1vw - 0.36rem) * (3.6855)));
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (3.4398)));
    }
}

.lp-jumbotron-subTitle > sup {
    top: -18px;
    font-size: 2.6rem;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-subTitle > sup {
        top: calc(-0.8rem + ((1vw - 0.767rem) * (-1.20192)));
        font-size: calc(1.2rem + ((1vw - 0.767rem) * (1.68269)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-subTitle > sup {
        top: calc(-0.9rem + ((1vw - 0.36rem) * (-2.2113)));
    }
}

.lp-jumbotron-series {
    font-size: 2rem;
}

@media screen and (max-width: 1599px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.767rem) * (0.48077)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series > b {
        display: block;
        margin-bottom: 4px;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -8px 0 10px -10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-jumbotron-seriesGroup > span {
    max-width: 100%;
    margin-top: 8px;
    margin-left: 10px;
}

.lp-section-content {
    max-width: 1370px;
    margin: auto;
    padding: 120px 20px;
}

@media screen and (max-width: 1599px) {
    .lp-section-content {
        padding: calc(4rem + ((1vw - 0.36rem) * (6.45682))) 20px;
    }
}

.lp-section-content > :last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    background-color: #0a2437;
    color: #fff;
}

.lp-section.of-secondary {
    background-color: #f5f5f5;
}

.lp-sectionFeature {
    margin-bottom: 30px;
}

.lp-sectionFeature + .lp-sectionFeature {
    margin-top: 100px;
}

.lp-sectionFeature > :last-child {
    margin-bottom: 0;
}

.lp-section.of-conversion .lp-mediaAsset-text {
    font-size: 2.8rem;
    line-height: 1.6;
}

@media screen and (max-width: 1599px) {
    .lp-section.of-conversion .lp-mediaAsset-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.64568)));
    }
}

.lp-section p {
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1023px) {
    .lp-section p {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.30166)));
    }
}

.lp-headingLevel2 {
    margin-bottom: 35px;
    font-size: 4.8rem;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.09847)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        font-weight: normal;
    }
}

.lp-headingLevel3 {
    margin-bottom: 30px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (1.5083)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90498)));
        font-weight: normal;
        text-align: center;
    }
}

.lp-headingLevel3 > em {
    display: block;
    font-size: 3.2rem;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3 > em {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.80995)));
        font-weight: normal;
    }
}

.lp-headingLevel3.of-primary {
    margin-bottom: 55px;
    font-size: 3.4rem;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: 20px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.11161)));
        text-align: center;
    }
}

.lp-headingLevel3.of-primary > em {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3.of-primary > em {
        margin-bottom: 4px;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

.lp-headingLevel4 {
    margin-bottom: 10px;
    font-size: 2.2rem;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel4 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.60332)));
        text-align: center;
    }
}

.lp-headingLevel4.of-primary {
    margin-bottom: 12px;
    font-size: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel4.of-primary {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (-1.20664)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.lp-figure {
    text-align: center;
}

.lp-figureGraphAnimation {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}

.lp-figureGraphAnimation-image {
    position: relative;
    min-height: 0%;
}

.lp-figureGraphAnimation-image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

[data-script-enabled="true"] .lp-figureGraphAnimation-image:not(:first-child) {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .lp-figureGraphAnimation-image:not(:first-child).of-primary {
    animation-name: graphAnimation-2;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
}

[data-script-enabled="true"] .is-active .lp-figureGraphAnimation-image:not(:first-child).of-secondary {
    animation-name: graphAnimation-3;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
}

.lp-figureGraphAnimation-image.of-graphAnimation::after {
    position: absolute;
    top: 234px;
    left: 12.8%;
    width: 78%;
    height: 60px;
    background-color: #31dbb2;
    content: "";
}

@media screen and (max-width: 1368px) {
    .lp-figureGraphAnimation-image.of-graphAnimation::after {
        top: calc(17rem + ((1vw - 1.024rem) * (18.60465)));
        height: calc(4.5rem + ((1vw - 1.023rem) * (2.60417)));
    }
}

[data-script-enabled="true"] .lp-figureGraphAnimation-image.of-graphAnimation::after {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .lp-figureGraphAnimation-image.of-graphAnimation::after {
    position: absolute;
    top: 234px;
    left: 169px;
    width: 0%;
    height: 60px;
    background-color: #31dbb2;
    animation-name: graphAnimation-1;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.25, 0.6, 0.65, 1);
    content: "";
    opacity: 1;
}

@media screen and (max-width: 1380px) {
    [data-script-enabled="true"] .is-active .lp-figureGraphAnimation-image.of-graphAnimation::after {
        top: calc(17rem + ((1vw - 1.024rem) * (17.97753)));
        left: calc(12.4rem + ((1vw - 1.024rem) * (12.64045)));
        height: calc(4.5rem + ((1vw - 1.023rem) * (2.60417)));
    }
}

.lp-figureFadeAnimation {
    position: relative;
}

.lp-figureFadeAnimation-image {
    position: relative;
}

.lp-figureFadeAnimation-image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.lp-figureFadeAnimation-image:not(:first-child).of-fadeAnimation, .lp-figureFadeAnimation-image:not(:first-child).of-fourth {
    opacity: 1;
}

.lp-figureFadeAnimation-image:not(:first-child).of-primary, .lp-figureFadeAnimation-image:not(:first-child).of-secondary, .lp-figureFadeAnimation-image:not(:first-child).of-tertiary, .lp-figureFadeAnimation-image:not(:first-child).of-fifthly {
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureFadeAnimation-image:not(:first-child) {
    opacity: 0;
}

[data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-primary, [data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-secondary, [data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-tertiary, [data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-fourth, [data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-fifthly {
    animation-duration: 8.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    opacity: 0;
}

[data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-primary {
    animation-name: fadeAnimation-1;
}

[data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-secondary {
    animation-name: fadeAnimation-2;
}

[data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-tertiary {
    animation-name: fadeAnimation-3;
}

[data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-fourth {
    animation-name: fadeAnimation-4;
}

[data-script-enabled="true"] .is-active .lp-figureFadeAnimation-image:not(:first-child).of-fifthly {
    animation-name: fadeAnimation-5;
}

[data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-primary, [data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-secondary, [data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-tertiary, [data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-fourth, [data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-fifthly {
    animation-delay: 0.3s;
}

[data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-primary {
    animation-name: fadeAnimation-primary-1;
}

[data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-secondary {
    animation-name: fadeAnimation-primary-2;
}

[data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-tertiary {
    animation-name: fadeAnimation-primary-3;
}

[data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-fourth {
    animation-name: fadeAnimation-primary-4;
}

[data-script-enabled="true"] .lp-figureFadeAnimation.of-primary.is-active .lp-figureFadeAnimation-image:not(:first-child).of-fifthly {
    animation-name: fadeAnimation-primary-5;
}

.lp-figureFadeAnimation.of-arrow {
    position: relative;
}

.lp-figureFadeAnimation.of-arrow::after {
    position: absolute;
    top: 50%;
    right: -84px;
    width: 32px;
    height: 34px;
    transform: translateY(-50%);
    background-image: url("../../img/landing_page/bt-a500_pr/bt-a500_ws_157122_pr_02_img_21.png");
    content: "";
}

@media screen and (max-width: 1599px) {
    .lp-figureFadeAnimation.of-arrow::after {
        right: calc(-6.4rem + ((1vw - 1.023rem) * (-3.47222)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-figureFadeAnimation.of-arrow::after {
        top: calc(100% + 42px);
        right: calc(50% - 17px);
        transform: rotate(90deg) translate(-50%, 0);
    }
}

@media screen and (max-width: 639px) {
    .lp-figureFadeAnimation.of-arrow::after {
        top: calc(100% + 35px);
    }
}

.lp-figure.of-flex {
    display: flex;
}

.lp-figure.of-flex.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-figure.of-flex.of-column-reverse .lp-figure-caption {
    margin-bottom: 0;
}

.lp-figure.of-flex.of-column-reverse .lp-figure-image {
    margin-bottom: 6px;
}

.lp-figure-caption {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .lp-figure-caption {
        font-size: calc(1.6rem + ((1vw - 1.023rem) * (0.34722)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-figure-caption {
        font-size: 1.6rem;
    }
}

@keyframes graphAnimation-1 {
    0% {
        width: 0%;
    }
    10% {
        width: 0%;
    }
    40% {
        width: 78%;
    }
    100% {
        width: 78%;
    }
}

@keyframes graphAnimation-2 {
    0% {
        opacity: 0;
    }
    48% {
        opacity: 0;
    }
    58% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes graphAnimation-3 {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation-1 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    9% {
        opacity: 1;
    }
    23% {
        opacity: 1;
    }
    27% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation-2 {
    0% {
        opacity: 0;
    }
    23% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    41% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation-3 {
    0% {
        opacity: 0;
    }
    41% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    59% {
        opacity: 1;
    }
    63% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation-4 {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
    63% {
        opacity: 1;
    }
    77% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation-5 {
    0% {
        opacity: 0;
    }
    77% {
        opacity: 0;
    }
    81% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation-primary-1 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    7% {
        opacity: 1;
    }
    16% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation-primary-2 {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    27% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation-primary-3 {
    0% {
        opacity: 0;
    }
    24% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    34% {
        opacity: 1;
    }
    36% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation-primary-4 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    43% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation-primary-5 {
    0% {
        opacity: 0;
    }
    42% {
        opacity: 0;
    }
    44% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.lp-media {
    margin-bottom: 75px;
}

.lp-media-content.of-flex {
    display: flex;
    align-items: center;
    margin: -60px 0 0 -136px;
}

@media screen and (max-width: 1599px) {
    .lp-media-content.of-flex {
        margin-left: calc(-3.5rem + ((1vw - 1.023rem) * (-17.53472)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-media-content.of-flex {
        flex-direction: column;
        margin: 0;
    }
}

.lp-media-content.of-flex .lp-media-body {
    flex: 1;
    width: 50%;
    margin-top: 60px;
    padding-left: 136px;
}

@media screen and (max-width: 1599px) {
    .lp-media-content.of-flex .lp-media-body {
        padding-left: calc(3.5rem + ((1vw - 1.023rem) * (17.53472)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-media-content.of-flex .lp-media-body {
        flex: auto;
        width: 100%;
        max-width: 597px;
        margin-top: 0;
        padding-left: 0;
    }
}

.lp-media-content.of-flex .lp-media-image {
    width: 50%;
    min-height: 0%;
    margin-top: 60px;
    padding-left: 136px;
}

@media screen and (max-width: 1599px) {
    .lp-media-content.of-flex .lp-media-image {
        padding-left: calc(3.5rem + ((1vw - 1.023rem) * (17.53472)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-media-content.of-flex .lp-media-image {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }
}

.lp-media-content.of-flex.of-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
    .lp-media-content.of-flex.of-reverse {
        flex-direction: column;
    }
}

.lp-media-body > :last-child {
    margin-bottom: 0;
}

.lp-media.of-primary .lp-media-content.of-flex {
    margin: -60px 0 0 -35px;
}

@media screen and (max-width: 1023px) {
    .lp-media.of-primary .lp-media-content.of-flex {
        margin: 0;
    }
}

.lp-media.of-primary .lp-media-content.of-flex .lp-media-body {
    width: 40%;
    margin-top: 60px;
    padding-left: 35px;
}

@media screen and (max-width: 1023px) {
    .lp-media.of-primary .lp-media-content.of-flex .lp-media-body {
        width: 100%;
        max-width: 792px;
        margin-top: 0;
        padding-left: 0;
    }
}

.lp-media.of-primary .lp-media-content.of-flex .lp-media-image {
    width: 60%;
    min-height: 0%;
    margin-top: 60px;
    padding-left: 35px;
}

@media screen and (max-width: 1023px) {
    .lp-media.of-primary .lp-media-content.of-flex .lp-media-image {
        width: 100%;
        margin-top: calc(3.5rem + ((1vw - 0.36rem) * (3.77074)));
        padding-left: 0;
    }
}

.lp-media.of-primary .lp-media-content.of-flex.of-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
    .lp-media.of-primary .lp-media-content.of-flex.of-reverse {
        flex-direction: column;
    }
}

.lp-mediaAnimation {
    max-width: 596px;
    margin: auto;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto 80px;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset {
        margin-bottom: calc(4rem + ((1vw - 0.767rem) * (4.80769)));
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        width: 100%;
    }
}

.lp-mediaAsset-body {
    max-width: 565px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
        min-height: 0%;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 35px;
    line-height: 1.5;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-text {
        margin-bottom: calc(2.5rem + ((1vw - 0.36rem) * (0.8071)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.64568)));
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        text-align: center;
    }
}

.lp-mediaAsset-text.of-textSize-large {
    font-size: 4.8rem;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-text.of-textSize-large {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.61421)));
    }
}

.lp-mediaAsset-image {
    width: 105px;
    min-height: 0%;
    margin-top: 15px;
    margin-right: 80px;
}

@media screen and (max-width: 1599px) {
    .lp-mediaAsset-image {
        width: calc(6.3rem + ((1vw - 0.36rem) * (3.38983)));
        margin-top: calc((15 * 100vw) / wide);
        margin-right: calc((80 * 100vw) / wide);
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        min-height: 0%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-step {
    display: flex;
    margin: -60px 0 20px -136px;
}

@media screen and (max-width: 1599px) {
    .lp-step {
        margin-left: calc(-9rem + ((1vw - 1.023rem) * (-7.98611)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-step {
        flex-direction: column;
        margin: -90px 0 20px -90px;
    }
}

@media screen and (max-width: 639px) {
    .lp-step {
        margin-top: -72px;
    }
}

.lp-step.of-column-2 .lp-step-column {
    width: 50%;
    min-height: 0%;
    margin-top: 60px;
    padding-left: 136px;
}

@media screen and (max-width: 1599px) {
    .lp-step.of-column-2 .lp-step-column {
        padding-left: calc(9rem + ((1vw - 1.023rem) * (7.98611)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-step.of-column-2 .lp-step-column {
        width: 100%;
        margin-top: 90px;
        padding-left: 90px;
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    .lp-step.of-column-2 .lp-step-column {
        margin-top: 72px;
    }
}

.lp-step-column {
    min-height: 0%;
}

.lp-step-column.of-arrow {
    position: relative;
}

.lp-step-column.of-arrow::after {
    position: absolute;
    top: 50%;
    right: -84px;
    width: 32px;
    height: 34px;
    transform: translateY(-50%);
    background-image: url("../../img/landing_page/bt-a500_pr/bt-a500_ws_157122_pr_02_img_22.png");
    content: "";
}

@media screen and (max-width: 1599px) {
    .lp-step-column.of-arrow::after {
        right: calc(-6.4rem + ((1vw - 1.023rem) * (-3.47222)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-step-column.of-arrow::after {
        top: calc(100% + 42px);
        right: calc(50% - 62px);
        transform: rotate(90deg) translate(-50%, 0);
    }
}

@media screen and (max-width: 639px) {
    .lp-step-column.of-arrow::after {
        top: calc(100% + 35px);
    }
}

.lp-step-column > :last-child {
    margin-bottom: 0;
}

.lp-listNote {
    color: #66737c;
    font-size: 1.1rem;
}

.lp-listNote > li {
    margin-bottom: 8px;
    margin-left: auto;
}

.lp-listNote > :last-child {
    margin-bottom: 0;
}

.lp-listNote.of-primary {
    margin-bottom: 30px;
    color: #77848d;
}

@media screen and (max-width: 1023px) {
    .lp-listNote.of-primary {
        max-width: 596px;
        margin: auto;
    }
}

.lp-listDescription {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1023px) {
    .lp-listDescription {
        flex-direction: column;
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (1.96078)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.lp-listDescription-title {
    display: flex;
    align-items: center;
    max-width: 200px;
    margin-right: 28px;
    padding: 14px 28px;
    background-color: #ccc;
    color: #333;
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    .lp-listDescription-title {
        margin-right: 0;
        margin-bottom: 12px;
        padding: calc(0.6rem + ((1vw - 0.36rem) * (0.60332))) calc(1.8rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.lp-listDescription-body {
    display: flex;
    flex: 1;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .lp-listDescription-body {
        display: block;
        flex: auto;
    }
}

.lp-listDescription.of-primary .lp-listDescription-title {
    background-color: #31dcb2;
}

.lp-listDescription.of-primary .lp-listDescription-body {
    font-weight: bold;
}

.lp-listDescription.of-vertical {
    display: block;
}

.lp-listDescription.of-vertical .lp-listDescription-title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
}

.lp-listFeature {
    margin-bottom: 16px;
}

.lp-listFeature-content {
    margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
    .lp-listFeature-content {
        margin-bottom: calc(1.5rem + ((1vw - 0.36rem) * (2.26244)));
    }
}

.lp-listFeature-content > dt {
    display: flex;
    margin-bottom: 5px;
    font-size: 2.2rem;
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    .lp-listFeature-content > dt {
        margin-bottom: calc(1rem + ((1vw - 0.36rem) * (-0.75415)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.60332)));
    }
}

.lp-listFeature-content > dt > img {
    vertical-align: middle;
}

.lp-listFeature-content > dd {
    margin-bottom: 5px;
    font-size: 1.8rem;
}

@media screen and (max-width: 1023px) {
    .lp-listFeature-content > dd {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.30166)));
    }
}

.lp-listFeature-content > dd > :last-child {
    margin-bottom: 0;
}

.lp-listFeature-content > :last-child {
    margin-bottom: 0;
}

.lp-listFeature-title {
    flex: 1;
}

.lp-listFeature-mark {
    margin-right: 10px;
}

@media screen and (max-width: 1023px) {
    .lp-listFeature-mark {
        width: calc(2.7rem + ((1vw - 0.36rem) * (1.05581)));
    }
}

.lp-listFeature > :last-child {
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 30px -30px;
}

@media screen and (max-width: 767px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton > li {
    display: flex;
    max-width: 100%;
    margin-top: 30px;
    padding-left: 30px;
}

.lp-listButton-outer {
    margin-top: 80px;
}

@media screen and (max-width: 1023px) {
    .lp-listButton-outer {
        margin-top: calc(3rem + ((1vw - 0.36rem) * (7.54148)));
    }
}

.lp-listButton-outer > :last-child {
    margin-bottom: 0;
}

.lp-listButton.of-centering {
    justify-content: center;
}

.lp-listButton.of-vertical {
    flex-direction: column;
    align-items: center;
}

.lp-listButton > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-listButton.of-primary {
        justify-content: center;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -60px 0 60px -136px;
}

@media screen and (max-width: 1599px) {
    .lp-layout-grid {
        margin-left: calc(-9rem + ((1vw - 1.023rem) * (-7.98611)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid {
        margin-top: calc(-3.5rem + ((1vw - 0.36rem) * (-3.77074)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid:not(.of-primary) {
        flex-direction: column;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    min-height: 0%;
    margin-top: 60px;
    padding-left: 136px;
}

@media screen and (max-width: 1599px) {
    .lp-layout-grid > .lp-layout-grid-column {
        padding-left: calc(9rem + ((1vw - 1.023rem) * (7.98611)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: calc(3.5rem + ((1vw - 0.36rem) * (3.77074)));
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column .lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-primary {
    align-items: flex-start;
    margin: -30px 0 15px -8px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid.of-primary {
        margin-bottom: calc(1.5rem + ((1vw - 0.36rem) * (1.5083)));
    }
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.of-primary {
        margin-top: calc(-1.5rem + ((1vw - 0.36rem) * (-5.37634)));
    }
}

.lp-layout-grid.of-primary > .lp-layout-grid-column {
    margin-top: 30px;
    padding-left: 8px;
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column {
        margin-top: calc(1.5rem + ((1vw - 0.36rem) * (5.37634)));
    }
}

.lp-layout-grid.of-centering {
    justify-content: center;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid[class*="of-column-"]:not(.of-primary) > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"]:not(.of-primary) > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-label {
    padding: 5px 10px 4px;
    border: 1px solid #e61000;
    color: #e61000;
    font-size: 1.6rem;
    font-weight: bold;
}

.lp-utility-text-newLine {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-color-emphasis {
    color: #31dcb2;
}

.lp-utility-color-emphasis.of-primary {
    color: #22c099;
}

.lp-utility-marginBottom-large {
    margin-bottom: 25px;
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-buttonConversion {
    display: inline-flex;
}
