@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-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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;
}

.lp-buttonConversion.of-primary:hover {
    background: #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-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.lp-layout-header {
    background: #eee;
    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content {
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 28px 40px 48px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        padding: 28px 40px calc(2.8rem + ((1vw - 1.024rem) * (2.23464)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        padding: 24px 20px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityGroup {
        flex: none;
        padding-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList {
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList > li {
        padding-right: 0;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 160px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 126px;
    }
}

.lp-layout-footer {
    background: #eee;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.2;
}

.lp-layout-footer-content {
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 18px 40px;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: 18px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
    margin-left: -16px;
}

.lp-layout-footer-list > li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-left: 16px;
}

.lp-layout-footer-list > li::before {
    display: block;
    width: 1px;
    height: 13px;
    margin-right: 16px;
    background: #333;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #333;
    font-size: 1.3rem;
    line-height: 1;
    text-decoration: underline;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: none;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-main {
    position: relative;
    overflow: hidden;
    background: #eee;
    font-size: 2rem;
    line-height: 1.8;
}

@media only screen and (max-width: 1619px) {
    .lp-layout-main {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.44693)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-main {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.3012)));
        line-height: 1.5;
    }
}

.lp-layout-container {
    max-width: calc(962px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container {
        padding: 0;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 40px -56px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid {
        margin-left: calc(-2.4rem + ((1vw - 1.024rem) * (-3.57542)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid {
        margin: -36px 0 40px -24px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 56px;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid > .lp-layout-grid-column {
        padding-left: calc(2.4rem + ((1vw - 1.024rem) * (3.57542)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 36px;
        padding-left: 24px;
    }
}

.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.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: 1023px) {
    .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: 1023px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (min-width: 1620px) {
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column[class*="of-column-"] {
        width: 25%;
    }
}

.lp-jumbotron {
    background: #eee;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: calc(1504px + (40px * 2));
    margin: 0 auto;
    padding: 88px 40px 124px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        padding: calc(7rem + ((1vw - 1.024rem) * (2.01117))) 40px calc(10rem + ((1vw - 1.024rem) * (8.49162)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: calc(1.6rem + ((1vw - 0.36rem) * (1.26984))) calc(2rem + ((1vw - 0.36rem) * (20.63492))) calc(2.4rem + ((1vw - 0.36rem) * (4.44444)));
    }
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-image {
    width: 634px;
    margin-left: 120px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        width: calc(40.5rem + ((1vw - 1.024rem) * (25.58659)));
        margin-left: calc(7.6rem + ((1vw - 1.024rem) * (4.9162)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: calc(28rem + ((1vw - 0.36rem) * (21.08434)));
        min-height: 0%;
        margin: 0 auto 24px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 5rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1rem + ((1vw - 1.024rem) * (0.67039)));
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.01117)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: 4px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.26984)));
    }
}

.lp-jumbotron-title.of-text-large {
    font-size: 9.6rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title.of-text-large {
        font-size: calc(6.1rem + ((1vw - 1.024rem) * (3.91061)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title.of-text-large {
        font-size: calc(4.4rem + ((1vw - 0.36rem) * (2.53968)));
    }
}

.lp-jumbotron-titleOuter {
    display: block;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-titleOuter {
        max-width: calc(46rem + ((1vw - 1.024rem) * (32.40223)));
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleOuter {
        max-width: calc(32rem + ((1vw - 0.36rem) * (21.08434)));
        margin-bottom: 32px;
    }
}

.lp-jumbotron-titleGroup {
    display: block;
    position: relative;
    margin-bottom: 24px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1.6rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-titleGroup.of-animation .lp-jumbotron-title {
    position: absolute;
    top: 0;
    left: 0;
}

.lp-jumbotron-titleGroup.of-animation .lp-jumbotron-title:nth-child(1) {
    position: relative;
    animation: showToHide1 8s linear 0s infinite normal, blur1 8s linear 0s infinite normal;
    opacity: 0;
}

.lp-jumbotron-titleGroup.of-animation .lp-jumbotron-title:nth-child(2) {
    animation: showToHide2 8s linear 0s infinite normal, blur2 8s linear 0s infinite normal;
    opacity: 0;
}

.lp-jumbotron-titleGroup.of-animation .lp-jumbotron-title:nth-child(3) {
    animation: showToHide3 8s linear 0s infinite normal, blur3 8s linear 0s infinite normal;
    opacity: 0;
}

.lp-jumbotron-titleGroup.of-animation.lp-utility-textAlign-right .lp-jumbotron-title {
    right: 0;
}

.lp-jumbotron-series {
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.67039)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -8px;
    margin-left: -16px;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        text-align: center;
    }
}

.lp-jumbotron-seriesGroup .lp-jumbotron-series {
    margin-top: 8px;
    margin-left: 16px;
}

.lp-jumbotron-seriesGroup .lp-label {
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesGroup .lp-label {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (1.11732)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup .lp-label {
        font-size: 2.2rem;
    }
}

@keyframes showToHide1 {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blur1 {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    3% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    30% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    33% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    100% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@keyframes showToHide2 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    37% {
        opacity: 1;
    }
    64% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blur2 {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    33% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    37% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    64% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    67% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    100% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@keyframes showToHide3 {
    0% {
        opacity: 0;
    }
    67% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blur3 {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    67% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
    70% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    97% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    100% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

.lp-section {
    background: #eee;
    color: #30353a;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: calc(1600px + 40px * 2);
    margin: 0 auto;
    padding: 120px 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: calc(9.6rem + ((1vw - 1.024rem) * (2.68156))) 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        padding: 48px calc(2rem + ((1vw - 0.36rem) * (28.57143))) 80px;
    }
}

.lp-section-header {
    padding-bottom: 64px;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        padding: 0 24px 32px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-color-primary {
    background: #30353a;
    color: #eee;
}

.lp-section.of-panel .lp-section-content {
    padding: 60px 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-panel .lp-section-content {
        padding: calc(4.8rem + ((1vw - 1.024rem) * (1.34078))) 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-panel .lp-section-content {
        padding: 32px calc(2.4rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-section.of-panel .lp-section-body {
    display: flex;
    padding: 80px 104px 96px;
    border-radius: 6px;
    background: #eee;
    box-shadow: 10px 10px 20px #c9c9c9, -10px -10px 20px #fff;
}

.lp-section.of-panel .lp-section-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-panel .lp-section-body {
        padding: calc(6.4rem + ((1vw - 1.024rem) * (1.78771))) calc(8rem + ((1vw - 1.024rem) * (2.68156))) calc(7.6rem + ((1vw - 1.024rem) * (2.23464)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-panel .lp-section-body {
        padding: calc(3.2rem + ((1vw - 0.36rem) * (4.81928))) calc(2.4rem + ((1vw - 0.36rem) * (8.43373))) calc(3.2rem + ((1vw - 0.36rem) * (6.62651)));
    }
}

.lp-section.of-panel .lp-section-body.of-primary {
    justify-content: flex-end;
    margin: 0 0 0 calc(50% - 50vw);
    padding: 88px 260px 96px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-panel .lp-section-body.of-primary {
        padding: calc(7rem + ((1vw - 1.024rem) * (2.01117))) calc(8rem + ((1vw - 1.024rem) * (20.11173))) calc(7.6rem + ((1vw - 1.024rem) * (2.23464)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-panel .lp-section-body.of-primary {
        padding: calc(3.2rem + ((1vw - 0.36rem) * (5.72289))) calc(2.4rem + ((1vw - 0.36rem) * (3.61446))) calc(3.2rem + ((1vw - 0.36rem) * (6.62651))) calc(4.4rem + ((1vw - 0.36rem) * (7.83133)));
    }
}

.lp-section.of-panel .lp-section-body.of-secondary {
    justify-content: flex-start;
    margin: 0 calc(50% - 50vw) 0 0;
    padding: 88px 172px 96px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-panel .lp-section-body.of-secondary {
        padding: calc(7rem + ((1vw - 1.024rem) * (2.01117))) calc(12rem + ((1vw - 1.024rem) * (26.81564))) calc(7.6rem + ((1vw - 1.024rem) * (2.23464))) calc(8rem + ((1vw - 1.024rem) * (15.64246)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-panel .lp-section-body.of-secondary {
        padding: calc(3.2rem + ((1vw - 0.36rem) * (5.72289))) calc(4.4rem + ((1vw - 0.36rem) * (5.42169))) calc(3.2rem + ((1vw - 0.36rem) * (9.63855))) calc(2.4rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion .lp-section-content {
        padding: 64px calc(1.8rem + ((1vw - 0.36rem) * (20.79365)));
    }
}

.lp-headingLevel2 {
    display: inline-block;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 18px;
        padding-bottom: 24px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-headingLevel2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #eee;
    box-shadow: 2px 2px 8px #aaa, -2px -2px 8px #fff;
    content: "";
}

.lp-headingLevel2.of-color-primary::before {
    background: #30353a;
    box-shadow: 2px 2px 8px #0d0f11, -2px -2px 8px #4a4f56;
}

.lp-headingLevel2-outer {
    display: block;
    margin-bottom: 32px;
}

.lp-headingLevel2-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-outer {
        margin-bottom: 18px;
    }
}

.lp-headingLevel3 {
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel3 {
        font-size: calc(1.9rem + ((1vw - 1.024rem) * (0.55866)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        height: auto !important;
        margin-bottom: 16px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-label {
    display: block;
    margin-bottom: 16px;
    color: #d90e00;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-label {
        margin-bottom: calc(0.8rem + ((1vw - 1.024rem) * (0.89385)));
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-label {
        margin-bottom: 8px;
        font-size: 2.6rem;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -32px 0 40px -16px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 40px -24px;
    }
}

.lp-listButton > li {
    max-width: 100%;
    margin-top: 32px;
    margin-left: 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-listButton > li.of-width-full {
    width: 100%;
}

.lp-listButton.of-width-full {
    margin-left: 0;
}

.lp-listButton.of-width-full > li {
    width: 100%;
    margin-left: 0;
}

.lp-buttonConversion.of-shadow {
    box-shadow: 0 6px 10px rgba(220, 0, 47, 0.4);
}

.lp-buttonConversion.of-primary.of-shadow {
    box-shadow: 0 6px 10px rgba(19, 119, 143, 0.4);
}

.lp-card {
    margin-bottom: 40px;
    padding: 32px 32px 40px;
    border-radius: 6px;
    background: #30353a;
    box-shadow: 10px 10px 20px #1a1d21, -10px -10px 20px #3e444b;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-card {
        padding: calc(2.4rem + ((1vw - 1.024rem) * (0.89385))) calc(2.4rem + ((1vw - 1.024rem) * (0.89385))) calc(3.2rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-card {
        padding: 26px 24px 32px;
    }
}

.lp-media {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    width: 100%;
    max-width: 432px;
    min-height: 0%;
    margin: 24px auto 0;
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        margin: 16px auto 0;
    }
}

.lp-media.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-media.of-column-reverse .lp-media-image {
    margin: 0 auto 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-column-reverse .lp-media-image {
        margin: 0 auto 16px;
    }
}

.lp-media.of-align-center {
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaFeature {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature {
        flex-direction: column;
    }
}

.lp-mediaFeature-body {
    flex: 1;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaFeature-image {
    width: 634px;
    margin-left: 120px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaFeature-image {
        width: calc(38rem + ((1vw - 1.024rem) * (28.37989)));
        margin-left: calc(4rem + ((1vw - 1.024rem) * (8.93855)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature-image {
        width: calc(27.2rem + ((1vw - 0.36rem) * (54.51807)));
        max-width: 100%;
        min-height: 0%;
        margin: 24px auto 0;
    }
}

.lp-mediaFeature-outer {
    width: 100%;
    max-width: 1254px;
    margin-bottom: 40px;
}

.lp-mediaFeature-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaFeature-outer {
        max-width: calc(88rem + ((1vw - 1.024rem) * (41.78771)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature-outer {
        max-width: 100%;
    }
}

.lp-mediaFeature.lp-largeScreen-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature.lp-largeScreen-row-reverse {
        flex-direction: column;
    }
}

.lp-mediaFeature.lp-largeScreen-row-reverse .lp-mediaFeature-image {
    margin-right: 120px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaFeature.lp-largeScreen-row-reverse .lp-mediaFeature-image {
        margin-right: calc(4rem + ((1vw - 1.024rem) * (8.93855)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature.lp-largeScreen-row-reverse .lp-mediaFeature-image {
        margin: 24px auto 0;
    }
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (0.63492)));
    }
}

.lp-mediaConversion-body {
    flex: 1;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
        padding: 0;
    }
}

.lp-mediaConversion-image {
    width: 356px;
    margin-right: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-image {
        width: calc(28.4rem + ((1vw - 1.024rem) * (8.04469)));
        margin-right: calc(5.2rem + ((1vw - 1.024rem) * (1.34078)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-image {
        width: calc(18rem + ((1vw - 0.36rem) * (15.66265)));
        min-height: 0%;
        margin: 0 auto 16px;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 40px;
    font-size: 3.2rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1619px) {
    .lp-mediaConversion-text {
        font-size: calc(2.6rem + ((1vw - 1.024rem) * (0.67039)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-mediaConversion-text > em {
    font-size: 3.6rem;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text > em {
        font-size: 2.6rem;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.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;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-color-primary {
    color: #d90e00;
}

.lp-utility-color-secondary {
    color: #0078ab;
}

.lp-utility-marginBottom-0 {
    margin-bottom: 0;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 4px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 80px;
}

.lp-utility-marginBottom-12 {
    margin-bottom: 88px;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-0 {
        margin-bottom: 0;
    }
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 4px;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 8px;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 16px;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 24px;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 32px;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 40px;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 48px;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 56px;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 64px;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 72px;
    }
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 80px;
    }
    .lp-smallScreen-marginBottom-12 {
        margin-bottom: 88px;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

.lp-largeScreen-show {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-show {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}
