@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.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: #747474;
    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: #747474;
    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 #747474;
    border-right: 1px solid #747474;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #747474;
}

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-mkg_pr {
    overflow: hidden;
}

.lp-jumbotron {
    position: relative;
    min-height: 500px;
    padding: 46px 0 200px;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron {
        min-height: auto;
        margin-bottom: 58px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.lp-jumbotron-content {
    position: relative;
    max-width: 1028px;
    margin: 0 auto;
    padding: 38px 0 28px;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-content {
        padding-bottom: 0;
    }
}

.lp-jumbotron-content::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: calc(((100vw - 100%) / 2)  * -1);
    width: 100vw;
    height: 100%;
    background: linear-gradient(-151deg, #dcdde3 0%, #f6f6f6 100%);
    content: "";
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-content::before {
        content: none;
    }
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-content {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0;
    }
}

.lp-jumbotron-body {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-body {
        max-width: none;
        padding: 0 calc(40vw * 100 / 1028);
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-body {
        padding: 0 20px;
    }
}

.lp-jumbotron-body .lp-buttonConversion {
    position: absolute;
    bottom: -120px;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-body .lp-buttonConversion {
        position: static;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-seriesCopy {
    display: flex;
    align-items: flex-start;
    min-height: 24px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-seriesCopy {
        font-size: calc(26vw * 100 / 1028);
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-seriesCopy {
        margin-bottom: 16px;
        font-size: calc(18vw * 100 / 640);
    }
}

.lp-jumbotron-seriesCopy .lp-icon {
    margin-right: 8px;
    flex-shrink: 0;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-seriesCopy {
        flex-direction: column;
        align-items: center;
        max-width: none;
        padding-left: 0;
    }
    .lp-jumbotron-seriesCopy .lp-icon {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-seriesCopy {
        font-size: 16px;
    }
}

.lp-jumbotron-seriesName {
    display: inline-block;
}

.lp-jumbotron-seriesName.of-primary {
    display: block;
}

.lp-jumbotron-seriesText {
    max-width: 100%;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-seriesText {
        display: block;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 15px;
    font-size: 56px;
    line-height: 1.15;
}

.lp-jumbotron-title em {
    font-size: 80px;
    font-weight: normal;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-title br {
        display: none;
    }
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-title {
        font-size: calc(56vw * 100 / 1028);
        text-align: center;
    }
    .lp-jumbotron-title br {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-title {
        font-size: 28px;
    }
}

.lp-jumbotron-titleGroup {
    text-shadow: #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 20px;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-subtitle {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
}

.lp-jumbotron-releaseText {
    color: #d42425;
    font-size: 2.2rem;
    margin-bottom: 8px;
    display: block;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-releaseText {
        font-size: calc(30vw * 100 / 1028);
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-releaseText {
        font-size: 2rem;
    }
}

.lp-jumbotron-image {
    position: absolute;
    top: -46px;
    left: -20px;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron-image {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 0%;
        margin-bottom: 16px;
        text-align: center;
    }
    .lp-jumbotron-image::after {
        display: block;
        z-index: -1;
        position: absolute;
        top: calc(88vw * 100 / 1028);
        left: 0;
        width: 100%;
        height: 70%;
        background: #dddfe4;
        content: "";
    }
    .lp-jumbotron-image > img {
        width: 63%;
        max-width: 575px;
    }
}

.lp-media {
    display: flex;
    margin-bottom: 16px;
}

@media screen and (max-width: 1028px) {
    .lp-media {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        text-align: center;
    }
}

.lp-media-body {
    width: 100%;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary .lp-media-body {
    align-items: center;
    margin-left: 300px;
    line-height: 1.5;
    text-align: center;
    text-shadow: #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px;
}

.lp-media.of-primary .lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1028px) {
    .lp-media.of-primary .lp-media-body {
        margin-left: 0;
    }
}

.lp-media.of-primary .lp-media-image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-63%);
}

.lp-media.of-primary .lp-media-image > img {
    border: 1px solid #dfdfdf;
    box-shadow: 0 11px 10px -10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
    .lp-media.of-primary .lp-media-image > img {
        max-width: 144px;
    }
}

@media screen and (max-width: 1028px) {
    .lp-media.of-primary .lp-media-image {
        position: static;
        margin-bottom: 24px;
        transform: none;
    }
}

.lp-media.of-primary .lp-media-text {
    font-size: 4rem;
    font-weight: lighter;
}

@media screen and (max-width: 1028px) {
    .lp-media.of-primary .lp-media-text {
        font-size: calc(40vw * 100 / 1028);
    }
}

@media screen and (max-width: 640px) {
    .lp-media.of-primary .lp-media-text {
        font-size: 1.8rem;
    }
}

.lp-section {
    max-width: 1240px;
    margin: 0 auto 64px;
    padding: 64px 64px 53px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1028px) {
    .lp-section {
        padding-top: calc(6rem + ((1vw - 0.768rem) * (1.53846)));
    }
}

@media screen and (max-width: 768px) {
    .lp-section {
        margin-bottom: calc(0rem + ((1vw - 0.36rem) * (15.68627)));
        padding: calc(3.2rem + ((1vw - 0.64rem) * (21.875))) calc(3.2rem + ((1vw - 0.64rem) * (25))) calc(3.2rem + ((1vw - 0.64rem) * (16.40625)));
    }
}

@media screen and (max-width: 640px) {
    .lp-section {
        padding: 32px 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 640px) {
    .lp-section + .lp-section {
        border-top: 1px solid #dcdcdc;
    }
}

@media screen and (max-width: 640px) {
    .lp-section + .lp-section.of-primary {
        border-top: 0;
    }
}

.lp-section p {
    font-size: 1.8rem;
    font-weight: lighter;
}

@media screen and (max-width: 640px) {
    .lp-section p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-secondary {
        padding-top: 0;
    }
}

.lp-section.of-closing {
    display: flex;
    max-width: 100%;
    margin-bottom: 58px;
    padding: 55px 0 0 0;
    box-shadow: none;
}

@media screen and (max-width: 1028px) {
    .lp-section.of-closing {
        padding-top: 0;
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-closing {
        margin-bottom: 0;
    }
}

.lp-section.of-closing .lp-section-content {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 1028px;
    min-height: 240px;
    margin-bottom: 0;
    padding: 20px 0;
}

@media screen and (max-width: 1028px) {
    .lp-section.of-closing .lp-section-content {
        width: 100%;
        min-height: calc(240vw * 100 / 1028);
        padding: 20px calc(40vw * 100 / 1028);
    }
}

@media screen and (max-width: 640px) {
    .lp-section.of-closing .lp-section-content {
        padding: 20px;
    }
}

.lp-section.of-closing .lp-section-content::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: calc(((100vw - 100%) / 2)  * -1);
    width: 100vw;
    height: 100%;
    background: linear-gradient(-151deg, #dcdde3 0%, #f6f6f6 100%);
    content: "";
}

@media only screen and (max-width: 960px) {
    .lp-section.of-closing .lp-section-content::before {
        left: 0;
        width: 100%;
    }
}

.lp-section.of-closing .lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-section-group {
    margin-bottom: 120px;
    padding: 0 40px;
}

@media screen and (max-width: 1240px) {
    .lp-section-group {
        margin-bottom: calc(8rem + ((1vw - 0.768rem) * (8.47458)));
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (2.27273)));
    }
}

@media screen and (max-width: 768px) {
    .lp-section-group {
        margin-bottom: calc(6rem + ((1vw - 0.64rem) * (3.33333)));
    }
}

@media screen and (max-width: 360px) {
    .lp-section-group {
        margin-bottom: 60px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 640px) {
    .lp-section-group:first-child:not(.lp-headingLevel2-outer) {
        padding-top: 0;
    }
}

.lp-section-group > *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    display: flex;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto 22px;
}

@media screen and (max-width: 1028px) {
    .lp-section-content {
        display: block;
    }
}

.lp-section-body {
    width: 42.8%;
}

@media screen and (max-width: 1028px) {
    .lp-section-body {
        width: 100%;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-image {
    width: calc(57.2% - 32px);
    margin-left: 32px;
}

@media screen and (max-width: 1028px) {
    .lp-section-image {
        width: 100%;
        margin-top: 25px;
        margin-left: 0;
    }
}

.lp-section-image > *:last-child {
    margin-bottom: 0 !important;
}

.lp-section.of-primary {
    background-color: #e6e7ef;
}

@media screen and (max-width: 640px) {
    .lp-section.of-primary {
        margin: 0 -50px;
        padding-top: calc(1.6rem + ((1vw - 0.36rem) * (5.71429)));
        padding-right: 50px;
        padding-left: 50px;
    }
}

.lp-buttonConversion {
    margin: 8px 0;
    box-shadow: rgba(220, 0, 47, 0.7) 0 8px 16px;
}

@media screen and (max-width: 640px) {
    .lp-buttonConversion {
        box-shadow: none;
    }
}

.lp-buttonConversion.of-primary {
    box-shadow: rgba(19, 119, 143, 0.7) 0 8px 16px;
}

@media screen and (max-width: 640px) {
    .lp-buttonConversion.of-primary {
        box-shadow: none;
    }
}

.lp-step {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 16px -32px;
}

@media screen and (max-width: 1028px) {
    .lp-step {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-step {
        flex-direction: column;
        align-items: center;
    }
}

.lp-step-column {
    width: 50%;
    min-height: 0%;
    margin-top: 32px;
    padding-left: 32px;
}

@media screen and (max-width: 1028px) {
    .lp-step-column {
        max-width: 318px;
    }
}

@media screen and (max-width: 640px) {
    .lp-step-column {
        width: 100%;
    }
}

.lp-step-column.of-arrow {
    position: relative;
}

.lp-step-column.of-arrow::after {
    position: absolute;
    top: 35%;
    left: 8px;
    transform: translateY(-50%);
    border-width: 11px 0 11px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #999fd5;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-step-column.of-arrow::after {
        top: -24px;
        left: calc(50% + 16px);
        transform: translate(-50%, 0);
        border-width: 16px 11px 0 11px;
        border-color: #999fd5 transparent transparent transparent;
    }
}

.lp-step-column.of-arrow-vertical {
    position: relative;
}

.lp-step-column.of-arrow-vertical::after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(6px);
    border-width: 16px 11px 0 11px;
    border-style: solid;
    border-color: #999fd5 transparent transparent transparent;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-step-column.of-arrow-vertical::after {
        bottom: -27px;
    }
}

.lp-step-column.lp-smallScreen-arrow {
    position: relative;
}

.lp-step-column > *:last-child {
    margin-bottom: 0;
}

.lp-step.of-vertical {
    flex-direction: column;
    width: calc(100% + 32px);
    margin-top: -62px;
}

@media screen and (max-width: 640px) {
    .lp-step.of-vertical {
        margin-top: -30px;
    }
}

.lp-step.of-vertical .lp-step-column {
    width: 100%;
    margin-top: 62px;
    padding-left: 32px;
}

@media screen and (max-width: 640px) {
    .lp-step.of-vertical .lp-step-column {
        margin-top: 30px;
    }
}

.lp-headingLevel2 {
    color: #6a71ad;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel2 {
        font-size: calc(2.6rem + ((1vw - 0.768rem) * (2.11864)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.96078)));
    }
}

.lp-headingLevel2-outer {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto 80px;
    padding: 46px 32px 30px;
    background-color: transparent;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel2-outer {
        padding: calc(1.4rem + ((1vw - 0.36rem) * (3.63636))) calc(1.4rem + ((1vw - 0.36rem) * (2.04545))) calc(1.4rem + ((1vw - 0.36rem) * (1.81818)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc(3rem + ((1vw - 0.36rem) * (12.2549)));
    }
}

.lp-headingLevel2-outer::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background-color: #f2f2f2;
    content: "";
    opacity: 0.75;
}

.lp-headingLevel2-outer::after {
    z-index: -2;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 100%;
    height: 100%;
    background-color: #e6e7ef;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-headingLevel2-outer::after {
        display: none;
    }
}

.lp-headingLevel3 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 3.8rem;
    font-weight: lighter;
    line-height: 1.4;
}

@media screen and (max-width: 1028px) {
    .lp-headingLevel3 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel3 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.43137)));
    }
}

.lp-headingLevel3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #6a71ad;
    content: "";
}

@media screen and (max-width: 1028px) {
    .lp-headingLevel3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 640px) {
    .lp-headingLevel3::after {
        width: 40px;
    }
}

.lp-headingLevel3.of-primary {
    margin-bottom: 36px;
    color: #6a71ad;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: 24px;
    }
}

.lp-headingLevel3.of-primary::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #6a71ad;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-headingLevel3.of-primary::after {
        width: 40px;
    }
}

.lp-headingLevel4 {
    margin-bottom: 24px;
    color: #6a71ad;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 1028px) {
    .lp-headingLevel4 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel4 {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

.lp-headingLevel5 {
    padding: 6px 16px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel5 {
        padding: 8px calc(0.8rem + ((1vw - 1.028rem) * (3.77358)));
        font-size: calc(1.4rem + ((1vw - 1.028rem) * (0.9434)));
    }
}

@media screen and (max-width: 1028px) {
    .lp-headingLevel5 {
        padding: 8px 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel5 {
        padding: 8px calc(0.8rem + ((1vw - 0.64rem) * (6.25)));
        font-size: calc(1.4rem + ((1vw - 0.64rem) * (1.5625)));
    }
}

@media screen and (max-width: 640px) {
    .lp-headingLevel5 {
        padding: 6px 16px;
        font-size: 1.6rem;
    }
}

.lp-headingLevel5-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background-color: #6a71ad;
}

@media screen and (max-width: 640px) {
    .lp-headingLevel5-outer.of-primary {
        max-width: calc(23.6rem + ((1vw - 0.36rem) * (29.28571)));
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel5-outer.of-primary {
        max-width: 236px;
    }
}

.lp-headingLevel5-outer + .lp-figure {
    margin-top: -16px;
}

.lp-figure {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

@media screen and (max-width: 1028px) {
    .lp-figure {
        align-items: center;
    }
}

.lp-figure-caption {
    width: 100%;
    margin-top: 14px;
    font-size: 1.6rem;
    font-weight: lighter;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-figure-caption {
        margin-top: 8px;
        font-size: 1.4rem;
    }
}

.lp-figure.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-figure.of-column-reverse-caption {
    margin-top: 0;
    margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
    .lp-figure.of-column-reverse-caption {
        margin-bottom: 8px;
    }
}

.lp-figure-image {
    width: 100%;
    min-height: 0%;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-figure-image.of-primary {
        max-width: calc(23.6rem + ((1vw - 0.36rem) * (29.28571)));
    }
}

@media screen and (max-width: 360px) {
    .lp-figure-image.of-primary {
        max-width: 236px;
    }
}

.lp-figure-image.of-arrow {
    position: relative;
}

.lp-figure-image.of-arrow::after {
    position: absolute;
    top: 44%;
    left: -23px;
    transform: translateY(-50%);
    border-width: 11px 0 11px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #999fd5;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-figure-image.of-arrow::after {
        content: none;
    }
}

.lp-icon {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #d42425;
    color: #d42425;
    font-weight: bold;
    line-height: 1.2;
    word-break: keep-all;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -26px 0 20px -20px;
    font-size: 0;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron .lp-listButton {
        display: block;
        justify-content: center;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }
    .lp-jumbotron .lp-listButton > li {
        margin-top: 0;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .lp-jumbotron .lp-listButton > li:last-child {
        margin-bottom: 0;
    }
}

.lp-listButton > li {
    margin-top: 26px;
    padding-left: 20px;
}

.lp-listButton > li .lp-buttonConversion {
    position: inherit;
}

.lp-listButton > li .lp-buttonConversion.of-arrow {
    margin: 0;
}

.lp-jumbotron .lp-listButton.of-primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -26px 0 20px -20px;
}
.lp-jumbotron .lp-listButton.of-primary  > li {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron .lp-listButton.of-primary {
        justify-content: center;
    }
}

.lp-listButton-outer {
    display: flex;
    justify-content: center;
}

.lp-jumbotron .lp-listButton-outer {
    position: absolute;
    bottom: -120px;
}

.lp-jumbotron .lp-listButton-outer.of-primary {
    position: absolute;
    top: calc(100% + 56px);
}

@media screen and (max-width: 1028px) {
    .lp-jumbotron .lp-listButton-outer,
    .lp-jumbotron .lp-listButton-outer.of-primary {
        position: static;
    }
}

.lp-listButton-outer > *:last-child {
    margin-bottom: 0;
}

.lp-listButton.of-vertical {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
}

.lp-listButton.of-vertical > li {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
}

.lp-listButton.of-vertical > li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1028px) {
    .lp-listButton.of-vertical > li {
        margin-bottom: 20px;
    }
}

.lp-listButton.of-alignItems-center {
    align-items: center;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 56px -18px;
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 18px;
}

.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 > *:last-child {
    margin-bottom: 0;
}

.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: 640px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
}

@media screen and (max-width: 1028px) {
    .lp-layout-grid.of-column-5 {
        justify-content: center;
    }
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 25%;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .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-layout-grid.of-primary {
    margin: -30px 0 56px -32px;
}

@media screen and (max-width: 1028px) {
    .lp-layout-grid.of-primary {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-primary.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-primary > .lp-layout-grid-column {
    margin-top: 30px;
    padding-left: 32px;
}

@media screen and (max-width: 1028px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column {
        max-width: 318px;
    }
}

.lp-layout-grid.of-primary > .lp-layout-grid-column.of-border {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.lp-layout-grid.of-primary > .lp-layout-grid-column.of-border::after {
    position: absolute;
    top: 0;
    left: 16px;
    width: 0;
    height: 100%;
    border-left: 2px dashed #6a71ad;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column.of-border::after {
        top: -12px;
        left: 32px;
        width: calc(100% - 32px);
        height: 0;
        border-top: 2px dashed #6a71ad;
        border-left: 0;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textAlign-right {
    text-align: right;
}

@media screen and (max-width: 640px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-smallScreen-arrow::after {
        position: absolute;
        top: -28px;
        left: calc(50% + 16px);
        transform: translateX(-50%);
        border-width: 16px 11px 0 11px;
        border-style: solid;
        border-color: #999fd5 transparent transparent transparent;
        content: "";
    }
}

.lp-textPhoneLink {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.lp-textPhoneLink-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
    .lp-textPhoneLink-number {
        width: 100%;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #333;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
    content: "";
}

.lp-textPhoneLink-number > .TelSlsh {
    display: none;
}

.lp-textPhoneLink-notes {
    max-width: 100%;
}

@media screen and (max-width: 640px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}
