@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;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.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;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.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: #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-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: -24px 0 56px -20px;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid {
        margin: -24px 0 56px -8px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        justify-content: flex-start;
    }
}

.lp-layout-grid.of-column-secondary {
    margin: -24px 0 0 -40px;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-secondary {
        flex-direction: column;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    padding-left: 20px;
}

@media screen and (max-width: 970px) {
    .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 > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid > .lp-layout-grid-column.of-primary {
    padding-left: 40px;
}

.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: 767px) {
    .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 screen and (min-width: 768px) {
    .lp-layout-grid.of-column-primary > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.of-column-primary > .lp-layout-grid-column[class*="of-column-"] {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-primary > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.of-column-primary > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media screen and (max-width: 483px) {
    .lp-layout-grid.of-column-primary > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.of-column-primary > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
}

@media screen and (max-width: 343px) {
    .lp-layout-grid.of-column-primary > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.of-column-primary > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (min-width: 971px) {
    .lp-layout-grid.of-column-secondary > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.of-column-secondary > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-secondary > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.of-column-secondary > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

.lp-layout-gridFeature {
    grid-gap: 9px;
    display: grid;
    grid-template-rows: auto auto;
}

@media screen and (max-width: 970px) {
    .lp-layout-gridFeature {
        grid-gap: 4px;
        grid-template-columns: 1fr 1fr;
    }
}

.lp-layout-gridFeature.of-primary {
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    align-items: flex-start;
    max-width: 548px;
}

@media screen and (max-width: 767px) {
    .lp-layout-gridFeature.of-primary {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 1fr;
    }
}

.lp-layout-gridFeature.of-secondary {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    max-width: 548px;
}

@media screen and (max-width: 970px) {
    .lp-layout-gridFeature.of-secondary {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-gridFeature.of-secondary {
        display: flex;
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.lp-layout-gridFeature-column {
    text-align: center;
}

.lp-layout-gridFeature-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-gridFeature-column:first-child {
    grid-column: span 2;
}

.lp-layout-gridFeature-column.of-primary:first-child {
    grid-column: 1 / 4;
}

@media screen and (max-width: 970px) {
    .lp-layout-gridFeature-column.of-primary:first-child {
        grid-column: span 3;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-gridFeature-column.of-primary:first-child {
        grid-column: 1 / 7;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-gridFeature-column.of-primary:nth-child(even):not(:first-child) {
        grid-column: 2 / 4;
    }
}

@media screen and (max-width: 400px) {
    .lp-layout-gridFeature-column.of-primary:nth-child(even):not(:first-child) {
        grid-column: 1 / 4;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-gridFeature-column.of-primary:nth-child(odd):not(:first-child) {
        grid-column: 4 / 6;
    }
}

@media screen and (max-width: 400px) {
    .lp-layout-gridFeature-column.of-primary:nth-child(odd):not(:first-child) {
        grid-column: 4 / 7;
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-gridFeature-column.of-secondary:first-child {
        grid-column: span 2;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-gridFeature-column.of-secondary:first-child {
        grid-column: span 1;
    }
}

.lp-layout-gridFeature-column:not(:first-child) {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
}

.lp-layout-container {
    width: calc(840px + (20px * 2));
    margin: 0 auto 32px;
}

@media screen and (max-width: 970px) {
    .lp-layout-container {
        width: 100%;
    }
}

.lp-jumbotron {
    background-color: #dde5ec;
}

.lp-jumbotron-content {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 32px 20px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-content {
        padding: 20px;
    }
}

.lp-jumbotron-body {
    margin-inline: auto;
    padding-inline: 20px;
    text-align: center;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-body {
        width: 100%;
        max-width: calc(840px + (20px * 2));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-body {
        padding-inline: calc(0rem + ((1vw - 0.36rem) * (3.27869)));
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 19px;
    color: #333;
    font-size: 5.2rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-title {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.53846)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 8px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (-0.25641)));
    }
}

.lp-jumbotron-text {
    margin-inline: auto;
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-text {
        width: 100%;
        line-height: 1.3;
    }
}

.lp-jumbotron-text.of-primary {
    max-width: calc(840px + (20px * 2));
}

.lp-section {
    background: linear-gradient(to bottom, #dde5ec 50%, #fff 50%);
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    margin-inline: auto;
    padding-inline: 20px;
    display: grid;
    max-width: calc(1600px + (20px * 2));
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-section-content {
        width: 100%;
    }
}

.lp-section-content.of-primary {
    padding-block: 56px;
    max-width: 1320px;
}

@media screen and (max-width: 970px) {
    .lp-section-content.of-primary {
        padding-block: 32px;
        width: 100%;
    }
}

.lp-section.of-primary {
    background: linear-gradient(to bottom, #fefefe, #e3e9ef);
}

.section {
    margin-bottom: 0;
}

#LoginForm > *:only-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 12px;
    color: #333;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

.lp-headingLevel2.of-primary {
    margin-bottom: 8px;
    font-size: 4rem;
    font-weight: 600;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2.of-primary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.02564)));
    }
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2.of-primary {
        text-align: center;
    }
}

.lp-headingLevel3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
}

.lp-headingLevel3 > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel3 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

.lp-headingLevel3-outer {
    grid-gap: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

@media screen and (max-width: 970px) {
    .lp-headingLevel3-outer {
        grid-gap: 4px;
        flex-direction: column;
        margin-bottom: 16px;
    }
}

.lp-headingLevel3.of-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (0.25641)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media screen and (max-width: 970px) {
    .lp-headingLevel3.of-primary {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}

.lp-navigation {
    margin-bottom: 16px;
}

.lp-navigation-list {
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.lp-navigation-list > *:last-child {
    margin-bottom: 0;
}

.lp-navigation-list li {
    position: relative;
    max-width: 100%;
    margin-bottom: 8px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.lp-buttonAnchor {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 12px;
    overflow: hidden;
    color: #333;
    text-decoration: none;
}

.lp-buttonAnchor > *:last-child {
    margin-bottom: 0;
}

.lp-buttonAnchor-body {
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 16px;
}

.lp-buttonAnchor-body::after {
    position: absolute;
    top: calc(50% - 4px);
    right: -16px;
    width: 0;
    height: 0;
    border-top: 6px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lp-buttonAnchor-text {
    font-size: 1.6rem;
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-figure figcaption,
    .lp-figure img {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .lp-figure figcaption,
    .lp-figure img {
        min-width: 140px;
    }
}

@media screen and (max-width: 360px) {
    .lp-figure figcaption,
    .lp-figure img {
        min-width: 100%;
    }
}

@media screen and (max-width: 970px) {
    .lp-figure.of-primary {
        flex-direction: column-reverse;
    }
}

.lp-figure.of-primary img {
    width: 100%;
}

.lp-figure-caption {
    padding-top: 8px;
    color: #333;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 970px) {
    .lp-figure-caption {
        padding-top: 8px;
    }
}

.lp-media {
    margin-bottom: 9px;
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-media {
        margin-bottom: 4px;
    }
    .lp-media > *:last-child {
        margin-bottom: 0;
    }
}

.lp-media.of-primary {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 970px) {
    .lp-media.of-secondary {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 970px) {
    .lp-media.of-teritary {
        max-width: 288px;
        margin-bottom: 6px;
    }
}

.lp-media-image {
    width: 100%;
    height: auto;
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset {
    grid-gap: 48px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto auto;
    place-content: center;
    place-items: center;
    margin-bottom: 32px;
}

.lp-mediaAsset > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset {
        grid-gap: 16px;
        padding-inline: 0;
        grid-template-columns: auto;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1920px) {
    .lp-mediaAsset img {
        width: calc(14rem + ((1vw - 0.36rem) * (5.12821)));
    }
}

.lp-mediaAsset.of-reverse > :first-child {
    order: 2;
}

.lp-mediaAsset.of-reverse > :last-child {
    order: 1;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-list > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image > *:last-child {
    margin-bottom: 0;
}

.lp-media-body {
    padding: 8px 12px;
    background-color: #00559e;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-media-body {
        padding: 4px 8px;
    }
}

.lp-media-body.of-primary {
    padding: 4px 8px;
    background-color: #516271;
}

@media screen and (max-width: 970px) {
    .lp-media-body.of-primary {
        padding: 6px 0 0;
        background-color: #fff;
    }
}

.lp-media-body.of-secondary {
    padding: 4px 8px;
}

.lp-media-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-media-title {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media screen and (max-width: 1920px) {
    .lp-media-title.of-primary {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

.lp-media-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-media-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media screen and (max-width: 970px) {
    .lp-media-text {
        color: #333;
        line-height: 1.1;
    }
}

.lp-media-text sup {
    top: -1em;
    padding-right: 4px;
    font-size: 50%;
}

@media screen and (max-width: 970px) {
    .lp-media-text sup {
        padding-right: 0;
    }
}

.lp-card {
    margin-bottom: 32px;
    padding: 32px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-card {
        padding: 16px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }
}

.lp-card.of-primary {
    padding: 32px 72px;
}

@media screen and (max-width: 970px) {
    .lp-card.of-primary {
        padding-inline: calc(1.6rem + ((1vw - 0.36rem) * (9.18033)));
        margin-bottom: 26px;
    }
}

.lp-card.of-secondary {
    padding: 32px 72px;
}

@media screen and (max-width: 970px) {
    .lp-card.of-secondary {
        padding-inline: calc(1.6rem + ((1vw - 0.36rem) * (9.18033)));
        margin-bottom: 32px;
    }
}

.lp-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

.lp-card-body {
    max-width: calc(800px + (20px * 2));
    margin: 0 auto 24px;
    text-align: center;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-card-body.of-primary {
    max-width: calc(800px + (20px * 2));
}

@media screen and (max-width: 970px) {
    .lp-card-body.of-primary {
        margin-bottom: 22px;
    }
}

.lp-card-body.of-secondary {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
}

@media screen and (max-width: 970px) {
    .lp-card-body {
        margin-bottom: 12px;
    }
}

.lp-card-text {
    display: inline-block;
    color: #333;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-card-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

.lp-card-image > *:last-child {
    margin-bottom: 0;
}

.lp-card-image img {
    margin-bottom: 10px;
}

.lp-list {
    margin-bottom: 16px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3;
    list-style: none;
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-list {
        font-size: 16px;
    }
}

.lp-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 12px;
}

@media screen and (max-width: 970px) {
    .lp-list li {
        margin-bottom: 4px;
    }
}

.lp-list li::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #00559e;
    content: "";
}

.lp-listButton {
    grid-gap: 16px;
    display: flex;
    flex-wrap: wrap;
}

.lp-listButton.of-flex {
    margin-inline: auto;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 970px) {
    .lp-listButton.of-flex {
        flex-direction: column;
    }
}

.lp-label {
    display: block;
    min-width: 64px;
    max-width: 180px;
    padding: 2px 10px;
    background: linear-gradient(to right, #de0000, #980000);
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 1920px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

@media screen and (max-width: 970px) {
    .lp-label {
        min-width: 48px;
    }
}

@media screen and (max-width: 360px) {
    .lp-label {
        padding: 4px 10px;
        font-size: 1.4rem;
    }
}

.lp-label.of-maxWidth-primary {
    max-width: 240px;
}

.lp-label-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0 -8px;
}

.lp-label-outer {
    margin-top: 8px;
    padding-left: 8px;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-fontSize-primary {
    display: block;
    font-size: 2.6rem;
}

@media screen and (max-width: 1280px) {
    .lp-utility-fontSize-primary {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.51282)));
    }
}

@media screen and (max-width: 360px) {
    .lp-utility-fontSize-primary {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 971px) {
    .lp-largeScreen-hide {
        display: none !important;
    }
}

@media screen and (min-width: 971px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media only screen and (max-width: 343px) {
    .lp-extraSmallScreen-height-auto {
        height: auto !important;
    }
}
