/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { background-color: #fff; overflow: hidden; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.lp-fullwidth--blue { background: linear-gradient(180deg, #DBEBF5 0%, #FFF 100%); }
.lp-fullwidth--black { background-color: #000; }
.lp-fullwidth--white { background-color: #fff; }
.lp-fullwidth--darkgray { background-color: #1D1D1F; }
.lp-fullwidth--lightgray { background-color: #F5F5F7; }
.lp-container { max-width: 1020px; margin: 0 auto; position: relative; padding: 100px 20px; box-sizing: border-box; }
.lp-container--mid { max-width: 1140px; margin: 0 auto; position: relative; padding: 100px 20px; box-sizing: border-box; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-fullwidth img { max-width: 100%; }

/* BUTTON */
.lp-btn-container {}
.lp-btn { display: inline-block; font: 500 16px/24px 'Graphik-Medium-Cy', sans-serif; padding: 12px 24px; box-sizing: border-box; color:#fff; text-align: center; cursor: pointer; border-radius: 6px; -webkit-transition: 0.25s; transition: 0.25s; text-decoration: none; }
.lp-btn--blue { background-color: #378BE7; }
.lp-btn--blue:hover { background-color: #327ED1; }
.lp-btn--blue:active { background-color: #2865A7; }
.lp-btn--pink { background-color: #E64C8F; }
.lp-btn--pink:hover { background-color: #B83D72; }
.lp-btn--pink:active { background-color: #93315B; }
.lp-btn--white { background-color: #fff; color: #242424; }
.lp-btn--white:hover { background-color: #fff; opacity: .85; }
.lp-btn--white:active { background-color: #fff; }
.lp-btn--black { background-color: #000; }
.lp-btn--black:hover { background-color: #333; }

/* BILLBOARD */
.lp-billboard { padding: 60px 20px; box-sizing: border-box; position: relative; }
.lp-billboard__logo { width: 264px; margin: 0 auto; }
.lp-billboard__title { font: 500 60px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -2.4px; color: #000; text-align: center; margin: 12px 0; }
.lp-billboard__img { width: 572px; max-width: 100%; margin: 60px auto 0; }
.lp-billboard .lp-btn-container { margin: 24px auto; text-align: center; }

/* UNIT */
.lp-unitgroup { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 20px; margin-top: 20px; }
.lp-unitgroup:first-child { margin-top: 0; }
.lp-unit { min-height: 520px; padding: 0; box-sizing: border-box; border-radius: 18px; background-color: #fff; color: #000; overflow: hidden; position: relative; }
.lp-unit--column { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.lp-unit--column-center { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.lp-unit__wrapper { text-align: center; margin: 50px 30px 0; position: relative; z-index: 1; }
.lp-unit__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; margin: 0 auto; }
.lp-unit__title-color { color: #34C85A; }
.lp-unit__descr { font: 500 20px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.7px; margin: 10px auto 0; }
.lp-unit__footernote { font: 400 12px/16px 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #86868B; text-align: center; margin: 0 auto; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 8px; }
.lp-unit__footernote-item { }
.lp-unit__img { display: block; margin: 0 auto; }
.lp-unit--mid { width: 50%; }
.lp-unit--big { width: 100%; }
.lp-unit--midfull { width: calc(100% - 313px - 10px); }
.lp-unit--small { width: 313px; }
.lp-unit--60 { width: calc(55% - 10px); }
.lp-unit--40 { width: calc(45% - 10px); }

/* UNIT CUSTOM */
.lp-unit--sleep { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; padding: 0 50px; box-sizing: border-box; align-items: center; }
.lp-unit--sleep .lp-unit__img { width: 362px; max-width: 100%; margin: auto auto 0; }
.lp-unit--sleep .lp-unit__wrapper { text-align: left; margin: 0; }
.lp-unit--run { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; padding: 0 50px 0 0; box-sizing: border-box; align-items: center; }
.lp-unit--run .lp-unit__img { width: 455px; min-width: 455px; max-width: 100%; margin: auto auto 0; }
.lp-unit--run .lp-unit__wrapper { text-align: left; margin: 0; padding-left: 35px; box-sizing: border-box; }
.lp-unit--screen {}
.lp-unit--screen .lp-unit__img { max-width: 100%; margin: 30px auto 0; }
.lp-unit--screen .lp-unit__title { text-wrap: balance; }
.lp-unit--power {}
.lp-unit--power .lp-unit__img { width:370px; max-width: 100%; margin: 140px auto; }
.lp-unit--power .lp-unit__wrapper { text-align: left; margin: 50px 50px 0; }
.lp-unit--sos {}
.lp-unit--sos .lp-unit__img { width:262px; max-width: 100%; margin: 48px auto 0; }
.lp-unit--sos .lp-unit__wrapper { text-align: left; margin: 50px 50px 0; }
.lp-unit--5g { color: #fff; }
.lp-unit--5g .lp-unit__wrapper { text-align: left; margin: 50px 50px 0; }
.lp-unit--5g .lp-unit__img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.lp-unit--5g .lp-unit__img img { object-fit: cover; height: 100%; }
.lp-unit--5g .lp-unit__title { max-width: 420px; margin: 0; }



/* FOOTER */
.lp-footer { margin: 0 auto; box-sizing: border-box; font: 500 12px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #6E6E73; }
.lp-footer strong { font: 500 12px/115% 'Graphik-Medium-Cy', sans-serif; }
.lp-footer a { color: #6E6E73; text-decoration: underline; }
.lp-footernote { margin: 40px auto; box-sizing: border-box; font: 500 12px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #6E6E73; border: 1px solid #E5E5E5; padding: 20px; box-sizing: border-box; }


/* COMPARE */
.lp-container--compare { max-width: 1140px; margin: 0 auto; position: relative; padding: 120px 20px 0; box-sizing: border-box; }
.lp-compare { background-color: #fff; padding: 0; box-sizing: border-box; color: #000; border-radius: 18px; }
.lp-compare sup { font-size: 60%; top: -.8em; }
.lp-compare__subtitle { font: 500 25px/100% 'Graphik-Medium-Cy', sans-serif; text-align: center; }
.lp-compare__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 12px 0 40px; text-align: center; }

.lp-compare-rowgroup { text-align: center; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 100px; }
.lp-compare-column { width: calc(33.333333% - 20px); max-width: 180px;  }
.lp-compare-column__head { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; color: #000; padding: 16px 0 28px; box-sizing: border-box; text-align: center; }
.lp-compare-column__devices { border-bottom: 1px solid #d6d6d6; padding: 20px 0 25px; box-sizing: border-box; }
.lp-compare-column__img { margin-bottom: 32px; }
.lp-compare-column__img img { max-width: 100%; margin: 0 auto; }
.lp-compare-column__color { text-align: center; font-size: 0; line-height: 0; }
.lp-compare-column__color-item { display: inline-block; width: 12px; height: 12px; margin: 0 3px; box-shadow: inset 0px 1.44px 1.44px rgba(0, 0, 0, 0.06); border-radius: 12px; }
.lp-compare-column__features { margin-top: 40px; }
.lp-compare-column__value { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-compare-column__caption { font: 500 12px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.24px;  margin-top: 8px;}
.lp-compare-column__icon { margin-bottom: 10px; }
.lp-compare-column__icon img { max-width: 100%; margin: 0 auto; }








@media only screen and (max-width: 1024px) {
    /* COMPARE */
    .lp-compare-rowgroup { gap: 40px; }
    .lp-compare-column--table { display: none; }
    /* UNIT CUSTOM */
    .lp-unit--sleep { min-height: 320px; }
}

@media only screen and (max-width: 900px) { }

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }
    .lp-container--mid { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }
    /* BUTTON */
    .lp-btn { font: 500 14px/20px 'Graphik-Medium-Cy', sans-serif; padding: 10px 24px; }
    /* BILLBOARD */
    .lp-billboard { padding: 40px 20px; }
    .lp-billboard__logo { width: 196px; }
    .lp-billboard__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
    .lp-billboard__img { margin: 40px auto 0; }
    /* UNIT */
    .lp-unitgroup { -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; }
    .lp-unit__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; margin: 0 auto; }
    .lp-unit--small { width: auto; }
    .lp-unit--mid { width: auto; }
    .lp-unit--midfull { width: auto; }
    .lp-unit--small { width: auto; }
    .lp-unit--60,.lp-unit--40 { width: auto; }
    .lp-unit { min-height: 400px; }
    .lp-unit--column { }
    .lp-unit__wrapper { margin: 20px 20px 0; text-align: center!important; }
    /* UNIT CUSTOM */
    .lp-unit--sleep { min-height: 370px; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0; align-items: center; }
    .lp-unit--sleep .lp-unit__img { width: 100%; max-width: 100%; margin: 25px auto; }
    .lp-unit--sleep .lp-unit__wrapper { text-align: center; margin: 20px 20px 0; }
    .lp-unit--run { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0; box-sizing: border-box; align-items: center; }
    .lp-unit--run .lp-unit__img { width: 92%; min-width: 92%; max-width: 100%; margin: 34px auto 0 0; }
    .lp-unit--run .lp-unit__wrapper { text-align: center; margin: 20px 20px 0; padding-left: 0; }
    .lp-unit--screen { min-height: 300px; }
    .lp-unit--screen .lp-unit__img { max-width: 100%; margin: 40px auto 10px; }
    .lp-unit--screen .lp-unit__title { text-wrap: balance; }
    .lp-unit--power { min-height: 300px; }
    .lp-unit--power .lp-unit__img { width:270px; max-width: 100%; margin: 50px auto; }
    .lp-unit--power .lp-unit__wrapper { text-align: center; margin: 20px 20px 0; }
    .lp-unit--sos {}
    .lp-unit--sos .lp-unit__img { width:208px; max-width: 100%; margin: 35px auto 0; }
    .lp-unit--sos .lp-unit__wrapper { text-align: center; margin: 20px 20px 0; }
    .lp-unit--5g { color: #fff; }
    .lp-unit--5g .lp-unit__wrapper { text-align: center; margin: 20px 20px 0; }
    .lp-unit--5g .lp-unit__img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    .lp-unit--5g .lp-unit__img img { object-fit: cover; height: 100%; }
    .lp-unit--5g .lp-unit__title { max-width: 420px; margin: 0; }


    /* COMPARE */
    .lp-container--compare { padding: 30px 10px; background-color: #fff; }
    .lp-compare-column__head { max-width: 120px; margin: 0 auto; }
    .lp-compare { margin: 0; padding: 0; }
    .lp-compare__subtitle { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
    .lp-compare__title { max-width: 340px; font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 20px auto 40px; }
    .lp-compare-rowgroup { gap: 12px; }
    .lp-compare-column { width: calc(50% - 6px); max-width: 170px; }
    .lp-compare-column--mobile { display: none; }
    .lp-compare-column__head { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }
}

@media only screen and (max-width: 360px) {
    /* BASE */
    .lp-container { padding: 30px 10px; }
    /* BILLBOARD */
    .lp-billboard__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; }
}