<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.font-display {
    font-size: 100px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-display {
        font-size:60px
    }
}

@media screen and (max-width: 768px) {
    .font-display {
        font-size:52px
    }
}

.font-headline-4 {
    font-size: 60px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-4 {
        font-size:36px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-4 {
        font-size:32px
    }
}

.font-headline-3 {
    font-size: 48px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-3 {
        font-size:34px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-3 {
        font-size:28px
    }
}

.font-headline-2 {
    font-size: 40px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-2 {
        font-size:32px
    }
}

@media screen and (max-width: 768px) {
    .font-headline-2 {
        font-size:28px
    }
}

.font-headline-1 {
    font-size: 30px;
    line-height: 1.2
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-headline-1 {
        font-size:24px;
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {
    .font-headline-1 {
        font-size:20px;
        line-height: 1.5
    }
}

.font-title {
    font-size: 24px;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-title {
        font-size:20px
    }
}

@media screen and (max-width: 768px) {
    .font-title {
        font-size:20px
    }
}

.font-subheading {
    font-size: 20px;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-subheading {
        font-size:18px
    }
}

@media screen and (max-width: 768px) {
    .font-subheading {
        font-size:18px
    }
}

.font-subtitle {
    font-size: 18px;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width:1599px) {
    .font-subtitle {
        font-size:16px
    }
}

@media screen and (max-width: 768px) {
    .font-subtitle {
        font-size:16px
    }
}

.font-body-2 {
    line-height: 1.5;
    font-size: 16px
}

.font-body-1 {
    font-size: 14px;
    line-height: 1.7
}

.font-descriptions {
    font-size: 12px;
    line-height: 1.7
}

.font-body-1,.font-body-2,.font-descriptions,.font-display,.font-headline-1,.font-headline-2,.font-headline-3,.font-headline-4,.font-subheading,.font-subtitle,.font-title {
    line-height: 1.2
}

.font-medium {
}

.font-regular {
}

.font-light {
    font-weight: 400
}

.font-blod {
    font-weight: 400
}


.flex {
    display: -webkit-box;
    display: flex
}

@media screen and (max-width: 735px) {
    .flex-xs {
        display:-webkit-box;
        display: flex
    }
}

@media screen and (max-width: 1067px) {
    .flex-sm {
        display:-webkit-box;
        display: flex
    }
}

@media screen and (min-width: 736px) {
    .flex-not-xs {
        display:-webkit-box;
        display: flex
    }
}

@media screen and (min-width: 1068px) {
    .flex-not-sm {
        display:-webkit-box;
        display: flex
    }
}

.inline-flex {
    display: -webkit-inline-box;
    display: inline-flex
}

@media screen and (max-width: 735px) {
    .inline-flex-xs {
        display:-webkit-inline-box;
        display: inline-flex
    }
}

@media screen and (min-width: 736px) {
    .inline-flex-not-xs {
        display:-webkit-inline-box;
        display: inline-flex
    }
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.col-1 {
    -webkit-box-flex: 1;
    flex: 1
}

.col-2 {
    -webkit-box-flex: 2;
    flex: 2
}

.col-3 {
    -webkit-box-flex: 3;
    flex: 3
}

.no-shrink,.no-strink {
    flex-shrink: 0
}

.flex-nowarp {
    flex-wrap: nowrap
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.flex-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.flex-align-center {
    -webkit-box-align: center;
    align-items: center
}

.flex-content-center {
    -webkit-box-pack: center;
    justify-content: center
}

.flex-auto {
    -webkit-box-flex: 1;
    flex: auto
}

.flex-basis-25 {
    -webkit-box-flex: 1;
    flex: 1 0 25%
}

.flex-basis-40 {
    -webkit-box-flex: 1;
    flex: 1 0 40%
}

.flex-basis-50 {
    -webkit-box-flex: 1;
    flex: 1 0 50%
}

.flex-0-50 {
    -webkit-box-flex: 0;
    flex: 0 0 50%
}

.flex-basis-55 {
    -webkit-box-flex: 1;
    flex: 1 0 55%
}

.flex-basis-60 {
    -webkit-box-flex: 1;
    flex: 1 0 60%
}

.flex-basis-100 {
    -webkit-box-flex: 1;
    flex: 1 0 100%
}


.main-content {
    overflow-x: initial;
}
.specs-container {
    position: relative;
    color: #000
}

.specs-container .container-text {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 300px
}

.specs-container .container-text:after,
.specs-container .container-text:before {
    display: none
}

@media screen and (min-width: 736px) and (max-width:1260px) {
    .specs-container .container-text {
        padding:0 30px
    }
}

@media screen and (max-width: 735px) {
    .specs-container .container-text {
        padding:0 15px
    }
}

.specs-container ul {
    padding: 0;
    margin: 0;
}
.specs-container ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.specs-container .col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.specs-container p.font-body-2 {
    color: #666;
    font-weight: 400
}

.specs-container .p-t-lg {
    padding-top: 4vw
}

.specs-container .p-b-lg {
    padding-bottom: 4vw
}

.specs-list .col-1 {
    -webkit-box-flex: 1;
    flex: 1;
    max-width: initial;
}

.section-specs .top-banner {
    height: 900px;
    position: relative;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#125993),to(#070b1d));
    background-image: linear-gradient(0deg,#125993,#070b1d);
    background-size: cover;
    background-position: 50%;
}

@media screen and (min-width: 736px) and (max-width:1300px) {
    .section-specs .top-banner {
        height:624px
    }
}

.section-specs .top-banner .title {
    padding-bottom: 60px
}

@media screen and (min-width: 736px) and (max-width:1067px) {
    .section-specs .top-banner .title {
        padding-bottom:30px
    }
}

@media screen and (max-width: 735px) {
    .section-specs .top-banner .title {
        padding-bottom:30px
    }
}

@media screen and (max-width: 735px) {
    .section-specs .top-banner .sub-title {
        font-size:18px;
        line-height: 2
    }
}

@media screen and (max-width: 735px) {
    .section-specs .top-banner .text {
        font-size:14px
    }
}

.section-specs .top-banner .specs-info {
    margin: auto;
    padding-top: 17%;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (min-width: 736px) {
    .section-specs .top-banner .specs-info {
        position:absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width: 735px) {
    .section-specs .top-banner .specs-info {
        padding:150px 20px 0
    }
}

@media screen and (max-width: 550px) {
    .section-specs .top-banner .specs-info {
        padding:150px 20px 0
    }
}

.section-specs .top-banner .specs-info .phone-container {
    position: absolute;
    top: 160px;
    right: 0;
    width: 38%
}

@media screen and (min-width: 736px) and (max-width:1599px) {
    .section-specs .top-banner .specs-info .phone-container {
        top:110px;
        right: 10%;
        width: 28%
    }
}

@media screen and (max-width: 735px) {
    .section-specs .top-banner .specs-info .phone-container {
        width:68%;
        position: static;
        margin: 0 auto;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0)
    }
}

.section-specs .top-banner .specs-info .phone-container img {
    width: 100%
}

.section-specs .top-banner .specs-list {
    width: 60%
}

@media screen and (min-width: 736px) and (max-width:1599px) {
    .section-specs .top-banner .specs-list {
        width:47%
    }
}

@media screen and (max-width: 735px) {
    .section-specs .top-banner .specs-list {
        width:100%
    }
}

@media screen and (min-width: 736px) {
    .section-specs .top-banner .specs-list li {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.section-specs .top-banner .specs-list .item {
    padding-bottom: 40px;
    padding-right: 10%
}

@media screen and (min-width: 736px) and (max-width:1067px) {
    .section-specs .top-banner .specs-list .item {
        padding-bottom:30px
    }
}

@media screen and (max-width: 735px) {
    .section-specs .top-banner .specs-list .item {
        padding-bottom:20px
    }
}

.specs-container .specs-content-container {
    padding-top: 150px
}

@media screen and (max-width: 735px) {
    .specs-container .specs-content-container {
        padding-top:100px
    }
}

.specs-container .detail-common .common-detail-onlytwotext {
    margin: 0 20px
}

.specs-container .detail-common .common-detail-onlytwotext .content {
    max-width: 1200px;
    margin: 0 auto
}

.specs-container .detail-common .common-detail-onlytwotext .text-container {
    text-align: left
}

.specs-container .detail-common .common-detail-onlytwotext .item-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

.specs-container .detail-common .common-detail-onlytwotext .item-box .item {
    width: 44.166%
}

.specs-container .detail-common .common-detail-onlytwotext .item-box .item h3 {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 700
}

.specs-container .detail-common .common-detail-onlytwotext .item-box .item p {
    margin-bottom: 2rem
}

.specs-container .detail-common .common-detail-onlytwotext .item-box .item p:last-child {
    margin-bottom: 0
}

.specs-container .detail-common .common-detail:last-child {
    padding-bottom: 5rem
}

@media screen and (max-width: 736px) {
    .specs-container .detail-common .common-detail-onlytwotext .text-container h2 {
        position:relative
    }

    .specs-container .detail-common .common-detail-onlytwotext .text-container h2:after {
        content: attr(data-text);
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 30px
    }

    .specs-container .detail-common .common-detail-onlytwotext .item-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        display: none
    }

    .specs-container .detail-common .common-detail-onlytwotext .item-box.appear {
        display: block
    }

    .specs-container .detail-common .common-detail-onlytwotext .item-box .item {
        width: 100%
    }

    .specs-container .detail-common .common-detail-onlytwotext .item-box .item p {
        word-break: break-word
    }
}

.specs-container .detail-specs {
    color: #000
}

.specs-container .detail-specs .common-detail .content {
    position: relative
}

.specs-container .detail-specs .common-detail .content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
    z-index: 1
}

@media (-o-min-device-pixel-ratio: 3/2),(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5) {
    .specs-container .detail-specs .common-detail .content:after {
        -webkit-transform:scaleY(.5);
        transform: scaleY(.5)
    }
}

.specs-container .detail-specs .common-detail:last-child .content:after {
    display: none
}

.specs-container .detail-specs .common-detail .specs-text {
    padding: 5rem 0;
    cursor: pointer
}

.specs-container .detail-specs .common-detail .item-box .item {
    padding-bottom: 5rem
}</pre></body></html>