@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > 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;
}

address {
    font-style: normal;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
}

b,
em,
strong {
    font-weight: 600;
}

sub {
    bottom: 0;
    font-size: 1.2rem;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: 1280px;
    min-height: 82px;
    margin: 0 auto;
    padding: 13px 20px;
}

@media screen and (max-width: 969px) {
    .lp-layout-header-content {
        display: block;
        min-height: inherit;
        padding: 17px 20px;
        text-align: center;
    }
}

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 148px;
}

@media screen and (max-width: 969px) {
    .lp-layout-header-logo img {
        width: 91px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: -16px 0 0 -16px;
    margin-top: -16px;
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-left: 16px;
}

.lp-layout-header-utilityList > li > :last-child {
    margin-bottom: 0;
}

.lp-layout-footer-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 33px 20px 29px;
}

@media screen and (max-width: 969px) {
    .lp-layout-footer-content {
        padding: 16px 20px 16px;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -16px;
    margin-left: -28px;
    color: #707070;
    font-size: 1.4rem;
    line-height: 1.14;
}

.lp-layout-footer-utilityList > li {
    position: relative;
    margin-top: 16px;
    margin-left: 28px;
}

@media screen and (max-width: 969px) {
    .lp-layout-footer-utilityList > li {
        text-align: center;
    }
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #dedede;
    content: "";
}

.lp-layout-footer-utilityList > li:first-child::before {
    display: none;
}

.lp-layout-footer-utilityList a {
    color: inherit;
    text-decoration: none;
}

.lp-layout-footer-utilityList a:hover, .lp-layout-footer-utilityList a:active, .lp-layout-footer-utilityList a:focus {
    text-decoration: underline;
}

@media screen and (max-width: 969px) {
    .lp-layout-footer-copyright {
        width: 100%;
    }
    .lp-layout-footer-copyright::before {
        display: none !important;
    }
}

.lp-layout-main {
    color: #33353a;
}

.lp-layout-container {
    padding: 0 0 120px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-container {
        padding-bottom: calc(6.4rem + ((1vw - 0.97rem) * (20.74074)));
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        padding-bottom: 64px;
    }
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -48px 0 80px -32px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        margin-bottom: 24px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 48px;
    padding-left: 32px;
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 969px) {
    .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%;
    }
}

.lp-section {
    font-size: 1.7rem;
    line-height: 1.4;
}

@media screen and (max-width: 969px) {
    .lp-section {
        font-size: 1.6rem;
    }
}

.lp-section-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px 120px;
}

@media screen and (max-width: 1240px) {
    .lp-section-content {
        padding-bottom: calc(6.4rem + ((1vw - 0.97rem) * (20.74074)));
    }
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.85222))) 64px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-content .lp-layout-container:last-child {
    padding-bottom: 0;
}

.lp-section.of-primary {
    background-color: #33353a;
    color: #fff;
}

@media screen and (max-width: 969px) {
    .lp-section.of-primary {
        margin-top: 40px;
    }
}

.lp-section.of-primary .lp-section-content {
    padding: 73px 80px 80px;
}

@media screen and (max-width: 969px) {
    .lp-section.of-primary .lp-section-content {
        padding: 40px calc(2rem + ((1vw - 0.36rem) * (9.85222))) 20px;
    }
}

.lp-jumbotron {
    position: relative;
    margin-bottom: 85px;
    overflow: hidden;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron {
        margin-bottom: calc(4.8rem + ((1vw - 0.97rem) * (13.7037)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 48px;
    }
}

.lp-jumbotron-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron-body {
    display: flex;
    z-index: 2;
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 816px;
    height: 100%;
    padding: 40px 0 108px;
    color: #fff;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-body {
        max-width: calc(60rem + ((1vw - 0.97rem) * (80)));
        padding-bottom: calc(6rem + ((1vw - 0.97rem) * (17.77778)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        position: static;
        max-width: 100%;
        padding: 16px 0;
        color: #333;
    }
}

.theme-KW .lp-jumbotron-body {
    max-width: 848px;
}

@media screen and (max-width: 1240px) {
    .theme-KW .lp-jumbotron-body {
        max-width: calc(60rem + ((1vw - 0.97rem) * (91.85185)));
    }
}

@media screen and (max-width: 969px) {
    .theme-KW .lp-jumbotron-body {
        max-width: 100%;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image, .lp-jumbotron-video {
    position: relative;
    max-height: 854px;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image, .lp-jumbotron-video {
        max-height: calc(16rem + ((1vw - 0.36rem) * (63.21839)));
        overflow: hidden;
    }
}

.lp-jumbotron-image::before, .lp-jumbotron-video::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c0c0f;
    animation: changeBg 0.6s 2s forwards;
    content: "";
}

.lp-jumbotron-image > img,
.lp-jumbotron-image > video, .lp-jumbotron-video > img,
.lp-jumbotron-video > video {
    display: block;
    width: 100%;
    height: 100%;
}

.lp-jumbotron-imageButton, .lp-jumbotron-videoButton {
    display: none;
    z-index: 1;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #d4d4d4;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-imageButton, .lp-jumbotron-videoButton {
        right: 0;
        bottom: 0;
    }
}

[data-script-enabled="true"] .lp-jumbotron-imageButton, [data-script-enabled="true"] .lp-jumbotron-videoButton {
    display: block;
}

.lp-jumbotron-imageButton::before, .lp-jumbotron-videoButton::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23160909%22%2F%3E%3Cg%20transform%3D%22translate(10.5%2010.5)%22%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20transform%3D%22translate(6)%22%20fill%3D%22%23160909%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20fill%3D%22%23160909%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    content: "";
}

.lp-jumbotron-imageButton.is-paused::before, .lp-jumbotron-videoButton.is-paused::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23160909%22%2F%3E%3Cpath%20d%3D%22M4.875%2C0%2C9.75%2C8.25H0Z%22%20transform%3D%22translate(20.25%2010.5)%20rotate(90)%22%20fill%3D%22%23160909%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.lp-jumbotron-imageButtonText, .lp-jumbotron-videoButtonText {
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

.lp-jumbotron-image.of-primary::before, .lp-jumbotron-video.of-primary::before {
    background: rgba(0, 63, 119, 0.24);
    animation: none;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image.of-primary::before, .lp-jumbotron-video.of-primary::before {
        display: none;
    }
}

.lp-jumbotron-title {
    visibility: hidden;
    margin-bottom: 24px;
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 0 24px #000;
    animation: fadeIn 0.6s 2s forwards;
    opacity: 0;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-title {
        font-size: calc(3.6rem + ((1vw - 0.97rem) * (7.40741)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        visibility: visible;
        color: #1f2127;
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.29885)));
        text-shadow: none !important;
        animation: none;
        opacity: 1;
    }
}

.lp-jumbotron-title.of-fontSize-small {
    font-size: 4.8rem;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-title.of-fontSize-small {
        font-size: calc(3.6rem + ((1vw - 0.97rem) * (4.44444)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title.of-fontSize-small {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.29885)));
    }
}

.lp-jumbotron-title.of-primary {
    text-shadow: 0 0 16px #000, 0 0 16px #000;
}

.lp-jumbotron-description {
    visibility: hidden;
    margin-bottom: 64px;
    font-size: 2.4rem;
    line-height: 1.33;
    text-shadow: 0 0 24px #000;
    animation: fadeIn 0.6s 2s forwards;
    opacity: 0;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-description {
        margin-bottom: calc(4.8rem + ((1vw - 0.97rem) * (5.92593)));
        font-size: calc(2rem + ((1vw - 0.97rem) * (1.48148)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-description {
        visibility: visible;
        margin-bottom: 2.4rem;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.65681)));
        text-shadow: none !important;
        animation: none;
        opacity: 1;
    }
}

.lp-jumbotron-description.of-primary {
    text-shadow: 0 0 16px #000, 0 0 16px #000, 0 0 16px #000;
}

.lp-jumbotron .lp-listConversion {
    visibility: hidden;
    animation: fadeIn 0.6s 2.5s forwards;
    opacity: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron .lp-listConversion {
        visibility: visible;
        justify-content: center;
        text-align: center;
        animation: none;
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes changeBg {
    from {
        background: #0c0c0f;
    }
    to {
        background: rgba(30, 32, 39, 0.39);
    }
}

@keyframes changeBg2 {
    from {
        background: #003f77;
    }
    to {
        background: rgba(0, 63, 119, 0.24);
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel2 {
        font-size: calc(3.2rem + ((1vw - 0.97rem) * (5.92593)));
    }
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.64204)));
    }
}

.lp-headingLevel2.of-line-horizontal::before {
    display: block;
    position: absolute;
    top: 4.5rem;
    right: calc(100% + 32px);
    width: 180px;
    height: 2px;
    transform: translateY(-50%);
    background-color: #33353a;
    content: "";
}

.lp-section.of-primary .lp-headingLevel2 {
    margin-bottom: 16px;
    text-shadow: 0 0 16px #1f2127;
}

.lp-headingLevel3 {
    margin-bottom: 24px;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.lp-headingLevel3.of-margin-large {
    margin-bottom: 64px;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel3.of-margin-large {
        margin-bottom: calc(4.8rem + ((1vw - 0.97rem) * (5.92593)));
    }
}

@media screen and (max-width: 969px) {
    .lp-headingLevel3.of-margin-large {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 969px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.29885)));
    }
}

.theme-KW .lp-headingLevel3,
.theme-KC .lp-headingLevel3,
.theme-KK .lp-headingLevel3 {
    font-size: 2.8rem;
}

@media screen and (max-width: 969px) {
    .theme-KW .lp-headingLevel3,
    .theme-KC .lp-headingLevel3,
    .theme-KK .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.64204)));
    }
}

.lp-textPhoneLink {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 16px;
}

@media screen and (max-width: 969px) {
    .lp-textPhoneLink {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
}

.lp-layout-header .lp-textPhoneLink {
    margin-top: 0;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lp-textPhoneLink-number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: -10px;
    font-size: 2.4rem;
    font-weight: 600;
}

.lp-layout-header .lp-textPhoneLink-number {
    flex-direction: row;
    width: auto;
}

@media screen and (max-width: 969px) {
    .lp-textPhoneLink-number {
        width: 100%;
    }
}

.lp-layout-header .lp-textPhoneLink-number > :not(:first-child):last-child {
    padding-left: 0 !important;
}

.lp-layout-header .lp-textPhoneLink-number > :not(:first-child):last-child::before {
    display: none;
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    margin-bottom: 4px;
    padding-left: 38px;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    cursor: default;
}

.lp-layout-header .lp-textPhoneLink-number > .AutoPhoneCall {
    margin-bottom: 0;
    color: #dc002f;
}

@media screen and (max-width: 969px) {
    .lp-textPhoneLink-number > .AutoPhoneCall {
        white-space: nowrap;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
}

.lp-layout-header .lp-textPhoneLink-number > .AutoPhoneCall::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
}

.lp-textPhoneLink-number > .TelSlsh {
    display: none;
}

.lp-layout-header .lp-textPhoneLink-number > .TelSlsh {
    display: inline;
    margin: 0 8px;
    font-weight: normal;
    line-height: 1.2;
}

.lp-textPhoneLink-notes {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 4px;
    font-size: 1.7rem;
}

.lp-layout-header .lp-textPhoneLink-notes {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}

.lp-list {
    margin-bottom: 1.6rem;
    font-size: 1.7rem;
    line-height: 1.4;
}

.lp-list.of-fontSize-large {
    font-size: 2rem;
}

@media screen and (max-width: 969px) {
    .lp-list.of-fontSize-large {
        font-size: 1.7rem;
    }
}

.lp-list > li {
    position: relative;
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
}

.lp-list > li:last-child {
    margin-bottom: 0;
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1f2127;
    content: "";
}

.lp-list.of-primary {
    color: #fff;
}

.lp-list.of-primary > li::before {
    background-color: #fff;
}

.lp-listTile {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
}

.lp-listTile > li {
    margin-bottom: 8px;
    padding: 16px 8px;
    background-color: #6d7682;
    text-align: center;
}

.lp-listTile > li:last-child {
    margin-bottom: 0;
}

.lp-listConversion {
    margin-bottom: 24px;
}

.lp-listConversion > li {
    margin-bottom: 16px;
}

.lp-listConversion > li:last-child {
    margin-bottom: 0;
}

.lp-listConversion.of-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -32px;
}

.lp-listConversion.of-horizontal > li {
    margin: 16px 0 0 32px;
}

.lp-listConversion.of-center {
    justify-content: center;
    text-align: center;
}

.lp-button {
    display: inline-block;
    position: relative;
    padding: 20px 25px 20px 55px;
    background-color: #058360;
    box-shadow: 0 6px 8px rgba(5, 131, 96, 0.4);
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.3s;
}

@media screen and (max-width: 969px) {
    .lp-button {
        min-width: 172px;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
}

.lp-button:hover, .lp-button:active, .lp-button:focus {
    background-color: #26715b;
}

.lp-button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    border-width: 8px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.lp-media {
    display: flex;
    flex-direction: column;
    margin: -32px 0 80px -32px;
}

@media screen and (max-width: 1240px) {
    .lp-media {
        margin-bottom: calc(4rem + ((1vw - 0.97rem) * (14.81481)));
    }
}

@media screen and (max-width: 969px) {
    .lp-media {
        margin-top: -16px;
        margin-bottom: 24px;
    }
}

.lp-media + .lp-media {
    margin-top: calc(120px - 32px);
}

@media screen and (max-width: 1240px) {
    .lp-media + .lp-media {
        margin-top: calc(4.8rem + ((1vw - 0.97rem) * (14.81481)));
    }
}

@media screen and (max-width: 969px) {
    .lp-media + .lp-media {
        margin-top: calc(48px - 32px);
    }
}

address.lp-media + address.lp-media {
    margin-top: calc(80px - 32px);
}

@media screen and (max-width: 1240px) {
    address.lp-media + address.lp-media {
        margin-top: calc(4.8rem + ((1vw - 0.97rem) * (11.85185)));
    }
}

@media screen and (max-width: 969px) {
    address.lp-media + address.lp-media {
        margin-top: calc(48px - 32px);
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    text-align: center;
}

.lp-media-image.of-shadow img {
    box-shadow: 0 32px 24px #dfdfdf;
}

@media screen and (max-width: 969px) {
    .lp-media-image.of-shadow img {
        box-shadow: 0 4px 4px #dfdfdf;
    }
}

.lp-media-text {
    font-size: 3.2rem;
    line-height: 1.5;
}

.lp-media > * {
    margin-top: 32px;
    margin-left: 32px;
}

@media screen and (max-width: 969px) {
    .lp-media > * {
        margin-top: 16px;
    }
}

.lp-media.of-horizontal {
    flex-direction: row;
}

.lp-media.of-horizontal .lp-media-body {
    flex: 1;
}

.lp-media.of-horizontal.of-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-horizontal.of-vertical-center {
    align-items: center;
}

.lp-media.of-margin-small {
    margin: -16px 0 16px -16px;
}

.lp-media.of-margin-small + .lp-media.of-margin-small {
    margin-top: -16px;
}

.lp-media.of-margin-small > * {
    margin-top: 16px;
    margin-left: 16px;
}

.lp-media.of-emphasis {
    z-index: 0;
    position: relative;
    padding: 40px 64px;
    color: #fff;
}

@media screen and (max-width: 1240px) {
    .lp-media.of-emphasis {
        padding: calc(3.2rem + ((1vw - 0.97rem) * (2.96296))) calc(2.4rem + ((1vw - 0.97rem) * (14.81481)));
    }
}

@media screen and (max-width: 969px) {
    .lp-media.of-emphasis {
        padding: 32px 24px;
    }
}

.lp-media.of-emphasis::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 32px;
    left: 32px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    background-color: #33353a;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-media.of-emphasis::before {
        top: 16px;
        left: 0;
        width: 100%;
        height: calc(100% - 16px);
    }
}

@media screen and (min-width: 970px) {
    .lp-media.lp-largeScreen-horizontal {
        flex-direction: row;
    }
    .lp-media.lp-largeScreen-horizontal .lp-media-body {
        flex: 1;
    }
}

@media screen and (min-width: 970px) and (max-width: 1240px) {
    .lp-media.lp-largeScreen-horizontal .lp-media-image.of-shrink {
        width: calc(40rem + ((1vw - 0.97rem) * (75.55556)));
    }
}

@media screen and (min-width: 970px) {
    .lp-media.lp-largeScreen-horizontal.lp-largeScreen-row-reverse {
        flex-direction: row-reverse;
    }
    .lp-media.lp-largeScreen-horizontal.lp-largeScreen-vertical-center {
        align-items: center;
    }
}

@media screen and (max-width: 969px) {
    .lp-media.lp-smallScreen-vertical {
        flex-direction: column;
        margin-left: 0;
    }
    .lp-media.lp-smallScreen-vertical.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-smallScreen-vertical > * {
        width: 100%;
        min-height: 0%;
        margin-left: 0;
    }
}

@media screen and (min-width: 970px) {
    .lp-media.lp-largeScreen-alignItems-center {
        align-items: center;
    }
}

.lp-mediaOverlap {
    display: flex;
    z-index: 0;
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap {
        margin-bottom: 48px;
    }
}

.lp-mediaOverlap-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    min-height: 246px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaOverlap-content {
        min-height: calc(17.2rem + ((1vw - 0.97rem) * (27.40741)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap-content {
        flex-direction: column-reverse !important;
        align-items: flex-start;
        min-height: inherit;
    }
}

.lp-mediaOverlap-body {
    width: 100%;
    padding-right: 212px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaOverlap-body {
        padding-right: calc(12.6rem + ((1vw - 0.97rem) * (31.85185)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap-body {
        padding-right: 0;
    }
}

.lp-mediaOverlap-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaOverlap-image {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.6;
}

@media screen and (max-width: 1240px) {
    .lp-mediaOverlap-image {
        max-width: calc(20rem + ((1vw - 0.97rem) * (31.85185)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap-image {
        position: static;
        max-width: calc(6.5rem + ((1vw - 0.36rem) * (15.59934)));
        min-height: 0%;
        text-align: left;
    }
}

.lp-mediaOverlap.of-reverse .lp-mediaOverlap-content {
    flex-direction: row-reverse;
}

.lp-mediaOverlap.of-reverse .lp-mediaOverlap-body {
    padding-right: 0;
    padding-left: 212px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaOverlap.of-reverse .lp-mediaOverlap-body {
        padding-left: calc(12.6rem + ((1vw - 0.97rem) * (31.85185)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap.of-reverse .lp-mediaOverlap-body {
        padding-left: 0;
    }
}

.lp-mediaOverlap.of-reverse .lp-mediaOverlap-image {
    right: inherit;
    left: 0;
}

.lp-mediaOverlap.of-primary {
    margin-bottom: 80px;
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap.of-primary {
        margin-bottom: 24px;
    }
}

.lp-mediaOverlap.of-primary:last-child {
    margin-bottom: 0;
}

.lp-mediaOverlap.of-primary .lp-mediaOverlap-content {
    min-height: 400px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaOverlap.of-primary .lp-mediaOverlap-content {
        min-height: calc(28.1rem + ((1vw - 0.97rem) * (44.07407)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap.of-primary .lp-mediaOverlap-content {
        align-items: center;
        min-height: inherit;
    }
}

.lp-mediaOverlap.of-primary .lp-mediaOverlap-body {
    padding-right: 424px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaOverlap.of-primary .lp-mediaOverlap-body {
        padding-right: calc(30rem + ((1vw - 0.97rem) * (45.92593)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap.of-primary .lp-mediaOverlap-body {
        padding-right: 0;
    }
}

.lp-mediaOverlap.of-primary .lp-mediaOverlap-image {
    opacity: 1;
}

@media screen and (max-width: 1240px) {
    .lp-mediaOverlap.of-primary .lp-mediaOverlap-image {
        max-width: calc(50rem + ((1vw - 0.97rem) * (77.77778)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap.of-primary .lp-mediaOverlap-image {
        max-width: 100%;
        margin-bottom: 32px;
        text-align: center;
    }
}

.lp-mediaOverlap.of-primary.of-reverse .lp-mediaOverlap-body {
    padding-right: 0;
    padding-left: 424px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaOverlap.of-primary.of-reverse .lp-mediaOverlap-body {
        padding-left: calc(30rem + ((1vw - 0.97rem) * (45.92593)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaOverlap.of-primary.of-reverse .lp-mediaOverlap-body {
        padding-left: 0;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    text-align: center;
}

.lp-figure-image {
    min-height: 0%;
}

.lp-figure-image:first-child {
    margin-bottom: 16px;
}

.lp-figure-image:last-child {
    margin-bottom: 0;
}

.lp-figure-image img {
    image-rendering: -webkit-optimize-contrast;
}

.lp-figure-image.of-shadow img {
    box-shadow: 0 32px 24px #dfdfdf;
}

@media screen and (max-width: 969px) {
    .lp-figure-image.of-shadow img {
        box-shadow: 0 4px 4px #dfdfdf;
    }
}

.lp-figure-caption {
    flex: 1 0 auto;
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 969px) {
    .lp-figure-caption {
        font-size: 1.7rem;
    }
}

.lp-figure.of-reverse {
    flex-direction: column-reverse;
}

.lp-figure.of-reverse .lp-figure-caption {
    margin-bottom: 0;
}

.lp-figure.of-reverse .lp-figure-image {
    margin-bottom: 16px;
}

.lp-card {
    display: flex;
    align-items: center;
    border: 1px solid #30343e;
    background-color: #4c4e5a;
}

.lp-card-body {
    width: 100%;
    padding: 16px 8px;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-step {
    display: flex;
    margin: -32px 0 80px -32px;
}

@media screen and (max-width: 969px) {
    .lp-step {
        flex-wrap: wrap;
        margin-top: -28px;
        margin-bottom: 32px;
        margin-left: 0;
    }
}

.lp-step-column {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 25%;
    margin-top: 32px;
    padding-left: 32px;
}

@media screen and (max-width: 969px) {
    .lp-step-column {
        width: 100%;
        margin-top: 28px;
        padding-left: 0;
    }
}

.lp-step-column::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
    border-width: 8px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #19bfa2;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-step-column::before {
        top: inherit;
        right: 50%;
        bottom: -30px;
        margin-left: 32px;
        transform: translate(50%, 0);
        border-width: 12px 8px;
        border-color: #19bfa2 transparent transparent transparent;
    }
}

.lp-step-column > * {
    width: 100%;
}

.lp-step-column:last-child::before {
    display: none;
}

.lp-horizon {
    margin: 85px 0 80px;
    border-top: 1px solid #4c4e5a;
}

@media screen and (max-width: 969px) {
    .lp-horizon {
        margin: 40px 0;
    }
}

.lp-address {
    max-width: 450px;
    margin-bottom: 24px;
}

@media screen and (max-width: 969px) {
    .lp-address {
        max-width: 100%;
    }
}

.lp-address > *:last-child {
    margin-bottom: 0;
}

.lp-address-text {
    margin-bottom: 24px;
    font-size: 1.7rem;
    line-height: 1.4;
}

@media screen and (max-width: 969px) {
    .lp-address-text {
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 969px) {
    .lp-address-companyLogo {
        margin-bottom: 8px;
    }
}

.lp-address-companyLogo img {
    width: 148px;
}

@media screen and (max-width: 969px) {
    .lp-address-companyLogo img {
        width: 91px;
    }
}

.lp-address-department {
    margin-bottom: 40px;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 969px) {
    .lp-address-department {
        margin-bottom: 24px;
        font-size: 2.2rem;
    }
}

.lp-address-companyName {
    margin-bottom: 24px;
    font-size: 1.7rem;
    font-weight: 600;
}

@media screen and (max-width: 969px) {
    .lp-address-companyName {
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1240px) {
    .lp-googleMap {
        width: calc(50rem + ((1vw - 0.97rem) * (77.77778)));
        height: calc(33.8rem + ((1vw - 0.97rem) * (52.59259)));
    }
}

@media screen and (max-width: 969px) {
    .lp-googleMap {
        width: 100%;
        height: calc(24.1rem + ((1vw - 0.36rem) * (51.39573)));
        padding-bottom: 16px;
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

@media screen and (min-width: 970px) {
    .lp-largeScreen-fontSize-large {
        font-size: 2rem;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-0 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}
