<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.lp-jumbotron {
    padding: 42px 0 31px;
    overflow: hidden;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        padding: 25px 0 24px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron {
        padding: 20px 0 0;
    }
}

.lp-jumbotron-body {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 970px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        width: 100%;
        padding: 0 calc(110vw * 100 / 969);
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-body {
        width: 100%;
        padding: 0 20px;
    }
}

.lp-jumbotron-titleGroup {
    max-width: 600px;
    padding-left: 7px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        max-width: 100%;
        padding-left: 0;
    }
}

.lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent {
    display: flex;
    flex-direction: column;
    max-width: 540px;
    min-height: 470px;
}

.lp-jumbotron-titleGroupContent.of-minHeight-primary {
    min-height: 585px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent {
        max-width: 100%;
        min-height: auto;
    }
}

.lp-jumbotron-titleGroup .lp-jumbotron-title {
    order: 2;
    margin-bottom: 12px;
    font-size: 58px;
    line-height: 1.05;
}

.lp-jumbotron-titleGroup .lp-jumbotron-title.of-fontSize-small {
    font-size: 45px;
}

.lp-jumbotron-titleGroup .lp-jumbotron-title.of-fontSize-primary {
    font-size: 54px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-title, .lp-jumbotron-titleGroup .lp-jumbotron-title.of-fontSize-small {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 73px;
        line-height: 1.1;
    }

    .lp-jumbotron-titleGroup .lp-jumbotron-title.of-fontSize-primary {
        font-size:  calc(4rem + (1vw - 0.64rem) * 4.3750) !important;
    }

    .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
        font-size: calc(3rem + ((1vw - 0.36rem) * (4.5977))) !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-title, .lp-jumbotron-titleGroup .lp-jumbotron-title.of-fontSize-small {
        margin-bottom: 15px;
        font-size: calc(40vw * 100 / 360);
        line-height: 1.05;
    }
}

.lp-jumbotron-titleGroup .lp-jumbotron-title .lp-jumbotron-titleLine {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 3px 2px;
    padding: 6px 12px 8px 12px;
    background-color: #44a43c;
    color: #ffffff;
}
.theme-KW .lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent.of-primary .lp-jumbotron-title .lp-jumbotron-titleLine,
.theme-KK .lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent.of-primary .lp-jumbotron-title .lp-jumbotron-titleLine,
.theme-KC .lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent.of-primary .lp-jumbotron-title .lp-jumbotron-titleLine {
    overflow-wrap: break-word;
    word-break: keep-all;
}

.lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent.of-primary .lp-jumbotron-title {
    margin-bottom: 24px;
    text-transform: capitalize;
}

.lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent.of-primary .lp-jumbotron-title.of-textTransform-none {
    text-transform: none;
}

.lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent.of-primary .lp-jumbotron-title .lp-jumbotron-titleLine {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: inherit;
    color: #44a43c;
}

.lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent.of-primary .lp-iconSeries {
    margin-bottom: 8px;
}

.lp-jumbotron-titleGroup .lp-jumbotron-title .lp-jumbotron-titleLine:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup .lp-jumbotron-lead {
    display: block;
    order: 3;
    margin-bottom: 212px;
    font-size: 24px;
    line-height: 1.25;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-lead {
        margin-bottom: 25px;
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-lead {
        margin-bottom: 15px;
        font-size: calc(18vw * 100 / 360);
    }
}

.lp-jumbotron-titleGroup .lp-iconSeries {
    display: flex;
    order: 1;
    min-height: 0;
    margin-bottom: 12px;
    padding-left: 3px;
    font-size: 28px;
    line-height: 1.25;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup .lp-iconSeries {
        margin-bottom: 15px;
        font-size: calc(18vw * 100 / 360);
    }
}

.lp-jumbotron-titleGroup .lp-jumbotron-seriesName {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.25;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-seriesName {
        margin-bottom: 24px;
        font-size: 24px;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-seriesName {
        margin-bottom: 20px;
        font-size: calc(14vw * 100 / 360);
        line-height: 1.33;
    }
}

.lp-jumbotron-titleGroup .lp-jumbotron-seriesName &gt; em {
    display: inline-block;
    font-weight: normal;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-seriesName &gt; em {
        display: block;
    }
}

.lp-jumbotron-imageGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0%;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-imageGroup {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 153px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-imageGroup {
        margin-bottom: 20px;
        padding-bottom: 157px;
    }
}

.lp-jumbotron-imageGroup .lp-jumbotron-seriesImage {
    z-index: -1;
    position: absolute;
    right: -64px;
    bottom: -18px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-imageGroup .lp-jumbotron-seriesImage {
        position: static;
        max-width: 500px;
        min-height: 0%;
        padding-right: 37px;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-imageGroup .lp-jumbotron-seriesImage {
        max-width: calc(276vw * 100 / 360);
        padding-right: calc(20vw * 100 / 360);
    }
}

.lp-jumbotron-imageGroup .lp-jumbotron-seriesImage::before {
    display: block;
    position: absolute;
    top: 64px;
    right: 232px;
    width: 185px;
    height: 159px;
    background: url("../../../img/landing_page/lp_optical-comparators-application_01082374/lp_optical-comparators-application_01082374_bg_01.png") no-repeat 0 0;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-imageGroup .lp-jumbotron-seriesImage::before {
        display: none;
    }
}

.lp-jumbotron-imageGroup .lp-jumbotron-seriesImage.is-active::before {
    -webkit-animation: default 0.5s 0s forwards;
    animation: default 0.5s 0s forwards;
}

.lp-listButton {
    max-width: 540px;
    margin: 0 0 20px 9px;
}

@media screen and (max-width: 969px) {
    .lp-listButton {
        max-width: 100%;
        margin: 0 auto 20px;
    }
}

.lp-listButton &gt; li {
    margin-bottom: 10px;
}

@media screen and (max-width: 969px) {
    .lp-listButton &gt; li {
        text-align: center;
    }
}

.lp-listButton.of-primary {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 20px -15px;
}

@media screen and (max-width: 969px) {
    .lp-listButton.of-primary {
        max-width: none;
        margin-top: -16px;
        margin-left: -24px;
    }
}

.lp-listButton.of-maxWidth-primary {
    max-width: 560px;
}

@media screen and (max-width: 969px) {
    .lp-listButton.of-maxWidth-primary {
        max-width: none;
    }
}

.lp-listButton.of-primary &gt; li {
    padding: 24px 0 0 24px;
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-listButton.of-primary &gt; li {
        padding-top: 16px;
        width: 100%;
    }
}

.lp-listButton &gt; li:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion {
    display: inline-block;
    position: relative;
    max-width: 100%;
    background: #dc002f;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 26px 10px;
}

.lp-buttonConversion-body.of-primary {
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion-body.of-primary {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}


.lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    content: "";
}

.lp-buttonConversion-body::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    content: "";
    opacity: 0.3;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    min-width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    min-width: 25px;
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat;
}

.lp-buttonConversion-text {
    font-size: 18px;
    text-align: center;
}

.lp-buttonConversion-body.of-primary .lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image &gt; img {
    min-width: 42px;
    max-width: 60px;
}

.lp-listSlide-wrapper {
    z-index: -2;
    position: absolute;
    bottom: 133px;
    left: -65px;
    width: 775px;
    height: 160px;
    background-color: #adcfa5;
}

@media screen and (max-width: 969px) {
    .lp-listSlide-wrapper {
        z-index: 0;
        bottom: 0;
        left: 50%;
        width: 970px;
        height: 146px;
        transform: translateX(-50%);
    }
    .lp-listSlide-wrapper::after {
        display: block;
        position: absolute;
        top: -21px;
        left: 50%;
        width: 0;
        height: 0;
        transform: translateX(-50%);
        border-width: 11px 24px;
        border-style: solid;
        border-color: transparent transparent #adcfa5 transparent;
        content: "";
    }
}

.lp-listSlide-wrapper::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 75%, #ffffff 100%);
    content: "";
}

.lp-listSlide-wrapper .lp-listSlide-outer {
    position: relative;
    width: 605px;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 969px) {
    .lp-listSlide-wrapper .lp-listSlide-outer {
        width: 100%;
    }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide {
    display: flex;
    position: absolute;
    top: 10px;
    right: 0;
    flex-direction: row-reverse;
    align-items: center;
    width: 1005px;
    height: 140px;
}

@media screen and (max-width: 969px) {
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide {
        height: 126px;
        margin: 0 auto;
    }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li {
    position: relative;
    width: 143px;
    min-width: 143px;
    height: 100px;
    margin-left: 15px;
    overflow: hidden;
    transition: width 0.5s 0.1s, height 0.5s 0.1s, top 0.5s 0.1s, margin-left 0.5s 0.1s;
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 140px;
    background-color: rgba(204, 204, 204, 0.4);
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li {
        display: none;
        position: absolute;
        top: 18px;
        width: 128px;
        min-width: 128px;
        height: 90px;
        margin-left: 14px;
    }
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li:first-child {
        display: block;
        top: 0;
        left: calc(50% - 90px);
    }
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li:nth-child(2) {
        display: block;
        left: calc(50% - 232px);
    }
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li:nth-child(3) {
        display: block;
        left: calc(50% - 374px);
    }
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li:nth-last-child(2) {
        display: block;
        left: calc(50% + 246px);
    }
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li:last-child {
        display: block;
        left: calc(50% + 104px);
    }
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li::after {
        width: 194px;
        height: 140px;
    }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li.is-current {
    width: 200px;
    height: 140px;
}

@media screen and (max-width: 969px) {
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li.is-current {
        width: 180px;
        height: 126px;
    }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li.is-current::after {
    display: none;
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li.is-active {
    position: absolute;
    top: 20px;
    left: 0;
}

@media screen and (max-width: 969px) {
    .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li.is-active {
        top: 18px;
    }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide &gt; li.is-active.is-current {
    top: 0;
}

.lp-listFixed {
    -webkit-backface-visibility: hidden;
    position: absolute;
    right: 114px;
    bottom: 354px;
    width: 300px;
    height: 188px;
    transform: matrix3d(0.6206, 0.07844, 0, -0.0001, 0, 0.73273, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    backface-visibility: hidden;
}

.lp-listFixed &gt; li {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.lp-listFixed &gt; li.is-current {
    -webkit-animation: fadeIn 0.5s 0s forwards;
    z-index: 1;
    animation: fadeIn 0.5s 0s forwards;
}

.lp-listFixed &gt; li.is-hidden {
    -webkit-animation: fadeOut 0.5s 0.1s forwards;
    animation: fadeOut 0.5s 0.1s forwards;
    opacity: 1;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    background: url("../../img/landing_page/lp_xm_application/lp_xm_application_bg_01.png") no-repeat center top;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column;
    }
}

.lp-mediaAsset-body {
    flex: 0 1 auto;
    max-width: 440px;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        margin: 0 0 10px;
    }
}

.lp-mediaAsset-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-body .lp-mediaAsset-text {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-body .lp-mediaAsset-text {
        font-size: 28px;
        font-weight: normal;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-body .lp-mediaAsset-text {
        font-size: calc(18vw * 100 / 360);
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin: 0 30px 0 6px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        margin: 0;
    }
}

.lp-section {
    background: #fff;
    margin-bottom: 32px;
  }

.lp-section.of-primary {
    background: #e9e9e9;
}

.lp-section &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: calc(970px + 20px * 2);
    margin-inline: auto;
    padding: 20px;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding-bottom: 30px;
    }
}

.lp-section-content &gt; *:last-child {
    margin-bottom: 0;
}

.lp-mediaConversion {
    margin-bottom: 40px;
    color: #333;
}

@media screen and (max-width: 969px) {
    .lp-mediaConversion {
        margin: 0 0 25px;
    }
}

.lp-mediaConversion-content {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 969px) {
    .lp-mediaConversion-content {
        flex-direction: column-reverse;
    }
}

.lp-mediaConversion-body {
    flex: 1;
    margin: 0 40px;
}

.lp-mediaConversion-body &gt; *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaConversion-body {
        margin: 0 calc((40 * 100vw) / 1280);
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.lp-mediaConversion-textGroup {
    display: flex;
    gap: 0 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

@media screen and (max-width: 969px) {
    .lp-mediaConversion-textGroup {
        margin-bottom: 8px;
    }
}

.lp-mediaConversion-textGroup &gt; *:last-child {
    margin-bottom: 0;
}

.lp-mediaConversion-series {
    display: block;
    margin-bottom: 8px;
    font-size: 2.4rem;
    line-height: 1.25;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaConversion-series {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

.lp-mediaConversion-seriesName {
    display: block;
    margin-bottom: 16px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 969px) {
    .lp-mediaConversion-seriesName {
        margin-bottom: 8px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.4742)));
    }
}

.lp-mediaConversion-image {
    width: 260px;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaConversion-image {
        width: calc((260 * 100vw) / 1280);
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaConversion-image {
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }
}

.lp-textLead {
    font-size: 2.8rem;
    line-height: 1.28;
}

@-webkit-keyframes default {
    0% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes default {
    0% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-smallScreen-order-1 {
    order: 1;
}

.lp-smallScreen-order-2 {
    order: 2;
}

.lp-smallScreen-order-3 {
    order: 3;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.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;
}</pre></body></html>