.main-wrapper.bg-lite-blue {
  background-color: #faffff;
}
.main-wrapper {
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .main-wrapper {
      padding-top: 102px;
  }
}
.main-banner {
    padding-top: 0;
}

.stealth-store .form_row.is-error + .note, .stealth-store .form_row.is-error .note {
  display: none;
}
.plus-wrap {
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .plus-wrap {
    padding-top: 2rem;
  }
}

.content-box {
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .content-box {
    padding: 30px 50px;
  }
}

.sec-cont__header {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 16px;
}
.sec-cont__header:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 25px;
  background-color: #129A92;
}
.sec-cont__header.lg {
  font-size: 28px;
}

@media (max-width: 992px) {
  .sec-cont__header {
    font-size: 20px;
  }
  .sec-cont__header.lg {
    font-size: 24px;
  }
}

.note {
  font-size: 14px;
}


/* 3.1 */

.full-banner_box .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.full-banner_box .image {
  position: absolute;
  top: 0;
  left: calc(50% + 210px);
  width: 372px;
}
.full-banner_box .sm-view {
  display: none;
}

.full-banner_descr {
  color: #555454;
  margin: 10px auto 0;
  max-width: 474px;
  text-align: center;
}

@media print, screen and (max-width: 63.99875em) {
  .full-banner_box {
    padding: 1.875rem 0;
  }
  .full-banner_box .img:after {
    height: 80px;
    bottom: 0;
  }
  .full-banner_box .image {
    top: -10px;
    left: calc(100% - 211px);
    width: 211px;
  }
  .full-banner_box .lg-view {
    display: none;
  }
  .full-banner_box .sm-view {
    display: block;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid-container {
    max-width: 100%;
    width: 100%;
  }

  .full-banner_box .img:after {
    height: 80px;
    bottom: 0;
  }
  .full-banner_box .image {
    top: 0;
    left: calc(100% - 181px);
    width: 181px;
  }
  .full-banner_box .lg-view {
    display: none;
  }
  .full-banner_box .sm-view {
    display: block;
  }
  .full-banner_title {
    text-align: left;
  }
  .full-banner_descr {
    max-width: calc(100% - 181px);
    min-width: 195px;
    text-align: left;
    margin-left: 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 17px;
  }
  .full-banner .container {
    display: block;
  }
}
@media (min-width: 1024px) {
  .grid-container.narrow {
    max-width: 1156px;
  }
}

.sec-cont .text-lg {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .sec-cont .text-lg {
    padding-left: 20px;
  }
}

/* 3.2 */


.upgrade-other {
  max-width: 1265px;
  margin: 50px auto 70px;
}
.upgrade-other .image {
  width: 75px;
  margin: 30px auto 20px;
}
.upgrade-other .content {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.upgrade-other .action {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .upgrade-other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px auto 40px;
  }
  .upgrade-other .image {
    width: 75px;
    margin: 0 auto;
    order: 2;
  }
  .upgrade-other .content {
    font-size: 20px;
    order: 1;
    margin-bottom: 20px;
  }
  .upgrade-other .action {
    margin-top: 20px;
    order: 3;
  }
}


.sec-cont {
  margin-bottom: 1.25rem;
}
.bg-white {
  background-color: #fff;
}
.bold {
  font-weight: bold;
}

@media (min-width: 1024px) {
 .lg-d-none {
    display: none;
  }
}



.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.mb-0 {
  margin-bottom: 0;
}
.u-mB-10 {
  margin-bottom: 10px;
}
.u-mB-20 {
  margin-bottom: 20px;
}
.u-mB-30 {
  margin-bottom: 30px;
}
.u-mB-60 {
  margin-bottom: 60px;
}
