@charset "UTF-8";

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

video {
    display: block;
    max-width: 100%;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
    font-size: 2rem;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-layout-container > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-main > *:last-child, .lp-section-content > *:last-child, .lp-layout-grid > .lp-layout-grid-column > *:last-child, .lp-layout-masonry > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-textGroup > *:last-child, .lp-textPhone > *:last-child, .lp-textPhone-header > *:last-child, .lp-textPhone-body > *:last-child, .lp-list > *:last-child, .lp-listButton-outer > *:last-child, .lp-list-outer > *:last-child, .lp-listLineup > li > *:last-child, .lp-card > *:last-child, .lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    padding-top: 156px;
    padding-bottom: 286px;
    background-color: #f3f3f3;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-container {
        padding: calc(4rem + ((1vw - 0.36rem) * (11.54229))) 0 calc(8rem + ((1vw - 0.36rem) * (20.49751)));
    }
}

.lp-layout-header {
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header {
        position: static;
        background-color: #fff;
    }
}

.lp-layout-header-content {
    max-width: calc(1440px + 60px);
    margin: auto;
    padding: 30px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        padding: calc(1.8rem + ((1vw - 0.36rem) * (1.80995))) calc(2rem + ((1vw - 0.36rem) * (1.5083)));
    }
}

.lp-layout-header-logo {
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        text-align: center;
    }
}

.lp-layout-header-logo a > picture > img {
    width: 126px;
    height: 22px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo a > picture > img {
        width: calc(9.2rem + ((1vw - 0.36rem) * (5.12821)));
        height: calc(1.6rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.lp-layout-main {
    width: 100%;
    overflow: hidden;
    color: #1f1f1f;
}

.lp-section {
    max-width: calc(1440px + 60px);
    margin: 0 auto 200px;
    padding: 0 30px;
}

@media only screen and (max-width: 1365px) {
    .lp-section {
        max-width: calc(820px + 60px);
        margin-bottom: calc(13rem + ((1vw - 0.36rem) * (6.96517)));
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (0.99502)));
    }
}

.lp-section.of-conversion {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 48px 20px 60px;
    background: #111 url("../../../../../../img/landing_page/products/barcode/handheld-scanners/hr-x/hr-x_ws_157150_pr_page_img_22.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-conversion {
        padding: calc(2.4rem + ((1vw - 0.36rem) * (2.38806))) 20px calc(2.4rem + ((1vw - 0.36rem) * (3.58209)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-section.of-conversion {
        background: none;
        background-color: #111;
    }
}

.lp-section.of-conversion .lp-section-content {
    max-width: 820px;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 40px -48px;
}

.lp-layout-grid > * {
    width: 100%;
}

.lp-layout-grid.of-reverse {
    flex-direction: row-reverse;
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 48px;
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-width-full {
    width: 100% !important;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-layout-masonry {
    padding: 0 20px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-masonry {
        padding: 0;
    }
}

.lp-layout-masonry-content {
    grid-column-gap: 48px;
    grid-row-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1365px) {
    .lp-layout-masonry-content {
        grid-column-gap: calc(2.4rem + ((1vw - 0.767rem) * (4.01338)));
        grid-row-gap: calc(3.2rem + ((1vw - 0.767rem) * (-1.33779)));
        max-width: 750px;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-masonry-content {
        grid-column-gap: calc(2.4rem + ((1vw - 0.36rem) * (5.89681)));
        grid-row-gap: calc(3.2rem + ((1vw - 0.36rem) * (-1.9656)));
        grid-template-columns: repeat(2, 1fr);
        max-width: 495px;
    }
}

.lp-layout-masonry.is-shown .lp-layout-masonry-column .lp-step .lp-step-column:not(:last-child)::after {
    animation: fadeIn 1s 1.4s ease-out;
    animation-fill-mode: forwards;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-masonry.is-shown .lp-layout-masonry-column .lp-step .lp-step-column:not(:last-child)::after {
        animation: none;
        opacity: 1;
    }
}

.lp-layout-masonry.is-shown .lp-layout-masonry-column .lp-step .lp-step-column:last-child {
    animation: fadeIn 1s 1.9s ease-out;
    animation-fill-mode: forwards;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-masonry.is-shown .lp-layout-masonry-column .lp-step .lp-step-column:last-child {
        animation: none;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.lp-layout-footer {
    width: 100%;
    background-color: #111;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1440px + 40px);
    margin: auto;
    padding: 16px 20px;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lp-layout-footer-list > li {
    font-size: 1.3rem;
}

.lp-layout-footer-list > li + li {
    position: relative;
    margin-left: 24px;
    padding-left: 24px;
}

.lp-layout-footer-list > li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background-color: #fff;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #fff;
    font-size: inherit;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list > li > .lp-layout-footer-list {
        margin-bottom: 10px;
    }
}

.lp-layout-footer-copyright {
    color: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: center;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-copyright::before {
        content: none !important;
    }
}

p {
    line-height: 1.8;
}

@media only screen and (max-width: 1365px) {
    p {
        line-height: 1.5;
    }
}

.lp-jumbotron {
    background: url("../../../../../../img/landing_page/products/barcode/handheld-scanners/hr-x/hr-x_ws_157150_pr_page_img_02-01.png"), url("../../../../../../img/landing_page/products/barcode/handheld-scanners/hr-x/hr-x_ws_157150_pr_page_img_02-03.jpg");
    background-position: 1200px 40px, center;
    background-repeat: no-repeat, repeat-y;
    background-size: 960px, 100%;
    color: #fff;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron {
        background-position: calc(62rem + ((1vw - 1.023rem) * (64.65998))) calc(-2rem + ((1vw - 1.023rem) * (6.68896))), center;
        background-size: calc(86rem + ((1vw - 1.023rem) * (11.14827))), 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron {
        background: url("../../../../../../img/landing_page/products/barcode/handheld-scanners/hr-x/hr-x_ws_157150_pr_page_img_02-04.png"), #540c23;
        background-position: calc(16rem + ((1vw - 0.36rem) * (40.72398))) calc(4.5rem + ((1vw - 0.36rem) * (-0.75415))), center;
        background-repeat: no-repeat;
        background-size: calc(23rem + ((1vw - 0.36rem) * (73.90649))), 100%;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    max-width: calc(1440px + 60px);
    min-height: 885px;
    margin: auto;
    padding: 30px 30px 120px;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-content {
        min-height: calc(72rem + ((1vw - 1.023rem) * (18.39465)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        padding: 30px 30px calc(3rem + ((1vw - 1.023rem) * (26.31579)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
        min-height: auto;
        padding: calc(3rem + ((1vw - 0.36rem) * (4.52489))) 20px 30px;
    }
}

.lp-jumbotron-body {
    width: 100%;
    max-width: 696px;
    padding-top: 250px;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-body {
        max-width: calc(50rem + ((1vw - 1.023rem) * (21.85061)));
        padding-top: calc(10rem + ((1vw - 1.023rem) * (16.72241)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        max-width: 100%;
        padding-top: calc(1rem + ((1vw - 0.36rem) * (3.01659)));
    }
}

.lp-jumbotron-image {
    position: absolute;
    top: 40px;
    right: 50px;
    max-width: 820px;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-image {
        top: calc(9rem + ((1vw - 1.365rem) * (-9.00901)));
        right: calc(15rem + ((1vw - 1.365rem) * (-18.01802)));
        max-width: calc(60rem + ((1vw - 1.365rem) * (39.63964)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-image {
        top: calc(8rem + ((1vw - 1.023rem) * (2.92398)));
        right: calc(2rem + ((1vw - 1.023rem) * (38.0117)));
        max-width: calc(50rem + ((1vw - 1.023rem) * (29.23977)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        position: static;
        max-width: calc(18.6rem + ((1vw - 0.36rem) * (47.36048)));
    }
}

.lp-jumbotron-image > img {
    -webkit-filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.6));
}

.lp-jumbotron-textGroup {
    margin-bottom: 56px;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-textGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (4.82655)));
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 12px;
    font-size: 11rem;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 0 15px rgba(67, 2, 24, 0.8);
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.8rem + ((1vw - 1.023rem) * (0.44593)));
        font-size: calc(8.4rem + ((1vw - 1.023rem) * (2.89855)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20664)));
        font-size: calc(3.4rem + ((1vw - 0.36rem) * (11.46305)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-weight: 500;
    }
}

.lp-jumbotron-title .of-fontSize-small {
    font-size: 7.2rem;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-title .of-fontSize-small {
        font-size: calc(5.4rem + ((1vw - 1.023rem) * (2.00669)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title .of-fontSize-small {
        font-size: calc(3.4rem + ((1vw - 0.36rem) * (5.73152)));
    }
}

.lp-jumbotron-subTitle {
    display: block;
    margin-bottom: 24px;
    font-size: 2.6rem;
    font-weight: 500;
    text-shadow: 0 0 15px rgba(67, 2, 24, 0.8);
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-subTitle {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.99502)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subTitle {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-subTitle {
        font-weight: 400;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.60332)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
    }
}

.lp-jumbotron-series {
    margin-right: 0.5em;
    font-weight: 600;
    text-shadow: 0 0 15px rgba(67, 2, 24, 0.8);
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        margin-right: 0;
    }
}

.lp-jumbotron-seriesName {
    font-weight: 500;
    text-shadow: 0 0 15px rgba(67, 2, 24, 0.8);
}

.lp-label {
    display: inline-block;
    margin-right: 16px;
    padding: 6px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    text-shadow: 0 0 15px rgba(67, 2, 24, 0.8);
}

@media only screen and (max-width: 1365px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.59701)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-label {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-figure-caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-figure-caption {
        font-size: 1.4rem;
    }
}

.lp-figureSlider {
    display: flex;
    flex-direction: column-reverse;
}

.lp-figureSlider > img {
    height: auto;
    margin-bottom: 40px;
}

.lp-figureSlider-caption {
    color: #666;
    font-size: 1.6rem;
}

.lp-step {
    display: flex;
}

.lp-step-column {
    position: relative;
}

.lp-step-column:last-child {
    padding-left: 28px;
}

@media only screen and (max-width: 1023px) {
    .lp-step-column:last-child {
        padding-left: calc(2rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

.lp-step-column:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 9px 0 9px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #a10e3c;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-step-column:not(:last-child)::after {
        right: calc(-1.4rem + ((1vw - 0.36rem) * (-0.90498)));
        border-width: calc(0.7rem + ((1vw - 0.36rem) * (0.30166))) 0 calc(0.7rem + ((1vw - 0.36rem) * (0.30166))) calc(0.7rem + ((1vw - 0.36rem) * (0.75415)));
    }
}

.lp-step-column > img {
    height: auto;
}

[data-script-enabled="true"] .lp-step-column:last-child {
    opacity: 0;
}

[data-script-enabled="true"] .lp-step-column:not(:last-child)::after {
    opacity: 0;
}

.lp-headingLevel2 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.99005)));
    }
}

.lp-headingLevel2.is-shown {
    animation: textIn 0s 0.4s;
    animation-fill-mode: forwards;
}

.lp-headingLevel2-outer {
    position: relative;
    margin-bottom: 48px;
    padding-left: 36px;
    border-left: 4px solid #a10e3c;
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.38806)));
        padding-left: calc(1.2rem + ((1vw - 0.36rem) * (2.38806)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-outer {
        border-left-width: calc(0.2rem + ((1vw - 0.36rem) * (0.30166)));
    }
}

.lp-headingLevel2-outer.is-shown::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    background: #a10e3c;
    animation: labelIn 0.4s 0s cubic-bezier(0, 0.4, 0.4, 1), labelOut 0.5s 0.4s cubic-bezier(0, 0.4, 0.4, 1);
    animation-fill-mode: forwards;
    content: "";
}

.lp-headingLevel2-outer.is-hidden {
    visibility: hidden;
}

.lp-headingLevel3 {
    margin-bottom: 16px;
    font-size: 1.4rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel3 {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.31363)));
        text-align: left;
    }
}

.lp-headingLevel3 > .of-textEmphasis {
    display: block;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #a10e3c;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1920px) {
    .lp-headingLevel3 > .of-textEmphasis {
        font-size: calc(1.5rem + ((1vw - 1.365rem) * (0.54054)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel3 > .of-textEmphasis {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.199)));
    }
}

[data-script-enabled="true"] .lp-headingLevel2 {
    opacity: 0;
}

@keyframes textIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes labelIn {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }
    100% {
        transform: scaleX(1);
        transform-origin: left;
    }
}

@keyframes labelOut {
    0% {
        transform: scaleX(1);
        transform-origin: right;
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.lp-textPhone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 969px) {
    .lp-textPhone {
        flex-direction: column;
    }
}

.lp-textPhone-header {
    margin-right: 24px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-textPhone-header {
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
}

.lp-textPhone-body {
    min-width: 225px;
}

.lp-textPhone-body > a {
    color: inherit;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

.lp-text .lp-textPhone-body,
.lp-text a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-textLead {
    margin-bottom: 32px;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}

@media only screen and (max-width: 1365px) {
    .lp-textLead {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.39303)));
    }
}

.lp-list {
    margin-bottom: 24px;
}

.lp-list > li a {
    color: inherit;
}

.lp-list > li a:hover {
    text-decoration: underline;
}

.lp-list.of-primary > li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 1.5em;
}

@media only screen and (max-width: 1023px) {
    .lp-list.of-primary > li {
        margin-bottom: 8px;
    }
}

.lp-list.of-primary > li:last-child {
    margin-bottom: 0;
}

.lp-list.of-primary > li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 7px 0 7px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

@media only screen and (max-width: 1365px) {
    .lp-list.of-primary > li a {
        font-size: 1.4rem;
    }
}

.lp-list:not(.of-primary) > li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 1em;
}

.lp-list:not(.of-primary) > li:last-child {
    margin-bottom: 0;
}

.lp-list:not(.of-primary) > li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a10e3c;
    content: "";
}

.lp-listButton {
    display: inline-block;
    margin: -24px 0 56px -16px;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (3.9801)));
    }
}

.lp-listButton.of-flex {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton.of-flex {
        flex-direction: column;
    }
}

.lp-listButton.of-centering {
    justify-content: center;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton.of-centering {
        align-items: center;
    }
}

.lp-listButton-outer.of-centering {
    text-align: center;
}

.lp-listButton > li {
    margin-top: 24px;
    padding-left: 16px;
}

.lp-list-outer {
    display: flex;
    justify-content: center;
}

.lp-listNote {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
}

.lp-listNote.of-alignItems-flexEnd {
    align-items: flex-end;
}

.lp-listNote > li {
    display: flex;
    margin-bottom: 8px;
}

.lp-listNote > li:last-child {
    margin-bottom: 0;
}

.lp-listLineup {
    display: flex;
    position: relative;
    justify-content: space-between;
}

@media only screen and (max-width: 969px) {
    .lp-listLineup {
        position: static;
        flex-direction: column;
    }
}

.lp-listLineup-outer {
    max-width: 820px;
}

@media only screen and (max-width: 1920px) {
    .lp-listLineup-outer {
        max-width: calc(74rem + ((1vw - 1.365rem) * (14.41441)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-listLineup-outer {
        max-width: 820px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-listLineup-outer {
        margin: 0 auto;
    }
}

.lp-listLineup > li {
    width: 286px;
}

@media only screen and (max-width: 1920px) {
    .lp-listLineup > li {
        width: calc(25.5rem + ((1vw - 1.365rem) * (5.58559)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-listLineup > li {
        width: 286px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-listLineup > li {
        width: 100%;
        max-width: 640px;
        margin: 0 auto 24px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-listLineup > li:last-child {
        margin-bottom: 0;
    }
}

.lp-listLineup > li.of-recommended {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 969px) {
    .lp-listLineup > li.of-recommended {
        position: static;
        transform: none;
    }
}

.lp-listLineup > li:nth-child(2) {
    order: -1;
}

@media only screen and (max-width: 969px) {
    .lp-listLineup > li:nth-child(2) {
        order: 0;
    }
}

.lp-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
    padding: 24px 32px;
    border-radius: 6px;
    background-color: #1f1f1f;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    color: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-card {
        padding: calc(1.6rem + ((1vw - 0.36rem) * (1.31363))) calc(2.4rem + ((1vw - 0.36rem) * (1.31363)));
    }
}

.lp-card.of-emphasis {
    position: relative;
    padding: 42px 32px;
    background-color: #2b2b2b;
}

@media only screen and (max-width: 969px) {
    .lp-card.of-emphasis {
        padding: calc(1.6rem + ((1vw - 0.36rem) * (2.62726))) calc(2.4rem + ((1vw - 0.36rem) * (1.31363)));
    }
}

.lp-media {
    margin-bottom: 24px;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        width: 100%;
    }
}

.lp-media-content {
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-media-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        flex: 1 1 auto;
        max-width: 330px;
    }
}

@media only screen and (max-width: 610px) {
    .lp-media-body {
        max-width: calc(16rem + ((1vw - 0.36rem) * (27.91461)));
    }
}

.lp-media-text {
    font-size: 1.4rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.32841)));
    }
}

.lp-media-image {
    margin-bottom: 24px;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        min-width: calc(9.2rem + ((1vw - 0.36rem) * (11.16585)));
        margin-bottom: 0;
        margin-left: calc(2rem + ((1vw - 0.36rem) * (1.64204)));
    }
}

.lp-media-image > img {
    height: auto;
}

.lp-mediaSlider-outer {
    padding: 0 10px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaSlider-outer {
        padding: 0;
    }
}

.lp-video {
    position: relative;
    width: 100%;
}

.lp-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-videoOuter {
    position: relative;
    width: 100%;
    padding: 0 10px;
}

@media only screen and (max-width: 1365px) {
    .lp-videoOuter {
        padding: 0;
    }
}

.slick-track {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots > li {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots > li button {
    display: block;
    width: 18px;
    height: 18px;
    border: 0;
    outline: none;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.slick-dots > li button:hover, .slick-dots > li button:focus {
    outline: none;
}

.slick-dots > li button:hover::before, .slick-dots > li button:focus::before {
    opacity: 1;
}

.slick-dots > li button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ddd;
    content: "";
}

.slick-dots > li.slick-active button::before {
    background-color: #a10e3c;
    opacity: 0.75;
}

@media only screen and (max-width: 1365px) {
    .lp-buttonConversion-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.39801)));
    }
}

.lp-utility-display-none {
    display: none;
}

.lp-utility-display-inlineBlock {
    display: inline-block;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-fontWeight-bold {
    font-weight: 600;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px !important;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px !important;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px !important;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px !important;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px !important;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px !important;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px !important;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px !important;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px !important;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px !important;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 88px !important;
}

.lp-utility-marginBottom-12 {
    margin-bottom: 96px !important;
}

.lp-utility-marginBottom-13 {
    margin-bottom: 104px !important;
}

.lp-utility-marginBottom-14 {
    margin-bottom: 112px !important;
}

.lp-utility-marginBottom-15 {
    margin-bottom: 120px !important;
}

@media only screen and (max-width: 1365px) {
    .lp-extraLargeScreen-display-none {
        display: none;
    }
}

.lp-extraLargeScreen-display-block {
    display: none;
}

@media only screen and (max-width: 1365px) {
    .lp-extraLargeScreen-display-block {
        display: block;
    }
}

.lp-extraLargeScreen-display-inlineBlock {
    display: none;
}

@media only screen and (max-width: 1365px) {
    .lp-extraLargeScreen-display-inlineBlock {
        display: inline-block;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

.lp-extraLargeScreen-line-keep {
    display: block;
}

@media only screen and (max-width: 1365px) {
    .lp-extraLargeScreen-line-keep {
        display: inline;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-display-none {
        display: none;
    }
}

.lp-largeScreen-display-block {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-display-block {
        display: block;
    }
}

.lp-largeScreen-display-inlineBlock {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-display-inlineBlock {
        display: inline-block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

.lp-largeScreen-line-keep {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-line-keep {
        display: inline;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-fontWeight-bold {
        font-weight: 600;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 8px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 32px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 48px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 56px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-11 {
        margin-bottom: 88px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-12 {
        margin-bottom: 96px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-13 {
        margin-bottom: 104px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-14 {
        margin-bottom: 112px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-marginBottom-15 {
        margin-bottom: 120px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-display-none {
        display: none;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-fontWeight-bold {
        font-weight: 600;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 88px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-12 {
        margin-bottom: 96px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-13 {
        margin-bottom: 104px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-14 {
        margin-bottom: 112px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-15 {
        margin-bottom: 120px !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-display-none {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-fontWeight-bold {
        font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-1 {
        margin-bottom: 8px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-2 {
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-3 {
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-4 {
        margin-bottom: 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-5 {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-6 {
        margin-bottom: 48px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-7 {
        margin-bottom: 56px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-10 {
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-11 {
        margin-bottom: 88px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-12 {
        margin-bottom: 96px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-13 {
        margin-bottom: 104px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-14 {
        margin-bottom: 112px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-15 {
        margin-bottom: 120px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}
