@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-layout-container {
    margin: 0 auto;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 24px -16px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin-left: -8px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 16px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid > .lp-layout-grid-column {
        padding-left: 8px;
    }
}

.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 only screen and (max-width: 969px) {
    .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: 100%;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-smallScreen-column-4 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 25%;
    }
    .lp-layout-grid.lp-smallScreen-column-5 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 20%;
    }
    .lp-layout-grid.lp-smallScreen-column-6 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 16.66667%;
    }
    .lp-layout-grid.lp-smallScreen-column-7 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 14.28571%;
    }
    .lp-layout-grid.lp-smallScreen-column-8 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 12.5%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 11.11111%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 10%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 9.09091%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column:not([class*="lp-smallScreen-column-"]) {
        width: 8.33333%;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 66.66667%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-4 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-4 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 75%;
    }
    .lp-layout-grid.lp-smallScreen-column-4 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-5 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 40%;
    }
    .lp-layout-grid.lp-smallScreen-column-5 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 60%;
    }
    .lp-layout-grid.lp-smallScreen-column-5 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 80%;
    }
    .lp-layout-grid.lp-smallScreen-column-5 > .lp-layout-grid-column.lp-smallScreen-column-5 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-6 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-smallScreen-column-6 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-6 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 66.66667%;
    }
    .lp-layout-grid.lp-smallScreen-column-6 > .lp-layout-grid-column.lp-smallScreen-column-5 {
        width: 83.33333%;
    }
    .lp-layout-grid.lp-smallScreen-column-6 > .lp-layout-grid-column.lp-smallScreen-column-6 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-7 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 28.57143%;
    }
    .lp-layout-grid.lp-smallScreen-column-7 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 42.85714%;
    }
    .lp-layout-grid.lp-smallScreen-column-7 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 57.14286%;
    }
    .lp-layout-grid.lp-smallScreen-column-7 > .lp-layout-grid-column.lp-smallScreen-column-5 {
        width: 71.42857%;
    }
    .lp-layout-grid.lp-smallScreen-column-7 > .lp-layout-grid-column.lp-smallScreen-column-6 {
        width: 85.71429%;
    }
    .lp-layout-grid.lp-smallScreen-column-7 > .lp-layout-grid-column.lp-smallScreen-column-7 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-8 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 25%;
    }
    .lp-layout-grid.lp-smallScreen-column-8 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 37.5%;
    }
    .lp-layout-grid.lp-smallScreen-column-8 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-8 > .lp-layout-grid-column.lp-smallScreen-column-5 {
        width: 62.5%;
    }
    .lp-layout-grid.lp-smallScreen-column-8 > .lp-layout-grid-column.lp-smallScreen-column-6 {
        width: 75%;
    }
    .lp-layout-grid.lp-smallScreen-column-8 > .lp-layout-grid-column.lp-smallScreen-column-7 {
        width: 87.5%;
    }
    .lp-layout-grid.lp-smallScreen-column-8 > .lp-layout-grid-column.lp-smallScreen-column-8 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 22.22222%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 44.44444%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column.lp-smallScreen-column-5 {
        width: 55.55556%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column.lp-smallScreen-column-6 {
        width: 66.66667%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column.lp-smallScreen-column-7 {
        width: 77.77778%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column.lp-smallScreen-column-8 {
        width: 88.88889%;
    }
    .lp-layout-grid.lp-smallScreen-column-9 > .lp-layout-grid-column.lp-smallScreen-column-9 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 20%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 30%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 40%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-5 {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-6 {
        width: 60%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-7 {
        width: 70%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-8 {
        width: 80%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-9 {
        width: 90%;
    }
    .lp-layout-grid.lp-smallScreen-column-10 > .lp-layout-grid-column.lp-smallScreen-column-10 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 18.18182%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 27.27273%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 36.36364%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-5 {
        width: 45.45455%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-6 {
        width: 54.54545%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-7 {
        width: 63.63636%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-8 {
        width: 72.72727%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-9 {
        width: 81.81818%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-10 {
        width: 90.90909%;
    }
    .lp-layout-grid.lp-smallScreen-column-11 > .lp-layout-grid-column.lp-smallScreen-column-11 {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-2 {
        width: 16.66667%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-3 {
        width: 25%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-4 {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-5 {
        width: 41.66667%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-6 {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-7 {
        width: 58.33333%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-8 {
        width: 66.66667%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-9 {
        width: 75%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-10 {
        width: 83.33333%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-11 {
        width: 91.66667%;
    }
    .lp-layout-grid.lp-smallScreen-column-12 > .lp-layout-grid-column.lp-smallScreen-column-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-4 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 25%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-5 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 20%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-6 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 16.66667%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-7 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 14.28571%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-8 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 12.5%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 11.11111%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 10%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 9.09091%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column:not([class*="lp-extraSmallScreen-column-"]) {
        width: 8.33333%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 66.66667%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-4 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-4 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 75%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-4 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-5 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 40%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-5 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 60%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-5 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 80%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-5 > .lp-layout-grid-column.lp-extraSmallScreen-column-5 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-6 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-6 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-6 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 66.66667%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-6 > .lp-layout-grid-column.lp-extraSmallScreen-column-5 {
        width: 83.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-6 > .lp-layout-grid-column.lp-extraSmallScreen-column-6 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-7 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 28.57143%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-7 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 42.85714%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-7 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 57.14286%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-7 > .lp-layout-grid-column.lp-extraSmallScreen-column-5 {
        width: 71.42857%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-7 > .lp-layout-grid-column.lp-extraSmallScreen-column-6 {
        width: 85.71429%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-7 > .lp-layout-grid-column.lp-extraSmallScreen-column-7 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-8 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 25%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-8 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 37.5%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-8 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-8 > .lp-layout-grid-column.lp-extraSmallScreen-column-5 {
        width: 62.5%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-8 > .lp-layout-grid-column.lp-extraSmallScreen-column-6 {
        width: 75%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-8 > .lp-layout-grid-column.lp-extraSmallScreen-column-7 {
        width: 87.5%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-8 > .lp-layout-grid-column.lp-extraSmallScreen-column-8 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 22.22222%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 44.44444%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column.lp-extraSmallScreen-column-5 {
        width: 55.55556%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column.lp-extraSmallScreen-column-6 {
        width: 66.66667%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column.lp-extraSmallScreen-column-7 {
        width: 77.77778%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column.lp-extraSmallScreen-column-8 {
        width: 88.88889%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-9 > .lp-layout-grid-column.lp-extraSmallScreen-column-9 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 20%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 30%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 40%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-5 {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-6 {
        width: 60%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-7 {
        width: 70%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-8 {
        width: 80%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-9 {
        width: 90%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-10 > .lp-layout-grid-column.lp-extraSmallScreen-column-10 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 18.18182%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 27.27273%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 36.36364%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-5 {
        width: 45.45455%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-6 {
        width: 54.54545%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-7 {
        width: 63.63636%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-8 {
        width: 72.72727%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-9 {
        width: 81.81818%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-10 {
        width: 90.90909%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-11 > .lp-layout-grid-column.lp-extraSmallScreen-column-11 {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-2 {
        width: 16.66667%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-3 {
        width: 25%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-4 {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-5 {
        width: 41.66667%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-6 {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-7 {
        width: 58.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-8 {
        width: 66.66667%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-9 {
        width: 75%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-10 {
        width: 83.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-11 {
        width: 91.66667%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-12 > .lp-layout-grid-column.lp-extraSmallScreen-column-12 {
        width: 100%;
    }
}

.lp-layout-grid.of-justifyContent-center {
    justify-content: center;
}

.lp-jumbotron {
    margin-bottom: 56px;
    background: #1e99aa;
    color: #fff;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron {
        margin-bottom: calc(3.2rem + ((1vw - 0.768rem) * (4.6875)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding: 8px 0 16px;
        text-align: center;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 8px;
    font-size: 4.2rem;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc(2.8rem + ((1vw - 0.768rem) * (6.93069)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: 2.8rem;
    }
}

.lp-jumbotron-text {
    font-size: 2.4rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-text {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (3.9604)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-text {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-image {
    width: 585px;
    min-height: 0%;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        width: calc(46.4rem + ((1vw - 0.768rem) * (59.90099)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: 100%;
        text-align: center;
    }
}

.lp-section {
    margin-bottom: 56px;
}

@media only screen and (max-width: 1279px) {
    .lp-section {
        margin-bottom: calc(3.2rem + ((1vw - 0.768rem) * (4.6875)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-section {
        margin-bottom: 32px;
    }
}

.lp-section-content {
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    margin-top: 80px;
    background: #1e99aa;
    color: #fff;
}

@media only screen and (max-width: 1279px) {
    .lp-section.of-primary {
        margin-top: calc(4rem + ((1vw - 0.768rem) * (7.8125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-primary {
        margin-top: 40px;
    }
}

.lp-section.of-primary .lp-section-content {
    padding: 45px 20px 55px;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-primary .lp-section-content {
        padding: 4.63918vw 20px 5.6701vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-primary .lp-section-content {
        padding: 35px 20px;
    }
}

.lp-section.of-primary .lp-headingLevel2 {
    margin-bottom: 24px;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-primary .lp-headingLevel2 {
        margin-bottom: 2.47423vw;
        font-size: calc(2.2rem + ((1vw - 0.768rem) * (0.78125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-primary .lp-headingLevel2 {
        margin-bottom: 10px;
        font-size: 2.2rem;
    }
}

.lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}

@media only screen and (max-width: 1279px) {
    .lp-headingLevel2 {
        font-size: calc(2rem + ((1vw - 0.768rem) * (1.17188)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2 {
        font-size: 2rem;
    }
}

.lp-headingLevel2 a {
    color: #1a5c9a;
}

.lp-textPhoneLink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 32px 16px;
}

@media only screen and (max-width: 1279px) {
    .lp-textPhoneLink {
        padding: 10px 5px;
    }
}

.lp-textPhoneLink-number {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-weight: bold;
}

@media only screen and (max-width: 1279px) {
    .lp-textPhoneLink-number {
        width: 100%;
    }
}

.lp-textPhoneLink-number a {
    position: relative;
    padding-left: 28px;
    color: #1a5c9a;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-decoration: none;
    cursor: inherit;
}

.lp-textPhoneLink-number a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../../../../../img/ss/general/products_app/products_app_icon_02.png") no-repeat center center;
    background-size: contain;
    content: "";
}

.lp-textPhoneLink-text {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

.lp-textPhoneLink .TelSlsh {
    display: none;
}

@media only screen and (max-width: 1279px) {
    .lp-textPhoneLink .TelSlsh {
        display: block;
        margin-right: 8px;
        margin-left: 10px;
        font-weight: normal;
    }
}

@media only screen and (max-width: 969px) {
    .lp-textPhoneLink .TelSlsh + a {
        margin-top: 6px;
    }
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
    margin-bottom: 16px;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-seriesGroup {
    margin-bottom: 16px;
    line-height: 1.4;
}

@media only screen and (max-width: 1279px) {
    .lp-media-seriesGroup {
        margin-bottom: calc(0.8rem + ((1vw - 0.768rem) * (1.5625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-seriesGroup {
        margin-bottom: 8px;
    }
}

.lp-media-seriesGroup a {
    display: inline-block;
    width: 100%;
    color: #1a5c9a;
    text-decoration: none;
}

.lp-media-seriesGroup a:hover, .lp-media-seriesGroup a:focus {
    text-decoration: underline;
}

.lp-media-seriesName, .lp-media-series {
    color: #1a5c9a;
}

.lp-media-seriesName {
    margin-bottom: 2px;
    font-size: 2rem;
}

@media only screen and (max-width: 1279px) {
    .lp-media-seriesName {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (0.78125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-seriesName {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-media-series {
        font-size: calc(1.4rem + ((1vw - 0.768rem) * (0.39063)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-series {
        font-size: 1.4rem;
    }
}

.lp-media-description {
    font-size: 1.4rem;
}

.lp-media-image {
    min-height: 0%;
    margin-left: 16px;
}

@media only screen and (max-width: 1279px) {
    .lp-media-image {
        width: 22.8125vw;
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        width: 30.10309vw;
    }
}

.lp-media-image.of-primary {
    width: 909px;
}

@media only screen and (max-width: 1279px) {
    .lp-media-image.of-primary {
        width: 71.01563vw;
    }
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

.lp-media-image a {
    display: block;
    background: none;
    text-align: center;
}

.lp-media-image a:hover, .lp-media-image a:focus {
    opacity: 0.8;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse > .lp-media-image {
    margin: 0 16px 0 0;
}

.lp-media.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-media.of-column-reverse > .lp-media-body {
    flex: none;
}

.lp-media.of-column-reverse > .lp-media-image {
    margin: 0 0 16px;
}

@media only screen and (max-width: 969px) {
    .lp-media.lp-smallScreen-row-reverse {
        flex-direction: row-reverse;
    }
    .lp-media.lp-smallScreen-row-reverse > .lp-media-body {
        flex: 1;
    }
    .lp-media.lp-smallScreen-row-reverse > .lp-media-image {
        margin: 0 16px 0 0;
    }
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
    }
    .lp-media.lp-smallScreen-column > .lp-media-body {
        flex: none;
        width: 100%;
    }
    .lp-media.lp-smallScreen-column > .lp-media-image {
        width: 100%;
        margin: 16px 0 0;
        margin-left: 0;
    }
    .lp-media.lp-smallScreen-column > .lp-media-image.of-primary {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-media {
        margin-bottom: 24px;
    }
    .lp-media.lp-extraSmallScreen-column {
        flex-direction: column;
    }
    .lp-media.lp-extraSmallScreen-column > .lp-media-body {
        flex: none;
        width: 100%;
    }
    .lp-media.lp-extraSmallScreen-column > .lp-media-image {
        width: 100%;
        margin: 16px 0 0;
    }
    .lp-media.lp-extraSmallScreen-column-reverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-extraSmallScreen-column-reverse > .lp-media-body {
        flex: none;
        width: 100%;
    }
    .lp-media.lp-extraSmallScreen-column-reverse > .lp-media-image {
        width: 100%;
        margin: 0 0 16px;
    }
}

.lp-card {
    padding: 16px;
    background: #f3f3f3;
}

.lp-card-content {
    margin: 0 auto;
}

@media only screen and (max-width: 969px) {
    .lp-card-content.of-primary {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-card-content.of-primary {
        max-width: 284px;
    }
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

.lp-cardSupport {
    display: flex;
    border-radius: 4px;
}

@media only screen and (max-width: 1279px) {
    .lp-cardSupport {
        flex-direction: column;
        max-width: 970px;
        margin: 0 auto;
    }
}

.lp-cardSupport-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 32px 10px;
    border: 1px solid #1e99aa;
    border-radius: 4px 0 0 4px;
    background: #1e99aa;
    color: #fff;
}

@media only screen and (max-width: 1279px) {
    .lp-cardSupport-header {
        width: 100%;
        padding: 5px 10px;
        border-radius: 4px 4px 0 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-cardSupport-header {
        font-size: 2rem;
    }
}

.lp-cardSupport-title {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}

.lp-cardSupport-body {
    display: flex;
}

@media only screen and (max-width: 1279px) {
    .lp-cardSupport-body {
        display: block;
    }
}

.lp-listSupport {
    display: flex;
    border: 1px solid #999;
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport {
        flex-wrap: wrap;
        border: 1px solid #999;
        border-top: 0;
        border-radius: 0 0 4px 4px;
    }
}

.lp-listSupport > li {
    display: flex;
    position: relative;
    width: 210px;
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li {
        align-items: flex-start;
        width: 50%;
    }
}

.lp-listSupport > li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - (32 * 2px));
    transform: translateY(-50%);
    background: #ccc;
    content: "";
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li::before {
        height: calc(100% - 20px);
    }
}

.lp-listSupport > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li:nth-child(even)::after {
        position: absolute;
        right: 10px;
        bottom: 0;
        width: calc(100% - 10px);
        height: 1px;
        transform: translateY(-50%);
        background: #ccc;
        content: "";
    }
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li:nth-child(odd)::before {
        content: none;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li:nth-child(odd)::after {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: calc(100% - 10px);
        height: 1px;
        transform: translateY(-50%);
        background: #ccc;
        content: "";
    }
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li:last-child::before {
        content: none;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li:last-child::after {
        content: none;
    }
}

.lp-listSupport > li > a {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 32px 20px;
    color: #333;
    text-decoration: none;
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li > a {
        padding: 10px 5px;
    }
}

.lp-listSupport > li > a .lp-listSupport-image {
    opacity: 0.5;
}

.lp-listSupport > li > a:hover {
    background: #dff3fa;
    transition: all 0.5s;
}

.lp-listSupport > li > a:hover .lp-listSupport-image {
    opacity: 1;
    transition: all 0.5s;
}

.lp-listSupport > li > *:last-child {
    margin-bottom: 0;
}

.lp-listSupport > li.of-primary {
    width: 230px;
}

@media only screen and (max-width: 1279px) {
    .lp-listSupport > li.of-primary {
        width: 100%;
    }
}

.lp-listSupport-text {
    width: 100%;
    line-height: 1.3;
    text-align: center;
}

.lp-listSupport-image {
    width: 40px;
    min-height: 0%;
    margin: 0 auto 10px;
}

.lp-listSupport > *:last-child {
    margin-bottom: 0;
}

.lp-listApplication {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
}

@media only screen and (max-width: 969px) {
    .lp-listApplication {
        margin: -2.06186vw 0 2.06186vw -2.06186vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-listApplication {
        margin: -10px 0 10px -10px;
    }
}

.lp-listApplication > li {
    display: flex;
    width: 20%;
    margin-top: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-listApplication > li {
        margin-top: 2.06186vw;
        padding-left: 2.06186vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-listApplication > li {
        width: 25%;
    }
}

@media only screen and (max-width: 640px) {
    .lp-listApplication > li {
        width: 50%;
        margin-top: 10px;
        padding-left: 10px;
        box-shadow: none;
    }
}

.lp-listApplication > li > a {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
    padding: 4px 10px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #333;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-listApplication > li > a {
        box-shadow: none;
    }
}

.lp-listApplication > li > a .lp-listApplication-image {
    opacity: 0.5;
}

.lp-listApplication > li > a:hover {
    background: #dff3fa;
    transition: all 0.5s;
}

.lp-listApplication > li > a:hover .lp-listApplication-image {
    opacity: 1;
    transition: all 0.5s;
}

.lp-listApplication-text {
    font-size: 1.8rem;
    line-height: 1.15;
}

@media only screen and (max-width: 969px) {
    .lp-listApplication-text {
        font-size: 1.85567vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-listApplication-text {
        font-size: 1.6rem;
    }
}

.lp-listApplication-image {
    width: 70px;
    min-height: 0%;
    margin: 0 auto 5px;
}

@media only screen and (max-width: 969px) {
    .lp-listApplication-image {
        width: 7.21649vw;
        margin-bottom: 0.51546vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-listApplication-image {
        width: 50px;
        margin-bottom: 5px;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lp-figure-caption {
    margin-bottom: 8px;
    font-size: 1.4rem;
}

.lp-figure-image {
    min-height: 0%;
    text-align: center;
}

.lp-figure.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-figure.of-column-reverse .lp-figure-caption {
    margin-top: 8px;
    margin-bottom: 0;
}

.lp-buttonConversion {
    border-radius: 3px;
    font-size: 1.4rem;
}

.lp-buttonConversion-outer {
    margin-bottom: 20px;
}

.lp-buttonConversion-body {
    padding: 8px 26px 8px 42px;
}

.lp-buttonConversion-text {
    margin-right: 0;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    padding-left: 50px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    width: 16px;
    height: 15px;
    background: url(../../img/landing_page/lp_app-line-up_01098142/lp_app-line-up_01098142_icon_01.png) no-repeat center center;
}

.lp-utility-textAlign-center {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-utility-textAlign-center {
        text-align: center;
    }
}
