<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; 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 &gt; 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 &gt; li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList &gt; li &gt; a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList &gt; li &gt; 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 &gt; li &gt; a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList &gt; li &gt; a:hover, .lp-navigationSeries-linkList &gt; li &gt; a:focus {
    text-decoration: underline;
}

.lp-layout-header {
    background: #dce7e8;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        height: auto;
        margin-bottom: 0;
    }
}

.lp-layout-header-content {
    display: flex;
    z-index: 100;
    position: relative;
    align-items: center;
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 26px 40px;
}

@media screen and (max-width: 1080px) {
    .lp-layout-header-content {
        padding: 26px calc(2rem + ((1vw - 0.36rem) * (2.77778)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        min-height: auto;
    }
}

.lp-layout-header-logo {
    min-width: 121px;
    margin: 0;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        min-width: calc(8.4rem + ((1vw - 0.36rem) * (5.57229)));
        margin-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    position: relative;
    background: #ebebeb;
    color: #333;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 16px 40px;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column;
        justify-content: center;
        max-width: none;
        padding: 20px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 0;
    font-size: 1.4rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list {
        width: 100%;
        margin: -8px 0 0 0;
    }
}

.lp-layout-footer-list &gt; li {
    position: relative;
    margin: 8px 33px 0 0;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list &gt; li:last-child::after {
        display: none;
    }
}

.lp-layout-footer-list &gt; li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.lp-layout-footer-list &gt; li &gt; a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-list &gt; li &gt; a:hover, .lp-layout-footer-list &gt; li &gt; a:active, .lp-layout-footer-list &gt; li &gt; a:focus {
    color: #333;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list &gt; li:last-child {
        margin: 8px 0 0 0;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-textPhoneLink {
    width: 100%;
    text-align: center;
}

.lp-textPhoneLink-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-icon {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.lp-textPhoneLink-notes {
    flex-shrink: 0;
    max-width: 250px;
    margin-right: 16px;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-notes {
        margin-right: 0;
        margin-bottom: 12px;
        font-size: 1.8rem;
    }
}

.lp-textPhoneLink-number {
    font-size: 2.6rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-number {
        font-size: 2.2rem;
    }
}

.lp-textPhoneLink-number &gt; a,
.lp-textPhoneLink-number &gt; .prd-inlineLink[href] {
    color: #333;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number &gt; a em,
.lp-textPhoneLink-number &gt; .prd-inlineLink[href] em {
    font-weight: 600;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #333;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
    }
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-number &gt; a,
.lp-textPhoneLink.of-primary .lp-textPhoneLink-number &gt; .prd-inlineLink[href] {
    color: #171e30;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-numberGroup {
    color: #171e30;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-icon {
    fill: #171e30;
}

/* =================================================================================================
contents
================================================================================================= */
.lp-layout-container {
    overflow: hidden;
    background: #f3f3f3;
}

.lp-layout-main {
    z-index: 10;
    position: relative;
}

.lp-jumbotron {
    margin-bottom: 60px;
    background: #dce7e8;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        margin-bottom: 40px;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-content {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-content {
        min-height: 100%;
        padding: 0;
    }
}

.lp-jumbotron-inner {
    display: flex;
    align-items: center;
    padding: 80px 0;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-inner {
        padding: calc(0rem + ((1vw - 1.08rem) * (15.38462))) 0 calc(4rem + ((1vw - 1.08rem) * (7.69231)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-inner {
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
        min-height: 100%;
        max-height: 100%;
        padding: 0;
    }
}

.lp-jumbotron-body {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 680px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-body {
        max-width: calc(43rem + ((1vw - 1.024rem) * (39.93056)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-body {
        width: 100%;
        max-width: 100%;
        padding: 40px 20px 0;
        background: #f3f3f3;
    }
    .lp-jumbotron-body::before {
        display: block;
        z-index: 0;
        position: absolute;
        top: calc(-6.3rem + ((1vw - 1.024rem) * (-1.78571)));
        left: 0;
        width: 100%;
        height: 100px;
        background: #f3f3f3;
        content: "";
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body::before {
        top: calc(-5.1rem + ((1vw - 0.767rem) * (-4.66926)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body::before {
        top: calc(-2.3rem + ((1vw - 0.36rem) * (-6.87961)));
    }
}

.lp-jumbotron-image {
    position: absolute;
    right: 40px;
    bottom: -64px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-image {
        bottom: calc(-3.7rem + ((1vw - 1.024rem) * (-4.6875)));
        max-width: calc(53rem + ((1vw - 1.024rem) * (65.97222)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-image {
        z-index: 1;
        position: static;
        width: calc(100% - 40px);
        max-width: 100%;
        text-align: center;
    }
}

.lp-jumbotron-series {
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-jumbotron-series em {
    font-weight: 600;
}

.lp-jumbotron-seriesGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-seriesGroup {
        justify-content: center;
    }
}

.lp-jumbotron-title {
    display: block;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 1.024rem) * (1.04167)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

.lp-jumbotron-title em {
    display: block;
    margin-bottom: 4px;
    color: #0075c2;
    font-size: 10rem;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title em {
        font-size: calc(8rem + ((1vw - 1.024rem) * (3.47222)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title em {
        font-size: calc(3.4rem + ((1vw - 0.36rem) * (6.92771)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-titleGroup {
    z-index: 1;
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.lp-jumbotron-titleImage {
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-titleImage {
        max-width: calc(30.4rem + ((1vw - 1.024rem) * (13.19444)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleImage {
        max-width: calc(25.6rem + ((1vw - 0.36rem) * (7.22892)));
        margin: 0 auto;
    }
}

.lp-label {
    color: #e50000;
    font-size: 2.2rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-label-outer {
    display: inline-flex;
    flex-shrink: 0;
    max-width: 100px;
    margin-right: 16px;
    padding: 0 8px;
    border: 1px solid #e61000;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-label-outer {
        margin-right: 8px;
        margin-bottom: 0;
    }
}

.lp-section.of-asset {
    background: #e0eaef;
}

.lp-section.of-asset .lp-section-content {
    padding-top: 0;
    padding-bottom: 0;
}

.lp-section.of-primary {
    background: #fff;
}

.lp-section.of-primary .lp-section-content {
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary .lp-section-content {
        padding: 40px 20px;
    }
}

.lp-section.of-small .lp-section-content {
    max-width: calc(1510px + (40px * 2));
}

@media screen and (max-width: 1024px) {
    .lp-section.of-small .lp-section-content {
        padding: 40px 20px;
    }
}

.lp-section.of-extraSmall .lp-section-content {
    max-width: calc(1462px + (40px * 2));
    padding: 80px 40px;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-extraSmall .lp-section-content {
        padding: 40px 20px 40px;
    }
}

.lp-section-content {
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 80px 40px 160px;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 40px 20px 80px;
    }
}

.lp-headingLevel2 {
    margin: 0 auto;
    color: #0075c2;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel2 {
        font-size: calc(3.6rem + ((1vw - 1.024rem) * (1.73611)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-headingLevel2.of-fontSize-small {
    font-size: 4.4rem;
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel2.of-fontSize-small {
        font-size: calc(3.6rem + ((1vw - 1.024rem) * (1.38889)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2.of-fontSize-small {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-headingLevel3 {
    max-width: 1080px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.lp-headingLevel3 &gt; span {
    display: inline-block;
    position: relative;
    padding: 8px 32px;
    border-radius: 4px;
    background: transparent linear-gradient(96deg, #0075c2 0%, #04d8b3 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 4.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 &gt; span {
        padding: 8px 20px;
    }
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel3 &gt; span {
        font-size: calc(3.4rem + ((1vw - 1.024rem) * (1.73611)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 &gt; span {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-headingLevel3 &gt; span::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #09efff;
    content: "";
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -56px 0 0 -56px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid {
        flex-direction: column;
        justify-content: center;
        margin: 0 0 0 -24px;
    }
}

.lp-layout-grid &gt; .lp-layout-grid-column {
    margin-top: 56px;
    padding-left: 56px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid &gt; .lp-layout-grid-column {
        margin-top: 0;
        padding-left: 24px;
    }
}

.lp-layout-grid &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid &gt; .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid &gt; .lp-layout-grid-column.of-flex &gt; * {
    width: 100%;
}

.lp-layout-grid.of-column-2 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-2 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-2 &gt; .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

.lp-mediaAsset {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    max-width: calc(1480px + (40px * 2));
    margin: 0 auto;
    padding: 36px 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        max-width: 720px;
        padding: 40px 0;
    }
}

.lp-mediaAsset-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-image {
        max-width: calc(40rem + ((1vw - 1.024rem) * (50)));
    }
}

.lp-mediaAsset-body {
    max-width: 830px;
    margin-right: 56px;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-body {
        max-width: calc(49rem + ((1vw - 1.024rem) * (59.02778)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        margin-right: 0;
    }
}

.lp-mediaAsset-title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-title {
        font-size: calc(3rem + ((1vw - 1.024rem) * (1.73611)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature {
        max-width: 720px;
        margin: 0 auto;
    }
}

.lp-mediaFeature-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.lp-mediaFeature-imageGroup {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-image {
        width: calc(8rem + ((1vw - 0.36rem) * (9.93976)));
    }
}

.lp-mediaFeature-title {
    color: #0075c2;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-mediaFeature-text {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-media {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column-reverse;
        max-width: 720px;
        margin: 0 auto;
    }
}

.lp-media-body {
    flex: 1;
    margin-left: 56px;
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        margin-left: 0;
    }
}

.lp-media-body:first-child {
    margin-left: 0;
}

.lp-media-body + .lp-media-body {
    max-width: 634px;
}

.lp-stepFeature {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .lp-stepFeature {
        flex-direction: column;
        align-items: center;
    }
}

.lp-stepFeature-column {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 81px;
}

@media screen and (max-width: 1024px) {
    .lp-stepFeature-column {
        margin-top: 90px;
        margin-left: 0;
    }
    .lp-stepFeature-column:first-child {
        margin-top: 0;
    }
}

.lp-stepFeature-column.of-primary {
    max-width: 276px;
}

@media screen and (max-width: 1024px) {
    .lp-stepFeature-column.of-primary {
        max-width: 100%;
    }
}

.lp-stepFeature-column.of-primary .lp-stepFeature-title {
    border: 1px solid #0075c1;
    background: #0075c1;
    color: #fff;
}

.lp-stepFeature-column.of-primary .lp-figureStep-caption {
    color: #0075c1;
    font-size: 2.6rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-stepFeature-column.of-primary .lp-figureStep-caption {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-stepFeature-column:first-child {
    margin-left: 0;
}

.lp-stepFeature-column::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -58px;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    background: url("../../../../../img/landing_page/rk_pr/rk_ws_157137_index_pr_bg_01.png") no-repeat;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-stepFeature-column::after {
        top: auto;
        right: 50%;
        bottom: -60px;
        width: 34px;
        height: 34px;
        transform: rotate(90deg) translateY(-50%);
    }
}

.lp-stepFeature-column:last-child::after {
    display: none;
}

.lp-stepFeature-title {
    padding: 4px 16px;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
    font-size: 1.8rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-stepFeature-title {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-text {
    margin-bottom: 0;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .lp-figure-image {
        max-width: 236px;
        margin-top: 82px;
    }
}

.lp-figure-captionGroup {
    display: flex;
    align-items: center;
}

.lp-figure-caption {
    margin-bottom: 0;
    font-size: 3.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-figure-caption {
        font-size: 2rem;
    }
}

.lp-figure-caption em {
    color: #0075c2;
}

.lp-figure-icon {
    width: 40px;
    margin-right: 24px;
}

@media screen and (max-width: 1024px) {
    .lp-figure-icon {
        width: 28px;
        margin-right: 16px;
    }
}

.lp-figureStep {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-figureStep-image {
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .lp-figureStep-image {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-figureStep-caption {
    color: #6e6e6e;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.lp-figureMovie {
    width: 100%;
    text-align: center;
}

.lp-figureMovie video {
    max-width: 100%;
}

.lp-listFeature li {
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 6px;
    background: #fff;
}

.lp-listFeature-titleGroup {
    display: flex;
    align-items: center;
}

.lp-listFeature-title {
    flex: 1;
    margin-bottom: 0;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-listFeature-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-listFeature-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -24px;
}

@media screen and (max-width: 1080px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton &gt; li {
    margin: 20px 0 0 24px;
}

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

.lp-utility-marginBottom-1 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px;
}

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

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

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

.lp-utility-weight-normal {
    font-weight: normal;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
    .lp-largeScreen-justifyContent-end {
        justify-content: end;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 36px;
    }
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-largeScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

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

.lp-smallScreen-hide {
    display: block !important;
}

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

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: flex !important;
    }
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-extraSmallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-extraSmallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-extraSmallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-extraSmallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-extraSmallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-extraSmallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-extraSmallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-extraSmallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-extraSmallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraSmallScreen-textAlign-right {
        text-align: right;
    }
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

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

.lp-extraSmallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-hide {
        display: none !important;
    }
}

.lp-extraSmallScreen-show {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-show {
        display: flex !important;
    }
}
</pre></body></html>