@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

@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-download .lp-buttonConversion-body::before {
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

.theme-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.theme-KJ body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[data-script-enabled="true"] .lp-layout-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-layout-container {
        display: block;
        height: auto;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    [data-script-enabled="true"] .lp-layout-container {
        display: inline;
        height: auto;
    }
}

.lp-layout-header {
    background: #fff;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header {
        border-bottom: 0;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1920px + 40px);
    margin: 0 auto;
    padding: 24px 20px;
}

.lp-layout-header-content > * {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 126px;
    vertical-align: middle;
}

[data-script-enabled="true"] .lp-layout-main {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-layout-main {
        flex: none;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    [data-script-enabled="true"] .lp-layout-main {
        display: block;
        flex: none;
    }
}

.lp-layout-footer {
    border-top: 1px solid #ccc;
    background: #fff;
    color: #757575;
    font-size: 1.3rem;
    font-weight: normal;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1920px + 40px);
    margin: 0 auto;
    padding: 8px 20px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column;
        padding: 16px 20px;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    padding: 0 10px;
}

.lp-layout-footer-copyright > small {
    font-size: 1.3rem;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-copyright {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        width: 100%;
        padding: 0 22px;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-utilityList {
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList > li {
    position: relative;
    padding: 0 10px;
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background: #a6a6a6;
    content: "";
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-utilityList > li:last-child::before {
        content: none;
    }
}

.lp-layout-footer-utilityList a {
    display: block;
    color: #757575;
    text-decoration: none;
}

.lp-navigation {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    background: #484848;
}

.lp-navigation.is-show {
    display: block;
    animation: fadeIn 0.6s linear 0.3s both;
}

.lp-navigation-content {
    max-width: calc(1010px + 40px);
    margin: 0 auto;
}

.lp-navigation-list {
    display: flex;
    justify-content: center;
    height: 80px;
}

.lp-navigation-list > li {
    display: flex;
    position: relative;
}

.lp-navigation-list > li::before {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #8f8f8f;
    content: "";
}

.lp-navigation-list > li:first-child::before {
    content: none;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]), .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]) {
    min-width: 480px;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]).is-current, .lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]):hover, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]).is-current, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]):hover {
    background: #fff;
    color: #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]).is-current::before, .lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]):hover::before, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]).is-current::before, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]):hover::before {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before:hover, .lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before:hover {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"]) {
    padding-left: 58px;
}

.lp-navigation-list > li:first-child .lp-navigation-button:not([data-category="top"])::before {
    left: 24px;
    transform: translateY(-50%) rotate(-135deg);
}

.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"]) {
    padding-right: 58px;
}

.lp-navigation-list > li:last-child .lp-navigation-button:not([data-category="top"])::before {
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
}

.lp-navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 110px;
    padding: 10px 24px;
    background: #333;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.lp-navigation-button:hover {
    background: #fff;
    color: #333;
}

.lp-navigation-button:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.lp-jumbotron {
    display: flex;
    position: relative;
    flex: 1;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron {
        flex: none;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron {
        flex: none;
    }
}

.lp-jumbotron::before, .lp-jumbotron::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron::before, .lp-jumbotron::after {
        content: none;
    }
}

.lp-jumbotron::before {
    left: 50%;
    background: url("../../../../../img/ss/products/autoid/logistics-cost-reduction/bg_01.jpg") no-repeat center;
    background-size: cover;
}

.lp-jumbotron::after {
    right: 50%;
    background: url("../../../../../img/ss/products/autoid/logistics-cost-reduction/bg_02.jpg") no-repeat center;
    background-size: cover;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 32px 0;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        display: block;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-content {
        min-height: 572px;
    }
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-header {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 80px 32px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-header {
        padding: 0 calc((80 * 100vw) / 1920) calc((32 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-header {
        padding: 8px 88px 16px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-header {
        padding: 8px 20px 16px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-header {
        padding: 0 calc((80 * 100vh) / 655) calc((16 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-header {
        padding: 0 80px 32px;
    }
}

.lp-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 0 10px #fff;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc((56 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-title {
        text-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.60241)));
        line-height: 1.33;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-title {
        font-size: calc((36 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-title {
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-jumbotron-title {
        font-size: 3.6rem;
    }
}

.lp-jumbotron-inner {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-inner {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-body {
        min-height: 0%;
        padding: 32px 0 64px 88px;
        background: url("../../../../../img/ss/products/autoid/logistics-cost-reduction/bg_02.jpg") no-repeat center;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding: 24px 20px;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-body.of-primary {
        padding: 32px 88px 64px 0;
        background: url("../../../../../img/ss/products/autoid/logistics-cost-reduction/bg_01.jpg") no-repeat center;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-body.of-primary {
        padding: 24px 20px;
    }
}

.lp-jumbotron-conversionGroup {
    display: flex;
    justify-content: center;
    padding: 32px 80px;
}

.lp-jumbotron-conversionGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-conversionGroup {
        padding: 32px calc((80 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-conversionGroup {
        flex-direction: column;
        height: auto;
        margin-top: auto;
        padding: 0 16px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-conversionGroup {
        padding: 24px calc((40 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-conversionGroup {
        padding: 24px 40px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-jumbotron-conversionGroup {
        padding: 24px 40px;
    }
}

[data-script-enabled="true"] .lp-jumbotron-conversionGroup {
    height: 100px;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-jumbotron-conversionGroup {
        height: auto;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    [data-script-enabled="true"] .lp-jumbotron-conversionGroup {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.33;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        margin-bottom: calc((16 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-series {
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-series {
        font-size: calc((15 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-series {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-jumbotron-series {
        font-size: 1.5rem;
    }
}

.lp-jumbotron-seriesName {
    display: block;
    margin-bottom: 8px;
    font-size: 3rem;
    line-height: 1.33;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesName {
        margin-bottom: calc((8 * 100vw) / 1920);
        font-size: calc((30 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-seriesName {
        margin-bottom: 8px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron-seriesName {
        font-size: calc((16 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron-seriesName {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-jumbotron-seriesName {
        font-size: 2.2rem;
    }
}

.lp-jumbotron-seriesOuter {
    width: 100%;
    margin-bottom: 40px;
}

.lp-jumbotron-seriesOuter > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesOuter {
        margin-bottom: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-seriesOuter {
        margin-bottom: 40px;
    }
}

.lp-section {
    -webkit-backface-visibility: hidden;
    display: flex;
    flex: 1;
    width: 100%;
    overflow: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 1365px) {
    .lp-section {
        flex: none;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-section {
        flex: none;
    }
}

.lp-section-content {
    display: flex;
    flex: none;
    flex-direction: column;
    width: 100%;
    max-width: calc(1920px + 40px);
    margin: 0 auto;
    padding: 40px 80px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: calc((40 * 100vw) / 1920) calc((80 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section-content {
        padding: 40px calc((128 * 100vw) / 1365);
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-section-content {
        justify-content: center;
        padding: calc((32 * 100vh) / 655) calc((110 * 100vw) / 1920);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-section-content {
        padding: 32px 110px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-section-content {
        padding: 32px 110px;
    }
}

.lp-section.of-primary .lp-section-content {
    flex: 1;
    max-width: none;
    margin: 0 -20px;
    padding: 0 20px;
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-primary .lp-section-content {
        margin: 0;
        padding: 0;
    }
}

.lp-section.of-secondary {
    position: relative;
    background: transparent linear-gradient(293deg, #2c3e78 0%, #448f8d 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-secondary {
        background: linear-gradient(360deg, #2c3e78 0%, #376482 46%, #448f8d 100%);
    }
}

.lp-section.of-secondary::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../../../../img/ss/products/autoid/logistics-cost-reduction/bg_03.png") no-repeat center;
    background-size: cover;
    content: "";
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-secondary::before {
        content: none;
    }
}

[data-script-enabled="true"] .lp-section.of-secondary:not(.is-active) {
    left: -100%;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-secondary:not(.is-active) {
        left: 0;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-section.of-secondary.is-active.is-slide {
    animation: 0.4s linear 0.2s slideLeft both;
}

[data-script-enabled="true"] .lp-section.of-secondary.is-slide:not(.is-active) {
    left: 0;
    animation: 0.6s linear 0.2s slideReturnLeft both;
}

.lp-section.of-tertiary {
    position: relative;
    background: transparent linear-gradient(68deg, #456594 0%, #855d9a 50%, #ec92ad 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-tertiary {
        margin-bottom: 0;
        background: linear-gradient(180deg, #456594 0%, #855d9a 70%, #ec92ad 100%);
    }
}

[data-script-enabled="true"] .lp-section.of-tertiary:not(.is-active) {
    right: -100%;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-tertiary:not(.is-active) {
        right: 0;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-section.of-tertiary.is-active.is-slide {
    animation: 0.4s linear 0.2s slideRight both;
}

[data-script-enabled="true"] .lp-section.of-tertiary.is-slide:not(.is-active) {
    right: 0;
    animation: 0.6s linear 0.2s slideReturnRight both;
    opacity: 1;
}

[data-script-enabled="true"] .lp-section.of-secondary, [data-script-enabled="true"] .lp-section.of-tertiary {
    display: none;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-secondary, [data-script-enabled="true"] .lp-section.of-tertiary {
        display: block;
        z-index: 0;
        position: static;
        padding-bottom: 0;
    }
}

[data-script-enabled="true"] .lp-section.is-show {
    display: flex;
    z-index: 1;
    animation: fadeIn 0.6s linear 0.3s both;
}

[data-script-enabled="true"] .lp-section.is-hide {
    animation: fadeOut 0.6s linear both;
}

[data-script-enabled="true"] .lp-section.is-active {
    z-index: 2;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 32px -24px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid {
        margin: calc((-8 * 100vw) / 1920) 0 calc((32 * 100vw) / 1920) calc((-24 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid {
        margin: -16px 0 48px calc((-24 * 100vw) / 1366);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin: -24px 0 46px 0;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-layout-grid {
        margin: -8px 0 calc((28 * 100vh) / 655) -24px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-layout-grid {
        margin: -8px 0 24px -24px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-layout-grid {
        margin: -8px 0 24px -24px;
    }
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 8px;
    padding-left: 24px;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid-column {
        margin-top: calc((8 * 100vw) / 1920);
        padding-left: calc((24 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: calc((24 * 100vw) / 1366);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-grid-column.of-column-1 {
    width: 8.33333%;
}

.lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-3 {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-3 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-4 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-5 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-6 {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-6 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-7 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-8 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-9 {
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-9 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-10 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-11 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-12 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-productDetailGrid {
    display: flex;
    z-index: 100;
    flex: 1;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.lp-layout-productDetailGrid > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid {
        flex: none;
        margin: -24px 0 22px calc((-24 * 100vw) / 1366);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-productDetailGrid {
        flex-direction: column;
        margin-left: 0;
    }
}

.lp-layout-productDetailGrid-column {
    width: 100%;
}

.lp-layout-productDetailGrid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-productDetailGrid-column {
        margin-top: calc((8 * 100vw) / 1920);
        padding-left: calc((24 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column {
        min-height: 0%;
        margin-top: 24px;
        padding-left: calc((24 * 100vw) / 1366);
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-productDetailGrid-column {
        margin-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-productDetailGrid-column.of-column-1 {
    width: 8.33333%;
}

.lp-layout-productDetailGrid-column.of-column-2 {
    width: 16.66667%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-3 {
    width: 25%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-3 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-4 {
    width: 33.33333%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-4 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-5 {
    width: 41.66667%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-5 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-6 {
    width: 50%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-6 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-7 {
    width: 58.33333%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-7 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-8 {
    width: 66.66667%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-8 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-9 {
    width: 75%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-9 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-10 {
    width: 83.33333%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-10 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-11 {
    width: 91.66667%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-11 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid-column.of-column-12 {
        width: 100%;
    }
}

.lp-layout-productDetailGrid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-productDetailGrid-column.of-flex > * {
    width: 100%;
}

.lp-layout-productDetailGrid.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-productDetailGrid.lp-smallScreen-column {
        flex-direction: column-reverse;
    }
}

.lp-mediaProduct {
    display: flex;
    z-index: 0;
    position: relative;
    flex: 1 0 auto;
    background: rgba(13, 78, 99, 0.8);
    color: #fff;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct {
        width: 100%;
        min-height: 0%;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaProduct {
        align-items: flex-start;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaProduct {
        flex: 1 0 auto;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-mediaProduct {
        flex: 1 0 auto;
    }
}

.lp-mediaProduct::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(293deg, #2c3e78 0%, #448f8d 100%) 0% 0% no-repeat padding-box;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lp-jumbotron-body.is-hover .lp-mediaProduct::before {
    opacity: 1;
}

.lp-mediaProduct-inner {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 960px;
    padding: 20px 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaProduct-inner {
        padding: calc((20 * 100vw) / 1920) calc((80 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct-inner {
        flex: none;
        flex-direction: column-reverse;
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaProduct-inner {
        align-items: flex-start;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaProduct-inner {
        padding: calc((20 * 100vh) / 655) calc((40 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaProduct-inner {
        flex: none;
        padding: 20px 40px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-mediaProduct-inner {
        flex: none;
        padding: 20px 40px;
    }
}

.lp-mediaProduct-body {
    display: flex;
    z-index: 1;
    flex-direction: column;
    width: 410px;
    text-align: center;
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaProduct-body {
        width: calc((410 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct-body {
        flex: none;
        width: 100%;
        padding: 0 16px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaProduct-body {
        width: calc((270 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaProduct-body {
        display: inline;
        width: 270px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-mediaProduct-body {
        display: inline;
        width: 270px;
    }
}

.lp-mediaProduct-image {
    z-index: 0;
    width: 360px;
    margin-left: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaProduct-image {
        width: calc((360 * 100vw) / 1920);
        margin-left: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct-image {
        width: 160px;
        min-height: 0%;
        margin: 24px auto 8px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaProduct-image {
        width: calc((216 * 100vh) / 655);
        margin-left: calc((32 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaProduct-image {
        width: 216px;
        margin-left: 32px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-mediaProduct-image {
        width: 216px;
        margin-left: 32px;
    }
}

.lp-mediaProduct-textGroup {
    margin-bottom: 40px;
}

.lp-mediaProduct-textGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct-textGroup {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaProduct-textGroup {
        margin-bottom: calc((32 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaProduct-textGroup {
        margin-bottom: 32px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-mediaProduct-textGroup {
        margin-bottom: 32px;
    }
}

.lp-mediaProduct.of-secondary {
    background: rgba(175, 49, 96, 0.8);
}

.lp-mediaProduct.of-secondary::before {
    background: transparent linear-gradient(67deg, #456594 0%, #855d9a 50%, #ec92ad 100%) 0% 0% no-repeat padding-box;
}

.lp-jumbotron-body.is-hover .lp-mediaProduct.of-secondary::before {
    opacity: 1;
}

.lp-mediaProduct.of-row-reverse {
    justify-content: flex-end;
}

.lp-mediaProduct.of-row-reverse .lp-mediaProduct-inner {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-inner {
        flex-direction: column-reverse;
    }
}

.lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
    margin-right: 40px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin-right: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin: 24px auto 10px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin-right: calc((32 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin-right: 32px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-image {
        margin-right: 32px;
    }
}

.lp-mediaProduct .lp-buttonTransition::before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    margin: 0 auto 16px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature {
        margin: 0 auto 24px;
    }
}

.lp-mediaFeature-body {
    flex: 1 0 auto;
    font-size: 1.8rem;
    line-height: 1.3;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaFeature-body {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-body {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-mediaFeature-body {
        font-size: calc((14 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaFeature-body {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-mediaFeature-body {
        font-size: 1.4rem;
    }
}

.lp-mediaFeature-image {
    width: 100%;
    min-height: 0%;
    margin: 8px auto 0;
    text-align: center;
}

.lp-mediaFeature-text {
    font-size: 1.8rem;
    line-height: 1.33;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaFeature-text {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-text {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-mediaFeature-text {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-mediaFeature-text {
        font-size: 1.4rem;
    }
}

.lp-mediaFeature.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-mediaFeature.of-column-reverse .lp-mediaFeature-image {
    margin-top: 0;
    margin-bottom: 8px;
}

.lp-figure {
    width: 387px;
    margin: 0 auto 24px;
    text-align: center;
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-figure {
        width: calc((387 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-figure {
        width: 100%;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-figure {
        width: calc((250 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-figure {
        width: 250px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-figure {
        width: 250px;
    }
}

.lp-figure-caption {
    width: 100%;
    margin-bottom: 16px;
    font-size: 2.4rem;
    line-height: 1.33;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-figure-caption {
        font-size: calc((24 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-figure-caption {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-figure-caption {
        font-size: calc((20 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-figure-caption {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-figure-caption {
        font-size: 2rem;
    }
}

.lp-figure-image {
    width: 100%;
    margin: 0 auto;
}

.lp-headingLevel2 {
    margin-bottom: 8px;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
        font-size: calc(2.2rem + ((1vw - 0.768rem) * (3.125)));
        line-height: 1.33;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        font-size: 2.6rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2 {
        font-size: 2rem;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-headingLevel2 {
        font-size: calc((28 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-headingLevel2 {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-headingLevel2 {
        font-size: 3.2rem;
    }
}

.lp-headingLevel2-outer {
    margin-bottom: 40px;
}

.lp-headingLevel2-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc((40 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc(2.4rem + ((1vw - 0.768rem) * (6.25)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2-outer {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2-outer {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc((8 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-headingLevel2-outer {
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-headingLevel2-outer {
        margin-bottom: 16px;
    }
}

.lp-jumbotron .lp-headingLevel2 {
    margin-bottom: 40px;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron .lp-headingLevel2 {
        margin-bottom: calc((16 * 100vw) / 1920);
        font-size: calc((32 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron .lp-headingLevel2 {
        margin-bottom: 16px;
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (2.34375)));
        line-height: 1.25;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-jumbotron .lp-headingLevel2 {
        font-size: calc((16 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-jumbotron .lp-headingLevel2 {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-jumbotron .lp-headingLevel2 {
        font-size: 2.2rem;
    }
}

.lp-buttonTransition {
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    background: #333;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.26;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.lp-buttonTransition:hover {
    background: #fff;
    color: #333;
}

@media only screen and (min-width: 1366px) and (max-height: 921px) {
    .lp-buttonTransition {
        font-size: calc((15 * 100vh) / 655);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 655px) {
    .lp-buttonTransition {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1921px) and (max-height: 699px) {
    .lp-buttonTransition {
        font-size: 1.5rem;
    }
}

.lp-buttonTransition-outer {
    width: 202px;
    margin: 0 auto 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px 0 24px -24px;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton {
        margin: -24px 0 24px -24px;
    }
}

.lp-listButton > li {
    width: 100%;
    max-width: 380px;
    margin-top: 40px;
    margin-left: 24px;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-listButton.of-primary > li {
    max-width: 330px;
}

@media only screen and (max-width: 1365px) {
    .lp-smallScreen-hide {
        display: none;
    }
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-column {
        flex-direction: column;
    }
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1366px) {
    .lp-extraLargeScreen-hide {
        display: none;
    }
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideLeft {
    0% {
        z-index: 2;
        left: -100%;
        opacity: 1;
    }
    100% {
        z-index: 2;
        left: 0;
        opacity: 1;
    }
}

@keyframes slideRight {
    0% {
        z-index: 2;
        left: 100%;
        opacity: 1;
    }
    100% {
        z-index: 2;
        left: 0;
        opacity: 1;
    }
}

@keyframes slideReturnLeft {
    0% {
        z-index: 1;
        left: 0;
        opacity: 1;
    }
    100% {
        z-index: 1;
        left: -100%;
        opacity: 1;
    }
}

@keyframes slideReturnRight {
    0% {
        z-index: 1;
        right: 0;
        opacity: 1;
    }
    100% {
        z-index: 1;
        right: -100%;
        opacity: 1;
    }
}
