/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { background-color: #FAFAFA; overflow: hidden; }
.lp-fullwidth--black { background-color: #000; }
.lp-fullwidth--darkgray { background-color: #161617; }
.lp-container { max-width: 1020px; margin: 0 auto; position: relative; padding: 100px 20px; box-sizing: border-box; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-container img { max-width: 100%; }

/* BUTTON */
.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 { }

/* 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: 530px; padding: 0; box-sizing: border-box; border-radius: 18px; background-color: #000; color: #F5F5F7; 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__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; text-align: center; margin: 50px 30px 0; position: relative; z-index: 1; }
.lp-unit__title-color { color: #86868B; }
.lp-unit__title-color-2 { background: linear-gradient(0deg, rgba(255, 254, 253) 0%, rgba(255, 254, 253) 25%, rgba(203, 167, 148) 60%, rgba(159, 111, 86) 80%); display: inline-block; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lp-unit__img { display: block; margin: 0 auto; }
.lp-unit--mid { width: 50%; min-height: 610px; }
.lp-unit--big { width: 100%; }

/* UNIT CUSTOM */
.lp-unit--sizes { }
.lp-unit--titanium {}
.lp-unit--cameracontrol { min-height: 550px; }
.lp-unit--cameracontrol .lp-unit__title { max-width: 480px; text-align: left; }
.lp-unit--cameracontrol .lp-unit__img { position: absolute; left: 0; right: 0; bottom: 0; }
.lp-unit--4k { min-height: 530px; }
.lp-unit--4k .lp-unit__title { margin: 50px 30px; }
.lp-unit--4k .lp-unit__img { position: absolute; left: 0; right: 0; top: 0; }
.lp-unit--camera48mp { min-height: 530px; }
.lp-unit--camera48mp .lp-unit__img { position: absolute; left: 0; right: 0; bottom: 0; }
.lp-unit--camerastyle { }
.lp-unit--camerastyle .lp-unit__title { margin: 50px 30px; }
.lp-unit--camerastyle .lp-unit__img { position: absolute; left: 0; right: 0; top: 0; }
.lp-unit--chip { }
.lp-unit--chip .lp-unit__img { position: absolute; left: 0; right: 0; bottom: 0; }
.lp-unit--power {}
.lp-unit--power  div.lp-unit__title { max-width: 800px;  margin: 50px auto 36px; }
.lp-unit--power .lp-unit__img + div.lp-unit__title {  margin: 30px auto 50px; }
.lp-unit--sos {}
.lp-unit--sos .lp-unit__title { max-width: 390px; text-align: left; margin: 50px 30px; }
.lp-unit--sos .lp-unit__img { position: absolute; left: 0; right: 0; bottom: 0; }


/* FOOTER */
.lp-footer { margin: 100px auto 0; 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; }

/* ACS BANNER */
.lp-acs { min-height: 440px; margin: 20px auto; background-color: #fff; padding: 70px; box-sizing: border-box; text-align: left; position: relative; }
.lp-acs__subtitle { font: 500 18px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px; }
.lp-acs__title { max-width: 330px;  font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 10px 0 15px; }
.lp-acs__descr { max-width: 350px; font: 400 18px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.18px; }
.lp-acs__img { width: 46%; position: absolute; right: 64px; bottom: 0;}
.lp-acs .lp-btn { margin-top: 30px; }



@media only screen and (max-width: 1024px) {
    /* UNIT */
    .lp-unit__title { font: 500 26px/95% 'Graphik-Medium-Cy', sans-serif; }
    /* UNIT CUSTOM */
    .lp-unit--power .lp-unit__img { max-width: 90%; }
    .lp-unit--sos { min-height: 500px; }
    .lp-unit--sos .lp-unit__title { max-width: 370px; }
    /* ACS BANNER */
    .lp-acs { min-height: 350px; padding: 40px; }
    .lp-acs__title { font: 500 32px / 90% 'Graphik-Medium-Cy', sans-serif; }
    .lp-acs__img { width: 40%; position: absolute; right: 40px; }
}

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }
    /* 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--small { width: auto; }
    .lp-unit--mid { width: auto; }
    .lp-unit { min-height: initial; }
    .lp-unit--column { }
    .lp-unit__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; margin: 20px 20px 0; }
    /* UNIT CUSTOM */
    .lp-unit--sizes { min-height: 480px; }
    .lp-unit--titanium { min-height: 380px; }
    .lp-unit--cameracontrol { min-height: 450px; }
    .lp-unit--cameracontrol .lp-unit__title { text-align: center; }
    .lp-unit--4k { min-height: 400px; }
    .lp-unit--4k .lp-unit__title { margin: 20px 10px; }
    .lp-unit--camera48mp { min-height: 450px; }
    .lp-unit--camerastyle { min-height: 450px; }
    .lp-unit--camerastyle .lp-unit__title { margin: 20px; }
    .lp-unit--chip { min-height: 330px; }
    .lp-unit--power { min-height: 430px; }
    .lp-unit--power  div.lp-unit__title { margin: 20px 20px 40px; }
    .lp-unit--power .lp-unit__img + div.lp-unit__title {  margin: 40px 20px 20px; }
    .lp-unit--sos { min-height: 540px; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; }
    .lp-unit--sos .lp-unit__title { text-align: center; margin: 20px; }

    /* ACS BANNER */
    .lp-acs { min-height: initial; margin: 20px -20px; padding: 30px 20px 88%; }
    .lp-acs__subtitle { font: 500 16px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.16px; }
    .lp-acs__title { max-width: initial; font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; }
    .lp-acs__descr { max-width: 330px; font: 400 16px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; }
    .lp-acs__img { width: 90%; right: initial; left: 20px; }
    .lp-acs .lp-btn { margin: 30px 0; }
}



@media only screen and (max-width: 768px) {
    .lp-btn { font: 500 14px/20px 'Graphik-Medium-Cy', sans-serif; padding: 10px 24px; }
    /* FOOTER */
    .lp-footer { margin: 30px auto 0; }
}

@media only screen and (max-width: 360px) { }