@charset "utf-8";
body {
  background-color: #131415;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 500;
}
.bkg-color-121212 {
  background-color: #121212;
}
.bkg-color-1c1c1c {
  background-color: #1c1c1c;
}
.bkg-color-000000 {
  background-color: #000000;
}
.bkg-color-0a0a0a {
  background-color: #0a0a0a;
}

.bkg-color-000000 .footer2,
.bkg-color-000000 .footer2 .text {
  color: #767676;
}
.bkg-gradient-time {
  background: linear-gradient(90deg, #00c4ff 0%, #13a1fe 98.05%);
}
.bkg-gradient-signal {
  background: linear-gradient(90deg, #159ffe 0%, #287cfe 98.05%);
}
.bkg-gradient-filters {
  background: linear-gradient(90deg, #2a79fe 0%, #3e58fd 98.05%);
}
.bkg-color-000000 .footer2 .text a {
  color: #ffffff;
}
.bkg-color-131415 .header .title2 {
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #fff;
  opacity: .64;
  border: 1.5px solid #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 1px 8px;
  margin-left: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  	font-family: "NunitoSans Regular", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}
.bkg-color-131415 .header .navbar-brand .icon{
  margin-top: 0;
}
.bkg-color-131415 .header .navbar-brand{
  display: flex;
  align-items: center;
}
.bkg-color-121212 .product-info .text {
  color: #a9a9a9;
}
.bkg-color-121212 .product-info .text2 {
  color: #767676;
}
.bkg-color-0a0a0a .product-info .text {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.bkg-color-0a0a0a .product-info .title {
  font-size: 34px;
}
.border-top-3d3d3d {
  border-top: 1px solid rgba(61, 61, 61, 0.48);
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.product-info {
  padding-top: 140px;
  padding-bottom: 140px;
}
.splash-index2 .text {
  margin-top: 12px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.splash-index2 .text2 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 90px;
}
.splash-index2.android-product .text {
  margin-top: -100px;
}
.splash-index2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 46px;
  padding-top: 115px;
}
.splash-index2 h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 54px;
}
/*-----------------------------*/
.sprite-android {
  background-image: url("../png/css_sprites%401x.png");
}
.box-42x42 {
  width: 42px;
  height: 42px;
}

.bg-checkWiFiDataIcon {
  width: 42px;
  height: 42px;
  background: url("../png/css_sprites%401x.png") -96px -80px;
}

.bg-checkWiFiInfoIcon {
  width: 42px;
  height: 42px;
  background: url("../png/css_sprites%401x.png") -138px -80px;
}

.bg-checkWiFiTshootIcon {
  width: 42px;
  height: 42px;
  background: url("../png/css_sprites%401x.png") -0 -122px;
}

.bg-dataFilterIcon {
  width: 42px;
  height: 42px;
  background: url("../png/css_sprites%401x.png") -42px -122px;
}

.bg-dataRealTimeIcon {
  width: 42px;
  height: 42px;
  background: url("../png/css_sprites%401x.png") -84px -122px;
}

.bg-dataSortIcon {
  width: 42px;
  height: 42px;
  background: url("../png/css_sprites%401x.png") -126px -122px;
}

.bg-nsDesktopBadge {
  width: 96px;
  height: 42px;
  background: url("../png/css_sprites%401x.png") -0 -80px;
}

.image,
.icon {
  font-size: 0;
  line-height: 0;
}

.site-announce {
  max-width: 700px;
  margin: -118px auto 0;
}

.d-flex {
  display: flex;
  flex-wrap: nowrap;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.benefits__item {
  position: relative;
}

.block-gray {
  padding: 28px 20px 22px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.block-blue {
  background: linear-gradient(90deg, #159ffe 0%, #287cfe 98.05%);
  border-radius: 22px;
}

.benefits__item .icon {
  position: absolute;
  left: 50%;
  top: -22px;
  margin-left: -21px;
}

.line-separate {
  display: block;
}

.block-title {
  font-family: "NunitoSans Black", Helvetica, Arial, Verdana, sans-serif;
font-weight: 900;
  color: #fff;
  font-size: 34px;
  line-height: 1.25em;
}
.block-title h2, h2{
  font-size: 34px;
  line-height: 124%;
	letter-spacing: -0.4px;
}

.line-lg {
  font-size: 20px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.8);
}

.line-md {
  font-size: 17px;
  line-height: 1.42em;
}

.line-sm {
  font-size: 14px;
  line-height: 1.5em;
  color: #767676;
}

.block-blue .line-md {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.block-blue .benefits__item-title{
  font-size: 18px;
}

.text-black {
  font-family: "NunitoSans Black", Helvetica, Arial, Verdana, sans-serif;
font-weight: 900;
}

.text-light {
  font-family: "NunitoSans Light", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

.text-white {
  color: #fff !important;
}

.getapp {
  text-align: center;
  margin-top: 24px;
}

.preface {
  padding: 0px 0 140px;
}

.preface__image {
  margin-top: 49px;
}

.preface .benefits {
  margin-top: 15px;
}

.preface .benefits__item {
  max-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-grid .benefits__item {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 136px;
  justify-content: space-between;
}

.get-mi {
  padding: 25px 0 60px;
}

.get-mi__content .line-lg {
  margin-top: 20px;
}

.get-mi__content .benefits {
  margin-top: 40px;
}

.get-mi__content .block-gray {
  padding: 0;
  overflow: hidden;
}

.get-mi__content .benefits__item-description {
  padding: 20px 10px 20px 24px;
  text-align: left;
}
.get-mi__content .benefits__item-image {
  display: flex;
}
.benefits__item-title {
  line-height: 1.76em;
}

.get-mi__image {
  margin-right: 40px;
}
.get-mi__image img {
  border-radius: 25px;
}
.analyze-ac,
.issue-locate {
  padding: 50px 0;
}

.analyze-ac .line-lg {
  margin-top: 20px;
}

.analyze-ac .benefits {
  margin-top: 109px;
}
.analyze-ac .benefits__item-row {
  margin: 40px 0;
}
.analyze-ac .benefits__items {
  padding: 1px;
}
.analyze-ac__image {
  text-align: center;
  flex-shrink: 0;
  margin: 0;
  padding: 30px 35px 0 35px;
}
.analyze-ac .benefits__item {
  margin-top: 20px;
}
.analyze-ac__image img {
  margin: auto;
}

.analyze-ac__option {
  margin-top: 40px;
}

.issue-locate__image {
  margin-right: 52px;
}

.issue-locate__content .line-lg {
  margin-top: 20px;
}

.issue-locate .benefits {
  margin-top: 40px;
}

.issue-locate .benefits .benefits__item {
  margin-bottom: 25px;
}

.line-lg > p {
  margin-bottom: 20px;
}

.line-lg > p:last-child {
  margin-bottom: 0;
}

.benefits__item.icon-align-left {
  padding: 15px 36px 15px 34px;
}

.benefits__item.icon-align-left .icon {
  left: -21px;
  margin-left: 0;
}

.issue-speed {
  padding-top: 50px;
  padding-bottom: 90px;
}
.issue-speed__content {
  flex-basis: 68.7%;
  margin-right: 50px;
}
.issue-speed__image {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.issue-speed__content .block-title {
  font-size: 34px;
  margin-bottom: 17px;
}
.issue-speed__content .line-lg {
  margin-bottom: 40px;
}
.issue-speed__list {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
.issue-speed__list ul {
  list-style: none;
  margin-top: 16px;
}
.issue-speed__list li {
  opacity: 0.72;
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
  text-align: left;
}
.issue-speed__list li:before {
  content: "";
  background: url(../png/checkspeedicon.png) no-repeat;
  background-size: contain;
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: block;
  margin-right: 13px;
}

.ready-to__block {
  overflow: hidden;
  padding: 50px 40px 60px 50px;
  background: rgba(255, 255, 255, 0.03);
  border: 3px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.ready-to__block .line-lg {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
}

.ready-to__block-cta {
  margin-top: 30px;
}
.ready-to__block-cta .btn-primary {
  border-radius: 40px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.4px;
  color: #ffffff;
  padding: 13px 32px;
}
.ready-to {
  padding-top: 65px;
  padding-bottom: 140px;
}
.ready-to__block-image {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.block-tag {
  border-radius: 40px;
  background-color: rgb(255 255 255 / .08);
  padding: 10px 22px 8px;
  margin-right: 20px;
}

.ready-to-panel {
  flex-wrap: wrap;
}

.ready-to-panel .icon,
.ready-to-panel .block-tag {
  margin-bottom: 20px;
}

.app-preview {
  background-color: #121212;
  padding: 80px 0 100px;
}

.line-version {
  margin-top: 30px;
  font-size: 15px;
  color: #767676;
  line-height: 1.2em;
}

.app-preview .block-title {
  margin-top: 40px;
  line-height: 1.45em;
}

.app-preview .line-lg {
  margin-top: 20px;
}

.app-preview .getapp {
  margin-top: 30px;
}

.footer-lp {
  background-color: #000;
  padding: 26px 0 34px;
}

.footer-lp__menu ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 12px;
}

.footer-lp__menu ul li + li:before {
  content: "•";
  margin-left: 4px;
  margin-right: 2px;
}

.header-lp {
  padding: 18px 40px;
  position: absolute;
  left: 0px;
  right: 0;
}

.header-lp .icon {
  margin-right: 10px;
}

.header-lp__holder {
  display: inline-block;
}

@media only screen and (min-width: 767px) {
  .preface .benefits {
    margin-left: -15px;
    margin-right: -15px;
  }

  .preface .benefits__item {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .ready-to__block-content {
    flex-basis: 48%;
  }

  .benefits__item-last.benefits__item.icon-align-left .icon {
    top: 6px;
  }

  .benefits__item.icon-align-left .icon {
    top: 18px;
    margin-top: 0;
  }

  .issue-locate .benefits {
    padding-left: 322px;
  }

  .container {
    width: 970px;
  }

  .row-26 {
    margin-left: -26px;
    margin-right: -26px;
  }

  .row-26 > div[class*="col"] {
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media (max-width: 991px) {
  .ready-to__block-image {
    display: none;
  }

  .issue-locate .benefits {
    margin-top: 50px;
    padding-left: 21px;
  }

  .benefits__item.icon-align-left .icon {
    top: 50%;
    margin-top: -21px;
  }
  .benefits__item.icon-align-left.last .icon {
    top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .block-title h2{
    font-size: 32px;
    line-height: 40px;
  }
  .ready-to .block-title h2{
    font-size: 28px;
    line-height: 35px;
  }
  .bkg-color-0a0a0a .product-info .title{
    font-size: 32px;
  }
  .analyze-ac .benefits__item-row {
    margin: 40px -15px 0;
  }
  .block-title {
    margin-bottom: 24px;
  }
  .splash-index2 .text {
    font-size: 22px;
  }
  .splash-index2 {
    padding-top: 28px;
  }
  .splash-index2 h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .splash-index2 .text2 {
    margin-top: 60px;
  }
  .preface {
    padding-bottom: 20px;
  }

  .preface .benefits__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }

  .preface .benefits__item:last-child {
    margin-bottom: 0;
  }

  .preface .benefits {
    flex-wrap: wrap;
  }

  .analyze-ac,
  .issue-locate {
    margin-top: 0;
    padding: 20px 0;
  }
  .analyze-ac {
    padding-bottom: 60px;
  }
  .ready-to {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .ready-to__block-cta {
    margin-top: 20px;
  }
  .product-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .issue-speed {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .issue-locate__image {
    flex-shrink: 0;
  }

  .issue-locate__image img {
    width: 200px;
    height: auto;
  }

  .analyze-ac .benefits {
    margin-top: 60px;
  }

  .analyze-ac__image {
    flex-shrink: 0;
    min-height: 270px;
    margin-top: 0;
    padding-top: 20px;
    flex-grow: 1;
  }

  .analyze-ac__image img {
    height: 100%;
    width: auto;
  }

  .analyze-ac .benefits > div[class*="col"] {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
  }

  .analyze-ac .benefits > div[class*="col"]:last-child {
    margin-bottom: 0;
  }

  .analyze-ac .benefits .benefits__item {
    flex: 1 1 auto;
  }
  .issue-speed .d-flex,
  .issue-locate .d-flex {
    flex-direction: column;
  }
  .issue-speed__content {
    flex-basis: auto;
    margin: 0;
    text-align: center;
  }
  .issue-speed__image img,
  .issue-locate__image img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .issue-locate__image {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .issue-locate__content,
  .get-mi__content {
    text-align: center;
  }
  .get-mi__image{
      margin-right: 0;
  }
  .get-mi__image img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .get-mi__content .line-lg{
    margin-top: 0;
  }
}

@media only screen and (max-width: 576px) {
  .get-mi {
    padding: 30px 0;
  }

  .get-mi__image,
  .issue-locate__image {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .preface {
    padding-bottom: 50px;
  }

  .preface__image {
    display: none;
  }

  .site-announce {
    margin-top: 30px;
    text-align: center;
  }

  .ready-to__block {
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 3px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    border-radius: 18px;
  }

  h1 {
    font-size: 36px;
  }

  .header-lp {
    padding: 12px 15px;
  }

  .header-lp {
    position: fixed;
    background-color: #121212;
    z-index: 22;
  }

  .line-md {
    font-size: 17px;
  }

  .get-mi > .container > div > .d-flex,
  .issue-locate .d-flex {
    flex-wrap: wrap;
  }

  .block-title {
    font-size: 32px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .bg-checkWiFiDataIcon,
  .bg-dataSortIcon,
  .bg-badgeGooglePlay,
  .bg-checkWiFiInfoIcon,
  .bg-checkWiFiTshootIcon,
  .bg-dataFilterIcon,
  .bg-dataRealTimeIcon,
  .bg-nsDesktopBadge {
    background-image: url("../png/css_sprites%402x.png");
    background-size: 208px 164px;
  }
}
