@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;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-layout-container {
    max-width: 1240px;
    margin: 0 auto 40px;
}

.lp-layout-container.of-primary {
    max-width: calc(1240px + 40px);
    padding: 0 20px;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    min-height: 0%;
    margin: 0 0 16px -32px;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-grid {
        margin-left: calc(-0.8rem + ((1vw - 0.768rem) * (-5.08475)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin-left: -8px;
    }
}

.lp-layout-grid-column {
    width: 100%;
    padding-left: 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-grid-column {
        padding-left: calc(0.8rem + ((1vw - 0.768rem) * (5.08475)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column {
        padding-left: 8px;
    }
}

.lp-layout-grid-column > *:first-child {
    margin-top: 0;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: calc(100% / 2);
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: calc(100% / 4);
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: calc(100% / 5);
}

.lp-jumbotron {
    font-size: 2rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron {
        background: linear-gradient(#f3f3f3 0%, #e8e8e8 100%);
        font-size: 1.6rem;
    }
}

.lp-jumbotron-content {
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        padding: calc(2.4rem + ((1vw - 0.768rem) * (3.38983))) 20px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 24px 20px;
    }
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 40px;
    font-size: 2.8rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.2rem + ((1vw - 0.768rem) * (5.9322)));
        font-size: calc(2rem + ((1vw - 0.768rem) * (1.69492)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 12px;
        font-size: 2rem;
    }
}

.lp-jumbotron-title em {
    display: block;
    margin-top: 8px;
    color: #026dba;
    font-size: 4rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title em {
        font-size: calc(2.8rem + ((1vw - 0.768rem) * (2.54237)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title em {
        font-size: 2.8rem;
    }
}

.lp-navigationTab {
    background: #fff;
}

.lp-navigationTab-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2px;
    margin-left: -2px;
}

.lp-navigationTab-list > li {
    display: flex;
    width: 33.3333333333%;
    margin-bottom: 2px;
    padding-left: 2px;
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-list > li {
        width: 50%;
    }
}

.lp-navigationTab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    background: #c9cbcf;
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
}

@media only screen and (max-width: 1239px) {
    .lp-navigationTab-button {
        font-size: calc(1.5rem + ((1vw - 1.024rem) * (3.24074)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-button {
        font-size: 1.5rem;
        font-weight: normal;
    }
}

.lp-navigationTab-buttonBody {
    display: block;
    position: relative;
    padding-left: 24px;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-buttonBody {
        padding-left: 13px;
    }
}

.lp-navigationTab-buttonBody::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-width: 5px 0 5px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-buttonBody::before {
        border-width: 3px 0 3px 5px;
    }
}

.lp-navigationTab-button:hover, .lp-navigationTab-button:focus,
.is-active .lp-navigationTab-button {
    background: #2550b5;
    color: #fff;
}

.lp-navigationTab-button:hover .lp-navigationTab-buttonBody::before, .lp-navigationTab-button:focus .lp-navigationTab-buttonBody::before,
.is-active .lp-navigationTab-button .lp-navigationTab-buttonBody::before {
    transform: translateY(-50%) rotate(90deg);
    border-left-color: #fff;
    transition: transform 0.2s ease;
}

.lp-section {
    font-size: 2rem;
}

@media only screen and (max-width: 1239px) {
    .lp-section {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section {
        font-size: 1.6rem;
    }
}

.lp-section-group {
    margin-bottom: 40px;
}

[data-script-enabled="true"] .lp-section-group .lp-section {
    display: none;
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-section-group .lp-section.is-active {
    display: block;
    animation: fadeIn 0.3s linear 0s;
}

.lp-section-group > *:last-child {
    margin-bottom: 0;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    margin-bottom: 32px;
    font-size: 1.8rem;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    padding-bottom: 40px;
    background: linear-gradient(#f3f3f3 0%, #e8e8e8 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-primary {
        padding-bottom: 24px;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }
}

.lp-section.of-secondary {
    margin-bottom: 8px;
    background: #fff;
}

.lp-section.of-secondary .lp-section-content {
    max-width: calc(800px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-secondary .lp-section-content {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 16px;
    font-size: 4.2rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 0.768rem) * (4.23729)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2 {
        margin-bottom: 8px;
        font-size: 2.2rem;
        text-align: center;
    }
}

.lp-headingLevel3 {
    margin-bottom: 16px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (0.84746)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel3 {
        font-size: 1.8rem;
        text-align: center;
    }
}

.lp-buttonConversion-image + .lp-buttonConversion-image {
    margin-left: 8px;
}

.lp-list {
    margin: -8px 0 8px;
}

.lp-list > li {
    position: relative;
    margin: 8px 0 0;
    padding: 0 0 0 16px;
    line-height: 1.3;
}

.lp-list > li::before {
    position: absolute;
    top: 0.6em;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    content: "";
}

.lp-listButton {
    margin-bottom: 40px;
}

.lp-listButton > li {
    margin-top: 16px;
}

.lp-listButton.of-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton.of-horizontal {
        display: block;
        margin-left: 0;
    }
}

.lp-listButton.of-horizontal > li {
    margin-left: 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton.of-horizontal > li {
        margin-left: 0;
    }
}

.lp-listButton.of-justifyContent-end {
    justify-content: flex-end;
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 0 40px;
}

.lp-figure-image {
    min-height: 0%;
    margin-bottom: 8px;
}

.lp-figure-caption {
    margin: 8px 0 0;
    font-size: 1.6rem;
    text-align: left;
}

@media only screen and (max-width: 1239px) {
    .lp-figure-caption {
        font-size: calc(1.3rem + ((1vw - 0.768rem) * (0.63559)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure-caption {
        font-size: 1.3rem;
    }
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

.lp-step {
    margin-bottom: 32px;
    font-size: 1.8rem;
}

.lp-step-column:not(:first-child) {
    position: relative;
    margin-top: 52px;
}

.lp-step-column:not(:first-child)::before {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 24px 15px 0 15px;
    border-style: solid;
    border-color: #ff1313 transparent transparent transparent;
    content: "";
}

.lp-step-header {
    margin-bottom: 16px;
    padding: 16px;
    background: #5d5d5d;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .lp-step-header {
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (0.42373)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-step-header {
        font-size: 1.8rem;
    }
}

.lp-step-header.of-primary {
    background: #2550b5;
}

.lp-step-header > *:last-child {
    margin-bottom: 0;
}

.lp-step-title {
    margin-bottom: 16px;
    font-weight: normal;
}

.lp-step-body > *:last-child {
    margin-bottom: 0;
}

.lp-step.of-horizontal {
    display: flex;
    margin-left: -32px;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-horizontal {
        flex-direction: column;
        margin-left: 0;
    }
}

.lp-step.of-horizontal .lp-step-column {
    width: 50%;
    padding-left: 32px;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-horizontal .lp-step-column {
        width: 100%;
        padding-left: 0;
    }
}

.lp-step.of-horizontal .lp-step-column:not(:first-child) {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-horizontal .lp-step-column:not(:first-child) {
        margin-top: 52px;
    }
}

.lp-step.of-horizontal .lp-step-column:not(:first-child)::before {
    content: none;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-horizontal .lp-step-column:not(:first-child)::before {
        position: absolute;
        top: -38px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 24px 15px 0 15px;
        border-style: solid;
        border-color: #ff1313 transparent transparent transparent;
        content: "";
    }
}

.lp-step.of-horizontal .lp-step-column:not(:first-child) .lp-mediaInspection-image {
    position: relative;
}

.lp-step.of-horizontal .lp-step-column:not(:first-child) .lp-mediaInspection-image::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translateY(-50%);
    border-width: 15px 0 15px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #ff1313;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-step.of-horizontal .lp-step-column:not(:first-child) .lp-mediaInspection-image::before {
        content: none;
    }
}

.lp-step.of-horizontal .lp-step-header {
    margin-bottom: 0;
}

.lp-step.of-horizontal .lp-step-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-step.of-horizontal .lp-step-title {
        display: block;
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: 32px;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    min-height: 0%;
    margin-right: 32px;
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .lp-media-image {
        margin-right: calc(1.6rem + ((1vw - 0.768rem) * (3.38983)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-image {
        margin-right: 16px;
        text-align: center;
    }
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

.lp-media-image.of-width-primary {
    width: 392px;
}

@media only screen and (max-width: 1239px) {
    .lp-media-image.of-width-primary {
        width: calc(23.2rem + ((1vw - 0.768rem) * (33.89831)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-image.of-width-primary {
        width: 100%;
    }
}

.lp-media-image.of-width-secondary {
    width: 492px;
}

@media only screen and (max-width: 767px) {
    .lp-media-image.of-width-secondary {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-columnReverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-smallScreen-columnReverse .lp-media-body {
        flex: none;
        width: 100%;
    }
    .lp-media.lp-smallScreen-columnReverse .lp-media-image {
        width: 100%;
        margin: 0 0 24px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-media.lp-extraSmallScreen-column {
        flex-direction: column;
    }
    .lp-media.lp-extraSmallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
        margin: 0 0 24px;
    }
    .lp-media.lp-extraSmallScreen-column .lp-media-image {
        width: 100%;
    }
    .lp-media.lp-extraSmallScreen-columnReverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-extraSmallScreen-columnReverse .lp-media-body {
        flex: none;
        width: 100%;
    }
    .lp-media.lp-extraSmallScreen-columnReverse .lp-media-image {
        width: 100%;
        margin: 0 0 24px;
    }
}

.lp-mediaInspection {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 32px;
}

.lp-mediaInspection-body {
    font-size: 1.8rem;
}

.lp-mediaInspection-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaInspection-image {
    min-height: 0%;
    margin-bottom: 8px;
    border: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
    .lp-mediaInspection-image {
        padding: 8px;
        text-align: center;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 42px 0;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    flex: 1;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-image {
        width: 50%;
        margin-left: 8px;
        text-align: center;
    }
    .lp-mediaAsset-image.lp-smallScreen-width-full {
        width: 100%;
    }
}

.lp-mediaAsset-imageGroup {
    display: flex;
    align-items: center;
    margin-right: 32px;
    margin-left: -8px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-imageGroup {
        width: 100%;
        max-width: 357px;
        margin: 0 0 16px -8px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-height-auto {
        height: auto !important;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
