@charset "UTF-8";

: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;
    color: #333;
    font-family: source-han-sans-japanese, "HiraKakuPro-W3", Meiryo, Osaka, "MS PGothic", sans-serif !important;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 0;
}

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;
}

video {
    display: block;
    max-width: 100%;
}

.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;
    font-size: 2rem;
}

@media screen and (max-width: 970px) {
    .lp-buttonConversion-text {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.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-header {
    background: #181a2a;
}

@media screen and (max-width: 970px) {
    .lp-layout-header {
        height: auto;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1459px + 80px);
    margin: 0 auto;
    padding: 30px 40px 25px;
}

@media screen and (max-width: 970px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 16px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 32px;
}

@media screen and (max-width: 970px) {
    .lp-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    min-width: 170px;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 970px) {
    .lp-layout-header-logo {
        min-width: 91px;
        margin-right: 0;
        padding-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    position: relative;
    background: #e7e7ea;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 40px 40px 24px;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-content {
        flex-direction: column;
        justify-content: center;
        max-width: none;
        padding: 40px 20px 20px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 0;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list {
        width: 100%;
        margin: -8px 0 12px 0;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 33px 0 0;
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    color: #333;
    text-decoration: underline;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list > li:last-child {
        margin: 8px 0 0 0;
    }
    .lp-layout-footer-list > li:last-child::after {
        display: none;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-cardPhoneLink {
    display: flex;
    color: #fff;
    text-decoration: none;
    cursor: inherit;
}

@media screen and (max-width: 970px) {
    .lp-cardPhoneLink {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.lp-cardPhoneLink-notes {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    max-width: 300px;
    margin-right: 16px;
    font-size: 1.2rem;
}

@media screen and (max-width: 970px) {
    .lp-cardPhoneLink-notes {
        display: block;
        max-width: none;
        margin-right: 0;
    }
}

.lp-cardPhoneLink-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-cardPhoneLink-numberGroup {
    display: flex;
    align-items: flex-start;
    max-width: 300px;
}

@media screen and (max-width: 970px) {
    .lp-cardPhoneLink-numberGroup {
        justify-content: center;
        max-width: none;
    }
}

.lp-cardPhoneLink-numberGroup > img {
    display: block;
    max-width: 36px;
    margin-top: 0.2rem;
    margin-right: 10px;
}

.lp-section {
    display: flex;
}

@media screen and (max-width: 970px) {
    .lp-section {
        height: auto !important;
    }
}

.lp-section-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 80px 40px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-section-content {
        width: 100%;
        padding: calc(4.8rem + ((1vw - 0.36rem) * (5.2459))) calc(2rem + ((1vw - 0.36rem) * (3.27869)));
    }
}

.lp-section.of-primary {
    background: #181a2a;
}

.lp-section.of-primary .lp-section-content {
    padding: 40px;
}

@media screen and (max-width: 970px) {
    .lp-section.of-primary .lp-section-content {
        width: 100%;
        padding: calc(2rem + ((1vw - 0.36rem) * (9.83607))) calc(2rem + ((1vw - 0.36rem) * (3.27869))) calc(4rem + ((1vw - 0.36rem) * (9.83607)));
    }
}

.lp-section.of-secondary {
    background: #e7e7ea;
}

.lp-section.of-secondary .lp-section-content {
    padding: 50px 40px 0;
}

@media screen and (max-width: 970px) {
    .lp-section.of-secondary .lp-section-content {
        padding: calc(2.4rem + ((1vw - 0.36rem) * (4.2623))) 20px 0;
    }
}

.lp-jumbotron {
    width: 100%;
    background: #181a2a;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(1459px + 80px);
    margin: 0 auto;
    padding: 50px 20px 40px;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: calc(2.4rem + ((1vw - 0.36rem) * (2.2807))) 20px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    max-width: 850px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    margin-right: 40px;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-image {
        width: calc(38rem + ((1vw - 0.97rem) * (39.62264)));
        margin-right: 20px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image {
        width: calc(23.4rem + ((1vw - 0.36rem) * (23.93443)));
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column-reverse;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 56px;
    color: #fff;
    font-size: 6rem;
    line-height: 1.44;
    text-align: center;
}

.lp-jumbotron-title > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-title {
        font-size: calc(3.6rem + ((1vw - 0.97rem) * (4.5283018868)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-title {
        margin-bottom: 32px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (4.2692939245)));
    }
}

.lp-jumbotron-series {
    font-size: 4rem;
    font-weight: 400;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-series {
        font-size: calc(2.6rem + ((1vw - 0.97rem) * (2.641509434)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (3.6124794745)));
    }
}

.lp-jumbotron-series > b {
    font-size: 5.6rem;
    font-weight: 600;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-series > b {
        font-size: calc(3.8rem + ((1vw - 0.97rem) * (3.0188679245)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-series > b {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (5.2545155993)));
    }
}

.lp-jumbotron-seriesGroup {
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-seriesName {
    font-size: 4rem;
    font-weight: 400;
    display: block;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-seriesName {
        font-size: calc(2.2rem + ((1vw - 0.97rem) * (3.3962264151)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-seriesName {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (3.6124794745)));
    }
}

.lp-layout-cluster {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-jumbotron .lp-label {
    min-width: 60px;
    max-width: 170px;
    margin-right: 14px;
    padding: 6px 10px;
    background: transparent;
    color: #fe2543;
    font-size: 2rem;
    border: 1px solid #fe2543;
    line-height: 1.3;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron .lp-label {
        margin-right: calc(0.8rem + ((1vw - 0.97rem) * (1.50943)));
        font-size: calc(1.6rem + ((1vw - 0.97rem) * (0.7547169811)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron .lp-label {
        min-width: 50px;
        margin-right: calc(0.8rem + ((1vw - 0.36rem) * (1.31148)));
        padding: 4px calc(0.6rem + ((1vw - 0.36rem) * (0.52632))) 2px;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.65574)));
    }
}

.lp-textLead {
    margin-bottom: 24px;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
}

@media screen and (max-width: 970px) {
    .lp-textLead {
        margin-bottom: 16px;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.29508)));
    }
}

.lp-textLead > em {
    color: #fe2543;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid {
        flex-direction: column;
        justify-content: center;
        margin: -32px 0 0 -24px;
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-primary {
        width: 100%;
        margin-top: -48px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 32px;
        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%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column {
        margin-top: 48px;
    }
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.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%;
}

.lp-media-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 970px) {
    .lp-media-content {
        max-width: 500px;
        margin: 0 auto;
    }
}

.lp-media-body {
    width: 100%;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    padding: 8px 24px;
    font-size: 2.4rem;
    font-weight: 600;
    background-color: #ffcc00;
}

@media screen and (max-width: 1500px) {
    .lp-media-title {
        font-size: calc(2rem + ((1vw - 0.97rem) * (1.50943)));
    }
}

@media screen and (max-width: 970px) {
    .lp-media-title {
        padding: 6px calc(2.6rem + ((1vw - 0.36rem) * (3.60656)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.65574)));
    }
}

@media screen and (max-width: 970px) {
    .lp-media-image {
        width: calc(23.4rem + ((1vw - 0.36rem) * (27.21311)));
    }
}

.lp-media.of-primary {

width: 100%;
}

.lp-media.of-primary .lp-media-content {
    align-items: flex-start;
}

.lp-media.of-primary .lp-media-header {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 24px;
    position: relative;
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary .lp-media-header {
        margin-bottom: 16px;
    }
}

.lp-media.of-primary .lp-media-header::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 40px;
    height: 40px;
    background: #e1ecff;
    z-index: -1;
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary .lp-media-header::before {
        width: 32px;
        height: 32px;
    }
}

.lp-media.of-primary .lp-media-body {
    order: 1;
}

.lp-media.of-primary .lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary .lp-media-text {
    font-size: 1.8rem;
    margin-bottom: 16px;
}

@media screen and (max-width: 1500px) {
    .lp-media.of-primary .lp-media-text {
        font-size: calc(1.6rem + ((1vw - 0.97rem) * (0.3773584906)));
    }
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary .lp-media-text {
        font-size: 1.6rem;
    }
}

.lp-media.of-primary .lp-media-title {
    padding: 0;
    background-color: transparent;
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary .lp-media-title {
        font-size: 2rem;
    }
}

.lp-media.of-primary .lp-media-image {
    margin-bottom: 24px;
    margin: 0 auto 24px;
}

@media screen and (max-width: 970px) {
    .lp-media.of-primary .lp-media-image {
        margin: 0 auto 16px;
    }
}

.lp-headingLevel2 {
    z-index: 10;
    position: relative;
    width: 1280px;
    margin-bottom: 24px;
    padding: 8px 200px;
    color: #fff;
    font-size: 4.8rem;
    text-align: center;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1500px) {
    .lp-headingLevel2 {
        width: calc(87rem + ((1vw - 0.97rem) * (77.35849)));
        padding: 8px calc(10rem + ((1vw - 0.97rem) * (18.86792)));
        font-size: calc(3.2rem + ((1vw - 0.97rem) * (3.01887)));
    }
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2 {
        width: calc(32rem + ((1vw - 0.36rem) * (90.16393)));
        padding: 8px calc(6rem + ((1vw - 0.36rem) * (22.95082)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.31148)));
    }
}

.lp-headingLevel2::after {
    z-index: -1;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: transparent linear-gradient(90deg, rgba(143, 170, 220, 0) 0%, #8faadc 50%, rgba(143, 170, 220, 0) 100%) 0% 0% no-repeat;
    content: "";
    filter: blur(2px);
}

.lp-headingLevel2Group {
    margin-bottom: 80px;
}

.lp-headingLevel2Group > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2Group {
        margin-bottom: calc(4.8rem + ((1vw - 0.36rem) * (5.2459)));
    }
}

.lp-text {
    margin-bottom: 32px;
    font-size: 2.8rem;
}

@media screen and (max-width: 1500px) {
    .lp-text {
        font-size: calc(2.4rem + ((1vw - 0.97rem) * (0.75472)));
    }
}

@media screen and (max-width: 970px) {
    .lp-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.98361)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px 0 40px -32px;
}

@media screen and (max-width: 970px) {
    .lp-listButton {
        flex-direction: column;
        margin-top: -24px;
        margin-bottom: 20px;
    }
}

.lp-listButton > li {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 40px 0 0 32px;
}

@media screen and (max-width: 970px) {
    .lp-listButton > li {
        padding-top: 24px;
    }
}

.lp-mediaFeature {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature {
        flex-direction: column;
        max-width: 620px;
        margin-bottom: calc(4.8rem + ((1vw - 0.36rem) * (5.2459)));
    }
}

.lp-mediaFeature * > :last-child {
    margin-bottom: 0;
}

.lp-mediaFeature.of-row-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature.of-row-reverse {
        flex-direction: column;
    }
}

.lp-mediaFeature.of-row-reverse .lp-mediaFeature-image {
    margin-right: 40px;
    margin-left: 0;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature.of-row-reverse .lp-mediaFeature-image {
        margin-right: 0;
    }
}

.lp-mediaFeature-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 620px;
    height: 100%;
    padding-left: 40px;
    border-left: 1px solid #000;
}

.lp-mediaFeature-body * > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature-body {
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }
}

.lp-mediaFeature-image {
    margin-left: 40px;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature-image {
        margin-top: 16px;
        margin-left: 0;
    }
}

.lp-mediaFeature-label {
    display: inline-block;
    max-width: 170px;
    margin-bottom: 8px;
    padding: 4px 12px 0;
    border: 1px solid #dc002f;
    color: #dc002f;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1500px) {
    .lp-mediaFeature-label {
        font-size: calc(2rem + ((1vw - 0.97rem) * (0.75472)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature-label {
        margin-bottom: 4px;
        padding: 4px calc(0.6rem + ((1vw - 0.36rem) * (0.52632))) 0;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.65574)));
    }
}

.lp-mediaFeature-label.of-primary {
    margin-bottom: 11px;
    border: 1px solid #4472c4;
    color: #4472c4;
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature-label.of-primary {
        margin-bottom: 4px;
    }
}

.lp-mediaFeature-title {
    display: block;
    margin-bottom: 16px;
    font-size: 4rem;
    font-weight: 600;
}

@media screen and (max-width: 1500px) {
    .lp-mediaFeature-title {
        margin-bottom: calc(1rem + ((1vw - 0.97rem) * (1.13208)));
        font-size: calc(3.2rem + ((1vw - 0.97rem) * (1.50943)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature-title {
        margin-bottom: 8px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.31148)));
    }
}

.lp-mediaFeature-titleGroup {
    margin-bottom: 24px;
}

.lp-mediaFeature-subtitle {
    display: block;
    margin-bottom: 32px;
    color: #4472c4;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1500px) {
    .lp-mediaFeature-subtitle {
        font-size: calc(2rem + ((1vw - 0.97rem) * (0.75472)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature-subtitle {
        margin-bottom: 24px;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.32787)));
    }
}

.lp-mediaFeature-text {
    margin-bottom: 32px;
    font-size: 2rem;
}

@media screen and (max-width: 1500px) {
    .lp-mediaFeature-text {
        font-size: calc(1.8rem + ((1vw - 0.97rem) * (0.37736)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaFeature-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.32787)));
    }
}

.lp-mediaProduct {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media screen and (max-width: 970px) {
    .lp-mediaProduct {
        flex-direction: column-reverse;
    }
}

.lp-mediaProduct-image {
    margin-right: 40px;
}

@media screen and (max-width: 970px) {
    .lp-mediaProduct-image {
        width: calc(14rem + ((1vw - 0.36rem) * (39.34426)));
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-mediaProduct-body {
    flex: 1;
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct-text {
    margin-bottom: 32px;
    font-size: 2rem;
}

@media screen and (max-width: 970px) {
    .lp-mediaProduct-text {
        margin-bottom: 24px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.65574)));
    }
}

.lp-mediaProduct-textGroup {
    margin-bottom: 40px;
}

@media screen and (max-width: 970px) {
    .lp-mediaProduct-textGroup {
        margin-bottom: 0;
    }
}

.lp-mediaProduct-textGroup > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct .lp-textLead {
    color: #333;
    font-size: 4rem;
}

@media screen and (max-width: 970px) {
    .lp-mediaProduct .lp-textLead {
        margin-bottom: 24px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.62295)));
    }
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-image {
    margin-left: 40px;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset-image {
        width: calc(23.4rem + ((1vw - 0.36rem) * (23.93443)));
        margin-bottom: 8px;
        margin-left: 0;
    }
}

.lp-mediaAsset-body {
    flex: 1;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset .lp-textLead {
    margin-bottom: 48px;
    color: #333;
    font-size: 4rem;
    font-weight: 600;
}

@media screen and (max-width: 1500px) {
    .lp-mediaAsset .lp-textLead {
        font-size: calc(3.2rem + ((1vw - 0.97rem) * (1.50943)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset .lp-textLead {
        margin-bottom: 24px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.96721)));
    }
}

.lp-textPhoneLink {
    min-width: 224px;
    text-align: center;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
}

.lp-textPhoneLink-numberGroupOuter {
    display: inline-block;
}

.lp-textPhoneLink-icon {
    display: flex;
    width: 40px;
    margin: 2px 8px 0 0;
}

.lp-textPhoneLink-notes {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.16;
}

.lp-buttonConversion-image {
    min-width: 46px;
}

.lp-utility-color-emphasis {
    color: #febf00;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

@media only screen and (min-width: 970px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 970px) and (max-width: 970px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 970px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
    .lp-largeScreen-justifyContent-end {
        justify-content: end;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 36px;
    }
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-largeScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 970px) and (max-width: 768px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-show {
        display: flex !important;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-extraSmallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-extraSmallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-extraSmallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-extraSmallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-extraSmallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-extraSmallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-extraSmallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-extraSmallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-extraSmallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraSmallScreen-textAlign-right {
        text-align: right;
    }
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.lp-extraSmallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-hide {
        display: none !important;
    }
}

.lp-extraSmallScreen-show {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-show {
        display: flex !important;
    }
}

.lp-jumbotron .lp-button {
    display: inline-block;
    min-width: 290px;
    padding: 20px 45px;
    border-radius: 33px;
    background: transparent linear-gradient(90deg, #252935 0%, #171B26 100%);
    box-shadow: -6px -6px 12px rgb(255, 255, 255, 0.16), 6px 6px 12px rgb(0, 0, 0, 0.8), inset -2px -2px 2px transparent, inset 2px 2px 2px transparent;
    color: #fd3535;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    transition: box-shadow 0.5s;
}

.lp-jumbotron .lp-button:hover,
.lp-jumbotron .lp-button:focus {
    background: transparent linear-gradient(270deg, #252935 0%, #171B26 100%) no-repeat;
    box-shadow: -6px -6px 12px transparent, 6px 6px 12px transparent, inset -2px -2px 2px rgb(255, 255, 255, 0.2), inset 2px 2px 2px rgb(0, 0, 0, 0.2);
}

.lp-button {
    display: inline-block;
    min-width: 290px;
    padding: 20px 45px;
    border-radius: 33px;
    background: #f2f2f2;
    box-shadow: -6px -6px 30px rgb(255, 255, 255, 0.8), 3px 3px 20px rgb(36, 65, 93, 0.3), inset 0px 3px 6px transparent;
    color: #c43958;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    transition: box-shadow 0.5s;
}

.lp-button:hover,
.lp-button:focus {
    box-shadow: -6px -6px 30px transparent, 3px 3px 20px transparent, inset 0px 3px 6px rgb(0, 0, 0, 0.16);
}

.lp-button-text {
    display: block;
    text-align: center;
}

.lp-button.of-primary {
    color:#129E83;
}