<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

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

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image &gt; img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #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 &gt; li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList &gt; li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

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

.lp-navigationSeries-linkList &gt; li &gt; a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a:link {
    color: #999;
}

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

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

.section {
    margin-bottom: 0;
}

#LoginForm &gt; *:only-child {
    margin-bottom: 0;
}

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

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

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

.lp-utility-color-emphasis {
    color: #dc002f;
}

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

@media screen and (max-width: 768px) {
    .lp-smallScreen-lineHeight-large {
        line-height: 1.56;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 32px -16px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid {
        margin-top: -16px;
        margin-left: -16px;
    }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
    .lp-layout-grid &gt; .lp-layout-grid-column.of-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

.lp-layout-grid &gt; .lp-layout-grid-column &gt; *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-margin-small {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-margin-small {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-margin-small {
        margin-bottom: 24px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lp-layout-container {
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-layout-container.of-outerMost {
    max-width: none;
    padding: 0;
    background-color: #f5f5f5;
}

@media screen and (max-width: 1024px) {
    .lp-layout-container.of-outerMost {
        padding: 0;
    }
}

.lp-layout-stack {
    display: block;
}

.lp-layout-stack &gt; * + * {
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .lp-layout-stack &gt; * + * {
        margin-top: 4px;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone &gt; *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

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

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-numberGroup.of-vertical {
    align-items: center;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
}

.lp-textPhone-icon {
    fill: #484b4c;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .lp-textPhone-icon {
        width: 24px;
        min-width: 24px;
        height: 24px;
        min-height: 24px;
    }
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

.lp-textPhone-number &gt; .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    color: #484b4c;
    text-decoration: none;
    cursor: default;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: column-reverse;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 25px 20px 0;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        max-width: 100%;
        padding: 16px 20px 0;
    }
}

.lp-jumbotron-content &gt; * {
    width: 100%;
}

.lp-jumbotron-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column-reverse;
}

.lp-jumbotron-titleGroup &gt; * {
    width: 100%;
}

.lp-jumbotron-title {
    font-size: 48px;
    line-height: 1.3;
}

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

.lp-jumbotron-titleImage {
    display: inline-block;
    width: 150px;
    height: 68px;
    margin-left: 16px;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleImage {
        width: calc(11.6rem + ((1vw - 0.768rem) * (13.28125)));
        min-width: 116px;
        height: calc(5.3rem + ((1vw - 0.768rem) * (5.85938)));
        min-height: 53px;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-titleImage {
        display: block;
        width: 116px;
        height: auto;
        margin: 0 auto;
        padding-top: 16px;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    margin-left: -8px;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-seriesGroup {
        align-items: flex-start;
        margin-bottom: 16px;
    }
}

.lp-jumbotron-seriesGroup &gt; * {
    margin-left: 8px;
}

.lp-jumbotron-series {
    max-width: 80%;
    font-size: 24px;
    line-height: 1.3;
}

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

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

.lp-label {
    max-width: 200px;
    padding: 4px 16px;
    background-color: #dc002f;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .lp-label {
        max-width: 120px;
        padding: 4px 8px;
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (1.22549)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -16px 0 18px -24px;
}

@media screen and (max-width: 768px) {
    .lp-listButton {
        flex-direction: column;
    }
}

.lp-listButton &gt; li {
    max-width: 100%;
    padding: 16px 0 0 24px;
}

.lp-listButton &gt; li &gt; *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-listButton &gt; li {
        width: 100%;
        text-align: center;
    }
}

.lp-section {
    margin-bottom: 80px;
}

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

.lp-section.of-primary {
    padding: 40px 20px;
    background-color: #e1e1e1;
}

@media screen and (max-width: 768px) {
    .lp-section.of-primary {
        padding: 24px 0 16px;
    }
}

.lp-section-group &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 64px;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
}

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

@media screen and (max-width: 768px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
        font-weight: bold;
        line-height: 1.17;
    }
}

.lp-headingLevel2-body {
    display: inline-block;
    position: relative;
    padding: 0 54px;
}

.lp-headingLevel2-body::before, .lp-headingLevel2-body::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 38px;
    height: 4px;
    transform: translateY(-50%);
    background-color: #d5d5d5;
    content: "";
}

.lp-headingLevel2-body::before {
    left: 0;
}

.lp-headingLevel2-body::after {
    right: 0;
}

.lp-headingLevel3 {
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 16px;
    background-color: #ddd;
    font-size: 16px;
    line-height: 1.37;
}

.lp-mediaApplication {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .lp-mediaApplication {
        flex-direction: row-reverse;
        width: calc(100% + 16px) !important;
        margin-left: -16px;
    }
    .lp-mediaApplication &gt; * {
        margin-left: 16px;
    }
}

.lp-mediaApplication-body {
    flex: 1 0 auto;
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .lp-mediaApplication-body {
        flex: 1;
        width: 100%;
        font-size: 16px;
    }
}

.lp-mediaApplication-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-mediaApplication-image {
    width: 100%;
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .lp-mediaApplication-image {
        width: calc(320px / 100);
        min-width: 100px;
        margin-top: 0;
    }
}
</pre></body></html>